/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.social-networks ul,
#nav .drop > ul,
#nav .drop > ul ul,
.img-list,
.btn-list,
.carousel,
.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#nav .drop > ul:after,
.img-list:after,
#footer .col:after,
.footer-list:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
	background: #003860;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #363636;
	background: #fff;
	font: 15px / 1.685 "Open Sans", "Helvetica Neue", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 34px;
}

h2,
.h2 {
	font-size: 33px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

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

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

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

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

#header {
	position: relative;
	z-index: 2;
}

.header-top {
	padding: 26px 0 23px;
}

.header-top .img-holder {
	width: 243px;
}

.logo {
	padding: 0 1px 0 6px;
	width: 300px;
}

.social-networks {
	letter-spacing: -4px;
	display: none;
	margin: 0 0 -10px;
}

.social-networks ul {
	text-align: right;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 0 10px 12px;
}

.social-networks a {
	width: 48px;
	height: 48px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	display: block;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	border-radius: 50%;
	position: relative;
	background: #003860;
}

.social-networks a:before {
	width: 21px;
	height: 19px;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url("../images/sprite.png") no-repeat -72px -34px;
}

.social-networks a.facebook:before {
	width: 10px;
	height: 21px;
	background-position: -31px -32px;
}

.social-networks a.instagram:before {
	width: 22px;
	height: 22px;
	background-position: -123px -34px;
}

.social-networks a.youtube:before {
	width: 21px;
	height: 24px;
	background-position: -165px -32px;
}

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

.nav-active {
	overflow: hidden;
}

.nav-holder {
	background: #003860;
	padding: 25px 14px 27px;
	position: absolute;
	top: 131px;
	left: 0;
	right: 0;
	-webkit-transition: left .25s ease, right .25s ease;
	transition: left .25s ease, right .25s ease;
	z-index: 9;
}

.nav-holder .social-networks {
	display: block;
	float: none;
}

.nav-holder .social-networks ul {
	text-align: center;
}

.nav-holder .social-networks li {
	margin: 0 0 10px 9px;
}

.nav-holder .social-networks a {
	width: 36px;
	height: 36px;
	background: #9e9e9e;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.nav-holder .social-networks a:hover {
	background: #ec5331;
}

.nav-holder .social-networks a:before {
	width: 17px;
	height: 14px;
	background-position: -61px -146px;
}

.nav-holder .social-networks a.facebook:before {
	width: 8px;
	height: 15px;
	background-position: -27px -145px;
}

.nav-holder .social-networks a.instagram:before {
	width: 16px;
	height: 16px;
	background-position: -102px -146px;
}

.nav-holder .social-networks a.youtube:before {
	width: 15px;
	height: 18px;
	background-position: -140px -146px;
}

#nav .drop {
	position: fixed;
	top: 0;
	left: -240px;
	width: 240px;
	height: 100vh;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: #d4d4d4;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 27px 0;
}

.nav-active #nav .drop {
	left: 0;
}

#nav .drop > ul {
	text-transform: uppercase;
	font-weight: bold;
	padding: 18px 0 0;
	font-size: 14px;
	line-height: 25px;
}

#nav .drop > ul > li.hover ul,
#nav .drop > ul > li.active ul {
	display: block;
}

#nav .drop > ul > li.hover > a,
#nav .drop > ul > li.active > a {
	color: #ec5331;
}

#nav .drop > ul > li.hover .dropdown:before,
#nav .drop > ul > li.active .dropdown:before {
	content: "-";
	top: 6px;
	right: 31px;
}

#nav .drop > ul > li.hover .home:before,
#nav .drop > ul > li.active .home:before {
	background-position: -95px -93px;
}

#nav .drop > ul > li.hover > a {
	color: #fff;
	background: #9e9e9e;
}

#nav .drop > ul > li > a {
	text-decoration: none;
	color: #003860;
	display: block;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	padding: 7px 39px 7px 25px;
}

#nav .drop > ul ul {
	text-align: left;
	display: none;
	background: #9e9e9e;
	font-size: 13px;
	line-height: 20px;
	text-transform: none;
	font-weight: normal;
	padding: 9px 0 20px;
}

#nav .drop > ul ul li:hover a,
#nav .drop > ul ul li.active a {
	color: #3e3e3e;
}

