@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400);
@import url(//fonts.googleapis.com/css?family=Damion);
body { background:#fff; }
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder { background:url(images/header.jpg) repeat 50% 0%; }
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:#FFF3C5;
	min-height:39px;
	margin:0;
	padding:10px 11px 10px 11px !important;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#232733;
}
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], html.ie8 .main-holder textarea {
	min-height:19px;
	line-height:19px;
}
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:#435F8D;
	height:39px;
	margin:0 10px 0 0;
	padding:0 20px 0 20px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover { background:#7DA6EA; }
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:175px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:175px; }
}
.main-holder .search-form input[type="submit"] { margin:0; }
h1 { font-weight:300 !important; }
h1 a {
	text-decoration:none;
	color:#232733;
}
h1 a:hover {
	text-decoration:none;
	color:#90adb8;
}
h2 {
	margin-bottom:24px;
	font-weight:300 !important;
}
h2 a {
	text-decoration:none;
	color:#232733;
}
h2 a:hover {
	text-decoration:none;
	color:#90adb8;
}
h2 em {
	display:block;
	margin:0 0 -5px 0;
	font-style:normal;
}
h3 {
	margin-bottom:14px;
	font-weight:300 !important;
}
h3 a {
	text-decoration:none;
	color:#232733;
}
h3 a:hover {
	text-decoration:none;
	color:#90adb8;
}
h4 { font-weight:300 !important; }
h5 { margin:0; }
p { margin:0 0 18px 0; }
.header {
	background:#232733 repeat-x 50% 71px;
	height:auto;
	margin:0;
	padding:0;
	border:none;
}
@media (max-width: 767px) {
	.header {
		padding:20px;
		text-align:center;
	}
}
.header .search-form {
	float:left;
	margin:15px 0 0 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .search-form { margin:15px 0 0 15px; }
}
html.ie8 .header .search-form { margin:15px 0 0 15px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form { margin:15px 0 0 15px; }
}
.header .container {
	position:relative;
	min-height:125px;
}
.header .container:before {
	background:#fff;
	display:block;
	width:270px;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .container:before { width:240px; }
}
html.ie8 .header .container:before { width:240px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .container:before { width:186px; }
}
@media (max-width: 767px) {
	.header .container:before { display:none; }
}
.header .container:after {
	background:#fff;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
@media (max-width: 767px) {
	.header .container:after { display:none; }
}
.header .logo { margin:24px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:100%; }
}
@media (max-width: 767px) {
	.header .logo {
		background:#fff;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
		padding:24px;
		vertical-align:top;
	}
}
.header .logo .logo_h__txt { margin:-6px 0 -4px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo .logo_h__txt a { font-size:47px; }
}
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#232733;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#232733;
}
.header .logo img { margin:0 0 5px 0; }
.header .logo p {
	margin:0;
	line-height:14px;
	height:11px;
	letter-spacing:3px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	text-shadow:1px 1px 0 #c0c9cd;
	text-transform:uppercase;
	color:#232733;
}
.header .nav__primary {
	margin:0 0 0 -30px;
	background:#435F8D;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .nav__primary { margin:0; }
}
html.ie8 .header .nav__primary { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary { margin:0; }
}
@media (max-width: 767px) {
	.header .nav__primary { margin:0; }
}
.header .nav__primary .sf-menu { float:left; }
.header .nav__primary .sf-menu ul {
	background:#fff;
	width:258px;
	padding:21px 0 21px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu ul { width:158px; }
}
.header .nav__primary .sf-menu > li { background:none; }
.header .nav__primary .sf-menu > li > a {
	height:47px;
	padding:24px 49px 0 49px;
	border:none;
	letter-spacing:2px;
	text-transform:uppercase;
	text-decoration:none;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li > a { padding:24px 40px 0 40px; }
}
html.ie8 .header .nav__primary .sf-menu > li > a { padding:24px 40px 0 40px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a { padding:24px 28px 0 28px; }
}
.header .nav__primary .sf-menu > li li { background:none; }
.header .nav__primary .sf-menu > li li a {
	padding:4px 20px 3px 38px;
	border:none;
	letter-spacing:2px;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	color:#232733;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li li a { padding:4px 20px 3px 20px; }
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator { display:none !important; }
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	top:-21px;
	left:100%;
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
	background:#ffffff;
	color:#232733;
}
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
	background:#232733;
	color:#fff;
}
.header .nav__primary .sf-menu li li li > a:hover, .header .nav__primary .sf-menu li li li.sfHover > a, .header .nav__primary .sf-menu li li li.current-menu-item > a, .header .nav__primary .sf-menu li li li.current_page_item > a {
	background:#dfebef;
	color:#232733;
}
.header .nav__primary .sf-sub-indicator {
	margin:0 -5px 0 0;
	top:45px;
	right:50%;
}
#slider-wrapper {
	background:#232733 repeat 50% 0%;
	position:relative;
	overflow:visible;
}
#slider-wrapper:before {
	background:#232733 repeat 50% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	content:'';
}
#slider-wrapper:after {
	background:#232733 repeat 50% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
