/*! 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;
}

iframe {
	box-sizing:initial;
}

/* 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;
}

th {
	padding: 0;
}


@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
	content: "\e904";
}

.icon-ico-cooperation:before {
	content: "\e900";
}

.icon-ico-legislation:before {
	content: "\e901";
}

.icon-ico-letter:before {
	content: "\e902";
}

.icon-ico-dots:before {
	content: "\e903";
}

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */

@font-face {
	font-family: "Socialico";
	src: url("../fonts/Socialico.eot") format("eot"), url("../fonts/Socialico.woff") format("woff"), url("../fonts/Socialico.ttf") format("truetype"), url("../fonts/Socialico.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.social-networks,
.drop,
.drop > li .slide ul,
.pagination,
.post,
.info,
.social-links,
.figure-holder,
.item-list,
.instagram-list,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.holder:after,
.nav-bar:after,
.social-networks:after,
.drop > li:first-of-type .nav-opener:after,
.menu-opener:after,
.two-columns:after,
.post:after,
.post > li:after,
.info:after,
.social-links:after,
.row:after,
.three-columns:after,
.figure-holder:after,
.address-box:after {
	content: "";
	display: block;
	clear: both;
}

.learn-more,
.newsletter-form input[type="submit"],
.default-button,
.contact-form input[type="submit"] {
	width: 205px;
	height: 44px;
	border-style: solid;
	border-width: 2px;
	border-color: #0b2349;
	color: #0b2349;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	line-height: 2;
	font-weight: 700;
}

.learn-more:hover,
.newsletter-form input[type="submit"]:hover,
.default-button:hover,
.contact-form input[type="submit"]:hover {
	color: #fff;
	background: #0b2349;
	text-decoration: none;
}

.learn-more,
.newsletter-form input[type="submit"],
.default-button,
.contact-form input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="phone"],
textarea,
.drop > li:first-of-type .nav-opener,
.menu-opener:before,
.menu-opener:after,
.menu-opener span,
.pagination li a,
.box,
.info,
.info a,
.info a:before,
.figure a:before,
.item-list a,
.footer-nav li {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #555;
	position: relative;
	background: #fff;
	font: 16px / 1.6 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.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: 300 36px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	position: relative;
	display: inline-block;
	margin: 0 0 1px;
	color: #0b2349;
}

h2,
.h2 {
	font: 700 18px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #0b2349;
}

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	color: #cb070f;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #ff3139;
}

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="phone"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #0b2349;
	padding: 14px 10px 17px;
	min-width: 65px;
	outline: none;
	font: 16px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #555;
	background: #ecf0f1;
}

#ctl00_ctl17_ctl03_AddressZip {min-width: 120px;}

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

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,
input[type="number"]::-webkit-input-placeholder,
input[type="phone"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #555;
}

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,
input[type="number"]::-moz-placeholder,
input[type="phone"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #555;
}

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,
input[type="number"]:-moz-placeholder,
input[type="phone"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #555;
}

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,
input[type="number"]:-ms-input-placeholder,
input[type="phone"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #555;
}

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

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;
}

#wrapper {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	z-index: 5;
}

.holder {
	max-width: 1230px;
	padding: 0 30px;
	margin: 0 auto;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 11px 0 0 0;
	color: #fff;
	height: 179px;
	border-bottom: 5px solid #cb070f;
	background: rgba(11, 35, 73, .73);
}

#header.fixed-position {
	height: 99px;
}

#header.fixed-position:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #0b2349;
	content: "";
	z-index: -1;
	display: block;
}

#header.fixed-position .logo {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -10;
}

#header.fixed-position .logo img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

#header.fixed-position .slogan {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
}

#header.fixed-position .social-networks {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

#header.fixed-position .search-form {
	min-height: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

#header.fixed-position #nav {
	top: 0;
	padding: 13px 24px 27px 0;
	z-index:11;
}

#header.fixed-position .nav-bar {
	left: 0;
	top: 4px;
}

#header.fixed-position .nav-bar h1 {
	font: 700 40px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	z-index: 12;
}

#header.fixed-position .nav-bar h1 span {
	font: 400 22px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 -8px;
}

#header.fixed-position .drop {
	top: 34px;
	right: 24px;
}

#header.fixed-position .drop > li:last-of-type {
	margin: 0;
}

#header .holder {
	position: relative;
	min-height: 100%;
}

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

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


.logo {
	width: 216px;
	height: 163px;
	margin: 0 0 0 -50px;
	float: left;
	opacity: 1;
	visibility: visible;
	position: relative;
	z-index: 1;
}

.logo img {
	width: 100%;
	height: auto;
	opacity: 1;
	visibility: visible;
}

.nav-bar {
	position: absolute;
	top: 13px;
	left: 196px;
	-webkit-transition: top .2s ease,left .2s ease;
	transition: top .2s ease,left .2s ease;
}

.nav-bar h1 {
	float: left;
	max-width: 420px;
	text-transform: uppercase;
	font: 700 55px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -1px;
	-webkit-transition: height .3s ease;
	transition: height .3s ease;
	margin: 0 0 0 34px;
	color: #fff;
}

.nav-bar h1 span {
	display: block;
	font: 400 30px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	margin: 0 0 -9px;
	letter-spacing: 0;
}

.slogan {
	float: left;
	font: italic 300 30px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 40px 0 0 20px;
	letter-spacing: -1px;
	-webkit-transition: max-height .3s ease, visibility .3s ease;
	transition: max-height .3s ease, visibility .3s ease;
	max-height: 9999px;
	color: #ffffff;
}

