/*! 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;
}

.newssearchtext {
	line-height: 1em;
}

.buffer .news-comments,
.buffer .fb-comments {
	display: none !important;
}

#nav .navigation,
#nav .drop ul,
.list-info,
.social-networks,
.footer-list,
.main-slideshow .pagination ul,
.social-hold .socials-list,
.map-block .accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .container:after,
#nav:after,
#nav .navigation:after,
#footer .container:after,
.news-item .bottom-hold:after,
.map-block:after,
.content-block: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: #484848;
	background: #e5e5e5;
	font: 16px/1.625 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	color: #009ce2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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 #888;
	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: #888;
}

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: #888;
}

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: #888;
}

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: #888;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #888;
}

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;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?y5jj58');
  src:  url('../fonts/icomoon.eot?y5jj58#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?y5jj58') format('truetype'),
    url('../fonts/icomoon.woff?y5jj58') format('woff'),
    url('../fonts/icomoon.svg?y5jj58#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-facebook-circle:before {
  content: "\e900";
}
.icon-flag:before {
  content: "\e901";
}
.icon-hands:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-location:before {
  content: "\e904";
}
.icon-medal:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e907";
}
.icon-twitter-circle:before {
  content: "\e908";
}
.icon-youtube:before {
  content: "\e909";
}
.icon-building:before {
  content: "\e90a";
}
.icon-envelope:before {
  content: "\e90b";
}
.icon-event:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\e90d";
}
.icon-live_help:before {
  content: "\e90f";
}
.icon-help:before {
  content: "\e90e";
}



#header {
	background: #e5e5e5 url(../images/bg-frame.jpg);
	border-bottom: 5px solid #484848;
	padding: 9px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

#header .container {
	max-width: 1500px;
}

#header .logo {
	float: left;
	position: relative;
	z-index: 15;
	margin: 0 0 0 5px;
	max-width: 440px;
}

#header .logo .large {
	display: none;
}

.nav-active #header #nav {
	visibility: visible;
	opacity: 1;
}

.nav-active #header .nav-opener {
	background: none;
}

.nav-active #header .nav-close {
	background: none;
	z-index: 9999;
}

#header .search-opener {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: #009ce2;
	border: 1px solid #009ce2;
	text-decoration: none;
	color: #fff;
	margin: 5px 0 0;
}

#header .search-opener.close {
	width: auto;
	height: auto;
	background: none;
	border: none;
	color: #484848;
	margin: -13px 20px 0 0;
}

#header .search-opener.close:hover {
	color: #009ce2;
}

#header .search-opener .icon-search {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
}

#header .search-opener:hover {
	background: none;
}

#header .search-opener:hover .icon-search {
	color: #009ce2;
}

#header .search-box {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	right: 0;
	background: rgba(250, 249, 245, .95);
	z-index: 99;
}

#header .search-box fieldset {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	padding: 0 16px;
}

#header .search-box input[type="text"],
#header .search-box input[type="search"] {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 1200px;
	border: none;
	background: none;
	outline: none;
	box-shadow: none;
	height: 24px;
	font: 16px/18px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #484848;
	padding: 2px 60px 2px 0;
	margin: 98px 0 0;
	border-bottom: 2px solid #b0b0ad;
}

#header .search-box input[type="text"]::-webkit-input-placeholder,
#header .search-box input[type="search"]::-webkit-input-placeholder {
	color: #484848;
	font-size: 16px;
	line-height: 16px;
}

#header .search-box input[type="text"]::-moz-placeholder,
#header .search-box input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #484848;
	font-size: 16px;
	line-height: 16px;
}

#header .search-box input[type="text"]:-moz-placeholder,
#header .search-box input[type="search"]:-moz-placeholder {
	color: #484848;
	font-size: 16px;
	line-height: 16px;
}

#header .search-box input[type="text"]:-ms-input-placeholder,
#header .search-box input[type="search"]:-ms-input-placeholder {
	color: #484848;
	font-size: 16px;
	line-height: 16px;
}

#header .search-box input[type="text"].placeholder,
#header .search-box input[type="search"].placeholder {
	color: #484848;
	font-size: 16px;
	line-height: 16px;
}

#header .search-box .search-btn {
	display: inline-block;
	vertical-align: middle;
	width: 41px;
	height: 19px;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 19px;
}

#header .search-box .icon-search {
	font-size: 14px;
	line-height: 18px;
	display: block;
	color: #fff;
}

.resize-active #nav {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-close,
.nav-opener {
	width: 50px;
	height: 32px;
	border-radius: 2px;
	display: none;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	top: 50%;
	right: 70px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 6px 2px 0 0;
}

.nav-close:hover:before,
.nav-close:hover:after,
.nav-close:hover span,
.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #009ce2;
}

.nav-close:before,
.nav-close:after,
.nav-close span,
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	width: 100%;
	height: 6px;
	background: #484848;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-close:before,
.nav-opener:before {
	top: 3px;
}

.nav-close:after,
.nav-opener:after {
	top: 27px;
}

.nav-close {
	width: 69px;
	height: 24px;
	position: absolute;
	top: 37px;
	right: 32px;
	border: none;
	background: none;
	overflow: hidden;
	color: #484848;
}

.nav-close:hover {
	text-decoration: none;
}

.nav-close:hover span {
	background: none;
	color: #009ce2;
}

.nav-close:before,
.nav-close:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 23px;
	background: #009ce2;
	top: 11px;
	right: -4px;
	left: auto;
	-webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

.nav-close:before {
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}

.nav-close span {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	width: auto;
	height: auto;
	background: none;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#nav {
	width: 100%;
	position: absolute;
	top: 100%;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all linear .2s 0s;
	transition: all linear .2s 0s;
	max-width: inherit;
	width: 100%;
	background: #e5e5e5 url(../images/bg-frame.jpg);
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .3);
	z-index: 10;
	left: 0;
	margin: 5px 0 0;
}

#nav .navigation {
	font: 14px/26px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	z-index: 10;
}

#nav .navigation li {
	float: none;
	padding: 7px 30px 12px;
}

#nav .navigation li.last a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	border-radius: 4px;
	background: #009ce2;
	color: #fff;
	padding: 8px 14px;
	border: 1px solid #009ce2;
	display: block;
}

#nav .navigation li.last a:hover {
	color: #009ce2;
	background: none;
}

#nav .navigation li:hover a span,
#nav .navigation li.hover a span {
	opacity: 1;
	visibility: visible;
}

#nav .navigation li:hover .drop,
#nav .navigation li.hover .drop {
	opacity: 1;
	visibility: visible;
}

#nav .navigation li:first-child {
	margin-left: 0;
}

#nav .navigation li.active a {
	padding: 9px 0;
	color: #009ce2;
}

#nav .navigation li a {
	text-decoration: none;
	color: #484848;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#nav .navigation li a:not(:only-child):after {
	position: absolute;
	top: 50%;
	left: calc(100% + 5px);
	font-size: 34px;
	line-height: 36px;
	font-weight: 900;
	text-transform: uppercase;
	color: #009ce2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#nav .navigation li a:hover {
	color: #009ce2;
}

#nav .navigation li a span {
	width: 4px;
	height: 4px;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin: 0 0 0 -2px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s 0s;
	transition: all ease .3s 0s;
}

#nav .navigation li a span:before,
#nav .navigation li a span:after {
	width: 4px;
	height: 4px;
	position: absolute;
	content: "";
	bottom: 0;
	right: -7px;
	margin: 0 0 0 -2px;
	border-radius: 50%;
}

#nav .navigation li a span:before {
	right: auto;
	left: -6px;
}

#nav .drop ul {
	overflow: hidden;
	font: 13px/21px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 11px 0 7px;
	background: #e5e5e5;
}

#nav .drop ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 5px 20px 7px;
}

#nav .drop ul li:first-child {
	margin-left: 0;
}

#nav .drop ul a {
	text-decoration: none;
	color: #484848;
	position: relative;
	text-transform: none;
	padding: 0;
}

#nav .drop ul a:hover {
	color: #009ce2 !important;
}

body {
	background: #e5e5e5 url(../images/bg-frame.jpg);
}

a:focus {
	outline: none;
}

#wrapper {
	overflow: hidden;
	position: relative;
	padding-top: 89px;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.btn {
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	padding: 18px 49px;
	border: 2px solid #009ce2;
	color: #fff;
	background: #009ce2;
	text-transform: uppercase;
}

.btn:hover {
	background: #fff;
	color: #009ce2;
	text-decoration: none;
}

.info-section {
	padding: 0 0 10px;
}

.list-info {
	margin: -26px -15px 0;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	position: relative;
	z-index: 20;
}

.list-info li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 15px 10px;
	margin: 0 -5px 0 0;
	width: 155px;
}

.list-info li a {
	color: #fff;
	background: #009ce2;
	display: block;
	padding: 22px 30px 18px;
}

.list-info li a:hover {
	text-decoration: none;
	background: #484848;
}

.list-info .text {
	display: block;
	margin-bottom: 13px;
}

.list-info [class^="icon-"] {
	white-space: nowrap;
	text-align: center;
	font-size: 66px;
	position: relative;
}

.list-info [class^="icon-"]:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 56px;
}

.list-info [class^="icon-"] > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.content-section {
	padding: 43px 0;
}

.section-heading {
	font-size: 15px;
	line-height: 16px;
	margin: 0 0 23px;
	text-align: center;
}

.section-heading h2 {
	font-size: 32px;
	line-height: 1.33;
	margin: 0 0 2px;
	font-weight: 400;
	text-transform: capitalize;
}

.social-networks {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -4px;
	font-size: 50px;
	line-height: 52px;
}

.social-networks li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 1px;
}

.social-networks li a {
	color: #fff;
}

.social-networks li a:hover {
	text-decoration: none;
	color: #009ce2;
}

#footer {
	background: #484848;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	padding: 37px 0 51px;
}

.footer-list {
	letter-spacing: -.4em;
	margin: 0 0 8px;
}

.footer-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	position: relative;
	padding: 0 8px;
	margin: 0 0 10px;
}

.footer-list li:first-child:after {
	display: none;
}

.footer-list li:after {
	content: "";
	top: 2px;
	bottom: 2px;
	left: 1px;
	width: 1px;
	position: absolute;
	background: #fff;
}

.footer-list a {
	color: #fff;
}

.main-slideshow {
	position: relative;
}

.main-slideshow .slide.active {
	display:block !important;
}

.main-slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	min-height: 285px;
	display:none !important;
}

.main-slideshow .bg-image {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 88%;
}

.main-slideshow .text-block {
	color: #fff;
	background: #484848;
	padding: 17px 0 60px;
	line-height: 22px;
}

.main-slideshow .title {
	display: block;
	margin: 0 0 8px;
	font-size: 26px;
	line-height: 28px;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.main-slideshow .btn-link {
	color: #fff;
	font-weight: bold;
}

.main-slideshow .btn-link:hover {
	color: #009ce2 !important;
}

.main-slideshow .pagination {
	position: absolute;
	bottom: 44px;
	z-index: 10;
	font-size: 0;
	line-height: 0;
}

.main-slideshow .pagination ul {
	letter-spacing: -4px;
}

.main-slideshow .pagination ul li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	margin: 0 3px;
}

.main-slideshow .pagination ul li.active a {
	background: #fff;
}

.main-slideshow .pagination ul li a {
	border-radius: 50%;
	border: 1px solid #fff;
	display: block;
	width: 16px;
	height: 16px;
}

.main-slideshow .pagination ul li a:hover {
	background: #fff;
}

.latest-news .btn-wrap {
	text-align: center;
}

.news-wrap {
	overflow: hidden;
	margin: 0 0 17px;
}

.news-wrap .col {
	padding: 0 0 20px;
}

.news-item {
	background: #fff;
	position: relative;
	padding: 32px 29px 28px;
}

.news-item:after {
	width: 140px;
	height: 10px;
	content: "";
	left: 0;
	top: 0;
	background: #009ce2;
	position: absolute;
}

.news-item h3 {
	font: 22px/24px "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 19px;
}

.news-item h3 a {
	color: #484848;
}

.news-item h3 a:hover {
	color: #009ce2;
	text-decoration: none;
}

.news-item time {
	display: block;
	color: #009ce2;
	display: block;
	font: 12px/16px "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 9px;
}

.news-item p {
	margin: 0 0 16px;
}

.news-item .read-more {
	font: 19px/22px "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: capitalize;
	position: relative;
	float: right;
	padding-right: 31px;
	margin: 0 -29px 20px 0;
	text-align: left;
}

.news-item .read-more:after {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	right: 0;
	top: -12px;
	background: #009ce2;
	bottom: -6px;
	width: 14px;
	position: absolute;
}

.news-item .read-more:hover {
	text-decoration: none;
	color: #888;
}

.news-item .read-more:hover:after {
	background: #888;
}

.social-hold {
	letter-spacing: -.4em;
}

.social-hold .title {
	color: #fff;
	background: #767676;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 11px 17px 10px;
}

.social-hold .socials-list {
	letter-spacing: -.4em;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}

.social-hold .socials-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	border-left: 1px solid #fff;
}

.social-hold .socials-list a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 41px;
	height: 34px;
	display: block;
	background: #bfbfbf;
	color: #fff;
	display: block;
	text-align: center;
	padding: 6px 4px;
}

.social-hold .socials-list a:hover {
	background: #767676;
	text-decoration: none;
}

.photo-gallery {
	position: relative;
	overflow: hidden;
	background: #faf9f5;
}

.photo-gallery .item {
	position: absolute;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.photo-gallery .left-part {
	margin-bottom: 2px;
}

.photo-gallery .left-part .frame {
	position: relative;
	height: 438px;
}

.photo-gallery .left-part .item-1 {
	height: 278px;
	width: 49.7%;
	top: 0;
	left: 0;
}

.photo-gallery .left-part .item-2 {
	height: 170px;
	width: 49.7%;
	top: 0;
	right: 0;
}

.photo-gallery .left-part .item-3 {
	height: 106px;
	width: 49.7%;
	top: 172px;
	right: 0;
}

.photo-gallery .left-part .item-4 {
	height: 156px;
	width: 100%;
	top: 280px;
	right: 0;
}

.photo-gallery .center-part {
	position: relative;
	height: 392px;
	padding: 97px 0;
	margin-bottom: 2px;
}

.photo-gallery .center-part .item {
	height: 96px;
}

.photo-gallery .center-part .item-1 {
	width: 49.7%;
	top: 0;
	left: 0;
}

.photo-gallery .center-part .item-2 {
	width: 49.7%;
	top: 0;
	right: 0;
}

.photo-gallery .center-part .item-3 {
	width: 49.7%;
	bottom: 0;
	left: 0;
}

.photo-gallery .center-part .item-4 {
	width: 49.7%;
	bottom: 0;
	right: 0;
}

.photo-gallery .center-part .title-box {
	text-align: center;
	display: table;
	width: 100%;
}

.photo-gallery .center-part .title-box .holder {
	display: table-cell;
	vertical-align: middle;
	height: 200px;
	padding: 15px 15px 21px;
}

.photo-gallery .center-part .title-box .section-heading {
	margin-bottom: 10px;
}

.photo-gallery .center-part .title-box .section-heading p {
	margin: 0;
}

.photo-gallery .right-part .frame {
	position: relative;
	height: 438px;
}

.photo-gallery .right-part .item-2 {
	height: 278px;
	width: 49.7%;
	top: 158px;
	left: 0;
	background-position:20% 0%;
}

.photo-gallery .right-part .item-3 {
	height: 170px;
	width: 49.7%;
	top: 158px;
	right: 0;
}

.photo-gallery .right-part .item-4 {
	height: 106px;
	width: 49.7%;
	top: 331px;
	right: 0;
}

.photo-gallery .right-part .item-1 {
	height: 156px;
	width: 100%;
	top: 0;
	right: 0;
}

.visual-banner {
	background-size: cover;
	min-height: 500px;
	position: relative;
	background-position: 50% 50%;
}

.visual-banner h1 {
	position: absolute;
	bottom: 70px;
	z-index: 99;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 500;
	font-size: 45px;
}

.visual-banner a {
	color: #fff;
	text-transform: capitalize;
	pointer-events: none;
   	cursor: default;
}

.visual-banner a:hover {
	text-decoration: none;
}

.visual-banner:after {
    content: '';
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.51) 28%, rgba(0, 0, 0, 0.26) 57%, rgba(0, 0, 0, 0.1) 79%, transparent 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.51) 28%, rgba(0, 0, 0, 0.26) 57%, rgba(0, 0, 0, 0.1) 79%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 9;
}

.SectionLink {
	text-transform: capitalize;
}

.crumb-block {
	background: #fff;
	padding: 10px 0;
	color: #009ce2;
	font-size: 12px;
}

.crumb-block a {
	color: #484848;
}

.content-block {
	margin: 30px 0;
}

.content-block .left-col,
.content-block .right-col {
	float:left;
	position: relative;
}

.content-block .left-col:after,
.content-block .right-col:after {
	width: 140px;
	height: 10px;
	content: "";
	left: 0;
	top: 0;
	background: #009ce2;
	position: absolute;
}

.content-block .right-col:after {
	width: 100%;
}

.content-block .left-col {
	width: 75%;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}

.content-block .left-col .buffer {
	padding: 30px;
	background: #fff;
}

.content-block .left-col .buffer h2 {
	display:block !important;
	font-size: 32px;
}

.content-block .right-col {
	width:25%;
	background: #fff;
	padding: 30px;
}

.content-block .right-col h1 {
	font-size: 22px;
	font-weight: 900;
}

.content-block .right-col ul {
	padding:0;
	margin:0;
}

.content-block .right-col ul li {
	list-style-type: none;
	padding: 5px 0;
}

.content-block .right-col ul li a:hover {
	color: #484848;
	text-decoration: none;
}

.connected-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	padding: 27px 0 38px;
	border-top: 10px solid #009ce2;
}

.connected-block .section-heading {
	margin: 0 0 31px;
}

.connected-block .section-heading h2 {
	color: #fff;
}

.connected-block .email-form button[type="submit"] {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	background: none;
	color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	padding: 10px;
	outline: none;
	min-width: 185px;
	margin-bottom: 12px;
}

.connected-block .email-form button[type="submit"]:hover {
	background: #fff;
	color: #484848;
}

.connected-block .email-form input:not([type=submit]) {
	outline: none;
	background: #fff;
	border: none;
	height: 42px;
	margin-bottom: 29px;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 21px 8px;
	width: 100%;
}

.map-block {
	color: #484848;
	margin-top: -10px;
	position: relative;
	z-index: 2;
}

.map-block a {
	color: #484848;
}

.map-block .map-holder {
	height: 181px;
}

.map-block .map {
	height: 100%;
}

.map .map-canvas {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.map-block .popup-marker .open {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 44px;
	color: #009ce2;
	display: block;
}

.map-block .popup-marker .open:before {
	content: "\e904";
	color: #484848;
}

.map-block .popup-marker .open:hover {
	text-decoration: none;
}

.map-block .map-info {
	border-top: 10px solid #009ce2;
	padding: 47px 27px 3px;
}

.map-block .section-heading {
	margin: 0 0 6px;
}

.map-block .accordion a:hover {
	color: #0079af;
	text-decoration: none;
}

.map-block .accordion li {
	margin-bottom: 14px;
}

.map-block .accordion .opener {
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 18px;
	color: #009ce2;
	font-family: "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 4px;
}

.map-block address {
	font-style: normal;
	margin: -3px 0 0;
	font-size: 14px;
	line-height: 24px;
}

@media (min-width: 480px) {
	.main-slideshow .bg-image {
		padding-top: 64%;
	}
}

@media (min-width: 640px) {
	.photo-gallery .left-part {
		margin-bottom: 8px;
	}

	.photo-gallery .left-part .frame {
		height: 1047px;
	}

	.photo-gallery .left-part .item-1 {
		height: 666px;
	}

	.photo-gallery .left-part .item-2 {
		height: 408px;
	}

	.photo-gallery .left-part .item-3 {
		height: 253px;
		top: 413px;
	}

	.photo-gallery .left-part .item-4 {
		height: 370px;
		top: 675px;
	}

	.photo-gallery .center-part {
		height: 745px;
		margin-bottom: 8px;
		padding: 228px 0;
	}

	.photo-gallery .center-part .item {
		height: 228px;
	}

	.photo-gallery .center-part .title-box .holder {
		height: 284px;
	}

	.photo-gallery .center-part .title-box .section-heading {
		margin-bottom: 21px;
	}

	.photo-gallery .right-part .frame {
		height: 1054px;
	}

	.photo-gallery .right-part .item-2 {
		height: 666px;
		top: 377px;
	}

	.photo-gallery .right-part .item-3 {
		height: 408px;
		top: 377px;
	}

	.photo-gallery .right-part .item-4 {
		height: 253px;
		top: 791px;
	}

	.photo-gallery .right-part .item-1 {
		height: 370px;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 4px 0 0;
	}

	#header .logo {
		margin: 0 0 -41px -3px;
	}

	#header .logo .large {
		display: block;
	}

	#header .logo .small {
		display: none;
	}

	#header .search-opener {
		width: 35px;
		height: 35px;
		margin: -1px 0 0;
	}

	#header .search-opener.close {
		margin: 0 15px 0 0;
	}

	#header .search-opener .icon-search {
		font-size: 24px;
	}

	#header .search-box fieldset {
		padding: 0 0 0 16px;
	}

	.nav-close,
	.nav-opener {
		margin: 1px -1px 0 0;
	}

	.nav-close span,
	.nav-opener span {
		margin: -1px 0 0;
	}

	.nav-close:before,
	.nav-close:after {
		top: 8px;
	}

	#nav .navigation li.last a {
		display: inline-block;
		vertical-align: top;
	}

	.info-section {
		padding: 0 0 41px;
	}

	.list-info {
		margin: -26px 6px 0;
		font-size: 22px;
		line-height: 26px;
	}

	.list-info li {
		padding: 0 15px 15px;
		width: 33.333%;
	}

	.list-info li a {
		padding: 37px 30px 28px;
	}

	.list-info .text {
		margin-bottom: 22px;
	}

	.list-info [class^="icon-"] {
		font-size: 108px;
	}

	.list-info [class^="icon-"]:after {
		min-height: 96px;
	}

	.content-section {
		padding: 67px 0;
	}

	.section-heading {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 28px;
	}

	.section-heading h2 {
		font-size: 48px;
	}

	.social-networks {
		font-size: 63px;
		line-height: 64px;
		margin-bottom: 24px;
	}

	#footer {
		padding: 38px 0 31px;
		font-size: 16px;
		line-height: 18px;
	}

	.footer-list {
		margin: 0 0 12px;
	}

	.main-slideshow .slide {
		min-height: 569px;
	}

	.main-slideshow .bg-image {
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.main-slideshow .text-block {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, .6);
		padding: 14px 0 45px;
		line-height: 24px;
	}

	.main-slideshow .title {
		font-size: 36px;
		line-height: 50px;
		margin: 0 0 1px;
	}

	.main-slideshow .pagination {
		right: 52px;
	}

	.news-wrap {
		margin: 0 0 12px;
	}

	.news-wrap .col {
		padding: 0 0 32px;
	}

	.news-item {
		padding: 32px 29px 33px;
	}

	.news-item:after,
	.content-block .left-col:after {
		width: 354px;
	}

	.news-item h3 {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 16px;
	}

	.news-item time {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 8px;
	}

	.news-item p {
		margin: 0 0 26px;
	}

	.news-item .read-more {
		font-size: 24px;
		line-height: 28px;
		margin: 4px -29px 0 0;
		padding-right: 40px;
	}

	.news-item .read-more:after {
		width: 17px;
		bottom: -7px;
		top: -14px;
	}

	.social-hold {
		margin: 0 0 0 -29px;
	}

	.social-hold .socials-list a {
		padding: 2px 4px;
	}

	.connected-block {
		padding: 27px 0 6px;
	}

	.connected-block .section-heading {
		margin: 0 0 27px;
	}

	.connected-block .email-form button[type="submit"] {
		margin: 0;
	}

	.connected-block .email-form input:not([type=submit]) {
		font-size: 16px;
		display: inline-block;
		vertical-align: top;
		width: 70%;
		margin: 0 16px 24px 0;
	}

	.map-block .map-holder {
		height: 436px;
	}

	.map-block .popup-marker .open {
		font-size: 104px;
	}

	.map-block .map-info {
		padding: 45px 27px 3px;
	}

	.map-block .section-heading {
		margin: 0 0 21px;
	}

	.map-block .accordion li {
		margin-bottom: 22px;
	}

	.map-block .accordion .opener {
		font-size: 20px;
		margin: 0 0 3px;
	}

	.map-block address {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 10px 0 5px;
	}

	#header .logo {
		margin: 0 0 -40px;
	}

	.nav-active #header #nav {
		max-height: none;
	}

	#header .search-opener {
		width: 41px;
		height: 43px;
	}

	#nav .navigation li a {
		padding: 9px 0;
	}

	#nav .drop {
		padding: 39px 0 0;
	}

	.info-section {
		padding: 0 0 10px;
	}

	.list-info {
		margin: -26px -22px 0;
		font-size: 20px;
		line-height: 24px;
	}

	.list-info li {
		width: 20%;
		transition: all 0.2s ease-in-out;
	}

	.list-info li:hover {
		margin-top: -5px;
	}

	.list-info li a {
		padding: 37px 15px 28px;
	}

	.list-info [class^="icon-"] {
		font-size: 80px;
	}

	.content-section {
		padding: 78px 0;
	}

	#footer {
		padding: 56px 0 31px;
	}

	#footer .social-networks {
		float: right;
		margin: -27px -7px 0 0;
	}

	.footer-list {
		float: left;
	}

	.main-slideshow .slide {
		min-height: 650px;
	}

	.main-slideshow .text-block {
		line-height: 24px;
		padding: 26px 0 60px;
	}

	.main-slideshow .title {
		margin: 0 0 5px;
		font-size: 42px;
		line-height: 52px;
	}

	.main-slideshow .pagination {
		bottom: 53px;
		right: 15%;
	}

	.main-slideshow .holder {
		padding: 0 114px 0 70px;
	}

	.news-wrap {
		margin: 0 -10px 5px;
	}

	.news-wrap .col {
		float: left;
		width: 50%;
		padding: 0 15px 30px;
	}

	.news-item {
		padding: 32px 29px 44px;
	}

	.news-item:after {
		width: 270px;
	}

	.news-item p {
		margin: 0 0 29px;
	}

	.photo-gallery {
		margin: 0 -999px;
	}

	.photo-gallery .photo-gallery-container {
		width: 1600px;
		margin: 0 auto;
		overflow: hidden;
	}

	.photo-gallery .left-part {
		float: left;
		width: 50%;
		padding-right: 315px;
		margin-bottom: 0;
	}

	.photo-gallery .left-part .frame {
		height: 657px;
	}

	.photo-gallery .left-part .item-1 {
		height: 418px;
	}

	.photo-gallery .left-part .item-2 {
		height: 252px;
	}

	.photo-gallery .left-part .item-3 {
		top: 258px;
		height: 159px;
	}

	.photo-gallery .left-part .item-4 {
		height: 235px;
		top: auto;
		bottom: 0;
	}

	.photo-gallery .center-part {
		height: 657px;
		position: absolute;
		left: 50%;
		margin-left: -310px;
		top: 0;
		width: 620px;
		padding: 188px 0;
		margin-bottom: 0;
	}

	.photo-gallery .center-part .item {
		height: 185px;
	}

	.photo-gallery .right-part {
		float: right;
		width: 50%;
		padding-left: 315px;
	}

	.photo-gallery .right-part .frame {
		height: 657px;
	}

	.photo-gallery .right-part .item-2 {
		height: 418px;
		top: 238px;
	}

	.photo-gallery .right-part .item-3 {
		height: 255px;
		top: 238px;
	}

	.photo-gallery .right-part .item-4 {
		height: 160px;
		top: auto;
		bottom: 0;
	}

	.photo-gallery .right-part .item-1 {
		height: 235px;
	}

	.connected-block {
		padding: 27px 0 55px;
	}

	.connected-block .section-heading {
		margin: 0 0 14px;
	}

	.connected-block .email-form {
		display: inline-block;
		vertical-align: middle;
		width: 72%;
		margin: 0 40px 0 0;
	}

	.map-block {
		padding: 0;
	}

	.map-block .map-holder {
		display: block;
		float: right;
		width: 50%;
		height: 442px;
		min-height: 453px;
	}

	.map-block .map-info {
		float: left;
		width: 50%;
		padding: 51px 27px 3px;
	}

	.map-block .map-info .frame {
		margin: 0 0 0 auto;
		max-width: 553px;
	}

	.map-block .map-info h2 {
		margin-right: 0;
	}

	.map-block .section-heading {
		text-align: left;
		max-width: 384px;
		margin: 0 0 31px;
	}

	.map-block .section-heading h2 {
		line-height: 1;
	}

	.map-block address {
		max-width: 300px;
	}
}

@media (min-width: 1300px) {
	#header .search-opener {
		margin: 9px 0 0;
	}

	#nav {
		position: static;
		opacity: 1;
		visibility: visible;
		margin: 0;
		padding: 42px 32px 0 440px;
		background: none;
		box-shadow: none;
	}

	#nav .navigation li {
		display: list-item;
		float: left;
		margin: 0 0 0 10px;
		position: relative;
		padding: 0;
	}

	#nav .navigation li.last a {
		border-radius: 0;
	}

	#nav .navigation li:first-child {
		margin-left: 10px;
	}

	#nav .navigation li.active a:hover {
		color: #009ce2;
	}

	#nav .navigation li a {
		display: block;
	}

	#nav .drop {
		position: absolute;
		top: 49px !important;
		width: 200px !important;
		left: 50% !important;
		height: auto !important;
		padding: 39px 0 0;
		border-bottom: 5px solid #009ce2;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#nav .drop ul {
		border-top: 5px solid #484848;
	}

	.list-info {
		font-size: 22px;
	}

	.list-info [class^="icon-"] {
		font-size: 108px;
	}

	.connected-block .email-form input:not([type=submit]) {
		width: 75%;
	}
}

@media (min-width: 1410px) {
	#nav .navigation li {
		margin: 0 0 0 16px;
	}

	#nav .navigation li:first-child {
		margin-left: 15px;
	}
}

@media (max-width: 1299px) {
	#header .search-box .icon-search {
		font-size: 20px;
		line-height: 20px;
	}

	.nav-close,
	.nav-opener {
		display: block;
	}

	.nav-close:before,
	.nav-close:after,
	.nav-close span,
	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		border-radius: 1px;
	}

	#nav .nav-holder {
		max-height: 67vh;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	#nav .nav-holder:after {
		content: "";
		left: 0;
		right: 0;
		top: 0;
		height: 80px;
		position: absolute;
		background: #e5e5e5 url(../images/bg-frame.jpg);
		z-index: 10;
	}

	#nav .navigation {
		font-size: 36px;
		line-height: 38px;
		padding: 78px 0 27px;
		text-align: center;
	}

	#nav .navigation li:hover a span,
	#nav .navigation li.hover a span {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		top: 11px;
	}

	#nav .navigation li.active-drop a {
		color: #009ce2;
	}

	#nav .navigation li.active-drop a:not(:only-child):after {
		content: "-";
		font-size: 40px;
	}

	#nav .navigation li.active a {
		background: none;
		padding: 0;
	}

	#nav .navigation li a:not(:only-child):after {
		content: "+";
	}

	#nav .navigation li a span {
		display: inline-block;
		vertical-align: top;
		width: 12px;
		height: 12px;
		background: none;
		overflow: hidden;
		position: relative;
		bottom: auto;
		top: 5px;
		margin: 0;
		left: 14px;
		border-radius: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#nav .navigation li a span:before,
	#nav .navigation li a span:after {
		display: none;
	}

	#nav .drop {
		width: 100%;
		padding: 0;
		border: none;
	}

	#nav .drop ul {
		padding: 3px 5px 0;
		margin: 0 0 -7px;
		background: none;
	}

	#nav .drop ul a {
		color: #484848 !important;
	}
}

@media (max-width: 1023px) {
	.nav-close {
		font-size: 16px;
		height: 21px;
	}

	#nav .drop ul {
		font: 14px/21px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	#nav .drop ul a {
		text-transform: capitalize;
	}

	#footer {
		text-align: center;
	}

	.news-item {
		height: auto !important;
	}

	.map-block .popup-marker .open {
		margin: -15px 0 0 -5px;
	}

	.map-block .map-info {
		text-align: center;
	}

	.content-block .left-col, 
	.content-block .right-col {
	    float: none;
	    position: relative;
	    width: 100%;
	}

	.content-block .left-col {
		margin: 0 0 30px 0;
		padding: 0;
	}
}

@media (max-width: 767px) {

	.visual-banner {
		min-height: 300px;
	}

	.visual-banner h1 {
		font-size: 30px;
		line-height: 34px;
		bottom: 50px;
	}

	select.nicedrop {
		max-width: 210px;
	}

	#header .search-box {
		z-index: 99999;
	}

	#header .search-box input[type="text"],
	#header .search-box input[type="search"] {
		display: inline-block;
		vertical-align: middle;
		margin: 50px 0 0;
	}

	.nav-close,
	.nav-opener {
		width: 32px;
		height: 24px;
		right: 38px;
	}

	.nav-close:before,
	.nav-close:after,
	.nav-close span,
	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		height: 4px;
		margin: 0;
	}

	.nav-close:after,
	.nav-opener:after {
		top: 21px;
	}

	.nav-close {
		right: 14px;
		font-size: 16px;
		top: 35px;
		right: 22px;
		width: 69px;
	}

	.nav-close:before,
	.nav-close:after {
		width: 20px;
		top: 10px;
		right: 4px;
	}

	#nav .navigation {
		padding: 79px 0 25px;
		font-size: 22px;
		line-height: 26px;
	}

	.main-slideshow .text-block {
		font-size: 14px;
	}

	.main-slideshow .pagination {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.news-item {
		font-size: 14px;
		line-height: 24px;
	}

	.news-item .bottom-hold {
		text-align: center;
	}

	.social-hold {
		clear: both;
	}
}

