@charset "UTF-8";

.text-blue {
	color: #007bff !important;
}

.text-indigo {
	color: #6610f2 !important;
}

.text-purple {
	color: #4B4181 !important;
}

.text-pink {
	color: #e83e8c !important;
}

.text-red {
	color: #AB1F10 !important;
}

.text-orange {
	color: #fd7e14 !important;
}

.text-yellow {
	color: #FAAC19 !important;
}

.text-green {
	color: #28a745 !important;
}

.text-teal {
	color: #20c997 !important;
}

.text-cyan {
	color: #17a2b8 !important;
}

.text-white {
	color: #fff !important;
}

.text-gray {
	color: #868e96 !important;
}

.text-gray-dark {
	color: #343a40 !important;
}

.text-primary {
	color: #faac19 !important;
}

.text-light-gray {
	color: #f7f7f7 !important;
}

.text-black {
	color: #000 !important;
}

.bg-blue {
	background: #007bff !important;
}

.bg-indigo {
	background: #6610f2 !important;
}

.bg-purple {
	background: #4B4181 !important;
}

.bg-pink {
	background: #e83e8c !important;
}

.bg-red {
	background: #dc3545 !important;
}

.bg-orange {
	background: #fd7e14 !important;
}

.bg-yellow {
	background: #ffc107 !important;
}

.bg-green {
	background: #28a745 !important;
}

.bg-teal {
	background: #20c997 !important;
}

.bg-cyan {
	background: #17a2b8 !important;
}

.bg-white {
	background: #fff !important;
}

.bg-gray {
	background: #868e96 !important;
}

.bg-gray-dark {
	background: #343a40 !important;
}

.bg-primary {
	background: #faac19 !important;
}

.bg-light-gray {
	background: #f7f7f7 !important;
}

.bg-black {
	background: #000 !important;
}

.font-base {
	font-family: "Lato", Arial !important;
}

.font-serif {
	font-family: "Times New Roman", Times, serif !important;
}

.font-alt {
	/* font-family: "IBM Plex Sans", Arial, sans-serif !important; */
	font-family: 'Oleo Script', cursive !important;
	font-size:45px;
}

.header-contact-list,
.add-nav ul,
.gform_fields,
.terms-condition,
.social-networks,
.feature-list,
.printer-feature {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

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

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

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
input[type="tel"],
.search-form
input[type="tel"],
.post-password-form
input[type="tel"],
.comment-form
input[type="email"],
.search-form
input[type="email"],
.post-password-form
input[type="email"],
.comment-form
input[type="search"],
.search-form
input[type="search"],
.post-password-form
input[type="search"],
.comment-form
input[type="password"],
.search-form
input[type="password"],
.post-password-form
input[type="password"],
.comment-form
input[type="url"],
.search-form
input[type="url"],
.post-password-form
input[type="url"],
.comment-form
input[type="date"],
.search-form
input[type="date"],
.post-password-form
input[type="date"],
.comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #acacac;
	padding: .5em .7em;
}

.comment-form input[type="text"]:focus,
.search-form input[type="text"]:focus,
.post-password-form input[type="text"]:focus,
.comment-form
  input[type="tel"]:focus,
.search-form
  input[type="tel"]:focus,
.post-password-form
  input[type="tel"]:focus,
.comment-form
  input[type="email"]:focus,
.search-form
  input[type="email"]:focus,
.post-password-form
  input[type="email"]:focus,
.comment-form
  input[type="search"]:focus,
.search-form
  input[type="search"]:focus,
.post-password-form
  input[type="search"]:focus,
.comment-form
  input[type="password"]:focus,
.search-form
  input[type="password"]:focus,
.post-password-form
  input[type="password"]:focus,
.comment-form
  input[type="url"]:focus,
.search-form
  input[type="url"]:focus,
.post-password-form
  input[type="url"]:focus,
.comment-form
  input[type="date"]:focus,
.search-form
  input[type="date"]:focus,
.post-password-form
  input[type="date"]:focus,
.comment-form
  textarea:focus,
.search-form
  textarea:focus,
.post-password-form
  textarea:focus {
	border-color: #acacac;
}

.comment-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.comment-form
  input[type="tel"]::-webkit-input-placeholder,
.search-form
  input[type="tel"]::-webkit-input-placeholder,
.post-password-form
  input[type="tel"]::-webkit-input-placeholder,
