@import url(https://fonts.googleapis.com/css?family=Armata);
@import url(https://fonts.googleapis.com/css?family=Armata|Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Lobster+Two);
@import url(https://fonts.googleapis.com/css?family=Courgette);
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500&display=swap');

.scroll-to-top-link{
	position:fixed;
	width:50px;
	right:10%;
	bottom:10%;
	cursor:pointer;
	display:none;
	z-index:1000;
	opacity:0.75;
	-moz-opacity:0.75;
	-webkit-opacity:0.75;
	-o-opacity:0.75;
	-ms-opacity:0.75;
	filter: alpha(opacity=75);
}

*{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif
}

html,
body{
	height:100%;
}

.fixedSect{
	height:100%;
	background-size:cover;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
}



a{
	text-decoration:none;
	color:inherit;
}

.navPart{
	z-index:1000;
	position:relative;
	background-color:#a9933c;
	color:#FFF;
}

nav ul{
	text-align:center;
	overflow:hidden;
	color:#000;
	padding:0;
	margin:0;
	transition:max-height 0.4s;
	-moz-transition:max-height 0.4s;
	-webkit-transition:max-height 0.4s;
	-ms-transition:max-height 0.4s;
	-o-transition:max-height 0.4s;
}

nav ul li{
	display:inline-block;
}

.navActive{
	background:#E3E3E3;
}
.navActive a{
	color:rgb(0,64,64);
}

nav ul li a{
	color:#FFF;
	font-size:18px;
	display:block;
	padding:12px 50px;
	border-right:#999 1px solid;
	margin-left:-4px;
}

nav ul li a:hover{
	text-decoration:none;
	background-color:#E3E3E3;
	margin-left:-4px;
}
/**************************************************************************************/


.handle{
	width:100%;
	background:#EEE;
	text-align:left;
	box-sizing:border-box;
	padding:12px 10px;
	cursor:pointer;
	color:#000;
	display:none;
	overflow:hidden;
}

@media screen and (max-width:767px) {
	
	nav ul{
		max-height:0;
	}
	
	.showing{
		max-height:20em;
	}
	
	nav ul li{
		width:100%;
		box-sizing:border-box;
		padding:15px;
		text-align:left;
		border-bottom:1px #CCC solid;
		border-right:none;
	}
	
	nav ul li a{font-size:14px;}
	
	nav ul li:last-child{
		border-bottom-style:none;
	}
	
	.handle{
		display:block;
	}
	
	.bars-icon{float:right; margin-top:3px; font-size:18px;}
	
}
/*** END NAV STYLES ***/

/*** HEADER STYLES ***/
.headerPart{
	overflow:hidden;
	color:#FFF;
}

.headerPart{
	/*background: rgba(31,3,11,1);
	background: -moz-linear-gradient(top, rgba(31,3,11,1) 0%, rgba(31,3,11,1) 51%, rgba(51,0,13,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,3,11,1)), color-stop(51%, rgba(31,3,11,1)), color-stop(100%, rgba(51,0,13,1)));
	background: -webkit-linear-gradient(top, rgba(31,3,11,1) 0%, rgba(31,3,11,1) 51%, rgba(51,0,13,1) 100%);
	background: -o-linear-gradient(top, rgba(31,3,11,1) 0%, rgba(31,3,11,1) 51%, rgba(51,0,13,1) 100%);
	background: -ms-linear-gradient(top, rgba(31,3,11,1) 0%, rgba(31,3,11,1) 51%, rgba(51,0,13,1) 100%);
	background: linear-gradient(to bottom, rgba(31,3,11,1) 0%, rgba(31,3,11,1) 51%, rgba(51,0,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f030b', endColorstr='#33000d', GradientType=0 );
	background-color:#950000;*/
	padding:15px 0;
	background-image:url(../img/backgrounds/header.jpg);
	background-repeat:no-repeat;
	height:700px;
	text-align:center;
	background-size:cover;
}

@media screen and (max-width:1355px) {
	.headerPart{
		background-image:url(../img/backgrounds/headerMobile.jpg);
	}
}

@media screen and (max-width:1050px) {
	.logo{
		width:450px !important;
	}
}

@media screen and (max-width:950px) {
	.logo{
		width:400px !important;
	}
}

@media screen and (max-width:850px) {
	.logo{
		width:375px !important;
	}
}

@media screen and (max-width:490px) {
	.logo{
		width:100% !important;
	}
	.headerPart img{
		width:100% !important;
	}
}

@media screen and (max-width:850px) {
	.headerPart{
		background-image:url(../img/backgrounds/headerMobileSmall.jpg);
	}
}


.phone,
.address{
	font-size:18px;
	text-align:right;
}

.phone{
	font-size:30px;
}
.address{
	padding-top:15px;
}
.order_online{
	display:none;
	text-decoration:none;
	color:#A6801A;
	font-size:18px;
	font-weight:bolder;
	margin-top:20px;
}
.logo{
	width:500px;
}
.headerPart img{
	width:100%;
}


@media screen and (max-width:767px) {	
	.order_online{display:block;}
	
	.logo{
		width:100%;
		margin:0 auto;
	}
	
	.headerPart img{
		width:350px;
		height:126px;
	}
	
	.phone{
		text-align:left;
		width:60%;
		float:left;
		font-size:20px;
	}
	
	.address{
		padding-top:0;
		text-align:right;
		width:40%;
		float:left;
		font-size:16px;
	}
}
/*** END HEADER STYLES ***/


/* slider */
.captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(../img/browser-icons.png);
        }
/* /slider */

/* welcome */
#welcome{
	width:100%; 
	/*background-color:#F4F9D4;*/
	color:#D5B94A;
	padding-top:25px;
	text-align:center;
	padding-bottom:50px;
}
#welcome img{
	width:100%;
	height:300px;
	margin-top:25px;
}
.welcome-text{text-align:left;}
@media screen and (max-width:767px) { .welcome-text{text-align:center;} }
/* /welcome */

