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

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?jbcdg1");
	src: url("../fonts/icomoon.eot?jbcdg1#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?jbcdg1") format("truetype"), url("../fonts/icomoon.woff?jbcdg1") format("woff"), url("../fonts/icomoon.svg?jbcdg1#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-instagram:before {
	content: "\e902";
	font-size: 12px;
	margin: 0 0 0 6px;
}

.icon-pinterest:before {
	content: "\e900";
	font-size: 13px;
	margin: 0 0 0 5px;
}

.icon-youtube:before {
	content: "\e901";
	margin: .5px 0 0 6px;
	display: inline-block;
}

.icon-twitter:before {
	content: "\e903";
	font-size: 13px;
}

.icon-facebook:before {
	content: "\e904";
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	margin: 2px 4px 0 0;
}

.nav ul,
.slideshow .pagination ul,
.icon-nav-section ul,
.status-frame .tablist,
.news-feed-section .news-list,
.info-section .explore-box ul,
.content-section .content ul,
.sidebar-list,
.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.nav ul:after,
.container:after,
.slideshow .pagination ul:after,
.icon-nav-section ul:after,
.status-holder:after,
.status-frame .tablist:after,
.news-feed-section .row:after,
.news-feed-section .column-holder:after,
.info-section .explore-box ul:after,
.contacts-box .row: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;
}

body {
	color: #000;
	background: #fff;
	font: 14px / 1.8571 "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;
}

.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 4px;
	color: inherit;
	color: #003e7e;
	line-height: 1.2;
}

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

a {
	color: #003e7e;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* header styles */

#toolbar
{
	z-index: 10000;
}

#header {
	position: relative;
	padding: 7px 0 5px;
}

/* page logo styles */

.logo {
	float: left;
	width: 220px;
	height: 28px;
	margin: 8px 0;
}

.logo img {
	display: block;
	width: 100%;
}

.nav-box {
	float: right;
	margin: 18px 0 0 0;
}

.weather-plugin {
	display: none;
}

.nav {
	line-height: 9px;
}

#block-menu-block-1.contextual-links-region
{
	position: static;
}

.weather-plugin + .nav
{
	padding-top: 0;
}

.nav ul {
	padding: 17px 46px 21px;
}

.nav ul ul {
	padding: 18px 0 0 36px;
}

.nav ul ul a {
	padding: 0;
	background: none;
	font-family: "Lato", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.nav li {
	display: block;
	margin: 0 0 18px;
}

.nav li:hover > a {
	color: #0cc;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav li.has-drop-down > a {
	background: url(../images/arrow-bottom.png) 100% 65% no-repeat;
}

.nav a {
	color: #fff;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	font-size: 12.5px;
	line-height: 15px;
	text-decoration: none;
	letter-spacing: .7px;
	padding: 0 18px 0 0;
	background: url(../images/arrow-right.png) 100% 65% no-repeat;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav .opener {
	width: 56px;
	height: 10px;
	position: relative;
	z-index: 1000;
	display: inline-block;
	vertical-align: top;
	display: inline-block;
	padding: 0 0 0 23px;
	text-align: right;
}

.nav .opener:before,
.nav .opener:after,
.nav .opener span {
	background: #001f5b;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 2px;
	margin-top: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

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

.nav .opener:after {
	top: 4px;
}

.nav .opener:hover {
	background: none;
}

.nav .opener:hover:before,
.nav .opener:hover:after {
	background: #0cc;
}

.nav .opener:hover span:after {
	background: #0cc;
}

.nav .opener span {
	font-size: 12px;
	line-height: 8px;
	width: 100%;
	background: none;
	display: block;
	color: #001f5b;
	letter-spacing: -.1px;
}

.nav .opener span:after {
	content: "";
	clear: both;
	display: block;
	background: #001f5b;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 2px;
	margin-top: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav .opener span:hover {
	background: none;
	color: #0cc;
}

.nav .opener span:hover:after {
	background: #0cc;
}

.nav .close-btn:after,
.nav .close-btn:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
	left: 0;
	right: 0;
}

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

.nav.active .opener span:after {
	display: none;
}

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

.nav.active .opener:after,
.nav.active .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 4px;
	left: 0;
	right: 0;
}

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

/* main container styles */

#wrapper {
	overflow: hidden;
}

.container {
	max-width: 1059px;
	margin: 0 auto;
	padding: 0 17px;
}

/* main informative part styles */

#main {
	position: relative;
	padding: 21px 0 0 0;
}

