/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Exo);

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	background-color: #fff;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 400;
}
html, body {width:100%; padding:0; margin:0;}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

h1 {font-size: 38px;}
h2 {font-size: 36px;}
h3 {font-size: 32px;}
h4 {font-size: 28px;}
h5 {
	font-size: 14px;
	color: #F00;
}
h6 {font-size: 20px;}

h1,h2,h3,h4,h5,h6 {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
}

p {
	margin: 0 0 10px;
}

a {
   color: #333;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   text-decoration: none;
}
a:hover,
a:focus {text-decoration: none;color: #73B74A;}

ul {padding: 0;margin: 0;}
ul li {
	list-style: none;
}

select {border: 0;background: transparent;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

/* --Line-- */
hr.line { margin: 15px auto; padding: 0; max-width: 90px;border: 0; border-top: solid 5px #ddd;text-align: center;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Header----------------------------------- */
/* ---------------------------------------------------------------------------- */
#top {
	padding: 10px 0;
}
#top a{ color: #fff;}
#top select option {background: #222;}
#top .language{}
#top .currency {}
#top ul.top-link {float: right;}
#top ul.top-link li {display: inline-block;padding-right: 10px;margin-right: 5px;border-right: 1px solid #bbb;}
#top ul.top-link li:last-child {border: none;}

header {
	padding: 0 0 10px 0;
	position: relative;
}
header #logo img{}
#cart strong{background-color: #72B649;padding: 10px 20px;margin: -1px -1px 0 0;position: absolute;right: 0;top: 0;}
header .form-search input{width: 60%;height: 52px;margin-top: 30px;}
header .form-search button {background: #72B649; color: #fff;padding: 12px 18px 11px ;font-size: 19px;border-radius: 0;}
header .form-search button:hover {color: #eee;}
header .phone {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
	padding: 0px 10px 0px 0;
}
header .phone span{background: #72B649;padding: 10px;margin: -1px 10px 1px 0; border-radius: 50px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }

header .mail {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
	padding: 0px 10px 0px 0;
}
header .mail span{background: #72B649;padding: 10px;margin: -1px 10px 1px 0; border-radius: 50px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }

#menu {
	background-color: #FFF;
	border-radius: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

#menu #heading {float: left;padding-left: 15px;font-size: 20px;font-weight: 700;line-height: 40px;color: #fff;margin-top: 10px;text-transform: uppercase;}
#menu .dropdown-menu {
	background-color: #FFF;
}
#menu .dropdown-menu li > a:hover {color: #ffffff;background-color: #3f3f3f;}
#menu .dropdown-inner {display: table;}
#menu .dropdown-inner ul {display: table-cell;}
#menu .dropdown-inner a {min-width: 160px;display: block;padding: 3px 20px;clear: both;line-height: 20px;color: #333333;font-size: 12px;}
#menu li.dropdown:hover>a, #menu li.dropdown:focus>a, #menu li.dropdown:active>a{
	background-color: #FFFFFF;
}
#menu ul.nav li a{
	color: #333;
	padding: 10px 40px;
	text-transform: uppercase;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	letter-spacing: 0.12em;
}
#menu ul.nav li a:hover{
	background-color: #FFFFFF;
	border-top: 3px solid #CB36C9;
	color: #CB36C9;
}
#menu .btn-navbar {font-size: 20px;color: #FFF;padding: 5px 15px;float: right;border: 3px solid #fff;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Content---------------------------------- */
/* ---------------------------------------------------------------------------- */
#page-content{}
#page-content.home-page{
	margin: 20px 0 50px 0;
}
#page-content.single-page {margin: 50px 0;}
#page-content .row{	margin-bottom: 30px;}

.carousel-inner{}
.banner div{margin-bottom: 10px;}

.heading {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.heading h1, .heading h2{font-size: 30px;padding-bottom: 10px;}

/* breadcrumb */
.breadcrumb {
	margin-bottom: 10px;
}
.breadcrumb i {font-size: 15px;}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {content: '';padding: 0;}
.breadcrumb > li:after {content: '';display: block;position: absolute;top: 4px;right: -5px;width: 10px;height: 10px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

.products {}
.products:after, .products:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.products .product {max-width: 205px;}

.product:after, .product:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.product {border: 1px solid #ccc;border-radius: 6px; margin: 0 auto; margin-bottom: 20px;}
.product .image {position: relative;}
.product .image-more {margin-top: 15px;}
.product .image-more img{border: 1px solid #ccc;max-height: 85px;margin-bottom: 25px;}
.product .image .buttons {position: absolute;top: 0px;left: 0;}
.product .image .buttons a {margin-bottom: 10px;}
.product .caption {padding: 10px 15px;}
.product .image .hot {position: absolute;top: 7px;right: 10px;border-radius: 50%; background: #F83C3C;padding: 10px 0 10px 7px;height: 40px; width: 40px;color: #fff;font-size: 13px;line-height: 1.7;}
.product .name {border-bottom: 1px solid #eee;}
.product .name h3{font-weight: 500;font-size: 17px;color: #666;margin-top: 10px ;font-family: 'Courgette', cursive;padding-bottom: 10px;}
.product .info li{margin: 10px 0;}
.product .price {font-size: 24px;margin: 10px 0;color: #72B649;font-family: 'Courgette', cursive;}
.product .price span{color: #aaa;margin-left: 10px;text-decoration: line-through;font-size: 20px;} 
.product .rating{margin: 10px 0;}
.product .rating span {margin-right: 5px;font-size: 13px;}
.product .options {margin: 10px 0;}
.product .options select{border: 1px solid #eee; width: 100%;}
.product input.form-inline {border-radius: 4px;border: 1px solid #ccc;padding: 4px 6px;width: 40px;}
.product .share .share-btn {margin-right: 25px;padding-top: 20px;}

.product-desc{margin: 50px 0;}

/* IMG thumb - product.html */
.modal-body {padding:5px !important;}
.modal-content {border-radius:0;}.modal-dialog img {text-align:center;margin:0 auto;}
.controls{width:50px;display:block;font-size:19px;font-weight:500;}
.next {float:right;text-align:right;}
/*override modal for demo only*/
.modal-dialog {max-width:500px;padding-top: 90px;}

.pricedetails {margin-top: 20px;}
.pricedetails table td {padding-right: 70px;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Sidebar---------------------------------- */
/* ---------------------------------------------------------------------------- */
#sidebar{}

.widget {margin-bottom: 30px;border: 1px solid #aaa;padding-bottom: 20px;}
.widget .heading {background-color: #73B74A;padding: 10px 20px;margin: 0;border-bottom: 4px solid #222;}
.widget .heading h4{margin: 0;color: #fff;font-size: 21px;}
.widget .content {padding: 15px 20px;}
.widget .checkbox {font-weight: 500;}

.widget.wid-categories ul li{margin-bottom: 10px;border-bottom: 1px dashed #aaa;padding-bottom: 7px;}
.widget.wid-categories ul li a{font-size: 17px;}

.widget.wid-product .product{border: none;}
.widget.wid-product h5{font-size: 19px;margin-top: 0;}
.widget.wid-product img{float: left; margin: 0 10px; max-height: 110px;display: inline-block;}
.widget.wid-product .wrapper {vertical-align: middle;text-align: left;padding-bottom: 7px;margin-top: 22px;}

.widget.wid-discouts {}
.widget.wid-brand {}

.widget.wid-type select{width: 100%; border: 1px solid #aaa;margin-top: 20px;padding: 3px;}

/* ---------------------------------------------------------------------------- */
/* --------------------------------------Form---------------------------------- */
/* ---------------------------------------------------------------------------- */
.form-group {margin-bottom: 25px;}
.form-group input,
.form-group textarea {padding: 10px;}
.form-group input.form-control {height: auto;}
.form-group textarea.form-control {height: 180px;}

.review-form {}
.review-form label textarea {height:130px;}
.review-form label input, .review-form label textarea {width: 100%;}
.review-form label, .review-form label span {display: block;}
.review-form label span {margin: 10px 0;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Footer---------------------------------- */
/* ---------------------------------------------------------------------------- */
footer {
	color: #333;
	background-color: #F7F7F7;
}
footer a{color: #333;}
footer a:hover {color: #ccc;}
footer .wrap-footer {padding: 60px 0 50px;}

footer .brand {background-color: #F4F6F5;padding: 10px 0;}

footer .top-footer {background: #222;color: #fff;padding: 23px 0;}
footer .top-footer h4 {color: #fff;}
footer .top-footer input {width: 60%;}
footer .top-footer .subcribe-form {margin-top: 20px;}

footer .col-footer {border-right: 1px solid #ddd;padding: 0 30px;}
footer .col-footer:last-child {border: none;}
footer .col-footer .heading {margin: 10px 0 20px;}
footer .col-footer .heading h4{color: #fff;font-size: 23px;font-weight: 500;margin: 0 0 20px;}
footer .col-footer ul {
	padding-left: 25px;
}
footer .col-footer ul li{
	list-style: none;
	line-height: 1.8em;
}

footer .footer-1 img{margin: 10px 0;}
footer .footer-2 {}
footer .footer-3 {}
footer .footer-4 ul{padding-left: 0px;}
footer .footer-4 ul li{margin-top: 10px; list-style: none;}
footer .footer-4 span{margin-right:10px;}

footer .copyright {
	padding: 20px 0;
	background-color: #E3E3E3;
}
footer .copyright a{color: #999;}
footer .copyright a:hover{text-decoration: underline;}
footer .copyright ul li {display: inline-block;margin-left: 10px;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Tabs------------------------------------ */
/* ---------------------------------------------------------------------------- */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background: #272727;border-radius: 0;color: #fff;}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {background: #272727;border-radius: 0;color: #fff;}
.tab-content {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-left: 1px solid #ccc; padding: 25px;}

.home-page .tab-content{border: none; padding: 20px 0px;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Button----------------------------------- */
/* ---------------------------------------------------------------------------- */
.btn {}
.btn.btn-cart{ background-color: #474747;color: #fff;font-size: 20px;padding: 9px 70px 9px 20px;font-family: 'Courgette', cursive;border-radius: 0;position: relative;position: absolute;top: 200px; right: 100px;z-index: 9999;}
.btn.btn-1{ background-color: #72B649;color: #fff;font-size: 25px;padding: 10px 15px;}
.btn.btn-2 {background-color: #72B649;color: #fff;}
.btn.btn-2:hover {background-color: #222;}
.btn.btn-3{margin-left: 5px;background: #D9534F;color: #fff;}
.btn.btn-3:hover {background-color: #222;}

.btn.btn-4{ background-color: #72B649;color: #fff;font-size: 18px;padding: 9px 15px 12px;font-family: 'Courgette', cursive;margin-left: 6px;border-radius: 0;}

#top h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.wrap-footer h2 {
	font-size: 14px;
	color: #333;
}
.name h3 {
	font-size: 16px;
	color: #CD9177;
}
.margin-bottom {
	margin-bottom: 20px;
}
.price {
	font-size: 12px;
	line-height: 1.8em;
	height: 6em;
}
.caption p {
	font-size: 14px;
	line-height: 1.8em;
}
.products h1 {
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	color: #AD7963;
}
#fh5co-menus {
	padding: 2em 0;
}
#fh5co-menus .fh5co-heading .heading {
  position: relative;
  padding-top: 30px !important;
}
#fh5co-menus .fh5co-heading .heading:before, #fh5co-menus .fh5co-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/0401-vegan.png) no-repeat;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
}
#fh5co-menus .fh5co-heading .sub-heading {
  color: #a99c92;
}
#fh5co-menus .fh5co-food-menu {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#fh5co-menus .fh5co-food-menu h2 {
	margin-bottom: 50px;
	font-style: normal;
	position: relative;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-drinks {
	padding-left: 0px;
	font-size: 18px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-drinks:before {
  background: url(../images/0301-pina-colada.png) no-repeat;
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-dishes {
	padding-left: 0px;
	font-size: 18px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-dishes:before {
  background: url(../images/0302-steak.png) no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 45px;
}
#fh5co-menus .fh5co-food-menu ul {
  padding: 0;
  margin: 0;
}
#fh5co-menus .fh5co-food-menu ul li {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #ccc;
  display: block;
  float: left;
  width: 100%;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc {
	clear: both;
	float: left;
	width: 100%;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure {
	width: 30%;
	float: left;
	position: relative;
	margin-right: 4%;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure img {
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div {
	width: 65%;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div h3 {
	padding: 0;
	font-size: 20px;
	color: #000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-pricing {
	float: right;
	width: 20%;
	text-align: right;
	font-size: 20px;
	color: #fb6e14;
}
.fh5co-food-menu.to-animate-2 p {
	font-size: 14px;
	line-height: 1.8em;
}






#fh5co-menuss {
	padding: 2em 0;
}
#fh5co-menuss .fh5co-heading .heading {
  position: relative;
  padding-top: 30px !important;
}
#fh5co-menuss .fh5co-heading .heading:before, #fh5co-menuss .fh5co-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/0401-vegan.png) no-repeat;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
}
#fh5co-menuss .fh5co-heading .sub-heading {
  color: #a99c92;
}
#fh5co-menuss .fh5co-food-menu {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#fh5co-menuss .fh5co-food-menu h2 {
	margin-bottom: 50px;
	font-style: normal;
	position: relative;
}
#fh5co-menuss .fh5co-food-menu h2.fh5co-drinks {
	font-size: 18px;
	text-align: center;
}
#fh5co-menuss .fh5co-food-menu h2.fh5co-drinks:before {
  background: url(../images/0301-pina-colada.png) no-repeat;
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menuss .fh5co-food-menu h2.fh5co-dishes {
	font-size: 18px;
	text-align: center;
}
#fh5co-menuss .fh5co-food-menu h2.fh5co-dishes:before {
  background: url(../images/0302-steak.png) no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 45px;
}
#fh5co-menuss .fh5co-food-menu ul {
  padding: 0;
  margin: 0;
}
#fh5co-menuss .fh5co-food-menu ul li {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #ccc;
  display: block;
  float: left;
  width: 100%;
}
#fh5co-menuss .fh5co-food-menu ul li .fh5co-food-desc {
	clear: both;
	float: left;
	width: 75%;
}
#fh5co-menuss .fh5co-food-menu ul li .fh5co-food-desc > figure {
	width: 10%;
	float: left;
	position: relative;
	margin-right: 4%;
}
#fh5co-menuss .fh5co-food-menu ul li .fh5co-food-desc > figure img {
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
}
#fh5co-menuss .fh5co-food-menu ul li .fh5co-food-desc > div {
	width: 80%;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}
#fh5co-menuss .fh5co-food-menu ul li .fh5co-food-desc > div p {
	margin: 0;
	font-size: 12px;
	line-height: 1.8em;
}
#fh5co-menuss .fh5co-food-menu ul li .fh5co-food-desc > div h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	color: #000;
}
#fh5co-menuss .fh5co-food-menu ul li .fh5co-food-pricing {
	float: right;
	width: 25%;
	text-align: right;
	font-size: 14px;
	color: #fb6e14;
	font-weight: 600;
}


/* Comments */
.comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
.comments li{
	margin: 0 0 50px 0;
	padding: 30px 20px 50px 30px;
	background-color: #F5EFE4;
}
.comments .avatar{
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
}
.comments address{font-weight:bold;}
.comments time{font-size:smaller;}
.comments .comcont{display:block; margin:0; padding:0;}
.comments .comcont p{
	margin: 15px 5px 5px 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.8em;
}

.comments form{display:block; width:100%;}
.comments input, .comments textarea{width:100%; padding:10px; border:1px solid;}
.comments textarea{overflow:auto;}
.comments div{
	margin-bottom: 0px;
}
.comments input[type="submit"], .comments input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer;}

/* 円の基本形 */
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
}
/* 円の大きさ */
.size_normal{
  width: 50px;
  height: 50px;
}
/* 文字の大きさ */
.letter3 {
  font-size: 2em;
  line-height: 1.5em;
}
/* 円と文字の色 */
.pink1 {
	color: #FFFFFF;
	border: 4px solid #A37E3E;
	background-color: #A37E3E;
	font-weight: 600;
}
.sankaku{
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top: 40px solid #A6590B;
	margin: 0 auto;
}
.comcont h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.comments {
	margin-top: 20px;
}
#fh5co-counter {
  padding: 7em 0;
  clear: both;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------Responsive----------------------------------- */
/* ---------------------------------------------------------------------------- */
@media (max-width: 1200px){
	#menu {margin-top: 60px;}

}
@media(max-width:968px) {
	#menu {margin-top: 20px;}
	.banner img{max-width: 70%;}
	footer .top-footer .subcribe-form {float: right;}
	footer .col-footer .heading {margin: 40px 0 20px;}
	footer .col-footer {border-right: none;}
}
@media  (max-width: 1024px) {
	#menu ul.nav li a{	padding: 10px 20px;}
}

@media  (max-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
	display: block;
}
	#menu ul.nav li a{	padding: 10px 5px;}
		header #logo img {margin-top: 15px; margin:0 auto; text-align:center;}
}



@media(max-width:767px) {
	#top ul.top-link li{float: none;border: none;}
	header #logo img {margin-top: 15px; margin:0 auto; text-align:center;}
	header .form-search input{margin-top: 15px;}
	header .phone {margin-top: 15px; text-align:center;}
	header .mail {margin-top: 15px; text-align:center;}
	#menu #heading {color: #000;}
	#menu .btn-navbar {color: #000; border: 3px solid #000;}
	#menu .navbar-brand {display: block;color: #fff;}
	#menu div.dropdown-inner > ul.list-unstyled {display: block;}
	#menu .dropdown-inner a {width: 100%;color: #fff;}
	#menu div.dropdown-menu {margin-left: 0 !important;	padding-bottom: 10px;background-color: rgba(0, 0, 0, 0.1);}
header #logo img {
	margin:0 auto;
}
}
@media(max-width:480px) {

#fh5co-counter {
  padding: 4em 0;
background-size:480px 217px;
}
.fh5co-heading h1 {
			font-size:20px;
			margin:0;
}

	
}



header .texttop {
	text-align: right;

}

@media screen and (max-width: 768px) {
  #fh5co-menuss {
    padding: 5em 0;
  }
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure {
	width: 100%;
	float: none;
	position: relative;
	margin-right: 0;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div {
	width: 100%;
	float: none;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}

header .texttop {
	text-align: center;

}
#top h1 {
	text-align:center;
}
}



.fh5co-counters {
	padding: 7em 0;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.fh5co-counters .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.1);
}
.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
  font-size: 44px;
  display: block;
  color: white;
  font-family: "Roboto Slab", serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .1em;
}
.fh5co-counters .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 2em;
  display: block;
  font-family: "Roboto Slab", serif;
}
.fh5co-counters .icon i {
  font-size: 45px;
  color: #fff;
}.fh5co-heading h1 {
	color: #FFF;
	text-shadow: 2px  2px 5px #D5A962,
            -2px  2px 5px #D5A962,
             2px -2px 5px #D5A962,
            -2px -2px 5px #D5A962;	

}
.fontsize14 {
	font-size: 14px;
	line-height: 1.8em;
}
.gallery-content {
  position: relative;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  max-width: 1200px;
  width: 94%;
}
.gallery-content__item {
  width: 30%;
}
.gallery-content__item:nth-child(2) {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.gallery-content__small {
  width: 50%;
  outline: 10px solid #fff;
}
.gallery-content__large {
  height: 100%;
}

img {
  max-width: 100%;
  display: block;
}header span {
	display: block;
}
#logo {
	padding-top: 20px;
}