#nav .drop > ul ul a {
	text-decoration: none;
	color: #fff;
	padding: 4px 20px 5px 40px;
	display: block;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

#nav .drop .dropdown {
	position: relative;
}

#nav .drop .dropdown:before {
	content: "+";
	position: absolute;
	top: 10px;
	right: 27px;
}

.home:before {
	content: none;
	width: 24px;
	height: 20px;
	position: absolute;
	left: 2px;
	top: 2px;
	background: url(../images/sprite.png) -63px -92px;
}

.nav-opener {
	width: 29px;
	height: 20px;
	display: block;
	position: relative;
	float: left;
	margin: 0;
}

.nav-opener:hover span {
	color: #ec5331;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #ec5331;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	content: "";
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	top: 50%;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .5);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:after {
	margin: 8px 0 0;
}

.nav-opener span {
	text-indent: 50px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: -8px 0 0;
}

.searchform-holder {
	float: right;
	width: 18px;
}

.searchform-holder .opener {
	width: 18px;
	height: 19px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	float: right;
	display: block;
	position: relative;
	margin: 2px -5px 0 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.searchform-holder .opener:before {
	width: 18px;
	height: 19px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/sprite.png) -229px -32px;
}

.searchform-holder .opener:hover {
	opacity: .5;
}

.searchform-holder .search-form {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 50px;
}

.searchform-holder .search-form input[type="text"],
.searchform-holder .search-form input[type="search"] {
	width: 100%;
	font-size: 21px;
	line-height: 33px;
	font-weight: 300;
	height: 73px;
	padding: 20px 10px;
	color: #fff;
	background: none;
	border: 0;
	outline: none;
}

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

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

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

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

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

.searchform-holder .search-form .input-holder {
	background: rgba(0, 56, 96, .74);
	border-top: 1px solid #013c64;
}

.searchform-holder .search-form .input-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
}

.mobile-hidden {
	display: none;
}

#main h2, #internal h1 {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 36px;
	color: #003860;
	font-family: "Raleway", sans-serif;
	margin: 0 0 44px;
	position: relative;
}

#main h2 strong {
	font-weight: 800;
}

#main h2:before, #internal h1:before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	width: 83px;
	height: 4px;
	background: #ec5331;
}

#internal h1 {
	text-align:center;
}

.crumbs {
	background: #dddddd;
	height: 165px;
}

.crumbtext {
	margin: 0 auto;
	max-width: 1120px;
	height: 165px;
	padding: 120px 10px 0px;
	line-height: 15px;
	color: #ec5331;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 13px;
}

.crumbtext a {
	color: #003860;
	text-decoration:none;
}

#internal .container {
	padding: 20px 10px 60px;
}

.st_sharethis_large {
	float:right;
	margin-top: -6px;
    background-color: #ec5331;
    color: #fff;
    padding: 10px 45px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: left .25s ease, right .25s ease;
    transition: left .25s ease, right .25s ease;
}

.st_sharethis_large:hover {
	background-color: #003860;
}

span.stLarge {
	background-image:none !important;
}

.stButton {
	display: none !important;
}

.banner {
	position:relative;
}
.banner .slideshow {
	position: relative;
	z-index: 1;
}

.banner .slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height:608px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

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

.banner .container {
	position:relative;
}

.banner .text-holder {
	background: rgba(255, 255, 255, .8);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	text-align: left;
	min-height: 250px;
	height:auto;
	float:right;
	width:500px;
	max-width: 100%;
	color: #003860;
	overflow:visible;
}

.banner .text-holder h1 {
	font-size: 24px;
	line-height: 28px;
	color: #003860;
	margin: 0 0 26px;
}

.banner .slide-text {
	padding: 41px 37px 25px;
}

.banner .slide-text a {
	color: #003860;
}

.banner .btn-prev {
	left:0;
}

