@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300,300italic|Roboto:300italic,300,700);/*
Theme Name: Rith2016
Author: Modus
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.



.map-popup .map-slide { background:url(../../images/map-holder-ga.jpg) center center no-repeat;}
 */
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;
}

.clearfix:after,
dl:after,
.widget:after,
.mc4wp-form:after,
.subscribe-form:after,
.search-form:after,
.post-password-form p:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #069;
	background: #fff;
	font: 20px/1.5 "Roboto", 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;
}

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

blockquote {
	border-left: 4px solid #333;
	padding-left: .5em;
	margin-left: 1.5em;
}

th,
td {
	border: 1px solid #333;
	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;
	border: 1px solid #333;
	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: #333;
}

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

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

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

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

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

#content {
	float: left;
	width: 70%;
	min-height: 440px;
}

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

#content .mc4wp-form input[type="text"],
#content .mc4wp-form input[type="email"],
#content .mc4wp-form input[type="search"],
#content .subscribe-form input[type="text"],
#content .subscribe-form input[type="email"],
#content .subscribe-form input[type="search"],
#content .search-form input[type="text"],
#content .search-form input[type="email"],
#content .search-form input[type="search"],
#sidebar .mc4wp-form input[type="text"],
#sidebar .mc4wp-form input[type="email"],
#sidebar .mc4wp-form input[type="search"],
#sidebar .subscribe-form input[type="text"],
#sidebar .subscribe-form input[type="email"],
#sidebar .subscribe-form input[type="search"],
#sidebar .search-form input[type="text"],
#sidebar .search-form input[type="email"],
#sidebar .search-form input[type="search"] {
	padding: 5px;
	border: 1px solid #333;
	color: #69c;
	font-size: 20px;
	line-height: 24px;
	height: auto;
	width: 150px;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
}

#sidebar .mc4wp-form,
#sidebar .subscribe-form,
#sidebar .search-form {
	padding-right: 80px;
	position: relative;
	margin: 0 0 15px;
}

#sidebar .mc4wp-form input[type="text"],
#sidebar .mc4wp-form input[type="email"],
#sidebar .mc4wp-form input[type="search"],
#sidebar .subscribe-form input[type="text"],
#sidebar .subscribe-form input[type="email"],
#sidebar .subscribe-form input[type="search"],
#sidebar .search-form input[type="text"],
#sidebar .search-form input[type="email"],
#sidebar .search-form input[type="search"] {
	width: 100%;
	margin: 0;
}

#sidebar .mc4wp-form [type="submit"],
#sidebar .mc4wp-form [type="button"],
#sidebar .subscribe-form [type="submit"],
#sidebar .subscribe-form [type="button"],
#sidebar .search-form [type="submit"],
#sidebar .search-form [type="button"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 77px;
}

.widget {
	margin-bottom: 1.5em;
	color: inherit !important;
}

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

.widget select {
	width: 100%;
	max-width: 100%;
}

.widget table {
	width: 100%;
}

#wp-calendar {
	font-size: 14px;
}

.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: 300px;
	color: #69c;
}

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

.post-password-form label {
	display: block;
}

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

.form-col .mc4wp-form {
	margin: 0;
}

.mc4wp-form .input-holder,
.subscribe-form .input-holder,
.search-form .input-holder {
	background: transparent url("images/bg-search-field.png") left top no-repeat;
	background-size: 100% 100%;
	padding: 5px 3px 4px;
	display: inline-block;
	vertical-align: middle;
	width: 264px;
	box-sizing: border-box;
	margin: 2px 0 0;
}
.mc4wp-form .input-holder {
	background: transparent url("images/bg-input-field.png") left top no-repeat;
}

.mc4wp-form input,
.subscribe-form input,
.search-form input {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	font: 14px/22px "winterthurcondensed", Arial, "Helvetica Neue", "Helvetica", sans-serif;
	background-size: border-box;
}

.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"],
.mc4wp-form input[type="search"],
.subscribe-form input[type="text"],
.subscribe-form input[type="email"],
.subscribe-form input[type="search"],
.search-form input[type="text"],
.search-form input[type="email"],
.search-form input[type="search"] {
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	width: 100%;
	padding: 0 8px;
	margin: 0;
	background: transparent;
	box-sizing: border-box;
	border: none;
	color: #fff;
	display: block;
	box-shadow: none !important;
}

