@import url("../CherryFramework/style.css");
@import url("css/retina.css");
@import url(//fonts.googleapis.com/css?family=Montserrat:700,400);
a { color:#78c3b0; }
html, body { height:100%; }
body { padding:0 !important; }
.main-holder {
	overflow:hidden;
	background-color:#fff;
}
.cherry-fixed-layout .main-holder {
	max-width:980px;
	background-color:#fff;
	-webkit-box-shadow:0 0 19px rgba(0,0,0,0.23);
	-moz-box-shadow:0 0 19px rgba(0,0,0,0.23);
	box-shadow:0 0 19px rgba(0,0,0,0.23);
}
@media (min-width: 1200px) {
	.cherry-fixed-layout .main-holder { max-width:1242px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.cherry-fixed-layout .main-holder { max-width:764px; }
}
h1 { margin-bottom:21px; }
h2 { margin-bottom:23px; }
h3 { margin-bottom:25px; }
h4 { margin-bottom:28px; }
h5 { margin-bottom:30px; }
h6 { margin-bottom:32px; }
.span8 h6 {
	font-size:18px;
	line-height:24px;
	margin-bottom:17px;
}
.extra-wrap h6 {
	font-size:20px !important;
	line-height:20px !important;
	margin-bottom:25px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold !important;
	text-transform:uppercase;
}
p { margin-bottom:21px; }
.extra-wrap > p {
	font-size:14px;
	line-height:24px;
	margin-bottom:35px;
}
#under_construction_page {
	margin-top:0;
	width:100% !important;
	min-height:100%;
	overflow:hidden;
	background-color:#f7f7f7;
}
#under_construction_page .logo {
	padding:65px 0 83px 0;
	position:relative;
	display:inline-block;
	vertical-align:top;
	float:none !important;
}
#under_construction_page #under_construction_description {
	font-size:16px;
	line-height:1.2em;
	padding-bottom:85px;
	margin:0 auto;
	max-width:1170px;
	position:relative;
	color:#999999;
}
#under_construction_page #under_construction_timer { margin:0 0 115px 0; }
#under_construction_page #under_construction_timer .box { margin:0 11px 0 12px; }
#under_construction_page #under_construction_timer .box .numbers span {
	width:98px;
	height:161px;
	line-height:161px;
	font-size:60px;
	color:#32393d;
	padding:0;
	margin:0 7px 0 8px;
	background-color:#fff;
	border:1px solid #d8d8d8;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
