/*--
	Theme Name: theme52293
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.2
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */
.cherry-fixed-layout .main-holder{
	max-width:1060px;
	background:#fff;
}
header.header{
	border-bottom: 1px solid #d4d4d4;
	padding-bottom:35px;
	margin-bottom:20px;
}
.sf-sub-indicator{
	margin-top:3px;
}
.parallax-slider{
	margin-bottom:20px;
}
.recent-news ul{
	list-style:none;
	margin-left:0;
}
.recent-news .news-date{
	color:#2873b8;
	display:block;
}
.recent-news li{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:dotted 1px #333;
}
a.news-cat-link{
	color:#2873b8;
	text-decoration:underline;
}
a.news-cat-link:hover{
	color:#005580;
	text-decoration:none;
}
footer.footer nav.footer-nav{
	margin-bottom:0;
}
.nav.footer-nav a{
	font-size:11px;
	line-height:11px;
	font-weight:normal;
}
nav.footer-nav ul li{
	float:none;
	display:block;
	text-align:left;
}
.copyright .logo{
	margin-bottom:15px;
}
.copy_sites38 a:hover,
.contacts a:hover{
	text-decoration:underline;
	color:#fff !important;
}
.copy_sites38{
    float:right;
	margin-right:20px;
}
#mainCaptionHolder .container{
	width:100%;
}
.post__holder .post-header .post-title{
	margin-bottom: 20px;
}
.post__holder .post_content {
    padding-bottom: 10px;
}
.post_wrapper {
    margin-bottom: 20px;
}
.slider-link{
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
}
.main-teasers{
	margin-left:0;
}
.main-teasers .span2{
	margin-left: 0;
    width: 265px;
}
.main-teasers .banner-wrap .banner-content-holder {
    min-height: 40px;
}
.main-teasers .banner-wrap img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.main-teasers .banner-wrap:hover img{
  filter: none;
  -webkit-filter: grayscale(0%);;
}

.default-cursor{
	cursor:default;
}
.camera_caption > div {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	text-transform:uppercase;
}
.slider {
    margin-bottom:20px;
}

#sidebar ul {
    background: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#sidebar ul li{
	text-transform:none;
	font-weight:normal;
	margin-bottom: -1px;
	padding:0;
	background: none;
}
#sidebar ul li a {
    background: #dce7ef none repeat scroll 0 0;
    border-bottom: 1px dotted #333;
    color: #333;
    display: block;
    line-height: 20px;
    margin-top: 1px;
    padding: 10px;
    vertical-align: top;
}
#sidebar ul li a:hover{
	color:#fff;
	background:#234487;
}
#sidebar h3{
	margin-bottom:26px;
}
.img-gallery  img{
	border: 1px solid #dce7ef;
}
.top-blue{
	height:30px;
	width:100%;
	background:#234487;
}

#content table {
	width:70%;
	border: 1px solid #afafaf;
	border-collapse: collapse;
	border-spacing: 0;
}
#content table th{
	background-color: #dde0e2;
	color: #7f7f7f;
    padding: 0.5em;
	border: 1px solid #afafaf;
}
#content table td{
	border: 1px solid #afafaf;
	padding: 0.5em;
}
#content table tr:hover td{
	background: #f4f4f4;
}

@media (min-width: 979px) and (max-width: 1200px) {
	.main-teasers .span2{
		width: 235px;
	}
}
@media (min-width: 767px) and (max-width: 979px) {
	.main-teasers .span2{
		width: 191px;
	}

}
@media (max-width: 767px) {
	.main-teasers{display:none;}
	.home .main-teasers{display:block;}
	.copy_sites38{float:none;clear:both;}
	.recent-news{
		margin-bottom:25px;
	}
	.main-teasers .span2{
		width: 100%;
		margin-left: 0;
	}
}
.grecaptcha-badge {display: none;}