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

.FieldContainerHori .formFieldContainer {
	padding: 10px 0px;
}

.FieldContainerHori .formFieldError {
    position: absolute;
    color: red;
    font-size: 12px;
}

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

.fb-comments.news-comments.fb_iframe_widget, .news-comments {
	display:none;
}

.buffer table.news-table {
	width: 100%;
	table-layout:fixed;
}

td,
th {
	padding: 0;
}

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

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

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

[data-icon]:before {
	font-family: "socicon" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
	font-family: "socicon" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.socicon-twitter:before {
	content: "\e040";
}

.socicon-facebook:before {
	content: "\e041";
}

.socicon-youtube:before {
	content: "\e051";
}

.socicon-instagram:before {
	content: "\e057";
}

.main-nav,
.main-nav ul,
.social-networks,
.item .services,
.calendar-holder ul,
.tab-wrapper .tabset,
.tab-content .info,
#footer .links-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.main-top .container:after,
.item .services:after,
.mail-vs-calendar:after,
.mail-holder .container:after,
.tab-content .info:after,
#footer .container:after,
#footer .address-box:after,
#footer .links-list: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;
}
iframe {
	box-sizing:initial;
}

* {
	max-height: 1000000px;
}

body {
	color: #242424;
	background: #fff;
	font: 15px/1.3 "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 {
	display: block;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #4c4c4c;
	text-transform: uppercase;
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
.h1 {
	line-height: 32px;
	font-size: 30px;
}

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

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

.buffer a.middleheadline {
	font: 16px/18px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	line-height: 22px;
	font-weight:bold;
	margin-bottom: 5px;
}

.buffer h3.middleheadline {
	font: 20px/25px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	line-height: 25px;
	font-weight:bold;
	margin-bottom: 10px;
}

.buffer h4.middleheadline {
	font: 18px/22px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	line-height: 22px;
	font-weight:normal;
	margin-bottom: 20px;
}

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

h5,
.h5 {
	line-height: 24px;
	font-size: 18px;
}

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

p {
	margin: 0 0 1em;
}

a {
	text-decoration: none;
	color: #00aeef;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

a:hover,
a:focus {
	color: #041c43;
	text-decoration: none;
}

.color-blue {
	color: #00aeef;
}

.subtitle {
	line-height: 16px;
}

.subtitle.gray {
	color: #818181;
	font-weight: 300;
}

.btn {
	white-space: nowrap;
	text-align: center;
	height: 60px;
	color: #fff;
	line-height: 1;
	font-size: 16px;
	padding: 2px 14px;
	min-width: 280px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 56px;
}

.btn > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.btn.btn-default {
	margin: 0 auto;
	background: #00aeef;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
	color: #fff;
	background: #0e253a;
}

.btn.btn-primary {
	background: transparent;
	border: 2px solid #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	color: #fff;
	background: #00aeef;
	border-color: #00aeef;
}

.btn.btn-tab {
	height: 40px;
	color: #4c4c4c;
	min-width: 100px;
	letter-spacing: normal;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid #4c4c4c;
}

.btn.btn-tab:after {
	min-height: 40px;
}

.btn.btn-tab:hover,
.btn.btn-tab:focus,
.btn.btn-tab.active {
	color: #fff;
	background: #0e253a;
	border-color: #0e253a;
}

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

input[type="search"] {
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 0px solid #818181;
	padding: .4em .7em;
}

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

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

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

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

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

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

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

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

#wrapper img {
	vertical-align: top;
}

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

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1170px;
}

#header {
	left: 0;
	right: 0;
	height: 40px;
	z-index: 999;
	position: fixed;
	padding-top: 5px;
	background: #fff;
	top: 40px !important;
}

#header.fixed-position {
	background: #f5f5f5;
}

#header .container {
	height: 100%;
	position: relative;
}

#content, #sidebar {
	padding: 30px 0;
}

.logo {
	top: -32px;
	z-index: 1;
	width: 142px;
	height: 107px;
	position: absolute;
}

.iegood {
	display:none;
}

.nav {
	float: right;
	font-size: 16px;
	line-height: 30px;
}

