.holder:after,
.header-holder:after,
.news-carousel:after,
.info-holder:after,
.info-data:after,
#nav ul:after,
.info-columns:after,
.info-columns .cols:after,
.form-submit .input-block:after,
.tab-block:after,
.tab-holder:after {
	content: " ";
	display: block;
	clear: both;
}

.social-networks,
#nav ul,
.info-columns .list-info,
.tabset,
.info-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #494949;
	background: #0e2756;
	font: 13px/1.54em "Open Sans", Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #7aab39;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% "Open Sans", Arial, Helvetica, sans-serif;
	color: #7b7b7b;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #b6b6b6;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #6a6a6a;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	overflow: hidden;
	background: #fff;
}

.hold {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	position: relative;
}

.nav-active .hold {
	min-width: 320px;
	margin: 0 0 0 230px;
	overflow: visible;
}

.holder,
.header-holder,
.news-carousel,
.info-holder,
.info-data {
	max-width: 960px;
	margin: 0 auto;
}

#header h1 {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-size: 62px;
	line-height: 62px;
	text-transform: uppercase;
	color: #0e2756;
	font-weight: 900;
	margin: 0;
}

#header h1 span {
	font-weight: 300;
	font-size: 32px;
	line-height: 21px;
	display: block;
}

#header h1 strong {
	font-weight: 400;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 15px;
	display: block;
	color: #7aab39;
}

#header .img-holder {
	float: left;
	width: 266px;
	margin: -46px 15px 0 0;
}

#header .img-holder img {
	width: 100%;
	height: auto;
}

.logo {
	float: left;
	width: 475px;
	margin: 40px 0 0;
}

.logo a {
	color: #0e2756;
}

.logo a:hover {
	text-decoration: none;
}

.top-bar {
	background: #efefef;
	box-shadow: 0 -7px 7px -8px rgba(0, 0, 0, .2) inset;
}

.social-networks {
	letter-spacing: -4px;
	text-align: right;
	float: right;
	width: 70%;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	position: relative;
}

.social-networks li:first-child:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	background: #dbdbdb;
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #e6e6e6 70%, rgba(234, 234, 234, 0) 100%);
	background: linear-gradient(to bottom, #dbdbdb 0%, #e6e6e6 70%, rgba(234, 234, 234, 0) 100%);
}

.social-networks li:after {
	content: "";
	position: absolute;
	right: 1px;
	top: 0;
	width: 1px;
	bottom: 0;
	background: #dbdbdb;
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #e6e6e6 70%, rgba(234, 234, 234, 0) 100%);
	background: linear-gradient(to bottom, #dbdbdb 0%, #e6e6e6 70%, rgba(234, 234, 234, 0) 100%);
}

.social-networks a {
	display: block;
	padding: 13px 5px;
	width: 57px;
	height: 52px;
	text-align: center;
	box-shadow: 0 -7px 7px -8px rgba(0, 0, 0, .2) inset;
	background: #fefefe;
	background: -webkit-linear-gradient(top, #fefefe 0%, #efefef 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #efefef 100%);
}

.social-networks a:hover {
	background: #fbfafa;
}

.social-networks a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url("../images/sprite.png") no-repeat 0 0;
	width: 12px;
	height: 22px;
}

.social-networks .twitter:before {
	background-position: -16px 0;
	width: 21px;
	height: 17px;
}

.social-networks .google-plus:before {
	background-position: -40px 0;
	width: 12px;
	height: 21px;
}

.social-networks .youtube:before {
	background-position: -56px 0;
	width: 18px;
	height: 22px;
}

.social-networks .instagram {
	margin: 0 1px 0 0;
}

.social-networks .instagram:before {
	background-position: -80px 0;
	width: 22px;
	height: 22px;
}

.header-holder {
	padding: 0;
}

#nav {
	background: #1e3664;
	background: -webkit-linear-gradient(top, #1e3664 0%, #0e2654 2%, #102858 6%, #122e5e 35%, #163166 48%, #163264 49%, #1a386e 69%, #1f3c76 98%, #2e4c80 100%);
	background: linear-gradient(to bottom, #1e3664 0%, #0e2654 2%, #102858 6%, #122e5e 35%, #163166 48%, #163264 49%, #1a386e 69%, #1f3c76 98%, #2e4c80 100%);
}

#nav .drop {
	float: left;
	max-width: 860px;
}

#nav ul {
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

#nav ul li {
	float: left;
	position: relative;
}

