@import url(jquery.fancybox.css);/*! 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;
}

.connect-holder .social-networks,
#nav ul,
.footer-holder ul,
.partners .partner-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #49AB51;
	font: 16px/1.2 "Montserrat", "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: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 50px;
}

h2,
.h2 {
	font-size: 35px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
	line-height: 25px;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #10171d;
}

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: #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,
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,
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,
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,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.holder {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
}

.bg-stretch.add:before {
	background: rgba(255, 255, 255, .7);
}

.bg-stretch:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .4);
}

#main {
	padding-top: 108px;
}

h2 {
	font-weight: 500;
	/* position: relative; */
	padding-bottom: 10px;
	text-align: center;
}

h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 180px;
	margin: auto;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .001), #fff 50%, rgba(255, 255, 255, .001));
	background-image: linear-gradient(to right, rgba(255, 255, 255, .001), #fff 50%, rgba(255, 255, 255, .001));
	background-repeat: no-repeat;
}

h3 {
	font-weight: 500;
}

.btn {
	display: inline-block;
	vertical-align: top;
	border: 2px solid transparent;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.btn .fa {
	font-size: 25px;
	line-height: 19px;
	vertical-align: top;
	margin-left: 8px;
}

.btn.btn-default {
	background: #10171d;
	color: #fff;
	border: none;
	border: 2px solid #10171d;
}

.btn.btn-default:hover {
	background: #fff;
	color: #10171d;
}

.btn.btn-primary {
	background: #0288CC;
	color: #fff;
	border: 2px solid #0288CC;
}

.btn.btn-primary:hover {
	background: #fff;
	color: #e52e1c;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	width: 100%;
	height: 42px;
	font-size: 16px;
	background: #fff;
	color: black;
	border: 1px solid #fff;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
}

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: #1c252c;
}

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: #1c252c;
}

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: #1c252c;
}

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: #1c252c;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #1c252c;
}

textarea {
	height: auto;
	resize: none;
}

#header {
	padding: 15px 0;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #ccc;
	z-index: 9;
}

#header .holder {
	position: relative;
}

#header .right-section {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo {
	width: 250px;
	height: 77px;
}

.logo img {
	vertical-align: top;
}

.nav-opener {
	float: right;
	position: relative;
	font-size: 0;
	line-height: 0;
	z-index: 3;
	width: 50px;
	height: 35px;
	border-radius: 4px;
}

.nav-opener:focus {
	outline: none;
}

.nav-opener:hover {
	opacity: .7;
}

.nav-opener span {
	-webkit-transition: .25s ease linear;
	transition: .25s ease linear;
	display: block;
	position: absolute;
	top: 50%;
	left: 20%;
	right: 20%;
	height: 3px;
	background: #10171d;
	margin-top: -2px;
}

.nav-active .nav-opener span {
	background: none;
}

.resize-active .nav-opener span {
	-webkit-transition: none;
	transition: none;
}

.nav-opener span:before,
.nav-opener .banner h1 span:after,
.banner h1 .nav-opener span:after,
.nav-opener span:after {
	-webkit-transition: .25s ease linear;
	transition: .25s ease linear;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #10171d;
	content: "";
	margin: 0;
	-webkit-transition-delay: .25s, 0s;
	transition-delay: .25s, 0s;
}

.nav-active .nav-opener span:before,
.nav-active .nav-opener .banner h1 span:after,
.banner h1 .nav-active .nav-opener span:after,
.nav-active .nav-opener span:after {
	-webkit-transition-delay: 0s, .25s;
	transition-delay: 0s, .25s;
}

.resize-active .nav-opener span:before,
.resize-active .nav-opener .banner h1 span:after,
.banner h1 .resize-active .nav-opener span:after,
.resize-active .nav-opener span:after {
	-webkit-transition: none;
	transition: none;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}