.nav-opener {
	width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
	background: #0e253a;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	top: 16px;
	left: 50%;
	width: 22px;
	height: 3px;
	margin-top: -2px;
	position: absolute;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.nav-opener:hover {
	background: #00aeef;
}

.nav-opener.close-btn {
	top: 34px;
	right: 17px;
	width: auto;
	height: auto;
	color: #4c4c4c;
	background: none;
	position: absolute;
	padding-right: 27px;
}

.nav-opener.close-btn:before,
.nav-opener.close-btn:after {
	right: 0;
	top: 14px;
	left: auto;
	height: 2px;
	width: 20px;
	background: #00aeef;
	-webkit-transform: rotate(53deg);
	-ms-transform: rotate(53deg);
	transform: rotate(53deg);
}

.nav-opener.close-btn:after {
	-webkit-transform: rotate(-53deg);
	-ms-transform: rotate(-53deg);
	transform: rotate(-53deg);
}

.nav-opener.close-btn:hover {
	color: #0e253a;
}

.nav-opener.close-btn:hover:before,
.nav-opener.close-btn:hover:after {
	background: #0e253a;
}

/*.fixed-position .drop {
	background: #f5f5f5;
}*/

.nav-active .drop {
	-webkit-transform: translatex(0%);
	-ms-transform: translatex(0%);
	transform: translatex(0%);
}

.main-nav {
	font-size: 20px;
}

.main-nav > li {
	font-weight: 700;
	text-transform: uppercase;
}

.main-nav > li.hover > a {
	color: #00aeef;
}

.main-nav > li.hover ul {
	display: block;
}

.main-nav > li.hover .drop-link {
	color: #00aeef;
}

.main-nav ul {
	display: none;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	padding: 4px 0 0 24px;
}

.main-nav ul li:not(:last-child) {
	margin-bottom: 2px;
}

.main-nav a {
	color: #4c4c4c;
}

.main-nav a:hover {
	color: #00aeef;
}

.nav-tabs {
	border-bottom:1px solid #ddd;
	display:inline-block;
	width:100%;
	margin-bottom: 20px;
	list-style:none;
	padding-left: 0;
}

.nav-tabs li {
	float:left;
	position:relative;
	display:block;
	margin-bottom:0;
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
}

.nav-tabs li a {
	margin: 0 10px;
	position:relative;
	display:block;
	text-transform: uppercase;
	padding:10px 15px;
}
.nav-tabs li.active {
	background-color: #0e253a;
}
.nav-tabs li.active a {
	color:#fff;
}

.popup-holder {
	float: left;
	padding-top: 1px;
}

.search-btn {
	width: 23px;
	height: 23px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}

.search-btn:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "\e900";
	color: #4c4c4c;
	font-size: 24px;
	position: absolute;
	font-family: "icomoon";
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.search-btn:hover:before {
	color: #00aeef;
}

.popup-active .popup {
	top: 0;
	visibility: visible;
	-webkit-transform: translatey(0);
	-ms-transform: translatey(0);
	transform: translatey(0);
}

.popup {
	top: 0;
	left: 0;
	right: 0;
	z-index: 1007;
	height: 100px;
	position: fixed;
	font-size: 16px;
	visibility: hidden;
	padding: 50px 20px 0;
	display: block !important;
	-webkit-transform: translatey(-100%);
	-ms-transform: translatey(-100%);
	transform: translatey(-100%);
	background: rgba(255, 255, 255, .95);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.popup .close-btn {
	top: 11px;
	right: 18px;
	color: #4c4c4c;
	font-size: 16px;
	padding-right: 18px;
	position: absolute;
}

.popup .close-btn:before,
.popup .close-btn:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 9px;
	right: 0;
	width: 14px;
	height: 2px;
	background: #00aeef;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup .close-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup .close-btn:hover {
	color: #0e253a;
}

.popup .close-btn:hover:before,
.popup .close-btn:hover:after {
	background: #0e253a;
}

.popup [type="search"] {
	padding: 0;
	width: 100%;
	line-height: 1.3;
	background: transparent;
	border-bottom: 1px solid #929292;
}

.goog-te-gadget-simple {
	background-color: #00aeef !important;
	border: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
}

.main-top {
	left: 0;
	right: 0;
	top: -40px;
	height: 40px;
	padding-top: 6px;
	position: absolute;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.fixed-position .main-top {
	background: rgba(0, 0, 0, .8);
}

.main-top .btn-default {
	height: 25px;
	float: right;
	min-width: 82px;
	font-size: 13px;
	padding-top: 1px;
	padding-bottom: 3px;
	text-transform: capitalize;
}

.main-top .btn-default:after {
	min-height: 25px;
}

.social-networks {
	float: left;
	font-size: 18px;
	line-height: 26px;
}

.social-networks li {
	display: inline-block;
}

.social-networks a {
	width: 20px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}

.social-networks a:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	position: absolute;
	font-family: "socicon";
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.social-networks a.facebook:before {
	content: "\e041";
}

.social-networks a.twitter:before {
	content: "\e040";
}

.social-networks a.instagram:before {
	content: "\e057";
}

.social-networks a.youtube {
	font-size: 30px;
	margin-top:5px;
}

.social-networks a.youtube:before {
	content: "\058";
	font-family: "Socialico";
}

.social-networks a:hover:before {
	color: #00aeef;
}

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

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

.carousel .slideset {
	max-width: 99999px;
}

.carousel .slide {
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

.carousel .slide.temp {
	height:500px;
}

.carousel .temp-holder {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	line-height: 19px;
	white-space: normal;
	padding: 17px 20px 0px;
	border-bottom-color: rgba(14, 37, 58, .9);
	border-bottom-width:10px;
	border-bottom-style:solid;
}

.carousel .temp-holder h1 {
	color:#fff;
	margin: 0;
	display:inline-block;
	padding:20px 35px 15px;
	font: 700 32px/36px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: rgba(14, 37, 58, .9);
}

.carousel .text-holder {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	line-height: 19px;
	white-space: normal;
	padding: 17px 20px 4px;
	background: rgba(14, 37, 58, .9);
}

.carousel .text-holder .title {
	display: block;
	text-transform:uppercase;
	margin-bottom: 9px;
	font: 700 22px/26px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.pagination {
	top: 39%;
	right: 2px;
	margin-top: -1px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pagination li {
	list-style: none;
	margin-bottom: 5px;
}

.pagination li:last-child {
	margin-bottom: 0;
}

.pagination .active a {
	background: #00aeef;
}

.pagination a {
	width: 15px;
	height: 16px;
	display: block;
	cursor: pointer;
	color: transparent;
	border-radius: 100%;
	border: 1px solid #fff;
}

.pagination a:hover {
	background: #00aeef;
}

.item {
	text-align: center;
	padding: 57px 0 51px;
}

.item h1 {
	margin-bottom: 7px;
}

.item .subtitle {
	margin-bottom: 41px;
}

.item .services {
	width: 280px;
	margin: 0 auto;
	margin-bottom: 14px;
}

.item .services li {
	width: 50%;
	text-align: left;
	margin-bottom: 25px;
}

.item .services li:nth-child(even) {
	text-align: right;
}

.item .services a {
	width: 130px;
	height: 130px;
	color: #4c4c4c;
	font-weight: 900;
	line-height: 16px;
	border-radius: 5px;
	position: relative;
	text-align: center;
	display: inline-block;
	letter-spacing: -.01em;
	border: 1px solid #041c43;
	padding: 88px 10px 10px 10px;
}

.item .services a:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 13px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	background-repeat: no-repeat;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background-image: url("../images/sprite.png");
}

.item .services a:hover {
	color: #fff;
	background: #0e253a;
	border-color: #0e253a;
}

.item .mail:before {
	width: 82px;
	height: 55px;
	background-position: -287px -215px;
}

.item .mail:hover:before {
	background-position: -287px -276px;
}

.item .flag:before {
	width: 76px;
	height: 57px;
	background-position: -133px -215px;
}

.item .flag:hover:before {
	background-position: -133px -276px;
}

.item .basket:before {
	width: 63px;
	height: 59px;
	background-position: 0 -215px;
}

.item .basket:hover:before {
	background-position: 0 -276px;
}

.item .calendar:before {
	width: 66px;
	height: 59px;
	background-position: -65px -215px;
}

.item .calendar:hover:before {
	background-position: -65px -276px;
}

.item .students:before {
	width: 83px;
	height: 64px;
	background-position: -371px -215px;
}

.item .students:hover:before {
	background-position: -371px -281px;
}

.item .tours:before {
	width: 89px;
	height: 62px;
	background-position: -456px -215px;
}

.item .tours:hover:before {
	background-position: -456px -279px;
}

.item .grants:before {
	width: 74px;
	height: 58px;
	background-position: -211px -215px;
}

.item .grants:hover:before {
	background-position: -211px -276px;
}

.item .veterans:before {
	width: 51px;
	height: 63px;
	background-position: -547px -215px;
}

.item .veterans:hover:before {
	background-position: -547px -279px;
}

.item .btn {
	font-weight: 700;
}

.mail-vs-calendar {
	color: #fff;
	clear:both;
}

.mail-holder,
.calendar-holder {
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

.mail-holder:before,
.calendar-holder:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mail-holder .container,
.calendar-holder .container {
	z-index: 1;
	position: relative;
}

.mail-holder .btn,
.calendar-holder .btn {
	font-weight: 700;
}

.calendar-holder h3 {
	color: #fff;
	margin-bottom: 60px;
}

.mail-holder {
	background: url(../images/mail-new2.jpg);
}

.mail-holder:before {
	background: rgba(14, 37, 58, .80);
}

.mail-holder .subtitle {
	margin-bottom: 36px;
}

.form-connect input:not(:nth-last-child(2)) {
	margin-bottom: 19px;
}

.form-connect input:nth-last-child(2) {
	margin-bottom: 32px;
}

.form-connect [type="text"],
.form-connect [type="email"] {
	width: 100%;
	height: 40px;
	line-height: 1;
	display: block;
	font-size: 16px;
	padding: 5px 25px;
	color: #343434;
}

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

.form-connect [type="text"]::-moz-placeholder,
.form-connect [type="email"]::-moz-placeholder {
	opacity: 1;
	color: #b3b3b3;
}

.form-connect [type="text"]:-moz-placeholder,
.form-connect [type="email"]:-moz-placeholder {
	color: #b3b3b3;
}

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

.form-connect [type="text"].placeholder,
.form-connect [type="email"].placeholder {
	color: #b3b3b3;
}

.calendar-holder {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	background: url(../images/calendar-new2.jpg);
}

.calendar-holder:before {
	background: rgba(39, 39, 39, .75);
}

.calendar-holder .subtitle {
	margin-bottom: 34px;
}

.calendar-holder ul {
	margin-bottom: 37px;
}

.calendar-holder li:not(:last-child) {
	margin-bottom: 16px;
}

.calendar-holder time {
	width: 45px;
	height: 45px;
	line-height: 1;
	font-size: 13px;
	padding-top: 2px;
	background: #00aeef;
	margin-right: 7px;
	text-align: center;
	display: inline-block;
}

.calendar-holder time strong {
	display: block;
	font: 28px/26px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.calendar-holder ul a {
	color: inherit;
	padding-top: 3px;
	vertical-align: top;
	display: inline-block;
}

.calendar-holder ul a:hover {
	color: #00aeef;
}

.calendar-holder ul a i {
	display: block;
}

.tab-wrapper {
	text-align: center;
	padding: 63px 0 65px;
}

.tab-wrapper h1 {
	margin-bottom: 8px;
}

.tab-wrapper .subtitle {
	margin-bottom: 12px;
}

.tab-wrapper .tabset {
	width: 240px;
	margin-bottom: 24px;
	letter-spacing: -4px;
	display: inline-block;
}

.tab-wrapper .tabset li {
	margin: 0 5px 10px;
	display: inline-block;
}

.tab-wrapper .tabset .btn {
	padding-top: 1px;
	padding-bottom: 3px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tab-content {
	overflow: hidden;
}

.tab-content .post {
	text-align: left;
	line-height: 20px;
	white-space: normal;
	margin-bottom: 42px;
	letter-spacing: normal;
}

.news-block .post {
	line-height:20px;
}

.tab-content .image-holder, .news-block .image-holder {
	margin: 0px auto 15px;
	display:block;
	object-fit:cover;
	object-position:top;
	width:100%;
	height:200px;
}

.img-contain {
	max-height: 200px;
	max-width: 370px;
	overflow:hidden;
	margin: auto;
	margin-bottom: 15px;
}

.tab-content .title,
.tab-content time {
	display: block;
	letter-spacing: -.025em;
}

.tab-content h5 {
	color: #4c4c4c;
	margin-bottom: 9px;
	letter-spacing: -.025em;
}

.tab-content h5 a {
	color: inherit;
}

.tab-content h5 a:hover {
	color: #00aeef;
}

.tab-content time {
	color: #00aeef;
	margin-bottom: 5px;
}

.tab-content time a {
	color: inherit;
}

.tab-content time a:hover {
	color: #0e253a;
}

.tab-content p {
	margin-bottom: 9px;
}

.tab-content .r-more {
	font-weight: 700;
	text-transform: uppercase;
}

.tab-content .btn-default {
	letter-spacing: normal;
}

.tab-content .author {
	color: #4c4c4c;
	font: 13px/20px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.tab-content .duration {
	color: #4c4c4c;
	position: relative;
	padding: 0 0 0 14px;
	display: inline-block;
	font: 700 13px/20px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.tab-content .duration:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #4c4c4c;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
}

.tab-content #tab4 {
	padding-top: 16px;
}

.tab-content #tab4 .post {
	margin-bottom: 30px;
}

.tab-content #tab4 p {
	color: #4c4c4c;
	line-height: 24px;
	margin-bottom: 14px;
}

.tab-content #tab4 .btn-default {
	white-space: normal;
}

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

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

.tab-content .info a {
	color: #00aeef;
	position: relative;
}

.tab-content .info a:before {
	content: "";
	position: absolute;
	z-index: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background-repeat: no-repeat;
	background-image: url("../images/sprite.png");
}

.tab-content .info a:hover {
	color: #0e253a;
}

.tab-content .reply {
	padding: 0 0 0 22px;
}

.tab-content .reply:before {
	top: 1px;
	left: 1px;
	width: 15px;
	height: 11px;
	background-position: -598px -205px;
}

.tab-content .reply:hover:before {
	background-position: -598px -219px;
}

.tab-content .retweet {
	padding: 0 0 0 27px;
}

.tab-content .retweet:before {
	left: 0;
	top: 1px;
	width: 19px;
	height: 12px;
	background-position: -615px -205px;
}

.tab-content .retweet:hover:before {
	background-position: -615px -219px;
}

.tab-content .favorites {
	padding: 0 0 0 23px;
}

.tab-content .favorites:before {
	top: 0;
	left: 5px;
	width: 14px;
	height: 13px;
	background-position: -636px -205px;
}

.tab-content .favorites:hover:before {
	background-position: -636px -219px;
}

.tab-content .more {
	margin: 0 0 0 6px;
	padding: 0 0 0 21px;
}

.tab-content .more:before {
	top: 5px;
	left: 1px;
	width: 19px;
	height: 5px;
	background-position: -598px -232px;
}

.tab-content .more:hover:before {
	background-position: -598px -238px;
}

#sidebar h3 {
	text-align:center;
	font-size: 30px;
	margin-bottom: 10px;
}

#sidebar .news-block h5 a {
	color: #4c4c4c;
}

#sidebar .btn {
	display:block;
}

#sidebar .twitter-block {
	margin-top:50px;
}