.mc4wp-form [type="button"],
.mc4wp-form [type="submit"],
.subscribe-form [type="button"],
.subscribe-form [type="submit"],
.search-form [type="button"],
.search-form [type="submit"] {
	display: inline-block;
	vertical-align: middle;
	background: transparent url("images/bg-btn.png") left top no-repeat;
	background-size: 100% 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 5px 3px 3px;
	color: #fff;
	border: none;
	width: 77px;
	height: 32px;
	font: 18px/22px "winterthurcondensed", Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

.mc4wp-form .input-holder,
.subscribe-form .input-holder {
	width: 452px;
	max-width: 80%;
}

.mc4wp-form [type="button"],
.mc4wp-form [type="submit"],
.subscribe-form [type="button"],
.subscribe-form [type="submit"] {
	width: 84px;
}

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

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

[type="submit"],
[type="button"] {
	font-family: "winterthurcondensed", Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #059;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

.navigation {
	overflow: hidden;
	margin: 0 0 1.5em;
	text-align: center;
}

.navigation .prev,
.navigation .next {
	float: right;
	max-width: 50%;
	margin: 0 0 0 10px;
	color: #fff;
	background: #39f;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	height: 30px;
	width: 30px;
	text-decoration: none !important;
	border-radius: 50%;
}

.navigation .prev:hover,
.navigation .next:hover {
	background: #007fff;
}

.navigation .prev {
	float: left;
	margin: 0 10px 0 0;
}

.navigation h2,
.navigation .screen-reader-text {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
}

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

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

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

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

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

.alignleft {
	float: left;
	margin: 0 1.5em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.5em;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 300;
	margin: 0 0 .5em;
	line-height: 1.2;
	color: inherit;
}

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

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

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

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

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

@font-face {
	font-family: "winterthurcondensed";
	src: url("fonts/winterthurcondensedoblique-webfont.eot");
	src: url("fonts/winterthurcondensedoblique-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/winterthurcondensedoblique-webfont.woff2") format("woff2"), url("fonts/winterthurcondensedoblique-webfont.woff") format("woff"), url("fonts/winterthurcondensedoblique-webfont.ttf") format("truetype"), url("fonts/winterthurcondensedoblique-webfont.svg#winterthurcondenseditalic") format("svg");
	font-weight: normal;
	font-style: italic;
}

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

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	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-burger:before {
	content: "\e608";
}

.icon-close:before {
	content: "\e609";
}

.icon-ab:before {
	content: "\e600";
}

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

.icon-heart:before {
	content: "\e602";
}

.icon-map:before {
	content: "\e603";
}

.icon-runner:before {
	content: "\e604";
}

.icon-speeking:before {
	content: "\e605";
}

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

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

.icon-arrow-prev:before {
	content: "\f0d9";
}

.icon-arrow-next:before {
	content: "\f0da";
}

html,
body {
	height: 100%;
}

a {
	-webkit-transition: opacity .3s, color .3s, background .3s;
	transition: opacity .3s, color .3s, background .3s;
	text-decoration: none;
}

.text-center {
	text-align: center !important;
}

/* placeholder input styles */

::-webkit-input-placeholder {
	color: #333;
}

:-moz-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
}

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

.map-popup {
	position: relative;
	z-index: 2;
	height: 0;
	-webkit-transition: height .6s;
	transition: height .6s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.map-popup .map-slide {
	-webkit-transform: translate(0, -103%);
	-ms-transform: translate(0, -103%);
	transform: translate(0, -103%);
	padding: 60px 0 0 !important;
	height: 660px;
	-webkit-transition: -webkit-transform .63s;
	transition: transform .63s;
}

.map-popup iframe {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	border: none;
}

.map-popup .map-close {
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 45px;
	line-height: 50px;
	text-align: center;
	right: 5px;
	top: 5px;
	z-index: 999;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	text-decoration: none;
	-webkit-transform: translate(0, -120%);
	-ms-transform: translate(0, -120%);
	transform: translate(0, -120%);
	-webkit-transition: -webkit-transform .15s 0s;
	transition: transform .15s 0s;
}

.map-popup .map-close:before {
	text-indent: 0;
	text-align: center;
	display: block;
}

.map-active .map-popup {
	height: 660px;
}

.map-active .map-popup .map-close {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s .5s;
	transition: transform .3s .5s;
}

.map-active .map-popup .map-slide {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	background-color: #00529c;
	background-image: url("images/bg-section.png"), url("images/bg-body.png");
	background-repeat: no-repeat, no-repeat;
	background-size: cover, auto auto;
	z-index: 2;
}

#parallax-bg {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1500px;
	z-index: -1;
	opacity: .33;
	margin: 0 0 0 -750px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#parallax-bg li {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#parallax-bg img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 925px;
	height: auto;
}

#parallax-bg img:nth-child(odd) {
	left: 10%;
}

