/*! 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;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	height: 100%;
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	height: 100%;
	color: #000;
	background: #303030;
	font: 21px/1.762 "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

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

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

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: inherit;
}

p {
	margin: 0 0 1em;
}

a {
	color: #60b7fb;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

a:hover {
	text-decoration: none;
	color: #1595f9;
}

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

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;
	-webkit-border-radius: 0;
	box-sizing: border-box;
}

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 {
	color: #999;
}

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 {
	opacity: 1;
	color: #999;
}

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 {
	color: #999;
}

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 {
	color: #999;
}

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 {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 35px;
	background: #1c496c;
	padding: 15px 25px;
	margin: 0;
	font-size: 33px;
	line-height: 36px;
	font-weight: normal;
	color: #fff;
	outline: none;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	opacity: .8;
	color: #fff;
}

#wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.w1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

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

.container:after {
	display: block;
	clear: both;
	content: "";
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50%;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: #000;
	color: #fff;
	min-width: 320px;
}

.header-upper {
	padding: 20px 0 0;
	border-bottom: 3px solid #303030;
	overflow: hidden;
}

.header-upper .container {
	position: relative;
}

.header-upper .logo {
	float: left;
	margin: 0 10px 0 4px;
}

.header-upper .logo-right {
	float: right;
	overflow: hidden;
	max-width: 246px;
	margin: -11px 0 -7px;
}

.header-upper .logo-right img {
	margin: -4px -2px 0 2px;
}

.header-upper .info {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	content: "";
	width: 400px;
	margin: 0 0 3px -184px;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: -.5px;
	text-align: center;
	color: #60b7fb;
}

.nav-holder {
	display: none;
	padding: 10px 0;
}

.nav-holder:after {
	display: block;
	clear: both;
	content: "";
}

.tel-link {
	font-size: 29px;
	line-height: 32px;
	text-align: right;
	letter-spacing: -.5px;
	color: #60b7fb;
}

/* burger menu style */

.nav-opener {
	display: none;
	float: left;
	width: 24px;
	height: 20px;
	margin: 3px 0 0;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 16px;
}

.nav-opener:hover {
	opacity: .9;
}

.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: 8px;
	left: 0;
	right: 0;
}

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

.menu {
	position: relative;
	padding-right: 200px;
}

.menu .tel-link {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 200px;
	padding: 14px 12px 0 0;
}

.menu-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}

.nav > li {
	display: table-cell;
	vertical-align: top;
	min-width: 70px;
	position: relative;
}

.nav > li:hover > a {
	background: #123149;
}

.nav > li:hover .drop {
	display: block;
}

.nav > li.drop-active .drop {
	display: block !important;
}

.nav > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 63px;
	color: #fff;
}

.nav > li > a:hover {
	background: #123149;
}

.nav .drop-opener {
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.nav .drop-opener:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	content: "";
	margin: -3px 0 0 -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0;
	border-color: #fff transparent transparent transparent;
}

