
/*
Table Of Contents

1.)  Typography
2.)  Default Styles
3.)  Container - Main
4.)  Header - Main
5.)  Content - Main
6.)  Banner - Main
7.)  How It - Works
8.)  Support - Languages
9.)  How - Accurate
10.) Section1 - Out
11.)  Section2 - Out
12.)  CTA - Info
13.)  Product - Info
14.) Footer - Main

15.) Inner - Pages

16.) Content & Photos View -  Modal

===============================================*/

/*
1.) Typography
----------------------------------------*/

@import url("fontawesome-all.min.css") all;
@import url("fa-brands.min.css") all;
@import url("fa-light.min.css") all;
@import url("fa-regular.min.css") all;
@import url("fa-solid.min.css") all;
@import url("animate.css") all;

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../fonts/helveticaneue_light-webfont.eot');
    src: url('../fonts/helveticaneue_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_light-webfont.woff') format('woff'),
         url('../fonts/helveticaneue_light-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('../fonts/helveticaneue-webfont.eot');
    src: url('../fonts/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue-webfont.woff') format('woff'),
         url('../fonts/helveticaneue-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuemedium';
    src: url('../fonts/helveticaneue_medium-webfont.eot');
    src: url('../fonts/helveticaneue_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue_medium-webfont.woff') format('woff'),
         url('../fonts/helveticaneue_medium-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue_medium-webfont.svg#helveticaneuemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/helveticaneue_bold-webfont-webfont.eot');
    src: url('../fonts/helveticaneue_bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue_bold-webfont-webfont.woff') format('woff'),
         url('../fonts/helveticaneue_bold-webfont-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue_bold-webfont-webfont.svg#helveticaneuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular.woff2') format('woff2'),
         url('../fonts/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
2.) Default Styles
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
}


/*  Custom animations
/*-------------------------------------------------- */

@-webkit-keyframes
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}

@-moz-keyframes
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}

/* #Basic Styles
================================================== */

body {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6a6a6a;
	line-height: 30px;
	letter-spacing: 0.02em;
	background: #ffffff;
}

@media (max-width: 767px) {
body {
	font-size: 16px;
	line-height: 27px;
}
}


/* #Links
================================================== */

a {
	color: #01b99d;
	outline: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #13d3bc;
	text-decoration: underline;
	outline: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

a:focus, a:active, a:visited {
	outline: 0;
	text-decoration: none;
}

.green {
	color: #01b99d;
}


/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #01a78e;
	line-height: 1.3em;
	padding: 0 0 30px 0;
	margin: 0;
}


h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 44px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

p {
	padding: 0 0 20px 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
p:last-child {
	padding-bottom: 0;
}

strong {
	font-weight: normal;
	font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: none;
}

@media (max-width: 991px) {
h1 {
	font-size: 36px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}
}

@media (max-width: 767px) {
h1 {
	font-size: 30px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}
}


/* #Order and Unorder Styles
================================================= */

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	position: relative;
	padding: 0 0 5px 17px;
	margin: 0;
}

li:last-child {
	padding-bottom: 20px;
}

li:before {
	content: "";
	width: 5px;
	height: 5px;
	float: left;
	background: #7f7f7f;
	border-radius: 10px;
	position: absolute;
	top: 11px;
	left: 0;
}

@media (max-width: 767px) {
li {
	padding: 0 0 5px 14px;
}

li:before {
	width: 4px;
	height: 4px;
	top: 10px;
}
}


/* #Input
================================================= */

form ul li:before {
	content: "";
	display: none;
}

input, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	outline: 0;
}

input, textarea {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	float: left;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin: 0;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
textarea,
select {
	width: 100%;
	height: 50px;
	float: left;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-transform: none;
	background:  #ffffff;
	border: 1px solid #acacac;
	border-radius: 0;
	outline: none;
	position: relative;
	box-shadow: none;
	padding: 13px 20px;
	margin: 0;
}

textarea {
	height: 120px;
	padding: 8px 20px;
	outline: none;
	resize: none;
}

select {
	text-align: center;
	background-image: url(../img/arrow-down-select.png);
	background-size: 26px auto;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select option {
	width: 100%!important;
	float: left!important;
	line-height: 1.2em!important;
	text-align: center!important;
	border: none!important;
	padding: 6px 20px!important;
}

select option:hover {
	background: #bb994b!important;
}

/* Placeholder */
::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #958f8f;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #958f8f;
}

::-moz-placeholder {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #958f8f;
}

:-ms-input-placeholder {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	color: #958f8f;
}

@media (max-width:767px) {
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
textarea,
select {
	height: 45px;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 15px;
}

textarea {
	height: 120px;
	padding: 10px 15px;
}
}


/* #Buttons
================================================== */

.btn,
button,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	font-weight: normal;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	line-height: 1.2em;
	letter-spacing: 1.5px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
	vertical-align: middle;
	background: #01b99d;
	border: none;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	z-index: 100;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	padding: 12px 30px 14px 30px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
	color: #ffffff;
	text-decoration: none;
	box-shadow: none;
	background: #13d3bc;
}

.btn-blank,
button.btn-blank,
input.btn-blank[type="button"],
input.btn-blank[type="submit"] {
	color: #01b99d;
	background: none;
	box-shadow: inset #01b99d 0 0 0 2px;
	border-radius: 0;
}

.btn-blank i,
button.btn-blank i {
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	position: relative;
	top: 0;
	margin: 0 0 0 5px;
	font-size: 20px;
}

.btn-blank:hover,
.btn-blank:focus,
.btn-blank:active,
.btn-blank:active:focus,
.btn-blank.active,
.btn-blank.active:focus,
button.btn-blank:hover,
button.btn-blank:focus,
button.btn-blank:active,
button.btn-blank:active:focus,
button.btn-blank.active,
button.btn-blank.active:focus,
input.btn-blank[type="button"]:hover,
input.btn-blank[type="button"]:focus,
input.btn-blank[type="button"]:active,
input.btn-blank[type="button"]:active:focus,
input.btn-blank[type="button"].active,
input.btn-blank[type="button"].active:focus,
input.btn-blank[type="submit"]:hover,
input.btn-blank[type="submit"]:focus,
input.btn-blank[type="submit"]:active,
input.btn-blank[type="submit"]:active:focus,
input.btn-blank[type="submit"].active,
input.btn-blank[type="submit"].active:focus {
	color: #ffffff;
	background: #13d3bc;
	box-shadow: inset #13d3bc 0 0 0 2px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: left;
}

@media (max-width: 767px) {
.btn,
button,
input[type="button"],
input[type="submit"] {
	font-size: 20px;
}

.btn-blank i,
button.btn-blank i {
	margin: 0 0 0 6px;
}
}



/* #Owl-carousel
=======================================================*/

.owl-carousel {
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
 @keyframes
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* Owl - Controls */
.owl-controls {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}


/* Owl - Nav */
.owl-nav {
	width: 100%;
	float: left;
}

.owl-nav div {
	width: 34px;
	height: auto;
	float: left;
	background: none;
	border-radius: 0;
	position: absolute;
	top: 24%;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	margin: 0;
}

.owl-nav div:before {
	width: 100%;
	height: 100%;
	float: left;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 30px;
	color: #7f7f7f;
	line-height: 40px;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.owl-nav div:hover:before {
	 color:#01b99d;
}

.owl-nav .owl-prev {
	left:0;
}

.owl-nav .owl-prev:before {
	content: "\f053";
}

.owl-nav .owl-next {
	right:0;
}

.owl-nav .owl-next:before {
	content: "\f054";
}


/* Owl - Dots */
.owl-dots {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 30px 0 0 0;
}

.owl-dots .owl-dot {
	width: 50px;
	height: 4px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #b7b7b7;
	border: none;
	border-radius: 0;
	text-indent: -9999px;
	zoom: 1;
	padding: 0;
	margin: 0 3px;
}

.owl-dots .owl-dot.active {
	background: #16edff;
}

.owl-carousel .disabled,
.owl-carousel .disabled {
	display: none;
}


/* #Show-Hide Responsive Options
================================================== */

.show_mobile {
	display: none;
}

.hide_mobile {
	display: block;
}

.show_both {
	display: none;
}

.hide_both {
	display: block;
}

@media only screen and (max-width:991px) {
.show_both {
	display: block;
}

.hide_both {
	display: none;
}
}

@media only screen and (max-width:767px) {
.show_mobile {
	display: block
}

.hide_mobile {
	display: none
}
}


/* Hidden */
.hidden {
	position: absolute!important;
	left: -10000px!important;
	top: auto!important;
	width: 1px!important;
	height: 1px!important;
	overflow: hidden!important;
	display:inline-block!important;
}


/*
 3.) Container - Main
----------------------------------------*/

#container-main {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 80px 0 0 0;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

@media (max-width:767px) {
#container-main {
	padding: 50px 0 0 0;
}

#container-main.top-bar-sticky {
	padding-top: 75px;
}

.container {
	max-width: 580px;
	padding: 0 30px;
}
}


/*
 4.) Header - Main
----------------------------------------*/

#header-main {
	width: 100%;
	height: 95px;
	float: left;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, .10) 0 0 7px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#header-main .top-bar {
	width: 100%;
	height: 25px;
	float: left;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
	background: #239ede;
	position: absolute;
	top: 0;
	left: 0;
}

#header-main .top-bar a {
	color: #ffffff;
	text-decoration: underline;
}

#header-main.sticky {
	position: fixed;
}

#header-main .logo {
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin: 30px -200px 0 0;
}

#header-main .logo a {
	width: 36px;
	height: 36px;
	float: left;
	line-height: 34px;
	text-align: center;
  margin: 12px 0 0 0;
}

#header-main .logo img {
	width: 100%;
	max-width: 50px;
}

#header-main .nav-bar {
	float: right;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
  margin: 20px 0 0 0;
}

#header-main .nav-bar .main-menu {
	float: left;
}

#header-main .nav-bar nav {
	float: left;
}

#header-main .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0;
}

#header-main .nav-bar nav ul li {
	height: 80px;
	float: left;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 80px;
	letter-spacing: 0.06em;
	padding: 0;
	margin: 0 0 0 30px;
}

#header-main .nav-bar nav ul li.nav-mob-oly {
	display: none;
}

#header-main .nav-bar nav ul li:before,
#header-main .nav-bar nav ul li:after {
	display: none;
}

#header-main .nav-bar nav ul li > a {
	height: 80px;
	float: left;
	color: #000000;
	text-decoration: none;
	position: relative;
}

#header-main .nav-bar nav ul li:hover > a,
#header-main .nav-bar nav ul li.active > a {
	color: #01b99d;
	text-decoration: none;
}

#header-main .nav-bar .btn {
	min-width: 175px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.05em;
	padding: 0 15px;
}

#header-main .nav-bar .btn-out {
	width: auto;
	float: right;
	line-height: 80px;
	padding: 0;
	margin: 0 0 0 35px;
}

@media (max-width: 991px) {
#header-main .nav-bar nav ul li {
	margin: 0 0 0 20px;
}

#header-main .nav-bar .btn {
	min-width: 140px;
}

#header-main .nav-bar .btn-out {
	margin: 0 0 0 25px;
}
}

@media (min-width: 768px) {
#header-main .nav-bar .menu-collapse {
	display: block!important;
}
}

@media (max-width: 767px) {
#header-main {
	height: 50px;
	box-shadow: none;
}

#container-main.top-bar-sticky #header-main {
	height: 75px;
}

#container-main.top-bar-sticky #header-main .top-bar {
	display: block;
}

#header-main.sticky {
	box-shadow: none;
}

#header-main .container {
	max-width: 100%;
	padding: 0;
}

#header-main .logo {
	width: 100%;
	height: 50px;
	float: left;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, .10) 0 0 10px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	z-index: 1000;
	padding: 0px 0 0 20px;
	margin: 25px 0 0 0;
}

#header-main .logo a {
  margin: 7px 0 0 0;
}

#header-main .nav-bar {
	margin: 22px 0 0 -500px;
}

#header-main .nav-bar .main-menu {
	width: 100%;
	height: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 50px 0 0 0;
}

#header-main .nav-bar .main-menu.active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

#header-main .nav-bar nav {
	width: 100%;
	height: 100%;
	float: left;
	background: #ffffff;
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	padding: 0;
  margin-top: 25px;
}

#header-main .nav-bar nav ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

#header-main .nav-bar nav ul li {
	width: 100%;
	height: auto;
	float: left;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: 0.06em;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	padding: 0;
	margin: 0;
}

#header-main .nav-bar nav ul li.nav-mob-oly {
	display: block;
}

#header-main .nav-bar nav ul li > a {
	width: 100%;
	height: auto;
	color: #555050;
	padding: 15px 20px;
}

#header-main .nav-bar nav ul li:hover > a,
#header-main .nav-bar nav ul li.active > a {
	color: #01b99d;
	text-decoration: none;
	background: #f0f0f0;
}

#header-main .nav-bar .btn {
	width: 100%;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 0.05em;
	padding: 0;
}

#header-main .nav-bar .btn-out {
	width: 100%;
	float: right;
	line-height: normal;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10001;
	padding: 0;
	margin:0;
	display: none;
}

#header-main.sticky .nav-bar .btn-out {
	display: block;
}

/* Hidden - Scroll */
.hiddenscroll {
	overflow: hidden;
}
}


/* Menu - Btn */
#header-main .menu-btn {
	width: 26px;
	height: 24px;
	float: left;
	z-index: 15;
	cursor: pointer;
	display: none;
	position: relative;
	z-index: 10001;
	margin: 17px 20px 0 0;
}

#header-main .menu-btn .icon-bar {
	width: 100%;
	height: 2px;
	float: left;
	text-indent: -99999px;
	background: #4d4d4d;
	border-radius: 1px;
	position: relative;
	transition: all 0.4s ease;
	margin: 8px 0 0 0;
}

#header-main .menu-btn .icon-bar:after {
	width: 100%;
	height: 2px;
	float: left;
	background: #4d4d4d;
	border-radius: 1px;
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	transition: all 0.4s ease;
}

#header-main .menu-btn .icon-bar:before {
	width: 100%;
	height: 2px;
	float: left;
	background: #4d4d4d;
	border-radius: 1px;
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	transition: all 0.4s ease;
}

#header-main .menu-btn.active .icon-bar {
	background: none;
}

#header-main .menu-btn.active .icon-bar:before {
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

#header-main .menu-btn.active .icon-bar:after {
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width: 767px) {
#header-main .menu-btn {
	display: block;
}
}




/*
 5.) Content - Main
----------------------------------------*/

#content-main {
	width: 100%;
	float: left;
}

#mc_embed_signup {
	width: 100%!important;
	float: left!important;
	background: none!important;
	padding: 0!important;
	margin: 0!important;
}

#mc_embed_signup form {
	width: 100%!important;
	max-width: 430px!important;
	float: left!important;
	padding: 0!important;
	margin: 0!important;
}

#mc_embed_signup form label {
	display: none!important;
}

