/*
Theme Name: ChooseWhatcom
Author: Red Rokk, Digital Creative Agency
Author URI: www.RedRokk.com
Version: 1
Description: ChooseWhatcom theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: choosewhatcom
Domain Path: /languages
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;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 15, 2016 */
@font-face {
	font-family: "intro_black";
	src: url("fonts/intro-black-webfont.eot");
	src: url("fonts/intro-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/intro-black-webfont.woff2") format("woff2"), url("fonts/intro-black-webfont.woff") format("woff"), url("fonts/intro-black-webfont.ttf") format("truetype"), url("fonts/intro-black-webfont.svg#intro_blackregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-fonts,
.title-holder .play span:after,
.link-list a:before,
.opener:after,
.jcf-select .jcf-select-opener:before {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.nav-drop ul,
.link-list,
.advantages-list,
.partners-logo ul,
.box ul,
#footer ul,
#sidebar .sub-nav ul {
	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 {
	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: #444;
	background: #fff;
	font: 12px / 1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
	body {
		font-size: 16px;
	}
}

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

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

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

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

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

th,
td {
	border: 1px solid #eee;
	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;
	border: 1px solid #ccc;
	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: #eee;
}
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: #eee;
}
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: #eee;
}
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: #eee;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #eee;
}

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

.widget {
	margin-bottom: 1.2em;
}
.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: 300px;
}

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

.search-form input {
	float: left;
	height: 2em;
}
.search-form input[type="search"] {
	margin: 0 0 10px 0;
	width: 165px;
	height: 28px;
	font-size: 16px;
	padding: 3px 10px;
}

.post-password-form input {
	float: left;
	height: 2em;
}
.post-password-form input[type="password"] {
	width: 150px;
	height: 28px;
	margin: 0 0 10px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #154454;
	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.2em;
}
.commentlist .edit-link {
	margin: 0;
}
.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

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

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

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

.widget_calendar #next {
	text-align: right;
}
.widget_calendar #next a {
	color: #444;
}
.widget_calendar #next a:hover {
	color: #22bdc3;
}

#prev a {
	color: #444;
}
#prev a:hover {
	color: #22bdc3;
}

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

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}
.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;
}
@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #154454;
	color: #fff;
	padding: .5em;
	text-decoration: none;
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	color: #22bdc3;
}

.navigation-single {
	margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #154454;
	color: #fff;
	text-decoration: none;
}
.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .5em;
	display: block;
}
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	color: #22bdc3;
}
.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #eee;
	padding: .4em;
	margin-bottom: 1.2em;
}
.wp-caption img {
	margin: 0;
	vertical-align: top;
}
.wp-caption p {
	margin: .4em 0 0;
}

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

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

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

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

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

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

iframe {
	width: 100%;
}

.comment-edit-link {
	color: #fe6756;
}

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

h1,
.h1 {
	font-size: 28px;
	position: relative;
	font-family: "intro_black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h1:after,
.h1:after {
	width: 82px;
	height: 3px;
	content: "";
	background: #fe6756;
	position: absolute;
	top: 105%;
	left: 0;
}
@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 64px;
		line-height: 66px;
		padding: 0 0 8px;
	}
	h1:after,
	.h1:after {
		width: 164px;
		height: 6px;
	}
}

h2,
.h2 {
	font-size: 28px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 900;
}
@media (min-width: 1024px) {
	h2,
	.h2 {
		font-size: 35px;
		line-height: 37px;
	}
}

h3,
.h3 {
	font-size: 16px;
}
@media (min-width: 1024px) {
	h3,
	.h3 {
		font-size: 23px;
		line-height: 25px;
	}
}

h4,
.h4 {
	font-size: 15px;
	font-family: "intro_bold", Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0 0 10px;
	text-transform: uppercase;
}
h4:after,
.h4:after {
	width: 37px;
	height: 3px;
	content: "";
	background: #fe6756;
	position: absolute;
	top: 105%;
	left: 0;
}
@media (min-width: 1024px) {
	h4,
	.h4 {
		font-size: 19px;
		line-height: 25px;
	}
}
@media (min-width: 1200px) {
	h4,
	.h4 {
		font-size: 23px;
		line-height: 25px;
	}
}

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #154454;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
a:hover,
a:focus {
	color: #22bdc3;
}

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

#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
}

.container {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (min-width: 1024px) {
	.container {
		padding: 0 25px;
	}
}

.logo {
	width: 150px;
	float: left;
	margin: 14px 0 0;
}
@media (min-width: 1024px) {
	.logo {
		width: 291px;
		margin: 39px 0 0;
		position: relative;
		z-index: 5;
	}
}
.logo a {
	display: block;
}
.logo img {
	vertical-align: bottom;
}

.nav-active .nav-drop {
	right: 0;
}

#nav {
	float: right;
}
@media (min-width: 769px) {
	#nav {
		padding: 20px 0 0;
		float: none;
	}
}
@media (min-width: 1024px) {
	#nav {
		padding: 71px 0 0;
	}
}

.nav-drop {
	width: 295px;
	position: absolute;
	overflow: hidden;
	right: -295px;
	top: 0;
	background: #1d5466;
	padding: 80px 0 0;
	z-index: 10;
	-webkit-transition: right .3s linear;
	transition: right .3s linear;
}
.nav-drop:before {
	width: 100%;
	height: 13px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #154454;
}
@media (min-width: 769px) {
	.nav-drop:before {
		display: none;
	}
}
@media (min-width: 769px) {
	.nav-drop {
		width: auto;
		position: relative;
		top: 0;
		right: 0;
		background: none;
		padding: 0;
		overflow: visible;
		z-index: 4;
	}
}
@media (min-width: 769px) {
	.nav-drop ul {
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px;
		text-align: right;
	}
}
.nav-drop ul li {
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 27px;
}
@media (min-width: 769px) {
	.nav-drop ul li {
		font-size: 17px;
		line-height: 19px;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
		margin: 0 5px;
		position: relative;
	}
}
.nav-drop ul li:hover a:after,
.nav-drop ul li.hover a:after {
	width: 100%;
}
.nav-drop ul li:hover > .dropdown,
.nav-drop ul li.hover > .dropdown {
	display: block;
}
.nav-drop ul a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 5px 0 0;
	margin: 0 41px;
	color: #fff;
	text-shadow: 2px 1px 1px #222;
	-moz-text-shadow: 2px 1px 1px #222;
	-o-text-shadow: 2px 1px 1px #222;
	-webkit-text-shadow: 2px 1px 1px #222;
}
@media (min-width: 769px) {
	.nav-drop ul a {
		margin: 0;
		padding: 0 20px 0 0;
	}
}
@media (min-width: 1200px) {
	.nav-drop ul a {
		padding: 0 30px 0 0;
	}
}
.nav-drop ul a:after {
	width: 0;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: 118%;
	background: #22bdc3;
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
}
@media (min-width: 769px) {
	.nav-drop ul a:after {
		top: 175%;
	}
}
.nav-drop ul a:hover {
	color: #fff;
}
.nav-drop .dropdown {
	display: none;
	padding: 19px 0 0;
}
@media (min-width: 769px) {
	.nav-drop .dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		max-width: 300px;
		padding: 35px 0 0;
		text-align: left !important;
	}
}
.nav-drop .dropdown li {
	font-size: 21px;
	line-height: 22px;
	margin: 0;
}
@media (min-width: 769px) {
	.nav-drop .dropdown li {
		font-size: 17px;
		line-height: 19px;
		margin: 0 0 9px;
	}
}
.nav-drop .dropdown a {
	margin: 0;
	display: block;
	padding: 11px 50px 13px 65px;
	background: rgba(21, 68, 84, 0);
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}
@media (min-width: 769px) {
	.nav-drop .dropdown a {
		padding: 0 15px 0 0;
		-webkit-transition: color .3s linear;
		transition: color .3s linear;
		white-space: nowrap;
	}
}
.nav-drop .dropdown a:after {
	display: none;
}
.nav-drop .dropdown a:hover {
	background: #154454;
}
@media (min-width: 769px) {
	.nav-drop .dropdown a:hover {
		background: none;
		color: #22bdc3;
	}
}
.nav-drop .help {
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	margin: 53px 41px 37px 15px;
	padding: 0;
	border: 3px solid #22bdc3;
	text-align: center;
	font-weight: 900;
}
@media (min-width: 769px) {
	.nav-drop .help {
		margin: 0;
	}
}
@media (min-width: 1024px) {
	.nav-drop .help {
		font-size: 18px;
		line-height: 20px;
	}
}
.nav-drop .help a {
	display: block;
	padding: 19px 10px;
	margin: 0;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}