.banner .btn-next,
.banner .btn-prev {
	width: 55px;
	height: 55px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	top: 45%;
	z-index:2;
	right: 0;
	background: rgba(255, 255, 255, .8);
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.banner .btn-next:before,
.banner .btn-prev:before {
	content: "";
	width: 15px;
	height: 16px;
	border: solid #003860;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
	margin: 0 0 0 -4px;
}

.banner .btn-next:hover,
.banner .btn-prev:hover {
	background: #ec5331;
}

.banner .btn-next:hover:before,
.banner .btn-prev:hover:before {
	border-color: #fff;
}

.banner .btn-prev {
	margin: 0 56px 0 0;
}

.banner .btn-prev:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(225deg);
	transform: translateX(-50%) translateY(-50%) rotate(225deg);
	margin: 0 0 0 4px;
}

.banner .slideshow.not-enough-slides .btn-prev,
.banner .slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

.btn-more {
	text-decoration: none;
	color: #363636;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.btn-more:hover {
	color: dimgray;
}

.img-list {
	letter-spacing: -5px;
	padding: 17px 0 16px;
}

.img-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	width: 33.33%;
	padding: 0 2px 23px 0;
}

.img-list a {
	display: block;
	position: relative;
}

.img-list a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.img-list a:hover:before {
	background: rgba(0, 0, 0, .4);
}