.bg-frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.bg-frame img {
	width: 100%;
}

.slideshow-section {
	margin: 0 0 13px;
}

/* slideshow basic styles */

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

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0, 62, 126, .75);
}

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

.slideshow .text-box {
	position: relative;
	z-index: 3;
	padding: 5px 16px 14px;
}

.slideshow h3 {
	font-size: 15.5px;
	line-height: 1.8571;
	color: #fff;
	font-weight: normal;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: .8px;
	display: block;
}

.cycle-slide
{
	width: 100%;
}
.content-section .slider-pager span
{
	display: inline;
}

.slideshow .pagination {
	position: absolute;
	bottom: 13px;
	right: 8px;
	z-index: 4000;
}

.slideshow .pagination ul li {
	float: left;
	margin: 0 0 0 4px;
	line-height: 6px;
}

.slideshow .pagination ul li.active a,
.slideshow .pagination ul li.cycle-pager-active a {
	background: #001f5b;
}

.slideshow .pagination ul a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	text-indent: -9999px;
	border: 1px solid #fff;
}

.slideshow *
{
	color: #fff;
}

.slideshow p {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	margin: 0 0 16px;
}


.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	line-height: 11px;
	padding: 4px 7px;
	color: #fff;
	background: #001f5b;
	border: 1px dashed #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	outline: none;
}

.btn:hover {
	color: #001f5b;
	background: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

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

.icon-nav-section {
	background: #003e7e;
	border-top: 1px solid #02bfc6;
	border-bottom: 1px solid #02bfc6;
	position: relative;
	z-index: 4000;
	padding: 26px 0 0 0;
}

.icon-nav-section ul li {
	display: inline-block;
	width: 50%;
	padding: 0 0 0 24px;
	margin: 0 0 33px;
}

.icon-nav-section ul a {
	text-decoration: none;
	color: #fff;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	position: relative;
}

.icon-nav-section ul a:hover {
	color: #0cc;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.icon-nav-section ul a.ico-01:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 2px;
	left: -23px;
	background: url(../images/ico-01.png) no-repeat;
	background-size: cover;
	width: 17px;
	height: 15px;
}

.icon-nav-section ul a.ico-02:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 3px;
	left: -21px;
	background: url(../images/ico-02.png) no-repeat;
	width: 15px;
	height: 14px;
	background-size: cover;
}

.icon-nav-section ul a.ico-03:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 1px;
	left: -16px;
	background: url(../images/ico-03.png) no-repeat;
	width: 10px;
	height: 16px;
	background-size: cover;
}

.icon-nav-section ul a.ico-04:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: -3px;
	left: -25px;
	background: url(../images/ico-04.png) no-repeat;
	width: 21px;
	height: 21px;
	background-size: cover;
}

.flight-status-section {
	position: relative;
	z-index: 3000;
	padding: 18px 0 15px 0;
	background: #fff;
}

.add-box {
	display: none;
}
.add-box .image-holder {
	text-align: center;
}

.add-box .image-holder img {
	vertical-align: top;
}

.add-box .image-holder.add-image p
{
	margin-bottom: 0;
}

.add-box .image-holder.add-image img {
	width: 100%;
}

.add-box .text-box {
	text-align: center;
	padding: 19px 0 18px 0;
}

.add-box .text-box strong {
	color: #f63;
	font-size: 14px;
	display: block;
	line-height: 16px;
}

.add-box .text-box p {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	margin: 0;
}

.add-box .text-box em {
	font-style: normal;
	font-weight: bold;
	padding: 0 4px 0 0;
}