@media (min-width: 769px) {
	.nav-drop .help a {
		padding: 15px 10px;
	}
}
@media (min-width: 1024px) {
	.nav-drop .help a {
		padding: 14px 31px;
		display: inline-block;
		vertical-align: middle;
	}
}
.nav-drop .help a:after {
	display: none;
}
.nav-drop .help a:hover {
	background: #154454;
}
@media (min-width: 769px) {
	.nav-drop .resources {
		display: none;
	}
}
@media (min-width: 769px) {
	.nav-drop .column {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
.nav-drop .no-column {
	-webkit-column-count: auto !important;
	-moz-column-count: auto !important;
	column-count: auto !important;
}
.nav-drop .no-column li {
	display: block;
}

/*burger-menu style*/
.nav-opener {
	float: right;
	width: 22px;
	height: 15px;
	position: relative;
	top: 41px;
	right: 2px;
	display: block;
	z-index: 1000;
}
@media (min-width: 769px) {
	.nav-opener {
		display: none;
	}
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 14px;
	height: 3px;
	width: 22px;
	margin-top: -7px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 8px;
}
.nav-opener:after {
	top: 20px;
}
.nav-opener:hover {
	opacity: .9;
}

.close-btn span,
.nav-active .nav-opener span {
	width: 0;
}

.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px;
}

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

.videoblock {
	height: 469px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 1024px) {
	.videoblock {
		height: 767px;
	}
}
.videoblock:before {
	width: 100%;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 8%, transparent 46%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 8%, transparent 46%);
	z-index: 3;
}
@media (min-width: 480px) {
	.videoblock:before {
		display: none;
	}
}

@media (max-width: 480px)
{
	.videoblock.home {
		background-image: url("/wp-content/uploads/2016/03/Mobile_hompage_image.jpg") !important;
	}
}

.touch-device .videoblock video {
	display: none;
}

