@charset "utf-8";

*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th, td,img,figure{margin:0;padding:0;}
body,button, input, select, textarea {font:14px Arial,"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,sans-serif;-webkit-text-size-adjust:none;color:#333;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
ul,ol,li{list-style-type:none;}
img {border:none;vertical-align:top;max-width:100%;}
a,a:link,a:visited,a:hover,a:active{text-decoration:none;}
a, a:active, a:focus, a.active {color:#333;text-decoration:none;outline:none;-webkit-transition:all ease 0.5s;-o-transition:all ease 0.5s;transition:all ease 0.5s;}
a:hover {color:#a87f41;text-decoration: none;}
.clear { clear:both; height:0; font-size:0px; line-height: 0px; }
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix { zoom:1; }
a,input,button{ outline:none;}
textarea{resize:none;}
.img-responsive {width:100%;}
.ovh {overflow:hidden;}


/*header*/
.header-wrapper {
	margin-bottom : 0px;
	position : relative;
	padding : 21px 0;
}
.navbar-fixed-top {
	position: fixed !important;
	background-color: #fff;
	padding: 9px 0;
}
.header-wrapper.navbar-fixed-top .mainnav {
	padding-right: 15px;
}
.header-wrapper.navbar-fixed-top {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.logo {
	position : absolute;
	left : 15px;
	z-index : 1;
	margin-top : 5px;
}
.logo img {
	width: auto;
	max-height: 50px;
}
.navbar {
	position: relative;
	min-height: 0px;
}
.mainnav {
	border: 0 none;
	border-radius: 0;
	margin-bottom: 0px;
	margin-top: 23px;
}
.navbar-default {
	background: transparent;
}
ul.nav.navbar-nav li a {
	text-transform: capitalize;
	color: #171717;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1.4px;
	padding: 0 12px;
	line-height: 10px;
	margin-top: 0px;
	border-right: 1px solid #d5d4d4;
}
ul.nav.navbar-nav li a i.fa.fa-angle-down {
	line-height: 9px;
}
ul.nav.navbar-nav li:last-child a {
	border: none;
}
ul.nav.navbar-nav li {
	line-height: 11px;
	padding-bottom: 22px;
	border-bottom: 2px solid transparent;
}
ul.nav.navbar-nav li:hover {
	border-bottom: 2px solid #a87f41;
}
ul.nav.navbar-nav li:last-child {
	border-right: 0 solid #d5d4d4;
	border-bottom: 0 solid transparent;
	padding-left: 10px;
}
ul.nav.navbar-nav li.active {
	border-bottom: 2px solid #a87f41;
}
ul.nav.navbar-nav li:last-child i:before {
	font-size: 14px;
}
nav.navbar-collapse.collapse {
	padding-right : 0;
}
ul.nav.navbar-nav li a:hover, ul.nav.navbar-nav li a:focus {
	color: #a87f41;
	background: transparent;
}
ul.dropdown-menu:before {
	content : "";
	position : absolute;
	height : 30px;
	top : -30px;
	left : 0;
	width : 100%;
}
.dropdown-menu {
	border-radius: 0;
	border-bottom: 3px solid #a87f41 !important;
	position: relative;
	display: block;
	float: none;
	width: auto;
	box-shadow: none;
}
.navbar-nav > li {
	float : left;
}
.navbar-nav > li:last-child {
	border-right : 0px solid #E1E1E1;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus .navbar-default .navbar-nav > .active > a.open {
	color : #a87f41;
	background-color : transparent;
}
button.navbar-toggle {
	border-radius : 0;
	border : 0;
	padding : 0;
	width : 40px;
	height : 40px;
	line-height : 30px;
	font-size : 21px;
	outline : none;
	background : #B98C49;
	float : left;
	color : #FFFFFF;
	margin : 0px;
	transition : all .5s;
	-moz-transition : all .5s;
	-webkit-transition : all .5s;
	-o-transition : all .5s;
	-ms-transition : all .5s;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color : #2B2B2B;
}
.navbar-nav > li > .dropdown-menu {
	margin-top : 28px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color : #9ED154 !important;
	background-color : transparent;
}
ul.level-one.dropdown-menu.single-dropdown {
	padding: 18px 0px 0px 0px;
}
ul.level-one.dropdown-menu.single-dropdown li a {
	font-size: 15px;
	font-weight: 400;
	color: #444444;
	border-right: 0px solid #444444;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
ul.level-one.dropdown-menu.single-dropdown li a:hover {
	color: #a87f41;
}
ul.level-one.dropdown-menu.single-dropdown li:last-child a {
	border-bottom: 0px solid red;
	padding-bottom: 0;
}
li.dropdown:hover {
	border-bottom: 2px solid transparent !important;
}
li.dropdown.mega-menus .fa.fa-angle-down {
	padding-left: 4px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color : #a87f41;
	background-color : transparent;
}
li.dropdown {
	position : relative;
}
ul.dropdown-menu {
	position: relative;
}
ul.dropdown-menu:before {
	position: absolute;
	content: " ";
	top: -13px;
	left: 23px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #e6e6e6;
}
ul.dropdown-menu:after {
	position: absolute;
	content: " ";
	top: -11px;
	left: 23px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #FFF;
}
ul.level2.dropdown-menu:before {
	position: absolute;
	content: " ";
	top: -13px;
	left: 57%;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #CDCDCD;
}
ul.level2.dropdown-menu:after {
	position: absolute;
	content: " ";
	top: -12px;
	left: 57%;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
}
li.dropdown > .submenu-wrapper {
	position : absolute;
	display : block;
	left : 15%;
	z-index : 999;
	top : 17px;
}
ul.level-one.dropdown-menu li {
	border-bottom: 0 solid transparent !important;
}
ul.level-one.dropdown-menu li:last-child {
	padding-left: 0 !important;
}
li.dropdown > .submenu-wrapper.no-pointer-events {
	display : none;
}
li.dropdown > .submenu-wrapper > .submenu-inner {
	margin-top : 14px;
	opacity : 0;
	-webkit-transform : translateY(-15%);
	-moz-transform : translateY(-15%);
	-ms-transform : translateY(-15%);
	-o-transform : translateY(-15%);
	transform : translateY(-15%);
	min-width : 200px;
	-webkit-transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
ul.level-one.dropdown-menu.single-dropdown li:first-child {
	padding-top: 4px;
}
li.dropdown:hover > .submenu-wrapper.no-pointer-events {
	display : block;
}
li.dropdown:hover > .submenu-wrapper > .submenu-inner {
	opacity : 1;
	-webkit-transform : translateY(0);
	-moz-transform : translateY(0);
	-ms-transform : translateY(0);
	-o-transform : translateY(0);
	transform : translateY(0);
}
li.dropdown.menu-animating > .submenu-wrapper {
	overflow : hidden;
}

.header-wrapper, .navbar-fixed-top {
	padding: 9px 0;
}
ul.nav.navbar-nav li.active, ul.nav.navbar-nav li:hover {
	border-bottom: none;
}
.fa-ul.level-one li .fa {
	padding: 5px 4px 5px 5px;
}
ul.nav.navbar-nav li a {
	font-size:15px;
	padding:0 18px;
}
ul.level-one.dropdown-menu.single-dropdown li a {
	padding-bottom: 10px;
}
ul.nav.navbar-nav .dropdown-menu li {
	padding-bottom: 14px;
}
#navigation .dropdown-menu .Lev2 {
	position: relative;
}
#navigation .dropdown-menu .sub-menu3 {
	display: none !important;
	position: absolute;
	top: -16px;
}
#navigation .dropdown-menu .Lev2:hover .sub-menu3 {
	display: block !important;
	left: 100%;
}
#navigation .Lev2 ul.dropdown-menu:before, #navigation .Lev2 ul.dropdown-menu:after {
	display: none;
}
ul.level-one.dropdown-menu.single-dropdown {
	padding: 15px 0 8px;
}
li.dropdown > .submenu-wrapper > .submenu-inner {
	min-width: 170px;
}
ul.nav.navbar-nav li a {
	letter-spacing: normal;
}
.noDis {display:none;}


/*banner*/
.slider-one {
	background-color:#cfa670;
}
.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}
.tp-banner {
	width: 100%;
	position: relative;
}
.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}
.tr-slider-btn {
	background-color: #a87f41;
	padding: 5px 15px;
	color: #fff !important;
	border-radius: 4px;
	padding: 10px 24px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}
