/*! 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;
}

@-ms-viewport {
	width: device-width;
}

.noHover{
    pointer-events: none;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

.visible-print {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}

.visible-print-inline {
	display: none !important;
}

.visible-print-inline-block {
	display: none !important;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?yee21y");
	src: url("../fonts/icomoon.eot?yee21y#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?yee21y") format("truetype"), url("../fonts/icomoon.woff?yee21y") format("woff"), url("../fonts/icomoon.svg?yee21y#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icons-"],
[class*=" icons-"] {
	/* 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;
}

.icons-check-list:before {
	content: "\e912";
}

.icons-question:before {
	content: "\e90e";
}

.icons-smartphone:before {
	content: "\e90f";
}

.icons-avatar:before {
	content: "\e910";
}

.icons-email:before {
	content: "\e911";
}

.icons-google:before {
	content: "\e900";
}

.icons-pinterest:before {
	content: "\e901";
}

.icons-linkedin:before {
	content: "\e902";
}

.icons-twitter:before {
	content: "\e903";
}

.icons-facebook:before {
	content: "\e904";
}

.icons-pin:before {
	content: "\e905";
}

.icons-mail2:before {
	content: "\e90d";
}

.icons-arrow:before {
	content: "\e906";
}

.icons-mail:before {
	content: "\e907";
}

.icons-people:before {
	content: "\e908";
}

.icons-phone:before {
	content: "\e909";
}

.icons-search:before {
	content: "\e90a";
}

.icons-time:before {
	content: "\e90b";
}

.icons-fax:before {
	content: "\e90c";
}

.check-list {
	width: 50px;
	height: 52px;
}

.check-list img {
	vertical-align: top;
}

@font-face {
	font-family: "Helvetica";
	src: url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica";
	src: url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica";
	src: url("../fonts/HelveticaNeueLTStd-Th.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Th.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Proxima";
	src: url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h {
	display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	color: inherit;
	font-family: "Helvetica", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 .5em;
}

.heading-block h1,
.heading-block .h1,
.heading-block
  h2,
.heading-block .h2,
.heading-block
  h3,
.heading-block .h3,
.heading-block
  h4,
.heading-block .h4,
.heading-block
  h5,
.heading-block .h5,
.heading-block
  h6,
.heading-block .h6,
.heading-block
  .h {
	text-transform: uppercase;
	margin-bottom: 0;
}

.heading-row h1,
.heading-row .h1,
.heading-row
  h2,
.heading-row .h2,
.heading-row
  h3,
.heading-row .h3,
.heading-row
  h4,
.heading-row .h4,
.heading-row
  h5,
.heading-row .h5,
.heading-row
  h6,
.heading-row .h6,
.heading-row
  .h {
	margin-bottom: 0;
}

.section-inline-holder h1,
.section-inline-holder .h1,
.section-inline-holder
  h2,
.section-inline-holder .h2,
.section-inline-holder
  h3,
.section-inline-holder .h3,
.section-inline-holder
  h4,
.section-inline-holder .h4,
.section-inline-holder
  h5,
.section-inline-holder .h5,
.section-inline-holder
  h6,
.section-inline-holder .h6,
.section-inline-holder
  .h {
	color: #1c86c1;
	margin-bottom: 5px;
}

h1.text-info,
.h1.text-info,
h2.text-info,
.h2.text-info,
h3.text-info,
.h3.text-info,
h4.text-info,
.h4.text-info,
h5.text-info,
.h5.text-info,
h6.text-info,
.h6.text-info,
.h.text-info {
	color: #1c86c1;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: .45em;
}

.box h2,
.box .h2 {
	text-transform: none;
}

.tabs-section h2,
.tabs-section .h2 {
	margin-bottom: .8em;
}

h3,
.h3 {
	font-size: 23px;
}

h4,
.h4 {
	font-size: 20px;
}

.block-text h4,
.block-text .h4 {
	margin-bottom: .25em;
}

h5,
.h5 {
	font-size: 100%;
	margin-bottom: 1.1em;
}

h5 .section-block,
.h5 .section-block {
	font-size: 94.44%;
}

h6,
.h6 {
	font-size: 90%;
}

p {
	margin: 0 0 1em;
}

.inner p {
	margin-bottom: 1.5em;
}

a {
	color: #1c86c1;
	text-decoration: none;
	-webkit-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:hover {
	color: #333;
}

.accordion-booking,
.top-panel ul,
.menu,
.info-box .content-holder ul,
.carousel .pagination ul,
.service-box ul,
.has-icons-list,
.list-box > ul,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.jcf-file:after,
.form-row:after,
.select-box:after,
.tabs-container:after,
.buttons-holder:after,
.tabs-section:after,
.tabset-services:after,
.container:after,
.container-sm:after,
.container-820:after,
.container-950:after,
.service-box ul:after,
.two-blocks:after,
.has-icons-list > li:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.list-unstyled {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
}

.list-unstyled li {
	list-style: none outside;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	letter-spacing: -5px;
	margin-left: -4px;
}

.list-inline > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px 5px;
}

.list-inline > li > * {
	letter-spacing: 0;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-default {
	color: #333;
}

.text-info {
	color: #1c86c1;
}

.text-warning {
	color: #e67e22;
}

.text-primary {
	color: #06537d;
}

.text-light {
	color: #929292;
}

.text-gray {
	color: #7d7f7e;
}

.img-circle {
	border-radius: 50%;
}

.circle {
	line-height: 1;
}

.circle img {
	border: 1px solid #fff;
	border-radius: 50%;
	vertical-align: top;
}

.img-rounded {
	border-radius: 4px;
}

.hidden {
	position: absolute !important;
	left: -9999px !important;
	top: auto;
	width: 1px;
	height: 1px;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.embed-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	height: 0;
	overflow: hidden;
	margin: 0 0 15px;
}

.box-holder-right .embed-responsive {
	margin-bottom: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video,
.embed-responsive img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.visual-container iframe,
.visual-container
embed,
.visual-container
object,
.visual-container
video {
	width: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
.list-circle {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1.2em;
}

ul > li,
.list-circle > li {
	position: relative;
}

ul > li:before,
ul > li:after,
.list-circle > li:before,
.list-circle > li:after {
	content: "";
	position: absolute;
	z-index: 2;
}

ul {
	font-size: 88.888889%;
	line-height: 1.125;
}

ul > li {
	padding: 0 0 10px 18px;
}

ul > li:before,
ul > li:after {
	height: 0;
	width: 0;
    top: 0;
	left: 2px;
}

ul > li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

ul > li:after {
	border-left-color: #acabab;
	left: 6px;
	z-index: 1;
}

.top-panel ul > li {
	padding-bottom: 0;
}

.list-circle > li {
	padding-bottom: 2px;
}

.list-circle > li:before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #21b0e2;
	top: 7px;
	left: 1px;
}

.list-circle > li:after {
	display: none;
}

p + ul {
	margin-top: -8px;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

/* custom radio styles */

.jcf-radio {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 50%;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .07);
	margin: 0 2px 3px 0;
}

.jcf-radio span {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	display: none;
	background: #1c86c1;
	border-radius: 50%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block !important;
	vertical-align: top;
	position: relative;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	margin: 0 0 12px;
	height: 36px;
}

.select-box .jcf-select {
	margin-bottom: 0;
}

.form-control .jcf-select {
	width: 100%;
}

.jcf-select.jcf-focus {
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .04);
}

.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;
	display: block;
	font-size: 14px;
	line-height: 36px;
	margin: 0 26px 0 10px;
}

.select-box .jcf-select .jcf-select-text {
	margin-right: 16px;
}

.jcf-select .jcf-select-opener {
	background: #fff;
	border-radius: 0 4px 4px 0;
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 6px;
}

.select-box .jcf-select .jcf-select-opener {
	width: 18px;
}

.jcf-select .jcf-select-opener:after {
	height: 0;
	width: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #56575a;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	margin-top: -3px;
}

.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-tabset-select .jcf-select-text {
	font-size: 100%;
}

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-drop .jcf-select-drop-content {
	border: 1px solid #0c8dca;
	border-radius: 4px;
	overflow: hidden;
}

