﻿/* GENERAL STYLES */
html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #FFF;
  font-weight: 300
}
body {
  background-color: #000;

}
.container-fluid {
	padding-bottom:12px;
}
main{
	margin-top:80px;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 40px;
    padding: 13px 11px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #555 !important;
    background-image: none;
    border: 1px solid #21c9da00;
    border-radius: 4px;
}
@font-face {
    font-family: 'beauty_of_the_peaksregular';
    src: url('beauty_of_the_peaks_regular-webfont.woff2') format('woff2'), url('beauty_of_the_peaks_regular-webfont.woff') format('woff'), url('beauty_of_the_peaks_regular-webfont.otf') format('opentype'), url('beauty_of_the_peaks_regular-webfont.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-family: 'beauty_of_the_peaksregular', sans-serif;
    /* font-weight: normal; */
    /* text-align: left; */
    /* line-height: 100%; */
    /*border-bottom: 1px solid #484848;*/
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 7px;
}
h2 {
    font-family: 'beauty_of_the_peaksregular', sans-serif;
    /* font-weight: normal; */
    /* text-align: left; */
    /* line-height: 100%; */
    
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 7px;
}

@media all and (min-width: 960px) {
h1 {
    font-size: 9.2rem;
}
}

@media all and (max-width: 959px) and (min-width: 600px) {
h1 {
    font-size: 7.2rem;
}
}

@media all and (max-width: 599px) and (min-width: 320px) {
h1 {
    font-size: 5.2rem;
    line-height: 75%;
}
}

html, body {
    background-color: #000000;
}
.backdrop {
    background-image: url("../img/backgroundimage.jpg" );
    background-size: contain;
}


/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #1A1A1C;
	margin-bottom:12px;
}

/* Style the links inside the tab */
div.tab a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of links on hover */
div.tab a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab a:focus, .active {
    background-color: #000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
	border-radius: 12px;
	margin-top:6px;
	float:left;
}
	.containcontent {
		min-height:350px;
	}
	.tabcontent h3{
		color:#FFCE00;
		text-transform: uppercase;
	}
	.tabcontent img {
		width:100%;
		height:auto;
		max-width:500px;
	}
	.tandc h4 {
			
		color:#ead786;
		text-transform: uppercase;
		font-size:75%;
	}
	.tandc p {
		font-size:75%;
	}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
	p {
    margin: 0 0 15px 0;
    line-height: 1.5em;
}
.trickster{
		display:none;
		
	}<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfVWikuprugALDz_3fBXM5n8hjFr25sC18f5RC5ubNh1medeg/viewform?embedded=true" width="640" height="1232" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
.trickster img {
	width:100%;
height:auto;
max-width:340px;}

@font-face {
  font-family: 'Mono Social Icons Font';
  src: url('../fonts/MonoSocialIconsFont-1.10.eot');
  src: url('../fonts/MonoSocialIconsFont-1.10-1.eot') format('embedded-opentype'), url('../fonts/MonoSocialIconsFont-1.10.woff') format('woff'), url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'), url('../fonts/MonoSocialIconsFont-1.10.svg') format('svg');
  src: url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}
.symbol, a.symbol:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased
}
a.symbol {
  font-size: 48px;
  line-height: 48px;
  padding: 0;
  margin: 0;
  background: 0;
  float: left;
  margin: 0 15px 0 0;
  padding: 0
}
a.symbol:hover {
  background: 0;
  color: #febf14
}
a {
  /*color: #ab0b00;*/
  text-decoration: none;
  font-weight: 700;
  transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out
}
a:hover {
  text-decoration: none;
  color: #febf14
}
p {
  /*margin: 0 0 30px 0;*/
  line-height: 1.7em;
}
.blue
{
	color:#19A4D1;
		font-weight: 700;
}
.ebold {
  font-weight: 900
}
.topbar {
    font-size: 14px;
    min-height: 50px;
    /*padding: 66px 0 0 0;*/
    /*position: fixed;*/
    /*top: 0;*/
    background: #222;
	z-index:1000;
}

