@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@media (max-width: 767px) {
	body { padding:0; }
	body .header, body .footer { padding:20px !important; }
	body .content-holder { padding:20px 20px 0 20px !important; }
}
.thumbnail {
	border:none;
	background:#d3d0cc;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px;
	border-radius:0;
	box-shadow:none;
}
.main-holder { overflow:hidden; }
.btn, .reply a {
	height:auto;
	letter-spacing:1px;
	font:800 13px/1.2em 'Open Sans', sans-serif;
	border-radius:0;
	background:none;
	color:#445f37;
	text-decoration:underline;
	box-shadow:none;
	text-shadow:none;
	border:none;
	padding:0;
	text-transform:uppercase;
}
.btn:active, .btn:hover, .btn:focus, .reply a:active, .reply a:hover, .reply a:focus {
	color:#858585;
	text-decoration:underline;
	background:none;
	box-shadow:none;
}
.btn.yellow, .reply a.yellow { color:#ba9729; }
.btn.yellow:active, .btn.yellow:hover, .btn.yellow:focus, .reply a.yellow:active, .reply a.yellow:hover, .reply a.yellow:focus {
	color:#858585;
	text-decoration:underline;
	background:none;
	box-shadow:none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	box-shadow:none;
	background:url(images/bg-input.png);
	border-radius:0;
	color:#858585;
	border:none;
	box-shadow:none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:none;
	box-shadow:none;
}
.header {
	background:url(images/light-top.png) repeat-x, url(images/bg-header.jpg);
	padding:0;
	border-bottom:none;
}
.home .header { border-bottom:2px solid #ffffff; }
.light-logo {
	background:url(images/light-logo.png) no-repeat 20% 0;
	position:absolute;
	width:100%;
	height:100%;
}
@media (max-width: 767px) {
	.light-logo { display:none; }
}
.header-block { margin:54px 0; }
@media (max-width: 767px) {
	.header-block { margin:10px 0 20px; }
}
.login-in-out #loginout { text-align:right; }
@media (max-width: 767px) {
	.login-in-out #loginout { text-align:left; }
}
.login-in-out span {
	font:600 12px/37px 'Open Sans', sans-serif;
	text-transform:uppercase;
	margin-left:25px;
}
.login-in-out span:first-child { margin-left:0; }
.login-in-out span a {
	color:#b59124;
	text-decoration:underline;
}
.login-in-out span a:hover { color:#709a5e; }
.search-form__h .navbar-form { width:100%; }
.search-form__h .navbar-form input { margin-top:0; }
.search-form__h .navbar-form .search-form_it {
	width:100%;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:url(images/bg-search.png);
	height:37px;
	border:1px solid #22331e;
	border-radius:0;
	color:#b59124;
	box-shadow:none;
	padding:0 42px 0 15px;
	text-transform:uppercase;
	font:600 12px/1.2em 'Open Sans', sans-serif;
}
.search-form__h .navbar-form .search-form_is {
	position:absolute;
	right:0;
	top:0;
	background:url(images/search-btn.png) no-repeat;
	width:37px;
	height:37px;
	border-radius:0;
	border:none !important;
	text-indent:-9999px;
	text-shadow:none;
	transition:none;
}
.search-form__h .navbar-form .search-form_is:hover { background-position:0 -63px; }
.nav-wrap { position:relative; }
.nav-wrap .menu-shadow {
	position:absolute;
	background:url(images/bg-menu-shadow.png) no-repeat 0 0;
	background-size:100% auto;
	width:100%;
	height:65px;
	bottom:-20px;
	left:0;
	z-index:-1;
}
@media (max-width: 767px) {
	.nav-wrap .menu-shadow { background:none; }
}
.nav__primary {
	position:relative;
	padding:0;
	float:none;
	margin:2px 0 21px;
	padding:0;
	background:#d3b044 url(images/bg-menu.png) no-repeat 50% 0;
	box-shadow:0 2px 6px #233122;
}
.nav__primary .sf-menu {
	float:none;
	position:relative;
	padding:0;
	text-align:center;
	z-index:100;
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	display:inline-block;
	position:relative;
	transition:200ms all;
	margin:0;
	padding:0;
	border-left:1px solid #b8952a;
}
.nav__primary .sf-menu >li:first-child { border-left:none; }
.nav__primary .sf-menu >li:first-child >a { width:195px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.nav__primary .sf-menu >li:first-child >a { width:155px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li:first-child >a { width:119px; }
}
.nav__primary .sf-menu >li i {
	position:absolute;
	width:100%;
	height:2px;
	background:#b59226;
	left:0;
	top:0;
}
.nav__primary .sf-menu >li:hover i { background:none; }
.nav__primary .sf-menu >li >a {
	border-top:none;
	border-left:none;
	font-weight:800;
	width:194px;
	padding:26px 0 30px;
	letter-spacing:1px;
	text-shadow:1px 1px 3px #755508;
	text-transform:uppercase;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.nav__primary .sf-menu >li >a { width:156px; }
	.footer-widgets .span1000 { width:216px; }
	.footer-widgets .span9000 { width:368px; }
	.footer-widgets .span2000 { width:133px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li >a { width:120px; }
}
.nav__primary .sf-menu >li >a:hover { background:#2c472e url(images/bg-menu-hover.png) no-repeat; }
.nav__primary .sf-menu >li >a:hover .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >a >.sf-sub-indicator {
	left:auto;
	right:15px;
	top:30px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
@media (max-width: 1200px) {
	.nav__primary .sf-menu >li >a >.sf-sub-indicator { right:10px; }
}
@media (max-width: 979px) {
	.nav__primary .sf-menu >li >a >.sf-sub-indicator { right:5px; }
}
.nav__primary .sf-menu >li.current-menu-item i { background:none; }
.nav__primary .sf-menu >li.current-menu-item >a, .nav__primary .sf-menu >li.current-menu-parent >a {
	background:#2c472e url(images/bg-menu-hover.png) no-repeat;
	z-index:1;
}
.nav__primary .sf-menu >li.sfHover i { background:none; }
.nav__primary .sf-menu >li.sfHover >a { background:#2c472e url(images/bg-menu-hover.png) no-repeat; }
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >.sub-menu {
	height:auto !important;
	background:#4a694c;
	top:94px;
	left:0;
	width:220px;
	padding:20px 0;
	border:none;
}
.nav__primary .sf-menu >li>.sub-menu { width:auto; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	white-space:nowrap;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item i { display:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	padding:0 35px;
	margin:0;
	background:none;
	text-align:left;
	border:none;
	color:#fff;
	text-transform:uppercase;
	display:block;
	font:800 12px/28px 'Open Sans', sans-serif;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:#bc9727;
	border:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:8px;
	left:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#fff;
	text-shadow:none;
	background:#bc9727;
	border:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.current-menu-item a {
	color:#fff;
	text-shadow:none;
	background:#bc9727;
	border:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	top:-20px;
	width:100%;
	padding:20px 0;
	background:#4a694c;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item { background:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	color:#fff;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:#2a432c;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#fff;
	text-shadow:none;
	background:#2a432c;
}
.logo { margin:49px 0 19px -1px; }
@media (max-width: 767px) {
	.logo { margin:0; }
	.logo.pull-left { float:none; }
}
.logo .logo_h__img { float:left; }
@media (max-width: 767px) {
	.logo .logo_h__img { float:none; }
}
.logo .logo_h__txt { float:left; }
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active {
	color:#c49f30;
	text-decoration:none;
}
@media (max-width: 767px) {
	.logo .logo_h__txt { float:none; }
}
.logo .logo_tagline {
	float:left;
	color:#709a5e;
	font:700 12px/18px 'Open Sans', sans-serif;
	width:34%;
	display:block;
	margin:10px 0 0 1px;
	letter-spacing:1px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.logo .logo_tagline {
		font-size:10px;
		width:40%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo .logo_tagline {
		width:100%;
		float:none;
		margin:0 0 0 4px;
	}
}
@media (max-width: 767px) {
	.logo .logo_tagline {
		float:none;
		margin:0;
		width:100%;
	}
}
.slider {
	overflow:visible;
	padding-bottom:56px;
}
@media (max-width: 767px) {
	.slider { padding-bottom:0; }
}
.slider .camera {
	box-shadow:0 0 6px #2a3a2c;
	margin-bottom:65px !important;
}
.slider .camera .camera_caption {
	bottom:13% !important;
	margin:0;
	top:auto !important;
	width:auto;
	right:0;
}
@media (max-width: 767px) {
	.slider .camera .camera_caption { display:none !important; }
}
.slider .camera .camera_caption >div {
	background:none;
	padding:0;
	text-align:right;
	position:relative;
	right:-5px;
}
.slider .camera .camera_caption >div h2, .slider .camera .camera_caption >div h3, .slider .camera .camera_caption >div h4 {
	background:#c49f30;
	display:inline-block;
	padding:10px 23px 10px 15px;
	font-family:'"Times New Roman", Times, serif', cursive;
	color:#fff;
	text-transform:uppercase;
	margin:0;
}
.slider .camera .camera_caption >div h2 {
	font-size:76px;
	line-height:80px;
	margin-top:-20px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.slider .camera .camera_caption >div h2 {
		font-size:60px;
		line-height:70px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider .camera .camera_caption >div h2 {
		font-size:45px;
		line-height:55px;
	}
}
.slider .camera .camera_caption >div h3 {
	font-size:58px;
	line-height:60px;
	margin-top:-20px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.slider .camera .camera_caption >div h3 {
		font-size:40px;
		line-height:60px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider .camera .camera_caption >div h3 {
		font-size:30px;
		line-height:40px;
	}
}
.slider .camera .camera_caption >div h4 {
	font-size:35px;
	line-height:48px;
	display:inline-block;
	width:auto;
	margin-top:-20px;
	padding-left:30px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.slider .camera .camera_caption >div h4 {
		font-size:25px;
		line-height:35px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider .camera .camera_caption >div h4 {
		font-size:18px;
		line-height:25px;
	}
}
.slider .camera_pag { margin:22px 0; }
.slider .camera_pag .camera_pag_ul li {
	background:#3e5538;
	width:22px;
	height:22px;
	margin:0 0 0 6px;
	border-radius:50%;
	box-shadow:inset 1px 1px 1px #29321f, 1px 1px 0 #8b9d75;
}
.slider .camera_pag .camera_pag_ul li:first-child { margin-left:0; }
.slider .camera_pag .camera_pag_ul li.cameracurrent span, .slider .camera_pag .camera_pag_ul li:hover span {
	background:#bf9a2c;
	width:14px;
	height:14px;
	top:4px;
	left:4px;
	border-radius:50%;
	box-shadow:inset 1px 1px 1px #edce75, 1px 1px 0 #3f4a29;
}
@media (max-width: 1200px) {
	.slider .camera_thumbs { display:none !important; }
}
.slider .camera_thumbs .camera_command_wrap .camera_thumbs_cont {
	background:none;
	bottom:80px;
}
.slider .slider-light {
	position:absolute;
	width:100%;
	height:406px;
	background:url(images/slider-light.png) no-repeat 50% 0;
	background-size:100% auto;
	bottom:0;
	z-index:-1;
}
@media (max-width: 979px) {
	.slider .slider-light { background:none; }
}
.slider .slider-dark {
	position:absolute;
	width:100%;
	height:87px;
	background:url(images/bg-slider-dark.png) no-repeat 50% 0;
	background-size:100% auto;
	bottom:0;
	z-index:-1;
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider .slider-dark { bottom:-10px; }
}
@media (max-width: 767px) {
	.slider .slider-dark { background:none; }
}
.home .content-holder { z-index:100; }
.content-holder {
	background:url(images/bg-content.jpg);
	padding-bottom:0;
}
.content-holder >.container {
	border-bottom:4px solid #dcdbd7;
	padding-bottom:42px;
}
.type-page.status-publish h1, .type-page.status-publish h2, .type-page.status-publish h3 { margin:30px 0 17px; }
@media (max-width: 767px) {
	.type-page.status-publish h1, .type-page.status-publish h2, .type-page.status-publish h3 { margin-top:40px; }
	.type-page.status-publish h1 br, .type-page.status-publish h2 br, .type-page.status-publish h3 br { display:none; }
}
.type-page.status-publish p { margin-bottom:16px; }
.type-page.status-publish img.size-full {
	padding:5px;
	background:#d3d0cc;
	margin:5px 30px 30px 0;
}
.type-page.status-publish .spacer { height:20px; }
.banner-wrap {
	margin-top:-57px;
	overflow:visible;
	margin-bottom:58px;
}
@media (max-width: 767px) {
	.banner-wrap { display:none; }
}
.banner-wrap .row-fluid >div {
	width:33.33%;
	margin:0;
}
.banner-wrap .row-fluid >div p:first-child {
	margin:0;
	padding:0;
}
@media (max-width: 1200px) {
	.banner-wrap .row-fluid >div img.size-full { height:auto; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .row-fluid >div img.size-full { padding:0; }
}
.banner-wrap .row-fluid >div figure.thumbnail {
	margin:0;
	padding:0;
	background:none;
}
.banner-wrap .row-fluid >div h1 {
	font:30px/1.2em "Times New Roman", Times, serif;
	color:#fff;
	margin-bottom:20px;
	text-shadow:1px 1px 5px #5f5f5f;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap .row-fluid >div h1 {
		font-size:20px;
		margin:0 0 10px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .row-fluid >div h1 {
		font-size:17px;
		margin-bottom:5px;
	}
}
.banner-wrap .row-fluid >div h2 {
	font-size:18px;
	line-height:1em;
	margin-bottom:2px;
	text-shadow:1px 1px 5px #7c7c7c;
	color:#fff;
}
@media (max-width: 1200px) {
	.banner-wrap .row-fluid >div h2 { display:none; }
}
.banner-wrap .row-fluid >div p {
	color:#fff;
	font:13px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	letter-spacing:1px;
}
.banner-wrap .row-fluid >div a { font-weight:bold; }
.banner-wrap .row-fluid >div p a:hover {
	color:#caa738;
	text-decoration:none;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap .row-fluid >div p {
		font-size:13px;
		padding:0;
		margin-bottom:5px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .row-fluid >div p {
		font-size:10px;
		margin-bottom:2px;
		width:90%;
	}
}
.banner-wrap .row-fluid >div .well {
	background:none;
	border:none;
	box-shadow:none;
	padding:0;
}
.banner-wrap .row-fluid >div .well h1 {
	color:#445f37;
	text-shadow:none;
}
.banner-wrap .row-fluid >div .well p {
	color:#445f37;
	text-align:left;
	line-height:22px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .row-fluid >div .well p { line-height:16px; }
}
.banner-wrap .row-fluid >div .btn, div.btn2 {
	position:absolute;
	top:330px;
	padding:13px 45px 13px 45px;
	text-decoration:none;
	text-shadow:1px 1px 5px #665a3b;
}
.banner-wrap .row-fluid >div .btn:hover { box-shadow:0 0 5px rgba(0,0,0,0.3); }
.banner-wrap .row-fluid >div .btn.green {
	background:#415c35;
	color:#fff;
}
.banner-wrap .row-fluid >div .btn.green:hover, .banner-wrap .row-fluid >div .btn.green:action {
	background:#fff;
	color:#425d36;
}
.banner-wrap .row-fluid >div .btn.green:hover {
	background:#fff;
	color:#425d36;
	text-shadow:none;
}
.banner-wrap .row-fluid >div .btn.yellow {
	background:#ceaa3a;
	color:#fff;
}
.banner-wrap .row-fluid >div .btn.yellow:hover {
	background:#fff;
	color:#c9a636;
	text-shadow:none;
}
.banner-wrap .row-fluid >div .btn.white, div.btn2 {
	background:#fff;
	color:#445f37;
	text-shadow:none;
}
div.btn2 {
	height:41px;
	width:185px;
	padding:0;
}
.banner-wrap .row-fluid >div .btn.white:hover, .banner-wrap .row-fluid >div .btn.white:action { color:#bbb6ab; }
.banner-wrap .row-fluid >div .btn.white:hover { color:#bbb6ab; }
#content.row { padding-top:20px; }
.title-section { padding:42px 0 0; }
@media (max-width: 767px) {
	.title-section { padding:20px 0; }
}
.title-section .title-header {
	line-height:1.2em;
	margin:10px 0 12px;
}
.title-section .breadcrumb {
	background:none;
	border:none;
	border-radius:0;
	padding:11px 0;
	border-top:4px solid #e0dfd9;
	border-bottom:4px solid #e0dfd9;
	position:relative;
	display:block;
}
.title-section .breadcrumb li {
	text-shadow:none;
	color:#858585;
	font-size:13px;
}
.title-section .breadcrumb li.divider {
	padding:0 4px;
	color:#858585;
}
.title-section .breadcrumb li a {
	color:#445f37;
	font-weight:bold;
}
.filter-wrapper { margin:0px 0 35px; }
.filter-wrapper strong {
	color:#ba9729;
	padding:0;
	font:800 12px/1.2em 'Open Sans', sans-serif;
	margin-right:10px;
	margin-top:9px;
	text-transform:uppercase;
}
@media (max-width: 979px) {
	.filter-wrapper strong {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .filter { margin:0; }
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 2px; }
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0;
	}
}
.filter-wrapper .filter li a {
	color:#445f37;
	font:800 12px/1.2em 'Open Sans', sans-serif;
	padding:9px 20px;
	margin:0;
	background:none;
	border-radius:0;
	text-transform:uppercase;
	border-bottom:1px solid transparent;
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	box-shadow:none;
	color:#fff;
	background:#ba9729;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	box-shadow:none;
	color:#fff;
	background:#ba9729;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0 0;
}
.filterable-portfolio li .caption h3 a {
	font:bold 13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#445f37;
}
.filterable-portfolio li .caption .btn { margin-top:10px; }
article .post-header .post-title {
	margin:6px 0 10px 0;
	font:22px/1.2em "Times New Roman", Times, serif;
}
article .post_meta {
	padding:13px 0;
	border-top:1px solid #dfddd9;
	border-bottom:1px solid #dfddd9;
	position:relative;
	display:block;
	margin-bottom:20px;
}
article .post_meta i {
	margin-right:6px;
	color:#a7a7a7;
	font-size:15px;
}
article .post_meta span {
	font:13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right:10px;
}
@media (max-width: 767px) {
	article .post_meta span { display:block; }
}
article .post_meta .post_date {
	color:#ba9729;
	font-weight:bold;
}
article .post_meta .post_author a {
	font-weight:bold;
	color:#445f37;
}
article .post_meta .post_category a { color:#858585; }
article .post_meta .post_comment a { color:#858585; }
article .post_meta .post_permalink { margin-right:0; }
article .post_meta .post_permalink a { color:#858585; }
@media (max-width: 767px) {
	article .post_meta .post_permalink { float:none; }
}
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
.format-quote .post_meta { padding:13px 0; }
.blog .post_content {
	margin-bottom:0;
	padding-bottom:20px;
}
.single #content .post_content {
	margin-bottom:0;
	padding-bottom:0;
}
.single #content .post_content p {
	margin-bottom:0;
	padding-bottom:20px;
}
.single #content article { margin-bottom:0px; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
.single #content .share-buttons {
	margin-bottom:20px;
	margin-top:0px;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:25px 30px 30px 30px;
	background:none;
	border:3px solid #d3d0cc;
	font:13px/20px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single #content .post-author .post-author_h {
	font:13px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 0 20px 0;
	letter-spacing:0;
	text-transform:none;
	color:#898989;
}
.single #content .post-author .post-author_h a {
	color:#445f37;
	font-weight:bold;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 10px 20px 0;
	padding:5px;
	background:#d3d0cc;
}
.single #content .post-author .post-author_gravatar img {
	padding:10px;
	background:#fff;
	border:none;
	width:58px;
	height:58px;
}
.single #content .post-author .post-author_desc {
	padding-left:115px;
	text-transform:none;
	font:13px/20px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single #content .post-author .post-author_link {
	margin-top:20px;
	font-size:13px;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	font-size:13px;
	color:#445f37;
	font-weight:bold;
}
.portfolio .grid_gallery, .portfolio .jp-video, .portfolio .jp-audio { margin-bottom:20px; }
.pager {
	border-top:1px solid #dfdcd9;
	border-bottom:1px solid #dfdcd9;
}
.portfolio-meta-list {
	border-top:1px solid #dfdcd9;
	border-bottom:1px solid #dfdcd9;
}
.page-template-page-testi-php .testimonial, .single-testi .testimonial {
	background:none;
	border:1px solid #dfdcd9;
	border-radius:0;
	margin-bottom:20px !important;
}
.page-template-page-testi-php .testimonial blockquote p, .single-testi .testimonial blockquote p {
	font:13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color:#898989 !important;
	text-transform:none !important;
}
@media (max-width: 480px) {
	.single-team .featured-thumbnail { height:auto; }
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font-size:30px;
	line-height:1.2em;
	margin:50px 0 30px;
	padding-top:40px;
	border-top:2px solid #e0dfda;
	position:relative;
}
.related-posts a {
	font-size:20px;
	color:#9d261d;
	font-family:'"Times New Roman", Times, serif', cursive;
	text-transform:uppercase;
	margin-top:30px;
	display:block;
}
@media (max-width: 979px) {
	.related-posts a { font-size:15px; }
}
.related-posts a:hover {
	text-decoration:none;
	color:#d0ac3c;
}
.related-posts .featured-thumbnail a { margin-top:0; }
.related-posts .featured-thumbnail a img { width:100%; }
.comment-holder .comment-list .comment .comment-body {
	padding:30px;
	background:none;
	border:3px solid #d3d0cc;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 30px 0 0;
	text-align:left;
	padding:5px;
	background:#d3d0cc;
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	padding:10px;
	background:#fff;
	width:58px;
	height:58px;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:bold 13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#445f37;
	margin-top:10px;
	position:absolute;
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:0;
	font:bold 13px/20px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#ba9729;
}
.comment-holder .comment-list .comment .comment-body .reply a { text-decoration:underline !important; }
.comment-holder #respond h3 { margin-bottom:0; }
.comment-holder #respond #commentform { margin-top:0; }
.wpcf7-form p.field input {
	border-radius:0;
	color:#858585;
	font-size:13px;
}
.wpcf7-form p.field input:focus { border-color:none !important; }
.wpcf7-form textarea {
	border-radius:0;
	font-size:13px;
	color:#858585 !important;
}
.wpcf7-form textarea:focus { border-color:none !important; }
.wpcf7-form textarea.watermark { color:#858585 !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:5px 8px 2px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:4px 5px !important;
		font-size:8px !important;
	}
}
#respond h3 { margin-top:10px; }
#respond #commentform { margin-top:15px; }
#respond #commentform textarea {
	border-radius:0;
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
	border-radius:0;
}
#respond #commentform p.field input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:7px 10px;
	height:36px;
	margin-bottom:2px;
}
#respond #commentform p.field input:focus { box-shadow:none; }
#respond #commentform p.right-btn { text-align:right; }
#respond #commentform .btn {
	margin-top:11px;
	height:auto;
}
#respond #commentform .btn:hover, #respond #commentform .btn:active, #respond #commentform .btn:focus { text-decoration:none; }
#sidebar .widget > h3 {
	font-size:30px;
	line-height:1.2em;
	margin:0 0 15px;
	color:#ba9729;
	padding-top:50px;
	border-top:2px solid #e2e0dc;
}
#sidebar .widget { margin-bottom:40px; }
#sidebar .widget:first-child h3 {
	border:none;
	padding:0;
}
[id*="archives"] ul, [id*="categories"] ul {
	list-style-type:none;
	margin:0;
}
[id*="archives"] ul li, [id*="categories"] ul li {
	background:url(images/dot-yellow.png) no-repeat 0 13px;
	padding-left:15px;
	margin:0;
}
[id*="archives"] ul li a, [id*="categories"] ul li a {
	line-height:30px;
	font-weight:bold;
}
[id*="archives"] ul li:before, [id*="categories"] ul li:before {
	content:"";
	width:0;
	margin:0;
}
.recent-posts-widget .thumbnail { margin-right:30px; }
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts-widget .thumbnail { float:none; }
	.recent-posts-widget .thumbnail img { width:100%; }
}
.recent-posts-widget time {
	font-weight:bold;
	color:#ba9729;
}
.recent-posts-widget h4 {
	margin:0 0 20px;
	font:bold 13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recent-posts-widget li { padding:8px 0; }
.comments-custom.unstyled li .thumbnail { margin-right:30px; }
.comments-custom.unstyled li .thumbnail img {
	padding:10px;
	background:#fff;
}
.comments-custom.unstyled li time {
	font-weight:bold;
	color:#ba9729;
	font-size:13px;
	margin-top:30px;
	display:block;
}
.comments-custom.unstyled li h4 {
	margin:0 0 20px;
	font:bold 13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comments-custom.unstyled li .comments-custom_txt a {
	font-style:italic;
	color:#ba9729;
}
.search-form .btn {
	margin:3px 0 0 10px;
	padding:0;
	height:auto;
}
@media (min-width: 1201px) and (max-width: 1300px) {
	.search-form .btn { margin-left:0; }
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .btn { margin-left:0; }
}
@media (max-width: 480px) {
	.search-form .btn {
		display:block;
		margin-left:0;
	}
}
.dropcap {
	background:none;
	border-radius:0;
	border:none;
	padding:0;
	font:30px/1.2em '"Times New Roman", Times, serif', cursive;
	color:#ba9729;
	margin:0 0 30px -10px;
}
.testimonials .testi-item {
	margin:0;
	padding:0 0 26px;
}
.testimonials .testi-item .testi-item_blockquote {
	background:none;
	padding:0;
	margin:0;
}
.testimonials .testi-item .testi-item_blockquote:before { border:none; }
.testimonials .testi-item .testi-item_blockquote:after { background:none; }
.testimonials .testi-item .testi-item_blockquote a {
	font-style:italic;
	color:#ba9729;
	margin-top:0;
	display:inline;
}
.testimonials .testi-item .testi-item_blockquote a:hover, .testimonials .testi-item .testi-item_blockquote a:active {
	color:#ba9729;
	text-decoration:underline;
}
.testimonials .testi-item .testi-item_blockquote a:before {
	content:"";
	display:inline-block;
	background:url(images/quote-open.png) no-repeat;
	width:17px;
	height:13px;
	margin-right:7px;
}
.testimonials .testi-item .testi-item_blockquote a:after {
	content:"";
	display:inline-block;
	background:url(images/quote-close.png) no-repeat;
	width:17px;
	height:13px;
	margin-left:7px;
}
.testimonials .testi-item .testi-meta {
	padding:18px 0 0;
	text-align:right;
	font:800 15px/18px 'Open Sans', sans-serif;
	color:#445f37;
}
.testimonials .testi-item .testi-meta:before { content:""; }
.testimonials .testi-item .testi-meta:after {
	content:"";
	clear:both;
	display:block;
}
.testimonials .testi-item .testi-meta a { text-align:left; }
.testimonials .testi-item .testi-meta .user {
	display:block;
	text-align:left;
	margin:0 0 0 auto;
}
.testimonials .testi-item .testi-meta .info {
	font-weight:600;
	text-align:left;
	margin:0 0 0 auto;
	display:block;
}
.testimonials .testi-item .testi-meta .info:before { content:"("; }
.testimonials .testi-item .testi-meta .info:after { content:")"; }
.home .testimonials .testi-item {
	margin:0;
	padding:0;
}
.home .testimonials .testi-item .testi-item_blockquote {
	background:none;
	padding:0;
}
.home .testimonials .testi-item .testi-item_blockquote:before { border:none; }
.home .testimonials .testi-item .testi-item_blockquote .featured-thumbnail {
	width:160px;
	margin:0 0 30px 0;
	height:120px;
	position:relative;
	float:left;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.home .testimonials .testi-item .testi-item_blockquote .featured-thumbnail { float:none; }
}
@media (max-width: 767px) {
	.home .testimonials .testi-item .testi-item_blockquote .featured-thumbnail { margin:0 30px 30px 0; }
}
.home .testimonials .testi-item .testi-item_blockquote .featured-thumbnail:before {
	content:"";
	width:100%;
	height:100%;
	border:5px solid #d3d0cc;
	position:absolute;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:ease 200ms all;
}
.home .testimonials .testi-item .testi-item_blockquote .testi-meta {
	padding:0;
	text-align:right;
	font:800 15px/18px 'Open Sans', sans-serif;
	color:#445f37;
}
.home .testimonials .testi-item .testi-item_blockquote .testi-meta:before { content:""; }
.home .testimonials .testi-item .testi-item_blockquote .testi-meta:after {
	content:"";
	clear:both;
	display:block;
}
.home .testimonials .testi-item .testi-item_blockquote .testi-meta .user {
	display:block;
	width:30%;
	text-align:left;
	margin:0 0 0 auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.home .testimonials .testi-item .testi-item_blockquote .testi-meta .user {
		width:100%;
		margin-top:20px;
	}
}
@media (max-width: 767px) {
	.home .testimonials .testi-item .testi-item_blockquote .testi-meta .user { width:100%; }
}
.home .testimonials .testi-item .testi-item_blockquote .testi-meta .info {
	font-weight:600;
	width:30%;
	text-align:left;
	margin:0 0 0 auto;
	display:block;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.home .testimonials .testi-item .testi-item_blockquote .testi-meta .info { width:100%; }
}
@media (max-width: 767px) {
	.home .testimonials .testi-item .testi-item_blockquote .testi-meta .info { width:100%; }
}
.home .testimonials .testi-item .testi-item_blockquote .testi-meta .info:before { content:"("; }
.home .testimonials .testi-item .testi-item_blockquote .testi-meta .info:after { content:")"; }
.home .testimonials .testi-item .testi-item_blockquote a {
	font-style:italic;
	color:#ba9729;
	display:inline;
}
.home .testimonials .testi-item .testi-item_blockquote a:hover, .home .testimonials .testi-item .testi-item_blockquote a:active { text-decoration:underline; }
.home .testimonials .testi-item .testi-item_blockquote a:before {
	content:"";
	display:inline-block;
	background:url(images/quote-open.png) no-repeat;
	width:17px;
	height:13px;
	margin-right:7px;
}
.home .testimonials .testi-item .testi-item_blockquote a:after {
	content:"";
	display:inline-block;
	background:url(images/quote-close.png) no-repeat;
	width:17px;
	height:13px;
	margin-left:7px;
}
.hr {
	background:#e1dfdb;
	height:2px;
	margin:40px 0 50px;
}
.our-teachers li {
	width:153px !important;
	margin-left:30px !important;
}
@media (max-width: 1200px) {
	.our-teachers li {
		width:23% !important;
		margin-left:2% !important;
	}
}
@media (max-width: 767px) {
	.our-teachers li { float:left !important; }
}
@media (max-width: 480px) {
	.our-teachers li {
		width:48% !important;
		margin-left:4% !important;
	}
	.our-teachers li:nth-child(2n+1) { margin-left:0 !important; }
}
.our-teachers li:first-child { margin-left:0 !important; }
.our-teachers li .excerpt { display:none; }
.our-teachers li h5 {
	font:800 15px/1.2em 'Open Sans', sans-serif;
	margin-top:20px;
}
.posts-grid.for-students li:hover .excerpt strong { color:#445f37; }
.posts-grid.for-students li:hover .btn { color:#445f37; }
.posts-grid.for-students h5 {
	font:30px/36px '"Times New Roman", Times, serif', cursive;
	margin-bottom:22px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.for-students h5 { font-size:20px; }
}
.posts-grid.for-students .excerpt { margin-top:17px; }
.posts-grid.for-students .excerpt strong { color:#ba9729; }
.posts-grid.for-students .btn { color:#ba9729; }
.posts-grid.for-students .btn:hover { text-decoration:none; }
.list.custom-list ul li {
	background:url(images/dot-yellow.png) no-repeat 0 13px;
	padding-left:15px;
	margin:0;
}
.list.custom-list ul li:before {
	content:"";
	width:0;
	margin:0;
}
.list.custom-list ul li a {
	line-height:30px;
	font-weight:bold;
}
@media (max-width: 767px) {
	.posts-grid.happy-students li {
		float:left;
		width:auto;
	}
	.posts-grid.happy-students li .thumbnail { margin:0 20px 20px 0; }
}
@media (max-width: 480px) {
	.posts-grid.happy-students li { float:none; }
}
.posts-grid.happy-students li h5, .posts-grid.happy-students li .excerpt { display:none; }
.footer {
	border:none;
	background:none;
	padding:40px 0 55px;
}
.site-name {
	display:block;
	font:34px/1.2em '"Times New Roman", Times, serif', cursive;
	color:#bbb6ab;
	margin-bottom:2px;
	text-transform:none;
	letter-spacing:0;
}
.site-name:hover, .site-name:active {
	color:#bbb6ab;
	text-decoration:none;
}
.footer-text {
	color:#bbb6ab;
	font:700 14px/1.2em 'Open Sans', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
.footer-text a { color:#bbb6ab; }
.footer-widgets >div >div { position:relative; }
.footer-widgets >div >div h4 {
	position:absolute;
	color:#bbb6ab;
	font-size:18px;
	margin:4px 0 0;
}
@media (max-width: 767px) {
	.footer-widgets >div >div h4 {
		position:relative;
		margin:30px 0 20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets .span1000 {
		position:absolute;
		bottom:4px;
	}
	.copyright { padding:0; }
	.footer { padding:30px; }
	.span2000 { margin-bottom:24px; }
	.span4000 { margin-left:479px; }
}
@media (min-width: 768px) and (max-width: 1200px) {
	.span1000 { width:210px; }
	.span9000 { width:362px; }
}
@media (max-width: 767px) {
	.footer-widgets >div >div >div { padding-top:0; }
}
.footer-widgets >div >div >div .menu {
	margin:0;
	list-style-type:none;
}
.footer-widgets >div >div >div .menu .menu-item {
	background:url(images/dot.png) no-repeat 0 10px;
	padding-left:14px;
}
.footer-widgets >div >div >div .menu .menu-item a {
	color:#445f37;
	font-size:13px;
	line-height:24px;
	font-weight:bold;
}
.footer-widgets >div >div >div .menu .menu-item a:hover, .footer-widgets >div >div >div .menu .menu-item a:active {
	color:#bbb6ab;
	text-decoration:none;
}
.footer-widgets >div >div >div .menu .menu-item:hover { background-position:0 -16px; }
.google-map { background:url(images/loading.gif) 50% 50% no-repeat; }
#back-top-wrapper #back-top a span { background-color:#445f37; }
#back-top-wrapper #back-top a:hover span { background-color:#ba9729; }
.flexslider {
	margin-bottom:50px;
	background:url(images/loading.gif) 50% 50% no-repeat;
	padding:0;
}
.flexslider .flex-control-paging {
	margin:0;
	line-height:0;
	padding-top:15px;
	bottom:-35px;
	left:0;
}
.flexslider .flex-control-paging li { margin:0 4px 0 0; }
.flexslider .flex-control-paging li a.flex-active { background:#445f37; }
.flexslider .flex-control-paging li a { background:#fff; }
.flexslider .flex-control-paging li a:hover { background:#445f37; }
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.error404 .error404-holder_num {
	color:#445f37;
	margin:50px 0;
	font-size:200px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404 .error404-holder_num { font-size:180px; }
}
@media (max-width: 480px) {
	.error404 .error404-holder_num {
		font-size:140px;
		margin:20px 0;
	}
}
.error404 .search-form_is {
	margin:3px 0 0 20px;
	height:auto;
	line-height:1.2em;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.error404 .search-form_is { margin-left:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404 .search-form_is {
		margin-left:0;
		display:block;
	}
}
@media (max-width: 480px) {
	.error404 .search-form_is {
		display:block;
		margin-left:2px;
	}
}
@media (max-width: 480px) {
	.error404 .search-form_it {
		width:100%;
		height:30px;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.ie8 .header-ie8 { background:url(images/bg-header.jpg); }
.ie8 .dark-line-ie8 { background:url(images/light-top.png) repeat-x; }
.ie8 .menu-shadow {
	background:url(images/bg-menu-shadow-ie8.png) no-repeat 0 0;
	height:49px;
	bottom:-7px;
}
.ie8 .nav__primary .sf-menu >li:first-child >a { width:155px; }
.ie8 .nav__primary .sf-menu >li >a { width:156px; }
.ie8 .nav__primary .sf-menu >li >a >.sf-sub-indicator { right:10px; }
.ie8 .logo .logo_tagline {
	font-size:10px;
	width:40%;
}
.ie8 .slider { overflow:hidden !important; }
.ie8 .slider .camera .camera_caption >div h2 {
	font-size:60px;
	line-height:70px;
}
.ie8 .slider .camera .camera_caption >div h3 {
	font-size:40px;
	line-height:60px;
}
.ie8 .slider .camera .camera_caption >div h4 {
	font-size:25px;
	line-height:35px;
}
.ie8 .slider .camera_thumbs { display:none !important; }
.ie8 .slider .slider-dark {
	height:66px;
	background:url(images/bg-slider-dark-ie8.png) no-repeat 50% 0;
}
.ie8 .search-form .btn { margin-left:0; }
.ie8 .banner-wrap .row-fluid >div img.size-full { height:auto; }
.ie8 .banner-wrap .row-fluid >div h1 {
	font-size:20px;
	margin:0 0 10px;
}
.ie8 .banner-wrap .row-fluid >div h2 {
	font-size:15px;
	display:none;
}
.ie8 .banner-wrap .row-fluid >div p {
	font-size:13px;
	padding:0;
	margin-bottom:5px;
}
.ie8 .home .testimonials .testi-item .testi-item_blockquote .featured-thumbnail { float:none; }
.ie8 .home .testimonials .testi-item .testi-item_blockquote .testi-meta .user {
	width:100%;
	margin-top:20px;
}
.ie8 .home .testimonials .testi-item .testi-item_blockquote .testi-meta .info { width:100%; }
.ie8 .our-teachers li {
	width:23% !important;
	margin-left:2% !important;
}
.ie8 .our-teachers li:first-child { margin-left:0 !important; }
.ie8 .our-teachers li .thumbnail { width:100%; }
.ie8 .for-students li .thumbnail, .ie8 .happy-students li .thumbnail { width:100%; }
.ie8 .footer-widgets >div >div >div { padding-top:50px; }
.ie8 .error404 .search-form_is { margin-left:20px; }
.ie8 .post-author_gravatar, .ie8 .comment-author { width:78px !important; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:28px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.span9000 { width:439px; }
.span4000 {
	width:auto;
	float:left;
}
.span4000 a { color:#bbb6ab; }
.span1000 { width:285px; }
.span2000 { width:190px; }
.span2000, .span4000 { padding-bottom:20px; }
@media (min-width: 1201px) {
	.partner, .partner-last {
		float:left;
		margin-left:30px;
	}
	.partner:first-child { margin-left:0; }
	.partner-last {
		display:inline-block;
		margin-top:9px;
	}
	.partner:hover {
		opacity:0.8;
		filter:alpha(opacity=80);
	}
}
.prtn { text-align:center; }
.teaser1, .teaser2, .teaser3 {
	padding:29px 20px 0 45px;
	height:302px;
	margin-bottom:40px;
}
.teaser1 { background-color:#ceaa3a; }
.teaser2 { background-color:#415c35; }
.teaser3 { background-color:#fff; }
.kasper {
	position:absolute;
	border:none;
	width:100%;
	padding:0;
	margin:0;
	height:330px;
	max-height:330px;
	padding-bottom:41px;
	background:url(images/bg-banner.jpg);
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	z-index:-1;
	overflow:hidden;
}
#post-203 { margin-bottom:10px; }
#topnav>li>a { cursor:default !important; }
ol ol { list-style-type:lower-alpha; }
#content ol li, #content ul li { margin-bottom:10px; }
#content a { text-decoration:underline; }
#content h1 a, #content h2 a, #content h3 a, #content h4 a { text-decoration:none; }
#content table { width:100%; }
#content table td { padding:15px; }
#content table tr:nth-child(odd) { background:#ddd; }
.teaser1 h3, .teaser2 h3, .teaser3 h3 {
	margin:5px 0 20px !important;
	font:30px/1.2em "Times New Roman", Times, serif;
	text-shadow:1px 1px 5px #5f5f5f;
}
.teaser1 h3, .teaser2 h3 { color:#fff; }
.teaser3 h3 {
	color:#445f37;
	text-shadow:1px 1px 5px #eee;
}
.logo_link { text-transform:uppercase; }
@media (max-width: 1200px) {
	.partner img, .partner-last img {
		margin-left:30px;
		margin-bottom:30px;
	}
	.partner:first-child img { margin-left:0; }
	.teaser1, .teaser2, .teaser3 {
		padding:10px 10px 0 25px;
		height:321px;
		margin-bottom:40px;
	}
	.home .content-holder >.container { padding-bottom:12px; }
}
.banner-wrap .row-fluid >div .btn { bottom:0; }
@media (max-width: 979px) {
	.teaser1 img, .teaser2 img { display:none; }
}
#topnav>li>a {
	min-height:48px;
	display:flex;
	align-items:center;
	padding:23px 0;
}