/* 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;
	font-size: 14px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	font-size: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	padding-left: 0;
	padding-bottom: 0;
	overflow: hidden;
	display: block;
}

.jcf-list ul li:before,
.jcf-list ul li:after {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 15px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.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;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #0c8dca;
	color: #fff;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	line-height: 31px;
	height: 31px;
}

.file .jcf-file .jcf-fake-input {
	float: right;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #bcbcbc;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .07);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .07) 0%, rgba(0, 0, 0, .07) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, .07) 0%, rgba(0, 0, 0, .07) 100%);
	border-radius: 4px;
	margin: 0 21px 0 0;
	padding: 0 10px;
	font-size: 16px;
	line-height: 28px;
	height: 31px;
	width: 172px;
	text-align: center;
	text-transform: capitalize;
}

.file .jcf-file .jcf-upload-button {
	float: left;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #0c8dca !important;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea,
select {
	-webkit-border-radius: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	padding: 9px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	height: 36px;
	margin: 0 0 12px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
	border-color: #0c8dca;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, .04);
}

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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #bbb;
}

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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	opacity: 1;
	color: #bbb;
}

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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #bbb;
}

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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #bbb;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder,
select.placeholder {
	color: #bbb;
}

.form-control input[type="text"],
.form-control
  input[type="tel"],
.form-control
  input[type="email"],
.form-control
  input[type="search"],
.form-control
  input[type="password"],
.form-control
  input[type="url"],
.form-control
  input[type="date"],
.form-control
  textarea,
.form-control
  select {
	width: 100%;
}

.contact-form input[type="text"],
.contact-form
  input[type="tel"],
.contact-form
  input[type="email"],
.contact-form
  input[type="search"],
.contact-form
  input[type="password"],
.contact-form
  input[type="url"],
.contact-form
  input[type="date"],
.contact-form
  textarea,
.contact-form
  select {
	border-radius: 0;
	border-color: #bbb;
}

select {
	-webkit-border-radius: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 102px;
	min-height: 102px;
	padding-top: 12px;
}

.contact-form textarea {
	height: 130px;
	min-height: 130px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}

.contact-form button,
.contact-form
  input[type="button"],
.contact-form
  input[type="reset"],
.contact-form
  input[type="file"],
.contact-form
  input[type="submit"] {
	border-radius: 0;
}

label,
.label {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	line-height: 1.1666667;
	margin: 0 0 10px;
}

.booking-form {
	line-height: 1.1666667;
}

.booking-form .subtitle {
	line-height: 1.222222;
	display: block;
	margin: 0 0 10px;
}

.booking-form .radio-block {
	padding: 8px 0 5px;
}

.booking-form .radio-block label {
	font-size: 16px;
}

.booking-form .radio-block .label {
	font-size: 15px;
}

.booking-form .panel-heading .subtitle,
.booking-form .heading-block .subtitle {
	margin-bottom: 0;
}

.form-row .col-12 {
	width: 100%;
}

.form-control {
	display: block;
	position: relative;
}

.select-box {
	margin: 0 0 12px;
}

.select-box [class^="col-"] {
	float: left;
	width: 33.3333%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.select-box [class^="col-"]:first-child .jcf-select {
	border-left-width: 1px;
	border-radius: 4px 0 0 4px;
	border-left-color: #c0c0c0;
}

.select-box [class^="col-"]:first-child .jcf-select.jcf-focus {
	margin-left: 0;
}

.select-box [class^="col-"]:last-child .jcf-select {
	border-radius: 0 4px 4px 0;
}

.select-box .jcf-select {
	border-left-width: 0;
	border-radius: 0;
	display: block;
}

.select-box .jcf-select.jcf-focus {
	border-left-width: 1px;
	margin-left: -1px;
}

.radio-block + .radio-block {
	padding-top: 0;
}

.radio-list {
	margin: 0 0 8px;
}

.radio-list > li {
	padding-left: 0;
	padding: 0;
}

.radio-list > li:before,
.radio-list > li:after {
	display: none;
}

.radio-list label {
	font-size: 16px;
	font-weight: 300;
}

form .info {
	color: #282828;
	font-size: 15px;
	line-height: 1.7333333;
	display: block;
	margin: 0 0 12px;
}

.form-control + .info {
	margin-top: -5px;
}

.captcha-class {
	width: auto;
}

.btn-block {
	padding: 10px 0;
}

.contact-form {
	padding: 0 0 10px;
}

.contact-form .form-control {
	color: #bbb;
}

.contact-form .form-control input,
.contact-form .form-control textarea {
	padding-left: 30px;
}

.contact-form .form-control [class^="icons-"] {
	width: 27px;
	height: 18px;
	border-right: 1px solid #dcdcdc;
	color: inherit;
	font-size: 14px;
	position: absolute;
	z-index: 2;
	top: 9px;
	left: 0;
}

.contact-form .form-control [class^="icons-"]:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: -1px 0 0;
}

.contact-form .form-control .icons-email {
	font-size: 10px;
}

.contact-form .form-control .icons-email:before {
	margin-top: 0;
}

.file {
	font-weight: 300;
}

.file-row {
	padding: 0 0 12px;
}

.file-row [class^="col-"] {
	margin: 5px 0 0;
}

.file-row [class^="col-"]:first-child {
	margin-top: 0;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset-booking > li,
.accordion-booking > li {
	padding-left: 0;
	padding: 0;
}

.tabset-booking > li:before,
.tabset-booking > li:after,
.accordion-booking > li:before,
.accordion-booking > li:after {
	display: none;
}

.tabset-booking > li {
	margin: 0 0 10px;
}

.tabset-booking .active-tab > a,
.tabset-booking a:hover {
	background-color: #1c86c1;
	color: #fff;
}

.tabset-booking a {
	border-left: 10px solid #1c86c1;
	border-radius: 4px;
	background: #fff;
	display: block;
	padding: 1em;
}

.accordion-booking .active-slide > .opener,
.accordion-booking .opener:hover {
	background: #1c86c1;
	color: #fff;
}

.buttons-holder {
	text-align: center;
	margin: 0 -7px 15px;
}

.buttons-holder .btn,
.buttons-holder .btn-sm {
	margin: 0 7px 10px;
	float: right;
}

.buttons-holder .btn:first-child,
.buttons-holder .btn-sm:first-child {
	float: left;
}

.tabs-section {
	line-height: 1.444444;
	overflow: hidden;
}

.tabset-services {
	font-size: inherit;
}

.tabset-services > li {
	padding-left: 0;
	padding-bottom: 19px;
}

.tabset-services > li:before,
.tabset-services > li:after {
	display: none;
}

.tabset-services a {
	color: #1c86c1;
    cursor: pointer;
	background: #f8f8f8;
	display: block;
	font-size: 111.11%;
	font-weight: 700;
	line-height: 1.2;
	padding: 18px 4px 19px 15px;
}

.tabset-services li.active-tab > a,
.tabset-services a:hover {
	color: #fff;
	background-color: #e67e22;
}

.tabset-select,
.jcf-select-tabset-select {
	margin: 0 auto 30px;
	display: block;
	max-width: 320px;
	font-size: 100%;
}

html {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.inner {
	font-weight: 300;
}

.inner-gray {
	background-color: #f1f4f5;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	display: table-cell;
}

.container,
.container-sm,
.container-820,
.container-950 {
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.container {
	max-width: 1190px;
}

.container-sm {
	max-width: 1030px;
}

.container .container-820,
.container-sm .container-820,
.container
.container-950,
.container-sm
.container-950 {
	padding-left: 0;
	padding-right: 0;
}

.container-820 {
	max-width: 820px;
}

.container-950 {
	max-width: 950px;
}

.bg-stretch {
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.text-align-right .bg-stretch {
	background-position: 0 50%;
}

.text-align-left .bg-stretch {
	background-position: 100% 50%;
}

.top-panel {
	display: none;
	padding: 9px 0 10px;
	background: #56575a;
	overflow: hidden;
}

.top-panel ul li {
	display: inline-block;
	vertical-align: middle;
}

.top-panel ul li:before,
.top-panel ul li:after {
	display: none;
}

.top-panel ul a {
	color: inherit;
}

.top-panel ul a:hover {
	color: #32b1de;
}

.social-networks {
	float: left;
	color: #d5d5d5;
}

.social-networks li {
	padding-left: 0;
	position: relative;
}

.social-networks li:before,
.social-networks li:after {
	display: none;
}

.social-networks li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #494a4c;
}

.social-networks a {
	font-size: 13px;
	padding: 0 9px 0 4px;
}

.social-networks .icons2 {
	font-size: 15px;
}

.contacts {
	float: right;
	color: #fff;
	font-size: 15px;
}

.contacts li {
	padding-left: 26px;
	position: relative;
}

.contacts li:before,
.contacts li:after {
	display: none;
}

.contacts a {
	letter-spacing: -.3px;
}

.contacts li a:hover {
	color: #88d2fd !important;
}

.contacts i {
	position: absolute;
	color: #88d2fd;
	left: 8px;
	font-size: 13px;
	top: 1px;
}

#header {
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	min-height: 151px;
}

#header .logo {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.nav-opener {
	float: right;
	width: 46px;
	height: 38px;
	background: #000;
	background: transparent;
	position: relative;
	border-radius: 3px;
	z-index: 5;
	margin-top: 9px;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-opener:hover span,
.nav-opener:hover:before,
.nav-opener:hover:after {
	background: #1c86c0;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #1c86c0;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 11%;
	right: 11%;
	height: 4px;
	margin-top: -4px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto 5px;
	background: #fff;
	top: 10px;
	z-index: 10;
	width: 110px;
}

#header .logo {
	width: auto;
}

.logo a {
	display: block;
	width: 110px;
}

#header .logo a {
	padding: 16px;
	width: 167px;
}

#header .logo {
	margin-bottom: 0;
}

.logo img {
	width: 100%;
}

.mobile-drop {
	padding-top: 25px;
	position: absolute;
	width: 100%;
	left: 100%;
	right: 0;
	background: rgba(33, 176, 226, .9);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	top: 151px;
	min-height: calc(100vh - 151px);
	z-index: 9999;
}

.dropdown-content {
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	display: none;
	min-width: 300px;
	position: absolute;
	z-index: 100;
}

.dropdown-content a {
	color: black;
	display: block;
	padding: 12px 16px !important;
	text-decoration: none;
	text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
	display: block;
}

.resize-active .mobile-drop {
	-webkit-transition: 0s ease;
	transition: 0s ease;
}

.nav-active .mobile-drop {
	left: 0;
	right: 0;
}

.menu {
	font-size: 18px;
	text-align: center;
}

.menu li {
	padding-left: 0;
	position: relative;
	letter-spacing: .4px;
}

.menu li:before,
.menu li:after {
	display: none;
}

.menu li a {
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	display: block;
}

.menu li a:hover {
	background: #56575a;
}

.dropbtn {
    color: #1c86c1;
    cursor: pointer;
    background: #f8f8f8;
    display: block;
    font-size: 111.11%;
    font-weight: 700;
    line-height: 1.2;
    padding: 18px 4px 19px 15px;
}

.dropdown {
    padding-bottom: 0 !important;
}

.drop-down-list-item a {
    color: #1c86c1;
    background: #f8f8f8d9;
    display: block;
    font-size: 90%;
    font-weight: 400;
    line-height: 1;
    padding: 18px 4px 19px 15px;
    text-decoration: none;
    text-align: left;
}

.drop-down-list-item a:hover {
    background-color: #e67e22a6 !important;
}

.drop-down-list-item {
    color: #1c86c1;
    background: #f8f8f8d9;
    display: none;
    font-size: 90%;
    font-weight: 400;
    line-height: 1;
    padding: 0 !important;
    text-decoration: none;
    text-align: left;
}

.show-drop-down-list-item {
    display: block;
}

.last-item {
    margin-bottom: 19px;
}

.visual {
	/* @include v-align(443px); */
	position: relative;
	text-align: left !important;
	min-height: 443px;
}