.btn-more {
	text-decoration: none;
	color: #003860;
	font-size: 17px;
	line-height: 25px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.btn-more:hover {
	color: #0074c6;
}

.btn-holder {
	padding: 36px 0 14px;
	background: #d4d4d4;
}

.btn-list {
	font-size: 21px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 34px;
}

.btn-list li {
	margin: 0 0 15px;
}

.btn-list a {
	width: 100%;
	height: 80px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	background: #ec5331;
	position: relative;
	text-align: left;
	letter-spacing: -6px;
	color: #fff;
	padding: 10px 0;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.btn-list a:hover {
	background: #d63714;
}

.btn-list .wrap {
	display: inline-block;
	vertical-align: middle;
	display: table-cell;
}

.btn-list .icon-holder {
	width: 34%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	text-align: center;
}

.btn-list .icon-holder img {
	width: 52px;
}

.btn-list .text-wrap {
	width: 66%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	padding: 0 10px 0 0;
}

.btn-list .btn-agency {
	background: #003860;
}

.btn-list .btn-agency:hover {
	background: #001a2d;
}

.btn-list .btn-agency .icon-holder img {
	width: 38px;
}

.btn-list .btn-visiting {
	background: #fff;
	color: #003860;
}

.btn-list .btn-visiting:hover {
	background: #e6e6e6;
}

.btn-list .btn-visiting .icon-holder img {
	width: 35px;
}

.section {
	padding: 27px 0;
	text-align: center;
}

.section .three-columns {
	margin: 0 37px -22px;
}

.section .column {
	padding: 0 4px 38px;
}

.section .column > a {
	text-decoration: none;
}

.section .column img {
	max-width: none;
	width: 100%;
}

.section .title {
	font-size: 17px;
	line-height: 26px;
	text-decoration: none;
	color: #003860;
	display: block;
	margin: 0 0 7px;
	text-align: left;
}

.section time {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ec5331;
	text-align: left;
	display: block;
}

.section .video-holder {
	position: relative;
	padding: 0 0 8px 0;
}

.section .video-holder .play {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	border: 5px solid #fff;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: border .3s ease, background .3s ease;
	transition: border .3s ease, background .3s ease;
	margin: -5px 0 0;
}

.section .video-holder .play:hover {
	background: rgba(0, 0, 0, .7);
	border-color: #ccc;
}

.section .video-holder .play:hover:before {
	border-color: transparent transparent transparent #ccc;
}

.section .video-holder .play:before {
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 16px 0 16px 26px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin: 0 0 0 3px;
	-webkit-transition: border .3s ease;
	transition: border .3s ease;
}

.section.latest {
	padding: 37px 0 78px;
}

.section.latest h2 {
	margin: 0 0 50px !important;
}

.form-holder {
	background: #b1b1b1;
	padding: 33px 0 31px;
}

.subscribe-form {
	padding: 0 32px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
	font-size: 17px;
	line-height: 25px;
	color: #151c34;
	padding: 20px 22px;
	border: 0;
	outline: none;
	margin: 0 0 16px;
	width: 100%;
	border-radius: 6px;
	height: 65px;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
}

.subscribe-form input[type="text"]::-webkit-input-placeholder,
.subscribe-form input[type="email"]::-webkit-input-placeholder {
	color: #151c34;
}

.subscribe-form input[type="text"]::-moz-placeholder,
.subscribe-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #151c34;
}

.subscribe-form input[type="text"]:-moz-placeholder,
.subscribe-form input[type="email"]:-moz-placeholder {
	color: #151c34;
}

.subscribe-form input[type="text"]:-ms-input-placeholder,
.subscribe-form input[type="email"]:-ms-input-placeholder {
	color: #151c34;
}

.subscribe-form input[type="text"].placeholder,
.subscribe-form input[type="email"].placeholder {
	color: #151c34;
}

.subscribe-form button[type="submit"] {
	width: 100%;
	border: 0;
	border-radius: 5px;
	font-size: 21px;
	line-height: 33px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #003860;
	color: #fff;
	padding: 16px 10px;
	min-height: 65px;
	text-align: left;
	position: relative;
	text-align: center;
}

.subscribe-form button[type="submit"]:hover {
	background: #005693;
}

.subscribe-form button[type="submit"] span {
	display: inline-block;
	vertical-align: top;
}

.subscribe-form button[type="submit"] span:before {
	width: 17px;
	height: 19px;
	content: "";
	display: inline-block;
	vertical-align: top;
	background: url(../images/sprite.png) -152px -95px;
	margin: 7px 3px 0;
}

.carousel {
	padding: 0 18px 101px 0;
	text-align: left;
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .mask .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	float: left;
}

.carousel .img-holder {
	letter-spacing: -5px;
	margin: 0 0 24px;
}

.carousel .article {
	padding: 0 0 29px;
	overflow: hidden;
}

.carousel time {
	width: 26.7%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 23px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}

.carousel .date {
	display: block;
	font-size: 55px;
	line-height: 48px;
}

.carousel .img-wrap {
	width: 73.3%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	border-left: 12px solid #ec5331;
}

.carousel .img-wrap img {
	width: 100%;
	max-width: none;
}

.carousel h3 {
	line-height: 25px;
	color: #003860;
	margin: 0 0 3px;
}

.carousel .text-holder {
	padding: 0 0 0 14px;
}

.carousel .text-holder > a {
	text-decoration: none;
}

.carousel .btn-prev,
.carousel .btn-next {
	width: 48px;
	height: 49px;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background: #ec5331;
	display: block;
	position: absolute;
	bottom: 35px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	margin: 0 0 0 -26px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.carousel .btn-prev:before,
.carousel .btn-next:before {
	width: 11px;
	height: 16px;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../images/sprite.png) -200px -96px;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	background: #a82b0f;
}

.carousel .btn-next {
	margin: 0 0 0 26px;
}

.carousel .btn-next:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.btn-facebook {
	font-size: 16px;
	line-height: 31px;
	font-weight: bold;
	display: block;
	background: #003860;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	padding: 9px 10px;
	text-align: left;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	border-radius: 5px;
	text-align: center;
}

.btn-facebook span {
	display: inline-block;
	vertical-align: top;
}

.btn-facebook span:before {
	width: 15px;
	height: 28px;
	content: "";
	display: inline-block;
	vertical-align: top;
	background: url(../images/sprite.png) -29px -86px;
	margin: 0 16px 0 0;
}

.btn-facebook:hover {
	background: #005693;
}

.btn-block {
	padding: 0 4px 0 7px;
}

.lightbox {
	padding: 5px;
	width: 300px;
}

.lightbox h2 {
	margin: 0 0 10px;
}

.lightbox p {
	margin: 0;
}

.issue-main {
	text-align:center;
}

.issue-main h2 {
    font-weight: 200;
    font-style:italic;
    line-height: 36px;
    color: #003860;
    font-family: "Raleway", sans-serif;
    margin: 0 0 44px;
}

.issueslist {
	width: 45%;
	display:inline-block;
	text-align:left;
	margin: 10px;
	padding: 20px;
	vertical-align:top;
	background: #f5f5f5;
}

.issueslist:hover {
	background: #ddd;
}

.issueslist h4 {
	line-height: 19px;
	min-height: 40px;
}

.issueslist h4 a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
    color: #ec5331;
}

.news-item {
	clear:both;
	display:block;
	padding:10px 0;
	border-bottom: 1px solid #000;
}

