@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #ffffff;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	color: #878787;
}
a {
	text-decoration: none;
	outline: none;
	color: #b59b46;
}
a:hover {
	text-decoration: none;
	outline: none;
	color: #d9c26c;
	
}
a:focus {
	text-decoration: none;
	outline: none;
	color: #b59b46;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
 outline: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 24px;
	font-weight: 400;
	line-height: 24px;
}



h1.navbar-brand_ {
	margin: 0;
	padding: 0 8px;
	float: none;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	background: none;
	display: inline-block;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h1.navbar-brand_:before {
	content: '';
	background: url(../img/line_l.png) no-repeat;
	width: 370px;
	height: 1px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -370px;
}
h1.navbar-brand_:after {
	content: '';
	background: url(../img/line_r.png) no-repeat;
	width: 370px;
	height: 1px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -370px;
}
h2 {
	font: 700 48px/51px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 22px 0;
	color: #898a8a;
	text-transform: uppercase;
}
h3 {
	font: 600 18px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #909090;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
h4 {
	font: 14px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #878787;
	text-transform: uppercase;
	margin: 0 0 0px 0;
}
footnote {
	font: italic 10px/12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #878787;
	margin: 2px 0px 0px 0px;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 40px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.headtag {font: 700 51px/54px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;}

/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #ffffff;
}
header .box {
	padding: 9px 0;
	border-bottom: 1px solid #dedede;
}
.bg_box {
	background: url(../img/bg_pic.jpg) no-repeat;
	background-size: cover;
	padding: 25px 0 36px 0;
	text-align: center;
	overflow: hidden;
}
.bg_box .title {
	font: 800 48px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 250px 0 8px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.bg_box .description {
	font: italic 30px/1em 'Georgia';
	color: #ffffff;
	margin: 0 0 23px;
	padding: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/*========================================================
                    menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 2px 0 0 0;
	margin: 0;
	float: none;
	min-height: 0;
	background: none;
	float: left;
}
nav.tm_navbar li {
	position: relative;
	font-size: 18px;
	line-height: 25px;
	padding: 0;
	margin: 0 0 0 150px;
	float: left;
}
nav.tm_navbar li:before {
	position: relative;
	background: #898a8a;
	width: 1px;
	height: 18px;
	display: inline-block;
	content: '';
	position: absolute;
	top: 3px;
	right: -75px;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li:last-child:before {
	display: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0 5px 0 0;
	text-align: center;
	display: inline-block;
	font: 600 14px 'Open Sans';
	text-transform: uppercase;
	color: #898a8a;
	background: none;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > a {
	color: #d9c26c;
	background: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > span {
	color: #d9c26c !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #d9c26c
	background: none !important;
}
nav.tm_navbar .sfHover > span {
	color: #d9c26c !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #d9c26c;
	background: none !important;
}
nav.tm_navbar li.active > span {
	color: #d9c26c !important;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -11px;
	color: #d9c26c;
	font-size: 14px;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/*========================================================
                    subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	align-self:center;
	display: none;
	width: 250px;
	left: -52px;
	top: 37px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 13px 15px 10px 15px;
	margin: 2px;
	text-align: left;
	border: 1px solid #d1d1d1;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border-bottom:thin;
	border-bottom-color:rgba(179,151,46,0.89) ;
	width: auto;
	float: none;
	margin: 0 0 10px 0 !important;
	line-height: 20px;
	padding: 0;
	display: block;
	position: relative;
}
nav.tm_navbar .sub-menu > ul li:after, nav.tm_navbar .sub-menu > ul li:before {
	display: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 300 14px 'Open Sans';
	color: #898a8a;
	text-transform: uppercase;
	border: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: none;
	position: absolute;
	left: auto;
	right: -9px;
	top: 4px;
	color: #d9c26c;
	font-size: 11px;
	width: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	color: #d9c26c !important;
	background: none !important;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	color: #d9c26c !important;
	background: none !important;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*========================================================
                    subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 172px;
	left: 152px;
	top: -14px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 13px 40px 10px 20px;
	margin: 0;
	text-align: left;
	border: 1px solid #d1d1d1;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) no-repeat;
	text-indent: -999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	padding: 0 0 70px;
	overflow: hidden;
}
.thumb-box1 {
	overflow: hidden;
	padding: 40px 0 0 0;
	text-align: center;
}
.thumb-box1 h2 {
	margin-bottom: 60px;
}
.thumb-box1 strong {
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	margin: 23px 0 8px 0;
}
.thumb-box1 .box {
	position: relative;
	margin-bottom: 63px;
}
.thumb-box1 .box:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #d5d5d5;
	display: inline-block;
}
.thumb-box2 {
	padding: 62px 0 75px 0;
	position: relative;
	overflow: hidden;
	background-image: url(../img/bg_pic1.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.thumb-box2 .title {
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 800;
	padding: 0 15px;
	position: relative;
	margin: 0 0 30px;
	display: inline-block;
}
.thumb-box2 .title:after {
	position: absolute;
	top: 50%;
	left: -164px;
	width: 164px;
	height: 3px;
	margin: -1px 0 0 0;
	background: #ffffff;
	content: '';
}
.thumb-box2 .title:before {
	position: absolute;
	top: 50%;
	right: -164px;
	margin: -1px 0 0 0;
	width: 164px;
	height: 3px;
	background: #ffffff;
	content: '';
}
.thumb-box2 p {
	color: #ffffff;
}
.thumb-box3 {
	padding: 21px 0 0 0;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.thumb-box3:after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	display: block;
	top: 21px;
	left: 0;
	background: #eee;
	z-index: -1;
}
.thumb-box3 hr {
	margin: 0;
	border-top-width: 4px;
}
.thumb-box3 hr.hr1 {
	border-top-color: #e5e5e5;
}
.thumb-box3 hr.hr2 {
	border-top-color: #ffffff;
}
.thumb-box3 .box {
	padding-top: 45px;
	padding-bottom: 45px;
}
.thumb-box3 .box .title {
	color: #d9c26c;
	font-size: 30px;
	margin: 0;
}
.thumb-box3 .box strong {
	display: block;
	text-transform: uppercase;
	color: #909090;
	font-size: 18px;
	font-weight: 600;
	margin: 11px 0 15px 0;
}
.thumb-box3 .box span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	margin: 0 0 6px;
	color: #d9c26c;
}
.thumb-box3 .box .btn2 {
	margin-right: 5px;
}
.thumb-box3 .box.box1 {
	background: #e6e6e6;
}
.thumb-box4 {
	padding: 30px 0 0 0;
	border-bottom: 1px solid #dedede;
}
.thumb-box4 .col-lg-4 {
	margin: 0 0 30px;
}
.thumb-box5 {
	padding: 35px 0 0 0;
}
.thumb-box5 .title {
	font-size: 30px;
	line-height: 30px;
	color: #898a8a;
}
.thumb-box5 .col-lg-4, .thumb-box5 .col-lg-8 {
	margin: 0 0 50px;
}
.thumb-box6 {
	padding: 54px 0 0 0;
	position: relative;
	overflow: hidden;
	background-image: url(../img/bg_pic2.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.thumb-box6 h2 {
	color: #ffffff;
}
.thumb-box7 {
	padding: 40px 0 0 0;
}
.thumb-box7 .col-lg-3, .thumb-box7 .col-lg-4, .thumb-box7 .col-lg-5 {
	margin: 0 0 20px;
}
.thumb-box8 {
	padding: 54px 0 14px 0;
	margin: 64px 0 0 0;
	position: relative;
	overflow: hidden;
	background-image: url(../img/bg_pic3.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.thumb-box8 h2 {
	color: #ffffff;
}
.thumb-box9 {
	padding: 40px 0 25px 0;
}
.thumb-box10 {
	padding: 0 0 25px;
}
.thumb-box11 {
	padding: 54px 0 14px 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	background-image: url(../img/bg_pic4.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.thumb-box11 h2, .thumb-box11 h3, .thumb-box11 p {
	color: #ffffff;
}
.thumb-box11.indent {
	background-image: url(../img/bg_pic5.jpg);
}
.thumb-box11.indent h3 {
	line-height: 22px;
}
.thumb-box12 {
	padding: 50px 0 0 0;
}
.thumb-box12 .thumb-pad4 {
	margin: 0 0 50px;
}
.thumb-box12 .thumb-pad4b {
	margin: 0 0 0px;
}
.thumb-box13 {
	padding: 65px 0 65px 0;
	position: relative;
	background-image: url(../img/bg_pic2.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.thumb-box13 h2 {
	color: #ffffff;
}
/*========================================================
                    thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 50px;
	padding: 26px 34px 30px 34px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #efefef;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.thumb-pad1:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail figure {
	margin: 0 0 30px;
}
.thumb-pad1 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad1 .caption {
	padding: 0;
	color: #878787;
}
.thumb-pad1 .caption strong {
	font: 30px/1em 'Play';
	color: #343746;
	display: block;
	margin: 4px 0 24px 0;
}
.thumb-pad1 .caption p {
	margin-bottom: 2px;
}
.thumb-pad2 {
	margin: 0;
	padding: 0 0 34px;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail figure {
	margin: 0 0 21px;
}
.thumb-pad2 .thumbnail figure img {
	width: 100%;
}
.thumb-pad2 .caption {
	padding: 0;
	color: #878787;
}
.thumb-pad2 .caption p {
	color: #ffffff;
}
.thumb-pad2 .caption h3 {
	color: #ffffff;
}

.thumb-pad2b {
	margin: 0;
	padding: 0 0 34px;
	overflow: hidden;
}
.thumb-pad2b .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	min-height: 250px !important;
	max-height: 270px !important;
}
.thumb-pad2b .thumbnail figure {
	margin: 0 0 21px;
}
.thumb-pad2b .thumbnail figure img {
	width: 100%;
}
.thumb-pad2b .caption {
	padding: 0;
	color: #878787;
}
.thumb-pad2b .caption p {
	color: #ffffff;
}
.thumb-pad2b .caption h3 {
	color: #ffffff;
}

.thumb-pad3 {
	margin: 0 0 50px;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
}
.thumb-pad3 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad3 .thumbnail figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 21px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}


.thumb-pad4b {
	margin: 0;
}
.thumb-pad4b .thumbnail {
	position: relative;
	display:inline;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	text-wrap:none;
	overflow: hidden;
	height:auto;
}
.thumb-pad4b .thumbnail .caption {
	padding: 0;
}
.thumb-pad4b figure {
	margin: 0 0 21px 0;
}
.thumb-pad4b figure img {
	width: 100%;
}

.spacer {
	
	
	
}
.thumb-pad5 {
	margin: 0;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 {
	margin: 0 0 50px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption p {
	color: #ffffff;
}
.thumb-pad6 .thumbnail .caption h3 {
	color: #ffffff;
}
.thumb-pad7 {
	margin: 0 0 100px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 33px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	border-radius: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .lnk {
	font: 28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 {
	font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #47494a;
	margin-bottom: 29px;
}
.thumb-pad7 .thumbnail .caption .lnk2 a {
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk2 a:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 br {
	display: none;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 35px;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
	background: #efefef;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 25px 0 0 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
	color: #333;
	font: 800 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title:hover {
	color: #65c6bb;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #72a80c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #e26a6a;
}
.thumb-pad9 .thumbnail .caption .descrip {
	margin: 13px 0 13px 3px;
	display: block;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #65c6bb;
	margin: 0 30px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a i {
	color: #65c6bb;
	font-size: 12px;
	position: relative;
	top: -2px;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #333;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	margin-bottom: 13px;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
/*========================================================
                    btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 8px;
	padding: 11px 42px;
	font: bold 27px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: none;
	background-image: -webkit-linear-gradient(top, #d9c16b 0%, #a88c3d 100%);
	background-image: -o-linear-gradient(top, #d9c16b 0%, #a88c3d 100%);
	background-image: linear-gradient(to bottom, #d9c16b 0%, #a88c3d 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff16d2d2', endColorstr='#ff19a7a7', GradientType=0);
	text-transform: none;
	border-radius: 4px;
	color: #ffffff;
	float: none;
	border: 1px solid #a88c3d;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 3px 3px 0 rgba(255, 255, 255, 0.18);
	box-shadow: 2px 3px 3px 0 rgba(255, 255, 255, 0.18);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:after {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	padding: 0 8px 8px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: none;
	background-image: -webkit-linear-gradient(top, #a88c3d 0%, #d9c16b 100%);
	background-image: -o-linear-gradient(top, #a88c3d 0%, #d9c16b 100%);
	background-image: linear-gradient(to bottom, #a88c3d 0%, #d9c16b 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff19a7a7', endColorstr='#ff16d2d2', GradientType=0);
	text-decoration: none;
}
.btn-default.btn1:hover:after {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1-1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 10px 20px;
	font: bold 16px 'Play';
	background: #d9c26c;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1-1:hover {
	color: #ffffff;
	background: #878787;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 2px;
	padding: 16px 34px;
	font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	color: #898a8a;
	min-width: 167px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #d9c26c;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 2px;
	padding: 16px 34px;
	font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #d9c26c;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	min-width: 167px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #898a8a;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	font: 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: none;
	text-transform: uppercase;
	border-radius: 0;
	color: #d9c26c;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: none;
	text-decoration: none;
}

.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 2px;
	padding: 16px 34px;
	font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: rgba(255,255,255,0.70);
	text-transform: uppercase;
	border-radius: 0;
	color: rgba(0,0,0,0.40);
	min-width: 167px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	float: none;
	-webkit-transition: all 0.40s;
	-o-transition: all 0.40s;
	transition: all 0.40s;
}
.btn-default.btn5:hover {
	color: rgba(255,255,255,0.50);
	background: rgba(0,0,0,0.40);
	text-decoration: none;
}
/*========================================================
                    list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 32px;
}
.list1 li > div {
	background: #eee;
	margin: 0 0 10px;
}
.list1 li > div:after {
	display: table;
	width: 100%;
	clear: both;
	content: '';
}
.list1 li > div p {
	font-weight: 600;
	text-transform: uppercase;
	color: #909090;
	font-size: 18px;
	margin: 0;
	padding-top: 15px;
}
.list1 li > div strong {
	background: #d9c26c;
	font-size: 24px;
	line-height: 1em;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
	padding: 6px 0 0 0;
	margin: 0 16px 0 0;
	width: 55px;
	height: 55px;
	float: left;
	text-transform: uppercase;
	position: relative;
}
.list1 li > div strong span {
	display: block;
	font-size: 14px;
	line-height: 1em;
}
.list1 li > div strong:after {
	content: '';
	width: 10px;
	height: 10px;
	background: url(../img/tr.png) no-repeat;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.list1 li p {
	margin: 15px 0 0 0;
}
.list1 li p a {
	color: #d9c26c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li p a:hover {
	color: #898a8a;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px;
	position: relative;
	padding-left: 23px;
}
.list2 li:before {
	color: #d9c26c;
	font-size: 14px;
	content: '\f10d';
	font-family: 'FontAwesome';
	position: absolute;
	top: 3px;
	left: 0;
}
.list2 li figure {
	float: left;
	margin: 0 9px 0 0;
}
.list2 li figure img {
	border-radius: 100%;
}
.list2 li p {
	margin-bottom: 7px;
}
.list2 li div {
	overflow: hidden;
}
.list2 li div p {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 8px 0 0 0;
	float: left;
	color: #898a8a;
}
.list2 li div p span {
	font: italic 12px 'Georgia';
	color: #d9c26c;
	text-transform: none;
}
.list3 {
	margin: 0;
	padding: 0 0 16px;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 10px 0;
	padding-left: 18px;
	position: relative;
}
.list3 li a {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #878787;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #d9c26c;
}
.list3 li:before {
	content: '\f0a9';
	color: #d9c26c;
	font-family: 'FontAwesome';
	font-size: 12px;
	position: absolute;
	top: 3px;
	left: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0;
}
.list4 li time {
	font: 600 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #909090;
	float: left;
	margin: 0 12px 0 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.list5 li span {
	color: #ffffff;
	float: left;
	margin: 0 16px 0 0;
	font-size: 40px;
	min-width: 44px;
}
.list5 li p {
	color: #ffffff;
}
.list5 li h3 {
	color: #ffffff;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 20px;
	border-bottom: 1px solid #ececec;
}
.list6 li:last-child {
	border-bottom: none;
}
.list6 li a {
	color: #d9c26c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list6 li a:hover {
	color: #333333;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0;
}
.list7 li span {
	float: left;
	margin: 0 30px 0 0;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #dedede;
	border: 3px solid #dedede;
	border-radius: 100%;
	position: relative;
	font: 600 38px/63px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list8 {
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: left;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 23px;
}

* {
  margin: 0px;
  padding: 0px;
}
 
#collapse {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin:0; /*for display only*/
  width: 300px;
  border-radius:20px; 
  -moz-border-radius: 20px; 
  -webkit-border-radius: 20px;
  
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
          box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
 
.dd-item {
  background-color: rgba(30,30,30,0.50);
  width: 300px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

/*Menu Header Styles*/
.dd-item h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  background: #a90329;
}
.dd-item h4 a {
  color: white;
  display: block;
  text-decoration: none;
  width: 300px;
}

/*Menu Header Styles*/
.dd-item h4 {
  border-bottom: none;
  border-top: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 4px 10px 12px;
   
  /*Gradient*/
  background: #5C5C5C; /* Old browsers */
  background: -moz-linear-gradient(top, #5C5C5C 0%, #4A4A4A 44%, #2F2F2F 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5C5C5C), color-stop(44%,#4A4A4A), color-stop(100%,#2F2F2F)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5C5C5C 0%,#4A4A4A 44%,#2F2F2F 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5C5C5C 0%,#4A4A4A 44%,#2F2F2F 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5C5C5C 0%,#4A4A4A 44%,#2F2F2F 100%); /* IE10+ */
  background: linear-gradient(top, #5C5C5C 0%,#4A4A4A 44%,#2F2F2F 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5C5C5C', endColorstr='#2F2F2F',GradientType=0 ); /* IE6-9 */
}



/*First Item Styles*/
.alpha p {
    font-size: 13px;
    padding: 8px 12px;
    color: #aaa;
}
/*ul Styles*/
.dd-item ul {
  background-color: rgba(30,30,30,0.50);
  font-size: 13px;
  line-height: 30px;
  list-style-type: none;
  overflow:scroll;
  padding-bottom:10px;
  padding: 8px;
}
 
.dd-item ul a {
  margin-left: 10px;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 270px;
}
 
/*li Styles*/
.dd-item li {
  border-bottom: none;
  padding-top:10px;
}
 


/*ul Styles*/
.dd-item ul {
  background-color: rgba(30,30,30,0.50);
  font-size: 13px;
  line-height: 30px;
  height: 0px; /*Collapses the menu*/
  list-style-type: none;
  overflow:auto;
  padding: 0px;
}

/*ul Styles*/
.dd-item ul {
  background-color: rgba(30,30,30,0.50);
  font-size: 13px;
  line-height: 30px;
  height: 0px;
  list-style-type: none;
  overflow:auto;
  padding: 0px;
   
  /*Animation*/
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
}

.dd-item:hover ul {

  height:auto;}


/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	display: block;
}
#newsletter a {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 16px 40px 17px 40px;
	font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #d9c26c;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: left;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
#newsletter a:hover {
	color: #909090;
	background: #eee;
	text-decoration: none;
}
#newsletter input {
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 -3px 15px 0;
	width: 560px;
	outline: none;
	background: none;
	border-radius: 0;
	border: 1px solid #d1d1d1 !important;
	font: 14px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #878787;
	padding: 14px 14px;
	height: 50px;
	resize: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	top: 45px;
	left: 0;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #d9c26c;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin: 0;
	float: left;
	border: none;
	display: inline-block;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: bold 12px/50px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding: 0;
	background: #d9c26c;
	height: 50px;
	width: 100%;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*========================================================
                    search
========================================================*/
#search-404 {
	position: relative;
	margin: 10px 0 0 0;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 470px;
	outline: none;
	border: 1px solid #d1d1d1;
	background: #ffffff;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #878787;
	padding: 15px 14px;
	height: 49px;
	resize: none;
}
#search {
	position: relative;
	margin: 0;
	float: right;
}
#search a {
	position: absolute;
	top: 5px;
	right: 14px;
	color: #898a8a;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#search a:after {
	content: '\f002';
	font-family: 'FontAwesome';
	font-size: 14px;
}
#search a:hover {
	color: #d9c26c;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 250px;
	outline: none;
	border: 1px solid #d1d1d1;
	background: #ffffff;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #878787;
	padding: 7px 30px 7px 20px;
	height: 34px;
	resize: none;
}
/*========================================================
                    map
========================================================*/
.content_map {
	position: relative;
	height: 373px;
	margin: 0 0 64px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	color: #333;
}
.gm-wrapper {
	margin-left: 0;
}
address {
	padding: 11px 0 50px 0;
}
address p {
	margin-bottom: 0;
}
address p span {
	width: 80px;
	display: inline-block;
}
address p a {
	color: #d9c26c;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
address p a:hover {
	color: #ffffff;
}
.mail {
	color: #d9c26c;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #909090;
	text-decoration: underline;
}
.errorBox {
	padding: 128px 0 133px 0;
}
.errorBox img {
	width: 100%;
}
/*========================================================
                    quote popup
=========================================================*/
/*=========popup1===================*/
#popup {  }

#popup a, #popup a:visited {
	position: relative;
	display: block;
	width: 130px;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
}