#under_construction_page #under_construction_timer .box .lable {
	font-size:14px;
	color:#32393d;
	padding-top:16px;
}
#under_construction_page #under_construction_timer .box .numbers:before {
	font-size:60px;
	color:#78c3b0;
	left:-21px;
	top:35px;
}
#under_construction_page .web_site_message {
	color:#32393d;
	position:relative;
	top:110px;
}
#under_construction_page #under-construction-area { padding-bottom:54px; }
#under_construction_page .social-nets-wrapper { padding-top:57px; }
#under_construction_page .social-nets-wrapper .social {
	float:none;
	text-align:center;
}
#under_construction_page .social-nets-wrapper .social li {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 1px !important;
}
#under_construction_page .social-nets-wrapper .social li a {
	color:#393939;
	background-color:transparent;
	width:33px;
	height:33px;
	line-height:33px;
	border:2px solid #393939;
	-webkit-border-radius:33px;
	-moz-border-radius:33px;
	border-radius:33px;
}
#under_construction_page .social-nets-wrapper .social li a:hover, #under_construction_page .social-nets-wrapper .social li a:focus {
	color:#fff;
	background-color:#393939;
}
#under_construction_page .social-nets-wrapper .social li [class^="icon-"]:before, #under_construction_page .social-nets-wrapper .social li [class*=" icon-"]:before { font-size:14px; }
.header {
	background:none;
	border:none;
	padding:0;
}
@media (max-width: 480px) {
	.header { margin-bottom:20px; }
}
.header_top_row {
	background-color:#f9f9f9;
	position:relative;
	padding:25px 0 31px 0;
}
@media (max-width: 767px) {
	.header_top_row { padding:10px 20px 15px; }
}
.header_top_row:before, .header_top_row:after {
	content:'';
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	border:inherit;
	background-color:inherit;
}
.header_top_row:before { left:-100%; }
.header_top_row:after { right:-100%; }
.header_bottom_row {
	background-color:#7c7a7a;
	position:relative;
}
@media (max-width: 767px) {
	.header_bottom_row { padding:20px 0; }
}
.header_bottom_row:before, .header_bottom_row:after {
	content:'';
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:inherit;
	z-index:-1;
}
.header_bottom_row:before { left:-99%; }
.header_bottom_row:after { right:-99%; }
.header #phone {
	text-align:right;
	padding-top:7px;
	float:right;
}
@media (max-width: 767px) {
	.header #phone {
		text-align:center;
		float:none;
		padding:10px 0;
	}
}
.header #phone i {
	font-size:14px;
	color:#393939;
	display:inline-block;
	vertical-align:top;
	margin:0 7px 0 0;
	padding:3px 0 0 0;
}
.header #phone .extra-wrap {
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.header #phone .number {
	font-size:14px;
	color:#fff;
}
.header-layout-1 {
	position:relative;
	padding-bottom:8px;
}
.header-layout-1:after {
	content:'';
	height:7px;
	width:2048px;
	border-top:1px solid #fff;
	background-color:#78c3b0;
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -1024px;
}
.header-layout-1 .sf-menu > li > .sf-with-ul { padding-right:22px; }
@media (min-width: 1200px) {
	.header-layout-1 .sf-menu > li > .sf-with-ul { padding-right:31px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-1 .sf-menu > li > .sf-with-ul { padding-right:12px; }
}
.header-layout-1 .sf-menu > li[class^="icon-"]:before, .header-layout-1 .sf-menu > li[class*=" icon-"]:before { display:none; }
.header-layout-1 .sf-menu > li > a[class^="icon-"]:before, .header-layout-1 .sf-menu > li > a[class*=" icon-"]:before { display:none; }
.header-layout-1 .sf-menu .sf-sub-indicator { display:none !important; }
.header-layout-2 { position:relative; }
.header-layout-2 .header_bottom_row {
	background-color:#f9f9f9;
	border-top:1px solid #c6c6c6;
	border-bottom:7px solid #78c3b0;
}
@media (max-width: 767px) {
	.header-layout-2 .header_bottom_row {
		border-top:none;
		padding-top:0;
	}
}
.header-layout-2 .header_bottom_row:before, .header-layout-2 .header_bottom_row:after {
	border:inherit;
	top:-1px;
}
.header-layout-2 .logo { padding:0; }
@media (max-width: 767px) {
	.header-layout-2 .nav__links { padding-top:20px; }
}
.header-layout-2 .nav__primary {
	margin:0;
	position:relative;
}
.cherry-fixed-layout .header-layout-2 .nav__primary { margin-left:-20px; }
@media (min-width: 1200px) {
	.cherry-fixed-layout .header-layout-2 .nav__primary { margin-left:-36px; }
}
@media (max-width: 767px) {
	.cherry-fixed-layout .header-layout-2 .nav__primary { margin-left:0; }
}
.header-layout-2 .sf-menu { float:left; }
.header-layout-2 .sf-menu > li { border-left:1px solid #c6c6c6; }
.header-layout-2 .sf-menu > li:first-child { border-left:none; }
.header-layout-2 .sf-menu > li[class^="icon-"]:before, .header-layout-2 .sf-menu > li[class*=" icon-"]:before { display:none; }
.header-layout-2 .sf-menu > li > a {
	color:#999999;
	margin-bottom:0;
	margin-top:-1px;
}
.header-layout-2 .sf-menu > li > a[class^="icon-"]:before, .header-layout-2 .sf-menu > li > a[class*=" icon-"]:before { display:none; }
.header-layout-2 .sf-menu > li > a.sf-with-ul { padding-right:49px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-2 .sf-menu > li > a.sf-with-ul { padding-right:30px; }
}
.header-layout-2 .sf-menu > li > a .sf-sub-indicator { top:42px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-2 .sf-menu > li > a .sf-sub-indicator { right:12px; }
}
.header-layout-2 .sf-menu > li > a:after { display:none; }
.header-layout-2 .sf-menu > li > a:hover, .header-layout-2 .sf-menu > li.sfHover > a, .header-layout-2 .sf-menu > li.current-menu-item > a, .header-layout-2 .sf-menu > li.current_page_item > a {
	background-color:#78c3b0;
	color:#fff;
}
.header-layout-2 .sf-menu > li > a:hover .sf-sub-indicator:before, .header-layout-2 .sf-menu > li.sfHover > a .sf-sub-indicator:before, .header-layout-2 .sf-menu > li.current-menu-item > a .sf-sub-indicator:before, .header-layout-2 .sf-menu > li.current_page_item > a .sf-sub-indicator:before { color:#fff; }
.header-layout-2 .social-nets-wrapper .social li a { color:#999999; }
.header-layout-3 .logo { padding:43px 0 0 0; }
@media (max-width: 767px) {
	.header-layout-3 .logo { padding-top:20px; }
}
.header-layout-3 .logo_h { float:left; }
@media (min-width: 1200px) {
	.header-layout-3 .logo_tagline {
		float:right;
		line-height:22px;
		border-left:1px solid #c6c6c6;
		padding:0 0 0 19px;
		margin:29px 0 0 21px;
		top:0;
	}
}
.header-layout-3 .header_top_row {
	background-color:#393939;
	padding:0 0 12px 0;
}
.header-layout-3 .header_bottom_row {
	background-color:#f9f9f9;
	border-bottom:7px solid #78c3b0;
	padding-bottom:1px;
}
.header-layout-3 .header_bottom_row:after {
	content:'';
	height:100%;
	background-color:inherit;
	border-bottom:inherit;
	width:2048px;
	position:absolute;
	left:50%;
	bottom:-7px;
	top:auto;
	margin:0 0 0 -1024px;
}
.header-layout-3 .search-form { margin-top:12px; }
.header-layout-3 .search-form #search-header { border-color:#666666; }
.header-layout-3 .social-nets-wrapper { padding-top:25px; }
.header-layout-3 .social-nets-wrapper .social { float:left; }
@media (max-width: 767px) {
	.header-layout-3 .social-nets-wrapper .social {
		float:none;
		text-align:center;
	}
}
.header-layout-3 .social-nets-wrapper .social li a { color:#999999; }
.header-layout-3 .social-nets-wrapper .social li a:hover, .header-layout-3 .social-nets-wrapper .social li a:focus { color:#fff; }
.header-layout-3 .nav__links { padding-top:29px; }
.header-layout-3 .nav__primary {
	position:relative;
	text-align:center;
	padding-top:29px;
}
.header-layout-3 .sf-menu {
	float:right;
	padding-left:1px;
}
@media (max-width: 767px) {
	.header-layout-3 .sf-menu { display:none; }
}
.header-layout-3 .sf-menu > li { margin:0 -1px 0 0; }
.header-layout-3 .sf-menu > li:before {
	content:'';
	width:1px;
	height:22px;
	background-color:#c6c6c6;
	position:absolute;
	left:0;
	top:44px;
	display:block !important;
}
.header-layout-3 .sf-menu > li:first-child { margin-left:0; }
.header-layout-3 .sf-menu > li:first-child:before { display:none !important; }
.header-layout-3 .sf-menu > li[class^="icon-"]:before, .header-layout-3 .sf-menu > li[class*=" icon-"]:before { display:none; }
.header-layout-3 .sf-menu > li > a {
	padding:46px 14px 48px;
	margin:0;
	color:#999999;
	position:relative;
}
@media (min-width: 1200px) {
	.header-layout-3 .sf-menu > li > a { padding:46px 25px 48px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-3 .sf-menu > li > a {
		font-size:12px !important;
		padding-left:8px;
		padding-right:8px;
	}
}
.header-layout-3 .sf-menu > li > a[class^="icon-"]:before, .header-layout-3 .sf-menu > li > a[class*=" icon-"]:before {
	font-family:FontAwesome;
	font-size:18px;
	position:absolute;
	top:20px;
	left:0;
	right:0;
	text-align:center;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-3 .sf-menu > li > a[class^="icon-"]:before, .header-layout-3 .sf-menu > li > a[class*=" icon-"]:before { font-size:16px; }
}
.header-layout-3 .sf-menu > li > a.sf-with-ul { padding-right:49px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-3 .sf-menu > li > a.sf-with-ul { padding-right:30px; }
}
.header-layout-3 .sf-menu > li > a .sf-sub-indicator { top:30px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-3 .sf-menu > li > a .sf-sub-indicator { right:12px; }
}
.header-layout-3 .sf-menu > li > a:after { display:none; }
.header-layout-3 .sf-menu > li > a:hover, .header-layout-3 .sf-menu > li.sfHover > a, .header-layout-3 .sf-menu > li.current-menu-item > a, .header-layout-3 .sf-menu > li.current_page_item > a {
	background-color:#78c3b0;
	color:#fff;
	z-index:99;
}
.header-layout-3 .sf-menu > li > a:hover .sf-sub-indicator:before, .header-layout-3 .sf-menu > li.sfHover > a .sf-sub-indicator:before, .header-layout-3 .sf-menu > li.current-menu-item > a .sf-sub-indicator:before, .header-layout-3 .sf-menu > li.current_page_item > a .sf-sub-indicator:before { color:#fff; }
.header-layout-4 .header_top_row {
	padding:9px 0;
	background-color:#78c3b0;
}
.header-layout-4 .header_bottom_row {
	background-color:#f9f9f9;
	border-bottom:7px solid #7c7a7a;
	padding-bottom:1px;
}
.header-layout-4 .header_bottom_row:after {
	content:'';
	height:100%;
	background-color:inherit;
	border-bottom:inherit;
	width:2048px;
	position:absolute;
	left:50%;
	bottom:-7px;
	top:auto;
	margin:0 0 0 -1024px;
}
.header-layout-4 .logo { padding:30px 0 20px 0; }
@media (max-width: 767px) {
	.header-layout-4 .logo { padding:0 0 30px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-4 .logo_tagline { top:13px; }
}
.header-layout-4 .nav__links {
	float:none;
	padding:7px 0 0 0;
}
@media (max-width: 767px) {
	.header-layout-4 .nav__links { padding-bottom:10px; }
}
.header-layout-4 .nav__links ul { margin:0; }
.header-layout-4 .nav__links ul li:before { color:#fff; }
.header-layout-4 .nav__links ul li a { color:#fff; }
.header-layout-4 .nav__primary {
	position:relative;
	margin-top:0;
}
.cherry-fixed-layout .header-layout-4 .nav__primary { margin-left:-20px; }
@media (min-width: 1200px) {
	.cherry-fixed-layout .header-layout-4 .nav__primary { margin-left:-36px; }
}
@media (max-width: 767px) {
	.cherry-fixed-layout .header-layout-4 .nav__primary { margin-left:0; }
}
.header-layout-4 .sf-menu {
	float:right;
	margin:40px 0 0 0;
	border-top:1px solid #c6c6c6;
}
.header-layout-4 .sf-menu > li {
	margin:0;
	border-color:#2a3033;
}
.header-layout-4 .sf-menu > li[class^="icon-"]:before, .header-layout-4 .sf-menu > li[class*=" icon-"]:before { display:none; }
.header-layout-4 .sf-menu > li > a {
	color:#999999;
	padding:41px 22px 32px;
	margin:0;
	border-bottom:7px solid transparent;
	background-position:50% 105%;
}
@media (min-width: 1200px) {
	.header-layout-4 .sf-menu > li > a { padding:41px 36px 32px 36px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-4 .sf-menu > li > a {
		padding-left:10px;
		padding-right:10px;
	}
}
.header-layout-4 .sf-menu > li > a.sf-with-ul { padding-right:40px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-4 .sf-menu > li > a.sf-with-ul { padding-right:30px; }
}
.header-layout-4 .sf-menu > li > a .sf-sub-indicator {
	top:30px;
	right:24px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-4 .sf-menu > li > a .sf-sub-indicator { right:12px; }
}
.header-layout-4 .sf-menu > li > a .sf-sub-indicator:before { color:#fff; }
.header-layout-4 .sf-menu > li > a:after { display:none; }
.header-layout-4 .sf-menu > li > a[class^="icon-"]:before, .header-layout-4 .sf-menu > li > a[class*=" icon-"]:before { display:none; }
.header-layout-4 .sf-menu > li > a:hover, .header-layout-4 .sf-menu > li.sfHover > a, .header-layout-4 .sf-menu > li.current-menu-item > a, .header-layout-4 .sf-menu > li.current_page_item > a {
	background-color:transparent;
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-image:url(images/nav-arrow.gif);
	border-bottom-color:#78c3b0;
	color:#393939;
	z-index:99;
}
.header-layout-4 .social-nets-wrapper {
	padding:0 0 0 21px;
	float:right;
}
@media (max-width: 767px) {
	.header-layout-4 .social-nets-wrapper {
		padding:0;
		float:none;
		text-align:center;
	}
}
.header-layout-4 .social-nets-wrapper .social li { margin-left:4px; }
.header-layout-4 .social-nets-wrapper .social li [class^="icon-"]:before, .header-layout-4 .social-nets-wrapper .social li [class*=" icon-"]:before { font-size:14px; }
.header-layout-4 .social-nets-wrapper .social li:first-child { margin-left:0; }
.header-layout-4 .social-nets-wrapper .social li a {
	color:#393939;
	width:33px;
	height:33px;
	line-height:33px;
	border:2px solid #393939;
	-webkit-border-radius:33px;
	-moz-border-radius:33px;
	border-radius:33px;
}
.header-layout-4 .social-nets-wrapper .social li a:hover, .header-layout-4 .social-nets-wrapper .social li a:focus {
	color:#fff;
	border-color:#fff;
}
.header-layout-5 {
	position:relative;
	padding-bottom:8px;
}
.header-layout-5:after {
	content:'';
	height:7px;
	width:2048px;
	border-top:1px solid #fff;
	background-color:#78c3b0;
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -1024px;
}
.header-layout-5 .header_top_row {
	padding:10px 0;
	background-color:#78c3b0;
}
.header-layout-5 .header_middle_row {
	background-color:#f9f9f9;
	position:relative;
	text-align:center;
	padding:20px 0 31px 0;
}
.header-layout-5 .header_middle_row:before, .header-layout-5 .header_middle_row:after {
	content:'';
	background-color:inherit;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.header-layout-5 .header_middle_row:before { left:-99%; }
.header-layout-5 .header_middle_row:after { right:-99%; }
.header-layout-5 .nav__links {
	padding-top:0;
	float:left;
}
.header-layout-5 .nav__links ul li:before { color:#fff; }
.header-layout-5 .nav__links ul li a { color:#fff; }
.header-layout-5 .social-nets-wrapper .social { float:right; }
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-5 .social-nets-wrapper .social { padding-top:0; }
}
@media (max-width: 767px) {
	.header-layout-5 .social-nets-wrapper .social { float:none; }
}
.header-layout-5 #phone { padding-top:0; }
@media (max-width: 767px) {
	.header-layout-5 #phone { float:none; }
}
.header-layout-5 .logo {
	padding:0 0 0 0;
	float:none !important;
	display:inline-block;
	vertical-align:top;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-5 .logo { width:auto; }
}
@media (max-width: 767px) {
	.header-layout-5 .logo { padding-bottom:0; }
}
@media (max-width: 767px) {
	.header-layout-5 .logo_tagline {
		text-align:right;
		top:7px;
	}
}
@media (max-width: 767px) {
	.header-layout-5 .nav__links { float:none; }
}
.header-layout-5 .nav__primary { position:relative; }
.header-layout-5 .sf-menu { float:left; }
.header-layout-5 .sf-menu > li { margin:0; }
.header-layout-5 .sf-menu > li[class^="icon-"]:before, .header-layout-5 .sf-menu > li[class*=" icon-"]:before { display:none; }
.header-layout-5 .sf-menu > li > a.sf-with-ul { padding-right:22px; }
@media (min-width: 1200px) {
	.header-layout-5 .sf-menu > li > a.sf-with-ul { padding-right:30px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-5 .sf-menu > li > a.sf-with-ul { padding-right:12px; }
}
.header-layout-5 .sf-menu > li > a .sf-sub-indicator { display:none; }
.header-layout-5 .sf-menu > li > a:after { display:none; }
.header-layout-5 .sf-menu > li > a[class^="icon-"]:before, .header-layout-5 .sf-menu > li > a[class*=" icon-"]:before { display:none; }
.header-layout-5 .sf-menu li li a .sf-sub-indicator { display:none; }
.header-layout-6 .header_top_row {
	padding:9px 0;
	background-color:#7c7a7a;
}
@media (max-width: 767px) {
	.header-layout-6 .header_top_row { padding-bottom:20px; }
}
.header-layout-6 .header_bottom_row {
	background-color:#f9f9f9;
	border-bottom:7px solid #78c3b0;
}
.header-layout-6 .header_bottom_row:after {
	content:'';
	height:100%;
	background-color:inherit;
	border-bottom:inherit;
	width:2048px;
	position:absolute;
	left:50%;
	bottom:-7px;
	top:auto;
	margin:0 0 0 -1024px;
}
.header-layout-6 .logo { padding:30px 0 20px 0; }
@media (max-width: 767px) {
	.header-layout-6 .logo { padding:0 0 30px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-6 .logo_tagline { top:13px; }
}
.header-layout-6 .nav__links {
	float:none;
	padding:7px 0 0 0;
}
@media (max-width: 767px) {
	.header-layout-6 .nav__links { padding-bottom:10px; }
}
.header-layout-6 .nav__links ul { margin:0; }
.header-layout-6 .nav__links ul li:before { color:#cbcbcb; }
.header-layout-6 .nav__links ul li a { color:#cbcbcb; }
.header-layout-6 .nav__primary {
	position:relative;
	margin-top:0;
}
.cherry-fixed-layout .header-layout-6 .nav__primary { margin-left:-20px; }
@media (min-width: 1200px) {
	.cherry-fixed-layout .header-layout-6 .nav__primary { margin-left:-36px; }
}
@media (max-width: 767px) {
	.cherry-fixed-layout .header-layout-6 .nav__primary { margin-left:0; }
}
.header-layout-6 .sf-menu {
	float:right;
	margin:40px 0 0 0;
	border:1px solid #c6c6c6;
	border-bottom:none;
}
.header-layout-6 .sf-menu > li {
	margin:0;
	border-left:1px solid #c6c6c6;
}
.header-layout-6 .sf-menu > li:first-child { border-left:none; }
.header-layout-6 .sf-menu > li[class^="icon-"]:before, .header-layout-6 .sf-menu > li[class*=" icon-"]:before { display:none; }
.header-layout-6 .sf-menu > li > a {
	color:#999999;
	padding:41px 22px 32px;
	margin:0;
	border-bottom:7px solid transparent;
	background-position:50% 105%;
}
@media (min-width: 1200px) {
	.header-layout-6 .sf-menu > li > a { padding:41px 30px 32px 30px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-6 .sf-menu > li > a {
		padding-left:10px;
		padding-right:10px;
	}
}
.header-layout-6 .sf-menu > li > a.sf-with-ul { padding-right:40px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-6 .sf-menu > li > a.sf-with-ul { padding-right:30px; }
}
.header-layout-6 .sf-menu > li > a .sf-sub-indicator {
	top:30px;
	right:24px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-layout-6 .sf-menu > li > a .sf-sub-indicator { right:12px; }
}
.header-layout-6 .sf-menu > li > a .sf-sub-indicator:before { color:#fff; }
.header-layout-6 .sf-menu > li > a:after { display:none; }
.header-layout-6 .sf-menu > li > a[class^="icon-"]:before, .header-layout-6 .sf-menu > li > a[class*=" icon-"]:before { display:none; }
.header-layout-6 .sf-menu > li > a:hover, .header-layout-6 .sf-menu > li.sfHover > a, .header-layout-6 .sf-menu > li.current-menu-item > a, .header-layout-6 .sf-menu > li.current_page_item > a {
	background-color:#78c3b0;
	color:#fff;
	z-index:99;
}
.header-layout-6 .social-nets-wrapper {
	padding:0 0 0 21px;
	float:right;
}
@media (max-width: 767px) {
	.header-layout-6 .social-nets-wrapper {
		padding:0;
		float:none;
		text-align:center;
	}
}
.header-layout-6 .social-nets-wrapper .social li { margin-left:4px; }
.header-layout-6 .social-nets-wrapper .social li [class^="icon-"]:before, .header-layout-6 .social-nets-wrapper .social li [class*=" icon-"]:before { font-size:14px; }
.header-layout-6 .social-nets-wrapper .social li:first-child { margin-left:0; }
.header-layout-6 .social-nets-wrapper .social li a {
	color:#fff;
	width:33px;
	height:33px;
	line-height:33px;
	border:2px solid #cbcbcb;
	-webkit-border-radius:33px;
	-moz-border-radius:33px;
	border-radius:33px;
}
.header-layout-6 .social-nets-wrapper .social li a:hover, .header-layout-6 .social-nets-wrapper .social li a:focus {
	color:#fff;
	background-color:#cbcbcb;
}
.nav__links {
	float:right;
	padding-top:31px;
	margin-bottom:0;
}
@media (max-width: 767px) {
	.nav__links {
		padding-top:0;
		float:none;
	}
}
.nav__links ul { margin-left:0; }
@media (max-width: 767px) {
	.nav__links ul { text-align:center; }
}
.nav__links ul li {
	list-style:none;
	float:left;
	font-size:12px;
	margin:0;
}
@media (max-width: 767px) {
	.nav__links ul li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.nav__links ul li:before {
	content:'|';
	display:inline-block;
	vertical-align:top;
	margin:0 10px;
}
.nav__links ul li:first-child:before { display:none; }
.nav__links ul li a {
	text-transform:uppercase;
	color:#999999;
}
.nav__links ul.sub-menu { display:none; }
.nav__primary { margin-bottom:0; }
@media (max-width: 767px) {
	.nav__primary {
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
	}
}
.cherry-fixed-layout .nav__primary { margin-right:-21px; }
@media (min-width: 1200px) {
	.cherry-fixed-layout .nav__primary { margin-right:-37px; }
}
@media (max-width: 767px) {
	.cherry-fixed-layout .nav__primary { margin-right:0; }
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul { margin-top:9px; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { margin:-23px 0 0 1px; }
.sf-menu {
	border:none;
	float:left;
}
.sf-menu > li { background:transparent; }
.sf-menu > li > a {
	padding-top:25px;
	padding-bottom:26px;
	padding-left:23px;
	padding-right:23px;
	margin-bottom:-1px;
	border:none;
	text-transform:uppercase;
	color:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 1200px) {
	.sf-menu > li > a {
		padding-right:36px;
		padding-left:36px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a {
		padding-left:12px;
		padding-right:12px;
	}
}
.sf-menu li ul {
	width:141px;
	background-color:#7c7a7a;
	padding:23px 0 29px 0;
}
.sf-menu li ul:after {
	content:'';
	width:100%;
	height:7px;
	background-color:#78c3b0;
	position:absolute;
	left:0;
	bottom:-8px;
}
.sf-menu li li {
	text-align:left;
	background-color:transparent;
	margin-top:9px;
}
.sf-menu li li:first-child {
	border:none;
	margin-top:0;
}
.sf-menu li li a {
	padding:0 23px;
	border:none;
	color:#fff;
	font-family:Montserrat;
	font-size:12px;
	text-transform:uppercase;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.sf-menu li li ul:before { display:none; }
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a { background:#78c3b0; }
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
	background-color:transparent;
	color:#78c3b0;
}
.sf-menu li li > a:hover .sf-sub-indicator:before, .sf-menu li li.sfHover > a .sf-sub-indicator:before, .sf-menu li li.current-menu-item > a .sf-sub-indicator:before, .sf-menu li li.current_page_item > a .sf-sub-indicator:before { color:inherit; }
.sf-menu a.sf-with-ul { padding-right:23px; }
.sf-sub-indicator {
	right:28px;
	width:10px;
	height:11px;
	background-image:none;
}
.sf-sub-indicator:before {
	content:'\f0d7';
	color:#fff;
	font-family:FontAwesome;
	font-size:14px;
	line-height:1em;
	position:absolute;
	left:0;
	top:0;
	text-indent:0;
	vertical-align:top;
}
a > .sf-sub-indicator { top:62px; }
.sf-menu ul .sf-sub-indicator {
	position:relative;
	right:0;
	display:inline-block;
	vertical-align:top;
	margin-left:6px;
}
.sf-menu ul .sf-sub-indicator:before { content:'\f0da'; }
.sf-menu ul a > .sf-sub-indicator { top:4px; }
.select-menu {
	border:1px solid #ddd !important;
	background-color:#e4e4e4 !important;
	color:#32393d !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.social-nets-wrapper { padding:22px 0 0 0; }
@media (max-width: 767px) {
	.social-nets-wrapper { padding-top:0; }
}
.social-nets-wrapper .social {
	margin-left:0;
	float:right;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social {
		float:none;
		text-align:center;
	}
}
.cherry-fixed-layout .social-nets-wrapper .social {
	z-index:99;
	position:relative;
}
.social-nets-wrapper .social li {
	list-style:none;
	float:left;
	margin:0 0 0 20px;
}
@media (min-width: 1200px) {
	.social-nets-wrapper .social li { margin-left:22px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.social-nets-wrapper .social li { margin-left:13px; }
}
@media (max-width: 767px) {
	.social-nets-wrapper .social li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li [class^="icon-"]:before, .social-nets-wrapper .social li [class*=" icon-"]:before { font-size:24px; }
@media (min-width: 768px) and (max-width: 979px) {
	.social-nets-wrapper .social li [class^="icon-"]:before, .social-nets-wrapper .social li [class*=" icon-"]:before { font-size:20px; }
}
.social-nets-wrapper .social li a {
	display:block;
	float:left;
	width:auto;
	text-align:center;
	color:#fff;
	background-color:transparent;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social-nets-wrapper .social li a:hover, .social-nets-wrapper .social li a:focus {
	color:#78c3b0;
	text-decoration:none;
}
.logo { padding:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		text-align:center;
		padding:20px;
	}
}
.logo_h__retina { display:none; }
.logo_h__txt {
	margin:-10px 0 0 0;
	padding-bottom:8px;
}
.logo_tagline {
	font-size:10px;
	text-transform:uppercase;
	color:#999999;
	line-height:1em;
	text-align:right;
	margin:-20px 0 0 0;
	position:relative;
	top:5px;
}
@media (min-width: 767px) and (max-width: 979px) {
	.logo_tagline { top:8px; }
}
@media (max-width: 767px) {
	.logo_tagline { text-align:center; }
}
@media (max-width: 480px) {
	.logo_tagline {
		border:none;
		padding:0;
	}
}
.logo_link { text-transform:lowercase; }
.logo_link:hover, .logo_link:focus {
	color:#393939;
	text-decoration:none;
}
.slider { background-color:#fff; }
@media (max-width: 767px) {
	.slider {
		margin-right:-20px;
		margin-left:-20px;
		overflow:visible;
	}
}
@media (max-width: 480px) {
	.slider { display:none; }
}
.slider .camera_fakehover { border-bottom:1px solid #d8d8d8; }
.boxed .accordion_wrap { top:0; }
.boxed.slider-wrapper {
	background-color:#f2f4f5;
	padding:29px 0 28px 0;
	margin-bottom:59px;
	border-bottom:1px solid #d8d8d8;
}
@media (max-width: 767px) {
	.boxed.slider-wrapper {
		margin-right:-20px;
		margin-left:-20px;
	}
}
@media (max-width: 480px) {
	.boxed.slider-wrapper { display:none; }
}
.boxed.slider-wrapper .slider {
	border:none;
	margin-bottom:0;
}
@media (max-width: 767px) {
	.boxed.slider-wrapper .slider {
		margin-left:20px;
		margin-right:20px;
	}
}
.boxed.slider-wrapper .camera_fakehover {
	border:1px solid #d8d8d8;
	width:auto;
}
.boxed.slider-wrapper .camera_caption { width:490px; }
@media (min-width: 768px) and (max-width: 979px) {
	.boxed.slider-wrapper .camera_caption { width:420px; }
}
.boxed.slider-wrapper .camera_caption > div { padding:0 0 0 50px; }
@media (max-width: 767px) {
	.boxed.slider-wrapper .camera_caption > div h2 {
		font-size:16px;
		line-height:20px;
	}
	.boxed.slider-wrapper .camera_caption > div h2 strong { font-size:26px; }
}
.boxed.slider-wrapper.extra { padding-bottom:27px; }
.boxed.slider-wrapper .camera_prev > span, .boxed.slider-wrapper .camera_next > span { left:50px; }
@media (max-width: 767px) {
	.boxed.slider-wrapper .camera_prev > span, .boxed.slider-wrapper .camera_next > span { left:0; }
}
@media (max-width: 767px) {
	.boxed .camera_wrap { margin-bottom:45px !important; }
}
.cameraContents {
	width:940px;
	margin:0 auto;
}
@media (min-width: 1200px) {
	.cameraContents { width:1170px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.cameraContents { width:724px; }
}
@media (max-width: 767px) {
	.cameraContents { width:100%; }
}
.camera_caption {
	top:auto;
	bottom:18%;
	color:#4a5c67;
	width:430px;
	filter:none !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption {
		width:400px;
		bottom:26%;
	}
}
@media (max-width: 767px) {
	.camera_caption {
		width:100%;
		bottom:9%;
	}
}
.cherry-fixed-layout .camera_caption { width:465px; }
.camera_caption > div {
	padding:0;
	background:none;
	filter:none !important;
}
@media (max-width: 767px) {
	.camera_caption > div {
		padding-left:20px;
		padding-right:20px;
	}
}
.camera_caption h2 {
	color:#393939;
	font-size:24px;
	font-weight:normal !important;
	line-height:26px;
	text-transform:uppercase;
	margin:0 0 3px 0;
}
@media (min-width: 1200px) {
	.camera_caption h2 {
		font-size:32px;
		line-height:36px;
		margin-bottom:12px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption h2 {
		font-size:20px;
		margin-bottom:10px;
	}
}
@media (max-width: 767px) {
	.camera_caption h2 {
		font-size:16px;
		line-height:20px;
	}
}
.camera_caption h2 span { display:block; }
.camera_caption h2 strong {
	display:block;
	color:#78c3b0;
	font-size:45px;
	font-weight:bold !important;
	line-height:1em;
}
@media (min-width: 1200px) {
	.camera_caption h2 strong {
		font-size:58px;
		line-height:1em;
		margin-bottom:-3px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption h2 strong { font-size:30px; }
}
@media (max-width: 767px) {
	.camera_caption h2 strong { font-size:26px; }
}
.camera_caption p {
	font-size:12px;
	line-height:24px;
	margin-bottom:6px;
	color:#6a6a6a;
	text-transform:uppercase;
}
@media (min-width: 1200px) {
	.camera_caption p { margin-bottom:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption p { display:none; }
}
@media (max-width: 767px) {
	.camera_caption p { display:none; }
}
.camera_caption .btn-default {
	text-transform:uppercase;
	text-shadow:none;
	color:#262626;
	border:3px solid #78c3b0;
	background-color:rgba(255,255,255,0.3) !important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_caption .btn-default { padding:8px 20px !important; }
}
@media (max-width: 767px) {
	.camera_caption .btn-default { padding:8px 20px !important; }
}
.no-rgba .camera_caption .btn-default {
	background-color:transparent !important;
	background-image:url(images/white-opacity-30.png) !important;
}
.camera_caption .btn-default.btn-large {
	font-size:14px;
	padding:10px 25px !important;
}
@media (min-width: 1200px) {
	.camera_caption .btn-default.btn-large {
		font-size:14px;
		padding:15px 39px 16px 39px !important;
	}
}
@media (max-width: 767px) {
	.camera_caption .btn-default.btn-large { padding:4px 15px !important; }
}
.camera_prev, .camera_next, .camera_commands {
	height:40px;
	margin-top:0;
	top:auto;
	bottom:0;
	width:40px;
}
@media (max-width: 767px) {
	.camera_prev, .camera_next, .camera_commands { bottom:-40px; }
}
.camera_prev, .camera_next {
	left:50%;
	width:40px;
	margin:0 0 0 -470px;
	background-color:transparent;
}
@media (min-width: 1200px) {
	.camera_prev, .camera_next { margin:0 0 0 -585px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_prev, .camera_next { margin:0 0 0 -362px; }
}
@media (max-width: 767px) {
	.camera_prev, .camera_next { margin:0 0 0 -21px; }
	.extra-style .camera_prev, .extra-style .camera_next { margin:0 0 0 -62px; }
}
.camera_next { margin:0 0 0 -429px; }
.extra-style .camera_next { margin:0 0 0 430px; }
@media (min-width: 1200px) {
	.camera_next { margin:0 0 0 -544px; }
	.extra-style .camera_next { margin:0 0 0 545px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_next { margin:0 0 0 -321px; }
	.extra-style .camera_next { margin:0 0 0 322px; }
}
@media (max-width: 767px) {
	.camera_next { margin:0 0 0 20px; }
	.extra-style .camera_next { margin:0 0 0 20px; }
}
.camera_prev > span, .camera_next > span {
	background-image:none;
	background-color:#7c7a7a;
	height:40px;
	width:40px;
	position:relative;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.camera_prev > span:hover, .camera_next > span:hover { background-color:rgba(124,122,122,0.4); }
.no-rgba .camera_prev > span:hover, .no-rgba .camera_next > span:hover {
	background-color:transparent;
	background-repeat:repeat;
	background-image:url(images/gray-opacity-40.png);
}
.camera_prev > span:before, .camera_next > span:before {
	font-family:FontAwesome;
	font-size:24px;
	line-height:40px;
	color:#fff;
	position:absolute;
	top:0;
	width:40px;
	text-align:center;
}
.camera_prev > span:before { content:'\f104'; }
.camera_next > span:before { content:'\f105'; }
.camera_commands {
	width:40px;
	right:50%;
	background:none;
	margin:0 -429px 0 0;
}
@media (min-width: 1200px) {
	.camera_commands { margin:0 -544px 0 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.camera_commands { margin:0 -321px 0 0; }
}
@media (max-width: 767px) {
	.camera_commands { margin:0 -19px 0 0; }
}
.camera_commands > .camera_play, .camera_commands > .camera_stop {
	background-color:#7c7a7a;
	background-image:none;
	height:40px;
	width:40px;
	position:relative;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.camera_commands > .camera_play:hover, .camera_commands > .camera_stop:hover { background-color:rgba(124,122,122,0.4); }
.no-rgba .camera_commands > .camera_play:hover, .no-rgba .camera_commands > .camera_stop:hover {
	background-color:transparent;
	background-repeat:repeat;
	background-image:url(images/gray-opacity-40.png);
}
.camera_commands > .camera_play:before, .camera_commands > .camera_stop:before {
	font-family:FontAwesome;
	font-size:14px;
	line-height:40px;
	color:#fff;
	position:absolute;
	top:0;
	width:40px;
	text-align:center;
}
.camera_commands > .camera_play:before { content:'\f04b'; }
.camera_commands > .camera_stop:before { content:'\f04c'; }
.camera_wrap { padding-bottom:5px; }
@media (max-width: 767px) {
	.camera_wrap { padding-bottom:60px; }
}
.camera_wrap .camera_pag {
	height:17px;
	margin-top:-37px;
}
.camera_wrap.extra .camera_pag { margin-top:-64px; }
.camera_wrap.extra { margin-bottom:0 !important; }
.camera_wrap .camera_pag .camera_pag_ul li {
	height:17px;
	margin:0 4px;
	width:17px;
	background-color:#fff;
	-webkit-border-radius:17px;
	-moz-border-radius:17px;
	border-radius:17px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	height:11px;
	left:3px;
	top:3px;
	width:11px;
	background-color:#7c7a7a;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span, .camera_wrap .camera_pag .camera_pag_ul li:hover > span { background-color:#78c3b0; }
.camera_pag_ul li img {
	border:1px solid #cacaca;
	background-color:#f8f8f8;
	padding:3px;
	top:-63px !important;
	width:83px;
	height:49px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.camera_pag_ul .thumb_arrow {
	width:7px;
	height:5px;
	margin-left:-3.5px;
	border:none;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(images/thumb_arrow.png);
	top:-7px;
}
.camera_thumbs_cont {
	background-color:transparent;
	padding-top:27px;
	overflow:visible;
	*zoom:1;
}
.camera_thumbs_cont:before, .camera_thumbs_cont:after {
	display:table;
	content:"";
	line-height:0;
}
.camera_thumbs_cont:after { clear:both; }
.camera_thumbs_cont ul {
	padding:0;
	overflow:visible;
}
.camera_thumbs_cont ul li {
	overflow:hidden;
	padding:0 15px;
}
.camera_thumbs_cont ul li img {
	margin-top:0;
	padding:3px;
	border:1px solid #c6c6c6;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.camera_pie {
	width:49px;
	height:49px;
	position:absolute;
	top:16px;
	right:16px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/loader-bg.png);
}
.camera_pie #pie_1 {
	right:2px !important;
	top:2px !important;
}
.slider .accordion_wrap {
	margin-bottom:0;
	top:0;
	border:1px solid #d8d8d8;
}
@media (min-width: 1200px) {
	.slider .accordion_wrap { height:455px !important; }
}
@media (max-width: 767px) {
	.slider .accordion_wrap { margin:0 20px; }
}
.slider .accordion_wrap > ul { height:455px !important; }
.slider .accordion_wrap > ul > li { border-left:1px solid #d8d8d8; }
.slider .accordion_wrap > ul > li:first-child { border:none; }
.slider .accordion_wrap > ul > li a { display:block; }
.slider .accordion_wrap > ul > li .accordion_caption {
	background:none;
	top:73px;
	bottom:auto;
	padding:0 0 0 31px;
	display:inline-block;
	vertical-align:top;
	width:auto;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider .accordion_wrap > ul > li .accordion_caption { top:50px; }
}
@media (max-width: 767px) {
	.slider .accordion_wrap > ul > li .accordion_caption { top:2px; }
}
.slider .accordion_wrap > ul > li .accordion_caption .btn-primary, .slider .accordion_wrap > ul > li .accordion_caption .btn-default, .slider .accordion_wrap > ul > li .accordion_caption p { display:none; }
.slider .accordion_wrap > ul > li .accordion_caption h2 {
	text-transform:uppercase;
	margin-bottom:0;
	color:#fff;
	font-size:24px;
	font-weight:400 !important;
	display:inline-block;
	vertical-align:top;
	cursor:text;
}
@media (max-width: 767px) {
	.slider .accordion_wrap > ul > li .accordion_caption h2 {
		font-size:20px;
		line-height:25px;
	}
}
.slider .accordion_wrap > ul > li .accordion_caption h2 span.row-bg {
	display:block;
	margin-top:2px;
}
.slider .accordion_wrap > ul > li .accordion_caption h2 span.bg {
	line-height:34px;
	padding:0 12px;
	display:inline-block;
	vertical-align:top;
	background-image:url(images/gray-opacity-80.png);
}
.slider .accordion_wrap > ul > li .accordion_caption h2 strong {
	font-size:48px;
	font-weight:bold !important;
	line-height:50px;
	background:none;
	display:inline-block;
	vertical-align:top;
	padding:0 14px;
	background-image:url(images/green-opacity-80.png);
}
@media (max-width: 767px) {
	.slider .accordion_wrap > ul > li .accordion_caption h2 strong {
		font-size:30px;
		line-height:35px;
	}
}
.slider .accordion_wrap > ul > li.accordion_slider-open .accordion_caption {
	opacity:1;
	filter:alpha(opacity=100);
}
.content-holder {
	padding-bottom:67px;
	background-color:#f7f7f7;
}
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.home .content-holder, .page-template-page-home-php .content-holder, .page-template-page-fullwidth-php .content-holder { padding-bottom:0; }
#content { padding-top:69px; }
#content.left:before, #content.right:before {
	content:'';
	height:100%;
	width:1px;
	background-color:#c6c6c6;
	display:block;
	position:absolute;
	right:-51px;
	top:69px;
}
@media (min-width: 1200px) {
	#content.left:before, #content.right:before { right:-66px; }
}
.single-portfolio #content.left:before, .page-template-page-fullwidth-php #content.left:before, .page-template-page-Portfolio2Cols-filterable-php #content.left:before, .page-template-page-Portfolio3Cols-filterable-php #content.left:before, .page-template-page-Portfolio4Cols-filterable-php #content.left:before, .single-portfolio #content.right:before, .page-template-page-fullwidth-php #content.right:before, .page-template-page-Portfolio2Cols-filterable-php #content.right:before, .page-template-page-Portfolio3Cols-filterable-php #content.right:before, .page-template-page-Portfolio4Cols-filterable-php #content.right:before { display:none; }
#content.left:before {
	right:auto;
	left:-51px;
}
@media (min-width: 1200px) {
	#content.left:before { left:-66px; }
}
#content.left:after {
	right:auto;
	left:-51px;
}
@media (min-width: 1200px) {
	#content.left:after { left:-66px; }
}
#content:after {
	height:77px;
	position:absolute;
	bottom:-70px;
	right:-51px;
	width:1px;
	background-color:#f7f7f7;
	content:'';
}
@media (min-width: 1200px) {
	#content:after { right:-66px; }
}
.page-template-page-fullwidth-php #content:after { display:none; }
.page-header {
	border:none;
	margin-top:0;
	margin-bottom:0;
}
.title-section {
	padding:43px 0;
	background-color:#fff;
	border-bottom:1px solid #d8d8d8;
	position:relative;
	text-align:right;
}
@media (max-width: 767px) {
	.title-section { text-align:center; }
}
.title-section:before, .title-section:after {
	content:'';
	position:absolute;
	top:0;
	background-color:inherit;
	border-top:inherit;
	border-bottom:inherit;
	width:100%;
	height:100%;
}
.title-section:before { left:-100%; }
.title-section:after { right:-100%; }
.title-header {
	margin-bottom:0;
	font-size:30px;
	color:#999999;
	line-height:1.2em;
	margin:0;
	float:left;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.title-header { float:none; }
}
.title-desc {
	display:block;
	color:#999;
	font-size:11px;
}
.breadcrumb__t {
	background-color:transparent;
	padding:7px 0 0 0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t a { color:#999999; }
.breadcrumb__t li {
	text-shadow:none;
	text-transform:uppercase;
	font-size:14px;
}
.breadcrumb__t li.divider {
	position:relative;
	overflow:hidden;
	margin:0 8px;
	vertical-align:top;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:'\003e';
	display:inline-block;
	vertical-align:top;
	color:#999999;
	font-size:14px;
	line-height:1.2em;
	margin:3px 0 0 0;
}
.breadcrumb__t .active a { color:#94999c; }
.post__holder {
	padding:0 0 0 100px;
	margin-bottom:46px;
	min-height:148px;
	position:relative;
}
@media (max-width: 767px) {
	.post__holder {
		padding-left:0;
		padding-top:140px;
	}
}
.single .post__holder { margin-bottom:15px; }
.post__holder:before {
	position:absolute;
	left:0;
	top:70px;
	font-size:42px;
	font-family:FontAwesome;
	line-height:77px;
	color:#78c3b0;
	width:68px;
	min-height:77px;
	text-align:center;
	border:1px solid #c6c6c6;
	border-top:none;
}
.post__holder.format-standard:before { content:'\f0f6'; }
.post__holder.format-video:before { content:'\f008'; }
.post__holder.format-gallery:before { content:'\f03e'; }
.post__holder.format-audio:before { content:'\f001'; }
.post__holder.format-image:before { content:'\f083'; }
.post__holder.format-image .zoom-icon {
	left:4px;
	right:4px;
	top:4px;
	bottom:4px;
}
.post__holder.format-quote:before { content:'\f10d'; }
.post__holder.format-quote .post_content { padding-bottom:45px; }
.post__holder.format-quote .post_meta { margin-bottom:0; }
.post__holder.format-quote .post_meta_unite div[class^="post_"] { display:none; }
.post__holder.format-quote .post_meta_unite div.post_date { display:block; }
.post__holder.format-quote .quote-wrap { margin-bottom:0; }
.post__holder.format-quote blockquote {
	color:#32393d;
	font-size:16px;
	line-height:24px;
	padding:26px 52px 28px 35px;
	margin-bottom:25px;
	position:relative;
	font-style:normal;
	font-family:Montserrat;
}
.post__holder.format-quote blockquote:after {
	width:0px;
	height:0px;
	border-style:solid;
	border-width:0 30px 30px 0;
	border-color:rgba(255,255,255,0) #f2f4f5 rgba(255,255,255,0) rgba(255,255,255,0);
	content:'';
	position:absolute;
	bottom:-30px;
	right:187px;
}
.post__holder.format-quote cite {
	float:right;
	padding:0;
	margin:0;
	max-width:178px;
	font-size:13px;
}
.post__holder.format-link:before { content:'\f0c1'; }
.post__holder.format-aside:before { content:'\f0f6'; }
.post__holder .post_meta {
	border:none;
	padding:0;
	margin-bottom:10px;
	font-size:12px;
}
@media (max-width: 480px) {
	.post__holder .post_meta {
		overflow:hidden;
		clear:both;
	}
}
.post__holder .post_meta i {
	font-size:14px;
	color:#78c3b0;
	padding-right:5px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post__holder .post_meta a {
	color:#999999;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post__holder .post_meta a:hover {
	color:#78c3b0;
	text-decoration:none;
}
.post__holder .post_meta .post_category i:before { content:'\f07c'; }
.post__holder .post_meta .post_comment a { color:#78c3b0; }
.post__holder .post_meta .post_comment a:hover, .post__holder .post_meta .post_comment a:focus { text-decoration:underline; }
.post__holder .post_meta .post_comment i:before { content:'\f0e6'; }
.post__holder .post_meta .post_date {
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:70px;
	background-color:#78c3b0;
	color:#fff;
	text-align:center;
	font-size:14px;
}
.post__holder .post_meta .post_date .first-word {
	font-size:36px;
	line-height:1.2em;
	display:block;
	padding-top:5px;
	margin-bottom:-2px;
}
.post__holder .post_meta .post_date time {
	display:block;
	padding-top:0;
}
.post__holder .post_meta .post_date i { display:none; }
.post__holder .post_meta div[class^="post_"] {
	padding:0;
	margin-right:21px;
}
.post__holder .post_meta > div.post_meta_unite { border:none; }
.post__holder .post_meta > div.post_meta_unite div[class^="post_"]:hover i { color:#78c3b0; }
.post .video-wrap iframe {
	padding:3px;
	border:1px solid #c6c6c6;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.post .video-wrap.html5-video {
	padding:3px;
	border:1px solid #c6c6c6;
}
.post .gallery-post .flexslider {
	padding:3px;
	border:1px solid #c6c6c6;
}
.post-title {
	font-size:18px;
	line-height:1.2em;
	margin:0 0 11px 0;
}
.post-title a {
	color:#32393d;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-title a:hover, .post-title a:focus {
	text-decoration:none;
	color:#78c3b0;
}
.post .featured-thumbnail a {
	padding:3px;
	border:1px solid #c6c6c6;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post .featured-thumbnail a:hover, .post .featured-thumbnail a:focus {
	border-color:#78c3b0;
	background-color:#78c3b0;
}
.single-post .post .featured-thumbnail {
	padding:3px;
	border:1px solid #c6c6c6;
}
.post .featured-thumbnail.large { margin:0 0 30px 0; }
.post_content {
	border-bottom:1px solid #c6c6c6;
	padding-bottom:18px;
}
.single .post_content {
	padding-bottom:0;
	border:none;
}
.post_content .excerpt { margin-bottom:19px; }
.post_content .excerpt p { margin-bottom:0; }
.post .btn {
	padding-left:0 !important;
	padding-bottom:0 !important;
	padding-top:0 !important;
	text-shadow:none !important;
}
.blog .isotope {
	margin:0 0 20px -30px;
	vertical-align:top;
	height:auto;
	visibility:hidden;
}
@media (max-width: 768px) {
	.blog .isotope {
		margin-left:-1%;
		margin-right:-1%;
	}
}
@media (max-width: 480px) {
	.blog .isotope {
		margin-left:0;
		margin-right:0;
	}
}
.blog .isotope .post_wrapper {
	display:block;
	float:left;
	margin:0 0 30px 30px;
	width:270px;
}
@media (min-width: 1200px) {
	.blog .isotope .post_wrapper { width:270px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.blog .isotope .post_wrapper { width:357px; }
}
@media (max-width: 768px) {
	.blog .isotope .post_wrapper {
		width:47.7%;
		margin:5px 1%;
	}
}
@media (max-width: 480px) {
	.blog .isotope .post_wrapper {
		width:100%;
		margin:5px 0;
	}
}
.blog .isotope .post_wrapper .post_content { padding-bottom:10px; }
.blog .isotope .post_wrapper .post__holder {
	border-color:#e8e8e8;
	border-top:4px solid #e8e8e8;
	padding:16px 14px 0 14px;
	border-radius:0px;
	margin-bottom:0;
	min-height:0;
}
.blog .isotope .post_wrapper .post__holder .post_meta {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.blog .isotope .post_wrapper .post__holder:before { display:none; }
.blog .isotope .post_wrapper .post__holder .featured-thumbnail { margin-bottom:19px; }
.blog .isotope .post_wrapper .post__holder .post-title {
	font-size:18px;
	line-height:24px;
	margin-bottom:15px;
}
.blog .isotope .post_wrapper .post__holder .post_content {
	border:none;
	padding-bottom:20px;
}
.blog .isotope .post_wrapper .post__holder .post_meta {
	background-color:#fafafa;
	border-top:1px solid #e8e8e8;
	overflow:hidden;
	margin:0 -14px;
	padding:13px 14px;
}
.blog .isotope .post_wrapper .post__holder .post_meta time {
	float:left;
	font-size:12px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.blog .isotope .post_wrapper .post__holder .post_meta .post_comment {
	float:right;
	margin-right:0;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.blog .isotope .post_wrapper .post__holder .post_meta .post_comment a { color:#3b495b; }
.blog .isotope .post_wrapper .post__holder .post_meta .post_comment a:hover, .blog .isotope .post_wrapper .post__holder .post_meta .post_comment a:focus { color:#78c3b0; }
.blog .isotope .post_wrapper .post__holder .post_meta .post_comment i {
	font-size:14px;
	color:#78c3b0;
	margin:0 0 0 8px;
	position:relative;
	top:1px;
}
.blog .isotope .post_wrapper .post__holder .jp-volume-bar, .blog .isotope .post_wrapper .post__holder .jp-toggles, .blog .isotope .post_wrapper .post__holder .jp-playlist, .blog .isotope .post_wrapper .post__holder .flex-direction-nav { display:none !important; }
.blog .isotope .post_wrapper .post__holder .jp-duration { margin-right:10px !important; }
.blog .isotope .post_wrapper .post__holder .flex-control-nav {
	text-align:left;
	bottom:15px;
	left:11px;
	height:12px;
}
.blog .isotope .post_wrapper .post__holder .flex-control-nav li { margin:0 4px; }
.blog .isotope .post_wrapper .post__holder .flex-control-nav li a {
	width:8px;
	height:8px;
	background-color:#31323a;
	border:2px solid #a2b2c0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.blog .isotope .post_wrapper .post__holder .flex-control-nav li a:hover, .blog .isotope .post_wrapper .post__holder .flex-control-nav li a.flex-active { background-color:#fff; }
.blog .isotope .post_wrapper .post__holder.format-quote { padding-bottom:14px; }
.blog .isotope .post_wrapper .post__holder.format-quote blockquote {
	padding:24px 20px 16px 20px;
	margin-bottom:0;
	border:none;
	background-color:#78c3b0;
	color:#fff;
	font-size:16px;
	line-height:24px;
}
.blog .isotope .post_wrapper .post__holder.format-quote blockquote:before {
	content:'\f10d';
	font-size:14px;
	font-family:FontAwesome;
	font-style:normal;
	display:inline-block;
	vertical-align:top;
	margin-right:2px;
	position:relative;
	top:-7px;
}
.blog .isotope .post_wrapper .post__holder.format-quote blockquote:after { display:none; }
.blog .isotope .post_wrapper .post__holder.format-quote cite {
	background-color:#78c3b0;
	color:#fff;
	font-size:12px;
	display:block;
	float:none;
	text-align:right;
	max-width:none;
	padding:0 20px 15px 20px;
}
.blog .isotope .post_wrapper .post__holder.format-quote .post_content { display:none; }
.blog .isotope .post_wrapper .post__holder.format-link { padding-bottom:14px; }
.blog .isotope .post_wrapper .post__holder.format-link .post_content { display:none; }
.blog .isotope .post_wrapper .post__holder.format-link .post-header {
	background-color:#32393d;
	padding:29px 21px 16px 21px;
	text-align:center;
}
.blog .isotope .post_wrapper .post__holder.format-link .post-title {
	color:#fff;
	margin-bottom:0;
}
.blog .isotope .post_wrapper .post__holder.format-link .post-title a {
	color:#fff;
	font-size:11px;
}
.blog .isotope .post_wrapper .post__holder.format-link .post-title a:hover, .blog .isotope .post_wrapper .post__holder.format-link .post-title a:focus { text-decoration:underline; }
.blog .isotope .post_wrapper .post__holder.format-link .post-title span {
	display:block;
	text-align:left;
	padding-top:14px;
}
.single-team .type-team .featured-thumbnail:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	width:100%;
	height:120px;
	-webkit-box-shadow:inset 0 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 0 2px 3px rgba(0,0,0,0.3);
	box-shadow:inset 0 2px 3px rgba(0,0,0,0.3);
	-webkit-border-radius:120px;
	-moz-border-radius:120px;
	border-radius:120px;
}
.single-team .type-team .featured-thumbnail img {
	-webkit-border-radius:120px;
	-moz-border-radius:120px;
	border-radius:120px;
}
.post-author {
	margin:0 0 56px 100px;
	padding:22px 40px 41px 34px;
	border:none;
	background-color:#e8e8e8;
}
@media (max-width: 767px) {
	.post-author { margin-left:0; }
}
.post-author_h {
	font-size:16px;
	font-weight:400 !important;
	line-height:1.2em;
	margin:0 0 13px 0;
	text-transform:none !important;
}
.post-author_h small {
	font-size:1em;
	text-transform:capitalize;
}
.post-author_h a {
	color:#393939;
	text-transform:capitalize;
}
.post-author_link { display:none; }
.post-author_gravatar { margin:5px 21px 0 0; }
.post-author_gravatar img {
	padding:0;
	border:1px solid #c5d0d2;
	background:none;
}
#recent-author-posts { margin-bottom:3em; }
#recent-author-posts h3 {
	padding-left:100px;
	font-size:24px;
	line-height:1.2em;
	margin-bottom:20px;
}
#recent-author-comments {
	padding-top:40px;
	padding-left:100px;
}
#recent-author-comments h3 {
	font-size:24px;
	line-height:1.2em;
	margin-bottom:20px;
}
#recent-author-comments ul { margin-left:0; }
#recent-author-comments ul li {
	list-style:none;
	margin-bottom:12px;
}
#recent-author-comments ul li:before {
	content:'\f00c';
	font-family:FontAwesome;
	font-size:14px;
	color:#32393d;
	margin-right:11px;
}
#share-buttons { padding-left:100px; }
#share-buttons span, #share-buttons li { line-height:18px; }
#share-buttons .share-buttons { margin-bottom:19px; }
#share-buttons h5 {
	float:left;
	margin:0 18px 0 0;
	padding:10px 0 0 0;
	font-size:13px;
}
#share-buttons .fb_iframe_widget {
	padding:0 !important;
	border:none !important;
	background-color:transparent !important;
}
.related-posts { margin:0 0 0 0; }
.related-posts_item { margin-bottom:64px; }
.related-posts_h {
	margin:0 0 34px 0;
	font-size:30px;
	line-height:1.1em;
}
.related-posts h5 {
	font-size:12px;
	font-weight:400 !important;
	line-height:22px;
	text-transform:uppercase;
}
.related-posts h5 a { color:#393939; }
.related-posts .thumbnail {
	border:1px solid #c7c7c7;
	padding:3px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.related-posts .thumbnail:hover {
	border-color:#78c3b0;
	background-color:#78c3b0;
}
.filter-wrapper strong {
	padding:0;
	font-size:14px;
	font-weight:normal;
	margin:0 30px 5px 0;
	color:#393939;
	text-transform:uppercase;
}
@media (max-width: 480px) {
	.filter-wrapper strong { padding-top:2px; }
}
.nav-pills { margin-bottom:37px; }
.nav-pills li a {
	color:#999999;
	border:none;
	background:none !important;
	text-transform:uppercase;
	font-size:12px;
	line-height:22px;
	padding:0;
	margin:0 0 0 30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-pills li a { margin:0 10px 10px 0; }
}
@media (max-width: 767px) {
	.nav-pills li a { margin:0 10px 10px 0; }
}
@media (max-width: 480px) {
	.nav-pills li a {
		padding:5px;
		margin:0 0 10px 0;
	}
}
.nav-pills li a:hover, .nav-pills li a:focus { color:#78c3b0; }
.nav-pills li:first-child a { margin-left:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.nav-pills li:last-child a { margin-right:0; }
}
@media (max-width: 767px) {
	.nav-pills li:last-child a { margin-right:0; }
}
.nav-pills li.active a { color:#78c3b0 !important; }
.filterable-portfolio .portfolio_item { margin-bottom:27px; }
.filterable-portfolio .portfolio_item .caption__portfolio {
	border:1px solid #c9c9c9;
	border-top:none;
	padding:34px 24px 23px 20px;
}
.filterable-portfolio .portfolio_item .thumbnail {
	margin:0;
	padding:3px;
	border:1px solid #c9c9c9;
}
.filterable-portfolio .portfolio_item .thumbnail .hover-wrap {
	left:3px;
	right:3px;
	top:3px;
	bottom:3px;
}
.filterable-portfolio .portfolio_item h3 {
	font-size:13px;
	font-weight:normal !important;
	line-height:1.2em;
	margin:0 0 9px 0;
}
.filterable-portfolio .portfolio_item h3 a { color:#393939; }
.filterable-portfolio .portfolio_item .excerpt { margin-bottom:28px; }
.single-portfolio #content .featured-thumbnail {
	margin-top:0;
	padding:3px;
	border:1px solid #cbcbcb;
}
.single-portfolio .entry-content {
	position:relative;
	overflow:visible;
}
.single-portfolio .entry-content.vr:before {
	width:1px;
	position:absolute;
	left:-50px;
	top:0;
	background-color:#eaedef;
	height:100%;
	min-height:500px;
	content:'';
}
@media (min-width: 1200px) {
	.single-portfolio .entry-content.vr:before { left:-64px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.single-portfolio .entry-content.vr:before { left:-40px; }
}
.single-portfolio .entry-content h3 {
	font-size:18px;
	font-weight:normal !important;
	line-height:1.1em;
	margin:0 0 14px 0;
}
.single-portfolio .nocomments, .single-portfolio #respond, .single-portfolio .comment-holder { padding-left:0; }
.single-portfolio .entry-meta { padding-top:0; }
.single-portfolio .portfolio-meta {
	border:none;
	padding:0;
	margin-bottom:40px;
}
.single-portfolio .portfolio-meta-list {
	border:none;
	padding:0;
}
.single-portfolio .flexslider {
	border:1px solid #cbcbcb;
	padding:3px;
}
.single-portfolio .flexslider .flex-control-nav { display:none; }
#portfolio-carousel {
	padding:75px 0 0 0;
	margin:0;
}
.pagination__posts { text-align:left; }
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li:first-child a { margin-left:0; }
.pagination__posts ul li a {
	font-size:16px;
	color:#999999;
	border:1px solid #c9c9c9 !important;
	margin:0 7px 0 8px;
	padding:0;
	line-height:32px;
	width:32px;
	text-align:center;
	background:none;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.pagination__posts ul li a:before {
	position:absolute;
	left:0;
	top:0;
	width:30px;
	line-height:30px;
	text-align:center;
	font-family:FontAwesome;
	font-size:24px;
	text-indent:0 !important;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:focus {
	border-color:#78c3b0 !important;
	background-color:#78c3b0 !important;
	color:#fff !important;
}
.pagination__posts ul .active a {
	border-color:#78c3b0 !important;
	background-color:#78c3b0 !important;
	color:#fff !important;
}
.pagination__posts ul .prev a { text-indent:-999em; }
.pagination__posts ul .prev a:before { content:'\f104'; }
.pagination__posts ul .next a { text-indent:-999em; }
.pagination__posts ul .next a:before { content:'\f105'; }
.pagination__posts ul .last a, .pagination__posts ul .first a {
	width:auto;
	padding:0 15px;
}
.error404-holder {
	padding:35px 0 24px 0;
	text-align:center;
}
.error404-holder_num {
	color:#999999;
	text-align:center;
	font-size:208px;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:-13px;
}
@media (max-width: 480px) {
	.error404-holder_num { font-size:120px; }
}
.error404-holder .hgroup_404 {
	margin:0 0 0 0;
	padding-top:0;
}
.error404-holder .hgroup_404 h1 {
	font-size:48px;
	line-height:1em;
}
.error404-holder .search-form {
	float:none;
	text-align:center;
}
.flexslider {
	overflow:visible !important;
	margin-bottom:28px;
}
.flexslider.post-cycle .flex-control-nav { bottom:-40px; }
.flexslider.post-cycle .flex-direction-nav a {
	top:0;
	margin:-38px 0 0 0;
	width:20px;
	height:20px;
	background:none;
	border:1px solid #bdc3c7;
	color:#bdc3c7;
	opacity:1;
}
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.post-cycle .flex-direction-nav a { margin-top:-74px; }
}
.flexslider.post-cycle .flex-direction-nav a:hover {
	border-color:#000;
	color:#32393d;
}
.flexslider.post-cycle .flex-direction-nav a:hover:before { color:inherit; }
.flexslider.post-cycle .flex-direction-nav a:before {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	font-family:FontAwesome;
	font-size:17px;
	line-height:20px;
	text-align:center;
	color:inherit;
	text-indent:0;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.flexslider.post-cycle .flex-direction-nav .flex-next { right:0; }
.flexslider.post-cycle .flex-direction-nav .flex-next:before { content:'\f105'; }
.flexslider.post-cycle .flex-direction-nav .flex-prev {
	left:auto;
	right:30px;
}
.flexslider.post-cycle .flex-direction-nav .flex-prev:before { content:'\f104'; }
.flexslider.post-cycle .flex-direction-nav .flex-disabled { background-color:transparent !important; }
.flexslider.post-cycle .flex-direction-nav .flex-disabled:hover {
	color:#bdc3c7;
	border-color:#bdc3c7;
}
.flexslider.testimonials-cycle { margin-bottom:60px; }
@media (max-width: 767px) {
	.flexslider.testimonials-cycle { margin-bottom:30px; }
}
.flexslider.testimonials-cycle h5 { display:none; }
.flexslider.testimonials-cycle .excerpt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:24px;
	border:1px solid #e1e4e5;
	padding:21px 19px 22px 34px;
	margin-bottom:23px;
	position:relative;
}
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.testimonials-cycle .excerpt { padding:15px 20px; }
}
.flexslider.testimonials-cycle .excerpt:after {
	content:'';
	position:absolute;
	bottom:-30px;
	left:20px;
	width:29px;
	height:30px;
	background-image:url(images/corner_alt.gif);
}
@media (min-width: 1200px) {
	.flexslider.testimonials-cycle .excerpt:after { left:35px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.testimonials-cycle .excerpt:after { left:15px; }
}
.flexslider.testimonials-cycle .featured-thumbnail { margin:0 21px 0 55px; }
@media (min-width: 1200px) {
	.flexslider.testimonials-cycle .featured-thumbnail { margin-left:70px; }
}
.flexslider.testimonials-cycle .featured-thumbnail img {
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
}
.ie8 .flexslider.testimonials-cycle .featured-thumbnail img {
	width:100%;
	max-width:none;
}
.flexslider.testimonials-cycle .post_options .user {
	font-weight:bold;
	font-size:14px;
	line-height:1.2em;
	color:#32393d;
}
.flexslider.testimonials-cycle .post_options .info {
	font-style:italic;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	margin-top:-3px;
}
.flex-direction-nav a {
	width:40px;
	height:40px;
	background-color:#7c7a7a;
	background-image:none;
	margin-top:0;
	text-align:center;
	text-decoration:none !important;
	top:auto;
	bottom:3px;
	opacity:1;
	filter:alpha(opacity=100);
}
.flex-direction-nav a:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	color:#fff;
	font-size:22px;
	line-height:40px;
	font-family:FontAwesome;
	text-indent:0;
}
.flex-direction-nav a:hover { background-color:rgba(124,122,122,0.4); }
.no-rgba .flex-direction-nav a:hover {
	background-color:transparent;
	background-repeat:repeat;
	background-image:url(images/gray-opacity-40.png);
}
.flex-direction-nav .flex-next {
	right:auto;
	left:72px !important;
}
.flex-direction-nav .flex-next:before { content:'\f105'; }
.flex-direction-nav .flex-prev { left:31px !important; }
.flex-direction-nav .flex-prev:before { content:'\f104'; }
.flex-direction-nav .flex-disabled { background-color:#31393c !important; }
.flexslider:hover .flex-next {
	opacity:1;
	filter:alpha(opacity=100);
	right:0;
}
.flexslider:hover .flex-prev {
	opacity:1;
	filter:alpha(opacity=100);
	left:0;
}
.flex-direction-nav .flex-disabled {
	opacity:0.3;
	filter:alpha(opacity=30);
}
.flex-control-nav {
	width:100%;
	position:absolute;
	bottom:31px;
	text-align:center;
	height:17px;
}
.flex-control-nav li { margin:0 4px; }
.flex-control-paging li a {
	width:11px;
	height:11px;
	background:#444444;
	border:3px solid #fff;
	vertical-align:top;
	-webkit-border-radius:17px;
	-moz-border-radius:17px;
	border-radius:17px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
}
.flex-control-paging li a:hover { background:#78c3b0; }
.flex-control-paging li a.flex-active { background:#78c3b0; }
.my-permalink-icon {
	position:absolute !important;
	left:-71px;
	top:50%;
	width:71px;
	height:71px;
	margin:-35.5px 0 0 0;
	text-decoration:none !important;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.no-opacity .my-permalink-icon {
	visibility:hidden;
	filter:none !important;
}
.es-carousel .my-permalink-icon, .posts-grid .my-permalink-icon, .portfolio-related-posts .my-permalink-icon {
	width:40px;
	height:40px;
	margin:-20px 0 0 0;
}
.my-permalink-icon:before {
	content:'\f0c1';
	background-color:#fff;
	color:#78c3b0;
	font-family:FontAwesome;
	font-size:30px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	text-align:center;
	line-height:71px;
	-webkit-border-radius:71px;
	-moz-border-radius:71px;
	border-radius:71px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.es-carousel .my-permalink-icon:before, .posts-grid .my-permalink-icon:before, .portfolio-related-posts .my-permalink-icon:before {
	font-size:24px;
	line-height:40px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.my-permalink-icon:hover:before {
	background-color:#32393d;
	color:#fff;
}
.my-zoom-icon {
	position:absolute !important;
	right:-71px;
	top:50%;
	width:71px;
	height:71px;
	margin:-35.5px 0 0 0;
	text-decoration:none !important;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.no-opacity .my-zoom-icon { visibility:hidden; }
.es-carousel .my-zoom-icon, .posts-grid .my-zoom-icon, .portfolio-related-posts .my-zoom-icon {
	width:40px;
	height:40px;
	margin:-20px 0 0 5px;
}
.my-zoom-icon:before {
	content:'\f002';
	background-color:#fff;
	color:#78c3b0;
	font-family:FontAwesome;
	font-size:30px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	text-align:center;
	line-height:71px;
	-webkit-border-radius:71px;
	-moz-border-radius:71px;
	border-radius:71px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.es-carousel .my-zoom-icon:before, .posts-grid .my-zoom-icon:before, .portfolio-related-posts .my-zoom-icon:before {
	font-size:24px;
	line-height:40px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.my-zoom-icon:hover:before {
	background-color:#32393d;
	color:#fff;
}
.hover-wrap {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(120,195,176,0.8);
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.no-rgba .hover-wrap { background:#78c3b0; }
.thumbnail:hover .my-zoom-icon, .thumbnail:hover .my-permalink-icon, .thumbnail:hover .hover-wrap, .featured-thumbnail:hover .my-zoom-icon, .featured-thumbnail:hover .my-permalink-icon, .featured-thumbnail:hover .hover-wrap, .es-carousel_li .featured-thumbnail:hover .my-zoom-icon, .es-carousel_li .featured-thumbnail:hover .my-permalink-icon, .es-carousel_li .featured-thumbnail:hover .hover-wrap, .posts-grid.portfolio li:hover .my-zoom-icon, .posts-grid.portfolio li:hover .my-permalink-icon, .posts-grid.portfolio li:hover .hover-wrap {
	opacity:1;
	filter:alpha(opacity=100);
}
.no-opacity .thumbnail:hover .my-zoom-icon, .no-opacity .thumbnail:hover .my-permalink-icon, .no-opacity .thumbnail:hover .hover-wrap, .no-opacity .featured-thumbnail:hover .my-zoom-icon, .no-opacity .featured-thumbnail:hover .my-permalink-icon, .no-opacity .featured-thumbnail:hover .hover-wrap, .no-opacity .es-carousel_li .featured-thumbnail:hover .my-zoom-icon, .no-opacity .es-carousel_li .featured-thumbnail:hover .my-permalink-icon, .no-opacity .es-carousel_li .featured-thumbnail:hover .hover-wrap, .no-opacity .posts-grid.portfolio li:hover .my-zoom-icon, .no-opacity .posts-grid.portfolio li:hover .my-permalink-icon, .no-opacity .posts-grid.portfolio li:hover .hover-wrap { visibility:visible; }
.thumbnail:hover .my-zoom-icon, .thumbnail:hover .my-permalink-icon, .featured-thumbnail:hover .my-zoom-icon, .featured-thumbnail:hover .my-permalink-icon, .es-carousel_li .featured-thumbnail:hover .my-zoom-icon, .es-carousel_li .featured-thumbnail:hover .my-permalink-icon, .posts-grid.portfolio li:hover .my-zoom-icon, .posts-grid.portfolio li:hover .my-permalink-icon { filter:none !important; }
.no-rgba .thumbnail:hover .hover-wrap, .no-rgba .featured-thumbnail:hover .hover-wrap, .no-rgba .es-carousel_li .featured-thumbnail:hover .hover-wrap, .no-rgba .posts-grid.portfolio li:hover .hover-wrap {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.thumbnail:hover .my-permalink-icon, .featured-thumbnail:hover .my-permalink-icon, .es-carousel_li .featured-thumbnail:hover .my-permalink-icon, .posts-grid.portfolio li:hover .my-permalink-icon {
	margin-left:5px;
	left:50%;
}
.thumbnail:hover .my-permalink-icon.alt, .featured-thumbnail:hover .my-permalink-icon.alt, .es-carousel_li .featured-thumbnail:hover .my-permalink-icon.alt, .posts-grid.portfolio li:hover .my-permalink-icon.alt { margin-left:-45px; }
.es-carousel .thumbnail:hover .my-permalink-icon.alt, .posts-grid .thumbnail:hover .my-permalink-icon.alt, .portfolio-related-posts .thumbnail:hover .my-permalink-icon.alt, .es-carousel .featured-thumbnail:hover .my-permalink-icon.alt, .posts-grid .featured-thumbnail:hover .my-permalink-icon.alt, .portfolio-related-posts .featured-thumbnail:hover .my-permalink-icon.alt, .es-carousel .es-carousel_li .featured-thumbnail:hover .my-permalink-icon.alt, .posts-grid .es-carousel_li .featured-thumbnail:hover .my-permalink-icon.alt, .portfolio-related-posts .es-carousel_li .featured-thumbnail:hover .my-permalink-icon.alt, .es-carousel .posts-grid.portfolio li:hover .my-permalink-icon.alt, .posts-grid .posts-grid.portfolio li:hover .my-permalink-icon.alt, .portfolio-related-posts .posts-grid.portfolio li:hover .my-permalink-icon.alt { margin-left:-20px; }
.es-carousel .thumbnail:hover .my-permalink-icon, .posts-grid .thumbnail:hover .my-permalink-icon, .portfolio-related-posts .thumbnail:hover .my-permalink-icon, .es-carousel .featured-thumbnail:hover .my-permalink-icon, .posts-grid .featured-thumbnail:hover .my-permalink-icon, .portfolio-related-posts .featured-thumbnail:hover .my-permalink-icon, .es-carousel .es-carousel_li .featured-thumbnail:hover .my-permalink-icon, .posts-grid .es-carousel_li .featured-thumbnail:hover .my-permalink-icon, .portfolio-related-posts .es-carousel_li .featured-thumbnail:hover .my-permalink-icon, .es-carousel .posts-grid.portfolio li:hover .my-permalink-icon, .posts-grid .posts-grid.portfolio li:hover .my-permalink-icon, .portfolio-related-posts .posts-grid.portfolio li:hover .my-permalink-icon { margin-left:-45px; }
.thumbnail:hover .my-zoom-icon, .featured-thumbnail:hover .my-zoom-icon, .es-carousel_li .featured-thumbnail:hover .my-zoom-icon, .posts-grid.portfolio li:hover .my-zoom-icon {
	right:50%;
	margin-right:-45px;
}
.portfolio_item_holder .my-zoom-icon {
	left:0;
	right:auto;
}
.portfolio_item_holder .my-permalink-icon {
	right:0;
	left:auto;
}
.portfolio_item_holder .thumbnail:hover .my-zoom-icon, .portfolio_item_holder .featured-thumbnail:hover .my-zoom-icon {
	margin:-35.5px 0 0 -76px;
	left:50%;
	right:auto;
}
.portfolio_item_holder .thumbnail:hover .my-permalink-icon, .portfolio_item_holder .featured-thumbnail:hover .my-permalink-icon {
	margin:-35.5px -76px 0 0;
	right:50%;
	left:auto;
}
.zoom-icon { background:rgba(120,195,176,0.8); }
.no-rgba .zoom-icon { background:url(images/red-opacity-80.png); }
.zoom-icon:before {
	margin:-15px 0 0 -15px;
	width:30px;
	height:30px;
	background-image:none;
	color:#fff;
	content:'\f002';
	font-family:FontAwesome;
	font-size:30px;
	line-height:30px;
	text-align:center;
}
.testimonial {
	padding:0;
	border:none;
	background-color:transparent;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq {
	margin:0 0 23px 0;
	padding:30px;
	border:1px solid #c6c6c6;
	background-color:transparent;
	position:relative;
	color:#94999c;
	font-size:14px;
	line-height:24px;
}
.testimonial_bq:before {
	border:none;
	position:absolute;
	bottom:-30px;
	left:35px;
	width:33px;
	height:30px;
	background-image:url(images/corner.gif);
}
.testimonial_content { background-image:none; }
.testimonial .featured-thumbnail { margin:0 20px 0 70px; }
.testimonial .featured-thumbnail img {
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:60px;
		height:60px;
	}
}
.testimonial small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:12px 0 0;
	font-size:12px;
	color:#94999c;
	display:block;
}
.testimonial small .user {
	font-size:14px;
	font-family:Montserrat;
	font-weight:bold;
	font-style:normal;
	color:#32393d;
}
.comments-h {
	margin:0;
	padding:0;
	font-size:30px;
	line-height:1.2em;
}
.comment .comment-body {
	margin-top:26px;
	padding:27px 25px 22px 34px;
	border:none;
	background:#e8e8e8;
	color:#999999;
}
.comment .comment-body .extra-wrap p {
	font-size:12px !important;
	line-height:22px !important;
}
.comment.bypostauthor .comment-body { background:#e8e8e8; }
.comment-author { margin-right:30px; }
.comment-author .avatar { border:1px solid #c5d0d2; }
.comment-author .author {
	width:63px;
	font-size:14px;
	font-weight:normal;
	color:#333;
	text-transform:capitalize;
	padding-top:14px;
	text-align:left;
}
.comment-meta {
	color:#78c3b0;
	font-size:12px;
}
.comment-meta:before {
	content:'\f073';
	font-family:FontAwesome;
	font-size:12px;
	color:#78c3b0;
	margin-right:10px;
}
.reply { margin-left:18px; }
.reply:before {
	content:'\f112';
	font-family:FontAwesome;
	font-size:14px;
	color:#393939;
	margin-right:6px;
}
.reply a {
	font-size:14px;
	text-transform:uppercase;
	color:#393939;
}
.reply a:hover { text-decoration:underline !important; }
.comment-list #respond { padding-left:0; }
#respond h3 {
	font-size:30px;
	line-height:1.2em;
	margin-bottom:26px;
}
.comment-list ul.children { margin-left:40px; }
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
#commentform p { margin-bottom:0; }
#commentform p.field { margin-bottom:11px; }
#commentform input[type="text"] {
	width:534px;
	padding:11.5px 16px;
}
#commentform input[type="submit"] {
	padding-left:53px;
	padding-right:53px;
	height:57px;
	font-size:14px;
	float:right;
}
#commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:22px;
	width:100%;
	max-width:100%;
	min-width:100%;
	min-height:176px;
	height:176px;
}
.children #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100%;
}
@media (max-width: 480px) {
	#commentform textarea {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width:100%;
		max-width:100%;
		min-width:100%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
#sidebar { padding-top:53px; }
#sidebar .widget { margin-bottom:60px; }
#sidebar .widget h3 {
	margin-bottom:30px;
	font-size:22px;
	line-height:1.1em;
}
#sidebar .widget ul { margin-left:0; }
#sidebar .widget ul li {
	list-style:none;
	margin-bottom:6px;
	text-transform:uppercase;
}
#sidebar .widget ul li:before {
	content:'\f00c';
	font-family:FontAwesome;
	font-size:14px;
	color:#78c3b0;
	margin-right:11px;
}
#sidebar .widget ul li a { color:#393939; }
#sidebar .widget.works li {
	margin:0;
	padding:1.5em 0 0 0;
}
#sidebar .widget.works li:first-child { padding-top:0; }
#sidebar .widget.works .featured-thumbnail {
	border-bottom:7px solid #7c7a7a;
	padding:0 0 1px 0;
	margin:0 0 29px 0;
}
#sidebar .widget.works .featured-thumbnail:hover img {
	border-color:#ee8478;
	background-color:#ee8478;
}
#sidebar .widget.works .featured-thumbnail img {
	border:1px solid #cbcbcb;
	padding:3px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#sidebar .widget.works .post-list_h, #sidebar .widget.works .post-list_h a {
	color:#ee8478;
	font-size:18px;
	line-height:1.1em;
	margin:0 0 10px 0;
}
#sidebar .widget.works .post-list_h a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#sidebar .widget.works .post-list_h a:hover, #sidebar .widget.works .post-list_h a:focus {
	color:#78c3b0;
	text-decoration:none;
}
#sidebar .widget.works .excerpt {
	font-size:12px;
	line-height:22px;
	color:#393939;
	text-transform:uppercase;
	margin-bottom:0;
}
#sidebar .widget[id^="recent-comments"] ul li {
	margin-bottom:5px;
	color:#393939;
	text-transform:uppercase;
}
#sidebar .widget[id^="recent-comments"] ul li:before { content:'\f075'; }
#sidebar .widget[id^="recent-comments"] ul li a {
	color:#999999;
	text-transform:lowercase;
}
.search-form form { margin-bottom:0; }
.header .search-form {
	margin:21px 0 0 17px;
	float:right;
}
.error404-holder .search-form { padding-top:59px; }
.search-form #search-header {
	width:268px;
	height:36px;
	border:1px solid #c6c6c6;
}
.search-form_it {
	width:232px;
	padding:8px 12px !important;
	border:1px solid #c7c7c7 !important;
	background-color:#fff !important;
}
.error404-holder .search-form_it { width:344px; }
@media (max-width: 480px) {
	.error404-holder .search-form_it {
		width:100%;
		height:40px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.header .search-form_it {
	width:200px;
	padding:8px 15px !important;
	margin:0 !important;
	border:none !important;
	background-color:transparent !important;
	font-size:14px;
	float:left;
}
.search-form_it:focus { border-color:#78c3b0 !important; }
.search-form_is {
	text-transform:capitalize !important;
	padding:0 33px !important;
	margin-left:2px;
	height:40px !important;
	color:#fff !important;
}
.header .search-form_is {
	width:37px;
	height:36px !important;
	background-color:transparent;
	line-height:36px;
	border:none;
	padding:0 !important;
	margin:0 !important;
	color:#78c3b0 !important;
	font-size:14px;
	float:right;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.header .search-form_is:hover, .header .search-form_is:focus {
	color:#999999 !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
.post-list li {
	padding-top:0;
	padding-bottom:18px;
	margin:0 !important;
	text-transform:none !important;
}
.post-list li:before { display:none !important; }
.post-list .featured-thumbnail {
	margin:0 18px 10px 0;
	width:80px;
}
@media (min-width: 1200px) {
	.post-list .featured-thumbnail { width:auto; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.post-list .featured-thumbnail {
		width:auto;
		float:none;
		margin-right:0;
	}
	.widget .post-list .featured-thumbnail { width:92px; }
	.post-list .featured-thumbnail a { display:inline; }
}
.post-list_h {
	text-transform:uppercase;
	font-size:12px;
	line-height:18px;
	margin:7px 0 6px 0;
}
.post-list_h a { font-size:12px; }
.post-list time {
	font-size:10px;
	text-transform:uppercase;
	margin-right:21px;
}
.post-list time:before {
	font-family:FontAwesome;
	content:'\f133';
	color:#fff;
	font-size:14px;
	margin-right:6px;
}
.post-list .excerpt { margin-bottom:1em; }
.post-list_comment { color:#fff; }
.post-list_comment:before {
	font-family:FontAwesome;
	content:'\f0e5';
	color:#fff;
	font-size:14px;
	margin-right:6px;
}
.post-list .btn.btn-link {
	padding-left:0 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	text-shadow:none !important;
}
[id^="child_my_postwidget"] .post-list li {
	border-top:1px solid #d4d4d4;
	padding:17px 0 7px 0;
	margin:0;
}
[id^="child_my_postwidget"] .post-list li:first-child {
	border:none;
	padding-top:0;
}
[id^="child_my_postwidget"] .post-list .thumbnail {
	padding:3px;
	border:1px solid #d4d4d4;
}
[id^="child_my_postwidget"] .post-list time { font-size:11px; }
[id^="child_my_postwidget"] .post-list time:before {
	content:'\f073';
	color:#b8b8b8;
}
[id^="child_my_postwidget"] .post-list .post-list_h {
	text-transform:none;
	font-size:13px;
}
[id^="child_my_postwidget"] .post-list .post-list_h a {
	color:#333;
	font-size:13px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.flickr_list { margin-right:-12px !important; }
}
.flickr_li {
	margin:0 12px 12px 0 !important;
	float:left;
}
.flickr_li:before { display:none; }
.flickr_li .thumbnail {
	position:relative;
	margin:0;
	display:inline-block;
	vertical-align:top;
}
.flickr_li .thumbnail img { width:65px; }
@media (min-width: 1200px) {
	.flickr_li .thumbnail img { width:82px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.flickr_li .thumbnail img { width:77px; }
}
.ie8 .flickr_li .thumbnail img { max-width:none; }
.flickr_li:nth-child(3n) { margin-right:0 !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.flickr_li:nth-child(3n) { margin-right:12px !important; }
}
@media (max-width: 767px) {
	.flickr_li:nth-child(3n) { margin-right:12px !important; }
}
.flickr_li.nomargin { margin-right:0 !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.flickr_li.nomargin { margin-right:12px !important; }
}
@media (max-width: 767px) {
	.flickr_li.nomargin { margin-right:12px !important; }
}
.ie8 .flickr_li.nomargin { margin-left:0; }
.ie8 .flickr_li img { height:auto !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.flickr_li .thumbnail { display:block; }
}
@media (max-width: 767px) {
	.flickr_li {
		float:left !important;
		width:auto !important;
	}
	.flickr_li .thumbnail {
		display:block;
		float:left;
	}
}
.vcard i {
	font-size:14px;
	margin:0 14px 0 0 !important;
	color:#fff !important;
	float:left;
	text-align:center;
	margin-top:1px;
	width:22px;
	height:22px;
	line-height:22px;
	border:1px solid #5a7282;
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	border-radius:22px;
}
.vcard .adr { font-weight:normal; }
.vcard .locality_wrap { margin-bottom:6px; }
.vcard .locality_wrap .meta_format {
	display:inline;
	margin-bottom:0;
}
.vcard .locality_wrap .meta_format .postal-code, .vcard .locality_wrap .meta_format .street-address { display:inline; }
.vcard span { display:block; }
.vcard .meta_format {
	margin-top:0;
	margin-bottom:6px;
	color:#fff;
	overflow:hidden;
	line-height:18px;
}
.vcard .meta_format span { padding-top:2px; }
.vcard .meta_format span span { padding-top:0; }
.vcard .ladle {
	padding-right:5px;
	font-weight:normal;
}
.vcard .ladle, .vcard .ladle+span { display:inline-block; }
.mini-posts-list { margin:0; }
@media (max-width: 767px) {
	.mini-posts-list { margin-bottom:25px; }
}
.mini-posts-list.no-title h4 { display:none; }
.mini-posts-list li {
	border:none;
	padding:0;
	margin:26px 0 0 0;
}
.widget .mini-posts-list li {
	text-transform:none !important;
	border-top:1px solid #c6c6c6;
	margin:0;
	padding:14px 0 2px 0;
}
.widget .mini-posts-list li:first-child {
	border-top:none;
	padding-top:0;
}
.widget .mini-posts-list li:before { display:none !important; }
.mini-posts-list li:first-child {
	margin-top:0;
	padding-top:0;
}
.mini-posts-list .featured-thumbnail { margin:4px 17px 10px 0; }
.mini-posts-list .featured-thumbnail a {
	border:1px solid #c6c6c6;
	background-color:#fff;
	padding:3px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.mini-posts-list .featured-thumbnail a:hover, .mini-posts-list .featured-thumbnail a:focus {
	border-color:#78c3b0;
	background-color:#78c3b0;
}
.mini-posts-list .excerpt { margin-bottom:3px; }
.mini-posts-list .mini-post-meta { color:#78c3b0; }
.banner-wrap { margin:0; }
.banner-wrap .featured-thumbnail {
	margin:0 24px 10px 0;
	float:left;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .featured-thumbnail {
		float:none;
		margin-right:0;
	}
}
@media (max-width: 767px) {
	.banner-wrap .featured-thumbnail {
		float:none;
		margin-right:0;
	}
}
.banner-wrap .featured-thumbnail a {
	border:1px solid #c9c9c9;
	border-bottom-width:2px;
	padding:3px;
	background-color:#fff;
}
.banner-wrap .featured-thumbnail a:hover, .banner-wrap .featured-thumbnail a:focus {
	background-color:#ee8478;
	border-color:#ee8478;
	border-bottom-color:#e54634;
}
.banner-wrap h5 {
	margin:4px 0 18px 0;
	color:#ee8478;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}
.banner-wrap .btn-link { padding:0; }
.banner-wrap.extra-style h5 {
	font-size:20px;
	line-height:26px;
	margin-bottom:15px;
}
.banner-wrap.extra-style .featured-thumbnail {
	margin-right:0;
	margin-bottom:25px;
}
.banner-wrap.extra-style .featured-thumbnail a { border-bottom-width:1px; }
.banner-wrap.extra-style .featured-thumbnail a:hover, .banner-wrap.extra-style .featured-thumbnail a:focus { border-bottom-color:#ee8478; }
.testimonials { padding-top:7px; }
.testimonials .testi-item {
	margin-bottom:0;
	padding-bottom:0;
}
.testimonials .testi-item blockquote {
	padding:34px 18px 27px 50px;
	margin:0 0 36px 0;
	border:1px solid #c6c6c6;
	background:transparent;
	font-family:Montserrat;
	font-size:12px;
	font-style:normal;
	line-height:22px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
}
@media (min-width: 1200px) {
	.testimonials .testi-item blockquote { padding:34px 18px 27px 50px; }
}
.testimonials .testi-item blockquote:before {
	border:none;
	position:absolute;
	bottom:-30px;
	left:54px;
	width:33px;
	height:30px;
	background-image:url(images/corner.gif);
}
.testimonials .testi-item blockquote:after {
	position:absolute;
	left:20px;
	top:26px;
	width:22px;
	height:15px;
	background-image:url(images/quotes.png);
}
.testimonials .testi-item blockquote > a {
	color:#999999 !important;
	display:block;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.testimonials .testi-item blockquote > a:hover { text-decoration:underline; }
.testimonials .testi-item .featured-thumbnail {
	margin:0 15px 0 0;
	padding:3px;
	border:1px solid #c6c6c6;
	width:86px;
	height:86px;
	-webkit-border-radius:86px;
	-moz-border-radius:86px;
	border-radius:86px;
}
.testimonials .testi-item .featured-thumbnail img {
	-webkit-border-radius:86px;
	-moz-border-radius:86px;
	border-radius:86px;
}
.testimonials .testi-item .testi-meta {
	font-size:12px;
	padding:29px 0 0 0;
	color:#999999;
}
.testimonials .testi-item .testi-meta .user {
	font-weight:bold;
	font-size:14px;
	line-height:1.2em;
	text-transform:uppercase;
	color:#32393d;
	display:block;
	margin-bottom:2px;
}
.testimonials.extra { margin-top:45px; }
.testimonials.extra blockquote { margin-left:0; }
.testimonials.extra blockquote:before { background-image:url(images/corner_alt2.gif); }
.testimonials.extra2 { padding-top:16px; }
.testimonials.grid-style { margin-right:-20px; }
@media (min-width: 1200px) {
	.testimonials.grid-style { margin-right:-30px; }
}
@media (max-width: 767px) {
	.testimonials.grid-style { margin-right:0; }
}
.testimonials.grid-style .testi-item {
	float:left;
	width:300px;
	margin-right:20px;
}
@media (min-width: 1200px) {
	.testimonials.grid-style .testi-item {
		width:370px;
		margin-right:30px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonials.grid-style .testi-item { width:228px; }
}
@media (max-width: 767px) {
	.testimonials.grid-style .testi-item {
		float:none;
		width:auto;
		margin:0 0 20px 0;
	}
}
.testimonials.grid-style .testi-item blockquote:before { background-image:url(images/corner_alt2.gif); }
.testimonials.grid-style_alt .testi-item blockquote:before { background-image:url(images/corner_alt4.gif); }
.testimonials.no-thumb-style .testi-item .testi-meta { padding-top:4px; }
@media (max-width: 767px) {
	.recent-posts { margin-bottom:25px !important; }
}
.recent-posts_li {
	margin-top:20px;
	margin-bottom:0;
	padding:0;
}
.recent-posts_li:first-child {
	padding:0;
	margin-top:0;
}
.recent-posts_li .featured-thumbnail {
	float:left;
	margin:0 20px 10px 0;
	padding:3px;
	border:1px solid #c7c7c7;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.recent-posts_li .featured-thumbnail a {
	border:none !important;
	padding:0 !important;
}
.recent-posts_li .featured-thumbnail:hover {
	border-color:#ee8478;
	background-color:#ee8478;
}
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts_li .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-right:0;
	}
}
@media (max-width: 480px) {
	.recent-posts_li .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-right:0;
	}
}
.recent-posts_li h5 {
	margin-bottom:16px;
	font-size:13px;
}
.recent-posts_li h5 a { color:#333; }
.recent-posts_li .excerpt { margin-bottom:1em; }
.recent-posts_li .excerpt a { color:#999999; }
.recent-posts_li .meta {
	margin-bottom:6px;
	color:#78c3b0;
	font-size:12px;
	text-transform:none;
}
.recent-posts_li .post-date { float:left; }
.recent-posts_li .post-date:before {
	content:'\f073';
	font-size:12px;
	font-family:FontAwesome;
	color:#78c3b0;
	margin-right:8px;
}
.recent-posts .post_comment { display:none; }
.recent-posts.no-title h5 { display:none; }
.recent-posts.no-title .excerpt { margin-bottom:0; }
.recent-posts.extra { margin:0 !important; }
.recent-posts.extra li {
	margin:23px 0 0 0;
	padding:0 0 0 83px;
	position:relative;
}
.recent-posts.extra li:first-child { margin-top:0; }
.recent-posts.extra li h5 {
	margin-bottom:5px;
	font-size:14px;
}
.recent-posts.extra li h5 a { color:#393939; }
.recent-posts.extra li .excerpt { margin-bottom:17px; }
.recent-posts.extra li .excerpt a { color:#999999; }
.recent-posts.extra li .meta {
	margin-bottom:0;
	color:#999999;
	font-size:14px;
	text-transform:none;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
}
.recent-posts.extra li .post-date {
	float:none;
	border:1px solid #c6c6c6;
	border-bottom:none;
	width:68px;
	height:57px;
	display:block;
	padding:12px 0 0 0;
}
.recent-posts.extra li .post-date:before { display:none; }
.recent-posts.extra li .post-date .year {
	display:block;
	font-size:20px;
}
.recent-posts.extra .post_comment { display:block; }
.recent-posts.extra .post_comment a {
	font-size:14px;
	line-height:42px;
	background-color:#ee8478;
	display:block;
	color:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.recent-posts.extra .post_comment a:hover, .recent-posts.extra .post_comment a:focus {
	text-decoration:none;
	background-color:#eb6f61;
}
.recent-posts.extra .post_comment a:before {
	content:'\f086';
	font-family:FontAwesome;
	font-size:16px;
	padding-right:5px;
}
.posts-grid li .featured-thumbnail { margin:0 0 22px 0; }
.ie8 .posts-grid li .featured-thumbnail img { max-width:none; }
.posts-grid h5 {
	font-size:13px;
	font-weight:normal;
	margin:0 0 6px 0;
}
.posts-grid h5 a {
	color:#32393d;
	text-decoration:none;
}
.posts-grid h5 a:hover { text-decoration:underline; }
.posts-grid .post_meta {
	border:none;
	padding:0;
	color:#78c3b0;
}
.posts-grid .post_meta .post_date { margin-right:17px !important; }
.posts-grid .post_meta .post_date:before {
	content:'\f073';
	font-family:FontAwesome;
	font-size:12px;
	font-style:normal;
	color:#78c3b0;
	margin-right:11px;
}
.posts-grid .post_meta .post_comment a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid .post_meta .post_comment a:hover, .posts-grid .post_meta .post_comment a:focus {
	color:#333;
	text-decoration:none;
}
.posts-grid .post_meta .post_comment:before {
	content:'\f073';
	font-family:FontAwesome;
	font-size:14px;
	font-style:normal;
	margin-right:8px;
}
.posts-grid .excerpt {
	border-top:1px solid #f2f4f5;
	margin:15px 0 0 0;
	padding:12px 0 0 0;
}
.posts-grid.custom-grid .post_meta { margin-bottom:4px; }
.posts-grid.custom-grid h5 { display:none; }
.posts-grid.custom-grid .featured-thumbnail { display:none; }
.posts-grid.custom-grid .post_comment { display:none; }
.posts-grid.custom-grid .excerpt {
	border-top:none;
	padding:0;
	margin:0 0 20px 0;
}
.posts-grid.custom-grid .btn {
	padding-left:39px;
	padding-right:39px;
}
.posts-grid.portfolio li {
	background-color:#f2f4f5;
	border-bottom:1px solid #e1e4e5;
	text-align:center;
	margin-bottom:30px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 767px) {
	.posts-grid.portfolio li {
		width:270px !important;
		float:left !important;
		margin-right:20px !important;
		margin-bottom:20px !important;
	}
}
.posts-grid.portfolio li:hover { border-bottom-color:#78c3b0; }
.posts-grid.portfolio .featured-thumbnail { margin:0 0 0 0; }
.posts-grid.portfolio h5 {
	margin:0;
	padding:29px 0 26px 0;
	font-size:14px;
	font-weight:normal;
	line-height:1.2em;
	text-transform:uppercase;
}
.posts-grid.portfolio h5 a {
	text-decoration:none;
	color:#32393d;
}
.posts-grid.portfolio h5 a:hover { text-decoration:underline; }
.posts-grid.team li {
	text-align:center;
	margin-bottom:0;
}
@media (max-width: 767px) {
	.posts-grid.team li {
		text-align:left;
		margin-bottom:20px;
	}
}
.posts-grid.team h5 {
	font-size:16px;
	line-height:1.2em;
	margin:0 0 5px 0;
}
.posts-grid.team .featured-thumbnail img {
	-webkit-border-radius:170px;
	-moz-border-radius:170px;
	border-radius:170px;
}
.posts-grid.team .featured-thumbnail:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	width:100%;
	height:140px;
	-webkit-box-shadow:inset 0 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:inset 0 2px 3px rgba(0,0,0,0.3);
	box-shadow:inset 0 2px 3px rgba(0,0,0,0.3);
	-webkit-border-radius:170px;
	-moz-border-radius:170px;
	border-radius:170px;
}
@media (min-width: 1200px) {
	.posts-grid.team .featured-thumbnail:before { height:170px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.team .featured-thumbnail:before { height:104px; }
}
@media (max-width: 767px) {
	.posts-grid.team .featured-thumbnail:before { height:170px; }
}
.posts-grid.team .featured-thumbnail .hover-wrap {
	-webkit-border-radius:170px;
	-moz-border-radius:170px;
	border-radius:170px;
}
.posts-grid.team .page-desc {
	font-size:12px;
	color:#94999c;
}
.posts-grid.team .post_networks {
	text-align:center;
	padding-top:20px;
}
@media (max-width: 767px) {
	.posts-grid.team .post_networks {
		text-align:left;
		padding-top:10px;
	}
}
.posts-grid.team .post_networks li {
	float:none;
	display:inline-block;
	vertical-align:top;
}
.posts-grid.team-extra li { text-align:left; }
.posts-grid.team-extra .featured-thumbnail { margin-bottom:25px; }
.posts-grid.team-extra .featured-thumbnail:before { display:none; }
.posts-grid.team-extra .featured-thumbnail img {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.posts-grid.team-extra .featured-thumbnail .hover-wrap {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.posts-grid.team-extra .featured-thumbnail .extra_post_networks {
	display:block;
	width:108px;
	height:48px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-24px 0 0 -54px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid.team-extra .featured-thumbnail .extra_post_networks ul li {
	width:auto;
	margin:0 0 0 12px;
}
.posts-grid.team-extra .featured-thumbnail .extra_post_networks ul li:first-child { margin-left:0; }
.posts-grid.team-extra .featured-thumbnail .extra_post_networks ul li a {
	width:48px;
	height:48px;
	background-color:#fff;
	text-align:center;
	line-height:48px;
	font-size:22px;
	color:#94999c;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid.team-extra .featured-thumbnail .extra_post_networks ul li a:hover, .posts-grid.team-extra .featured-thumbnail .extra_post_networks ul li a:focus {
	text-decoration:none;
	background-color:#32393d;
	color:#fff;
}
.posts-grid.team-extra .featured-thumbnail .my-permalink-icon, .posts-grid.team-extra .featured-thumbnail .my-zoom-icon { display:none; }
.posts-grid.team-extra .featured-thumbnail:hover .extra_post_networks {
	opacity:1;
	filter:alpha(opacity=100);
}
.posts-grid.team-extra h5 { margin-bottom:1px; }
.posts-grid.team-extra .excerpt { padding-top:15px; }
.posts-grid.team-extra .page-desc { font-size:13px; }
.posts-grid.team-extra .post_networks { display:none; }
.extra_post_networks { display:none; }
.es-carousel_list li {
	margin-bottom:0 !important;
	color:#999999;
	background-color:#4b4b4b;
	color:#999999;
	font-size:11px;
	line-height:18px;
}
@media (max-width: 320px) {
	.es-carousel_list li { margin-right:10px !important; }
}
.es-carousel_list li:before { display:none; }
.es-carousel_list .featured-thumbnail { margin-bottom:0; }
.es-carousel_list .desc { padding:31px 20px 23px 20px; }
.es-carousel_list h5 {
	font-size:14px;
	line-height:1.2em;
	margin:0 0 7px 0;
	text-transform:uppercase;
}
.es-carousel_list h5 a {
	color:#fff;
	text-decoration:none;
}
.es-carousel_list h5 a:hover, .es-carousel_list h5 a:focus { text-decoration:underline; }
.es-carousel_list .excerpt {
	margin-bottom:0;
	font-size:11px;
	line-height:18px;
	color:#999999;
}
.carousel-wrap {
	position:relative;
	margin:0 0 0px;
}
.carousel-wrap > h2 {
	margin:0 0 33px 0;
	font-size:30px;
	line-height:1em;
}
@media (max-width: 320px) {
	.carousel-wrap > h2 {
		font-size:25px;
		padding-right:90px;
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
.widget .carousel-wrap > h2 {
	font-size:18px;
	margin-bottom:15px;
}
.carousel-wrap.team .post_networks { padding-top:8px; }
.carousel-wrap.team .post_networks div div {
	float:left;
	margin-left:2px;
}
.carousel-wrap.team .post_networks div div:first-child { margin-left:0 !important; }
.carousel-wrap.team .post_networks div div a {
	font-size:12px;
	width:27px;
	height:27px;
	line-height:27px;
	text-align:center;
	display:block;
	color:#78c3b0;
	border:2px solid #78c3b0 !important;
	-webkit-border-radius:27px;
	-moz-border-radius:27px;
	border-radius:27px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.carousel-wrap.team .post_networks div div a:hover, .carousel-wrap.team .post_networks div div a:focus {
	text-decoration:none;
	border-color:#fff !important;
	color:#fff !important;
}
.carousel-wrap.testi li { background-color:transparent !important; }
.carousel-wrap.testi .desc { padding:0; }
.carousel-wrap.testi .featured-thumbnail {
	padding:3px;
	margin:0 11px 0 0;
	background-color:#f7f7f7;
	border:1px solid #c6c6c6;
	float:left;
	-webkit-border-radius:94px;
	-moz-border-radius:94px;
	border-radius:94px;
}
.carousel-wrap.testi .featured-thumbnail:hover {
	border-color:#78c3b0;
	background-color:#78c3b0;
}
.carousel-wrap.testi .featured-thumbnail img {
	-webkit-border-radius:94px;
	-moz-border-radius:94px;
	border-radius:94px;
}
.carousel-wrap.testi .excerpt {
	font-size:14px;
	line-height:24px;
	color:#393939;
	padding:58px 30px 34px 50px;
	margin-bottom:40px;
	border:1px solid #b8b8b8;
	border-bottom:none !important;
	background-image:url(images/white-opacity-70.png);
	position:relative;
}
.carousel-wrap.testi .excerpt:before {
	content:'';
	position:absolute;
	left:26px;
	top:31px;
	width:22px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(images/quotes.png);
}
.carousel-wrap.testi .excerpt:after {
	content:'';
	width:100%;
	max-width:570px;
	height:30px;
	position:absolute;
	bottom:-30px;
	left:0;
	background-repeat:no-repeat;
	background-image:url(images/corner_alt3.png);
}
.carousel-wrap.testi .user {
	font-size:14px;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	color:#393939;
	display:block;
	padding:31px 0 0 0;
	margin-bottom:6px;
}
.carousel-wrap.testi .info {
	color:#393939;
	font-size:12px;
}
.carousel-wrap.posts li { background-color:transparent !important; }
.carousel-wrap.posts .featured-thumbnail { margin:0 0 22px 0; }
.carousel-wrap.posts .desc { padding:0; }
.carousel-wrap.posts h5 {
	font-size:13px;
	font-weight:normal;
	margin:0 0 6px 0;
}
.carousel-wrap.posts h5 a {
	color:#32393d;
	text-decoration:none;
}
.carousel-wrap.posts h5 a:hover { text-decoration:underline; }
.carousel-wrap.posts time {
	color:#94999c;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:17px;
}
.carousel-wrap.posts time:before {
	content:'\f133';
	font-family:FontAwesome;
	font-size:14px;
	font-style:normal;
	color:#78c3b0;
	margin-right:11px;
}
.carousel-wrap.posts .comments_link {
	font-size:13px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:8px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.carousel-wrap.posts .comments_link:hover, .carousel-wrap.posts .comments_link:focus {
	color:#333;
	text-decoration:none;
}
.carousel-wrap.posts .comments_link:before {
	content:'\f0e5';
	font-family:FontAwesome;
	font-size:14px;
	font-style:normal;
	margin-right:8px;
	color:#78c3b0;
}
.carousel-wrap.posts .excerpt {
	border-top:1px solid #f2f4f5;
	margin:15px 0 0 0;
	padding:12px 0 0 0;
}
.carousel-wrap.portfolio .es-carousel_li { background-color:transparent !important; }
.carousel-wrap.portfolio .es-carousel .featured-thumbnail {
	padding:3px;
	background-color:#fff;
	border:1px solid #c9c9c9;
	position:relative;
	overflow:visible;
	margin-bottom:38px;
}
.carousel-wrap.portfolio .es-carousel .featured-thumbnail:after {
	content:'';
	width:100.5%;
	height:7px;
	position:absolute;
	left:-1px;
	right:-1px;
	bottom:-9px;
	background-color:#7c7a7a;
}
.carousel-wrap.portfolio .es-carousel .featured-thumbnail .hover-wrap {
	bottom:3px;
	top:3px;
	left:3px;
	right:3px;
}
.carousel-wrap.portfolio .es-carousel .desc { padding:0; }
.carousel-wrap.portfolio .es-carousel h5 {
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	margin:0 0 12px 0;
}
.carousel-wrap.portfolio .es-carousel h5 a {
	color:#ee8478;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.carousel-wrap.portfolio .es-carousel h5 a:hover, .carousel-wrap.portfolio .es-carousel h5 a:focus {
	text-decoration:none;
	color:#78c3b0;
}
.carousel-wrap.portfolio .es-carousel .excerpt {
	color:#393939;
	font-size:12px;
	line-height:22px;
	text-transform:uppercase;
}
.es-nav span {
	right:41px;
	margin-top:-71px;
	width:40px;
	height:40px;
	background:none;
	text-align:center;
	background-color:#7c7a7a;
	opacity:1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 320px) {
	.es-nav span { right:51px; }
}
.widget .es-nav span { margin-top:-38px; }
.es-nav span:before {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	font-family:FontAwesome;
	font-size:24px;
	line-height:40px;
	text-indent:0;
	content:'\f104';
	text-align:center;
	color:#fff;
}
.es-nav span.es-nav-next {
	right:0;
	left:auto;
}
@media (max-width: 320px) {
	.es-nav span.es-nav-next { right:10px; }
}
.es-nav span.es-nav-next:before { content:'\f105'; }
.es-nav span:hover { background-color:rgba(124,122,122,0.4); }
.no-rgba .es-nav span:hover {
	background-color:transparent;
	background-repeat:repeat;
	background-image:url(images/gray-opacity-40.png);
}
.service-box {
	padding:0;
	background-color:transparent;
	border:none;
	margin-bottom:0;
	text-align:center;
	overflow:visible;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (min-width: 1200px) {
	.service-box { text-align:left; }
}
@media (max-width: 767px) {
	.service-box { margin-bottom:30px; }
}
.service-box.no-margin { margin-bottom:0; }
@media (max-width: 767px) {
	.service-box.no-margin { margin-bottom:10px; }
}
.service-box.no-margin .service-box_txt { margin-bottom:0; }
@media (max-width: 767px) {
	.service-box.no-margin .service-box_txt { margin-bottom:20px; }
}
.service-box_body {
	overflow:hidden;
	padding-top:17px;
}
.service-box .icon {
	margin:0 0 10px 0;
	float:none;
}
@media (min-width: 1200px) {
	.service-box .icon {
		float:left;
		margin-right:24px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box .icon {
		float:none;
		margin-right:0;
	}
}
@media (max-width: 767px) {
	.service-box .icon {
		float:none;
		margin-right:0;
	}
}
.service-box .icon [class^="icon-"]:before, .service-box .icon [class*=" icon-"]:before {
	font-size:44px;
	font-family:FontAwesome;
	color:#78c3b0;
	border:4px solid #78c3b0;
	width:92px;
	height:92px;
	line-height:92px;
	text-align:center;
	position:relative;
	z-index:2;
	-webkit-border-radius:92px;
	-moz-border-radius:92px;
	border-radius:92px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box .icon a {
	position:relative;
	display:block;
}
.service-box .icon a:hover, .service-box .icon a:focus { text-decoration:none; }
.service-box .icon a:hover [class^="icon-"]:before, .service-box .icon a:hover [class*=" icon-"]:before, .service-box .icon a:focus [class^="icon-"]:before, .service-box .icon a:focus [class*=" icon-"]:before { color:#fff !important; }
.service-box .icon a:hover:before, .service-box .icon a:focus:before {
	background-color:#78c3b0;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:1;
	filter:alpha(opacity=100);
}
.service-box .icon a:before {
	content:'';
	width:100px;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.service-box h2 {
	font-size:30px;
	line-height:1em;
	color:#78c3b0;
	overflow:visible;
	margin:0 0 5px 0 !important;
	padding-top:10px;
}
@media (min-width: 1200px) {
	.service-box h2 { padding-top:21px; }
}
.service-box h5 {
	font-size:24px;
	font-weight:normal !important;
	line-height:1em;
	text-transform:uppercase;
	overflow:hidden;
	margin:0;
}
.service-box_txt { margin-bottom:28px; }
@media (max-width: 767px) {
	.service-box_txt { margin-bottom:15px; }
}
.service-box .btn-align { text-align:center; }
@media (min-width: 1200px) {
	.service-box .btn-align { text-align:left; }
}
.service-box.color-2 h2 { color:#eacd8f; }
.service-box.color-2 .icon [class^="icon-"]:before, .service-box.color-2 .icon [class*=" icon-"]:before {
	border-color:#eacd8f;
	color:#eacd8f;
}
.service-box.color-2 .icon a:hover:before, .service-box.color-2 .icon a:focus:before { background-color:#eacd8f; }
.service-box.color-2 .btn-link:hover, .service-box.color-2 .btn-link:focus { color:#eacd8f; }
.service-box.color-3 h2 { color:#ee8478; }
.service-box.color-3 .icon [class^="icon-"]:before, .service-box.color-3 .icon [class*=" icon-"]:before {
	border-color:#ee8478;
	color:#ee8478;
}
.service-box.color-3 .icon a:hover:before, .service-box.color-3 .icon a:focus:before { background-color:#ee8478; }
.service-box.color-3 .btn-link:hover, .service-box.color-3 .btn-link:focus { color:#ee8478; }
.service-box.extra { text-align:center; }
@media (max-width: 767px) {
	.service-box.extra { margin-bottom:25px !important; }
}
.service-box.extra .icon {
	float:none;
	margin-right:0;
}
.service-box.extra .btn-align { text-align:inherit; }
.service-box.extra .btn-link {
	color:#32393d;
	padding-left:0;
	padding-top:0;
	padding-bottom:0;
	border:none;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box.extra .btn-link:hover {
	text-decoration:none;
	color:#78c3b0;
}
.service-box.extra .btn-link:after { color:#32393d !important; }
.service-box.extra.no-margin .service-box_txt { margin-bottom:20px; }
.service-box.extra.extra-1 {
	background-color:#f2f4f5;
	margin:35px 0 0 0;
	padding:0 35px 30px;
	overflow:visible;
}
.service-box.extra.extra-1:hover .icon [class^="icon-"]:before, .service-box.extra.extra-1:hover .icon [class*=" icon-"]:before {
	background-color:#fff !important;
	color:#78c3b0 !important;
	border-color:#78c3b0;
}
.service-box.extra.extra-1 .title { margin-top:-35px; }
.service-box.extra.extra-1 .icon {
	top:-35px;
	position:relative;
}
.service-box.extra.extra-1 .icon [class^="icon-"]:before, .service-box.extra.extra-1 .icon [class*=" icon-"]:before {
	background-color:#78c3b0;
	color:#fff !important;
}
.service-box.extra.extra-1 .btn-link { color:#393939; }
.service-box.extra.extra-1 .btn-link:hover, .service-box.extra.extra-1 .btn-link:focus { color:#78c3b0; }
.service-box.extra.extra-1.color-2 .icon [class^="icon-"]:before, .service-box.extra.extra-1.color-2 .icon [class*=" icon-"]:before {
	background-color:#eacd8f;
	border-color:#eacd8f;
}
.service-box.extra.extra-1.color-2 .btn-link:hover, .service-box.extra.extra-1.color-2 .btn-link:focus { color:#eacd8f; }
.service-box.extra.extra-1.color-2:hover [class^="icon-"]:before, .service-box.extra.extra-1.color-2:hover [class*=" icon-"]:before { color:#eacd8f !important; }
.service-box.extra.extra-1.color-3 .icon [class^="icon-"]:before, .service-box.extra.extra-1.color-3 .icon [class*=" icon-"]:before {
	background-color:#ee8478;
	border-color:#ee8478;
}
.service-box.extra.extra-1.color-3 .btn-link:hover, .service-box.extra.extra-1.color-3 .btn-link:focus { color:#ee8478; }
.service-box.extra.extra-1.color-3:hover [class^="icon-"]:before, .service-box.extra.extra-1.color-3:hover [class*=" icon-"]:before { color:#ee8478 !important; }
.service-box.alt { margin-bottom:25px; }
@media (min-width: 1200px) {
	.service-box.alt { margin-bottom:0; }
}
@media (max-width: 767px) {
	.service-box.alt { margin:25px 0 0 0; }
}
.service-box.alt .icon { margin-bottom:10px; }
@media (min-width: 1200px) {
	.service-box.alt .icon { margin-bottom:20px; }
}
.service-box.alt2 .title { padding-top:0; }
.service-box.alt3 {
	border-bottom:1px solid #c6c6c6;
	margin-bottom:25px;
	padding-bottom:21px;
}
.service-box.alt3.no-border {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.service-box.alt3 .title {
	font-size:24px;
	color:#393939;
	margin:0 !important;
	padding:5px 0 0 0;
}
.service-box.alt3 .clear { clear:none; }
.service-box.alt3 .service-box_body { padding-top:12px; }
.service-box.alt3 .service-box_txt { margin-bottom:0; }
.hero-unit {
	background-color:transparent;
	padding:0 0 33px 0;
	position:relative;
	margin-bottom:46px;
	text-align:center;
	border-bottom:1px solid #d8d8d8;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit { padding-right:0; }
}
@media (max-width: 767px) {
	.hero-unit { padding-right:0; }
}
.hero-unit:after {
	content:'';
	width:100%;
	height:1px;
	background-color:#d8d8d8;
	position:absolute;
	bottom:-3px;
	left:0;
}
.hero-unit.extra {
	background-color:#fcfcfc;
	border:none;
	padding:30px 237px 29px 34px;
	margin:46px 0 0 0;
	text-align:left;
	min-height:58px;
}
@media (min-width: 1200px) {
	.hero-unit.extra { padding-right:283px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extra { padding-right:34px; }
}
@media (max-width: 767px) {
	.hero-unit.extra { padding-right:34px; }
}
.hero-unit.extra:after { display:none; }
.hero-unit.extra h1 {
	font-size:36px;
	line-height:1em;
	text-transform:uppercase;
	color:#78c3b0;
	margin:0 0 3px 0;
}
.hero-unit.extra p {
	font-size:16px;
	line-height:1.2em;
	color:#393939;
	text-transform:uppercase;
	margin-bottom:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extra p { margin-bottom:15px; }
}
@media (max-width: 767px) {
	.hero-unit.extra p { margin-bottom:15px; }
}
.hero-unit.extra .btn-align {
	position:absolute;
	right:32px;
	top:31px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extra .btn-align {
		position:relative;
		top:0;
		right:0;
	}
}
@media (max-width: 767px) {
	.hero-unit.extra .btn-align {
		position:relative;
		top:0;
		right:0;
	}
}
.hero-unit.extra .btn-primary {
	text-shadow:none;
	text-transform:uppercase;
	background:none;
	position:relative;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.hero-unit.extra .btn-primary.btn-normal {
	font-size:14px;
	padding:14px 55px 15px;
}
.hero-unit.extra_alt { border:1px solid #d5d5d5; }
.hero-unit.extra2 {
	border:none;
	padding:5px 0 10px 0;
	margin:0;
}
.hero-unit.extra2:after { display:none; }
.hero-unit.extra2 p { margin-bottom:27px; }
.hero-unit.extra2 .btn-primary {
	border:3px solid #ee8478;
	background:none !important;
	color:#262626;
}
.hero-unit.extra2 .btn-primary:hover, .hero-unit.extra2 .btn-primary:focus {
	background:none !important;
	color:#393939;
	border-color:#999999;
}
.hero-unit.extra2 .btn-primary.btn-large { padding:14.5px 40px; }
.hero-unit h1 {
	font-size:36px;
	line-height:1.2em;
	margin:0 0 11px 0;
	color:#393939;
}
.hero-unit p {
	font-size:14px;
	line-height:24px;
	margin-bottom:0;
}
@media (max-width: 767px) {
	.hero-unit p { margin-bottom:20px; }
}
.price-plans { padding:30px 0 0 0; }
@media (max-width: 767px) {
	.price-plans { padding-top:0; }
}
.price-plans .plan {
	background-color:#fff;
	margin-bottom:0;
}
.content_box.style-5 .price-plans .plan { background-color:#f7f7f7; }
@media (max-width: 767px) {
	.price-plans .plan { margin-bottom:10px; }
}
.price-plans .plan h3 {
	font-size:28px;
	font-weight:400 !important;
	line-height:1.2em;
	background-color:#e8e8e8;
	padding-top:27px;
	padding-bottom:28px;
}
.price-plans .plan h4 {
	font-size:32px;
	font-weight:400 !important;
	line-height:1.2em;
	background-color:#99abb1;
	padding-top:15px;
	padding-bottom:14px;
}
.price-plans .plan h4 sup {
	top:-0.5em;
	font-size:19px;
}
.price-plans .plan-container { border-top:1px solid #e1e4e5; }
.price-plans .plan-features-row { font-size:13px; }
.price-plans .plan-features-row:first-child { font-size:14px; }
.price-plans .plan-features-row figure > [class^="icon-"], .price-plans .plan-features-row figure > [class*=" icon-"] {
	border:none;
	width:auto;
	height:auto;
	line-height:1.2em !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.price-plans .plan-features-row, .price-plans .plan-labelled-row {
	padding-top:18px;
	padding-bottom:18px;
}
.price-plans .plan .btn {
	margin-top:0;
	margin-bottom:0;
	padding-top:20px;
	padding-bottom:20px;
	border:none;
	display:block;
	font-size:16px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	color:#fff;
	text-shadow:none;
	background-color:#99abb1;
	background-image:-moz-linear-gradient(top,#99abb1,#99abb1);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#99abb1),to(#99abb1));
	background-image:-webkit-linear-gradient(top,#99abb1,#99abb1);
	background-image:-o-linear-gradient(top,#99abb1,#99abb1);
	background-image:linear-gradient(to bottom,#99abb1,#99abb1);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99abb1', endColorstr='#ff99abb1', GradientType=0);
	border-color:#99abb1 #99abb1 #6e8790;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#99abb1;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.price-plans .plan .btn:hover, .price-plans .plan .btn:focus, .price-plans .plan .btn:active, .price-plans .plan .btn.active, .price-plans .plan .btn.disabled, .price-plans .plan .btn[disabled] {
	color:#fff;
	background-color:#99abb1;
	*background-color:#8b9fa6;
}
.price-plans .plan .btn:active, .price-plans .plan .btn.active { background-color:#7c939b \9; }
.price-plans .plan .btn:hover, .price-plans .plan .btn:focus {
	color:#fff;
	text-shadow:none;
	background-color:#a7b7bc;
	background-image:-moz-linear-gradient(top,#a7b7bc,#a7b7bc);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#a7b7bc),to(#a7b7bc));
	background-image:-webkit-linear-gradient(top,#a7b7bc,#a7b7bc);
	background-image:-o-linear-gradient(top,#a7b7bc,#a7b7bc);
	background-image:linear-gradient(to bottom,#a7b7bc,#a7b7bc);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa7b6bc', endColorstr='#ffa7b6bc', GradientType=0);
	border-color:#a7b7bc #a7b7bc #7c939b;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#a7b7bc;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.price-plans .plan .btn:hover:hover, .price-plans .plan .btn:hover:focus, .price-plans .plan .btn:hover:active, .price-plans .plan .btn:hover.active, .price-plans .plan .btn:hover.disabled, .price-plans .plan .btn:hover[disabled], .price-plans .plan .btn:focus:hover, .price-plans .plan .btn:focus:focus, .price-plans .plan .btn:focus:active, .price-plans .plan .btn:focus.active, .price-plans .plan .btn:focus.disabled, .price-plans .plan .btn:focus[disabled] {
	color:#fff;
	background-color:#a7b7bc;
	*background-color:#99abb1;
}
.price-plans .plan .btn:hover:active, .price-plans .plan .btn:hover.active, .price-plans .plan .btn:focus:active, .price-plans .plan .btn:focus.active { background-color:#8b9fa6 \9; }
.price-plans .plan .btn:focus { background-color:#a7b7bc !important; }
.price-plans .plan.highlight {
	margin-top:-31px;
	border:1px solid #fff;
	background-color:#fcfcfc;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	-webkit-box-shadow:0 0 9px rgba(0,0,0,0.09);
	-moz-box-shadow:0 0 9px rgba(0,0,0,0.09);
	box-shadow:0 0 9px rgba(0,0,0,0.09);
}
@media (max-width: 767px) {
	.price-plans .plan.highlight { margin-top:0; }
}
.price-plans .plan.highlight h3 {
	font-size:32px;
	line-height:1.2em;
	padding-top:40px;
	padding-bottom:41px;
	background-color:#393939;
	color:#fff;
	border-color:#fff;
}
.price-plans .plan.highlight h4 {
	padding-top:14px;
	background-color:#7c7a7a;
}
.price-plans .plan.highlight .btn {
	margin-top:0;
	margin-bottom:0;
	padding-top:33px;
	padding-bottom:33px;
	font-size:24px;
	line-height:1.2em;
	color:#fff;
	text-shadow:none;
	background-color:#393939;
	background-image:-moz-linear-gradient(top,#393939,#393939);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#393939),to(#393939));
	background-image:-webkit-linear-gradient(top,#393939,#393939);
	background-image:-o-linear-gradient(top,#393939,#393939);
	background-image:linear-gradient(to bottom,#393939,#393939);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff393939', endColorstr='#ff393939', GradientType=0);
	border-color:#393939 #393939 #131313;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#393939;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.price-plans .plan.highlight .btn:hover, .price-plans .plan.highlight .btn:focus, .price-plans .plan.highlight .btn:active, .price-plans .plan.highlight .btn.active, .price-plans .plan.highlight .btn.disabled, .price-plans .plan.highlight .btn[disabled] {
	color:#fff;
	background-color:#393939;
	*background-color:#2c2c2c;
}
.price-plans .plan.highlight .btn:active, .price-plans .plan.highlight .btn.active { background-color:#202020 \9; }
.price-plans .plan.highlight .btn:hover, .price-plans .plan.highlight .btn:focus {
	color:#fff;
	text-shadow:none;
	background-color:#464646;
	background-image:-moz-linear-gradient(top,#464646,#464646);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#464646),to(#464646));
	background-image:-webkit-linear-gradient(top,#464646,#464646);
	background-image:-o-linear-gradient(top,#464646,#464646);
	background-image:linear-gradient(to bottom,#464646,#464646);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff454545', endColorstr='#ff454545', GradientType=0);
	border-color:#464646 #464646 #202020;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#464646;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.price-plans .plan.highlight .btn:hover:hover, .price-plans .plan.highlight .btn:hover:focus, .price-plans .plan.highlight .btn:hover:active, .price-plans .plan.highlight .btn:hover.active, .price-plans .plan.highlight .btn:hover.disabled, .price-plans .plan.highlight .btn:hover[disabled], .price-plans .plan.highlight .btn:focus:hover, .price-plans .plan.highlight .btn:focus:focus, .price-plans .plan.highlight .btn:focus:active, .price-plans .plan.highlight .btn:focus.active, .price-plans .plan.highlight .btn:focus.disabled, .price-plans .plan.highlight .btn:focus[disabled] {
	color:#fff;
	background-color:#464646;
	*background-color:#393939;
}
.price-plans .plan.highlight .btn:hover:active, .price-plans .plan.highlight .btn:hover.active, .price-plans .plan.highlight .btn:focus:active, .price-plans .plan.highlight .btn:focus.active { background-color:#2c2c2c \9; }
.price-plans .plan.highlight .btn:focus { background-color:#464646 !important; }
.price-plans .plan.plan-labelled {
	text-align:left;
	margin-top:118px;
}
.price-plans .plan.plan-labelled h4 {
	font-size:18px;
	line-height:1.2em;
	margin:0;
	padding:0 18px 16px;
}
.price-plans .plan-labelled-row { padding:18px; }
.price-plans .plan.color-1 h4 { background-color:#78c3b0; }
.price-plans .plan.color-1 .btn {
	color:#fff;
	text-shadow:none;
	background-color:#78c3b0;
	background-image:-moz-linear-gradient(top,#78c3b0,#78c3b0);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#78c3b0),to(#78c3b0));
	background-image:-webkit-linear-gradient(top,#78c3b0,#78c3b0);
	background-image:-o-linear-gradient(top,#78c3b0,#78c3b0);
	background-image:linear-gradient(to bottom,#78c3b0,#78c3b0);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78c3b0', endColorstr='#ff78c3b0', GradientType=0);
	border-color:#78c3b0 #78c3b0 #49a58e;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#78c3b0;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.price-plans .plan.color-1 .btn:hover, .price-plans .plan.color-1 .btn:focus, .price-plans .plan.color-1 .btn:active, .price-plans .plan.color-1 .btn.active, .price-plans .plan.color-1 .btn.disabled, .price-plans .plan.color-1 .btn[disabled] {
	color:#fff;
	background-color:#78c3b0;
	*background-color:#66bba6;
}
.price-plans .plan.color-1 .btn:active, .price-plans .plan.color-1 .btn.active { background-color:#55b39b \9; }
.price-plans .plan.color-1 .btn:hover, .price-plans .plan.color-1 .btn:focus {
	color:#fff;
	text-shadow:none;
	background-color:#8acbba;
	background-image:-moz-linear-gradient(top,#8acbba,#8acbba);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#8acbba),to(#8acbba));
	background-image:-webkit-linear-gradient(top,#8acbba,#8acbba);
	background-image:-o-linear-gradient(top,#8acbba,#8acbba);
	background-image:linear-gradient(to bottom,#8acbba,#8acbba);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89caba', endColorstr='#ff89caba', GradientType=0);
	border-color:#8acbba #8acbba #55b39b;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#8acbba;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.price-plans .plan.color-1 .btn:hover:hover, .price-plans .plan.color-1 .btn:hover:focus, .price-plans .plan.color-1 .btn:hover:active, .price-plans .plan.color-1 .btn:hover.active, .price-plans .plan.color-1 .btn:hover.disabled, .price-plans .plan.color-1 .btn:hover[disabled], .price-plans .plan.color-1 .btn:focus:hover, .price-plans .plan.color-1 .btn:focus:focus, .price-plans .plan.color-1 .btn:focus:active, .price-plans .plan.color-1 .btn:focus.active, .price-plans .plan.color-1 .btn:focus.disabled, .price-plans .plan.color-1 .btn:focus[disabled] {
	color:#fff;
	background-color:#8acbba;
	*background-color:#78c3b0;
}
.price-plans .plan.color-1 .btn:hover:active, .price-plans .plan.color-1 .btn:hover.active, .price-plans .plan.color-1 .btn:focus:active, .price-plans .plan.color-1 .btn:focus.active { background-color:#66bba6 \9; }
.price-plans .plan.color-1 .btn:focus { background-color:#8acbba !important; }
.price-plans .plan.color-2 h4 { background-color:#eacd8f; }
.price-plans .plan.color-2 .btn {
	color:#fff;
	text-shadow:none;
	background-color:#eacd8f;
	background-image:-moz-linear-gradient(top,#eacd8f,#eacd8f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#eacd8f),to(#eacd8f));
	background-image:-webkit-linear-gradient(top,#eacd8f,#eacd8f);
	background-image:-o-linear-gradient(top,#eacd8f,#eacd8f);
	background-image:linear-gradient(to bottom,#eacd8f,#eacd8f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeacd8f', endColorstr='#ffeacd8f', GradientType=0);
	border-color:#eacd8f #eacd8f #deb04f;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#eacd8f;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.price-plans .plan.color-2 .btn:hover, .price-plans .plan.color-2 .btn:focus, .price-plans .plan.color-2 .btn:active, .price-plans .plan.color-2 .btn.active, .price-plans .plan.color-2 .btn.disabled, .price-plans .plan.color-2 .btn[disabled] {
	color:#fff;
	background-color:#eacd8f;
	*background-color:#e6c37a;
}
.price-plans .plan.color-2 .btn:active, .price-plans .plan.color-2 .btn.active { background-color:#e2ba64 \9; }
.price-plans .plan.color-2 .btn:hover, .price-plans .plan.color-2 .btn:focus {
	color:#fff;
	text-shadow:none;
	background-color:#eed7a4;
	background-image:-moz-linear-gradient(top,#eed7a4,#eed7a4);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#eed7a4),to(#eed7a4));
	background-image:-webkit-linear-gradient(top,#eed7a4,#eed7a4);
	background-image:-o-linear-gradient(top,#eed7a4,#eed7a4);
	background-image:linear-gradient(to bottom,#eed7a4,#eed7a4);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeed6a4', endColorstr='#ffeed6a4', GradientType=0);
	border-color:#eed7a4 #eed7a4 #e2ba64;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#eed7a4;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.price-plans .plan.color-2 .btn:hover:hover, .price-plans .plan.color-2 .btn:hover:focus, .price-plans .plan.color-2 .btn:hover:active, .price-plans .plan.color-2 .btn:hover.active, .price-plans .plan.color-2 .btn:hover.disabled, .price-plans .plan.color-2 .btn:hover[disabled], .price-plans .plan.color-2 .btn:focus:hover, .price-plans .plan.color-2 .btn:focus:focus, .price-plans .plan.color-2 .btn:focus:active, .price-plans .plan.color-2 .btn:focus.active, .price-plans .plan.color-2 .btn:focus.disabled, .price-plans .plan.color-2 .btn:focus[disabled] {
	color:#fff;
	background-color:#eed7a4;
	*background-color:#eacd8f;
}
.price-plans .plan.color-2 .btn:hover:active, .price-plans .plan.color-2 .btn:hover.active, .price-plans .plan.color-2 .btn:focus:active, .price-plans .plan.color-2 .btn:focus.active { background-color:#e6c37a \9; }
.price-plans .plan.color-2 .btn:focus { background-color:#eed7a4 !important; }
.price-plans .plan.color-3 h4 { background-color:#ee8478; }
.price-plans .plan.color-3 .btn {
	color:#fff;
	text-shadow:none;
	background-color:#ee8478;
	background-image:-moz-linear-gradient(top,#ee8478,#ee8478);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee8478),to(#ee8478));
	background-image:-webkit-linear-gradient(top,#ee8478,#ee8478);
	background-image:-o-linear-gradient(top,#ee8478,#ee8478);
	background-image:linear-gradient(to bottom,#ee8478,#ee8478);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee8478', endColorstr='#ffee8478', GradientType=0);
	border-color:#ee8478 #ee8478 #e54634;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#ee8478;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.price-plans .plan.color-3 .btn:hover, .price-plans .plan.color-3 .btn:focus, .price-plans .plan.color-3 .btn:active, .price-plans .plan.color-3 .btn.active, .price-plans .plan.color-3 .btn.disabled, .price-plans .plan.color-3 .btn[disabled] {
	color:#fff;
	background-color:#ee8478;
	*background-color:#eb6f61;
}
.price-plans .plan.color-3 .btn:active, .price-plans .plan.color-3 .btn.active { background-color:#e85b4b \9; }
.price-plans .plan.color-3 .btn:hover, .price-plans .plan.color-3 .btn:focus {
	color:#fff;
	text-shadow:none;
	background-color:#f1998f;
	background-image:-moz-linear-gradient(top,#f1998f,#f1998f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1998f),to(#f1998f));
	background-image:-webkit-linear-gradient(top,#f1998f,#f1998f);
	background-image:-o-linear-gradient(top,#f1998f,#f1998f);
	background-image:linear-gradient(to bottom,#f1998f,#f1998f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0988e', endColorstr='#fff0988e', GradientType=0);
	border-color:#f1998f #f1998f #e85b4b;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#f1998f;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.price-plans .plan.color-3 .btn:hover:hover, .price-plans .plan.color-3 .btn:hover:focus, .price-plans .plan.color-3 .btn:hover:active, .price-plans .plan.color-3 .btn:hover.active, .price-plans .plan.color-3 .btn:hover.disabled, .price-plans .plan.color-3 .btn:hover[disabled], .price-plans .plan.color-3 .btn:focus:hover, .price-plans .plan.color-3 .btn:focus:focus, .price-plans .plan.color-3 .btn:focus:active, .price-plans .plan.color-3 .btn:focus.active, .price-plans .plan.color-3 .btn:focus.disabled, .price-plans .plan.color-3 .btn:focus[disabled] {
	color:#fff;
	background-color:#f1998f;
	*background-color:#ee8478;
}
.price-plans .plan.color-3 .btn:hover:active, .price-plans .plan.color-3 .btn:hover.active, .price-plans .plan.color-3 .btn:focus:active, .price-plans .plan.color-3 .btn:focus.active { background-color:#eb6f61 \9; }
.price-plans .plan.color-3 .btn:focus { background-color:#f1998f !important; }
.price-plans-4 .plan h3 {
	font-size:24px;
	padding-top:29px;
	padding-bottom:30px;
}
.price-plans-4 .plan.highlight h3 {
	font-size:28px;
	padding-top:42px;
	padding-bottom:43px;
}
.price-plans.icons .plan-features-row {
	padding-bottom:18px;
	padding-top:18px;
	vertical-align:top;
}
.price-plans.icons .plan-features-row .aligncenter {
	margin-bottom:0;
	margin-top:0;
}
.footer {
	background-color:#4b4b4b;
	border:none;
	padding:0 0 0 0;
	font-size:12px;
	color:#999999;
}
@media (max-width: 767px) {
	.footer {
		padding-left:20px;
		padding-right:20px;
		padding-top:20px;
	}
}
.footer-widgets {
	padding:66px 0 55px 0;
	color:#999;
}
@media (max-width: 767px) {
	.footer-widgets { padding:10px 0 25px 0; }
}
.footer-widgets .widget-title {
	color:#fff;
	font-size:22px;
	line-height:1.2em;
	position:relative;
	margin:0 0 31px 0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
@media (max-width: 767px) {
	.footer-widgets .widget-title { margin-top:30px; }
}
.footer-widgets .list.styled > ul { margin-left:0; }
.footer-widgets .list.styled > ul li {
	list-style:none;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
	margin:13px 0 0 0;
	padding:0 0 0 21px;
	position:relative;
}
.footer-widgets .list.styled > ul li:first-child { margin-top:0; }
.footer-widgets .list.styled > ul li:before {
	content:'\f00c';
	font-family:FontAwesome;
	font-size:14px;
	color:#78c3b0;
	position:absolute;
	left:0;
	top:0;
}
.footer-widgets .list.styled > ul li a {
	color:#999999;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.footer-widgets .list.styled > ul li a:hover, .footer-widgets .list.styled > ul li a:focus {
	text-decoration:none;
	color:#fff;
}
.footer-widgets address { line-height:22px; }
.footer-widgets address > span {
	display:block;
	position:relative;
	padding:0 0 0 22px;
}
.footer-widgets address > span:before {
	position:absolute;
	left:0;
	top:0;
	font-size:14px;
	font-family:FontAwesome;
	color:#78c3b0;
}
.footer-widgets address > span.locality { margin:0 -2px 21px 0; }
.footer-widgets address > span.locality:before { content:'\f041'; }
.footer-widgets address > span.phone { margin-bottom:20px; }
.footer-widgets address > span.phone:before { content:'\f095'; }
.footer-widgets address > span.email:before { content:'\f0e0'; }
.footer-widgets address .label {
	font-size:12px;
	width:75px;
	padding:0;
	background-color:transparent;
	text-shadow:none;
	color:inherit;
	font-weight:normal;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
nav.footer-nav {
	float:none;
	margin-bottom:0;
}
nav.footer-nav ul { float:none; }
nav.footer-nav ul li { padding:0 15px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li { padding:0 10px; }
}
@media (max-width: 767px) {
	nav.footer-nav ul li { padding:0 5px; }
}
nav.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
nav.footer-nav ul li.current-menu-item a { text-decoration:underline; }
.copyright {
	padding:52px 0 60px 0;
	text-transform:uppercase;
	border-top:1px solid #7c7a7a;
	position:relative;
	color:#fff;
}
@media (max-width: 767px) {
	.copyright { padding:30px 0 20px; }
}
.copyright:before, .copyright:after {
	content:'';
	position:absolute;
	top:-1px;
	width:100%;
	height:1px;
	background-color:#7c7a7a;
}
.copyright:before { left:-99%; }
.copyright:after { right:-99%; }
@media (max-width: 767px) {
	.copyright { padding-bottom:30px; }
}
.footer-text { float:none; }
@media (max-width: 767px) {
	.footer-text { margin-bottom:0; }
}
.footer-text .pull-right { text-align:right; }
@media (max-width: 767px) {
	.footer-text .pull-right { text-align:center; }
}
@media (max-width: 767px) {
	.footer-text .pull-left, .footer-text .pull-right { float:none !important; }
}
.parallax-box p {
	color:#393939;
	font-size:14px;
	line-height:24px;
}
figure > [class^="icon-"], figure > [class*=" icon-"] {
	width:60px;
	height:60px;
	line-height:60px !important;
	color:#78c3b0;
	border:4px solid #78c3b0;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
}
figure.aligntextleft { margin:0 14px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	figure.aligntextleft {
		float:none;
		margin-bottom:10px;
	}
}
.spacer { height:60px; }
.video_preview > div {
	border:1px solid #cbcbcb;
	padding:3px;
	background-color:#f7f7f7;
}
.content_box { position:relative; }
.content_box:before, .content_box:after {
	content:'';
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-color:inherit;
	z-index:-1;
}
.content_box:before { left:-99%; }
.content_box:after { right:-99%; }
.content_box.no-margin { margin-top:0 !important; }
.content_box.style-1 {
	padding:76px 0 77px 0;
	margin:0 0 3px 0;
}
.content_box.style-1:before, .content_box.style-1:after {
	width:2048px;
	left:50%;
	margin:0 0 0 -1024px;
}
.content_box.style-1:before {
	top:-3px;
	border-top:1px solid #d8d8d8;
}
.content_box.style-1:after {
	background-color:#d8d8d8;
	height:1px;
	bottom:-3px;
	top:auto;
}
.content_box.style-1_alt { padding:69px 0 58px 0; }
.content_box.style-1_alt2 { padding:73px 0 72px 0; }
.content_box.style-1_alt2 h2 { margin:0 0 28px 0; }
.content_box.style-1_alt2 h6 {
	font-size:18px;
	line-height:24px;
	margin:0 0 18px 0;
}
.content_box.style-1_alt2 .carousel-wrap { padding:63px 0 0 0; }
.content_box.style-2 { padding:65px 0 69px 0; }
.content_box.style-2 h2 { margin-bottom:35px; }
.content_box.style-2 h6 { margin-bottom:31px; }
.content_box.style-2_alt { padding-bottom:50px; }
.content_box.style-2_alt h5 {
	font-size:14px;
	font-weight:400 !important;
	line-height:14px;
	margin:0 0 8px 0;
	padding:5px 0 0 0;
}
.content_box.style-2.icons { padding:67px 0 41px 0; }
.content_box.style-2.icons h6 {
	font-size:14px;
	line-height:24px;
	margin:11px 0 18px 0;
}
.content_box.style-2.icons p {
	font-size:11px;
	line-height:18px;
}
.content_box.style-3 {
	background-color:#e8e8e8;
	border-bottom:1px solid #eeeeee;
	padding:77px 0 53px 0;
}
.content_box.style-3:before, .content_box.style-3:after { border:inherit; }
.content_box.style-3 > h2 { margin:0 0 35px 0; }
.content_box.style-3_alt { padding:75px 0 69px 0; }
.content_box.style-3_alt2 { padding:66px 0 69px 0; }
.content_box.style-3_alt3 { padding:75px 0 69px 0; }
.content_box.style-4 {
	background-color:#f7f7f7;
	padding:64px 0 54px 0;
}
.content_box.style-4 h6 { margin:0 0 31px 0; }
.content_box.style-5 {
	background-color:#fff;
	padding:53px 0 58px 0;
}
.content_box.style-5.icons h6 {
	font-size:14px;
	line-height:24px;
	margin:11px 0 18px 0;
}
.content_box.style-5.icons p {
	font-size:11px;
	line-height:18px;
}
.content_box.clients {
	padding:24px 0 19px 0;
	background-color:transparent;
}
@media (max-width: 767px) {
	.content_box.clients { padding-top:10px; }
}
.content_box.clients:before, .content_box.clients:after {
	width:9999em;
	left:-55%;
}
.content_box.clients:before {
	background-color:#f7f7f7;
	border-top:1px solid #d5d5d5;
}
.content_box.clients:after {
	height:1px;
	background-color:#d5d5d5;
	bottom:0;
	top:auto;
}
.content_box.clients_alt { padding-bottom:21px; }
.content_box.clients_alt:after { bottom:2px; }
.content_box.clients_alt2 { padding-bottom:21px; }
.content_box.clients_alt2:before { background-color:#e9e9e9; }
.content_box.clients_alt2:after { display:none; }
.content_box.clients .custom-list ul { margin:0; }
.content_box.clients .custom-list ul li {
	float:left;
	margin:0 0 0 58px;
}
@media (min-width: 1200px) {
	.content_box.clients .custom-list ul li { margin-left:78px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.content_box.clients .custom-list ul li { margin-left:15px; }
}
@media (max-width: 767px) {
	.content_box.clients .custom-list ul li {
		width:48%;
		margin:0 1% 15px 1%;
		text-align:center;
	}
}
.content_box.clients .custom-list ul li:first-child { margin-left:0; }
.content_box.clients .custom-list ul li:before { display:none; }
.content_box.clients .custom-list ul li img {
	margin:0;
	border:none;
	padding:0;
}
@media (max-width: 767px) {
	.content_box.clients .custom-list ul li img { float:none; }
}
.nsu-form { margin-bottom:0; }
.nsu-form p { display:inline; }
.nsu-form label { margin-bottom:0; }
.nsu-form input[type="text"] {
	background-color:#fff !important;
	border-width:1px;
	padding:8px 12px;
	margin:0 5px 0 0;
	width:344px;
}
.nsu-form input[type="submit"] {
	font-size:13px;
	background-color:#78c3b0;
	border:none;
	padding:0 15px;
	height:40px;
	color:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nsu-form input[type="submit"]:hover, .nsu-form input[type="submit"]:focus { background-color:#8acbba; }
.google-map {
	border:1px solid #c8c8c8;
	padding:3px;
	font-size:0;
	line-height:0;
}
.google-map.fullwidth {
	margin:-69px -100% 40px;
	padding:0;
	border:none;
}
.page-template-page-home-php .google-map.fullwidth {
	background-color:#f7f7f7;
	border-top:1px solid #d8d8d8;
	padding:2px 0 0 0;
	margin-bottom:0;
	margin-top:0;
}
#back-top { margin-bottom:0; }
#back-top-wrapper {
	right:20px;
	bottom:20px;
}
#back-top a { color:#fff; }
#back-top a:hover { color:#fff; }
#back-top a:hover span { background-color:#78c3b0 !important; }
#back-top span {
	background-image:none;
	background-color:#999999 !important;
	margin-bottom:0;
}
#back-top span:before {
	content:'\f077';
	font-size:28px;
	line-height:50px;
	font-family:FontAwesome;
}
.fullwidth-box {
	background-color:#f2f4f5;
	position:relative;
	border-top:1px solid #e1e4e5;
	border-bottom:1px solid #e1e4e5;
	padding:43px 0 30px 0;
	margin-bottom:60px;
}
.fullwidth-box:before, .fullwidth-box:after {
	position:absolute;
	top:-1px;
	content:'';
	width:100%;
	height:100%;
	background-color:inherit;
	border:inherit;
}
.fullwidth-box:before { left:-100%; }
.fullwidth-box:after { right:-100%; }
.fullwidth-box.extra {
	padding-bottom:60px;
	margin-top:34px;
	text-align:center;
}
.fullwidth-box.extra h1 {
	font-size:42px;
	line-height:1.2em;
	margin-bottom:25px;
}
.fullwidth-box.extra p {
	font-size:14px;
	line-height:22px;
	margin-bottom:38px;
}
@media (min-width: 1200px) {
	.fullwidth-box.extra p { padding:0 185px; }
}
.fullwidth-box.extra .btn-primary { text-transform:uppercase; }
.fullwidth-box.extra .btn-primary.btn-large {
	font-size:14px;
	padding:18px 40px 19px;
}
.progress {
	background:#f2f4f5;
	padding:2px;
	height:32px;
	margin-bottom:22px;
	margin-top:3px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.progress .bar {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.progress-danger .bar, .progress .bar-danger {
	background-color:#e74c3c;
	background-image:-moz-linear-gradient(top,#e74c3c,#e74c3c);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#e74c3c),to(#e74c3c));
	background-image:-webkit-linear-gradient(top,#e74c3c,#e74c3c);
	background-image:-o-linear-gradient(top,#e74c3c,#e74c3c);
	background-image:linear-gradient(to bottom,#e74c3c,#e74c3c);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74c3c', endColorstr='#ffe74c3c', GradientType=0);
}
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
	background-color:#e74c3c;
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-success .bar, .progress .bar-success {
	background-color:#27ae60;
	background-image:-moz-linear-gradient(top,#27ae60,#27ae60);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#27ae60),to(#27ae60));
	background-image:-webkit-linear-gradient(top,#27ae60,#27ae60);
	background-image:-o-linear-gradient(top,#27ae60,#27ae60);
	background-image:linear-gradient(to bottom,#27ae60,#27ae60);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff27ae60', endColorstr='#ff27ae60', GradientType=0);
}
.progress-success.progress-striped .bar, .progress-striped .bar-success {
	background-color:#27ae60;
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-info .bar, .progress .bar-info {
	background-color:#3498db;
	background-image:-moz-linear-gradient(top,#3498db,#3498db);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#3498db),to(#3498db));
	background-image:-webkit-linear-gradient(top,#3498db,#3498db);
	background-image:-o-linear-gradient(top,#3498db,#3498db);
	background-image:linear-gradient(to bottom,#3498db,#3498db);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff3498db', GradientType=0);
}
.progress-info.progress-striped .bar, .progress-striped .bar-info {
	background-color:#3498db;
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-warning .bar, .progress .bar-warning {
	background-color:#eacd8f;
	background-image:-moz-linear-gradient(top,#eacd8f,#eacd8f);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#eacd8f),to(#eacd8f));
	background-image:-webkit-linear-gradient(top,#eacd8f,#eacd8f);
	background-image:-o-linear-gradient(top,#eacd8f,#eacd8f);
	background-image:linear-gradient(to bottom,#eacd8f,#eacd8f);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeacd8f', endColorstr='#ffeacd8f', GradientType=0);
}
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
	background-color:yellow;
	background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.accordion {
	border:1px solid #c6c6c6;
	top:7px;
}
.extra-wrap .accordion {
	top:0;
	border:none;
	margin-bottom:0 !important;
}
@media (max-width: 767px) {
	.extra-wrap .accordion {
		clear:both;
		padding-top:20px;
	}
}
@media (max-width: 767px) {
	.accordion {
		top:0;
		margin-bottom:35px;
	}
}
.accordion-group {
	border:none;
	margin-bottom:0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.extra-wrap .accordion-group { margin-top:21px; }
.extra-wrap .accordion-group:first-child { margin-top:0px; }
.accordion-group:first-child .accordion-heading .accordion-toggle { border-top:none; }
.accordion-heading .accordion-toggle {
	border-top:1px solid #c6c6c6;
	color:#393939;
	font-size:14px;
	line-height:1.2em;
	text-transform:uppercase;
	text-decoration:none !important;
	padding:17px 48px 18px 23px;
	position:relative;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.extra-wrap .accordion-heading .accordion-toggle {
	border-top:none;
	padding:2px 0 3px 33px;
}
.accordion-heading .accordion-toggle:hover { color:#78c3b0; }
.accordion-heading .accordion-toggle:after {
	font-family:FontAwesome;
	font-size:16px;
	color:#78c3b0;
	line-height:1.2em;
	position:absolute;
	right:17px;
	top:16px;
	content:'\f0fe';
}
.extra-wrap .accordion-heading .accordion-toggle:after {
	font-size:24px;
	top:-4px;
	left:0;
	right:auto;
}
.accordion-heading .accordion-toggle.active { border-bottom:1px solid #c6c6c6; }
.extra-wrap .accordion-heading .accordion-toggle.active { border:none; }
.accordion-heading .accordion-toggle.active:after { content:'\f146'; }
.accordion-inner {
	padding:18px 28px 16px 23px;
	border:none;
}
.extra-wrap .accordion-inner { padding:14px 0 0 0; }
.accordion-inner p { margin-bottom:0; }
address {
	line-height:24px;
	font-size:13px;
}
address h5 {
	font-size:13px;
	font-weight:normal !important;
	line-height:20px;
	margin:2px 0 22px 0;
	text-transform:none;
}
address .alignleft { margin:0 17px 0 0; }
address figure > [class^="icon-"], address figure > [class*=" icon-"] {
	border:none;
	width:auto;
	height:auto;
	padding:0;
	line-height:1.5em !important;
	color:#78c3b0 !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.google-map, .preloader { margin:10px 0 37px 0; }
select, 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 {
	border:2px solid #c6c6c6;
	font-size:12px;
	color:#999999;
	padding:11px 12px 12px;
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
	color:#999999;
	opacity:1;
}
select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, .uneditable-input::-ms-input-placeholder { color:#999999; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#999999; }
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#999999; }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#999999; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#999999; }
select:focus, 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:#78c3b0;
	background-color:transparent;
	-webkit-box-shadow:0 0 4px rgba(120,195,176,0.6);
	-moz-box-shadow:0 0 4px rgba(120,195,176,0.6);
	box-shadow:0 0 4px rgba(120,195,176,0.6);
}
.header .search-form select:focus, .header .search-form textarea:focus, .header .search-form input[type="text"]:focus, .header .search-form input[type="password"]:focus, .header .search-form input[type="datetime"]:focus, .header .search-form input[type="datetime-local"]:focus, .header .search-form input[type="date"]:focus, .header .search-form input[type="month"]:focus, .header .search-form input[type="time"]:focus, .header .search-form input[type="week"]:focus, .header .search-form input[type="number"]:focus, .header .search-form input[type="email"]:focus, .header .search-form input[type="url"]:focus, .header .search-form input[type="search"]:focus, .header .search-form input[type="tel"]:focus, .header .search-form input[type="color"]:focus, .header .search-form .uneditable-input:focus {
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
input[type="submit"], input[type="reset"] {
	color:#262626;
	height:57px;
	line-height:1.2em;
	padding-top:0 !important;
	padding-bottom:0 !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="submit"], input[type="reset"] {
	padding-left:31px;
	padding-right:31px;
}
textarea { border-color:#c6c6c6 !important; }
textarea:focus { border-color:#78c3b0 !important; }
ol { margin-left:16px; }
ol li {
	text-transform:uppercase;
	color:#78c3b0;
	margin-bottom:7px;
}
ol li a { color:#393939; }
@media (max-width: 767px) {
	.list.styled > ul { margin-bottom:20px !important; }
}
.list.styled > ul li {
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:7px;
	color:#393939;
}
.list.styled > ul li:before {
	font-size:14px;
	margin-right:12px;
	color:#78c3b0;
}
.list.styled > ul li a { color:inherit; }
@media (max-width: 767px) {
	.list.styled.check-list { margin-bottom:25px; }
}
.list.styled.check-list > ul li:before { margin-right:9px; }
.list.styled.check2-list > ul li:before { content:'\f058'; }
.list.styled.ok-circle-list > ul li:before {
	content:'\f05d';
	color:#32393d;
	margin-right:13px;
}
.list.styled.arrow-list > ul li:before { margin:0 8px 0 9px; }
.list.styled.arrow2-list > ul li:before { margin-right:13px; }
.list.styled.circle-arrow-list > ul li:before {
	content:'\f0a9';
	margin:0 4px 0 8px;
}
.list.styled.caret-list > ul li:before {
	content:'\f0da';
	margin:0 6px 0 7px;
}
.list.styled.double-angle-list > ul li:before {
	content:'\f101';
	margin-right:13px;
}
.list.styled.angle-list > ul li:before {
	content:'\f105';
	color:#32393d;
	margin:0 4px 0 10px;
}
.list.styled.long-arrow-list > ul { margin-bottom:32px; }
.list.styled.long-arrow-list > ul li:before {
	content:'\f178';
	margin:0 14px 0 0;
}
.list.styled.circle-list > ul li:before {
	content:'\f10c';
	font-size:10px;
	margin:0 11px 0 2px;
}
.list.styled.circle-blank-list > ul li:before {
	content:'\f111';
	font-size:10px;
	margin:0 7px 0 5px;
}
.list.styled.custom-list.check-list > ul li:before { color:#78c3b0; }
.table-bordered {
	margin-bottom:0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.table-bordered thead th {
	font-size:14px !important;
	color:#32393d;
	background-color:#fff;
	text-align:center;
	padding:18px 0;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.table-bordered thead th:first-child {
	text-align:left;
	padding-left:26px;
	padding-right:26px;
}
.table-bordered tr td {
	font-size:13px;
	border-color:#e1e4e5;
	background-color:transparent !important;
	text-align:center;
	padding:14px 0 15px;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.table-bordered tr td:first-child {
	text-align:left;
	padding-left:26px;
	padding-right:26px;
}
img.alignleft, img.alignright, img.alignnone, img.aligncenter {
	padding:3px;
	border:1px solid #c9c9c9;
}
img.alignleft { margin:5px 24px 10px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	img.alignleft.extra {
		width:100px;
		margin-right:20px;
	}
}
@media (max-width: 767px) {
	img.alignleft.extra-img {
		float:none;
		display:block;
		margin-right:0;
	}
}
img.alignright { margin:5px 0 10px 24px; }
@media (min-width: 768px) and (max-width: 979px) {
	img.alignright.extra {
		width:100px;
		margin-left:20px;
	}
}
img.aligncenter { margin:5px auto 30px; }
@media (min-width: 768px) and (max-width: 979px) {
	img.aligncenter {
		width:100px;
		margin-bottom:20px;
		position:relative;
		top:5px;
	}
}
img.aligncenter.extra-indent { margin-top:28px; }
img.responsive { width:450px; }
@media (min-width: 1200px) {
	img.responsive { width:auto; }
}
@media (min-width: 768px) and (max-width: 979px) {
	img.responsive { width:350px; }
}
@media (max-width: 767px) {
	img.responsive {
		width:auto;
		float:none;
		margin-right:0;
	}
}
.alert {
	margin-bottom:24px;
	padding:22px 29px;
	font-size:13px;
	text-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.alert:before {
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:top;
	margin-right:17px;
	font-family:FontAwesome;
	font-size:28px;
}
.alert-success {
	background-color:#dcf7e8;
	border-color:#7be1a6;
	color:#27ae60;
}
.alert-success:before { content:'\f058'; }
.alert-danger, .alert-error {
	background-color:#f5d6d3;
	border-color:#d65548;
	color:#c0392b;
}
.alert-danger:before, .alert-error:before { content:'\f06a'; }
.alert-warning {
	background-color:#fdf7e0;
	border-color:#f6d85f;
	color:#f1c40f;
}
.alert-warning:before { content:'\f06a'; }
.alert-info {
	background-color:#e1f0fa;
	border-color:#6eb5e5;
	color:#3498db;
}
.alert-info:before { content:'\f05a'; }
.nav-tabs { padding-top:12px; }
.tabs-left > .nav-tabs {
	border-right:none;
	margin-right:65px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.tabs-left > .nav-tabs { margin-right:35px; }
}
@media (max-width: 767px) {
	.tabs-left > .nav-tabs {
		width:auto;
		float:none;
		margin-right:0;
	}
}
.nav-tabs > li {
	border:none;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	width:370px;
	margin:0 0 -1px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-tabs > li { width:320px; }
}
@media (max-width: 767px) {
	.nav-tabs > li {
		max-width:280px;
		width:100%;
	}
}
.nav-tabs > li.active > a {
	background-color:#4b4b4b;
	color:#fff;
}
.nav-tabs > li > a {
	border:none;
	font-size:14px;
	color:#393939;
	text-align:right;
	width:324px;
	height:47px;
	line-height:47px;
	padding:0 25px 0 0;
	position:relative;
	z-index:100;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-tabs > li > a { width:274px; }
}
@media (max-width: 767px) {
	.nav-tabs > li > a {
		max-width:259px;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
	margin:-1px 0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
	background-color:#4b4b4b;
	color:#fff;
}
.tabs-left > .nav-tabs > li > a:hover:after, .tabs-left > .nav-tabs > li > a:focus:after {
	content:'';
	width:21px;
	height:47px;
	background-image:url(images/tab-active-right.gif);
	position:absolute;
	right:-21px;
	top:0;
}
.tabs-left > .nav-tabs > li > a:hover:before, .tabs-left > .nav-tabs > li > a:focus:before {
	content:'';
	width:4px;
	height:47px;
	background-image:url(images/tab-active-left.gif);
	position:absolute;
	left:0;
	top:0;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	border:none;
	background-color:transparent;
}
.nav-tabs > .active > a:after, .nav-tabs > .active > a:hover:after, .nav-tabs > .active > a:focus:after {
	content:'';
	width:21px;
	height:47px;
	background-image:url(images/tab-active-right.gif);
	position:absolute;
	right:-21px;
	top:0;
}
.nav-tabs > .active > a:before, .nav-tabs > .active > a:hover:before, .nav-tabs > .active > a:focus:before {
	content:'';
	width:4px;
	height:47px;
	background-image:url(images/tab-active-left.gif);
	position:absolute;
	left:0;
	top:0;
}
.tab-content {
	padding:0 0 0 64px;
	border-left:1px solid #c6c6c6;
}
@media (min-width: 768px) and (max-width: 979px) {
	.tab-content { padding-left:34px; }
}
@media (max-width: 767px) {
	.tab-content {
		border:none;
		padding-left:0;
	}
}
.tab-content h3 {
	font-size:22px;
	line-height:30px;
	color:#ee8478;
}
.dropcap {
	margin:4px 12px 5px 0;
	width:70px;
	height:70px;
	background-color:#78c3b0;
	color:#fff;
	font-weight:400;
	font-size:48px;
	line-height:70px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.dropcap.style-1 { background-color:#eacd8f; }
.dropcap.style-2 { background-color:#ee8478; }
.dropcap.style-3 {
	background-color:transparent;
	width:92px;
	height:92px;
	line-height:92px;
	border:4px solid #78c3b0;
	font-size:48px;
	color:#78c3b0;
	margin:0 21px 0 0;
	-webkit-border-radius:92px;
	-moz-border-radius:92px;
	border-radius:92px;
}
blockquote {
	background-color:#e8e8e8;
	border-left:6px solid #78c3b0;
	padding:20px;
	margin-bottom:0;
	font-family:Montserrat;
	font-size:16px;
	font-style:normal;
	color:#32393d;
}
@media (min-width: 1200px) {
	blockquote { padding:29px 35px 34px 44px; }
}
blockquote p {
	font-size:16px;
	line-height:24px;
}
.hr {
	margin:40px 0 45px 0;
	background:#d8d8d8;
	position:relative;
	overflow:visible;
}
.hr:before, .hr:after {
	content:'';
	width:100%;
	height:1px;
	background-color:inherit;
	position:absolute;
	top:0;
}
.hr:before { left:-99%; }
.hr:after { right:-99%; }
.sm_hr {
	background:#e8e8e8;
	margin:65px 0 57px 0;
}
.thumbnail {
	border:none;
	padding:0;
	background:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.featured-thumbnail a { position:static; }
.btn {
	border:none;
	text-transform:uppercase;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.btn.bottom-indent { margin-bottom:20px; }
.btn.extra-indent { margin:42px 0 7px 0; }
.btn.extra-indent.alt { margin-top:0; }
.btn-large {
	font-size:14px;
	padding:20px 48px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 1200px) {
	.btn-large { padding:17.5px 63px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.btn-large { padding:20px 32px; }
}
.btn-normal {
	font-size:12px;
	padding:14.5px 50px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.btn-normal { padding:10px 30px; }
}
.btn-small {
	font-size:11px;
	padding:12.5px 51px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.btn:hover, .btn.hovered, .btn:focus, .btn:active {
	background:#393939;
	color:#fff;
}
.btn-default {
	color:#262626;
	border:3px solid #78c3b0;
	background:none;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.btn-default.btn-large { padding:18px 46px; }
@media (min-width: 1200px) {
	.btn-default.btn-large { padding:14.5px 60px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.btn-default.btn-large { padding:18px 30px; }
}
.btn-default.btn-normal { padding:11.5px 47px; }
.btn-default.btn-small { padding:9.5px 48px; }
.btn-default:hover, .btn-default.hovered, .btn-default:focus, .btn-default:active {
	background-color:transparent;
	border-color:#999999;
	color:#262626;
}
.btn-primary { background:#78c3b0; }
.btn-danger { background:#ee8478; }
.btn-warning { background:#eacd8f; }
.btn-success { background:#78bbc3; }
.btn-info { background:#c37878; }
.btn.disabled {
	color:#fff;
	border:none;
	background-color:#999999;
	opacity:1;
	filter:alpha(opacity=100);
}
@media (max-width: 767px) {
	.btn.disabled { margin-bottom:20px; }
}
.btn.disabled:focus, .btn.disabled:active { color:#fff; }
.btn.disabled.btn-normal { padding:14.5px 49px; }
.btn-link {
	padding:0 15px 0 0;
	position:relative;
	color:#393939;
	text-transform:uppercase;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.btn-link:after {
	content:'\f105';
	font-family:FontAwesome;
	font-size:14px;
	position:absolute;
	right:0;
	top:0;
	color:#393939 !important;
}
.btn-link:hover, .btn-link:focus, .btn-link.hovered {
	background:none;
	color:#999999 !important;
	text-decoration:none;
}
.btn-link.disabled {
	color:#393939 !important;
	background:none;
	font-weight:bold !important;
}
.btn-link.color-1 { color:#78c3b0; }
.btn-link.color-2 { color:#eacd8f; }
.btn-link.color-3 { color:#ee8478; }
.btn-link.color-4 { color:#78bbc3; }
.btn-link.color-5 { color:#c37878; }
.wpcf7-form p { margin-bottom:0; }
.wpcf7-form p.field {
	overflow:visible;
	margin-bottom:11px;
}
.wpcf7-form p.field label { color:#32393d; }
.wpcf7-form p.field label small {
	color:#78c3b0;
	font-size:1em;
}
.wpcf7-form p.field input {
	height:49px;
	padding:0 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7-form p.field.alt { margin-bottom:11px; }
.wpcf7-form p.field.alt input {
	width:100%;
	height:49px;
	padding:0 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7-form p.field.alt textarea {
	width:100%;
	height:176px;
	padding:11px 15px 12px;
	margin-bottom:9px;
	line-height:22px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7-form p.field.alt input[type="submit"], .wpcf7-form p.field.alt input[type="reset"] { height:51px; }
.wpcf7-form p.field.alt .wpcf7-not-valid-tip {
	width:100% !important;
	font-size:12px;
	padding:11px 15px 12px !important;
}
.wpcf7-form p.field.alt2 textarea { height:438px; }
.wpcf7-form p.field.extra textarea { height:206px; }
.wpcf7-form textarea {
	overflow:auto;
	margin:0;
	padding:11px 15px;
	width:100%;
	height:236px;
	line-height:22px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	overflow:auto;
}
.wpcf7-form .submit-wrap {
	padding-top:20px;
	text-align:right;
}
.wpcf7-form .submit-wrap .ajax-loader {
	float:left;
	margin-top:17px;
}
.wpcf7-form .submit-wrap.alt {
	padding:0;
	text-align:right;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .submit-wrap.alt { padding-left:0; }
}
@media (max-width: 767px) {
	.wpcf7-form .submit-wrap.alt { padding-left:0; }
}
.wpcf7-form .submit-wrap.btn-align {
	text-align:right;
	margin-top:-16px;
}
.wpcf7-form .submit-wrap.btn-align input { margin:0 0 0 10px; }
.wpcf7-form .submit-wrap input { margin-right:0; }
.wpcf7-form .submit-wrap input[type="reset"] { margin-right:10px !important; }
.wpcf7-not-valid-tip {
	padding:11px 0 11px 15px !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.post_networks >ul >li {
	width:auto;
	margin:0 0 0 6px;
}
.post_networks >ul >li:first-child { margin-left:0; }
.post_networks >ul >li span { margin-right:0; }
.post_networks >ul >li a {
	text-decoration:none !important;
	color:#94999c;
	font-size:24px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post_networks >ul >li a:hover, .post_networks >ul >li a:focus { color:#78c3b0; }
#portfolio-carousel { position:relative; }
#portfolio-carousel .portfolio-related-posts { padding-left:0; }
#portfolio-carousel .portfolio-related-posts .related-posts_h { margin-bottom:28px; }
#portfolio-carousel .portfolio-related-posts ul li {
	margin-left:0;
	margin-bottom:0;
}
#portfolio-carousel .portfolio-related-posts ul li:hover h5 { border-bottom-color:#78c3b0; }
#portfolio-carousel .portfolio-related-posts ul li .thumbnail {
	border:1px solid #cbcbcb !important;
	padding:3px;
	background-color:transparent !important;
	margin-bottom:1px;
}
#portfolio-carousel .portfolio-related-posts ul li .thumbnail .hover-wrap {
	left:3px;
	top:3px;
	bottom:3px;
	right:3px;
}
#portfolio-carousel .portfolio-related-posts ul li .thumbnail .my-zoom-icon, #portfolio-carousel .portfolio-related-posts ul li .thumbnail .my-permalink-icon {
	width:71px;
	height:71px;
}
#portfolio-carousel .portfolio-related-posts ul li .thumbnail .my-zoom-icon:before, #portfolio-carousel .portfolio-related-posts ul li .thumbnail .my-permalink-icon:before {
	font-size:30px;
	line-height:71px;
	-webkit-border-radius:71px;
	-moz-border-radius:71px;
	border-radius:71px;
}
#portfolio-carousel .portfolio-related-posts ul li .thumbnail .my-zoom-icon { margin:-35.5px 0 0 -76px; }
#portfolio-carousel .portfolio-related-posts ul li .thumbnail .my-permalink-icon { margin:-35.5px 0 0 5px; }
#portfolio-carousel .portfolio-related-posts ul li h5 {
	font-size:18px;
	font-weight:bold !important;
	text-transform:uppercase;
	margin:0 0 0 0;
	padding:28px 0 0 0;
	border-top:7px solid #7c7a7a;
}
#portfolio-carousel .portfolio-related-posts ul li h5 a {
	color:#ee8478;
	text-decoration:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#portfolio-carousel .portfolio-related-posts ul li h5 a:hover, #portfolio-carousel .portfolio-related-posts ul li h5 a:focus {
	color:#78c3b0;
	text-decoration:none;
}
#portfolio-carousel .es-nav span { margin-top:62px; }
@media (max-width: 767px) {
	.extra-wrap.alt { overflow:visible; }
}
.extra-wrap.bottom-indent { margin-bottom:40px; }
.extra-wrap.extra-style { margin-bottom:24px; }
.extra-wrap.extra-style h6 {
	font-size:14px !important;
	font-weight:400 !important;
	line-height:18px !important;
	margin-bottom:8px !important;
	padding-top:5px !important;
}
.extra-wrap.extra-style p {
	font-size:12px !important;
	line-height:22px !important;
	margin-bottom:20px !important;
}
.extra-wrap.extra-style2 { overflow:visible; }
.extra-wrap.extra-style2 h6 {
	font-size:14px !important;
	line-height:18px !important;
	font-weight:400 !important;
	margin:0 0 12px 0 !important;
}
.extra-wrap.extra-style2 p {
	font-size:12px !important;
	line-height:22px !important;
	margin-bottom:20px !important;
}
.extra-wrap.extra-style3 h6 {
	font-size:18px !important;
	line-height:24px !important;
	margin:4px 0 !important;
}
.extra-wrap.extra-style3 p {
	font-size:12px !important;
	line-height:22px !important;
	margin-bottom:25px !important;
}
.extra-wrap.extra-style4 h6 {
	font-size:14px !important;
	line-height:24px !important;
	margin:0 0 12px 0 !important;
}
.extra-wrap.support {
	color:#ee8478;
	font-weight:bold;
	text-transform:uppercase;
}
.extra-wrap.support p {
	font-size:16px !important;
	line-height:24px !important;
}
.extra-wrap.support strong {
	font-size:18px;
	color:#393939;
}
.fb_iframe_widget {
	background-color:#fff;
	border:1px solid #d5d5d5;
	padding:0 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 1200px) {
	.fb_iframe_widget { padding:0 32px 0 35px; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.fb_iframe_widget > span { height:344px !important; }
}
@media (max-width: 480px) {
	.fb_iframe_widget > span { height:294px !important; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.fb_iframe_widget iframe { height:336px !important; }
}
@media (max-width: 480px) {
	.fb_iframe_widget iframe { height:287px !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:32px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