.news-details {
	margin-top: -5px;
	margin-bottom: 10px;
	color: #ec5331;
	font-weight: bold;
}

.image-holder {
	float:left;
	margin-right: 15px;
	overflow:hidden;
	position:relative;
}

.image-holder img {
    height: auto;
    min-height:86px;
    width: 250px;
    border: 1px solid #003860;
    margin-bottom: 7px;
    padding: 0 0;
}

.newsbody {
	font-size: 16px;
}

.image-holder time {
    font-size: 15px;
    line-height: 20px;
    width: 65px;
    position: absolute;
    top: 1px;
    left: 1px;
    color: #fff;
    background: #003860;
    text-align: center;
    padding: 10px 3px;
}

.image-holder time strong {
    font-size: 26px;
    line-height: 22px;
}

.buffer a.middleheadline, .buffer h3.middleheadline {
	color: #003860;
	font-size: 18px;
	font-family: "Raleway", sans-serif;
}

#footer {
	text-align: center;
	background: #003860;
	color: #fff;
	padding: 90px 0 60px;
	font-size: 13px;
	line-height: 18px;
	position: relative;
}

#footer:before {
	width: 114px;
	height: 114px;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	border-radius: 50%;
	margin: -4px 0 0;
}

#footer:after {
	content: "";
	width: 78px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../images/img-beehive.png) 0 0;
}

#footer h3 {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	margin: 0 0 12px;
}

#footer .col {
	padding: 0 0 19px;
}

#footer .address {
	padding: 0 0 36px;
}

#footer address {
	font-style: normal;
	padding: 0;
}

#footer address a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

#footer address a:hover {
	color: #ec5331;
}

#footer .social-networks {
	display: block;
	float: none;
	padding: 0 0 23px;
}

#footer .social-networks ul {
	text-align: center;
}

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

#footer .social-networks a {
	width: 34px;
	height: 34px;
	background: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

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

#footer .social-networks a:before {
	width: 34px;
	height: 34px;
	background-position: -59px -200px;
}

#footer .social-networks a.facebook:before {
	background-position: -18px -200px;
}

#footer .social-networks a.instagram:before {
	background-position: -102px -200px;
}

#footer .social-networks a.youtube:before {
	background-position: -143px -200px;
}

.footer-list {
	max-width: 200px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: -4px;
	font-weight: bold;
}

.footer-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}

.footer-list li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}

.footer-list li:first-child:before,
.footer-list li:nth-child(2n+1):before {
	content: "";
}

.footer-list a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.footer-list a:hover {
	color: #ec5331;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	margin: 0;
}

.container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
}

#TB_window {
	top:20% !important;
}

#TB_closeWindowButton {
    left: 30px !important;
}

#TB_iframeContent {
    width: 705px !important;
    height: 520px !important;
}

