/*
Theme Name: GooseBayAirport
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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?yjn4yh");
	src: url("fonts/icomoon.eot?yjn4yh#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?yjn4yh") format("truetype"), url("fonts/icomoon.woff?yjn4yh") format("woff"), url("fonts/icomoon.svg?yjn4yh#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-plane:before {
	content: "\e90a";
}

.icon-youtube-play:before {
	content: "\e909";
}

.icon-instagram:before {
	content: "\e908";
}

.icon-twitter:before {
	content: "\e907";
}

.icon-facebook:before {
	content: "\e906";
}

.icon-search:before {
	content: "\e905";
}

.icon-arrow-circle-right:before {
	content: "\e904";
}

.icon-angle-down:before {
	content: "\e900";
}

.icon-angle-up:before {
	content: "\e901";
}

.icon-angle-right:before {
	content: "\e902";
}

.icon-angle-left:before {
	content: "\e903";
}

.item-list,
#nav,
#nav ul,
.navigation-list,
.accordion-list,
.accordion-list ul,
.social-networks,
.btn-list,
.tabset,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.main-nav: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: #555;
	background: #fff;
	font: 16px/1.625 "Roboto", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.625em;
}

blockquote {
	border-left: 4px solid #2b698d;
	padding-left: .5em;
	margin-left: 1.625em;
}

th,
td {
	border: 1px solid #555;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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;
	display: block;
	width: 100%;
	border: 1px solid #fff;
	padding: .4em .7em;
	background: #c4c4c4;
	outline: none;
	height: 35px;
	margin: 0 0 20px;
	font: 16px/1.625 "Roboto", "Arial", "Helvetica", sans-serif;
}

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

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

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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	background: #2b698d;
	border: 1px solid #2b698d;
	color: #fff;
	height: 35px;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	font: 16px/1.625 "Roboto", "Arial", "Helvetica", sans-serif;
	outline: none;
	padding: 5px;
	margin: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: #fff;
	color: #2b698d;
}

.widget {
	padding-bottom: 23px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	padding: 0 .5em;
}

.commentlist {
	margin: 0 0 1.625em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.625em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.625em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.625em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #fff;
	color: #5f93b1;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.625em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #fff;
	color: #5f93b1;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #555;
	padding: .4em;
	margin-bottom: 1.625em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.625em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.625em 23px 0;
}

.alignright {
	float: right;
	margin: 0 0 23px 1.625em;
}

.mejs-container {
	margin-bottom: 1.625em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #555;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 .3em;
	color: #2b698d;
	text-transform: uppercase;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

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

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

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

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

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

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

p {
	margin: 0 0 1.7em;
}

a {
	color: #5f93b1;
}

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

strong {
	font-weight: 500;
}

mark {
	background: 0;
	color: #2b698d;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container {
	position: relative;
	padding: 0 20px;
	max-width: 1318px;
	margin: 0 auto;
	width: 100%;
	z-index: 99;
}

#header {
	padding: 4px 0 0;
	position: relative;
	z-index: 50;
}

.logo {
	margin: 0 0 0 36px;
}

.logo-holder {
	text-align: center;
}

.logo-holder .subtitle {
	display: none;
	text-transform: uppercase;
	font: 16px/1 "Taviraj", "Times New Roman", Times, serif;
	color: #aeacaf;
	letter-spacing: 10px;
	padding: 46px 0 0;
}

.logo-holder .subtitle span {
	display: block;
	padding: 0 0 4px;
}

.logo-holder .subtitle span + span {
	padding: 0 0 0 71px;
}

.logo-holder .subtitle span + span + span {
	padding: 0 0 0 128px;
	color: #706f73;
}

.top-search-block {
	padding: 21px 0;
}

.top-search-block .form-opener {
	display: none;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.top-search-block .form-opener:after {
	content: "\e905";
	font-family: "icomoon";
	position: absolute;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 14px;
	cursor: pointer;
}

.top-search-block .form-opener:hover {
	opacity: .8;
}

.top-search-block .search-form {
	margin: 0;
}

.top-search-block .search-form .search-holder {
	padding: 0 31px 0 0;
	position: relative;
	border: 1px solid #fff;
}

.top-search-block .search-form .submit-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-left: 1px solid #fff;
	width: 33px;
	background: #2b698d;
	color: #fff;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

.top-search-block .search-form .submit-holder:after {
	content: "\e905";
	font-family: "icomoon";
	position: absolute;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 14px;
	cursor: pointer;
}

.top-search-block .search-form .submit-holder:hover {
	background: #fff;
	color: #2b698d;
}

.top-search-block .search-form input[type="submit"] {
	text-indent: -9999px;
	overflow: hidden;
	width: 33px;
	height: 33px;
	border: 0;
	background: 0;
	-webkit-transition: none;
	transition: none;
}

.top-search-block .search-form input[type="search"] {
	width: 100%;
	border: 0;
	float: none;
	height: 33px;
	padding: .4em .7em .4em 1.2em;
	margin: 0;
}

.form-active .top-search-block .form-slide {
	overflow: visible;
	width: 200px;
}

.item-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: solid #dedede;
	border-width: 1px 0 0;
	margin: 0 -20px;
	font-size: 14px;
	line-height: 16px;
}

.item-list li {
	width: 50%;
	position: relative;
	padding: 12px 10px 11px 17px;
}

.item-list li:after {
	content: "";
	background: #dedede;
	width: 1px;
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
}

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

.weather-link {
	text-decoration: none;
}
.weather {
	color: #2b698d;
	overflow: hidden;
}
.weather .weather-image {
	float: left;
    max-width: 34px;
    margin-right: 8px;
}
.weather .weather-temp {
	float: left;
    font-size: 20px;
    padding-top: 7px;
}
.weather .conditions {
	clear: both;
	font-size: 12px;
}
.weather .text {
	overflow: hidden;
	display: block;
}

.date-box .date {
	display: block;
}

.date-box .time {
	display: block;
}

.code {
	color: #fff;
	display: block;
	padding: 15px 20px;
	position: absolute;
	width: 80%;
	left: 0;
	z-index: 2;
	bottom: 0;
}

.code mark {
	color: inherit;
}

.transparent-nav .code {
	top: 100%;
	bottom: auto;
}

.main-nav {
	position: relative;
	background: #555;
	padding: 10px 0;
}

.transparent-nav .main-nav {
	background: rgba(70, 69, 76, .4);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.nav-opener {
	float: right;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 17px;
	left: 29%;
	right: 29%;
	height: 2px;
	margin-top: -2px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

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

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

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

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

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

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

.drop-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .3s;
	transition: max-height .3s;
	z-index: 1000 !important;
}

.drop-menu .drop-holder {
	background: #555;
	border: solid #000;
	border-width: 7px 0;
	padding: 0 20px;
	z-index: 1000 !important;
}

#nav {
	border-bottom: 1px solid #65636b;
}

#nav .drop {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s;
	transition: max-height .3s;
}

#nav .drop a {
	padding: 10px 12px 7px 50px;
}

#nav > li > .drop > ul > li > a {
	padding: 10px 12px 7px 30px;
}

#nav li {
	border-top: 1px solid #65636b;
	position: relative;
}

#nav li:hover > a {
	color: #fff;
}

#nav li:hover > .has-drop-down-a:after {
	content: "\e901";
}

#nav li.active > a {
	color: #fff;
}

#nav li.hover > .drop {
	max-height: 800px;
}

#nav a {
	display: block;
	color: #c4c4c4;
	text-decoration: none;
	position: relative;
}

#nav a:hover {
	color: #fff;
}

#nav a.has-drop-down-a:after {
	content: "\e900";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#nav > li:first-child {
	border-top: 0;
}

#nav > li > a {
	padding: 10px 12px 7px 0;
}

.resize-active .drop-menu,
.resize-active .drop {
	-webkit-transition: none !important;
	transition: none !important;
}

.banner {
	position: relative;
	height: 154px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 7px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 1;
}

.banner h1 {
	font-size: 34px;
	color: #fff;
	margin: 0;
}

.banner.banner-large {
	height: 256px;
	padding: 0;
}
#slider {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#slider .mask {
	position: relative;
	overflow: hidden;
	width: auto;
	height: 256px;
}
#slider .mask .slideset {
	width: 100%;
	float: left;
}
#slider .mask .slide {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#slider .mask .slide.active {
	z-index: 3;
}

#slider .slide a {
	display: block;
} 
#slider .slide img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#slider .slide h2 {
	position: relative;
	float: right;
	width: auto;
	margin: 50px 50px 0 0;
	font-weight: 300;
	color: #FFF;
	font: 300 40px/46px 'Averia Serif Libre', cursive;
	text-shadow: 4px 4px 3px #444444;
	-moz-text-shadow: 4px 4px 3px #444444;
	-webkit-text-shadow: 4px 4px 3px #444444;
	letter-spacing: -2px;
}

#slider .slide .video-container {
	position: relative;
	padding-top: 0;
}
#slider .slide video {
	width: 100%;
	height: auto;
}
#slider .mejs-controls { display: none !important; }

#slider .pagination {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0;
  padding: 0 25px;
  z-index: 10;
}
#slider .pagination ul {
	margin: 0;
	padding: 0;
}
#slider .pagination li {
  display: inline-block;
  width: auto;
  margin: 0 8px 0 0;
  vertical-align: bottom;
  text-indent: -9999px;
}
#slider .pagination li a {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(244,244,244,.45);
}
#slider .pagination li.active a {
  background: rgba(244,244,244,1);
}

#twocolumns {
	padding: 26px 0 0;
}

#content {
	padding: 0 0 24px;
}

#sidebar {
	padding: 0 0 28px;
}

#sidebar #wp-calendar {
	width: 100%;
}

#sidebar .post {
	width: 100%;
}

.navigation-list {
	text-transform: uppercase;
	line-height: 1.1;
	margin: 0 0 39px;
}

.navigation-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	position: relative;
	padding: 0 28px 9px 0;
}

.navigation-list li:after {
	content: "";
	background: #a5a5a5;
	width: 1px;
	height: 14px;
	position: absolute;
	top: 2px;
	right: 13px;
}

.navigation-list li:last-child:after {
	display: none;
}

.navigation-list a {
	text-decoration: none;
}

.navigation-list a:hover {
	color: #385d72;
}

main {
	position: relative;
	z-index: 1;
}

.left-img,
.right-img {
	margin: 0 0 23px;
	max-width: 336px;
}

.left-img img,
.right-img img {
	display: block;
	width: 100%;
}

.contact-box {
	background: #2b698d;
	padding: 54px 0 0;
	color: #fff;
}

.contact-box h2 {
	color: inherit;
	text-transform: none;
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 19px;
	line-height: 1;
	letter-spacing: 1.7px;
}

.contact-box .column {
	padding: 0 0 42px;
	width: 100%;
}

.accordion-list {
	font-size: 20px;
	color: #fff;
	padding: 8px 0 10px;
}

.accordion-list > li {
	border-top: 1px solid #5f93b1;
}

.accordion-list > li.active .opener:after {
	content: "\e901";
}

.accordion-list > li:last-of-type {
	border-bottom: 1px solid #5f93b1;
}

.accordion-list a {
	color: inherit;
	text-decoration: none;
}

.accordion-list .opener {
	position: relative;
	padding: 10px 45px 14px 0;
	display: block;
	line-height: 1;
}

.accordion-list .opener:after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\e900";
	font-family: "icomoon";
	font-size: 35px;
}

.accordion-list .slide {
	padding: 10px 15px;
	font-size: 16px;
}

.accordion-list p {
	margin: 0 0 15px;
}

address {
	padding: 0 0 25px;
	margin: 0;
	font-style: normal;
	line-height: 1.5;
}

address p {
	margin: 0 0 22px;
	text-decoration: none;
}

.link {
	color: inherit;
	text-decoration: none;
}

.social-networks {
	margin: 0 -12px 5px;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 9px;
}

.social-networks a {
	color: #5f93b1;
	font-size: 50px;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

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

.map-holder {
	max-width: 310px;
}

.map-holder img {
	display: block;
	width: 100%;
}

.bottom-box {
	background: #215e82;
	padding: 24px 0 26px;
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
}

.bottom-box p {
	margin: 0;
}

.heading {
	border-bottom: 1px solid #c4c4c4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 0 7px;
	margin: 0 0 28px;
}

.heading h2 {
	font-size: 30px;
	color: #555;
	font-weight: 400;
	margin: 0;
}

.heading .view-all {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 19px 0 0;
	position: relative;
}

.heading .view-all:hover {
	color: #2f2f2f;
}

.heading .view-all:after {
	content: "\e904";
	font-family: "icomoon";
	position: absolute;
	top: 0;
	right: 0;
}

.post-list {
	margin: 0 0 -37px;
}

.post {
	padding: 0 0 42px;
}

.post h3 {
	text-transform: none;
	color: #555;
	font: 700 18px/22px "Roboto", "Arial", "Helvetica", sans-serif;
	margin: 0 0 3px;
}

.post h3 a:hover {
	color: #5f93b1;
}

.post p {
	margin: 0 0 16px;
}

.post img {
	display: block;
	width: 100%;
	margin: 0 0 8px;
}

time {
	display: inline-block;
	vertical-align: top;
	color: #a5a5a5;
	margin: 0 0 11px;
	font-size: 14px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #5f93b1;
	border: 1px solid #5f93b1;
	padding: 4px 20px 3px;
	text-transform: capitalize;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
	text-align: center;
}

.btn:hover {
	background: #5f93b1;
	color: #fff;
}

.btn.btn-large {
	text-transform: uppercase;
	font: 24px/26px "Taviraj", "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding: 12px 20px 9px;
}

.btn.btn-primary {
	background: #2b698d;
	color: #fff;
}

.btn.btn-primary:hover {
	background: #fff;
	color: #2b698d;
}

.btn.btn-info {
	border: 1px solid #82784a;
	background: #82784a;
	color: #fff;
}

.btn.btn-info:hover {
	background: #fff;
	color: #82784a;
}

.btn-list {
	padding: 0 !important;
}

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

.btn-list .btn {
	width: 100%;
}

.icon-plane {
	font-size: 29px;
	line-height: 1;
	margin: -2px 10px -2px 0;
	display: inline-block;
	vertical-align: top;
}

.icon-plane.rotate {
	-webkit-transform: rotate(94deg);
	-ms-transform: rotate(94deg);
	transform: rotate(94deg);
}

.columns-container .col {
	padding: 0 0 51px;
}

.bordered-box {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	margin: 0 -20px;
}

.bordered-box img {
	width: 100%;
	display: block;
}

.tabset {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font: 18px/20px "Roboto Condensed", "Arial", "Helvetica", sans-serif;
	padding: 11px 20px 10px;
	text-transform: uppercase;
}

.tabset li {
	width: 50%;
}

.tabset li.active a {
	color: #555;
	border-color: #c4c4c4;
}

.tabset a {
	color: #c4c4c4;
	width: 100%;
	display: block;
	padding: 12px 5px 9px;
	border: 1px solid transparent;
	text-decoration: none;
	text-align: center;
}

.tabset a:hover {
	color: #555;
}

.tabset .icon-plane {
	font-size: 26px;
	margin: -5px 9px -2px 0;
}

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

#footer {
	padding: 44px 0 35px;
	background: #000;
	color: #999;
}

.footer-nav {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 0 0 36px;
}

.footer-nav li {
	padding: 0 0 7px;
}

.footer-nav li.active a {
	color: #999;
}

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

.footer-nav a:hover {
	color: #999;
}


.arrivals-departures-table {
	width: 100%;
	font-size: 14px;
}
.arrivals-departures-table th,
.arrivals-departures-table td {
	border: none;
	color: #010000;
	vertical-align: middle;
}
.arrivals-departures-table th {
	padding: .8em .1em;
}
.arrivals-departures-table td {
	padding: .3em .1em;
	max-width: 160px;
}
.arrivals-departures-table thead tr,
.arrivals-departures-table thead tr th {
	background: #2B698E;
	color: #fff;
	text-align: left;
}
.arrivals-departures-table thead tr th:first-child {
	text-align: center;
}
.arrivals-departures-table tbody tr td:first-child {
	padding-left: .3em;
	max-width: 138px;
}
.arrivals-departures-table tbody tr {
    background: #E4F2FD;
}
.arrivals-departures-table tbody tr:nth-of-type(odd) {
    background: #bcdef9;
}
.arrivals-departures-table td img {
    width: initial;
    max-width: 100%;
}
.arrivals-departures-table td.bold {
	font-weight: bold;
}
.arrivals-departures-table .delayed {
	color: #990033;
}
.arrivals-departures-table .cancelled {
	color: #C10001;
}
.arrivals-departures-table .arrived,
.arrivals-departures-table .departed {
	color: #2B698D;
}
.arr-dep-link {
	text-align: right;
    display: block;
    text-decoration: none;
}


@media (min-width: 480px) {
	.sidebar-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -14px;
	}

	.sidebar-holder .sidebar-box {
		width: 50%;
		padding: 0 14px 23px;
	}

	.sidebar-holder .btn-widget {
		padding-top: 3px;
	}

	.post-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -15px;
	}

	.post-list .post {
		width: 50%;
		padding: 0 15px 42px;
	}

	.btn.btn-large {
		font-size: 18px;
	}
}

@media (min-width: 756px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.container {
		padding: 0 56px;
	}

	#header .container {
		position: relative;
	}

	.logo {
		margin: 0 13px 0 0;
	}

	.logo-holder {
		float: left;
		text-align: left;
		margin: 0 0 0 -4px;
	}

	.top-search-block {
		padding: 0;
		position: relative;
	}

	.top-search-block .form-opener {
		display: block;
	}

	.top-search-block .search-form {
		width: 35px;
		position: absolute;
		overflow: hidden;
		width: 0;
		top: 0;
		right: 33px;
		-webkit-transition: width .3s;
		transition: width .3s;
	}

	.top-search-block .search-form .search-holder {
		padding: 0;
	}

	.top-search-block .search-form .submit-holder {
		display: none;
	}

	.right-header {
		position: absolute;
		bottom: 0;
		right: 56px;
		width: 308px;
	}

	.item-list {
		border-width: 1px;
		border-radius: 10px 10px 0 0;
		margin: 0;
	}

	.item-list li {
		padding: 12px 5px 11px 17px;
	}

	.item-list li:after {
		top: 11px;
		bottom: 11px;
	}

	.code {
		position: absolute;
		bottom: auto;
		top: 49px;
		color: #a5a5a5;
		left: auto;
		right: 56px;
		width: auto;
		max-width: 50%;
		padding: 0;
	}

	.code mark {
		color: #555;
	}

	.transparent-nav .code {
		top: 45px;
	}

	.main-nav {
		padding: 24px 0 25px;
	}

	.nav-opener {
		display: none;
	}

	.drop-menu {
		position: static;
		max-height: 1000px;
		overflow: visible;
	}

	.drop-menu .drop-holder {
		background: 0;
		border: 0;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#nav {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0;
		-ms-flex: 1 0;
		flex: 1 0;
		border: 0;
	}

	#nav .drop {
		max-height: 4000px;
	}

	#nav .drop a {
		padding: 10px 0 7px 30px;
	}

	#nav > li > .drop {
		position: absolute;
		top: 100%;
		left: 0;
		width: 219px;
		padding: 29px 0 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
	}

	#nav > li > .drop:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 10px 6px;
		border-color: transparent transparent #000 transparent;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	#nav > li > .drop > ul {
		border: solid #000;
		border-width: 7px 0;
		background: #46454c;
		padding: 0 20px;
	}

	#nav > li > .drop > ul > li:first-child {
		border-top: 0;
	}

	#nav > li > .drop > ul > li > a {
		padding: 10px 0 7px;
	}

	#nav li.active > a {
		color: #c4c4c4;
	}

	#nav a.has-drop-down-a:after {
		display: none;
	}

	#nav > li {
		display: inline-block;
		vertical-align: top;
		border: 0;
		padding: 0 20px 0 0;
	}

	#nav > li:hover > a {
		opacity: .8;
	}

	#nav > li > a {
		text-transform: uppercase;
		color: #fff;
		padding: 0;
		letter-spacing: 2px;
	}

	#nav > li > a:hover {
		opacity: .8;
	}

	#nav > li.hover > .drop {
		opacity: 1;
		visibility: visible;
	}

	.banner {
		min-height: 266px;
		padding: 19px 0;
	}

	.banner h1 {
		font-size: 48px;
	}

	.banner.banner-large {
		height: 420px;
		background-position: 50% 50%;
	}
	#slider .mask { height: 420px; }
	
	#slider .pagination {
	  bottom: 118px;
	  padding: 0 66px;
	}

	#content {
		padding: 0 0 35px;
	}

	#sidebar {
		padding: 0 0 42px;
	}

	.navigation-list {
		margin: 0 0 29px;
	}

	.left-img,
	.right-img {
		float: right;
		margin: 5px 0 23px 23px;
	}

	.left-img {
		float: left;
		margin: 5px 23px 23px 0;
	}

	.contact-box .column-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-box .column {
		padding: 0 0 49px;
	}

	.contact-box .column:nth-child(2) {
		width: 52%;
		padding: 0 0 46px;
	}

	.contact-box .column:nth-child(3) {
		width: 48%;
		padding: 0 0 64px;
	}

	.accordion-list .opener {
		padding: 12px 45px 10px 0;
	}

	.social-networks {
		margin: 0 -9px 0;
	}

	.map-holder {
		float: right;
	}

	.bottom-box {
		padding: 24px 0 28px;
	}

	.post-list {
		margin: 0 -15px -30px;
	}

	.btn.btn-large {
		font-size: 24px;
	}

	.columns-container .col {
		padding: 0 0 60px;
	}

	.bordered-box {
		border-radius: 10px 10px 0 0;
		margin: -108px 0 0;
		padding: 14px;
	}

	.tabset {
		font: 24px/26px "Taviraj", "Times New Roman", Times, serif;
		padding: 0 0 7px;
	}

	.tabset a {
		padding: 10px 5px 5px;
	}

	.tabset .icon-plane {
		font-size: 31px;
		margin: -2px 10px -3px 0;
	}

	#footer {
		padding: 44px 0 50px;
	}

	.footer-nav li {
		display: inline-block;
		vertical-align: top;
		padding: 0 23px 5px 0;
	}
}

@media (min-width: 1024px) {
	.logo-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.logo-holder .subtitle {
		display: block;
	}

	#nav > li {
		padding: 0 48px 0 0;
	}
	
	#slider .pagination {
	  bottom: 14px;
	  padding: 0 25px;
	}

	#twocolumns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	#content {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0;
		-ms-flex: 1 0;
		flex: 1 0;
	}

	#sidebar {
		width: 309px;
		margin: 0 0 0 56px;
		padding: 0 0 39px;
	}

	.sidebar-holder {
		display: block;
		margin: 0;
		padding: 30px 0 0;
	}

	.sidebar-holder .sidebar-box {
		width: 100%;
		padding: 0 0 23px;
	}

	.sidebar-holder .btn-widget {
		padding-top: 0;
	}

	.navigation-list {
		margin: 0 0 54px;
	}

	.columns-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row-reverse wrap;
		-ms-flex-flow: row-reverse wrap;
		flex-flow: row-reverse wrap;
		padding: 39px 0 56px;
		margin: 0 -28px;
	}

	.columns-container .col {
		width: 44.5%;
		padding: 0 28px 40px;
	}

	.columns-container .col:nth-child(odd) {
		width: 55.5%;
	}

	.bordered-box {
		margin: -147px 0 0;
	}

	#footer {
		padding: 44px 0;
	}

	.footer-nav {
		float: left;
		width: 63%;
		padding: 0;
	}

	.footer-nav li {
		padding: 0 17px 5px 0;
	}

	.copyright {
		float: right;
		width: 35%;
		text-align: right;
	}
}

@media (min-width: 1200px) {
	.contact-box .column {
		width: 39.6%;
		padding: 0 0 40px;
	}

	.contact-box .column:nth-child(2) {
		width: 22.3%;
		padding: 0 0 40px;
	}

	.contact-box .column:nth-child(3) {
		width: 25.5%;
		padding: 0 0 40px;
	}

	.footer-nav li {
		padding: 0 50px 5px 0;
	}
}

@media (min-width: 1428px) {
	
	.banner.banner-large { height: auto; }
	#slider .mask .slid { position: absolute; }
	#slider .mask .slide,
	#slider .slide img {
		height: auto;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	#slider .slide.active { position: relative; }
	#slider .slide img { position: relative; width: 100%; }
	
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 755px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
	.weather .weather-details {
	    max-width: none;
	}
	#slider .mask { height: 256px !important; }
	#slider .slide img { height: 256px; width: auto; }
}