* {
    font-size: 100.01%;
    max-height: 10000px;
}


html {
    /* font-size: 62.5%; */
}

body {
	margin: 0;
	color: #676767;
	font: 15px/18px Arial, Helvetica, sans-serif;
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
img { border-style: none; }
a {
	text-decoration: none;
	color: #5c8d23;
}
a:hover { text-decoration: underline; }
a:active { background-color: transparent; }
input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.buffer fieldset{
  margin:10px 0;
  border:1px solid gray;
  padding:15px;
}
.buffer fieldset legend{
  font-weight:bold;
}

.buffer .relatedpicsholder,
.relatedpicsholder img,
.masonry img {
	display:none !important;
}

header,
footer,
article,
section,
hgroup,
nav,
figure,
aside { display: block; }
figure {
	margin: 0;
	padding: 0;
}
#main,
.container {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#main:after,
.container:after {
	content: '';
	display: block;
	clear: both;
}
.alert-box {
	background: #5c8d23;
	position: relative;
	z-index: 9;
}
.alert-box .container { padding: 45px 1% 34px; }
.alert-box .btn-close {
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat;
	width: 38px;
	height: 37px;
	margin: 19px 0 0;
}
.alert-box .btn-alert {
	float: left;
	background: #fff;
	color: #5c8d23;
	font: 700 18px/22px 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 21px 2.1% 20px;
	margin: 2px 0 0;
	width: 16%;
	text-align: center;
}
.alert-box .text-wrap {
	overflow: hidden;
    font-size: 12px;
	line-height: 17px;
	color: #fff;
	padding: 0 5.2%;
}
.alert-box .alert-title {
	margin: 0 0 1px;
	font-size: 15px;
    line-height: 17px;
	display: block;
}
.alert-box p { margin: 0 0 10px; }
.alert-box .readmore {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
}
.alert-box .readmore:hover { text-decoration: none; }
.banner {
	position: relative;
	padding: 77px 0 0;
	background: #20374c;
}
.banner:after {
	content: "";
	display: block;
	clear: both;
}
.banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-shadow: inset 0 0 31px rgba(0, 0, 0, .33);
	-moz-box-shadow: inset 0 0 31px rgba(0, 0, 0, .33);
	box-shadow: inset 0 0 31px rgba(0, 0, 0, .33);
	z-index: 2;
}
.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}
.bg-stretch img {
	vertical-align: top;
	width: 100%;
}
.nav-holder {
	position: relative;
	z-index: 99;
	background: #fff;
	background: rgba(255, 255, 255, 0.86);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.caucus-button a {
	position: absolute;
	right: 0;
	z-index: 9;
	background: #7b1414;
	padding: 10px 15px;
	color:#fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font: 14px/17px 'Open Sans', Arial, Helvetica, sans-serif;
}

.caucus-button a:hover {
	background: #20374c;
	text-decoration: none;
}
.fixed .nav-holder {
	position:fixed;
	width:100%;
	top:0;
	left:0;
}
.nav-holder .container { padding: 32px 1% 0; }
.search-block {
	float: right;
	margin: 0 4px 0;
}
.search-block .opener {
	float: right;
	background: url(../images/sprite.png) no-repeat -297px -59px;
	width: 18px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
}
.search-block.active .opener {
	background: url(../images/sprite.png) no-repeat -54px 0;
	width: 38px;
	height: 37px;
	margin: -40px 0 0;
}
.search-block .popup-holder { display: none; }
.search-form {
	border-width: 17px 19px 19px 23px;
    border-style: solid;
    border-color: #868686;
	width: 962px;
	overflow: hidden;
}
.search-form .input-holder {
	background: #fff;
	padding: 19px 2.7%;
	overflow: hidden;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.search-form input[type="search"],
.search-form input[type="text"] {
	float: left;
	border: none;
	background: none;
	font-size: 21px;
	line-height: 26px;
	height: 26px;
	color: #868686;
	font-weight: 700;
	text-transform: uppercase;
	width: 870px;
}
.search-form input[type="submit"] {
	border: none;
	outline: none;
	float: right;
	background: url(../images/sprite.png) no-repeat -297px -59px;
	width: 18px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
    margin: 5px -4px 0 0;
}
.contact-block {
	position: relative;
	overflow: hidden;
}
#nav {
	float: left;
	width: 87.8%;
}
#nav .nav-opener { display: none; }
#nav .js-slide-hidden {
	position: static !important;
	left: 0 !important;
	top: 0 !important;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: table;
	text-align: center;
}
#nav ul:after {
	content: '';
	display: block;
	clear: both;
}
#nav li {
	display: table-cell;
	text-transform: uppercase;
	font: 14px/17px 'Open Sans', Arial, Helvetica, sans-serif;
}
#nav a {
	padding: 0 5px 29px;
	color: #575758;
	display: block;
}
#nav li .list {
	display: block;
	position: relative;
	height: 100%;
}
#nav .active>.list>a,
#nav>.slide>ul>li>.list:hover>a,
#nav a:hover {
	padding-bottom: 18px;
	border-bottom: 11px solid #5c8d23;
	text-decoration: none;
}
#nav li .list:hover { position: relative; }
#nav li>.list.hover ul { display: block; }
#nav ul .drop {
	width: 258px;
	background: #5c8d23;
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
    padding: 19px 0 15px;
}
#nav li li {
	display: block;
	text-transform: none;
	font-size: 13px;
}
#nav li li a {
	padding: 10px 34px;
	color: #fff;
	display: block;
}
#nav li li a:hover {
	background: #7da44f;
	border: none;
	padding-bottom: 10px;
}

