/*
Theme Name: JacobsRemovals
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jr
Tags: one-column, two-columns
Theme URI:
*/

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

ul,
#nav ul,
.status-list,
.radio-list,
.contact-list,
.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.holder:after,
.main-holder: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: #002a62;
	background: #fff;
	font: 16px/1.688 "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;
	vertical-align: top;
}

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

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.688em;
}

blockquote {
	border-left: 4px solid #919191;
	padding-left: .5em;
	margin-left: 1.688em;
}

th,
td {
	border: 1px solid #919191;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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 #919191;
	padding: .4em .7em;
	border-radius: 5px;
}

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: #919191;
}

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: #919191;
}

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: #919191;
}

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: #919191;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #919191;
}

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;
}

.widget {
	margin-bottom: 1.688em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
	border: 4px solid #2bb3fa;
	border-radius: 7px;
}

.comment-form input[type="submit"]:hover {
	background: #2bb3fa;
	color: #fff;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 0 10px;
	width: calc(100% - 85px);
}

.search-form input[type="submit"] {
	border: 4px solid #2bb3fa;
	border-radius: 7px;
	float: right;
	width: 80px;
}

.search-form input[type="submit"]:hover {
	background: #2bb3fa;
	color: #fff;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: transparent;
	color: #041e41;
	height: 2em;
	padding: 0 .5em;
	border: 4px solid #2bb3fa;
	border-radius: 7px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #2bb3fa;
	color: #fff;
}

.commentlist {
	margin: 0 0 1.688em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.688em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.688em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.688em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	color: #041e41;
	padding: .4em;
	text-decoration: none;
	border: 4px solid #2bb3fa;
	border-radius: 7px;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #2bb3fa;
	color: #fff;
}

.navigation-single {
	margin-bottom: 1.688em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	color: #041e41;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
	border: 4px solid #2bb3fa;
	border-radius: 7px;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	background: #2bb3fa;
	color: #fff;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #919191;
	padding: .4em;
	margin-bottom: 1.688em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.688em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.688em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.688em;
}

.mejs-container {
	margin-bottom: 1.688em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #919191;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	line-height: 1.222;
	font-weight: 700;
	margin: 0 0 .5em;
	color: #49afe3;
}

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

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

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: #49afe3;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
}

a:hover {
	color: #1e8ac2;
}

button,
[type="submit"] {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
}

* {
	outline: none;
}

body {
	font-size: 14px;
}

table {
	width: 100%;
	table-layout: fixed;
}

iframe {
	border-style: none;
}

textarea {
	resize: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#wrapper .holder {
	padding-left: 10px;
	padding-right: 10px;
}

.holder {
	max-width: 1114px;
	padding: 0 10px;
	margin: 0 auto;
}

.resize-active * {
	-webkit-transition: none;
	transition: none;
}

.btn {
	display: inline-block;
	vertical-align: top;
	border-radius: 7px;
	border: 4px solid #2bb3fa;
	color: #041e41;
	padding: 6px 10px;
	line-height: 20px;
	min-width: 150px;
	text-align: center;
}

.btn:hover {
	background: #2bb3fa;
	color: #fff;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0 0 34px 26px;
}

ul li {
	position: relative;
	padding: 0 0 8px 19px;
	line-height: 20px;
}

ul li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 11px;
	height: 11px;
	background: #49afe3;
}

ul ol li:before {
	display: none;
}

.flex-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.grid-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.grid-block .grid-3 {
	width: 100%;
	padding: 0 0 40px;
}

.grid-block .img-wrap {
	width: auto !important;
	margin: 0 0 30px;
}

.grid-block .text-wrap {
	width: auto !important;
}

.top-section {
	background: #041e41;
	color: #fff;
	padding: 17px 0;
	text-align: center;
	min-height: 82px;
}

.top-section a {
	color: inherit;
}

.top-section a:hover {
	color: #49afe3;
}

.top-section .option {
	color: #49afe3;
}

.logo {
	float: left;
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
	width: 150px;
}

.nav-opener {
	font-size: 0;
	line-height: 0;
	float: right;
	width: 40px;
	height: 19px;
	position: relative;
	z-index: 1;
	margin: 22px 0 0;
}

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

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

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	opacity: .8;
}

.nav-active #header {
	background: #041e41;
}

.nav-active .nav-opener {
	margin-top: 12px;
}

.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: 49%;
	background: #fff !important;
}

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

#nav ul {
	padding: 0;
}

#nav ul li {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -.03em;
	margin: 0 0 15px;
	text-align: center;
	padding: 0;
}

#nav ul li:before {
	display: none;
}

#nav ul li.active a,
#nav ul li a:hover {
	color: #49afe3;
}

#nav ul li a {
	display: block;
	padding: 10px;
}

[class^="sticky-wrap"].fixed-position #header {
	background: #041e41;
	min-height: 73px;
	padding: 15px 0;
}

[class^="sticky-wrap"].fixed-position #header .logo {
	width: 100px;
}

[class^="sticky-wrap"].fixed-position #header #nav {
	height: calc(100% - 73px);
}

[class^="sticky-wrap"].fixed-position #header .nav-opener {
	margin-top: 12px;
}

#header {
	background: transparent;
	-webkit-transition: background .3s linear, padding .3s linear;
	transition: background .3s linear, padding .3s linear;
	padding: 30px 0;
	min-height: 124px;
	position: relative;
	z-index: 10;
}

#header.fixed-position {
	background: #041e41;
	min-height: 73px;
	padding: 15px 0;
}

#header.fixed-position .logo {
	width: 100px;
}