.add-box .text-box span {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

.add-box .text-box a {
	text-decoration: underline;
	color: #000;
	white-space: nowrap;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.add-box .text-box a:hover {
	color: #0cc;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}

.status-frame {
	display: block;
}

.status-frame .title {
	display: block;
	text-transform: uppercase;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #001f5b;
	font-size: 11.5px;
	padding: 0 0 0 21px;
	letter-spacing: .6px;
	margin: 0 0 14px;
	position: relative;
}

.status-frame .title:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 2px;
	left: -2px;
	background: url(../images/ico-05.png) no-repeat;
	width: 19px;
	height: 18px;
	background-size: cover;
}

.status-frame .table-holder {
	max-width: 1059px;
	overflow-x: auto;
}

.status-frame .status-table {
	border-collapse: collapse;
	margin: 0 0 9px;
	width: 100%;
	min-width: 340px;
}

.status-frame .status-table thead tr {
	background: none !important;
}

.status-frame .status-table thead td {
	color: #001f5b;
}

.status-frame .status-table tr:nth-child(2n+1) {
	background: rgba(14, 174, 182, .1);
}

.content-section .status-frame .status-table tr:nth-child(2n)
{
	background: transparent;
}

.status-frame .status-table td {
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0;
	color: #000;
	vertical-align: top;
	padding: 5px 7px;
}

.status-frame .status-table td:first-child {
	width: 60px;
}

.status-frame .tablist {
	border-bottom: 1px solid #001f5b;
}

.status-frame .tablist li {
	float: left;
	margin: 0 27px 0 0;
}

.status-frame .tablist li.active a {
	background: #02b8c2;
	color: #fff;
}

.status-frame .tablist li.active a:hover {
	color: #001f5b;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.status-frame .tablist a {
	display: block;
	vertical-align: top;
	font-size: 12.5px;
	line-height: 16px;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #001f5b;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 16px 4px 7px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	letter-spacing: .7px;
}

.status-frame .tablist a:hover {
	color: #fff;
	background: #02b8c2;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.status-frame .btn {
	font-size: 12px;
	padding: 5px 6px;
}

.status-frame .btn:hover {
	border-color: #001f5b;
}

.news-feed-section {
	padding: 13px 0 0 0;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background: #b7ccc1;
	background: -webkit-linear-gradient(left, #b7ccc1 0%, #bcd0c5 28%, #c1d1c6 50%, #c2d1c6 51%, #c7d6cc 76%, #ced9cb 100%);
	background: linear-gradient(to right, #b7ccc1 0%, #bcd0c5 28%, #c1d1c6 50%, #c2d1c6 51%, #c7d6cc 76%, #ced9cb 100%);
}

.news-feed-section .container {
	position: relative;
	z-index: 3;
}

.news-feed-section .row a {
	float: left;
	color: #003e7e;
	font-size: 9.5px;
	text-decoration: none;
	margin: 3px 0 0 0;
}

.news-feed-section .row a:hover {
	color: #0cc;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.news-feed-section .title {
	float: left;
	text-transform: uppercase;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #001f5b;
	font-size: 11.5px;
	padding: 0 0 0 24px;
	letter-spacing: .6px;
	margin: 0 0 14px;
	margin: 0 15px 0 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	position: relative;
}

.news-feed-section .title:after {
	font-family: "icomoon";
	content: "\e903";
	clear: both;
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	color: #fff;
	font-size: 20px;
}

.news-feed-section .row {
	margin: 0 0 4px;
}

.news-feed-section .news-list {
	display: none;
}

.news-feed-section .news-list:first-child {
	display: block;
}

.news-feed-section .news-list li {
	margin: 0 0 13px;
}
.news-feed-section .news-list li:nth-child(even)
{
	padding-right: 0;
}

.news-feed-section .news-list strong {
	color: #000;
	display: block;
	font-size: 12px;
}

.news-feed-section .news-list span {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	margin: 0 2px 0 3px;
}

.news-feed-section .news-list time {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

.news-feed-section .news-list a {
	color: #000;
	text-decoration: underline;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.news-feed-section .news-list a:hover {
	text-decoration: none;
	color: #0cc;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.news-feed-section .news-list p {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	margin: 0;
}

.info-section {
	padding: 7px 0 10px 0;
	margin: 16px 0 0 0;
	position: relative;
	background: rgba(255, 255, 255, .6);
	z-index: 1;
}

.info-section .text-box {
	margin: 0 0 18px;
	padding: 0 30px 0 0;
}

.info-section .text-box strong {
	display: block;
	text-transform: uppercase;
	color: #003e7e;
	font-size: 15px;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: normal;
	margin: 0 0 2px;
	letter-spacing: .7px;
}

.info-section .text-box p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #003e7e;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: .4px;
}

.info-section .explore-box span,
.content-section #block-system-main .explore-box span {
	display: block;
	color: #003e7e;
	font-size: 12px;
	margin: 0 0 6px;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: .9px;
}

.info-section .explore-box ul li,
.content-section #block-system-main .explore-box ul li {
	float: left;
	width: 44px;
	margin: 0 0 0 13px;
	text-align: center;
}

.info-section .explore-box ul li:first-child,
.content-section #block-system-main .explore-box ul li:first-child {
	margin: 0;
}

.info-section .explore-box ul a,
.content-section #block-system-main .explore-box ul a {
	display: block;
	text-decoration: none;
}

.info-section .explore-box ul a:hover em,
.content-section #block-system-main .explore-box ul a:hover em {
	color: #0cc;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.info-section .explore-box ul .image-holder,
.content-section #block-system-main .explore-box  ul .image-holder {
	border: 2px solid #fff;
	border-radius: 5px;
	width: 44px;
	height: 41px;
	margin: 0 0 8px;
	padding: 0 5px;
	white-space: nowrap;
	text-align: center;
	display: block;
}

