/*! 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;
}

.main-nav,
.slideshow .pagination ul,
.footer-list,
.foot-line .copy-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: #333;
	background: #fff;
	font: 20px/1.2 "Trebuchet MS", "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: 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;
}

p {
	margin: 0 0 1em;
}

a {
	color: #1c88d3;
}

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: #333;
}

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;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
}

.text-uppercase {
	text-transform: uppercase;
}

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	padding: 10px 16px;
	border: 1px solid #fff;
	background: #fff;
	color: #942522;
	font-size: 18px;
	text-decoration: none;
}

.btn:hover {
	background: #942522;
	color: #fff;
}

h2 {
	font-size: 20px;
	line-height: 1.2;
}

/* HEADER styles */

.top-line {
	padding: 23px 0 16px;
	background: #00407a;
	color: #fff;
	text-align: right;
}

.top-line a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	text-decoration: none;
}

.top-line a:hover {
	text-decoration: underline;
}

.top-line .call-box {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
}

.main-line {
	text-align: right;
	position: relative;
	padding: 20px 0;
}

.logo {
	float: left;
	width: 220px;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
}

.main-nav {
	font-size: 20px;
}

.main-nav li {
	margin: 0 0 10px;
}

.main-nav li.active a {
	color: #1c88d3;
}

.main-nav a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #333;
	text-decoration: none;
}

.main-nav a:hover {
	color: #1c88d3;
}

.nav-opener {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 30px;
	height: 25px;
	margin: 8px 0 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	content: "";
	position: absolute;
	background: #00407a;
	left: 0;
	width: 100%;
	height: 4px;
}

.nav-opener:before,
.nav-opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.nav-opener:before {
	top: 0;
}

.nav-opener span {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	top: 11px;
}

.nav-opener:after {
	bottom: 0;
}

.nav-active #nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 50%;
	left: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
	visibility: hidden;
}

/* carousel basic styles */

.slideshow {
	position: relative;
	overflow: hidden;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .slide img {
	width: 100%;
	display: block;
}

.slideshow .slide .slide-description {
	padding: 32px 0 57px;
	background: #2e2e43;
	color: #fff;
	text-align: center;
}

.slideshow .slide .slide-description h2 {
	display: block;
	max-width: 920px;
	margin: 0 auto;
	padding: 0 15px;
	color: inherit;
	font-weight: 400;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	left: 40px;
	z-index: 3;
	width: 30px;
	height: 30px;
	border: solid #1c88d3;
	border-width: 2px 0 0 2px;
	font-size: 0;
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
	border-color: #942522;
}

.slideshow .btn-next {
	left: auto;
	right: 40px;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

.slideshow .pagination {
	position: absolute;
	padding: 0 0 10px;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	z-index: 3;
}

.slideshow .pagination ul {
	height: 30px;
}

.slideshow .pagination ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin: 0 7px;
	background: #fff;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
}

.slideshow .pagination ul li.active:before {
	right: 0;
}

.slideshow .pagination ul li:before {
	-webkit-transition: right .3s ease-in-out, 1s .3s ease-in-out;
	transition: right .3s ease-in-out, 1s .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #1c88d3;
}

.slideshow.not-enough-slides .btn-prev,
.slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

/* benefits section styles */

.benefits-section {
	padding: 48px 0 58px;
}

.benefits-section .container {
	max-width: 1220px;
}

.benefits-section .benefit {
	overflow: hidden;
	font-size: 16px;
}

.benefits-section .benefit .visual {
	width: 150px;
}

.benefits-section .benefit h3 {
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 1.2;
}

.intro img {
	display: block;
	width: 100%;
}

.feature-section {
	overflow: hidden;
	padding: 15px 0;
}

.feature-section.reverse .visual {
	float: right;
}

.feature-section .visual {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.feature-section .visual img {
	width: 100%;
	display: block;
}

.feature-section .description {
	font-size: 16px;
}

.feature-section .description h2 {
	margin: 0 0 0;
	font-weight: 400;
}

.banner {
	padding: 15px 0;
	font-size: 20px;
	line-height: 1.2;
	background: #1c88d3;
	color: #fff;
	text-align: center;
}

.banner.gray-mod {
	background: #999;
	color: #333;
	font-weight: 700;
}

/* FOOTER styles */

#footer {
	font-size: 15px;
}

.get-start-block {
	padding: 20px 0 28px;
	background: #333;
	color: #fff;
}

.nav-block {
	padding: 35px 0 5px;
	overflow: hidden;
	background: #999;
	color: #fff;
}

.nav-block .social .footer-list li:last-child {
	padding-right: 0;
}

.footer-list {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
}

.footer-list li {
	margin: 0 0 10px;
	letter-spacing: 1.4px;
}

.footer-list li:first-child:before {
	display: none;
}

.footer-list a {
	text-decoration: none;
	color: inherit;
}

.footer-list a:hover {
	text-decoration: underline;
}

.foot-line {
	padding: 23px 0 14px;
	background: #092d47;
	color: #fff;
	text-align: center;
}

.foot-line .copy {
	display: block;
	margin: 0 0 10px;
}

.foot-line .copy-list {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

.foot-line .copy-list li {
	margin: 0 0 10px;
}

.foot-line .copy-list li:first-child:before {
	display: none;
}

.foot-line .copy-list a {
	color: inherit;
	text-decoration: none;
}

.foot-line .copy-list a:hover {
	text-decoration: underline;
}

@media (min-width: 480px) {
	.benefits-section .benefit {
		margin: 0 0 25px;
	}

	.benefits-section .benefit .visual {
		float: left;
		margin: 0 20px 0 0;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.btn {
		font-size: 24px;
	}

	h2 {
		font-size: 30px;
	}

	.logo {
		width: 250px;
	}

	#nav {
		padding: 13px 0;
	}

	.main-nav {
		font-size: 16px;
	}

	.main-nav li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 15px;
	}

	.nav-opener {
		display: none;
	}

	.slideshow .slide .slide-description {
		padding: 32px 0 48px;
	}

	.slideshow .pagination ul li {
		width: 30px;
		height: 30px;
		margin: 0 10px;
	}

	.benefits-section .benefit {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		margin: 0 -4px 0 0;
		padding: 0 20px;
	}

	.benefits-section .benefit .visual {
		display: block;
		width: 100%;
		margin: 0 0 24px;
		padding: 0 30px;
		float: none;
		text-align: center;
	}

	.feature-section.reverse .visual {
		margin: 9px 0 20px 30px;
	}

	.feature-section .visual {
		width: 300px;
		margin: 9px 30px 20px 0;
	}

	.feature-section .description {
		font-size: 18px;
	}

	.banner {
		font-size: 30px;
	}

	.footer-list li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		padding: 0 15px 10px 0;
	}

	.foot-line {
		padding: 23px 0 29px;
	}

	.foot-line .copy {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.foot-line .copy-list li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		padding: 0 11px;
		margin: 0;
	}
}

