<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@media (max-width: 767px) {
	body { padding:0; }
	body .header &gt;.container { padding:0 20px 0 20px; }
	body .content-holder, body .footer { padding:20px; }
}
.main-holder {
	overflow:hidden;
	font-weight:600 !important;
}
h1, h2, h3, h4, h5, h6 { font-weight:600 !important; }
.btn, .reply a {
	border-radius:0;
	border:none;
	color:#fff;
	text-shadow:none;
	font-size:18px;
	line-height:1.2em;
	font-weight:600;
	padding:18px 18px;
	background:#0093f2;
	background:-moz-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1abaae),color-stop(100%,#1a9488));
	background:-webkit-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	background:-o-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	background:-ms-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	background:linear-gradient(to bottom,#1abaae 0%,#1a9488 100%);
	transition:200ms all;
}
.btn:active, .btn:focus, .btn:hover, .reply a:active, .reply a:focus, .reply a:hover {
	background:#0e675e;
	box-shadow:none;
	color:#fff;
}
.featured-thumbnail, .thumbnail {
	border:none;
	background:none;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	border-radius:0;
	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:#f4f6f7;
	border-radius:0;
	color:#858484;
	border:none;
	box-shadow:none;
	font:600 15px/1.2em "Open Sans", sans-serif;
}
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:#afafaf;
	box-shadow:none;
}
.header {
	background:#fff url(images/bg-header.png) repeat-x;
	padding:0;
	border:none;
	margin-bottom:0px;
}
@media (max-width: 767px) {
	.header {
		background:#eff1fc;
		margin-bottom:0;
	}
}
.telephone {
	font:600 28px/1.2em "Open Sans", sans-serif;
	color:#fff;
	text-align:right;
	margin:43px 0 20px;
}
@media (min-width: 767px) and (max-width: 1200px) {
	.telephone { margin-bottom:0; }
}
@media (min-width: 979px) and (max-width: 1200px) {
	.telephone { margin-top:40px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.telephone {
	margin-top: 20px;
	max-width: 270px;
	text-align: right;
	float: right;
	}
}
@media (max-width: 767px) {
	.telephone {
		text-align:left;
		margin:20px 0;
		
		font:600 24px/1.2em "Open Sans", sans-serif;
		text-align:center
	}
}
@media (max-width: 480px) {
	.telephone { font-size:20px; }
}
.header-widget { margin-bottom:20px; }
@media (max-width: 1200px) {
	.header-widget { margin-bottom:0; }
}
.header-widget .widgettitle { display:none; }
.header-widget ul {
	margin:0;
	list-style-type:none;
	text-align:right;
}
.header-widget ul li {
	display:inline-block;
	margin-left:10px;
}
.header-widget ul li a {
	font:600 15px/1.2em "Open Sans", sans-serif;
	color:#1abaae;
}
.header-widget ul li a:hover {
	text-decoration:none;
	color:#000000;
}
.header-widget ul li a abbr { border-bottom:none; }
.nav-wrap {
	position:relative;
	margin:0;
}
.nav-wrap:before {
	background:#1abaae;
	background:-moz-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1abaae),color-stop(100%,#1a9488));
	background:-webkit-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	background:-o-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	background:-ms-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	
	background: linear-gradient(to bottom,#1abaae 0%,#1a9488 100%);
	
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	border-bottom:5px solid #0e675e;
	
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 767px) {
	.nav-wrap:before { display:none; }
}
.nav-wrap:after {
	background:#1abaae;
	background:-moz-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1abaae),color-stop(100%,#1a9488));
	background:-webkit-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	background:-o-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	background:-ms-linear-gradient(top,#1abaae 0%,#1a9488 100%);
	
	background: linear-gradient(to bottom,#1abaae 0%,#1a9488 100%);
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	border-bottom:5px solid #0e675e;
	
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 767px) {
	.nav-wrap:after { display:none; }
}
.nav__primary {
	position:relative;
	float:none;
	margin:0;
	border:none;
	padding:0;
	
	background:#0e675e;
	
	background:-moz-linear-gradient(top,#1abaae 0%,#28b4a6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1782e0),color-stop(100%,#0169c3));
	background:-webkit-linear-gradient(top,#1782e0 0%,#0169c3 100%);
	background:-o-linear-gradient(top,#1782e0 0%,#0169c3 100%);
	background:-ms-linear-gradient(top,#1782e0 0%,#0169c3 100%);
	
	background:linear-gradient(to bottom,#1abaae 0%,#1a9488 100%);
}
.nav__primary .sf-menu {
	float:none;
	position:relative;
	padding:0;
	text-align:center;
	z-index:1;
}
.nav__primary .sf-menu:after {
	position:absolute;
	content:"";
	width:100%;
	height:5px;
	background:#0e675e;
	left:0;
	bottom:-49px;
	z-index:-1;
}
.nav__primary .sf-menu &gt;li {
	background:none;
	float:left;
	display:inline-block;
	position:relative;
	transition:200ms all;
	border:none;
	border-bottom:5px solid #0e675e;
	
	padding:0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:#1782e0;
	background:-moz-linear-gradient(top,#1782e0 0%,#0169c3 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1782e0),color-stop(100%,#0169c3));
	background:-webkit-linear-gradient(top,#1782e0 0%,#0169c3 100%);
	background:-o-linear-gradient(top,#1782e0 0%,#0169c3 100%);
	background:-ms-linear-gradient(top,#1782e0 0%,#0169c3 100%);
	
	background:linear-gradient(to bottom,#1abaae 0%,#1a9488 100%);
	border-left:0px solid #0e675e;

}
.nav__primary .sf-menu &gt;li:hover { border-bottom:5px solid #0e675e; }
.nav__primary .sf-menu &gt;li.last, .nav__primary .sf-menu &gt;li:last-child { border-right:0px solid #0e675e; }
.nav__primary .sf-menu &gt;li &gt;a {
	border:none;
	padding:5px 30px;
	text-transform:none;
	transition:200ms all;
	font-weight:700;
	position:relative;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.nav__primary .sf-menu &gt;li &gt;a { padding: 5px 10px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu &gt;li &gt;a { padding: 5px 10px; }
}
.nav__primary .sf-menu &gt;li &gt;a:hover {
	background:#0e675e;

	color:#fff;
	border-top:none;
	border-left:none;
}
.nav__primary .sf-menu &gt;li &gt;a:hover .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu &gt;li &gt;a &gt;.sf-sub-indicator {
	position:relative;
	display:inline-block;
	top:-2px;
	left:0;
	margin-left:10px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu &gt;li.current-menu-item &gt;a {
	background:#0e675e;
	
	color:#fff;
	border-top:none;
	border-left:none;
}
.nav__primary .sf-menu &gt;li.sfHover &gt;a {
	background:#0e675e;
	
	color:#fff;
	border-top:none;
	border-left:none;
}
.nav__primary .sf-menu &gt;li.sfHover &gt;a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu &gt;li &gt;.sub-menu {
	height:auto !important;
	background:#0e675e;
	top:45px;
	left:0;
	width:193px;
	padding:0 0;
	margin:0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item {
	background:none;
	border-bottom:1px solid #07514a;
	text-align:left;
}
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item a {
	padding:0;
	background:none;
	border:none;
	color:#fff;
	text-transform:none;
	display:inline-block;
	margin:10px 20px;
	font:600 15px/1.0em "Open Sans", sans-serif;
	transition:200ms all;
}
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:none;
	border:none;
}
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item a &gt;.sf-sub-indicator {
	top:15px;
	right:-20px;
	left:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item.sfHover &gt;a {
	color:#fff;
	text-shadow:none;
	background:none;
	border:none;
}
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item.sfHover &gt;a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item.current-menu-item a {
	color:#fff;
	text-shadow:none;
	background:none;
	border:none;
}
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item &gt;.sub-menu {
	background:#232323;
	padding:0 0;
	top:-1px;
}
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item &gt;.sub-menu &gt;.menu-item { background:none; }
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item &gt;.sub-menu &gt;.menu-item a {
	color:#686868;
	background:none;
	padding-bottom:11px;
}
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item &gt;.sub-menu &gt;.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu &gt;li &gt;.sub-menu &gt;.menu-item &gt;.sub-menu &gt;.menu-item.current-menu-item a {
	color:#fff;
	text-shadow:none;
	background:none;
}
.logo { margin:49px 0 29px; }
@media (max-width: 767px) {
	.logo { margin:20px 0; }
	.logo.pull-left { float:none; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
.logo .logo_tagline { display:none; }
.logo .logo_h__txt { text-transform:uppercase; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo .logo_h__txt { font-size:25px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo .logo_h__txt a { font-size:25px !important; }
}
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active {
	color:#1abaae;
	text-decoration:none;
}
.slider .camera { margin-bottom:30px !important; }
@media (max-width: 1200px) {
	.slider .camera_thumbs { display:none !important; }
}
.slider .camera_thumbs .camera_command_wrap .camera_thumbs_cont {
	width:auto;
	overflow:visible;
	background:none;
	bottom:70px;
	margin-left:20px;
}
.slider .camera_thumbs .camera_command_wrap .camera_thumbs_cont &gt;div { width:auto; }
.slider .camera_caption {
	bottom:auto !important;
	top: 40%;
	right:30px;
}
.slider .camera_caption &gt;div {
	position:relative;
	width:50%;
	margin:0 0 0 auto;
	background:none;
	padding:0 40px 0 0;
	text-align:right;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.slider .camera_caption &gt;div { padding-right:50px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider .camera_caption &gt;div { padding-right:30px; }
}
@media (max-width: 767px) {
	.slider .camera_caption &gt;div { padding-right:20px; }
}
@media (max-width: 480px) {
	.slider .camera_caption &gt;div { display:none; }
}
.slider .camera_caption &gt;div h2 {
	color: #fff;
	font-size: 50px;
	line-height: 54px;
	margin: 10px auto;
	letter-spacing: -1px;
	background: #26aa9d;
	padding: 10px 10px;
	text-align: center;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.slider .camera_caption &gt;div h2 { font-size:40px; padding: 5px 10px }
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider .camera_caption &gt;div h2 { font-size:30px; padding:5px 10px }
	.slider .camera_caption {top: 45%; right: 30px;}
}
@media (max-width: 767px) {
	.slider .camera_caption &gt;div h2 {top: 40%; font-size:25px; padding:5px 10px; max-width: 300px; text-align: center; }
}
.slider .camera_caption &gt;div p {
	color: #26aa9d;
	font-size: 34px;
	line-height: 1.2em;
	margin-top: 0px;
	letter-spacing: -1px;
	background: #FFFFFF;
	position: absolute;
	right: 0px;
	padding:10px
}
@media (min-width: 979px) and (max-width: 1200px) {
	.slider .camera_caption &gt;div p {
		font-size:30px;
		margin-top:0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider .camera_caption &gt;div p {
		font-size:20px;
		margin-top:0;
	}
}
@media (max-width: 767px) {
	.slider .camera_caption &gt;div p {
		font-size:15px;
		margin:0;
	}
}
.slider .camera_prev, .slider .camera_next {
	width:14px;
	height:20px;
	top:auto;
	bottom:30px;
}
.slider .camera_prev span, .slider .camera_next span {
	width:14px;
	height:20px;
}
.slider .camera_prev {
	background:url(images/nav-slider.png) no-repeat;
	left:auto;
	right:62px;
}
.slider .camera_prev:hover { background-position:0 -20px; }
.slider .camera_next {
	background:url(images/nav-slider.png) no-repeat -14px 0;
	right:29px;
}
.slider .camera_next:hover { background-position:-14px -20px; }
.slider .camera_commands {
	top:auto;
	bottom:20px;
	right:100px;
}
@media (max-width: 480px) {
	.slider .camera_commands { display:none; }
}
.slider .camera_pag {
	position:relative;
	bottom:70px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.slider .camera_pag { bottom:60px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider .camera_pag { bottom:60px; }
}
@media (max-width: 767px) {
	.slider .camera_pag { bottom:60px; }
}
.slider .camera_pag .camera_pag_ul { text-align:center; }
.slider .camera_pag .camera_pag_ul li {
	margin:21px 1px 10px 1px;
	width:11px;
	height:11px;
	border-radius:50%;
	border:3px solid rgba(33,33,33,0.2);
	background:#fff;
	background-clip:padding-box;
}
.slider .camera_pag .camera_pag_ul li span {
	top:0;
	left:0;
	width:11px;
	height:11px;
	border-radius:50%;
}
.slider .camera_pag .camera_pag_ul li.cameracurrent span { background:#1abaae; }
.slider .camera_pag .camera_pag_ul li:hover span { background:#1abaae; }
.content-holder { background:#fff url(images/bg-content-header-page.png) repeat-x 50% 0; }
.home .content-holder {
	/*background:#fff url(images/bg-content-header.jpg) repeat-x 50% 0;*/
	padding-bottom:40px;
}
@media (max-width: 767px) {
	.home .row-fluid .span4 {
		width:31.9149%;
		margin-left:2.12766%;
		float:left;
	}
	.home .row-fluid .span4:first-child { margin-left:0; }
}
@media (max-width: 480px) {
	.home .row-fluid .span4 {
		width:100%;
		float:none;
		margin-left:0;
	}
}
.home .row-fluid p { margin:0; }
.home .row-fluid p img { margin:0; }
.home .row-fluid figure.thumbnail.alignnone {
	margin:0 0 50px;
	padding:20px 30px;
	border:none;
	box-shadow:none;
	border-radius:0;
	background:#26aa9d;
}
@media (max-width: 767px) {
	.home .row-fluid figure.thumbnail.alignnone { padding:15px 10px; }
}
.home .row-fluid figure.thumbnail.alignnone h1, .home .row-fluid figure.thumbnail.alignnone h3 {
	color:#fff;
	font-weight:600;
	line-height:33px;
	margin:0;
}
@media (max-width: 1200px) {
	.home .row-fluid figure.thumbnail.alignnone h1 { margin-bottom:10px; }
}
.home strong img {
	position:absolute;
	z-index:-1;
	margin:0;
	right:0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.home strong img {
		width:50%;
		bottom:0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.home strong img {
		width:50%;
		bottom:0;
	}
}
@media (max-width: 767px) {
	.home strong img {
		bottom:0;
		width:40% !important;
	}
}
@media (max-width: 480px) {
	.home strong img { width:50% !important; }
}
@media (max-width: 480px) {
	div.type-page img.size-full { width:100%; }
}
div.type-page h1 { margin-bottom:15px; }
@media (max-width: 767px) {
	div.type-page h1 {
		font-size:25px;
		line-height:1.2em;
		margin-top:30px;
	}
}
@media (max-width: 480px) {
	div.type-page h1 { font-size:20px; }
}
@media (max-width: 767px) {
	div.type-page h2 {
		font-size:22px;
		line-height:1.2em;
	}
}
@media (max-width: 480px) {
	div.type-page h2 { font-size:18px; }
}
@media (max-width: 767px) {
	div.type-page h3 {
		font-size:20px;
		line-height:1.2em;
	}
}
@media (max-width: 480px) {
	div.type-page h3 { font-size:16px; }
}
@media (max-width: 767px) {
	div.type-page h4 {
		font-size:18px;
		line-height:1.2em;
	}
}
@media (max-width: 480px) {
	div.type-page h4 { font-size:14px; }
}
@media (max-width: 767px) {
	div.type-page h5 {
		font-size:16px;
		line-height:1.2em;
	}
}
@media (max-width: 480px) {
	div.type-page h5 { font-size:12px; }
}
@media (max-width: 767px) {
	div.type-page h6 {
		font-size:14px;
		line-height:1.2em;
	}
}
@media (max-width: 480px) {
	div.type-page h6 { font-size:11px; }
}
div.type-page p { margin-bottom:20px; }
div.type-page .margin { margin-bottom:20px; }
.title-section .title-header { margin:13px 0 12px; }
.title-section .breadcrumb {
	background:none;
	border-radius:0;
	border-top:1px dotted #03b8a7;
	border-bottom:1px dotted #03b8a7;
	padding:8px 0 9px;
}
.title-section .breadcrumb a {
	color:#858484;
	text-transform:uppercase;
	font-weight:600;
}
.title-section .breadcrumb li {
	text-transform:uppercase;
	font-weight:600;
}
.title-section .breadcrumb li a { color:#858484; }
.title-section .breadcrumb li.divider { padding:0 4px; }
.title-section .breadcrumb li.active { color:#26aa9d; }
.filter-wrapper { margin:8px 0 40px; }
.filter-wrapper strong {
	color:#26aa9d;
	padding:0;
	font:600 14px/1.2em "Open Sans", sans-serif;
	margin-right:0;
	margin-top:0;
	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 0 0 10px; }
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0;
	}
}
.filter-wrapper .filter li a {
	color:#858484;
	font:600 14px/1.2em "Open Sans", sans-serif;
	padding:0;
	margin:0;
	background:none;
	border-radius:0;
	text-transform:uppercase;
}
.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:#1abaae;
	border-radius:0;
	background:none;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	box-shadow:none;
	color:#1abaae;
	border-radius:4px;
	background:none;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
	.filter-wrapper .pull-right ul li:first-child { margin:0; }
}
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:15px 0 0;
	line-height:24px;
	font-size:15px;
}
.filterable-portfolio li .caption h3 a {
	font:600 15px/24px "Open Sans", sans-serif;
	color:#1abaae;
}
.filterable-portfolio li .caption .excerpt {
	line-height:24px;
	margin-bottom:20px;
}
.grid_gallery, .jp-audio, .jp-video, article.testimonial { margin-bottom:20px; }
.pricing ul {
	margin:8px 0 0 0;
	list-style-type:none;
}
.pricing ul li {
	line-height:30px;
	font-weight:600;
	position:relative;
}
@media (max-width: 1200px) {
	.pricing ul li {
		margin-bottom:20px;
		line-height:1.2em;
	}
}
.pricing ul li em { font-style:normal; }
@media (min-width: 768px) and (max-width: 1200px) {
	.pricing ul li em {
		width:70%;
		display:inline-block;
	}
}
.pricing ul li strong {
	float:right;
	margin-right:20px;
	font-weight:600;
	color:#1abaae;
}
@media (max-width: 767px) {
	.pricing ul li strong {
		float:none;
		display:inline-block;
		margin:0 0 0 20px;
	}
}
@media (max-width: 480px) {
	.pricing ul li strong { margin:0; }
}
#content { padding-top:30px; }
article .post-header .post-title {
	position:relative;
	margin:0 0 20px 0;
	color:#3f3f3f;
	font-size:38px;
}
article .post-header .post-title a { color:#3f3f3f; }
@media (max-width: 550px) {
	article .thumbnail { float:none; }
}
article .post_meta {
	padding:10px 0;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	position:relative;
	display:block;
	margin-bottom:20px;
	overflow:visible;
}
article .post_meta i {
	margin-right:6px;
	color:#d8d8d8;
	font-size:15px;
}
article .post_meta span {
	font:600 15px/1.2em "Open Sans", sans-serif;
	margin-right:10px;
}
@media (max-width: 767px) {
	article .post_meta span { display:block; }
}
article .post_meta .post_date { color:#858484; }
article .post_meta .post_author a {
	color:#858484;
	text-transform:uppercase;
}
article .post_meta .post_category a, article .post_meta .post_tag a { color:#1abaae; }
article .post_meta .post_comment a { color:#1abaae; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#1abaae; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Open Sans", sans-serif;
	font-size:15px;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
.format-quote .post_meta { padding:10px 0; }
.single #content article { margin-bottom:0; }
@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:20px;
	border:none;
	border-top:1px solid #fff;
	box-shadow:0 2px 3px rgba(0,0,0,0.06);
	font:600 15px/1.2em "Open Sans", sans-serif;
	background:#f4f6f7;
}
.single #content .post-author .post-author_h {
	font:600 15px/1.2em "Open Sans", sans-serif !important;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:none;
	color:#858484;
}
.single #content .post-author .post-author_h a { color:#858484; }
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 10px 20px 0;
	padding:0;
	background:#fff;
	border:none;
}
.single #content .post-author .post-author_gravatar img {
	border:none;
	padding:0;
}
.single #content .post-author .post-author_desc {
	padding-left:95px;
	text-transform:none;
	color:#858484;
	font:600 15px/22px "Open Sans", sans-serif;
}
.single #content .post-author .post-author_link {
	margin-top:15px;
	font-size:15px;
	text-transform:none;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	font-size:15px;
	text-transform:uppercase;
	color:#1abaae;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font-size:38px;
	font-weight:600;
	line-height:1.2em;
	margin:40px 0 20px 0;
}
.related-posts a {
	color:#1abaae;
	display:block;
	font:600 15px/1.2em "Open Sans", sans-serif;
	padding-bottom:5px;
}
.related-posts a:hover { text-decoration:underline; }
.comment-holder .comment-list .comment .comment-body {
	padding:20px;
	border:none;
	background:#f4f6f7;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 20px 0 0;
	text-align:left;
	background:none;
}
@media (max-width: 350px) {
	.comment-holder .comment-list .comment .comment-body .comment-author {
		float:none;
		margin-bottom:30px;
	}
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	padding:0;
	width:80px;
	height:80px;
	padding:0;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:600 15px/1.2em "Open Sans", sans-serif;
	color:#858484;
	text-transform:uppercase;
	margin-top:10px;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:21px 0 0 0;
	font:600 15px/1.2em "Open Sans", sans-serif;
	color:#1abaae;
	text-transform:none;
}
.comment-holder #respond #commentform { margin-top:0; }
.wpcf7-form p.field input {
	border-radius:0;
	height:35px;
	padding:0 5px;
	color:#858484;
	font-size:13px;
}
.wpcf7-form p.field input:focus { border-color:none !important; }
.wpcf7-form textarea {
	border-radius:0;
	font-size:13px;
	color:#858484 !important;
}
.wpcf7-form textarea:focus { border-color:none !important; }
.wpcf7-form textarea.watermark { color:#858484 !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:5px 4px 2px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:4px 5px !important;
		font-size:8px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
#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 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:0 10px;
	height:36px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	width:auto;
	padding:12px 20px;
	height:auto;
	margin-top:30px;
}
.list.custom-list ul li {
	font:600 18px/43px "Open Sans", sans-serif;
	margin:0;
	padding-bottom:1px;
	border-top:1px dotted #aeadad;
	padding-left:38px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.list.custom-list ul li:before {
	width:0;
	content:"";
	margin:0;
}
.list.custom-list ul li:first-child { border-top:none; }
.list.custom-list ul li:hover { background:url(images/list.png) no-repeat 0 10px; }
@media (max-width: 1200px) {
	.list.custom-list ul li {
		line-height:1.2em;
		padding:10px 0 10px 38px;
	}
}
.list.custom-list ul li a:hover {
	color:#000000;
	text-decoration:none;
}
#sidebar { padding-top:20px; }
#sidebar .widget { margin-bottom:10px; }
#sidebar .widget &gt;h3 {
	font-size:30px;
	font-weight:700;
	line-height:1.2em;
	margin:0 0 11px;
	position:relative;
}
#sidebar .widget .social { margin:7px 0 0 0; }
@media (max-width: 767px) {
	#sidebar .widget .social { text-align:left; }
}
#sidebar .widget .social .social_ico {
	width:25px;
	height:20px;
	overflow:hidden;
}
#sidebar .widget .social .social_label { line-height:20px; }
#sidebar .widget .social li {
	padding:0;
	margin:0 0 5px 0;
	line-height:20px;
	float:none;
	display:block;
}
#sidebar .widget .social li:first-child { margin-left:0px; }
#sidebar .widget .social li .social_ico {
	width:25px;
	height:20px;
	display:inline-block;
	text-indent:-9999px;
}
#sidebar .widget .social li .social_ico img { text-indent:-9999px; }
#sidebar .widget .social li .social_link:hover { opacity:1; }
#sidebar .widget .social li .social_link:hover .social_label {
	text-decoration:none;
	color:#000000;
}
#sidebar .widget .social li .social_link {
	line-height:20px;
	padding:0;
	max-height:20px;
	transition:none;
	display:inline-block;
}
#sidebar .widget .social li .social_label {
	margin-left:7px;
	line-height:20px;
}
#sidebar .widget .social li .social_link__facebook { background:url(images/icons/facebook.png) no-repeat; }
#sidebar .widget .social li .social_link__facebook:hover { background-position:0 -20px; }
#sidebar .widget .social li .social_link__twitter { background:url(images/icons/twitter.png) no-repeat; }
#sidebar .widget .social li .social_link__twitter:hover { background-position:0 -20px; }
#sidebar .widget .social li .social_link__feed { background:url(images/icons/feed.png) no-repeat; }
#sidebar .widget .social li .social_link__feed:hover { background-position:0 -20px; }
[id*="archives"] ul, [id*="categories"] ul {
	list-style-type:none;
	margin:0 0 0 3px;
}
[id*="archives"] ul li, [id*="categories"] ul li {
	margin:0;
	background:url(images/arrow.png) no-repeat 0 12px;
	font:600 15px/33px "Open Sans", sans-serif;
	text-transform:none;
	padding-left:12px;
}
@media (max-width: 1200px) {
	[id*="archives"] ul li, [id*="categories"] ul li {
		line-height:1.2em;
		padding:5px 0 5px 12px;
	}
}
[id*="archives"] ul li a, [id*="categories"] ul li a { color:#1abaae; }
[id*="archives"] ul li a:hover, [id*="categories"] ul li a:hover {
	text-decoration:none;
	color:#000000;
}
[id*="archives"] ul li:before, [id*="categories"] ul li:before {
	content:"";
	width:0;
	margin:0;
}
.recent-posts-widget li { padding:5px 0; }
.recent-posts-widget li .thumbnail time {
	display:block;
	background:#1abaae;
	text-align:center;
	color:#fff;
	padding:8px 0;
}
.recent-posts-widget li .post-list_h {
	margin:0;
	font-size:15px;
	line-height:24px;
}
.recent-posts-widget li .excerpt { line-height:24px; }
.comments-custom li .comments-custom_h {
	font:600 15px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#1abaae;
	text-transform:none;
	margin-bottom:0;
}
.comments-custom li time {
	font-size:15px;
	font-weight:600;
	line-height:24px;
	color:#1abaae;
}
.comments-custom li .comments-custom_txt a { color:#858484; }
.footer {
	border-top:none;
	background:none;
	padding:13px 0;
}
.footer-text { font-weight:600; }
.footer-text .site-name {
	color:#858484;
	text-decoration:none;
}
.footer-text .site-name:hover { text-decoration:underline; }
@media (max-width: 480px) {
	.footer-text .main-copy { display:block; }
}
.footer-nav { margin-top:30px; }
.footer-nav .menu .menu-item a:hover {
	color:#1abaae;
	text-decoration:underline;
}
.social-nets-wrapper { background:none; }
.social-nets-wrapper .social {
	list-style-type:none;
	margin:0 0 0 31px;
	text-align:right;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social {
		text-align:center;
		margin-left:0;
	}
}
.social-nets-wrapper .social li {
	display:inline-block;
	width:25px;
	height:20px;
	overflow:hidden;
	margin-left:16px;
	max-height:20px;
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	width:25px;
	height:20px;
	position:relative;
	margin-top:0;
}
.social-nets-wrapper .social li a.facebook { background:url(images/icons/facebook.png) no-repeat; }
.social-nets-wrapper .social li a.facebook:hover { background-position:0 -20px; }
.social-nets-wrapper .social li a.twitter { background:url(images/icons/twitter.png) no-repeat; }
.social-nets-wrapper .social li a.twitter:hover { background-position:0 -20px; }
.social-nets-wrapper .social li a.feed { background:url(images/icons/feed.png) no-repeat; }
.social-nets-wrapper .social li a.feed:hover { background-position:0 -20px; }
#back-top-wrapper p a {
	width:46px;
	height:46px;
	opacity:1;
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span { background:url(images/totop.png) no-repeat 0 0; }
#back-top-wrapper p a span {
	width:46px;
	height:46px;
	background:url(images/totop.png) no-repeat 0 -46px;
	transition:200ms all;
}
.error404-holder { padding:50px 0; }
.error404-holder .error404-holder_num { color:#1abaae; }
.search-form .search-form_is {
	height:32px;
	padding-top:1px;
	padding-bottom:1px;
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.ie8 .telephone {
	margin-bottom:0;
	margin-top:40px;
}
.ie8 .header-widget { margin-bottom:0; }
.ie8 .nav__primary .sf-menu &gt;li.last { border-right:1px solid #0e675e; }
.ie8 .nav__primary .sf-menu &gt;li &gt;a { padding:19px 20px; }
.ie8 .slider .camera_thumbs { display:none !important; }
.ie8 .slider .camera_caption &gt;div { padding-right:50px; }
.ie8 .slider .camera_caption &gt;div h2 { font-size:60px; }
.ie8 .slider .camera_caption &gt;div p {
	font-size:30px;
	margin-top:0;
}
.ie8 .slider .camera_pag { bottom:60px; }
.ie8 .home .row-fluid figure.thumbnail.alignnone h1 { margin-bottom:10px; }
.ie8 .home strong img {
	width:50%;
	bottom:0;
}
.ie8 .pricing ul li {
	margin-bottom:20px;
	line-height:1.2em;
}
.ie8 .pricing ul li em {
	width:70%;
	display:inline-block;
}
.ie8 [id*="archives"] ul li, .ie8 [id*="categories"] ul li {
	line-height:1.2em;
	padding:5px 0 5px 12px;
}
.ie8 .list.custom-list ul li {
	line-height:1.2em;
	padding:10px 0 10px 38px;
}
.ie8 .wpcf7-form p.field input { padding:10px 10px; }
.ie8 #respond #commentform p input { padding:8px 10px; }
.ie8 .comment-author { width:80px !important; }
.ie8 .comment-author img { width:80px !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:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
</pre></body></html>