.social-networks {
	position: absolute;
	top: 50px;
	right: 28px;
	z-index: 10;
	visibility: visible;
	max-height: 99999px;
	-webkit-transition: max-height .3s ease, visibility .3s ease;
	transition: max-height .3s ease, visibility .3s ease;
}

.social-networks li {
	float: left;
	margin: 0 0 0 19px;
}

.social-networks a {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	color: #d7dae0;
	display: inline-block;
	vertical-align: top;
}

.social-networks a:hover {
	color: #cb070f;
}

.social-networks a i {
	display: inline-block;
	vertical-align: top;
}

.social-networks a i.fa-facebook {
	font: 27px/47px "FontAwesome";
}

.social-networks a i.fa-facebook:before {
	display: inline-block;
	vertical-align: top;
}

.social-networks a i.fa-twitter {
	font: 27px/47px "FontAwesome";
}

.social-networks a i.fa-twitter:before {
	display: inline-block;
	vertical-align: top;
}

.social-networks a i.fa-youtube {
	font: 27px/47px "FontAwesome";
}

.social-networks a i.fa-youtube:before {
	display: inline-block;
	vertical-align: top;
}

.social-networks a i.fa-instagram {
	font: 27px/47px "FontAwesome";
}

.social-networks a i.fa-instagram:before {
	display: inline-block;
	vertical-align: top;
}

.social-networks a i.fa-rss {
	font: 27px/47px "FontAwesome";
}

.social-networks a i.fa-rss:before {
	display: inline-block;
	vertical-align: top;
}

#nav {
	padding: 8px 29px 27px 0;
	position: absolute;
	left: 0;
	bottom: 24px;
	width: 100%;
	-webkit-transition: top .2s ease, bottom .2s ease;
	transition: top .2s ease, bottom .2s ease;
}

.drop {
	font: 400 14px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 7px 0 0;
	position: absolute;
	top: 10px;
	right: 202px;
}

.drop > li {
	float: left;
	text-transform: uppercase;
	margin: 0 27px 0 0;
}

.drop > li:hover a,
.drop > li.active a {
	color: #cb070f;
}

.drop > li .slide ul {
	text-transform: none;
	background: #0b2349;
	width: 223px;
	padding: 13px 0 16px;
	position: relative;
}

.drop > li .slide ul:before {
	position: absolute;
	top: -34px;
	left: 0;
	width: 100%;
	height: 34px;
	content: "";
}

.drop > li .slide ul li {
	color: #fff;
	padding: 8px 18px;
}

.drop > li .slide ul li.active a {
	color: #cb070f;
}

.drop > li .slide ul a {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	color: #fff;
}

.drop > li .slide ul a:hover {
	color: #cb070f;
}

.drop > li:first-of-type {
	font: 400 16px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: none;
	position: absolute;
	top: 40px;
	right: 40px;
	text-transform: none;
}

.drop > li:first-of-type .nav-opener {
	color: #fff;
	font: 400 16px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 23px 0 0;
	z-index: 2;
}

.drop > li:first-of-type .nav-opener:hover {
	color: #cb070f;
}

