/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
	display: none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
@font-face {
	font-family: "ralewayregular";
	src: url("../fonts/raleway-thin-webfont.eot?5sv48p");
	src: url("../fonts/raleway-thin-webfont.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/raleway-thin-webfont.svg?5sv48p") format("svg"), url("../fonts/raleway-thin-webfont.ttf?5sv48p") format("truetype"), url("../fonts/raleway-thin-webfont.woff?5sv48p") format("woff"), url("../fonts/raleway-thin-webfont.woff2?5sv48p") format("woff2");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: "ralewayregular";
	src: url("../fonts/raleway-light-webfont.eot?5sv48p");
	src: url("../fonts/raleway-light-webfont.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/raleway-light-webfont.svg?5sv48p") format("svg"), url("../fonts/raleway-light-webfont.ttf?5sv48p") format("truetype"), url("../fonts/raleway-light-webfont.woff?5sv48p") format("woff"), url("../fonts/raleway-light-webfont.woff2?5sv48p") format("woff2");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "ralewayregular";
	src: url("../fonts/raleway-regular-webfont.eot?5sv48p");
	src: url("../fonts/raleway-regular-webfont.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/raleway-regular-webfont.svg?5sv48p") format("svg"), url("../fonts/raleway-regular-webfont.ttf?5sv48p") format("truetype"), url("../fonts/raleway-regular-webfont.woff?5sv48p") format("woff"), url("../fonts/raleway-regular-webfont.woff2?5sv48p") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "ralewayregular";
	src: url("../fonts/raleway-medium-webfont.eot?5sv48p");
	src: url("../fonts/raleway-medium-webfont.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/raleway-medium-webfont.svg?5sv48p") format("svg"), url("../fonts/raleway-medium-webfont.ttf?5sv48p") format("truetype"), url("../fonts/raleway-medium-webfont.woff?5sv48p") format("woff"), url("../fonts/raleway-medium-webfont.woff2?5sv48p") format("woff2");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "ralewayregular";
	src: url("../fonts/raleway-semibold-webfont.eot?5sv48p");
	src: url("../fonts/raleway-semibold-webfont.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/raleway-semibold-webfont.svg?5sv48p") format("svg"), url("../fonts/raleway-semibold-webfont.ttf?5sv48p") format("truetype"), url("../fonts/raleway-semibold-webfont.woff?5sv48p") format("woff"), url("../fonts/raleway-semibold-webfont.woff2?5sv48p") format("woff2");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "ralewayregular";
	src: url("../fonts/raleway-bold-webfont.eot?5sv48p");
	src: url("../fonts/raleway-bold-webfont.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/raleway-bold-webfont.svg?5sv48p") format("svg"), url("../fonts/raleway-bold-webfont.ttf?5sv48p") format("truetype"), url("../fonts/raleway-bold-webfont.woff?5sv48p") format("woff"), url("../fonts/raleway-bold-webfont.woff2?5sv48p") format("woff2");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?5sv48p");
	src: url("../fonts/icomoon.eot?#iefix5sv48p") format("embedded-opentype"), url("../fonts/icomoon.svg?5sv48p") format("svg"), url("../fonts/icomoon.ttf?5sv48p") format("truetype"), url("../fonts/icomoon.woff?5sv48p") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_MinionPro-Regular';
	src: url('../fonts/MinionPro-Regular.eot');
	src: url('../fonts/MinionPro-Regular.woff') format('woff'), url('../fonts/MinionPro-Regular.ttf') format('truetype'), url('../fonts/MinionPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
	content: "\e800";
}
.icon-arrow-right:before {
	content: "\e801";
}
.icon-email:before {
	content: "\e802";
}
.icon-facebook:before {
	content: "\e803";
}
.nav-content ul, .sub-nav > ul, .services-list, .custom-unordered-list, .promo-area .list, .social-networks, .services-list-1, .features-list, .nav-posts ul, .cycle-gallery .pagination ul, .radios-list, .members-list, #footer .list, .footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix:after, #header .container:after, .services-list:after, .promo-area .list:after, .subscription-box .wrap:after, .cycle-gallery .pagination ul:after, .paging:after, .member-info-area:after {
	content: "";
	display: block;
	clear: both;
}
.logo img, .lang img, .services-list > li > a img, .carousel .slide img, .promo-area .list li img, .video-wrap img, .graphic-content img, .cycle-gallery .slide img, .cycle-gallery .pagination img {
	display: block;
	width: 100%;
}
.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}
.for-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.break {
	display: block;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
html {
	box-sizing: border-box;
}
/*layout */

.f-bg {
	background: url(../images/footer-colorbg.png) 50% 85% no-repeat;
}
.f-bg-inner {
	background: url(../images/footer-colorbg.png) 50% 92% no-repeat;
}
.col2right { padding-bottom: 16px;
}
.col2right .main-content {
	float: left;
	width: 65.8%;
	text-align: left;
}
.col2right .main-aside {
	float: right;
	width: 32.9%;
}
.main-aside nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.main-aside nav ul li {
	text-align: left;
	padding-bottom: 20px;
}
.main-aside nav ul li a {
	text-decoration: none;
}
.col2left {
padding-bottom: 16px;
}
.col2left .main-content {
	float: right;
	width: 65.8%;
	text-align: left;
}
.col2left .main-aside {
	float: left;
	width: 32.9%;
}
.main-content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.main-content ul li {
	background: url("../images/list-arrow.png") 0 6px no-repeat;
	padding-left: 20px;
}
.footer-block {
	background: #000;
}
*, *:before, *:after {
	box-sizing: inherit;
}
* {
	max-height: 1000000px;
}
.cbp-fwslider img { min-width: 100%;}
.block-1 {
	background:#d3d2d2 url(../images/icon2.png) 4% 50% no-repeat;
	padding: 30px 30px 30px 120px;
}


body {
	color: #58585a;
	background: #fff;
	font: 22px/1.48 "ralewayregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	height: auto;
}
.gm-style img {
	max-width: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.21;
	text-transform: uppercase;
	margin: 0 0 .9em;
	color: inherit;
	position: relative;
}
h1.have-sep, .h1.have-sep, h2.have-sep, .h2.have-sep, h3.have-sep, .h3.have-sep, h4.have-sep, .h4.have-sep, h5.have-sep, .h5.have-sep, h6.have-sep, .h6.have-sep, .h.have-sep {
	padding-bottom: 38px;
}
h1.have-sep:after, .h1.have-sep:after, h2.have-sep:after, .h2.have-sep:after, h3.have-sep:after, .h3.have-sep:after, h4.have-sep:after, .h4.have-sep:after, h5.have-sep:after, .h5.have-sep:after, h6.have-sep:after, .h6.have-sep:after, .h.have-sep:after {
	background: #58585a;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 577px;
	height: 1px;
	content: "";
}
h1, .h1 {
	font-size: 48px;
}
h2, .h2 {
	font-size: 48px;
}
h3, .h3 {
	font-size: 40px;
}
h4, .h4 {
	font-size: 32px;
}
h5, .h5 {
	font-size: 26px;
}
h6, .h6 {
	font-size: 22px;
}
p {
	margin: 0 0 1.4em;
}
a {
	color: #58585a;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover, a:focus {
	text-decoration: none;
}
a:before, a:after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	width: 100%;
	height: 47px;
	border: none;
	color: #868789;
	padding: 8px 13px;
	font-size: 22px;
	line-height: 27px;
	font-weight: 300;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
	box-shadow: inset 0 0 5px #58585a;
}
 input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #868789;
}
 input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
 opacity: 1;
 color: #868789;
}
 input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
 color: #868789;
}
 input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #868789;
}
input[type="text"].placeholder, input[type="tel"].placeholder, input[type="email"].placeholder, input[type="search"].placeholder, input[type="password"].placeholder, textarea.placeholder {
	color: #868789;
}
select {
	-webkit-border-radius: 0;
}
textarea {
	resize: none;
	vertical-align: top;
	height: auto;
}
button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	border: none;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}
.radio {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 27px;
}
.radio input[type="radio"] {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}
.radio input[type="radio"] + .fake-input:before {
	background: #57585a;
	border-radius: 50%;
	content: "";
	opacity: 0;
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.radio input[type="radio"]:checked + .fake-input:before {
	opacity: 1;
}
.radio .fake-input {
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
	height: 18px;
	width: 18px;
}
.radio .fake-label {
	font-weight: 300;
}
#header.nav-active .lang {
	opacity: 0;
	visibility: hidden;
}
#header.nav-active .nav-toggle.opener {
	opacity: 0;
	visibility: hidden;
}
#header.nav-active .nav-content {
	right: 0;
	opacity: 1;
	visibility: visible;
}
#header .container {
	padding-top: 0px;
	padding-bottom: 25px;
}
#header .logo {
	float: left;
}
#header .header-rt-content {
	float: right;
	text-align: right;
	padding-top: 30px;
}
#header .header-rt-content .lang {
	margin-right: 36px;
}
.header-rt-content img {
	opacity: 0.4;
}
.header-rt-content .lang.active img {
	opacity: 1;
}
.logo {
	width: 270px;
	height: auto;
}
.lang {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}
.lang:hover {
	opacity: .8;
}
#nav {
	width: 54px;
	height: 54px;
	display: inline-block;
	vertical-align: middle;
}
.nav-content {
	position: absolute;
	top: 0;
	right: -386px;
	width: 386px;
	background: rgba(0, 0, 0, .9);
	color: #fff;
	text-align: left;
	padding: 41px 36px;
	opacity: 0;
	visibility: hidden;
	z-index: 101;
	-webkit-transition: right .3s linear, opacity .3s linear, visibility .3s linear;
	transition: right .3s linear, opacity .3s linear, visibility .3s linear;
}
.nav-content ul:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.nav-content ul:not(:last-child) li.active a {
	color: #fff;
}
.nav-content ul:not(:last-child) li + li {
	padding-top: 12px;
}
.nav-content ul:first-child {
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.nav-content ul:not(:first-child):not(:last-child) {
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 30px;
	margin-bottom: 38px;
}
.nav-content ul:not(:first-child):not(:last-child) li + li {
	padding-top: 10px;
}
.nav-content ul:last-child {
	font-size: 20px;
	line-height: 22px;
}
.nav-content ul:last-child li + li {
	padding-top: 0px;
}
.nav-content ul:last-child a[href^="tel"], .nav-content ul:last-child a[href^="mailto"] {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 18px 0 18px 77px;
}
.nav-content ul:last-child a[href^="tel"]:hover:before, .nav-content ul:last-child a[href^="mailto"]:hover:before {
	color: #868789;
}
.nav-content ul:last-child a[href^="tel"]:before, .nav-content ul:last-child a[href^="mailto"]:before {
	font: 25px/1 "icomoon";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav-content ul:last-child a[href^="tel"]:before {
	content: "\e700";
}
.nav-content ul:last-child a[href^="mailto"]:before {
	content: "\e701";
}

.quick-contact { padding-bottom:45px;}
.quick-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.quick-contact ul li {
	background: none !important;
	padding: 0px !important;
}
.quick-contact ul:last-child a[href^="tel"]:before, .quick-contact ul:last-child a[href^="mailto"]:before {
	font: 25px/1 "icomoon";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.quick-contact ul:last-child a[href^="tel"], .quick-contact ul:last-child a[href^="mailto"] {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 18px 0 18px 38px;
	color: #58585a;
	text-decoration: none;
}
.quick-contact ul:last-child a[href^="tel"]:before {
	content: "\e700";
	color: #58585a;
}
.quick-contact ul:last-child a[href^="mailto"]:before {
	content: "\e701";
	color: #58585a;
}
.nav-content ul a {
	color: #868789;
	text-decoration: none;
}
.nav-content ul a:hover {
	color: #fff;
}
.nav-toggle {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color .3s, opacity .3s, visibility .3s;
	transition: color .3s, opacity .3s, visibility .3s;
}
.nav-toggle:hover {
	color: #cd071e;
}
.nav-toggle:hover .circle {
	background: #cd071e;
	border-color: #cd071e;
}
.nav-toggle.close {
	margin: 0 0 58px -10px;
}
.nav-toggle.close:hover .circle {
	border-color: #cd071e;
}
.nav-toggle.close:hover .circle:before, .nav-toggle.close:hover .circle:after, .nav-toggle.close:hover .circle span {
	background: #cd071e;
}
.nav-toggle.close .circle {
	background: none;
	border-color: #fff;
}
.nav-toggle.close .circle:before, .nav-toggle.close .circle:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 27%;
	right: 27%;
	top: 50%;
}
.nav-toggle.close .circle:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-toggle.close .circle span {
	opacity: 0;
}
.nav-toggle .circle {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: block;
	background: #58595b;
	border: 2px solid #58595b;
	position: relative;
	-webkit-transition: background .3s, border .3s;
	transition: background .3s, border .3s;
}
.nav-toggle .circle:before, .nav-toggle .circle:after, .nav-toggle .circle span {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.nav-toggle .circle:before, .nav-toggle .circle:after {
	content: "";
	top: 35px;
}
.nav-toggle .circle:after {
	top: 15px;
}
.nav-toggle .text {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	padding-top: 10px;
}
.sub-nav {
	position: relative;
	overflow: hidden;
}
.sub-nav > ul {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.sub-nav > ul li {
	position: absolute;
	bottom: 0;
	width: 25%;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	background: rgba(0, 0, 0, .7);
	-webkit-transition: height .3s, width .3s;
	transition: height .3s, width .3s;
}
.sub-nav > ul li.active, .sub-nav > ul li:hover {
	height: 100% !important;
}
.sub-nav > ul li.active a, .sub-nav > ul li:hover a {
	padding-top: 146px;
	padding-bottom: 146px;
}
.sub-nav > ul li.active a:after, .sub-nav > ul li:hover a:after {
	vertical-align: bottom;
}
.sub-nav > ul li.active a span, .sub-nav > ul li:hover a span {
	vertical-align: bottom;
}
.sub-nav > ul li:nth-child(2) {
	left: 25%;
}
.sub-nav > ul li:nth-child(2) a:before {
	background: #e20079;
}
.sub-nav > ul li:nth-child(3) {
	left: 50%;
}
.sub-nav > ul li:nth-child(3) a:before {
	background: #faba00;
}
.sub-nav > ul li:nth-child(4) {
	left: 75%;
}
.sub-nav > ul li:nth-child(4) a:before {
	background: #97be0c;
}
.sub-nav > ul li + li {
	border-left: 1px solid #868789;
}
.sub-nav > ul li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 21px 72px;
	height: 100%;
	white-space: nowrap;
	position: relative;
}
.sub-nav > ul li a:before {
	width: 37px;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	content: "";
	background: #009de0;
}
.sub-nav > ul li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
	overflow: hidden;
}
.sub-nav > ul li a span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	letter-spacing: 0;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	text-shadow: none;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
	margin-bottom: 20px;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../images/fancybox_sprite.png");
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	display: none;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/blank.gif");
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev {
	left: 0;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next {
	right: 0;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.container {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 970px;
}
.container > .holder {

}
.img {
	float: left;
	left: 50%;
	min-width: 1440px;
	position: relative;
	width: 100%;
}
.img > img {
	float: left;
	height: auto;
	left: -50%;
	position: relative;
	width: 100%;
}
#content {
	padding-top: 55px;
	padding-bottom: 0px;
	text-align: center;
}
#content.c1 {
	padding-top: 54px;
}
#content .logo {
	display: inline-block;
	vertical-align: top;
}
.intro-area {
}
.block {
	padding-bottom: 34px;
}
.panel {
	background: #dadadb;
	padding: 13px 10px 16px;
	margin-bottom: 60px;
}
.panel p {
	margin: 0 0 4px;
}
.panel .number {
	font-size: 48px;
	line-height: 55px;
	display: block;
}
.services-section {
}
.services-section.style-1 {
}
.services-section.style-1 h2 {
	margin-bottom: 56px;
}
.services-section.style-1 h2.have-sep:after {
	width: 490px;
}
.services-section.style-1 .services-list {
	padding-bottom: 107px;
}
.services-section.style-1 > .btn {
	min-width: 263px;
}
.services-section h2 {
	margin-bottom: 130px;
}
.services-list {
	position: relative;
}
.services-list > li {
	float: left;
	width: 32.9%;
	margin-left: 4px;
	margin-bottom: 5px;
}
.services-list > li > a {
	display: block;
	position: relative;
}

.services-list > li > a .title {
	white-space: nowrap;
	text-align: left;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, .65);
	font: 36px/0 "ralewayregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: normal;
	color: #fff;
	padding: 17px 5px;
	width: 100%;
}
span.link-arrow {
	font-size: 58px;
}
.services-list > li > a .title:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}
.services-list > li > a .title > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}
.service-detail h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 29px;
}
.service-detail h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 19px;
}
.service-detail .custom-unordered-list li:before {
	background: #fff;
}
.service-detail .btn {
	margin-top: 31px;
	margin-bottom: 20px;
}
.service-detail .col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-left: -2px;
	margin-right: -2px;
	padding-right: 10px;
}
.custom-unordered-list {
	padding-bottom: 20px;
}
.custom-unordered-list li {
	position: relative;
	padding-left: 19px;
}
.custom-unordered-list li:before {
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	top: 12px;
	left: 1px;
	background: #58585a;
	border-radius: 50%;
}
/* carousel basic styles */