.mobile-device .parallax-bg {
	position: absolute;
}

#header {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNWFhMyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTVhYTMiIHN0b3Atb3BhY2l0eT0iMC41MSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, rgba(1, 90, 163, 0) 0%, rgba(1, 90, 163, .8) 100%);
	background: linear-gradient(to right, rgba(1, 90, 163, 0) 0%, rgba(1, 90, 163, .8) 100%);
}

.header-holder {
	position: relative;
	padding-top: 19px;
	padding-bottom: 24px;
	color: #fff;
}

.header-holder .bg-img {
	position: absolute;
	left: 255px;
	bottom: 0;
	width: 226px;
	height: 149px;
}

.header-holder .bg-img img {
	display: block;
	width: 100%;
	height: auto;
	opacity: .6;
}

.header-holder ::-webkit-input-placeholder {
	color: #fff;
}

.header-holder :-moz-placeholder {
	color: #fff;
}

.header-holder ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.header-holder :-ms-input-placeholder {
	color: #fff;
}

.header-holder .clearfix:not(:first-child) {
	margin-top: 20px;
}

.header-holder a {
	color: inherit;
	text-decoration: none;
}

.header-holder a:hover {
	text-decoration: underline;
}

.header-holder .panel {
	float: right;
	min-width: 540px;
	max-width: 56%;
	font-family: "winterthurcondensed", Arial, "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
}

.header-holder .search-form {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px 32px;
}

.header-holder .social-networks {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
}

.header-holder .social-networks li {
	list-style: none;
}

.header-holder .add-nav {
	margin: 0 -64px 0 0;
	padding: 0;
	line-height: 43px;
}

.header-holder .add-nav li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	position: relative;
	margin: 0 64px 10px 0;
}

.header-holder .add-nav li a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: none !important;
}

.header-holder .add-nav li a:hover {
	opacity: .8;
}

.header-holder .add-nav li.dropdown {
	height: 44px;
	position: relative;
	z-index: 999;
}

.header-holder .add-nav li.dropdown a {
	padding-left: 4px;
	opacity: 1 !important;
}

.header-holder .add-nav li.dropdown a.active_lang {
	cursor: default;
	pointer-events: none;
	padding-right: 45px;
	padding-top: 5px;
	margin-top: -5px;
	-webkit-transition: none;
	transition: none;
}

.header-holder .add-nav li.dropdown a.active_lang:after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	margin: -4px 0 0;
	border: 1px solid transparent;
	border-width: 8px 8px 0;
	border-top-color: #fff;
}

.header-holder .add-nav li.dropdown a:not(.active_lang) {
	display: none;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 8px !important;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
}

.header-holder .add-nav li.dropdown a:not(.active_lang) [class^="icon-"],
.header-holder .add-nav li.dropdown a:not(.active_lang) [class*=" icon-"] {
	font-size: 24px;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header-holder .add-nav li.dropdown.hover a {
	color: #39f;
	background: #fff;
	box-shadow: 0 3px 2px rgba(0, 0, 0, .5);
}

.header-holder .add-nav li.dropdown.hover a.active_lang {
	border-radius: 5px 5px 0 0 !important;
}

.header-holder .add-nav li.dropdown.hover a.active_lang:after {
	border-top-color: #39f;
}

.header-holder .add-nav li.dropdown.hover a.active_lang ~ a {
	display: block;
}

.header-holder .add-nav li.dropdown.hover a.active_lang:last-child {
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
}

.header-holder .add-nav li.dropdown.hover a.active_lang:last-child:after {
	border-top-color: #fff !important;
}

.header-holder .add-nav li.dropdown.hover a:last-child {
	border-radius: 0 0 5px 5px;
}

.header-holder .add-nav li.dropdown.hover a:not(.active_lang):hover {
	background: #39f !important;
	color: #fff !important;
}

.header-holder .add-nav i {
	font-size: 43px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
	position: relative;
	top: -3px;
}

.logo {
	float: left;
	width: 216px;
	position: relative;
	margin: 6px 0 0;
}

.logo img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	position: relative;
}