.info-section .explore-box ul .image-holder:after,
.content-section #block-system-main .explore-box  ul .image-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.info-section .explore-box ul .image-holder > *,
.content-section #block-system-main .explore-box  ul .image-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.info-section .explore-box ul .image-holder.house,
.content-section #block-system-main .explore-box  ul .image-holder.house {
	padding: 0 7px;
}

.info-section .explore-box ul .image-holder.food,
.content-section #block-system-main .explore-box  ul .image-holder.food {
	padding: 0 10px;
}

.info-section .explore-box ul .image-holder img,
.content-section #block-system-main .explore-box  ul .image-holder img {
	max-width: 100% !important;
	padding: 0 0 0 1px;
}

.info-section .explore-box ul em,
.content-section #block-system-main .explore-box  ul em {
	display: block;
	font-size: 9px;
	line-height: 12px;
	font-style: normal;
	color: #003e7e;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.bg-info-frame {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.bg-info-frame img {
	width: 100%;
	vertical-align: top;
}

.inner #main {
	padding: 0 0 24px;
}

.inner .icon-nav-section {
	padding: 40px 0 23px 0;
}

.inner .icon-nav-section ul {
	text-align: center;
	margin: 0 -15px;
}

.inner .icon-nav-section ul li {
	width: 25%;
	text-align: center;
	padding: 0 10px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.inner .icon-nav-section ul a {
	font-size: 10px;
	line-height: 13px;
	display: inline-block;
	vertical-align: top;
}

.inner .icon-nav-section ul a.ico-01:after {
	top: -19px;
	left: 50%;
	margin: 0 0 0 -8px;
}

.inner .icon-nav-section ul a.ico-02:after {
	top: -19px;
	left: 50%;
	margin: 0 0 0 -7px;
}

.inner .icon-nav-section ul a.ico-03:after {
	top: -19px;
	left: 50%;
	margin: 0 0 0 -5px;
}

.inner .icon-nav-section ul a.ico-04:after {
	top: -24px;
	left: 50%;
	margin: 0 0 0 -10px;
}

.main-bg {
	position: relative;
}

.main-bg img {
	display: block;
}

.breadcrumbs {
	background: rgba(2, 184, 194, .8);
	position: relative;
	z-index: 2;
	padding: 6px 17px 16px;
	margin: 0 -17px;
}

.breadcrumbs a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	letter-spacing: .6px;
	margin: 0;
}

.breadcrumbs a:hover {
	color: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.breadcrumbs span {
	display: block;
	color: #fff;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .9px;
}

.breadcrumbs span + span {
	font-size: 23px;
	line-height: 25px;
}

#main .container .banner-box .block
{
	padding: 0 0 16px 0;
}

.content-section {
	padding: 29px 0 0 0;
}

.content-section #block-system-main .content .content
{
	padding: 0;
}

.content-section #block-system-main .content ul {
	margin: 0 0 20px;
}

.content-section #block-system-main .content ul li {
	display: block;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .4px;
	padding: 0 0 0 7px;
	position: relative;
}

.content-section #block-system-main .content ul li:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
}

.content-section #block-system-main  .content .item-list .pager li
{
	display: inline;
	padding: 0.5em;
}

.content-section #block-system-main  .content .item-list .pager li:after
{
	display: none;
	width: 0;
	height: 0;
}

.content-section .sidebar {
	display: none;
}

.content-section .sidebar .image-holder img {
	width: 100%;
}

.content-section p {
	margin: 0 0 21px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .4px;
}

.content-section span {
	margin: 0;
	display: block;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .4px;
}

.content-section .sub-title {
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	color: #003e7e;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: .4px;
	margin: 0 0 11px;
}

.content-section .sub-title.width-border {
	border-bottom: 2px solid #003e7e;
}