.carousel {
	position: relative;
	margin: 0 -13px;
	padding-top: 23px;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel .slideset {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	width: 100% !important;
	white-space: nowrap;
}
.carousel .slideset > * {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 22px;
}
.carousel .slide {
	width: 33.33% !important;
	padding: 0 13px;
	overflow: hidden;
	white-space: normal;
}
.carousel .slide img {
	margin-bottom: 7px;
}
.carousel .slide p {
	margin: 0;
}
.carousel [class^="btn-"] {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 20px;
	height: 37px;
	color: #fff;
	top: 43%;
}
.carousel [class^="btn-"]:hover {
	color: #cc071d;
}
.carousel [class^="btn-"]:before {
	font: 36px/1 "icomoon";
	position: absolute;
	top: 2px;
	left: 0;
}
.carousel [class^="btn-"].btn-prev {
	left: -46px;
}
.carousel [class^="btn-"].btn-prev:before {
	content: "\e800";
}
.carousel [class^="btn-"].btn-next {
	right: -46px;
}
.carousel [class^="btn-"].btn-next:before {
	content: "\e801";
}
.btn {
	font: 22px/28px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-style: italic;
	display: inline-block;
	vertical-align: top;
	background: #b2b3b5;
	color: #000;
	padding: 7px 10px 9px;
	text-align: center;
	min-width: 212px;
	text-decoration: none;
}
.btn:hover {
	background: #cc071d;
	color: #fff;
}
.btn.style-1 {
	background: #57585a;
	color: #fff;
	border-radius: 2px;
}
.btn.style-1:hover {
	background: #cc071d;
}
.promo-area {
	padding-bottom: 135px;
}
.promo-area .container > .holder {
	padding: 0 212px 54px;
}
.promo-area h2 {
	margin-bottom: 32px;
}
.promo-area .list {
	border: solid #585858;
	border-width: 1px 0 0 1px;
}
.promo-area .list li {
	float: left;
	width: 25%;
	border: solid #585858;
	border-width: 0 1px 1px 0;
}
.promo-area .text-box {
	white-space: nowrap;
	text-align: center;
	height: 100%;
	text-align: left;
}
.promo-area .text-box:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}
.promo-area .text-box > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}
.promo-area .text-box:before {
	margin-left: -6px;
}
.promo-area .text-box .holder {
	max-width: none;
	width: 100%;
	padding: 10px 73px 26px;
}
.promo-area .text-box .title {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	display: block;
	text-transform: uppercase;
	padding-bottom: 24px;
}
.promo-area .text-box .btn {
	display: block;
	margin-right: 8px;
	padding: 6px 10px 8px;
	min-width: 0;
}
.video-section {
	padding-bottom: 115px;
}
.video-section h2 {
	margin-bottom: 109px;
}
.video-wrap {
	background: #19171c;
	clear: both;
	overflow: hidden;
}
.video-wrap .container {
	max-width: 1000px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.testimonials-section {
	padding-bottom: 116px;
}
.testimonials-section .container > .holder {
	padding-left: 160px;
	padding-right: 160px;
}
.testimonials-section h2 {
	margin-bottom: 105px;
}
.testimonial-post {
	margin: 0 127px 10px;
}
.testimonial-post .photo {
	float: left;
	width: 50%;
	overflow: hidden;
}
.testimonial-post .photo img {
	display: block;
	height: 100%;
	min-width: 100%;
	max-width: none;
	width: auto;
}
.testimonial-post .des {
	overflow: hidden;
	padding: 39px 50px 9px;
	border: 2px solid #b1b2b4;
	text-align: left;
}
.testimonial-post .des .holder {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.testimonial-post h2 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	text-transform: none;
	margin: 0 0 15px;
}
.testimonial-post h2 a {
	text-decoration: none;
}
.testimonial-post h2 a:hover {
	color: #cc071d;
}
.testimonial-post time {
	font: 20px/29px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-style: italic;
	display: table-footer-group;
	height: 1%;
}
.subscription-box {
	border: 1px solid #fff;
	padding: 8px 11px 8px 8px;
	max-width: 170px;
	margin: 0 auto 33px;
}
.subscription-box h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 6px;
}
.subscription-box h2 small {
	display: block;
	font-size: 15px;
	line-height: 17px;
}
.subscription-box input[type="email"] {
	font-size: 14px;
	line-height: 17px;
	color: #57585a;
	border: none;
	width: 100%;
	height: 29px;
	padding: 4px 11px;
	margin: 0 0 8px;
}
.subscription-box .wrap {
	margin: 0 -4px;
}
.subscription-box .wrap .col {
	padding: 0 4px 2px;
	float: left;
	width: 50%;
}
.subscription-box .wrap a {
	font-size: 13px;
	line-height: 16px;
	background: #a8a9ad;
	color: #57585a !important;
	display: block;
	padding: 0 15px 0 6px;
	position: relative;
	text-align: left;
}
.subscription-box .wrap a:hover {
	background: #cc071d;
}
.subscription-box .wrap a:after {
	height: 0;
	width: 0;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #57585a;
	border-top: 5px solid transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 5px;
	content: "";
}
.social-networks {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}
.social-networks > * {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	font-size: 34px;
	line-height: 1;
}
.social-networks li {
	padding: 0 12px 10px;
}
.social-networks a {
	color: #b1b2b4 !important;
	text-decoration: none;
}
.social-networks a:hover {
	color: #cc071d !important;
}
.social-networks a, .social-networks [class^="icon-"] {
	display: block;
}
.services-list-1 {
	padding-bottom: 88px;
}
.services-list-1 li {
	padding-bottom: 8px;
}
.services-list-1 li.active h3 a {
	color: #cc071d;
}
.services-list-1 li h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	text-transform: none;
	margin: 0;
}
.services-list-1 li h3 a {
	text-decoration: none;
}
.services-list-1 li h3 a:hover {
	color: #cc071d;
}
.services-list-1 li .slide {
	padding-top: 39px;
	padding-bottom: 21px;
}
.services-list-1 li p {
	margin-bottom: 15px;
}
.features-list {
	padding: 9px 0 74px;
}
.features-list li + li {
	padding-top: 31px;
}
.article {
	padding-bottom: 170px;
}
.article .btn-wrap {
	padding-top: 135px;
}
.article h2 {
	text-transform: none;
}
.nav-posts {
	font-family: "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-style: italic;
}
.nav-posts ul li {
	padding-bottom: 31px;
}
.nav-posts ul li.active a {
	color: #000;
}
.nav-posts ul a {
	text-decoration: none;
}
.nav-posts ul a:hover {
	color: #000;
}
/* cycle carousel basic styles */

