/* ---------------------------------------------------------
   1. General reset
   2. Embedded fonts styles
   3. Common site styles
---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. General reset
---------------------------------------------------------*/

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

.social-networks,
.menu,
.menu ul,
.info,
.info-block ul,
.footer-nav,
.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.menu:after,
.threecolumns:after,
.footer-block .row:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

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

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

.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: 30px;
}

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

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

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

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

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

p {
	margin: 0 0 1.5em;
        line-height: 1.5em;
}

a {
	color: #00194c;
}

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 #191919;
	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: #191919;
}

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: #191919;
}

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: #191919;
}

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: #191919;
}

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: #191919;
}

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

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

/* ---------------------------------------------------------
   2. Embedded fonts styles
---------------------------------------------------------*/

@font-face {
	font-family: "ProximaNova-Regular";
	src: url("./fonts/30C463_2_0.eot");
	src: url("./fonts/30C463_2_0.eot?#iefix") format("embedded-opentype"), url("./fonts/30C463_2_0.woff2") format("woff2"), url("./fonts/30C463_2_0.woff") format("woff"), url("./fonts/30C463_2_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("./fonts/icomoon.eot?i6mn9i");
	src: url("./fonts/icomoon.eot?i6mn9i#iefix") format("embedded-opentype"), url("./fonts/icomoon.ttf?i6mn9i") format("truetype"), url("./fonts/icomoon.woff?i6mn9i") format("woff"), url("./fonts/icomoon.svg?i6mn9i#icomoon") 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-search:before {
	content: "";
}

.icon-rss:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

/* ---------------------------------------------------------
   3. Common site styles
---------------------------------------------------------*/

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
}

/* header styles */

#header {
	background: #00194c;
	color: #fff;
	position: relative;
}

#header .container {
	padding: 0;
}

#header .btn-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	max-width: 260px;
}

#header .btn-holder a {
	color: #15255c;
	background: #f9be3b;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 7px 13px 8px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 260px;
}

#header .btn-holder a:hover {
	opacity: .7;
}

.social-wrap {
	display: inline-block;
	vertical-align: middle;
	max-width: 205px;
}

/* page logo styles */

.logo {
	padding: 17px 0 25px;
	text-align: center;
	max-width: 320px;
	margin: 0 auto;
}

.logo .img {
	max-width: 85px;
	margin: 0 auto 7px;
}