.content-section .sub-title.small {
	margin: 0;
	vertical-align: middle;
}

.content-section .table-holder {
	max-width: 1059px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 0 15px;
}

.content-section table {
	width: 100%;
	min-width: 375px;
}

.content-section table tr:nth-child(2n) {
	background: #e6f7f8;
}

.content-section table thead td {
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	border-bottom: 1px solid #003e7e;
	vertical-align: top;
	padding: 0 10px 3px;
}

.content-section table tbody td {
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	padding: 3px;
}

.content-section table a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.content-section table a:hover {
	color: #0cc;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.content-section .info-box {
	margin: 0 0 30px;
}

.content-section .footnote {
	font-size: 13px;
	line-height: 22px;
	margin: 0 0 32px;
}

.content-section .sidebar .sidebar-list {
	margin: 0 0 78px;
}

.content-section .sidebar .sidebar-list li {
	display: block;
	padding: 0 0 0 14px;
	margin: 0 0 12px;
}

.content-section .sidebar .sidebar-list li:after {
	background: transparent;
}

ul.logo_list
{
	padding: 0;
	margin: 0;
}

.content-section #block-system-main .content ul.logo_list li
{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
}

.content-section #block-system-main .content ul.logo_list li:first-child
{
	padding-left: 0;
}

.content-section #block-system-main .content ul.logo_list li:last-child
{
	padding-right: 0;
}

.content-section #block-system-main .content ul.logo_list li:after
{
	width: 0;
	height: 0;
}

.content-section #block-system-main .content ul.logo_list li img
{
	display: block;
	margin: 0 auto;
}

.sidebar-list a,
.sidebar h4.section a
{
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 17px;
	color: #003e7e;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: .4px;
}

.sidebar-list a:hover {
	color: #0cc;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.sidebar h4.section {
	background: #35c6ce;
	color: #fff;
	padding: 0;
}

.sidebar h4.section a {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	padding: 13px 0 10px 14px;
	letter-spacing: .8px;
}