.cycle-gallery {
	position: relative;
	padding-bottom: 36px;
}
.cycle-gallery.style-1 {
	max-width: 747px;
	margin: 0 auto;
	padding-bottom: 104px;
}
.cycle-gallery.style-1 .mask {
	border: 1px solid #57585a;
}
.cycle-gallery.style-1 .pagination {
	padding-top: 25px;
}
.cycle-gallery.style-1 .pagination ul {
	border: solid #57585a;
	border-width: 1px 0 0 1px;
}
.cycle-gallery.style-1 .pagination ul li {
	border: solid #57585a;
	border-width: 0 1px 1px 0;
}
.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}
.cycle-gallery .slide {
	width: 100%;
	float: left;
}
.cycle-gallery .slide.active {
	z-index: 1;
}
.cycle-gallery .pagination {
	padding-top: 10px;
}
.cycle-gallery .pagination ul li {
	float: left;
	width: 16.66%;
}
.cycle-gallery .pagination ul li.active a:before {
	opacity: 1;
}
.cycle-gallery .pagination ul a {
	display: block;
	position: relative;
}
.cycle-gallery .pagination ul a:hover:before {
	opacity: 1;
}
.cycle-gallery .pagination ul a:before {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0;
}
#main {
	text-align: center;
	padding: 33px 0 23px;
}
#main > .container > .holder {
	padding-left: 147px;
	padding-right: 147px;
}
#main #content {
	text-align: left;
	overflow: hidden;
	padding: 0;
}
#main #sidebar {
	float: right;
	width: 248px;
	padding-left: 17px;
	margin-top: -2px;
	text-align: left;
}
#main .logo {
	display: inline-block;
	vertical-align: top;
}
.post-details {
	font-size: 24px;
	line-height: 29px;
	padding-bottom: 38px;
}
.post-details .published {
	font: 20px/25px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-style: italic;
	display: block;
	padding-bottom: 27px;
}
.post-details h1 {
	font-size: 24px;
	line-height: 29px;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 29px;
}
.paging {
	font: 20px/26px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-style: italic;
	padding-bottom: 137px;
}
.paging a {
	text-decoration: none;
}
.paging a:last-child {
	float: right;
}
.paging a:hover {
	color: #cc071d;
}
.contact-section .block {
	padding-bottom: 53px;
}
.inquiry-block {
	background: #57585a;
	color: #fff;
	padding: 26px 86px 24px;
	text-align: left;
	margin-bottom: 48px;
}
.inquiry-block.style-1 {
	padding-top: 84px;
	padding-bottom: 34px;
}
.inquiry-block.style-1 .inquiry-form .note {
	padding-bottom: 79px;
}
.inquiry-block.style-1 .inquiry-form .btn {
	min-width: 165px;
}
.inquiry-block.style-1 .inquiry-form .confirmation-msg {
	padding-top: 51px;
}
.inquiry-block h2 {
	font-size: 32px;
	line-height: 39px;
	text-transform: none;
	font-weight: 300;
	margin-bottom: 9px;
}
.inquiry-form .row {
	margin-left: -26px;
	margin-right: -26px;
}
.inquiry-form .field-wrap {
	width: 100%;
	float: left;
	padding: 26px 26px 0;
}
.inquiry-form .field-wrap.half {
	width: 50%;
}
.inquiry-form .field-wrap.l-half {
	width: 25%;
}
.inquiry-form .field-wrap.m-half {
	width: 75%;
}
.inquiry-form .note {
	font-size: 16px;
	line-height: 22px;
	display: block;
	padding: 12px 0 1px;
}
.inquiry-form textarea {
	min-height: 254px;
	max-height: 700px;
}
.inquiry-form .confirmation-msg {
	display: block;
	padding-top: 30px;
}
.inquiry-form .btn {
	border-radius: 2px;
}
.call-email-info {
	padding: 0 120px 48px;
}
.call-email-info h2 {
	font-size: 22px;
	line-height: 32px;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 5px;
}
.call-email-info .tel-wrap {
	margin-bottom: 59px;
}
.call-email-info a[href^="tel"], .call-email-info a[href^="mailto"] {
	text-decoration: none;
	font-size: 48px;
	line-height: 53px;
}
.call-email-info a[href^="tel"]:hover, .call-email-info a[href^="mailto"]:hover {
	color: #cc071d;
}
.block.models {
	padding-bottom: 82px;
}
.block.models h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 52px;
}
.radios-list {
	padding-bottom: 49px;
}
.radios-list li {
	padding-bottom: 20px;
}
.contact-block {
	padding-bottom: 180px;
}
address {
	font-style: normal;
	padding-bottom: 99px;
}
address a {
	text-decoration: none;
}
address a:hover {
	color: #cc071d;
}
.get-direction-form {
	padding-bottom: 20px;
}
.get-direction-form .field-wrap {
	margin-bottom: 37px;
}
.get-direction-form input[type="text"] {
	font-size: 22px;
	line-height: 24px;
	max-width: 465px;
	height: 71px;
	font-weight: 300;
	color: #fff;
	background: #57585a;
	text-align: center;
	padding: 18px 20px;
}
 .get-direction-form input[type="text"]::-webkit-input-placeholder {
 color: #fff;
}
 .get-direction-form input[type="text"]::-moz-placeholder {
 opacity: 1;
 color: #fff;
}
 .get-direction-form input[type="text"]:-moz-placeholder {
 color: #fff;
}
 .get-direction-form input[type="text"]:-ms-input-placeholder {
 color: #fff;
}
.get-direction-form input[type="text"].placeholder {
	color: #fff;
}
.get-direction-form input[type="submit"] {
	font: 22px/27px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-style: italic;
	padding: 0;
	background: none;
}
.get-direction-form input[type="submit"]:hover {
	color: #cc071d;
}
.team-section {
	padding-bottom: 117px;
}
.team-section > .holder {
	padding-left: 191px;
	padding-right: 191px;
}
.team-section h2 {
	margin-bottom: 69px;
}
.member-info-area {
	white-space: nowrap;
	text-align: center;
	position: relative;
	height: 804px;
	text-align: right;
	margin-bottom: 97px;
}
.member-info-area:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}
.member-info-area > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}
.members-list {
	width: 412px;
	text-align: center;
}
.members-list li {
	margin: 30px 0;
	display: block;
	cursor: default;
}
.members-list li.hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.members-list li:first-child img {
	left: 236px;
	top: 0;
}
.members-list li a {
	text-decoration: none;
}
.members-list li a:hover {
	color: #cc071d;
}
.members-list li img {
	position: absolute;
	top: 12px;
	left: 0;
}
.link {
	font-family: "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-style: italic;
	text-decoration: none;
}
.link:hover {
	color: #cc071d;
}
h2.title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	text-transform: none;
	margin: 0;
}
.ordered-list {
	margin: 0;
	padding: 0 0 100px;
}
.ordered-list strong.title {
	font-weight: 400;
}
.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}
.lightbox-popup {
	width: 1012px;
	background: #57585a;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	padding: 66px 89px 28px;
}
.lightbox-popup .close {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100;
}
.lightbox-popup .close:hover:before, .lightbox-popup .close:hover:after {
	background: #cc071d;
}
.lightbox-popup .close:before, .lightbox-popup .close:after {
	width: 48px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -6px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "";
}
.lightbox-popup .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.lightbox-popup .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.footer-block {
	font-size: 16px;
	padding: 83px 0px;
}
.footer-left {
	float: left;
	width: 60%;
	text-align: left;
	color: #fff;
}
.footer-left a {
	color: #fff;
	text-decoration: none;
}
.footer-right {
    padding-top: 118px;
	float: right;
	width: 35%;
	text-align: right;
}
.footer-right ul li:last-child {
padding-top: 0px;
}
.footer-right ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer-right ul li {
}
.footer-right ul li a {
	text-decoration: none;
		color: #aaaaaa;
}
ul.main-content-img-blocks {
	list-style: none;
	padding: 50px 0px;
}
.main-content-img-blocks > li {
	width: 48.9%;
	margin-bottom: 5px;
	padding: 0px !important;
	background: none !important;
}