.logo {
    float: left;
    
}
.logo h2{
	padding:0px;
}
.logo p {
    font-size: 10px;
    margin: -6px;
}
.contact {
  float: right;
	  
}
.centered {
  text-align: center
}
/*.row h2 {
  text-align: center;
  font-size: 30px;
  /*margin: 0 0 45px 0*/
}
/*.row {
  margin-bottom: 60px;
  margin-top: 7%;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #e5e5e5
}
.nomgbtm {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0
}*/
.fullspan {
  width: 100%
}
.fullspan.black {
  height: 50px;
  background: #000
}
.fullspan.slider {
  text-align: center;
  overflow: hidden
}
.fullspan.yellow {
  background: #febf14
}
.fullspan.dark {
  background: #070a0b;
  color: #fff;
  font-size: 18px;
  padding: 50px 0 0 0
}
.fullspan.copy {
  background: #172428;
  color: #53656b;
  font-size: 13px;
  padding: 15px 0;
  margin: 10px 0 0 0;
  text-align: center;
}
.navbar-inverse .navbar-nav>li>a {
  font-size: 14px;
  font-weight: 900
}
.navbar-inverse .navbar-nav>li>a.active {
  color: #fff
}
/* FLEX SLIDER OVERRIDES */
.flexslider .row {
  padding: 0;
  margin-bottom: 0;
  border: 0 none
}
.flexslider .inner {
  color: #000;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center
}
.flexslider h1 {
  font-size: 120px;
  padding: 5px 20px 15px 20px;
  font-weight: 200;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 130px auto 30px
}
.flexslider h2 {
  font-size: 24px;
  padding: 5px 20px;
  font-weight: 100;
  letter-spacing: 9px;
  text-transform: uppercase;
  display: inline;
  clear: both;
  overflow: hidden
}
.flexslider .container {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center
}
.dealimg {
  display: block;
  margin: 0 auto 25px
}
.dealimg img {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888
}
/* MENU STYLES */
.accordion {
  margin-bottom: 30px;
  padding-bottom: 0
}
.accordion .row {
  clear: both;
  overflow: hidden;
  margin-bottom: 0
}
.ui-accordion-header span.menutitle {
  padding: 0 0 0 30px;
  line-height: 18px;
  cursor: pointer;
}
.ui-accordion-header span.menutitle:focus {
  outline: 0
}
.ui-accordion-header {
  background: #000 url("../img/menu-switch.png") no-repeat left bottom;
  background-position: -5px -62px;
  line-height: 18px;
  padding: 20px;
  margin: 1px;
}
.ui-accordion-header.ui-state-active {
  background: #101010 url("../img/menu-switch.png") no-repeat left bottom;
  background-position: -5px -12px;
  line-height: 18px;
}
.ui-accordion .row {
  margin-bottom: 40px;
  padding: 0;
  border: 0
}
.ui-accordion-content {
  padding: 40px 40px 1px 40px;
  background: #202020
}
.item {
  zoom: 1;
  position: relative;
  clip: auto;
  overflow: hidden
}
.info {
  position: relative;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 5px;
}
.dots {
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px dotted #aaa;
  height: 77%
}
.name {
  background: #202020;
  float: left;
  margin-right: 20px;
  padding-right: 4px;
  position: relative;
  font-weight: 900
}
.price {
  background: #202020;
  padding-left: 4px;
  position: relative
}
.legend span {
  padding: 3px 15px;
  background: #000;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0 10px 0 0
}
.legend {
  display: block;
  margin: 10px 0 15px 0
}
.legend .veg {
  background: #3ca318
}
.legend .spicy {
  background: #ff7e00
}
.legend a {
  display: inline-block;
  padding: 3px 15px;
  font-size: 14px;
  font-weight: bold;
  transition: background .1s ease-in-out;
  -moz-transition: background .1s ease-in-out;
  -webkit-transition: background .1s ease-in-out
}
.legend a.add {
  background: #ab0b00;
  color: #fff
}
.legend a.add:hover {
  background: #febf14;
  color: #050403;
  text-decoration: none
}
.legend a.remove {
  background: #ab0b00;
  color: #fff
}
.legend a.remove:hover {
  background: #febf14;
  color: #050403;
  text-decoration: none
}
.order span {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px
}
.legend a.active {
  background: #febf14;
  color: #050403
}
.legend a.active:hover {
  background: #ab0b00;
  color: #fff
}
/* MAP STYLES */
.deliveryaddress {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0
}
.deliveryaddress li {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px 0
}
.deliveryaddress li label {
  width: 150px;
  font-size: 16px;
  font-weight: normal
}
.map {
  border-bottom: 0
}
.map iframe {
  margin-bottom: 20px
}
/* TEAM STYLES */
.portrait img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  padding: 10px
}
.portrait h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 60px 0 25px 0
}
.social {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  display: block
}
.shares {
  margin: 0 0 60px 0
}
.twitter-share-button {
  width: 90px !important
}
/* FOOTER STYLES */
footer {
  background: #070a0b;
  padding: 0 0 0 0
}
footer h4 {
  font-size: 18px;
  font-weight: bold;
  color: #febf14;
  margin: 0 0 3px 0;
  padding: 0;
  clear: both;
  overflow: hidden
}
footer p {
  padding: 0;
  margin: 0 0 5px 0
}
footer a {
  padding: 3px 15px;
  background: #ab0b00;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0
}
footer a:hover {
  background: #febf14;
  color: #000
}
footer .copy a {
  background: none;
  color: #647e86;
  padding: 0;
  font-weight: normal;
  font-size: 13px;
margin 0;
}
a.pdf {
  background: #ab0b00 url("../img/pdf.png") no-repeat right;
  padding: 3px 35px 3px 15px
}
a.pdf:hover {
  background: #febf14 url("../img/pdf.png") no-repeat right;
  padding: 3px 35px 3px 15px
}
.quote h3 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  /*padding: 60px 0;*/
  font-size: 36px;
  font-weight: 300;
}
footer .row {
  border: 0;
  margin: 0;
  padding: 0
}
footer .hours strong {
  width: 150px;
  display: inline-block
}
.contact h4:first-child {
  margin: 0 0 35px 0
}
.contact input[type=text] {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 10px 10px;
  color: #000;
  margin: 0 0 10px 0
}
.contact textarea {
  width: 100%;
  border: 0 none;
  padding: 10px;
  color: #000;
  margin: 0 0 9px 0
}
.contact input[type=submit] {
  transition: background .1s ease-in-out;
  -moz-transition: background .1s ease-in-out;
  -webkit-transition: background .1s ease-in-out;
  padding: 3px 15px;
  background: #ab0b00;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  border: 0
}
.contact input[type=submit]:hover {
  transition: background .1s ease-in-out;
  -moz-transition: background .1s ease-in-out;
  -webkit-transition: background .1s ease-in-out;
  background: #febf14;
  padding: 3px 15px 3px 15px;
  color: #000
}
.contactform {
  margin: 0 0 50px 0
}
.contactform input.error, .contactform textarea.error, .newsletter input.error {
  background: #a00;
  color: #fff
}
.contactform input[disabled], .contactform input[disabled]:hover, .contactform textarea[disabled], .newsletter input[disabled], .newsletter input[disabled]:hover {
  background: #ccc;
  color: #fff
}
/* ORDER POPUP STYLES */
.headerRow {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #777;
  font-size: 14px !important
}
.itemRow {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #777;
  font-size: 16px
}
.headerRow div, .itemRow div {
  float: left
}
.headerRow .item-name {
  display: inline-block;
  width: 37%;
  font-weight: 500;
  font-size: 14px
}
.itemRow .item-name {
  display: inline-block;
  width: 37%;
  font-weight: 700;
  font-size: 16px
}
.headerRow .item-price, .itemRow .item-price {
  display: inline-block;
  width: 10%;
  text-align: center
}
.headerRow .item-decrement, .itemRow .item-decrement {
  display: inline-block;
  width: 7%;
  text-align: center
}
.headerRow .item-quantity, .itemRow .item-quantity {
  display: inline-block;
  width: 5%;
  text-align: center
}
.headerRow .item-increment, .itemRow .item-increment {
  display: inline-block;
  width: 9%;
  text-align: center
}
.headerRow .item-total, .itemRow .item-total {
  display: inline-block;
  width: 18%
}
.headerRow .item-remove, .itemRow .item-remove {
  display: inline-block;
  width: 14%
}
/* CSS */
.hsContainer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
}
.hsContent {
  max-width: 450px;
  margin: -150px auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  color: #ebebeb;
  padding: 0 8%;
  text-align: center
}
.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}
/* Slide 1 */
#parallax .bcg {
  background-image: url('../img/parallax-1.jpg')
}
i.fa {
  padding-right: 15px;
}