.title-holder {
	position: absolute;
	top: auto;
	bottom: 56px;
	left: 0;
	right: 0;
	z-index: 4;
}
@media (min-width: 1024px) {
	.title-holder {
		bottom: 184px;
	}
}
.agriculture .title-holder {
	bottom: 50%;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
	text-align: center;
}
.agriculture .title-holder h1 {
	margin: 0 0 31px;
}
@media (min-width: 1024px) {
	.agriculture .title-holder h1 {
		margin: 0 0 12px;
	}
}
.title-holder .play {
	width: 88px;
	height: 76px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
@media (min-width: 1024px) {
	.title-holder .play {
		font-size: 18px;
		line-height: 20px;
		width: 132px;
		height: 104px;
	}
}
.title-holder .play:hover {
	color: #22bdc3;
}
.title-holder .play:hover span {
	background: rgba(0, 0, 0, .4);
	border-color: #22bdc3;
}
.title-holder .play span {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto 13px;
	border: 2px solid #fff;
	position: relative;
	border-radius: 50%;
}
@media (min-width: 1024px) {
	.title-holder .play span {
		width: 83px;
		height: 83px;
		border-width: 3px;
		margin: 0 auto 16px;
	}
}
.title-holder .play span:after {
	content: "\e902";
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
	.title-holder .play span:after {
		font-size: 39px;
	}
}

.heading-holder {
	color: #fff;
	font-family: "intro_black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.heading-holder h1 {
	font-size: 36px;
	line-height: 38px;
	margin: 0 0 23px;
}
@media (min-width: 1024px) {
	.heading-holder h1 {
		font-size: 82px;
		line-height: 84px;
		margin: 0 0 53px;
		padding: 0;
	}
}
.heading-holder h1:after {
	display: none;
}
.heading-holder .slogan {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
}
@media (min-width: 1024px) {
	.heading-holder .slogan {
		font-size: 37px;
		line-height: 39px;
		letter-spacing: 4px;
	}
}

.link-list {
	max-width: 261px;
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.link-list {
		max-width: 1190px;
		overflow: hidden;
		padding: 0 30px;
	}
}
@media (min-width: 1024px) {
	.link-list {
		padding: 0 25px;
	}
}
.link-list li {
	background: rgba(255, 255, 255, .5);
	margin: 0 0 10px;
	padding: 12px 15px;
}
@media (min-width: 768px) {
	.link-list li {
		float: left;
		margin: 0;
		width: 33.33%;
	}
}
@media (min-width: 1024px) {
	.link-list li {
		padding: 26px 26px;
	}
}
.link-list a {
	font-size: 14px;
	line-height: 16px;
	position: relative;
	color: #fff;
	z-index: 3;
	padding: 13px 31px 13px 14px;
	display: block;
	font-family: "intro_black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: letter-spacing .3s linear;
	transition: letter-spacing .3s linear;
}
.link-list a:before {
	content: "\e907";
	margin-right: 9px;
	color: rgba(0, 0, 0, .2);
}
.link-list a:hover {
	letter-spacing: 2px;
	color: #fff;
}
@media (min-width: 1024px) {
	.link-list a {
		font-size: 20px;
		line-height: 22px;
		padding: 28px 31px 28px 14px;
	}
}

.start {
	background: #22bdc3;
}
.start:before {
	content: "\e904" !important;
}

.grow {
	background: #1d5466;
}
.grow:before {
	content: "\e903" !important;
}

.relocate {
	background: #fe6756;
}

.advantages-list {
	overflow: hidden;
	margin: -32px auto 43px;
	max-width: 100%;
	width: 100%;
}
@media (min-width: 640px) {
	.advantages-list {
		max-width: 90%;
	}
}
@media (min-width: 768px) {
	.advantages-list {
		max-width: 100%;
	}
}
@media (min-width: 1024px) {
	.advantages-list {
		margin: -48px auto 137px;
	}
}
@media (min-width: 768px) {
	.advantages-list li {
		float: left;
		width: 33.33%;
	}
}

.info-box {
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	color: #fff;
	position: relative;
	padding: 27px 14px 2px;
	min-height: 190px;
}
@media (min-width: 1024px) {
	.info-box {
		font-size: 16px;
		line-height: 22px;
		padding: 39px 34px 2px;
		min-height: 302px;
	}
}
.info-box:before {
	width: 100%;
	height: 10px;
	content: "";
	background: rgba(0, 0, 0, .25);
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 1024px) {
	.info-box:before {
		width: 100%;
		height: 13px;
	}
}
.info-box h3 {
	font-size: 25px;
	line-height: 27px;
	font-family: "intro_black", Arial, Helvetica, sans-serif;
	font-style: normal;
	position: relative;
	margin: 0 0 19px;
	padding: 0 0 17px;
}
@media (min-width: 1024px) {
	.info-box h3 {
		font-size: 41px;
		line-height: 43px;
		padding: 0 0 25px;
		margin: 0 0 29px;
	}
}
.info-box h3:after {
	width: 95px;
	height: 4px;
	content: "";
	background: rgba(0, 0, 0, .25);
	position: absolute;
	top: 100%;
	left: 0;
}
@media (min-width: 1024px) {
	.info-box h3:after {
		width: 135px;
		height: 4px;
	}
}
.info-box h3 span {
	font-size: 15px;
	line-height: 17px;
	padding: 4px 0 0;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	display: block;
}
@media (min-width: 1024px) {
	.info-box h3 span {
		font-size: 21px;
		line-height: 26px;
	}
}

.green {
	background: #22bdc3;
}

.blue {
	background: #1d5466;
	display: none;
}
@media (min-width: 768px) {
	.blue {
		display: block;
	}
}

.terracot {
	background: #fe6756;
	display: none;
}
.terracot:before {
	background: #e7503f;
}
@media (min-width: 768px) {
	.terracot {
		display: block;
	}
}

.post-block {
	margin: 0 0 43px;
}
.post-block h1 {
	margin: 0 0 28px;
}
@media (min-width: 1024px) {
	.post-block h1 {
		margin: 0 0 40px;
	}
}
.agriculture .post-block {
	margin: 0 0 90px;
}
.agriculture .post-block h1 {
	display: none;
}
@media (min-width: 768px) {
	.agriculture .post-block h1 {
		display: block;
	}
}
.agriculture .post-block .item-holder {
	padding: 0;
}
.agriculture .post-block .post-item {
	display: none;
}
@media (min-width: 768px) {
	.agriculture .post-block .post-item {
		display: inline-block;
	}
}
.agriculture .post-block .post-item.information-holder {
	display: block;
	margin: 0 auto;
	width: 100%;
	float: none;
}
@media (min-width: 768px) {
	.agriculture .post-block .post-item.information-holder {
		display: inline-block;
		width: 25%;
	}
}
.agriculture .post-block .information-block {
	position: static;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	margin: 0 auto;
}
.agriculture .post-block .information-block h2 {
	max-width: 175px;
}
@media (min-width: 768px) {
	.agriculture .post-block .information-block h2 {
		font-size: 19px;
	}
}
@media (min-width: 1024px) {
	.agriculture .post-block .information-block h2 {
		font-size: 28px;
		line-height: 28px;
		max-width: 100%;
		margin: 0 auto 56px;
	}
}
.agriculture .post-block .information-block h2 span {
	padding: 10px 0 0;
	margin: 0 0 4px;
}

.item-holder {
	overflow: hidden;
	position: relative;
	padding: 11px 0 199px;
	margin: 0 -7px;
}
@media (min-width: 768px) {
	.item-holder {
		font-size: 0;
		line-height: 0;
		margin: 0 -7px;
		letter-spacing: -4px;
		padding: 11px 0 10px;
	}
}
@media (min-width: 1024px) {
	.item-holder {
		margin: 0 -14px;
	}
}

.post-item {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 7px 0;
	margin: 0 0 9px;
}
@media (min-width: 768px) {
	.post-item {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		text-align: left;
		float: none;
		letter-spacing: normal;
		margin: 0 0 10px;
	}
}
@media (min-width: 1024px) {
	.post-item {
		padding: 0 14px;
		margin: 0 0 26px;
	}
}
.post-item img {
	margin: 0 0 10px;
}
@media (min-width: 1024px) {
	.post-item img {
		margin: 0 0 27px;
	}
}
.post-item h3 {
	font-size: 12px;
	line-height: 14px;
	font-family: "intro_black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 5px;
}
@media (min-width: 1024px) {
	.post-item h3 {
		font-size: 21px;
		line-height: 23px;
		margin: 0 0 20px;
	}
}
.post-item h3 a {
	color: #1d5466;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
.post-item h3 a:hover {
	color: #fe6756;
}
.post-item p {
	display: none;
}
@media (min-width: 1024px) {
	.post-item p {
		display: block;
		font-size: 16px;
		line-height: 22px;
	}
}

.information-holder {
	margin: 0;
}
@media (min-width: 768px) {
	.information-holder {
		margin: 0 0 9px;
	}
}

.information-block {
	width: 260px;
	font-family: "intro_black", Arial, Helvetica, sans-serif;
	background: #22bdc3;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding: 13px;
}
@media (min-width: 768px) {
	.information-block {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		position: relative;
		width: 100%;
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@media (min-width: 1024px) {
	.information-block {
		padding: 31px 13px;
	}
}
@media (min-width: 1200px) {
	.information-block {
		padding: 31px 31px 18px;
	}
}
.information-block:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	border: 9px solid transparent;
	border-left: 9px solid #fff;
}
@media (min-width: 1200px) {
	.information-block:before {
		border: 15px solid transparent;
		border-left: 15px solid #fff;
		top: 31px;
	}
}
.item-holder .information-block {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
@media (min-width: 768px) {
	.item-holder .information-block {
		position: relative;
	}
}
.information-block h2 {
	font-size: 24px;
	line-height: 24px;
	max-width: 153px;
	margin: 0 auto 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
@media (min-width: 1024px) {
	.information-block h2 {
		font-size: 29px;
		line-height: 35px;
		margin: 0 auto 50px;
	}
}
@media (min-width: 1200px) {
	.information-block h2 {
		font-size: 36px;
		line-height: 36px;
		max-width: 200px;
		margin: 0 auto 96px;
	}
}
.information-block h2:after {
	display: none;
}
.information-block h2 span {
	font-family: "shelby", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: 800;
	color: #154454;
	display: block;
	font-style: italic;
	text-align: center;
	font-size: 28px;
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 0 0 -2px;
}
@media (min-width: 1024px) {
	.information-block h2 span {
		font-size: 45px;
		position: relative;
		z-index: 2;
		padding: 5px 0 0;
		margin: 0 0 -7px;
	}
}
.information-block .btn {
	font-size: 14px;
	line-height: 16px;
	font-family: "intro_black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	padding: 12px;
	color: #fff;
	margin: 0 0  4px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}
@media (min-width: 1024px) {
	.information-block .btn {
		margin: 0 0  15px;
	}
}
@media (min-width: 1200px) {
	.information-block .btn {
		font-size: 18px;
		line-height: 20px;
		border-width: 2px;
		padding: 16px;
	}
}
.information-block .btn:hover {
	color: #fff;
	background: #17a2a7;
}

.news-block {
	overflow: hidden;
	margin: 0 0 4px;
}
@media (min-width: 768px) {
	.news-block {
		margin: 0 0 20px;
	}
}
@media (min-width: 1024px) {
	.news-block {
		margin: 0 0 87px;
	}
}
@media (min-width: 768px) {
	.news-block .image-holder {
		float: left;
		width: 30%;
	}
}
@media (min-width: 1024px) {
	.news-block .image-holder {
		width: 40%;
		padding: 15px 4px 0 0;
	}
}
.news-block .image-holder img {
	display: none;
}
@media (min-width: 768px) {
	.news-block .image-holder img {
		display: block;
	}
}
@media (min-width: 1024px) {
	.news-block .image-holder img {
		float: right;
	}
}
.news-block .terracot {
	display: block;
	max-width: 260px;
	margin: 0 auto 43px;
}
@media (min-width: 768px) {
	.news-block .terracot {
		display: none;
	}
}

.news-holder {
	margin: 0 0 30px;
}
@media (min-width: 768px) {
	.news-holder {
		float: left;
		width: 70%;
		padding: 0 20px 0;
	}
}
@media (min-width: 1024px) {
	.news-holder {
		padding: 0 20px 0 0;
		width: 60%;
	}
}
.news-holder h1 {
	margin: 0 0 28px;
}
.news-holder h1:after {
	background: #22bdc3;
}

.news-item {
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 8px;
}
@media (min-width: 1024px) {
	.news-item {
		font-size: 16px;
		line-height: 22px;
		padding: 18px 0 5px;
	}
}
.news-item h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight: 900;
	color: #444;
	margin: 0 0 16px;
}
@media (min-width: 1024px) {
	.news-item h3 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 23px;
	}
}
.news-item .theme {
	font-size: 10px;
	line-height: 12px;
	color: #676767;
	text-transform: uppercase;
	display: block;
}
@media (min-width: 1024px) {
	.news-item .theme {
		font-size: 14px;
		line-height: 16px;
		padding: 14px 0 0;
	}
}
.news-item + .news-item {
	border-top: 1px solid #e7e7e7;
	padding: 20px 0 11px;
}
@media (min-width: 1024px) {
	.news-item + .news-item {
		padding: 22px 0 14px;
	}
}

.article {
	overflow: hidden;
	background: #22bdc3;
}
@media (min-width: 1024px) {
	.article {
		margin: 0 0 137px;
	}
}

.image-block {
	display: none;
}
@media (min-width: 768px) {
	.image-block {
		display: block;
		float: left;
		width: 43%;
	}
}
@media (min-width: 768px) and (min-width: 1410px) {
	.image-block {
		margin: 0 0 0 -128px;
	}
}
@media (min-width: 768px) {
	.image-block img {
		vertical-align: top;
	}
}

.blockquote-block {
	background: #22bdc3;
	padding: 36px 16px;
}
@media (min-width: 768px) {
	.blockquote-block {
		float: right;
		width: 57%;
		padding: 64px 43px 5px;
	}
}
@media (min-width: 1024px) {
	.blockquote-block {
		padding: 74px 96px 5px;
	}
}
@media (min-width: 1200px) {
	.blockquote-block {
		padding: 74px 20px 5px 30px;
	}
}
@media (min-width: 1410px) {
	.blockquote-block {
		padding: 74px 0 5px;
	}
}
.blockquote-block blockquote {
	font-size: 14px;
	line-height: 19px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0 0 35px;
}
@media (min-width: 768px) {
	.blockquote-block blockquote {
		max-width: 370px;
		margin: 0 auto 35px;
	}
}
@media (min-width: 1200px) {
	.blockquote-block blockquote {
		font-size: 22px;
		line-height: 30px;
		max-width: 100%;
		margin: 0 0 51px;
	}
}
.blockquote-block q {
	display: block;
	margin: 0 0 14px;
	position: relative;
}
.blockquote-block q:after {
	display: none;
}
.blockquote-block q:before {
	width: 13px;
	height: 20px;
	display: block;
	content: "";
	background: url(images/q-img.png) no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	position: absolute;
	top: -3px;
	left: -17px;
}
@media (min-width: 1410px) {
	.blockquote-block q:before {
		width: 24px;
		left: -32px;
	}
}
@media (min-width: 1200px) {
	.blockquote-block q {
		margin: 0 0 27px;
	}
}
.blockquote-block cite {
	display: block;
	font-style: normal;
	text-align: right;
}
.blockquote-block cite span {
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px 0 0;
}
@media (min-width: 1200px) {
	.blockquote-block cite span {
		font-size: 23px;
		line-height: 24px;
		padding: 0 15px 0 0;
	}
}
.blockquote-block cite span + span {
	border-left: 1px solid #fff;
	padding: 0 3px 0 14px;
}
@media (min-width: 1200px) {
	.blockquote-block cite span + span {
		padding: 0 3px 0 20px;
	}
}
.blockquote-block .info {
	font-size: 10px;
	line-height: 12px;
	display: block;
	border: none;
	color: #0e8084;
}
@media (min-width: 1200px) {
	.blockquote-block .info {
		font-size: 17px;
		line-height: 19px;
		padding: 0;
	}
}

.section-logo {
	width: 150px;
	margin: 0 0 23px;
}
@media (min-width: 1024px) {
	.section-logo {
		width: 296px;
		margin: 0 0 52px -3px;
	}
}

.button-holder {
	text-align: center;
}
@media (min-width: 480px) {
	.button-holder {
		max-width: 235px;
		margin: 0 auto;
	}
}
@media (min-width: 1200px) {
	.button-holder {
		max-width: 390px;
	}
}

.button-decription {
	font-size: 12px;
	line-height: 14px;
	color: #154454;
	display: block;
	margin: 0 0 8px;
}
@media (min-width: 1200px) {
	.button-decription {
		font-size: 19px;
		line-height: 21px;
	}
}

.learn-more {
	font-size: 14px;
	line-height: 16px;
	display: block;
	background: #154454;
	text-transform: uppercase;
	font-family: "intro_bold", Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0 0 13px;
	color: #fff;
}
@media (min-width: 1200px) {
	.learn-more {
		font-size: 24px;
		line-height: 26px;
		padding: 21px;
	}
}

.partners-logo {
	display: none;
}
@media (min-width: 1024px) {
	.partners-logo {
		display: block;
		margin: 0 0 80px;
	}
}
.partners-logo h1 span {
	font-size: 38px;
	line-height: 40px;
	display: block;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: 300;
}
@media (min-width: 1024px) {
	.partners-logo h1 {
		margin: 0 0 76px;
	}
}
.partners-logo ul {
	overflow: hidden;
	text-align: center;
}
.partners-logo ul li {
	float: left;
	margin: 0 0 10px;
	height: 135px;
	padding: 0 10px;
	white-space: nowrap;
}
.partners-logo ul li:after {
	content: "";
	display: inline-block;
	height: 100%;
	/* the same as min-height */
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}
.partners-logo ul a {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}
.partners-logo ul a:hover {
	opacity: .7;
}
.partners-logo ul img {
	width: 100%;
	vertical-align: top;
}

.aside {
	background: #1d5466;
	padding: 29px 0 11px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.aside {
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px;
	}
}
@media (min-width: 1024px) {
	.aside {
		padding: 66px 0 83px;
	}
}
.aside h4 {
	margin: 0 0 21px;
}

.box {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	padding: 0 15px;
	margin: 0 0 34px;
}
@media (min-width: 768px) {
	.box {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		width: 25%;
		margin: 0;
		padding: 0 10px 0 0;
	}
}
@media (min-width: 1024px) {
	.box {
		font-size: 15px;
		line-height: 22px;
		padding: 0 50px 0 0;
	}
}
@media (min-width: 768px) {
	.box + .box {
		padding: 0 0 0 15px;
	}
}
@media (min-width: 1024px) {
	.box + .box {
		padding: 0 99px 0 7px;
	}
}
.box h4 {
	margin: 0 0 21px;
}
@media (min-width: 1024px) {
	.box h4 {
		margin: 0 0 44px;
	}
}
.box h4:after {
	width: 37px;
	height: 3px;
}
@media (min-width: 1024px) {
	.box h4:after {
		width: 74px;
		height: 3px;
	}
}
.box ul li {
	margin: 0 0 15px;
}
@media (min-width: 1024px) {
	.box ul li {
		margin: 0 0 1px;
	}
}
.box ul li a {
	color: #fff;
}
.box ul li a:hover {
	color: #22bdc3;
}
.box address {
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
	display: block;
	padding: 0 106px 0 0;
	margin: 0 0 7px;
}
@media (min-width: 768px) {
	.box address {
		padding: 0;
	}
}
@media (min-width: 1024px) {
	.box address {
		font-size: 15px;
		line-height: 22px;
		margin: 0 0 2px;
	}
}
.box a[href^="tel:"],
.box a[href^="mailto:"] {
	display: block;
	margin: 0 0 10px;
	color: #fff;
}
.box a[href^="tel:"]:hover,
.box a[href^="mailto:"]:hover {
	color: #22bdc3;
}
@media (min-width: 1024px) {
	.box a[href^="tel:"],
	.box a[href^="mailto:"] {
		margin: 0 0 1px;
	}
}

.phone-block {
	overflow: hidden;
}
.phone-block span {
	float: left;
}

.hidden {
	display: none;
}
@media (min-width: 768px) {
	.hidden {
		display: inline-block;
		vertical-align: top;
	}
}

.visual-block {
	width: 100%;
	height: 245px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
@media (min-width: 768px) {
	.visual-block {
		height: 468px;
	}
}
.visual-block:before {
	width: 100%;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 8%, transparent 46%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 8%, transparent 46%);
	z-index: 3;
}
@media (min-width: 480px) {
	.visual-block:before {
		display: none;
	}
}

input[type="submit"] {
	font-size: 14px;
	line-height: 16px;
	outline: none;
	background: #22bdc3;
	border: none;
	color: #fff;
	text-transform: uppercase;
	width: 260px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	display: block;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
@media (min-width: 1024px) {
	input[type="submit"] {
		display: inline-block;
		vertical-align: top;
		background: #154454;
		padding: 8px;
	}
}
input[type="submit"]:hover {
	opacity: .7;
}

.filter {
	margin: 0 0 45px;
}
@media (min-width: 1024px) {
	.filter {
		margin: 0 0 51px;
		text-align: center;
	}
}
@media (min-width: 1024px) {
	.filter input[type="submit"] {
		width: 165px;
		height: 31px;
	}
}

#sidebar input {
	width: 100%;
	padding: 0 10px;
	line-height: 28px;
}

#footer {
	background: #154454;
	padding: 9px 0 27px;
}
@media (min-width: 1024px) {
	#footer {
		padding: 17px 0 60px;
	}
}
#footer ul {
	overflow: hidden;
	padding: 0 0 0 4px;
}
@media (min-width: 1024px) {
	#footer ul {
		padding: 0;
	}
}
#footer ul li {
	font-size: 8px;
	line-height: 10px;
	color: #fff;
	float: left;
	padding: 0 11px;
}
@media (min-width: 768px) {
	#footer ul li {
		font-size: 12px;
		line-height: 14px;
	}
}
@media (min-width: 1024px) {
	#footer ul li {
		font-size: 15px;
		line-height: 17px;
		padding: 0 12px 0 0;
	}
}
#footer ul li + li {
	border-left: 1px solid #fff;
}
@media (min-width: 1024px) {
	#footer ul li + li {
		padding: 0 21px 0 23px;
	}
}
#footer ul a {
	color: #fff;
}
#footer ul a:hover {
	color: #22bdc3;
}

