﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,p {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: 400;
}
html,button,input,select,textarea {
	color: #7f7f7f
}
body {
	font-family: microsoft yahei,sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #282828;
}
audio,canvas,img,video {
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}
.text-center {
	text-align: center;
}
b,strong {
	font-weight: 700;
}
h1 {
	color: #c69e59;
	font-size: 50px;
	text-transform: capitalize
}
h2 {
	font-size: 40px;
	text-transform: capitalize;
	color: #a87f41;
	letter-spacing: 2px;
	text-align: center;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
p {
	font-family: microsoft yahei,sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #444;
}
ul,ol,li{
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
a,a:active,a:focus,a.active {
	color: #a87f41;
	text-decoration: none!important;
	outline: none;
	cursor: pointer;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
a {
	color: #282828;
}
a:hover {
	color: #a87f41;
}
img,.img-responsive{
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.section-padding {
	padding: 100px 0
}
textarea {
	resize: none
}

.wrapper {
	overflow: hidden
}
.inner-wrapper {
	padding: 0
}
.header-wrapper {
	margin-bottom: 0;
	position: relative;
	padding: 21px 0;
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s
}
.navbar-fixed-top {
	position: fixed!important;
	background-color: #fff;
	padding: 9px 0;
	-webkit-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s
}
.header-wrapper.navbar-fixed-top .mainnav {
	padding-right: 5px;
}
.header-wrapper.navbar-fixed-top {
	padding: 9px 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.logo {
	
	position: absolute;
	left: 15px;
	z-index: 1;
	margin-top: 5px
}
.logo img {
	width: 93%;
}
.navbar {
	position: relative;
	min-height: 0;
	margin-bottom: 20px;
	border: 1px solid transparent
}
.mainnav {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 23px
}
.navbar-default {
	background: 0 0
}
ul.nav.navbar-nav li a {
	text-transform: capitalize;
	color: #171717;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1.4px;
	padding: 0 12px;
	margin-top: 0;
	border-right: 1px solid #d5d4d4;
}
ul.nav.navbar-nav li a i.fa.fa-angle-down {
	line-height: 9px
}
ul.nav.navbar-nav li {
	line-height: 11px;
	padding-bottom: 15px;
	border-bottom: 2px solid transparent
}
ul.nav.navbar-nav li a:hover {
	color: #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 a.active {
	color: #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: 0 0;
}
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: 0 solid #e1e1e1
}
.navbar-default .navbar-nav>a.active,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>a.active:focus .navbar-default .navbar-nav>a>.active .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: #fff;
	margin: 0;
	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: ;
}
.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: 10px 0 0
}
ul.level-one.dropdown-menu.single-dropdown li a {
	font-size: 14px;
	font-weight: 400;
	color: #444;
	border-right: 0 solid #444;
	padding-bottom: 10px;
	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: 0 solid red;
	padding-bottom: 0
}
#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;
}


.dropdown-menu .mega-content ul li {
	padding: 4px 0
}
.dropdown-menu .mega-content ul.menu-carousel li {
	border: 0!important
}
.dropdown-menu .mega-content ul.menu-form li:last-child {
	border: 0!important
}
.dropdown-menu .mega-content ul li a {
	text-transform: capitalize;
	line-height: 26px;
	padding: 0;
	font-size: 13px;
	color: #7f7f7f;
	border-right: 0 solid transparent
}
.dropdown-menu .mega-content ul li {
	border-bottom: 0 solid transparent;
	padding-left: 0!important
}
.dropdown-menu .mega-content ul li:hover {
	border-bottom: 0 solid transparent
}
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
}

.mainnav .mega-menus {
	position: static
}
.mainnav .mega-content {
	padding: 20px 30px
}
.dropdown-header {
	color: #3a3a3a;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
	padding: 0;
	margin-top: 20px;
	border-bottom: 0!important
}
.menu-carousel .carousel-control.left,.menu-carousel .carousel-control.right {
	background-image: none
}
.mega-content ul.menu-carousel {
	margin-top: 25px
}
.menu-carousel .left.carousel-control .fa {
	position: absolute;
	top: 40%;
	left: 0;
	color: #fff;
	background-color: rgba(7,7,7,.6);
	padding: 6px 10px
}
.menu-carousel .right.carousel-control .fa {
	position: absolute;
	top: 40%;
	right: 0;
	color: #fff;
	background-color: rgba(7,7,7,.6);
	padding: 6px 10px
}
.menu-carousel .carousel i:before {
	font-size: 18px!important
}
.menu-carousel li.mega-carousel-more {
	padding-top: 15px!important
}
.menu-carousel li.mega-carousel-more a {
	text-transform: uppercase!important;
	color: #a87f41!important;
	font-size: 13px!important;
	font-weight: 300!important
}