.logo:before {
	content: "";
	position: absolute;
	left: -30%;
	right: -30%;
	top: -60%;
	bottom: -60%;
	background: -webkit-radial-gradient(center, ellipse, rgba(179, 244, 254, .95) 0%, rgba(179, 244, 254, .7) 40%, rgba(179, 244, 254, 0) 73%);
	background: radial-gradient(ellipse at center, rgba(179, 244, 254, .95) 0%, rgba(179, 244, 254, .7) 40%, rgba(179, 244, 254, 0) 73%);
}

.social-networks {
	font-size: 0;
	line-height: 0;
	margin: 0 -23px 0 0;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 23px 5px 0;
	font-size: 31px;
	line-height: 1;
}

.social-networks a {
	color: #fff;
	text-decoration: none !important;
}

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

.social-networks .icon-facebook {
	font-size: 36px;
}

.main-nav {
	position: relative;
	margin: 0;
	padding: 0;
	font: 24px/26px "winterthurcondensed", Arial, "Helvetica Neue", "Helvetica", sans-serif;
	background: #fff;
}

.main-nav:before,
.main-nav:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 17px;
	z-index: 4;
	background: transparent url("images/bg-stripes.png") 50% 0 repeat-x;
}

.main-nav:after {
	bottom: auto;
	top: 100%;
	height: 18px;
	background-position: 50% -32px;
}

.main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav ul li {
	list-style: none;
}

.main-nav > ul {
	display: table;
	width: 100%;
	border-collapse: collapse;
	position: relative;
	text-align: center;
	max-width: 1140px;
	margin: 0 auto;
}

.main-nav > ul > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.main-nav > ul > li > a {
	display: block;
	padding: 14px 10px 15px;
}

.main-nav > ul > li.active a,
.main-nav > ul > li.hover a {
	color: #333;
}

.main-nav > ul > li:last-child > ul,
.main-nav > ul > li:nth-last-child(2) > ul {
	left: auto;
	right: 0;
}