#mc_embed_signup form input[type="text"], #mc_embed_signup form input[type="password"], #mc_embed_signup form input[type="datetime"], #mc_embed_signup form input[type="datetime-local"], #mc_embed_signup form input[type="date"], #mc_embed_signup form input[type="month"], #mc_embed_signup form input[type="time"], #mc_embed_signup form input[type="week"], #mc_embed_signup form input[type="number"], #mc_embed_signup form input[type="email"], #mc_embed_signup form input[type="url"], #mc_embed_signup form input[type="search"], #mc_embed_signup form input[type="tel"], #mc_embed_signup form input[type="color"], #mc_embed_signup form .uneditable-input, #mc_embed_signup form textarea, #mc_embed_signup form select {
	height: 65px!important;
	font-size: 21px!important;
	line-height: 30px!important;
	text-indent: 0!important;
	padding: 20px 20px!important;
	margin: 0!important;
}

#mc_embed_signup form .btn,
#mc_embed_signup form button,
#mc_embed_signup form input[type="button"],
#mc_embed_signup form input[type="submit"] {
	width: 100%!important;
	height: 65px!important;
	font-size: 29px!important;
	line-height: 65px!important;
	background: #01b99d!important;
	padding: 0!important;
	margin: 0!important;
}

#mc_embed_signup form .btn:hover,
#mc_embed_signup form .btn:focus,
#mc_embed_signup form .btn:active,
#mc_embed_signup form .btn:active:focus,
#mc_embed_signup form .btn.active,
#mc_embed_signup form .btn.active:focus,
#mc_embed_signup form button:hover,
#mc_embed_signup form button:focus,
#mc_embed_signup form button:active,
#mc_embed_signup form button:active:focus,
#mc_embed_signup form button.active,
#mc_embed_signup form button.active:focus,
#mc_embed_signup form input[type="button"]:hover,
#mc_embed_signup form input[type="button"]:focus,
#mc_embed_signup form input[type="button"]:active,
#mc_embed_signup form input[type="button"]:active:focus,
#mc_embed_signup form input[type="button"].active,
#mc_embed_signup form input[type="button"].active:focus,
#mc_embed_signup form input[type="submit"]:hover,
#mc_embed_signup form input[type="submit"]:focus,
#mc_embed_signup form input[type="submit"]:active,
#mc_embed_signup form input[type="submit"]:active:focus,
#mc_embed_signup form input[type="submit"].active,
#mc_embed_signup form input[type="submit"].active:focus {
	background: #047060!important;
}

#mc_embed_signup .mc-field-group {
	width: 100%!important;
	float: left!important;
	padding: 0!important;
	margin: 0 0 15px 0!important;
}

#mc_embed_signup #mce-responses {
	width: 100%!important;
	float: left!important;
	padding: 0!important;
	margin: 0!important;
	top: 0!important;
}

#mc_embed_signup .response {
	width: 100%!important;
	float: left!important;
	padding: 0!important;
	margin:  10px 0 20px 0!important;
}

#mc_embed_signup #mc_embed_signup_scroll {
	width: 100%!important;
	float: left!important;
	position: relative!important;
	padding: 0!important;
	margin: 0!important;
}

@media (max-width: 991px) {
#mc_embed_signup form input[type="text"], #mc_embed_signup form input[type="password"], #mc_embed_signup form input[type="datetime"], #mc_embed_signup form input[type="datetime-local"], #mc_embed_signup form input[type="date"], #mc_embed_signup form input[type="month"], #mc_embed_signup form input[type="time"], #mc_embed_signup form input[type="week"], #mc_embed_signup form input[type="number"], #mc_embed_signup form input[type="email"], #mc_embed_signup form input[type="url"], #mc_embed_signup form input[type="search"], #mc_embed_signup form input[type="tel"], #mc_embed_signup form input[type="color"], #mc_embed_signup form .uneditable-input, #mc_embed_signup form textarea, #mc_embed_signup form select {
	height: 50px!important;
	font-size: 18px!important;
	line-height: 24px!important;
	padding: 15px 20px!important;
}

#mc_embed_signup form .btn,
#mc_embed_signup form button,
#mc_embed_signup form input[type="button"],
#mc_embed_signup form input[type="submit"] {
	height: 50px!important;
	font-size: 21px!important;
	line-height: 50px!important;
}
}

@media (max-width: 767px) {
#mc_embed_signup form input[type="text"], #mc_embed_signup form input[type="password"], #mc_embed_signup form input[type="datetime"], #mc_embed_signup form input[type="datetime-local"], #mc_embed_signup form input[type="date"], #mc_embed_signup form input[type="month"], #mc_embed_signup form input[type="time"], #mc_embed_signup form input[type="week"], #mc_embed_signup form input[type="number"], #mc_embed_signup form input[type="email"], #mc_embed_signup form input[type="url"], #mc_embed_signup form input[type="search"], #mc_embed_signup form input[type="tel"], #mc_embed_signup form input[type="color"], #mc_embed_signup form .uneditable-input, #mc_embed_signup form textarea, #mc_embed_signup form select {
	font-size: 16px!important;
}

#mc_embed_signup form .btn,
#mc_embed_signup form button,
#mc_embed_signup form input[type="button"],
#mc_embed_signup form input[type="submit"] {
	font-size: 18px!important;
}
}


/* Vertical Align - Middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	margin: 0 auto
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}



/* Play - Icon */
.icon-play {
	content: "";
	width: 128px;
	height: 128px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: url(../img/icon-play-white.png) no-repeat 45px center;
	background-size: 49px auto;
	border: 2px solid #ffffff;
	border-radius: 360px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10;
	padding: 0;
	margin: 0;
}

.icon-play:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1199px) {
.icon-play {
	width: 100px;
	height: 100px;
	background-position: 35px center;
	background-size: 35px auto;
}
}

@media (max-width: 767px) {
.icon-play {
	width: 80px;
	height: 80px;
	background-position: 28px center;
	background-size: 30px auto;
}
}


/* Social - Links */
.social-links {
	width: 100%;
	float: left;
}

.social-links ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 -30px 0;
}

.social-links ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 10px 30px 0;
}

.social-links ul li:before {
	display: none;
}

.social-links ul li a {
    width: 60px;
    height: 60px;
    float: left;
    font-size: 30px;
    color: #191919;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    background: #ffffff;
    border-radius: 360px;
}

.social-links ul li a:hover {
	color: #ffffff;
	background: #13d3bc;
}

@media (max-width: 991px) {
.social-links ul {
	margin: 0 0 -20px 0;
}

.social-links ul li {
	margin: 0 20px 20px 0;
}

.social-links ul li a {
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 60px;
}
}

@media (max-width: 767px) {
.social-links ul {
	margin: 0 0 -15px 0;
}

.social-links ul li {
	margin: 0 8px 15px 8px;
}

.social-links ul li a {
	width: 45px;
	height: 45px;
	font-size: 22px;
	line-height: 45px;
}
}


/* Heading - Text */
.heading-txt {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 45px 0;
}

.heading-txt:last-child {
	padding-bottom: 0;
}

.heading-txt h2 {
	padding: 0 0 22px 0;
}

.heading-txt h2:last-child {
	padding-bottom: 0;
}