.sidebar h4.section a:hover {
	color: #ff7433;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

/* footer styles */

#footer {
	background: #003e7e;
	background: -webkit-linear-gradient(top, #003e7e 0%, #002e5e 50%, #002042 100%);
	background: linear-gradient(to bottom, #003e7e 0%, #002e5e 50%, #002042 100%);
	padding: 21px 0 31px 0;
}

.contacts-box {
	float: left;
	max-width: 195px;
}

.contacts-box .title {
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	display: block;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 10px;
	letter-spacing: .4px;
}

.contacts-box strong {
	display: block;
	font-weight: normal;
	color: #0cc;
	font-size: 9px;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: .4px;
	margin: 0 0 -1px;
}

.contacts-box address {
	font-style: normal;
	float: left;
	font-size: 9px;
	line-height: 12px;
	color: #fff;
	letter-spacing: .3px;
	margin: 0 23px 10px 0;
}

.contacts-box .phone-box {
	float: left;
	margin: 0 0 0 1px;
	padding: 2px 0 0;
}

.contacts-box .phone-box dt {
	margin: 0 4px 0 0;
	color: #0cc;
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	float: left;
	clear: both;
	letter-spacing: .2px;
}

.contacts-box .phone-box dd {
	margin: -2px 0 0;
	color: #fff;
	font-size: 9px;
	float: left;
	letter-spacing: .2px;
}

.contacts-box .phone-box a {
	text-decoration: none;
	color: #fff;
}

.social-list {
	float: right;
	margin: 15px 4px 0 0;
	max-width: 90px;
	text-align: right;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px 0 -1px;
}

.social-list a {
	display: block;
	text-decoration: none;
	color: #ccd6e1;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.social-list a:hover {
	color: #0cc;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

@media (min-width: 375px) {
	.icon-nav-section ul a.ico-01:after {
		top: 4px;
		left: -20px;
	}

	.icon-nav-section ul a.ico-02:after {
		top: 4px;
		left: -21px;
	}

	.icon-nav-section ul a.ico-03:after {
		top: 4px;
		left: -16px;
	}

	.icon-nav-section ul a.ico-04:after {
		top: 0;
		left: -23px;
	}

	.icon-nav-section ul a {
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	.icon-instagram:before {
		font-size: 23px;
		margin: 0 0 0 14px;
		line-height: 28px;
	}

	.icon-pinterest:before {
		font-size: 25px;
		margin: 0 0 0 9px;
	}

	.icon-youtube:before {
		font-size: 28px;
		line-height: 25px;
		margin: .5px 0 0 11px;
	}

	.icon-twitter:before {
		font-size: 25px;
		margin: 0 0 0 5px;
	}

	.icon-facebook:before {
		font-size: 21px;
	}

	#header {
		padding: 32px 0 0;
		z-index: 5000;
	}

	.nav-box {
		margin: -5px 0 0 0;
	}

	.nav-box .nav
	{
		padding-top: 29px;
	}

	.weather-plugin {
		display: block;
		text-align: right;
		margin: 0 0 -5px;
	}

	.weather-plugin img {
		vertical-align: top;
	}

	.logo
	{
		margin: 0;
	}
	
	.nav ul ul li {
		float: none;
		display: block;
		padding: 0;
		margin: 0 0 15px;
	}

	.nav ul ul a {
		padding: 0;
		margin: 0;
		color: #fff;
		background: none;
	}

	.nav ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		padding: 20px;
		display: none;
		background: #001f5b;
		width: 200px;
	}

	.nav ul {
		padding: 0;
	}

	.nav li {
		float: left;
		position: relative;
		margin: 0 0 0 15px;
		padding: 0 0 33px;
	}

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

	.nav li.has-drop-down > a {
		background: none;
	}

	.nav a {
		color: #003e7e;
		font-size: 12px;
		padding: 0;
	}

	.nav .opener {
		display: none;
	}

	#main {
		padding: 50px 0 0 0;
	}

	.slideshow-section {
		margin: 0 0 50px;
	}

	.slideshow .text-box {
		padding: 15px 35px 66px 16px;
	}

	.slideshow h3 {
		font-size: 23px;
		margin: 0 0 4px;
		letter-spacing: 1.1px;
	}

	.slideshow .pagination ul li {
		margin: 0 9px 0 0;
	}

	.slideshow .pagination ul a {
		width: 10px;
		height: 10px;
		border-width: 2px;
	}

	.slideshow .pagination {
		bottom: 18px;
		right: auto;
		left: 17px;
	}

	.slideshow {
		margin: 0 0 0 -14px;
		width: 460px;
	}

	.btn {
		font-size: 13px;
		line-height: 15px;
		padding: 6px 12px;
	}

	.icon-nav-section ul
	{
		text-align: center;
	}
	.icon-nav-section ul li {
		width: 24.4%;
		margin: 0 0 25px;
		text-align: center;
		padding: 0;
	}

	.icon-nav-section ul a.ico-01:after {
		width: 34px;
		height: 29px;
		top: 0;
		left: -42px;
	}

	.icon-nav-section ul a.ico-02:after {
		width: 30px;
		height: 27px;
		top: 2px;
		left: -38px;
	}

	.icon-nav-section ul a.ico-03:after {
		width: 20px;
		height: 31px;
		top: 0;
		left: -27px;
	}

	.icon-nav-section ul a.ico-04:after {
		width: 42px;
		height: 42px;
		top: -8px;
		left: -48px;
	}

	.icon-nav-section ul a {
		font-size: 17px;
	}

	.icon-nav-section {
		padding: 22px 0 0 0;
	}

	.flight-status-section {
		padding: 0 0 16px;
		background: none;
	}

	.status-holder {
		background: rgba(255, 255, 255, .9);
	}

	.add-box {
		display: block;
		width: 300px;
		float: right;
		margin: 0 0 0 54px;
		padding: 17px 0 0;
		background: #eee;
	}

	.status-frame .title:after {
		width: 38px;
		height: 35px;
		top: 18px;
	}

	.status-frame .title {
		font-size: 23px;
		padding: 13px 0 0 44px;
		letter-spacing: 1px;
	}

	.status-frame .table-holder {
		margin: 0 0 7px;
	}

	.status-frame .status-table td:first-child {
		width: auto;
	}

	.status-frame .status-table td {
		font-size: 11px;
		line-height: 16px;
		padding: 6px 10px;
	}

	.status-frame .tablist li {
		margin: 0 28px 0 0;
	}

	.status-frame .tablist a {
		font-size: 16px;
		padding: 8px 20px 5px 16px;
	}

	.status-frame .tablist {
		border-width: 2px;
	}

	.status-frame .btn {
		padding: 7px 11px;
	}

	.status-frame {
		overflow: hidden;
		padding: 0;
	}

	.news-feed-section .row a {
		font-size: 19px;
		margin: 7px 0 0 0;
	}

	.news-feed-section .title:after {
		font-size: 40px;
		top: -18px;
		left: 30px;
	}

	.news-feed-section .title {
		font-size: 23px;
		padding: 0 0 0 80px;
		margin: 0 33px 0 0;
		letter-spacing: .9px;
	}

	.news-feed-section .column-holder {
		margin: 0 56px 0 30px;
	}

	.news-feed-section .row {
		margin: 0 0 16px;
	}

	.news-feed-section .news-list li {
		margin: 0 0 27px;
	display: inline-block;
		width: 49%;
		vertical-align: top;
		padding-right: 5%;
	}

	.news-feed-section .news-list strong {
		font-size: 14px;
	}

	.news-feed-section .news-list span {
		font-size: 12px;
	}

	.news-feed-section .news-list time {
		font-size: 12px;
	}

	.news-feed-section .news-list p {
		font-size: 14px;
		line-height: 18px;
	}

	.news-feed-section .news-list {
		display: block;
	}

	.news-feed-section {
		padding: 35px 0 0 0;
	}

	.info-section .text-box strong {
		font-size: 30px;
		letter-spacing: 1.5px;
		margin: 0 0 4px;
	}

	.info-section .text-box p {
		font-size: 15px;
		line-height: 30px;
		letter-spacing: .75px;
	}

	.info-section {
		margin: 29px 0 0 0;
		padding: 60px 0 19px 0;
	}

	.inner .icon-nav-section ul {
		margin: 0;
	}

	.inner .icon-nav-section ul li {
		padding: 0;
		margin: 0 0 20px;
		float: left;
		line-height: 14px;
	}

	.inner .icon-nav-section ul a.ico-01:after {
		width: 34px;
		height: 29px;
		top: 0;
		left: -37px;
	}

	.inner .icon-nav-section ul a.ico-02:after {
		width: 30px;
		height: 27px;
		top: 2px;
		left: -30px;
	}

	.inner .icon-nav-section ul a.ico-03:after {
		width: 20px;
		height: 31px;
		top: 0;
		left: -22px;
	}

	.inner .icon-nav-section ul a.ico-04:after {
		width: 42px;
		height: 42px;
		top: -8px;
		left: -40px;
	}

	.inner .icon-nav-section ul a {
		font-size: 17px;
		line-height: 26px;
	}

	.inner .icon-nav-section {
		padding: 18px 0 0 0;
	}

	.main-bg {
		display: block;
	}

	.main-bg img {
		display: block;
		width: 100%;
		vertical-align: top;
	}

	.breadcrumbs-holder {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.breadcrumbs a {
		font-size: 14px;
		margin: 0 0 12px;
	}

	.breadcrumbs span {
		font-size: 14px;
		line-height: 16px;
	}

	.breadcrumbs span + span {
		font-size: 23px;
		line-height: 25px;
	}

	.breadcrumbs {
		padding: 13px 35px 19px;
		display: inline-block;
		margin: 0;
	}

	.content-section #block-system-main .content {
		overflow: hidden;
		padding: 13px 0 0 0;
	}

	.content-section #block-system-main .content ul li:after {
		top: 11px;
	}

	.content-section #block-system-main .content ul li {
		font-size: 14px;
		line-height: 26px;
		padding: 0 0 0 10px;
		letter-spacing: .7px;
	}

	.content-section #block-system-main .content ul {
		padding: 1px 0 0 0;
		margin: 0 0 28px;
	}

	.content-section #block-system-main .explore-box
	{
		padding: 30px 0;
	}
	
	.info-section .explore-box span,
	.content-section #block-system-main .explore-box span	{
		font-size: 19px;
		font-family: "Open Sans";
		margin: 0 0 14px;
		letter-spacing: -.1px;
	}

	.info-section .explore-box ul li,
	.content-section #block-system-main .explore-box ul li {
		width: 88px;
		margin: 0 0 0 27px;
	}

	.content-section #block-system-main .explore-box ul li
	{
		padding: 0;
	}
	
	.content-section #block-system-main .explore-box ul li:after
	{
		width: 0;
		height: 0;
	}
	
	.info-section .explore-box ul .image-holder img,
	.content-section #block-system-main .explore-box ul .image-holder img {
		padding: 0 0 0 3px;
	}

	.info-section .explore-box ul .image-holder,
	.content-section #block-system-main .explore-box ul .image-holder	{
		width: 88px;
		height: 81px;
		border-width: 4px;
		border-radius: 10px;
		margin: 0 0 16px;
	}

	.info-section .explore-box ul em,
	.content-section #block-system-main .explore-box ul em {
		font-size: 15px;
		line-height: 20px;
		font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		letter-spacing: .8px;
	}

	.content-section .sidebar {
		display: block;
		float: right;
		width: 300px;
		margin: 0 0 0 30px;
		padding: 15px 0 0 0;
	}

	.content-section p {
		font-size: 14px;
		line-height: 26px;
		margin: 0 0 24px;
		letter-spacing: .7px;
	}

	.content-section span {
		font-size: 14px;
		line-height: 26px;
		letter-spacing: .7px;
	}

	.content-section .sub-title {
		font-size: 18px;
		padding: 0 0 3px;
		letter-spacing: .5px;
		margin: 0 0 25px;
	}

	.content-section .table-holder {
		padding: 0 0 10px;
	}

	.content-section table thead td {
		font-size: 14px;
		line-height: 26px;
		padding: 0 1px 0;
	}

	.content-section table tbody td {
		font-size: 14px;
		line-height: 26px;
		padding: 0 7px;
	}

	.content-section .footnote {
		font-size: 14px;
		line-height: 26px;
		margin: 0 0 25px;
	}

	#footer {
		padding: 55px 0 31px 0;
	}

	.contacts-box .title {
		font-size: 23px;
		letter-spacing: 1.1px;
		line-height: 25px;
		margin: 0 0 0;
	}

	.contacts-box strong {
		font-size: 16px;
		letter-spacing: .8px;
		margin: 0 0 -1px;
	}

	.contacts-box address {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: .7px;
		margin: 0;
	}

	.contacts-box .phone-box dt {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: .6px;
		margin: -2px 4px 12px 0;
	}

	.contacts-box .phone-box dd {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: .7px;
		margin: -2px 0 12px;
	}

	.contacts-box .phone-box {
		margin: 2px 0 0 47px;
	}

	.contacts-box {
		margin: 0 0 0 29px;
		max-width: 500px;
	}

	.social-list {
		margin: 25px 5px 0 0;
		max-width: 300px;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.weather-plugin {
		margin: 0 0 4px;
	}
}