@media (min-width: 768px) {
	.header-top {
		padding: 20px 0 34px;
	}

	.header-top .container {
		position: relative;
	}

	.header-top .img-holder {
		left: 9px;
		position: absolute;
		top: 18px;
	}

	.logo {
		float: left;
		width: auto;
		padding: 0 1px 0 217px;
	}

	.social-networks {
		display: block;
		float: right;
		width: 100%;
		padding: 0 11px 6px;
	}

	.nav-holder {
		top: 231px;
		padding: 25px 14px;
	}

	#nav .drop > ul {
		padding: 11px 0 0;
	}

	.searchform-holder .opener {
		margin: 3px 2px 0 0;
	}

	.searchform-holder .search-form input[type="text"],
	.searchform-holder .search-form input[type="search"] {
		font-size: 24px;
		padding: 20px 13px;
	}

	.mobile-hidden {
		display: block;
	}

	#main h2 {
		font-size: 41px;
		line-height: 43px;
	}

	.img-list {
		padding: 0 0 15px;
		margin: 0 0 0 -9px;
	}

	.btn-holder {
		padding: 41px 0 23px;
	}

	.btn-list {
		padding: 0;
	}

	.btn-list li {
		width: 33.33%;
		float: left;
		padding: 0 9px;
	}

	.section {
		padding: 44px 0 61px;
	}

	.section .three-columns {
		overflow: hidden;
		margin: 0 0 0 30px;
		padding: 6px 0 0;
	}

	.section .column {
		width: 33.33%;
		float: left;
		padding: 0 21px 0 0;
	}

	.section .video-holder {
		padding: 0 0 20px;
	}

	.section .video-holder .play {
		width: 64px;
		height: 64px;
		margin: -11px 0 0;
	}

	.section .video-holder .play:before {
		border-width: 15px 0 15px 23px;
	}

	.section.latest {
		padding: 49px 0 67px;
	}

	.section.latest .container {
		position: relative;
	}

	.form-holder {
		padding: 33px 0 35px;
	}

	.subscribe-form {
		padding: 0 12px 0 15px;
	}

	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"] {
		width: 65.3%;
		float: left;
		margin: 0 15px 0 0;
		padding: 20px 29px;
	}

	.subscribe-form button[type="submit"] {
		width: 32.6%;
		float: left;
	}

	.carousel {
		padding: 7px 18px 101px 0;
	}

	.carousel .img-holder {
		width: 44%;
		float: left;
		padding: 0 29px 0 0;
		margin: 0;
	}

	.carousel .article {
		padding: 0 0 26px;
	}

	.carousel time {
		width: 29.0%;
	}

	.carousel .img-wrap {
		width: 70.8%;
	}

	.carousel .text-holder {
		width: 55%;
		float: left;
		padding: 6px 0 0;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		left: auto;
		bottom: 21px;
		right: 40px;
	}

	.carousel .btn-next {
		margin: 0;
		right: -13px;
		left: auto;
	}

	.btn-facebook {
		width: auto;
		min-width: 302px;
		position: absolute;
		bottom: 20px;
		left: 21px;
		text-align: center;
	}

	.btn-facebook span:before {
		margin: 0 34px 0 0;
	}

	#footer {
		text-align: left;
		padding: 76px 0 39px;
	}

	#footer .col {
		padding: 0 0 19px 21px;
		width: 70%;
	}

	#footer .col + .col {
		width: 100%;
		margin: -82px 0 0 0;
		padding: 0 16px 0 0;
	}

	#footer .address {
		width: 45.7%;
		float: left;
	}

	#footer .social-networks {
		padding: 0 0 25px;
	}

	#footer .social-networks ul {
		text-align: right;
	}

	.footer-list {
		max-width: none;
		text-align: right;
		padding: 0 5px 0 0;
	}

	.footer-list li:before {
		margin: 0 8px;
	}

	.footer-list li:first-child:before {
		content: "" !important;
	}

	.footer-list li:nth-child(2n+1):before {
		content: "|";
	}
}