#popup a span {
	display: none;
}

#popup a:hover { 

}

/* the IE correction rule */
#popup a:hover	{
	text-indent: 0; /* added the default value */
}

#popup a:hover span {
	display: block;
	position: absolute;
	top: -45px;
	left: 120px;
	width: 420px;
	margin: 0px;
	padding: 10px;
	text-align: left;
}

/*=========popup2===================*/
#popup2 {  }

#popup2 a, #popup2 a:visited {
	position: relative;
	display: block;
	width: 130px;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
}

#popup2 a span {
	display: none;
}

#popup2 a:hover { 

}

/* the IE correction rule */
#popup2 a:hover	{
	text-indent: 0; /* added the default value */
}

#popup2 a:hover span {
	display: block;
	position: absolute;
	top: -75px;
	left: 120px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	text-align: left;
}

/*=========popup3===================*/
#popup3 {  }

#popup3 a, #popup3 a:visited {
	position: relative;
	display: block;
	width: 130px;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
}

#popup3 a span {
	display: none;
}

#popup3 a:hover { 

}

/* the IE correction rule */
#popup3 a:hover	{
	text-indent: 0; /* added the default value */
}

#popup3 a:hover span {
	display: block;
	position: absolute;
	top: -105px;
	left: 120px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	text-align: left;
}