.content-holder {
	overflow: hidden;
}

#content {
	padding: 34px 0 13px;
	line-height: 16px;
}
@media (min-width: 768px) {
	#content {
		float: left;
		width: 65.5%;
	}
}
@media (min-width: 1200px) {
	#content {
		padding: 52px 0 47px;
		line-height: 22px;
		width: 68.5%;
	}
}
#content h1 {
	margin: 0 0 26px;
	line-height: 34px;
}
@media (min-width: 1024px) {
	#content h1 {
		margin: 0 0 47px;
		line-height: 66px;
	}
}
@media (min-width: 1024px) {
	#content .intro {
		margin: 0 0 42px;
	}
}
.resources #content .intro {
	margin: 0 0 38px;
}
#content .intro h3 {
	margin: 0 0 13px;
	line-height: 1.2;
	font-weight: 900;
}
@media (min-width: 1024px) {
	#content .intro h3 {
		margin: 0 0 26px;
		font-size: 28px;
		line-height: 29px;
	}
}
#content .intro p {
	margin: 0 0 17px;
}
@media (min-width: 1024px) {
	#content .intro p {
		margin: 0 0 22px;
	}
}
#content .single-post {
	overflow: hidden;
	margin: 0 0 19px;
}
@media (min-width: 1024px) {
	#content .single-post:last-child {
		margin: 0 0 15px;
	}
}
@media (min-width: 1024px) {
	#content .single-post.partners-logo {
		margin: 0 0 53px;
	}
}
#content .single-post.partners-logo ul li {
	width: 20%;
}
#content .single-post p {
	margin: 0 0 17px;
}
@media (min-width: 1024px) {
	#content .single-post p {
		margin: 0 0 22px;
	}
}
#content .single-post h3 {
	margin: 0 0 11px;
	line-height: 20px;
	font-weight: 900;
	color: #22bdc3;
}
@media (min-width: 1024px) {
	#content .single-post h3 {
		margin: 0 0 22px;
	}
}
#content .info-box {
	margin: 0 auto 28px;
	min-height: 164px;
	max-width: 263px;
}
@media (min-width: 768px) {
	#content .info-box {
		margin: 0 0 28px;
	}
}
@media (min-width: 1024px) {
	#content .info-box {
		float: left;
		margin: 0 28px 10px 0;
		min-height: 218px;
	}
}
#content .info-box.terracot {
	display: block;
}
@media (min-width: 768px) {
	#content .info-box.blue {
		display: block;
	}
}
#content .info-box h3 {
	line-height: 1.2;
	color: #fff;
}
#content .info-box h3 span {
	padding: 3px 0 0;
}
#content .h3-change h3 {
	font-size: 32px;
}
#content .img-holder {
	position: relative;
}
#content .img-holder img {
	width: 100%;
	vertical-align: top;
}
#content .img-holder .text-box {
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	font: 23px/32px "intro_black";
	color: #fff;
}
#content .img-holder .text-box:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}
#content .img-holder .text-box > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}
@media (min-width: 1024px) {
	#content .img-holder .text-box {
		font-size: 42px;
		line-height: 48px;
	}
}
#content .img-holder .text-box .mark {
	font-size: 37px;
}
@media (min-width: 1024px) {
	#content .img-holder .text-box .mark {
		font-size: 67px;
	}
}
@media (min-width: 1024px) {
	#content .infrastructure-img-holder {
		height: 368px !important;
		margin: 0 0 20px;
	}
	#content .infrastructure-img-holder img {
		width: 96%;
	}
}
#content .information-block {
	position: static;
	margin: 0 auto 31px;
	max-width: 260px;
	border: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