.drop > li:first-of-type .nav-opener:before {
	position: absolute;
	top: -7px;
	right: 0;
	content: "X";
	color: #cb070f;
	font: 400 24px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.drop > li a {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	position: relative;
}

.drop > li a:hover {
	color: #cb070f;
}

.menu-opener {
	-webkit-transition: border-color .2s ease, top .1s ease, right .1s ease;
	transition: border-color .2s ease, top .1s ease, right .1s ease;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	background: transparent;
	position: absolute;
	top: 29px;
	right: 27px;
	border: 1px solid;
	border-color: #fff;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

.menu-opener:before,
.menu-opener:after,
.menu-opener span {
	background: #fff;
	border-radius: 1px;
	position: absolute;
	top: 19px;
	left: 4px;
	height: 4px;
	width: 30px;
	margin-top: -2px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.menu-opener:before,
.menu-opener:after {
	content: "";
	top: 11px;
}

.menu-opener:after {
	top: 27px;
}

.menu-opener:hover {
	border-color: #cb070f;
}

.menu-opener:hover:before,
.menu-opener:hover:after,
.menu-opener:hover span {
	background: #cb070f;
}

.menu-active .drop > li:first-of-type {
	display: block;
}

.menu-active .drop > li.li-opened a.opener:before {
	display: none;
}

.menu-active .drop > li.li-opened a:after {
	display: block;
}

.menu-active .drop > li > a {
	padding: 0 20px 0 0;
}

.menu-active .drop > li > a.opener:before {
	position: absolute;
	top: 7px;
	right: 0;
	color: #cb070f;
	content: "\e904";
	font: 300 12px/1 "icomoon";
	display: block;
}

.menu-active .drop > li > a:after {
	position: absolute;
	top: 9px;
	right: 0;
	color: #cb070f;
	content: "\f068";
	font: bold 10px/1 "FontAwesome";
	display: none;
}

.menu-active .drop .slide ul {
	font: 400 16px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 16px 0 0;
}

.menu-active .drop .slide ul li {
	padding: 0 0 13px 23px;
}

.menu-active .drop .slide ul li:last-of-type {
	padding: 0 0 0 23px;
}

.menu-active .drop .menu-opener:after,
.menu-active .drop .menu-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.menu-active .drop .menu-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-active .drop .menu-opener span {
	opacity: 0;
}

.search-form {
	position: absolute;
	bottom: 21px;
	right: 30px;
	width: 170px;
	min-height: 27px;
	border-width: 1px;
	border-style: solid;
	border-color: #727e91;
	background: rgba(11, 35, 73, .5);
	opacity: 1;
	visibility: visible;
	z-index: 1;
	-webkit-transition: z-index .2s ease, visibility .2s ease, min-height .2s ease;
	transition: z-index .2s ease, visibility .2s ease, min-height .2s ease;
}

.search-form input[type="search"],
.search-form input[type="text"] {
	width: 140px;
	height: 27px;
	color: #fff;
	border: none;
	padding: 3px 0 3px 8px;
	outline: none;
	background: none;
}

.search-form .search-submit {
	float: right;
	border: 0;
	background: transparent;
	outline: none;
	width: 25px;
	height: 27px;
	text-align: center;
	padding: 0;
	position: relative;
}

.search-form .search-submit:hover:before {
	color: #cb070f;
}

.search-form .search-submit:before {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	position: absolute;
	top: 5px;
	left: 50%;
	margin: 0 0 0 -10px;
	content: "\f002";
	font: 15px/1 "FontAWesome";
	color: #fff;
}

.carousel {
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

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

.carousel .mask .slide {
	position: relative;
	width: 100%;
	float: left;
	z-index: 1;
	min-height: 700px;
	background-size: cover;
}

.carousel .mask .slide img {
	width: 100%;
	height: auto;
	display: block;
}

.int .carousel .mask .slide {
	min-height: auto;
}

.key-issues {
	position: relative;
}

.key-issues .mask {
	position:relative;
	overflow:hidden;
	width:100%;
}

.key-issues .mask .slideset {
	width: 332px;
	float: left;
}

.key-issues .mask .slide {
	position:relative;
	float:left;
	width: 100%;
	z-index: 1;
	min-height: 257px;
}

.key-issues .mask .slide img {
	width: 100%;
	height: auto;
	display: block;
}

.key-issues h1 {
	margin-bottom: 15px;
}

.pagination {
	overflow: hidden;
	position: absolute;
	bottom: 18px;
	left: 50%;
	text-indent: -99999px;
	overflow: hidden;
	margin: 0 0 0 -30px;
	z-index: 10;
	width: 100px;
}

.pagination li {
	float: left;
	margin: 0 12px 0 0;
}

.pagination li.active a {
	border: 2px solid #cb070f;
}

.pagination li a {
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
}

.pagination li a:hover {
	border: 2px solid #cb070f;
}

.banner {
	font: 400 18px/1.35 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -585px;
	color: #fff;
	width: 501px;
	height: 323px;
	z-index: 1;
	padding: 32px 28px 38px 30px;
	text-align: center;
}

.banner:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #81040a;
	opacity: .7;
	z-index: -1;
}

.banner .title {
	font: 700 36px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 11px;
	letter-spacing: -1px;
	text-align: left;
	display: block;
}

.banner .title + p {
	text-align: left;
	margin: 0 0 38px;
}

.banner-img {
	min-height:400px;
}

.banner-img.none {
	background: url("/images/newyork.jpg") 50% 100% no-repeat;
	background-size: cover;
}
.banner-img.one {
	background: url("/images/gurley.jpg") 50% 100% no-repeat;
	background-size: cover;
}
.banner-img.two {
	background: url("/images/saratoga.jpg") 50% 100% no-repeat;
	background-size: cover;
}
.banner-img.three {
	background: url("/images/union.jpg") 50% 100% no-repeat;
	background-size: cover;
}

.text-box {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.learn-more {
	border-color: #fff;
	color: #fff;
	background: transparent;
	width: 177px;
	height: 42px;
}

.learn-more:hover {
	color: #cb070f;
	background: #fff;
}

.item {
	padding: 69px 0 87px;
	text-align: center;
}

.item h1 {
	color: #0b2349;
}

.item h1:before,
.item h1:after {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	width: 100px;
	height: 1px;
	background: #cb070f;
	margin: 0 0 0 20px;
}

.item h1:after {
	left: auto;
	right: 100%;
	margin: 0 20px 0 0;
}

.item h1 + p {
	margin: 0 0 5px;
}

.six-columns {
	margin: 0 0 51px -30px;
	display: inline-block;
	vertical-align: top;
}

.six-columns .column {
	float: left;
	width: 16.66%;
	padding: 0 0 0 30px;
	text-align: center;
}

.six-columns .column:nth-of-type(4) .image-box {
	margin: 0 0 -4px;
}

.box {
	background: #0b2349;
	text-align: center;
	padding: 27px 23px 5px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-height: 170px;
	width: 170px;
}

.box:hover {
	background: #cb070f;
}

.box h2, .box-head {
	color: #fff;
	font: 700 18px/1.1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	vertical-align: bottom;
}

.image-box {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	min-height: 82px;
	width: 100%;
}

.newsletter {
	text-align: center;
	background: #cb070f;
	color: #fff;
	padding: 88px 0 97px;
}

.newsletter.internal {
	padding: 20px 10px;
}

.newsletter.internal p {
	font-size:12px;
	margin-top: 10px;
}

.newsletter h1 {
	color: #fff;
	width: auto;
}

.newsletter h1:before,
.newsletter h1:after {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	width: 100px;
	height: 1px;
	background: #0b2349;
	margin: 0 0 0 15px;
}

.newsletter h1:after {
	left: auto;
	right: 100%;
	margin: 0 14px 0 0;
}

.newsletter h1 + p {
	margin: 0 0 37px;
}

.newsletter.internal h1 + p {
	margin: 0 0 10px;
}

.newsletter.internal h1 {
	font-size: 24px;
}

.newsletter.internal h1:before,
.newsletter.internal h1:after {
	width: 50px;
}

.internal .newsletter-form {
	padding: 0 0;
}

.internal .newsletter-form input {
	margin: 5px 0;
}

.newsletter-form {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 6%;
}

.newsletter-form .col {
	float: left;
	padding: 0 0 0 30px;
	width: 33.33%;
}

.newsletter-form .col:first-of-type {
	padding: 0;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
	float: left;
	width: 100%;
	background: #fff;
	border-color: #fff;
}

.newsletter-form input[type="text"]:focus,
.newsletter-form input[type="email"]:focus {
	border-color: #0b2349;
}

.newsletter-form input[type="submit"] {
	color: #fff;
	background: #cb070f;
	border-color: #fff;
	margin: 42px 0 0;
}

.newsletter-form input[type="submit"]:hover {
	color: #cb070f;
	background: #fff;
	border-color: #fff;
}

.key-issues {
	padding: 20px 0px;
	text-align:center;
	background: #fff;
}

.key-issues h1 {
	color: #000;
	width: auto;
	font-size: 24px;
}

.key-issues h1:before,
.key-issues h1:after {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	width: 50px;
	height: 1px;
	background: #0b2349;
	margin: 0 0 0 15px;
}

.key-issues h1:after {
	left: auto;
	right: 100%;
	margin: 0 14px 0 0;
}

.key-issues p {
	font-size: 12px;
	margin-top: 10px;
}

.two-columns {
	font: 400 24px/1.48 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 100%;
}

.two-columns .column {
	padding: 0 0 0 40px;
	float: left;
	width: 52%;
	text-align: left;
}

.two-columns .column:first-of-type {
	padding: 5px 0 0 0;
	width: 48%;
}

.post > li {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #d5d8dc;
}

.post > li p {
	margin: 0 0 18px;
}

.autor {
	font: 700 13px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.duration {
	position: relative;
	font: 400 13px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 0 0 12px;
}

.duration:before {
	position: absolute;
	top: 1px;
	left: 1px;
	content: "\f111";
	color: #555;
	font: 7px/16px FontAwesome;
}

.info {
	font: 400 13px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 31px;
}

.info li {
	float: left;
	margin: 0 23px 0 0;
}

.info a {
	position: relative;
	color: #555;
}

.info a:hover {
	color: #cb070f;
}

.info a:hover:before {
	color: #cb070f;
}

.info a:before {
	color: #555;
	position: absolute;
	top: 0;
	left: 0;
}

.reply {
	padding: 0 0 0 21px;
}

.reply:before {
	content: "\f112";
	font: 18px/1 FontAwesome;
}

.retweet {
	padding: 0 0 0 27px;
}

.retweet:before {
	content: "\f079";
	font: 18px/1 FontAwesome;
}

.favorites {
	padding: 0 0 0 23px;
}

.favorites:before {
	content: "\f005";
	font: 16px/1 FontAwesome;
}

.more {
	width: 19px;
	height: 6px;
	padding: 0 0 0 21px;
	margin: 0 0 0 6px;
}

.more:before {
	content: "\e903";
	font: 20px/1 "icomoon";
}

.social-links {
	font-size: 55px;
	text-align: center;
}

.social-links li {
	display: inline-block;
	vertical-align: top;
}

.social-links a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
    padding: 10px 5px 5px 5px;
    width: 95px;
    background: #0a2145;
    border-radius: 100%;
    height: 95px;
    display: block;
   	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.social-links a:hover {
	background: #cb070f;
}

.instagram {
	width: 91px;
	height: 91px;
	background: #0b2349;
	position: relative;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	z-index: 0;
	margin: 0 8px;
	display: inline-block;
	vertical-align: middle;
}

.instagram:hover {
	background: #cb070f;
}

.row {
	margin: 0 0 17px -20px;
}

.image-holder {
	float: left;
	width: 33.33%;
	padding: 0 0 0 20px;
}

.image-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.news-item-page .middlecopy h1 {
	display:block;
	font-size: 28px;
}

.news {
	background: url("/images/img11.jpg");
	background-size: cover;
	min-height: 300px;
	position: relative;
	z-index: 0;
	margin: 25px 0 0 0;
	padding: 117px 0;
	color: #fff;
	text-align: center;
}

.news:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #0a2145;
	opacity: .95;
	content: "";
}

.news h1 {
	color: #fff;
}

.news h1:before,
.news h1:after {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	width: 100px;
	height: 1px;
	background: #cb070f;
	margin: 0 0 0 11px;
}

.news h1:after {
	left: auto;
	right: 100%;
	margin: 0 7px 0 0;
}

.news h2 {
	font: 700 30px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -1px;
	color: #fff;
	margin: 0 0 22px;
	text-transform: none;
}

.news .newstitle {
	color:#ffffff;
	-webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.news .newstitle:hover {
	color:#cb070f;
}

.news .default-button {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

.news .default-button:hover {
	color: #0b2349;
	background: #fff;
	border-color: #fff;
}

.three-columns {
	margin: 57px 0 65px -40px;
	text-align: left;
	font: 400 16px/1.65 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.three-columns p {
	margin: 0 0 10px;
}

.three-columns .col {
	width: 33.33%;
	float: left;
	padding: 0 0 0 40px;
}

.date {
	color: #cb070f;
	font: 700 16px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 8px;
	display: block;
}

.read-more {
	text-transform: uppercase;
	font: 700 16px/1.5 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.figure-holder {
	margin: 0 0 42px -30px;
}

.figure-holder li {
	padding: 0 0 0 30px;
	float: left;
	width: 33.33%;
}

.figure {
	margin: 0;
}

.figure a {
	font: 700 18px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	position: relative;
	z-index: 0;
	margin: 0 0 12px;
	text-align: center;
}

.figure a:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background-color: transparent;
	z-index: 1;
}

.figure a .more-link {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	content: "LEARN MORE";
	display: inline-block;
	vertical-align: top;
	color: #fff;
	z-index: 1;
	display: none;
	text-transform: uppercase;
}

.figure a:hover:before {
	background-color: rgba(11, 35, 73, .9);
}

.figure a:hover .more-link {
	display: block;
}

.figure img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: -1;
}

.figure h2 {
	margin: 0 0 34px;
}

.legislation {
	min-height: 540px;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 69px 0;
	color: #fff;
	text-align: center;
}

.legislation:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #b8060e;
	opacity: .8;
	content: "";
}

.legislation h1 {
	color: #fff;
}

.legislation h1:before,
.legislation h1:after {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	width: 100px;
	height: 1px;
	background: #0b2349;
	margin: 0 0 0 14px;
}

.legislation h1:after {
	left: auto;
	right: 100%;
	margin: 0 11px 0 0;
}

.legislation p {
	margin: 0 0 30px;
}

.item-list {
	display: inline-block;
	vertical-align: top;
	width: 77%;
	margin: 0 0 0 -70px;
}

.item-list li {
	float: left;
	width: 33.33%;
	padding: 0 0 0 70px;
	min-width: 230px;
	min-height: 230px;
	text-align: center;
}

.item-list a {
	display: inline-block;
	vertical-align: top;
	background: #0b2349;
	color: #fff;
	padding: 27px 10px 23px;
	width: 230px;
	height: 230px;
}

.item-list a:hover {
	color: #0b2349;
	background: #fff;
}

.item-list a:hover h2 {
	color: #0b2349;
}

.item-list a h2 {
	font: 700 18px/1.1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	margin: 0 40px;
}

.image-container {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 22px;
	min-height: 120px;
}

.icon-ico-cooperation {
	width: 143px;
	height: 107px;
	display: block;
	font-size: 104px;
}

.icon-ico-legislation {
	width: 170px;
	height: 94px;
	display: block;
	font-size: 92px;
}

.icon-ico-letter {
	width: 170px;
	height: 112px;
	display: block;
	font-size: 111px;
}

.contact {
	clear:both;
	padding: 0 0 93px;
	text-align: center;
	background: url("/images/contactbg.jpg") 40% 50% no-repeat;
	background-color: #fbfbfb;
}

.contact .holder {
	position: relative;
	padding: 73px 30px 0;
}

.contact h1 {
	color: #0b2349;
}

.contact h1:before,
.contact h1:after {
	position: absolute;
	top: 50%;
	left: 100%;
	content: "";
	width: 100px;
	height: 1px;
	background: #cb070f;
	margin: 0 0 0 20px;
}

.contact h1:after {
	left: auto;
	right: 100%;
	margin: 0 20px 0 0;
}

.contact p {
	margin: 0 0 37px;
}

.blazon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	margin: 0 0 0 -264px;
}

.contact-form {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 6%;
}

.contact-form .col {
	float: left;
	padding: 0 0 0 30px;
	width: 50%;
}

.contact-form .col:first-of-type {
	padding: 0;
}

.contact-form input[type="text"] {
	float: left;
	width: 100%;
	margin: 0;
}

.contact-form input[type="submit"] {
	color: #cb070f;
	background: #fff;
	border-color: #cb070f;
	margin: 28px 0 67px;
}

.contact-form input[type="submit"]:hover {
	color: #fff;
	background: #cb070f;
	border-color: #cb070f;
}

.instagram-list {
	letter-spacing: -6px;
    margin: 0 -11px 0 -12px;
}

.instagram-list li {
	display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 33.33%;
    padding: 0 11px 26px 12px;
}

.instagram-list img {
	display: block;
    width: 100%;
}

.address-box {
	font: 400 16px/1.5 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 0 -40px;
	text-align: left;
}

.address-box h2 {
	font: 700 24px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	margin: 0;
	letter-spacing: 0;
}

.address-holder {
	float: left;
	padding: 0 0 0 40px;
	width: 25%;
}

.address {
	font-style: normal;
}

.address dl {
	margin: 0;
}

.address dt {
	float: left;
	margin: 0 4px 0 0;
}

.address dd {
	margin: 0;
}

.address a {
	color: #555;
}

.address a:hover {
	color: #cb070f;
}

#footer {
	background: #0b2349;
	text-align: center;
	padding: 27px 0 21px;
}

#footer .social-networks {
	position: static;
	float: right;
}

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

#footer .footer-nav .drop {
	position: relative;
	top: inherit;
	right:inherit;
}

#footer .footer-nav .drop .nav-opener, 
#footer .footer-nav .drop .slide,
#footer .drop > li > a.opener:before {
	display:none !important;
}

