@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #252525;
	overflow-x: hidden;
	/* padding-top: 74px; */
}

img {
	border: none
}

* {}

h1,
h2,
h3,
h4,
h5,
p,
label {
	margin: 0;
	padding: 0
}

.main_container {
	width: 1200px;
	margin: 0 auto
}

.main_container2 {
	width: 1240px;
	margin: 0 auto
}

.main_container3 {
	width: 800px;
	margin: 0 auto;
	color: #fff;
	text-align: center
}

.clr {
	clear: both
}

.header {
	width: 100%;
	/* float: left; */
	/* position: absolute; */
	left: 0;
	/* top: 2px; */
	z-index: 1000000;
}

/* .header {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 1000000;
} */


.main_container6 {
	width: 1000px;
	margin: 0 auto;
}


.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider_main {
	width: 100%;
	float: left;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
	margin-top: 10px;
	margin-bottom: 15px;
	position: relative
}

.flexslider {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	float: left;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	text-indent: -1000000px;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
	text-indent: -100000px;
	background: url(../images/prev.png) no-repeat
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
	text-indent: -100000px;
	background: url(../images/next.png) no-repeat
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
	display: none
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.home_price {
	width: 100%;
	float: left
}

.home_price ul {
	margin: 0;
	padding: 0;
}


#tabs .item {
	padding: 0 10px;
}

#tabs2 .item {
	padding: 0 15px;
}

#tabs2 .owl-pagination {
	display: none
}

#tabs .owl-pagination {
	display: none
}

#tabs3 .item {
	padding: 0 10px;
}

#tabs3 .owl-pagination {
	display: none
}

#tabs4 .item {
	padding: 0 15px;
}

#tabs4 .owl-pagination {
	display: none
}


.owl-theme .owl-controls {
	margin-top: 20px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin: 0 5px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #2d89ef;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-prev {
	background: url(../images/prev2.png) no-repeat center center !important;
	padding: 0 !important;
	opacity: 1 !important;
	border-radius: 0 !important;
	text-indent: -10000px !important;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -30px;
	top: 40%
}

.owl-next {
	background: url(../images/next2.png) no-repeat center center !important;
	padding: 0 !important;
	opacity: 1 !important;
	border-radius: 0 !important;
	text-indent: -10000px !important;
	width: 24px;
	height: 24px;
	position: absolute;
	right: -25px;
	top: 40%
}

#tabs .owl-prev {
	top: 34%
}

#tabs .owl-next {
	top: 34%
}

#tabs {
	width: 100%;
	float: left
}

#tabs3 .owl-prev {
	top: 34%
}

#tabs3 .owl-next {
	top: 34%
}

#tabs3 {
	width: 100%;
	float: left
}

.header {
	width: 100%;
	float: left;
	background: #ffffff;
	
}

.header .logo {
	/* position: absolute; */
	width: 90px;
	padding-left: 30px
}

.nav {
	float: right;
	padding-right: 30px;
}

.nav ul {
	margin: 0;
	padding: 0
}

.nav ul li {
	display: inline-block;
	float: left;
	list-style: none;
}

.nav ul li a {
	color: #8f705c;
	font-weight: 900;
	/* color: #fff; */
	text-decoration: none;
	/* padding: 27px 0 27px 55px; */
	padding: 42px 0 27px 55px;
	float: left;
	font-size: 15px;
}

.nav ul li a:hover {
	color: #ad9f8e;
}

.footer {
	width: 100%;
	float: left;
	background: #54493d;
	background: #5F150C;
	font-size: 11px;
	text-align: center;
	padding: 7px 0;

	color: #ad9f8e;
}

.main_container3 {
	padding: 80px 0
}

.main_container3 h1 {
	font-size: 35px;
	padding-bottom: 15px;
	color: #f3eee9;
	font-weight: 600;
}

.main_container3 .t1 {
	font-size: 25px;
	font-weight: 400;
	color: #f3eee9;
	line-height: 35px;
}