@media (min-width: 768px) {
	#content .information-block {
		display: none;
	}
}
#content .information-block h2 {
	color: #fff;
	max-width: 175px;
}

.description-section h2 {
	margin: 0 0 35px;
	font: 28px/27px "intro_black", "Arial", "Helvetica", sans-serif;
}
@media (min-width: 1024px) {
	.description-section h2 {
		margin: 0 0 39px;
		font-size: 35px;
		line-height: 1.2;
	}
}

.description-block {
	margin: 0 0 33px;
	padding: 15px 15px 0;
	background: #eee;
}
@media (min-width: 480px) {
	.description-block {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.description-block {
		overflow: hidden;
		margin: 0 0 39px;
		padding: 0;
		text-align: left;
	}
}
.infrastructure .description-block, .resources .description-block {
	margin: 0 0 43px;
	padding: 0;
	background: none;
}
@media (min-width: 1024px) {
	.infrastructure .description-block, .resources .description-block {
		margin: 0 0 49px;
	}
}
.infrastructure .description-block .image-holder, .resources .description-block .image-holder {
	display: none;
}
@media (min-width: 768px) {
	.infrastructure .description-block .image-holder, .resources .description-block .image-holder {
		display: block;
		float: left;
		padding: 0 15px;
		width: 100%;
		max-width: 165px;
		text-align: center;
	}
}
.infrastructure .description-block .image-holder img,.resources .description-block .image-holder img {
	float: none;
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}
.infrastructure .description-block .description, .resources .description-block .description {
	padding: 18px 14px 0;
	background: #eee;
}
@media (min-width: 768px) {
	.infrastructure .description-block .description, .resources .description-block .description {
		padding: 21px 32px 0;
	}
}
@media (min-width: 768px) {
	.infrastructure .description-block .heading, .resources .description-block .description .heading {
		margin: 0 0 8px;
	}
}
.infrastructure .description-block .description h3, .resources .description-block .description h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 33px;
	text-align: left;
}
@media (min-width: 321px) {
	.infrastructure .description-block .description h3, .resources .description-block .description h3 {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.infrastructure .description-block .description h3, .resources .description-block .description h3 {
		margin: 0 0 5px;
		text-align: left;
	}
}
.infrastructure .description-block .description p, .resources .description-block .description p {
	display: none;
}
@media (min-width: 768px) {
	.infrastructure .description-block .description p, .resources .description-block .description p {
		display: block;
	}
}
@media (min-width: 768px) {
	.infrastructure .description-block .description .contacts, .resources .description-block .description .contacts {
		margin: 0 0 30px;
		padding: 0;
		border-bottom: 1px solid #c6c6c6;
	}
}
@media (min-width: 768px) {
	.infrastructure .description-block .description. button, .resources .description-block .description .button {
		margin: 0 10px 15px 0;
	}
}
@media (min-width: 1024px) {
	.infrastructure .description-block .description. button, .resources .description-block .description .button {
		margin: 0 39px 15px 0;
	}
}
@media (min-width: 321px) {
	.description-block .description {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.description-block .description {
		position: relative;
		overflow: hidden;
		text-align: left;
		padding: 15px;
	}
}
@media (min-width: 1024px) {
	.description-block .description {
		padding: 20px 29px 15px 29px;
	}
}
.description-block img {
	margin: 0 auto 24px;
	width: 100%;
	max-width: 230px;
	display: block;
}
@media (min-width: 768px) {
	.description-block img {
		float: left;
		margin: 0;
	}
}
@media (min-width: 1024px) {
	.description-block img {
		width: auto;
	}
}
.description-block .heading {
	margin: 0 0 19px;
	text-transform: uppercase;
}
@media (min-width: 1024px) {
	.description-block .heading {
		margin: 0 0 4px;
		padding: 0 20px 0 0;
	}
}
.description-block .heading h3 {
	margin: 0;
	font: 18px/16px "intro_black", "Arial", "Helvetica", sans-serif;
	color: #444;
}
@media (min-width: 1024px) {
	.description-block .heading h3 {
		margin: 0 0 3px;
	}
}
.description-block .heading .title {
	display: inline-block;
	font: 14px/16px "intro_book", "Arial", "Helvetica", sans-serif;
}
@media (min-width: 1024px) {
	.description-block .heading .title {
		font-size: 18px;
		line-height: 21px;
	}
}
@media (min-width: 768px) {
	.description-block .wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
@media (min-width: 768px) {
	.description-block .contacts {
		margin: 0 0 22px;
	}
}
@media (min-width: 768px) {
	.infrastructure .description-block .contacts {
	}
}
.description-block p {
	margin: 0 0 29px;
}
@media (min-width: 1024px) {
	.description-block p {
		margin: 0 0 15px;
	}
}
.description-block .button {
	position: relative;
	display: inline-block;
	margin: 0 0 18px;
	padding: 15px 10px;
	min-width: 230px;
	background: #1d5466;
	text-align: center;
	text-transform: uppercase;
	font: 14px/1.2 "intro_black", "Arial", "Helvetica", sans-serif;
	color: #fff;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}
.description-block .button:hover {
	background: #22bdc3;
}
@media (min-width: 768px) {
	.description-block .button {
		margin: 0 10px 10px 0;
		padding: 0;
		min-width: 1px;
		text-align: left;
		font: 700 15px/1.2 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		color: #444;
		background: transparent;
	}
	.description-block .button:hover {
		background: transparent;
		color: #fe6756;
	}
}
@media (min-width: 1200px) {
	.description-block .button {
		margin: 0 39px 0 0;
		text-transform: lowercase;
	}
}
.description-block .button .desktop-link {
	display: none;
}
@media (min-width: 1024px) {
	.description-block .button .desktop-link {
		display: inline-block;
	}
}
@media (min-width: 1024px) {
	.description-block .button .mobile-link {
		display: none;
	}
}
.description-block .button .icon-circle,
.description-block .button .icon-mail,
.description-block .button .icon-internet {
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
	font-size: 23px;
	line-height: 1px;
}
@media (min-width: 768px) {
	.description-block .button .icon-circle,
	.description-block .button .icon-mail,
	.description-block .button .icon-internet {
		position: static;
		display: inline-block;
		margin: 0 5px 0 0;
		vertical-align: middle;
		color: #fe6756;
	}
}
.description-block .button .icon-mail {
	font-size: 26px;
	font-weight: bold;
}
.description-block .more {
	display: none;
}
@media (min-width: 1024px) {
	.description-block .more {
		width: 44px;
		height: 37px;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		padding: 7px 12px;
		background: #fe6756;
		text-align: center;
		font-size: 22px;
		color: #fff;
		-webkit-transition: background .3s linear;
		transition: background .3s linear;
	}
	.description-block .more:hover {
		background: #22bdc3;
	}
}

.open-close {
	display: none;
}
@media (min-width: 768px) {
	.open-close {
		display: block;
	}
}
.open-close.active .opener:after {
	top: 7%;
	left: 48%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.open-close .slide {
	padding: 0 0 10px;
}
.open-close .slide ul {
	margin: 0 0 14px;
	padding: 0 0 0 28px;
}
.open-close .slide ul li {
	margin: 0 0 3px;
}
.open-close .slide a {
	color: #154454;
	font-weight: bold;
}
.open-close .slide a:hover {
	color: #fe6756;
}

.opener {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 -35px;
	height: 25px;
	background: #898989;
	text-align: center;
	text-indent: -9999px;
}
.opener:after {
	content: "\e900";
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: 0 !important;
	font-size: 22px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#sidebar {
	display: none;
}
@media (min-width: 768px) {
	#sidebar {
		display: block;
		float: right;
		padding: 40px 0;
		width: 28%;
	}
}
@media (min-width: 1200px) {
	#sidebar {
		padding: 93px 0;
		width: 23%;
	}
}
#sidebar .sub-nav h4 {
	margin: 0 0 20px;
}
#sidebar .sub-nav h4:after {
	width: 165px;
	height: 6px;
	top: 100%;
}
@media (min-width: 1024px) {
	#sidebar .sub-nav h4 {
		margin: 0 0 32px;
		font-size: 21px;
	}
}
#sidebar .sub-nav ul {
	font-size: 14px;
	font-weight: 700;
}
@media (min-width: 1024px) {
	#sidebar .sub-nav ul {
		font-size: 17px;
	}
}
#sidebar .sub-nav ul li {
	padding: 5px 0;
	border-bottom: 1px solid #acacac;
}
#sidebar .sub-nav ul li + li {
	margin: 5px 0 0;
}
@media (min-width: 1024px) {
	#sidebar .sub-nav ul li + li {
		margin: 14px 0 0;
	}
}
#sidebar .sub-nav ul a {
	color: #444;
}
#sidebar .sub-nav ul a:hover {
	color: #7e7e7e;
}
@media (min-width: 1200px) {
	#sidebar .information-block h2 {
		margin: 0 auto 58px;
		line-height: 34px;
	}
}
#sidebar .blockquote {
	position: relative;
	margin: 0;
	padding: 0;
	border: 1px solid #cdcdcd;
}
#sidebar .blockquote:before {
	width: 31px;
	height: 16px;
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	background: url(images/triangle.jpg) no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (min-width: 1024px) {
	#sidebar .blockquote {
		font-size: 18px;
	}
}
#sidebar .blockquote q {
	display: block;
	padding: 30px 10px;
	font-style: italic;
}
#sidebar .blockquote q:before,
#sidebar .blockquote q:after {
	display: none;
}
@media (min-width: 1024px) {
	#sidebar .blockquote q {
		padding: 50px 15px 36px;
		line-height: 26px;
	}
}
#sidebar .blockquote cite {
	display: block;
	padding: 10px;
	background: #fe6756;
	font-style: normal;
	color: #fff;
}
@media (min-width: 1024px) {
	#sidebar .blockquote cite {
		padding: 15px 5% 20px 34%;
		font-size: 16px;
	}
}
#sidebar .blockquote cite .author {
	text-transform: uppercase;
	font-family: "intro_black", "Arial", "Helvetica", sans-serif;
}