.nav .drop {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav .drop li + li {
	border-top: 1px solid #98b1c5;
}

.nav .drop a {
	display: block;
	padding: 12px 10px;
	background: #31628b;
	color: #fff;
}

.nav .drop a:hover {
	background: #0f81dc;
}

.info-bar {
	padding: 2px 0 5px;
	background: #303030;
	font-size: 7px;
	line-height: 10px;
	color: #959292;
}

.info-bar p {
	margin: 0 18px 0 0;
}


.info-bar span {
	color: #cfcfcf;
}

.info-bar span a{
	color: #e7e7e7;
}

.slider-section {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.slider-section .slide {
	display: none;
	position: relative;
	overflow: hidden;
}

.slider-section .slide.active {
	display: block;
}

.slider-section.slick-initialized .slick-slide {
	display: block;
}

.slider-section.slick-initialized .slick-active .text-holder .text2,
.slider-section.slick-initialized .slick-active .text-holder .text3,
.slider-section.slick-initialized .slick-active .text-holder .text4 {
	opacity: 1;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.slider-section.slick-initialized .slick-active .text-holder .text3 {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}

.slider-section.slick-initialized .slick-active .text-holder .text4 {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}

.slider-section.slick-initialized .slick-active .title span {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.slider-section .container {
	min-height: 755px;
	padding: 62px 15px 200px;
	position: relative;
	z-index: 3;
	text-align: center;
}

.slider-section .title {
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	line-height: 38px;
	font-weight: normal;
	letter-spacing: -.3px;
	color: #fff;
}

.slider-section .title strong {
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 55px;
	font-weight: normal;
	text-transform: uppercase;
}

.slider-section .title em {
	font-size: 88px;
	font-style: normal;
}

.slider-section .title span {
	display: block;
	margin: 0 -152px 0 0;
	font-style: italic;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate(25%, 0);
	-ms-transform: translate(25%, 0);
	transform: translate(25%, 0);
	-webkit-transition: all 400ms ease-out 0s;
	transition: all 400ms ease-out 0s;
}

.slider-section .text-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1256px;
	padding: 50px 15px;
	font-size: 43px;
	line-height: 48px;
	font-weight: normal;
	letter-spacing: .2px;
	text-align: left;
	color: #fff;
}

.slider-section .text-holder .holder {
	width: 100%;
}

.slider-section .text-holder .text1 {
	font-style: italic;
	margin: 0 0 110px;
}

.slider-section .text-holder .text2 {
	font-style: italic;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	margin: 0 -10px 118px 0;
	text-align: right;
}

.slider-section .text-holder .text3 {
	font-style: italic;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	margin: 0 -3px 0 6px;
}

.slider-section .text-holder .text3 strong {
	margin: 0 0 0 -9px;
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 73px;
	font-weight: normal;
	font-variant: small-caps;
}

.slider-section .text-holder .text3 strong i {
	font-size: 72px;
	font-style: normal;
}

.slider-section .text-holder .text3 strong i + i {
	margin: 0 -10px 0 -16px;
}

.slider-section .text-holder .text3 span {
	display: block;
	margin: 22px 0 0;
	text-align: right;
}

.slider-section .text-holder .text4 {
	font-style: italic;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	margin: 0 -3px 0 6px;
}

.slider-section .text-holder .text4 strong {
	margin: 0 0 0 -9px;
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 73px;
	font-weight: normal;
	font-variant: small-caps;
}

.slider-section .text-holder .text4 strong i {
	font-size: 72px;
	font-style: normal;
}

.slider-section .text-holder .text4 strong i + i {
	margin: 0 -10px 0 -16px;
}

.slider-section .text-holder .text4 span {
	display: block;
	margin: 22px 0 0;
	text-align: right;
}

.slider-section .btn {
	position: absolute;
	bottom: 55px;
	right: 124px;
	z-index: 2;
	padding: 15px 47px 13px 26px;
}

.slider-section .btn:after {
	position: absolute;
	top: 50%;
	right: 13px;
	z-index: 2;
	content: "";
	margin: -13px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 21px;
	border-color: transparent transparent transparent #90a5b7;
}

.bottom-text {
	padding: 21px 0 18px;
	background: #0d7ad6;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}

.bottom-text .container {
	position: relative;
}

.bottom-text p {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 0;
}

.bottom-text img {
	display: inline-block;
	vertical-align: middle;
	margin: 1px 0 0 30px;
}

#main {
	background: #fff;
}

.intro-section .top-area {
	background: #d1ac81 url(../images/bg-intro-top.jpg) no-repeat 50% 0;
	background-size: 100% auto;
}

.intro-section .bottom-area {
	background: #e3e8e2 url(../images/bg-intro-bottom.jpg) no-repeat 50% 0;
	background-size: 100% auto;
	padding: 0 0 38px;
}

.intro-section .text-area {
	max-width: 520px;
	padding: 148px 0 25px 54px;
}
.intro-section .sub-text-area {
    max-width: 100%;
    padding: 52px 50px 25px 101px;
}

.intro-section .text-area3 {
	max-width: 720px;
	padding: 148px 0 25px 54px;
}

.intro-section h1 {
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 42px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 -20px 20px 0;
}

.intro-section h1.add1{
	font-size:38px;
	margin-right:-100px;
}

.intro-section h1 span {
	font-size: 68px;
	text-transform: uppercase;
}

.intro-section .l-hidden{
	display:none;
}

.intro-section h2 {
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 31px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0;
}

.intro-section .alignright {
	float: right;
	max-width:752px;
	margin: -283px 3px 32px 20px;
}

.intro-section .alignright.image01{
	margin-left:-20px;
	margin-bottom:-40px;
}

.intro-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0 40px;
}

.intro-section .row ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 22px;
	line-height: 26px;
}

.intro-section .row ul + ul {
	width: 53%;
}

.intro-section .row ul li {
	padding: 0 10px 17px 16px;
	position: relative;
}

.intro-section .row ul li:before {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 2;
	content: "";
	width: 11px;
	height: 11px;
	background: #fff;
}

.info-list{
	margin:0;
	padding:80px 0 0 40px;
	list-style:none;
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 24px;
	line-height: 26px;
}

.info-list.add{
	width:100%;
	float:left;
	margin:-100px 0 0;
	padding:0 0 0 40px;
}

.info-list li{
	padding: 0 0 17px 16px;
	position: relative;
}

.info-list li:before {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 2;
	content: "";
	width: 11px;
	height: 11px;
	background: #fff;
}

.content-area .heading {
	padding: 50px 0 53px;
	border-bottom: 1px solid #000;
}

.content-area .description {
    padding: 61px 109px 25px;
}

.content-area .heading2 {
	padding: 50px 0 10px;
}

.content-area h2 {
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 37px;
	line-height: 1.2;
	font-weight: normal;
	text-align: center;
	margin: 0;
}

.content-area .text-area {
	padding: 32px 97px;
	border-bottom: 1px solid #000;
}

.content-area .text-area p,
.content-area .product-area p {
	letter-spacing: -.3px;
	margin: 0 0 38px;
}

.content-area .product-area {
	padding: 0;
}

.content-area .product-area .row {
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-area .product-area .row .col {
	padding: 25px 41px 50px 65px;
	border-bottom: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content-area .product-area .row .col img {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}



.content-area .product-area .row a {
	color: #000;
	font-size: 26px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 29px 30px;
	line-height: 1.2;
	letter-spacing: -.015em;
}

.content-area .product-area .row a:hover {
	color: #1595f9;
}

.sub-content-area .product-area {
	margin:0 0 -1px;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -38px -43px;
}

.content-area .row .col {
	width: 50%;
	padding: 0 38px;
}

.content-area .logo-text {
	display: inline-block;
	vertical-align: top;
	margin: -14px 0 -6px;
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 32px;
}

.content-area .logo-text2 {
	display: inline-block;
	vertical-align: top;
	margin: -14px 0 -6px;
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-weight: bold;
	font-size: 22px;
}

.list-area {
	padding: 43px 50px 21px 179px;
	border-bottom: 1px solid #000;
}

.list-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 24px;
	line-height: 1.08;
}

.list-area ul li {
	position: relative;
	padding: 0 0 17px 20px;
}

.list-area ul li:before {
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 2;
	content: "";
	width: 11px;
	height: 11px;
	background: #d3ad82;
}

.list-area ul li:nth-child(even) {
	margin-left: 90px;
}

.links-area {
	padding: 52px 0 26px;
	text-align: center;
}

.links-area .links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
    font-size: 24px;
    line-height: 1.2;
}

.links-area h3 {
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 29px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 23px;
}

.links-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 24px;
	line-height: 1.2;
}