.footer-nav {
	font: 400 14px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	float: left;
	padding: 10px 0 0 196px;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	margin: 0 25px 0 0;
}

.footer-nav li.active,
.footer-nav li:hover {
	color: #cb070f;
}

.footer-nav li a {
	color: inherit;
}

.crumb-holder {
  width:100%;
  border-bottom: 2px dotted #ecf0f1;
}
.crumbs {
  font: 400 14px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #555555;
  max-width:1200px;
  padding:8px 14px;
  margin:0 auto;
}
.crumbs a {
  color: #555555;
  text-decoration: none;
}
.crumbs a:hover {
  text-decoration:underline;
}
.crumbs span {
  color: #145282;
}
.SectionLink {
  text-transform: capitalize;
}
#main-internal {
  max-width: 1200px;
  margin:0 auto;
  background: #ffffff;
  padding: 25px 14px;
}
.int-columns {
  width:100%;
  margin:0;
}
.int-content {
  float:left;
  width:70%;
  margin-bottom:50px;
  padding-right: 30px;
}

.int-content h1 {
	letter-spacing: -1px;
	font-size: 34px;
	margin-bottom: 10px;
}

.sidebar {
	float:right;
	width:30%;
}

@media (max-width: 767px) and (min-width: 1230px) {
	.menu-active #header .drop > li .slide > ul {
		top: 43px;
	}
}

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