.visual .container {
	text-align: left;
}

.visual img {
	width: 100%;
}

.visual .text-wrap {
	text-align: left;
	width: 100%;
}

.visual .text-box {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	max-width: 300px;
	padding: 25px 0;
}

.visual .text-box h1 {
	font-family: "Helvetica", sans-serif;
	font-weight: 100;
	color: #363738;
	font-size: 27px;
	margin-bottom: 18px;
}

.visual .text-box strong {
	letter-spacing: .6px;
}

.btn,
.btn-sm {
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.visual .btn,
.has-icons-list .btn,
.btn-block .btn,
.visual
  .btn-sm,
.has-icons-list
  .btn-sm,
.btn-block
  .btn-sm {
	text-transform: none;
}

.btn.disabled,
.btn-sm.disabled {
	opacity: 0;
	visibility: hidden;
}

.btn {
	font-family: "Helvetica", sans-serif;
	font-weight: 300;
	background: #e67e22;
	color: #fff;
	padding: 14px 25px;
	border-radius: 2px;
	font-size: 15px;
}

.btn:hover {
	background: #339cde;
	color: #fff;
}

.btn + .btn {
	margin-left: 23px;
}

.btn-sm + .btn-sm {
	margin-left: 15px;
}

.btn-sm {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 11px 5px 11px;
	border-radius: 4px;
	max-width: 105px;
	min-width: 105px;
	font-size: 14px;
	font-weight: 600;
}

.btn-info {
	background-color: #1c86c1;
	color: #fff;
}

.btn-info:hover {
	color: #fff;
	background-color: #e67e22;
}

.btn-warning {
	background-color: #e67e22;
	color: #fff;
}

.btn-warning:hover {
	color: #fff;
	background-color: #1c86c1;
}

.info-box {
	background: #56575a;
}

.info-box .content-holder {
	background: #56575a;
	position: relative;
	padding: 16px 15px 16px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.info-box .content-holder.blue {
	background: #1c86c1;
	margin: 0 -15px;
	padding: 16px 15px 67px;
}

.info-box .content-holder .title {
	font-family: "Helvetica", sans-serif;
	font-weight: 100;
	font-size: 24px;
	display: block;
	padding-bottom: 6px;
	letter-spacing: -.3px;
	position: relative;
	z-index: 999;
}

.info-box .content-holder i {
	display: inline-block;
	vertical-align: top;
	font-size: 45px;
	margin-bottom: 12px;
}

.info-box .content-holder ul li {
	padding-left: 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
	padding: 11px 0;
}

.info-box .content-holder ul li:before,
.info-box .content-holder ul li:after {
	display: none;
}

.info-box .content-holder ul li:last-child {
	border: none;
}

.info-box .content-holder .days {
	float: left;
	font-size: 16px;
	display: block;
	letter-spacing: -.2px;
}

.info-box .content-holder .hours {
	float: right;
	font-size: 16px;
	display: block;
	letter-spacing: -.6px;
}

.info-box .content-holder .btn {
	border-radius: 4px;
	font-size: 16px;
	display: block;
	padding: 15px 10px 13px;
	text-transform: uppercase;
}

.info-box .content-holder .btn,
.info-box .content-holder .btn-sm {
	background-color: #fff;
	margin: 17px 0 16px;
	color: #56575a;
}

.info-box .content-holder .btn:hover,
.info-box .content-holder .btn-sm:hover {
	color: #fff;
	background: #e67e22;
}

.info-box .content-holder .btn-sm {
	margin: 0 9px 0 0;
}

.info-box .content-holder .sub-btn {
	float: left;
	color: #fff;
	font-family: "Helvetica", sans-serif;
	font-weight: 300;
	font-size: 17px;
	margin-bottom: 16px;
}

.info-box .content-holder .sub-btn:hover {
	color: #e67e22;
}

.info-box .content-holder .sub-btn.right {
	float: right;
}

.info-box .content-holder p {
	margin-top: 5px;
	letter-spacing: -.2px;
}

.info-box .content-holder .btn-box {
	overflow: hidden;
	margin: 17px -34px 0 -36px;
}

.info-box .content-holder .btn-box .sub-btn {
	font-size: 16px;
	letter-spacing: -.2px;
	width: 100%;
	text-align: center;
}

.section {
	text-align: center;
	padding-top: 53px;
}

.section.bg {
	background: #f4f4f4;
}

.section h2 {
	font-size: 33px;
	font-weight: 300;
	margin-bottom: 36px;
	text-transform: none;
}

.carousel {
	position: relative;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.carousel .mask .slideset {
	width: 99999px;
	float: left;
}

.carousel .mask .slide {
	width: 100%;
	float: left;
}

.carousel .btn-prev,
.carousel .btn-next {
	display: none;
}

.carousel .pagination {
	display: inline-block;
	vertical-align: top;
	padding: 26px 0;
}

.carousel .pagination ul li {
	padding-left: 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}

.carousel .pagination ul li:before,
.carousel .pagination ul li:after {
	display: none;
}

.carousel .pagination ul li.active a {
	background: #6e6e6e;
}

.carousel .pagination ul li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50px;
	border: 1px solid #6e6e6e;
}

.carousel .pagination ul li a:hover {
	background: #6e6e6e;
}

.row {
	margin: 0 -15px;
}

.service-wrap {
	padding: 0 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 38px;
}

.service-box {
	display: inline-block;
	vertical-align: top;
	background: #3493c8;
	overflow: hidden;
	position: relative;
	padding-bottom: 168px;
}

.service-box:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 105px;
	z-index: 0;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 87%, rgba(255, 255, 255, .85) 95%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 87%, rgba(255, 255, 255, .85) 95%, white 100%);
}

.service-box .logo-sm {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.service-box img {
	margin-bottom: -5px;
	width: 100%;
}

.service-box .title {
	font-family: "Proxima", sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 9px;
}

.service-box ul {
	overflow: hidden;
	-webkit-transition: max-height .5s ease,  opacity .4s ease .3s;
	transition: max-height .5s ease,  opacity .4s ease .3s;
}

.service-box ul li {
	padding-left: 0;
	padding-bottom: 11px;
}

.service-box ul li:before,
.service-box ul li:after {
	display: none;
}

.service-box ul li a {
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	position: relative;
}

.service-box ul li a:hover {
	color: #a2a3a7;
}

.service-box ul li a:hover:before {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	height: 0;
	width: 0;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a2a3a7;
	border-top: 4px solid transparent;
}

.service-box ul li a:before {
	height: 0;
	width: 0;
	border-bottom: 4px solid transparent;
	border-left: 4px solid white;
	border-top: 4px solid transparent;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
}

.service-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3493c8;
	padding: 50px 15px 18px;
	-webkit-transition: bottom .3s ease, background .3s ease;
	transition: bottom .3s ease, background .3s ease;
}

.service-content .logo-sm {
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50px;
	padding: 10px;
	border: 3px solid #3493c8;
	width: 81px;
	height: 81px;
}