#nav ul li.hover ul {
	display: block;
}

#nav ul li.has-drop-down.hover .has-drop-down-a {
	background: #7aab39;
	background: -webkit-linear-gradient(#7aaa3a 0%, #84b447 28%, #92bf56 52%, #95c25d 56%, #a0c969 72%, #aad375 100%);
	background: linear-gradient(#7aaa3a 0%, #84b447 28%, #92bf56 52%, #95c25d 56%, #a0c969 72%, #aad375 100%);
}

#nav ul ul {
	display: none;
	font-weight: 400;
	position: absolute;
	text-transform: none;
	width: 203px;
	left: 0;
	top: 65px;
	z-index: 999;
	padding: 29px 26px 16px;
	background: #7aab39;
	background: -webkit-linear-gradient(top, #abd476 0%, #a3cc6c 23%, #9dc765 35%, #9bc561 36%, #96c35e 43%, #95c25b 43%, #93c059 50%, #91be55 51%, #8cb950 62%, #87b64c 67%, #7aaa3a 100%);
	background: linear-gradient(to bottom, #abd476 0%, #a3cc6c 23%, #9dc765 35%, #9bc561 36%, #96c35e 43%, #95c25b 43%, #93c059 50%, #91be55 51%, #8cb950 62%, #87b64c 67%, #7aaa3a 100%);
}

#nav ul ul li {
	float: none;
	margin: 0 0 24px;
}

#nav ul ul a {
	height: auto;
	padding: 0;
	text-align: left;
}

#nav ul ul a:hover {
	color: #0e2756;
	background: none;
}

#nav ul .last ul {
	right: 0;
	left: auto;
}

#nav ul a {
	display: table;
	color: #fff;
	height: 65px;
	text-align: center;
	padding: 5px 20px;
}

#nav ul a:hover {
	background: #7aab39;
	background: -webkit-linear-gradient(#7aaa3a 0%, #84b447 28%, #92bf56 52%, #95c25d 56%, #a0c969 72%, #aad375 100%);
	background: linear-gradient(#7aaa3a 0%, #84b447 28%, #92bf56 52%, #95c25d 56%, #a0c969 72%, #aad375 100%);
	text-decoration: none;
}

#nav ul a span {
	display: table-cell;
	vertical-align: middle;
}

#nav ul .active > a {
	background: #7aab39;
	background: -webkit-linear-gradient(#7aaa3a 0%, #84b447 28%, #92bf56 52%, #95c25d 56%, #a0c969 72%, #aad375 100%);
	background: linear-gradient(#7aaa3a 0%, #84b447 28%, #92bf56 52%, #95c25d 56%, #a0c969 72%, #aad375 100%);
}

#nav .nav-opener {
	display: none;
	float: left;
	height: 65px;
	width: 74px;
	text-align: center;
	padding: 23px 10px;
	text-transform: uppercase;
	color: #fff;
	background: #7aab39;
	background: -webkit-linear-gradient(#7aaa3a 0%, #84b447 28%, #92bf56 52%, #95c25d 56%, #a0c969 72%, #aad375 100%);
	background: linear-gradient(#7aaa3a 0%, #84b447 28%, #92bf56 52%, #95c25d 56%, #a0c969 72%, #aad375 100%);
}

#nav .nav-opener:hover {
	text-decoration: none;
	opacity: .9;
}

.form-search {
	float: right;
	position: relative;
	padding: 20px 0 0;
}

.form-search .input-holder {
	position: absolute !important;
	width: 311px;
	right: -2px;
	top: 65px;
	z-index: 99;
}

.form-search input[type="text"],
.form-search input[type="search"] {
	display: block;
	width: 100%;
	height: 67px;
	background: #fff;
	color: #494949;
	padding: 15px 22px;
	border: none;
	line-height: 40px;
}

.form-search input[type="text"]::-webkit-input-placeholder,
.form-search input[type="search"]::-webkit-input-placeholder {
	color: #494949;
}

.form-search input[type="text"]::-moz-placeholder,
.form-search input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #494949;
}

.form-search input[type="text"]:-moz-placeholder,
.form-search input[type="search"]:-moz-placeholder {
	color: #494949;
}