/* RESPONSIVE DESIGN */
@media(max-width:320px) {
.kontakt {
  width: 100%;
  background: 0;
  height: auto;
  border: 0
}
.logo, .topbar .contact {
  padding: 3px;

  /*float: left*/
}
.invmob {
  display: none
}
.flexslider {
  display: none
}
.flexslider .inner {
  color: #000
}
.flexslider h1 {
  font-size: 18px;
  margin: 20px auto 10px
}
.flexslider h2 {
  font-size: 14px
}
}

@media(min-width:320px) and (max-width:640px) {
.kontakt {
  width: 100%;
  background: 0;
  height: auto;
  border: 0
}
.logo, .topbar .contact {
  padding: 3px;
  /*float: left*/
}
	.logo {
    float: left;
    max-width: 38%;
}
.invmob {
  display: none
}
.flexslider {
  display: none
}
.flexslider .inner {
  color: #000
}
.flexslider h1 {
  font-size: 30px;
  margin: 10px auto 10px;
  padding: 5px 10px
}
.flexslider h2 {
  font-size: 14px
}
}

@media(min-width:640px) and (max-width:960px) {
.kontakt {
  width: 100%;
  background: 0;
  height: auto;
  border: 0
}
.logo, .topbar .contact {
  padding: 3px;
  /*float: left*/
}
.invmob {
  display: none
}
.flexslider .inner {
  color: #000
}
.flexslider h1 {
  font-size: 60px;
  margin: 40px auto 10px
}
.flexslider h2 {
  font-size: 14px
}
}