.vidtext {
	line-height: 20px;
	font-size: 14px;
}

.twitter-block .post {
	width: 100% !important;
	margin: 0 0 !important;
}

#footer {
	color: #fff;
	padding: 42px 0 58px;
	background: #0e253a;
}

#footer .h1 {
	margin-bottom: 37px;
}

#footer .address-box {
	margin-bottom: 28px;
}

#footer .address-holder:not(:last-child) {
	margin-bottom: 31px;
}

#footer .address {
	line-height: 18px;
	font-style: normal;
}

#footer dl {
	margin-top: 0;
}

#footer dt,
#footer dd {
	display: inline;
}

#footer dd {
	margin-left: 1px;
}

#footer dd:after {
	content: "\A";
	white-space: pre;
}

#footer dd a:hover {
	color: #00aeef;
}

#footer .image-holder {
	width: 172px;
	height: 172px;
	margin-bottom: 19px;
	display: inline-block;
}

#footer .links-list li {
	position: relative;
	padding: 0 3px 0 9px;
	display: inline-block;
}

#footer .links-list li:first-child {
	padding-left: 0;
}

#footer .links-list li:last-child {
	padding-right: 0;
}

#footer .links-list li:not(:first-child):before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 3px;
	bottom: 0;
	width: 2px;
	background: #fff;
}