.main-nav > ul > .hover > ul {
	opacity: 1;
	top: 100%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.main-nav > ul ul {
	position: absolute;
	top: -9999px;
	z-index: 500;
	width: 278px;
	left: -8px;
	padding: 29px 33px;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	background: #f2f1ee;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjJmMWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZjNmMmVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjZWJlYWU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjZDVkNGQxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODIlIiBzdG9wLWNvbG9yPSIjZDNkMWNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzZDFjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -webkit-linear-gradient(315deg, #f2f1ee 0%, #f3f2ee 52%, #ebeae6 61%, #d5d4d1 78%, #d3d1ce 82%, #d3d1ce 100%);
	background: linear-gradient(135deg, #f2f1ee 0%, #f3f2ee 52%, #ebeae6 61%, #d5d4d1 78%, #d3d1ce 82%, #d3d1ce 100%);
	border-bottom-left-radius: 10em .5em;
	border-bottom-right-radius: 10em .5em;
	box-shadow: 0 5px 4px rgba(0, 0, 0, .4);
	-webkit-transform: rotate(-1.2deg) translate3d(0, 0, 0);
	transform: rotate(-1.2deg) translate3d(0, 0, 0);
	opacity: 0;
	-webkit-transition: top 0s .3s, opacity .3s;
	transition: top 0s .3s, opacity .3s;
}

.main-nav > ul ul:before,
.main-nav > ul ul:after {
	content: "";
	position: absolute;
	left: 0;
	top: -22px;
	left: -22px;
	width: 68px;
	height: 70px;
	background: url("images/bg-tape-l.svg") no-repeat;
	background-size: 100% 100%;
	opacity: .5;
}

.main-nav > ul ul:after {
	left: auto;
	right: -22px;
	background-image: url("images/bg-tape-r.svg");
}

.main-nav > ul ul a {
	display: block;
	position: relative;
	color: inherit;
	padding: 0 0 14px;
}

.main-nav > ul ul a:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 0;
	height: 1px;
	-webkit-transition: width .3s;
	transition: width .3s;
	background: #f00;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.main-nav > ul ul > li {
	-webkit-transform: rotate(1.2deg);
	-ms-transform: rotate(1.2deg);
	transform: rotate(1.2deg);
}

.main-nav > ul ul > li.active a:before {
	width: 100%;
}

.main-nav > ul ul li.hover a:before {
	width: 100%;
}

.main-nav > ul ul > li:last-child:after {
	content: "";
	position: absolute;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: -1;
}

.main-nav a {
	text-decoration: none !important;
	color: #06c;
}

.nav-opener {
	display: block;
	overflow: hidden;
	position: relative;
	font-size: 45px;
	line-height: 50px;
	height: 50px;
	width: auto;
	margin: 0 15px;
	z-index: 99;
	color: #39f;
	text-align: center;
	padding: 5px 55px 0;
}

.nav-opener span {
	display: block;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav-opener i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	bottom: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.nav-opener .icon-burger {
	opacity: 1;
}

.active .nav-opener .icon-burger {
	opacity: 0;
}

.active .nav-opener .icon-close {
	opacity: 1;
}

.btn {
	display: inline-block;
	vertical-align: top;
	background: #059;
	padding: 15px 42px;
	color: #fff;
	text-decoration: none !important;
	width: auto;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.btn:focus,
.btn:active,
.btn:hover {
	background-color: #003966;
}

#main {
	padding: 50px 0 0;
}

#main.white-section {
	background: -webkit-linear-gradient(top, #ddd 0%, white 19%);
	background: linear-gradient(to bottom, #ddd 0%, white 19%);
}

#main.white-section:before {
	display: none;
}

/* cycle carousel basic styles */

.cycle-gallery {
	position: relative;
	max-width: 555px;
	width: 100%;
	margin: auto;
	font: 300 16px/1.5 "Open Sans", Arial, "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
}

.cycle-gallery a {
	color: inherit;
	text-decoration: none;
}

.cycle-gallery a:hover {
	text-decoration: underline;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.cycle-gallery .slideset {
	width: 9999px;
	float: left;
}

.cycle-gallery .slide {
	float: left;
}

.cycle-gallery .slide img {
	display: block;
	max-width: 100%;
	height: auto;
}

.cycle-gallery .slide.active {
	z-index: 2;
}

.cycle-gallery .btn-next,
.cycle-gallery .btn-prev {
	position: absolute;
	left: -24px;
	bottom: 80px;
	width: 53px;
	height: 41px;
	background: url("images/bg-prev.svg") left top no-repeat;
	background-size: 100% 100%;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 3;
}

.cycle-gallery .btn-next:focus,
.cycle-gallery .btn-next:hover,
.cycle-gallery .btn-prev:focus,
.cycle-gallery .btn-prev:hover {
	opacity: .8;
}

.cycle-gallery .btn-next:before,
.cycle-gallery .btn-prev:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -4px;
	border: 0 solid transparent;
	border-width: 8px 8px 8px 0;
	border-right-color: #fff;
}

.cycle-gallery .btn-next {
	left: auto;
	right: -20px;
	background-image: url("images/bg-next.svg");
}

.cycle-gallery .btn-next:before {
	border-width: 8px 0 8px 8px;
	border-left-color: #fff;
}

.cycle-gallery .caption {
	margin: 0;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .75);
	padding: 14px 28px 23px;
}

.cycle-gallery .caption:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 19px;
	background: url("images/bg-text-box.png") 50% 0 repeat-x;
	background-size: auto 19px;
}

.cycle-gallery .caption p {
	margin: 0 !important;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cycle-gallery img {
	vertical-align: top;
}

.columns {
	margin: 0 -15px;
}

.columns .col {
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -5px 0 0;
}

.columns .col_1 {
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	margin: 0 -5px 40px 0;
}

.columns .col_2 {
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 -5px 0 0;
}

.columns .image-holder {
	display: inline-block;
	vertical-align: middle;
	width: 49.8%;
	padding: 20px 5px 0;
	margin: 0 -5px 0 0;
}

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

.columns .map {
	display: inline-block;
	vertical-align: middle;
	width: 46.8%;
	padding: 20px 5px 0;
}
.columns .info-list {
	display: inline-block;
	vertical-align: middle;
	width: 46.8%;
	padding: 0;
}
.columns.three-columns .col {
	width: 33.33334%;
}

.info-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 40px;
	line-height: 1.2;
	font: 40px/1.2 "winterthurcondensed", Arial, "Helvetica Neue", "Helvetica", sans-serif;
	overflow: hidden;
}

.info-list li {
	display: table-row;
	width: 100%;
	list-style: none;
	margin: 0 0 10px;
}

.info-list .number {
	display: table-cell;
	vertical-align: top;
	font-family: "Roboto", Arial, "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	color: #f37025;
	text-align: right;
	width: 90px;
	padding: 0 12px 0 0;
}