#slider-wrapper .camera_wrap { margin:0 !important; }
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_target { display:none; }
}
html.ie8 #slider-wrapper .camera_target { display:none; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_target { display:none; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_target { display:none; }
}
#slider-wrapper .camera_caption {
	width:720px;
	position:absolute;
	top:39px;
	left:200px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption {
		width:600px;
		top:19px;
	}
}
html.ie8 #slider-wrapper .camera_caption {
	width:600px;
	top:19px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption {
		width:450px;
		top:19px;
		left:150px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption {
		width:100%;
		top:49px;
		left:0;
	}
}
#slider-wrapper .camera_caption div {
	background:none;
	padding:0;
	letter-spacing:1px;
	line-height:30px;
	font-family:'Open Sans', sans-serif;
	font-size:24px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div {
		line-height:20px;
		font-size:14px;
	}
}
#slider-wrapper .camera_caption div strong {
	display:block;
	margin:0 0 11px 0;
	letter-spacing:4px;
	line-height:67px;
	font-size:57px;
	font-weight:300;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption div strong {
		line-height:47px;
		font-size:40px;
	}
}
html.ie8 #slider-wrapper .camera_caption div strong {
	line-height:47px;
	font-size:40px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption div strong {
		line-height:37px;
		font-size:30px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div strong {
		line-height:37px;
		font-size:30px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div strong {
		letter-spacing:2px;
		line-height:27px;
		font-size:20px;
	}
}
#slider-wrapper .camera_caption div a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#slider-wrapper .camera_caption div a:hover {
	text-decoration:none;
	color:#fff;
}
#slider-wrapper .camera_next {
	background:none;
	width:39px;
	height:40px;
	overflow:hidden;
	margin:-78px 0 0 0;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_next {
		right:50%;
		margin:-78px -39px 0 0;
	}
}
#slider-wrapper .camera_next:hover span { background-position:0% -40px; }
#slider-wrapper .camera_next span {
	background:url(images/next.png) no-repeat 0% 0%;
	width:39px;
	height:40px;
	overflow:hidden;
}
#slider-wrapper .camera_prev {
	background:none;
	width:39px;
	height:40px;
	overflow:hidden;
	margin:-78px 0 0 0;
	left:auto;
	right:39px;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_prev {
		right:50%;
		margin:-78px 0 0 -39px;
	}
}
#slider-wrapper .camera_prev:hover span { background-position:0% -40px; }
#slider-wrapper .camera_prev span {
	background:url(images/prev.png) no-repeat 0% 0%;
	width:39px;
	height:40px;
	overflow:hidden;
}
#slider-wrapper .camera_commands {
	margin:-78px 0 0 0;
	right:78px;
}
#slider-wrapper .camera_pag {
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_pag { bottom:-40px; }
}
@media (max-width: 480px) {
	#slider-wrapper .camera_pag { bottom:-20px; }
}
#slider-wrapper .camera_pag ul li { margin:0 5px; }
#slider-wrapper .camera_thumbs {
	width:100%;
	position:absolute;
	top:-10px;
	left:0;
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont { background:none; }
#slider-wrapper .camera_thumbs .camera_thumbs_cont ul { padding:0; }
.content-holder {
	background:#fff;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 56px 0;
}
@media (max-width: 767px) {
	.content-holder {
		width:auto;
		padding:0 20px 56px 20px;
	}
}
div.list.arrow-list { padding:0 0 10px 0; }
div.list.arrow-list ul {
	margin:0;
	padding:5px 0 0 0;
}
div.list.arrow-list ul li {
	position:relative;
	margin:0 0 6px 0;
	padding:0 0 0 15px;
	letter-spacing:1px;
	list-style:none;
	line-height:18px;
	font-size:11px;
	text-transform:uppercase;
	color:#1f7292;
}
div.list.arrow-list ul li:hover:before { background-position:0% -7px; }
div.list.arrow-list ul li:before {
	background:url(images/marker.gif) no-repeat 0% 0%;
	display:block;
	width:4px;
	height:7px;
	overflow:hidden;
	position:absolute;
	top:6px;
	left:0;
	content:'';
}
div.list.arrow-list ul li a {
	text-decoration:none;
	color:#1f7292;
}
div.list.arrow-list ul li a:hover {
	text-decoration:none;
	color:#90adb8;
}
div.list.arrow-list ul li ul { padding:6px 0 0 0; }
#sidebar .widget { margin:0 0 54px 0; }
#sidebar ul {
	margin:0;
	padding:5px 0 0 0;
}
#sidebar ul li {
	position:relative;
	margin:0 0 6px 0;
	padding:0 0 0 15px;
	letter-spacing:1px;
	list-style:none;
	line-height:18px;
	font-size:11px;
	text-transform:uppercase;
	color:#1f7292;
}
#sidebar ul li:hover:before { background-position:0% -7px; }
#sidebar ul li:before {
	background:url(images/marker.gif) no-repeat 0% 0%;
	display:block;
	width:4px;
	height:7px;
	overflow:hidden;
	position:absolute;
	top:6px;
	left:0;
	content:'';
}
#sidebar ul li a {
	text-decoration:none;
	color:#1f7292;
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#90adb8;
}
#sidebar ul li ul { padding:6px 0 0 0; }
#sidebar ul.post-list { padding:10px 0 3px 0; }
#sidebar ul.post-list li {
	margin:0;
	padding:35px 0 0 0;
	letter-spacing:normal;
	font-size:13px;
	text-transform:none;
	color:#90adb8;
}
#sidebar ul.post-list li:first-child { padding:0; }
#sidebar ul.post-list li:before { display:none; }
#sidebar ul.post-list li .thumbnail { margin:0 29px 5px 0; }
#sidebar ul.post-list li time {
	display:block;
	margin:0 0 11px 0;
	padding:1px 0 0 0;
	color:#1f7292;
}
#sidebar ul.post-list li .excerpt { margin:0; }
#sidebar ul.comments-custom { padding:5px 0 0 0; }
#sidebar ul.comments-custom li {
	margin:0;
	padding:21px 0 0 0;
	letter-spacing:normal;
	font-size:13px;
	text-transform:none;
	color:#90adb8;
}
#sidebar ul.comments-custom li:first-child { padding:0; }
#sidebar ul.comments-custom li:before { display:none; }
#sidebar ul.comments-custom li .thumbnail { margin:5px 29px 5px 0; }
#sidebar ul.comments-custom li h4 {
	margin:0;
	padding:17px 0 0 0;
	line-height:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	color:#353535;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.comments-custom li h4 { padding:8px 0 0 0; }
}
#sidebar ul.comments-custom li time {
	display:block;
	margin:0;
	padding:0;
	line-height:16px;
	font-size:13px;
	text-transform:uppercase;
	color:#1f7292;
}
#sidebar ul.comments-custom li .comments-custom_txt {
	margin:25px 0 0 0;
	padding:0;
	border:none;
	line-height:18px;
	font-size:13px;
	color:#90adb8;
}
#sidebar ul.comments-custom li .comments-custom_txt a {
	text-decoration:none;
	color:#90adb8;
}
#sidebar ul.comments-custom li .comments-custom_txt a:hover {
	text-decoration:none;
	color:#353535;
}
#sidebar #calendar_wrap caption { color:#1f7292; }
#sidebar #calendar_wrap thead tr th { color:#1f7292; }
.box {
	background:#232733 repeat 50% 0%;
	position:relative;
}
.box:before {
	background:#232733 repeat 50% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.box:after {
	background:#232733 repeat 50% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.box .inner {
	background:url(images/box.gif) repeat-x 50% 100%;
	position:relative;
	margin:0 0 7px 0;
	padding:0 0 15px 0;
}
@media (max-width: 767px) {
	.box .inner { background:none; }
}
.box .inner:before {
	background:#fff;
	display:block;
	width:100%;
	height:84px;
	overflow:hidden;
	position:absolute;
	left:-100%;
	bottom:0;
	content:'';
}
@media (max-width: 767px) {
	.box .inner:before { display:none; }
}
.box .inner:after {
	background:#fff;
	display:block;
	width:100%;
	height:84px;
	overflow:hidden;
	position:absolute;
	right:-100%;
	bottom:0;
	z-index:99;
	content:'';
}
@media (max-width: 767px) {
	.box .inner:after { display:none; }
}
a.btn-primary {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	letter-spacing:1px;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:underline;
	color:#435F8D;
}
a.btn-primary:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline;
	color:#7DA6EA;
}
a.btn-primary:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline;
	color:#7DA6EA;
}
div.testimonials { padding:10px 0 0 0; }
div.testimonials .testi-item {
	overflow:visible;
	margin:0;
	padding:0;
}
div.testimonials .testi-item blockquote {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
div.testimonials .testi-item blockquote:before, div.testimonials .testi-item blockquote:after { display:none; }
div.testimonials .testi-item blockquote .featured-thumbnail {
	width:auto;
	height:auto;
	margin:-5px 20px 5px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item blockquote .featured-thumbnail {
		float:none;
		margin:-5px 0 20px 0;
	}
}
@media (max-width: 480px) {
	div.testimonials .testi-item blockquote .featured-thumbnail {
		float:none;
		margin:-5px 0 20px 0;
	}
}
div.testimonials .testi-item blockquote a {
	text-decoration:none;
	color:#232733;
}
div.testimonials .testi-item blockquote a:hover {
	text-decoration:none;
	color:#90adb8;
}
div.testimonials .testi-item blockquote a:before {
	background:url(images/quotes_start.png) no-repeat 0% 0%;
	display:inline-block;
	width:21px;
	height:13px;
	overflow:hidden;
	margin:4px 8px 0 0;
	vertical-align:top;
	content:'';
}
div.testimonials .testi-item blockquote a:after {
	background:url(images/quotes_end.png) no-repeat 0% 0%;
	display:inline-block;
	width:21px;
	height:13px;
	overflow:hidden;
	margin:2px 0 0 0;
	vertical-align:top;
	content:'';
}
div.testimonials .testi-item small.testi-meta {
	padding:12px 0 0 0;
	letter-spacing:1px;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#232733;
}
.banner-wrap.extra { margin:0 0 0 -30px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap.extra { margin:0 0 0 -20px; }
}
html.ie8 .banner-wrap.extra { margin:0 0 0 -20px; }
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.extra { margin:0 0 0 -20px; }
}
@media (max-width: 767px) {
	.banner-wrap.extra { margin:0; }
}
.banner-wrap.extra h5 {
	background:#435F8D;
	margin:0;
	padding:12px 30px 18px 30px;
	line-height:36px;
	font-family:'Open Sans', sans-serif;
	font-size:36px;
	font-weight:300;
	color:#fff;
}
@media (max-width: 767px) {
	.banner-wrap.extra h5 {
		background:none;
		margin:0 0 20px 0;
		padding:0;
	}
}
.banner-wrap.extra .featured-thumbnail a { border:none; }
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap.extra .featured-thumbnail img {
		width:100%;
		height:auto;
	}
}
html.ie8 .banner-wrap.extra .featured-thumbnail img {
	width:100%;
	max-width:inherit;
	height:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.extra .featured-thumbnail img {
		width:100%;
		height:auto;
	}
}
@media (max-width: 767px) {
	.banner-wrap.extra .featured-thumbnail img {
		width:100%;
		height:auto;
	}
}
.service-box {
	background:#7DA6EA;
	margin:0 0 0 -30px;
	padding:26px 22px 46px 22px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	-webkit-transform:translate(0,66px);
	-moz-transform:translate(0,66px);
	-ms-transform:translate(0,66px);
	-o-transform:translate(0,66px);
	transform:translate(0,66px);
	text-align:center;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.service-box {
		margin:0 0 0 -20px;
		padding:15px 15px 15px 15px;
	}
}
html.ie8 .service-box {
	margin:0 0 0 -20px;
	padding:15px 15px 15px 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box {
		margin:0 0 0 -20px;
		padding:10px;
		-webkit-transform:translate(0,36px);
		-moz-transform:translate(0,36px);
		-ms-transform:translate(0,36px);
		-o-transform:translate(0,36px);
		transform:translate(0,36px);
	}
}
@media (max-width: 767px) {
	.service-box {
		margin:0 0 30px 0;
		padding:22px;
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
		-ms-transform:translate(0,0);
		-o-transform:translate(0,0);
		transform:translate(0,0);
	}
}
html.ie8 .service-box { margin:66px 0 0 -20px; }
.service-box:hover {
	-webkit-transform:translate(0,36px);
	-moz-transform:translate(0,36px);
	-ms-transform:translate(0,36px);
	-o-transform:translate(0,36px);
	transform:translate(0,36px);
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box:hover {
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
		-ms-transform:translate(0,0);
		-o-transform:translate(0,0);
		transform:translate(0,0);
	}
}
@media (max-width: 767px) {
	.service-box:hover {
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
		-ms-transform:translate(0,0);
		-o-transform:translate(0,0);
		transform:translate(0,0);
	}
}
html.ie8 .service-box:hover { margin-top:36px; }
.service-box.box_2 { background:#BABD95; }
.service-box.box_3 { background:#473D46; }
.service-box figure.icon {
	display:block;
	float:none;
	margin:0 0 15px 0;
}
.service-box h2 {
	margin:0 0 21px 0;
	letter-spacing:1px;
	line-height:23px;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.service-box h2 {
		margin:0 0 15px 0;
		line-height:19px;
		font-size:14px;
	}
}
html.ie8 .service-box h2 {
	margin:0 0 15px 0;
	line-height:19px;
	font-size:14px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box h2 {
		margin:0 0 15px 0;
		line-height:17px;
		font-size:12px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box .service-box_txt {
		line-height:16px;
		font-size:11px;
	}
}
.hero-unit {
	background:none;
	margin:0;
	padding:0 0 6px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
}
.hero-unit h1 {
	margin:0 0 18px 0;
	letter-spacing:3px;
	line-height:33px;
	font-size:30px;
	text-transform:uppercase;
	color:#232733;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit h1 {
		line-height:23px;
		font-size:24px;
	}
}
@media (max-width: 480px) {
	.hero-unit h1 {
		letter-spacing:1px;
		line-height:23px;
		font-size:24px;
	}
}
.hero-unit p {
	margin:0 0 12px 0;
	letter-spacing:1px;
	line-height:24px;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
	color:#c4b640;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit p {
		line-height:20px;
		font-size:14px;
	}
}
@media (max-width: 480px) {
	.hero-unit p {
		line-height:20px;
		font-size:14px;
	}
}
body.home address {
	padding:40px 0 0 0;
	letter-spacing:1px;
	line-height:16px;
	font-family:'Open Sans', sans-serif;
	font-size:11px;
	font-weight:400;
	text-transform:uppercase;
	color:#232733;
}
@media (min-width: 979px) and (max-width: 1200px) {
	body.home address { font-size:10px; }
}
html.ie8 body.home address { font-size:10px; }
@media (min-width: 768px) and (max-width: 979px) {
	body.home address {
		letter-spacing:normal;
		font-size:10px;
	}
}
body.home address p { margin:0 0 9px 0; }
body.home address strong {
	display:block;
	padding:0 0 3px 0;
	line-height:21px;
	font-size:21px;
	font-weight:400;
	color:#BABD95;
}
@media (min-width: 979px) and (max-width: 1200px) {
	body.home address strong {
		line-height:17px;
		font-size:17px;
	}
}
html.ie8 body.home address strong {
	line-height:17px;
	font-size:17px;
}
@media (min-width: 768px) and (max-width: 979px) {
	body.home address strong {
		line-height:12px;
		font-size:12px;
	}
}
body.home address a {
	text-decoration:underline;
	color:#435F8D;
	font-size:8px;
}
body.home address a:hover {
	text-decoration:underline;
	color:#7DA6EA;
}
.carousel-wrap.profile { padding:26px 0 0 0; }
@media (max-width: 767px) {
	.carousel-wrap.profile { padding:0 0 26px 0; }
}
html.ie8 .carousel-wrap.profile .es-carousel { max-width:459px; }
.carousel-wrap.profile h2 { margin-bottom:16px; }
.carousel-wrap.profile .es-nav-next {
	background:url(images/button_next.gif) no-repeat 0% 0%;
	width:29px;
	height:30px;
	overflow:hidden;
	margin:0;
	position:absolute;
	top:-30px;
	right:0;
}
html.ie8 .carousel-wrap.profile .es-nav-next { right:1px; }
.carousel-wrap.profile .es-nav-next:hover { background-position:0% -30px; }
.carousel-wrap.profile .es-nav-prev {
	background:url(images/button_prev.gif) no-repeat 0% 0%;
	width:29px;
	height:30px;
	overflow:hidden;
	margin:0;
	position:absolute;
	top:-30px;
	right:29px;
}
html.ie8 .carousel-wrap.profile .es-nav-prev { right:30px; }
.carousel-wrap.profile .es-nav-prev:hover { background-position:0% -30px; }
.carousel-wrap.profile ul li .featured-thumbnail { margin:0; }
.carousel-wrap.profile ul li .desc h5 {
	margin:0;
	line-height:22px;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#1f7292;
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.profile ul li .desc h5 {
		line-height:16px;
		font-size:12px;
	}
}
@media (max-width: 767px) {
	.carousel-wrap.profile ul li .desc h5 {
		line-height:16px;
		font-size:12px;
	}
}
@media (max-width: 480px) {
	.carousel-wrap.profile ul li .desc h5 { font-size:11px; }
}
.carousel-wrap.profile ul li .desc h5 a {
	background:#FFF3C5;
	display:block;
	min-height:44px;
	padding:12px 20px 12px 20px;
	text-decoration:none;
	color:#435F8D;
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.profile ul li .desc h5 a {
		min-height:32px;
		padding:12px;
	}
}
@media (max-width: 767px) {
	.carousel-wrap.profile ul li .desc h5 a {
		min-height:32px;
		padding:12px;
	}
}
@media (max-width: 480px) {
	.carousel-wrap.profile ul li .desc h5 a { padding:10px; }
}
.carousel-wrap.profile ul li .desc h5 a:hover {
	background:#435F8D;
	text-decoration:none;
	color:#fff;
}
.carousel-wrap.profile ul li .desc p { display:none; }
.carousel-wrap.profile ul li .desc a.btn { display:none; }
.carousel-wrap.news { padding:57px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news { padding:0; }
}
@media (max-width: 767px) {
	.carousel-wrap.news {
		margin:0 0 30px 0;
		padding:67px 0 0 0;
	}
}
.carousel-wrap.news .es-nav-next {
	background:url(images/next.gif) no-repeat 0% 0%;
	width:29px;
	height:30px;
	overflow:hidden;
	margin:0;
	position:absolute;
	top:auto;
	right:0;
	bottom:-53px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.carousel-wrap.news .es-nav-next { bottom:-50px; }
}
html.ie8 .carousel-wrap.news .es-nav-next { bottom:-44px; }
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news .es-nav-next { bottom:-38px; }
}
@media (max-width: 767px) {
	.carousel-wrap.news .es-nav-next {
		top:-40px;
		right:auto;
		bottom:auto;
		left:29px;
	}
}
.carousel-wrap.news .es-nav-next:hover { background-position:0% -30px; }
.carousel-wrap.news .es-nav-prev {
	background:url(images/prev.gif) no-repeat 0% 0%;
	width:29px;
	height:30px;
	overflow:hidden;
	margin:0;
	position:absolute;
	top:auto;
	right:29px;
	bottom:-53px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.carousel-wrap.news .es-nav-prev { bottom:-50px; }
}
html.ie8 .carousel-wrap.news .es-nav-prev { bottom:-44px; }
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news .es-nav-prev { bottom:-38px; }
}
@media (max-width: 767px) {
	.carousel-wrap.news .es-nav-prev {
		top:-40px;
		right:auto;
		bottom:auto;
		left:0;
	}
}
.carousel-wrap.news .es-nav-prev:hover { background-position:0% -30px; }
.carousel-wrap.news ul li { color:#90adb8; }
@media (min-width: 979px) and (max-width: 1200px) {
	.carousel-wrap.news ul li { width:120px !important; }
}
html.ie8 .carousel-wrap.news ul li { width:120px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news ul li { width:84px !important; }
}
.carousel-wrap.news ul li .desc time {
	display:block;
	padding:0 0 12px 2px;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
.carousel-wrap.news ul li .desc time i {
	margin:0 0 0 5px;
	line-height:48px;
	font-size:48px;
	font-style:normal;
	font-weight:300;
}
.carousel-wrap.news ul li .desc h5 { display:none; }
.carousel-wrap.news ul li .desc p {
	max-height:126px;
	margin:0;
	color:#7DA6EA;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.carousel-wrap.news ul li .desc p { max-height:72px; }
}
html.ie8 .carousel-wrap.news ul li .desc p { max-height:108px; }
@media (min-width: 768px) and (max-width: 979px) {
	.carousel-wrap.news ul li .desc p {
		max-height:90px;
		font-size:12px;
	}
}
.carousel-wrap.news ul li .desc p a {
	text-decoration:none;
	color:#7DA6EA;
}
.carousel-wrap.news ul li .desc p a:hover {
	text-decoration:none;
	color:#fff;
}
.carousel-wrap.news ul li .desc a.btn { display:none; }
.spacer { height:49px; }
.spacer_small { height:13px; }
ul.team {
	margin:0 !important;
	padding:0;
}
ul.team li {
	display:inline-block;
	width:190px;
	margin:0;
	padding:0;
	vertical-align:top;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.team li { width:155px; }
}
html.ie8 ul.team li { width:155px; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.team li { width:119px; }
}
@media (max-width: 767px) {
	ul.team li { margin:0 20px 0 0; }
}
@media (max-width: 480px) {
	ul.team li {
		width:45%;
		margin:0 4% 0 0;
	}
}
ul.team li .thumbnail {
	float:none;
	margin:0 0 21px 0;
}
ul.team li h5 {
	margin:0 0 4px 0;
	padding:0 15px 0 0;
	line-height:22px;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#1f7292;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.team li h5 {
		line-height:18px;
		font-size:14px;
	}
}
@media (max-width: 480px) {
	ul.team li h5 { padding:0; }
}
ul.team li h5 a {
	text-decoration:none;
	color:#1f7292;
}
ul.team li h5 a:hover {
	text-decoration:none;
	color:#1a3945;
}
ul.team li .excerpt { padding:0 15px 0 0; }
@media (max-width: 480px) {
	ul.team li .excerpt { padding:0; }
}
span.dropcap {
	background:#435F8D;
	min-width:50px;
	height:auto;
	margin:5px 24px 0 0;
	padding:15px 10px 18px 10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:30px;
	font-family:'Open Sans', sans-serif;
	font-size:30px;
	font-weight:300;
	color:#fff;
}
.footer {
	background:none;
	margin:0;
	padding:0;
	overflow:hidden;
	border:none;
}
@media (max-width: 767px) {
	.footer {
		padding:0 20px;
		text-align:left;
	}
}
.footer .footer-widgets {
	background:#FFF3C5;
	position:relative;
	padding:48px 0 49px 0;
	color:#232733;
	z-index:3;
}
.footer .footer-widgets:before {
	background:#FFF3C5;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.footer .footer-widgets:after {
	background:#FFF3C5;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.footer .footer-widgets .block_1 { padding:0 4px 0 0; }
.footer .footer-widgets .block_2 { padding:0 4px 0 0; }
.footer .footer-widgets .block_2 strong { color:#232733; }
.footer .footer-widgets .block_2 p { color:#232733; }
.footer .footer-widgets .block_3 { padding:0 4px 0 0; }
.footer .footer-widgets .block_3 strong { color:#232733; }
.footer .footer-widgets .block_3 p { color:#232733; }
.footer .footer-widgets .block_4 {
	background:#fff;
	margin:-48px 0 -103px -30px;
	padding:48px 30px 36px 30px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer .footer-widgets .block_4 {
		margin:-48px 0 -93px -20px;
		padding:48px 20px 36px 20px;
	}
}
html.ie8 .footer .footer-widgets .block_4 {
	margin:-48px 0 -93px -20px;
	padding:48px 20px 36px 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .block_4 {
		margin:-48px 0 -93px -20px;
		padding:48px 20px 36px 20px;
	}
}
@media (max-width: 767px) {
	.footer .footer-widgets .block_4 {
		margin:30px 0 0 0;
		padding:15px 20px 20px 20px;
	}
}
@media (max-width: 767px) {
	.footer .footer-widgets .block_4 h4 { margin-top:0; }
}
.footer .footer-widgets h4 { margin:0 0 17px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets h4 {
		line-height:26px;
		font-size:20px;
	}
}
@media (max-width: 767px) {
	.footer .footer-widgets h4 { margin-top:20px; }
}
.footer .footer-widgets strong {
	display:block;
	margin:0 0 12px 0;
}
.footer .footer-widgets p { margin:0 0 13px 0; }
.footer .footer-widgets ul {
	margin:0;
	padding:5px 0 0 0;
}
.footer .footer-widgets ul li {
	position:relative;
	margin:0 0 6px 0;
	padding:0 0 0 15px;
	letter-spacing:1px;
	list-style:none;
	line-height:18px;
	font-size:11px;
	text-transform:uppercase;
	color:#435F8D;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets ul li { letter-spacing:normal; }
}
.footer .footer-widgets ul li:hover:before { background-position:0% -7px; }
.footer .footer-widgets ul li:before {
	background:url(images/marker.gif) no-repeat 0% 0%;
	display:block;
	width:4px;
	height:7px;
	overflow:hidden;
	position:absolute;
	top:6px;
	left:0;
	content:'';
}
.footer .footer-widgets ul li a {
	text-decoration:none;
	color:#435F8D;
}
.footer .footer-widgets ul li a:hover {
	text-decoration:none;
	color:#7DA6EA;
}
.footer .copyright {
	background:#232733;
	position:relative;
	padding:39px 0 39px 0;
	z-index:2;
}
@media (max-width: 767px) {
	.footer .copyright { text-align:left; }
}
.footer .copyright:before {
	background:#232733;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.footer .copyright:after {
	background:#232733;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.footer .copyright .footer-text {
	float:none;
	margin:0;
	letter-spacing:1px;
	line-height:16px;
	font-family:'Open Sans', sans-serif;
	font-size:11px;
	font-weight:400;
	text-transform:uppercase;
	color:#7DA6EA;
}
@media (max-width: 767px) {
	.footer .copyright .footer-text { text-align:left; }
}
.footer .copyright .footer-text strong {
	margin:0 9px 0 0;
	font-family:'Damion', cursive;
	font-size:48px;
	font-weight:400;
	text-transform:none;
	color:#7DA6EA;
}
.footer .copyright .footer-text a {
	text-decoration:none;
	color:#7DA6EA;
}
.footer .copyright .footer-text a:hover {
	text-decoration:none;
	color:#435F8D;
}
.footer .copyright nav.footer-nav {
	float:none;
	margin:0;
	padding:12px 0 0 0;
}
.footer .copyright nav.footer-nav ul { float:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .copyright nav.footer-nav ul { text-align:left; }
}
@media (max-width: 767px) {
	.footer .copyright nav.footer-nav ul { text-align:left; }
}
.footer .copyright nav.footer-nav ul li {
	margin:0 0 0 15px;
	padding:0;
	text-transform:uppercase;
}
@media (max-width: 480px) {
	.footer .copyright nav.footer-nav ul li { margin:0 0 0 10px; }
}
.footer .copyright nav.footer-nav ul li:first-child { margin:0; }
.footer .copyright nav.footer-nav ul li.current-menu-item a { color:#1a3945; }
.footer .copyright nav.footer-nav ul li a { text-decoration:none; }
.footer .copyright nav.footer-nav ul li a:hover {
	text-decoration:none;
	color:#1a3945;
}
#back-top-wrapper {
	right:44px;
	bottom:44px;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a { width:35px; }
#back-top-wrapper p#back-top a:hover span { background-position:0% -18px; }
#back-top-wrapper p#back-top a span {
	background:url(images/up-arrow.png) no-repeat 0% 0%;
	width:35px;
	height:18px;
	overflow:hidden;
	margin:0;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.thumbnail.large { margin-bottom:25px; }
.title-section {
	background:#232733 repeat 50% 0%;
	position:relative;
	margin:0 0 16px 0;
	padding:26px 0 26px 0;
}
.title-section:before {
	background:#232733 repeat 50% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-100%;
	content:'';
}
.title-section:after {
	background:#232733 repeat 50% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-100%;
	content:'';
}
.title-section h1 { display:none; }
.title-section ul {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.title-section ul li {
	letter-spacing:1px;
	line-height:23px;
	font-family:'Open Sans', sans-serif;
	font-size:21px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
}
.title-section ul li.active { color:#7DA6EA; }
.title-section ul li.divider { margin:0 15px; }
.title-section ul li a {
	text-decoration:none;
	color:#fff;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#7DA6EA;
}
.post_meta {
	display:none;
	line-height:20px;
	font-size:13px;
	text-transform:uppercase;
	color:#1f7292;
}
.post_meta a {
	text-transform:uppercase !important;
	text-decoration:none;
	color:#1f7292;
}
.post_meta a:hover {
	text-decoration:none;
	color:#353535;
}
.post-author { display:none; }
.nocomments { display:none; }
#respond { display:none; }
.pagination ul li a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.post-author {
	background:#eef5f7;
	margin:0 0 60px 0;
	padding:20px;
	border:none;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#1f7292;
}
.post-author h3 a {
	text-decoration:none;
	color:#1f7292;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#353535;
}
.post-author .post-author_gravatar img {
	background:none;
	padding:0;
	border:none;
}
.post-author .post-author_link { margin-top:20px; }
.post-author .post-author_link p {
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#353535;
	text-transform:uppercase;
}
.post-author .post-author_link p a {
	text-decoration:none;
	color:#1f7292;
}
.post-author .post-author_link p a:hover {
	text-decoration:none;
	color:#353535;
}
.related-posts { margin:0 0 60px 0; }
.related-posts ul li {
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	color:#90adb8;
}
.related-posts ul li a {
	text-decoration:none;
	color:#90adb8;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#1f7292;
}
ol.comment-list li .comment-body {
	background:#eef5f7 !important;
	border:none;
	color:#90adb8;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body span.author {
	line-height:20px;
	font-size:12px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	color:#1f7292;
}
ol.comment-list li .comment-body .reply {
	margin:0 0 0 23px;
	line-height:18px;
}
ol.comment-list li .comment-body .reply a {
	line-height:18px;
	font-size:13px;
	text-transform:uppercase;
	color:#1f7292;
}
ol.comment-list li .comment-body .reply a:hover {
	text-decoration:none;
	color:#353535;
}
ol.comment-list li .comment-body .comment-meta {
	line-height:19px;
	font-size:12px;
	text-transform:uppercase;
	color:#1f7292;
}
.cancel-comment-reply { padding:0 0 8px 0; }
@media (max-width: 767px) {
	.error404-holder {
		padding:56px 0 0 0;
		text-align:center;
	}
}
@media (max-width: 767px) {
	.error404-holder .hgroup_404 { padding:0; }
}
.error404-holder h4 {
	margin:0 0 18px 0;
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700 !important;
	color:#90adb8;
}
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:30px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding-left:4px !important;
		padding-right:2px !important;
	}
}
.wpcf7-form .ajax-loader { margin:8px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#portfolio-grid li .thumbnail { margin:0 0 25px 0; }
#portfolio-grid li h3 {
	margin:0;
	padding:0;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#232733;
}
#portfolio-grid li p.excerpt { margin:0; }
#portfolio-grid li a.btn { display:none; }
.filter-wrapper { padding:26px 0 7px 0; }
.filter-wrapper strong {
	margin:0;
	padding:0;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#232733;
}
.filter-wrapper ul li { margin:0 0 0 13px; }
.filter-wrapper ul li.active a {
	background:none;
	text-decoration:underline;
	color:#5b98af;
}
.filter-wrapper ul li.active a:focus {
	background:none;
	text-decoration:underline;
	color:#5b98af;
}
.filter-wrapper ul li.active a:hover {
	background:none;
	text-decoration:underline;
	color:#5b98af;
}
.filter-wrapper ul li a {
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#232733;
}
.filter-wrapper ul li a:focus {
	background:none;
	text-decoration:none;
	color:#232733;
}
.filter-wrapper ul li a:hover {
	background:none;
	text-decoration:underline;
	color:#5b98af;
}
.type-portfolio .thumbnail.large { margin:0; }
.pager {
	margin-top:30px;
	padding:15px 0;
}
.pager li a {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	letter-spacing:1px;
	line-height:18px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	color:#1a3945;
}
.pager li a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#1a3945;
}
.pager li a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#90adb8;
}
.faq-list h4 {
	margin:0;
	line-height:18px;
	font-size:14px;
	color:#232733;
}
.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;
}