.heading-txt aside {
	width: 100%;
	max-width: 650px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

@media (max-width:991px) {
.heading-txt {
	padding: 0 0 34px 0;
}

.heading-txt h2 {
	padding: 0 0 17px 0;
}
}

@media (max-width:767px) {
.heading-txt h2 {
	padding: 0 0 10px 0;
}

.heading-txt p {
	line-height: 22px;
}

.heading-txt aside {
	padding: 0;
}
}


/*
 6.) Banner - Main
----------------------------------------*/

.banner-main {
	width: 100%;
	height: 100vh;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin: -80px 0 0 0;
}

.banner-main .container {
	max-width: 1380px;
}

.banner-main:after {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .20);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.banner-main video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.banner-main .icon-play {
	position: absolute;
	bottom: 35px;
	right: 35px;
	z-index: 50;
}

.banner-main .hero-cont {
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
	padding: 80px 0 0 0;
}

.banner-main .hero-cont h1 {
	font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #ffffff;
	line-height: 1.4em;
	padding: 0 0 10px 0;
}

.banner-main .hero-cont p {
	width: 100%;
	max-width: 80%;
	font-size: 30px;
	color: #ffffff;
	line-height: 1.2em;
	padding: 0 0 25px 0;
}

.banner-main .hero-cont .btn {
    width: 380px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0;
}

.banner-main .hero-cont .btn-transparent {
    width: 380px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 0 0 0;
    box-shadow: inset #ffffff 0 0 0 2px;
    background-color: transparent;
    margin-top:15px;
}

.banner-main .hero-cont aside {
	width: 100%;
	max-width: 800px;
	float: left;
}

@media (max-width: 991px) {
.banner-main {
	height: inherit;
	display: block;
	margin: 0;
}

.banner-main:after {
	display: none;
}

.banner-main video {
	min-width: 100%;
	min-height: 100%;
	width: 120%;
  height: 280px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	padding: 0;
	margin: 0 -10%;
}

.banner-main .icon-play {
	bottom: 50%;
	right: 50%;
	margin: 0 -40px -40px 0;
}

.banner-main .video-outer {
	width: 100%;
	float: left;
	position: relative;
	background: #f2f2f2;
	overflow: hidden;
	margin-bottom: -10px;
}

.banner-main .video-outer:after {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .20);
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 2;
}

.banner-main .hero-cont {
	text-align: center;
	background: #f2f2f2;
	position: relative;
	z-index: 10;
	padding: 30px 0;
}

.banner-main .hero-cont:before {
	content: "";
	width: 200%;
	height: 200%;
	float: left;
	box-shadow: inset rgba(0, 0, 0, .20) 0 0 100px;
	position: absolute;
	top: 0;
	left: -50%;
	z-index: 1;
}

.banner-main .hero-cont h1 {
	font-size: 33px;
	color: #000000;
	line-height: 1.4em;
	padding: 0 0 5px 0;
}

.banner-main .hero-cont h1:last-child {
	padding-bottom: 0;
}

.banner-main .hero-cont p {
	width: 100%;
	max-width: 80%;
	font-size: 31px;
	color: #000000;
	line-height: 1.2em;
	padding: 0 0 20px 0;
	margin: 0 auto;
}

.banner-main .hero-cont p:last-child {
	padding-bottom: 0;
}

.banner-main .hero-cont .btn {
	width: 100%;
	max-width: 380px;
	height: 60px;
	font-size: 26px;
	line-height: 60px;
	text-transform: none;
	padding: 0;
}

.banner-main .hero-cont .btn-transparent {
    box-shadow: inset #000000 0 0 0 2px;
    background-color: transparent;
    margin-top: 15px;
    color: #000000;
}

.banner-main .hero-cont aside {
	width: 100%;
	max-width: 500px;
	float: none;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
}

@media (max-width: 767px) {
.banner-main video {
	/* width: 200%; */
	/* margin: 0 -50%; */
	/* max-height: 280px; */
	/* height: auto; */
	height: 100px;
}
.banner-main .video-outer{
	height: 100%;
}

.banner-main .container {
	max-width: 580px;
}

.banner-main .hero-cont {
	padding: 25px 0;
}

.banner-main .hero-cont:before {
	box-shadow: inset rgba(0, 0, 0, .25) 0 0 60px;
}

.banner-main .hero-cont h1 {
	font-size: 32px;
	color: #000000;
	line-height: 1.2em;
	padding: 0 0 8px 0;
}

.banner-main .hero-cont p {
	max-width: 100%;
	font-size: 20px;
	line-height: 1.3em;
	padding: 0 0 15px 0;
}

.banner-main .hero-cont .btn {
	width: 100%;
	max-width: 260px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-transform: none;
	padding: 0;
}

.banner-main .hero-cont aside {
	width: 100%;
	max-width: 580px;
	float: none;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px),
only screen and (        min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (           min-resolution: 192dpi) and (min-device-width: 1025px),
only screen and (            min-resolution: 2dppx) and (min-device-width: 1025px) {

  .banner-main .hero-cont h1 {
  	font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
  	font-size: 40px;
  	color: #ffffff;
  	line-height: 1.4em;
  	padding: 0 0 12px 30px;
  }

  .banner-main .hero-cont p {
  	width: 100%;
  	max-width: 80%;
  	font-size: 25px;
  	color: #ffffff;
  	line-height: 1.2em;
  	padding: 0 0 0 30px;
  }

  .banner-main .hero-cont .btn {
    width: 340px;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 0 0 0;
    margin: 20px 0 0 30px;
}

.banner-main .hero-cont .btn-transparent {
    width: 340px;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 0 0 0;
    margin: 20px 0 0 30px;
    box-shadow: inset #ffffff 0 0 0 2px;
    background-color: transparent;
}

.icon-play {
    content: "";
    width: 80px;
    height: 80px;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: url(../img/icon-play-white.png) no-repeat 24px;
    background-size: 35px;
    border: 2px solid #ffffff;
    border-radius: 360px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
    padding: 0;
    margin: 0;
}

.banner-main .icon-play {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 50;
}
}


/*
 7.) How - It - Work
------------------------------------------------*/

.how-it-work {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 65px 0 0 0;
}

.how-it-work .article {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 70px 0;
}

.how-it-work .article h2 {
	font-size: 42px;
	color: #044486;
	padding: 0 0 35px 0;
}

.how-it-work .article p {
	font-size: 22px;
	line-height: 33px;
	padding: 0 10% 22px 0;
}

.how-it-work .article p:last-child {
	padding-bottom: 0;
}

.how-it-work .article .btn-blank {
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 0.04em;
	color: #044486;
	text-align: left;
	box-shadow: inset rgba(4, 68, 134, 0.5) 0 0 0 2px;
	padding: 15px 30px 17px 30px;
}

.how-it-work .article .btn-blank i {
	top: 2px;
}

.how-it-work .article .btn-blank:hover,
.how-it-work .article .btn-blank:focus,
.how-it-work .article .btn-blank:active,
.how-it-work .article .btn-blank:active:focus,
.how-it-work .article .btn-blank.active,
.how-it-work .article .btn-blank.active:focus {
	color: #ffffff;
	background: #044486;
	box-shadow: inset rgba(4, 68, 134, 1) 0 0 0 2px;
}

.how-it-work .article p.sml-txt {
	width: 100%;
	float: left;
	font-size: 19px;
	color: #474747;
	line-height: 30px;
	letter-spacing: 1px;
}

.how-it-work .article figure {
	width: 48%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -4px;
}

.how-it-work .article figure img {
	width: 100%;
}

.how-it-work .article figure.desktop-img {
	display: inline-block;
}

.how-it-work .article figure.mobile-img {
	width: 100%;
	display: none;
}

.how-it-work .article aside {
	width: 52%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 2% 0 0;
	margin: 0 -4px 0 0;
}

.how-it-work .article aside .title-txt {
	width: 100%;
	float: left;
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #515050;
	letter-spacing: 0.02em;
	text-align: center;
	display: none;
	padding: 0 0 0 0;
}

.how-it-work .article aside .txt {
	width: 100%;
	float: left;
	padding-bottom: 22px;
}

.how-it-work .article aside .txt:last-child {
	padding-bottom: 0;
}

.how-it-work .article .btn-out {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}

.how-it-work .article.pink h2 {
	color: #9e1b57;
}

.how-it-work .article.pink figure {
	margin: 0 -4px 0 0;
}

.how-it-work .article.pink aside {
	padding: 0 6%;
	margin: 0 0 0 -4px;
}

.how-it-work .article.pink .btn-blank {
	color: #9e1b57;
	box-shadow: inset rgba(158, 27, 87, 0.5) 0 0 0 2px;
}

.how-it-work .article.pink .btn-blank:hover,
.how-it-work .article.pink .btn-blank:focus,
.how-it-work .article.pink .btn-blank:active,
.how-it-work .article.pink .btn-blank:active:focus,
.how-it-work .article.pink .btn-blank.active,
.how-it-work .article.pink .btn-blank.active:focus {
	color: #ffffff;
	background: #9e1b57;
	box-shadow: inset rgba(158, 27, 87, 1) 0 0 0 2px;
}

.how-it-work .article-out {
	width: 100%;
	float: left;
	margin: 0 0 -70px 0;
}

@media (max-width: 991px) {
.how-it-work {
	padding: 60px 0 0 0;
}

.how-it-work .article {
	margin: 0 0 70px 0;
}

.how-it-work .article h2 {
	font-size: 36px;
	padding: 0 0 26px 0;
  text-align: center;
}

.how-it-work .article p {
	font-size: 20px;
	line-height: 30px;
	padding-right: 0;
}

.how-it-work .article p.sml-txt {
	width: 100%;
	float: left;
	font-size: 17px;
	line-height: 27px;
}

.how-it-work .article aside {
	padding: 0 40px 0 0;
}

.how-it-work .article aside .btn-out {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}

.how-it-work .article .btn-blank {
	font-size: 18px;
	line-height: 24px;
	padding: 13px 25px 15px 25px;
}

.how-it-work .article.blue {
	margin-bottom: 80px;
}

.how-it-work .article.pink aside {
	padding: 0 0 0 6%;
}

.how-it-work .article-out {
	margin: 0 0 -70px 0;
}
}

@media (max-width: 767px) {
.how-it-work {
	padding: 0 0 40px 0;
}

.how-it-work .container {
	padding: 0;
}

.how-it-work .article {
	padding: 40px 20px 0 20px;
	margin: 0;
}

.how-it-work .article h2 {
	font-size: 28px;
	padding: 0 0 23px 0;
  text-align: center;
}

.how-it-work .article p {
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 17px 0;
}

.how-it-work .article p.sml-txt {
	font-size: 15px;
	line-height: 25px;
}

.how-it-work .article .btn-blank {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 12px 25px 14px 25px;
}

.how-it-work .article figure {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.how-it-work .article figure img {
	width: 100%;
	max-width: 300px;
}

.how-it-work .article figure.desktop-img {
	display: none;
}

.how-it-work .article figure.mobile-img {
	display: inline-block;
}

.how-it-work .article aside {
	width: 100%;
	padding: 0;
}

.how-it-work .article aside .title-txt {
	display: block;
}

.how-it-work .article aside .txt {
	padding: 0 15px 30px 15px;
}

.how-it-work .article aside .btn-out {
	text-align: center;
	padding: 0;
}

.how-it-work .article.blue {
	margin-bottom: 0;
}

.how-it-work .article.pink aside {
	padding: 0;
	margin: 0;
}

.how-it-work .article-out {
	margin: 0;
}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px),
only screen and (        min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (           min-resolution: 192dpi) and (min-device-width: 1025px),
only screen and (            min-resolution: 2dppx) and (min-device-width: 1025px) {

  .how-it-work .article {
      width: 100%;
      float: left;
      position: relative;
      margin: 0 0 70px 70px;
  }

.how-it-work .article h2 {
    font-size: 35px;
    color: #044486;
    padding: 0 0 20px 0;
}

.how-it-work .article p {
    font-size: 18px;
    line-height: 33px;
    padding: 0 20% 22px 0;
}

.how-it-work .article figure img {
    width: 75%;
}

.how-it-work .article.pink aside {
    padding: 0;
    margin: 0 0 0 -4px;
}

}

/*
 8.) Support - Languages
------------------------------------------------*/

.support-languages {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
	padding: 100px 0 0 0;
}

.support-languages .article {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 100px 0;
}

.support-languages .article h2 {
	font-size: 42px;
	color: #ac946d;
	padding: 0 0 35px 0;
}

.support-languages .article p {
	font-size: 22px;
	line-height: 33px;
	padding: 0 10% 22px 0;
}

.support-languages .article p:last-child {
	padding-bottom: 0;
}

.support-languages .article p.sml-txt {
	width: 100%;
	float: left;
	font-size: 19px;
	color: #474747;
	line-height: 30px;
	letter-spacing: 1px;
}

.support-languages .article figure {
	width: 48%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -4px;
}

.support-languages .article figure img {
	width: 100%;
}

.support-languages .article aside {
	width: 52%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 2% 0 0;
	margin: 0 -4px 0 0;
}

.support-languages .article aside .title-txt {
	width: 100%;
	float: left;
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #515050;
	letter-spacing: 0.02em;
	text-align: center;
	display: none;
	padding: 0 0 0 0;
}

.support-languages .article aside .txt {
	width: 100%;
	float: left;
	padding-bottom: 22px;
}

.support-languages .article aside .txt:last-child {
	padding-bottom: 0;
}

.support-languages .article .btn-out {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}

.support-languages .article-out {
	width: 100%;
	float: left;
	margin: 0 0 -100px 0;

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px),
only screen and (        min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (           min-resolution: 192dpi) and (min-device-width: 1025px),
only screen and (            min-resolution: 2dppx) and (min-device-width: 1025px) {

  .support-languages .article {
      width: 100%;
      float: left;
      position: relative;
      margin: 0 0 100px 40px;
  }

  .support-languages .article h2 {
    font-size: 35px;
    color: #ac946d;
    padding: 0 0 20px 0;
}

.support-languages .article p {
    font-size: 18px;
    line-height: 33px;
    padding: 0 10% 10px 0;
}

.support-languages .article figure img {
    width: 75%;
}

}

@media (max-width: 991px) {
.support-languages {
	padding: 70px 0 0 0;
}

.support-languages .article {
	margin: 0 0 70px 0;
}

.support-languages .article h2 {
	font-size: 36px;
	padding: 0 0 26px 0;
  text-align: center;
}

.support-languages .article p {
	font-size: 20px;
	line-height: 30px;
	padding-right: 0;
}

.support-languages .article p.sml-txt {
	width: 100%;
	float: left;
	font-size: 17px;
	line-height: 27px;
}

.support-languages .article aside {
	padding: 0 40px 0 0;
}

.support-languages .article-out {
	margin: 0 0 -70px 0;
}
}

@media (max-width: 767px) {
.support-languages {
	padding: 40px 0 0 0;
}

.support-languages .container {
	padding: 0;
}

.support-languages .article {
	padding: 0 20px;
	margin: 0;
}

.support-languages .article h2 {
	font-size: 28px;
	padding: 0 0 23px 0;
  text-align: center;
}

.support-languages .article p {
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 17px 0;
}

.support-languages .article p.sml-txt {
	font-size: 15px;
	line-height: 25px;
}

.support-languages .article figure {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.support-languages .article figure img {
	width: 100%;
	max-width: 420px;
}

.support-languages .article aside {
	width: 100%;
	padding: 0 0 40px 0;
}

.support-languages .article aside .title-txt {
	display: block;
}

.support-languages .article aside .txt {
	padding: 0 15px 30px 15px;
}

.support-languages .article-out {
	margin: 0;
}
}


/*
 9.) How - Accurate
------------------------------------------------*/

.how-accurate {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 80px 0;
}

.how-accurate .article {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 60px 40px  ;
}

.how-accurate .article h2 {
	font-size: 42px;
	color: #1f67bf;
	padding: 0 0 35px 0;
}

.how-accurate .article p {
	font-size: 24px;
	line-height: 35px;
	padding: 0 0 22px 0;
}

.how-accurate .article p:last-child {
	padding-bottom: 0;
}

.how-accurate .article .btn-blank {
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 21px;
	letter-spacing: 0.04em;
	color: #1f67bf;
	box-shadow: inset rgba(31, 103, 191, 0.5) 0 0 0 2px;
	padding: 15px 30px 17px 30px;
}

.how-accurate .article .btn-blank i {
	top: 2px;
}

.how-accurate .article .btn-blank:hover,
.how-accurate .article .btn-blank:focus,
.how-accurate .article .btn-blank:active,
.how-accurate .article .btn-blank:active:focus,
.how-accurate .article .btn-blank.active,
.how-accurate .article .btn-blank.active:focus {
	color: #ffffff;
	background: #1f67bf;
	box-shadow: inset rgba(31, 103, 191, 1) 0 0 0 2px;
}

.how-accurate .article figure {
	width: 48%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	margin: 0 0 0 -4px;
}

.how-accurate .article figure img {
	width: 100%;
}

.how-accurate .article figure.desktop-img {
	display: inline-block;
}

.how-accurate .article figure.mobile-img {
	width: 100%;
	display: none;
}

.how-accurate .article aside {
	width: 52%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 2% 0 8%;
	margin: 0 0 0 -4px;
}

.how-accurate .article aside .title-txt {
	width: 100%;
	float: left;
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #515050;
	letter-spacing: 0.02em;
	text-align: center;
	display: none;
	padding: 0 0 0 0;
}

.how-accurate .article aside .txt {
	width: 100%;
	float: left;
	padding-bottom: 22px;
}

.how-accurate .article aside .txt:last-child {
	padding-bottom: 0;
}

.how-accurate .article .btn-out {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0 0 0;
}

.how-accurate .article-out {
	width: 100%;
	float: left;
	margin: 0 0 -60px 0;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px),
only screen and (        min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (           min-resolution: 192dpi) and (min-device-width: 1025px),
only screen and (            min-resolution: 2dppx) and (min-device-width: 1025px) {

  .how-accurate .article figure img {
      width: 75%;
  }

  .how-accurate .article h2 {
    font-size: 35px;
    color: #1f67bf;
    padding: 0 0 20px 0;
}

.how-accurate .article p {
    font-size: 18px;
    line-height: 35px;
    padding: 0 0 22px 0;
}

.how-accurate .article aside {
    width: 52%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2% 0 4%;
    margin: 0 0 0 -4px;
}

.how-accurate .article aside .txt {
    width: 80%;
    float: left;
    padding-bottom: 22px;
}

.how-accurate .article .btn-out {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
  text-align: left;
}

}

@media (max-width: 991px) {
.how-accurate {
	padding: 60px 0;
}

.how-accurate .article {
	margin: 0 0 50px 0;
}

.how-accurate .article h2 {
	font-size: 36px;
	padding: 0 0 26px 0;
  text-align: center;
}

.how-accurate .article p {
	font-size: 20px;
	line-height: 30px;
	padding-right: 0;
}

.how-accurate .article aside {
	padding: 0 0 0 40px;
}

.how-accurate .article aside .btn-out {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}

.how-accurate .article-out {
	margin: 0 0 -50px 0;
}
}

@media (max-width: 767px) {
.how-accurate {
	padding: 40px 0;
}

.how-accurate .container {
	padding: 0;
}

.how-accurate .article {
	padding: 0 30px 0 30px;
	margin: 0;
}

.how-accurate .article h2 {
	font-size: 28px;
	padding: 0 0 23px 0;
  text-align: center;
}

.how-accurate .article p {
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 17px 0;
}

.how-accurate .article p.sml-txt {
	font-size: 15px;
	line-height: 25px;
}

.how-accurate .article .btn-blank {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 12px 25px 14px 25px;
}

.how-accurate .article figure {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
}

.how-accurate .article figure img {
	width: 95%;
}

.how-accurate .article figure.desktop-img {
	display: none;
}

.how-accurate .article figure.mobile-img {
	display: inline-block;
}

.how-accurate .article aside {
	width: 100%;
	padding: 0;
}

.how-accurate .article aside .title-txt {
	display: block;
}

.how-accurate .article aside .txt {
	padding: 0 0 30px 0;
}

.how-accurate .article aside .btn-out {
	text-align: center;
	padding: 20px 0 0 0;
}

.how-accurate .article-out {
	margin: 0;
}
}




/*
 10.) Section1 - Out (Reviews and Videos)
------------------------------------------------*/

.section1-out {
	width: 100%;
	float: left;
	background: #faf9f9;
}

@media (max-width: 767px) {
.section1-out .container {
	padding: 0;
}
}


/* Video - Block */
.video-block {
	width: 100%;
	float: left;
	text-align: center;
	padding: 60px 0;
}

.video-block:last-child {
	padding-bottom: 0;
}

.video-block h2 {
	width: 100%;
	float: left;
	padding: 0 0 54px 0;
}

.video-block .video {
	width: 100%;
	max-width: 784px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}

.video-block .video img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.video-block .video:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

@media (max-width: 767px) {
.video-block {
	padding: 40px 0 0 0;
}

.video-block .container {
	padding: 0;
}

.video-block h2 {
	padding: 0 30px 0 30px;
	margin: 0 0 30px 0;
}

.video-block .video {
	max-width: 100%;
	box-shadow: rgba(0, 0, 0, .20) 0 10px 20px;
	margin: 0 0 50px 0;
}
}


/* Customer - Content */
.customers-cont {
	width: 100%;
	float: left;
	padding: 0 0 110px 0;
}

.customers-cont h3 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 30px 0;
}

.customers-cont .article {
	width: 100%;
	float: left;
	position: relative;
	padding: 25px 20px 20px 20px;
}

.customers-cont .article .divleft {
	width: 50px;
	float: left;
	position: absolute;
	top: 20px;
	left: 20px;
}

.customers-cont .article .divleft img {
	width: 100%;
}

.customers-cont .article .divright {
	width: 100%;
	float: left;
	padding: 0;
}

.customers-cont .article h4 {
	width: 100%;
	float: left;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #605c5c;
	padding: 0 0 3px 0;
}

.customers-cont .article p {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #605c5c;
	line-height: 22px;
	padding: 0 0 17px 0;
}

.customers-cont .article p:last-child {
	padding-bottom: 0;
}

.customers-cont .article ul {
	float: left;
	padding: 0;
	margin: 0 -20px -20px 0;
}

.customers-cont .article ul li {
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 0;
	margin: 0 20px 20px 0;
}

.customers-cont .article ul li img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.customers-cont .article ul li:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.customers-cont .article ul li:before {
	display: none;
}

.customers-cont .article ul li .icon-play-blue:before {
	background-size: 40px auto;
}

.customers-cont .article .name {
	width: 100%;
	float: left;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	padding: 0 0 2px 0;
}

.customers-cont .article .name .verified {
	font-size: 16px;
	color: #1cc286;
	margin: 0 0 0 4px;
}

.customers-cont .article .countryname {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #999999;
	line-height: 22px;
	padding: 0 0 20px 0;
}

.customers-cont .article .date {
	font-size: 13px;
	color: #000000;
	line-height: 22px;
	position: absolute;
	top: 27px;
	right: 20px;
	padding: 0;
	margin: 0;
}

.customers-cont .article .ratings {
	width: 100%;
	height: 17px;
	float: left;
	line-height: 17px;
	margin: 0 0 2px 0;
}

.customers-cont .article .ratings img {
	max-width: 100%;
}

.customers-cont .article .divright > div:nth-child(2) {
	padding-left: 65px;
}

.customers-cont .article .divright > .name {
	padding: 0 100px 2px 65px;
}

.customers-cont .article .divright > .countryname {
	padding-left: 65px;
}

.customers-cont .cont-box {
	width: 100%;
	float: left;
}

.customers-cont .cont-box .owl-stage {
	display: flex;
	flex-wrap: wrap;
}

.customers-cont .cont-box .owl-carousel .owl-item {
	display: inline;
	text-align: left;
	background: #ffffff;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
}

.customers-cont .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 360px;
	margin:0 8px;
}

.customers-cont .btn {
    width: 100%;
    max-width: 350px;
    height: 65px;
    font-size: 23px;
    color: #020202;
    line-height: 65px;
    box-shadow: inset #020202 0 0 0 1px;
    padding: 0;
}

.customers-cont .btn:hover,
.customers-cont .btn:focus,
.customers-cont .btn:active,
.customers-cont .btn:active:focus,
.customers-cont .btn.active,
.customers-cont .btn.active:focus {
	color: #ffffff;
	background: #1c1c1c;
}

.customers-cont .btn-out {
	width: 100%;
	float: left;
	text-align: center;
	padding: 60px 0 0 0;
}


@media (max-width: 991px) {
.customers-cont {
	padding: 0 0 80px 0;
}

.customers-cont .article .date {
	display: none;
}

.customers-cont .article .divright > .name {
	padding-right: 0;
}

.customers-cont .btn {
	max-width: 355px;
	height: 70px;
	font-size: 28px;
	line-height: 70px;
}

.customers-cont .btn-out {
	padding: 40px 0 0 0;
}
}

@media (max-width: 767px) {
.customers-cont {
	padding: 0 0 60px 20px;
}

.customers-cont .article {
	padding: 25px 20px 20px 20px;
}

.customers-cont .cont-box .owl-stage {
	padding-left: 0!important;
}

.customers-cont .btn {
	max-width: 260px;
	height: 55px;
	font-size: 20px;
	line-height: 55px;
}

.customers-cont .btn-out {
	padding: 20px 20px 0 0;
}
}


/* Video - List */
.video-list {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 90px 0;
}

.video-list .video-out {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.video-list h2 {
	width: 100%;
	float: left;
	color: #01a78e;
	padding: 0 0 76px 0;
}

.video-list .article {
	width: 100%;
	float: left;
	margin: 0 0 70px 0;
}

.video-list .article p {
	font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #545353;
	line-height: 32px;
	padding: 0 0 40px 0;
}

.video-list .article p:last-child {
	padding-bottom: 0;
}

.video-list .article figure {
	width: 41.50%;
	float: left;
	text-align: center;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.15) 30px 30px 60px;
}

.video-list .article figure a {
	width: 100%;
	text-decoration: none;
}

.video-list .article figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.video-list .article figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.video-list .article aside {
	width: 58.50%;
	float: right;
	padding: 10px 0 0 40px;
}

.video-list .article .logo {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 0 0;
}

.video-list .article .logo:last-child {
	margin-bottom: 0;
}

.video-list .article .logo img {
	max-width: 100%;
}

.video-list .article .sml-txt {
	width: 100%;
	float: left;
	font-size: 17px;
	line-height: 27px;
	padding: 0;
}

.video-list .article:nth-child(even) figure {
	float: right;
}

.video-list .article:nth-child(even) aside {
	float: left;
	padding-right: 40px;
	padding-left: 0;
}

.video-list .article-out {
	width: 100%;
	float: left;
	margin: 0 0 -70px 0;
}

@media (max-width: 991px) {
.video-list {
	padding: 0 0 70px 0;
}

.video-list h2 {
	padding: 0 0 57px 0;
}

.video-list .article {
	width: 100%;
	margin: 0 0 60px 0;
}

.video-list .article p {
	font-size: 20px;
	line-height: 30px;
	padding: 0 0 31px 0;
}

.video-list .article aside {
	padding: 10px 0 0 30px;
}

.video-list .article .logo {
	margin: 0 0 23px 0;
}

.video-list .article .sml-txt {
	font-size: 15px;
	line-height: 25px;
}

.video-list .article:nth-child(even) aside {
	padding-right: 30px;
}

.video-list .article-out {
	width: 100%;
	margin: 0 0 -60px 0;
}
}

@media (max-width: 767px) {
.video-list {
	text-align: center;
	padding: 0 30px 50px 30px;
}

.video-list .video-out {
	max-width: 100%;
}

.video-list h2 {
	padding: 0 0 21px 0;
}

.video-list .article {
	width: 100%;
	margin: 0 0 70px 0;
}

.video-list .article p {
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 18px 0;
}

.video-list .article figure {
	width: 100%;
	max-width:420px;
	float: none;
	display: inline-block;
	vertical-align: top;
	box-shadow: rgba(0, 0, 0, 0.15) 20px 20px 40px;
	margin: 0 0 20px 0;
}

.video-list .article figure:last-child {
	margin-bottom: 0;
}

.video-list .article figure a {
	width: 100%;
	text-decoration: none;
}

.video-list .article aside {
	width: 100%;
	padding: 0 0 40px 0;
}

.video-list .article .logo {
	margin: 0;
}

.video-list .article .sml-txt {
	font-size: 14px;
	line-height: 20px;
}

.video-list .article:nth-child(even) figure {
	float: none;
}

.video-list .article:nth-child(even) aside {
	padding-right: 0;
}

.video-list .article-out {
	width: 100%;
	margin: 0 0 -50px 0;
}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px),
only screen and (        min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (           min-resolution: 192dpi) and (min-device-width: 1025px),
only screen and (            min-resolution: 2dppx) and (min-device-width: 1025px) {


  .video-block .video {
      width: 100%;
      max-width: 650px;
      float: none;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      overflow: hidden;
  }

  .video-block h2 {
    width: 100%;
    float: left;
    font-size: 35px;
    padding: 0 0 35px 0;
}

.customers-cont .btn {
    width: 100%;
    max-width: 330px;
    height: 60px;
    font-size: 20px;
    color: #020202;
    line-height: 60px;
    box-shadow: inset #020202 0 0 0 1px;
    padding: 0;
}

.btn-blank i, button.btn-blank i {
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 300;
    position: relative;
    top: 0;
    font-size: 15px;
    margin: 0 0 0 5px;
}

.video-list h2 {
    width: 100%;
    float: left;
    color: #01a78e;
    padding: 0 0 76px 0;
    font-size: 35px;
}

.video-list .article aside {
    width: 58.50%;
    float: right;
    padding: 30px 0 0 40px;
}

.video-list .article p {
    font-family: "helveticaneuelight", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #545353;
    line-height: 32px;
    padding: 0 0 20px 0;
    width: 100%;
}

.video-list .article .logo {
    width: 90%;
    float: left;
    text-align: center;
    margin: 0 0 3px 0;
}

.video-list .article .sml-txt {
    width: 90%;
    float: left;
    font-size: 17px;
    line-height: 27px;
    padding: 20px 0 0 0;
}

}


/*
 11.) Section2 - Out (Easy to Use & FAQ Content)
------------------------------------------------*/

.section2-out {
	width: 100%;
	float: left;
}

.section2-out .container {
	max-width: 1160px;
}

@media (max-width: 767px) {
.section2-out .container {
	max-width: 580px;
}
}


/* Steps - Info */
.steps-info {
	width: 100%;
	float: left;
	padding: 100px 0 0 0;
}

.steps-info:last-child {
	padding-bottom: 100px;
}

.steps-info h2 {
	width: 100%;
	float: left;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #080707;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 0 0 45px 0;
}

.steps-info .article {
	width: 33.33%;
	float: left;
}

.steps-info .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 28px 0;
}

.steps-info .article figure img {
	width: 100%;
}

.steps-info .article aside {
	width: 100%;
	float: left;
	padding: 0 10px;
}

.steps-info .article aside h3 {
	font-size: 19px;
	color: #0a0b0b;
	padding: 0 0 8px 0;
}

.steps-info .article aside h3 a {
	color: #0a0b0b;
}

.steps-info .article aside h3 a:hover {
	color: #047060;
}

.steps-info .article aside p {
	width: 100%;
	max-width: 90%;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #505352;
	line-height: 21px;
	padding: 0;
	margin: 0 auto;
}

.steps-info .owl-nav .owl-prev {
	left: -35px;
}

.steps-info .owl-nav .owl-next {
	right: -35px;
}

.steps-info .slider-bg {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding: 0 30px;
}

.steps-info .owl-carousel .owl-item .article {
	width: 100%;
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
.steps-info {
	padding: 70px 0 0 0;
}

.steps-info:last-child {
	padding-bottom: 70px;
}

.steps-info h2 {
	font-size: 40px;
	padding: 0 0 35px 0;
}

.steps-info .slider-bg {
	padding: 0;
}
}

@media (max-width: 767px) {
.steps-info {
	padding: 50px 0 0 0;
}

.steps-info:last-child {
	padding-bottom: 50px;
}

.steps-info h2 {
	font-size: 32px;
	padding: 0 0 26px 0;
}

.steps-info .article figure {
	margin: 0 0 20px 0;
}

.steps-info .slider-bg {
	padding: 0 10px;
}
}

@media (max-width:767px) {
.steps-info .owl-nav div {
	top: 32%;
}
}

@media (max-width:639px) {
.steps-info .owl-nav div {
	top: 28%;
}
}

@media (max-width:539px) {
.steps-info .owl-nav div {
	top: 28%;
}
}

@media (max-width:439px) {
.steps-info .owl-nav div {
	top: 23%;
}
}

@media (max-width:339px) {
.steps-info .owl-nav div {
	top: 17%;
}
}

@media (min-width: 767px) {
.steps-info .owl-carousel .owl-stage-outer {
	overflow: visible!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
}

.steps-info .owl-carousel {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.steps-info .owl-carousel .owl-stage {
	width: 102.6%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	transform: translate3d(0, 0px, 0px)!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0 -1.3% -35px -1.3%!important;
}

.steps-info .owl-carousel .owl-item {
	width: 33.33%!important;
	height: auto!important;
	float: none!important;
	display: inline-block!important;
	vertical-align: top!important;
	overflow: visible!important;
	padding: 0 1.3%!important;
	margin: 0 0 35px 0!important;
	left: auto!important;
	right: auto!important;
}
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px),
only screen and (        min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (           min-resolution: 192dpi) and (min-device-width: 1025px),
only screen and (            min-resolution: 2dppx) and (min-device-width: 1025px) {

  .steps-info h2 {
    font-size: 35px;
}

}


/* FAQ - Content */
.faq-cont {
	width: 100%;
	float: left;
	padding: 100px 0 0 0;
}

.faq-cont:last-child {
	padding-bottom: 100px;
}

.faq-cont h2 {
	width: 100%;
	float: left;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 43px;
	color: #080707;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 0 0 60px 0;
}

.faq-cont .accord-list {
	width: 100%;
	float: left;
	margin: 0 0 -25px 0;
}

.faq-cont ul {
	width: 48.30%;
	float: left;
	padding: 0;
	margin: 0;
}

.faq-cont ul:nth-child(2) {
	float: right;
}

.faq-cont ul li {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 25px 0;
	margin: 0;
}

.faq-cont ul li:before {
	display: none;
}

.faq-cont ul li .accord-btn {
	width: 100%;
	height: 80px;
	float: left;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #060606;
	line-height: 1.1em;
	display: flex;
	align-items: center;
	position: relative;
	background: #ebebeb;
	border-radius: 360px;
	cursor: pointer;
	padding: 0 80px 0 35px;
}

.faq-cont ul li .accord-btn:before {
	width: 40px;
	height: 40px;
	float: right;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	content: "\f067";
	font-size: 20px;
	color: #00c0f4;
	text-align: center;
	line-height: 36px;
	background: #ffffff;
	border: 2px solid #00c0f4;
	border-radius: 360px;
	position: absolute;
	top: 50%;
	right: 25px;
	margin: -20px 0 0 0;
}

.faq-cont ul li .accord-btn.active:before {
	content: "\f068";
}

.faq-cont ul li .accord-btn:hover {
	text-decoration: none;
}

.faq-cont ul li .accord-cont {
	width: 100%;
	float: left;
	padding: 30px 20px 5px 35px;
	display: none;
}

.faq-cont ul li .accord-cont p:last-child {
	padding-bottom: 0;
}

.faq-cont ul li .accord-cont.active {
	display: block;
}

.faq-cont .btn {
    width: 100%;
    max-width: 360px;
    height: 65px;
    font-size: 25px;
    color: #020202;
    line-height: 65px;
    box-shadow: inset #020202 0 0 0 1px;
    padding: 0;
}

.faq-cont .btn:hover,
.faq-cont .btn:focus,
.faq-cont .btn:active,
.faq-cont .btn:active:focus,
.faq-cont .btn.active,
.faq-cont .btn.active:focus {
	color: #ffffff;
	background: #1c1c1c;
}

.faq-cont .btn-out {
	width: 100%;
	float: left;
	text-align: center;
	padding: 70px 0 30px 0;
}

@media only screen and (max-width:991px) {
.faq-cont {
	padding: 70px 0 0 0;
}

.faq-cont:last-child {
	padding-bottom: 70px;
}

.faq-cont h2 {
	font-size: 40px;
	padding: 0 0 35px 0;
}

.faq-cont ul li .accord-btn {
	height: 70px;
	font-size: 18px;
	line-height: 24px;
	padding: 0 60px 0 30px;
}

.faq-cont ul li .accord-btn:before {
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 22px;
	right: 15px;
	margin: -15px 0 0 0;
}

.faq-cont ul li .accord-cont {
	padding: 25px 15px 0 30px;
}

.faq-cont ul li .accord-cont p {
	font-size: 16px;
	line-height: 26px;
}

.faq-cont .btn {
	max-width: 355px;
	height: 70px;
	font-size: 28px;
	line-height: 70px;
}

.faq-cont .btn-out {
	padding: 60px 0 0 0;
}
}

@media only screen and (max-width:767px) {
.faq-cont {
	padding: 50px 0 0 0;
}

.faq-cont:last-child {
	padding-bottom: 50px;
}

.faq-cont h2 {
	font-size: 32px;
	padding: 0 0 26px 0;
}

.faq-cont .accord-list {
	margin-bottom: -15px;
}

.faq-cont ul {
	width: 100%;
}

.faq-cont ul li {
	width: 100%;
	padding: 0 0 15px 0;
}

.faq-cont ul li .accord-btn {
	height: auto;
	font-size: 18px;
	line-height: 24px;
	border-radius: 9px;
	padding: 15px 60px 15px 20px;
}

.faq-cont ul li .accord-cont {
	padding: 15px 20px;
}

.faq-cont .btn {
	max-width: 260px;
	height: 55px;
	font-size: 20px;
	line-height: 55px;
}

.faq-cont .btn-out {
	padding: 40px 0 0 0;
}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px),
only screen and (        min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (           min-resolution: 192dpi) and (min-device-width: 1025px),
only screen and (            min-resolution: 2dppx) and (min-device-width: 1025px) {

  .faq-cont h2 {
    font-size: 35px;
    padding: 0 0 30px 0;
}

  .faq-cont ul li .accord-btn {
      width: 100%;
      height: 65px;
      font-size: 18px;
  }

  .faq-cont .btn {
    width: 100%;
    max-width: 350px;
    height: 60px;
    font-size: 20px;
    color: #020202;
    line-height: 60px;
    box-shadow: inset #020202 0 0 0 1px;
    padding: 0;
}

}


/*
 12.) CTA - Info
----------------------------------------*/

.cta-info {
	width: 100%;
	float: left;
	text-align: center;
	background: #01a78e;
	position: relative;
	overflow: hidden;
	padding: 32px 0 38px 0;
}

.cta-info:before {
	content: "";
	width: 200%;
	height: 200%;
	float: left;
	box-shadow: inset rgba(0, 0, 0, .30) 0 0 150px;
	position: absolute;
	top: 0;
	left: -50%;
	z-index: 1;
}

.cta-info h2 {
	font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
	font-size: 39px;
	color: #ffffff;
	line-height: 1.2em;
	padding: 0 0 25px 0;
}

.cta-info h2:last-child {
	padding-bottom: 0;
}

.cta-info p {
	color: #ffffff;
}

.cta-info p:last-child {
	padding-bottom: 0;
}

.cta-info .btn {
    height: 65px;
    font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #ffffff;
    line-height: 65px;
    text-transform: uppercase;
    background: none;
    box-shadow: inset #ffffff 0 0 0 3px;
    padding: 0 48px;
}

.cta-info .btn:hover,
.cta-info .btn:focus,
.cta-info .btn:active,
.cta-info .btn:active:focus,
.cta-info .btn.active,
.cta-info .btn.active:focus {
	color: #01b99d;
	background: #ffffff;
}

.cta-info aside {
	width: 100%;
	float: left;
	position: relative;
	z-index: 5;
}

@media (max-width: 991px) {
.cta-info h2 {
	font-size: 32px;
	padding: 0 0 25px 0;
}

.cta-info .btn {
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	padding: 0 50px;
}
}

@media (max-width: 767px) {
.cta-info:before {
	box-shadow: inset rgba(0, 0, 0, .30) 0 0 75px;
}

.cta-info h2 {
	font-size: 26px;
	padding: 0 0 20px 0;
}

.cta-info .btn {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	box-shadow: inset #ffffff 0 0 0 2px;
	padding: 0 35px;
}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px),
only screen and (        min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (           min-resolution: 192dpi) and (min-device-width: 1025px),
only screen and (            min-resolution: 2dppx) and (min-device-width: 1025px) {


  .cta-info h2 {
      font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
      font-size: 32px;
      color: #ffffff;
      line-height: 1.2em;
      padding: 0 0 25px 0;
  }
  .cta-info .btn {
    height: 60px;
    font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 60px;
    text-transform: uppercase;
    background: none;
    box-shadow: inset #ffffff 0 0 0 2px;
    padding: 0 48px;
}
}


/*
 13.) Product - Info - Short
----------------------------------------*/

.product-info {
	width: 100%;
	float: left;
	padding: 70px 0;
}

.product-info .container {
	max-width: 1060px;
}

.product-info .product-img {
	width: 100%;
	float: left;
	text-align: center;
}

.product-info .product-img img {
	width: 100%;
	position: relative;
}

.product-info .logo-outer {
	width: 140px;
	float: left;
	text-align: center;
	position: absolute;
	top: 50%;
	left: -10px;
	z-index: 5;
	display: none;
	margin: -50px 0 0 0;
}

.product-info .logo-outer .icon-bg {
	width: 50px;
	height: 50px;
	float: none;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #8c8b8b;
	line-height: 48px;
	margin: 0 0 15px 0;
}

.product-info .logo-outer .icon-bg img {
	width: 25px;
}

.product-info .logo-outer .txt {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #8c8b8b;
	line-height: 16px;
	letter-spacing: 0.02em;
}

.product-info .product-bg {
	width: 37%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	right: -50%;
}

.product-info .product-details {
	width: 62%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 10px 0 30px;
	margin: 0;
	z-index: 10;
	left: -37%;
}

.product-info .product-details h2 {
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #545353;
	letter-spacing: 0.04em;
	padding: 0 0 25px 18px;
}

.product-info .product-details p {
	width: 100%;
	float: left;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #545353;
	line-height: 1.5em;
	padding: 0 0 15px 18px;
}

.product-info .product-details p:last-child {
	padding-bottom: 0;
}

.product-info .product-details p span.title-txt {
	width: 190px;
	float: left;
	position: relative;
	padding: 0 10px 0 0;
	margin: 0 -190px 0 0;
	z-index: 10;
}

.product-info .product-details p span.txt {
	width: 100%;
	float: left;
	padding: 0 0 0 190px;
}

.product-info .article {
	width: 100%;
	float: left;
	padding: 0 30px;
	margin: 0 0 50px 0;
}

.product-info .btn {
    width: 100%;
    max-width: 380px;
    height: 65px;
    font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #ffffff;
    line-height: 65px;
    text-transform: uppercase;
    padding: 0;
}

.product-info .btn-out {
	width: 100%;
	float: left;
	text-align: center;
}

@media (max-width: 991px) {
.product-info {
	padding: 100px 0;
}

.product-info .product-bg {
	width: 37%;
	right: -60%;
}

.product-info .product-details h2 {
	font-size: 32px;
	padding: 0 0 26px 0;
}

.product-info .product-details p span.title-txt {
	width: 170px;
	margin: 0 -170px 0 0;
}

.product-info .product-details p span.txt {
	padding: 0 0 0 170px;
}

.product-info .article {
	padding: 0;
	margin: 0 0 80px 0;
}

.product-info .btn {
	max-width: 400px;
	height: 75px;
	font-size: 32px;
	line-height: 75px;
}
}

@media (max-width: 767px) {
.product-info {
	padding: 50px 0;
}

.product-info .container {
	max-width: 480px;
	padding: 0 20px;
}

.product-info .logo-outer {
	display: block;
}

.product-info .product-img {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

.product-info .product-img img {
	max-width: 360px;
	margin: 0;
	right: -50px;
}

.product-info .product-bg {
	width: 100%;
	padding: 0 0 20px 0;
	right: 0;
}

.product-info .product-details {
	width: 100%;
	padding: 0;
	margin: 0;
	left: 0;
}

.product-info .product-details h2 {
	font-size: 26px;
	padding: 0 0 22px 0;
	display: none;
}

.product-info .product-details p {
	font-size: 15px;
}

.product-info .product-details p span.title-txt {
	width: 160px;
	margin: 0 -160px 0 0;
}

.product-info .product-details p span.txt {
	padding: 0 0 0 160px;
}

.product-info .article {
	padding: 0;
	margin: 0 0 50px 0;
}

.product-info .btn {
	max-width: 280px;
	height: 55px;
	font-size: 20px;
	line-height: 55px;
}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px),
only screen and (        min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (           min-resolution: 192dpi) and (min-device-width: 1025px),
only screen and (            min-resolution: 2dppx) and (min-device-width: 1025px) {

  .product-info .article {
    width: 100%;
    float: left;
    padding: 0 30px;
    margin: 0 0 50px 0;
}

.product-info {
    width: 100%;
    float: left;
    padding: 70px 0;
}

  .product-info .btn {
    width: 100%;
    max-width: 320px;
    height: 60px;
    font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #ffffff;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0;
}

}


/*
 14.) Latest - News
----------------------------------------*/

.latest-news { width:100%; float:left; display:none; padding:40px 0;}
.latest-news h2 { font-family:"helveticaneuemedium", Arial, Helvetica, sans-serif; color:#494646; text-transform:uppercase; text-align:center; padding:0 0 11px 0;}
.latest-news .article { width:100%; float:left; border:1px solid #e6e6e6; border-radius:3px; box-shadow:rgba(0, 0, 0, 0.1) 2px 2px 3px; padding:15px 10px; margin:0 0 15px 0;}
.latest-news .article figure { width:95px; float:left; margin:0 -95px 0 0; position:relative; z-index:50;}
.latest-news .article figure img { max-width:100%;}
.latest-news .article aside { width:100%; float:left; padding:0 0 0 105px;}
.latest-news .article aside .date { width:100%; float:left; font-size:14px; color:#000000; line-height:20px; padding:0 0 7px 0;}
.latest-news .article aside .date .new { width:auto; float:none; display:inline-block; vertical-align:middle; font-size:12px; color:#ffffff; line-height:14px; letter-spacing:0.02em; text-transform:uppercase; background:#f53daa; padding:5px 10px 3px 10px; margin:0 0 0 5px;}
.latest-news .article aside p { font-size:14px; color:#6a6a6a; line-height:20px;}
.latest-news .article aside p a { color:#06ecfa; text-decoration:underline;}
.latest-news .article aside p a:hover,
.latest-news .article aside p a.active { color:#044486; text-decoration:underline;}
.latest-news .article-out { width:100%; float:left; margin:0 0 -15px 0;}

@media (max-width: 767px) {
.latest-news { display:block;}
}



/*
 15.) Footer - Main
----------------------------------------*/

#scroll-to-form {
	width: 100%;
	float: left;
	padding: 80px 0 0 0;
	margin: -80px 0 0 0;
}

#footer-main {
	width: 100%;
	float: left;
	background: #434343;
	padding: 70px 0 100px 0;
}

#footer-main .container {
	max-width: 1635px;
}

#footer-main .foot-links {
	width: 46%;
	float: left;
}

#footer-main .foot-links h3 {
	width: 100%;
	float: left;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	line-height: 1.2em;
	padding: 0 0 20px 0;
}

#footer-main .foot-links ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

#footer-main .foot-links ul li {
	width: 100%;
	float: left;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.3em;
	padding: 0 0 10px 0;
	margin: 0;
}

#footer-main .foot-links ul li:before {
	display: none;
}

#footer-main .foot-links ul li a {
	color: #ffffff;
}

#footer-main .foot-links ul li a:hover,
#footer-main .foot-links ul li.active a {
	color: #13d3bc;
}

#footer-main .foot-links aside {
	width: 100%;
	float: left;
	padding: 0 5% 35px 0;
}

#footer-main .foot-links aside:last-child {
	padding-bottom: 0;
}

#footer-main .foot-links .col-sml {
	width: 50%;
	max-width: 300px;
	float: left;
}

#footer-main .foot-col-right {
	width: 48%;
	max-width: 625px;
	float: right;
}

#footer-main .foot-col-right .form-out {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

#footer-main .foot-col-right .form-out .aside-cont {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}

#footer-main .foot-col-right .form-out .aside-cont h3 {
	font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ffffff;
	line-height: 1.2em;
	padding: 0 0 9px 0;
}

#footer-main .foot-col-right .form-out .aside-cont h3:last-child {
	padding-bottom: 0;
}

#footer-main .foot-col-right .form-out .aside-cont p {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.2em;
	padding: 0;
}

#footer-main .foot-col-right .form-out .aside-cont p:last-child {
	padding-bottom: 0;
}

#footer-main .foot-col-right .form-out #mc_embed_signup form {
	max-width: 100%!important;
}

#footer-main .foot-col-right .form-out #mc_embed_signup #mc_embed_signup_scroll {
	width: 100%!important;
	float: left!important;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, .15) 0 5px 15px;
	position: relative;
	padding: 0 230px 0 0!important;
}