.megamenu-wrapper {
	width: 88%
}

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: 16px;
	min-width: 170px;
	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(.785,.135,.15,.86);
	-moz-transition: all 300ms cubic-bezier(.785,.135,.15,.86);
	-ms-transition: all 300ms cubic-bezier(.785,.135,.15,.86);
	-o-transition: all 300ms cubic-bezier(.785,.135,.15,.86);
	transition: all 300ms cubic-bezier(.785,.135,.15,.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
}
li.dropdown>.submenu-sub-wrapper {
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	z-index: 1000;
	width: 100%
}
li.dropdown>.submenu-sub-wrapper>.submenu-sub-inner {
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 300ms cubic-bezier(.785,.135,.15,.86);
	-moz-transition: all 300ms cubic-bezier(.785,.135,.15,.86);
	-ms-transition: all 300ms cubic-bezier(.785,.135,.15,.86);
	-o-transition: all 300ms cubic-bezier(.785,.135,.15,.86);
	transition: all 300ms cubic-bezier(.785,.135,.15,.86)
}
li.dropdown:hover>.submenu-sub-wrapper>.submenu-sub-inner {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}
li.dropdown.menu-animating>.submenu-sub-wrapper {
	overflow: hidden
}
label.error {
	background: #fadddd;
	color: red;
	padding: 3px 10px;
	margin-top: 5px
}

.header-top {
	background-color: #c79c60;
	padding: 8px 0
}

.fa-ul.level-one li .fa {
	padding: 5px 0 5px 16px
}
.fa-ul.list-inline.top-info.level-one li {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: open sans,roboto,microsoft yahei
}

.top-social.level-one li.location {
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #fff;
	margin-right: 14px;
	-webkit-transition: all ease .35s;
	-moz-transition: all ease .35s;
	-o-transition: all ease .35s;
	-ms-transition: all ease .35s;
	transition: all ease .35s
}
.top-social.level-one li.location:hover {
	cursor: pointer;
	background-color: #fff;
	color: #c79c60
}
.top-social.level-one li .fa-map-marker {
	font-size: 20px;
	padding-right: 10px
}

.fa-ul.list-inline.top-info.level-one li a i:before {
	font-size: 17px;
	color: #fff
}
.fa-ul.list-inline.top-info.level-one li a {	
	line-height: 28px;
	color: #fff;
}
.fa-ul.list-inline.top-info.level-one li a:hover {
	
}
.fa-ul.list-inline.top-info.level-one li a.tel-no {
	background-color: transparent;
	border: none;
	color: #fff;
}
.fa-ul.list-inline.top-info.level-one li a.tel-no:hover {
	color: #feedd2;
}

.list-inline.top-info>li {
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
}

#map-canvas {
	width: 100%;
	height: 250px;
}

.dropdown dd,.dropdown dt,.dropdown ul {
	margin: 0;
	padding: 0
}
.dropdown dd {
	position: relative;
	z-index: 999
}
.dropdown a,.dropdown a:visited {
	color: #816c5b;
	text-decoration: none;
	outline: none
}
.dropdown dt a:hover {
	color: #5d4617
}
.dropdown dt a {
	display: block;
	padding-right: 0;
	width: 96px;
	height: 20px
}
.dropdown dt a span {
	cursor: pointer;
	display: block;
	color: #c79c60;
	font-family: open sans,merriweather,microsoft yahei
}
.dropdown dd ul {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d3a45e;
	color: #c5c0b0;
	display: none;
	left: -11px;
	padding: 0;
	position: absolute;
	top: 4px;
	width: 119px;
	min-width: 53px;
	list-style: none
}
.dropdown span.value {
	display: none
}
.dropdown dd ul li a {
	padding: 5px;
	display: block
}
.dropdown img.flag {
	border: none;
	vertical-align: top;
	margin-left: -3px;
	height: 13px;
	width: 20px;
	margin-top: 2px;
	margin-right: 5px
}

.top-social.level-one li.flag-area {
	background-color: #f4f4f4;
	padding: 4px 10px 2px;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 25px;
	color: #feedd2;
	border: 1px solid #fff;
	-webkit-transition: all ease .35s;
	-moz-transition: all ease .35s;
	-o-transition: all ease .35s;
	-ms-transition: all ease .35s;
	transition: all ease .35s
}
.dropdown dt a {
	background: url(../images/arrow.png) no-repeat scroll right center;
	display: block;
	padding-right: 0;
	width: 96px;
	height: 19px
}