.form-search input[type="text"]:-ms-input-placeholder,
.form-search input[type="search"]:-ms-input-placeholder {
	color: #494949;
}

.form-search input[type="text"].placeholder,
.form-search input[type="search"].placeholder {
	color: #494949;
}

.form-search .search-opener {
	background: url("../images/sprite.png") no-repeat 0 -53px;
	width: 25px;
	height: 26px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.form-search .search-opener:hover {
	opacity: .9;
}

.issue-list
{
}
.iss-box
{
	float:left;
	width:290px;
	height:175px;
	overflow:hidden;
	margin:12px;
	border:1px solid #777;
}
.iss-box a
{
	display:block;
	position:relative;
	text-decoration:none;
}
.iss-box img
{
	display:block;
}
.iss-box strong
{
	display:none;
	position:absolute;
	bottom:0px;
	left:0px;
	padding:15px;
	width:285px;
	color:#fff;
	font-size:1.3em;
	background:url("../images/bg-slider-01.png") right top;
}

#main h1 {
	font-size: 23px;
	line-height: 30px;
	margin: 0 0 33px;
	color: #414141;
	font-weight: 600;
	overflow: hidden;
}

#main h1 span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 420px;
}

#main h1 span:before {
	content: "";
	position: absolute;
	height: 1px;
	top: 50%;
	left: 100%;
	margin: 2px 0 0 7px;
	background: #d0d0d0;
	width: 1000px;
}

#main h2 {
	font-size: 17px;
	line-height: 20px;
	color: #7aab39;
	margin: 0 0 15px;
}

#main .slideshow h1 {
	color: #0e2756;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 16px;
	font-weight: 700;
	overflow: visible;
}

#main .slideshow h1 a {color: #0e2756;}

#main .social-slideshow h1 {
	margin-right: 60px;
}

#main .news-carousel h1 {
	margin-right: 82px;
}

#main .news-carousel h1.mainhead {
	margin-right: 0px;
}