/*slider*/


.wrap {
      max-width: 1400px;
      margin: 20px auto;
      height: 400px;
    }

    .slide {
      width: 100%;
      height: 400px;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
    }

    .slide ul {
      margin: 0 auto;
      height: 382px;
    }

    .slide ul li {
      width: 100%;
      list-style: none;
      position: absolute;
      z-index: 1;
      height: 612px;
      background-position: top center;
      top: 0;
      left: 0;
      right: 0;
    }

    .slide #dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      height: 30px;
      z-index: 9999;
      font-size: 0;
      text-align: center;
      opacity: 0.7;
    }

    .slide #dots a {
      background: #333;
      margin: 0 6px;
      width: 18px;
      height: 18px;
      box-shadow: 0 0 1px 0 #333;
      border-radius: 100%;
      display: inline-block;
      cursor: pointer;
    }

    .slide #dots a.active {
      
    }

    .slide .arrow {
      position: absolute;
      top: 50%;
      width: 128px;
      height: 128px;
      margin-top: -50px;
      background: #FFF;
      z-index: 999;
      opacity: 0.7;
      line-height: 100px;
      color: #333;
      text-align: center;
      text-decoration: none;
    }

    .slide .arrow.prev {
      left: 0;
      background: url("../images/left-arrow.png") 0 0 no-repeat;
      text-indent: -100000px;
    }

    .slide .arrow.next {
      right: 0;
      background: url("../images/right-arrow.png") 0 0 no-repeat;
      text-indent: -100000px;
    }

    .slide .arrow:active {
     
    }

    .slide img { min-width: 100%;}


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

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

