@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/css?family=Montserrat);

#right-place{background-image:url(../img/backgrounds/texture.jpg);padding:36px 0;}
#right-place .thumbnail{background-color:transparent;}
#right-place img{height:250px;width:75%;}
@media screen and (max-width:767px) { #right-place img{width:100%;} }

.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{background: rgba(0, 0, 0, .88);}

nav ul{
	background: rgba(0, 0, 0, .88);
	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;
	list-style:none;
}

nav ul li{
	float:left;
	border-right:#999 1px solid;
	width:25%;
}

.navWrap{
	width:40%;
	margin:0 auto;
}

@media screen and (max-width:1632px) { .navWrap{width:70%;} }
@media screen and (max-width:933px) { .navWrap{width:88%;} }
@media screen and (max-width:767px) { 
	.navWrap{width:100%;} 
	nav ul li{padding:0 !important;}
}

nav ul li:last-child{border-right:none;}

.navActive a{
	background:#E3E3E3;
	color:#1F1F1F;
	font-weight:bold;
}

nav ul li a{
	color:#FFF;
	font-size:18px;
	display:block;
	padding:12px 50px;
	background:#1F1F1F;
}

nav ul li a:hover{
	text-decoration:none;
	background-color:#E3E3E3;
}
/**************************************************************************************/


.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(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%);*/
	background-image:url(../img/backgrounds/header.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:15px 0;
}

.phone,
.address{
	text-align:right;
	font-size:18px;
}

.phone{
	font-size:30px;
}
.address{
	padding-top:15px;
}

@media screen and (max-width:767px) {	
	.headerPart img{
		width:100%;
		height:126px;
	}
	
	.phone{
		text-align:center;
		width:50%;
		float:left;
		font-size:18px;
	}
	
	.address{
		padding-top:0;
		text-align:center;
		width:50%;
		float:left;
		font-size:12px;
	}
}
/*** END HEADER STYLES ***/


/* slider */
#slider2_container,
.slider{
	height:700px;
	width:2000px;
}
@media screen and (max-width:767px) {
	#slider2_container,
	.slider{
		height:1000px;
	}	
}
.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;
	padding-bottom:25px;
	text-align:center;
}
#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; width:75%; margin:0 auto;}
@media screen and (max-width:767px) { 
	#foodDetails img{width:100%;}
}
/* /food details */

/* about-us */
#about-us{text-align:center;background-image:url(../img/backgrounds/about-us.jpg);min-height:300px;}
#about-us h1{font-family: 'Armata', sans-serif;}
#about-us p{font-family: 'Open Sans', sans-serif; font-size:18px;}
.aboutBox h2{color:#B9C120;}
.aboutBox p{font-size:18px}
.aboutBox{
	background-image:url(../img/backgrounds/texture.jpg);
	background-size:cover;
	height:300px;
	border-radius:0px;
	background-size:cover;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
}

@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: rgba(0, 0, 0, .88);
	position:relative;
}
.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%);*/
	background-image:url(../img/backgrounds/wood-texture.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	padding:8px 7px;
	text-align:center;
}

.menu-item{
	padding-bottom:15px;
	border-bottom:#CCC solid 1px;
	overflow:hidden;
	margin-bottom:15px;
	color:#C7530E;
}

.menu-sub-item{
	padding-bottom:8px;
	overflow:hidden;
	margin-bottom:15px;
	color:#C7530E;
}
.menu-sub-item .menu-item_left,
.menu-sub-item .menu-item_right{
	font-size:16px !important;
	color:#914A0B !important;
}

.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%);*/
	background-image:url(../img/backgrounds/wood-texture.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}

.infoBoxContent{
	background:#e8e8e8;
	color:#000;
	font-size:16px;
	padding:6px;
	min-height:80px;
	line-height:1.5em;
	vertical-align:middle;
	text-align:center;
	height:300px;
	
}

.infoBoxContent h3{
	font-size:20px;
	color:#D0530E;
}

.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 ***/

@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
.online_order_btn{
	display: inline-block;
    float: right;
    padding: 10px 16px;
    background-color: #ffb943;
    color: #333;
    font-family: 'Cabin', sans-serif;
    margin-top: 8px;
}
@media screen and (max-width:767px){
	.online_order_btn{
		float: none;
		margin: 0px auto;
		margin-top: 8px;
		display: block;
		width: 120px;
		overflow: hidden;
		text-align: center;
	}
}