#footer .links-list a:hover {
	color: #00aeef;
}

#footer a {
	color: inherit;
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}

	#content {
	float:left;
	width:64.9%;
	}

	#sidebar {
		float:right;
		width:31.4%;
	}

	h1,
	.h1 {
		font-size: 44px;
		line-height: 1;
	}

	h5,
	.h5 {
		font-size: 22px;
		line-height: 30px;
	}

	.subtitle {
		font-size: 18px;
		line-height: 20px;
	}

	.btn.btn-default {
		min-width: 246px;
	}

	.btn.btn-primary {
		min-width: 170px;
	}

	.container {
		padding: 0 30px;
	}

	#header {
		height: 55px;
		padding-top: 7px;
		top: 54px !important;
	}

	.logo {
		top: -44px;
		width: 212px;
		height: 160px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		top: 21px;
		width: 30px;
		height: 4px;
	}

	.nav-opener:before,
	.nav-opener:after {
		top: 13px;
	}

	.nav-opener:after {
		top: 29px;
	}

	.nav-opener {
		width: 40px;
		height: 40px;
	}

	.nav-opener.close-btn:before,
	.nav-opener.close-btn:after {
		top: 13px;
		width: 24px;
	}

	.nav-opener.close-btn {
		right: 27px;
		padding-right: 29px;
	}

	.drop {
		left: auto;
		width: auto;
	}

	.nav-active .drop {
		width: auto;
		min-width: 305px;
		-webkit-transform: translatex(0%);
		-ms-transform: translatex(0%);
		transform: translatex(0%);
	}

	.popup {
		height: 109px;
		padding: 67px 30px 0;
	}

	.popup .close-btn:before,
	.popup .close-btn:after {
		top: 11px;
		width: 16px;
		-webkit-transform: rotate(53deg);
		-ms-transform: rotate(53deg);
		transform: rotate(53deg);
	}

	.popup .close-btn:after {
		-webkit-transform: rotate(-53deg);
		-ms-transform: rotate(-53deg);
		transform: rotate(-53deg);
	}

	.popup .close-btn {
		top: 27px;
		right: 27px;
		padding-right: 19px;
	}

	.main-top {
		top: -54px;
		height: 54px;
		padding-top: 14px;
	}

	.main-top .btn-default:after {
		min-height: 30px;
	}

	.main-top .btn-default {
		min-width: 130px;
		height: 30px;
		font-size: 16px;
	}

	.social-networks {
		float: right;
		font-size: 20px;
		padding-top: 2px;
		margin-right: 20px;
	}

	.social-networks li:not(:first-child) {
		margin-left: 18px;
	}

	.social-networks a.youtube {
		font-size: 36px;
	}

	.carousel .slide {
		height: 680px;
	}

	.carousel .slide.temp {
		height:500px;
	}

	.carousel .temp-holder {
		padding: 31px 30px 0px 32px;
	}

	.carousel .text-holder {
		font-size: 18px;
		line-height: 24px;
		padding: 31px 30px 2px 32px;
	}

	.carousel .text-holder .title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 7px;
	}

	.pagination {
		top: 46%;
		right: 7px;
		margin-top: 1px;
	}

	.item {
		padding: 89px 0 98px;
	}

	.item h1 {
		margin-bottom: 22px;
	}

	.item .subtitle {
		font-size: 18px;
		margin-bottom: 54px;
	}

	.item .services {
		width: 536px;
		padding-right: 3px;
		margin-bottom: 11px;
	}

	.item .services li {
		margin-bottom: 44px;
	}

	.item .services a:before {
		top: 23px;
	}

	.item .services a {
		width: 230px;
		height: 230px;
		font-size: 26px;
		line-height: 30px;
		padding: 158px 10px 10px 10px;
	}

	.item .mail:before {
		width: 146px;
		height: 97px;
		background-position: -506px 0;
	}

	.item .mail:hover:before {
		background-position: -506px -107px;
	}

	.item .flag:before {
		width: 135px;
		height: 102px;
		background-position: -235px 0;
	}

	.item .flag:hover:before {
		background-position: -235px -107px;
	}

	.item .basket:before {
		width: 113px;
		height: 105px;
		background-position: 0 0;
	}

	.item .basket:hover:before {
		background-position: 0 -107px;
	}

	.item .calendar:before {
		width: 118px;
		height: 105px;
		background-position: -115px 0;
	}

	.item .calendar:hover:before {
		background-position: -115px -107px;
	}

	.item .students:before {
		width: 148px;
		height: 113px;
		background-position: -654px 0;
	}

	.item .students:hover:before {
		background-position: -654px -115px;
	}

	.item .tours:before {
		width: 159px;
		height: 110px;
		background-position: -804px 0;
	}

	.item .tours:hover:before {
		background-position: -804px -113px;
	}

	.item .grants:before {
		width: 132px;
		height: 103px;
		background-position: -372px 0;
	}

	.item .grants:hover:before {
		background-position: -372px -107px;
	}

	.item .veterans:before {
		width: 90px;
		height: 111px;
		background-position: -965px 0;
	}

	.item .veterans:hover:before {
		background-position: -965px -113px;
	}

	.mail-holder,
	.calendar-holder {
		width: 50%;
		float: left;
		padding: 96px 0 76px;
	}

	.mail-holder h1,
	.calendar-holder h1 {
		margin-bottom: 19px;
	}

	.mail-holder .container {
		float: right;
		padding: 0 15px 0 30px;
	}

	.mail-holder .subtitle {
		margin-bottom: 28px;
	}

	.form-connect input:nth-last-child(2) {
		margin-bottom: 31px;
	}

	.form-connect [type="text"],
	.form-connect [type="email"] {
		font-size: 20px;
	}

	.calendar-holder .container {
		float: left;
		padding: 0 30px 0 15px;
	}

	.calendar-holder .subtitle {
		margin-bottom: 33px;
	}

	.calendar-holder ul {
		font-size: 20px;
		line-height: 20px;
	}

	.tab-wrapper {
		padding: 71px 0 74px;
	}

	.tab-wrapper h1 {
		margin-bottom: 11px;
	}

	.tab-wrapper .subtitle {
		margin-bottom: 43px;
	}

	.tab-wrapper .tabset {
		width: 100%;
		text-align: center;
		margin-bottom: 32px;
	}

	.tab-wrapper .tabset li:nth-child(2) {
		margin-right: 15px;
	}

	.tab-content .tab-holder {
		white-space: nowrap;
		letter-spacing: -4px;
	}

	.tab-content .post:not(:first-child) {
		margin-left: 28px;
	}

	.tab-content .post {
		width: 340px;
		line-height: 24px;
		margin-bottom: 46px;
		vertical-align: top;
		display: inline-block;
	}

	.tab-content .image-holder, .news-block .image-holder {
		margin-bottom: 17px;
	}

	.tab-content .h5 {
		margin-bottom: 12px;
	}

	.tab-content p {
		margin-bottom: 11px;
	}


	#footer .h1 {
		float: left;
		padding-top: 6px;
		margin-bottom: 17px;
	}

	#footer .address-box {
		float: right;
		margin-bottom: 0;
		padding-right: 10px;
	}

	#footer .address-holder:not(:last-child) {
		margin: 0 8px 0 0;
	}

	#footer .address-holder {
		width: 225px;
		vertical-align: top;
		display: inline-block;
	}

	#footer .h5 {
		margin-bottom: 12px;
	}

	#footer .address {
		line-height: 24px;
	}

	#footer .image-holder {
		margin: 0 61px 0 0;
	}

	#footer .links-list li:not(:first-child):before {
		top: 5px;
		bottom: 2px;
	}

	#footer .links-list li {
		padding: 0 5px 0 10px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav {
		margin-left: 21px;
	}

	.popup-holder {
		top: 8px;
		right: 91px;
		position: absolute;
	}

	#footer {
		font-size: 18px;
		padding: 36px 0 0;
		margin-bottom: -43px;
	}

	#footer .links-list {
		top: -59px;
		width: 100%;
		clear: both;
		overflow: hidden;
		position: relative;
	}

	#footer .links-list ul {
		padding: 0 0 27px;
		display: inline-block;
		vertical-align: bottom;
	}
}

