/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,600italic,400italic);
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:70%;
    scroll-behavior: smooth;
}
body {
    font: 300 10px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
    background: url(../img/bg1.jpg) no-repeat center center fixed;
    background-size: cover;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:2px solid #9900CC;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.border-right {
    border-right: 1px dotted #BBB;
    font-size: 11px;
}

.border-right span {
    background: #fb7607;
    color: #f5f5ef;
    padding: 2px;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

.border-right i {
    font-size: 10px;
}

.border-none{
    font-size: 11px;
}

.border-none span {
    background: #fb7607;
    color: #f5f5ef;
    padding: 2px;
    border-radius: 2px;
    display: block;
    margin-left: -10px;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

.border-none i {
    font-size: 10px;
}



.clear-fix {
    position: fixed;
    height: 60px;
    width: 1100px;
    z-index: 99999;
}

.no1-meny {
    padding-top: 4px;
    padding-bottom: 6px;
    width: 100%;
    display: block;
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.lunch {
    float: left;
    padding-right: 10px;
    margin-left: -15px;
}

.no1-meny span {
    color: #FFF;
	font-family: 'Open Sans', sans-serif;
}

.no1-meny h1 {
    color: #b300b3;
    font-size: 23px;
    text-align: left;
    margin-top: -5px;
    font-family: 'Francois One', sans-serif;
}

.no1-meny h2 {
    color: #222;
    font-size: 12px;
    text-align: left;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}


.no1-head-left {
    border-radius: 0px;
}


/* wrapper */
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}
/* header */
.head-bar {
    float: right;
    margin-top: 0px;
    padding-top: 4px;
    margin-bottom: 6px;
    width: 100%;
    background-color: #b300b3;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

.head-bar span {
    float: left;
    color: #FFF;
	font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}


.call-action {
    color: #FFF;
    text-decoration: none;
}

.call-action:hover {
    color: #FFF;
    text-decoration: none;
}

.call-action:focus {
    color: #FFF;
    text-decoration: none;
}

.no1-contain-fluid {
    padding-left: 0px !important;
}


.main-meny {
    margin-bottom: 10px;
    height: 25px;
    background: #b300b3;
    display: inline-block;
    padding-left: 10px;
    width: 100%;
	margin-top:-1px;
}

.main-meny a {
    color: #FFF;
    background: #b300b3;
    padding: 2px;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    height: 23px;
    margin-top: 1px;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 0px;
    font-family: 'Francois One', sans-serif;
}

.main-meny a:hover {
    background: #7F0BA9;
	color: #FFF;
	text-decoration: none;
	transition: 0.25s;
}

		.row {
    padding-right: 0px;
    padding-left: 0px;

}

.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}


/* no1-menu-bar */


.meny-bar {
    margin-top: -5px;
    height: 22px;
    margin-bottom: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    background-color: #FFF;
    border-left: 2px solid #FEFEFE;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0px 0px 25px 25px;
}

.meny-bar p {
    text-align: left;
    margin-top: -2px;
    font-size: 13px;
    color: #b300b3;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

/* no1-menu-bar-top */

.meny-bar-top {
    margin-top: 0px;
    height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #b300b3;
    display: block;
}

.meny-bar-top p {
    float: left;
    color: #FFF;
    font-family: 'open sans';
    font-weight: 500;
    font-size: 11px;
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.2);
    margin-top: -1px;
    padding-left: 5px;
}

.fork-style {
    float: left;
    color: #FFF;
    font-size: 12px;
}


.no1-gmap {
    margin-bottom: 15px;
    background: #D834E2;
    border-radius: 5px 0px 0px 5px;
    padding: 5px;
}



/* logo */
.logo {
    background-image: url();
    background-size: cover;
    background-color: #D834E2;
    height: 75px;
    padding-left: 20px;
    border-radius: 5px;
    padding: 10px;
}
.logo-img {
    height: 90px;
    width: 120px;
    margin-left: 5px;
    margin-top: -1px;
    padding: 0px;
    border-radius: 0px 0px 0px 0px;
}

.right-head {
    float: right;
    color: #FFF;
    margin-right: 17px;
    height: 50px;
    margin-top: 1px;
    margin-left: 10px;
    padding: 5px;
    border-radius: 0px;
}

.right-head h1 {
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
    padding: 2px;
    margin-top: 0px;
    text-decoration: none;
    color: #FFF;
}

.right-head h2 {
    font-size: 14px;
    line-height: 0px;
    margin-top: 5px;
    text-align: center;
}

/* nav */
.nav {
    padding-top: 10px;
}


.no1-content {
    padding-top: 10px;
    background-color: #b300b3;
    border-radius: 0px;
}

.no1-top-content {
    background-color: #FEFEFE;
    border-radius: 4px;
    display: block;
    padding-top: 110px;
}


.content-top-right {
    background-color: #FFF;
    height: 128px;
    margin-top: -10px;
    margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 500;
}

.content-top-right-bg {
    background-image: url(../img/bg_cont3.png);
    background-size: 190px;
    background-repeat: no-repeat;
    background-position: right top;
}

.content-top-right h1 {
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222;
    margin-top: 7px;
    text-align: left;
}

.content-top-right p {
    font-size: 13px;
}



.feedback {
    background: #FFF;
    display: block;
}
.feedback h1 {
    font-size: 18px;
    color:#b300b3;
	font-family: 'Open Sans', sans-serif;
}


.footer-bg {
    background-color: #FFF;
    height: 291px;
}

.footer-bg-pic {
    background-image: url(../img/no1.png);
    background-size: cover;
    background-position: center;
    background-size: 917px 400px;
}

/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



.img-back {
    width: 600 px;
    height: 600 px;
}

.wrapper2 {
    margin: 0 auto;
    width: 1000 px;
}

/*.main-col {
    background: #fff;
    float:right;
    width: 70%;
}

.sidebar-col {
    background: #333;
    color: #fff;
    float: right;
    width: 30%;
    padding: 20px 2%;
} *\




/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px) {
	
	.panel-default > .panel-heading {
    color: #FFF;
    background-color: #b300b3;
    font-size: 10px;
    text-align: center;
    border-bottom: 3px #b300b3 solid;
    letter-spacing: 2px;
    padding-left: 5px;
    font-family: open sans;
}
	
	.footer-bg-responsive {
    margin-top: 0px;
    margin-bottom: -12px;
}

.footer-bg {
    margin-right: 12px;
    margin-left: 13px;
}
	
.wrapper {
    max-width: 100%;

}
	
.container-fluid {
    padding-right: 3px !important;
    padding-left: 3px!important;

}

.main-col {
    margin-top:3%;
}
	
.img {
    width: 70%;
}

.jframe {
	width: 70%;
	
}
	
	.clear-fix {
    width: 100% !important;
}
	
	.content-top-right h1 {
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222;
    margin-top: 40px;
    text-align: left;
}
	
	.content-top-right {
    background-color: #FFF;
    height: 128px;
    margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 500;
}
	
.meny-bar {
    margin-top: -5px;
    height: 22px;
    margin-bottom: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    background-color: #FFF;
    border-left: 2px solid #FEFEFE;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0px 0px 25px 25px;
}

.meny-bar p {
    text-align: left;
    margin-top: -2px;
    font-size: 13px;
    color: #b300b3;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

	.lunch {
    float: left;
    padding-right: 10px;
    margin-left: 0px;
}
	
.logo-img {
    height: 38px;
    float: left;
    margin-top: 1px;
}


.no1-content {
    padding-top: 10px;
    background-color: #b300b3;
	border-radius: 0px;
}

.logo {
    background-image: url();
    background-size: cover;
    background-color: #b300b3;
    height: 54px;
    border-radius: 0px;
    padding-left: 5px;
}

.right-head h1 {
    font-size: 15px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding: 10px;
    margin-top: 0px;
    text-decoration: none;
    color: #FFF;
}

.right-head h2 {
    font-size: 14px;
    line-height: 0px;
    margin-top: -2px;
    text-align: center;
}

.border-right {
	border: none;
	
}

.right-head {
    float: right;
    color: #FFF;
    margin-right: 15px;
    height: 43px;
    margin-left: 10px;
    margin-top: 5px;
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
}

.no1-meny span {
    color: #FFF;
    font-size: 10px;
	font-family: 'Open Sans', sans-serif;
}

.border-right span {

    margin-left: -5px !important;
    margin-right: -10px;

}

.action-bar {
    padding-bottom: 15px;
    margin-bottom: 1px;
}

.feedback {
    margin-right: 12px;
    margin-left: 5px;
}

.row {
    margin-right: 1px !important;
    margin-left: 1px !important;
}

.myIframe{
     position: relative;
     padding-bottom: 45.25%;
     padding-top: 0px;
     height: 0;
     overflow: auto; 
    -webkit-overflow-scrolling:touch;
     border: solid black 1px;
}

.myIframe iframe {
    width: 100%;
    max-width: 800px;
}


}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {


}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#ff1aff;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#ff1aff;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#ff1aff;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