.main_container3 p {
	font-size: 17px;
	padding-top: 25px;
	line-height: 25px;
}


.main_container4 {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center
}

.main_container4 h1 {
	font-size: 35px;
	padding-bottom: 15px;
	color: #f3eee9;
	width: 100%;
	font-weight: 600;
	float: left;
	text-align: center
}

.main_container4 .box {
	width: 23%;
	margin: 0 0.8% 18px 0.8%;
	display: inline-block
}

.main_container4 .box .img {
	width: 100%;
	float: left]
}

.main_container4 .box .img img {
	width: 100%;
	float: left;
	border: 2px solid #54493d;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	transition: all ease 700ms;
}

.main_container4 .box:hover .img img {
	transform: scale(1.1);
}

.main_container4 .pr_name {
	width: 100%;
	float: left;
	font-size: 17px;
	color: #f3eee9;
	padding: 15px 0 5px 0;
	text-align: center;
	font-weight: 600
}

.main_container4 .vg {
	color: #c3c3c3;
	background: rgba(78, 71, 62, 0.25);
	font-size: 11px;
	text-decoration: none;
	font-weight: 600;
	padding: 3px 10px;
	display: inline-block;
	border-radius: 7px;
}

.main_container4 .vg:hover {
	color: #fff;
}

.main_container5 {
	width: 900px;
	margin: 0 auto;
}

.con {
	width: 40%;
	float: left;
	padding: 100px 5% 150px 5%
}

.main_container5 h1 {
	font-size: 30px;
	color: #f3eee9;
	font-size: 25px;
	margin-bottom: 18px;
}

.main_container5 .add {
	width: 90%;
	float: left;
	padding: 10px 0 5px 10%;
	color: #fff;
	line-height: 24px;
	background: url(../images/add.png) left 15px no-repeat
}

.main_container5 .email {
	width: 90%;
	float: left;
	padding: 10px 0 20px 10%;
	color: #fff;
	line-height: 24px;
	background: url(../images/email.png) left 15px no-repeat
}

.main_container5 .email a {
	color: #fff;
}

.flexslider_main .about {
	width: 300px;
	height: 206px;
	text-align: center;
	padding: 20px;
	background: url(../images/white_bg.png);
	position: absolute;
	z-index: 10000000;
	left: 140PX;
	top: 150px;
}

.flexslider_main .about .t1 {
	font-size: 20px;
	color: #73675b;
	text-shadow: 1px 1px #fff;
	font-weight: 800
}

.flexslider_main .about .t2 {
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	padding-top: 10px;
}

.flexslider_main .about .t3 a {
	display: inline-block;
	background: #73675b;
	color: #fff;
	padding: 5px 12px;
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	font-size: 13px;
}

.quick_enquiry {
	width: 260px;
	position: fixed;
	right: -260px;
	top: 150px;
	;
	z-index: 1000000;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.quick_enquiry_content {
	width: 200px;
	padding: 30px 30px 30px 30px;
	float: left;
	background: #f6f6f6;
	position: relative;
}

.qet {
	font-size: 18px;
	color: 222222;
	text-transform: uppercase;
}

.qet span {
	font-weight: bold;
}

.quick_enquiry_content .tb1 {
	width: 178px;
	background: #fff;
	padding: 7px 10px;
	margin-top: 10px;
	color: #b1afaf
}

.quick_enquiry_content .tb2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 178px;
	background: #fff;
	padding: 7px 10px;
	height: 80px;
	margin-top: 10px;
	color: #b1afaf
}

.qu_enc {
	position: absolute;
	z-index: 1000;
	left: -36px;
	top: 0;
}



.close_form {
	display: none;
}

.green_bg_link {
	BACKGROUND: #73675b;
	COLOR: #FFF;
	text-decoration: none;
	padding: 7px 15px;
	float: left;
	margin-top: 15px;
}

.footer .t1 {
	width: 20%;
	float: left
}

.footer .t1 img {
	width: 90px;
}