.links-list.cols-2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "helveticaoblique", "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	font-size: 24px;
	line-height: 1.2;
	list-style:none;
	margin:0;
	padding:0;
}

.links-list.cols-2 li {
	width: 50%;
	padding:5px 10px;
}

.links-list a,
.links-area .links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
}

.links-list a:hover,
.links-area .links a:hover{
	color: #1595f9;
}

.links-area .links .ico-pdf {
	display: block;
	background: url(../images/ico-pdf.gif) no-repeat;
	width: 111px;
	height: 97px;
	margin: -2px 10px 0 0;
}

.links-area .links .ico-site {
	display: block;
	background: url(../images/ico-site.gif) no-repeat;
	width: 111px;
	height: 97px;
	margin: -2px 10px 0 0;
}

.links-list .ico-pdf {
	display: block;
	background: url(../images/ico-pdf.gif) no-repeat;
	width: 111px;
	height: 97px;
	margin: -2px 10px 0 0;
}

.links-list .ico-site {
	display: block;
	background: url(../images/ico-site.gif) no-repeat;
	width: 111px;
	height: 97px;
	margin: -2px 10px 0 0;
}

.configurations {
	padding: 52px 0 63px;
}

.configurations .links {
	font-size: 26px;
	padding: 0 0 0 46px;
}

.configurations .links li {
	width: 100%;
}

.content-area .product-area .row .row-area {
	margin: 0 auto;
	padding: 47px 0 16px;
}

.content-area .product-area .row .row-area .container {
	padding: 0 15px 0 90px;

}

.content-area .product-area .row .row-area .alignright {
	float: right;
	margin: 0 31px 48px 75px;
}

.content-area .product-area .row .row-area a {
	margin: 0 0 19px;
}

.content-area .product-area .row .row-area .links-area {
	text-align: right;
	clear: both;
}

.content-area .product-area .row .row-area .configurations {
	padding: 0;
}

.content-area .product-area .row .row-area .configurations .links {
	padding: 0;
	margin: 0 -50px 0 0;
}

.content-area .product-area .row .row-area .configurations .links li {
	width: 100%;
}

.content-area .product-area .row .row-area .configurations .links a {
	font-family: "Helvetica", "Arial", "Helvetica Neue", sans-serif;
}

.content-area .product-area .row .row-area .configurations .links .ico-pdf {
	display: inline-block;
	vertical-align: middle;
}

.content-area .product-area .row .row-area .configurations .links .ico-site {
	display: inline-block;
	vertical-align: middle;
}

/*thankyou page*/
.message-block{
	text-align:center;
	padding:150px 10px 300px;
}

/*leasing page*/
.leasing-page{
	position:relative;
	padding:0;
	max-width:1040px;
}

.leasing-page::after,
.leasing-page::before{
	content:"";
	background:#f4f4f4;
	position:absolute;
	left:100%;
	bottom:0;
	width:9999px;
	height:24%;
}