#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="text"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="password"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="datetime"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="datetime-local"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="date"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="month"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="time"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="week"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="number"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="email"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="url"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="search"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="tel"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="color"],
#footer-main .foot-col-right .form-out #mc_embed_signup form .uneditable-input,
#footer-main .foot-col-right .form-out #mc_embed_signup form textarea,
#footer-main .foot-col-right .form-out #mc_embed_signup form select {
	height: 55px!important;
	font-size: 20px!important;
	line-height: 30px!important;
	white-space: nowrap!important;
	text-overflow: ellipsis!important;
	overflow: hidden!important;
	border: none!important;
	border-radius: 0!important;
	text-indent: 0!important;
	padding: 20px 20px!important;
	margin: 0!important;
}

#footer-main .foot-col-right .form-out #mc_embed_signup form .btn,
#footer-main .foot-col-right .form-out #mc_embed_signup form button,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="button"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="submit"] {
	width: 228px!important;
	height: 53px!important;
	font-size: 21px!important;
	line-height: 53px!important;
	background: #2e2e2e!important;
	position: absolute;
	top: 1px;
	right: 1px;
	border-radius: 0px;
}

#footer-main .foot-col-right .form-out #mc_embed_signup form .btn:hover,
#footer-main .foot-col-right .form-out #mc_embed_signup form .btn:focus,
#footer-main .foot-col-right .form-out #mc_embed_signup form .btn:active,
#footer-main .foot-col-right .form-out #mc_embed_signup form .btn:active:focus,
#footer-main .foot-col-right .form-out #mc_embed_signup form .btn.active,
#footer-main .foot-col-right .form-out #mc_embed_signup form .btn.active:focus,
#footer-main .foot-col-right .form-out #mc_embed_signup form button:hover,
#footer-main .foot-col-right .form-out #mc_embed_signup form button:focus,
#footer-main .foot-col-right .form-out #mc_embed_signup form button:active,
#footer-main .foot-col-right .form-out #mc_embed_signup form button:active:focus,
#footer-main .foot-col-right .form-out #mc_embed_signup form button.active,
#footer-main .foot-col-right .form-out #mc_embed_signup form button.active:focus,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="button"]:hover,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="button"]:focus,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="button"]:active,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="button"]:active:focus,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="button"].active,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="button"].active:focus,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="submit"]:hover,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="submit"]:focus,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="submit"]:active,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="submit"]:active:focus,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="submit"].active,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="submit"].active:focus {
	background: #000000!important;
}

