@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto:500,300,100);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600,300);
body { padding:0 !important; }
h1, h2, h3, h4 {
	font-weight:300 !important;
	text-transform:uppercase;
}
h1 { margin:0 0 28px 0; }
@media (max-width: 480px) {
	h1 { font-size:52px !important; }
	h1.post-title { font-size:30px !important; }
}
h1 em {
	font-style:normal;
	font-size:25px;
	line-height:1.2em;
	display:block;
	margin-top:-3px;
}
h2 { margin:15px 0 21px 0; }
@media (min-width: 767px) and (max-width: 979px) {
	.extra-wrap h2 { font-size:23px; }
}
h3 { margin:0 0 13px 0; }
h5 {
	text-transform:uppercase;
	margin:0;
}
p { margin-bottom:19px; }
.main-holder {
	background-position:50% 0;
	background-repeat:repeat-x;
	background-image:url(images/tail-top-alt.gif);
}
@media (min-width: 767px) and (max-width: 979px) {
	.main-holder { background-position:50% -47px; }
}
@media (max-width: 767px) {
	.main-holder { background-position:50% -83px; }
}
@media (max-width: 480px) {
	.main-holder { background-position:50% -45px; }
}
.home .main-holder {
	background-position:50% 0;
	background-image:url(images/tail-top.gif);
}
.ie8 .home .main-holder { background-position:50% -30px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.home .main-holder { background-position:50% -30px; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.home .main-holder { background-position:50% -122px; }
}
@media (max-width: 767px) {
	.home .main-holder { background-position:50% -336px; }
}
@media (max-width: 480px) {
	.home .main-holder { background-position:50% -298px; }
}
.header {
	background:none;
	border:none;
	padding:39px 0 2px 0;
}
@media (max-width: 979px) {
	.header { padding-top:40px; }
}
@media (max-width: 767px) {
	.header {
		padding-left:20px;
		padding-right:20px;
	}
}
.header .nav-box {
	margin-top:43px;
	height:70px;
	-webkit-box-shadow:1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1px 1px 0 rgba(0,0,0,0.1);
	box-shadow:1px 1px 0 rgba(0,0,0,0.1);
	background-color:#566786;
	background-image:-moz-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5d6f91),to(#4c5b76));
	background-image:-webkit-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:-o-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:linear-gradient(to bottom,#5d6f91,#4c5b76);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d6f91', endColorstr='#ff4c5b76', GradientType=0);
}
.home .header .nav-box {
	-webkit-box-shadow:1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1px 2px 0 rgba(0,0,0,0.1);
	box-shadow:1px 2px 0 rgba(0,0,0,0.1);
}
@media (max-width: 767px) {
	.header .nav-box {
		margin:25px 0 0 0;
		padding:11px;
		height:auto;
	}
}
#loginout {
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:1.2em;
	text-transform:uppercase;
	padding-top:13px;
}
@media (max-width: 480px) {
	#loginout {
		text-align:center;
		float:none;
		padding-top:20px;
	}
}
#loginout .delimiter {
	margin:0 8px;
	display:inline-block;
	vertical-align:top;
}
#loginout a {
	color:#576069;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 480px) {
	#loginout a {
		float:none;
		display:inline-block;
	}
}
#loginout a:hover {
	color:#357ac4;
	text-decoration:none;
}
.nav__primary { margin-bottom:0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left:-1px; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:-5px;
	left:100%;
	margin-left:11px;
}
.sf-menu { float:left; }
.sf-menu > li {
	background:none;
	background-repeat:repeat-y;
	background-position:right 0;
	background-image:url(images/nav-delimiter.gif);
	padding-right:2px;
}
.sf-menu > li:before { display:none; }
.sf-menu > li.icon-home a {
	text-indent:-999em;
	position:relative;
	width:66px !important;
	padding-left:0;
	padding-right:0;
}
@media (min-width: 767px) and (max-width: 979px) {
	.sf-menu > li.icon-home a { width:50px !important; }
}
.sf-menu > li.icon-home a:before {
	position:absolute;
	left:0;
	top:0;
	width:66px;
	height:100%;
	text-align:center;
	text-indent:0;
	background-position:22px 22px;
	background-repeat:no-repeat;
	background-image:url(images/icon-home.png);
	content:'';
	z-index:99;
}
@media (min-width: 767px) and (max-width: 979px) {
	.sf-menu > li.icon-home a:before {
		width:50px;
		background-position:13px 22px;
	}
}
.sf-menu > li > a {
	width:158px;
	padding:26px 0;
	border:none;
	color:#fff;
	font-weight:600 !important;
	text-transform:uppercase;
}
.ie8 .sf-menu > li > a { width:120px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.sf-menu > li > a { width:120px; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.sf-menu > li > a { width:90px; }
}
.sf-menu li ul {
	width:160px;
	padding:0;
	-webkit-box-shadow:1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:1px 2px 0 rgba(0,0,0,0.2);
	box-shadow:1px 2px 0 rgba(0,0,0,0.2);
	background-color:#566786;
	background-image:-moz-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5d6f91),to(#4c5b76));
	background-image:-webkit-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:-o-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:linear-gradient(to bottom,#5d6f91,#4c5b76);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d6f91', endColorstr='#ff4c5b76', GradientType=0);
	filter:none;
}
.sf-menu li li {
	background:none;
	margin:2px 0;
}
.sf-menu li li a {
	padding:0;
	border:none;
	color:#fff;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	text-transform:capitalize;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.sf-menu li li ul {
	background-color:#6b3d53;
	background-image:-moz-linear-gradient(top,#741b29,#5d6f91);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#741b29),to(#5d6f91));
	background-image:-webkit-linear-gradient(top,#741b29,#5d6f91);
	background-image:-o-linear-gradient(top,#741b29,#5d6f91);
	background-image:linear-gradient(to bottom,#741b29,#5d6f91);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff741b29', endColorstr='#ff5d6f91', GradientType=0);
	filter:none;
}
.sf-menu li li ul:before {
	position:absolute;
	left:-5px;
	top:13px;
	width:5px;
	height:9px;
	background-image:url(images/subnav-arrow.gif);
	content:'';
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
	background:none;
	background-color:#536381;
	background-image:-moz-linear-gradient(top,#4C5B76,#5D6F91);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4C5B76),to(#5D6F91));
	background-image:-webkit-linear-gradient(top,#4C5B76,#5D6F91);
	background-image:-o-linear-gradient(top,#4C5B76,#5D6F91);
	background-image:linear-gradient(to bottom,#4C5B76,#5D6F91);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c5b76', endColorstr='#ff5d6f91', GradientType=0);
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a {
	background:none;
	color:#357ac4;
}
.sf-menu li li li > a:hover, .sf-menu li li li.sfHover > a, .sf-menu li li li.current-menu-item > a { color:#000; }
.sf-menu a.sf-with-ul { padding-right:0; }
.sf-sub-indicator {
	right:50%;
	margin-right:-5px;
	background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
}
a > .sf-sub-indicator {
	background-position:-10px -100px;
	top:50px;
}
.sf-menu ul .sf-sub-indicator {
	position:relative;
	right:-10px;
	margin:0;
	display:inline-block;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:-10px 0;
	top:0;
}
.header .search-form form {
	width:212px;
	height:34px;
	background-color:#455063;
	background-image:-moz-linear-gradient(top,#475265,#424c60);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#475265),to(#424c60));
	background-image:-webkit-linear-gradient(top,#475265,#424c60);
	background-image:-o-linear-gradient(top,#475265,#424c60);
	background-image:linear-gradient(to bottom,#475265,#424c60);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff475265', endColorstr='#ff424c60', GradientType=0);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1);
}
@media (min-width: 767px) and (max-width: 979px) {
	.header .search-form form { width:173px; }
}
.search-form_it {
	padding-top:6px !important;
	padding-bottom:6px !important;
	width:246px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.widget .search-form_it { width:208px; }
}
.header .search-form_it {
	border:none;
	background:none !important;
	margin:0;
	padding:6px 10px;
	width:168px;
	color:#767f88;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.header .search-form_it:focus {
	outline:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.header .search-form_is {
	margin:0;
	padding:0;
	position:absolute;
	right:10px;
	top:9px;
	background:none;
	border:none;
	width:14px;
	height:15px;
	background:url(images/icon-search.png) 0 0 no-repeat !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.header .search-form_is:hover {
	background-position:0 -15px !important;
	-webkit-transition:0.0s;
	-moz-transition:0.0s;
	-o-transition:0.0s;
	transition:0.0s;
}
.header .search-form { padding:19px 20px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 480px) {
	.logo {
		text-align:center;
		float:none;
	}
}
.logo_h__txt {
	text-transform:uppercase;
	margin-top:-11px;
}
.logo_link { font-weight:300 !important; }
.logo_link:hover { color:#fff; }
.logo_tagline {
	color:#58616a;
	font-size:15px;
	text-transform:uppercase;
	font-weight:300;
	font-family:'Open Sans', sans-serif;
	margin:-6px 0 0 0;
}
.slider {
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-image:url(images/slider-shadow.png);
	margin:0 -100%;
	padding:0 100% 60px 100%;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.slider { background-size:1000px 78px; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.slider { background-size:800px 78px; }
}
@media (max-width: 767px) {
	.slider {
		background:none;
		padding-bottom:15px;
	}
}
@media (max-width: 480px) {
	.slider { display:none !important; }
}
.camera_wrap { margin-bottom:0 !important; }
.camera_caption {
	max-width:400px;
	right:50px;
	color:#9C9384;
}
.camera_caption h2 {
	font-family:'Open Sans', sans-serif;
	font-size:47px;
	font-weight:400 !important;
	line-height:60px;
	color:#DCD8C0;
	margin:0 0 10px 0;
	text-transform:capitalize;
}
@media (min-width: 767px) and (max-width: 979px) {
	.camera_caption h2 { font-size:80px; }
}
@media (max-width: 767px) {
	.camera_caption h2 {
		font-size:50px;
		margin-bottom:20px;
	}
}
.camera_caption h2 small {
	display:block;
	color:#CFBB9D;
	font-size:40px;
	font-weight:400 !important;
	padding-left:42px;
}
@media (min-width: 767px) and (max-width: 979px) {
	.camera_caption h2 small { font-size:30px; }
}
@media (max-width: 767px) {
	.camera_caption h2 small {
		font-size:20px;
		margin-top:0;
	}
}
.camera_caption .btn-primary {
	margin-top:20px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	padding:0 23px;
	line-height:36px;
	position:relative;
	z-index:100;
	color:#fff;
	text-shadow:none;
	background-color:#6b3d53;
	background-image:-moz-linear-gradient(top,#741B29,#5d6f91);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#741B29),to(#5d6f91));
	background-image:-webkit-linear-gradient(top,#741B29,#5d6f91);
	background-image:-o-linear-gradient(top,#741B29,#5d6f91);
	background-image:linear-gradient(to bottom,#741B29,#5d6f91);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff741b29', endColorstr='#ff5d6f91', GradientType=0);
	border-color:#5d6f91 #5d6f91 #3f4b62;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#5d6f91;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow:1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:1px 2px 0 rgba(0,0,0,0.2);
	box-shadow:1px 2px 0 rgba(0,0,0,0.2);
}
.camera_caption .btn-primary:hover, .camera_caption .btn-primary:focus, .camera_caption .btn-primary:active, .camera_caption .btn-primary.active, .camera_caption .btn-primary.disabled, .camera_caption .btn-primary[disabled] {
	color:#fff;
	background-color:#5d6f91;
	*background-color:#536381;
}
.camera_caption .btn-primary:active, .camera_caption .btn-primary.active { background-color:#495772 \9; }
.camera_caption .btn-primary:hover {
	color:#000 !important;
	color:#000;
	text-shadow:none;
	background-color:#ffffff;
	background-image:-moz-linear-gradient(top,#fff,#fff);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));
	background-image:-webkit-linear-gradient(top,#fff,#fff);
	background-image:-o-linear-gradient(top,#fff,#fff);
	background-image:linear-gradient(to bottom,#fff,#fff);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
	border-color:#fff #fff #d9d9d9;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.camera_caption .btn-primary:hover:hover, .camera_caption .btn-primary:hover:focus, .camera_caption .btn-primary:hover:active, .camera_caption .btn-primary:hover.active, .camera_caption .btn-primary:hover.disabled, .camera_caption .btn-primary:hover[disabled] {
	color:#000;
	background-color:#fff;
	*background-color:#f2f2f2;
}
.camera_caption .btn-primary:hover:active, .camera_caption .btn-primary:hover.active { background-color:#e6e6e6 \9; }
.camera_caption > div {
	background:none;
	padding:0 0 109px 0;
	text-align:left;
}
.ie8 .camera_caption > div { padding-bottom:70px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_caption > div { padding-bottom:70px; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.camera_caption > div { padding-bottom:52px; }
}
@media (max-width: 767px) {
	.camera_caption > div { padding-bottom:8%; }
}
.camera_prev, .camera_next {
	height:93px;
	margin-top:0;
	top:160px;
	width:72px;
	background:none;
}
.ie8 .camera_prev, .ie8 .camera_next { top:130px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.camera_prev, .camera_next { top:130px; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.camera_prev, .camera_next { top:85px; }
}
@media (max-width: 767px) {
	.camera_prev, .camera_next {
		top:50%;
		width:50px;
		height:50px;
		margin-top:-25px;
	}
}
.camera_prev > span, .camera_next > span {
	width:72px;
	height:93px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 767px) {
	.camera_prev > span, .camera_next > span {
		width:50px;
		height:50px;
	}
}
.camera_prev {
	left:-19px;
	background:url(images/camera_prev.png) no-repeat 0 0;
}
@media (max-width: 767px) {
	.camera_prev { left:0; }
}
.camera_prev > span { background:url(images/arrow_prev.gif) no-repeat 27px 24px; }
@media (max-width: 767px) {
	.camera_prev > span { background-position:50%; }
}
.camera_prev > span:hover { background-position:23px 24px; }
@media (max-width: 767px) {
	.camera_prev > span:hover { background-position:15px 50% !important; }
}
.camera_next {
	right:-20px;
	background:url(images/camera_next.png) no-repeat 0 0;
}
@media (max-width: 767px) {
	.camera_next { right:0; }
}
.camera_next > span { background:url(images/arrow_next.gif) no-repeat 33px 24px; }
@media (max-width: 767px) {
	.camera_next > span { background-position:50%; }
}
.camera_next > span:hover { background-position:37px 24px; }
@media (max-width: 767px) {
	.camera_next > span:hover { background-position:25px 50% !important; }
}
.camera_link {
	position:relative;
	z-index:99;
}
.camera_wrap .camera_pag { margin-top:-42px; }
.camera_wrap .camera_pag .camera_pag_ul li {
	margin-top:0;
	margin-bottom:0;
}
#content { padding-top:60px; }
@media (max-width: 979px) {
	#content { padding-top:50px; }
}
.content-holder {
	overflow:hidden;
	padding:0 0 70px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:0 20px 45px; }
}
@media (max-width: 480px) {
	.content-holder { padding-top:15px; }
}
.error404-holder_num { color:#357ac4; }
.error404-holder hgroup h1 {
	color:#3e454c;
	line-height:1.2em;
}
.error404-holder hgroup h2 { margin-top:0; }
.title-section { padding:40px 0 0 0; }
.title-header {
	margin-bottom:14px;
	font-size:30px !important;
	line-height:1.2em;
	color:#3e454c;
}
.title-desc {
	display:block;
	color:#999;
	font-size:11px;
}
.breadcrumb__t {
	background-color:#f5f6f6;
	padding:7px 20px 8px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.breadcrumb__t li { text-shadow:none; }
.breadcrumb__t .divider { margin:0 4px; }
.pagination__posts {
	margin:0;
	text-align:center;
}
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	border:none;
	background-color:#f8f8f8;
	margin:0 3px 6px 3px;
	color:#696969;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.pagination__posts ul li a:hover {
	color:#fff;
	color:#fff;
	text-shadow:none;
	background-color:#566786;
	background-image:-moz-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5d6f91),to(#4c5b76));
	background-image:-webkit-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:-o-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:linear-gradient(to bottom,#5d6f91,#4c5b76);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d6f91', endColorstr='#ff4c5b76', GradientType=0);
	border-color:#4c5b76 #4c5b76 #2e3747;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#4c5b76;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.pagination__posts ul li a:hover:hover, .pagination__posts ul li a:hover:focus, .pagination__posts ul li a:hover:active, .pagination__posts ul li a:hover.active, .pagination__posts ul li a:hover.disabled, .pagination__posts ul li a:hover[disabled] {
	color:#fff;
	background-color:#4c5b76;
	*background-color:#424f66;
}
.pagination__posts ul li a:hover:active, .pagination__posts ul li a:hover.active { background-color:#384357 \9; }
.pagination__posts ul .active a {
	color:#fff;
	color:#fff;
	text-shadow:none;
	background-color:#6b3d53;
	background-image:-moz-linear-gradient(top,#741B29,#5d6f91);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#741B29),to(#5d6f91));
	background-image:-webkit-linear-gradient(top,#741B29,#5d6f91);
	background-image:-o-linear-gradient(top,#741B29,#5d6f91);
	background-image:linear-gradient(to bottom,#741B29,#5d6f91);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff741b29', endColorstr='#ff5d6f91', GradientType=0);
	border-color:#5d6f91 #5d6f91 #3f4b62;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#5d6f91;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.pagination__posts ul .active a:hover, .pagination__posts ul .active a:focus, .pagination__posts ul .active a:active, .pagination__posts ul .active a.active, .pagination__posts ul .active a.disabled, .pagination__posts ul .active a[disabled] {
	color:#fff;
	background-color:#5d6f91;
	*background-color:#536381;
}
.pagination__posts ul .active a:active, .pagination__posts ul .active a.active { background-color:#495772 \9; }
.pagination__posts ul .active a:hover {
	color:#fff;
	text-shadow:none;
	background-color:#6b3d53;
	background-image:-moz-linear-gradient(top,#741B29,#5d6f91);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#741B29),to(#5d6f91));
	background-image:-webkit-linear-gradient(top,#741B29,#5d6f91);
	background-image:-o-linear-gradient(top,#741B29,#5d6f91);
	background-image:linear-gradient(to bottom,#741B29,#5d6f91);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff741b29', endColorstr='#ff5d6f91', GradientType=0);
	border-color:#5d6f91 #5d6f91 #3f4b62;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#5d6f91;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.pagination__posts ul .active a:hover:hover, .pagination__posts ul .active a:hover:focus, .pagination__posts ul .active a:hover:active, .pagination__posts ul .active a:hover.active, .pagination__posts ul .active a:hover.disabled, .pagination__posts ul .active a:hover[disabled] {
	color:#fff;
	background-color:#5d6f91;
	*background-color:#536381;
}
.pagination__posts ul .active a:hover:active, .pagination__posts ul .active a:hover.active { background-color:#495772 \9; }
.single .post { margin-bottom:0; }
.post-title {
	font-size:30px;
	line-height:1.2em;
	margin-bottom:15px;
}
.single .post-title {
	margin-bottom:24px;
	color:#3e454c;
}
.post-title a {
	color:#3e454c;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-title a:hover, .post-title a:focus {
	color:#357ac4;
	text-decoration:none;
}
.post_meta {
	padding:8px 0 9px !important;
	border-color:#f2f2f2;
	font-size:1em;
}
.post_meta a { color:#696969; }
.post_meta a:hover { color:#000; }
.post_meta > span { padding-right:18px; }
@media (max-width: 767px) {
	.post_meta > span { display:block; }
}
.ie8 .post_meta .post_permalink { float:none; }
@media (max-width: 1200px) {
	.post_meta .post_permalink { float:none; }
}
.post_meta .post_author { text-transform:capitalize; }
.post_meta i { color:#357ac4; }
.post_content { padding-bottom:0; }
.flex-control-nav { text-align:center; }
.flex-control-nav li { margin:0 12px 0 0; }
.flex-control-paging li a {
	width:12px;
	height:12px;
	background:#696969;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.flex-control-paging li a:hover { background:#357ac4; }
.flex-control-paging li a.flex-active {
	background:#357ac4;
	cursor:default;
}
.share-buttons {
	margin-bottom:2em;
	padding:10px 0 0 0;
}
.post-author {
	padding:12px 20px 10px;
	margin-bottom:74px;
	border:none;
	background-color:#f8f8f8;
}
body.author .post-author {
	padding-bottom:25px;
	margin-bottom:45px;
}
.post-author_h {
	font-size:30px;
	line-height:1.2em;
	margin-bottom:19px;
}
body.author .post-author_h { color:#696969; }
.post-author_h small {
	font-size:1em;
	font-weight:300;
	color:#3e454c;
}
.post-author_h a { color:#3e454c; }
.post-author_h a:hover, .post-author_h a:focus {
	color:#357ac4;
	text-decoration:none;
}
.post-author_link { margin-top:1.5em; }
.post-author_link a {
	color:#3e454c;
	text-transform:uppercase;
}
.post-author_gravatar { margin:6px 30px 0 0; }
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
#recent-author-comments { padding-top:40px; }
.related-posts {
	overflow:hidden;
	margin:0 0 2em;
	padding:0;
}
.related-posts_h {
	font-size:30px;
	line-height:1.2em;
	margin-bottom:26px;
}
.related-posts_item {
	text-transform:uppercase;
	font-size:14px;
	line-height:1.2em;
}
.related-posts_item a { color:#3e454c; }
.related-posts .featured-thumbnail { margin-bottom:24px; }
.testimonial {
	border:none;
	background:#f8f8f8;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial small {
	padding-top:20px;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align:right;
}
.testimonial small:before { display:none; }
.testimonial small .user {
	color:#357ac4;
	font-size:25px;
	font-family:'Roboto', sans-serif;
	font-weight:300;
	line-height:1.2em;
	text-transform:uppercase;
	display:block;
	margin-bottom:-2px;
}
@media (min-width: 767px) and (max-width: 979px) {
	.testimonial small .user { font-size:15px; }
}
.testimonial small .info {
	text-transform:uppercase;
	font-size:14px;
	font-family:'Roboto', sans-serif;
	font-weight:300;
	color:#3e454c;
}
@media (min-width: 767px) and (max-width: 979px) {
	.testimonial small .info { font-size:11px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
@media (max-width: 767px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
.page-header {
	border-bottom:none;
	padding:0;
	margin-top:0;
}
.page-header h1 {
	font-size:30px;
	line-height:1.2em;
	color:#3e454c;
}
.filter-wrapper { margin-bottom:7px; }
@media (max-width: 767px) {
	.filter-wrapper .pull-right { float:none; }
}
.filter-wrapper strong {
	display:inline-block;
	padding:0;
	margin-right:5px;
	float:left;
	color:#3e454c;
	font-family:'Roboto', sans-serif;
	font-weight:300;
	vertical-align:top;
	text-transform:uppercase;
}
.filter-wrapper .nav { overflow:hidden; }
.nav-pills {
	float:left;
	margin-right:-19px;
}
@media (max-width: 480px) {
	.nav-pills {
		float:none;
		margin-right:0;
	}
}
.nav-pills li { margin-right:19px; }
@media (max-width: 480px) {
	.nav-pills li {
		float:none;
		margin-right:0;
	}
}
.nav-pills li a {
	color:#3e454c;
	font-family:'Roboto', sans-serif;
	font-weight:300;
	line-height:22px;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
.nav-pills li a:hover {
	color:#357ac4;
	background:none;
}
@media (max-width: 480px) {
	.nav-pills li a {
		display:inline-block;
		padding:0;
	}
}
.nav-pills li.active a {
	color:#357ac4 !important;
	background:none !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.filterable-portfolio h3 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	margin-bottom:0;
	margin-top:13px;
}
.filterable-portfolio h3 a { color:#3e454c; }
.zoom-icon { background:rgba(0,0,0,0.3); }
.no-rgba .zoom-icon { background:url(images/black-opacity-30.png); }
.zoom-icon:before {
	margin:-18px 0 0 -18px;
	width:36px;
	height:36px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
}
.single-pager { margin-top:0; }
.comments-h {
	font-size:30px;
	line-height:1.2em;
	margin-bottom:5px;
}
.comment .comment-body {
	margin-top:10px;
	padding:15px 20px 20px;
	border:none;
	background:#f8f8f8;
}
.comment.bypostauthor .comment-body { background:#f8f8f8; }
.comment-author { margin:5px 30px 0 0; }
.comment-author .author {
	padding-top:24px;
	width:80px;
	text-align:left;
	text-transform:uppercase;
	font-weight:normal;
	font-size:14px;
	color:#3e454c;
}
.reply a {
	border:none;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	padding:7px 23px;
	color:#fff !important;
	color:#fff;
	text-shadow:none;
	background-color:#566786;
	background-image:-moz-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5d6f91),to(#4c5b76));
	background-image:-webkit-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:-o-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:linear-gradient(to bottom,#5d6f91,#4c5b76);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d6f91', endColorstr='#ff4c5b76', GradientType=0);
	border-color:#4c5b76 #4c5b76 #2e3747;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#4c5b76;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.0s !important;
	-moz-transition:0.0s !important;
	-o-transition:0.0s !important;
	transition:0.0s !important;
}
.reply a:hover, .reply a:focus, .reply a:active, .reply a.active, .reply a.disabled, .reply a[disabled] {
	color:#fff;
	background-color:#4c5b76;
	*background-color:#424f66;
}
.reply a:active, .reply a.active { background-color:#384357 \9; }
.reply a:hover {
	color:#fff;
	text-shadow:none;
	background-color:#6b3d53;
	background-image:-moz-linear-gradient(top,#741B29,#5d6f91);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#741B29),to(#5d6f91));
	background-image:-webkit-linear-gradient(top,#741B29,#5d6f91);
	background-image:-o-linear-gradient(top,#741B29,#5d6f91);
	background-image:linear-gradient(to bottom,#741B29,#5d6f91);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff741b29', endColorstr='#ff5d6f91', GradientType=0);
	border-color:#5d6f91 #5d6f91 #3f4b62;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#5d6f91;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.reply a:hover:hover, .reply a:hover:focus, .reply a:hover:active, .reply a:hover.active, .reply a:hover.disabled, .reply a:hover[disabled] {
	color:#fff;
	background-color:#5d6f91;
	*background-color:#536381;
}
.reply a:hover:active, .reply a:hover.active { background-color:#495772 \9; }
#respond { padding-top:35px; }
#respond h3 {
	font-size:30px;
	line-height:1.2em;
	margin-bottom:26px;
}
.comment-meta {
	color:#357ac4;
	float:none;
}
.comment-list ul.children { margin-left:30px; }
@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 input[type="text"] {
	padding:4px 9px;
	width:350px;
}
#commentform textarea {
	overflow:auto;
	margin:0 0 8px 0;
	min-height:122px;
	height:122px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100px;
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:100%;
		height:32px;
		box-sizing:border-box;
	}
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
}
#sidebar { padding-top:60px; }
@media (max-width: 979px) {
	#sidebar { padding-top:50px; }
}
#sidebar .widget { margin:75px 0 0 0; }
#sidebar .widget:first-child { margin-top:0; }
#sidebar .widget h3 {
	font-family:'Roboto', sans-serif;
	font-size:30px;
	line-height:1.2em;
	margin-bottom:18px;
	color:#3e454c;
}
#sidebar .widget ul {
	padding-left:0;
	margin-left:0;
}
#sidebar .widget ul li {
	margin:0 0 11px 0;
	padding:0;
	text-transform:uppercase;
	list-style-type:none;
}
#sidebar .widget ul li:before {
	content:'';
	width:16px;
	height:16px;
	vertical-align:top;
	display:inline-block;
	margin:6px 13px 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/list-arrow-alt.gif);
}
#sidebar .widget ul li > a {
	color:#696969;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#sidebar .widget ul li > a:hover { color:#000; }
#sidebar .widget ul ul { margin:11px 0 0 29px; }
#wp-calendar #today {
	font-weight:bold;
	color:#3e454c;
}
#wp-calendar thead th { background:#f8f8f8; }
.post-list li { text-transform:none !important; }
.post-list li:before { display:none !important; }
.post-list .post-title { font-size:14px; }
.post-list time { color:#357ac4; }
.post-list_h {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin:0;
}
.post-list_h a { color:#3e454c; }
.comments-custom li {
	text-transform:none !important;
	padding:0;
	margin:23px 0 0 0 !important;
}
.comments-custom li:first-child { margin-top:0 !important; }
.comments-custom li:before { display:none !important; }
.comments-custom .featured-thumbnail {
	padding:20px;
	margin:5px 29px 0 0;
	background-color:#f8f8f8;
}
.comments-custom_txt { padding:22px 0 0 0; }
.comments-custom_txt a { color:#696969; }
.comments-custom_txt a:hover {
	color:#3e454c;
	text-decoration:underline;
}
.comments-custom_h {
	margin:1px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
.comments-custom time {
	font-size:14px;
	color:#357ac4;
}
.banners { margin-bottom:75px; }
.flickr_list .thumbnail:hover, .flickr_list .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.flickr_li:before { display:none !important; }
.ie8 .posts-grid .featured-thumbnail img { width:auto; }
.posts-grid.team .featured-thumbnail { margin-bottom:25px; }
.ie8 .posts-grid.team .featured-thumbnail { width:140px; }
.posts-grid.team h5 a { color:#3e454c; }
.posts-grid.team .excerpt { margin-bottom:0; }
.posts-grid.services li {
	background-color:#f7f7f7;
	padding:20px 20px 15px 20px;
	margin-bottom:30px;
}
.ie8 .posts-grid.services .featured-thumbnail { width:260px; }
.posts-grid.services h5 { margin-top:24px; }
.posts-grid.services h5 a { color:#3e454c; }
.posts-grid.services .excerpt { margin-bottom:0; }
.banner-wrap {
	margin:0 0 20px;
	padding:0 0 38px 0;
	text-align:center;
	background-color:#fbfbfb;
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url(images/banner-tail.gif);
}
@media (max-width: 767px) {
	.banner-wrap {
		text-align:center;
		padding-bottom:28px;
	}
}
.banner-wrap .featured-thumbnail { margin:0 0 24px; }
@media (max-width: 767px) {
	.banner-wrap .featured-thumbnail { margin-bottom:12px; }
}
.banner-wrap .featured-thumbnail a {
	border:none;
	-webkit-transition:0.0s;
	-moz-transition:0.0s;
	-o-transition:0.0s;
	transition:0.0s;
}
@media (max-width: 767px) {
	.banner-wrap .featured-thumbnail a { float:none; }
}
.banner-wrap h5 {
	margin:0;
	padding:15px 0 20px 0;
	color:#fff;
	text-transform:capitalize;
	font-family:'Roboto', sans-serif;
	font-weight:300;
	font-size:30px;
	line-height:1.2em;
	background-color:#5d6f91;
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url(images/banner-title.gif);
	text-shadow:1px 1px 1px rgba(0,0,0,0.6);
	position:relative;
	z-index:2;
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.05);
	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.05);
	box-shadow:0 2px 0 rgba(0,0,0,0.05);
}
.ie8 .banner-wrap h5 { font-size:25px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap h5 {
		font-size:25px;
		padding:22px 0 29px 0;
	}
}
@media (max-width: 979px) {
	.banner-wrap h5 {
		font-size:18px;
		padding:18px 0 25px 0;
	}
}
@media (max-width: 767px) {
	.banner-wrap h5 {
		font-size:30px;
		margin-bottom:15px;
	}
}
.banner-wrap p {
	padding:0 22px;
	margin:0 0 21px 0;
	color:#aaaaab;
}
.banner-wrap.redBanner h5 {
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url(images/banner-title2.gif);
}
.flexslider.post-cycle {
	position:relative;
	padding-top:6px;
	margin-bottom:0;
}
.flexslider.post-cycle h5, .flexslider.post-cycle .btn { display:none; }
.flexslider.post-cycle .excerpt {
	background-color:#f5f6f6;
	padding:32px 18px 33px 29px;
	margin-bottom:0;
	position:relative;
}
@media (min-width: 767px) and (max-width: 979px) {
	.flexslider.post-cycle .excerpt {
		padding-left:20px;
		padding-right:15px;
	}
}
.flexslider.post-cycle .excerpt:after {
	content:'';
	width:14px;
	height:12px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/corner.png);
	position:absolute;
	right:34px;
	bottom:-12px;
}
.flexslider.post-cycle .excerpt a {
	color:#696969;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.flexslider.post-cycle .excerpt a:hover {
	color:#000;
	text-decoration:none;
}
.flexslider.post-cycle .post_options {
	text-align:right;
	padding:16px 0 0 80px;
	background-color:#fff;
}
.flexslider.post-cycle .post_options .user {
	color:#357ac4;
	font-size:25px;
	font-family:'Roboto', sans-serif;
	font-weight:300;
	line-height:1.2em;
	text-transform:uppercase;
	display:block;
	margin-bottom:-2px;
}
@media (min-width: 767px) and (max-width: 979px) {
	.flexslider.post-cycle .post_options .user { font-size:15px; }
}
.flexslider.post-cycle .post_options .info {
	text-transform:uppercase;
	font-size:14px;
	font-family:'Roboto', sans-serif;
	font-weight:300;
	color:#3e454c;
}
@media (min-width: 767px) and (max-width: 979px) {
	.flexslider.post-cycle .post_options .info { font-size:11px; }
}
.flexslider.post-cycle .flex-direction-nav a {
	width:38px;
	height:37px;
	background-repeat:no-repeat;
	background-image:url(images/bg_direction_nav.gif);
	top:auto;
	bottom:6px;
	opacity:1;
	-webkit-transition:0.0s;
	-moz-transition:0.0s;
	-o-transition:0.0s;
	transition:0.0s;
}
.flexslider.post-cycle .flex-prev {
	left:0;
	background-position:0 -37px;
}
.flexslider.post-cycle .flex-prev:hover { background-position:0 0; }
.flexslider.post-cycle .flex-prev.flex-disabled:hover { background-position:0 -37px !important; }
.flexslider.post-cycle .flex-next {
	right:auto;
	left:38px;
}
.flexslider.post-cycle .flex-next:hover { background-position:-38px -37px; }
.flexslider.post-cycle .flex-next.flex-disabled:hover { background-position:-38px 0 !important; }
.footer {
	background:none;
	border:none;
	overflow:hidden;
	padding:0;
}
@media (max-width: 767px) {
	.footer { padding:0 20px; }
}
.footer-widgets {
	background-image:url(images/pattern.gif);
	margin:0 -100%;
	padding:51px 100% 80px 100%;
}
@media (max-width: 767px) {
	.footer-widgets {
		padding-top:25px;
		padding-bottom:25px;
	}
}
@media (max-width: 480px) {
	.footer-widgets {
		margin-left:-20px;
		margin-right:-20px;
		padding-right:20px;
		padding-left:20px;
	}
}
.footer-widgets h4 {
	font-size:25px;
	line-height:1.2em;
	color:fff;
	margin-bottom:23px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-widgets h4 { font-size:23px; }
}
@media (max-width: 767px) {
	.footer-widgets h4 { margin-top:20px; }
}
.footer-widgets ul {
	padding:0;
	margin:0;
}
.footer-widgets ul li {
	list-style-type:none;
	padding:0;
	margin:0 0 11px 0;
	font-size:14px;
	text-transform:uppercase;
}
.footer-widgets ul li:before {
	content:'';
	display:inline-block;
	vertical-align:top;
	width:17px;
	height:18px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/list-arrow.png);
	margin:4px 17px 0 0;
}
.footer-widgets ul li a {
	color:#ffffff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.footer-widgets ul li a:hover { color:#fff; }
nav.footer-nav { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav { float:right; }
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul { text-align:left; }
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li {
		float:left;
		padding:0 0 0 15px;
	}
	nav.footer-nav ul li:first-child { padding-left:0; }
}
nav.footer-nav ul li a { font-weight:100 !important; }
nav.footer-nav ul li a:hover {
	text-decoration:underline;
	color:#485058;
}
nav.footer-nav ul li.current_page_item a {
	font-weight:500 !important;
	text-decoration:none;
}
.copyright {
	background-color:#4f607a;
	margin:0 -100%;
	padding:20px 100% 20px;
	text-transform:uppercase;
	font-family:'Roboto', sans-serif;
}
@media (max-width: 480px) {
	.copyright {
		margin-left:-20px;
		margin-right:-20px;
		padding-right:20px;
		padding-left:20px;
	}
}
.footer-text {
	color:#fff;
	font-weight:100;
	font-size:14px;
}
@media (max-width: 767px) {
	.footer-text { margin-bottom:5px; }
}
.footer-text a { color:#fff; }
.footer-text a.site-name {
	font-weight:500;
	color:#fff;
}
.social_link {
	-webkit-transition:0.0s;
	-moz-transition:0.0s;
	-o-transition:0.0s;
	transition:0.0s;
}
.social_link:hover {
	opacity:1;
	filter:alpha(opacity=100);
	filter:none !important;
}
.social_link:hover .social_label { text-decoration:underline; }
.social.both .social_li:before { display:none !important; }
.social.both .social_ico { margin-right:13px; }
.social.icons { text-indent:0; }
.social.icons .social_li { margin-right:5px; }
.social.icons .social_li:before { display:none; }
.social__row li { margin-left:5px !important; }
.social__row li:before { display:none !important; }
.wpcf7-form p.field { overflow:visible; }
.ie8 .wpcf7-form p.field input { padding-top:3px; }
.dropcap {
	margin-right:30px;
	margin-top:5px;
	width:40px;
	height:40px;
	background-color:#6b3d53;
	background-image:-moz-linear-gradient(top,#741b29,#5d6f91);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#741b29),to(#5d6f91));
	background-image:-webkit-linear-gradient(top,#741b29,#5d6f91);
	background-image:-o-linear-gradient(top,#741b29,#5d6f91);
	background-image:linear-gradient(to bottom,#741b29,#5d6f91);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff741b29', endColorstr='#ff5d6f91', GradientType=0);
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size:14px;
	line-height:40px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.list.styled.custom-list > ul li {
	margin:0 0 11px 0;
	padding:0;
	text-transform:uppercase;
}
.list.styled.custom-list > ul li:before {
	content:'';
	width:16px;
	height:16px;
	vertical-align:top;
	display:inline-block;
	margin:6px 13px 0 0;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/list-arrow-alt.gif);
}
.list.styled.custom-list > ul li a {
	color:#696969;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.list.styled.custom-list > ul li a:hover { color:#000; }
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 {
	background-color:#f8f8f8;
	border-color:#dddddd;
	color:#696969;
	padding:4px 9px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
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 {
	outline:none;
	border-color:#357ac4;
	background-color:#fff;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,127,102,.5);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,127,102,.5);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,127,102,.5);
}
input[type="submit"], input[type="reset"] {
	height:36px;
	line-height:1.2em;
}
.thumbnail, .featured-thumbnail {
	border:none;
	background:none;
	padding:0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.widget-newsletter {
	background:#586682;
	padding-top:20px;
}
.widget-newsletter h3 {
	color:#ffffff;
	font-size:18px;
	text-transform:none;
}
.nsu-form {
	margin:0;
	padding-bottom:30px;
}
.banner-wrap.redBanner { padding-bottom:0; }
.banner-wrap.redBanner h5 {
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url(images/banner-title2.gif);
}
.nsu-form p {
	margin-bottom:0;
	display:inline;
}
.nsu-form label { display:none; }
.nsu-form input[type="text"] {
	border:none;
	border-top:1px solid #d8d8d8 !important;
	border-left:1px solid #d8d8d8 !important;
	border-bottom:1px solid #d8d8d8 !important;
	background:#ffffff;
	color:#767f88;
	padding:9px 10px 10px;
	width:208px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.ie8 .nsu-form input[type="text"] { width:158px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.nsu-form input[type="text"] { width:158px; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.nsu-form input[type="text"] { width:104px; }
}
@media (max-width: 480px) {
	.nsu-form input[type="text"] { width:198px; }
}
.nsu-form input[type="text"]:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.nsu-form input[type="submit"] {
	border:none;
	width:41px;
	height:43px;
	vertical-align:top;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(images/submit.gif);
	text-indent:-999em;
}
.nsu-form input[type="submit"]:hover { background-position:0 -43px; }
.nsu-form .nsu-error {
	color:#9d261d;
	position:absolute;
	left:0;
	bottom:-10px;
}
#back-top-wrapper {
	right:20px;
	bottom:20px;
}
#back-top a:hover span { background-color:#3c4249; }
#back-top span {
	margin-bottom:0;
	background-color:#357ac4;
	background-image:url(images/up-arrow.gif);
}
.btn-primary {
	border:none;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	padding-left:23px;
	padding-right:23px;
	color:#fff !important;
	color:#fff;
	text-shadow:none;
	background-color:#566786;
	background-image:-moz-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5d6f91),to(#4c5b76));
	background-image:-webkit-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:-o-linear-gradient(top,#5d6f91,#4c5b76);
	background-image:linear-gradient(to bottom,#5d6f91,#4c5b76);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d6f91', endColorstr='#ff4c5b76', GradientType=0);
	border-color:#4c5b76 #4c5b76 #2e3747;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#4c5b76;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.0s !important;
	-moz-transition:0.0s !important;
	-o-transition:0.0s !important;
	transition:0.0s !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color:#fff;
	background-color:#4c5b76;
	*background-color:#424f66;
}
.btn-primary:active, .btn-primary.active { background-color:#384357 \9; }
.btn-primary:hover {
	color:#fff;
	text-shadow:none;
	background-color:#6b3d53;
	background-image:-moz-linear-gradient(top,#741B29,#5d6f91);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#741B29),to(#5d6f91));
	background-image:-webkit-linear-gradient(top,#741B29,#5d6f91);
	background-image:-o-linear-gradient(top,#741B29,#5d6f91);
	background-image:linear-gradient(to bottom,#741B29,#5d6f91);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff741b29', endColorstr='#ff5d6f91', GradientType=0);
	border-color:#5d6f91 #5d6f91 #3f4b62;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#5d6f91;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover:hover, .btn-primary:hover:focus, .btn-primary:hover:active, .btn-primary:hover.active, .btn-primary:hover.disabled, .btn-primary:hover[disabled] {
	color:#fff;
	background-color:#5d6f91;
	*background-color:#536381;
}
.btn-primary:hover:active, .btn-primary:hover.active { background-color:#495772 \9; }
.btn-normal {
	font-size:14px;
	padding-top:7px;
	padding-bottom:7px;
}
#banner .inner-border > br { display:none; }
#banner {
	text-align:center;
	margin-bottom:20px;
}
#banner > p { display:none; }
#banner .pattern {
	background-repeat:repeat;
	background-position:0 0;
	background-image:url(images/banner-tail2.gif);
	padding:10px;
	display:block;
}
#banner .inner-border {
	border:1px solid #8b94a2;
	display:block;
	-webkit-transition:all .8s ease-in-out;
	-moz-transition:all .8s ease-in-out;
	-o-transition:all .8s ease-in-out;
}
#banner a {
	text-decoration:none;
	display:block;
}
#banner, #banner a { color:#fff; }
#banner a:hover .inner-border { border-color:#fff; }
#banner h2 {
	color:#fff;
	font-size:32px;
	line-height:32px;
	margin:-11px 0 -20px 0;
	padding:36px 108px 0 0;
	border:none;
	min-height:56px;
	background-repeat:no-repeat;
	background-position:right 0;
	background-image:url(images/iconBanner.png);
	display:inline-block;
}
#banner h2 span { color:#fff; }
.galleryPosts h5 { display:none; }
.galleryPosts figure {
	border:1px solid #C2C2C2;
	padding:5px;
	overflow:hidden;
	background:#f5f5f5;
	background:-moz-linear-gradient(top,#f5f5f5 0%,#d6d6d6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#d6d6d6));
	background:-webkit-linear-gradient(top,#f5f5f5 0%,#d6d6d6 100%);
	background:-o-linear-gradient(top,#f5f5f5 0%,#d6d6d6 100%);
	background:-ms-linear-gradient(top,#f5f5f5 0%,#d6d6d6 100%);
	background:linear-gradient(to bottom,#f5f5f5 0%,#d6d6d6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#d6d6d6',GradientType=0);
	-webkit-border-radius:5px;
	border-radius:5px;
}
.galleryPosts li { margin-bottom:8px; }
.galleryPosts figure a {
	overflow:hidden;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.fc-header-title h2 {
	font-size:16px;
	text-transform:none;
}
.fc-grid .fc-day-number {
	float:none !important;
	text-align:center;
}
.fc-state-highlight { background:#DCEBFB !important; }
.fc-day-content { display:none; }
.fc-content {
	border:1px solid #C2C2C2;
	padding:15px;
	overflow:hidden;
	background:#f5f5f5;
	background:-moz-linear-gradient(top,#f5f5f5 0%,#d6d6d6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#d6d6d6));
	background:-webkit-linear-gradient(top,#f5f5f5 0%,#d6d6d6 100%);
	background:-o-linear-gradient(top,#f5f5f5 0%,#d6d6d6 100%);
	background:-ms-linear-gradient(top,#f5f5f5 0%,#d6d6d6 100%);
	background:linear-gradient(to bottom,#f5f5f5 0%,#d6d6d6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#d6d6d6',GradientType=0);
	-webkit-border-radius:5px;
	border-radius:5px;
}
.fc-border-separate th, .fc-border-separate td {
	background:none repeat scroll 0 0 #FFFFFF;
	border-width:1px 0 0 1px;
}
.fc-widget-header {
	font-weight:normal;
	color:#8EBAE8;
}
h2.bg {
	background:url(images/titleBg.gif) no-repeat right center;
	padding-right:35px;
	float:left;
}
header .social.icons { margin-top:50px; }
header .social.icons li { float:right; }
.mt { margin-bottom:11px; }
#calendar_wrap {
	padding:16px 27px 0 16px;
	margin:0;
	position:relative;
	overflow:hidden;
	border-top:solid 1px #dddddd;
	border-left:solid 1px #c3c3c3;
	border-right:solid 1px #c3c3c3;
	border-bottom:solid 1px #a7a7a7;
	background:#f7f7f7;
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ededed),color-stop(1,#ffffff));
	background:-ms-linear-gradient(bottom,#ededed,#ffffff);
	background:-moz-linear-gradient(center bottom,#ededed 0%,#ffffff 100%);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
	margin-bottom:7px;
}
#wp-calendar {
	width:100%;
	border-collapse:separate;
	border-spacing:1px;
}
#wp-calendar caption {
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	padding:0 0 3px 0;
	margin-bottom:0;
	border-bottom:1px solid #eee;
}
#wp-calendar td {
	text-align:center;
	padding:3px 0;
	border:none;
	font-size:12px;
	color:#979797;
	background:#ffffff;
}
#wp-calendar td a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#wp-calendar td a:hover { text-decoration:underline; }
#wp-calendar td.pad { background:none; }
#wp-calendar #today {
	background:#e0f0ff;
	color:#000000;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.4);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.4);
}
#wp-calendar thead th {
	padding:7px 0;
	font-size:11px;
	text-transform:uppercase;
	color:#676767;
	text-align:center;
}
#wp-calendar #prev { text-align:left; }
#wp-calendar #next { text-align:right; }
#wp-calendar tfoot, #wp-calendar tfoot td {
	height:0 !important;
	padding:0 !important;
	margin:0 !important;
	overflow:hidden !important;
	padding:0 0 !important;
	background:none;
}
#wp-calendar tfoot a {
	display:block;
	width:17px;
	height:18px;
	float:left;
	position:absolute;
	top:17px;
	background:url(images/nav-small.png) 0 0 no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#wp-calendar tfoot #prev a {
	background-position:0 0;
	left:16px;
}
#wp-calendar tfoot #prev a:hover { background-position:0 -18px; }
#wp-calendar tfoot #next a {
	right:27px;
	background-position:-17px 0;
}
#wp-calendar tfoot #next a:hover { background-position:-17px -18px; }
.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:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