.logo .text {
	font: italic 8px/12px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.logo h1 {
	font: 18px/22px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	border-bottom: 1px solid #d8b020;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.nav-drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s ease-in-out;
	transition: max-height .3s ease-in-out;
}

.nav-active .nav-drop {
	max-height: 9999px;
}

.nav-drop .nav-holder {
	background: #516080;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.nav-active .nav-drop .nav-holder {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.top-bar {
	text-align: center;
	padding: 12px 0;
}

.btn-search {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	line-height: 1;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	margin: 0 7px 0 15px;
	max-width: 26px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.btn-search:hover {
	opacity: .7;
}

.login-btn {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	max-width: 110px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.login-btn:hover {
	opacity: .7;
}

.social-networks {
	color: #fff;
	font-size: 0;
	line-height: 0;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -3px;
	max-width: 155px;
}

.social-networks li {
	font-size: 27px;
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}

.social-networks li .icon-instagram {
	font-size: 23px;
}

.social-networks a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

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

.menu {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 9;
}

.menu > li {
	border-top: 1px solid #00194c;
}

.menu > li.active > a {
	color: #15255c;
	background: #fff;
}

.menu > li.hover ul {
	display: block;
}

.menu > li.hover > a {
	color: #15255c;
	background: #fff;
}

.menu > li > a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 12px 34px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu ul {
	display: none;
	text-align: left;
}

.menu ul li.active a {
	color: #15255c;
	background: #fff;
}

.menu ul a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 12px 34px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu ul a:hover {
	color: #15255c;
	background: #fff;
}

.search-form {
	background: #470a00 none repeat scroll 0 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.search-active .search-form {
	height: 50px;
}

.search-form .input-wrap {
	position: relative;
}

.search-form button {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	background: none;
	border: none;
	box-shadow: none;
	font-size: 20px;
	padding: 0;
	margin: 0;
	outline: none;
}

.search-form input[type="search"],
.search-form input[type="text"] {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-family: "ProximaNova-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	height: 50px;
	line-height: 22px;
	margin: 0;
	padding: 14px 30px;
	width: 100%;
	outline: none;
}

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

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

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

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

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

.search-form .btn-close {
	height: 14px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	margin: -2px 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 14px;
	text-decoration: none;
	color: #fff;
	font-family: "ProximaNova-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#nav {
	background: #900b00;
	position: relative;
	z-index: 9;
}

.nav-opener {
	display: none;
	width: 45px;
	height: 35px;
	background: #516080;
	margin: 0 0 0 auto;
	position: relative;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 24%;
	right: 24%;
	height: 2px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

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

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

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

/* main informative part styles */

.home #main {
	padding: 0 0 41px;
}

h2 {
	color: #8c0b05;
	margin: 0 0 9px;
	font: 24px/28px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.video {
	background: #000;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.video video {
	position: absolute;
}

.touch-poster .video {
	display: none;
}

.intro-block {
	padding: 56px 6px 33px;
	color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.intro-block h2{
	color: #f9be3b;
}
.intro-block .text {
	position: relative;
	z-index: 10;
}
.intro-block .btn{
	border: 3px solid #f9be3b;
	color: #f9be3b;
}
.btn {
	border: 3px solid #00194C;
	background: transparent;
	text-decoration: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	padding: 6px 11px;
	text-transform: uppercase;
	font-family: "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.btn:hover {
	opacity: .7;
}

.img-block {
	background: url(./images/bg-blue.jpg) repeat-x;
	background-size: auto 100%;
}

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

.img-block .img {
	max-width: 950px;
	margin: 0 auto;
}

.threecolumns {
	line-height: 22px;
	padding: 28px 0 22px;
}

.threecolumns .col {
	margin: 0 0 6px;
}

.threecolumns .title {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: #00194c;
	display: inline-block;
	vertical-align: top;
	padding: 1px 8px 2px;
	margin: 0 0;
}

.threecolumns h2 {
	font: 18px/20px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 4px;
}

.threecolumns h2 a {
	text-decoration: none;
	color: #8c0b05;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.threecolumns h2 a:hover {
	opacity: .7;
}

.info {
	text-transform: uppercase;
	margin: -1px 0 12px;
}

.info time,
.info .address {
	text-transform: none;
}

.more {
	color: #8c0b05;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

.more:hover {
	opacity: .7;
}

.article {
	border-bottom: 2px solid #bfcad4;
	padding: 19px 0 3px;
}

.article:last-child {
	border: none;
}

.box {
	background: #900b00;
	padding: 15px 12px 28px;
	margin: 0 0 28px;
	color: #fff;
}

.box h2 {
	font: italic 36px/40px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	margin: 0 0 8px;
}

.box .btn {
	border-color: #fff;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding: 11px 18px;
}

.btn-yellow {
	border: none;
	background: #f9be3b;
	font: italic 36px/40px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: none;
	display: block;
	padding: 13px 10px 21px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 2px solid transparent;
}

.btn-yellow:hover {
	background: #fff;
	opacity: 1;
	border-color: #f9be3b;
}

.info-block {
	background: #00194c;
	padding: 16px 5px 21px;
	color: #fff;
	text-align: center;
}

.info-block .img {
	max-width: 116px;
	margin: 0 auto 12px;
}

.info-block ul {
	text-transform: uppercase;
	font: 16px/20px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 23px;
}

.info-block ul li {
	margin: 0 0 3px;
}

.info-block .btn {
	border-color: #fff;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding: 10px 14px;
}

.footer-area {
	font-family: "ProximaNova-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.footer-block {
	background: #516080;
	color: #fff;
	padding: 32px 0 47px;
}

.footer-block address {
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 31px;
}

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

.footer-block address a:hover {
	opacity: .7;
}

.footer-block .heading {
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	display: block;
	margin: 0 0 4px;
}

.footer-nav {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 12px;
}

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

.footer-nav li.active a {
	opacity: .7;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-nav a:hover {
	opacity: .7;
}

#footer {
	background: #00194c;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	padding: 12px 0;
}

#footer .copyright {
	margin: 0 0 2px;
	display: block;
}

.footer-list {
	font-size: 0;
	line-height: 0;
	font-weight: normal;
	margin: 0 -5px;
}

.footer-list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 5px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.footer-list li:first-child:after {
	display: none;
}

.footer-list li:after {
	content: "";
	height: 10px;
	width: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	margin: 1px 0 0;
}

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

.footer-list a:hover {
	opacity: .7;
}

.container {
	padding: 0 15px;
	max-width: 1150px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	#header .container {
		padding: 0 15px;
	}

	.social-wrap {
		display: block;
		float: right;
		margin: 0 0 0 20px;
		max-width: 400px;
		padding: 3px 0 0;
	}

	.logo {
		max-width: none;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.logo .img {
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		margin: 0 8px 0  0;
	}

	.logo .text {
		display: inline-block;
		vertical-align: middle;
		max-width: 620px;
		font-size: 16px;
		line-height: 20px;
		font-weight: normal;
		text-align: center;
	}

	.logo .text p {
		margin: 0 0 9px;
	}

	.logo h1 {
		font-size: 36px;
		line-height: 40px;
		font-weight: normal;
		margin: 0 0 2px;
	}

	.nav-drop {
		max-height: none;
		position: static;
		overflow: visible;
	}

	.nav-drop .nav-holder {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.top-bar {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		background: #8c0b05;
		text-align: right;
		padding: 0;
	}

	.login-btn:hover {
		opacity: 1;
		background: #8593b2;
	}

	.login-btn {
		background: #516080;
		color: #fff;
		max-width: 150px;
		padding: 8px 7px 7px;
	}

	.menu {
		letter-spacing: -5px;
		font-weight: 400;
		text-transform: none;
		display: table;
		width: 100%;
		text-align: center;
	}

	.menu > li {
		border: none;
		display: table-cell;
		vertical-align: top;
		position: relative;
		letter-spacing: 0;
	}

	.menu > li:last-child ul {
		left: auto;
		right: 0;
	}

	.menu > li > a {
		padding: 14px 10px 13px;
	}

	.menu ul {
		position: absolute;
		left: 0;
		top: 100%;
		background: #fff;
		border-left: 2px solid #e9e9e9;
		padding: 16px 0 0 17px;
		width: 250px;
	}
	.menu ul ul{
		padding-top: 8px;
		width: auto;
	}
	.menu ul li {
		margin: 0 0 12px;
	}

	.menu ul li.active a {
		color: #515151;
		border: none;
		opacity: .7;
	}

	.menu ul a {
		padding: 0;
		font-size: 16px;
		line-height: 20px;
		font-weight: normal;
		color: #515151;
	}

	.menu ul a:hover {
		color: #515151;
		border: none;
		opacity: .7;
	}

	.menu ul ul.sub-menu{
		position: relative;
    border: none;
   	background: transparent;
	}

	#nav {
		position: static;
	}

	.header-area {
		padding: 61px 0 17px;
	}

	.home #main {
		padding: 0 0 26px;
	}

	h2 {
		font-size: 30px;
		line-height: 32px;
		font-weight: normal;
		margin: 0 0 5px;
	}

	.intro-block {
		padding: 95px 20px 70px;
		font-size: 16px;
		line-height: 22px;
		font-weight: normal;
	}

	.intro-block .text {
		max-width: 640px;
	}

	.intro-block .text p {
		margin: 0 0 24px;
	}

	.home .intro-block h2 {
		max-width: 500px;
	}

	.btn {
		padding: 6px 5px;
	}

	.threecolumns {
		margin: 0 -10px;
		padding: 36px 0 7px;
	}

	.threecolumns .col {
		float: left;
		width: 50%;
		padding: 0 10px;
		margin: 0 0 20px;
	}

	.threecolumns .col:last-child {
		float: none;
		width: 100%;
		clear: both;
	}

	.threecolumns .row {
		margin: 0 -10px;
	}

	.article {
		padding: 17px 0 3px;
	}

	.box {
		margin: 0;
		padding: 15px 30px 28px;
		margin: 0 0 22px;
	}

	.box p {
		margin: 0 0 8px;
	}

	.box h2 {
		font-size: 36px;
		line-height: 40px;
		font-weight: normal;
		margin: 0 0 8px;
	}

	.btn-yellow {
		padding: 13px 10px 21px;
	}

	.info-block {
		text-align: left;
		padding: 12px 25px 19px;
	}

	.info-block .img {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	.info-block .text {
		display: inline-block;
		vertical-align: middle;
		width: calc(100% - 250px);
	}

	.info-block ul {
		font-size: 22px;
		line-height: 26px;
		font-weight: normal;
		text-align: center;
		margin: 0;
	}

	.info-block .btn {
		padding: 13px 13px;
	}

	.info-block .btn {
		display: inline-block;
		vertical-align: middle;
		padding: 12px;
	}

	.footer-block {
		padding: 57px 0 37px;
	}

	.footer-block .col {
		float: left;
		width: 60%;
		padding: 0 10px;
	}

	.footer-block .row {
		margin: 0 -10px;
	}

	.footer-nav {
		float: left;
		width: 30.2%;
		padding: 0 10px 0 0;
	}

	#footer {
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
	}

	#footer .copyright {
		display: inline-block;
		vertical-align: top;
	}

	.footer-list {
		display: inline-block;
		vertical-align: top;
	}

	.footer-list li {
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.footer-block .col:first-child {
		width: 40%;
	}

	.footer-nav:last-child {
		width: 35%;
	}
}

@media (min-width: 1024px) {
	#header .btn-holder {
		position: static;
		float: right;
		padding: 22px 0 0;
		text-align: right;
	}

	.logo {
		width: 720px;
		float: left;
	}

	.logo .text p {
		margin: 0 0 14px;
	}

	.menu {
		display: block;
	}

	.menu > li {
		float: left;
		vertical-align: top;
	}

	.menu > li > a {
		padding: 14px 23px;
	}

	.home #main {
		padding: 0 0 88px;
	}

	h2 {
		font-size: 36px;
		line-height: 36px;
		font-weight: normal;
	}

	.intro-block {
		padding: 66px 0 120px;
		font-size: 18px;
		line-height: 28px;
		font-weight: normal;
		background: none !important;
	}

	.intro-block .text p {
		margin: 0 0 21px;
	}

	.intro-block h2 {
		max-width: 560px;
		margin: 0 0 14px;
	}

	.btn {
		padding: 7px 14px;
	}

	.threecolumns {
		padding: 44px 0 48px;
	}

	.threecolumns .col {
		float: left;
		width: 33.33%;
	}

	.threecolumns .col:last-child {
		float: left;
		width: 33.33%;
		clear: none;
	}

	.threecolumns .title {
		font-size: 18px;
		line-height: 22px;
		font-weight: normal;
		padding: 1px 10px 2px;
	}

	.threecolumns h2 {
		font-size: 20px;
		line-height: 22px;
		font-weight: normal;
		margin: 0 0 2px;
	}

	.article {
		padding: 14px 0 10px;
		margin: 0 0 4px;
	}

	.box {
		padding: 16px 28px 22px;
		margin: 0 0 37px;
	}

	.box p {
		margin: 0 0 13px;
	}

	.box h2 {
		font-size: 36px;
		line-height: 40px;
		font-weight: normal;
		margin: 0 0 8px;
	}

	.box .btn {
		max-width: 127px;
		margin: 0 auto;
		display: block;
		padding: 11px 15px 10px;
	}

	.btn-yellow {
		padding: 13px 10px 21px;
	}

	.info-block {
		padding: 17px 91px 14px;
	}

	.info-block ul {
		font-size: 30px;
		line-height: 32px;
		font-weight: normal;
	}

	.info-block ul li {
		margin: 0;
	}

	.footer-block {
		padding: 55px 0 37px;
	}

	.footer-block .heading {
		font-size: 24px;
		line-height: 28px;
		font-weight: normal;
		margin: 0 0 3px;
	}

	.footer-block .col {
		width: 50%;
		padding: 0 10px 0 0;
	}

	.footer-block .col:first-child {
		padding: 0 10px;
	}

	.footer-nav {
		width: 33.33%;
	}
}

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

@media (max-width: 1023px) {
	#header .menu-holder .container {
		padding: 0;
	}

	.img-block .container {
		padding: 0;
	}
}

@media (max-width: 767px) {
	#header {
		display: table;
		width: 100%;
	}

	.nav-opener {
		display: block;
	}

	.header-area {
		display: table-footer-group;
		width: 100%;
	}

	.threecolumns .col:last-child {
		padding: 9px 0 0;
	}
}