/*=========popup4===================*/
#popup4 {  }

#popup4 a, #popup4 a:visited {
	position: relative;
	display: block;
	width: 130px;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
}

#popup4 a span {
	display: none;
}

#popup4 a:hover { 

}

/* the IE correction rule */
#popup4 a:hover	{
	text-indent: 0; /* added the default value */
}

#popup4 a:hover span {
	display: block;
	position: absolute;
	top: -135px;
	left: 120px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	text-align: left;
}

/*=========popup5===================*/
#popup5 {  }

#popup5 a, #popup5 a:visited {
	position: relative;
	display: block;
	width: 130px;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
}

#popup5 a span {
	display: none;
}

#popup5 a:hover { 

}

/* the IE correction rule */
#popup5 a:hover	{
	text-indent: 0; /* added the default value */
}

#popup5 a:hover span {
	display: block;
	position: absolute;
	top: -165px;
	left: 120px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	text-align: left;
}


/*========================================================
                    bullets
=========================================================*/
.bullet {
	color: #d9c26c;
	font-size: 14px;
	content: '\f05d';
	font-family: 'FontAwesome';
	position: absolute;
	top: 3px;
	left: 0;
}


/*========================================================
                    footer
=========================================================*/
footer {
	padding: 53px 0;
	border-top: 1px solid #dedede;
}
footer em {
	font-style: normal;
}
footer p {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	float: left;
}
footer p a {
	color: #878787;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #d9c26c;
}
footer p span {
	margin: 0 5px;
}
.follow_link {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	display: inline-block;
}
.follow_link li {
	float: left;
	margin: 0 0 0 58px;
}
.follow_link li:first-child {
	margin: 0;
}
.follow_link li a {
	color: #d9c26c;
	font-size: 16px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_link li a:hover {
	color: #898a8a;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .thumb-box3 .box.box1,  .thumb-box3 .box.box2 {
 padding-left: 32px;
}
 header .box {
	 padding-left:70px;
 text-align: center; !important;
}nav.tm_navbar li {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	padding: 0;
	margin: 0 0 0 150px; !important;
	float: left;
}

nav.tm_navbar li:before {
	position: relative;
	background: #898a8a;
	width: 1px;
	height: 18px;
	display: inline-block;
	content: '';
	position: absolute;
	top: 3px;
	right: -75px; !important;
}

}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .thumb-box3 .box {
 padding-top: 20px;
 padding-bottom: 20px;
}
 .thumb-box3 .box.box1 {
 background: none;
}
 h2 {
 font-size: 35px;
 line-height: 1em;
}
 .thumb-box1 .box:after {
 display: none;
}
 header .box {
 text-align: center;
}
 header .box nav.tm_navbar {
 display: inline-block;
 float: none;
}
 header .box #search {
 float: none;
 display: inline-block;
 margin: 25px 0 0 0;
}

 .thumb-pad2b .thumbnail {
	 min-height: 20px;
}
 .thumb-pad5 figure {
 float: none;
 margin: 0 0 30px;
}
 .thumb-pad4b .thumbnail {
	height:auto;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 0 70px;
	float: left;
}
nav.tm_navbar li:before {
	position: relative;
	background: #898a8a;
	width: 1px;
	height: 18px;
	display: inline-block;
	content: '';
	position: absolute;
	top: 3px;
	right: -35px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 0 60px;
	float: left;
}
nav.tm_navbar li:before {
	position: relative;
	background: #898a8a;
	width: 1px;
	height: 18px;
	display: inline-block;
	content: '';
	position: absolute;
	top: 3px;
	right: -30px;
}
 h2 {
 font-size: 35px;
 line-height: 1em;
}
 h1.navbar-brand_ {
 float: none;
 margin: 0;
}
 .thumb-box3 .box {
 padding-top: 20px;
 padding-bottom: 20px;
}
 .thumb-box3 .box.box1 {
 background: none;
}
 .thumb-box2 .title:before,  .thumb-box2 .title:after {
 display: none;
}
 .thumb-box1 .box:after {
 display: none;
}
 header .box {
 text-align: center;
}
 header .box nav.tm_navbar {
 display: inline-block;
 float: none;
}
 header .box #search {
 float: none;
 display: inline-block;
 margin: 25px 0 0 0;
}
 .thumb-pad5 figure {
 float: none;
 margin: 0 0 30px;
}
 #search-404 input {
 width: 100%;
 margin: 0 0 15px;
 float: none;
}
 footer {
 text-align: center;
}
 footer p {
 float: none;
}
 footer .follow_link {
 float: none;
 margin: 20px 0 0 0;
}
 .content_map {
 height: 250px;
}
 .thumb-pad2b .thumbnail {
	 min-height: 20px;
}
 .thumb-pad4b .thumbnail {
	 height:auto;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 .select-menu {
 display: block !important;
 padding: 4px 4px 10px 0;
 margin: 15px 0;
 width: 100%;
 border: 1px solid #d9c26c;
 background-color: rgba(217,194,108,0.95) !important;
 color: #ffffff;
 cursor: pointer;
 height: 40px;
 font-size: 15px;
 font-weight:500;
 vertical-align: middle;
}
 h1.navbar-brand_:before,  h1.navbar-brand_:after {
 display: none;
}
 h2 {
 font-size: 35px;
 line-height: 1em;
}
 nav.tm_navbar {
 float: none;
 display: block;
}
 nav.tm_navbar .nav {
 display: none;
}
nav.tm_navbar li {
	background-color:rgba(217,194,108,0.85);
	position: relative;
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 10px 0;
	margin: 0 0 0 60px;
	float: left;
}
nav.tm_navbar li:before {
	position: relative;
	background-color:rgba(217,194,108,0.85);
	width: 100px;
	height: 18px;
	display: inline-block;
	content: '';
	position: absolute;
	top: 3px;
	right: -30px;
}
.spacer {
	break-after:always;
	display:none;	
	
}
 .thumb-box3 .box {
 padding-top: 20px;
 padding-bottom: 20px;
}
 .thumb-box3 .box.box1 {
 background: none;
}
 .thumb-box2 .title:before,  .thumb-box2 .title:after {
 display: none;
}
 .thumb-box1 .box:after {
 display: none;
}
 header .box {
 text-align: center;
}
 header .box nav.tm_navbar {
 display: block;
 float: none;
}
 header .box #search {
 float: none;
 display: inline-block;
 margin: 5px 0 0 0;
}
 .bg_box .title {
 font-size: 28px;
 padding: 70px 0 8px 0;
}
 .bg_box .description {
 font-size: 22px;
}
 .btn-default.btn1 {
 padding-left: 30px;
 padding-right: 30px;
 font-size: 22px;
}
 #newsletter label {
 display: block;
 float: none;
}
 #newsletter label input {
 width: 100%;
 display: block;
 margin-right: 0;
}
 header .box #search {
 display: block;
}
 header .box #search input {
 width: 100%;
}
 .follow_link li {
 margin: 0px 0px 0px 10px;
}
 .content_map {
 height: 250px;
}
 .thumb-pad2b figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4b figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box7 .col-lg-3,  .thumb-box7 .col-lg-4,  .thumb-box7 .col-lg-5 {
 margin: 0 0 50px;
}
 .thumb-box9 .col-lg-9,  .thumb-box9 .col-lg-3 {
 margin: 0 0 50px;
}
 .thumb-pad5 .thumbnail .caption {
 overflow: visible;
}
 #search-404 input {
 width: 100%;
 margin: 0 0 15px;
 float: none;
}
 .errorBox {
 text-align: center;
 padding: 50px 0;
}
 .errorBox figure {
 margin: 0 0 30px;
}
 .errorBox figure img {
 width: auto;
}
 footer {
 text-align: center;
}
 footer p {
 float: none;
}
 footer .follow_link {
 float: none;
 margin: 20px 0 0 0;
}
 .thumb-pad2b .thumbnail {
	 min-height: 20px !important;
	 max-height: 220px !important;
}
 .thumb-pad4b .thumbnail {
	height:auto;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 21px 0;
 float: none;
}
 .thumb-pad4b figure {
 margin: 0 0 21px 0;
 float: none;
}
 .thumb-pad5 figure {
 margin: 0 0 30px;
 float: none;
}
 .thumb-pad2b .thumbnail {
	 min-height: 20px !important;
	 max-height: 220px !important;
}
 .thumb-pad4b .thumbnail {
	height:auto;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .errorBox figure img {
 width: 100%;
}
 .thumb-pad2b .thumbnail {
	 min-height: 20px !important;
	 max-height: 220px !important;
}
 .thumb-pad4b .thumbnail {
	 height:auto;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .list1 li > div p {
 font-size: 12px;
 font-weight: 400;
}
 .thumb-box11 {
 text-align: center;
}
 .thumb-pad6 {
 text-align: center;
}
 .thumb-pad6 figure {
 margin: 0 0 30px;
 float: none;
}
 .thumb-pad2b .thumbnail {
	 min-height: 20px !important;
	 max-height: 220px !important;
}
 .thumb-pad4b .thumbnail {
	 height:auto;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2b .thumbnail {
	 min-height: 20px !important;
	 max-height: 220px !important;
}
 .thumb-pad4b .thumbnail {
	 height:auto;
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