#footer-main .foot-col-right .form-out #mc_embed_signup .mc-field-group {
	margin: 0!important;
}

@media (min-width: 1600px) {
#footer-main .container {
	padding: 0 60px;
}
}

@media (max-width: 1199px) {
#footer-main .foot-col-right .form-out #mc_embed_signup #mc_embed_signup_scroll {
	padding: 0 200px 0 0!important;
}

#footer-main .foot-col-right .form-out #mc_embed_signup form .btn,
#footer-main .foot-col-right .form-out #mc_embed_signup form button,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="button"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="submit"] {
	width: 200px!important;
}
}

@media (max-width: 991px) {
#footer-main {
	padding: 60px 0 80px 0;
}

#footer-main .foot-links {
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}

#footer-main .foot-links h3 {
	font-size: 24px;
}

#footer-main .foot-links ul li {
	font-size: 20px;
}

#footer-main .foot-col-right {
	max-width: 100%;
	width: 100%;
	float: left;
}

#footer-main .foot-col-right .form-out {
	margin: 0 0 45px 0;
}

#footer-main .foot-col-right .form-out .aside-cont {
	padding: 0 0 25px 0;
}

#footer-main .foot-col-right .form-out .aside-cont h3 {
	font-size: 25px;
	padding: 0 0 9px 0;
}

#footer-main .foot-col-right .form-out .aside-cont p {
	font-size: 20px;
}

#footer-main .foot-col-right .form-out #mc_embed_signup #mc_embed_signup_scroll {
	background: none!important;
	box-shadow: none!important;
	padding: 0 230px 0 0!important;
}