.services {
	
}
.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,.6)
}
.services .tit {
	color: #cfa670;
	text-align: center;
	font-size: 30px;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.services p {
	color: #e2e2e2;
}
.services .nav-tabs {
	border: 0 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,.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 h4 {
	width: 90%;
	margin: auto;
	margin-bottom: 12px
}
.services h4 span {
	font-size: 22px;
	color: #ebebeb;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 40px;
}
.services .tab-content p {
	color: #fff;
	line-height: 26px;
	letter-spacing: .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
}

.section-padding.col-xs-12.text-center {
	padding-bottom: 65px;
}
.section-padding.row:last-child {
	padding-top: 57px;
}

.galleri-wrapper {
	background: #f8f8f8;
	text-align: center;
}
.index-tit {
	letter-spacing: normal;
	font-size: 30px;
	margin-bottom: 15px;
}
.galleri-wrapper figure {
	margin-bottom: 30px;
}
.galleri-wrapper .gallary-image .fa {
	font-size: 20px;
	color: #fff;
	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: .8;
}
.galleri-wrapper .grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
	-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: -.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: 0 0
}
.galleri-wrapper figure.effect-cheff img {
	opacity: .9;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}
.galleri-wrapper figure.effect-cheff figcaption {
	padding: 3em;
	-webkit-transition: background-color .35s;
	transition: background-color .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,.6)
}
.galleri-wrapper figure.effect-cheff h2 {
	font-family: open sans,roboto,microsoft yahei,sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding: 15px 5px;
	margin: 0 0 10px;
	background-color: rgba(58,52,42,.7);
	-webkit-transition: -webkit-transform .35s;
	transition: transform .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 .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .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 .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .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: transparent
}
.iport-h3-title {
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 20px 18px;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center
}
.iport-h3-title a {
	color: #282828;
	font-weight: 700;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.iport-h3-title a:hover,.iport-h3-title a:active {
	color: #a87f41;
}

#index-whyus {
	background: url(../images/why-bg.jpg) no-repeat center center ;
	background-size: cover;
}
#index-whyus .whyus-tabc p span {
	color: #cca36e;
}
#index-news {
	padding: 40px 0 20px;
}
#index-news .inews-item {
	padding: 0 15px
}
#index-news .inews-title {
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
	line-height: 28px;
}
#index-news .inews-title a {
	font-size: 14px;
	font-weight: 700;
}
#index-news .inews-item img {
	padding: 0;
	display: inline-block;
}
#index-news .desc {
	padding: 15px 0 0;
	letter-spacing: normal;
}
#index-portfolio figure {
	margin-bottom: 0
}
.signature-wrapper {
	text-align: center;	
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.signature-wrapper h4 {
	font-size: 16px;
	color: #656263;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 500
}
.signature-wrapper img {
	padding: 0px;
}
.slogan {
	font-size: 14px;
	color: #797979;
	line-height: 24px;
	letter-spacing: 2px;
	padding: 10px 20px 20px;
}
.signature-wrapper p {
	
}
.signature-wrapper .price {
	font-size: 16px;
	color: #636363;
	font-weight: 300;
	text-transform: capitalize;
	font-style: normal
}
.signature-wrapper .price span {
	color: #cfa670;
	font-weight: 700
}

.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;
}
.section-padding {
	padding: 40px 0;
}
.fa-ul.list-inline.top-info.level-one li {
	letter-spacing: normal
}
.fa-ul.list-inline.top-info.level-one li i {
	padding: 0 10px;
}