@media (min-width: 1024px) {
	.btn {
		font-size: 31px;
	}

	h2 {
		font-size: 40px;
	}

	.main-nav {
		font-size: 18px;
	}

	.main-nav li {
		margin: 0 0 0 30px;
	}

	.slideshow .slide .slide-description {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.benefits-section .benefit {
		font-size: 18px;
	}

	.benefits-section .benefit h3 {
		font-size: 22px;
	}

	.feature-section {
		padding: 62px 0 0;
	}

	.feature-section.reverse .visual {
		margin: 9px 0 50px 60px;
	}

	.feature-section .visual {
		width: 350px;
		margin: 9px 60px 50px 0;
	}

	.feature-section .description {
		font-size: 20px;
	}

	.banner {
		font-size: 40px;
	}

	.get-start-block {
		padding: 43px 0 48px;
	}

	.get-start-block h2 {
		float: left;
		width: 50%;
		padding: 0 20px 0 0;
	}

	.nav-block {
		padding: 42px 0 28px;
	}

	.nav-block .social {
		float: right;
	}

	.footer-list li:before {
		content: "";
		position: absolute;
		top: 2px;
		left: -10px;
		width: 1px;
		height: 15px;
		background: #fff;
	}

	.foot-line .copy-list li:before {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		height: 17px;
		width: 1px;
		background: #fff;
	}
}

@media (min-width: 1200px) {
	h2 {
		font-size: 50px;
	}

	.top-line .call-box {
		margin: 0 42px 0 0;
	}

	.logo {
		width: 488px;
	}

	#nav {
		padding: 44px 0;
	}

	.main-nav {
		font-size: 22px;
	}

	.main-nav li {
		margin: 0 0 0 30px;
	}

	.benefits-section .benefit {
		font-size: 20px;
	}

	.benefits-section .benefit h3 {
		font-size: 25px;
	}

	.intro {
		max-height: 450px;
		overflow: hidden;
	}

	.feature-section {
		padding: 62px 0 0;
	}

	.feature-section.reverse .visual {
		margin: 9px 0 66px 80px;
	}

	.feature-section .visual {
		width: 426px;
		margin: 9px 80px 66px 0;
	}

	.feature-section .description {
		font-size: 30px;
	}

	.banner {
		font-size: 50px;
	}

	.get-start-block .btn {
		min-width: 545px;
	}

	.footer-list li {
		padding: 0 22px 0 0;
	}

	.footer-list li:first-child {
		padding-left: 0;
	}

	.footer-list li:before {
		left: -14px;
	}
}

@media (min-width: 1440px) {
	.slideshow .slide {
		height: 900px;
	}
}

@media (max-width: 1023px) {
	.top-line {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.top-line .call-box .mobile-hidden {
		display: none;
	}

	#nav {
		-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out;
		position: absolute;
		padding: 0 15px;
		top: 100%;
		right: 0;
		opacity: 0;
		z-index: 99;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		background: rgba(255, 255, 255, .8);
	}

	.main-nav {
		padding: 20px 0;
	}

	.resize-active #nav {
		-webkit-transition: none !important;
		transition: none !important;
	}

	.slideshow .btn-prev,
	.slideshow .btn-next {
		display: none;
	}

	.nav-block .title {
		display: block;
		margin: 0 0 10px;
	}
}