.comment-form
  input[type="email"]::-webkit-input-placeholder,
.search-form
  input[type="email"]::-webkit-input-placeholder,
.post-password-form
  input[type="email"]::-webkit-input-placeholder,
.comment-form
  input[type="search"]::-webkit-input-placeholder,
.search-form
  input[type="search"]::-webkit-input-placeholder,
.post-password-form
  input[type="search"]::-webkit-input-placeholder,
.comment-form
  input[type="password"]::-webkit-input-placeholder,
.search-form
  input[type="password"]::-webkit-input-placeholder,
.post-password-form
  input[type="password"]::-webkit-input-placeholder,
.comment-form
  input[type="url"]::-webkit-input-placeholder,
.search-form
  input[type="url"]::-webkit-input-placeholder,
.post-password-form
  input[type="url"]::-webkit-input-placeholder,
.comment-form
  input[type="date"]::-webkit-input-placeholder,
.search-form
  input[type="date"]::-webkit-input-placeholder,
.post-password-form
  input[type="date"]::-webkit-input-placeholder,
.comment-form
  textarea::-webkit-input-placeholder,
.search-form
  textarea::-webkit-input-placeholder,
.post-password-form
  textarea::-webkit-input-placeholder {
	color: #000;
}

.comment-form input[type="text"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.comment-form
  input[type="tel"]::-moz-placeholder,
.search-form
  input[type="tel"]::-moz-placeholder,
.post-password-form
  input[type="tel"]::-moz-placeholder,
.comment-form
  input[type="email"]::-moz-placeholder,
.search-form
  input[type="email"]::-moz-placeholder,
.post-password-form
  input[type="email"]::-moz-placeholder,
.comment-form
  input[type="search"]::-moz-placeholder,
.search-form
  input[type="search"]::-moz-placeholder,
.post-password-form
  input[type="search"]::-moz-placeholder,
.comment-form
  input[type="password"]::-moz-placeholder,
.search-form
  input[type="password"]::-moz-placeholder,
.post-password-form
  input[type="password"]::-moz-placeholder,
.comment-form
  input[type="url"]::-moz-placeholder,
.search-form
  input[type="url"]::-moz-placeholder,
.post-password-form
  input[type="url"]::-moz-placeholder,
.comment-form
  input[type="date"]::-moz-placeholder,
.search-form
  input[type="date"]::-moz-placeholder,
.post-password-form
  input[type="date"]::-moz-placeholder,
.comment-form
  textarea::-moz-placeholder,
.search-form
  textarea::-moz-placeholder,
.post-password-form
  textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.comment-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.comment-form
  input[type="tel"]:-moz-placeholder,
.search-form
  input[type="tel"]:-moz-placeholder,
.post-password-form
  input[type="tel"]:-moz-placeholder,
.comment-form
  input[type="email"]:-moz-placeholder,
.search-form
  input[type="email"]:-moz-placeholder,
.post-password-form
  input[type="email"]:-moz-placeholder,
.comment-form
  input[type="search"]:-moz-placeholder,
.search-form
  input[type="search"]:-moz-placeholder,
.post-password-form
  input[type="search"]:-moz-placeholder,
.comment-form
  input[type="password"]:-moz-placeholder,
.search-form
  input[type="password"]:-moz-placeholder,
.post-password-form
  input[type="password"]:-moz-placeholder,
.comment-form
  input[type="url"]:-moz-placeholder,
.search-form
  input[type="url"]:-moz-placeholder,
.post-password-form
  input[type="url"]:-moz-placeholder,
.comment-form
  input[type="date"]:-moz-placeholder,
.search-form
  input[type="date"]:-moz-placeholder,
.post-password-form
  input[type="date"]:-moz-placeholder,
.comment-form
  textarea:-moz-placeholder,
.search-form
  textarea:-moz-placeholder,
.post-password-form
  textarea:-moz-placeholder {
	color: #000;
}

.comment-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.comment-form
  input[type="tel"]:-ms-input-placeholder,
.search-form
  input[type="tel"]:-ms-input-placeholder,
.post-password-form
  input[type="tel"]:-ms-input-placeholder,
.comment-form
  input[type="email"]:-ms-input-placeholder,
.search-form
  input[type="email"]:-ms-input-placeholder,
.post-password-form
  input[type="email"]:-ms-input-placeholder,
.comment-form
  input[type="search"]:-ms-input-placeholder,
.search-form
  input[type="search"]:-ms-input-placeholder,
.post-password-form
  input[type="search"]:-ms-input-placeholder,
.comment-form
  input[type="password"]:-ms-input-placeholder,
.search-form
  input[type="password"]:-ms-input-placeholder,
.post-password-form
  input[type="password"]:-ms-input-placeholder,
.comment-form
  input[type="url"]:-ms-input-placeholder,
.search-form
  input[type="url"]:-ms-input-placeholder,
.post-password-form
  input[type="url"]:-ms-input-placeholder,
.comment-form
  input[type="date"]:-ms-input-placeholder,
.search-form
  input[type="date"]:-ms-input-placeholder,
.post-password-form
  input[type="date"]:-ms-input-placeholder,
.comment-form
  textarea:-ms-input-placeholder,
.search-form
  textarea:-ms-input-placeholder,
.post-password-form
  textarea:-ms-input-placeholder {
	color: #000;
}

.comment-form input[type="text"].placeholder,
.search-form input[type="text"].placeholder,
.post-password-form input[type="text"].placeholder,
.comment-form
  input[type="tel"].placeholder,
.search-form
  input[type="tel"].placeholder,
.post-password-form
  input[type="tel"].placeholder,
.comment-form
  input[type="email"].placeholder,
.search-form
  input[type="email"].placeholder,
.post-password-form
  input[type="email"].placeholder,
.comment-form
  input[type="search"].placeholder,
.search-form
  input[type="search"].placeholder,
.post-password-form
  input[type="search"].placeholder,
.comment-form
  input[type="password"].placeholder,
.search-form
  input[type="password"].placeholder,
.post-password-form
  input[type="password"].placeholder,
.comment-form
  input[type="url"].placeholder,
.search-form
  input[type="url"].placeholder,
.post-password-form
  input[type="url"].placeholder,
.comment-form
  input[type="date"].placeholder,
.search-form
  input[type="date"].placeholder,
.post-password-form
  input[type="date"].placeholder,
.comment-form
  textarea.placeholder,
.search-form
  textarea.placeholder,
.post-password-form
  textarea.placeholder {
	color: #000;
}

.widget {
	margin-bottom: 1.2em;
}

.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"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

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

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

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.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: #faac19;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

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

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

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

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

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

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

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

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

.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: 50%;
	background: #faac19;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #faac19;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

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

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

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

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

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

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

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

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

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

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

.font-weight-semi-bold {
	font-weight: 600 !important;
}

.font-weight-medium {
	font-weight: 500 !important;
}

.font-style-normal {
	font-style: normal !important;
}

.fadeUp {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(5rem);
	-ms-transform: translateY(5rem);
	transform: translateY(5rem);
	-webkit-transition: opacity .75s cubic-bezier(.34, 1, .34, 1), visibility .75s cubic-bezier(.34, 1, .34, 1), -webkit-transform .75s cubic-bezier(.34, 1, .34, 1);
	transition: opacity .75s cubic-bezier(.34, 1, .34, 1), visibility .75s cubic-bezier(.34, 1, .34, 1), -webkit-transform .75s cubic-bezier(.34, 1, .34, 1);
	transition: transform .75s cubic-bezier(.34, 1, .34, 1), opacity .75s cubic-bezier(.34, 1, .34, 1), visibility .75s cubic-bezier(.34, 1, .34, 1);
	transition: transform .75s cubic-bezier(.34, 1, .34, 1), opacity .75s cubic-bezier(.34, 1, .34, 1), visibility .75s cubic-bezier(.34, 1, .34, 1), -webkit-transform .75s cubic-bezier(.34, 1, .34, 1);
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
	z-index: 8;
}

.fadeUp.in-viewport {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.fadeIn {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .8s ease-in .8s, visibility .8s ease-in .8s;
	transition: opacity .8s ease-in .8s, visibility .8s ease-in .8s;
}

.fadeIn.in-viewport {
	opacity: 1;
	visibility: visible;
}

.slideRight {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity 2.7s cubic-bezier(.34, .2, .34, 1), visibility 2.7s cubic-bezier(.34, 1, .34, 1), -webkit-transform 2.7s cubic-bezier(.34, .2, .34, 1);
	transition: opacity 2.7s cubic-bezier(.34, .2, .34, 1), visibility 2.7s cubic-bezier(.34, 1, .34, 1), -webkit-transform 2.7s cubic-bezier(.34, .2, .34, 1);
	transition: opacity 2.7s cubic-bezier(.34, .2, .34, 1), visibility 2.7s cubic-bezier(.34, 1, .34, 1), transform 2.7s cubic-bezier(.34, 1, .34, 1);
	transition: opacity 2.7s cubic-bezier(.34, .2, .34, 1), visibility 2.7s cubic-bezier(.34, 1, .34, 1), transform 2.7s cubic-bezier(.34, 1, .34, 1), -webkit-transform 2.7s cubic-bezier(.34, 1, .34, 1);
}

.in-viewport .slideRight {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.moveLeft {
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: -webkit-transform 2s cubic-bezier(.34, 1, .34, 1);
	transition: -webkit-transform 2s cubic-bezier(.34, 1, .34, 1);
	transition: transform 2s cubic-bezier(.34, 1, .34, 1);
	transition: transform 2s cubic-bezier(.34, 1, .34, 1), -webkit-transform 2s cubic-bezier(.34, 1, .34, 1);
}

.in-viewport .moveLeft {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.moveLeft.in-viewport {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#header {
	background: rgba(255, 255, 255, .85);
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
}

#header + main {
	padding-top: 53px;
}

.logo {
	width: 150px;
}

.logo img {
	width: 100%;
}

.header-contact-list {
	font-size: 16px;
	line-height: 1.25;
}

.header-contact-list li a {
	color: #000;
}

.header-contact-list li a:hover {
	color: #4B4181;
	text-decoration: none;
}

.header-contact-list li .fa {
	display: inline-block;
	vertical-align: middle;
	font-size: 21px;
	line-height: 1;
}

#footer {
	background: -webkit-linear-gradient(top, #052b52 0%, #00060f 100%);
	background: linear-gradient(180deg, #052b52 0%, #00060f 100%);
}

.footer-logo {
	max-width: 198px;
}

.add-nav {
	line-height: 1.2353;
}

.add-nav ul {
	margin: 0 -11px;
}

.add-nav ul li a {
	color: #fff;
}

.add-nav ul li a:hover {
	color: #faac19;
	text-decoration: none;
}

.newsletter-wrap .newsletter-form_wrapper {
	width: 100%;
}

.newsletter-form {
	position: relative;
}

.newsletter-form .form-control {
	color: #fff;
	height: 48px;
	background: #072b53;
	padding: 0 50px 0 20px;
	font-size: 15px;
	line-height: 1.2666666667;
	border-radius: 0;
	border: 0;
	margin: 0 !important;
}
.newsletter-form .form-control::-webkit-input-placeholder {
	color: #fff !important;
}

.newsletter-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #fff !important;
}

.newsletter-form .form-control:-moz-placeholder {
	color: #fff !important;
}

.newsletter-form .form-control:-ms-input-placeholder {
	color: #fff !important;
}

.newsletter-form .form-control.placeholder {
	color: #fff !important;
}

.newsletter-form .form-control:focus {
	color: #fff !important;
}

.newsletter-form .btn-submit {
	position: absolute !important;
	right: 15px !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	padding: 0 !important;
	color: #ffffff !important;
	-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.newsletter-form .btn-submit:hover {
	color: #1696BC !important;
}

.newsletter-form .btn-submit i {
	font-size: 18px !important;
	line-height: 1 !important;
}

.newsletter-form .ginput_container_email {
	margin: 0 !important;
}

.newsletter-wrap .gform_fields .gfield_label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.newsletter-wrap .gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

.copyright {
	font-size: 14px;
	line-height: 1.2857142857;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #faac19;
	text-decoration: none;
}

.terms-condition {
	margin: 0 -7px;
}

.terms-condition li + li {
	position: relative;
}

.terms-condition li + li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 2px;
	background: #fff;
}

.terms-condition li a {
	color: #fff;
}

.terms-condition li a:hover {
	color: #faac19;
	text-decoration: none;
}

.social-networks {
	margin: 0 -10px;
}

.social-networks li a {
	color: #fff;
}

.social-networks li a:hover {
	color: #faac19;
	text-decoration: none;
}

.social-networks .fa {
	font-size: 15px;
	line-height: 1;
}

html {
	font-size: 10px;
}

a:hover {
	-webkit-transition: color .25s ease-in, background .25s ease-in, opacity .25s ease-in, visibility .25s ease-in;
	transition: color .25s ease-in, background .25s ease-in, opacity .25s ease-in, visibility .25s ease-in;
}

.bg-before {
	z-index: 1;
}

.bg-before:before {
	content: "";
	position: absolute;
	left: -99999px;
	right: -99999px;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #f8f8f8;
}

.bg-holder {
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -2;
}

.bg-holder img{
	height: auto;
	position: absolute;
	width: auto;
}
.bg-stretch {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.border-row {
	position: relative;
}

.border-row:before {
	content: "";
	position: absolute;
	height: 1px;
	background: #d5d5d5;
	top: 0;
	left: 18px;
	right: 18px;
}
.promo-block h1, .promo-block p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
.promo-wrap {
	z-index: 1;
}

.promo-wrap .bg-holder img {
	width: 100%;
}

.promo-wrap .promo-holder {
	min-height: 553px;
	padding-top: 103px;
	padding-bottom: 190px;
}

.promo-wrap .img-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 265px;
}

.resp-container {
	max-width: 792px;
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.align-items-flex-end {
	align-items: flex-end;
}

.btn-primary {
	background-color: #34ACD0;
	border-color: #34ACD0;
}
.btn-primary:hover {
	background-color: #1696BC;
	border-color: #1696BC;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: #1696BC;
	border-color: #1696BC;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(22, 150, 188, .5);
}
.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(22, 150, 188, .5);
}
.warranty-box {
	height: auto;
	display: block;
	align-items: center;
}
.warranty-box img{
	margin-right: auto;
}
.promo-mid-bar {
	font-weight:300;
	font-size:24px;
	color:#FFFFFF;
	line-height: 33px;
}
.home-hero {
	background-image: url('../images/new-year-banner@2x.jpg');
	background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.banner-btn {
	position: absolute;
  top: 75%;
  left: 18%;
}

@media (max-width: 767px) {
	.promo-wrap .img-wrap {
	width: 100%;
    position:relative;
    padding-left:30px;
	}
	.promo-wrap .promo-holder {padding-bottom:25px;min-height:420px;}
	.promo-mid-bar {
		font-size: 18px;
		line-height: 26px;
	}
}
.promo-block {
	max-width: 520px;
	font-size: 26px;
	line-height: 1.2307692308;
}
.promo-block h1 {
	line-height: 1;
}

.promo-block p {
	margin-bottom: 20px;
}

.promo-block .btn-primary {
	min-width: 180px;
}

.market-wrap.bg-before:before {
	background: #4b4180;
}

.market-wrap .title {
	font-size: 16px;
	line-height: 1.25;
}

.market-list-row {
	margin: 0 -15px;
}

.market-list-row .market-list-col {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.market-list-row .ico-wrap {
	max-width: 44px;
	min-height: 44px;
}

.market-list-row .ico-wrap:after {
	content: "";
	font-size: 0;
	line-height: 0;
	height: inherit;
}
.about-wrap .video-wrap {
	-webkit-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
}

.about-wrap .video-wrap:hover {
	opacity: .8;
}

.product-holder h3 {
	line-height: 1.1143;
}

.product-holder .text-holder p {
	margin-bottom: 4px;
}

.product-holder .text-holder p + p {
	margin-top: 15px;
}

.product-holder .security-img-holder {
	max-width: 471px;
	position: relative;
	margin: 0 auto 20px;
}

.product-holder .security-img-holder .img-scroll {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
}

.product-holder .security-img-holder .img-scroll.slideRight {
	width: 100%;
}

.feature-list li {
	position: relative;
	padding: 0 0 0 25px;
}

.feature-list li .fa {
	font-size: 15px;
	line-height: 1;
	color: #faac19;
	position: absolute;
	left: 1px;
	top: 5px;
}

.durability-img-wrap {
	max-width: 284px;
}

.durability-img-wrap img {
	position: relative;
}

.durability-img-wrap img.layer-1 {
	z-index: 3;
}

.durability-img-wrap img.layer-2 {
	z-index: 2;
	margin-top: -68px;
}

.durability-img-wrap img.layer-3 {
	z-index: 1;
	margin-top: -80px;
}

.microtext-img-wrap {
	max-width: 280px;
}

.microtext-img-wrap .bg-stretch {
	min-height: 230px;
	width: 200px;
	position: relative;
	margin-left: auto;
}

.microtext-img-wrap .img-1 {
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 3px solid #c1c1c1;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	z-index: 2;
}

.microtext-img-wrap .img-1.in-viewport {
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	left: -90px;
}

.microtext-img-wrap .img-1 img {
	width: 100%;
	border-radius: 100%;
}

.microtext-img-wrap .shadow-1 {
	position: absolute;
	width: 126px;
	left: -37px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -5px;
}

.microtext-img-wrap .shadow-1 img {
	width: 100%;
}

.print-holder .img-wrap {
	max-width: 100%;
}

.print-holder .img-wrap:after {
	font-size: 0;
	line-height: 0;
	height: inherit;
}

.print-holder .btn-primary {
	min-width: 141px;
}

.printer-feature li {
	padding: 7px;
}

.printer-feature li:nth-child(odd) {
	background: #f7f7f7;
}

.contact-wrap .submit-form {
	max-width: 778px;
}

.contact-wrap .submit-form .row {
	margin: 0 -10px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {padding:.375rem .75rem !important;}
.contact-wrap .submit-form .form-control {
	height: 51px;
	font-size: 17px;
	line-height: 1.2352941176;
}

.contact-wrap .submit-form textarea {
	resize: none;
	height: 142px !important;
}

.contact-wrap .submit-form .btn-primary {
	min-width: 99px;
}

.request-row .img-wrap {
	max-width: 356px;
	margin: 0 auto 35px;
}

.request-row .img-wrap img {
	width: 100%;
}

.request-row .freestuff-block {
	font-size: 16px;
	line-height: 1.1875;
	width: 130px;
	height: 130px;
	border-radius: 100%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .16);
	border: 2px solid #fffcfc;
	background: #201547;
	position: absolute;
	bottom: -38px;
	right: 55px;
}

.request-row .freestuff-block .free-text {
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.request-row .freestuff-block b {
	font-size: 32px;
	line-height: .96875;
}

@media (min-width: 576px) {
	.market-list-row .market-list-col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.durability-img-wrap {
		max-width: 350px;
	}

	.durability-img-wrap img.layer-2 {
		margin-top: -90px;
	}

	.durability-img-wrap img.layer-3 {
		margin-top: -100px;
	}

	.microtext-img-wrap {
		max-width: 340px;
	}

	.microtext-img-wrap .bg-stretch {
		min-height: 300px;
		width: 250px;
	}

	.microtext-img-wrap .img-1 {
		width: 180px;
		height: 180px;
	}

	.microtext-img-wrap .img-1.in-viewport {
		left: -120px;
	}

	.microtext-img-wrap .shadow-1 {
		width: 151px;
		left: -51px;
	}
}

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

	#header + main {
		padding-top: 82px;
	}

	.logo {
		width: 220px;
	}

	.header-contact-list li .fa {
		margin: 0 8px 0 0;
	}

	.newsletter-wrap {
		width: 462px;
	}

	.newsletter-wrap .newsletter-form {
		max-width: 299px;
	}

	.newsletter-wrap .newsletter-form_wrapper {
		max-width: 299px;
	}

	.promo-wrap .promo-holder {
		min-height: 682px;
		padding-top: 132px;
		padding-bottom: 132px;
	}

	.promo-wrap .img-wrap {
		width: 345px;
	}

	.promo-block {
		max-width: 415px;
	}

	.promo-block p {
		margin-bottom: 39px;
		text-shadow: none;
	}

	.promo-block .btn-primary {
		font-size: 19px;
		line-height: 1.2105263158;
		min-width: 249px;
	}

	.market-list-row .market-list-col {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.feature-list li .fa {
		top: 7px;
	}

	.durability-img-wrap {
		max-width: 427px;
	}

	.print-holder .img-wrap {
		min-height: 223px;
	}

	.print-holder .img-wrap:after {
		content: "";
	}

	.request-row .img-wrap {
		margin: 0;
	}

	.request-row .freestuff-block {
		width: 147px;
		height: 147px;
	}
	.warranty-box {
		height: 100px;
		display: flex;
		align-items: center;
	}
	.warranty-box img{
		margin-right: 40px;
	}
}

@media (min-width: 992px) {
	h1,
	.h1 {
		font-size: 6.5rem;
	}

	h2,
	.h2 {
		font-size: 5rem;
		font-family: "Lato", Arial;
	}

	h3,
	.h3 {
		font-size: 3.5rem;
	}

	h4,
	.h4 {
		font-size: 3rem;
	}

	h5,
	.h5 {
		font-size: 2.4rem;
	}

	h6,
	.h6 {
		font-size: 2rem;
	}

	#header + main {
		padding-top: 91px;
	}

	.logo {
		width: 287px;
	}

	.social-networks {
		margin: 0 -7px 0 0;
	}

	body {
		font-size: 17px;
		line-height: 1.6471;
	}

	.promo-wrap .promo-holder {
		min-height: 800px;
		padding-top: 141px;
		padding-bottom: 141px;
	}

	.promo-wrap .img-wrap {
		width: 470px;
	}

	.promo-block {
		max-width: 520px;
	}

	.market-list-row .market-list-col {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}

	.durability-img-wrap img.layer-2 {
		margin-top: -114px;
	}

	.durability-img-wrap img.layer-3 {
		margin-top: -144px;
	}

	.microtext-img-wrap {
		max-width: 438px;
	}

	.microtext-img-wrap .bg-stretch {
		min-height: 354px;
		width: 284px;
	}

	.microtext-img-wrap .img-1.in-viewport {
		left: -155px;
	}

	.microtext-img-wrap .img-1 {
		left: 0;
		width: 214px;
		height: 214px;
	}

	.microtext-img-wrap .shadow-1 {
		width: 185px;
		left: -62px;
	}
	.warranty-box {
		height: 84px;
		display: flex;
		align-items: center;
	}
	.warranty-box img{
		margin-right: 40px;
	}
}

@media (min-width: 1200px) {
	.promo-wrap .img-wrap {
		width: 653px;
	}

	.market-list-row .market-list-col {
		-ms-flex-preferred-size: 14.2857%;
		flex-basis: 14.2857%;
		max-width: 14.2857%;
	}

	.durability-img-wrap {
		max-width: 539px;
	}

	.durability-img-wrap img.layer-2 {
		margin-top: -130px;
	}

	.durability-img-wrap img.layer-3 {
		margin-top: -180px;
	}

	.microtext-img-wrap .img-1 {
		margin-top: 9px;
	}

	.microtext-img-wrap .shadow-1 {
		margin: 0;
	}

	.print-holder .img-wrap {
		max-width: 100%;
	}
	.banner-btn .btn {
		padding: 1.5rem;
		font-size: 20px;
	}
}

@media (min-width: 1600px) {
	.promo-wrap .img-wrap {
		width: 876px;
	}
}

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

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

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
	.banner-btn .btn {
		display: none;
	}
	.warranty-box img {
		margin-bottom: 20px;
	}
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {font-weight:normal !important;}

/* Gravity Error Styling */
.gform_wrapper div.validation_error {
  color: #000 !important;
  font-size: 100% !important;
  font-weight: normal !important;
  border: 1px solid red !important;
  padding: 1em 0px 1em 20px !important;
  }
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {display:none;}
  .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
      border:0 !important;
      margin:0;
      background-color:unset !important;
  }

  /* Fix input styling */
  #input_2_1 {
    border:0;
    width:100%;
  }
#gform_fields_2 li {padding:0 !important;}
#gform_fields_2 #input_2_1 {
  padding:0 50px 0 20px !important;
}
#gform_wrapper_2 {margin:0 !important;}
.gform_wrapper {margin:0 !important;padding:0 !important;}

#footer .validation_error {
	color: red !important;
    font-size: 12px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mini-message p, .print-holder p {
	font-size:16px;
	line-height: 24px;
}

.home-hero {
	width: 100%;
	background-image: url('../images/new-year-banner@2x.jpg');
	background-size: cover;
	position: relative;
	max-height: 800px;
	overflow: hidden;
}
#home-banner-video {
width: 100%;
margin-bottom: -10px;
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
	margin-top: 0 !important;
}
.gform_wrapper div.validation_error {
	margin-top: 25px !important;
	margin-bottom: 0px !important;
	border-color: #790000;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-family: "Lato", Arial !important;
}
@media (max-width: 767px) {
	#home-banner-video {
		width: 144%;
		margin-left: -19%;
	}
	#requestinfo .header-contact-list li .fa {
		margin: 0 8px 0 0;
	}
}