.slide {
    
      height: 400px;
			  width: 100%;
    
    }


}
.col2left .main-content {
	float: right;
	width: 65.8%;
	text-align: left;
}
@media (max-width: 1334px) {
body {
	font-size: 19px;
	line-height: 29px;
}
.col2left .main-content {
	float: right;
	width: 65.8%;
	text-align: left;
}

.slide {
    
      height: 400px;
			width: 100%;
    
    }



.services-list > li {
	width: 31.9%;
}

.footer-block {
	font-size: 16px;
	padding: 50px 0;
}
h1,  .h1 {
	font-size: 40px;
}
h2,  .h2 {
	font-size: 40px;
}
h3,  .h3 {
	font-size: 34px;
}
h4,  .h4 {
	font-size: 29px;
}
h5,  .h5 {
	font-size: 23px;
}
h6,  .h6 {
	font-size: 19px;
}
.radio .fake-input {
	top: 5px;
}
.nav-content ul:first-child {
	font-size: 21px;
	line-height: 23px;
}
.nav-content ul:not(:first-child):not(:last-child) {
	font-size: 18px;
	line-height: 20px;
}
.nav-content ul:last-child {
	font-size: 18px;
	line-height: 20px;
}
.nav-content ul:last-child a[href^="tel"],  .nav-content ul:last-child a[href^="mailto"] {
	padding: 16px 0 16px 65px;
}
.nav-content ul:last-child a[href^="tel"]:before,  .nav-content ul:last-child a[href^="mailto"]:before {
	font-size: 25px;
}
.sub-nav > ul li {
	font-size: 20px;
	line-height: 25px;
}
.sub-nav > ul li.active a,  .sub-nav > ul li:hover a {
	padding-top: 120px;
	padding-bottom: 120px;
}
.sub-nav > ul li a {
	padding: 20px 30px;
}
.container > .holder {
	padding-left: 100px;
	padding-right: 100px;
}
.img {
	min-width: 1200px;
}
#content {
	padding-top: 65px;
}
#content.c1 {
	padding-top: 35px;
}
.intro-area {
}
.panel .number {
	font-size: 44px;
	line-height: 50px;
}
.services-section {
}
.services-section.style-1 {
}
.services-section.style-1 .services-list {
	padding-bottom: 75px;
}
.services-section h2 {
	margin-bottom: 70px;
}
.services-list > li > a .title {
	left: 0px;
}
.service-detail h2 {
	font-size: 19px;
	line-height: 25px;
}
.service-detail h3 {
	font-size: 16px;
	line-height: 26px;
}
.carousel .slide {
	line-height: 25px;
}
.carousel [class^="btn-"].btn-prev {
	left: -20px;
}
.carousel [class^="btn-"].btn-next {
	right: -20px;
}
.btn {
	font-size: 19px;
	line-height: 25px;
	min-width: 190px;
}
.promo-area {
	padding-bottom: 90px;
}
.promo-area .container > .holder {
	padding: 0 130px 30px;
}
.promo-area .text-box .holder {
	padding: 10px 45px 15px;
}
.promo-area .text-box .title {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 15px;
}
.video-section {
	padding-bottom: 80px;
}
.video-section h2 {
	margin-bottom: 70px;
}
.testimonials-section {
	padding-bottom: 85px;
}
.testimonials-section .container > .holder {
	padding-left: 80px;
	padding-right: 80px;
}
.testimonials-section h2 {
	margin-bottom: 65px;
}
.testimonial-post {
	margin-left: 96px;
	margin-right: 96px;
}
.testimonial-post .des {
	padding: 25px 35px 15px;
}
.services-list-1 {
	padding-bottom: 66px;
}
.services-list-1 li h3 {
	font-size: 19px;
	line-height: 29px;
}
.features-list {
	padding: 0 0 50px;
}
.features-list li + li {
	padding-top: 25px;
}
.article {
	padding-bottom: 100px;
}
.article .btn-wrap {
	padding-top: 90px;
}
.nav-posts ul li {
	padding-bottom: 20px;
}
.cycle-gallery.style-1 {
	max-width: 650px;
	padding-bottom: 80px;
}
#main > .container > .holder {
	padding-left: 80px;
	padding-right: 80px;
}
#main #sidebar {
	width: 220px;
}
.post-details {
	font-size: 21px;
	line-height: 26px;
	padding-bottom: 25px;
}
.paging {
	padding-bottom: 90px;
}
.inquiry-block {
	padding-left: 65px;
	padding-right: 65px;
}
.inquiry-block.style-1 {
	padding-top: 61px;
}
.inquiry-block.style-1 .inquiry-form .note {
	padding-bottom: 60px;
}
.inquiry-block.style-1 .inquiry-form .confirmation-msg {
	padding-top: 40px;
}
.call-email-info {
	padding-left: 80px;
	padding-right: 80px;
}
.call-email-info h2 {
	font-size: 19px;
	line-height: 29px;
}
.block.models {
	padding-bottom: 45px;
}
.block.models h2 {
	font-size: 23px;
	line-height: 27px;
}
.radios-list {
	padding-bottom: 20px;
}
.contact-block {
	padding-bottom: 100px;
}
address {
	padding-bottom: 70px;
}
.get-direction-form .field-wrap {
	margin-bottom: 20px;
}
.team-section {
	padding-bottom: 87px;
}
.team-section > .holder {
	padding-left: 100px;
	padding-right: 100px;
}
.team-section h2 {
	margin-bottom: 50px;
}
.member-info-area {
	margin-bottom: 70px;
}
.members-list {
	width: 300px;
}
h2.title {
	font-size: 19px;
	line-height: 29px;
}
.ordered-list {
	padding-bottom: 70px;
}
.lightbox-popup {
	font-size: 16px;
	line-height: 26px;
	padding: 40px;
	width: 940px;
}
.lightbox-popup .close {
	width: 28px;
	height: 28px;
}
.lightbox-popup .close:before,  .lightbox-popup .close:after {
	left: -5px;
	width: 38px;
}
}