.nav-opener span:before,
.nav-opener .banner h1 span:after,
.banner h1 .nav-opener span:after {
	top: -8px;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.nav-active .nav-opener span:before,
.nav-active .nav-opener .banner h1 span:after,
.banner h1 .nav-active .nav-opener span:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-opener span:after {
	bottom: -8px;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}

.nav-active .nav-opener span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.connect-holder {
	position: absolute;
	top: 0;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.connect-holder .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.connect-holder .social-networks li {
	padding: 0 5px;
}

.connect-holder .social-networks 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;
	width: 35px;
	height: 35px;
	background: #e52e1c;
	border-radius: 100px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
}

.connect-holder .social-networks li a:hover {
	background: #10171d;
}

.connect-holder .social-networks li a .fa {
	font-size: 20px;
	line-height: 1;
}

.phone-number {
	padding-top: 1px;
	display: block;
	margin-right: 10px;
}

.phone-number a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: top;
	color: #10171d;
	text-decoration: none;
	font-size: 30px;
	line-height: 1;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.phone-number a:hover {
	color: #10171d;
}

.phone-number a .fa {
	margin-right: 10px;
	font-size: 38px;
	line-height: 1;
}

#nav {
	padding-top: 48px;
}

#nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -8px;
}

.nav-active #nav ul {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

#nav ul li {
	padding: 5px 8px;
	/* text-transform: uppercase; */
}

#nav ul li a {
	color: #10171d;
	text-decoration: none;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

#nav ul li a:hover {
	color: #e52e1c;
}

#footer {
	padding: 40px 0 0;
	background: #fff;
	color: #10171d;
}

.footer-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 40px;
	margin: 0 -40px;
}

.footer-holder h3 {
	font-size: 16px;
	line-height: 1.25;
}

.footer-holder ul li {
	font-size: 14px;
	line-height: 25px;
}

.footer-holder ul li a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.footer-holder ul li a:hover {
	color: #466580;
}

.footer-holder .col {
	width: 25%;
	padding: 0 40px;
}

.footer-holder .contact-info {
	width: 30%;
}

.footer-holder .links {
	width: 20%;
}

.footer-holder .social-networks ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-holder .social-networks ul li {
	font-size: 20px;
	line-height: 1;
	padding: 5px;
}

.footer-bottom {
	overflow: hidden;
	background: #10171d;
	color: #fff;
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.2857;
}

.footer-bottom .copyright {
	float: left;
}

.footer-bottom .by {
	float: right;
}

.banner {
	position: relative;
}

.banner .slick-slider .slide {
	position: relative;
	height: calc(100vh - 350px);
	z-index: 2;
}

.banner .slick-slider .holder {
	height: 100%;
}

.banner .slick-slider .image-holder {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
}

.banner .slick-slider .image-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .4);
}

.banner .slick-slider .slick-arrow {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 0;
	line-height: 0;
	opacity: .6;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

.banner .slick-slider .slick-arrow:hover {
	opacity: 1;
}

.banner .slick-slider .slick-arrow:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 60px;
	line-height: 1;
}

.banner .slick-slider .slick-arrow.slick-prev {
	left: 8%;
}

.banner .slick-slider .slick-arrow.slick-prev:before {
	content: "\f190";
}

.banner .slick-slider .slick-arrow.slick-next {
	right: 8%;
}

.banner .slick-slider .slick-arrow.slick-next:before {
	content: "\f18e";
}

.banner .banner-description {
	width: 85%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
}

.banner h1 {
	width: 100%;
	font-weight: 600;
	overflow: hidden;
}

.banner h1 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
}

.banner h1 span:before,
.banner h1 span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	height: 2px;
	width: 9999px;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .001) 97.2%, #fff 98%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, .001) 97.2%, #fff 98%);
	background-repeat: repeat-x;
}