@media (max-width: 850px) {

	.issue-main h2 {
		font-size: 26px;
	}

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

@media (max-width: 560px) {

	.banner .slide-text {
		padding: 25px;
	}

	.banner .text-holder h1 {
		font-size: 20px;
	}
}

@media (max-width: 400px) {

	.crumbtext {
		text-align:center;
	}
	.st_sharethis_large {
		display:none;
	}

	.issueslist {
		display: block;
		width: 100%;
		margin: 30px 0px;
	}
}

@media (min-width: 1024px) {
	#header .social-networks {
		position: absolute;
		right: 10px;
		bottom: 0;
	}

	.header-top {
		padding: 65px 0 43px;
	}

	.header-top .img-holder {
		left: 4px;
		top: -49px;
		width: auto;
	}

	.logo {
		padding: 0 1px 0 226px;
	}

	.social-networks {
		width: 25%;
		padding: 64px 0 0;
	}

	.nav-holder .social-networks {
		display: none;
	}

	#nav {
		width: 92%;
		float: left;
	}

	#nav .drop {
		position: static;
		border: none;
		width: auto;
		height: auto;
		background: none;
		box-shadow: none;
		overflow: visible;
		padding: 0;
		-webkit-transition: none;
		transition: none;
	}

	#nav .drop > ul {
		font-size: 14px;
		line-height: 23px;
		padding: 0;
	}

	#nav .drop > ul > li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0 10px 0 0;
	}

	#nav .drop > ul > li.hover,
	#nav .drop > ul > li.active {
		margin-bottom: -25px;
	}

	#nav .drop > ul > li.hover > a,
	#nav .drop > ul > li.active > a {
		padding-bottom: 25px;
	}

	#nav .drop > ul > li.hover .dropdown:before,
	#nav .drop > ul > li.active .dropdown:before {
		content: none;
	}

	#nav .drop > ul > li.hover > a {
		color: #ec5331;
		background: none;
	}

	#nav .drop > ul > li > a {
		padding: 0;
		color: #fff;
	}

	#nav .drop > ul ul {
		width: 193px;
		position: absolute;
		top: 100%;
		left: -18px;
		padding: 0;
		z-index: 2;
	}

	#nav .drop > ul ul li:hover a,
	#nav .drop > ul ul li.active a {
		background: #2b5a7b;
		color: #fff;
	}

	#nav .drop > ul ul a {
		padding: 7px 10px 7px 28px;
		background: #003860;
		color: #fff;
	}

	#nav .drop .dropdown:before {
		content: none;
	}

	.home {
		width: 27px;
		height: 21px;
		overflow: hidden;
		text-indent: 101%;
		white-space: nowrap;
		display: block;
		position: relative;
	}

	.home:before {
		content: "";
	}

	.nav-opener {
		display: none;
	}

	.searchform-holder .opener {
		margin: 3px 3px 0 0;
	}

	.searchform-holder .search-form {
		height: auto;
	}

	.carousel .article {
		padding: 0 0 27px;
	}

	#footer {
		padding: 51px 0 9px;
	}

	#footer .container {
		letter-spacing: -5px;
	}

	#footer .col {
		display: inline-block;
		vertical-align: bottom;
		width: 50%;
		letter-spacing: 0;
		padding: 0;
	}

	#footer .col + .col {
		margin: 0;
		width: 50%;
		padding: 0 0 30px 0;
	}

	#footer .social-networks {
		width: auto;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
	#header .social-networks {
		bottom: -16px;
	}

	.social-networks {
		width: 30%;
	}

	#nav .drop > ul > li {
		margin: 0 29px 0 0;
	}

	.img-list {
		margin: 0 -10px 0 0;
		padding: 0 0 0;
	}

	.img-list li {
		padding: 0 2px 23px 0;
	}

	.btn-holder {
		padding: 41px 0 17px;
	}

	.btn-list {
		margin: 0 -55px 0 0;
		font-size: 30px;
		line-height: 27px;
	}

	.btn-list li {
		padding: 0 55px 0 0;
	}

	.btn-list a {
		height: 114px;
	}

	.btn-list .icon-holder {
		width: 33%;
	}

	.btn-list .icon-holder img {
		width: auto;
	}

	.btn-list .btn-agency .icon-holder img {
		width: auto;
	}

	.btn-list .btn-visiting .icon-holder img {
		width: auto;
	}

	.section .three-columns {
		padding: 10px 0 0;
		margin: 0 -55px 0 0;
	}

	.section .column {
		padding: 0 55px 0 0;
	}

	.section .column img {
		max-width: 100%;
		width: auto;
	}

	.section .title {
		margin: 0 0 10px;
	}

	.section .video-holder .play {
		width: 101px;
		height: 102px;
	}

	.section .video-holder .play:before {
		border-width: 23px 0 23px 36px;
	}

	.subscribe-form {
		padding: 0;
	}

	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"] {
		width: 76.1%;
		margin: 0 28px 0 0;
		padding: 20px 37px;
	}

	.subscribe-form button[type="submit"] {
		width: 21.3%;
	}

	.carousel {
		padding: 7px 18px 98px 0;
	}

	.carousel .img-holder {
		width: 30%;
		padding: 0 42px 0 0;
	}

	.carousel time {
		width: 26.8%;
	}

	.carousel .img-wrap {
		width: 72.9%;
	}

	.carousel .text-holder {
		width: 70%;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		bottom: 20px;
		right: 29px;
		left: auto;
	}

	.carousel .btn-next {
		right: -24px;
		left: auto;
	}

	.btn-facebook {
		left: 11px;
	}
}

@media (max-width: 1023px) {
	.nav-active .nav-holder.fixed-position {
		left: 230px !important;
		right: -230px !important;
	}

	.nav-active #wrapper {
		margin: 0 0 0 240px;
	}
}