#header.fixed-position #nav {
	height: calc(100% - 73px);
}

#header.fixed-position .nav-opener {
	margin-top: 12px;
}

.banner-section {
	background: -webkit-linear-gradient(left, #022c65 0%, #1e5caa 100%);
	background: linear-gradient(to right, #022c65 0%, #1e5caa 100%);
	color: #fff;
	padding: 0 0 91px;
}

.banner-section a {
	color: inherit;
}

.banner-section h1 {
	color: #2bb3fa;
}

.banner-section .image-wrap {
	max-width: 400px;
	margin: 0 auto 30px;
}

.banner-section .btn {
	color: #fff;
}

.section-block {
	padding: 50px 0;
	position: relative;
}

.section-block.merge-section {
	text-align: center;
}

.section-block.merge-section:before {
	content: "";
	position: absolute;
	background: -webkit-linear-gradient(left, #022c65 0%, #1e5caa 100%);
	background: linear-gradient(to right, #022c65 0%, #1e5caa 100%);
	opacity: .09;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.section-block.merge-section .holder .text-wrap {
	padding: 0;
}

.section-block .holder .img-wrap {
	max-width: 215px;
	margin: 0 auto 30px;
}

.alter-bg {
	color: #041e41;
}

.alter-bg:after {
	content: "";
	position: absolute;
	background: -webkit-linear-gradient(left, #022c65 0%, #1e5caa 100%);
	background: linear-gradient(to right, #022c65 0%, #1e5caa 100%);
	opacity: .09;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.form-section {
	background: -webkit-linear-gradient(left, #022c65 0%, #1e5caa 100%);
	background: linear-gradient(to right, #022c65 0%, #1e5caa 100%);
	color: #fff;
}

.form-section p a {
	color: #49afe3;
	text-decoration: underline;
}

.form-section p a:hover {
	color: #1fa9b3;
}

.form-section.section-block {
	padding: 0;
}

.form-section.section-block fieldset h1,
.form-section.section-block .fieldset h1 {
	margin: 0 0 -3px;
}

.form-section fieldset.address-fieldset,
.form-section .fieldset.address-fieldset {
	margin: 0 0 4px;
}

.form-section fieldset.address-fieldset:last-of-type,
.form-section .fieldset.address-fieldset:last-of-type {
	margin-bottom: 7px;
}

.form-section fieldset:last-of-type,
.form-section .fieldset:last-of-type {
	margin: 0;
}

.form-section .holder .img-wrap {
	-webkit-box-ordinal-group: 2 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important;
	max-width: 240px;
	margin: 0 auto 30px;
}

.form-section .form-block {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	WIDTH:100%;
}

.form-section .row {
	margin: 0 0 13px;
}

.form-section .row:last-child {
	margin-bottom: 28px;
}

.form-section [class~="split"] input[type="text"],
.form-section [class~="split"] input[type="tel"],
.form-section [class~="split"] input[type="email"] {
	width: 100%;
}

.form-section [class~="split"] input[type="text"].number,
.form-section [class~="split"] input[type="tel"].number,
.form-section [class~="split"] input[type="email"].number {
	width: 38px;
	padding: 0 3px;
	color: #1fa9b3;
	height: 23px;
	text-align: right;
}

.form-section [class~="split"] input[type="text"].number::-webkit-input-placeholder,
.form-section [class~="split"] input[type="tel"].number::-webkit-input-placeholder,
.form-section [class~="split"] input[type="email"].number::-webkit-input-placeholder {
	color: #1fa9b3;
}

.form-section [class~="split"] input[type="text"].number::-moz-placeholder,
.form-section [class~="split"] input[type="tel"].number::-moz-placeholder,
.form-section [class~="split"] input[type="email"].number::-moz-placeholder {
	opacity: 1;
	color: #1fa9b3;
}

.form-section [class~="split"] input[type="text"].number:-moz-placeholder,
.form-section [class~="split"] input[type="tel"].number:-moz-placeholder,
.form-section [class~="split"] input[type="email"].number:-moz-placeholder {
	color: #1fa9b3;
}

.form-section [class~="split"] input[type="text"].number:-ms-input-placeholder,
.form-section [class~="split"] input[type="tel"].number:-ms-input-placeholder,
.form-section [class~="split"] input[type="email"].number:-ms-input-placeholder {
	color: #1fa9b3;
}

.form-section [class~="split"] input[type="text"].number.placeholder,
.form-section [class~="split"] input[type="tel"].number.placeholder,
.form-section [class~="split"] input[type="email"].number.placeholder {
	color: #1fa9b3;
}

.form-section [class~="split"] input[type="text"] + input[type="text"],
.form-section [class~="split"] input[type="text"] + input[type="tel"],
.form-section [class~="split"] input[type="text"] + input[type="email"],
.form-section [class~="split"] input[type="tel"] + input[type="text"],
.form-section [class~="split"] input[type="tel"] + input[type="tel"],
.form-section [class~="split"] input[type="tel"] + input[type="email"],
.form-section [class~="split"] input[type="email"] + input[type="text"],
.form-section [class~="split"] input[type="email"] + input[type="tel"],
.form-section [class~="split"] input[type="email"] + input[type="email"] {
	margin-top: 13px;
}

.form-section [class~="split"] .input-group {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	color: #919191;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 13px 0 0;
}

.form-section .split-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-section .split-block .datepicker-holder {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	position: relative;
	margin: 13px 0 0;
}

.form-section .split-block .datepicker-holder .datepicker {
	padding-right: 60px;
}

.form-section .split-block .datepicker-holder .icon-label {
	position: absolute;
	right: 12px;
	top: 50%;
	width: 35px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.form-section input[type="text"],
.form-section input[type="tel"],
.form-section input[type="email"],
.form-section .datepicker {
	border-radius: 5px;
	border-style: none;
	color: #919191;
	line-height: 20px;
	width: 100%;
	padding: 10px;
	height: 44px;
}

.form-section input[type="text"]::-webkit-input-placeholder,
.form-section input[type="tel"]::-webkit-input-placeholder,
.form-section input[type="email"]::-webkit-input-placeholder,
.form-section .datepicker::-webkit-input-placeholder {
	color: #919191;
}

.form-section input[type="text"]::-moz-placeholder,
.form-section input[type="tel"]::-moz-placeholder,
.form-section input[type="email"]::-moz-placeholder,
.form-section .datepicker::-moz-placeholder {
	opacity: 1;
	color: #919191;
}

.form-section input[type="text"]:-moz-placeholder,
.form-section input[type="tel"]:-moz-placeholder,
.form-section input[type="email"]:-moz-placeholder,
.form-section .datepicker:-moz-placeholder {
	color: #919191;
}

.form-section input[type="text"]:-ms-input-placeholder,
.form-section input[type="tel"]:-ms-input-placeholder,
.form-section input[type="email"]:-ms-input-placeholder,
.form-section .datepicker:-ms-input-placeholder {
	color: #919191;
}

.form-section input[type="text"].placeholder,
.form-section input[type="tel"].placeholder,
.form-section input[type="email"].placeholder,
.form-section .datepicker.placeholder {
	color: #919191;
}

.form-section .form-header h1 {
	color: #49afe3;
}

.form-section .form-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

.form-section .form-footer .btn-save,
.form-section .form-footer .btn-step {
	max-width: 50%;
}

.form-section .step-block {
	display: none;
	padding: 50px 0;
	width: 100%;
}

.form-section .step-block.visible {
	display: block;
}

.form-section .step-block p {
	margin-bottom: 38px;
}

.form-section .final-step {
	padding: 36px 0 75px;
}

.form-section .final-step h1 {
	color: #49afe3;
}

.form-section h1 {
	color: #fff;
}

.form-section h1 .step-indicator {
	color: #49afe3;
}

.form-section .fieldset-title {
	display: block;
	margin: 0 0 21px;
}

.form-section .fieldset-title .title {
	text-transform: uppercase;
	color: #49afe3;
	word-break: break-all;
}

.form-section .table-look input[type="text"],
.form-section .table-look input[type="tel"],
.form-section .table-look input[type="email"] {
	padding: 5px;
	font-size: 20px;
	line-height: 34px;
	height: 41px;
	color: #49afe3;
	text-align: center;
	background: transparent;
}

.form-section .table-look input[type="text"]::-webkit-input-placeholder,
.form-section .table-look input[type="tel"]::-webkit-input-placeholder,
.form-section .table-look input[type="email"]::-webkit-input-placeholder {
	color: #49afe3;
}

.form-section .table-look input[type="text"]::-moz-placeholder,
.form-section .table-look input[type="tel"]::-moz-placeholder,
.form-section .table-look input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #49afe3;
}

.form-section .table-look input[type="text"]:-moz-placeholder,
.form-section .table-look input[type="tel"]:-moz-placeholder,
.form-section .table-look input[type="email"]:-moz-placeholder {
	color: #49afe3;
}

.form-section .table-look input[type="text"]:-ms-input-placeholder,
.form-section .table-look input[type="tel"]:-ms-input-placeholder,
.form-section .table-look input[type="email"]:-ms-input-placeholder {
	color: #49afe3;
}

.form-section .table-look input[type="text"].placeholder,
.form-section .table-look input[type="tel"].placeholder,
.form-section .table-look input[type="email"].placeholder {
	color: #49afe3;
}

.table-look-responsive {
	margin: 0 0 77px;
}

.table-look-responsive .table-look {
	margin: 0;
}

.table-look {
	margin: 0 0 77px;
}

.table-look.stretch .thead .tr .th:first-of-type,
.table-look.stretch .thead .tr .td:first-of-type,
.table-look.stretch .tbody .tr .th:first-of-type,
.table-look.stretch .tbody .tr .td:first-of-type {
	width: calc(100% - 105px);
}

.table-look.stretch .thead .tr .th:last-of-type,
.table-look.stretch .thead .tr .td:last-of-type,
.table-look.stretch .tbody .tr .th:last-of-type,
.table-look.stretch .tbody .tr .td:last-of-type {
	width: 105px;
	padding-right: 16px;
}

.table-look.stretch .thead .tr .th:last-of-type:before,
.table-look.stretch .thead .tr .td:last-of-type:before,
.table-look.stretch .tbody .tr .th:last-of-type:before,
.table-look.stretch .tbody .tr .td:last-of-type:before {
	right: 20px;
}

.table-look.stretch .tbody {
	background: #fff;
}

.table-look .thead .tr,
.table-look .tbody .tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table-look .thead .tr .th,
.table-look .thead .tr .td,
.table-look .tbody .tr .th,
.table-look .tbody .tr .td {
	width: 54px;
	padding-left: 2px;
	padding-right: 2px;
}

.table-look .thead .tr .th:first-of-type,
.table-look .thead .tr .td:first-of-type,
.table-look .tbody .tr .th:first-of-type,
.table-look .tbody .tr .td:first-of-type {
	width: 48.8%;
}

.table-look .thead .tr .th:first-of-type:before,
.table-look .thead .tr .td:first-of-type:before,
.table-look .tbody .tr .th:first-of-type:before,
.table-look .tbody .tr .td:first-of-type:before {
	display: none;
}

.table-look .thead .tr .th:last-of-type,
.table-look .thead .tr .td:last-of-type,
.table-look .tbody .tr .th:last-of-type,
.table-look .tbody .tr .td:last-of-type {
	padding-right: 6px;
	padding-left: 4px;
	width: 62px;
}

.table-look .thead .tr .th:last-of-type:before,
.table-look .thead .tr .td:last-of-type:before,
.table-look .tbody .tr .th:last-of-type:before,
.table-look .tbody .tr .td:last-of-type:before {
	right: 8px;
}

.table-look .thead .tr .th .data-wrap,
.table-look .thead .tr .td .data-wrap,
.table-look .tbody .tr .th .data-wrap,
.table-look .tbody .tr .td .data-wrap {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
}

.table-look .thead .tr .th .data-wrap:before,
.table-look .thead .tr .td .data-wrap:before,
.table-look .tbody .tr .th .data-wrap:before,
.table-look .tbody .tr .td .data-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(73, 175, 227, .18);
	z-index: -1;
}

.table-look .thead .tr {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.table-look .thead .tr .th {
	text-align: center;
	text-transform: uppercase;
}

.table-look .thead .tr .th .data-wrap {
	padding: 9px 4px;
	font-size: 12px;
}

.table-look .tbody {
	background: rgba(255, 255, 255, .18);
	border-radius: 5px;
	margin: 0 0 4px;
}

.table-look .tbody .tr:first-child .td:first-child {
	border-radius: 5px 0 0;
}

.table-look .tbody .tr:first-child .td:last-child {
	border-radius: 0 5px 0 0;
}

.table-look .tbody .tr:last-child .td {
	border-style: none;
}

.table-look .tbody .tr:last-child .td:first-child {
	border-radius: 0 0 0 5px;
}

.table-look .tbody .tr:last-child .td:last-child {
	border-radius: 0 0 5px;
}

.table-look .tbody .tr .td {
	background: #fff;
	color: #919191;
	border: 1px solid #1d5ba7;
	border-width: 0 0 1px;
}

.table-look .tbody .tr .td:first-child {
	padding: 10px 10px 6px;
}

.table-look .field-title {
	width: 100%;
}

.table-look .radio-list {
	display: none;
	margin: 0 -4px;
}

.table-look .radio-list.visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.table-look .radio-list li {
	padding: 0 4px;
	font-size: 12px;
}

.table-look .radio-list li label {
	margin: 1px 5px 0 0;
	display: inline-block;
	vertical-align: top;
}

.add-link {
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	color: #49afe3;
	margin: 8px 0 0;
}

.add-link:hover {
	color: #9f9f9f;
}

.add-items {
	display: block;
	border-radius: 5px;
	background: rgba(255, 255, 255, .18);
	padding: 12px 18px;
	color: #49afe3;
}

.add-items:hover {
	background: rgba(255, 255, 255, .1);
}

.btn-save {
	min-width: 140px;
	padding: 6px 10px;
	line-height: 20px;
	text-align: center;
	border-radius: 7px;
	background: #002a62;
	border: 4px solid transparent;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.btn-save:hover {
	background: #2bb3fa;
	color: #fff;
}

.btn-step {
	display: inline-block;
	vertical-align: top;
	border-radius: 7px;
	background: none;
	border: 4px solid #2bb3fa;
	color: #fff;
	padding: 7px 32px 5px 10px;
	line-height: 20px;
	position: relative;
	min-width: 140px;
}

.btn-step:after {
	content: "";
	position: absolute;
	background: url(images/arrow.png);
	width: 19px;
	height: 12px;
	background-size: 19px 12px;
	right: 8px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.btn-step:hover {
	background: #2bb3fa;
	color: #fff;
}

.agreement-info {
	position: relative;
	padding: 0 0 0 50px;
}

.agreement-info .jcf-checkbox {
	position: absolute;
	left: 10px;
	top: 6px;
}

.form-status {
	position: relative;
}

.form-status:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(left, #022c65 0%, #1e5caa 100%);
	background: linear-gradient(to right, #022c65 0%, #1e5caa 100%);
	mix-blend-mode: multiply;
}

.form-status .holder {
	position: relative;
}

.form-status .holder:before,
.form-status .holder:after {
	content: "";
	position: absolute;
	right: -15%;
	top: 0;
	bottom: 0;
	width: 50px;
	background: -webkit-linear-gradient(left, rgba(4, 30, 65, 0) 0%, rgba(4, 30, 65, .02) 10%, rgba(4, 30, 65, .11) 17%, rgba(4, 30, 65, .2) 21%, rgba(4, 30, 65, .34) 25%, rgba(4, 30, 65, .58) 31%, rgba(4, 30, 65, .8) 38%, rgba(4, 30, 65, .81) 39%, rgba(4, 30, 65, .87) 41%, rgba(4, 30, 65, .88) 42%, rgba(4, 30, 65, .94) 45%, rgba(4, 30, 65, .96) 48%, rgba(4, 30, 65, .98) 49%, #041e41 52%, rgba(4, 30, 65, .95) 100%);
	background: linear-gradient(to right, rgba(4, 30, 65, 0) 0%, rgba(4, 30, 65, .02) 10%, rgba(4, 30, 65, .11) 17%, rgba(4, 30, 65, .2) 21%, rgba(4, 30, 65, .34) 25%, rgba(4, 30, 65, .58) 31%, rgba(4, 30, 65, .8) 38%, rgba(4, 30, 65, .81) 39%, rgba(4, 30, 65, .87) 41%, rgba(4, 30, 65, .88) 42%, rgba(4, 30, 65, .94) 45%, rgba(4, 30, 65, .96) 48%, rgba(4, 30, 65, .98) 49%, #041e41 52%, rgba(4, 30, 65, .95) 100%);
	z-index: 3;
}

.form-status .holder:after {
	padding: 0 9999px 0 0;
	margin: 0 -9999px 0 0;
	background: #041e41;
}

.status-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	margin: 0 -15px;
}

.status-list li {
	font-size: 16px;
	line-height: 20px;
	padding: 34px 15px;
	position: relative;
}

.status-list li:after {
	content: "";
	position: absolute;
	background: url(images/arrow.png);
	width: 19px;
	height: 12px;
	background-size: 19px 12px;
	right: -8px;
	top: 42px;
	opacity: .3;
}

.status-list li:before {
	background: none;
	width: auto;
	height: auto;
}

.status-list li:last-child:after {
	display: none;
}

.status-list li.active:after {
	opacity: 1;
}

.status-list li.active:before {
	content: "";
	position: absolute;
	left: auto;
	right: 100%;
	top: 0;
	bottom: 0;
	padding: 0 0 0 1999px;
	margin: 0 0 0 -1999px;
	background: -webkit-linear-gradient(left, #000c32 0%, rgba(0, 12, 50, .98) 48%, rgba(0, 12, 50, .98) 51%, rgba(0, 12, 50, .96) 52%, rgba(0, 12, 50, .96) 53%, rgba(0, 12, 50, .88) 58%, rgba(0, 12, 50, .87) 59%, rgba(0, 12, 50, .81) 61%, rgba(0, 12, 50, .8) 62%, rgba(0, 12, 50, .58) 69%, rgba(0, 12, 50, .34) 75%, rgba(0, 12, 50, .2) 79%, rgba(0, 12, 50, .11) 83%, rgba(0, 12, 50, .02) 90%, rgba(0, 12, 50, 0) 100%);
	background: linear-gradient(to right, #000c32 0%, rgba(0, 12, 50, .98) 48%, rgba(0, 12, 50, .98) 51%, rgba(0, 12, 50, .96) 52%, rgba(0, 12, 50, .96) 53%, rgba(0, 12, 50, .88) 58%, rgba(0, 12, 50, .87) 59%, rgba(0, 12, 50, .81) 61%, rgba(0, 12, 50, .8) 62%, rgba(0, 12, 50, .58) 69%, rgba(0, 12, 50, .34) 75%, rgba(0, 12, 50, .2) 79%, rgba(0, 12, 50, .11) 83%, rgba(0, 12, 50, .02) 90%, rgba(0, 12, 50, 0) 100%);
	z-index: 3;
}

.status-list li.active a {
	pointer-events: none;
}

.status-list li.active ~ li a {
	pointer-events: none;
}

.status-list li.active a,
.status-list li a:hover {
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.status-list li.active a .step-indicator,
.status-list li a:hover .step-indicator {
	color: #49afe3;
}

.status-list li a {
	color: rgba(255, 255, 255, .3);
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	padding: 5px 10px;
	white-space: nowrap;
}

.status-list li .step-indicator {
	color: rgba(73, 175, 227, .3);
	-webkit-transition: color ease-in-out .3s;
	transition: color ease-in-out .3s;
}

.status-list li .step-finish {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 40px;
}

.status-list li .step-finish:before {
	content: "";
	position: absolute;
	background: url(images/arrow.png);
	width: 19px;
	height: 12px;
	background-size: 19px 12px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: .3;
}

.radio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -10px;
}

.radio-list li {
	padding: 0 10px;
}

.radio-list li:first-child label {
	margin: 0 5px 0 0;
}

.radio-list li label {
	margin: 0 3px 0 0;
}

.radio-list .jcf-radio {
	background: #9f9f9f;
	width: 18px;
	height: 18px;
	border-style: none;
}

.radio-list .jcf-radio.jcf-checked {
	background: #1fa9b3;
}

.radio-list .jcf-radio span {
	background: #fff;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}

.radio-list .jcf-label-active {
	color: #1fa9b3;
}

.table-wrap {
	position: relative;
}

.table-wrap .stripe {
	z-index: 1;
	background: rgba(73, 175, 227, .18);
}

.table-wrap .stripe:after {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 50px;
	width: 80px;
	background: rgba(73, 175, 227, .18);
	bottom: 0;
}

.ui-datepicker {
	z-index: 5 !important;
}

.video-wrapper {
	padding-top: 56.25%;
	position: relative;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.main-holder {
	padding: 30px 0;
}

.no-backgroundblendmode .form-status:before {
	background: -webkit-linear-gradient(left, #000727 0%, #02195c 100%);
	background: linear-gradient(to right, #000727 0%, #02195c 100%);
}

#footer {
	padding: 50px 0;
	position: relative;
	text-align: center;
}

#footer .logo {
	width: 166px;
	float: none;
	margin: 0 auto 30px;
}

#footer a {
	color: #002a62;
}

#footer a:hover {
	color: #1e8ac2;
}

.address {
	font-style: normal;
	margin: 0;
}

.contact-list {
	margin: 0 0 21px;
}

.contact-list li {
	padding: 0;
	line-height: inherit;
}

.contact-list li:before {
	display: none;
}

.contact-list li a {
	text-decoration: underline;
}

.contact-list li a[href^="tel"] {
	text-decoration: none;
}

.footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

.footer-links li {
	text-transform: capitalize;
	margin: 0 8px 8px;
	line-height: inherit;
	padding: 0;
}

.footer-links li:before {
	display: none;
}

.footer-links li a {
	text-decoration: underline;
}

.viewport-section .holder {
	opacity: 100;
	-webkit-transform: translate(0px, 50px);
	-ms-transform: translate(0px, 50px);
	transform: translate(0px, 50px);
}

.viewport-section.in-viewport .holder {
	-webkit-animation: slide-up-fade-in linear .3s forwards;
	animation: slide-up-fade-in linear .3s forwards;
}

fieldset.viewport-section,
.fieldset.viewport-section,
.final-step.viewport-section,
.fieldset-wrapper.viewport-section {
	opacity: 0;
	-webkit-transform: translate(0px, 50px);
	-ms-transform: translate(0px, 50px);
	transform: translate(0px, 50px);
}

fieldset.viewport-section.in-viewport,
.fieldset.viewport-section.in-viewport,
.final-step.viewport-section.in-viewport,
.fieldset-wrapper.viewport-section.in-viewport {
	-webkit-animation: slide-up-fade-in linear .3s forwards;
	animation: slide-up-fade-in linear .3s forwards;
}

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-datepicker {
	width: 16em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	border: 1px solid transparent;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	margin: 0 0 0 0;
	padding: 5px;
	background: #666;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: transparent;
	border: 3px solid #49afe3;
	margin: 0 3px 0 0;
	height: 30px;
	width: 30px;
	border-radius: 6px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 7px;
	width: 13px;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -6px;
	border: 3px solid #49afe3;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -5px 0 0 -6px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	border-radius: 5px;
	height: 44px;
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 11px 35px 0 8px;
	color: #919191;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: none;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid #919191;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 17px;
	left: 5px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.loader .wrap {
	display: block;
}

.loader #wrapper {
	display: none;
}

.loaded .wrap {
	display: none;
}

.loaded #wrapper {
	display: block;
}

.wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
}

.text {
	color: #2bb3fa;
	display: inline-block;
	margin-left: 5px;
}

.bounceball {
	position: relative;
	display: inline-block;
	height: 37px;
	width: 15px;
}

.bounceball:before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #49afe3;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: bounce 500ms alternate infinite ease;
	animation: bounce 500ms alternate infinite ease;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.btn-step:after {
		background-image: url(images/arrow@2x.png);
	}

	.status-list li:after {
		background-image: url(images/arrow@2x.png);
	}

	.status-list li .step-finish:before {
		background-image: url(images/arrow@2x.png);
	}
}

@media (min-width: 480px) {
	.form-status .holder:before,
	.form-status .holder:after {
		width: 152px;
	}
}

@media (min-width: 630px) {
	.top-section {
		text-align: left;
		min-height: 58px;
	}

	.top-section .mail-link {
		float: left;
		max-width: 40%;
		padding: 0 10px 0 0;
	}

	.top-section .tel-link {
		float: right;
		max-width: 60%;
		padding: 0 0 0 10px;
	}

	.table-look .flex-block {
		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;
	}

	.table-look .field-title {
		width: auto;
	}

	.table-look .radio-list li {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	body {
		font-size: 16px;
	}

	.btn {
		min-width: 188px;
	}

	.grid-block {
		margin: 0 -25px;
	}

	.grid-block .grid-3 {
		padding: 0 25px 25px;
		width: 33.33%;
	}

	.top-section {
		letter-spacing: -.03em;
		min-height: 0;
	}

	.logo {
		width: 230px;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		width: calc(100% - 230px);
		float: right;
		padding: 0 0 0 10px;
		-webkit-transition: width .3s linear;
		transition: width .3s linear;
	}

	#nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 -15px;
	}

	#nav ul li {
		margin: 0 15px 15px;
		font-size: 16px;
		text-align: right;
	}

	#nav ul li a {
		padding: 0;
		display: inline;
	}

	[class^="sticky-wrap"].fixed-position #header .logo {
		width: 152px;
	}

	[class^="sticky-wrap"].fixed-position #header #nav {
		height: auto;
	}

	[class^="sticky-wrap"].fixed-position #header .nav-drop {
		width: calc(100% - 152px);
		padding-top: 22px;
	}

	#header {
		padding: 70px 0 54px;
		min-height: 222px;
	}

	#header.fixed-position .logo {
		width: 152px;
	}

	#header.fixed-position #nav {
		height: auto;
	}

	#header.fixed-position .nav-drop {
		width: calc(100% - 152px);
		padding-top: 22px;
	}

	.banner-section h1 {
		margin-bottom: 12px;
	}

	.banner-section p {
		margin-bottom: 43px;
	}

	.banner-section .banner-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.banner-section .text-wrap {
		width: 40.6%;
		padding: 40px 10px 0 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.banner-section .image-wrap {
		max-width: none;
		width: 59.4%;
		margin: -25px 0 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.section-block {
		padding: 96px 0 117px;
	}

	.section-block.quote-section {
		padding-top: 100px;
		padding-bottom: 102px;
	}

	.section-block.quote-section p {
		margin-bottom: 17px;
	}

	.section-block.merge-section {
		padding-top: 94px;
		padding-bottom: 57px;
	}

	.section-block.merge-section .holder .img-wrap {
		margin: 0 0 41px;
		white-space: nowrap;
	}

	.section-block.merge-section .holder .img-wrap:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		min-height: 180px;
	}

	.section-block.merge-section .holder .img-wrap img {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}

	.section-block.merge-section .grid-block .grid-3 {
		padding-left: 40px;
		padding-right: 40px;
		width: 50%;
	}

	.section-block.merge-section h2 {
		margin-bottom: 31px;
	}

	.section-block:nth-child(even) .holder .img-wrap {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 31.8%;
		padding: 20px 0 0;
	}

	.section-block:nth-child(even) .holder .text-wrap {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 10% 0 20px;
		width: 68.2%;
	}

	.section-block .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 0 40px;
	}

	.section-block .holder .img-wrap {
		width: 368px;
		max-width: none;
		margin: 0;
	}

	.section-block .holder .text-wrap {
		width: calc(100% - 368px);
		padding: 9px 0 0 20px;
	}

	.section-block h1 {
		margin-bottom: 28px;
	}

	.section-block p {
		margin-bottom: 38px;
	}

	.form-section.section-block h1 {
		margin-bottom: 30px;
	}

	.form-section.section-block .holder {
		padding: 0 10px;
	}

	.form-section .form-header p {
		margin-bottom: 34px;
	}

	.form-section fieldset,
	.form-section .fieldset {
		font-size: 12px;
	}

	.form-section fieldset:last-of-type .table-look,
	.form-section .fieldset:last-of-type .table-look {
		margin-bottom: 57px;
	}

	.form-section .holder .img-wrap {
		width: 240px !important;
		padding-top: 0 !important;
		max-width: none;
		margin: 0;
	}

	.form-section .form-block {
		width: calc(100% - 240px);
		padding: 0 0 0 30px;
	}

	.form-section [class~="split"] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.form-section [class~="split"] input[type="text"],
	.form-section [class~="split"] input[type="tel"],
	.form-section [class~="split"] input[type="email"] {
		width: 49%;
	}

	.form-section [class~="split"] input[type="text"].number,
	.form-section [class~="split"] input[type="tel"].number,
	.form-section [class~="split"] input[type="email"].number {
		width: 23px;
		height: 20px;
	}

	.form-section [class~="split"] input[type="text"] + input[type="text"],
	.form-section [class~="split"] input[type="text"] + input[type="tel"],
	.form-section [class~="split"] input[type="text"] + input[type="email"],
	.form-section [class~="split"] input[type="tel"] + input[type="text"],
	.form-section [class~="split"] input[type="tel"] + input[type="tel"],
	.form-section [class~="split"] input[type="tel"] + input[type="email"],
	.form-section [class~="split"] input[type="email"] + input[type="text"],
	.form-section [class~="split"] input[type="email"] + input[type="tel"],
	.form-section [class~="split"] input[type="email"] + input[type="email"] {
		margin-top: 0;
	}

	.form-section [class~="split"] .input-group {
		margin: 0;
		width: 36%;
	}

	.form-section [class~="split"] .input-group:nth-child(2) {
		width: 27%;
	}

	.form-section [class~="split"] .input-group:nth-child(3) {
		width: 34.4%;
	}

	.form-section .split-block input[type="text"],
	.form-section .split-block input[type="tel"],
	.form-section .split-block input[type="email"] {
		width: 64.4%;
	}

	.form-section .split-block .datepicker-holder {
		width: 34.4%;
		margin: 0;
	}

	.form-section input[type="text"],
	.form-section input[type="tel"],
	.form-section input[type="email"],
	.form-section .datepicker {
		height: 41px;
	}

	.form-section .form-header h1 {
		margin-bottom: 28px;
	}

	.form-section .step-block {
		padding: 106px 0 93px;
	}

	.form-section .fieldset-title {
		font-size: 16px;
	}

	.form-section .table-look input[type="text"],
	.form-section .table-look input[type="tel"],
	.form-section .table-look input[type="email"] {
		font-size: 29px;
	}

	.table-look-responsive .table-look {
		min-width: 0;
		padding: 28px 0 0;
	}

	.table-look.stretch .thead .tr .td:first-child,
	.table-look.stretch .tbody .tr .td:first-child {
		padding-right: 0;
	}

	.table-look .thead .tr .th,
	.table-look .thead .tr .td,
	.table-look .tbody .tr .th,
	.table-look .tbody .tr .td {
		width: 88px;
		padding-left: 4px;
		padding-right: 4px;
	}

	.table-look .thead .tr .th:last-of-type,
	.table-look .thead .tr .td:last-of-type,
	.table-look .tbody .tr .th:last-of-type,
	.table-look .tbody .tr .td:last-of-type {
		padding-right: 30px;
		padding-left: 9px;
		width: 119px;
	}

	.table-look .thead .tr .th:last-of-type:before,
	.table-look .thead .tr .td:last-of-type:before,
	.table-look .tbody .tr .th:last-of-type:before,
	.table-look .tbody .tr .td:last-of-type:before {
		right: 34px;
	}

	.table-look .thead .tr {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.table-look .tbody .tr .td:first-child {
		padding: 10px 17px 6px;
	}

	.table-look .field-title {
		font-size: 16px;
	}

	.table-look .radio-list {
		margin: 0 -12px;
	}

	.table-look .radio-list li {
		font-size: 16px;
		padding: 0 13px;
	}

	.table-look .radio-list li:first-child label {
		margin-right: 12px;
	}

	.btn-save {
		font-size: 16px;
		min-width: 189px;
	}

	.btn-step {
		font-size: 16px;
		min-width: 189px;
		padding: 7px 48px 5px 26px;
	}

	.btn-step:after {
		width: 30px;
		height: 19px;
		background-size: 30px 19px;
	}

	.form-status .holder:before,
	.form-status .holder:after {
		width: 307px;
	}

	.status-list {
		margin: 0 -30px;
	}

	.status-list li {
		font-size: 23px;
		line-height: 26px;
		padding: 34px 30px 46px;
	}

	.status-list li:after {
		width: 30px;
		height: 19px;
		background-size: 30px 19px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 43px;
		right: -13px;
	}

	.status-list li .step-finish:before {
		width: 30px;
		height: 19px;
		background-size: 30px 19px;
	}

	.main-holder #content {
		width: 70%;
		float: left;
		padding: 0 30px 0 0;
	}

	.main-holder #sidebar {
		overflow: hidden;
	}

	#footer {
		text-align: left;
		padding: 100px 0;
	}

	#footer .logo {
		width: 232px;
		float: left;
		margin: 0;
	}

	.footer-info {
		float: right;
		max-width: calc(100% - 232px);
		padding: 11px 0 0 20px;
	}

	.address br {
		display: none;
	}

	.footer-links {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.jcf-select {
		height: 41px;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 36px;
	}

	.logo {
		width: 304px;
	}

	.nav-drop {
		width: calc(100% - 304px);
	}

	#nav ul {
		margin: 0 -29px;
	}

	#nav ul li {
		margin: 0 29px 15px;
	}

	.banner-section .text-wrap {
		padding-right: 20px;
	}

	.banner-section .image-wrap {
		margin-top: -93px;
	}

	.section-block.merge-section .grid-block .grid-3 {
		width: 33.33%;
	}

	.section-block .holder .text-wrap {
		padding-left: 98px;
	}

	.form-section fieldset,
	.form-section .fieldset {
		font-size: 16px;
	}

	.form-section .holder .img-wrap {
		width: 299px !important;
	}

	.form-section .form-block {
		padding-left: 11.8%;
		width: calc(100% - 299px);
	}

	.form-section [class~="split"] input[type="text"].number,
	.form-section [class~="split"] input[type="tel"].number,
	.form-section [class~="split"] input[type="email"].number {
		width: 40px;
		height: 27px;
		padding: 3px 3px 0;
	}

	.form-section [class~="split"] .input-group .input-title {
		line-height: 30px;
	}

	.form-section input[type="text"],
	.form-section input[type="tel"],
	.form-section input[type="email"],
	.form-section .datepicker {
		height: 51px;
	}

	.form-section .step-block:first-child {
		padding-left: 50px;
		padding-right: 6px;
	}

	.form-section .final-step h1 {
		margin-bottom: 28px;
	}

	.table-look .thead .tr .th .data-wrap {
		padding: 9px;
		font-size: 16px;
	}

	.table-look .radio-list li label {
		margin: 0 8px 0 0;
	}

	.agreement-info {
		padding-left: 60px;
	}

	.status-list li:nth-of-type(2) a {
		min-width: 280px;
	}

	.status-list li:nth-of-type(3) a {
		min-width: 236px;
	}

	.status-list li a {
		min-width: 290px;
	}

	.radio-list {
		margin: 0 -17px;
	}

	.radio-list li {
		padding: 0 19px;
	}

	.radio-list li label {
		display: inline-block;
		vertical-align: top;
		margin-top: 1px;
	}

	#footer .logo {
		width: 332px;
	}

	.footer-info {
		max-width: calc(100% - 332px);
	}

	.jcf-select {
		height: 51px;
	}
}