.contact_us {
	width: 100%;
	float: left;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	margin: -40px 0 30px 0;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(120, 120, 120, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(120, 120, 120, 1);
	box-shadow: 0px 0px 5px 0px rgba(120, 120, 120, 1);
}

.contact_us_left {
	width: 50%;
	padding: 30px 70px 30px 30px;
	float: left
}

.contact_us .t1 {
	width: 100%;
	float: left;
	line-height: 26px;
	font-size: 17px;
}

.contact_us h1 {
	font-size: 30px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color: #54493d
}

.form2 {
	width: 100%;
	float: left
}

.form2 .t_box.t2 {
	width: 47%;
	padding: 0
}

.form2 .t_box.t3 {
	width: 54.5%;
	MARGIN-RIGHT: 37PX;
}

.form2 .t_box {
	width: 26%;
	float: left;
	padding: 0 3.5%;
	margin-top: 20px;
}

.form2 .t_box input {
	background: #fff;
	font-size: 16px;
	border: 1px solid #ccc;
	width: 100%;
	padding: 10px 15px;
	border-radius: 7px;
}

.form2 .t_box select {
	-webkit-appearance: none;
	background: #fff;
	font-size: 16px;
	border: 1px solid #ccc;
	width: 115%;
	padding: 9px 15px;
	border-radius: 7px;
	color: #828282;
}

.form2 .t_area {
	width: 100%;
	font-size: 16px;
	float: left;
	margin-top: 20px;
}

.form2 .t_area textarea {
	background: #fff;
	height: 100px;
	border: 1px solid #ccc;
	width: 91%;
	padding: 10px 15px;
	border-radius: 7px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}



.form {
	width: 100%;
	float: left
}

.form .t_box.t2 {
	width: 47%;
	padding: 0
}

.form .t_box {
	width: 41%;
	float: left;
	padding: 0 9% 0 0;
	margin-top: 20px;
}

.form .t_box.t3 {
	width: 97%;
	padding: 0;
}

.form .t_box input {
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	padding: 10px 15px;
	border-radius: 7px;
	font-size: 12px;
}

.form .t_box select {
	font-size: 16px;
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	padding: 9px 15px;
	border-radius: 7px;
	color: #828282;
	-webkit-appearance: none;
}

.form .t_area {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.form .t_area textarea {
	background: #fff;
	height: 100px;
	border: 1px solid #ccc;
	font-size: 16px;
	width: 91%;
	padding: 10px 15px;
	border-radius: 7px;
	font-size: 12px;
}

.contact_us_right {
	background: #661411;
	height: 481px;
	width: 40%;
	float: right;
	color: #fff;
	font-size: 16px;
}

.add22 {
	font-size: 12px;
	padding-top: 7px;
	color: #d8d0c8
}

.add22 span {
	font-weight: 600;
	display: block;
	color: #fff;
}

.contact_us .t2 {
	padding: 50px;
}

.contact_us .t2 h2 {
	font-size: 20px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	color: #fff;
}

.add {
	background: url(../images/location.png) 8px 6px no-repeat;
	width: 82%;
	float: left;
	margin: 20px 30px 0 20px;
	padding: 2px 0 20px 53px;
	font-size: 14px;
	line-height: 22px;
}

.email {
	background: url(../images/email2.png) left 6px no-repeat;
	width: 82%;
	float: left;
	margin: 10px 30px 0 20px;
	padding: 6px 0 20px 53px;
	font-size: 14px;
	line-height: 22px;
}

.landline {
	background: url(../images/phone-call.png) left top no-repeat;
	width: 100%;
	float: left;
	margin: 0 0 0 20px;
	padding: 2px 0 20px 35px
}

.phone {
	background: url(../images/old-typical-phone.png) left top no-repeat;
	margin: 0 0 0 20px;
	padding: 2px 40px 20px 35px
}

.social {
	margin: 0 0 0 25px;
	text-align: center
}

.social img {
	margin: 60px 20px 0 0
}

.button {
	background: #661411;
	border: none;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
}