.info-list p {
	display: table-cell;
	vertical-align: top;
	margin: 0 !important;
	padding: 2px 0 0;
	color: #009ee0;
}

.items-columns {
	color: #fff;
	font: 20px/1.2 "winterthurcondensed", Arial, "Helvetica Neue", "Helvetica", sans-serif;
	margin-top: 35px;
	margin-bottom: 60px;
}

.items-columns a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	vertical-align: top;
}

.items-columns a:hover {
	opacity: .8;
}

.items-columns p {
	margin: 0;
}

.items-columns .col {
	text-align: center;
	margin-top: 30px;
	position: relative;
}

.items-columns .col:not(.same-height-left):before {
	content: "";
	position: absolute;
	left: -2px;
	top: 0;
	bottom: 0;
	width: 5px;
	background: url("images/divider.png") left top repeat-y;
}

.items-columns .icon {
	display: block;
	font-size: 90px;
	line-height: 1;
	margin: 0 0 20px;
}

.items-columns .icon:before {
	vertical-align: top;
}

.gray-section {
	color: #069;
}

.gray-section .bg-img {
	position: absolute;
	bottom: -16px;
	right: 2%;
	height: 474px;
	width: 350px;
	max-height: 95%;
	text-align: right;
	z-index: 1;
	overflow: hidden;
}

.gray-section .bg-img img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 15px 0 0;
	opacity: .25;
}

.gray-section .container {
	position: relative;
	z-index: 2;
}

.gray-section,
.white-section {
	position: relative;
	padding: 83px 0 45px;
	background: #e3e3e3 url("images/bg-texture-section.png") 50% 0 no-repeat;
	background-size: 100% 100%;
}

.gray-section:before,
.gray-section:after,
.white-section:before,
.white-section:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 17px;
	background: url("images/bg-texture-section-t.png") 50% 0 no-repeat;
	background-size: 100% 100%;
}

.gray-section:after,
.white-section:after {
	bottom: auto;
	top: 100%;
	background-image: url("images/bg-texture-section-b.png");
}

.white-section {
	background: #fff;
	padding: 30px 0;
}

.white-section:before,
.white-section:after {
	height: 15px;
	background: transparent url("images/bg-stripes.png") 50% 0 repeat-x;
	background-size: auto auto !important;
}

.white-section:after {
	height: 18px;
	background-position: 50% -32px;
}

.video-block {
	max-width: 96%;
	margin: 0 auto 20px;
}

.widget {
	color: #fff;
}

.widget h2 {
	font-size: 36px;
	margin: 0 0 45px;
	color: inherit;
}

.widget.xmt {
	padding: 75px 0 30px;
	margin: 0;
	color: inherit;
}

.widget.xmt h2 {
	color: #fff;
}

.widget .tweet_area {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	color: #6cf;
	font: 300 16px/1.75 "Open Sans", Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

.widget .tweet_area > li,
.widget .tweet_area .tweet_list {
	list-style: none;
	float: left;
	width: 33.33334%;
	padding: 0 15px 15px;
	position: relative;
}

.widget .tweet_area .tweet_text {
	padding: 33px;
	background: #0a4c88;
	border-radius: 17px;
	position: relative;
	margin: 0 0 20px;
}

.widget .tweet_area .tweet_text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 31px;
	width: 40px;
	height: 34px;
	background: transparent url("images/twitt-bg.png") no-repeat;
	background-size: 100% 100%;
}

.widget .tweet_area a {
	color: #fff;
	text-decoration: none;
}

.widget .tweet_area a:hover {
	text-decoration: underline;
}

.widget .tweet_area p {
	margin: 0;
}

.widget .tweet_area .date {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 80px;
	color: #59b8ff;
}

.promo-list {
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 0;
}

.promo-list li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -5px 0 0;
	padding: 10px;
	width: 12%;
}

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

.promo-list a:hover {
	opacity: .8;
}

.promo-list img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

#footer {
	font-size: 14px;
	line-height: 1.57;
	font-weight: normal;
	color: #378dd4;
}

#footer .info-panel {
	padding: 35px 35% 25px 0;
	color: #4badf3;
	position: relative;
	overflow: hidden;
}

#footer .info-panel .bg-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34%;
}

#footer .info-panel .bg-img img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

#footer .info-panel a {
	color: #93cdf6;
	text-decoration: none;
}

#footer .info-panel a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 16px 0 0;
}