.leasing-page::before{
	left:auto;
	right:100%;
}

.leasing{
	display:block;
	padding:0 0 12px;
	text-align:center;
}

.leasing img{
		width:100%;
}

.calculate{
	padding:0 30px 74px;
	text-align:center;
	font-size:15px;
}

.calculate a{
	color:#fff;
	background:#155da8;
	font-weight:600;
	display:inline-block;
	vertical-align:top;
	padding:10px 26px 8px;
}

.calculate a:hover{
	opacity:.8;
}

#footer {
	width: 100%;
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
	background: #303030;
	font-size: 16px;
	line-height: 21px;
	color: #989898;
}

#footer > .container {
	max-width: 1254px;
	padding: 61px 15px;
}

.footer-nav {
	margin: 30px 0 0 11px;
	padding: 0;
	list-style: none;
	float: left;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 9px 0 0;
}

.footer-nav li:after {
	position: absolute;
	top: 4px;
	right: -7px;
	z-index: 2;
	content: "";
	width: 1px;
	height: 12px;
	background: #989898;
}

.footer-nav li:last-child:after {
	display: none;
}

.footer-nav a {
	color: #989898;
	text-decoration: underline;
}

.footer-nav a:hover {
	text-decoration: none;
}

.footer-holder {
	float: right;
	max-width: 504px;
	text-align: right;
}

.footer-holder p {
	margin: 0;
}

.footer-logo {
	margin: 0 0 13px;
}


.line {
	border-top: 1px solid #000;
}



@media (min-width: 1024px) {
	.menu {
		top: 0 !important;
	}
}

@media (max-width: 1829px) {
	.intro-section .top-area {
		background-size: auto;
	}

	.intro-section .bottom-area {
		background-size: auto;
	}
}

@media (max-width: 1439px) {
	.content-area .product-area .row .row-area .configurations .links {
		margin: 0 7px 0 0;
	}

	.content-area .product-area .row .row-area .configurations .links a {
		font-size: 22px;
	}
}

@media (max-width: 1299px) {
	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		padding: 12px 25px;
		font-size: 28px;
		line-height: 32px;
	}

	.tel-link {
		font-size: 18px;
		line-height: 24px;
	}

	.menu {
		padding-right: 115px;
	}

	.menu .tel-link {
		width: 115px;
		padding: 20px 0 0 0;
	}

	.nav {
		font-size: 12px;
		line-height: 16px;
	}

	.nav .drop a {
		padding: 10px 5px;
	}

	.info-bar p {
		margin: 0;
	}

	.info-bar br {
		display: none;
	}

	.slider-section .title {
		font-size: 24px;
		line-height: 30px;
	}

	.slider-section .title strong {
		font-size: 46px;
	}

	.slider-section .title em {
		font-size: 70px;
	}

	.slider-section .title span {
		margin: 0 -115px 0 0;
	}

	.slider-section .text-holder {
		font-size: 35px;
		line-height: 40px;
	}

	.slider-section .text-holder .text1 {
		margin: 0 0 100px;
	}

	.slider-section .text-holder .text2 {
		margin: 0 0 100px;
	}

	.slider-section .text-holder .text3 {
		margin: 0;
	}

	.slider-section .text-holder .text3 strong {
		font-size: 60px;
	}

	.slider-section .text-holder .text3 strong i {
		font-size: 75px;
	}

	.slider-section .btn {
		padding: 12px 47px 12px 26px;
	}

	.slider-section .btn:after {
		margin: -11px 0 0;
		border-width: 12px 0 12px 18px;
	}

	.row {
		margin: 0 -30px -43px;
	}

