body {
    font: 13px Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0 auto;
    background: #EEE;
}

/*------------------------------------------------------
Fonts
------------------------------------------------------*/

@font-face {
    /* This declaration targets Internet Explorer */

    font-family: 'abbeyroad';
    src: url('../../common/fonts/abberoad.eot');
}

@font-face {
    /* This declaration targets everything else */

    font-family: 'abbeyroad';
    src: url(//:) format('no404'), url('../fonts/abberoad.woff') format('woff'), url('../fonts/abberoad.ttf') format('truetype'), url('../fonts/abberoad.svg#abbeyroad') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear-both {
    clear: both;
}

.main-container {
    max-width: 1200px;
    padding: 0;
    margin: 0;
    background: #FFF;
}

.header-container {
    background-image: url("<?= base_url()?>resources/basic/images/kia/kia_home_banner.jpg");
    width: 100%;
    height: 400px;
}

.top-login-block {
    float: right;
    width: 250px;
    height: 240px;
}

.top-login-block-top {
    float: right;
    background: #000000;
    width: 40%;
    height: 40px;
    padding: 8px 13px;
}

.top-login-block-body {
    background: #000000;
    /*height: 100%;*/
    border-radius: 5px 0 0 5px;
    box-shadow: -4px -2px 10px #888;
}

.body-tab-menu {
    height: 75px;
    margin: -75px 0 0 0;
    display: flex;
}

.body-tab-button {
    display: block;
    text-decoration: none;
    box-shadow: 0px -2px 4px #888;
    text-align: center;
    border: 2px solid #FFF;
    border-radius: 8px 8px 0 0;
    width: 250px;
    margin: 10px 3px 0 5px;
    padding: 6px;
    color: #FFF;
    background: linear-gradient(to bottom, #484848 0%, #474444 25%, #808080 100%);
    border-bottom: none;
}

.body-tab-button-active {
    display: block;
    text-decoration: none;
    box-shadow: 0px -2px 4px #888;
    text-align: center;
    border: 2px solid #FFF;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    width: 250px;
    margin: 10px 3px 0 5px;
    padding: 6px;
    color: #FFF;
    background: linear-gradient(to bottom, #2f2e2e 0%, #1c1b1b 25%, #161616 100%);
}

a:hover {
    color: #FFF !important;
    text-decoration: none;
}

.body-tab-button>p {
    text-decoration: none;
    line-height: 100%;
    font-size: 17px;
    margin: 0;
}

.body-tab-button-active>p {
    text-decoration: none;
    line-height: 100%;
    font-size: 17px;
    margin: 0;
}

.main-content-text {
    margin: 0;
    padding: 0;
    border-top: 2px solid #000000;
}

.left-content {
    height: 1230px;
    background: #000000;
    position: relative;
}

.left-content-dealer {
    /* height: 750px; */
    background: #000000;
}

.kia_certified_logo {
    padding-top: 100px;
    text-align: center;
}

.right-content>h3 {
    color: #000000;
    text-align: center;
}

.kia-home-hr {
    background: #000000;
    margin: 0 20px;
    height: 2px;
}

.second-text-content {
    padding: 10px;
    font-size: 14px;
}

.second-text-content>p {
    margin: 5px 0 5px 0;
}

#footer_container {
    padding: 22px 20px;
    background: #c1c1c1;
}

.kia-enroll-btn,
.kia-enroll-btn:hover,
.kia-enroll-btn:focus {
    background: black;
    color: #FFF !important;
    font-size: 18px;
    width: 180px;
    border-radius: 5px;
}

.kia-enroll-btn-colors,
.kia-enroll-btn-colors:hover,
.kia-enroll-btn-colors:focus,
.kia-enroll-btn-colors:active {
    background: black !important;
    color: #FFF !important;
    border: none !important
}

.left-content-title {
    color: #FFF;
    text-align: center;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.left-content-ul {
    padding: 10px 20px;
    color: #FFF;
    font-size: 14px;
    line-height: 120%;
    padding-bottom: 140px;
}

.left-content-ul li {
    margin: 15px 0;
}

.right-content-2 li {
    margin: 15px 0;
}

.glyphicon-lock {
    color: #FFF;
    font-size: 20px;
}

#login-text {
    color: #FFF;
    font-size: 16px;
}

.top-login-block-body {
    padding: 10px 20px;
}

.user_login_form>p {
    color: #FFF;
}

/* .left-content-logo {
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 90%;
} */

.left-content-logo {
    text-align: center;
    width: 100%;
    background: white;
    padding-bottom: 60px;
    padding-top: 60px;
    margin-top: auto;
}

.text_white {
    color: #FFF;
}

#user_login_submit {
    padding: 0;
    margin-left: 15px;
    width: 80px;
    height: 25px;
    font-weight: bold;
}

.enroll_now_modal_titile {
    background: #cc002a;
    color: #FFF;
    margin: -10px;
    padding: 10px;
    line-height: 135%;
    font-size: 16px;
}

.enroll_form {
    margin: 5px 0;
    border-radius: 3px;
    height: 30px;
}

select {
    height: 30px !important;
    width: 150px;
}

#enrollment_submit {
    background: linear-gradient(to bottom, #111111 0%, #060505 100%);
    color: #FFF;
    text-shadow: none;
    width: 150px;
}

.enroll_form_submit_footer {
    padding-top: 10px;
    text-align: center;
}

#enroll_form_submit {
    border-top: 1px solid #999;
    padding-top: 10px;
}