/*** MAP STYLES **/
.map{
	margin-top:27px;
	margin-bottom:15px;
}
/*** END MAP STYLES **/

/*** FIND US STYLES ***/
.findText h3{color:#990000;}
/*** END FIND US STYLES ***/

/* food details */
#foodDetails{text-align:center; padding-top:25px;}
#foodDetails img{height:250px;}
/* /food details */

/* about-us */
#about-us{text-align:center;background-image:url(../img/backgrounds/about-us.jpg); color:#FFF;}
#about-us h1{font-family: 'Armata', sans-serif;}
#about-us p{font-family: 'Open Sans', sans-serif; font-size:18px;}
.aboutBox{
	border:rgba(255,255,255,.3) solid 6px !important; 
	background: #764e1696 !important;
	height:300px;
}

@media screen and (max-width:767px) { .aboutBox{height:auto;} }
/* /about-us */

/* footer */
#footer{
	font-family: 'Open Sans', sans-serif; 
	font-size:18px; 
	color:#FFF;
	/*background-color:#950000;*/
	background-color:#252627;
	padding-bottom:15px;
}
.footer-title{font-family: 'Armata', sans-serif;}
@media screen and (max-width:767px) {
	
	.footer-title{
		margin-top:30px;
	}
	
	.footer-box{
		border-bottom:#CCC 2px solid;
		text-align:left !important;
	}
	
	.footer-boxPopUp{
		height:152px;
	}
	
}
.footer-boxPopUp{color:#000;}
/* /footer */

/* menu */
.menu-group{overflow:hidden;}

.menu-group dd{
	font-size:16px;
	color:#999;
}

.menu-title{
	font-family: 'Lobster Two', cursive;
	background: rgba(0,54,54,1);
    background: -moz-linear-gradient(top, rgba(0,54,54,1) 25%, rgba(0,94,94,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,54,54,1) 25%, rgba(0,94,94,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,54,54,1) 25%, rgba(0,94,94,1) 100%);
	color:#FFF;
	padding:8px 7px;
}

.menu-item{
	padding-bottom:15px;
	border-bottom:#CCC solid 1px;
	overflow:hidden;
	margin-bottom:15px;
	color:#C7530E;
}

.menu-description{font-size:14px; color:#999;}

.menu-item:last-child{border-bottom-style:none;margin-bottom:25px;}

.menu-item_left{
	font-size:18px;
	float:left;
	width:75%;
}
.menu-item_right{
	font-size:18px;
	float:left;
	width:25%;
	text-align:right;
}

@media screen and (max-width:767px) {
	.menu-group{border-bottom:#999 solid 2px;}
}
/* /menu */

/* contact */
#contact{
	background-image:url(../img/backgrounds/contact.jpg); 
	padding:36px 0;
}
#contact input, #contact textarea{
	background-color:rgba(0,0,0,.75); 
	padding:10px; 
	font-size:16px; 
	width:75%;
	margin:0 auto;
	color:#FFF;
	height:50px;
}

#contact textarea{
	min-height:250px;
	max-width:75%;
	min-width:75%;
	max-height:500px;
}