/*	.intro-section .bottom-area {
		padding: 0 0 20px;
	}*/

	.intro-section .bottom-area .row {
		margin: 0 0 -43px;
	}

	.intro-section .text-area,
	.intro-section .text-area3 {
		max-width: 520px;
		padding: 148px 0 25px 20px;
	}

	.intro-section .sub-text-area {
		padding: 45px 10px 25px;
	}

	.intro-section .sub-text-area h1 {
		font-size: 34px;
		text-align: center;
	}

	.intro-section h1 {
		font-size: 34px;
	}

	.intro-section h1 span {
		font-size: 56px;
	}

	.intro-section h1.add1{
		font-size:34px;
		margin-right:0;
	}

	.intro-section .l-hidden{
		display:block;
	}

	.intro-section h2 {
		font-size: 28px;
	}

	.intro-section .alignright {
		max-width: 600px;
		margin: -230px 0 30px 20px;
	}

	.intro-section .alignright.image01{
		margin-bottom:0;
	}

	.intro-section .row {
		padding: 0;
	}

	.intro-section .row ul {
		padding: 0 10px;
	}

	.intro-section .row ul + ul {
		width: 50%;
	}

	.info-list{
		padding:70px 0 0 5px;
	}

	.info-list.add{
		margin:-60px 0 0;
		padding:0 0 0 5px;
	}

	.content-area h2 {
		font-size: 30px;
	}

	c.content-area .container .text-area .row .col .intro3 {
		font-size: 15px;
		line-height: 12px;
		font-weight: bold;
		font-style: italic;
	}

	.content-area .text-area {
		padding: 30px;
	}

	.content-area .product-area {
		padding: 0;
	}

	.content-area .product-area .row .col {
		padding: 25px 20px 50px;
	}

	.content-area .product-area .row a {
		font-size: 24px;
	}


	.content-area .row .col {
		padding: 0 30px;
	}

	.list-area {
		padding: 43px 30px 21px 30px;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:-o-flex;
		display:flex;
		justify-content:center;
	}

	.list-area ul {
		font-size: 20px;
	}

	.links-area {
		padding: 50px 0 45px;
	}

	.links-area h3 {
		font-size: 24px;
	}

	.configurations {
		padding: 50px 0 55px;
	}

	.configurations .links {
		padding: 0;
	}

	.content-area .product-area .row .row-area .container {
		padding-left: 50px;
	}

	.content-area .product-area .row .row-area .alignright {
		margin: 0 30px 48px 60px;
	}

	.content-area .product-area .row .row-area .configurations .links {
		font-size: 19px !important;
	}

	#footer {
		font-size: 14px;
		line-height: 20px;
	}

	.footer-nav {
		margin: 30px 0 0;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 18px;
	}

	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 20px;
		line-height: 24px;
	}

	.header-upper {
		padding: 15px 0 0;
	}

	.header-upper .logo {
		max-width: 200px;
		margin: 0;
	}

	.header-upper .logo-right {
		max-width: 200px;
	}

	.header-upper .info {
		width: 300px;
		margin: 0 0 0 -140px;
		font-size: 16px;
		line-height: 20px;
	}

	.nav-holder {
		display: block;
	}

	.tel-link {
		float: right;
	}

	.nav-opener {
		display: block;
	}

	.menu {
		display: none;
		padding: 0;
		position: fixed;
		top: 99px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		background: #000;
	}

	.menu .tel-link {
		display: none;
	}

	.menu-holder {
		display: block;
		height: 100%;
		overflow: auto;
	}

	.nav-active {
		height: 100%;
		overflow: hidden;
	}

	.nav-active .menu {
		display: block;
	}

	.nav {
		display: block;
		font-size: 16px;
		line-height: 20px;
		text-align: left;
	}

	.nav > li {
		display: block;
		min-width: inherit;
	}

	.nav > li > a {
		display: block;
		height: auto;
		padding: 12px 15px;
	}

	.nav > li > a br {
		display: none;
	}

	.nav > li > a > span {
		position: relative;
		padding-right: 20px;
	}

	.nav .drop-opener {
		display: block;
	}

	.nav .drop {
		display: none !important;
		position: static;
	}

	.nav .drop a {
		padding: 12px 15px;
	}

	.slider-section .container {
		min-height: 500px;
		padding: 40px 15px 140px;
	}

	.slider-section .title {
		font-size: 20px;
		line-height: 26px;
	}

	.slider-section .title strong {
		font-size: 40px;
	}

	.slider-section .title em {
		font-size: 60px;
	}

	.slider-section .title span {
		margin: 0 -90px 0 0;
	}

	.slider-section .text-holder {
		font-size: 26px;
		line-height: 30px;
	}

	.slider-section .text-holder .text1 {
		margin: 0 0 60px;
	}

	.slider-section .text-holder .text2 {
		margin: 0 0 60px;
	}

	.slider-section .text-holder .text3 strong {
		font-size: 40px;
	}

	.slider-section .text-holder .text3 strong i {
		font-size: 55px;
	}

	.slider-section .text-holder .text3 strong i + i {
		margin: 0 -10px 0 -8px;
	}

	.slider-section .btn:after {
		margin: -10px 0 0;
		border-width: 10px 0 10px 14px;
	}

	.bottom-text {
		font-size: 20px;
		line-height: 26px;
	}

	.bottom-text p {
		display: block;
		margin: 0 0 10px;
	}

	.bottom-text img {
		margin: 0;
	}

	.intro-section .text-area,
	.intro-section .text-area3 {
		max-width: 340px;
		padding: 80px 0 25px 15px;
	}

	.intro-section .text-area3{
		max-width:450px;
	}

	.intro-section .text-area.sub-text-area{
		max-width:100%;
		padding:45px 15px 25px;
	}

	.intro-section h1,
	.intro-section h1.add1 {
		font-size: 28px;
		margin:0 -20px 20px 0;
	}

	.intro-section h1 span {
		font-size: 46px;
	}

	.intro-section h2 {
		font-size: 22px;
	}

	.intro-section .alignright {
		max-width: 420px;
		margin: -170px -10px 30px 20px;
	}

	.intro-section .alignright.image01{
		max-width:350px;
	}

	.intro-section .row ul {
		padding:0;
		font-size: 18px;
		line-height: 24px;
	}

	.intro-section .row ul li:before {
		width: 8px;
		height: 8px;
	}

	.info-list{
		padding:50px 0 10px;
		font-size:18px;
		line-height:24px;
	}

	.info-list li:before{
		width:8px;
		height:8px;
	}

	.content-area .heading {
		padding: 35px 0;
	}

	.content-area .description {
		padding: 25px 0 7px;
	}

	.content-area h2 {
		font-size: 24px;
	}

	.content-area .text-area {
		padding: 30px 0;
	}

	.content-area .product-area {
		padding: 0;
	}

	.content-area .product-area .row .col {
		text-align: center;
	}

	.content-area .product-area .row a {
		margin-left: 0;
		font-size: 19px;
	}

	.row {
		margin: 0 -15px -30px;
	}

	.content-area .row .col {
		padding: 0 15px;
	}

	.content-area .logo-text {
		margin: -10px 0 -6px;
		font-size: 26px;
	}

	.list-area {
		padding: 40px 30px 20px;
	}

	.list-area ul {
		font-size: 18px;
	}

	.list-area ul li:before {
		width: 8px;
		height: 8px;
	}

	.list-area ul li:nth-child(even) {
		margin-left: 40px;
	}

	.links-area h3 {
		font-size: 20px;
	}

	.links-list {
		font-size: 18px;
	}

	.links-list .ico-pdf {
		width: 60px;
		height: 52px;
		background-size: 100%;
	}

	.configurations .links {
		font-size: 19px;
	}

	.content-area .product-area .row .row-area {
		padding: 25px 5px 50px;
	}

	.content-area .product-area .row .row-area .container {
		padding: 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.content-area .product-area .row .row-area .alignright {
		margin: 0 0 40px;
	}

	.content-area .product-area .row .row-area a {
		margin: 0 0 30px;
	}

	.content-area .product-area .row .row-area .configurations .links {
		margin: 0;
	}

	.content-area .product-area .row .row-area .configurations .links a {
		/*margin: 0;*/
		font-size: 19px;
	}

	.message-block {
		padding:130px 10px 240px;
	}

	#footer > .container {
		padding: 50px 15px;
	}

	.footer-nav {
		float: none;
		margin: 0 -5px 30px;
		text-align: center;
	}

	.footer-holder {
		float: none;
		max-width: inherit;
		text-align: center;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}

	.header-upper {
		padding: 15px 0 10px;
	}

	.header-upper .logo {
		max-width: 140px;
	}

	.header-upper .logo-right {
		max-width: 120px;
		margin: 1px 0 -13px;
	}

	.header-upper .info {
		width: 200px;
		margin: 0 0 -8px -85px;
		font-size: 12px;
		line-height: 16px;
	}

	.menu {
		top: 92px;
	}

	.nav > li > a {
		padding: 10px 15px;
	}

	.nav .drop a {
		padding: 10px 15px;
	}

	.slider-section .container {
		min-height: 350px;
		padding: 30px 15px 100px;
	}

	.slider-section .title strong {
		display: block;
		margin: 0 0 10px;
		text-align: left;
	}

	.slider-section .title span {
		margin: 0 -15px 0 0;
	}

	.slider-section .text-holder {
		font-size: 18px;
		line-height: 22px;
	}

	.slider-section .text-holder .text1 {
		margin: 0 0 40px;
	}

	.slider-section .text-holder .text2 {
		margin: 0 0 40px;
	}

	.slider-section .text-holder .text3 strong {
		font-size: 34px;
		margin: 0;
	}

	.slider-section .text-holder .text3 strong i {
		font-size: 45px;
	}

	.slider-section .text-holder .text3 strong i + i {
		margin: 0 -6px;
	}

	.slider-section .text-holder .text3 span {
		margin: 0;
	}

	.slider-section .btn {
		bottom: 30px;
		right: 15px;
	}

	.bottom-text {
		padding: 15px 0 20px;
		font-size: 18px;
		line-height: 24px;
	}

	.intro-section .text-area,
	.intro-section .text-area3 {
		max-width: inherit;
		padding: 30px 0 140px;
	}

	.intro-section .text-area.sub-text-area{
		padding:30px 15px 10px;
	}

	.intro-section h1{
		font-size:26px;
		margin:0 -10px 20px 0;
	}

	.intro-section h1 span{
		font-size:36px;
	}

	.intro-section .alignright{
		float: left;
		width: 100%;
		max-width: inherit !important;
		margin: -120px auto 30px;
		text-align: center;
	}

	.intro-section .alignright.image01{
		margin-left:auto;
	}

	.intro-section .row {
		display: block;
		overflow: hidden;
	}

	.intro-section .row ul {
		width: auto;
		display: block;
		padding: 0;
	}

	.intro-section .row ul + ul {
		width: auto;
	}

	.intro-section .row ul li {
		padding: 0 0 12px 16px;
	}

	.info-list{
		padding:0;
		width:100%;
		float:left;
	}

	.info-list.add{
		margin:0;
	}

	.content-area .text-area p {
		margin: 0 0 20px;
	}

	.content-area .product-area .row .col {
		padding: 25px 10px;
	}

	.content-area .product-area .row .col:last-child {
		border-bottom: 1px solid #000;
	}

	.hd-content-area .product-area .row .col:last-child {
		display: none;
	}

	.row {
		display: block;
		margin: 0 0 -20px;
	}

	.content-area .row .col {
		width: auto;
		padding: 0;
	}

	.content-area .logo-text {
		font-size: 24px;
	}

	.list-area {
		padding: 40px 0 20px;
	}

	.list-area ul {
		font-size: 16px;
	}

	.list-area ul li:nth-child(even) {
		margin-left: 0;
	}

	.links-area {
		padding: 35px 0 40px;
	}

	.links-area h3 {
		font-size: 18px;
	}

	.configurations {
		padding: 35px 0 40px;
	}

	.configurations .links {
		font-size: 16px;
	}

	.configurations .links a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.configurations .links .ico-pdf {
		margin: 0 0 10px -8px;
	}

	.content-area .product-area .row .row-area {
		padding: 25px 0 40px;
	}

	.content-area .product-area .row .row-area .container {
		padding: 0;
	}

	.content-area .product-area .row .row-area .configurations .links a {
		font-size: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.content-area .product-area .row .row-area .configurations .links .ico-pdf {
		display: block;
	}

	.message-block {
		padding:110px 10px 200px;
	}

	.calculate {
		padding:0 15px 55px;
		font-size:14px;
	}

	.calculate a {
		padding:7px 20px 6px;
	}
}