#footer p:last-child {
	margin-top: 0;
}

#footer .footer-bar {
	position: relative;
	background: #062351;
	padding: 20px 0;
}

#footer .footer-bar:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 12px;
	background: transparent url("images/bg-stripes.png") 50% -54px repeat-x;
}

#footer .footer-bar .text-col {
	text-transform: uppercase;
	text-align: left;
}

#footer .footer-bar .form-col {
	text-align: right;
}

#footer ::-webkit-input-placeholder {
	color: #fff;
}

#footer :-moz-placeholder {
	color: #fff;
}

#footer ::-moz-placeholder {
	color: #fff;
	opacity: .4;
}

#footer :-ms-input-placeholder {
	color: #fff;
}

#footer .columns .col {
	width: 50%;
}

a[href^="tel"] {
	text-decoration: none !important;
	color: inherit !important;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* example lightbox styles */

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox {
	padding: 5px;
	width: 300px;
}

.lightbox h2 {
	margin: 0 0 10px;
}

.lightbox p {
	margin: 0;
}
/*! Buy a KM */

.register {
    width: 100%!important;
	border: none!important;
}

.register legend {
	font-weight: normal!important;
	font-size: 28px!important;
    padding-bottom:10px!important;
	margin-bottom:20px!important;
    width: 100%!important;
    border-bottom: 1px solid #7df!important;
}
.register .field label {
    width: 35%!important;
	font-weight: normal!important;
	font-size:18px!important;
}

.register .field input {
    border: 1px solid #ccc!important;
    width: 65%!important;
	font-size: 15px!important;
	
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.register .field select {
    border: 1px solid #ccc!important;
    width: 65%!important;
	
    font-size: 15px!important;
	padding: .4em .7em;
	
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.register .field #btn_upload {
    background-color: #069!important;
    border: 1px solid #069!important;
    float: left !important;
    font-size: 15px!important;
    margin-left: 1px!important;
    margin-right: 10px !important;
    width: 100px !important;
    font-family: roboto!important;
}
.register .field #submitBtn {
    background-color: #069!important;
    border: 1px solid #069!important;   
    font-family: roboto!important;
}

.div_row .div_col6 span {
	border-radius: 4px;
	min-width:64px;
	text-align:center;
	color:rgba(255,255,255,.75)!important;
}
.div_row > div .status-available,
.div_row > div .status-reserved,
.div_row > div .status-soldout {font-size: 12px!important;font-family: roboto!important;}

.div_row .div_col6 span a{
	text-decoration:none;
	color:#fff;
}

.div_row > div .status-available:hover {
	background-color: #619810;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/


/* Select options */

.select-county {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1px solid silver;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

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

	#nav.js-slide-hidden {
		position: static !important;
		left: auto !important;
		height: auto !important;
		display: table !important;
	}

	.nav-opener {
		left: -9999px;
		top: -9999px;
		position: absolute;
	}
}
@media (max-width: 768px) {
	.columns .col_1 {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 -5px 0 0;
	}
	
	.columns .col_2 {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 -5px 0 0;
	}
	}
	
@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1899px) {
	.gray-section .bg-img {
		right: auto;
		left: 50%;
		bottom: -11px;
		margin: 0 0 0 -175px;
	}

	.gray-section .bg-img img {
		margin: 15px 0 0;
	}

	.gray-section,
	.white-section {
		background-size: 1900px 100%;
	}

	.gray-section:before,
	.gray-section:after,
	.white-section:before,
	.white-section:after {
		background-size: 1900px 100%;
	}
}

@media (max-width: 1023px) {
	.mc4wp-form .input-holder,
	.subscribe-form .input-holder {
		max-width: 62%;
	}

	.header-holder {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.header-holder .panel {
		max-width: none;
	}

	.header-holder .search-form {
		margin-left: 10px;
	}

	.header-holder .bg-img {
		left: 50%;
		margin: 0 0 0 -113px;
	}

	.header-holder .bg-img img {
		opacity: .45;
	}

	.logo {
		width: 160px;
		margin-top: 15px;
	}

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

	.columns .col {
		width: 100%;
		padding-bottom: 15px;
		text-align: center;
	}

	.columns .col:last-child {
		padding-bottom: 0;
	}

	.columns .info-list {
		display: inline-table;
		width: auto;
		max-width: 49.8%;
	}

	.columns .image-holder {
		text-align: center;
	}

	.columns .image-holder img {
		margin: 0 auto;
	}

	.gray-section .bg-img {
		width: 100%;
		height: 95%;
		left: 7%;
		right: 2%;
		margin: 0;
	}

	.gray-section .bg-img img {
		margin: 15px auto 0;
	}

	.video-block {
		max-width: none;
	}

	.widget .tweet_area {
		font-size: 14px;
	}

	.widget .tweet_area .tweet_text {
		padding: 15px;
	}

	.subscribe-form .input-holder {
		max-width: 73%;
	}
}

@media (max-width: 959px) {
	#content,
	#sidebar {
		width: 100%;
	}
}