@media (min-width: 1200px) {
	.form-section.section-block .form-status .holder {
		padding: 0;
	}

	.form-section [class~="split"] input[type="text"].number,
	.form-section [class~="split"] input[type="tel"].number,
	.form-section [class~="split"] input[type="email"].number {
		width: 50px;
		height: 31px;
		padding: 0 6px;
	}

	.form-section [class~="split"] .input-group {
		padding: 10px 15px 10px 18px;
	}

	.form-section input[type="text"],
	.form-section input[type="tel"],
	.form-section input[type="email"],
	.form-section .datepicker {
		padding: 10px 15px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	#wrapper .meta ul {
		display: block;
	}

	.nav-active {
		overflow: hidden;
	}

	.nav-active .nav-drop {
		height: 100vh;
		opacity: 1;
		visibility: visible;
	}

	.nav-drop {
		position: absolute;
		top: 100%;
		left: 0;
		bottom: 0;
		right: 0;
		height: 0;
		overflow: hidden;
		background: #041e41;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
		z-index: 2;
	}

	#nav {
		height: calc(100vh - 182px);
		overflow: auto;
	}

	.table-look-responsive {
		display: block;
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-look-responsive .table-look {
		min-width: 767px;
		width: 100%;
		overflow: hidden;
	}
}

@media (max-width: 629px) {
	#nav {
		height: calc(100vh - 206px);
	}
}

@-webkit-keyframes slide-up-fade-in {
	0% {
		opacity: 0;
		-webkit-transform: translate(0px, 50px);
		transform: translate(0px, 50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes slide-up-fade-in {
	0% {
		opacity: 0;
		-webkit-transform: translate(0px, 50px);
		transform: translate(0px, 50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@-webkit-keyframes bounce {
	0% {
		top: 30px;
		height: 5px;
		border-radius: 60px 60px 20px 20px;
		-webkit-transform: scaleX(2);
		transform: scaleX(2);
	}

	35% {
		height: 15px;
		border-radius: 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	100% {
		top: 0;
	}
}

@keyframes bounce {
	0% {
		top: 30px;
		height: 5px;
		border-radius: 60px 60px 20px 20px;
		-webkit-transform: scaleX(2);
		transform: scaleX(2);
	}

	35% {
		height: 15px;
		border-radius: 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	100% {
		top: 0;
	}
}