@media (max-width: 991px) {
span.link-arrow {
	font-size: 40px;
}
.services-list > li > a .title {
	font: 29px/0 "ralewayregular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
body {
	font-size: 16px;
	line-height: 26px;
}
h1.have-sep,  .h1.have-sep,  h2.have-sep,  .h2.have-sep,  h3.have-sep,  .h3.have-sep,  h4.have-sep,  .h4.have-sep,  h5.have-sep,  .h5.have-sep,  h6.have-sep,  .h6.have-sep,  .h.have-sep {
	padding-bottom: 19px;
}
h1.have-sep:after,  .h1.have-sep:after,  h2.have-sep:after,  .h2.have-sep:after,  h3.have-sep:after,  .h3.have-sep:after,  h4.have-sep:after,  .h4.have-sep:after,  h5.have-sep:after,  .h5.have-sep:after,  h6.have-sep:after,  .h6.have-sep:after,  .h.have-sep:after {
	width: 492px;
}
h1,  .h1 {
	font-size: 31px;
}
h2,  .h2 {
	font-size: 31px;
}
h3,  .h3 {
	font-size: 26px;
}
h4,  .h4 {
	font-size: 22px;
}
h5,  .h5 {
	font-size: 19px;
}
h6,  .h6 {
	font-size: 16px;
}
.radio .fake-input {
	top: 4px;
}
#header .container {
	padding-top: 0px;
}
#header .logo {
	margin-top: 0px;
}
#header .header-rt-content .lang {
	vertical-align: top;
	margin-top: 12px;
}
.logo {
	width: 230px;
}
#nav {
	height: auto;
}
.sub-nav > ul li {
	font-size: 18px;
	line-height: 23px;
}
.sub-nav > ul li.active a,  .sub-nav > ul li:hover a {
	padding-top: 105px;
	padding-bottom: 105px;
}
.sub-nav > ul li a {
	padding: 15px 20px;
}
.container > .holder {
	padding-left: 70px;
	padding-right: 70px;
}
.img {
	min-width: 1000px;
}
.panel {
	margin-bottom: 40px;
}
.panel .number {
	font-size: 35px;
	line-height: 40px;
}
.services-list > li > a .title {
	left: 0px;
	right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.service-detail h2 {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 20px;
}
.service-detail h3 {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 14px;
}
.service-detail .btn {
	margin-top: 20px;
	margin-bottom: 15px;
}
.custom-unordered-list {
	padding-bottom: 15px;
}
.carousel {
	margin: 0 -7px;
}
.carousel .slide {
	font-size: 15px;
	line-height: 20px;
	padding: 0 7px;
}
.carousel [class^="btn-"] {
	width: 17px;
	height: 30px;
}
.carousel [class^="btn-"]:before {
	font-size: 27px;
}
.btn {
	font-size: 14px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.promo-area {
	padding-bottom: 70px;
}
.promo-area .container > .holder {
	padding: 0 99px 30px;
}
.promo-area .text-box .holder {
	padding: 10px 33px;
}
.promo-area .text-box .title {
	font-size: 17px;
	line-height: 22px;
}
.promo-area .text-box .btn {
	margin-right: 0;
}
.video-section {
	padding-bottom: 60px;
}
.video-section h2 {
	margin-bottom: 50px;
}
.testimonials-section {
	padding-bottom: 60px;
}
.testimonials-section .container > .holder {
	padding-left: 55px;
	padding-right: 55px;
}
.testimonials-section h2 {
	margin-bottom: 40px;
}
.testimonial-post {
	margin-left: 70px;
	margin-right: 70px;
}
.testimonial-post h2 {
	font-size: 20px;
	line-height: 25px;
}
.testimonial-post time {
	font-size: 17px;
	line-height: 22px;
}
.services-list-1 li h3 {
	font-size: 16px;
	line-height: 26px;
}
.features-list {
	padding-bottom: 40px;
}
.features-list li + li {
	padding-top: 20px;
}
.article {
	padding-bottom: 70px;
}
.article .btn-wrap {
	padding-top: 65px;
}
.cycle-gallery {
	padding-bottom: 25px;
}
.cycle-gallery.style-1 {
	max-width: 500px;
	padding-bottom: 60px;
}
.cycle-gallery.style-1 .pagination {
	padding-top: 10px;
}
#main {
	padding: 23px 0 15px;
}
#main > .container > .holder {
	padding-left: 30px;
	padding-right: 30px;
}
#main #sidebar {
	width: 190px;
	padding-left: 10px;
}
.post-details {
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 20px;
}
.post-details .published {
	padding-bottom: 15px;
}
.post-details h1 {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 22px;
}
.paging {
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 60px;
}
.contact-section .block {
	padding-bottom: 35px;
}
.inquiry-block {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 35px;
}
.inquiry-block.style-1 {
	padding-top: 30px;
	padding-bottom: 20px;
}
.inquiry-block.style-1 .inquiry-form .note {
	padding-bottom: 30px;
}
.inquiry-block.style-1 .inquiry-form .confirmation-msg {
	padding-top: 20px;
}
.inquiry-form .row {
	margin-left: -14px;
	margin-right: -14px;
}
.inquiry-form .field-wrap {
	padding: 14px 14px 0;
}
.inquiry-form textarea {
	min-height: 175px;
}
.call-email-info {
	padding-left: 50px;
	padding-right: 50px;
}
.call-email-info h2 {
	font-size: 16px;
	line-height: 26px;
}
.call-email-info .tel-wrap {
	margin-bottom: 40px;
}
.call-email-info a[href^="tel"],  .call-email-info a[href^="mailto"] {
	font-size: 40px;
	line-height: 45px;
}
.block.models {
	padding-bottom: 30px;
}
.block.models h2 {
	margin-bottom: 30px;
}
.radios-list {
	padding-bottom: 15px;
}
.radios-list li {
	padding-bottom: 8px;
}
.contact-block {
	padding-bottom: 65px;
}
address {
	padding-bottom: 50px;
}
.team-section {
	padding-bottom: 55px;
}
.team-section > .holder {
	padding-left: 60px;
	padding-right: 60px;
}
.team-section h2 {
	margin-bottom: 35px;
}
.member-info-area {
	margin-bottom: 40px;
	height: 550px;
}
.members-list li:first-child img {
	left: 146px;
}
.members-list li img {
	max-width: 150px;
}
h2.title {
	font-size: 16px;
	line-height: 26px;
}
.ordered-list {
	padding-bottom: 45px;
}
.lightbox-popup {
	font-size: 15px;
	line-height: 22px;
	width: 720px;
}





}