.buffer h2, h3.middleheadline {color: #7aab39;}

.bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

.bg-stretch img {
	width: 100%;
	height: auto;
}

.slideshow {
	position: relative;
	z-index: 1;
	height: 400px;
}

.slideshow .slide {
	z-index: 1;
	height: 400px;
}

.slideshow .slide.active {
	z-index: 1;
}

.slideshow .slide img {
	width: 100%;
	height: auto;
}

.slideshow .slideset {
	width: 100%;
	position: relative;
	z-index: 1;
}

.slideshow .mask {
	position: relative;
	z-index: 1;
	height: 400px;
}

.slideshow .holder,
.slideshow .header-holder,
.slideshow .news-carousel,
.slideshow .info-holder,
.slideshow .info-data {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding: 0 50px;
	max-width: 1060px;
}

.slideshow .caption {
	position: absolute;
	z-index: 9999;
	right: 50px;
	bottom: 0;
	width: 310px;
	max-height: 235px;
	overflow: hidden;
	padding: 40px 40px 45px;
	border-top: 14px solid #7aab39;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 0%, #fff 20%, rgba(255, 255, 255, 0.4) 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 20%, rgba(255, 255, 255, 0.4) 100%);
}

.slideshow .caption p {
	margin: 0;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	left: 0;
	right: auto;
	top: 50%;
	margin: -40px 0 0;
	width: 43px;
	height: 62px;
	border-radius: 0 3px 3px 0;
	border: none;
	box-shadow: none;
	padding: 20px 14px;
	background: #525252;
	background: -webkit-linear-gradient(top, #525252 0%, #4a4a4a 24%, #2e2e2e 74%, #252525 100%);
	background: linear-gradient(to bottom, #525252 0%, #4a4a4a 24%, #2e2e2e 74%, #252525 100%);
}

.slideshow .btn-prev:before,
.slideshow .btn-next:before {
	font-size: 20px;
	color: #fff;
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
	background: #3b3b3b;
	opacity: 1;
}

.slideshow .btn-next {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.relatedpics li img {
	width:100% !important;
}

.news-carousel {
	padding: 43px 0 67px;
	position: relative;
}

.news-carousel h2 a:hover {
	text-decoration: none;
	opacity: .7;
}

.news-carousel p {
	margin: 0 0 20px;
}

.news-carousel .slideset {
	letter-spacing: -4px;
	text-align: center;
	white-space: nowrap;
	width: 100% !important;
	float: left;
}

.news-carousel .mask {
	overflow: hidden;
	margin: 0 -18px;
	border-radius: 5px 5px 0 0;
}

.news-carousel .slide {
	display: inline-block;
	letter-spacing: 0;
	padding: 0 18px;
	vertical-align: top;
	white-space: normal;
	width: 33.33%;
	text-align: left;
}

.news-carousel .img-holder {
	margin: 0 0 18px;
	border-radius: 5px 5px 0 0;
	position: relative;
	height:157px;
	overflow: hidden;
}

.news-carousel .img-holder img {
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}

.news-carousel article .date {
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 2;
	width: 55px;
	padding: 13px 5px;
	text-align: center;
	border-radius: 0 0 5px 5px;
	background: #7aab39;
	background: -webkit-linear-gradient(#7aaa3a 0%, #84b447 28%, #92bf56 52%, #95c25d 56%, #a0c969 72%, #aad375 100%);
	background: linear-gradient(#7aaa3a 0%, #84b447 28%, #92bf56 52%, #95c25d 56%, #a0c969 72%, #aad375 100%);
}

.news-carousel article .date strong {
	font-weight: 700;
	display: block;
	font-size: 24px;
	line-height: 20px;
}

.btn-prev,
.btn-next {
	position: absolute;
	right: 40px;
	top: 43px;
	width: 37px;
	height: 37px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	box-shadow: 0 -2px 0 0 rgba(194, 194, 194, .6) inset;
	margin: 0;
	padding: 6px 12px;
	z-index: 99;
	text-align: center;
}

.btn-prev:hover,
.btn-next:hover {
	opacity: .9;
	text-decoration: none;
}

.btn-prev:before,
.btn-next:before {
	color: #a2a2a2;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	content: "\f053";
	font-family: "FontAwesome";
}

.btn-next {
	right: 0;
}

.btn-next:before {
	content: "\f054";
}

.grey {
	background: #efefef;
	box-shadow: 0 6px 4px -4px rgba(50, 50, 50, .3) inset;
	overflow: hidden;
}

.info-holder {
	padding: 52px 0;
}

.info-columns {
	margin: 0 -20px;
}

.info-columns:first-child {
	margin-bottom: 57px;
}

.info-columns .column {
	float: left;
	width: 50%;
	padding: 0 20px;
}

.info-columns .list-info {
	float: left;
	width: 50%;
	padding: 0 0 0 20px;
	color: #444;
	font-size: 14px;
	line-height: 20px;
}

.info-columns .list-info:first-child {
	padding: 0;
}

.info-columns .list-info li {
	margin: 0 0 12px;
	padding: 0 0 0 18px;
	position: relative;
}

.info-columns .list-info li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #0e2756;
}

.info-columns .list-info a {
	color: #444;
}

.info-columns .list-info a:hover {
	text-decoration: none;
	opacity: .7;
}

.social-slideshow {
	position: relative;
}

.social-slideshow .slideset {
	margin: -12px 0 0;
	width: 100%;
	position: relative;
	z-index: 1;
}

.social-slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
}

.social-slideshow .slide iframe {
	margin: 0 !important;
}

.social-slideshow .slide.active {
	z-index: 2;
}

.social-slideshow .slide img {
	width: 100%;
	height: auto;
}

.social-slideshow .btn-prev,
.social-slideshow .btn-next {
	height: 27px;
	right: 50px;
	top: 4px;
	width: 27px;
	padding: 1px 8px;
}

.social-slideshow .btn-prev:before,
.social-slideshow .btn-next:before {
	font-size: 13px;
}

.social-slideshow .btn-next {
	right: 20px;
}

.form-submit {
	margin: -11px 0 0;
}

.form-submit p {
	margin: 0 0 14px;
}

.form-submit input[type="text"],
.form-submit input[type="email"] {
	height: 56px;
	float: left;
	width: 76.6%;
	padding: 17px 20px;
	color: #7b7b7b;
	border-radius: 5px 0 0 5px;
	border-right: none;
}

.form-submit input[type="text"]::-webkit-input-placeholder,
.form-submit input[type="email"]::-webkit-input-placeholder {
	color: #7b7b7b;
}

.form-submit input[type="text"]::-moz-placeholder,
.form-submit input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #7b7b7b;
}

.form-submit input[type="text"]:-moz-placeholder,
.form-submit input[type="email"]:-moz-placeholder {
	color: #7b7b7b;
}

.form-submit input[type="text"]:-ms-input-placeholder,
.form-submit input[type="email"]:-ms-input-placeholder {
	color: #7b7b7b;
}

.form-submit input[type="text"].placeholder,
.form-submit input[type="email"].placeholder {
	color: #7b7b7b;
}

.form-submit input[type="submit"] {
	background: #1e3664;
	background: -webkit-linear-gradient(top, #1e3664 0%, #0e2654 2%, #102858 6%, #122e5e 35%, #163166 48%, #163264 49%, #1a386e 69%, #1f3c76 98%, #2e4c80 100%);
	background: linear-gradient(to bottom, #1e3664 0%, #0e2654 2%, #102858 6%, #122e5e 35%, #163166 48%, #163264 49%, #1a386e 69%, #1f3c76 98%, #2e4c80 100%);
	border: none;
	border-radius: 0 5px 5px 0;
	float: left;
	width: 102px;
	height: 56px;
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
}

.form-submit input[type="submit"]:hover {
	opacity: .96;
}

.info-data {
	padding: 40px 0 32px;
}

.info-data .btn-holder {
	text-align: center;
	padding: 35px 0 0;
}

.btn {
	display: inline-block;
	vertical-align: top;
	background: #747474;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	padding: 13px 22px;
}

.btn:hover {
	opacity: .9;
	text-decoration: none;
}

.info-table {
	width: 100%;
	background: #fff;
	text-align: left;
	text-transform: uppercase;
}

.info-table thead {
	color: #0e2756;
}

.info-table thead th {
	padding: 15px 15px 18px;
	width: 13%;
	text-align: left;
}

.info-table thead th:first-child {
	width: 8.3%;
}

.info-table .second {
	width: 11.2%;
}

.info-table .third {
	width: 13.7%;
}

.info-table .fourth {
	width: 27.5%;
}

.info-table td {
	padding: 16px 15px;
	width: 13%;
}

.info-table td:first-child {
	width: 12.2%;
}

.info-table td.fourth {
	text-transform: none;
}

.info-table .odd {
	background: #f1f1f1;
}

.info-table .odd td {
	padding: 9px 15px;
}

.info-table .text-green {
	color: #7aab39;
}

.info-table .text-red {
	color: #af3a3a;
}

.info-table .text-blue {
	color: #0e2756;
}

.info-aside {
	background: #173165;
	background: -webkit-linear-gradient(top, #0d2857 0%, #0d2857 60%, #152f62 82%, #183368 100%);
	background: linear-gradient(to bottom, #0d2857 0%, #0d2857 60%, #152f62 82%, #183368 100%);
	padding: 23px 0 36px;
}

.info-aside .holder,
.info-aside .header-holder,
.info-aside .news-carousel,
.info-aside .info-holder,
.info-aside .info-data {
	position: relative;
}

.tab-block .opener {
	display: none;
	padding: 16px 15px;
	color: #fff;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	width: 230px;
	margin: 0 auto 7px;
}

.tab-block .opener:hover {
	background: #283f69;
	text-decoration: none;
	color: #7aab39;
}

.tab-block .drop-active .opener {
	background: #283f69;
	color: #7aab39;
}

.tab-block .tab-content {
	min-height: 230px;
	overflow: hidden;
	padding: 20px 260px 20px 45px;
	border-radius: 5px;
	background: #283f69;
	background: -webkit-linear-gradient(left, #283f69 0%, rgba(25, 51, 100, 0) 100%);
	background: linear-gradient(to right, #283f69 0%, rgba(25, 51, 100, 0) 100%);
}

.tab-block address {
	font-style: normal;
	color: #fff;
	float: left;
	width: 45.5%;
	padding: 20px 0px 0 0;
	line-height: 24px;
}

.tab-block .img-holder {
	float: right;
	width: 53.7%;
	border-radius: 5px;
}

.tab-block .img-holder img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.map {
	position: absolute;
	top: 20px;
	right: 0;
	width: 231px;
	border-radius: 5px;
	z-index: 2;
}

.map img {
	border-radius: 5px;
	width: 100%;
	height: auto;
}

.tabset {
	float: left;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	padding: 27px 0;
	font-weight: 700;
	width: 23.5%;
}

.tabset li {
	border-radius: 3px 0 0 3px;
	overflow: hidden;
	margin: 0 0 8px;
}

.tabset li > a {
	display: block;
	padding: 16px 15px;
	color: #fff;
}

.tabset li > a:hover {
	background: #283f69;
	text-decoration: none;
	color: #7aab39;
}

.tabset .active > a {
	background: #283f69;
	color: #7aab39;
}

.tabset .drop-active .opener {
	background: #283f69;
	color: #7aab39;
}

.phone {
	color: #fff;
}

.phone:hover {
	text-decoration: none;
	opacity: .7;
}

#footer {
	background: #0e2756;
	padding: 21px 0;
}

#footer .social-networks {
	max-width: 400px;
}

#footer .social-networks li {
	margin: 0 0 0 15px;
}

#footer .social-networks li:before,
#footer .social-networks li:after {
	display: none;
}

#footer .social-networks a {
	background: none;
	padding: 0;
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

#footer .social-networks a:hover {
	opacity: .9;
}

#footer .social-networks a:before {
	background-position: 0 -25px;
}

#footer .social-networks .twitter:before {
	background-position: -30px -27px;
}

#footer .social-networks .google-plus:before {
	background-position: -63px -26px;
}

#footer .social-networks .youtube:before {
	background-position: -88px -24px;
}