@media (min-width: 1024px) {
	body {
		line-height: 26px;
	}

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

	h5,
	.h5 {
		font-size: 24px;
		line-height: 32px;
	}

	.subtitle {
		font-size: 20px;
	}

	#header {
		height: 65px;
		padding-top: 12px;
		top: 65px !important;
	}

	.logo {
		top: -60px;
	}

	.nav {
		padding-top: 6px;
	}

	.nav-opener {
		display: none;
	}

	.main-nav {
		font-size: 16px;
		max-width:830px;
	}

	.main-nav > li {
		padding-bottom: 17px;
		display: inline-block;
	}

	.main-nav > li:not(:last-child) {
		margin-right: 10px;
	}

	.main-nav > li:last-child ul {
		right: 0;
	}

	.main-nav > li.hover {
		position: relative;
	}

	.main-nav ul {
		top: 100%;
		width: auto;
		min-width: 201px;
		position: absolute;
		background: #fff;
		padding: 9px 0 12px;
	}

	.fixed-position .main-nav ul {
		background: #f5f5f5;
	}

	.main-nav ul li:not(:last-child) {
		margin-bottom: 10px;
	}

	.main-nav ul a {
		white-space: nowrap;
		text-align: center;
		display: block;
		line-height: 1em;
		text-align: left;
		padding: 5px 21px;
		white-space: normal;
		vertical-align: middle;
	}

	.main-nav ul a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 30px;
	}

	.main-nav ul a > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.main-nav ul a:hover {
		color: #fff;
		background: #00aeef;
	}

	.popup-holder {
		float: right;
		padding-top: 8px;
		margin-left: 10px;
	}

	.main-top {
		top: -65px;
		height: 65px;
		padding-top: 19px;
	}

	.social-networks {
		font-size: 26px;
		padding-top: 1px;
		margin-right: 32px;
	}

	.social-networks li:not(:first-child) {
		margin-left: 25px;
	}

	.social-networks a.youtube {
		font-size: 42px;
	}

	.carousel .slide {
		height: 700px;
		background-position: 50% 50% !important;
	}

	.carousel .slide.temp {
		height: 500px;
	}

	.carousel .text-holder {
		padding: 36px 30px 20px;
	}

	.carousel .text-holder .title {
		font-size: 36px;
		margin-bottom: 8px;
	}

	.pagination {
		top: 50%;
		right: 51px;
		margin-top: 0;
	}

	.item {
		overflow-x: hidden;
		padding: 76px 0 83px;
	}

	.item h1 {
		margin-bottom: 18px;
	}

	.item .subtitle {
		font-size: 20px;
		margin-bottom: 43px;
	}

	.item .services {
		width: auto;
		padding-right: 0;
		margin: 0 -13px -4px;
	}

	.item .services li {
		width: auto;
		margin: 0 30px 46px;
		vertical-align: top;
		display: inline-block;
	}

	.mail-holder,
	.calendar-holder {
		padding: 96px 0 68px;
	}

	.mail-holder .container,
	.calendar-holder .container {
		width: 95%;
	}

	.mail-holder {
		border-right: 1px solid #fff;
	}

	.mail-holder .container {
		padding: 0 15px 0 24px;
	}

	.mail-holder .subtitle {
		margin-bottom: 32px;
	}

	.form-connect [type="text"],
	.form-connect [type="email"] {
		width: 370px;
	}

	.calendar-holder .container {
		padding-left: 80px;
	}

	.calendar-holder .subtitle {
		margin-bottom: 25px;
	}


	.tab-wrapper {
		padding: 74px 0 73px;
	}

	.tab-wrapper h1 {
		margin-bottom: 19px;
	}

	.tab-wrapper .subtitle {
		margin-bottom: 20px;
	}

	.tab-content .post:not(:first-child) {
		margin-left: 26px;
	}

	.tab-content .post {
		width: 32%;
		line-height: 26px;
		margin-bottom: 55px;
	}

	.tab-content .image-holder, .news-block .image-holder {
		margin-bottom: 20px;
	}

	.tab-content .h5 {
		margin-bottom: 14px;
	}

	.tab-content time {
		margin-bottom: 6px;
	}

	#footer {
		font-size: 18px;
		padding: 11px 0 18px;
	}

	#footer .h1 {
		padding-top: 37px;
		margin-right: 10px;
	}

	#footer .address-box {
		float: left;
		padding: 30px 0 0;
	}

	#footer .image-holder {
		width: 168px;
		height: 168px;
		display: block;
		margin: 0 1px 5px 0;
	}

	#footer .links-list {
		float: right;
	}
}