@media (min-width: 1024px) {
	.logo {
		width: 331px;
		height: 42px;
	}

	.nav ul ul {
		width: 300px;
	}

	.nav li {
		margin: 0 0 0 22px;
	}

	.nav a {
		font-size: 16px;
		letter-spacing: .3px;
	}

	.nav {
		max-width: 650px;
	}

	#main {
		padding: 100px 0 0 0;
	}

	.slideshow-section {
		margin: 0 0 117px;
	}

	.icon-nav-section ul a {
		font-size: 19px;
	}

	.status-frame .status-table td span {
		float: right;
		padding: 0 20px 0 0;
	}

	.status-frame .status-table td {
		font-size: 14px;
		padding: 6px 15px;
	}

	.status-frame {
		padding: 0 0 0 34px;
	}

	.info-section .text-box {
		float: left;
		max-width: 490px;
		margin: 0 0 0 28px;
		padding: 0;
	}

	.info-section .explore-box {
		float: right;
		max-width: 435px;
		margin: 17px 14px 0 0;
	}

	.inner .icon-nav-section ul a.ico-01:after {
		left: -42px;
	}

	.inner .icon-nav-section ul a.ico-02:after {
		left: -38px;
	}

	.inner .icon-nav-section ul a.ico-03:after {
		left: -27px;
	}

	.inner .icon-nav-section ul a.ico-04:after {
		left: -48px;
	}

	.inner .icon-nav-section ul a {
		font-size: 19px;
		line-height: 29px;
	}

	.inner .icon-nav-section {
		padding: 17px 0 0 0;
	}

	.content-section #block-system-main .content {
		padding: 13px 0 0 35px;
	}

	.content-section .sidebar {
		margin: 0 0 0 73px;
	}
}

@media (max-width: 767px) {
	.nav.active .drop {
		opacity: 1;
		visibility: visible;
		height: auto;
		z-index: 9999;
		top: 100%;
	}

	.nav .drop {
		overflow: hidden;
		position: absolute;
		top: -7px;
		left: 0;
		right: 0;
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		height: 0;
		margin: 0;
		background: #003e7e;
	}
}

