@font-face {
    font-family: jaapokki;
    src: url(../fonts/jaapokki-regular.woff);
}

html{
	width:100%;
	height:100%
}

body {
    height:100%;
    width:100%;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.nav_shadow{
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,.45)),color-stop(37%,rgba(0,0,0,.45)),color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,.45) 0%,rgba(0,0,0,.45) 37%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,.45) 0%,rgba(0,0,0,.45) 37%,rgba(0,0,0,0) 100%);
}

.mynav{
	border-bottom:2px solid red;
    /* background-color:#F2FBFE; */
    padding-bottom:0px;
    padding-top:10px;
}

.navbar{
    padding-bottom:0px;
    margin-bottom:0;
}

.logo-img{
    display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	background: url(../images/small_logo.png) no-repeat;
	width: 200px; /* Width of new image */
	height: 50px; /* Height of new image */
	/*padding-left: 180px; /* Equal to width of new image */
}

#mytoggle:hover{
    background-color:#5bb6f7;
}

#mytoggle span{
    background-color:#0080dd;
}

#links.active a:first-letter {
    font-size: 24px;
}

#links li.active a {
    color: black;
}

#links a{
    color:red;
    font-size:18px;
}

.a_on_shadow{
	color:white;	
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: none;
  color:black;
}

#links a:hover, #links a:active, #links a:focus, #link a:visited{
    color:black;
}

.nav_active{
	color:#DC3739;	
}

/*body#hjem a#hjem-nav,
body#prosj a#prosj-nav,
body#status a#status-nav,
body#om a#om-nav,
body#kontakt a#kontakt-nav
{background-color:#dcd3b2} 	/*Highlighter hvilken side du er på*/

.time{
    width:100%;
    float:left;
}

.time span{
    color:red;
    margin-left:20px;
    float:left;
}

.nav-tlf{
    font-weight:bolder;
    margin-left:20px;
    line-height:0;
    margin-bottom:0;
}

.nav-tlf a{
    font-size:30px;
}