@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 40px;
	}

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

	body {
		font-size: 16px;
	}

	.map-popup .map-slide {
		height: 460px;
		-webkit-transform: translate(0, -105%);
		-ms-transform: translate(0, -105%);
		transform: translate(0, -105%);
		-webkit-transition: -webkit-transform .65s;
		transition: transform .65s;
	}

	.map-active .map-popup {
		height: 460px;
	}

	.header-holder .panel {
		min-width: 0;
		width: 100%;
		position: static;
	}

	.header-holder .add-nav {
		font-size: 16px;
		line-height: 36px;
		margin: 0 -10px;
		text-align: center;
	}

	.header-holder .add-nav > li {
		margin: 5px 10px;
	}

	.header-holder .add-nav > li.dropdown a {
		padding-right: 25px;
	}

	.header-holder .add-nav i {
		font-size: 36px;
		line-height: 1;
	}

	.header-holder .search-form {
		text-align: center;
		width: 100%;
		margin: 0;
		position: relative;
	}

	.header-holder .search-form .input-holder {
		width: 200px;
	}

	.header-holder .social-networks {
		position: absolute;
		right: 15px;
		top: 10px;
		max-width: 130px;
		text-align: right;
	}

	.header-holder .social-networks li {
		font-size: 28px;
		margin: 0 0 0 10px;
		text-shadow: 0 0 0 #fff;
	}

	.logo {
		margin: 0 0 10px;
	}

	.main-nav > ul ul a {
		padding-bottom: 8px;
	}

	.main-nav > ul ul a:before {
		-webkit-transform: rotate(-.8deg);
		-ms-transform: rotate(-.8deg);
		transform: rotate(-.8deg);
		bottom: 8px;
	}

	.main-nav:before {
		margin-bottom: -1px;
	}

	.main-nav:after {
		margin-top: -1px;
	}

	#nav {
		display: block;
		clear: both;
	}

	#nav > li {
		display: block;
	}

	#nav > li > a {
		padding: 5px 15px;
	}

	#nav > li ul {
		margin: 0 15px;
		padding: 15px 25px;
	}

	#nav .hover ul {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		width: auto;
	}

	.cycle-gallery {
		font-size: 14px;
		line-height: 16px;
	}

	.cycle-gallery .caption {
		padding: 14px 15px 15px;
	}

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

	.columns .image-holder {
		width: 100%;
		margin: 0 0 15px;
		text-align: center;
	}

	.columns .image-holder img {
		margin: 0 auto;
	}

	.columns .info-list {
		display: table;
		font-size: 30px;
		margin: 0 auto;
		width: auto;
		max-width: none;
	}

	.columns .info-list li {
		width: auto;
	}

	.columns .info-list .number {
		font-size: 30px;
		width: 55%;
	}

	.columns .info-list p {
		width: 45%;
	}

	.items-columns {
		margin-top: 15px;
	}

	.items-columns .col {
		margin-top: 15px;
	}

	.items-columns .col:before {
		display: none;
	}

	.white-section:before {
		margin-bottom: -1px;
	}

	.white-section:after {
		margin-top: -1px;
	}

	.widget .tweet_area .tweet_list {
		width: 100%;
	}

	.promo-list li {
		width: 33.334%;
	}

	#footer .footer-bar:before {
		margin-bottom: -1px;
	}

	#footer .columns {
		text-align: center;
	}

	#footer .columns .col {
		width: 100%;
		text-align: center;
	}

	#footer .info-panel {
		padding: 35px 0 85px 0;
	}

	#footer .info-panel .bg-img {
		width: auto;
		right: 0;
		left: 0;
		right: 0;
		text-align: center;
	}

	.subscribe-form .input-holder {
		width: 350px;
		max-width: 68%;
	}
}

@media (max-width: 479px) {
	.promo-list li {
		width: 50%;
	}
}