.service-content .logo-sm img {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slide-wrap {
	padding: 0 5px;
	word-wrap: break-word;
}

.slide-wrap .img-box img {
	margin-bottom: -2px;
	width: 100%;
}

.slide-wrap .text-box {
	font-family: "Ubuntu", sans-serif;
	font-weight: normal;
	background: #fff;
	padding: 24px 29px;
	font-size: 12px;
	line-height: 1.6;
}

.slide-wrap .text-box .title {
	color: #1c86c1;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.block,
.header-section {
	position: relative;
	color: #fff;
}

.block:before,
.header-section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.block .container,
.header-section .container {
	z-index: 2;
}

.block:before {
	background: rgba(33, 176, 226, .8);
}

.block .container {
	min-height: 488px;
	padding-top: 79px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.block .img-holder {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 136px;
	z-index: 2;
}

.block .img-holder img {
	width: 100%;
}

.block .text-holder {
	padding-bottom: 200px;
	line-height: 1.8;
	position: relative;
	font-size: 14px;
	z-index: 999;
}

.block .text-holder h2 {
	font-family: "Helvetica", sans-serif;
	font-weight: 100;
	font-size: 28px;
	letter-spacing: -.6px;
	margin-bottom: 16px;
	line-height: normal;
}

.block .text-holder .btn {
	margin-top: 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: #56575a;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #fff;
	padding: 8px 28px;
	border-radius: 4px;
}

.block .text-holder .btn:hover {
	color: #fff;
	background: #56575a;
}


.block .text-holder p {
	margin-bottom: 3px;
}

.img-holder img,
.img-box img,
.image-box img,
.image-frame img {
	vertical-align: top;
}

.map iframe {
	width: 100%;
	margin-bottom: -4px;
	min-height: 457px;
}

.header-section {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/bg-header-section.png);
	background-color: #1c86c1;
	font-size: 111.11%;
	line-height: 1.2;
}

.header-section h1,
.header-section .h1,
.header-section h2,
.header-section .h2,
.header-section h3,
.header-section .h3 {
	margin: 15px 0 0;
	max-width: 70%;
	text-transform: capitalize;
}

.header-section p {
	margin: 0;
}

.header-section .container:after {
	content: "";
	background: #56575a;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -999px;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.header-section:before {
	display: none;
}

.header-section .holder {
	padding: 15px 0;
	position: relative;
	z-index: 2;
}

.header-section .img-holder {
	position: absolute;
	bottom: 0;
	right: 20px;
}

.header-section .img-holder img {
	width: 100%;
}

.header-section .holder-block {
	position: relative;
	z-index: 2;
	max-width: 70% !important;
}

.section-main {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-main,
.section-white,
.section-info {
	position: relative;
}

.section-white {
	background: #fff;
}

.section-info {
	background: #1c86c1;
	color: #fff;
}

.section-gray {
	color: #fff;
}

.section-gray-light {
	background: #f8f8f8;
}

.heading-block,
.panel-heading {
	text-align: center;
}

.heading-block h1 + p,
.heading-block h1 + .subtitle,
.heading-block .h1 + p,
.heading-block .h1 + .subtitle,
.heading-block h2 + p,
.heading-block h2 + .subtitle,
.heading-block .h2 + p,
.heading-block .h2 + .subtitle,
.heading-block h3 + p,
.heading-block h3 + .subtitle,
.heading-block .h3 + p,
.heading-block .h3 + .subtitle,
.heading-block .h + p,
.heading-block .h + .subtitle,
.panel-heading h1 + p,
.panel-heading h1 + .subtitle,
.panel-heading .h1 + p,
.panel-heading .h1 + .subtitle,
.panel-heading h2 + p,
.panel-heading h2 + .subtitle,
.panel-heading .h2 + p,
.panel-heading .h2 + .subtitle,
.panel-heading h3 + p,
.panel-heading h3 + .subtitle,
.panel-heading .h3 + p,
.panel-heading .h3 + .subtitle,
.panel-heading .h + p,
.panel-heading .h + .subtitle {
	margin-top: 10px;
}

.heading-block p,
.panel-heading p {
	margin: 0;
}

.heading-block .subtitle,
.panel-heading .subtitle {
	margin-bottom: 0;
}

.subtitle {
	line-height: 1.4444444;
	display: block;
	margin: 0 0 1em;
}

.block-text .subtitle {
	margin-bottom: 7px;
}

.heading-block {
	padding: 0 0 20px;
}

.two-blocks .heading-block,
.block-right .heading-block,
.block-left .heading-block,
.container-950 .heading-block {
	max-width: none;
}

.heading-block:only-child {
	padding-bottom: 10px;
}

.heading-block .icon-block,
.heading-block .heading-holder {
	display: inline-block;
	vertical-align: top;
}

.heading-block .icon-block {
	position: relative;
}

.heading-block .heading-holder {
	text-align: left;
	width: 100%;
	padding-left: 88px;
}

.two-blocks .image-box {
	position: relative;
}

.two-blocks .image-box img {
	max-width: 300px;
	position: relative;
	z-index: 2;
}

.two-blocks .image-box .box-logo {
	position: absolute;
	z-index: 1;
	right: 123px;
	left: -999px;
	bottom: -25px;
	padding-right: 318px;
	text-align: right;
}

.two-blocks .image-box .box-logo img {
	border: none;
	box-shadow: none;
	max-width: 314px;
}

.two-blocks.image-right .image-box .box-logo {
	left: 123px;
	right: -999px;
	padding-left: 318px;
	padding-right: 10px;
	text-align: left;
}

.two-blocks .text-block {
	overflow: hidden;
}

.image-box img {
	border: 5px solid #fff;
	box-shadow: 0 4px 54px rgba(0, 0, 0, .1);
}

.image-box.double-bg {
	position: relative;
}

.image-box.double-bg img {
	box-shadow: 0 0 62px rgba(0, 0, 0, .3);
}

.image-box .image-holder {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.double-bg .image-holder:before,
.double-bg .image-holder:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

.double-bg .image-holder:before {
	background: #545558;
}

.double-bg .image-holder:after {
	background: #1a7bb1;
}

.box-logo {
	background: #1c86c1;
	padding: 10px;
}

.box-logo.box-gray {
	background-color: #56575a;
}

.box-logo img {
	opacity: .1;
	vertical-align: top;
}

.heading-row {
	background: #1c86c1;
	color: #fff;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.heading-row:after {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	content: "";
	position: absolute;
	top: 100%;
}

.heading-row.row-gray {
	background-color: #56575a;
}

.heading-row.row-gray:after {
	border-top-color: #56575a;
}

.section-block {
	padding: 15px 0;
}

.section-block p:last-child {
	margin-bottom: 6px;
}

.section-inline-holder {
	margin: 0 0 13px;
}

.section-inline-holder p {
	margin: 0 0 10px;
}

.section-inline-holder .section-inline-block {
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/dashed-border-bg.png);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 0 100%;
	position: relative;
	font-size: 94.44%;
	padding: 0 0 12px;
}

.dashed {
	background-image: url(../images/dashed-border-bg.png);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 0 100%;
	height: 1px;
	border-color: transparent;
}

.panel {
	background: #fff;
}

.panel-heading + .panel-body {
	padding-top: 0;
}

.contact-block {
	font-size: 94.444444%;
	font-weight: 300;
	line-height: 1.235294;
	margin: 0 0 20px;
	position: relative;
}

.contact-block .contacts-list {
	text-align: left;
	margin-bottom: 5px;
}

.logo-circle {
	width: 81px;
	height: 81px;
	white-space: nowrap;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #1c86c1;
	padding: 15px;
}

.logo-circle:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 48px;
}

.logo-circle > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.logo-circle img {
	vertical-align: middle;
	width: 35px;
}

.flex-boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-boxes > .box {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	padding: 15px 20px;
	background: #fff;
}

.flex-boxes .box-info {
	background-color: #1c86c1;
	color: #fff;
}

.flex-boxes .box-gray {
	background-color: #56575a;
	color: #fff;
}

.map-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.has-icons-list {
	font-size: 111.11%;
	padding: 5px 0;
}

.has-icons-list > li {
	padding-left: 0;
	background-image: url(../images/dashed-border-bg.png);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 0 100%;
	padding: 11px 0 13px;
	overflow: hidden;
}

.has-icons-list > li:before,
.has-icons-list > li:after {
	display: none;
}

.has-icons-list > li:last-child {
	background: none;
}

.heading-block + .has-icons-list {
	margin-top: -10px;
}

.has-icon-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.has-icon-text .icon-holder {
	margin: 0 15px 0 0;
}

.icon-holder img {
	vertical-align: top;
	width: 100%;
}

.text-align-right,
.text-align-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-align-right .container,
.text-align-left .container {
	text-align: left;
}

.block-text p {
	margin: 0;
}

.inner .block-text p {
	margin-bottom: 0;
}

.open-closes-container {
	font-size: 15px;
	line-height: 1.6;
}

.open-closes-container .open-close {
	border-top: 1px solid #d9d9d9;
}

.open-closes-container .open-close:first-child {
	border-top-color: transparent;
}

.open-closes-container .open-close.active {
	background: #f8f8f8;
}

.open-closes-container .open-close p {
	margin: 0 0 10px;
}

.open-closes-container .opener {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	font-size: 133.33%;
	line-height: 1.2;
}

.open-closes-container .slide {
	padding: 8px 0 2px;
}

.open-closes-container .active .opener,
.open-closes-container .opener:hover {
	color: #1c86c1;
}

.faq-section .opener {
	padding: 0 0 0 25px;
	position: relative;
}

.faq-section .opener:before {
	content: "Q.";
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 0;
}

.multiple-two-columns,
.multiple-four-columns {
	padding: 5px 0 25px;
}

.multiple-two-columns ul,
.multiple-four-columns ul {
	margin-bottom: 0;
}

.block-text .multiple-two-columns,
.block-text
  .multiple-four-columns {
	padding-top: 20px;
	padding-bottom: 0;
}

.links-list {
	font-size: 100%;
}

.multiple-two-columns .links-list,
.multiple-four-columns .links-list {
	margin-bottom: 0;
}

.links-list > li {
	background-image: url(../images/dashed-border-bg.png);
	background-repeat: repeat-x;
	background-size: 6px 1px;
	background-position: 0 100%;
	background-position: 0 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

.links-list > li:before,
.links-list > li:after {
	top: 9px;
}

.first .links-list > li:first-child {
	background: none;
}

.links-list a {
	color: inherit;
}

.links-list a:hover {
	color: #1c86c1;
}

.image-frame {
	margin: 0 0 30px;
}

.image-frame img {
	position: relative;
	z-index: 1;
	width: 100%;
}

.add-bg-info {
	position: relative;
}

.add-bg-info:before {
	width: 100%;
	height: 100%;
	content: "";
	background: #1c86c1;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 0;
}

#footer {
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
}

.footer-holder {
	overflow: hidden;
	line-height: 1.2;
	margin: 0 auto;
	width: 100%;
	background: #f00;
	padding: 52px 0 0 0;
	background: #56575a;
	color: #c0c0c0;
	font-family: "Helvetica", sans-serif;
	font-weight: 300;
}

.footer-holder a:hover {
	color: #21b0e2;
}

.list-box {
	margin-bottom: 31px;
	float: right;
	width: 83%;
}

.list-box .title {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 19px;
}

.list-box > ul {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.list-box > ul > li {
	padding-left: 0;
	padding: 0 22px 8px;
	position: relative;
}

.list-box > ul > li:before,
.list-box > ul > li:after {
	display: none;
}

.list-box > ul > li a {
	color: inherit;
	font-size: 18px;
}

.list-box .footer-contacts > li {
	padding: 0 36px 10px;
}

.list-box .icons-arrow {
	position: absolute;
	color: #333;
	font-size: 11px;
	left: 2px;
	top: 5px;
}

.footer-contacts li,
.contacts-list li {
	padding-left: 0;
}

.footer-contacts li:before,
.footer-contacts li:after,
.contacts-list li:before,
.contacts-list li:after {
	display: none;
}

.footer-contacts i,
.contacts-list i {
	position: absolute;
	left: 4px;
	top: 2px;
}

.footer-contacts a,
.contacts-list a {
	color: inherit;
}

.footer-contacts a:hover,
.contacts-list a:hover {
	color: #1c86c1;
}

.footer-contacts address,
.contacts-list address {
	font-style: normal;
}

.footer-contacts {
	font-size: 14px;
}

.footer-contacts li {
	font-size: 14px;
	letter-spacing: -.4px;
	padding: 0 36px 10px;
}

.footer-contacts address {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: .4px;
}

.footer-contacts i {
	font-size: 16px;
	color: #2cadd9;
}

.footer-contacts .icons-pin {
	font-size: 18px;
	left: 0;
	top: 4px;
}

.footer-contacts .icons-mail2 {
	font-size: 11px;
	top: 5px;
}

.contacts-list {
	font-size: inherit;
}

.contacts-list * {
	font-size: inherit;
}

.contacts-list > li {
	padding: 0 0 10px 25px;
}

.contacts-list > li:last-child {
	padding-bottom: 3px;
}

.contacts-list i {
	font-size: 18px;
	color: inherit;
}

.contact-block .contacts-list a:hover {
	color: #e67e22;
}

.contacts-list .title {
	margin: 0 5px 0 0;
}

.contacts-list .icons-pin {
	left: 0;
}

.contacts-list .icons-mail2 {
	font-size: 13px;
	top: 5px;
}

.logo-box {
	clear: both;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 22px 0 39px;
	border-top: 1px solid rgba(255, 255, 255, .18);
	text-align: center;
	width: 67%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.7;
}

.logo-box .footer-logo {
	width: 60px;
	display: inline-block;
	vertical-align: top;
}

.logo-box .footer-logo img {
	width: 100%;
}

.logo-box p {
	display: none;
}

.footer-bottom {
	background: #424344;
	padding: 22px 0;
	text-align: center;
	overflow: hidden;
	color: #fff;
}

.footer-nav {
	font-size: 15px;
	overflow: hidden;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-bottom: 10px;
}

.footer-nav li {
	padding-left: 0;
	position: relative;
	padding: 0 14px 0 13px;
	margin-bottom: 9px;
	display: inline-block;
	vertical-align: top;
	margin-left: -1px;
}

.footer-nav li:before,
.footer-nav li:after {
	display: none;
}

.footer-nav li.active a {
	color: #21b0e2;
}

.footer-nav li:first-child:before {
	content: none;
}

.footer-nav li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 13px;
	background: #ababac;
	margin-top: -5px;
}

.footer-nav li a {
	color: inherit;
}

.copyright {
	display: block;
	font-size: 13px;
	text-align: center;
}

.copyright a {
	color: inherit;
}

.referrer-links {
    text-align: center;
    max-width: 400px;
    margin: auto;
}

.referrer-links a {
    display: block;
}

.feed-back-input {
    width: 100%;
}

.not-enough-slides.autorotation-disabled .slideset {
    width: 100% !important;
}

@media only screen and (max-width: 768px) {
    .dropdown:hover .dropdown-content {
        display: block;
        background: transparent;
        box-shadow: none;
        position: relative;
        text-align: center;
    }

    .dropdown-content a {
        text-align: center;
    }

    .list-box > ul > li a {
    	font-size: 15px;
    }
}

@media (min-width: 460px) {
	.info-box .content-holder {
		padding: 16px 79px 16px;
	}

	.info-box .content-holder.blue {
		padding: 16px 98px 67px;
	}

	.info-box .content-holder .btn-box .sub-btn {
		width: auto;
		text-align: left;
	}

	.service-wrap {
		width: 79%;
	}

	.slide-wrap {
		padding: 0 62px;
	}

	.block .img-holder {
		left: 23px;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		width: auto;
	}

	.block .text-holder {
		margin-left: 211px;
		max-width: 730px;
		float: right;
		padding: 0;
	}

	.list-box {
		width: 62%;
	}
}

a.unclikable {
    cursor: default;
    pointer-events: none;
}

@media (min-width: 480px) {
	.multiple-four-columns .links-list > li:first-child {
		background: none;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.header-section .img-holder {
		max-width: 140px;
	}

	.multiple-four-columns .column {
		width: 50% !important;
	}
}

@media (min-width: 768px) {
	.embed-responsive {
		margin-bottom: 20px;
	}

	.form-row {
		margin: 0 -9px;
	}

	.form-row [class^="col-"],
	.form-row .form-col {
		float: left;
		padding: 0 9px;
	}

	.form-row .col-4 {
		width: 33.3333%;
	}

	.form-row .col-6 {
		width: 50%;
	}

	.form-row .col-8 {
		width: 66.6666667%;
	}

	.radio-list > li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 12px 5px 0;
	}

	.radio-list label {
		margin-bottom: 0;
	}

	.btn-block {
		padding-top: 15px;
	}

	.contact-form .btn-block {
		text-align: right;
	}

	.file {
		font-size: 16px;
		line-height: 1.3125;
	}

	.file-row {
		padding-bottom: 18px;
	}

	.tabs-container .tab-content {
		overflow: hidden;
	}

	.tabset-booking {
		width: 210px;
		float: left;
		margin: 0 20px 20px 0;
	}

	.accordion-booking {
		background: #fff;
		overflow: hidden;
		margin: 0 0 20px;
	}

	.accordion-booking .slide {
		height: auto !important;
	}

	.buttons-holder {
		padding: 10px 0 0;
	}

	.tabs-section .container {
		position: relative;
	}

	.tabs-section .container:before {
		content: "";
		width: 1px;
		background: url(../images/dashed-vert-border-bg.png) repeat-y;
		position: absolute;
		top: -200px;
		bottom: -200px;
		left: 343px;
	}

	.tabs-section .tabset-services {
		float: left;
		width: 329px;
		padding: 0 29px 0 0;
		margin: 10px -100% 30px 0;
	}

	.tabs-section .tabset-select,
	.tabs-section .jcf-select-tabset-select {
		display: none !important;
	}

	.tabs-section .tab-content {
		float: right;
		width: 100%;
		padding: 0 0 0 358px;
	}

	.top-panel {
		display: block;
	}

	#header {
		min-height: auto;
	}

	.nav-opener {
		display: none;
	}

	.logo {
		margin-bottom: 10px;
		width: 130px;
	}

	.logo a {
		width: 130px;
	}

	#header .logo a {
		padding: 16px 29px 10px;
		width: 150px;
	}

	.logo {
		top: 0;
	}

	.nav-active .mobile-drop {
		left: 0;
	}

	.mobile-drop {
		top: 121%;
		min-height: calc(100vh - 140px);
	}

	.mobile-drop {
		position: static;
		background: transparent;
		display: inline-block;
		vertical-align: top;
		min-height: auto;
		padding: 0;
	}

	.menu {
		float: left;
		text-align: left;
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.menu.right {
		float: right;
	}

	.menu li.active a {
		color: #32b1de;
	}

	.menu li {
		display: inline-block;
		vertical-align: top;
		padding: 0 7px;
		margin-bottom: 10px;
	}

	.menu li:nth-child(1) {
		border-left: 1px dotted #5e6265;
	}

	.menu li:nth-child(2) {
		border-left: 1px dotted #5e6265;
		border-right: 1px dotted #5e6265;
	}

	.menu li:nth-child(3) {
		border-right: 1px dotted #5e6265;
	}

	.menu li a {
		color: #5e6265;
		padding: 0;
	}

	.menu li a:hover {
		background: transparent;
		color: #32b1de;
	}

	.visual {
		/* @include v-align(570px); */
		min-height: 570px;
	}

	.visual .container {
		white-space: nowrap;
		text-align: center;
	}

	.visual .container:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 570px;
	}

	.visual .container > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.visual .text-box {
		max-width: none;
		padding: 85px 0;
	}

	.visual .text-box h1 {
		font-size: 42px;
		margin-bottom: 24px;
	}

	.btn {
		padding: 14px 48px;
		font-size: 20px;
	}

	.has-icons-list .btn {
		padding-left: 30px;
		padding-right: 30px;
	}

	.section {
		padding-top: 48px;
		padding-bottom: 59px;
	}

	.section h2 {
		margin-bottom: 42px;
		font-size: 44px;
	}

	.carousel .mask {
		height: auto !important;
	}

	.carousel .mask .slideset {
		width: auto !important;
		margin: 0 -8px !important;
	}

    .not-enough-slides.autorotation-disabled .slideset {
        width: 100% !important;
    }

	.carousel .mask .slide {
		width: 33.332% !important;
	}

	.carousel .pagination {
		display: none;
	}

	.service-wrap {
		width: 50%;
		margin-bottom: 42px;
		margin-right: -4px;
	}

	.service-box {
		padding-bottom: 106px;
	}

	.service-box.hover .service-content {
		background: rgba(6, 83, 125, .9);
	}

	.service-box.hover .service-content ul {
		max-height: 400px;
		opacity: 1;
	}

	.service-box .title {
		font-size: 20px;
		margin-bottom: 11px;
	}

	.service-box ul {
		max-height: 0;
		opacity: 0;
	}

	.service-content {
		padding: 61px 15px 10px;
		bottom: 0;
	}

	.slide-wrap {
		padding: 0 8px 47px;
	}

	.slide-wrap .text-box {
		font-size: 14px;
		line-height: 1.8;
		padding: 18px;
	}

	.slide-wrap .text-box .title {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.block .container {
		padding-top: 35px;
	}

	.block .text-holder {
		font-size: 16px;
		margin-right: 19px;
		margin-left: 340px;
	}

	.block .text-holder h2 {
		font-size: 35px;
		margin-bottom: 18px;
	}

	.map iframe {
		min-height: 488px;
	}

	.heading-block .icon-block,
	.heading-block .heading-holder {
		vertical-align: middle;
	}

	.two-blocks .image-box {
		float: left;
	}

	.two-blocks .image-box img {
		max-width: 340px;
	}

	.two-blocks.image-right .image-box {
		float: right;
	}

	.heading-row {
		margin-bottom: 25px;
	}

	.contact-block .logo-circle {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 3;
	}

	.flex-boxes > .box {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		min-width: 50%;
	}

	.flex-boxes > .box:nth-child(3) {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.has-icons-list .frame {
		display: inline-block;
		vertical-align: middle;
		text-align: right;
		margin: 0 -240px 0 0;
		width: 240px;
	}

	.has-icons-list .frame:first-child {
		text-align: left;
		width: 100%;
		padding: 0 280px 0 0;
		margin: 0 -240px 0 0;
	}

	.has-icons-list [class^="btn"] {
		margin-bottom: 0;
	}

	.multiple-two-columns,
	.multiple-four-columns {
		padding-bottom: 30px;
	}

	.multiple-two-columns .links-list > li:first-child {
		background: none;
	}

	.image-frame {
		margin-bottom: 35px;
	}

	.footer-holder {
		padding: 63px 0 0 0;
	}

	.list-box {
		float: left;
		width: 33%;
	}

	.list-box .title {
		font-size: 20px;
	}

	.logo-box .footer-logo {
		width: 137px;
		padding-bottom: 20px;
	}

	.logo-box p {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.header-section .container:after {
		margin: 0 0 0 -90px;
	}

	.block-text {
		padding: 0 0 15px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}

	.visible-sm-block {
		display: block !important;
	}

	.visible-sm-inline {
		display: inline !important;
	}

	.visible-sm-inline-block {
		display: inline-block !important;
	}

	.hidden-sm {
		display: none !important;
	}

	h1,
	.h1 {
		font-size: 38px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h3,
	.h3 {
		font-size: 26px;
	}

	.header-section .holder {
		white-space: nowrap;
		text-align: center;
		text-align: left;
	}

	.header-section .holder:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 180px;
	}

	.header-section .holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.header-section .img-holder img {
		max-height: 196px;
	}

	.section-main,
	.section-white,
	.section-info {
		padding: 30px 0 20px;
	}

	.two-blocks .image-box {
		margin: 10px 20px 15px 0;
	}

	.two-blocks .image-box.double-bg {
		margin-right: 40px;
		margin-bottom: 45px;
	}

	.section-gray-light .two-blocks .image-box {
		margin-top: 50px;
	}

	.two-blocks.image-right .image-box {
		margin: 10px 0 15px 20px;
	}

	.two-blocks.image-right .image-box.double-bg {
		margin-left: 40px;
		margin-bottom: 45px;
	}

	.tabs-container {
		padding: 32px 0;
	}

	.panel-heading {
		padding: 15px;
	}

	.panel-body {
		padding: 15px;
	}

	.panel-footer {
		padding: 15px;
	}

	.flex-boxes > .box {
		padding: 20px 20px 20px 30px;
	}

	.has-icon-text .icon-holder {
		width: 30px;
		margin-right: 20px;
	}

	.text-align-right,
	.text-align-left {
		min-height: 480px;
	}

	.multiple-two-columns .column.first {
		padding: 0 15px 0 0;
	}

	.multiple-two-columns .column.last {
		padding: 0 0 0 15px;
	}
}

@media (min-width: 1024px) {
	.check-list {
		width: 65px;
		height: 67px;
	}

	h4,
	.h4 {
		font-size: 22px;
	}

	.embed-responsive {
		margin-bottom: 25px;
	}

	.file-row {
		padding-bottom: 26px;
	}

	.tabset-booking {
		width: 280px;
	}

	.social-networks li {
		padding-right: 4px;
	}

	.contacts {
		font-size: 15px;
	}

	.contacts li {
		padding-left: 62px;
	}

	.contacts i {
		left: 35px;
		top: 1px;
		font-size: 16px;
	}

	#header {
		height: 142px;
		padding-bottom: 33px;
	}

	.logo {
		margin-bottom: 15px;
		width: 165px;
	}

	.logo a {
		width: 165px;
	}

	#header .logo a {
		padding: 15px 29px 5px;
		width: 226px;
	}

	.logo {
		background: #fff;
	}

	.menu {
		margin-top: 43px;
		font-size: 16px;
		margin-bottom: 0;
	}

	.menu li {
		padding: 0 15px;
	}

	.btn,
	.btn-sm {
		margin-bottom: 15px;
	}

	.btn {
		min-width: 238px;
	}

	.block .btn {
		min-width: 0;
	}

	.btn-sm {
		font-weight: 500;
	}

	.info-box {
		padding-right: 50px;
	}

	.info-box .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.info-box .content-holder {
		text-align: left;
		width: 33.332%;
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 0 0 !important;
		padding: 42px 20px 30px !important;
	}

	.info-box .content-holder .title {
		font-size: 28px;
	}

	.info-box .content-holder i {
		margin: 0;
		position: absolute;
		left: 26px;
		top: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 51px;
		background: inherit;
		border-radius: 50%;
		padding: 31px;
	}

	.info-box .content-holder .btn,
	.info-box .content-holder .btn-sm {
		margin: 15px 0 27px;
	}

	.info-box .content-holder .btn-sm {
		margin: 0 9px 0 0;
	}

	.info-box .content-holder p {
		margin-top: 7px;
	}

	.info-box .content-holder .btn-box {
		margin: 15px -69px 0 0;
	}

	.service-wrap {
		width: 33.332%;
	}

	.slide-wrap .text-box {
		padding: 30px 29px 24px;
	}

	.header-section .holder {
		white-space: nowrap;
		text-align: center;
		text-align: left;
	}

	.header-section .holder:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 200px;
	}

	.header-section .holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.header-section .img-holder img {
		max-height: 230px;
	}

	.heading-block {
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

	.heading-block {
		padding-bottom: 25px;
	}

	.two-blocks .image-box img {
		max-width: 380px;
	}

	.image-box img {
		border-width: 8px;
	}

	.heading-row {
		margin-bottom: 35px;
	}

	.section-block {
		padding: 25px 0;
	}

	.contact-block {
		margin-bottom: 32px;
	}

	.has-icons-list > li {
		padding: 14px 0 16px;
	}

	.heading-block + .has-icons-list {
		margin-top: -14px;
	}

	.multiple-two-columns,
	.multiple-four-columns {
		padding-bottom: 35px;
	}

	.image-frame {
		margin-bottom: 40px;
	}

	.list-box {
		width: 23%;
		margin-bottom: 57px;
	}

	.list-box .title {
		margin-bottom: 23px;
	}

	.logo-box {
		float: left;
		width: 31%;
		clear: none;
		border: none;
		padding: 3px 60px 39px 70px;
		text-align: left;
		margin: 0;
	}

	.footer-nav {
		float: left;
		margin-left: -9px;
		padding-bottom: 0;
	}

	.footer-nav li {
		padding: 0 11px 0 10px;
		margin-bottom: 0;
	}

	.copyright {
		float: right;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}

	.visible-md-block {
		display: block !important;
	}

	.visible-md-inline {
		display: inline !important;
	}

	.visible-md-inline-block {
		display: inline-block !important;
	}

	.hidden-md {
		display: none !important;
	}

	h1,
	.h1 {
		font-size: 48px;
	}

	h2,
	.h2 {
		font-size: 32px;
	}

	h3,
	.h3 {
		font-size: 28px;
	}

	.section-main,
	.section-white,
	.section-info {
		padding: 40px 0 25px;
	}

	.heading-block .icon-block {
		margin: 0 -72px 0 0;
		top: 7px;
	}

	.two-blocks .image-box {
		margin: 15px 35px 20px 0;
	}

	.two-blocks .image-box.double-bg {
		margin-right: 55px;
		margin-bottom: 55px;
	}

	.section-gray-light .two-blocks .image-box {
		margin-top: 65px;
	}

	.two-blocks.image-right .image-box {
		margin: 15px 0 20px 35px;
	}

	.two-blocks.image-right .image-box.double-bg {
		margin-left: 55px;
		margin-bottom: 55px;
	}

	.double-bg .image-holder:before {
		top: -24px;
		left: 24px;
	}

	.double-bg .image-holder:after {
		left: -24px;
		top: 24px;
	}

	.dashed {
		margin: 7px 0 14px;
	}

	.tabs-container {
		padding: 40px 0;
	}

	.panel-heading {
		padding: 20px;
	}

	.panel-body {
		padding: 20px;
	}

	.panel-footer {
		padding: 15px 20px;
	}

	.flex-boxes > .box {
		padding: 25px 20px 25px 40px;
	}

	.has-icon-text .icon-holder {
		width: 40px;
		margin-right: 24px;
	}

	.text-align-right,
	.text-align-left {
		min-height: 520px;
	}

	.multiple-two-columns .column.first {
		padding: 0 30px 0 0;
	}

	.multiple-two-columns .column.last {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}

	.visible-lg-block {
		display: block !important;
	}

	.visible-lg-inline {
		display: inline !important;
	}

	.visible-lg-inline-block {
		display: inline-block !important;
	}

	.hidden-lg {
		display: none !important;
	}

	.check-list {
		width: 92px;
		height: 95px;
	}

	.contact-block h1,
	.contact-block .h1,
	.contact-block
	h2,
	.contact-block .h2,
	.contact-block
	h3,
	.contact-block .h3,
	.contact-block
	h4,
	.contact-block .h4,
	.contact-block
	h5,
	.contact-block .h5,
	.contact-block
	h6,
	.contact-block .h6,
	.contact-block
	.h {
		margin-bottom: .8em;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 32px;
	}

	.inner p {
		margin-bottom: 2.1em;
	}

	ul > li {
		padding-left: 21px;
		padding-bottom: 15px;
	}

	.list-circle > li {
		padding-bottom: 4px;
	}

	.list-circle > li:before {
		top: 13px;
	}

	.list-circle > li {
		padding-left: 22px;
	}

	.jcf-select {
		height: 53px;
		margin-bottom: 17px;
	}

	.jcf-select .jcf-select-text {
		margin-right: 40px;
		margin-left: 15px;
		line-height: 53px;
	}

	.select-box .jcf-select .jcf-select-opener {
		width: 20px;
	}

	.jcf-select .jcf-select-opener {
		width: 32px;
	}

	.jcf-select-tabset-select .jcf-select-text {
		line-height: 51px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	input[type="date"],
	textarea,
	select {
		height: 53px;
		padding: 16px 20px 17px;
		margin-bottom: 17px;
	}

	.contact-form input[type="text"],
	.contact-form
	input[type="tel"],
	.contact-form
	input[type="email"],
	.contact-form
	input[type="search"],
	.contact-form
	input[type="password"],
	.contact-form
	input[type="url"],
	.contact-form
	input[type="date"],
	.contact-form
	textarea,
	.contact-form
	select {
		height: 50px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	textarea {
		padding-top: 19px;
	}

	.contact-form textarea {
		height: 152px;
		min-height: 152px;
		padding-top: 19px;
	}

	label,
	.label {
		margin-bottom: 15px;
	}

	.booking-form .subtitle {
		margin-bottom: 16px;
	}

	.booking-form .radio-block {
		padding-top: 12px;
	}

	.select-box {
		margin-bottom: 17px;
	}

	form .info {
		margin-bottom: 17px;
	}

	.form-control + .info {
		margin-top: -11px;
	}

	.captcha-class {
		height: 53px;
	}

	.btn-block {
		padding-top: 20px;
	}

	.contact-form .btn-block {
		padding-top: 13px;
	}

	.contact-form {
		padding-bottom: 16px;
	}

	.contact-form .form-control input,
	.contact-form .form-control textarea {
		padding-left: 58px;
	}

	.contact-form .form-control [class^="icons-"] {
		width: 50px;
		height: 24px;
		top: 13px;
		font-size: 20px;
	}

	.contact-form .form-control [class^="icons-"]:before {
		margin: 0 0 0 5px;
	}

	.contact-form .form-control .icons-email {
		font-size: 16px;
	}

	.contact-form .form-control .icons-smartphone {
		font-size: 25px;
	}

	.contact-form .form-control .icons-question {
		top: 18px;
	}

	.tabset-booking {
		margin-right: 40px;
	}

	.inner {
		font-size: 18px;
		line-height: 1.8333333;
	}

	.info-box {
		padding-right: 0;
		padding-right: 15px;
	}

	.info-box .content-holder {
		padding: 42px 61px 30px !important;
	}

	.info-box .content-holder .btn-box {
		margin: 15px -79px 0 0;
	}

	.header-section .container:after {
		margin: 0 0 0 -130px;
	}

	.section-main,
	.section-white,
	.section-info {
		padding: 45px 0 34px;
	}

	.section-lg {
		padding-top: 57px;
		padding-bottom: 45px;
	}

	.block-right .heading-block,
	.block-left .heading-block,
	.two-blocks .heading-block,
	.block-right
	.panel-heading,
	.block-left
	.panel-heading,
	.two-blocks
	.panel-heading {
		text-align: left;
	}

	.heading-block h1 + p,
	.heading-block h1 + .subtitle,
	.heading-block .h1 + p,
	.heading-block .h1 + .subtitle,
	.heading-block h2 + p,
	.heading-block h2 + .subtitle,
	.heading-block .h2 + p,
	.heading-block .h2 + .subtitle,
	.heading-block h3 + p,
	.heading-block h3 + .subtitle,
	.heading-block .h3 + p,
	.heading-block .h3 + .subtitle,
	.heading-block .h + p,
	.heading-block .h + .subtitle,
	.panel-heading h1 + p,
	.panel-heading h1 + .subtitle,
	.panel-heading .h1 + p,
	.panel-heading .h1 + .subtitle,
	.panel-heading h2 + p,
	.panel-heading h2 + .subtitle,
	.panel-heading .h2 + p,
	.panel-heading .h2 + .subtitle,
	.panel-heading h3 + p,
	.panel-heading h3 + .subtitle,
	.panel-heading .h3 + p,
	.panel-heading .h3 + .subtitle,
	.panel-heading .h + p,
	.panel-heading .h + .subtitle {
		margin-top: 17px;
	}

	.section-info .heading-block h1 + p,
	.section-info
	.heading-block h1 + .subtitle,
	.section-info .heading-block .h1 + p,
	.section-info
	.heading-block .h1 + .subtitle,
	.section-info
	.heading-block h2 + p,
	.section-info
	.heading-block h2 + .subtitle,
	.section-info .heading-block .h2 + p,
	.section-info
	.heading-block .h2 + .subtitle,
	.section-info
	.heading-block h3 + p,
	.section-info
	.heading-block h3 + .subtitle,
	.section-info .heading-block .h3 + p,
	.section-info
	.heading-block .h3 + .subtitle,
	.section-info
	.heading-block .h + p,
	.section-info
	.heading-block .h + .subtitle,
	.section-info
	.panel-heading h1 + p,
	.section-info
	.panel-heading h1 + .subtitle,
	.section-info
	.panel-heading .h1 + p,
	.section-info
	.panel-heading .h1 + .subtitle,
	.section-info
	.panel-heading h2 + p,
	.section-info
	.panel-heading h2 + .subtitle,
	.section-info
	.panel-heading .h2 + p,
	.section-info
	.panel-heading .h2 + .subtitle,
	.section-info
	.panel-heading h3 + p,
	.section-info
	.panel-heading h3 + .subtitle,
	.section-info
	.panel-heading .h3 + p,
	.section-info
	.panel-heading .h3 + .subtitle,
	.section-info
	.panel-heading .h + p,
	.section-info
	.panel-heading .h + .subtitle {
		margin-top: 11px;
	}

	.subtitle {
		margin-bottom: 1.65em;
	}

	.heading-block:only-child {
		padding-bottom: 15px;
	}

	.heading-block {
		padding-bottom: 37px;
	}

	.heading-block .icon-block {
		margin: 0 -98px 0 0;
		top: 9px;
	}

	.heading-block .heading-holder {
		padding-left: 119px;
	}

	.two-blocks .image-box {
		margin: 20px 48px 20px 0;
	}

	.two-blocks .image-box.double-bg {
		margin-right: 70px;
		margin-bottom: 64px;
	}

	.section-gray-light .two-blocks .image-box {
		margin-top: 80px;
	}

	.two-blocks .image-box img {
		max-width: 424px;
	}

	.two-blocks.image-right .image-box {
		margin: 20px 0 20px 48px;
	}

	.two-blocks.image-right .image-box.double-bg {
		margin-left: 70px;
		margin-bottom: 64px;
	}

	.double-bg .image-holder:before {
		top: -38px;
		left: 38px;
	}

	.double-bg .image-holder:after {
		left: -38px;
		top: 38px;
	}

	.box-logo {
		padding: 50px 25px;
	}

	.heading-row {
		padding: 17px 0 20px;
		margin-bottom: 47px;
	}

	.heading-row:after {
		height: 0;
		width: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 23px solid #1c86c1;
	}

	.section-block {
		font-size: 94.44444%;
		line-height: 1.82352941;
	}

	.section-block {
		padding: 37px 0;
	}

	.section-inline-holder {
		margin-bottom: 20px;
	}

	.dashed {
		margin: 11px 0 17px;
	}

	.tabs-container {
		padding: 53px 0;
	}

	.panel-heading {
		padding: 30px;
	}

	.panel-body {
		padding: 30px 30px 25px;
	}

	.panel-footer {
		padding: 15px 30px;
	}

	.heading-block + .has-icons-list {
		margin-top: -18px;
	}

	.has-icon-text .icon-holder {
		width: 51px;
		margin-right: 28px;
	}

	.text-align-right,
	.text-align-left {
		min-height: 600px;
	}

	.text-align-right .block-right {
		padding: 0 0 0 40%;
	}

	.text-align-left .block-left {
		padding: 0 55% 0 0;
	}

	.block-text {
		padding-bottom: 26px;
	}

	.open-closes-container .open-close {
		padding: 12px 0 18px;
	}

	.multiple-two-columns,
	.multiple-four-columns {
		padding-bottom: 40px;
	}

	.multiple-two-columns .column.first {
		padding: 0 40px 0 0;
	}

	.multiple-two-columns .column.last {
		padding: 0 0 0 40px;
	}

	.links-list > li {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.links-list > li:before,
	.links-list > li:after {
		top: 15px;
	}

	.image-frame {
		margin-bottom: 45px;
	}

	.contacts-list > li {
		padding-left: 39px;
		padding-bottom: 15px;
	}

	.contacts-list i {
		font-size: 20px;
	}

    .menu {
        font-size: 18px;
    }

    .menu li {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.flex-boxes > .box {
		padding: 30px 20px 30px 55px;
	}
}

@media (min-width: 1400px) {
	.jcf-select .jcf-select-text {
		margin-right: 60px;
	}

	.jcf-select .jcf-select-opener {
		width: 50px;
	}

	.header-section .holder-block {
		max-width: 80% !important;
	}

	.two-blocks .image-box {
		margin-top: 32px;
		margin-left: -27px;
	}

	.two-blocks .image-box.double-bg {
		margin-left: 38px;
		margin-right: 79px;
	}

	.two-blocks .image-box .box-logo {
		bottom: -74px;
	}

	.two-blocks.image-right .image-box {
		margin-top: 32px;
		margin-right: -27px;
	}

	.two-blocks.image-right .image-box.double-bg {
		margin-left: 79px;
		margin-right: 38px;
	}

	.box-logo {
		padding: 94px 25px 93px;
	}

	.panel-heading {
		padding: 40px;
	}

	.panel-body {
		padding: 40px 40px 30px;
	}

	.panel-footer {
		padding: 20px 40px;
	}

	.flex-boxes > .box {
		padding: 35px 20px 35px 70px;
	}

	.has-icons-list > li {
		padding: 19px 0 22px;
	}

	.heading-block + .has-icons-list {
		margin-top: -23px;
	}

	.multiple-two-columns,
	.multiple-four-columns {
		padding-bottom: 45px;
	}

	.multiple-two-columns .column.first {
		padding: 0 63px 0 0;
	}

	.multiple-two-columns .column.last {
		padding: 0 0 0 63px;
	}

	.contacts-list > li {
		padding-bottom: 22px;
	}
}

@media (min-width: 1920px) {
	.tabs-container .panel-heading,
	.tabs-container .panel-body {
		padding-left: 68px;
		padding-right: 68px;
	}
}

@media (max-width: 1919px) {
	.text-align-right .bg-stretch:after,
	.text-align-left .bg-stretch:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		background: rgba(255, 255, 255, .7);
		position: absolute;
		z-index: 0;
	}
}

@media (max-width: 1199px) {
	.jcf-select-tabset-select .jcf-select-text {
		line-height: 33px;
	}

	.captcha-class {
		height: 36px;
	}

	.contact-form .form-control .icons-question {
		top: 13px;
	}

	.two-blocks .image-box .box-logo {
		display: none;
	}

	.heading-row {
		padding: 13px 0 15px;
	}

	.heading-row:after {
		height: 0;
		width: 0;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-top: 16px solid #1c86c1;
	}

	.open-closes-container .open-close {
		padding: 10px 0 14px;
	}
}

@media (max-width: 1023px) {
	iframe,
	embed,
	object,
	video {
		width: 100%;
	}

	.header-section .img-holder {
		right: 10px;
	}

	.heading-block .icon-block {
		margin: 0 -68px 0 0;
		top: 5px;
	}

	.double-bg .image-holder:before {
		top: -18px;
		left: 18px;
	}

	.double-bg .image-holder:after {
		left: -18px;
		top: 18px;
	}

	.dashed {
		margin: 5px 0 10px;
	}
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}

	.visible-xs-block {
		display: block !important;
	}

	.visible-xs-inline {
		display: inline !important;
	}

	.visible-xs-inline-block {
		display: inline-block !important;
	}

	.hidden-xs {
		display: none !important;
	}

	.form-row .col-xs-6 {
		width: 50%;
		float: left;
		padding: 0 9px;
	}

	.captcha-block .form-row {
		margin: 0 -9px;
	}

	.captcha-class {
		max-width: 110px;
	}

	.btn-block {
		text-align: center;
	}

	.accordion-booking > li {
		margin: 0 0 10px;
	}

	.accordion-booking .opener {
		border-radius: 4px;
		padding: 10px 15px;
		display: block;
		text-align: center;
		background: #fff;
	}

	.buttons-holder {
		padding: 15px 0 0;
	}

	.tabs-section .tabset-services {
		display: none !important;
	}

	.tabset-select,
	.jcf-select-tabset-select {
		display: block !important;
	}

	.inner-gray .logo {
		background-color: transparent;
	}

	.menu li.active a {
		color: #fff;
	}

	.visual .container {
		white-space: nowrap;
		text-align: center;
	}

	.visual .container:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 443px;
	}

	.visual .container > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.header-section .container:after {
		margin: 0 0 0 -80px;
	}

	.header-section .holder {
		white-space: nowrap;
		text-align: center;
		text-align: left;
	}

	.header-section .holder:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 150px;
	}

	.header-section .holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.header-section .holder h1,
	.header-section .holder .h1,
	.header-section .holder h2,
	.header-section .holder .h2,
	.header-section .holder h3,
	.header-section .holder .h3 {
		max-width: 62%;
	}

	.header-section .img-holder img {
		max-height: 168px;
	}

	.section-main,
	.section-white,
	.section-info {
		padding: 20px 0 15px;
	}

	.two-blocks .image-box {
		margin: 0 0 25px;
		text-align: center;
	}

	.two-blocks .image-box.double-bg {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.two-blocks.image-right .image-box.double-bg {
		margin-bottom: 40px;
	}

	.tabs-container {
		padding: 25px 0;
	}

	.panel-heading {
		padding: 10px;
	}

	.panel-body {
		padding: 10px;
	}

	.panel-footer {
		padding: 10px;
	}

	.contact-block .logo-circle {
		display: none;
	}

	.flex-boxes > .box {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.flex-boxes .map-box {
		min-height: 194px;
	}

	.has-icons-list {
		text-align: center;
	}

	.has-icons-list .frame:first-child {
		padding: 0 0 15px;
	}

	.has-icon-text {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.has-icon-text .icon-holder {
		width: 23px;
	}

	.has-icon-text .icon-text {
		text-align: left;
	}

	.text-align-right,
	.text-align-left {
		min-height: 420px;
	}

	.block-text {
		padding: 0 0 20px;
	}

	.multiple-two-columns .column {
		float: none !important;
		width: 100% !important;
	}
}

@media (max-width: 479px) {
	.header-section .img-holder {
		max-width: 100px;
	}

	.multiple-four-columns .column {
		float: none !important;
		width: 100% !important;
	}
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}

	.visible-print-block {
		display: block !important;
	}

	.visible-print-inline {
		display: inline !important;
	}

	.visible-print-inline-block {
		display: inline-block !important;
	}

	.hidden-print {
		display: none !important;
	}
}