#drop-links a{
    color:#000000;
}
.h-one-top{
    margin-top:35px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

/*.first{
    position:relative;
    margin-top:600px;
}*/

p, ul li{
font-size:18px;
}

.home_main {
	height:100%;
    width:100%;
    position:relative;
    z-index:1;
    overflow:hidden;
    
    background: url(../images/front_1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size:cover;
	
	-webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.home_main_2{
	height:100%;
    width:100%;
    position:relative;
    z-index:1;
    overflow:hidden;
    
    background: url(../images/front_2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size:cover;
	
	-webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.home_main_3{
	height:100%;
    width:100%;
    position:relative;
    z-index:1;
    overflow:hidden;
    
    background: url(../images/front_3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size:cover;
	
	-webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.banner { position: relative; overflow: auto; width:100%; height:100%;}
    .banner li { list-style: none; }
        .banner ul li { float: left; }

.home_content p{
    margin-top:50px;
    color:#ffffff;
    font-size:80px;
    font-family:"jaapokki";
    font-weight:500;
    text-transform:uppercase;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}

.headline{
    margin-top:50px;
    font-family:"pluto-sans-regular", sans-serif;
    width:100%;
    height:auto;
    text-align:center;
}

.headline-when{
    color:white;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
}

.headline-taste{
     color: rgba(50,46,46,1.00);
     font-size:larger;
     text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
}

.headline-matters{
    color:white;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
}

#sns_buttons{
    margin-top:140px;
    float:left;
}

#sns_buttons ul li{
    float:left;
    list-style:none;
}

#sns_buttons a{
    margin-top:14px;
    margin-right:20px;
    height:1.5em;
    width:1.5em;
    line-height:1.5em;
    font-weight:600;
    border:3px solid white;
    border-radius:100%;
    display:block;
    color:white;
    text-decoration:none;
    text-align:center;
    position:relative;
}

.img-zoom {
    width: 310px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#sns_buttons img{
    width:25px;
    height:25px;
    margin-bottom:3px;
}

.transition{
    transform: scale(1.5);
}

.slogan{
    float:left;
    width:780px;
}

.hours{
    margin-top:50px;
    margin-left:790px; 
    padding:25px;
    border:2px solid silver;
    background:url(../images/frame.png);
}

.hourtable{
    width:100%;
}

.hours p{
    font-size:17px;
    font-weight:400;
    color:#f3f3f3;
    margin-top:0px;
}

.borders{
    border:1px solid white;
}

#tablehead{
    float:right;
    border-bottom:1px solid grey;
    color:#ffffff;
}

.hours td:last-child{
    float:right;
}

.myvid{
    max-width:100%;
    height:auto;
    margin-top:120px;
}

/*------------Menu--------------------*/

.back-up span{
    font-size:20px;
    z-index:0;
}

.mini_menu {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    align-content: center;
    /* background-color: #F2FBFE; */
    text-decoration: none;
    z-index: 1;
    border-bottom: 2px solid red;
}

.mini_menu a{
    width:auto;
    font-size:15px;
    color:red;
    /* border:2px solid white; */
    border-radius:6px 25px 6px;
    text-decoration:none;
}

.mini_menu a:hover{
    border:2px solid red;
    text-decoration:none;
    color:black;
}

.mini_menu a:active{
    border:2px solid red;
    text-decoration:none;
    color:black;
}

.mini_menu a:target{
    border:2px solid red;
    text-decoration:none;
    color:black;
}

.mini_menu a:focus{
    border:2px solid red;
    text-decoration:none;
    color:black;
}

.mini_menu_active{
	border:2px solid red;
}


.menu-table{
    /*margin-top:140px;*/
}

.menu, p.menu{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.menu img{
    width:120px;
    height:120px;
    border: 3px solid #f3f3f3;
}

/* .menu tr{
    border-bottom:15px solid white;
} */

.menu tr td:last-child{
    float:right;
    margin-bottom:auto;
    margin-top:auto;
}

.menu tr td:nth-last-child(2){
    width:50%;
    margin-bottom:auto;
    margin-top:auto;
}

.anchor{
  display: block;
  height: 40px; /*same height as header*/
  margin-top: -40px; /*same height as header*/
  visibility: hidden;
}

.anchor-menu-item{
  display: block;
  height: 70px; /*same height as header*/
  margin-top: -70px; /*same height as header*/
  visibility: hidden;
}

/*---------------Menu End----------------*/

/*---------Snapporder------------------*/

.snapp{
    width:100%;
    height:67rem;
}

/*-----------Snapporder End--------------*/

/*-----------------Map------------------*/

#map_canvas
{
	width:auto;
	height:70rem;
	margin-bottom:15px;
	line-height:normal;
}

.iframe-holder{
    -webkit-overflow-scrolling: touch;
}

.scrollfix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

/*--------------------Map End-----------------*/

/*------------------Information---------------------*/

.info{
    width:100%;
    margin-bottom:7px;
}


/*------------------Information End-----------------*/

/*------------------Contact-------------------------*/

.form_table
{
	width:60%;
    margin-left:auto;
    margin-right:auto;
}

.form_table tr{
    border-bottom: 15px solid white;
}

.form_table table tr td + td
{
	width:100%;
}

#name, #email, #subject, #message
{
	width:100%;
    padding:7px;
    border-radius:0px;
    border: 1px solid #b6b6b6;
    float:right;
}

.sub{
    float:right;
}

textarea{
    resize:none;
}

/*------------------Contact End---------------------*/

/*-----------------Footer----------------------------*/

.text-border-color {
    -webkit-text-fill-color: red;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
  }

.myfooter{
    padding-top:10px;
    /*padding-bottom:20px;*/
    margin-top:20px;
    color:#777;
    text-align:center;
    /* border-top:2px solid #e5e5e5; */
    border-top:2px solid red;
}

.zigzag:after, .zigzag-before:before {
    content: " ";
    display: block;
    position: relative;
    bottom: 0px;      
    left: 0px;
    width: 100%;
}

.zigzag-before:before{
    background: linear-gradient(-45deg, #074b5a 16px, transparent 0), linear-gradient(45deg, #074b5a 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 25px 32px;
    height: 32px;
    bottom: 70px;
}

.zigzag:after{
    background: linear-gradient(-45deg, #074b5a 16px, transparent 0), linear-gradient(45deg, #074b5a 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 25px 32px;
    height: 32px;
    bottom: -32px;
    transform: rotate(180deg);
}


.footer-share li{
    margin-bottom: 7px;
    width: 80%
}

#footer-nav a{
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
}

#footer-nav a:hover{
    color: orangered;
    transition: all 0.2s ease-in;
}

#footer-nav li{
    margin-bottom: 12px;
    text-align: left;
}

.footer-h{
    float: left;
    font-weight: bold;
    font-family: "jaapokki";
    color: white;
}

.footer-creator{
    background-color:#eee; 
    border-top:1px solid #e5e5e5; 
    margin-top:0px;
    margin-right: 0;
}

.faraz{
    color:red;
    font-weight:500;
}


.menu_bg {
    /* The image used */
    background-image: url("../images/meny-BG.png");
  
    /* Set a specific height */
    height:100vh;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

/*----------------MOBILE--------------*/

@media (max-width: 1199px) {

    .logo-img{
        /*content:url(../images/mobile_mrfish.png);
        width:80px;
        height:auto;*/
		background: url(../images/mobile_mrfish.png) no-repeat !important;
		width: 100px; /* Width of new image */
		height: 70px; /* Height of new image */
    }

    .home_content{
        margin-top:20px;
    }

    .slogan, .hours, #sns_buttons { 
        float: none;
        display: block; 
    }

    .hours{
        margin-left:0px;
    }

    #sns_buttons{
        margin-top:10px;
    }

    .myvid{
        margin-top:120px;
    }

    .onmob p{
        font-size:70px;
    }

    .mini_menu{
        margin-bottom:20px;
    }

    .mini_menu a{
        width:100%;
    }
    
    .anchor{
        height: 3px;
        margin-top: -3px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    /**/

    .logo-img{
        /*content:url(../images/mobile_mrfish.png);
        width:80px;
        height:auto;*/
		background: url(../images/mobile_mrfish.png) no-repeat !important;
		width: 100px; /* Width of new image */
		height: 70px; /* Height of new image */
    }


    .home_content{
        margin-top:20px;
    }

    .slogan, .hours, #sns_buttons { 
        float: none;
        display: block; 
    }

    .hours{
        margin-left:0px;
    }

    #sns_buttons{
        margin-top:10px;
    }

    .myvid{
        margin-top:30px;
    }

    .onmob p{
        font-size:55px;
    }

    .anchor{
        height: 0;
        margin-top: 0;
    }

    .form_table td{
        display:block;
    }
    
    .time{
        width:auto;
    }
}

@media (max-width:991){

}

@media (max-width:767px){

    .form_table{
        width:100%;
    }

    .form_table td{
        display:block;
    }

    .onmob p{
        font-size:50px;
    }

    .info td{
        display:block;
    }

    .time{
        width:auto;
    }
}

@media (min-width:768px) and (max-width:991px){
    
    .info td{
        display:block;
    }

    .time{
        width:auto;
    }
}

@media (max-width:480px){

    .menu img{
        width:70px;
        height:70px;
    }

    .menu p{
        font-size:14px;
    }

    .h-one-top{
        font-size:25px;
    }

    .time{
        width:auto;
    }
    .footer-share li {
        display: table;
        margin: 0 auto;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
    
    .logo-img{
        /*content:url(../images/mobile_mrfish.png);
        width:80px;
        height:auto;*/
		background: url(../images/mobile_mrfish.png) no-repeat !important;
		width: 100px; /* Width of new image */
		height: 70px; /* Height of new image */
    }


    .home_content{
        margin-top:20px;
    }

    .slogan, .hours, #sns_buttons { 
        float: none;
        display: block; 
    }

    .hours{
        margin-left:0px;
    }

    #sns_buttons{
        margin-top:10px;
    }

    .myvid{
        margin-top:30px;
    }

    .time{
        width:auto;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
/* Styles */

    .logo-img{
        /*content:url(../images/mobile_mrfish.png);
        width:80px;
        height:auto;*/
		background: url(../images/mobile_mrfish.png) no-repeat !important;
		width: 100px; /* Width of new image */
		height: 70px; /* Height of new image */
    }


    .home_content{
        margin-top:20px;
    }

    .slogan, .hours, #sns_buttons { 
        float: none;
        display: block; 
    }

    .hours{
        margin-left:0px;
    }

    #sns_buttons{
        margin-top:10px;
    }

    .myvid{
        margin-top:30px;
    }

    .menu img{
        width:70px;
        height:70px;
        border: 3px solid #f3f3f3;
    }

    #map_canvas
    {
	    height:50rem;
    }

    .scrollfix{
        width:180px;
        height:auto;
    }

    .scrollfix h1{
        font-size:18px;
    }

    .tlf-span{
        font-size:12px;
    }

    .scrollfix p{
        font-size:12px;
    }

    .info td{
        display:block;
    }

    .myfooter{
        margin-top:60px;
    }

    .time{
        width:auto;
    }

}

@media (max-width : 480px){
    .tz-gallery .lightbox .img-size, .tz-gallery figure .img-size {
        width: 100%;
    }
    .footer-h {
        float: none;
    }
}

@media (min-width: 992px) {
    .col-md-3, .col-sm-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media (min-width: 768px) {
    .col-md-3, .col-sm-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
@media (max-width: 992px) {
    .footer-h {
        float: none;
    }
}
.thumbnail {
    background-color: transparent !important;
}