#helpbox_btn {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #0a0002;
    border-radius: 3px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    z-index: 10;
}

#helpbox_btn h4 {
    color: #cc002a;
}

.botborder {
    border-bottom: 2px solid #343434;
    width: 500px;
    margin: 0 auto;
    position: relative;
    top: -20px;
}

.title_heading {
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
    font: 26px Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}

.btn_normal {
    background: linear-gradient(to bottom, #cc002a 0%, #870e0e 100%);
    color: #FFF;
    font-size: 14px;
    width: 150px;
    border-radius: 5px;
}

.btn_optout {
    background: linear-gradient(to bottom, #c11428 0%, #870e0e 100%);
    color: #FFF;
    font-size: 14px;
    width: 100px;
    border-radius: 5px;
}

.margintop10 {
    margin-top: 10px;

}

.marginbottom10 {
    margin-bottom: 10px;
}

#opted_form {
    width: 100%;
}

#opted_form tbody tr td input {
    margin-right: 10px;
    vertical-align: top;
}

#opted_form tbody tr td {
    vertical-align: top;
}

.hid {
    display: none;
}

.no_kia_section_padding {
    padding: 0;
    display: flex;
    flex-direction: column;
}
.kialocator_url{
    text-decoration: none;
}

.kialocator_url:hover{
    color: #000000 !important;
    text-decoration: none;
}

.margintop15 {
    margin-top: 15px;
}

.kia_dlr_right_contentp1,
.kia_sponsor_right_contentp1,
.kia_sponsor_contentp1{
    padding:15px 15px 0 15px; 
    line-height: 120%; 
    font-size:14px;
}

.kia_dlr_right_contentp2,
.kia_dlr_right_contentp3{
    padding:10px 15px 0 15px; 
    line-height: 120%; 
    font-size:14px;
}

.kia_dlr_brochure{
    text-align: center; 
    font-size:16px; 
    padding-top:5px;
}

.kia_dlr_enrollbtn{
    text-align: center;
    padding: 10px 30px 30px;
}

.float_right{
    float: right;
}

.padding_10{
    padding: 10px;
}

.padding_left_15{
    padding-left: 15px;
}

.dealer_login_btn{
    text-align: center; 
    padding: 30px;
}

.kia_sponsor_text{
    padding:30px 15px 0 15px;
    line-height: 120%;
    font-size:14px;
}

.kia_sponsor_dlrbtn{
    text-align: center;
    padding: 30px;
}

.wrapped-css .fancybox-inner {
    height: 430px!important;
}

.logo-cpn-format{
    width: 350px;
    height: 30px;
}