.widget {
	margin-bottom: 50px;
}

/*! 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;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

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

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 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: 0.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;
	background: #000;
	border-radius: 50%;
}
.fancybox-close:after,
.fancybox-close:before {
	width: 2px;
	height: 30px;
	content: "";
	position: absolute;
	top: 3px;
	left: 17px;
	background: #fff;
	z-index: 20000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fancybox-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.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: rgba(0,0,0,0);
	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;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !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, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        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!*/
@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*/
	}
}

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

div.lightbox {
	display: block !important;
}
div.lightbox video {
	max-width: 1400px !important;
	height: auto;
	width: 100%;
	display: block;
}

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.me-plugin {
	position: absolute;
	height: 0;
	width: 0;
}

.mejs-embed,
.mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

:root .mejs-poster img {
	display: none;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
	background-image: url(bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(background.png);
	background: rgba(0, 0, 0, .9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, .9)), to(rgba(0, 0, 0, .9)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
	background: -webkit-linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
	background: linear-gradient(rgba(50, 50, 50, .9), rgba(0, 0, 0, .9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(background.png);
	background: rgba(0, 0, 0, .7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: -webkit-linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	height: 30px;
	width: 100%;
}

.mejs-container .mejs-controls div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
	background-image: url(controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: dotted 1px #999;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px;
	overflow: hidden;
	text-align: center;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50, 50, 50, .8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
	background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: -webkit-linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}

@keyframes buffering-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 30px 0;
	}
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60, 170, 200, .8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, .8)), to(rgba(78, 183, 212, .8)));
	background: -webkit-linear-gradient(top, rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
	background: -webkit-linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
	background: linear-gradient(rgba(44, 124, 145, .8), rgba(78, 183, 212, .8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255, 255, 255, .8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: -webkit-linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, .5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, .9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, .9);
	cursor: N-resize;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-radius: 2px;
	background: #333;
	background: rgba(50, 50, 50, .8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, .8)), to(rgba(60, 60, 60, .8)));
	background: -webkit-linear-gradient(top, rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: -webkit-linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
	background: linear-gradient(rgba(30, 30, 30, .8), rgba(60, 60, 60, .8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255, 255, 255, .8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .8)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: -webkit-linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
	background: linear-gradient(rgba(255, 255, 255, .9), rgba(200, 200, 200, .8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -51px;
	width: 85px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 55px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, .7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: -webkit-linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102, 102, 102, .7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, .7)), to(rgba(50, 50, 50, .6)));
	background: -webkit-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	background: -webkit-linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	background: linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}