#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="text"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="password"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="datetime"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="datetime-local"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="date"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="month"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="time"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="week"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="number"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="email"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="url"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="search"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="tel"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="color"],
#footer-main .foot-col-right .form-out #mc_embed_signup form .uneditable-input,
#footer-main .foot-col-right .form-out #mc_embed_signup form textarea,
#footer-main .foot-col-right .form-out #mc_embed_signup form select {
	height: 45px!important;
	font-size: 18px!important;
	line-height: 30px!important;
	padding: 10px 20px!important;
}

#footer-main .foot-col-right .form-out #mc_embed_signup form .btn,
#footer-main .foot-col-right .form-out #mc_embed_signup form button,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="button"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="submit"] {
	width: 228px!important;
	height: 45px!important;
	font-size: 18px!important;
	line-height: 45px!important;
}

#footer-main .foot-col-right .form-out #mc_embed_signup .mc-field-group {
	margin: 0 0 12px 0!important;
}
}

@media (max-width: 767px) {
#scroll-to-form {
	padding: 50px 0 0 0;
	margin: -50px 0 0 0;
}

#footer-main {
	padding: 45px 0 95px 0;
}

#footer-main .container {
	max-width: 580px;
}

#footer-main .foot-links {
	width: 108%;
	padding-bottom: 60px;
}

#footer-main .foot-links h3 {
	font-size: 18px;
	padding-bottom: 17px;
}

#footer-main .foot-links ul li {
	font-size: 15px;
	padding-bottom: 13px;
}

#footer-main .foot-links aside {
	width: 100%;
	float: left;
	padding: 0 10% 25px 0;
}

#footer-main .foot-links .col-sml {
	max-width: 50%;
	width: 50%;
}

#footer-main .foot-col-right {
	position: relative;
	padding: 85px 0 0 0;
}

#footer-main .foot-col-right .form-out {
	text-align: center;
	margin: 0;
}

#footer-main .foot-col-right .form-out .aside-cont {
	padding: 0 0 8px 0;
}

#footer-main .foot-col-right .form-out .aside-cont h3 {
	font-size: 20px;
}

#footer-main .foot-col-right .form-out .aside-cont p {
	display: none;
}

#footer-main .foot-col-right .form-out #mc_embed_signup #mc_embed_signup_scroll {
	padding: 0!important;
}

#footer-main .foot-col-right .form-out #mc_embed_signup form .btn,
#footer-main .foot-col-right .form-out #mc_embed_signup form button,
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="button"],
#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="submit"] {
	width: 100%!important;
	background: none!important;
	box-shadow: inset #ffffff 0 0 0 1px;
	position: relative;
	top: 0!important;
	right: 0!important;
}

#footer-main .foot-col-right .social-links {
	position: absolute;
	top: 0;
	left: 0;
}

#footer-main .foot-col-right .social-links ul {
	width: 100%;
	float: left;
	text-align: center;
}
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (min-device-width: 1025px),
only screen and (        min-device-pixel-ratio: 2) and (min-device-width: 1025px),
only screen and (           min-resolution: 192dpi) and (min-device-width: 1025px),
only screen and (            min-resolution: 2dppx) and (min-device-width: 1025px) {


#footer-main .foot-links aside {
    width: 100%;
    float: left;
    padding: 0 5% 35px 40px;
}


#footer-main .foot-links h3 {
    width: 100%;
    float: left;
    font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2em;
    padding: 0 0 20px 0;
}

#footer-main .foot-links ul li {
    width: 100%;
    float: left;
    font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.3em;
    padding: 0 0 10px 0;
    margin: 0;
}

#footer-main .foot-col-right .form-out .aside-cont h3 {
    font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2em;
    padding: 0 0 9px 0;
}

#footer-main .foot-col-right .form-out .aside-cont p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2em;
    padding: 0;
}

#footer-main .foot-links .footer-company aside{
  width: 100%;
  float: left;
  padding: 20px 5% 35px 60px;
}

#footer-main .foot-links .footer-partner aside{
width: 100%;
float: left;
padding: 20px 5% 35px 30px;
}

#footer-main .foot-links　.footer-support aside{
width: 100%;
float: left;
padding: 10px 5% 35px 30px;
}

#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="submit"] {
    width: 180px!important;
    height: 48px!important;
    font-size: 15px!important;
    line-height: 48px!important;
    background: #2e2e2e!important;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius:0px;
}

#footer-main .foot-col-right .form-out #mc_embed_signup form {
    max-width: 80%!important;
}

#footer-main .foot-col-right .form-out #mc_embed_signup form input[type="email"] {
      font-size: 18px!important;
      height: 50px!important;
}

#footer-main .foot-col-right .form-out {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
}

.social-links ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 10px 30px 0;
}

.social-links ul li a {
    width: 60px;
    height: 60px;
    float: left;
    font-size: 30px;
    color: #191919;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    background: #ffffff;
    border-radius: 360px;
}

}


/*
 16.) Inner - Pages
---------------------------------------- */