#footer .social-networks .instagram:before {
	background-position: -122px -24px;
}

.info-links {
	float: left;
	padding: 2px 0 0 13px;
	max-width: 400px;
}

.info-links a {
	color: #fff;
}

.info-links a:hover {
	text-decoration: none;
	opacity: .7;
}

.info-links li {
	float: left;
}

.info-links li:first-child:before {
	display: none;
}

.info-links li:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 14px;
	background: #fff;
	margin: 4px 9px 0;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none; /*  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y; */
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

@media only screen and (min-width: 1025px) {
	#nav.fixed {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	.phone {
		pointer-events: none;
		cursor: pointer;
	}
}

@media only screen and (max-width: 1023px) {
	.holder,
	.header-holder,
	.news-carousel,
	.info-holder,
	.info-data {
		padding: 0 15px;
	}

	#header .img-holder {
		margin: -46px 2% 0 -20px;
	}

	.top-bar .holder,
	.top-bar .header-holder,
	.top-bar .news-carousel,
	.top-bar .info-holder,
	.top-bar .info-data {
		padding: 0;
	}

	.header-holder {
		padding: 0;
	}

	#nav .holder,
	#nav .header-holder,
	#nav .news-carousel,
	#nav .info-holder,
	#nav .info-data {
		padding: 0;
	}

	#nav ul a {
		padding: 5px 14px;
	}

	.form-search {
		padding: 20px 15px 0 0;
	}

	.form-search .input-holder {
		right: 10px;
	}

	#main .social-slideshow h1 {
		margin-right: 65px;
	}

	.slideshow .caption {
		right: 100px;
	}

	.news-carousel {
		padding: 24px 10px 45px;
	}

	.news-carousel .mask-holder {
		padding: 0 60px;
	}

	.news-carousel .slide {
		width: 50%;
	}

	.btn-prev,
	.btn-next {
		right: 53px;
		top: 24px;
	}

	.btn-next {
		right: 12px;
	}

	.info-holder {
		padding: 50px 10px 76px;
	}

	.info-columns {
		margin: 0 -7px;
	}

	.info-columns:first-child {
		margin-bottom: 38px;
	}

	.info-columns .column {
		padding: 0 7px;
	}

	.info-columns .list-info:first-child {
		width: 43.5%;
	}

	.social-slideshow .btn-prev,
	.social-slideshow .btn-next {
		height: 29px;
		right: 37px;
	}

	.social-slideshow .btn-next {
		right: 7px;
	}

	.form-submit p {
		margin: 0 0 20px;
	}

	.form-submit .input-block {
		margin: 0 -3px 0 0;
	}

	.form-submit input[type="text"],
	.form-submit input[type="email"] {
		width: 71.7%;
	}

	.info-data {
		padding: 36px 20px 31px;
	}

	.info-data .btn-holder {
		padding: 39px 0 0;
	}

	.info-table thead th {
		width: 12.2%;
	}

	.info-table thead th:first-child {
		width: 4%;
	}

	.info-table .second {
		width: 13%;
	}

	.info-table .third {
		width: 15.5%;
	}

	.info-table .fourth {
		width: 41%;
	}

	.info-table td:first-child {
		width: 4%;
	}

	.info-table td {
		width: 12.2%;
	}

	.info-aside .holder,
	.info-aside .header-holder,
	.info-aside .news-carousel,
	.info-aside .info-holder,
	.info-aside .info-data {
		padding: 0;
	}

	.tab-block {
		padding: 0 0 0 32px;
	}

	.tab-block .tab-content {
		padding: 20px 37px 20px 42px;
	}

	.tab-block address {
		padding: 18px 25px 0 0;
	}

	.tab-block .img-holder {
		width: 55.5%;
	}

	.map {
		display: none;
	}

	.tabset {
		width: 30.7%;
	}

	#footer .holder,
	#footer .header-holder,
	#footer .news-carousel,
	#footer .info-holder,
	#footer .info-data {
		padding: 0 20px;
	}

	.info-links {
		padding: 2px 0 0 2px;
	}
}