.banner.caucus {
	min-height: 415px;
}
.banner-content {
	position: relative;
	z-index: 2;
	max-width: 1000px;
	padding: 22px 1% 0;
	margin: 0 auto;
}
.banner-content:after {
	content: '';
	display: block;
	clear: both;
}
.banner-content .image-holder {
	float: left;
	width: 35.6%;
	margin: 0 2.9% 0 -20px;
}
.banner-content .image-holder img {
	vertical-align: top;
	width: 100%;
}
.logo {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 573px;
	height: 168px;
	margin: 85px 0 0;
}
.logo a {
	display: block;
	height: 100%;
}
#main { padding: 32px 1% 41px; }
#content {
	float: left;
	width: 65.1%;
}
.title {
	font: 27px/30px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #20374c;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	margin: 0 0 24px;
}
.title span {
	float: left;
	padding: 0 12px 0 0;
	position: relative;
}
.title span:after {
	content: '';
	background: #20374c;
	position: absolute;
	top: 4px;
	bottom: 1px;
	right: -9999px;
	left: 100%;
}
.mainst .title,
.mainst #sidebar .title {
	color: #7b1414;
}
.mainst .title span:after,
.mainst #sidebar .title span:after,
.mainst .suscribe-form input[type="submit"],
.mainst .widget .links li:before {
	background: #7b1414;
}
.featured-article {
	font-size: 1.500em;
	line-height: 1.444em;
	color: #676767;
	overflow: hidden;
	margin: 0 0 47px;
}
.int .featured-article {font-size:1em;}
.featured-slideshow {
	position: relative;
	margin: 0 0 21px;
}
.featured-slideshow .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.featured-slideshow .mask .slideset {
	width: 100%;
	float: left;
}
.featured-slideshow .mask .slide {
	width: 100%;
	float: left;
	position: relative;
}
.featured-slideshow .text-holder {margin-top:15px;}
.text-holder p {
	font-size: 18px;
	line-height: 23px;
}
.featured-slideshow img,
.featured-slideshow .video-holder img{
	vertical-align: top;
	width: 100%;
}
.featured-slideshow .play {
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat -2px -80px;
	width: 147px;
	height: 147px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -76px 0 0 -80px;
}
.featured-slideshow .pagination { padding: 20px 0.3% 0; }
.featured-slideshow .pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.featured-slideshow .pagination li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 18px;
	height: 18px;
	margin: 0 2.3% 0 0;
}
.featured-slideshow .pagination a {
	display: block;
	background: #20374c;
	height: 100%;
}
.featured-slideshow .pagination a:hover,
.featured-slideshow .pagination .active a { background: #5eb9d5; }
.featured-article h2 {
	font: 400 1.5em/1.000em 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.featured-article h2 a { color: #5eb9d5; }
.featured-article p { margin: 0 0 21px; }
.viewmore {
	float: right;
	font: 700 19px/21px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #20374c;
	position: relative;
	padding: 0 21px 0 0;
	text-transform: uppercase;
}
.viewmore:after {
	content: '';
	background: #20374c;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 3px;
	right: 2px;
}
.latest-news .title { margin: 0 0 22px; }
.news-category {
	margin: 0;
	padding: 0 1px;
	list-style: none;
	border-width: 1px 0;
	border-color: #787878;
	border-style: solid;
	display: table;
	width: 100%;
	text-align: center;
}
.news-category li {
	display: table-cell;
	font: 14px/17px 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.news-category a {
	color: #575758;
	display: block;
	padding: 8px 10px 9px;
}
.news-category a:hover,
.news-category .active {
	color: #fff;
	background: #787878;
	text-decoration: none;
}
.latest-news .tab-content {
	padding: 55px 0 0;
	overflow: hidden;
}
.latest-news .news {
	margin: 0 0 -4px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.latest-news .news .mobile { display: none; }
.latest-news .news .news-article { margin: 0 0 33px; }
.latest-news .heading { margin: 0 0 16px; }
.latest-news .news h3 {
	font: 400 1.917em/1.000em 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 14px;
}
.latest-news .news h3 a { color: #20374c; }
.latest-news .news time {
	display: block;
	font: 17px/18px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #5eb9d5;
	text-transform: uppercase;
}
.latest-news .news p { margin: 0 0 10px; }
.share {
	overflow: hidden;
	padding: 17px 0 0;
}
.share span {
	float: left;
	padding: 9px 15px 8px 12px;
	background: #20374c;
	margin: 0 1px 0 0;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.share a.message span {background:transparent;background-color: transparent !important;}
.social-networks {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-networks li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 41px;
	height: 35px;
	margin: 0 1px 10px !important;
}
.social-networks a {
	display: block;
	height: 100%;
  cursor:pointer;
	background: #bebebe url(../images/sprite2.png) no-repeat -9999px 0;
}
.social-networks .twitter { background-position: -151px 6px; }
.social-networks .facebook { background-position: -192px 7px; }
.social-networks .message { background-position: -234px 6px; }
.social-networks .more { background-position: -277px 6px; }
#sidebar {
	width: 31%;
	float: right;
}
#sidebar .title {
	color: #5c8d23;
	margin: 0 0 30px;
}
#sidebar .title span { padding-right: 8px; }
#sidebar .title span:after { background: #5c8d23; }
.widget {
	margin: 0 0 28px;
	overflow: hidden;
}
.widget .holder {
    padding: 0 2.9%;
    font-size: 13px;
    line-height: 18px;
}
.widget p { margin: 0 0 21px; }
.suscribe-form { padding: 0 4% 25px 0.5%; }
.suscribe-form .row {
	margin: 0 0 23px;
	position: relative;
}
.suscribe-form .row:first-child { margin-bottom: 21px; }
.suscribe-form .row:after {
	content: '';
	display: block;
	clear: both;
}
.suscribe-form input[type="text"],
.suscribe-form input[type="email"] {
	border: none;
	height: 39px;
	background: #e9e9e9;
	font-size: 12px;
	color: #767676;
	float: left;
	width: 100%;
	padding: 5px 7.1%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.suscribe-form input[type="submit"] {
	border: none;
	outline: none;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	height: 39px;
	padding: 0 7.7%;
	background: #5c8d23;
	cursor: pointer;
	float: left;
	margin: 0 0 0 0.5%;
}
#sidebar .social-networks {
	float: none;
	overflow: hidden;
	width: 114%;
	margin: 0 -2.3%;
}
#sidebar .social-networks li {
	width: 69px;
	height: 69px;
	margin: 0 3% 14px 0 !important;
}
#sidebar .social-networks .facebook { background-position: 0 -266px; }
#sidebar .social-networks .twitter { background-position: -78px -266px; }
#sidebar .social-networks .youtube { background-position: -158px -266px; }
#sidebar .social-networks .instagram { background-position: -237px -266px; }
.signup-block {
	position: relative;
	z-index: 2;
	overflow: hidden;
	min-height:246px;
	margin: 0 0 8px 0.7%;
}

.signup-block img {
	width:100%;
}
.signup-block .image-holder {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 2;
}
.signup-block .image-holder img {
	vertical-align: top;
	width: 100%;
	min-height: 100%;
}
.signup-block .caption {
	position: relative;
	z-index: 3;
	display: block;
	padding: 20px 5% 23px;
	text-align: center;
	background: #fff;
	background: rgba(255, 255, 255, 0.68);
	color: #20374c;
	font: 700 20px/21px 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 19px;
}
.signup-block .caption span { font-weight: 400; }
.signup-block .btn-signup {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 3;
	background: #20374c;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 5%;
	width: 63px;
}
.survey-form { margin: -12px 0 26px; }
.survey-form .row:after {
    content: "";
    display: block;
    clear: both;
}
.survey-form .radio-holder .row { margin: 0 0 10px; }
.survey-form .radio-holder {
	margin-bottom: 18px;
	padding: 0 11.4%;
}
.survey-form input[type="radio"] {
	float: left;
	margin: 1px 6px 0 0;
}
.survey-form label {
	float: left;
	color: #8e8e8e;
}
.surveybtn {
	border: none;
	outline: none;
	font-size: 15px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	height: 39px;
	padding: 0 7.2%;
	background: #5c8d23;
	cursor: pointer;
	float: left;
  display:block;
	margin: 0 0 0 3px;
}
.survey-form ::-webkit-input-placeholder { color: #767676; }
.survey-form :-moz-placeholder { color: #767676; }
.survey-form ::-moz-placeholder {
	color: #767676;
	opacity: 1;
}
.survey-form :-ms-input-placeholder { color: #767676; }
.survey-form .view-archives {
	margin: 11px 5.4%;
	float: left;
}
.widget .links {
	margin: 0;
	padding: 9px 7.4%;
	list-style: none;
}
.widget .links li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 7.3%;
    font-size: 13px;
    line-height: 18px;
}
.widget .links li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #5c8d23;
	position: absolute;
	left: 0;
	top: 6px;
}
.widget .links a { color: #676767; }
.widget .links a:hover {
	color: #5c8d23;
	text-decoration: underline;
}
#footer { background: #20374c; }
#footer .title {
	color: #5eb9d5;
	margin: 0 0 10px 0.6%;
}
.contact-block .container {
	background: #fff;
	max-width: 938px;
	padding: 0 1.6%;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 98px 21px -98px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 98px 21px -98px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 98px 21px -98px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#footer .title span:after { background: #5eb9d5; }
.contact-block {
	position: relative;
	min-height: 620px;
}
.contact-info {
	overflow: hidden;
	padding: 20px 3% 9px 4%;
	color: #20374c;
}
.contact-info .tabset {
	margin: 0;
	list-style: none;
	float: left;
	padding: 10px 1%;
	width: 13.2%;
}
.contact-info .tabset li {
	margin: 0 0 9px;
	font-weight: 700;
	text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
}
.contact-info .tabset li.add {
	margin: 17px 0 0;
	padding: 18px 0 0;
	border-top: 1px dotted #20374c;
}
.contact-info .tabset a { color: #20374c; }
.contact-info .tabset li .active,
.contact-info .tabset a:hover {
	color: #5eb9d5;
	text-decoration: none;
}
.contact-info .tab-content {
	float: right;
	width: 77.4%;
    overflow: visible !important;
}
.contact-info .tab-content .col {
	float: left;
	width: 50%;
	padding: 10px 0;
	margin: 0 2.5% 0 0;
}
.contact-info .tab-content h4 {
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 18px;
}
.contact-info .tab-content address {
	font-style: normal;
    font-size: 13px;
	line-height: 17px;
    overflow: hidden;
}
.contact-info .tab-content a {
	color: #5eb9d5;
	font-weight: 700;
    float: left;
    margin: 17px 0 0;
}
.contact-form {
	float: left;
	width: 47.1%;
}
.contact-form .row { margin: 0 0 20px; }
.contact-form .row:after,
.contact-form .row .col:after {
	display: block;
	clear: both;
	content: '';
}
.contact-info .contact-form .col {
	float: left;
	width: 46.2%;
	margin: 0 0 0 7.1%;
	padding: 0;
}
.contact-info .contact-form .col:first-child { margin: 0; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	background: #e9e9e9;
	border: none;
	outline: none;
	color: #767676;
    font-size: 12px;
	line-height: 18px;
	height: 39px;
	padding: 5px 14%;
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form textarea {
	min-height: 77px !important;
	max-height: 77px !important;
	max-width: 316px !important;
	min-width: 316px !important;
	padding: 10px 6%;
    overflow: auto;
}
.contact-form input[type="submit"] {
	border: none;
	float: left;
	background: #20374c;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 6.8%;
	height: 39px;
    font-size: 12px;
    line-height: 39px;
	cursor: pointer;
	margin: 0 1px;
}
.contact-form ::-webkit-input-placeholder { color: #767676; }
.contact-form :-moz-placeholder { color: #767676; }
.contact-form ::-moz-placeholder {
	color: #767676;
	opacity: 1;
}
.contact-form :-ms-input-placeholder { color: #767676; }
.footer-bottom {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 1% 20px;
	overflow: hidden;
}
.footer-nav {
	float: left;
	max-width: 80%;
	padding: 9px 0 0;
}
.footer-nav ul {
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
	float: left;
	background: url(../images/divider.png) no-repeat 0 50%;
}
.footer-nav ul:first-child {
	background: none;
	padding: 0;
}
.footer-nav li {
	float: left;
	padding: 0 7px;
	background: url(../images/divider.png) no-repeat 0 50%;
    font-size: 13px;
    line-height: 18px;
}
.footer-nav li:first-child {
	padding-left: 0;
	background: none;
}
.footer-nav a { color: #fff; }
#footer .social-networks { float: right; }
#footer .social-networks a { background-color: transparent; }
#footer .social-networks .facebook { background-position: -147px -55px; }
#footer .social-networks .twitter { background-position: -190px -54px; }
#footer .social-networks .youtube { background-position: -233px -54px; }
#footer .social-networks .instagram { background-position: -272px -54px; }
/* fancybox styles */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
    padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0 solid #fff;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -54px;
	right: 3px;
	background: url(../images/sprite.png) no-repeat -53px 0;
	width: 40px;
	height: 37px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
input[type="image"]{padding:0;border:none;}
input[type=text], input[type=search], input[type=email], input[type=submit], textarea{
    -webkit-appearance:none;
    border-radius: 0 !important;
}
.news-comments {display:none !important;}
@media only screen and (max-width: 1100px) {
	.search-form { width: 768px; }
    .search-form input[type="search"],
    .search-form input[type="text"]{ width: 700px; }
}
@media only screen and (max-width: 979px) {
	.alert-box .container { padding: 37px 3.5% 25px; }
	.alert-box .btn-close { margin-top: 28px; }
	.alert-box .btn-alert {
		padding: 11px 0.9% 8px;
		margin: 13px 0 0 0.6%;
	}
	.alert-box .text-wrap { padding: 0 4% 0 6.7%; }
	.nav-holder .container { padding: 29px 3.7% 24px; }
	.search-block { margin-top: 2px; }
	.search-form {
        width: 650px;
        border-width: 17px 19px 19px 18px;
    }
    .search-form input[type="search"],
    .search-form input[type="text"]{ width: 590px; }
    .banner.caucus .bg-stretch img {margin:0 !important;}
	#nav {
		padding: 0 1.2%;
		width: 80%;
	}
	#nav .nav-opener {
		display: block;
		float: left;
		padding: 3px 0 4px 42px;
		position: relative;
		font-size: 14px;
		color: #575758;
		text-transform: uppercase;
	}
	#nav .nav-opener:hover {
		border: none;
		padding-bottom: 4px;
		text-decoration: underline;
	}
	#nav .nav-opener:after {
		content: "";
		background: url(../images/sprite.png) -185px -148px;
		width: 24px;
		height: 24px;
		position: absolute;
		left: 0;
		top: 0;
	}
	#nav .js-slide-hidden {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
	}
	#nav .slide {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 9;
	}
	#nav ul {
		display: block;
		text-align: left;
		border-top: 1px solid #b9d8e2;
		padding: 6px 0 0;
		background: #5c8d23;
	}
    #nav li>.list.hover .drop { display: block; }
	#nav li {
		display: block;
		border-bottom: 1px solid #bbcfa3;
	}
	#nav ul a {
		background: #5c8d23;
		padding: 12px 5%;
		color: #fff;
	}
	#nav .active > .list > a,
    #nav > .slide > ul > li > .list:hover > a,
    #nav ul a:hover {
		border: none;
		padding-bottom: 12px;
		background: #fff;
		color: #5c8d23;
	}
	#nav ul .drop {
		position: static;
		width: 100%;
		background: #85aa5a;
		padding: 13px 7.1% 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#nav li li {
		font-size: 13px;
		border: none;
		padding: 3px 0;
		overflow: hidden;
	}
	#nav li li a:hover { color: #fff; }
	#nav li li a {
		background: #85aa5a;
		padding: 0;
		float: left;
	}
	#nav li li a:hover {
		background: #85aa5a;
		text-decoration: underline;
		padding-bottom: 0;
	}
	.banner-content .image-holder { display: none; }
	.logo {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.banner-content { padding: 75px 1% 56px; }
	#main {
		padding: 43px 7.7% 5px 7.6%;
		overflow: hidden;
	}
	#content {
		width: 100%;
		float: none;
		overflow: hidden;
		margin-bottom: 63px;
	}
	#sidebar {
		width: 110%;
		float: none;
	}
    #sidebar:after {
        content: "";
        display: block;
        clear: both;
    }
	.widget {
		float: left;
		width: 42.8%;
		margin: 0 5.5% 42px 0;
	}
	.widget .holder {
		width: 100%;
		padding: 0 1.6%;
	}
	#sidebar .social-networks { margin: 0; }
	.signup-block {
		float: left;
		margin-left: 0;
	}
	.survey-form .radio-holder { padding: 0 8.4%; }
	.survey-form .row { margin: 0 -10px; }
	.widget .links { padding: 9px 6.7%; }
	.contact-block .container {
		width: 80%;
		padding: 0 3.2% 16px;
	}
	#footer .title { margin-left: 2.6%; }
	.contact-info { padding-left: 8.2%; }
	.contact-info .tabset { width: 21.6%; }
	.contact-info .tab-content { width: 64.6%; }
	.contact-info .tab-content .col {
		float: none;
		width: 100%;
	}
	.contact-form { display: none; }
	.footer-bottom { padding: 29px 4.6% 20px 7.6%; }
}
@media only screen and (max-width: 767px) {
	.alert-box .container { padding: 24px 8.8% 0; }
	.alert-box .btn-close { margin-top: 14px; }
	.alert-box .btn-alert {
		margin: 0 0 0 2.4%;
		padding: 11px 0.9% 8px;
		width: 46.3%;
	}
	.alert-box .text-wrap {
		width: 100%;
		clear: both;
		padding: 22px 2%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.banner { padding-top: 46px; }
	.nav-holder .container { padding: 29px 6% 24px; }
	.search-form {
        width: 362px;
        border-width: 17px 19px 19px;
    }
    .search-form input[type="search"],
    .search-form input[type="text"]{ width: 320px; }
	#nav {
		padding: 0 3.7%;
		width: 50%;
	}
    #nav ul .drop{ padding: 13px 14.7% 20px; }
	#nav ul a { padding: 12px 9%; }
	.banner-content { padding: 40px 1% 36px; }
	.logo {
		width: 276px;
		height: 80px;
		background-size: 276px 80px;
	}
	.banner .bg-stretch { display: none; }
	.banner.caucus {min-height: 300px;}
	.banner.caucus .bg-stretch {display: block;}
	.banner.caucus .bg-stretch img {margin:0 !important;}
	#main { padding: 34px 6.1% 19px; }
	#content { margin-bottom: 18px; }
	.title {
		font-size: 20px;
		line-height: 21px;
		margin-bottom: 26px;
	}
	.featured-slideshow {
		margin-bottom: 23px;
		padding: 0 0.3% 0 1%;
	}
    .featured-slideshow .play{
        width: 68px;
        height: 68px;
        background-position: -247px -126px;
        margin: -38px 0 0 -35px;
    }
	.featured-slideshow .pagination { padding-top: 16px; }
	.featured-slideshow .pagination li {
		width: 12px;
		height: 12px;
		margin-right: 3.5%;
	}
	.featured-article {
		font-size: 1.417em;
		line-height: 1.353em;
		margin-bottom: 32px;
	}
	.featured-article h2 {
		font-size: 1.471em;
		line-height: 1.000em;
		margin: 0 4% 18px 0;
	}
	.featured-article p { margin-bottom: 17px; }
	.viewmore {
		font-size: 15px;
		line-height: 17px;
		margin-right: 2px;
		padding-right: 18px;
	}
	.viewmore:after {
		width: 12px;
		height: 12px;
	}
	.news-category {
		display: block;
		text-align: left;
		padding: 0 0 8px;
	}
    .latest-news .news { margin-bottom: -1px; }
	.latest-news .news .news-article { display: none; }
	.latest-news .news .mobile {
		margin-bottom: 22px;
		display: block;
	}
	.news-category li { display: block; }
	.latest-news .title { margin-bottom: 24px; }
	.latest-news .news li { margin-bottom: 22px; }
	.latest-news .heading { margin-bottom: 13px; }
	.latest-news .news h3 {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 8px;
	}
	.latest-news .news time { font-size: 14px; }
	.news-category a { padding: 8px 12.8% 9px; }
	.latest-news .tab-content { padding-top: 24px; }
	.share { padding-top: 14px; }
	#sidebar { width: 100%; }
	#sidebar .title { margin-bottom: 14px; }
	#sidebar .title span { padding-right: 4px; }
	.widget {
		float: none;
		width: 100%;
		margin: 25px 0 0;
        overflow: visible;
	}
    .widget:after{
        content: "";
        display: block;
        clear: both;
    }
	.widget:first-child { margin: 0; }
	.widget .holder { padding: 0; }
    .widget .holder:after {
        content: "";
        display: block;
        clear: both;
    }
	#sidebar .social-networks li {
		height: 85px;
		width: 85px;
		margin-right: 1.5% !important;
	}
	#sidebar .social-networks .facebook { background-position: 0 -372px; }
	#sidebar .social-networks .twitter { background-position: -98px -372px; }
	#sidebar .social-networks .youtube { background-position: -195px -372px; }
	#sidebar .social-networks .instagram { background-position: -294px -372px; }
	.signup-block { margin-bottom: 14px; }
	.suscribe-form { padding: 0 4% 3px 0; }
	.suscribe-form .row { margin-bottom: 19px; }
	.suscribe-form input[type="submit"] { margin-left: 0; }
	.survey-form { margin: -6px 0 17px; }
	.survey-form .radio-holder { padding: 0 11.1%; }
	.survey-form .row { margin: 0 -3px; }
	.survey-form input[type="submit"] { padding: 0 7.5%; }
	.widget .links { padding: 13px 2.3%; }
	#footer .title { margin-left: 3.2%; }
	.contact-block { min-height: 641px; }
	.contact-block .container {
		width: 100%;
		padding: 0 6.1% 25px 3%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contact-info { padding: 16px 3% 9px 4.6%; }
	.contact-info .tabset { width: 42%; }
	.contact-info .tab-content { width: 45%; }
	#footer .social-networks {
		float: none;
		text-align: center;
	}
	#footer .social-networks li {
		float: none;
		display: inline-block;
	}
	.footer-nav {
		float: none;
		max-width: 100%;
		text-align: center;
		padding-top: 2px;
	}
	.footer-nav ul {
		float: none;
		display: inline-block;
	}
	.footer-nav li {
		float: none;
		display: inline-block;
	}
	.footer-bottom { padding-bottom: 23px; }
}
@media only screen and (max-width: 479px) {
	.search-form {
		width: 278px;
		padding: 11px 5% 10px;
		background: #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
	}
    .search-form .input-holder{padding: 9px 0;}
    .search-form input[type="search"],
    .search-form input[type="text"]{ width: 175px; }
    .search-form input[type="submit"]{ margin: 3px 8px 0 0; }
	.footer-nav ul {
		background: none;
		display: block;
	}
}