@media (max-width: 479px) {
	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 16px;
		line-height: 20px;
	}

	.header-upper {
		padding: 15px 0 20px;
	}

	.header-upper .logo-right {
		max-width: 150px;
		margin: 2px 0 -12px;
	}

	.header-upper .info {
		left: 0;
		width: auto;
		margin: -1px 0 -14px 15px;
		font-size: 11px;
	}

	.menu {
		top: 112px;
	}

	.slider-section .title {
		font-size: 17px;
		line-height: 22px;
	}

	.slider-section .title strong {
		font-size: 34px;
	}

	.slider-section .title em {
		font-size: 50px;
	}

	.slider-section .text-holder {
		font-size: 16px;
	}

	.slider-section .text-holder .text3 strong {
		font-size: 22px;
	}

	.slider-section .text-holder .text3 strong i {
		font-size: 28px;
	}

	.slider-section .text-holder .text3 strong i + i {
		margin: 0 -4px;
	}

	.slider-section .btn:after {
		margin: -8px 0 0;
		border-width: 8px 0 8px 12px;
	}

	.bottom-text {
		font-size: 16px;
	}

	.intro-section h1,
	.intro-section h1.add1 {
		font-size:25px;
		margin: 0 0 15px;
	}

	.intro-section h1.add1{
		font-size:20px;
	}

	.intro-section h1 span {
		line-height: 40px;
	}

	.intro-section h2 {
		font-size: 20px;
	}

	.intro-section .alignright {
		margin: -110px auto 20px;
	}

	.content-area .heading {
		padding: 20px 0;
	}

	.content-area .description {
		padding: 18px 0 0;
		line-height: 1.4;
	}

	.content-area h2 {
		font-size: 18px;
	}

	.content-area .product-area .row .col {
		padding: 20px 10px;
	}

	.content-area .product-area .row a {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.links-area {
		padding: 35px 0 20px;
	}

	.links-area .links {
		display: block;
		font-size: 14px;
	}

	.links-list.cols-2{
		display:block;
	}

	.links-list li {
		margin: 20px 0;
	}

	.links-list.cols-2 li{
		width:auto;
	}

	.links-list span {
		min-width: 110px;
	}
		.content-area .product-area .row .row-area .alignright {
		margin-bottom: 25px;
	}

	.content-area .product-area .row .row-area a {
		margin-bottom: 15px;
	}

	.content-area .product-area .row .row-area .configurations .links {
		display: block;
		font-size: 14px;
	}
	.configurations {
		padding: 25px 0 25px;
	}

	.message-block {
		padding:90px 10px 150px;
	}
}