.banner-inner { width:100%; float:left; position:relative;}
.banner-inner figure { width:100%; float:left; text-align:center; overflow:hidden; position:relative;}
.banner-inner figure:before { content:""; width:100%; height:100%; float:left; background:rgba(0, 0, 0, 0.22); position:absolute; top:0; left:0;}
.banner-inner figure img { width:100%; min-width:800px; margin:0 -400px;}
.banner-inner .banner-cont { width:100%; height:100%; float:left; text-align:center; position:absolute; top:0; left:0;}
.banner-inner .banner-cont h1 { font-family:"helveticaneuemedium", Arial, Helvetica, sans-serif; font-size:60px; color:#ffffff;line-height:1.2em;}
.banner-inner .banner-cont h1:last-child { padding-bottom:0;}
.banner-inner .banner-cont p { color:#ffffff;}
.banner-inner .banner-cont p:last-child { padding-bottom:0;}
.banner-inner .banner-cont aside { width:100%; max-width:640px; float:none; display:inline-block; vertical-align:top;}

@media (max-width: 991px) {
.banner-inner .banner-cont h1 { font-size:44px;}
}

@media (max-width: 767px) {
.banner-inner figure img { min-width:700px; margin:0 -350px;}
.banner-inner .banner-cont h1 { font-size:34px;}
}

.content-inner { width:100%; float:left; overflow:hidden; padding:100px 0;}

@media (max-width: 991px) {
.content-inner { padding:70px 0;}
}

@media (max-width: 767px) {
.content-inner { background:#f7f6f6; padding:50px 0;}
}


.heading-txt { width:100%; float:left; text-align:center; padding:0;}
.heading-txt h2 { width:100%; float:left; font-family:"helveticaneuebold", Arial, Helvetica, sans-serif; color:#000000; letter-spacing:normal; position:relative; padding:0 0 16px 0; margin:0 0 46px 0;}
/*
.heading-txt h2:before { content:""; width:196px; height:1px; float:left; background:#c5c5c5; position:absolute; bottom:0; left:50%; margin:0 0 0 -98px;}
*/
@media (max-width: 991px) {
.heading-txt h2:before { width:160px; margin:0 0 0 -80px;}
}

@media (max-width: 767px) {
.heading-txt h2 { padding:0 0 9px 0; margin:0 0 27px 0;}
.heading-txt h2:before { width:124px; margin:0 0 0 -62px;}
}


.gallery-info { width:100%; float:left; text-align:center; padding:0 0 100px 0;}
.gallery-info:last-child { padding-bottom:0;}
.gallery-info .container { max-width:940px;}
.gallery-info ul { width:103.96%; float:left; padding:0 0 55px 0; margin:0 -1.98% -3.96% -1.98%;}
.gallery-info ul:last-child { padding-bottom:0;}
.gallery-info ul li { width:29.37%; float:left; text-align:center; overflow:hidden; padding:0; margin:0 1.98% 3.96% 1.98%;}
.gallery-info ul li:before { display:none;}
.gallery-info ul li img { width:100%; -webkit-transition-duration:0.3s; transition-duration:0.3s; -webkit-transition-property:transform; 	transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0);}
.gallery-info ul li:hover img { -webkit-transform: scale(1.05);	transform: scale(1.05);}
.gallery-info .btn-blank {
    font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    letter-spacing: normal;
    box-shadow: inset #000000 0 0 0 1px;
    border-radius: 360px;
    padding: 20px 40px 20px 40px;
}
.gallery-info .btn-blank:hover, .gallery-info .btn-blank:focus, .gallery-info .btn-blank:active, .gallery-info .btn-blank:active:focus, .gallery-info .btn-blank.active, .gallery-info .btn-blank.active:focus { color:#ffffff; background: #000000;}

@media (max-width: 991px) {
.gallery-info { padding:0 0 70px 0;}
.gallery-info .btn-blank { font-size:26px; line-height:30px; padding: 25px 50px 25px 50px;}
}

@media (max-width: 767px) {
.gallery-info { padding:0 0 50px 0;}
.gallery-info .container { max-width:580px;}
.gallery-info ul { width:104.76%; padding:0 0 50px 0; margin:0 -2.38% -4.76% -2.38%;}
.gallery-info ul li { width:45.24%;  margin:0 2.38% 4.76% 2.38%;}
.gallery-info .btn-blank { font-size:20px; line-height:28px; padding: 18px 30px 18px 30px;}
}

@media (max-width: 479px) {
.gallery-info ul { width:100%; margin:0 0 -20px 0;}
.gallery-info ul li { width:100%;  margin:0 0 20px 0;}
}



.video-list2 { width:100%; float:left; text-align:center; padding:0 0 100px 0;}
.video-list2:last-child { padding-bottom:0;}
.video-list2 .container { max-width:980px;}
.video-list2 ul { width:102.18%; float:left; padding:0 0 55px 0; margin:0 -1.09% -2.18% -1.09%;}
.video-list2 ul:last-child { padding-bottom:0;}
.video-list2 ul li { width:31.15%; float:left; text-align:center; overflow:hidden; padding:0; margin:0 1.09% 2.18% 1.09%; height: 165px;}
.video-list2 ul li:before { display:none;}
.video-list2 ul li img { width:100%; -webkit-transition-duration:0.3s; transition-duration:0.3s; -webkit-transition-property:transform; 	transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0);}
.video-list2 ul li:hover img { -webkit-transform: scale(1.05);	transform: scale(1.05);}
.video-list2 .btn-blank {
  font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  letter-spacing: normal;
  box-shadow: inset #000000 0 0 0 1px;
  border-radius: 360px;
  padding: 20px 40px 20px 40px;
}
.video-list2 .btn-blank:hover, .video-list2 .btn-blank:focus, .video-list2 .btn-blank:active, .video-list2 .btn-blank:active:focus, .video-list2 .btn-blank.active, .video-list2 .btn-blank.active:focus { color:#ffffff; background: #000000;}

@media (max-width: 991px) {
.video-list2 { padding:0 0 70px 0;}
.video-list2 .btn-blank { font-size:26px; line-height:30px; padding: 25px 50px 25px 50px;}
}

@media (max-width: 767px) {
.video-list2 { padding:0 0 50px 0;}
.video-list2 .container { max-width:580px;}
.video-list2 ul { width:104.76%; padding:0 0 50px 0; margin:0 -2.38% -4.76% -2.38%;}
.video-list2 ul li { width:45.24%;  margin:0 2.38% 4.76% 2.38%;}
.video-list2 .btn-blank { font-size:20px; line-height:28px; padding: 18px 30px 18px 30px;}
}

@media (max-width: 479px) {
.video-list2 ul { width:100%; margin:0 0 -20px 0;}
.video-list2 ul li { width:100%;  margin:0 0 20px 0;}
}


.awards-list { width:100%; float:left; padding:0 0 100px 0;}
.awards-list:last-child { padding-bottom:0;}
.awards-list .article { width:100%; float:left; border-bottom:1px solid #d9d9d9; padding:0 0 41px 0; margin:0 0 50px 40px;}
.awards-list .article .logo-out { width:160px; float:none; display:inline-block; vertical-align:middle; text-align:center; margin:0 -160px 0 0; position:relative; z-index:50;}
.awards-list .article .logo-out img { max-width:100%;}
.awards-list .article aside { width:100%; float:none; display:inline-block; vertical-align:middle; padding:0 0 0 200px; margin:0 0 0 -6px;}
.awards-list .article aside h3 { font-family:"helveticaneuebold", Arial, Helvetica, sans-serif; font-size:22px; color:#000000; line-height:30px; letter-spacing:normal; padding:0 0 20px 0;}
.awards-list .article aside p { font-size:18px; color:#4f4d4d; line-height:33px;}
.awards-list .article aside p:last-child { padding-bottom:0;}
.awards-list .article:last-child { margin-bottom:0;}
.awards-list .article-out { width:100%; float:left;}

@media (max-width: 991px) {
.awards-list { padding:0 0 70px 0;}
.awards-list .article aside { padding:0 0 0 210px;}
.awards-list .article aside h3 { font-size:23px; line-height:28px;}
.awards-list .article aside p { font-size:20px; line-height:30px;}
}

@media (max-width: 767px) {
.awards-list { padding:0 0 50px 0;}
.awards-list .article { padding:0 0 23px 0; margin:0 0 30px 0;}
.awards-list .article .logo-out { width:100%; margin:0 0 30px 0;}
.awards-list .article aside { padding:0; margin:0;}
.awards-list .article aside h3 { font-size:18px; line-height:26px; padding:0 0 16px 0;}
.awards-list .article aside p { font-size:16px; line-height:24px;}
}



.induiry-box-out { width:100%; float:left; text-align:center; padding:0 0 100px 0;}
.induiry-box-out:last-child { padding-bottom:0;}
.induiry-box { width:100%; max-width:530px; float:none; display:inline-block; vertical-align:top; text-align:center; background:#ffffff; border:1px solid #d3d3d3; padding:35px 35px;}
.induiry-box h2 { font-size:38px; color:#636060; line-height:1.1em; padding:0 0 13px 0;}
.induiry-box p { font-size:18px; color:#636060; line-height:28px; padding:0 0 25px 0;}
.induiry-box p:last-child { padding-bottom:0;}
.induiry-box .mail { width:100%; float:left; font-size:29px; color:#636060; line-height:39px;}
.induiry-box .mail a { color:#636060;}
.induiry-box .mail a:hover,
.induiry-box .mail a.active { color:#01a78e;}
.induiry-box .envelope { width:100%; float:left; font-size:65px; color:#636060; line-height:1em; text-align:center; margin:0 0 0 0;}
.induiry-box .envelope a { color:#636060;}
.induiry-box .envelope a:hover,
.induiry-box .envelope a.active { color:#01a78e;}

@media (max-width: 991px) {
.induiry-box-out { padding:0 0 70px 0;}
.induiry-box { max-width:480px; padding:30px 30px;}
.induiry-box h2 { font-size:32px;}
.induiry-box p { font-size:18px; line-height:26px;}
.induiry-box .mail { font-size:26px; line-height:36px;}
.induiry-box .mail a { color:#636060;}
.induiry-box .mail a:hover,
.induiry-box .mail a.active { color:#01a78e;}
.induiry-box .envelope { font-size:50px;}
}

@media (max-width: 767px) {
.induiry-box-out { padding:0 0 50px 0;}
.induiry-box { max-width:100%; padding:30px 20px;}
.induiry-box h2 { font-size:30px; padding:0 0 10px 0;}
.induiry-box p { font-size:16px; line-height:24px; padding:0 0 23px 0;}
.induiry-box p:last-child { padding-bottom:0;}
.induiry-box .mail { font-size:23px; line-height:30px;}
.induiry-box .envelope { font-size:45px; margin:0 0 12px 0;}
}



.banner-inner2 { width:100%; min-height:715px; float:left; background:#2d75b0 url(../img/hero-accuracy-01.jpg) no-repeat center center; position:relative; overflow:hidden; padding:70px 0 80px 0;}
.banner-inner2 .hero-cont { width:100%; float:left;}



/*
 17.) Content & Photos View -  Modal
----------------------------------------*/

.hiddenscroll {
	overflow:hidden;
}

.overlay {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .80);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.modal-box {
	width: 100%;
	height: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	overflow: auto;
	overflow-x: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	display: none;
}

.modal-box.open {
	display: flex;
}

.modal-box .close-popup {
	width: 20px;
	height: 20px;
	float: left;
	background: url(../img/icon-close-white.png) no-repeat center center;
	background-size: 20px auto;
	text-indent: -99999px;
	position: absolute;
	top: -40px;
	right: 30px;
	cursor: pointer;
	z-index: 8040;
}

@media (max-width: 767px) {
.modal-box .close-popup {
	top: -30px;
	right: 20px;
}
}


/* Moview Review - Modal */
.movie-review-modal {
	width: 100%;
	max-width: 1100px;
	position: relative;
	z-index: 10;
	padding: 0 30px;
	margin: 0 auto;
}

.movie-review-modal .box-out {
	width: 100%;
	max-height: 80vh;
	float: left;
	background: #ffffff;
	overflow:auto;
	overflow-x:hidden;
}

.movie-review-modal .box {
	width: 100%;
	float: left;
	position: relative;
}

.movie-review-modal .box:before {
	content: "";
	width: 65.30%;
	height: 100%;
	float: left;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
}

.movie-review-modal .video-box {
	width: 65.30%;
	height: 0;
	float: left;
	background: #000000;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 5;
	padding: 0 0 55% 0;
	margin: 0;
}

.movie-review-modal .video-box img{
  max-width:55%
}
.movie-review-modal .video-box .embed-responsive-item,
.movie-review-modal .video-box embed,
.movie-review-modal .video-box iframe,
.movie-review-modal .video-box object,
.movie-review-modal .video-box video {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.movie-review-modal .review-cont {
	width: 34.70%;
	float: right;
	position: relative;
	padding: 3%;
}

.movie-review-modal .review-cont h4 {
	text-transform: none!important;
	padding-top: 10px;
  width: 100%;
  float: left;
  font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #605c5c;
  padding: 0 0 3px 0;
}

.movie-review-modal .review-cont p {
  width: 100%;
	float: left;
	font-size: 13px;
	color: #605c5c;
	line-height: 22px;
	padding: 0 0 17px 0;
}

.movie-review-modal .review-cont .name {
  width: 100%;
	float: left;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	padding: 0 0 2px 0;
}

.movie-review-modal .review-cont .verified {
  font-size: 16px;
	color: #1cc286;
	margin: 0 0 0 4px;
}

@media (min-width: 768px) {
.movie-review-modal .review-cont .date {
  font-size: 13px;
	color: #000000;
	line-height: 22px;
	position: absolute;
	top: 27px;
	right: 20px;
	padding: 0;
	margin: 0;
}
}

@media (max-width: 767px) {
.movie-review-modal {
	max-width: 500px;
	padding: 0 20px;
}

.movie-review-modal .box:before {
	display: none;
}

.movie-review-modal .video-box {
	width: 100%;
	padding: 0 0 70% 0;
}

.movie-review-modal .review-cont {
	width: 100%;
	padding: 15px 20px;
}

.movie-review-modal .review-cont h4 {
	text-transform: uppercase!important;
	padding: 0!important;
	margin: 0!important;
}

.movie-review-modal .review-cont p {
	display: none!important;
}

.movie-review-modal .review-cont .date {
	top: 20px!important;
	right: 15px!important;
}
}



/*
 26.) Video - Popup
----------------------------------------*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #629b1f;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -30px;
	right: 0;
	width: 20px;
	height: 20px;
	float: left;
	background: url(../img/icon-close-white.png) no-repeat center center;
	background-size: 20px auto;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: -30px;
}

.fancybox-next {
	right: -30px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	float: left;
	background: none;
	border: none;
	border-radius: 100px!important;
	margin-top: -14px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav span:before {
	width: 100%;
	height: 100%;
	float: left;
	content: "\f104";
	font-weight: normal;
	font-family: "FontAwesome";
	font-size: 34px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .70;
}

.fancybox-prev span {
	left: 0;
}

.fancybox-next span {
	right: 0;
}

.fancybox-next span:before {
	content: "\f105";
	padding-left: 3px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .9);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font-size: 13px;
	line-height: 17px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 3px 20px 0 20px;
	background: transparent;
	background: #f8962d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #ffffff;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #ffffff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 10px;
	background: #f8962d;
}

/*
 18.) Accuracy - Page
---------------------------------------- */

/* Banner - Inner2 */
.banner-inner2 {
	width: 100%;
	min-height: 715px;
	float: left;
	background: #2d75b0 url(../img/hero-accuracy-01.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 70px 0 80px 0;
}

.banner-inner2 .hero-cont {
	width: 100%;
	max-width: 440px;
	float: right;
	text-align: center;
	margin: 0 10% 0 0;
}

.banner-inner2 .hero-cont aside {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 55px 0;
}

.banner-inner2 .hero-cont aside .txt-sml {
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #b6b6b6;
	line-height: 1.3em;
	letter-spacing: 0.04em;
	padding: 0 0 15px 0;
}

.banner-inner2 .hero-cont aside h1 {
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ffffff;
	letter-spacing: 0.04em;
	padding: 0 0 18px 0;
}

.banner-inner2 .hero-cont aside p {
	width: 100%;
	max-width: 320px;
	font-size: 16px;
	color: #cfcdcd;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	padding: 0;
	margin: 0 auto;
}

.banner-inner2 .hero-cont .ui-list {
	width: 100%;
	float: left;
}

.banner-inner2 .hero-cont .ui-list ul {
	width: 100%;
	max-width: 380px;
	float: none;
	padding: 0;
	margin: 0 auto;
}

.banner-inner2 .hero-cont .ui-list ul li {
	width: 136px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: rgba(255, 255, 255, .70);
	padding: 0 0 15px 0;
	margin: 15px 13px;
}

.banner-inner2 .hero-cont .ui-list ul li:before {
	display: none;
}

.banner-inner2 .hero-cont .ui-list ul li > a {
	width: 100%;
	float: left;
	text-decoration: none;
}

.banner-inner2 .hero-cont .ui-list ul li .icon-out {
	width: 100%;
	height: 110px;
	float: left;
	line-height: 110px;
	margin: 0;
}

.banner-inner2 .hero-cont .ui-list ul li p {
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2d75b0;
	line-height: 1.1em;
	letter-spacing: 0.04em;
	padding: 0;
}

.banner-inner2 .hero-cont .ui-list ul li:hover {
	background: rgba(255, 255, 255, .90);
}

@media (max-width: 991px) {
.banner-inner2 .hero-cont {
	margin: 0;
}
}

@media (max-width: 767px) {
.banner-inner2 {
	background-image: url(../img/hero-accuracy-02.jpg);
	padding: 60px 0 50px 0;
}

.banner-inner2 .container {
	max-width: 520px;
	padding: 0;
}

.banner-inner2 .hero-cont {
	max-width: 400px;
	float: none;
	margin: 0 auto;
}

.banner-inner2 .hero-cont aside {
	padding: 0 30px 20px 30px;
}

.banner-inner2 .hero-cont aside .txt-sml {
	font-size: 16px;
	padding: 0 0 10px 0;
}

.banner-inner2 .hero-cont aside h1 {
	font-size: 28px;
}

.banner-inner2 .hero-cont aside p {
	max-width: 320px;
	font-size: 15px;
}

.banner-inner2 .hero-cont .ui-list ul {
	max-width: 380px;
}

.banner-inner2 .hero-cont .ui-list ul li {
	width: 130px;
	padding: 0 0 15px 0;
	margin: 10px 10px;
}

.banner-inner2 .hero-cont .ui-list ul li .icon-out {
	height: 100px;
	line-height: 100px;
	margin: 0;
}

.banner-inner2 .hero-cont .ui-list ul li p {
	font-size: 15px;
}
}


/* Screen - Reader - Out */
.screen-reader-out {
	width: 100%;
	float: left;
	padding: 75px 0 0 0;
}

.screen-reader-out .container {
	max-width: 1020px;
}

@media (max-width: 767px) {
.screen-reader-out {
	padding: 45px 0 0 0;
}

.screen-reader-out .container {
	padding: 0;
}
}


/* Screen - Reader1 */
.screen-reader1 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 75px 0;
}

.screen-reader1 .txt-sml {
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b5b5b5;
	line-height: 1.1em;
	letter-spacing: 0.08em;
	padding: 0 0 6px 0;
}

.screen-reader1 h2 {
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
	letter-spacing: 0.04em;
	padding: 0 0 28px 0;
}

.screen-reader1 p {
	width: 100%;
	max-width: 445px;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0 auto;
}

.screen-reader1 figure {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 35px 0;
}

@media (max-width: 767px) {
.screen-reader1 {
	padding: 0 20px 45px 20px;
}

.screen-reader1 h2 {
	font-size: 20px;
	padding: 0 0 25px 0;
}

.screen-reader1 p {
	max-width: 445px;
	font-size: 13px;
}

.screen-reader1 figure {
	max-width: 520px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 25px 0;
}
}


/* Screen - Reader2 */
.screen-reader2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 65px 0;
}

.screen-reader2 figure {
	width: 100%;
	max-width: 860px;
	float: none;
	text-align: center;
	border: 1px solid #276aa6;
	border-radius: 22px;
	padding: 20px 0 20px 40px;
	margin: 0 auto;
}

@media (max-width: 767px) {
.screen-reader2 {
	padding: 0 20px 45px 20px;
}

.screen-reader2 figure {
	max-width: 520px;
	border-radius: 12px;
	padding: 20px 0 20px 30px;
	margin: 0 auto;
}
}

/* Screen - Reader3 */
.screen-reader3 {
	width: 100%;
	float: left;
}

.screen-reader3 h2 {
	width: 100%;
	float: left;
	font-size: 36px;
	color: #000000;
	text-align: center;
	padding: 0;
}

.screen-reader3 .article {
	width: 100%;
	float: left;
	padding: 65px 0 0 0;
}

.screen-reader3 .aside-cont {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 30px 0;
}

.screen-reader3 .aside-cont .icon-out {
	width: 100%;
	float: left;
	margin: 0 0 12px 0;
}

.screen-reader3 .aside-cont h3 {
	font-size: 24px;
	color: #2d75b0;
	letter-spacing: 0.06em;
	padding: 0 0 20px 0;
}

.screen-reader3 .aside-cont p {
	width: 100%;
	max-width: 700px;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0 auto;
}

.screen-reader3 .figure-out {
	width: 100%;
	float: left;
	position: relative;
	padding: 25px 0;
}

.screen-reader3 .figure-out:before {
	content: "";
	width: 10000px;
	height: 100%;
	float: left;
	background: #eeeeee;
	position: absolute;
	top: 0;
	left: -5000px;
	z-index: -1;
}

.screen-reader3 .figure-out figure {
	width: 50%;
	float: left;
	position: relative;
}

.screen-reader3 .figure-out figure img {
	width: 100%;
}

.screen-reader3 .figure-out .ui-cont {
	width: 50%;
	float: left;
	position: relative;
	padding: 10px 20px 0 45px;
}

.screen-reader3 .figure-out .ui-cont ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.screen-reader3 .figure-out .ui-cont ul li {
	float: left;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ffffff;
	line-height: 1.3em;
	background: #2e3192;
	border-radius: 360px;
	position: relative;
	padding: 18px 27px;
	margin: 0 0 30px 0;
}

.screen-reader3 .figure-out .ui-cont ul li:before {
	display: none;
}

.screen-reader3 .figure-out .ui-cont ul li:after {
	content: "";
	width: 34px;
	height: 20px;
	float: left;
	background: url(../img/curve-blue.png) no-repeat top center;
	position: absolute;
	bottom: -20px;
	left: 42px;
}

.screen-reader3 .figure-out .ui-cont ul li:nth-child(2) {
	margin-left: 20px;
}

.screen-reader3 .article.blue .figure-out .ui-cont ul li:first-child {
	margin-bottom: 22px;
}

.screen-reader3 .article.blue .figure-out .ui-cont ul li:nth-child(2) {
	margin-left: 75px;
}

.screen-reader3 .article.gray .figure-out .ui-cont ul li {
	background: #666666;
}

.screen-reader3 .article.gray .figure-out .ui-cont ul li:after {
	background-image: url(../img/curve-gray.png);
}

.screen-reader3 .article.gray .figure-out .ui-cont ul li:nth-child(2) {
	margin-left: 35px;
}

.screen-reader3 .article.green .figure-out .ui-cont ul li {
	background: #00a99d;
}

.screen-reader3 .article.green .figure-out .ui-cont ul li:after {
	background-image: url(../img/curve-green.png);
}

.screen-reader3 .article.voilet .figure-out .ui-cont ul li {
	background: #662d91;
}

.screen-reader3 .article.voilet .figure-out .ui-cont ul li:after {
	background-image: url(../img/curve-voilet.png);
}

@media (min-width: 768px) {
.screen-reader3 .figure-out {
	display: flex;
	justify-content: center;
	align-items: center;
}

.screen-reader3 .figure-out figure {
	left: -50%;
	right: 50%;
}

.screen-reader3 .figure-out .ui-cont {
	left: 50%;
	right: -50%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.screen-reader3 .figure-out figure {
	width: 47%;
	left: -53%;
	right: 53%;
}

.screen-reader3 .figure-out .ui-cont {
	width: 53%;
	left: 47%;
	right: -47%;
}
}

@media (max-width: 991px) {
.screen-reader3 .figure-out .ui-cont {
	padding: 0 0 0 30px;
}

.screen-reader3 .figure-out .ui-cont ul li {
	font-size: 16px;
	padding: 18px 30px;
}
}

@media (max-width: 767px) {
.screen-reader3 h2 {
	font-size: 25px;
	margin-bottom: -10px;
}

.screen-reader3 .article {
	padding: 45px 0 0 0;
}

.screen-reader3 .aside-cont {
	padding: 0 0 20px 0;
}

.screen-reader3 .aside-cont .icon-out {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}

.screen-reader3 .aside-cont h3 {
	font-size: 18px;
	letter-spacing: 0.04em;
	padding: 0;
}

.screen-reader3 .aside-cont p {
	display: none;
}

.screen-reader3 .figure-out {
	padding: 0;
}

.screen-reader3 .figure-out figure {
	width: 100%;
}

.screen-reader3 .figure-out .ui-cont {
	width: 100%;
	padding: 30px 20px 35px 20px;
}

.screen-reader3 .figure-out .ui-cont ul {
	width: 100%;
	max-width: 375px;
	float: none;
	margin: 0 auto;
}

.screen-reader3 .figure-out .ui-cont ul li {
	font-size: 16px;
	padding: 15px 25px;
	margin: 0 0 22px 0;
}

.screen-reader3 .figure-out .ui-cont ul li:last-child {
	margin-bottom: 0;
}

.screen-reader3 .figure-out .ui-cont ul li:after {
	width: 28px;
	height: 16px;
	background-size: 28px auto;
	bottom: -16px;
	left: 35px;
}

.screen-reader3 .figure-out .ui-cont ul li:nth-child(2) {
	margin-left: 20px;
}

.screen-reader3 .article.blue .figure-out .ui-cont ul li:first-child {
	margin-bottom: 22px;
}

.screen-reader3 .article.blue .figure-out .ui-cont ul li:nth-child(2) {
	margin-left: 35px;
}

.screen-reader3 .article.gray .figure-out .ui-cont ul li:nth-child(2) {
	margin-left: 35px;
}
}

/* Screen - Reader 4 */
.screen-reader4 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 105px 0 0 0;
}

.screen-reader4:last-child {
	padding-bottom: 105px;
}

.screen-reader4 h3 {
	width: 100%;
	float: left;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 39px;
	color: #000000;
	padding: 0 0 35px 0;
}

.screen-reader4 p {
	width: 100%;
	max-width: 430px;
	font-size: 21px;
	color: #221815;
	line-height: 1.1em;
	padding: 0;
	margin: 0 auto;
}

.screen-reader4 figure {
	width: 100%;
	max-width: 820px;
	float: none;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #55c9f2;
	border-radius: 12px;
	padding: 30px;
	margin: 0 0 26px 0;
}

@media (max-width: 991px) {
.screen-reader4 {
	padding: 85px 0 0 0;
}

.screen-reader4:last-child {
	padding-bottom: 85px;
}

.screen-reader4 h3 {
	font-size: 36px;
}

.screen-reader4 p {
	max-width: 380px;
	font-size: 18px;
}
}

@media (max-width: 767px) {
.screen-reader4 {
	padding: 60px 0 0 0;
}

.screen-reader4:last-child {
	padding-bottom: 60px;
}

.screen-reader4 h3 {
	font-size: 26px;
	padding-bottom: 20px;
}

.screen-reader4 p {
	max-width: 280px;
	font-size: 14px;
	line-height: 1.3em;
}

.screen-reader4 figure {
	max-width: 520px;
	border-radius: 9px;
	padding: 20px;
	margin: 0 0 22px 0;
}
}

/* Examples - Videos */
.example-videos {
	width: 100%;
	float: left;
	text-align: center;
	padding: 125px 0 15px 0;
}

.example-videos:last-child {
	padding-bottom: 125px;
}

.example-videos .container {
	max-width: 1390px;
}

.example-videos h2 {
	width: 100%;
	float: left;
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #000000;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 0 0 60px 0;
}

.example-videos .slider-bg {
	width: 100%;
	float: left;
	position: relative;
}

.example-videos .slider-bg .item {
	float: left;
}

@media (max-width: 991px) {
.example-videos {
	padding: 85px 0 0 0;
}

.example-videos:last-child {
	padding-bottom: 85px;
}

.example-videos h2 {
	font-size: 38px;
	padding: 0 0 35px 0;
}
}

@media (max-width: 767px) {
.example-videos {
	padding: 60px 0 0 0;
}

.example-videos:last-child {
	padding-bottom: 60px;
}

.example-videos h2 {
	font-size: 30px;
	padding: 0 0 26px 0;
}

.example-videos .slider-bg .item img {
	width: auto;
	height: 150px;
}

.example-videos .slider-bg .owl-item:last-child {
	margin-right: -200px!important;
}

.example-videos .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 360px;
	margin: 0 8px;
}
}


/*
 19.) Contact Us - Page
---------------------------------------- */

/* Page - Title */
.page-title {
	width: 100%;
	float: left;
	background: #4d4d4d;
	overflow: hidden;
	padding: 84px 0 80px 0;
}

.page-title .title-txt {
	width: 100%;
	float: left;
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #ffffff;
	line-height: 34px;
}

.page-title h1 {
	font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #ffffff;
	line-height: 1.2em;
	padding: 0;
}

.page-title p {
	color: #ffffff;
}

.page-title p:last-child {
	padding-bottom: 0;
}

@media (max-width: 991px) {
.page-title {
	padding: 63px 0 61px 0;
}

.page-title .title-txt {
	font-size: 24px;
	line-height: 30px;
}

.page-title h1 {
	font-size: 38px;
}
}

@media (max-width: 767px) {
.page-title {
	padding: 43px 0 45px 0;
}

.page-title .title-txt {
	font-size: 20px;
	line-height: 28px;
  margin-bottom: 7px;
}

.page-title h1 {
	font-size: 30px;
	line-height: 1.1em;
}
}


/* Content - Inner */
.contenn-inner2 {
	width: 100%;
	float: left;
	background: #f7f6f6;
	padding: 90px 0 135px 0;
}

@media (max-width: 991px) {
.contenn-inner2 {
	padding: 70px 0 100px 0;
}
}

@media (max-width: 767px) {
.contenn-inner2 {
	padding: 50px 0 60px 0;
}
}


/* Heading - Text */
.heading-txt2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 51px 0;
}

.heading-txt2:last-child {
	padding-bottom: 0;
}

.heading-txt2 h2 {
	font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
	font-size: 46px;
	color: #333333;
	padding: 0 0 30px 0;
}

.heading-txt2 p {
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #6a6a6a;
	line-height: 33px;
}

.heading-txt2 aside {
	width: 100%;
	max-width: 640px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 991px) {
.heading-txt2 h2 {
	font-size: 38px;
}

.heading-txt2 p {
	font-size: 20px;
	line-height: 30px;
}
}

@media (max-width: 767px) {
.heading-txt2 {
	padding: 0 0 40px 0;
}

.heading-txt2 h2 {
	font-size: 30px;
	padding: 0 0 21px 0;
}

.heading-txt2 p {
	font-size: 18px;
	line-height: 28px;
}
}


/* Support - Content */
.support-cont {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 105px 0;
}

.support-cont .list {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 105px 200px;
}

.support-cont .list:last-child {
	padding-bottom: 0;
}

.support-cont .list ul {
	width: 100%;
	max-width: 880px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0;
	margin: 0;
}

.support-cont .list ul li {
	width: auto;
	float: left;
	padding: 0;
	margin: 0 0 30px 0;
}

.support-cont .list ul li:last-child {
	margin-bottom: 0;
}

.support-cont .list ul li:before {
	display: none;
}

.support-cont .list ul li a {
	width: auto;
	float: left;
	font-family: "helveticaneue", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #6a6a6a;
	line-height: 40px;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #666666;
	border-radius: 360px;
	position: relative;
	padding: 14px 60px 14px 60px;
}

.support-cont .list ul li a:before {

	content: "";
	width: 29px;
	height: 23px;
	float: left;
	background: url(../img/curve-left.png) no-repeat top center;
	background-size: 29px auto;
	border-radius: 0;
	position: absolute;
	top: auto;
	bottom: -23px;
	left: 33px;
}

.support-cont .list ul li a:hover {
	color: #01b99d;
}

.support-cont .list ul li:nth-child(even) a:before {
	background: url(../img/curve-right.png) no-repeat top center;
	background-size: 29px auto;
	left: auto;
	right: 33px;
}

.support-cont .list ul li:nth-child(even) {
	margin-left: 155px;
}

.support-cont .list ul li:nth-child(3) {
	margin-left: 60px;
}

.support-cont .list ul li:nth-child(4) {
	margin-left: 207px;
}

.support-cont .bottom-txt {
	width: 100%;
	float: left;
	padding: 0 0 73px 0;
}

.support-cont .bottom-txt:last-child {
	padding-bottom: 0;
}

.support-cont .bottom-txt p {
    font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 38px;
    padding: 0 0 20px 0;
}

.support-cont .bottom-txt p:last-child {
	padding-bottom: 0;
}

.support-cont .bottom-txt .btn {
    width: 80%;
    max-width: 400px;
    padding-right: 30px;
    padding-left: 30px;
    padding: 18px 25px 18px 25px;
}

.support-cont .bottom-txt .btn-blank {
	font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6a6a6a;
	line-height: 34px;
	letter-spacing: normal;
	text-align: center;
	background: #ffffff;
	box-shadow: inset #6a6a6a 0 0 0 1px;
	padding: 21px 30px 22px 30px;
}

.support-cont .bottom-txt .btn-blank i {
	font-size: 30px;
	margin: 0 5px 0 0;
}

.support-cont .bottom-txt .btn-blank:hover,
.support-cont .bottom-txt .btn-blank:focus,
.support-cont .bottom-txt .btn-blank:active,
.support-cont .bottom-txt .btn-blank:active:focus,
.support-cont .bottom-txt .btn-blank.active,
.support-cont .bottom-txt .btn-blank.active:focus {
	color: #ffffff;
	background: #1c1c1c;
	box-shadow: inset #1c1c1c 0 0 0 1px;
}

@media (max-width: 991px) {
.support-cont {
	padding: 0 0 80px 0;
}

.support-cont .list {
	padding: 0 0 80px 0;
}

.support-cont .list ul li a {
	font-size: 26px;
	line-height: 36px;
	padding: 14px 30px 14px 30px;
}

.support-cont .list ul li:nth-child(even) {
	margin-left: 120px;
}

.support-cont .list ul li:nth-child(3) {
	margin-left: 40px;
}

.support-cont .list ul li:nth-child(4) {
	margin-left: 180px;
}

.support-cont .bottom-txt p {
	font-size: 24px;
	line-height: 34px;
}

.support-cont .bottom-txt .btn {
	max-width: 360px;
}

.support-cont .bottom-txt .btn-blank {
	font-size: 22px;
	line-height: 30px;
	padding: 18px 30px 17px 30px;
}

.support-cont .bottom-txt .btn-blank i {
	font-size: 27px;
}
}

@media (max-width: 767px) {
.support-cont {
	padding: 0 0 60px 0;
}

.support-cont .container {
	max-width: 560px;
	padding: 0 20px;
}

.support-cont .list {
	padding: 0 0 60px 20px;
}

.support-cont .list ul {
	max-width: 360px;
	float: none;
	margin: 0 auto;
}

.support-cont .list ul li a {
	font-size: 16px;
	line-height: 22px;
	padding: 13px 20px 13px 20px;
}

.support-cont .list ul li:nth-child(even) {
	margin-left: 0px;
}

.support-cont .list ul li:nth-child(3) {
	margin-left: 0;
}

.support-cont .list ul li:nth-child(4) {
	margin-left: 0px;
}

.support-cont .bottom-txt {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
}

.support-cont .bottom-txt p {
	font-size: 20px;
	line-height: 28px;
	padding: 0 0 24px 0;
}

.support-cont .bottom-txt .btn {
	max-width: 280px;
	padding-right: 10px;
	padding-left: 10px;
}

.support-cont .bottom-txt .btn-blank {
	font-size: 20px;
	line-height: 28px;
	padding: 15px 20px 14px 20px;
}

.support-cont .bottom-txt .btn-blank i {
	font-size: 23px;
}
}


/* Partners - Details */
.partners-details {
	width: 100%;
	float: left;
}

.partners-details h2 {
	font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
	font-size: 46px;
	color: #333333;
	text-align: center;
	padding: 0 0 43px 0;
}

.partners-details .article {
    width: 40%;
    float: left;
    display: inline;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 41px 50px 115px 50px;
    margin: 2.08% 4.16%;
}

.partners-details .article h3 {
	font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #6a6a6a;
	padding: 0 0 14px 0;
}

.partners-details .article h4 {
	font-family: "helveticaneuebold", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #6a6a6a;
	line-height: 33px;
	padding: 0 0 14px 0;
}

.partners-details .article h4:last-child {
	padding-bottom: 0;
}

.partners-details .article h4 a {
	color: #6a6a6a;
	text-decoration: underline;
}

.partners-details .article h4 a:hover {
	color: #01a78e;
}

.partners-details .article p {
	font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 29px;
	padding: 0 0 14px 0;
}

.partners-details .article p:last-child {
	padding-bottom: 0;
}

.partners-details .article .btn {
    padding: 12px 35px 12px 30px;
    font-size: 20px;
}

.partners-details .article .btn-out {
	width: 100%;
	float: left;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
}

.partners-details .article-out {
	width: 104.16%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.08% -4.16% -2.08%;
}

@media (max-width: 991px) {
.partners-details h2 {
	font-size: 38px;
}

.partners-details .article {
	width: 45.84%;
	padding: 30px 30px 100px 30px;
	margin: 0 2.08% 4.16% 2.08%;
}

.partners-details .article h3 {
	font-size: 30px;
}

.partners-details .article h4 {
	font-size: 20px;
	line-height: 28px;
}

.partners-details .article .btn {
	padding: 16px 40px 15px 40px;
}

.partners-details .article .btn-out {
	bottom: 30px;
}
}

@media (max-width: 767px) {
.partners-details h2 {
	font-size: 30px;
	padding: 0 0 49px 0;
}

.partners-details .article {
	width: 100%;
	padding: 30px 20px 30px 20px;
	margin: 0 0 30px 0;
}

.partners-details .article h3 {
	font-size: 26px;
	padding: 0 0 18px 0;
}

.partners-details .article h4 {
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 22px 0;
}

.partners-details .article p {
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 24px 0;
}

.partners-details .article .btn {
    padding: 13px 25px 13px 25px;
}

.partners-details .article .btn-out {
	position: relative;
	bottom: 0;
	padding: 0 0 0 0;
}

.partners-details .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}
}

@media (max-width: 767px) {
.banner-main .video-outer {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
}
.banner-main .video-outer video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
#content-main{
    margin-top: 25px;
}
}


.bottom-txt {
    width: 100%;
    float: left;
    padding: 0;
}

.bottom-txt .btn-out{
	text-align: center;
  margin: 50px 0 50px 0;
}

.bottom-txt p {
    font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 38px;
    padding: 0;
}

.bottom-txt .btn-blank {
    font-family: "helveticaneuemedium", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #6a6a6a;
    line-height: 34px;
    letter-spacing: normal;
    text-align: center;
    background: #ffffff;
    box-shadow: inset #6a6a6a 0 0 0 1px;
    padding: 21px 30px 22px 30px;
}

.bottom-txt .btn {
    width: 50%;
		height: 105px;
    padding-right: 30px;
    padding-left: 30px;
    padding: 18px 25px 18px 25px;
}

.bottom-txt .btn:hover, .btn:focus {
    background: #000000;
}


@media only screen and (max-width: 767px) {
.bottom-txt p {
    font-family: "helvetica_neueregular", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 5px 0;
}

.bottom-txt .btn {
    width:  100%;
    height: 110px;
    padding-right: 30px;
    padding-left: 30px;
    padding: 18px 20px 40px 25px;
}

.bottom-txt .btn-out{
	text-align: center;
  margin: 0px;
}

.bottom-txt {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
}

}

.branch-address {
	color: #ffffff;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
.branch-address {
	color: #ffffff;
	margin-top: 20px;
	text-align: center;
	display:none;
}
}