@media (min-width: 1230px) {
	#header.fixed-position .drop > li .slide ul {
		top: 47px;
	}

	.drop > li .slide ul {
		position: absolute;
		top: 47px;
		left: -16px;
		max-height: 0;
		opacity: 0;
		visibility: hidden;
	}

	.drop > li:hover {
		position: relative;
	}

	.drop > li:hover > .slide > ul {
		-webkit-transition: max-height .3s ease;
		transition: max-height .3s ease;
		max-height: 1000px;
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 1229px) {
	#header.fixed-position {
		height: 89px;
	}

	#header.fixed-position .nav-bar {
		left: 10px;
	}

	#header.fixed-position .nav-bar h1 {
		padding: 0 0 0 17px;
	}

	#header.fixed-position .menu-opener {
		top: 15px;
		right: 31px;
		z-index:1000;
	}

	#header.fixed-position .drop > li .slide ul:before {
		display: none;
	}

	#header.fixed-position .drop {
		top: 84px;
	}

	#header {
		padding: 5px 0 25px;
		height: 150px;
	}

	.logo {
		width: 185px;
		height: 140px;
		position: absolute;
		top: 0;
		left: 59px;
		z-index: -1;
	}

	.nav-bar {
		left: 207px;
		top: 16px;
	}

	.nav-bar h1 {
		font: 700 44px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		float: none;
		display: block;
		margin: 0 0 -2px;
	}

	.nav-bar h1 span {
		font: 400 23px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.slogan {
		padding: 0;
		font: italic 300 24px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		float: none;
		display: block;
	}

	.social-networks {
		top: 29px;
		right: 99px;
	}

	#nav {
		padding: 0;
		bottom: 26px;
	}

	.drop {
		font: 700 14px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		background: #0b2349;
		width: 100%;
		top: 56px;
		right: 0;
		left: 0;
		opacity: 0;
		z-index: -1;
		visibility: hidden;
		box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
		padding: 0;
		float: none;
		z-index: -1;
	}

	#footer .drop {
		visibility: visible;
		opacity: 1;
		z-index: 1;
		text-align:center;
		font: 500 14px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.drop > li .slide ul:before {
		display: none;
	}

	.menu-opener {
		display: block;
	}

	.menu-active #header.fixed-position .drop {
		top: 84px !important;
	}

	.menu-active #header .drop {
		top: 56px !important;
	}

	.menu-active #nav .drop {
		top: 56px;
		opacity: 1;
		z-index: 9999;
		visibility: visible;
		font: 400 19px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		padding: 35px 32px 24px 32px;
		max-height: calc(100vh - 46px);
		overflow-y: scroll;
	}

	.menu-active #nav .drop > li {
		float: none;
		margin: 0 0 18px;
	}

	.search-form {
		bottom: 0;
		right: 26px;
	}

	.carousel .mask .slide {
		min-height: 500px;
	}

	.pagination {
		margin: 0 0 0 -41px;
	}

	.banner {
		font: 400 16px/1.5 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		width: 355px;
		height: 282px;
		margin: 0 0 45px -353px;
		padding: 16px 15px 38px 30px;
	}

	.banner .title + p {
		margin: 0 0 15px;
	}

	.banner .title {
		font: 700 24px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 10px;
		letter-spacing: 0;
	}

	.item {
		padding: 48px 0 78px;
	}

	.six-columns {
		width: 86%;
	}

	.six-columns .column:nth-of-type(4) .image-box {
		margin: 0 0 5px;
	}

	.six-columns .column {
		width: 33.33%;
		padding: 0 0 30px 30px;
	}

	.image-box {
		min-height: 72px;
	}

	.newsletter {
		padding: 70px 0 60px;
	}

	.newsletter-form {
		padding: 0;
	}

	.two-columns {
		font: 400 20px/1.28 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.two-columns .column:first-of-type {
		padding: 0 15px 0 0;
		margin: -10px 0 0 0;
		width: 50%;
	}

	.two-columns .column {
		width: 50%;
		padding: 0 0 0 15px;
	}

	.post > li {
		margin: 0 0 23px 0;
	}

	.post > li p {
		margin: 4px 0 18px;
	}

	.social-links li {
		width: 16%;
	}


	.social-links a {
		font-size:40px;
		width:65px;
		height:65px;
		padding: 8px 5px 5px 5px;
	}

	.image-holder:nth-of-type(3) {
		display: none;
	}

	.image-holder {
		width: 50%;
	}

	.news {
		margin: 0;
		padding: 68px 0 81px;
	}

	.news h2 {
		text-transform: none;
		font: 700 30px/1.1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.three-columns {
		margin: 51px 0 41px -40px;
	}

	.three-columns .col:last-of-type {
		display: none;
	}

	.three-columns .col {
		width: 50%;
	}

	.figure-holder li {
		width: 50%;
	}

	.legislation {
		padding: 69px 0 38px;
		min-height: 506px;
	}

	.item-list {
		margin: 0 0 0 -8px;
		width: 101%;
	}

	.item-list li {
		padding: 0 0 0 8px;
	}

	.item-list a {
		padding: 27px 6px 23px;
	}

	.contact {
		padding: 0 0 26px;
	}

	.contact .holder {
		padding: 57px 30px 0;
	}

	.blazon {
		margin: 0 0 0 -312px;
	}

	.contact-form {
		padding: 0;
	}

	.address-holder {
		width: 50%;
		text-align: center;
		padding: 0 0 27px 40px;
	}

	.address dl {
		min-width: 170px;
		display: inline-block;
		vertical-align: middle;
	}

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

	#footer .social-networks {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding: 15px 0 0;
	}

	#footer .social-networks li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.footer-nav {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		width: 100%;
		font: 400 13px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.footer-nav li {
		margin: 0 13px 0 0;
		float:none;
	}
}