@media(min-width:960px) and (max-width:1170px) {
.kontakt {
  width: 100%;
  background: 0;
  height: auto;
  border: 0
}
.invmob {
  display: none
}
.flexslider .inner {
  color: #000
}
.flexslider h1 {
  font-size: 60px;
  margin: 80px auto 10px
}
.flexslider h2 {
  font-size: 14px
}
}

@media(min-width:1170px) and (max-width:1400px) {
.kontakt {
  width: 100%;
  background: 0;
  height: auto;
  border: 0
}
.invmob {
  display: none
}
.flexslider .inner {
  color: #000
}
.flexslider h1 {
  font-size: 120px;
  margin: 70px auto 20px
}
.flexslider h2 {
  font-size: 24px
}
}
img.img-responsive.center-block.roadtrip {
    border: 6px solid #000000; display:flex;
}
.flex-box {
    Margin: 20px;

}
.flexbox{
    /* max-width: 320px; */
    width: 100%;
    /* display: inline-flex; */
    margin: 0 auto;
    margin: 0.5%;
    /* max-width: 320px; */
}
.flexcontainer{
    width: 106%;
    display: inline-flex;
	margin: 0 auto;
}

img.roadtrip {
    border-bottom: 4px solid #000000;
}
@font-face {
    font-family: 'beauty_of_the_peaksregular';
    src: url('beauty_of_the_peaks_regular-webfont.woff2') format('woff2'),
         url('beauty_of_the_peaks_regular-webfont.woff') format('woff'),
    	 url('beauty_of_the_peaks_regular-webfont.otf') format('opentype'),
         url('beauty_of_the_peaks_regular-webfont.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;

}

h1 {
    font-family: 'beauty_of_the_peaksregular', sans-serif;
    /* font-weight: normal; */
    /* text-align: left; */
    /* line-height: 100%; */
    /*border-bottom: 1px solid #484848;*/
    padding-bottom: 25px;
	    padding-top: 25px;
    margin-bottom: 7px;
}
	h2 {
    font-family: 'beauty_of_the_peaksregular', sans-serif;
    /* font-weight: normal; */
    /* text-align: left; */
    /* line-height: 100%; */
    
    padding-bottom: 15px;
	    padding-top: 15px;
    margin-bottom: 7px;
}
	@media all and (min-width: 960px) {
    h1{
        font-size:9.2rem ;
    }
}
 
@media all and (max-width: 959px) and (min-width: 600px) {
    h1{
        font-size: 7.2rem;
    }
}
 
@media all and (max-width: 599px) and (min-width: 320px) {
    h1{
        font-size: 5.2rem;
		line-height:75%;
    }
	.trickster{
		display:block;
		max-width:320px;
		height:auto;
		padding-bottom: 12px;
		
		
	}
 
}
	
.parallax001 {
	background-image: url("../img/gallery-01.jpg");
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax002 {
	background-image: url("../img/gallery-05.jpg");
	min-height: 300px;
	max-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	.parallax003 {
	background-image: url("../img/gallery-02.jpg");
	min-height: 300px;
	max-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
		.parallax004 {
	background-image: url("../img/gallery-16.jpg");
	min-height: 300px;
	max-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
		.parallax005 {
	background-image: url("../img/gallery-10.jpg");
	min-height: 300px;
	max-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
			.parallax006 {
	background-image: url("../img/PARALLAX_006.jpg");
	min-height: 300px;
	max-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
html, body {
	background-color: #000000;
}
.backdrop {
	background-image: url("../img/backgroundimage.jpg" );
background-size: contain;

}
.parallax {
	perspective: 100px;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	margin-left: -1500px;
}
.parallax__layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
 img {
display: block;
 position: absolute;
 bottom: 0;
}
}
.parallax__cover {
	background: #2D112B;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 2000px;
	z-index: 2;
}
 $parallax__layers: 2;
@for $i from 0 through $parallax__layers {
$x: ($parallax__layers - $i) / 2;
 .parallax__layer__# {
$i
} {
transform: translateZ(-100 * $x# {
px
}
) scale($x + 1);
}
}
@media all and (max-device-width: 480px) {
#mobilehide {
	display: none;
}
.parallax001 {
	background-image: url("../img/gallery-01.jpg");
	width: 100%;
	height: auto;
}
.parallax002 {
	background-image: url("../img/gallery-05.jpg");
	width: 100%;
	height: auto;
	display: none;
}
.parallax003 {
	background-image: url("../img/gallery-02.jpg");
	width: 100%;
	height: auto;
	display: none;
}
.parallax004 {
	background-image: url("../img/gallery-16.jpg");
	width: 100%;
	height: auto;
	display: none;
}
.parallax005 {
	background-image: url("../img/gallery-10.jpg");
	width: 100%;
	height: auto;
	display: none;
}
.parallax006 {
	background-image: url("../img/PARALLAX_006.jpg");
	width: 100%;
	height: auto;
	display: none;
}
}
@font-face {
	font-family: 'beauty_of_the_peaksregular';
	src: url('beauty_of_the_peaks_regular-webfont.woff2') format('woff2'), url('beauty_of_the_peaks_regular-webfont.woff') format('woff'), url('beauty_of_the_peaks_regular-webfont.otf') format('opentype'), url('beauty_of_the_peaks_regular-webfont.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-family: 'beauty_of_the_peaksregular', sans-serif;
	/*border-bottom: 1px solid #484848;*/
	padding-bottom: 25px;
	padding-top: 25px;
	margin-bottom: 7px;
}
h2 {
	font-family: 'beauty_of_the_peaksregular', sans-serif;
	/*padding-bottom: 25px;
	padding-top: 25px;
	margin-bottom: 7px;*/
}

@media all and (min-width: 960px) {
h1 {
	font-size: 9.2rem;
}
}

@media all and (max-width: 959px) and (min-width: 600px) {
h1 {
	font-size: 7.2rem;
}
}

@media all and (max-width: 599px) and (min-width: 320px) {
h1 {
	font-size: 5.2rem;
	line-height: 75%;
}
}
.parallax001 {
	background-image: url("../img/gallery-01.jpg");
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.parallax002 {
	background-image: url("../img/gallery-05.jpg");
	min-height: 300px;
	max-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.parallax003 {
	background-image: url("../img/gallery-02.jpg");
	min-height: 300px;
	max-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.parallax004 {
	background-image: url("../img/gallery-16.jpg");
	min-height: 300px;
	max-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.parallax005 {
	background-image: url("../img/gallery-10.jpg");
	min-height: 300px;
	max-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.parallax006 {
	background-image: url("../img/PARALLAX_006.jpg");
	min-height: 300px;
	max-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
html, body {
	background-color: #000000;
}
.backdrop {
	background-image: url("../img/backgroundimage.jpg" );
	background-size: contain;
}
.parallax {
	perspective: 100px;
	height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	margin-left: -1500px;
}
.parallax__layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
 img {
display: block;
 position: absolute;
 bottom: 0;
}
}
.parallax__cover {
	background: #2D112B;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 2000px;
	z-index: 2;
}
 $parallax__layers: 2;
@for $i from 0 through $parallax__layers {
$x: ($parallax__layers - $i) / 2;
 .parallax__layer__# {
$i
} {
transform: translateZ(-100 * $x# {
px
}
) scale($x + 1);
}
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.item {
  position: relative;
  margin: 2%;
  overflow: hidden;
  width: 540px;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media all  and (max-device-width: 480px) {
/*.parallax001, .parallax002 {
		display:none;
	}*/
}
@font-face {
    font-family: 'beauty_of_the_peaksregular';
    src: url('beauty_of_the_peaks_regular-webfont.woff2') format('woff2'), url('beauty_of_the_peaks_regular-webfont.woff') format('woff'), url('beauty_of_the_peaks_regular-webfont.otf') format('opentype'), url('beauty_of_the_peaks_regular-webfont.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-family: 'beauty_of_the_peaksregular', sans-serif;
    /*border-bottom: 1px solid #484848;*/
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 7px;
}
h2 {
    font-family: 'beauty_of_the_peaksregular', sans-serif;
   /* padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 7px;*/
}

@media all and (min-width: 960px) {
h1 {
    font-size: 9.2rem;
}
}

@media all and (max-width: 959px) and (min-width: 600px) {
h1 {
    font-size: 7.2rem;
}
}

@media all and (max-width: 599px) and (min-width: 320px) {
h1 {
    font-size: 5.2rem;
    line-height: 75%;
}
.parallax002, .parallax003, .parallax004, .parallax005, .parallax006 {
    background-attachment: scroll;
}
}
.parallax001 {
    background-image: url("../img/gallery-01.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.parallax002 {
    background-image: url("../img/gallery-05.jpg");
    min-height: 300px;
    max-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.parallax003 {
    background-image: url("../img/gallery-02.jpg");
    min-height: 300px;
    max-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.parallax004 {
    background-image: url("../img/gallery-16.jpg");
    min-height: 300px;
    max-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.parallax005 {
    background-image: url("../img/gallery-10.jpg");
    min-height: 300px;
    max-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.parallax006 {
    background-image: url("../img/PARALLAX_006.jpg");
    min-height: 300px;
    max-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
html, body {
    background-color: #000000;
}
.backdrop {
    background-image: url("../img/backgroundimage.jpg" );
    background-size: contain;
}
.parallax {
    perspective: 100px;
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -1500px;
}
.parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
 img {
display: block;
 position: absolute;
 bottom: 0;
}
}
.parallax__cover {
    background: #2D112B;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2000px;
    z-index: 2;
}
 $parallax__layers: 2;
@for $i from 0 through $parallax__layers {
$x: ($parallax__layers - $i) / 2;
 .parallax__layer__# {
$i
} {
transform: translateZ(-100 * $x# {
px
}
) scale($x + 1);
}
}
#centeredmenu {
    float: left;
    width: 100%;
    /* background: #000; */
    /* border-bottom: 1px solid #fff; */
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
#centeredmenu ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}
#centeredmenu ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
}
#centeredmenu ul li a {
    display: block;
    margin: 0 0 0 1px;
    padding: 15px 20px;
    background: #c2c2c2;
    color: #000;
    text-decoration: none;
    line-height: 1.3em;
}
#centeredmenu ul li a:hover {
    background: #369;
    color: #fff;
}
#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover {
    color: #fff;
    background: #000;
    font-weight: bold;
}
.tab-content h2 {
    line-height: .1em;
    color: #F4C501;
    text-align: center;
    font-size: 24px;
    margin: 0 0 5px 0;
}
.tab-content p {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 1.3em;
}
.tab-content p strong {
    color: #F4C501;
}
.announcement h2 {
    padding: 2px !important;
    border-radius: 12px;
    margin: 0 auto;
    color: #E9E37A;
    display: block;
}

.hours h4 {
    margin: 0px !important;
}
.menuprice {
    font-size: 14px;
    /*color: #F4C501;*/
    padding-left: 12px;
}
.menuaddons {
    font-style: oblique;
}
.vgf {
    font-style: oblique;
    color: greenyellow;
    font-family: 'beauty_of_the_peaksregular', sans-serif;
}/*
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 10px 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #555 !important;
    background-image: none;
    border: 1px solid #21c9da00;
    border-radius: 4px;
    color: aliceblue;
}*/
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 30px;
    padding: 10px 9px 10px;
    margin-top: 23px;
    margin-bottom: 8px;
    background-color: #dcd628 !important;
    background-image: none;
    border: 1px solid #21c9da00;
    border-radius: 4px;
    color: aliceblue;
}
a.nav-item.nav-link {
    margin-bottom: -9px;
}
.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}
	@media only screen and (max-width: 599px) and (min-width: 320px) {

		.logo h2 {
    font-size: 1.5em;
    width:100%;
			float: right !important;

}
		.mobilehide{
			display: none;
		
		}
		.mobilepush {
	
    margin-top:50%;
	    font-size: .65em;
	position: static;
		}
.mobilestack{
	display: block !important;
}
		.flexcontainer{
    width: 100%;
    display: block;
	margin: 0 auto;
}
#centeredmenu ul li a {
    min-width: 320px !important;
}
.centeredmenu ul li a {
    min-width: 320px !important;
}
	}
	.navbar-toggle {
    background-color: #2ec18f !important !important;
		margin-top:10px;
		margin-right:10px;
	}
}
	@media only screen and (max-width: 480px) and (min-width: 320px) {

.mobilestack{
	display: block !important;
}
		.mobilepush {
    margin-top:55%;
	    font-size: .65em;

    
	}
}