/* <!--Changes by F7DigitalDesign to Reliable PSD code below:-->

<!--make all text on 4th slide italic-->
<!--changed ico-pdf.png to .gif-->
<!--Notes: Other changes by F7DigitalDesign: above find: info-bar a, text-area3, logo-text2, .heading2--> */


.hero-section {
	position: relative;
	padding: 45px 0 20px;
}

.hero-section-bg {
	position: absolute;
	inset: 0;
}

.hero-section-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-section-title,
.hero-section-text {
	color: #fff;
}

.hero-section-inner {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: center;
}

.hero-section-title {
  font-size: 52px;
  font-family: "Helvetica";
  font-weight: bold;
  line-height: 1.154;
  text-align: center;
  margin-bottom: 15px;
}

.hero-section-text {
  	font-size: 39px;
  	font-family: "Helvetica";
  	line-height: 1;
	text-align: center;
	font-style: italic;
}


.info-bar {
	padding-top: 0;
}

.hero-section-content {
	position: relative;
	z-index: 2;
	max-width: 730px;
}

.hero-section-visual {
	max-width: 450px;
	width: 100%;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.hero-section-label {
  font-size: 21px;
  font-family: "Helvetica";
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.main-content {
	padding: 60px 0;
	background-color: #fff;
}

.main-content-inner {
	display: flex;
	gap: 80px;
}

.main-content-title {
	font-size: 31px;
	margin-bottom: 5px;
	font-weight: 700;
}

.main-content-text {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 35px;
}

.main-content-text:last-child {
	margin-bottom: 0;
}

.sidebar {
	max-width: 470px;
	width: 100%;
	display: flex;
	flex-shrink: 0;
}

.sidebar ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.sidebar-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.sidebar-item {
	background-color: #cddfe9;
	padding: 25px;
	padding-bottom: 20px;
	display: inline-block;
	color: #000000;
	height: auto;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}

.sidebar-item:hover .sidebar-item-label {
	color: #000;
}

.sidebar-item-btn {
	background-color: #284a69;
	border-radius: 50px;
	color: #fff;
	position: relative;
	padding-right: 45px;
	margin-bottom: 10px;
	font-size: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar-item-btn:after {
	content: '';
	position: absolute;
	width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 11.5px 0 11.5px 16px;
   border-color: transparent transparent transparent #94a6b5;
   transform: rotate(0deg);
   right: 12px;
   top: 50%;
   transform: translateY(-50%);
}

.sidebar-item-visual {
	height: 250px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.sidebar-item-visual.overlay img {
	height: 340px;
    position: relative;
    z-index: auto;
	transform: translate(30px, 60px);
}

.sidebar-item-visual img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 380px;
	text-align: center;
	margin: 0 auto;
}

.sidebar-item-label {
	font-size: 29px;
	font-weight: 700;
	color: #000;
}

.sidebar-item-content {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: flex-end;
	position: relative;
	z-index: 2;
}


@media (max-width: 1023px) {
	.hero-section-title {
	  font-size: 39px;
	  font-family: "Helvetica";
	  font-weight: bold;
	  line-height: 1.154;
	  text-align: center;
	}

	.hero-section-text {
	  	font-size: 30px;
	  	font-family: "Helvetica";
	  	line-height: 1;
		text-align: center;
		font-style: italic;
	}
	.main-content-inner {
		flex-direction: column;
		gap: 40px;
	}
	.sidebar {
		max-width: 100%;
	}
	.sidebar ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
	.sidebar-item-content {
		align-items: flex-end;
		gap: 10px;
	}
	.sidebar-item {
		max-height: none;
		height: auto;
	}
	.sidebar-item-visual {
		height: 150px;
	}
	.sidebar-item-visual.overlay img {
		transform: translate(30px, 100px);
	}
	.main-content-title {
		font-size: 25px;
	}

	.main-content-text {
		font-size: 20px;
	}
}

@media(max-width: 768px) {
	.sidebar {
		justify-content: center;
	}
	.sidebar-item {
		padding: 20px;
	}
	.sidebar li:nth-child(3) .sidebar-item-visual,
	.sidebar li:nth-child(5) .sidebar-item-visual {
		transform: scale(1.1);
	}
	.sidebar-item-btn {
		margin-bottom: 0;
	}
	.sidebar-item-visual,
	.sidebar-item-visual.overlay {
		height: 170px;
	}
	.sidebar-item-visual.overlay img {
		transform: translate(30px, 90px);
	}
	.sidebar-item-btn {
		font-size: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 40px;
	}
	.sidebar-item-label {
		font-size: 20px;
	}
	.sidebar-item-btn:after {
	   border-width: 8.5px 0 8.5px 12px;
	   right: 15px;
	   top: 50%;
	   transform: translateY(-50%);
	}
}


@media (max-width: 767px) {
	.hero-section-inner {
		flex-direction: column;
	}
	.main-content {
		padding: 30px 0;
	}
	.sidebar-item-content {
		flex-direction: row;
		align-items: flex-end;
	}
	.sidebar ul {
		grid-template-columns: repeat(1, 1fr);
		max-width: 360px;
	}
	.sidebar-item-visual.overlay img {
		transform: translate(60px, 90px);
	}
	.sidebar-item-visual {
		height: 170px;
	}
}