.tr-slider-btn:hover {
	background-color: #fff;
	color: #a87f41 !important;
}
.tp-bullets.preview4 .bullet {
	cursor: pointer;
	position: relative !important;
	background: #dcdcdc !important;
}
.tp-bullets.preview4 .bullet:hover, .tp-bullets.preview4 .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #9d6e28 !important;
	width: 6px !important;
	height: 6px !important;
	border: 5px solid #fff !important;
}



/*index*/
.slogan {
	font-size: 15px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-align: center;
	font-weight: 300;
}
.galleri-wrapper {
	background: #f8f8f8;
	text-align: center;
}
.section-padding.galleri-wrapper {
	padding-bottom: 70px;
}
.galleri-wrapper h1 {
	font-size: 40px;
	letter-spacing: 3px;
}
.galleri-wrapper .slogan {
	padding-bottom: 40px;
}
.galleri-wrapper .gallary-image .fa {
	font-size: 20px;
	color: white;
	padding: 9px 11px;
	background-color: #cfa670;
	border-radius: 50%;
	line-height: 20px;
}
.gallary-hover-text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.galleri-wrapper .gallary-image p {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
}
.galleri-wrapper .grid, .galleri-wrapper .portfolio {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
.galleri-wrapper .grid figure, .galleri-wrapper .portfolio figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.galleri-wrapper .grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}
.galleri-wrapper .grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.galleri-wrapper .grid figure figcaption, .galleri-wrapper .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.galleri-wrapper .grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.galleri-wrapper .grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.galleri-wrapper .grid figure h2 span {
	font-weight: 800;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.galleri-wrapper .grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.galleri-wrapper figure.effect-cheff {
	background: none;
}
.galleri-wrapper figure.effect-cheff img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.galleri-wrapper figure.effect-cheff figcaption {
	padding: 3em;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
.galleri-wrapper figure.effect-cheff figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	background-color: rgba(26, 26, 26, 0.6);
}
.galleri-wrapper figure.effect-cheff h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 15px 5px;
	margin: 0 0 10px 0;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.galleri-wrapper figure.effect-cheff figcaption::before, .galleri-wrapper figure.effect-cheff p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.galleri-wrapper figure.effect-cheff figcaption::before, .galleri-wrapper figure.effect-cheff .fa {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.galleri-wrapper figure.effect-cheff:hover figcaption::before, .galleri-wrapper figure.effect-cheff:hover .fa {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.galleri-wrapper figure.effect-cheff:hover h2 {
	margin-top: 6%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: transparent;
}
.galleri-wrapper figure.effect-cheff:hover figcaption::before, .galleri-wrapper figure.effect-cheff:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.galleri-wrapper figure.effect-cheff:hover figcaption {
	background-color: rgba(58,52,42,0);
}


.services {
	background: url(../images/why_bg.jpg) no-repeat center center fixed;
	background-size: 100% 100%;
}
.services .services-overlay {
	position: relative;
	padding: 75px 0;
}
.services .services-overlay:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.services h1 {
	color: #cfa670;
	font-size: 40px;
	letter-spacing: 3px;
	text-transform: capitalize;
	text-align: center;
}
.services .slogan {
	padding-bottom: 35px;
}
.services p {
	color: #e2e2e2;
}
.services .nav-tabs {
	border: 0px solid #ddd;
	display: inline-block;
}
.services .nav-tabs {
	border: 0px solid #ddd;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 5px;
}
.services .nav-tabs li a {
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #ebebeb;
	background-color: rgba(39, 39, 39, 0.91);
	margin: 5px;
	padding: 10px 20px;
}
.services .nav-tabs li a i {
	font-size: 24px;
	padding-bottom: 8px;
}
.services .nav-tabs li.active a {
	background-color: #A87F41;
	color: #ebebeb;
	border: 1px solid transparent;
}
.services .nav-tabs li a:hover {
	background: #A87F41;
	border-color: transparent;
}
.services h6 {
	width: 90%;
	margin: auto;
	margin-bottom: 12px;
	font-size: 22px;
	color: #ebebeb;
	line-height: 40px;
}
.services .tab-content p {
	color: #fff;
	line-height: 26px;
	letter-spacing: 0.5px;
	font-weight: 300;
}
.services .tab-content .btn-link {
	padding: 5px 20px;
	border-radius: 3px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 45px;
}


.signature-wrapper {
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.signature-wrapper .slogan {
	margin-bottom: 45px;
}
.signature-wrapper h6 {
	font-size : 16px;
	color : #656263;
	font-weight: bold;
	margin-top: 15px;
	font-weight: 500;
}
.signature-wrapper img {
	padding: 0 25px;
}
.signature-wrapper .inews-date {
	font-size : 16px;
	color : #636363;
	font-weight: 300;
	text-transform: capitalize;
	font-style: normal;
	margin-top: 8px;
}
.signature-wrapper .inews-date span {
	color: #cfa670;
	font-weight: bold;
}
.owl-wrap .owl-controls i::before {
	font-size: 30px;
	cursor: pointer;
	line-height: 60px;
	color: #a8a8a8;
}
.owl-wrap .owl-controls i:hover::before {
	color: #cfa670;
}


.galleri-wrapper .slogan {
	padding-bottom: 30px;
}

.iport-h6-title {
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:15px 10px 25px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}
.galleri-wrapper h3 {
	letter-spacing: normal;
	font-size: 35px;
	margin-bottom: 10px;
}
.services .whyus-tabc p span {
	color: #CCA36E;
}
.services h3 {
	font-size: 35px;
	letter-spacing: normal;
	margin-bottom: 10px;
	color:#ebebeb;
}
.index-img {
	padding: 40px 0 20px;
}
.signature-wrapper .slogan {
	margin-bottom: 30px;
}
.index-img .inews-item {
	padding: 0 15px;
}
.index-img h3 {
	font-size: 35px;
	letter-spacing: normal;
	margin-bottom: 10px;
}
.index-img .inews-title {
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-img .inews-title a {
	font-size:15px;
	font-weight:bold;

}
.index-img .inews-item img {
	padding:0;
	height:182px;
	width:100%;
	transition:all 0.3s;
}
.index-img .desc {
	padding: 15px 0px 0;
	letter-spacing: normal;
	text-align:left;
	line-height:1.5;
	color:#666;
}
.index-img .inews-item a:hover img {border-radius:10px 10px 0 0;opacity:0.8;}
.section-padding {
	padding: 40px 0;
}
.section-padding.galleri-wrapper {
	padding-bottom: 20px;
}

#owl-dishes .owl-item img {height:243px;}


/*footer*/
.footer-top {
	background-color: #1f1f1f;
}
.footer-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 45px;
}
.address p {
	color: #969696;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
.address p a {
	color: #969696;
	text-transform: none;
}
.address p a:hover {
	color: #ffffff;
}
.address i {
	font-size: 16px;
	color: #a87f41;
}
.address strong {
	font-size: 14px;
	color: #cfa670;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 10px;
}
footer .footer-top ul li a i:before {
	font-size: 15px;
	color: #727272;
	padding-right: 5px;
}
footer .footer-top ul li a i:hover:before {
	color: #cfa670;
}
.footer-bottom {
	color: #1b1b1b;
	background-color: #1b1b1b;
	padding:20px 0 10px;
}
.footer-bottom p a, .footer-bottom p {
	color: #919191;
	font-weight: 400;
	letter-spacing: 1.5px;
}
.footer-bottom p a:hover {
	color: #cfa670;
}
.footer-bottom .fa-angle-up {
	color: #fff;
	padding: 6px 10px;
	background-color: #cfa670;
	border-radius: 3px;
	font-size: 20px;
	opacity: 0.7;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.footer-bottom .fa-angle-up:hover {
	cursor: pointer;
	opacity: 1;
}

.footer-top {
	padding: 40px 0 35px;
}


.footer-title {
	padding-bottom: 30px;
	font-size: 19px;
	font-weight: bold;
}
.footer-title a {
	font-weight: bold;
}
.f-about {
	line-height: 1.85;
	color: #969696;
}
.f-about a {color: #cfa670;}
.f-nav li {
	padding: 0 0 10px 0;
}
.f-nav a {
	color: #969696;
}
.f-nav a:hover, .f-nav a:active {
	color: #cfa670;
}
.f-nav a i {margin-right:6px;}
.f-qrcode {
	padding-top: 5px;
}

.f_phone_nav {background-color:#A87F41;height:48px;z-index:8;}
.f_phone_nav .col-xs-3 {padding:0;border-right:1px solid #fff;height:48px;}
.f_phone_nav .col-xs-3:last-child {border:none;}
.f_phone_nav a {color:#fff;font-size:14px;text-align:center;display: block;padding:5px 0 0 0;}
.f_phone_nav a i {display:block;font-size:22px;}


/*n global*/
.nbanner img {width:100%;}
#innerpage-wrap {background: #fff;padding:45px 0;clear: both;}
.breadcrumb-wrapper {background: #F4F4F4;padding: 30px 0;}
.bcid-cat {font-size: 16px;font-weight: bold;}
.location {text-align: right;}




#pages {clear:both;padding:30px 0;text-align:center;}
#pages a,#pages span {display:inline-block;background-color:#fff;text-align:center;color:#333;padding:0 10px;border:1px solid #ccc;height:30px;line-height:30px;margin:1px;}
#pages a:hover {background-color:#f1f1f1;color:#000;text-decoration:none;border-color:#a87f41;}
#pages span {background-color:#a87f41;color:#fff;border-color:#a87f41;}



.s-contact {
	color: #555;
	line-height: 1.6;
}
.sidebar .widget:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-top: 0;
}
.widget ul li:before {
	display: none;
}
.sidebar .widget .title {
	color: #525659;
	text-transform: uppercase;
	font-weight: 600;
}
.sidebar .widget ul li {
	border-bottom: 1px solid #d3dae0;
	padding: 10px 0;
	font-size: 15px;
	color: #6e7375;
}
.sidebar .widget ul li a {
	color: #6e7375;
}
.sidebar .widget ul li a:hover,.sidebar .widget ul li a.active {
	color: #a87f41;
}
.sidebar .widget ul li ul {
	padding: 6px 0 0;
}
.sidebar .widget ul li ul li:first-child {
	border-top: 1px solid #dedede;
}
.sidebar .widget ul li ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.widget .title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom:15px;
	margin-top: 0;
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget ul li ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.widget .gallery-post-slider ul li {
	border: none;
	background: none;
	padding: 0;
}
.widget .tabbed .block {
	margin: 0;
	display: none;
}
.widget .tabbed .block.current {
	display: block;
	padding: 15px 0 0;
	border-top: 1px solid #d3dae0;
}
.widget .tabbed .widget-list li {
	background: none;
	border-bottom: 1px solid #E8E9EF;
	padding: 0 0 20px;
	margin-bottom: 25px;
	line-height: 1.0;
}
.widget-list li {
	overflow: hidden;
	margin-bottom: 20px;
}
.widget-list li:last-child {
	border-bottom: none;
}
.widget-list li h5 {
	margin: 0 0 9px;
	line-height: 21px;
	color: #a5aaae;
	font-size: 13px;
	font-weight: normal;
}
.widget-list li figure {
	float: left;
	margin-right: 22px;
	margin-bottom: 0;
}
.widget-list li figure img {
	width: 102px;
	height: 104px;
}
.widget-list li span {
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 3px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.sidebar .widget {
	margin-bottom: 35px;
}
.widget-list li .comments {
	background: none;
	margin-right: 0;
	padding-left: 0;
	padding-top: 3px;
}
.widget-list li figure {
	margin-right: 15px;
}
.widget-list li figure img {
	width: 106px;
	height: auto;
}
.widget .tabbed .widget-list li {
	padding: 0 0 15px;
	margin-bottom: 15px;
}
.widget .tabbed .widget-list li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.widget .widget-list {
	padding-left: 0;
}
.sidebar .widget ul li .s-desc {
	margin-bottom: 8px;
	line-height: 1.5
}

/*news*/
.entry-header {
	background: none;
	box-shadow: none;
	padding-top: 0;
	border: none;
}
.blog-article {
	padding:15px 0 5px;
	border-bottom:1px dashed #eee;
}
.blog-article:first-child {padding-top:0;}
.blog-article:last-child {border:none;}
.blog-article figure {
	margin-bottom: 20px;
}
.blog-article p {
	margin-bottom: 20px;
	line-height: 24px;
}
.blog-article blockquote p {
	line-height: 32px;
}
.blog-article .read-more-link {
	text-transform: uppercase;
	line-height: 23px;
	color: #7d8489;
}
.blog-article .read-more-link:after {
	content: "\f101";
	font-family: FontAwesome;
	color: #f16543;
	padding-left: 8px;
}
.blog-article .read-more-link:hover {
	color: #373c40;
}
.blog-article .read-more-link:hover:after {
	color: #373c40;
}
.blog-article .post-meta {
	color: #a5aaae;
	font-size: 12px;
	float: left;
	width: 21.97402597402597%;
	border-right: 2px solid #d7dee0;
	margin: 0 30px 15px 0;
}
.blog-article .post-meta a {
	color: #a5aaae;
}
.blog-article .post-meta a:hover {
	color: #f16543;
}
.blog-article .post-meta ul {
	list-style: none;
	margin: 0;
	padding: 0 15px;
}
.blog-article .post-meta ul li {
	margin: 0 0 6px;
	padding:8px 0;
	text-transform: uppercase;
	background: none;
}
.blog-article .post-meta ul li:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
	font-size: 14px;
	color: #8C9194;
}
.blog-article .post-meta ul li.date:before {
	content: "\f073";
}
.blog-article .post-meta ul li.cat:before {
	content: "\f02d";
}
.blog-article .post-meta ul li.views:before {
	content: "\f06e";
}
.blog-article .post-summary {
	padding-right: 10px;
}
.blog-article .post-summary p {
	margin-bottom: 10px;
	line-height: 23px;
	color: #666;
}
.blog-article .post-content-wrapper {
	padding: 15px 0 30px;
}
.blog-article .post-meta ul li time {
	background: none;
	margin-left: -3px;
}
.blog-article {
	float: left;
	width: 100%;
}
.blog-article figure {
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-bottom: 10px;
}
.blog-article .post-meta {
	width: 125px;
	margin: 0 30px 15px 0;
}
.blog-article .post-meta ul {
	padding: 0;
}
h6.post-title {
	font-size: 20px;
	letter-spacing: normal;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.4;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
}
h6.post-title a {
	font-weight: bold;
}


/*show*/
.blog-post-wrap .bp-title {
	margin-top: 0;
	font-size: 23px;
	letter-spacing: normal;
	color: inherit;
	text-align: center;
	font-weight:bold;
}
.blog-post-wrap .bp-desc {
	text-align: center;
	display: block;
	margin:15px 0 0;
	font-size: 14px;
	color:#888;
}


.page-content {font-size:16px;line-height:1.6;padding:30px 0;}
.page-content p,.page-content div {margin-bottom:12px;}
.page-content img {max-width:100%;height:auto !important;}
.spage p {padding:5px 0;}



/*product*/
.prolist-wrap .glass-animation img {
	border:1px #ededed solid;
	width:100%;
	height:188px;
}
.glass-animation:hover .glass span {
	-webkit-transition-delay: .2s; /* Safari */
	transition-delay: 0s;
	opacity: 1;
	width: 30px;
	height: 30px;
	border-radius: 200px;
}
.glass-animation:hover .glass span i {
	right: -14px;
	bottom: -7px;
	-webkit-transition-delay: .2s; /* Safari */
	transition-delay: .2s;
}
.glass-animation:hover .background {
	height: 100%;
	width: 100%;
	opacity: .7;
}
.glass-animation .background {
	transition: 0.3s all ease-in-out;
	background: #f16543;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
}
.glass-animation .glass {
	display: block;
	transition: 0.2s all ease-in-out;
}
.glass-animation .glass > span {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s all ease-in-out;
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	display: block;
	border: 5px solid #ffffff;
}
.glass-animation .glass > span i {
	transition: 0.2s all ease-in-out;
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
	position: absolute;
	right: -200px;
	bottom: -200px;
	display: inline-block;
	width: 18px;
	height: 5px;
	background: #ffffff;
	border-radius: 10px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
.portfolio-item, .gallery-item {
	margin: 0 0 30px;
	overflow: hidden;
}
.portfolio-item .item-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
	color: #4f5458;
	letter-spacing: normal;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
}
.portfolio-item time {
	color: #687075;
}
.portfolio-item span {
	color: #f16543;
}
.portfolio-item .square {
	background-color: #bfc4c8;
}
.portfolio-item figure {
	margin-bottom:15px;
	position: relative;
}
.prolist-wrap .portfolio-item {
	margin-bottom: 17px;
}

.catetit {font-size:18px;padding:6px 15px;border-bottom:1px solid #ccc;margin:15px 0;}
.catetit a {float:right;font-size:15px;color:#666;}
.catetit a:hover {color:#a87f41;}

.showp_tit .bp-title {text-align:left;padding:20px 0;}
.showp_tit p {font-size:16px;color:#888;line-height:1.8;}
.showp_img {text-align:center;}
.showp_img img {border:1px solid #eee;padding:2px;}
.showp_detail {font-size:18px;border-left:5px solid #a87f41;padding-left:8px;margin-top:30px;}
.showp_con {border-top:1px solid #eee;margin-top:10px;padding:20px 0;}



/*img*/
.our-work .gallery-item {
	margin-bottom: 24px;
}
.our-work .gallery-item figure {
	position: relative;
	margin: 0 0 15px;
}
.our-work .gallery-item figure:hover .gallery-btn {
	opacity: 1;
}
.our-work .gallery-item img {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 1px #ededed solid;
	height:188px;
}
.our-work .gallery-item .gallery-btn {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 200;
	width: 160px;
	margin: -22px 0 0 -79px;
	opacity: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	border: 2px solid #ffffff;
	background-color: #B3813C;
}
.our-work .gallery-item .gallery-btn:hover {
	color: #f16543;
	background-color: #ffffff;
}
.our-work .gallery-item .item-title {
	font-size: 15px;
	color: #61676c;
	color: #282828;
	position: relative;
	z-index: 999;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}


/*team*/
.team_list li {margin-bottom:15px;}
.team_list li a {display:block;}
.team_list li img {display:block;width:100%;height:250px;}
.team_list li h6 {font-size:16px;text-align:center;line-height:40px;height:40px;}
.team_list li a:hover {transform:translateY(-5px);box-shadow:0 0 15px rgba(0,0,0,0.3);}

/*case*/
.case_index li {margin-bottom:10px;}
.case_index li a {display:block;}
.case_index li img {display:block;width:100%;height:228px;}
.case_index li h6 {font-size:16px;text-align:center;line-height:40px;height:40px;}
.case_index li a:hover {box-shadow:0 0 15px rgba(0,0,0,0.3);}

.case_list li {margin-bottom:15px;}
.case_list li a {display:block;}
.case_list li img {display:block;width:100%;height:259px;}
.case_list li h6 {font-size:16px;text-align:center;line-height:40px;height:40px;}
.case_list li a:hover {transform:translateY(-5px);box-shadow:0 0 15px rgba(0,0,0,0.3);}

/*contact*/
.ncont_des {padding:20px;font-size:16px;line-height:1.5;color:#555;text-indent:2em;background-color:#f5f5f5;margin:30px 0 15px;}
.cont_text h2 {color:#a87f41;font-size:30px;padding:20px 0;}
.cont_text p {margin-bottom:15px;font-size:16px;}
.cont_text p i {margin-right:8px;font-size:22px;color:#a87f41;}


@media (min-width:1890px) {
	.container {max-width: 1370px;width: 1370px;}
	.f-about {line-height: 2.15;}
}
@media (min-width:1410px) {
	.container {max-width:1170px;width:1170px;}
}
@media (max-width:1199px) {
	body {word-break: break-all;word-wrap: break-word}
	ul.nav.navbar-nav li a {padding:0 12px;}
	.index-img .inews-item img {height:202px;}
	.index-news .inews-item img {height:152px;}
	#owl-dishes .owl-item img {height:270px;}
	.our-work .gallery-item img,.prolist-wrap .glass-animation img {height:152px;}
	.team_list li img {height:202px;}
	.case_index li img {height:186px;}
	.case_list li img {height:212px;}

}


@media (max-width:991px) {
	.mainnav {float: right;margin-top:8px;}
	.logo {min-height: 1px;position: static;float: left;margin-top: 0;}
	.navbar-default .navbar-toggle {display: block !important;margin: 0;padding: 7px 8px;border: 1px #ddd solid;border-radius: 5px;font-size: 18px;line-height: 1;}
	.navbar-toggle:hover, .navbar-toggle:active {border: 1px #2B2B2B solid;}
	#navigation {display: none !important;}
	.navbar .navbar-header {width: 100%;margin-left: 0;margin-right: 0;}
	#mmenu {border-left: 1px #E5E5E5 solid;z-index:99999;}
	#mm-blocker {background: rgba(3,2,1,0.6);z-index:9999 !important;}
	#mmenu .mmDiv {padding-top: 20px;}
	#mmenu .mm-title {padding: 12px 0 11px;}
	#mmenu .noblock {display: inline !important;padding: 10px;}
	#mmenu .MMhead {line-height: 2.8;border-bottom: 1px #E5E5E5 solid;margin: 0 -20px;padding-left: 10px;}
	#mmenu .MMhead a {background: none;}
	#mmenu .mm-header .mm-title {top: -10px;font-size: 14px;}
	#mmenu a {color: #333;font-size: 16px;}
	#mmenu a:hover, #mmenu a:active {color: #AF7F48}
	#mmenu .mm-listview > li > a, #mmenu .mm-listview > li > span {padding: 10px 10px 10px 20px;}
	.iport-h6-title {padding:10px 1px;}
	.galleri-wrapper img {margin-bottom: 0;}
	.galleri-wrapper figure.effect-cheff figcaption {padding: 12px;}
	.galleri-wrapper .slogan {font-size: 14px;padding-bottom: 0;letter-spacing: normal;line-height: 1.6;margin-bottom: 20px;}
	.slogan {font-size: 14px;margin-bottom:15px;letter-spacing: normal;padding-top: 5px;}
	.galleri-wrapper h3,.services h3,.index-img h3 {font-size:28px;}
	.index-img .inews-item {padding:10px;}
	.index-img .inews-item img {height:243px;}
	.index-news .inews-item img {height:254px;}
	.index-news .desc {height:58px;}
	#owl-dishes .owl-item img {height:210px;}
	.foot-nav, .foot-qrcode {display: none;}
	.copy-right {float: none!important;}
	.copy-right, .copy-right p {text-align: center;}
	.footer-bottom {padding: 20px 0;}
	.back-top {display: none;}
	#innerpage-wrap {padding: 30px 0;}
	.sidebar {padding-top: 30px;clear: both;}
	.sidebar .widget:last-child {margin-bottom: 30px;}
	.blog-article .read-more-link {display: none;}
	.fancybox-nav span{visibility:visible !important;}
	.our-work .gallery-item img,.prolist-wrap .glass-animation img {height:158px;}
	.team_list li img {height:210px;}
	.case_index li img {height:140px;}
	.case_list li img {height:219px;}
	.showp_tit .bp-title {text-align:center;}
}
@media (max-width:767px) {
	.logo a img {width: auto !important;}
	.tp-banner {max-height: 70vh !important;}
	.iport-item {width:50%;margin-bottom:10px;}
	.copy {display: none;}
	.portfolio-item .item-title {position: relative;z-index: 999;}
	.our-work .gallery-item .item-title {position: relative;z-index: 999;}
	.blog-post-wrap .bp-title {font-size:20px;margin:0;padding-top:10px;}
	.galleri-wrapper h3,.services h3,.index-img h3 {font-size:25px;margin-bottom:5px;}
	.index-img {padding: 30px 0 20px;}
	.index-img .inews-item img {height:190px;}
	.index-news .inews-item img {height:200px;}
	.index-news .desc {height:79px;}
	.services .nav-tabs>li {width:50%;}
	.services h6 {font-size: 18px;}
	.services .tab-content p {line-height:1.6;}
	.footer-top {padding: 30px 0 25px;}
	.footer-title {padding-top: 0;padding-bottom: 20px;}
	.foot-contact {display: none;}
	.footer-bottom {padding:20px 0 70px;}
	.bcid-cat {text-align: center;margin-bottom: 15px;}
	.location {text-align: center;line-height: 1.4;}
	h6.post-title {font-size:18px;overflow:auto;white-space:normal;}
	.blog-article .post-meta {clear:both;border:none;width:auto;float:none;margin:0;}
	.blog-article .post-meta ul li {display:inline-block;margin-right:10px;}
	#pages a.a1 {display:none;}
	.our-work .gallery-item img,.prolist-wrap .glass-animation img {height:180px;}
	.team_list li img {height:260px;}
	.case_index li img {height:170px;}
	.case_list li img {height:190px;}
	.cont_text h2 {font-size:25px;padding:20px 0 30px;}
	.showp_tit .bp-title {padding:15px 0;}
}
@media (max-width:740px) {
	.tp-banner {max-height: 65vh !important;}
}
@media (max-width:479px) {
	.tp-banner {max-height: 60vh !important;}
	.iport-item {width: 100%;}
	.services .nav-tabs>li {width:100%;}
	#myTabContent {display:none;}
	.services .services-overlay {padding:30px 0;}
	.services .nav-tabs {margin-bottom:0;}
	.services .slogan {padding-bottom:15px;}
	.index-img .inews-item {width:100%;border-bottom:1px dashed #eee;}
	.index-img .inews-item:last-child {border:none;}
	.signature-wrapper .slogan {margin-bottom:15px;}
	.galleri-wrapper h3, .services h3, .index-img h3 {font-size:22px;margin-bottom:0;}
	.index-img .inews-item img,.index-news .desc,#owl-dishes .owl-item img {height:auto;}
	.blog-article figure {margin-right: 0;width: 100%;}
	.blog-article .entry-header {clear: both;}
	h6.post-title {font-size: 16px;margin-bottom: 10px;}
	.blog-article .post-summary {padding-right:0;}
	.blog-article .post-meta ul li {padding:0;}
	.blog-article .post-summary p {line-height:20px;}
	.blog-article .post-meta ul li.views,.blog-article .post-meta ul li.cat {display: none;}
	#pages {padding:20px 0;}
	.our-work .gallery-item,.prolist-wrap .portfolio-item {width:100%;}
	.our-work .gallery-item img,.prolist-wrap .glass-animation img {height:auto;}
	.blog-post-wrap .bp-title {font-size:18px;}
	.page-content {font-size:15px;line-height:1.5;}
	.team_list li,.case_index li,.case_list li {width:100%;margin-bottom:10px;}
	.team_list li img,.case_index li img,.case_list li img {height:auto;}
	.ncont_des {font-size:15px;}
	.cont_text h2 {font-size:22px;padding:15px 0 20px;}
	.cont_text p {font-size:15px;margin-bottom:15px;}
	.showp_tit p {line-height:1.5;font-size:15px;}
	.showp_detail {font-size:16px;margin-top:20px;}
}
@media (max-width:420px) {
	.tp-banner {max-height:55vh !important;}
	
}
@media (max-width:360px) {
	.tp-banner {max-height: 50vh !important;}
}
