@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../font/proximanova-regular-webfont.eot');
    src: url('../font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proximanova-regular-webfont.woff') format('woff'),
         url('../font/proximanova-regular-webfont.ttf') format('truetype'),
         url('../font/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../font/proximanova-bold-webfont.eot');
    src: url('../font/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proximanova-bold-webfont.woff') format('woff'),
         url('../font/proximanova-bold-webfont.ttf') format('truetype'),
         url('../font/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_light';
    src: url('../font/proximanova-light-webfont.eot');
    src: url('../font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/proximanova-light-webfont.woff') format('woff'),
         url('../font/proximanova-light-webfont.ttf') format('truetype'),
         url('../font/proximanova-light-webfont.svg#proxima_nova_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo100';
    src: url('../font/museo100-regular-webfont.eot');
    src: url('../font/museo100-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/museo100-regular-webfont.woff') format('woff'),
         url('../font/museo100-regular-webfont.ttf') format('truetype'),
         url('../font/museo100-regular-webfont.svg#Museo100') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo300';
    src: url('../font/museo300-regular-webfont.eot');
    src: url('../font/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/museo300-regular-webfont.woff') format('woff'),
         url('../font/museo300-regular-webfont.ttf') format('truetype'),
         url('../font/museo300-regular-webfont.svg#Museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo500';
    src: url('../font/museo500-regular-webfont.eot');
    src: url('../font/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/museo500-regular-webfont.woff') format('woff'),
         url('../font/museo500-regular-webfont.ttf') format('truetype'),
         url('../font/museo500-regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo700';
    src: url('../font/museo700-regular-webfont.eot');
    src: url('../font/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/museo700-regular-webfont.woff') format('woff'),
         url('../font/museo700-regular-webfont.ttf') format('truetype'),
         url('../font/museo700-regular-webfont.svg#Museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo900';
    src: url('../font/museo900-regular-webfont.eot');
    src: url('../font/museo900-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/museo900-regular-webfont.woff') format('woff'),
         url('../font/museo900-regular-webfont.ttf') format('truetype'),
         url('../font/museo900-regular-webfont.svg#Museo900') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Museo500';	
}

.navbar {
	-border: 1px solid red;
	height: auto;
	-max-height: none;	
	-height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	border-radius: 0;
	border: 0;
	-padding-top: 20px;
	z-index: 1000;
}
.navbar .container-fluid {
	border: 0 !important;
	-background-color: red;
}
.navbar a:hover {
	transition: all linear .3s;	
}
.navbar a {
	font-family: Arial, Helvetica, sans-serif;	
	font-family: 'proxima_nova_rgbold';
	letter-spacing: 1px;
}
.navbar * {
	-border: 1px solid red;
	-max-height: auto !important;
	-transition: all linear .3s !important;
	-transition: none !important;
}
.navbar .dropdown-submenu-last ul {
	left: -90px;
	
}
.navbar .dropdown-menu {
	min-width: auto;
	-padding-right: 10px;
	-border: 1px solid red;
	background-color: #222;
}
.navbar .dropdown-menu, .navbar .dropdown-menu ul {
	border-radius: 0;
}
  
.navbar-nav {
	-border: 1px solid red; 
	float: right;
	-height: 100px; 
}

.navbar-nav li {
	border-left: 1px solid #4e4f4f; 
}

.navbar-nav li li {
	border-left: 0;
}



.navbar-brand_fixed {
	transition: all ease-in-out .3s;
	padding-top: 5px !important;
}

.dropdown-submenu {
    position: relative;
}  
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



.navi {
	max-width: 60px;
	padding: 15px;
	display: table;
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 9px;
	color: #000;
	text-align: left;
	text-decoration: none;
	transition: all linear .3s;
	cursor: pointer;
	font-weight: 100;
	font-family: Tahoma, Geneva, sans-serif;
	-border: 1px solid red;	
}
.navi span {
	height: 2px;
	width: 25px;
	display: table;
	margin-bottom: 4px;
	background-color: #000;	
	transition: all linear .3s;
}

.navi .last {
	width: 15px;	
}

.navi:hover span {
	background-color: red;
}
.navi:hover {
	color: red;
	text-decoration: none;
}

.clear_both {
	clear: both;	
}


/*Dynamic Image*/
.img_col {
	width: 100%;
	height:100%;
	border: 0 !important;
	overflow: hidden;
	display: block;
	position: relative;	
}
.m_img_col {
	padding: 0;
	-height: 118px;
	border: 0 !important;
}
.dynamic_img {
	-float: left;
	overflow: hidden;
	box-sizing: border-box;	
	display: block;
	-display: none !important;
}

.dynamic_img img {
	position: absolute;
	left: 50%;
	top: 50%;
	display: none;
	box-sizing: border-box;	
}

.img_btn {
	min-height: 233px;
	height: 466px;	
	display: block;
	position: relative;
	float: left;
	-display: inline-block;
}
.img_btn * {
	transition: all ease-out .3s;
}

.img_btn_div {
	background-color:rgba(0,0,0,.1);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;

	text-align: center;
	vertical-align: middle;
	-display: table-cell;
	border-top: .2px solid #aaa;
	border-right: .2px solid #aaa;
	
	
}
.img_btn_div font {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -50%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Museo700';
	font-size: 17px;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.7);
}

.img_btn:hover .img_btn_div {
	background-color:rgba(0,0,0,.7);
}

.img_btn:hover .img_btn_div font {
	font-size: 22px;
	margin-top: -10px;
}

.img_btn:hover img {
	transform: scale(1.1);
}

.img_btn img {
	transition: all ease-in-out .3s !important;
}

.img_btn_w50 {
	width: 50%;
}

.img_btn_w25 {
	width: 25%;
	height: 233px;
}

.img_btn_w50_2 {
	width: 50%;
	height: 233px;
}






/*control bigger than 1280 view*/
@media (min-width: 1280px) {
  .container {
    -width: 1210px;
  }

}
/*control non-mobile view*/
@media (min-width: 768px) {
	body {
		padding-top: 100px !important;	
	}
	#pageloader {
		-margin-top: -80px !important;
	}
  .col3 .col-sm-12,.col3 .col-sm-10,.col3 .col-sm-9,.col3 .col-sm-8,.col3 .col-sm-7,.col3 .col-sm-6,.col3 .col-sm-5,.col3 .col-sm-4, .col3 .col-sm-3,.col3 .col-sm-2,.col3 .col-sm-1 {
  	border: 1px solid red;
  	padding: 0;
  	padding-right: 16px;
  	border: 0;
  	-border-right: 1px dotted #999;
  }
  .col3 .col_mid {
  	padding-left: 8px;
  	padding-right: 8px;
  }
  .col3 .col_last{
  	padding-left: 16px;
  	padding-right: 0;
  }

.navbar {
	height: auto;
	background-color:rgba(255,255,255,1);
	border-bottom: 0;
	-position: relative; 
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar .container-fluid {
	background-color: transparent !important;
	border: 1px solid transparent !important;
}
.navbar-nav li .l1 {
	-border: 1px solid red;
	-height: 100px;
	padding-top: 58px;
	padding-bottom: 20px;
	-color: #9f751b !important;
	color: #b49759 !important;
	font-size: 13px;
		
}

.navbar-nav li .l1:hover, .navbar a:hover {
	color: #fff !important;
}

.navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff !important;
    -background-color: #9f751b !important;
	background-color: #b49759 !important;
}

.navbar_fixed {
	position: fixed !important;	
}


.navbar-nav_fixed li .l1 {
	padding-top: 15px;
	padding-bottom: 17px;
		
}
.navbar-brand_fixed img {
	height: 40px;
	margin-top: -0px;
	transition: all ease-in-out .3s !important;
}
.navbar-nav li .l1:hover {
	-color: #10783e !important;
	-background-color: #9f751b !important;
	background-color: #b49759 !important;
}
.navbar a {
	-color: #9f751b !important;
	color: #b49759 !important;
	transition: all ease-in-out .3s;
	font-family: 'Museo500';
}
.navbar .dropdown-menu a:hover {
	-border: 1px solid red;
	-background-color: #9f751b;
	background-color: #b49759;
	color: #fff;
}

.navbar .dropdown-menu {
	-border: 1px solid red;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 0;
	background-color:rgba(255,255,255,1);
}

.navbar .dropdown-menu a {
	-border: 1px solid red;
	border-top: 0px solid #aaa;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	-font-family: 'proxima_nova_rgregular';
	-color: #9f751b;
	color: #b49759;
}

.navbar-brand {
	-border: 1px solid red;
	padding-top: 20px;	
	transition: all ease-in-out .3s;
}

.navbar * {
	transition: all linear .3s;
}

.navbar-nav {
	margin-right: -30px;
}

.navbar-nav li {
	border-left: 0px solid #aaa; 
}

.navbar-nav li li {
	border-left: 0;
}

/*dropmenu arrow*/
.caret {
	-display: none;	
	margin-left: 5px;
}





}



.content {
	-background-color: #eeeeee;
	-min-height: 300px;
	-padding-bottom: 20px;
}

.index_col {
	width: 100%;
	min-height: 180px;
	height: auto;
	background-color: #957136;
	-border: 1px solid red;
	box-sizing: border-box;
	background: url(../img/home/col_bg.jpg) repeat-x bottom left #957136;
	padding-top: 30px;
	padding-bottom: 40px;
}

.index_col_inner {
	color: #fff;
	font-family: 'Museo100';
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	width: 1200px;
	margin: auto;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.index_col_inner h1 {
	font-family: 'Museo500';
	font-size: 23px;
}

.index_col_inner2 {
	margin: auto;
	width: 850px;
	margin-top: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
	-border: 1px solid red;
}

.index_col_inner2 .col3 {
	width: 30%;	
	box-sizing: border-box;
	font-family: 'Museo500';
	-font-size: 12px;
	font-size: 13px;
	color: #444;
	text-align: center;
	display: inline-table;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.index_col_inner2 .col3 img {
	width: 100%;
}

.index_col_inner2 .col3 h1 {
	color: #9f751a;
	font-weight: normal;
	font-family: 'Museo700';
	font-size: 17px;
	
}

.btn_more {
	display: table;
	min-width: 150px;
	text-align: center;
	background-color: #f0eade;	
	color: #9f751a;
	font-family: 'Museo700';
	font-size: 12px;
	padding: 5px;
	margin-top: 17px;
	transition: all ease-out .3s;
}

.btn_more:hover {
	text-decoration: none;
	color: #fff;
	background-color: #9f751a;	
}

.index_col_inner2 .col3 .btn_more {
	width: 100%;	
}

.banner_col {
	width: 100%;
	height: auto;
	background-color: #6b4a21;
}

.banner_col_inner {
	width: 1200px;	
	height: auto;
	margin: auto;
	position: relative;	
}

.banner_col_inner .title {
	color: #fff;
	font-family: 'Museo500';
	font-size: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -55px;
	line-height: 40px;
}
.banner_col_inner .title span {
	font-size: 16px;
	text-transform: uppercase;
}

.banner_col_inner img {
	width: 100%;
}

.index_col_inner3 {
	text-align: left;	
	width: 1200px;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
	font-family: 'Museo300';
}

.content_col {
	color: #555;
	font-family: 'Museo500';
	padding-top: 30px;
	padding-bottom: 30px;
	letter-spacing: 0;
}

strong {
	font-family: 'Museo700';
	font-weight: normal;
}

.content_col h1 {
	-color: #9f751a;	
	color: #b49759;	
}

.img_100 {
	width: 100%;	
}

.content_col ul {
	margin-left: 0;
	padding-left: 0;
}

.content_col ul li {
	margin-left: 40px;
}

.tb1 {
	border: 3px solid #b4975b;
}
.tb1 tr td {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	-line-height: 17px;
	border-right: 1px solid #b4975b;
	border-bottom: 1px solid #b4975b;
	background-color: #fff7ec;
	background-color: #fff8e9;
}

.tb1 .subject td {
	background-color: #b4975b;	
	font-family: 'Museo700';
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.checkform {
	
	visibility:hidden;
	height: 1px;
	display: none;
}

.f12red {
	color: orange;
	font-weight: bold;
	font-size: 16px;

}

.textbox1 {
	--moz-border-radius: 3px;
	--webkit-border-radius: 3px;
	-border-radius: 3px;
	border: 0;
	border-color: transparent;
	-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	-background: url('../img/textbox_bg.jpg') left top;
	background-color: #fffaf3 !important;
	margin-bottom: 7px;
	padding: 7px;
	width: 100%;
	border: 1px solid #96764e;
	border-right: 0;
	border-top: 0;
	
	
}

.main_btn {
	background-color: #b4975b;
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	-border-radius: 5px;
	transition: all 0.5s ease;
	border: 0;
	width: 49%;
	margin-right: 2%;	
	float: left;
	margin-bottom: 0px;	
}

.main_btn:hover {
  background-color: #8b6d2f;
}

.gallery {
	width: 23%;
	margin-left: 1%;
	display: inline-table;
	position: relative;
	color: #6b4a21;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}

.img_label {
	background-color: #b4975b;
	color: #fff;
	display: table;
	width: 100%;
	padding: 5px;
	font-size: 12px;
	-margin-top: 3px;
	position: relative;
	z-index: 1000;
}


.gallery img {
	width: 100%;
	transition: all ease-out .3s;
}

.gallery .icon_zoom {
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 1000;
	opacity: 0;
	transition: all ease-out .3s;
}
.gallery:hover .icon_zoom {
	opacity: 1;
}
.gallery:hover .gallery_img {
	transform: scale(1.1);	
}

.gallery:hover {
	color: #6b4a21;
	text-decoration: none;
}

.mobile_show {
	display: none;	
}


.footer {
	-background-color: #5e4722;
	background-color: #6b4a21;
	color: #fff;
	padding: 0;
	padding-top: 0px;	
	padding-left: 40px;
	padding-right: 40px;
}

.footer .f_a {
	font-family: 'proxima_nova_rgregular';	
	color: #98c2aa;	
	font-size: 13px;
	width: 100%;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.footer .f_link {
	width: 100%;
	-border: 1px solid red;
	text-align: center;	
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 !important;
}

.footer .f_a_main {
	color: #fff;
	line-height: 14px;
	font-family: 'Museo500';
	width: auto;
	display: inline-table;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: .5px;
	-border: 1px solid red;	
}

.footer .f_icon_col {
	text-align: right;
	padding-right: 0;
	-border: 1px solid red;	
}

.footer .f_icon_col_mobile {
	display: none;	
	-text-align: center;
}

.footer_b_col {
	-background-color: #083b1e;
	padding: 0px;
	-border-top: 1px solid #7e6c4e;
	border-top: 1px solid #99784f;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	color: #fff;
	font-family: 'Museo100';
	letter-spacing: .5px;
	font-size: 12px;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	-border: 1px solid red;
	line-height: 15px;
}

.footer_b_col a {
	color: #fff;
	letter-spacing: .5px;
	
}

.footer {
    line-height: auto !important;
    z-index: 300;
    position: relative;
}


/*control view for smaller 1200*/
@media screen and (max-width: 1200px) {

.index_col_inner {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.index_col_inner3 {
	width: 100%;
	font-size: 13px;
	line-height: 22px;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.banner_col_inner {
	width: 100%;
}

.banner_col_inner .title {
	left: 20px;
}

}

/*control view for smaller 900*/
@media screen and (max-width: 900px) {
.navbar li .l1 {
	-border: 1px solid red !important;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 12px;
		
}

.index_col_inner2 {
	width: 100%;
}

}
/*control mobile view*/
@media screen and (max-width: 768px) {
	body {
		-padding-top: 50px !important;	
	}
.index_col_inner h1 {
	font-size: 18px;
}
.navbar {
	position: relative;
	margin-bottom: 0;
	-border: 1px solid red;
}
.indexpage .navbar {
	position: absolute;	
}

  .navbar-nav {
	-border: 1px solid red; 
	float: none; 
  }
.navbar .container-fluid {
	background-color: #fff;
	-border: 1px solid transparent !important;
}
  .navbar-nav .dropdown-menu {
  	padding-left: 10px;	
  }
  .navbar {
	height: auto;  
  }
  .navbar-collapse {
	-border: 0px solid red;  
  }
  
.navbar-nav li {
	border-left: 0; 
}
  
  .navbar-brand {
	  padding-top: 5px; 
  }
  .navbar-brand img {
	  height: 42px; 
  }
  .navbar-header {
	-padding-bottom: 30px; 
	border: 0; 
  }
  .navbar-header button {
	 -background-color: #9f751b !important; 
	 background-color: #b49759 !important; 
	 border: 0;
  }
	.navbar a {
		-color: #9f751b !important;
		color: #b49759 !important;
	}
	.navbar .dropdown li a {
		-border: 1px solid red;
		padding-left: 10px !important;
		-background-color: #333;
		-color: #9f751b !important;
		color: #b49759 !important;
	}
	.navbar-nav li a:hover {
		color: #fff !important;
		-background-color: #9f751b !important;
		background-color: #b49759 !important; 
	}
	
.navbar * {
	-transition: none !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff !important;
    -background-color: #9f751b;
	background-color: #b49759; 
}

.navbar a {
	font-family: 'Museo500';
}


.navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff !important;
}

.img_btn {
	width: 100%;
	height: 233px;
	border-top: 1px solid #fff;	
}
	
.banner_col_inner .title {
	font-size: 33px;
	left: 20px;
	margin-top: -40px;
	line-height: 30px;
}

.banner_col_inner .title span {
	font-size: 13px;
}

	.footer .f_link {
		-display: none;
	}
	
	.footer .f_icon_col_mobile {
		display: block;	
		text-align: center;
		-border: 1px solid red;
	}
	.footer_b_col {
		text-align: center;
	}
	
	.footer_b_col a {
		float: none;
		display: block;
		width: 100%;	
	}
	
.mobile_gone {
	display: none;	
}

.mobile_show {
	display: block;	
}

	

}

@media screen and (max-width: 650px) {
	.index_col_inner2 .col3 {
		width: 47%;
		margin: 1.2%;
		margin-bottom: 30px;
	}
.gallery {
	width: 31.5%;
	margin-left: 1%;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 500px) {
.gallery {
	width: 48%;
	margin-left: 1%;
	margin-bottom: 20px;
}
.tb1 tr td {
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
}

@media screen and (max-width: 400px) {
	.index_col_inner2 .col3 {
		width: 98%;
		margin: 1%;
		margin-bottom: 30px;
	}
	.footer .f_a {
		font-size: 11px;
		line-height: 13px;
			padding-left: 3px;
	padding-right: 3px;
	letter-spacing: 0px;
	-border: 1px solid red;
		-display: none;
	}
}