.banner h1 span:after {
	right: auto;
	left: 100%;
	background-image: -webkit-linear-gradient(left, #fff 2%, rgba(255, 255, 255, .001) 2.8%);
	background-image: linear-gradient(to right, #fff 2%, rgba(255, 255, 255, .001) 2.8%);
	background-repeat: repeat-x;
}

.banner .text-holder {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.banner .text-holder:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .001), #fff 50%, rgba(255, 255, 255, .001));
	background-image: linear-gradient(to right, rgba(255, 255, 255, .001), #fff 50%, rgba(255, 255, 255, .001));
	background-repeat: no-repeat;
}

.banner .text {
	display: block;
	font-size: 30px;
	line-height: 1.2667;
}

.banner .video-link {
	display: block;
}

.banner .video-link a {
	color: #fff;
	text-decoration: none;
	font-size: 55px;
	line-height: 1;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.banner .video-link a:hover {
	color: #e52e1c;
}

.services-block {
	padding: 50px 0;
	text-align: center;
}

.services-block .services-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	margin: 0 -8px;
}

.services-block .service-box {
	width: 25%;
	padding: 0 8px;
}

.services-block .service-box .service-holder {
	background: #f8f8f8;
	color: #10171d;
	font-size: 13px;
	line-height: 1.29;
	font-weight: 300;
	border: 1px solid #b9b9b9;
	box-shadow: 2px 1px 6px 2px rgba(89, 89, 89, .1);
	position: relative;
}

.services-block .service-box .service-holder:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	z-index: -1;
	box-shadow: 0 6px 20px -6px rgba(0, 0, 0, .7);
}

.services-block .preview {
	margin-bottom: 12px;
	position: relative;
	height: 160px;
}

.services-block .preview a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.services-block .preview img {
	vertical-align: top;
}

.services-block h3 {
	font-size: 16px;
	text-transform: uppercase;
}

.services-block h3 a {
	color: #e52e1c;
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.services-block h3 a:hover {
	color: #8b1b10;
}

.services-block .text-holder {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
}

.whats-new {
	background: #fff;
	color: #10171d;
	padding: 60px 0;
}

.whats-new h2 {
	margin-bottom: 40px;
}

.whats-new h2:after {
	background-image: -webkit-linear-gradient(left, rgba(16, 23, 29, .001), #10171d 50%, rgba(16, 23, 29, .001));
	background-image: linear-gradient(to right, rgba(16, 23, 29, .001), #10171d 50%, rgba(16, 23, 29, .001));
	background-repeat: no-repeat;
}

.whats-new .description {
	float: left;
	width: 60%;
	padding-right: 28px;
}

.whats-new .description p {
	margin-bottom: 28px;
}

.whats-new .video-holder,
.whats-new .image-holder {
	float: right;
	width: 40%;
}

.whats-new .video-holder iframe,
.whats-new .image-holder iframe {
	border: none;
	width: 100%;
	vertical-align: top;
}

.whats-new .image-holder img {
	vertical-align: top;
}

.other-services {
	padding: 60px 0;
	text-align: center;
}

.other-services .text-holder {
	padding: 20px 0 0;
	font-size: 20px;
	line-height: 1.4;
}

.other-services .four-columns {
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -8px;
}

.other-services .four-columns .col {
	padding: 8px;
}

.other-services .two-columns {
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.other-services .two-columns .col {
	width: 50%;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.other-services .two-columns .col > * {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.other-services .icon {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 1000px;
	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;
	margin: 0 auto 15px;
}

.other-services h3 {
	margin-bottom: 20px;
}

.other-services .video-holder,
.other-services .whats-new .image-holder,
.whats-new .other-services .image-holder {
	position: relative;
}

.other-services .video-holder .play,
.other-services .whats-new .image-holder .play,
.whats-new .other-services .image-holder .play {
	font-size: 60px;
	line-height: 1;
	color: #e52e1c;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

.other-services .video-holder .play:hover,
.other-services .whats-new .image-holder .play:hover,
.whats-new .other-services .image-holder .play:hover {
	color: #10171d;
}

.other-services .video-holder iframe,
.other-services .whats-new .image-holder iframe,
.whats-new .other-services .image-holder iframe {
	border: none;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.other-services .image-holder img {
	vertical-align: top;
}

.other-services .image-holder iframe {
	width: 100%;
	border: none;
	vertical-align: top;
}

.partners {
	background: #fff;
	color: #10171d;
	padding: 0 0 60px;
}

.partners h2 {
	margin-bottom: 40px;
}

.partners h2:after {
	background-image: -webkit-linear-gradient(left, rgba(16, 23, 29, .001), #10171d 50%, rgba(16, 23, 29, .001));
	background-image: linear-gradient(to right, rgba(16, 23, 29, .001), #10171d 50%, rgba(16, 23, 29, .001));
	background-repeat: no-repeat;
}

.partners .partner-list {
	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;
}

.partners .partner-list li {
	padding: 8px;
}

.testimonials {
	padding: 60px 0;
	background: #49AB51;
	color: #10171d;
	text-align: center;
}

.testimonials h2 {
	margin-bottom: 30px;
}

.testimonials h2:after {
	background-image: -webkit-linear-gradient(left, rgba(16, 23, 29, .001), #10171d 50%, rgba(16, 23, 29, .001));
	background-image: linear-gradient(to right, rgba(16, 23, 29, .001), #10171d 50%, rgba(16, 23, 29, .001));
	background-repeat: no-repeat;
}

.testimonials .three-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -10px;
	text-align: left;
	padding-bottom: 15px;
}

.testimonials .three-columns .col {
	padding: 20px 10px;
}

.testimonials blockquote {
	margin: 0;
}

.testimonials blockquote q {
	font-size: 17px;
	line-height: 1.3333;
	font-weight: 300;
	display: block;
	position: relative;
	padding-left: 17px;
	margin-bottom: 15px;
}

.testimonials blockquote q:before,
.testimonials blockquote q:after {
	font-size: 50px;
	line-height: 1;
	position: absolute;
	top: -5px;
	left: 0;
}

.testimonials blockquote q:before {
	content: "“";
}

.testimonials blockquote q:after {
	content: "";
}

.testimonials blockquote cite {
	display: block;
	font-size: 13px;
	line-height: 1.2857;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 17px;
}

.testimonials blockquote cite .preview {
	width: 60px;
	height: 60px;
	border: 2px solid #10171d;
	border-radius: 500px;
	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;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.testimonials blockquote cite .text {
	overflow: hidden;
	display: block;
	padding-right: 15px;
}

.testimonials blockquote cite .text .name {
	display: block;
}

.testimonials blockquote cite .text .company {
	display: block;
}

.newsletter-block {
	padding: 50px 0;
}

.newsletter-form {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.newsletter-form .form-group {
	padding: 0 10px;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
	outline: none;
	border: none;
	border-bottom: 2px solid #fff;
	background: none;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	height: 41px;
	-webkit-transition: border-color .25s linear;
	transition: border-color .25s linear;
}

.newsletter-form input[type="text"]::-webkit-input-placeholder,
.newsletter-form input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}

.newsletter-form input[type="text"]::-moz-placeholder,
.newsletter-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.newsletter-form input[type="text"]:-moz-placeholder,
.newsletter-form input[type="email"]:-moz-placeholder {
	color: #fff;
}

.newsletter-form input[type="text"]:-ms-input-placeholder,
.newsletter-form input[type="email"]:-ms-input-placeholder {
	color: #fff;
}

.newsletter-form input[type="text"].placeholder,
.newsletter-form input[type="email"].placeholder {
	color: #fff;
}

.newsletter-form input[type="text"]:focus,
.newsletter-form input[type="email"]:focus {
	border-color: #ef8278;
}

.newsletter-form .btn {
	margin-left: 10px;
}

.banner-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 0;
	font-size: 18px;
	line-height: 1.4444;
}

.banner-holder .left-column {
	width: 69%;
	padding-right: 55px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.banner-holder .left-column p {
	margin-bottom: 30px;
}

.banner-holder .right-section {
	width: 31%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.banner-holder .banner-title {
	display: block;
	font-size: 23px;
	line-height: 1.2174;
	margin-bottom: 5px;
}

.banner-holder .video-area iframe {
	max-width: 100%;
}

.contact-form {
	background: rgba(255, 255, 255, .7);
	border-radius: 10px;
	overflow: hidden;
}

.contact-form h2 {
	font-size: 22px;
	line-height: 1.1333;
	padding: 16px 10px;
	background: #49AB51;
}

.contact-form h2:after {
	display: none;
}

.contact-form .form-body {
	padding: 8px 20px 15px;
}

.contact-form .form-body .form-group {
	margin-bottom: 10px;
}

.contact-form .btn {
	width: 100%;
}

.tagline-row {
	background: #49AB51;
	padding: 25px 0;
}

.tagline-row .tagline-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tagline-row .title {
	font-size: 24px;
	line-height: 1.17;
	padding-right: 15px;
}

.tagline-row .btn {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.large-image {
	padding: 30px 0;
}

.large-image .text {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
	padding: 10px 15px 25px;
}

@media (min-width: 768px) {
	.nav-opener {
		display: none;
	}

	.whats-new.add .description {
		width: auto;
		float: none;
		padding-right: 0;
	}

	.whats-new.add .video-holder,
	.whats-new.add .image-holder {
		margin-bottom: 20px;
		margin-left: 20px;
	}
}

@media (max-width: 1199px) {
	.banner h1 span:before,
	.banner h1 span:after {
		width: 7777px;
	}

	.tagline-row .title {
		font-size: 22px;
	}
}

@media (max-width: 1023px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 16px;
	}

	.logo {
		width: 150px;
		height: auto;
	}

	.phone-number a {
		font-size: 25px;
	}

	.phone-number a .fa {
		font-size: 32px;
	}

	#nav ul {
		margin: 0 -6px;
	}

	#nav ul li {
		padding: 5px 6px;
		font-size: 13px;
	}

	.footer-holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-holder .col {
		width: 33.33%;
	}

	.footer-holder .contact-info {
		width: 33.33%;
	}

	.footer-holder .links {
		width: 33.33%;
	}

	.banner .slick-slider .slick-arrow:before {
		font-size: 40px;
	}

	.banner .slick-slider .slick-arrow.slick-prev {
		left: 5%;
	}

	.banner .slick-slider .slick-arrow.slick-next {
		right: 5%;
	}

	.banner h1 span:before,
	.banner h1 span:after {
		width: 5555px;
	}

	.banner .text {
		font-size: 25px;
	}

	.services-block {
		padding: 30px 0;
	}

	.services-block .text-holder {
		font-size: 18px;
	}

	.whats-new {
		padding: 30px 0;
	}

	.whats-new.add .video-holder iframe,
	.whats-new.add .image-holder iframe {
		height: 200px;
	}

	.other-services {
		padding: 30px 0;
	}

	.other-services .text-holder {
		font-size: 18px;
		padding-top: 10px;
	}

	.other-services .four-columns {
		padding-top: 20px;
	}

	.other-services .two-columns {
		padding-top: 10px;
	}

	.other-services .two-columns .col {
		padding: 10px;
	}

	.partners {
		padding-bottom: 30px;
	}

	.testimonials blockquote q {
		font-size: 14px;
	}

	.testimonials blockquote cite {
		font-size: 11px;
	}

	.newsletter-block {
		padding: 40px 0;
	}

	.newsletter-form .form-group {
		padding: 0 3px;
	}

	.newsletter-form .btn {
		margin-left: 5px;
	}

	.banner-holder {
		padding: 30px 0;
	}

	.banner-holder h1 {
		font-size: 30px;
		line-height: 1.2;
	}

	.banner-holder .left-column {
		padding-right: 15px;
	}

	.banner-holder .banner-title {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 15px;
	}

	#header {
		padding: 0;
	}

	#header .holder {
		padding: 0;
		background: #fff;
	}

	#header .right-section {
		padding: 10px;
		background: #fff;
	}

	.logo {
		width: 130px;
	}

	.connect-holder {
		margin-bottom: 2px;
		position: static;
		background: #0288CC;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 5px 12px;
	}

	.connect-holder .social-networks li a {
		background: #fff;
		color: #e52e1c;
	}

	.phone-number {
		padding-top: 3px;
	}

	.phone-number a {
		font-size: 14px;
		color: #fff;
	}

	.phone-number a .fa {
		font-size: 16px;
		margin-right: 5px;
	}

	#nav {
		padding-top: 0;
	}

	#nav ul {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: rgba(16, 23, 29, .9);
		display: block;
		text-align: left;
		padding: 10px 0;
		margin: 0;
		overflow: auto;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: .15s linear opacity, .3s linear visibility, .3s linear -webkit-transform;
		transition: .15s linear opacity, .3s linear visibility, .3s linear transform;
		visibility: hidden;
		z-index: -1;
	}

	#nav ul li {
		font-size: 16px;
		padding: 0;
	}

	#nav ul li a {
		color: #fff;
		display: block;
		padding: 10px 15px;
	}

	#nav ul li a:hover {
		background: #10171d;
	}

	#footer {
		padding-top: 10px;
	}

	.footer-holder {
		margin: 0;
		display: block;
	}

	.footer-holder ul li {
		padding: 5px 0;
	}

	.footer-holder .col {
		width: 100%;
		padding: 10px 0;
	}

	.footer-holder .contact-info {
		width: 100%;
	}

	.footer-holder .links {
		width: 100%;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .copyright {
		float: none;
		display: block;
		margin-bottom: 10px;
	}

	.footer-bottom .by {
		float: none;
		display: block;
	}

	.banner .slick-slider .slide {
		height: auto;
	}

	.banner .slick-slider .slick-arrow:before {
		font-size: 30px;
	}

	.banner h1 span {
		padding: 0 8px;
	}

	.banner h1 span:before,
	.banner h1 span:after {
		width: 2222px;
	}

	.banner .text-holder {
		padding-bottom: 20px;
		margin-bottom: 10px;
	}

	.banner .text {
		font-size: 15px;
	}

	.banner .video-link a {
		font-size: 48px;
	}

	.services-block {
		padding: 20px 0 15px;
	}

	.services-block .services-row {
		display: block;
		padding: 10px 0;
	}

	.services-block .service-box {
		padding: 8px 10px;
		width: 100%;
	}

	.services-block .text-holder {
		font-size: 14px;
	}

	.whats-new {
		padding: 20px 0;
	}

	.whats-new h2 {
		margin-bottom: 30px;
	}

	.whats-new.add .video-holder,
	.whats-new.add .image-holder {
		margin-bottom: 15px;
	}

	.whats-new .description {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-bottom: 20px;
	}

	.whats-new .video-holder,
	.whats-new .image-holder {
		width: 100%;
		float: none;
		text-align: center;
	}

	.whats-new .video-holder iframe,
	.whats-new .image-holder iframe {
		max-width: 600px;
	}

	.other-services {
		padding: 20px 0;
	}

	.other-services .text-holder {
		font-size: 16px;
	}

	.other-services .four-columns {
		padding-top: 0;
		display: block;
	}

	.other-services .four-columns .col {
		padding: 18px 10px;
	}

	.other-services .two-columns {
		padding-top: 0;
		display: block;
	}

	.other-services .two-columns .col {
		width: 100%;
	}

	.other-services .video-holder iframe,
	.other-services .whats-new .image-holder iframe,
	.whats-new .other-services .image-holder iframe {
		max-width: 400px;
		height: 200px;
	}

	.other-services .image-holder iframe {
		height: 200px;
	}

	.partners .partner-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.testimonials {
		padding: 30px 0;
	}

	.testimonials .three-columns {
		display: block;
	}

	.testimonials blockquote {
		max-width: 400px;
		margin: 0 auto;
	}

	.newsletter-block {
		padding: 20px 0;
	}

	.newsletter-form {
		display: block;
		padding: 10px 0;
	}

	.newsletter-form .form-group {
		padding: 0;
	}

	.newsletter-form .form-group + .form-group {
		margin-top: 8px;
	}

	.newsletter-form input[type="text"],
	.newsletter-form input[type="email"] {
		width: 100%;
		display: block;
	}

	.newsletter-form .btn {
		margin: 15px 0 0;
		display: block;
		width: 100%;
	}

	.banner-holder {
		-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;
		text-align: center;
		font-size: 16px;
	}

	.banner-holder h1 {
		font-size: 28px;
	}

	.banner-holder .left-column {
		padding: 0 0 20px;
		width: auto;
		max-width: 430px;
	}

	.banner-holder .right-section {
		width: auto;
		padding: 0;
	}

	.banner-holder .banner-title {
		font-size: 17px;
	}

	.banner-holder .video-area iframe {
		height: 200px;
	}

	.tagline-row .tagline-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.tagline-row .title {
		font-size: 18px;
		padding: 0 0 15px;
	}

	.large-image {
		padding: 10px 0;
	}

	.large-image .text {
		font-size: 16px;
		padding: 6px 15px 20px;
	}
}

