
@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
.main-section * {
	font-family: 'Lato', sans-serif;
}
.main-section h2{
	font-size:23px;
	margin:0 10px;
}
.main-section p {
	padding:0 10px;
	margin:0;
}
.main-section .disclaimer {
	font-size:10px!important;
	line-height:11px!important;
	padding:10px 40px;
}
.main-section .xlg-txt {
	font-size: 3em;
	color:#000000;
	padding:3% 0 0 0;
	font-weight: 700;
}
.main-section .lg-txt {
	font-size: 1.8em;
	color:#fff;
	margin:0;
	padding:3% 0 0 0;
	font-weight: 700;
}
.main-section .xsm-txt {
	font-size:16px;
	color:#fff;
	font-weight:300;
}
.main-section .sm-txt {
	font-size:20px;
	font-weight:300;
}
.main-section .med-txt {
	font-size: 16px;
	color:#fff;
	font-weight:300;
}
.main-section .med-bld-txt {
	font-size:14px; 
	font-weight:700; 
	color:#333;
}
.main-section .divide {
	width: 100%;
	border-bottom: 1px solid #565656;
	margin-bottom:2%;
}
.main-section .divide- {
	width: 102%;
	border-bottom: 1px solid #565656;
	margin-bottom:2%;
}
.main-section .left {
	text-align: left;
}
.main-section .car-img {
	min-height: 130px;
	color: #fff;
	font-size:12px;
	font-weight: 300;
	font-style: italic;
}
.main-section a:link {
	color: black;
	text-decoration: none;
}
.main-section a:visited {
	color: black;
	text-decoration: none;
}
.main-section a:hover {
	color: black;
	text-decoration: none;
}
.main-section a:active {
	color: black;
	text-decoration: none;
}
.main-section .clearfix {
	clear:both;
}
.main-section .midsec {
	max-width:900px;	
	background-color:#ffffff;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
}
.main-section .btn {
	float:left;
	font-size:11px;
	width: 31.2%;
	margin: 5% 0 1% 1.6%;
	padding:1% 0;
	color:#fff;
	background:#d72b27;
	border-radius:5px;
	text-align:center;
	cursor:pointer;
}
.main-section .toggle {
	display: none;
	margin:0;
	clear:both;
	padding:10px;
}
.main-section .header {
	width:100%;
	margin:0;
	padding:0;
	border: 1px solid #959595;
	border-radius: 30px 30px 0 0;
	-webkit-border: 1px solid #959595;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border: 1px solid #959595;
	-moz-border-radius: 30px 30px 0 0;
	overflow:hidden;
}
.main-section .span_2_of_2 {
	width: 100%;
}
.main-section .span_1_of_2 {
	width: 49.5%;
}
.main-section .form_1_of_2 {
	width: 48.3%;
}
.main-section .span_sideimg1 {
	width: 59%;
}
.main-section .span_3_of_3 {
	width: 100%; 
}
.main-section .span_1_of_4 {
	width:23.8%; 
}
.main-section .span_2_of_3 {
	width: 63.13%; 
}
.main-section .span_1_of_3 {
	width: 32.6%; 
}
.main-section .car1 {
	z-index:1001;
}
.main-section .form {
	z-index:1000;
	border-radius:20px;
	background:#eee;
	padding:10px;
	margin:20px 0 0 0;
}
.main-section #popup1 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup2 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup3 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup4 {
	position: fixed;
	  	overflow-y: scroll;
}
.main-section #popup5 {
	position: fixed;
	  	overflow-y: scroll;
}
.main-section #popup6 {
	position: fixed;
	  	overflow-y: scroll;
}
.main-section #popup7 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup8 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup9 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup10 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup11 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup12 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup13 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup14 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup15 {
	position: fixed;
	overflow-y: scroll;
}
.main-section #popup16 {
	position: fixed;
	overflow-y: scroll;
}
.main-section .popup-overlay {
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background: rgba(0,0,0,0.51);
  	transition: opacity 500ms;
  	visibility: hidden;
  	opacity: 0;
}
.main-section .popup-overlay:target {
  	visibility: visible;
  	opacity: 1;
}
.main-section .popup {
  	margin: 5% auto;
  	padding: 20px;
  	background:#e6e5e5;
  	border-radius: 5px;
  	width: 65%;
  	max-width:700px;
  	position: relative;
  	transition: all 1s ease-in-out;
  	color:#000;
}
.main-section .popup .popup-close {
  	position: absolute;
  	top: 20px;
  	right: 30px;
  	transition: all 200ms;
  	text-decoration: none;
  	font-family: arial, sans-serif;
  	font-size: 1.3em;
  	color: #d5232e;
}
.main-section .popup .popup-close:hover {
  	font-family: arial, sans-serif;
  	cursor: pointer;
}
.main-section .popup .popup-content {
  	max-height: 30%;
  	overflow: auto;
  	font-size:.9em;
  	margin-top: 25px;
}
.main-section .popup-outer {
	background:#e6e5e5;
}
.main-section .popup-outer h2 {
	padding-right: 15%;
    font-size: 28px;
    margin-top: 0px;
}
.main-section .popup-inner-inner {
	margin:3% 0;
	border-radius: 0 0 20px 20px;
	background:#fff;
	font-size:14px;
	padding: 5%;
}
.main-section .popup-inner-inner h2{
    font-size: 16px;
    margin-top: 5px;
}
.main-section .popup-inner-inner p {
	padding: 0px;
	margin-top: 0px;
}
.main-section .span {
	width: 0.1%;
	margin-top:12%;
	border-right:1px solid #565656;
	height:50px;
}
.main-section .span_box {
	width: 49.2%;
	border:1px solid #959595;
	text-align: center;
	background:#fff;
	background-image: url('https://cka-dash.s3.amazonaws.com/1092-1017-CH146/hyundaiOfferBg.jpg');
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.main-section .carboxxx {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #c4c4c4 61%, #c4c4c4 61%, #a5a5a5 62%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c4c4c4 61%,#c4c4c4 61%,#a5a5a5 62%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#c4c4c4 61%,#c4c4c4 61%,#a5a5a5 62%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	margin: 20px 0;
	padding: 20px;
	border-radius: 25px;
	border: 1px dotted #d5232e;
	overflow: hidden;
}
.main-section .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.main-section .push {
	margin:2% 0;
}
.main-section .group:before,
.main-section .group:after {
	content:"";
	display:table;
}
.main-section .group:after {
	clear:both;
}
.main-section .group {
	zoom:1;
}
.main-section .col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.main-section .col- {
	display: block;
	float:left;
}
.main-section .col:first-child { margin-left: 0; }
	
@media only screen and (max-width: 860px) {
	.main-section .popup {
  		margin: 5% auto;
  		padding: 20px;
  		background:#e6e5e5;
  		border-radius: 5px;
  		width: 65%;
  		max-width:700px;
  		position: relative;
  		transition: all 1s ease-in-out;
  		color:#000;
	}
	.main-section #popup1 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup2 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup3 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup4 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup5 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup6 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup7 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup8 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup9 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup10 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup11 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup12 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup13 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup14 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup15 {
		position:absolute;
		z-index:10;
	}
	.main-section #popup16 {
		position:absolute;
		z-index:10;
	}
	.main-section .popup {
		margin: 0 auto;
		padding: 0;
		background-color:#e6e5e5;
		border-radius: 5px;
		width: 100%;
		max-width:500px;
		position: relative;
	}
	.main-section .popup-outer h2 {
		padding: 5% 20% 0 5%;
		font-size: 28px;
		margin-top: 0px;
	}
	.main-section .popup-inner h2 {
		padding: 5% 15% 0 0;
		font-size: 28px;
		margin-top: 0px;
	}
	.main-section .popup-inner-inner p {
		padding: 0 0 0 5%;
		margin-top: 0px;
	}
	.main-section .span_2_of_2 {
		width: 100%; 
	}
	.main-section .span_3_of_3 {
		width: 100%; 
	}
	.main-section .span_2_of_3 {
		width: 100%;
	}
	.main-section .span_1_of_3 {
		width: 100%;
		margin-bottom: 23px;
	}
	.main-section .span_1_of_4 {
		width: 100%; 
	}
	.main-section .form_1_of_2 {
		width: 100%;
	}
	.main-section .xlg-txt {
		font-size: 4em;
	}
	.main-section .lg-txt {
		font-size: 3em;
	}
	.main-section .med-txt {
		font-size: 26px;
	}
	.main-section .med-bld-txt {
		font-size:18px; 
	}
	.main-section .xsm-txt {
		font-size:18px;
	}
	.main-section .sm-txt {
		font-size:24px;
	}
	.main-section .span {
		margin-top:8%;
		height:80px;
	}
	.main-section .span_box {
		width: 100%;
		border:1px solid #000;
	}
	.main-section .col { 
		margin: 1% 0 1% 0%;
	}
	.animated { -o-transition-property: none !important; -moz-transition-property: none !important; -ms-transition-property: none !important; -webkit-transition-property: none !important; transition-property: none !important; -o-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -webkit-transform: none !important; transform: none !important; -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important; } 
	}
@media only screen and (max-width: 560px) {
	.main-section .xlg-txt {
		font-size: 2em;
	}
	.main-section .lg-txt {
		font-size: 1.2em;
	}
	.main-section .med-txt {
		font-size: 14px;
	}
	.main-section .med-bld-txt {
		font-size:12px; 
	}
	.main-section .xsm-txt {
		font-size:10px;
	}
	.main-section .sm-txt {
		font-size:14px;
	}
	.main-section .btn {
		width: 96.8%;
		margin: 1% 0 1% 1.6%;
	}
	.main-section .span {
		margin-top:8%;
		height:50px;
	}
}