/* =Import Required styles
========================================================================================*/
@import url(normalize.css);

/* =Box Sizing 
========================================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }

/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; }
body { font:15px/1.45 'Audi Type Screen', Arial, Helvetica, sans-serif; color:#505061; }
img { vertical-align:top; border:0; }
a, input[type="button"], input[type="submit"], button, table th, table td { -moz-transition:background-color 300ms ease, color 300ms ease; -webkit-transition:background-color 300ms ease, color 300ms ease; -o-transition:background-color 0.2s ease-in, color 0.2s ease-in; -ms-transition:background-color 300ms ease, color 300ms ease; transition:background-color 300ms ease, color 300ms ease; }
.allanim, .close:before, .close:after, .close { -moz-transition:all 300ms ease; -webkit-transition:all 300ms ease; -o-transition:all 300ms ease; -ms-transition:all 300ms ease; transition:all 300ms ease; }
a { color:#000; text-decoration:none;}
a:hover { text-decoration:underline; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active{ background-color:transparent;}
}
strong { font-weight:bold; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 20px 0; }
h1,h2, h3, h4, h5, h6 { line-height:1.3; margin:0 0 10px; font-weight:300;  }
h1,h2 { font-size:44px; }
h3 { font-size:38px; }
h4 { font-size:30px; }
h5 { font-size:24px; }
h6 { font-size:16px; }

ul li { line-height:24px; }

.cf:after,.wrap:after, .feature-row:after { content:""; display:table; clear: both; }
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
:focus { outline:none; }
.text_cont p { padding:0 0 10px 0; }
.nopad p, p.nopad { padding:0; }

/* =Webfonts
========================================================================================*/
@font-face {
	font-family: 'Audi Type Screen';
	src: url('fonts/AudiTypeScreen-Normal.eot');
	src: url('fonts/AudiTypeScreen-Normal.eot?#iefix') format('embedded-opentype'),
		url('fonts/AudiTypeScreen-Normal.woff2') format('woff2'),
		url('fonts/AudiTypeScreen-Normal.woff') format('woff'),
		url('fonts/AudiTypeScreen-Normal.ttf') format('truetype'),
		url('fonts/AudiTypeScreen-Normal.svg#AudiTypeScreen-Normal') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Audi Type Screen';
	src: url('fonts/AudiTypeScreen-Bold.eot');
	src: url('fonts/AudiTypeScreen-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/AudiTypeScreen-Bold.woff2') format('woff2'),
		url('fonts/AudiTypeScreen-Bold.woff') format('woff'),
		url('fonts/AudiTypeScreen-Bold.ttf') format('truetype'),
		url('fonts/AudiTypeScreen-Bold.svg#AudiTypeScreen-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Audi Type Extended';
	src: url('fonts/AudiType-ExtendedBold.eot');
	src: url('fonts/AudiType-ExtendedBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/AudiType-ExtendedBold.woff2') format('woff2'),
		url('fonts/AudiType-ExtendedBold.woff') format('woff'),
		url('fonts/AudiType-ExtendedBold.ttf') format('truetype'),
		url('fonts/AudiType-ExtendedBold.svg#AudiType-ExtendedBold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* =Layout Width
========================================================================================*/
#wrapper {  }
.wrap { max-width:1180px; width:100%; margin:0 auto; }

/* =Form Style
========================================================================================*/
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select, input[type="submit"], input[type="button"] { font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle;   }
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, input[type="submit"], input[type="button"] { -webkit-appearance:none; -webkit-border-radius:0;  border-radius:0; }
button, input { line-height:normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select { background:#fff; padding:4px 12px; height:48px; line-height:1.55; border:solid 1px #d7d9dd; color:#454648; width:100%; font-family:'Audi Type Screen', Arial, Helvetica, sans-serif; -moz-transition:border-color 200ms ease-in; -webkit-transition:border-color 200ms ease-in; transition:border-color 200ms ease-in; }
input[type="text"].input-lg, input[type="password"].input-lg, input[type="email"].input-lg, input[type="tel"].input-lg, input[type="search"].input-lg, input[type="url"].input-lg { height:58px; }
input[type="text"].input-sm, input[type="password"].input-sm, input[type="email"].input-sm, input[type="tel"].input-sm, input[type="search"].input-sm, input[type="url"].input-sm { height:38px; }
textarea { width:100%; height:160px; overflow:auto; resize:vertical; padding:10px 15px;  font-family:'Audi Type Screen', Arial, Helvetica, sans-serif; }
select { height:auto; padding:12px 42px 12px 12px; font-size:14px; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none; position:relative; z-index:1; background:none; line-height:1.25; border-radius:0; }
select::-ms-expand { display:none; }
.custom-select { display:block; margin:0; position:relative; background:#fff; }
.custom-select:before { position:absolute; right:1px; top:1px; width:48px; background:#fff; content:''; height:48px; }
.custom-select:after { content:''; border-top:solid 6px #848690; border-right:solid 6px transparent; border-left:solid 6px transparent; position:absolute; right:18px; top:50%; margin-top:-3px; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border:solid 1px #acacac;  }
input::-moz-focus-inner, button::-moz-focus-inner {border:0; padding:0;}
input[type="button"], input[type="submit"], button { background:#f34834; color:#fff;  border:0;  cursor:pointer; width:auto; overflow:visible; padding:13px 45px; vertical-align:middle; text-decoration:none; text-transform:uppercase; font-size:16px; line-height:1.25; font-family:'Audi Type Screen', Arial, Helvetica, sans-serif; font-weight:bold;  }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background:#d71802; color:#fff; }
input[type="checkbox"], input[type="radio"] { margin:4px 8px 0 ; vertical-align:top;  }

::-webkit-input-placeholder { opacity:1; }
::-moz-placeholder { opacity:1; }
:-ms-input-placeholder { opacity:1; }
:-moz-placeholder { opacity:1; }

.checkbox, .radio { position: relative; float: left; margin-right: 20px; }
.form-block .form-group .checkbox label, .form-block .form-group .radio label { padding: 0; padding-left: 26px; display: block; line-height: 1.1; }
.checkbox input, .radio input { top: 0; left: 0; z-index: 1; cursor: pointer; opacity: 0; position: absolute; }
.checkbox input:checked + .input-helper:before, .radio input:checked + .input-helper:before { border-color: #117b3c; }
.checkbox input:disabled + .input-helper:before, .radio input:disabled + .input-helper:before { opacity: 0.35; }
.checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { position: absolute; content: ""; transition: all 200ms; }
.checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #7a7a7a; }
.checkbox input { width: 18px; height: 18px; margin: 0; }
.checkbox input:checked + .input-helper:before { background-color: #117b3c; }
.checkbox input:checked + .input-helper:before { background-color: #117b3c; }
.checkbox input:checked + .input-helper:after { transform: scale(1); opacity: 1; }
.checkbox .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 2px; color: #fff; }
.checkbox .input-helper:after { content: '\2713'; font-size: 13px; left: 2px; top: 1px; font-weight: 600; color: #fff; transform: scale(0); opacity: 0; }
.radio input { width: 18px; height: 18px; margin: 0; }
.radio input:checked + .input-helper:after { transform: scale(1); }
.radio .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 50%; }
.radio .input-helper:after { width: 8px; height: 8px; background: #117b3c; border-radius: 50%; top: 5px; left: 5px; transform: scale(0); }

.close { width: 45px; height: 45px; margin:0 auto 17px; display: block; border: solid 1px #1f1f1f; border-radius: 50%; position: relative; font-size: 0; }
.close:hover {  border: solid 1px #c3c3c3; }
.close:before, .close:after { content: ''; width: 16px; height: 2px; display: block; margin:auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; transform: rotate(-45deg); background: #1f1f1f; z-index: 1; }
.close:before { transform: rotate(45deg); }
.close:hover:before, .close:hover:after { width: 24px; transform: rotate(45deg); background: #c3c3c3; }
.close:hover:before { transform: rotate(135deg); }

.features-wrapper { padding: 47px 0 0; min-height: 560px; position: relative; font-family: 'Audi Type Extended'; color: #000; }
.plus-logo { font-size: 130px; line-height: 1; color: #c9012c; position: absolute; left: -44px; right: 0; text-align: center; margin: -15px auto 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.feature-row { font-size: 27px; margin: -6px 0 0; padding-left: 31.6%; position: relative; z-index: 1; }
.feature-row a { line-height: 56px; padding: 0 6px; display: inline-block; }
.feature-row a:hover{ text-decoration: none; color: #c9012c; } 
.feature-row em { color: #c9012c; }
.plus-icon { width: 56px; height: 56px; position: absolute; margin-top: -37px; margin-left: -13px; z-index: 1; }
.feature-row a.plus-icon { padding: 0px; }
.plus-icon span { width: 45px; height: 45px; border-radius: 50%; border: 1px solid #000; position: absolute; left: 5px; top: 5px; }
.plus-icon span:before, .plus-icon span:after { content: ''; position: absolute; width: 13px; height: 1px; background: #000; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); margin-top: -1px; margin-left: -1px; }
.plus-icon span:after { width: 1px; height: 13px; }
.feature-row:nth-child(2) { text-align: right; padding: 0 116px 0 0; }
.feature-row:nth-child(3) { padding-left: 7px; }
.feature-row:nth-child(4) { text-align: right; padding: 0 56px 0 0; }
.feature-row:nth-child(5) { text-align: right; padding: 0 140px 0 0; margin-top: 94px; }
.feature-row:nth-child(6) { padding-left: 52px; }
.feature-row:nth-child(7) { text-align: right; padding: 0 101px 0 0; }
.feature-row:nth-child(8) { padding-left: 25.85%; margin-top: 40px;} 

a.close-dialogbox { position: absolute; right: 40px; top: 31px; background: #000; margin: 0; border-color: #000; }
a.close-dialogbox:hover { border-color: #000; }
a.close-dialogbox:before, a.close-dialogbox:after, a.close-dialogbox:hover:before, a.close-dialogbox:hover:after { background: #fff; }
body.overflowhidden { overflow:hidden; }
.popouterbox .popup-block {  display:block; position:absolute; top:50%; left:0; right:0; margin:0 auto; z-index: 99999; max-width:728px; width:100%; padding:20px; }
.popouterbox .popup-block.taller { top:0; }
.popouterbox { bottom: 0; display: none; left: 0; overflow: hidden; overflow-x: hidden; overflow-y: auto; position: fixed; right: 0; top: 0; z-index: 999999999; }
.modal-backdrop { display:none; background: #000; position: absolute; left: 0; top:0; width: 100%; height: 100%; z-index: 9999;  }
.pop-contentbox { margin-top: -8px; background:#fff; padding:62px 65px 62px 58px; min-height: 400px; font-size: 15px; color: #000; line-height: 1.67; }
.pop-contentbox h3 { font-size: 27px; font-weight: bold; font-family: 'Audi Type Extended'; margin-bottom: 28px; }
.pop-contentbox h3 em { color: #bb0a30; }
.pop-contentbox p em { font-family: 'Audi Type Extended'; }
.pop-contentbox a:hover { color: #bb0a30; text-decoration: none; }

@media (max-width:1100px){
	.feature-row { padding-left: 25%; }
	.feature-row:nth-child(8) { padding-left: 20%; margin-top: 40px; }
	.feature-row:nth-child(6) { padding-left: 30px; margin-top: 10px; }
	.feature-row:nth-child(5) { padding-right: 150px; margin-top: 120px; }
	.plus-logo { font-size: 110px; }
}
@media (max-width:1024px){
	.feature-row { font-size: 23px; }
}

@media (max-width:992px){
	.feature-row { font-size: 20px; }
	.plus-logo { font-size: 100px; margin-top: -50px; }
	.feature-row a { line-height: 46px; }
	.feature-row:nth-child(5) { margin-top: 75px; }
	.feature-row:nth-child(6) { margin-top: 40px; padding-left: 50px; }
	.feature-row:nth-child(2) { padding-right: 70px; }
	.feature-row:nth-child(8) { padding-left: 14%; }
	.pop-contentbox { padding: 50px 60px 50px 50px; }
}

@media (max-width:767px){
	.close { float: right; margin: 0 20px 0 0;  }
	.feature-row { font-size: 15px; padding-left: 4px; margin-top: 25px; }
	.plus-icon { margin: -23px 0 0 -2px; }
	.features-wrapper { padding-top: 5px; }
	.feature-row a { line-height: 1.2; padding: 5px; }
	.plus-logo { font-size: 80px; margin-top: -10px; }
	.feature-row:nth-child(2) { padding-right: 60px; }
	.feature-row:nth-child(3) { padding-right: 0; }
	.feature-row:nth-child(3) a { max-width: 184px; }
	.feature-row:nth-child(5) { margin-top: 100px; padding-right: 60px; }
	.feature-row:nth-child(6), .feature-row:nth-child(8) { padding-left: 4px; }
	.feature-row:nth-child(7) { padding-right: 60px; }
}
@media (max-width:567px){
	.modal-backdrop { background: #fff; opacity: 1 !important; }
	.popouterbox .popup-block { padding: 0; top: 0; margin: 0 !important; }
	.pop-contentbox { padding: 80px 25px; }
	a.close-dialogbox { top: 12px; right: 12px; }
	.pop-contentbox h3 { font-size: 14px; margin-bottom: 12px; }
	.pop-contentbox { font-size: 13px; }
}
@media (max-width:479px){
	.feature-row { font-size: 13px; }
	.feature-row:nth-child(3) a { max-width: 160px; }
	.plus-logo { font-size: 70px; left: -10px; margin-top: 0px; }
	.feature-row:nth-child(6), .feature-row:nth-child(7), .feature-row:nth-child(8) { margin-top: 35px; }
}