.mejs-captions-layer a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 35px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(background.png);
	background: rgba(20, 20, 20, .5);
	white-space: pre-wrap;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001;
	/* make sure it shows on fullscreen */
}

.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2c7c91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	z-index: 1000;
	overflow: hidden;
}

.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}

.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}

/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
	width: 46px !important;
	position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
	background: transparent;
	width: 36px;
	font-size: 11px;
	line-height: normal;
	color: #fff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
	visibility: hidden;
	position: absolute;
	top: -100px;
	left: -10px;
	width: 60px;
	height: 100px;
	background: url(background.png);
	background: rgba(50, 50, 50, .7);
	border: solid 1px transparent;
	padding: 0;
	overflow: hidden;
	border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
	visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
	color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
	margin: 0 0 6px 0;
	padding: 0 10px;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
	display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
	width: 60px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 11.5px;
	color: white;
	margin-left: 5px;
	cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
	background-color: #c8c8c8 !important;
	background-color: rgba(255, 255, 255, .4) !important;
}

/* End: Speed */
/* TED player */
.mejs-ted .mejs-controls {
	background: #eee;
	height: 65px;
}

.mejs-ted .mejs-button,
.mejs-ted .mejs-time {
	position: absolute;
	background: #ddd;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -52px;
	height: 6px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 6px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -52px;
	width: 0;
	height: 6px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 6px;
	background-color: none;
	background: url(controls-ted.png) repeat-x 0 -59px;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	margin: 0;
	width: 14px;
	height: 21px;
	top: -7px;
	border: 0;
	background: url(controls-ted.png) no-repeat 0 0;
}

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {
	display: none;
}