@media (max-width: 1229px) and (max-width: 767px) {
	#footer .social-networks {
		padding: 9px 0 0;
	}
}

@media (max-width: 767px) {
	body {
		font: 14px / 1.3 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	h1,
	.h1 {
		font: 300 24px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 7px;
	}

	h2,
	.h2 {
		font: 700 15px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.holder {
		padding: 0 20px;
	}

	#header.fixed-position .nav-bar {
		top: 1px;
		left: 1px;
	}

	#header.fixed-position .nav-bar h1 {
		font: 700 24px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	#header.fixed-position .nav-bar h1 span {
		font: 400 13px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 -4px;
	}

	#header.fixed-position .menu-opener {
		top: 2px;
		right: 21px;
		z-index:10000;
	}

	#header.fixed-position .drop {
		top: 53px;
	}

	#header.fixed-position {
		height: 58px;
		margin: 0 0 10px;
	}

	#header {
		height: 155px;
		padding: 5px 0 0;
	}

	.menu-active #header {
		height: 99px;
		background: #0b2349;
		height: 58px;
		margin: 0 0 10px;
	}

	.menu-active #header .logo {
		width: 0;
		height: 0;
		opacity: 0;
		visibility: hidden;
		z-index: -10;
	}

	.menu-active #header .logo img {
		width: 0;
		height: 0;
		opacity: 0;
		visibility: hidden;
	}

	.menu-active #header .slogan {
		max-height: 0;
		opacity: 0;
		visibility: hidden;
	}

	.menu-active #header .social-networks {
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}

	.menu-active #header .search-form {
		min-height: 0;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
	}

	.menu-active #header #nav {
		top: 0;
		padding: 13px 24px 27px 0;
	}

	.menu-active #header .nav-bar {
		top: 1px;
		left: 1px;
	}

	.menu-active #header .nav-bar h1 {
		font: 700 24px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		padding: 0 0 0 17px;
	}

	.menu-active #header .nav-bar h1 span {
		font: 400 13px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 -4px;
	}

	.menu-active #header .menu-opener {
		top: 2px;
		right: 21px;
	}

	.menu-active #header .drop {
		top: 86px;
	}

	.menu-active #header .drop > li:last-of-type {
		margin: 0;
	}

	.menu-active #header .drop > li .slide > ul:before {
		display: none;
	}

	.logo {
		width: 140px;
		height: 105px;
		top: auto;
		bottom: 1px;
		margin: 0 0 0 -82px;
	}

	.nav-bar {
		bottom: 12px;
		left: 108px;
		top: auto;
	}

	.nav-bar h1 {
		font: 700 27px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.nav-bar h1 span {
		font: 400 15px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 -5px;
	}

	.slogan {
		font: italic 300 15px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.social-networks {
		left: 9px;
		top: -5px;
		width: 40%;
	}

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

	.social-networks a i.fa-facebook {
		font: 22px/47px "FontAwesome";
	}

	.social-networks a i.fa-twitter {
		font: 22px/47px "FontAwesome";
	}

	.social-networks a i.fa-instagram {
		font: 22px/47px "FontAwesome";
	}

	#nav {
		bottom: auto;
		top: 0;
		z-index:1001;
	}

	.drop {
		top: 150px;
	}

	.menu-opener {
		top: 36px;
		right: 20px;
	}

	.menu-active #header.fixed-position .drop {
		top: 53px !important;
	}

	.menu-active #header .drop {
		top: 53px !important;
	}

	.menu-active .drop {
		max-height: calc(100vh - 56px);
		min-width: 100% !important;
	}

	.search-form {
		width: 140px;
		bottom: auto;
		top: 0;
		right: 20px;
	}

	.search-form input[type="search"],
	.search-form input[type="text"] {
		width: 110px;
	}

	.search-form .search-submit:before {
		top: 6px;
	}

	.pagination {
		margin: 0 0 0 -27px;
	}

	.banner {
		top: 155px;
		bottom: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
	}

	.text-box {
		max-width: 280px;
	}

	.item {
		padding: 53px 0 42px;
	}

	.item h1:before,
	.item h1:after {
		margin: 0 0 0 4px;
	}

	.item h1:after {
		margin: 0 4px 0 0;
	}

	.item h1 + p {
		margin: 0 0 27px;
	}

	.six-columns {
		width: auto;
		margin: 0 0 6px -20px;
	}

	.six-columns .column:nth-of-type(4) .image-box {
		margin: 0 0 4px;
	}

	.six-columns .column:nth-of-type(4) .box {
		padding: 23px 31px 5px;
	}

	.six-columns .column:nth-of-type(5) .image-box,
	.six-columns .column:nth-of-type(6) .image-box {
		padding: 0 8px;
	}

	.six-columns .column {
		width: 50%;
		padding: 0 0 23px 20px;
	}

	.box {
		padding: 22px 31px 5px;
		width: 129px;
		min-height: 129px;
	}

	.box h2, .box-head {
		font: 900 14px/1.1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.image-box {
		min-height: 48px;
	}

	.newsletter {
		padding: 34px 0 12px;
	}

	.newsletter h1:before,
	.newsletter h1:after {
		width: 40px;
		margin: 0 0 0 4px;
	}

	.newsletter h1:after {
		width: 40px;
		margin: 0 4px 0 0;
	}

	.newsletter h1 {
		width: 190px;
	}

	.newsletter h1 + p {
		margin: 0 0 25px;
	}

	.newsletter-form {
		padding: 0 0 29px;
	}

	.newsletter-form .col:first-of-type {
		padding: 0 0 18px;
	}

	.newsletter-form .col {
		width: 100%;
		padding: 0 0 18px;
	}

	.newsletter-form input[type="text"],
	.newsletter-form input[type="email"] {
		padding: 14px 10px 15px;
	}

	.newsletter-form input[type="submit"] {
		margin: 13px 0 0;
	}

	.two-columns {
		font: 400 18px/1.4 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.two-columns .column:first-of-type {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.two-columns .column {
		width: 100%;
		padding: 0;
	}

	.post > li p {
		margin: 4px 0 15px;
	}

	.social-links li {
		width:15%;
	}

	.social-links a {
		font-size: 26px;
		padding: 5px;
		width: 45px;
		height:45px;
	}

	.instagram:before {
		font: 27px/1 "FontAwesome";
		top: 9px;
		left: 11px;
	}

	.instagram {
		width: 45px;
		height: 45px;
	}

	.news {
		padding: 52px 0 56px;
		background: url("/images/img11-tablet.jpg");
	}

	.news h1:before,
	.news h1:after {
		margin: 0 0 0 4px;
	}

	.news h1:after {
		margin: 0 4px 0 0;
	}

	.news h2 {
		margin: 0 0 19px;
	}

	.three-columns {
		margin: 33px 0 28px;
	}

	.three-columns .col:nth-of-type(2) {
		display: none;
	}

	.three-columns .col {
		width: 100%;
		padding: 0;
	}

	.figure-holder {
		margin: 0;
	}

	.figure-holder li {
		width: 100%;
		padding: 0;
	}

	.figure a {
		font: 700 15px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 8px;
	}

	.figure h2 {
		margin: 0 0 24px;
	}

	.legislation {
		padding: 43px 0 83px;
	}

	.legislation h1:before,
	.legislation h1:after {
		margin: 0 0 0 4px;
	}

	.legislation h1:after {
		margin: 0 4px 0 0;
	}

	.legislation p {
		margin: 0 0 44px;
	}

	.item-list {
		width: 100%;
		margin: 0;
	}

	.item-list li {
		width: 100%;
		padding: 0;
		margin: 0 0 26px;
	}

	.item-list li:last-of-type {
		margin: 0;
	}

	.contact {
		padding: 0 0 19px;
	}

	.contact .holder {
		padding: 57px 20px 0;
	}

	.contact h1:before,
	.contact h1:after {
		margin: 0 0 0 4px;
	}

	.contact h1:after {
		margin: 0 4px 0 0;
	}

	.contact p {
		margin: 0 0 30px;
	}

	.blazon {
		margin: 0 0 0 -345px;
		max-width: 180%;
	}

	.contact-form .col:first-of-type {
		padding: 0 0 18px;
	}

	.contact-form .col {
		width: 100%;
		padding: 0 0 18px;
	}

	.contact-form input[type="text"] {
		padding: 14px 10px 15px;
	}

	.contact-form input[type="submit"] {
		margin: 4px 0 52px;
	}

	.address-box {
		margin: 0;
	}

	.address-box h2 {
		font: 700 20px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.address-holder {
		width: 100%;
		padding: 0 0 36px;
	}

	.int-content {
		float:none;
		width:100%;
	}

	.sidebar {
		float:none;
		width: 100%;
		margin-top: 40px;
	}

	.footer-nav li {
		margin: 0 12px 10px 0;
	}
}

@media (max-width: 767px) and (max-width: 1229px) {
	.menu-active #header .drop {
		top: 56px;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.menu-active #header .drop {
		top: 53px;
	}

	.six-columns .column:nth-of-type(2) .box {
		padding: 22px 18px 5px;
	}
}

@media (max-width: 320px) {
	.box {
		width: 100%;
	}

	.news {
		background: url("/images/img11-phone.jpg");
	}
}