#contactSend {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  background: #104770;
  border: 1px solid #104770;
  box-shadow: 0px 2px 0 #104770, 2px 4px 6px #104770;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  text-shadow:-1px -1px 0 #FFF;
}

#contactSend:hover {
  background: #104770;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #096;
  text-decoration: none;
  text-shadow: -1px -1px 0 #096;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

/* /contact */

/*** INFO BOX STYLES ***/
.infoBoxWrapper .container{
	padding-bottom:25px;
	padding-top:10px;
		
}

.infoBoxTitle{
	background: rgba(0,54,54,1);
    background: -moz-linear-gradient(top, rgba(0,54,54,1) 25%, rgba(0,94,94,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,54,54,1) 25%, rgba(0,94,94,1) 100%);
    background: -moz-linear-gradient(top, rgba(0,54,54,1) 25%, rgba(0,94,94,1) 100%);
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}
.infoBoxContent3{
	background:#fe5747;
	padding:6px;
	min-height:100px;
	line-height:1.5em;
	vertical-align:middle;
	color:#FFF;
	text-align:center;
	height:150px;
	}

.infoBoxContent{
	background:#4A9595;
	padding:6px;
	min-height:100px;
	line-height:1.5em;
	vertical-align:middle;
	color:#FFF;
	text-align:center;
	height:360px;
}
.infoBoxContent2{
	background:#4A9595;
	padding:6px;
	min-height:80px;
	line-height:1.5em;
	vertical-align:middle;
	color:#FFF;
	text-align:center;
	height:375px;
	
}

.infoBoxContent h3{
	font-size:20px;
}

.firstBoxTitle{
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-ms-border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
}

.lastBoxTitle{
	border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-ms-border-top-right-radius:10px;
	-o-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
}

@media screen and (max-width:992px) {
	.infoBoxContent{
		height:450px;
	}
}

@media screen and (max-width:767px) {
	.firstBoxTitle,
	.lastBoxTitle{
		border-radius:0;
	}
	
	.infoBoxContent{
		height:360px;
	}
}
/*** END INFO BOX STYLES ***/


#end_div{
	height: 35px;
}

.welcomeBox{
	height:85px;
	width:200px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	margin-top:75px;
	padding:9px;
	font-size:17px;
	border:5px #F90 solid;
	background-color:#960;
	color:#FFF;
}

@media screen and (max-width:767px){
	.welcomeBox{
		width:100%;
		margin:25px 0px;
	}
}

.headerBtn{
	margin-top: 150px;
    height: 50px;
    width: 150px;
    font-size: 18px !important;
    padding-top: 11px !important;
    border-radius: 10px !important;
    background-color: #A9933C !important;
    border: #D5B94A !important;
	transition:0.1s all linear;
}

.headerBtn:hover{
	background-color: #D5B94A !important;
    border: #A9933C!important;
	transition:0.1s all linear;
}




.contactBox{
	padding:75px 0px;
}
.contact_title{
	font-size:36px;
	margin-bottom:25px;
}
.contact_icon_wrap{
	overflow:hidden;
	margin-bottom:15px;
}
.contact_icon{
	color:#FC3;
	float:left;
	font-size:42px;
	margin-right:18px;
}
.contact_icon_text{
	float:left;
	font-size:20px;
	color:#333;
	padding-top:6px;
}





.map{
	padding-right:75px;
}
@media screen and (max-width:){
	.map{
		padding-right:px;
	}
}
.map .a{
	overflow:hidden;width: 100%;position: relative;
}


/*******************************/


#promo_video{
	padding: 80px 0px;
}
#promo_video .container{
	display: flex;
}
#promo_video video{
	width: 75%;
	margin: 0px auto;
	background-color: #131313;
}
@media screen and (max-width: 991px){
	#promo_video video{
		width: 86%;
	}
}
@media screen and (max-width: 667px){
	#promo_video video{
		width: 100%;
	}
}
@media screen and (max-width: 580px){
	#promo_video video{
		height: 318px;
	}
}
@media screen and (max-width: 530px){
	#promo_video video{
		height: 284px;
	}
}
@media screen and (max-width: 490px){
	#promo_video video{
		height: 270px;
	}
}
@media screen and (max-width: 450px){
	#promo_video video{
		height: 243px;
	}
}
@media screen and (max-width: 387px){
	#promo_video video{
		height: 210px;
	}
}
@media screen and (max-width: 345px){
	#promo_video video{
		height: 182px;
	}
}