.mejs-ted .mejs-controls .mejs-playpause-button {
	top: 29px;
	left: 9px;
	width: 49px;
	height: 28px;
}

.mejs-ted .mejs-controls .mejs-playpause-button button {
	width: 49px;
	height: 28px;
	background: url(controls-ted.png) no-repeat -50px -23px;
	margin: 0;
	padding: 0;
}

.mejs-ted .mejs-controls .mejs-pause button {
	background-position: 0 -23px;
}

.mejs-ted .mejs-controls .mejs-fullscreen-button {
	top: 34px;
	right: 9px;
	width: 17px;
	height: 15px;
	background: none;
}

.mejs-ted .mejs-controls .mejs-fullscreen-button button {
	width: 19px;
	height: 17px;
	background: transparent url(controls-ted.png) no-repeat 0 -66px;
	margin: 0;
	padding: 0;
}

.mejs-ted .mejs-controls .mejs-unfullscreen button {
	background: transparent url(controls-ted.png) no-repeat -21px -66px;
	margin: 0;
	padding: 0;
}

.mejs-ted .mejs-controls .mejs-volume-button {
	top: 30px;
	right: 35px;
	width: 24px;
	height: 22px;
}

.mejs-ted .mejs-controls .mejs-mute button {
	background: url(controls-ted.png) no-repeat -15px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}

.mejs-ted .mejs-controls .mejs-unmute button {
	background: url(controls-ted.png) no-repeat -40px 0;
	width: 24px;
	height: 22px;
	margin: 0;
	padding: 0;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: #fff;
	border: solid 1px #aaa;
	border-width: 1px 1px 0 1px;
	width: 22px;
	height: 65px;
	top: -65px;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-total {
	background: url(controls-ted.png) repeat-y -41px -66px;
	left: 8px;
	width: 6px;
	height: 50px;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current {
	left: 8px;
	width: 6px;
	background: url(controls-ted.png) repeat-y -48px -66px;
	height: 50px;
}

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-handle {
	display: none;
}

.mejs-ted .mejs-controls .mejs-time span {
	color: #333;
}

.mejs-ted .mejs-controls .mejs-currenttime-container {
	position: absolute;
	top: 32px;
	right: 100px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}

.mejs-ted .mejs-controls .mejs-duration-container {
	position: absolute;
	top: 32px;
	right: 65px;
	border: solid 1px #999;
	background: #fff;
	color: #333;
	padding-top: 2px;
	border-radius: 3px;
	color: #333;
}

.mejs-ted .mejs-controls .mejs-time button {
	color: #333;
}

.mejs-ted .mejs-controls .mejs-captions-button {
	display: none;
}

/* END: TED player */
/* WMP player */
.mejs-wmp .mejs-controls {
	background: transparent url(controls-wmp-bg.png) center 16px no-repeat;
	height: 65px;
}

.mejs-wmp .mejs-button,
.mejs-wmp .mejs-time {
	position: absolute;
	background: transparent;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
	background-color: transparent;
	border: solid 1px #ccc;
	height: 3px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
	height: 3px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255, 255, 255, .3);
	width: 0;
	height: 3px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	height: 1px;
	background-color: #014cb6;
	border: solid 1px #7fc9fa;
	border-width: 1px 0;
	border-color: #7fc9fa #fff #619ff2 #fff;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle {
	display: block;
	margin: 0;
	width: 16px;
	height: 9px;
	top: -3px;
	border: 0;
	background: url(controls-wmp.png) no-repeat 0 -80px;
}

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {
	display: none;
}

.mejs-wmp .mejs-controls .mejs-playpause-button {
	top: 10px;
	left: 50%;
	margin: 10px 0 0 -20px;
	width: 40px;
	height: 40px;
}

.mejs-wmp .mejs-controls .mejs-playpause-button button {
	width: 40px;
	height: 40px;
	background: url(controls-wmp.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
}

.mejs-wmp .mejs-controls .mejs-pause button {
	background-position: 0 -40px;
}

.mejs-wmp .mejs-controls .mejs-currenttime-container {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -93px;
}

.mejs-wmp .mejs-controls .mejs-duration-container {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -58px;
}

.mejs-wmp .mejs-controls .mejs-volume-button {
	top: 32px;
	right: 50%;
	margin-right: -55px;
	width: 20px;
	height: 15px;
}

.mejs-wmp .mejs-controls .mejs-volume-button button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -42px -17px;
	width: 20px;
	height: 15px;
}

.mejs-wmp .mejs-controls .mejs-unmute button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -42px 0;
	width: 20px;
	height: 15px;
}

.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
	background: rgba(102, 102, 102, .6);
}

.mejs-wmp .mejs-controls .mejs-fullscreen-button {
	top: 32px;
	right: 50%;
	margin-right: -82px;
	width: 15px;
	height: 14px;
}

.mejs-wmp .mejs-controls .mejs-fullscreen-button button {
	margin: 0;
	padding: 0;
	background: url(controls-wmp.png) no-repeat -63px 0;
	width: 15px;
	height: 14px;
}

.mejs-wmp .mejs-controls .mejs-captions-button {
	display: none;
}

/* END: WMP player */
/* custom select styles */
.jcf-select {
	display: block;
	position: relative;
	border: 1px solid #636363;
	background: #fff;
	margin: 0 auto 24px;
	max-width: 260px;
	height: 48px;
}
@media (min-width: 1024px) {
	.jcf-select {
		display: inline-block;
		vertical-align: top;
		max-width: 237px;
		height: 31px;
		width: 100%;
		border: 1px solid #f2f2f2;
		box-shadow: 3px 3px 2px #dedede;
		margin: 0 24px 0 0;
	}
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	color: #444;
	display: block;
	font-size: 13px;
	line-height: 45px;
	margin: 0 45px 0 0;
	text-align: center;
	padding: 0 10px;
}
@media (min-width: 1024px) {
	.jcf-select .jcf-select-text {
		line-height: 27px;
		font-size: 16px;
		margin: 0 23px 0 0;
	}
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #636363;
	width: 45px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}
@media (min-width: 1024px) {
	.jcf-select .jcf-select-opener {
		width: 23px;
		background: #9e9e9e;
	}
}
.jcf-select .jcf-select-opener:before {
	content: "\e900";
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
	.jcf-select .jcf-select-opener:before {
		font-size: 8px;
	}
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #636363;
}
@media (min-width: 1024px) {
	.jcf-select-drop .jcf-select-drop-content {
		border: 1px solid #f2f2f2;
	}
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* CUSTOM STYLES */
/* ZOOMPROSPECTOR Container width */
section.property-search {
	max-width: 1600px;
	margin: 0 auto;
}
/* Home Blog Links */
.news-item h3 a {
	color: #444;
}

.news-item h3 a:hover, .news-item h3 a:focus {
	color: #22bdc3;
}