@media only screen and (max-width: 767px) {
	#header h1 {
		text-align: center;
		font-size: 40px;
		line-height: 30px;
	}

	#header h1 span {
		font-size: 20px;
		line-height: 22px;
	}

	#header h1 strong {
		font-size: 12px;
		line-height: 20px;
	}

	#header .img-holder {
		display: none;
	}

	.logo {
		width: 315px;
		margin: 0 auto;
		float: none;
	}

	.top-bar .holder,
	.top-bar .header-holder,
	.top-bar .news-carousel,
	.top-bar .info-holder,
	.top-bar .info-data {
		padding: 0 15px;
	}

	.social-networks {
		float: none;
		width: 100%;
		text-align: center;
	}

	.header-holder {
		padding: 27px 0;
	}

	#nav .drop {
		float: none;
		background: #efefef;
		bottom: 0;
		left: -230px;
		margin: 0 0 -9999px;
		padding: 47px 0 9999px 0;
		position: absolute;
		top: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		width: 230px;
		z-index: 999;
	}

	#nav ul li {
		float: none;
		margin: 0 0 21px;
		padding: 0 35px 0 27px;
	}

	#nav ul li.has-drop-down.hover .has-drop-down-a {
		background: none;
		color: #1f1f1f;
	}

	#nav ul li.has-drop-down.hover .has-drop-down-a:after {
		content: "\f068";
	}

	#nav ul li .has-drop-down-a:after {
		content: "\f067";
		position: absolute;
		right: 20px;
		top: 2px;
		font-family: "FontAwesome";
		font-size: 9px;
		font-weight: 400;
	}

	#nav ul ul {
		font-size: 12px;
		line-height: 15px;
		position: static;
		width: 230px;
		background: #bbb;
		font-weight: 600;
		margin: 12px -35px -10px -27px;
		padding: 12px 14px 2px;
	}

	#nav ul ul li {
		margin: 0 0 10px;
	}

	#nav ul ul a {
		color: #1f1f1f;
	}

	#nav ul ul a:hover {
		color: #fff;
	}

	#nav ul a {
		color: #7e7e7e;
		display: inline-block;
		vertical-align: top;
		width: auto;
		height: auto;
		padding: 0;
		text-align: left;
	}

	#nav ul a:hover {
		background: none;
		color: #1f1f1f;
	}

	#nav ul .active > a {
		background: none;
		color: #1f1f1f;
	}

	#nav .nav-opener {
		display: block;
	}

	.form-search .input-holder {
		right: 5px;
		width: 310px;
	}

	#main .social-slideshow h1 {
		margin-right: 0;
	}

	#main .news-carousel h1 {
		margin-right: 0;
	}

	.slideshow .bg-stretch {
		height: 255px;
	}

	.slideshow .holder,
	.slideshow .header-holder,
	.slideshow .news-carousel,
	.slideshow .info-holder,
	.slideshow .info-data {
		padding: 0 20px;
	}

	.slideshow .caption {
		right: 0;
		left: 0;
		width: 300px;
		top: 165px;
		margin: 0 auto;
		padding: 29px 35px 45px;
	}

	.slideshow .btn-prev,
	.slideshow .btn-next {
		padding: 6px 12px;
		bottom: 2px;
		top: auto;
		left: 50%;
		margin: 0 0 0 -38px;
		width: 37px;
		height: 37px;
		background: #fff;
		border-radius: 3px;
		border: 1px solid #ebebeb;
		box-shadow: 0 -2px 0 0 rgba(194, 194, 194, .6) inset;
	}

	.slideshow .btn-prev:before,
	.slideshow .btn-next:before {
		color: #a2a2a2;
		font-size: 16px;
	}

	.slideshow .btn-prev:hover,
	.slideshow .btn-next:hover {
		background: #f1f1f1;
	}

	.slideshow .btn-next {
		left: auto;
		right: 50%;
		margin: 0 -40px 0 0;
		border-radius: 3px;
	}

	.news-carousel {
		padding: 25px 10px 100px;
	}

	.news-carousel .mask-holder {
		padding: 0;
	}

	.news-carousel .mask {
		margin: 0;
		height: auto !important;
	}

	.news-carousel .slide {
		width: 100%;
		padding: 5px 0;
	}

	.news-carousel .img-holder {
		max-width: 300px;
		margin: 0 auto 18px;
	}

	.btn-prev,
	.btn-next {
		bottom: 43px;
		top: auto;
		left: 50%;
		margin: 0 0 0 -38px;
		width: 37px;
		height: 37px;
		background: #fff;
		border-radius: 3px;
		border: 1px solid #ebebeb;
		box-shadow: 0 -2px 0 0 rgba(194, 194, 194, .6) inset;
	}

	.btn-next {
		left: auto;
		right: 50%;
		margin: 0 -40px 0 0;
	}

	.info-holder {
		padding: 37px 10px 18px;
	}

	.info-columns {
		margin: 0;
	}

	.info-columns .column {
		padding: 0;
		width: 100%;
		float: none;
		margin: 0 0 50px;
	}

	.info-columns .list-info {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.info-columns .list-info:first-child {
		width: 100%;
	}

	.info-columns .list-info li {
		margin: 0 0 13px;
	}

	.info-columns .list-info li:before {
		left: 2px;
	}

	.social-slideshow .btn-prev,
	.social-slideshow .btn-next {
		display: none;
	}

	.form-submit .input-block {
		margin: 0 0 0 5px;
	}

	.form-submit input[type="text"],
	.form-submit input[type="email"] {
		width: 65%;
	}

	.info-data {
		padding: 34px 10px 26px;
	}

	.info-data .btn-holder {
		padding: 42px 0 0;
	}

	.info-table thead th {
		width: 32.2%;
	}

	.info-table thead th:first-child {
		width: 20%;
	}

	.info-table .second {
		display: none;
	}

	.info-table .third {
		width: 35%;
	}

	.info-table .fourth {
		display: none;
	}

	.info-table td {
		width: 32.2%;
	}

	.info-table td:first-child {
		width: 20%;
	}

	.info-aside {
		padding: 27px 0 5px;
	}

	.tab-block {
		padding: 0 10px;
	}

	.tab-block .opener {
		display: block;
	}

	.tab-block .tab-content {
		background: none;
		padding: 20px 0;
		text-align: center;
		min-height: 1px;
	}

	.tab-block .drop {
		background: #263d68;
		border-radius: 3px;
		padding: 10px;
		margin: 0 0 10px;
	}

	.tab-block address {
		float: none;
		width: 100%;
		padding: 10px;
		margin: 0 0 10px;
		font-weight: 400;
		text-transform: none;
	}

	.tab-block .img-holder {
		max-width: 240px;
		width: 100%;
		float: none;
		margin: 0 auto 10px;
	}

	.tabset {
		width: 100%;
		padding: 0;
		float: none;
		display: none;
	}

	.tabset li {
		border-radius: 3px;
		text-align: center;
	}

	.tabset li > a {
		border-radius: 3px;
	}

	.tabset .active > a {
		color: #fff;
		background: none;
	}

	#footer {
		padding: 28px 0;
	}

	#footer .social-networks {
		float: none;
		max-width: 100%;
		clear: both;
	}

	#footer .social-networks li {
		margin: 0 7px;
	}

	.info-links {
		float: none;
		max-width: 100%;
		padding: 0;
		margin: 0 0 13px;
		text-align: center;
	}

	.info-links li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.info-links li:before {
		margin: 4px 6px 0;
	}
}