@media (max-width: 767px) {
.footer-right {
padding-top: 108px;

}
	.slide {
    height: 300px;

}

.slide .arrow { display:none} 

h1.have-sep:after,  .h1.have-sep:after,  h2.have-sep:after,  .h2.have-sep:after,  h3.have-sep:after,  .h3.have-sep:after,  h4.have-sep:after,  .h4.have-sep:after,  h5.have-sep:after,  .h5.have-sep:after,  h6.have-sep:after,  .h6.have-sep:after,  .h.have-sep:after {
	width: 200px;
}
p {
	margin-bottom: 15px;
}
#header .container {
	padding-top: 0px;
	padding-bottom: 10px;
}
#header .logo {
	margin-top: 0px;
}
#header .header-rt-content .lang {
	margin-right: 10px;
}
.logo {
	width: 155px;
}
.nav-content {
	padding: 30px 25px;
	width: 320px;
	right: -320px;
}
.nav-toggle .text {
	padding-top: 4px;
}
.sub-nav > ul li {
	width: 50%;
	height: 25% !important;
	bottom: auto;
	top: 0;
	font-size: 16px;
	line-height: 20px;
}
.sub-nav > ul li.active,  .sub-nav > ul li:hover {
	height: 25% !important;
	width: 100%;
}
.sub-nav > ul li.active a,  .sub-nav > ul li:hover a {
	padding: 15px 100px;
}
.sub-nav > ul li.active a:after,  .sub-nav > ul li:hover a:after {
	vertical-align: middle;
}
.sub-nav > ul li.active a span,  .sub-nav > ul li:hover a span {
	vertical-align: middle;
}
.sub-nav > ul li:nth-child(2) {
	left: auto;
	top: 25%;
}
.sub-nav > ul li:nth-child(3) {
	left: auto;
	top: 50%;
}
.sub-nav > ul li:nth-child(4) {
	left: auto;
	top: 75%;
}
.sub-nav > ul li + li {
	border-left: none;
	border-top: 1px solid #868789;
}
.sub-nav > ul li a:before {
	bottom: 50%;
	right: auto;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
	width: 5px;
	height: 37px;
}
.fancybox-wrap {
	left: 15px;
	right: 15px !important;
	width: auto !important;
}
.fancybox-inner {
	width: 100% !important;
}
.container > .holder {
	padding-left: 0;
	padding-right: 0;
}
.img {
	min-width: 800px;
}
#content {
	padding-top: 40px;
}
.intro-area {
}
.block {
	padding-bottom: 25px;
}
.panel {
	margin-bottom: 20px;
}
.panel .number {
	font-size: 28px;
	line-height: 33px;
}
.services-section {
}
.services-section.style-1 {
}
.services-section.style-1 h2 {
	margin-bottom: 30px;
}
.services-section.style-1 h2.have-sep:after {
	width: 200px;
}
.services-section.style-1 .services-list {
	padding-bottom: 55px;
}
.services-section h2 {
	margin-bottom: 25px;
}
.services-list > li {
	width: 100%;
	margin-left: 0;
}
.services-list > li > a .title {
	left: 0px;
	right: 7px;
}
.service-detail .col {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	display: block;
}
.carousel .slide {
	width: 100% !important;
}
.carousel [class^="btn-"].btn-prev {
	left: -16px;
}
.carousel [class^="btn-"].btn-next {
	right: -16px;
}
.promo-area {
	padding-bottom: 50px;
}
.promo-area .container > .holder {
	padding: 0 0 20px;
}
.promo-area h2 {
	margin-bottom: 20px;
}
.promo-area .list li {
	width: 50%;
}
.promo-area .text-box .holder {
	padding-left: 15px;
	padding-right: 15px;
}
.promo-area .text-box .title {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
}
.video-section {
	padding-bottom: 40px;
}
.video-section h2 {
	margin-bottom: 20px;
}
.testimonials-section {
	padding-bottom: 40px;
}
.testimonials-section .container > .holder {
	padding-left: 0;
	padding-right: 0;
}
.testimonials-section h2 {
	margin-bottom: 20px;
}
.testimonial-post {
	margin-left: 0;
	margin-right: 0;
}
.testimonial-post .same-height-block {
	height: auto !important;
}
.testimonial-post .photo {
	float: none;
	width: 100%;
}
.testimonial-post .photo img {
	width: 100%;
	height: auto;
}
.testimonial-post .des {
	padding: 20px;
}
.services-list-1 {
	padding-bottom: 40px;
}
.services-list-1 li .slide {
	padding-top: 25px;
	padding-bottom: 20px;
}
.features-list {
	padding-bottom: 30px;
}
.article {
	padding-bottom: 55px;
}
.article .btn-wrap {
	padding-top: 40px;
}
.nav-posts {
	padding-bottom: 30px;
}
.nav-posts ul li {
	padding-bottom: 10px;
}
.cycle-gallery.style-1 {
	padding-bottom: 40px;
}
#main > .container > .holder {
	padding-left: 0;
	padding-right: 0;
}
#main #sidebar {
	display: table-footer-group;
	height: 1%;
	width: 100%;
	float: none;
	padding: 0;
}
.paging {
	padding-bottom: 40px;
}
.contact-section .block {
	padding-bottom: 25px;
}
.inquiry-block {
	padding: 15px;
}
.inquiry-block h2 {
	font-size: 23px;
	line-height: 30px;
}
.inquiry-form .field-wrap {
	padding-top: 10px;
}
.inquiry-form .field-wrap.half {
	width: 100%;
}
.inquiry-form .field-wrap.l-half {
	width: 100%;
}
.inquiry-form .field-wrap.m-half {
	width: 100%;
}
.inquiry-form .note {
	padding: 10px 0 15px;
}
.inquiry-form textarea {
	min-height: 200px;
}
.call-email-info {
	padding: 0 0 30px;
}
.call-email-info .tel-wrap {
	margin-bottom: 30px;
}
.call-email-info a[href^="tel"],  .call-email-info a[href^="mailto"] {
	font-size: 25px;
	line-height: 30px;
}
.block.models {
	padding-bottom: 20px;
}
.block.models h2 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
.contact-block {
	padding-bottom: 45px;
}
address {
	padding-bottom: 40px;
}
.get-direction-form input[type="text"] {
	padding: 14px 10px;
	font-size: 16px;
	line-height: 20px;
	height: 55px;
}
.get-direction-form input[type="submit"] {
	font-size: 19px;
	line-height: 24px;
}
.team-section {
	padding-bottom: 40px;
}
.team-section > .holder {
	padding-left: 0;
	padding-right: 0;
}
.member-info-area {
	height: auto;
	margin-bottom: 30px;
}
.members-list {
	width: 100%;
}
.members-list li {
	margin: 0;
}
.members-list li + li {
	padding-top: 25px;
}
.members-list li img {
	position: static;
	display: block;
	margin: 0 auto 10px;
	max-width: 100px;
}
.ordered-list {
	padding-bottom: 30px;
}
.lightbox-popup {
	width: 100%;
	padding: 30px;
}
}

@media (max-width: 767px) and (max-width: 767px) {
#main > .container > .holder {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.footer-block {
	font-size: 16px;
	padding: 120px 0;
}
}


.col2left .main-content {
	float: right;
	width: 65.8%;
	text-align: left;
}

@media (max-width: 480px) and (max-width: 480px) {

.slide {
    height: 240px;

}
}

@media (max-width: 380px) and (max-width: 380px) {

	.slide {
    height: 200px;

}

.col2left .main-aside {
	float: none;
	width: 100%;
}
.col2left .main-content {
	float: none;
	width: 100%;
}
.footer-block {
	font-size: 16px;
	padding: 106px 0;
}
}