.case-box ul li {
	margin-bottom: 20px;
}
.case-box ul li a{	
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-box ul li a img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.case-box ul li p{
	line-height: 40px;
	border: 1px solid #ccc;
}
.case-box ul li:hover p a{
	background: #a87f41;
	color: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.case-box ul li:hover a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.noDis {
	display: none;
}

.footer-top {
	padding: 30px 0;
	background-color: #1f1f1f;
}
.footer-bottom {
	color: #1b1b1b;
	background-color: #1b1b1b;
	padding: 30px 0;
}
.footer-bottom p a,.footer-bottom p {
	color: #919191;
	font-weight: 400;
}
.footer-bottom p a:hover {
	color: #cfa670;
}
.footer-bottom p a,.footer-bottom p {
	letter-spacing: normal
}
.footer-title {
	padding-bottom: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.footer-social-list {
	margin-top: 12px
}
.f-about {
	color: #969696;
	line-height: 28px;	
}
.f-about .abo-more {
	color: #969696;
	font-weight: 700;	
}
.f-nav li {
	padding: 0 0 7px
}
.f-nav a {
	color: #969696;
}
.f-nav a:hover,.f-nav a:active {
	color: #cfa670
}
.f-qrcode {
	padding-top: 5px
}
.f-qrcode img {
	width: auto
}
.icon-map {
	line-height: 29px;
}
.address p {
	color: #969696;
	line-height: 35px;
}
.address p a {
	color: #969696;
	text-transform: none
}
.address p a:hover {
	color: #fff
}
.address span {
	font-size: 14px;
	color: #cfa670;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: 700;
}
.address .road-details {
	padding-left: 23px;
	line-height: 15px;
	padding-bottom: 10px;
}
.address img {
	width: 20px;
	height: 20px;
}

.carousel-control.left,.carousel-control.right{
	background-image: none!important;
	padding-top: 14%;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0)
}
.cate {
	padding-bottom:20px;
}
.cate ul li {
	display: inline-block;
	margin: 10px;
	font-size: 24px;
	background: #a87f41;
    padding: 4px 20px;
}
.cate ul li:hover {
	background: #cfa670;
}
.cate ul li a {
	color:#fff;
}

.more a{
	display: inline-block;
    background: #a87f41;
    color: #fff;
    padding: 5px 25px;
    margin-top: 20px;
}
.more a:hover {
	background: #cfa670;	
}

.buss-box {
	padding-bottom: 20px;	
}
.buss-box span {
	font-weight: bold;
}
.buss-box a {
	display: inline-block;
    padding-right: 15px;
}

@media(max-width:1024px) {
	body {
		word-break: break-all;
		word-wrap: break-word;
	}
	.container {
		max-width: 98%;
		width: 98%
	}
	.mainnav {
		float: right;
		margin-top: 11px
	}
	.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
	}
	#mmenu .mmDiv {
		padding-top: 20px
	}
	#mmenu .mm-title {
		padding: 12px 0 11px
	}
	#mmenu .mm-search-form {
		margin: 0
	}
	#mmenu .mm-search {
		position: static;
		padding-left: 0;
		margin-top: 10px;
		padding-right: 0;
		margin-bottom: -17px
	}
	#mmenu .mm-search .side-mm-keyword {
		max-height: 32px;
		height: 32px;
		padding: 0 16px
	}
	#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: 0 0
	}
	#mmenu .mm-header .mm-title {
		top: -10px;
		font-size: 14px
	}
	#mmenu a {
		color: #333;
		font-size: 14px
	}
	#mmenu a:hover,#mmenu a:active {
		color: #af7f48
	}
	#mmenu .mm-listview>li>a,#mmenu .mm-listview>li>span {
		padding: 10px 10px 10px 20px
	}
}

@media(max-width:990px) {
	.container {
		max-width: 99%;
		width: 99%
	}
	.mainnav {
		margin-top: 8px
	}
	.iport-h3-title {
		padding: 20px 1px
	}
	.iport-h3-title span{
		display: block;
		float: left;
		padding-top: 5px;
	}
	.galleri-wrapper img {
		margin-bottom: 0;
	}
	.galleri-wrapper figure.effect-cheff figcaption {
		padding: 12px;
	}
	.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
	}
}

@media (max-width:768px) {	
	.section-padding {
		padding: 20px 0;
	}
	.index-tit {
		font-size: 20px;
	}
	.slogan {
		padding: 0;
	}
	.logo a img {
		width: auto!important;
	}
	.iport-item {
		width: 50%
	}
	.copy {
		display: none;
	}
	.owl-controls {
		height: auto;
	}
	#index-whyus {
		
	}
	#index-news {
		padding: 30px 0 20px;
	}
	.footer-top {
		padding: 30px 0 25px;
	}
	.footer-title {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.foot-contact {
		display: none;
	}
	.more a {
		margin-top: 0px;
	}
	.cate ul li {
		margin: 4px;
	}
	.carousel-control.left, .carousel-control.right {
		padding-top: 10%;
	}
	.services .nav-tabs li a {
		padding: 5px;
	}
	.services .services-overlay {
		padding: 30px 0;
	}
	.services .tit {
		font-size: 20px;
	}
	.panel-group {
		margin-bottom: 0px;
	}
	.header-wrapper {
		padding: 10px 0;
	}	
} 

.map img {
	max-width:none!important;
}