@media (min-width: 1200px) {
	.container {
		padding: 0;
	}

	.logo {
		width: 264px;
		height: 198px;
	}

	.main-nav > li:not(:last-child) {
		margin-right: 32px;
	}

	.popup-holder {
		margin-left: 26px;
	}

	.popup {
		height: 130px;
		width: 1170px;
		margin: 0 auto;
		padding: 84px 0 0;
	}

	.popup:after,
	.popup:before {
		content: "";
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: 0;
		width: 99999px;
		background: rgba(255, 255, 255, .95);
	}

	.popup:before {
		right: 100%;
	}

	.popup:after {
		left: 100%;
	}

	.popup .close-btn:before,
	.popup .close-btn:after {
		top: 12px;
		width: 15px;
	}

	.popup .close-btn {
		top: 44px;
		right: -3px;
	}

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

	.carousel .text-holder > div, .carousel .temp-holder > div {
		width: 1170px;
		margin: 0 auto;
	}

	.mail-holder,
	.calendar-holder {
		background-position: 100% 100% !important;
	}

	.mail-holder .container,
	.calendar-holder .container {
		width: 92%;
	}

	.calendar-holder .container {
		padding-left: 115px;
	}

	#footer .h1 {
		margin-right: 29px;
	}
}

@media (min-width: 1920px) {
	.mail-holder .container,
	.calendar-holder .container {
		width: 882px;
	}
}

@media (max-width: 1023px) {
	.drop {
		left: 0;
		right: 0;
		top: 100%;
		width: 100%;
		overflow-y: auto;
		background: #fff;
		position: absolute;
		padding: 74px 24px 29px;
		-webkit-transform: translatex(100%);
		-ms-transform: translatex(100%);
		transform: translatex(100%);
		max-height: calc(100vh - 109px);
		-webkit-transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
	}

	.drop li:not(:last-child) {
		margin-bottom: 12px;
	}

	.drop .drop-link {
		position: relative;
		padding-right: 20px;
	}

	.drop .drop-link:before,
	.drop .drop-link:after {
		content: "";
		position: absolute;
		z-index: 0;
		right: 0;
		top: 11px;
		width: 12px;
		height: 2px;
		background: #00aeef;
		-webkit-transition: -webkit-transform .3s linear;
		transition: transform .3s linear;
	}

	.drop .drop-link:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.main-nav > li.hover .drop-link:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.item .services li {
		float: left;
	}

	.mail-holder,
	.calendar-holder {
		height: auto !important;
	}

	.tab-content .hidden {
		display: none;
	}

	.tab-holder .post:last-child {
		display:none;
	}

}

@media (max-width: 767px) {
	.btn.btn-primary {
		margin: 0 auto;
	}

	.logo {
		left: 50%;
		-webkit-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
		transform: translatex(-50%);
	}

	.drop {
		padding: 74px 20px 30px;
		max-height: calc(100vh - 80px);
	}

	.main-top .btn-default {
		z-index: 1005;
		position: relative;
	}

	.social-networks {
		z-index: 1005;
		padding-top: 1px;
		margin-left: -2px;
		position: relative;
	}

	.mail-holder {
		padding: 66px 0 60px;
	}

	.mail-holder h1 {
		margin-bottom: 13px;
	}

	.calendar-holder {
		padding: 54px 0 79px;
	}

	.calendar-holder h1 {
		margin-bottom: 13px;
	}

	.calendar-holder .subtitle {
		font-size: 14px;
	}

	.tab-content .image-holder, .news-block .image-holder {
		text-align: center;
	}

	.tab-content #tab4 .btn-default {
		padding: 10px 15px;
	}

	.tab-content #tab4 .btn-default:after {
		min-height: 40px;
	}

	.nav-tabs li {
		float:none;
	}

	#footer {
		text-align: center;
	}
}

@media (max-width: 560px) {
	.table-container {
		max-width:300px;
		overflow:scroll;
		border:1px solid #ccc;
		margin: 0 auto;
		padding: 5px;
	}

	.int .carousel .slide.temp {
		background-position: 70% 0 !important;
		height:300px;
	}

	.carousel .temp-holder h1 {
		font-size: 25px;
		line-height: 28px;
		padding: 20px 20px 12px;
	}
}

