﻿@charset "utf-8";
/* CSS Document */
* {
    font-family: 'IRANSansWeb' !important;
    font-size: 13px !important;
}

html {
    overflow-y: scroll;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.nopadding {
    margin: 0px !important;
    padding: 0px !important;
}

@font-face {
    font-family: 'ModernH-Bold';
    src: url(fonts/ModernH-Bold.woff);
}

@font-face {
    font-family: 'ModernH-EcoLight';
    src: url(fonts/ModernH-EcoLight.woff);
}

@font-face {
    font-family: 'ModernH-Light';
    src: url(fonts/ModernH-Light.woff);
}

@font-face {
    font-family: 'ModernH-Medium';
    src: url(fonts/ModernH-Medium.woff);
}

.logo_comp {
    padding: 5px 5px;
    display: inline-block;
    float: left;
}

.seprator_logo {
    width: 1px;
    height: 32px;
    background: #d7d7d7;
    float: left;
    margin-top: 14px;
}

.header_top {
    width: 100%;
    min-height: 55px;
    background: #e1ded9; /*#ece9e4;*/
    -webkit-box-shadow: 1px -1px 10px 0px rgba(150,148,145,1);
    -moz-box-shadow: 1px -1px 10px 0px rgba(150,148,145,1);
    box-shadow: 1px -1px 10px 0px rgba(150,148,145,1);
    position: relative;
}

.menu_prod_section {
    width: auto;
    display: inline-block;
    text-align: center;
}

    .menu_prod_section h1 {
        font-family: "ModernH-Bold";
        font-size: 24px;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .menu_prod_section:hover {
        /*background: #fff;*/
    }

    .menu_prod_section img {
        width: 100%;
    }

.glyphicon-chevron-down {
    display: none;
}

.glyphicon-chevron-up {
    display: none;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: white; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}


a.product_menu_img {
    width: 100%;
    min-height: 120px;
    display: inline-block;
    font-family: "ModernH-Bold";
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
}

a:hover.product_menu_img {
    width: 100%;
    min-height: 120px;
    display: inline-block;
    background: rgba(255,255,255,1.00);
    padding: 10px;
    opacity: 0.7;
}

.border_col_right {
    border-right: 1px solid #D5D2D2;
}

.sociallink strong {
    color: #5a5b5d;
    font-size: 11px;
    background: url(../img/bg_relatedlink.gif) no-repeat 0 6px;
    padding-left: 10px;
    font-weight: bold;
    float: left;
    margin-top: 5px;
}

.sociallink {
    float: left;
}

    .sociallink ul {
        float: right;
    }

        .sociallink ul li {
            float: left;
            display: block;
            padding: 0 0 0 3px;
        }

.dotted_line {
    width: 1px;
    height: 15px;
    border-right: 1px dotted #a6aeb7;
    float: left;
    margin: 5px 10px 0 10px;
}

.dotted_line2 {
    width: 1px;
    height: 15px;
    border-right: 1px dotted #a6aeb7;
    display: inline-block;
    margin: 5px 10px 0 10px;
    color: #999999;
}

.search_box {
    width: auto;
    padding-bottom: 10px;
    margin-top: 10px;
    float: left;
}

.search_top {
    width: 100%;
    height: 30px;
    background: url(../img/search_icon.png) no-repeat right;
    padding-left: 10px;
    color: #7d8186;
    border: 0px;
    font-size: 12px;
    min-width: 150px;
    margin-top: 10px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
}

.nav {
    padding-left: 0px !important;
}

.select_site_btn {
    width: 120px;
    height: 28px;
    background: url(../img/left_dotted_arrow.png) right no-repeat #a6aeb7;
    padding-right: 25px;
    border-radius: 2px;
    border: none;
    color: #ffffff;
    font-size: 12px;
}

.fa {
    font-size: 23px;
    margin-right: 10px;
}

.main_menu {
    width: 100%;
    display: inline-block;
    padding-left: 20px;
}

    .main_menu p {
        font-size: 15px;
        font-family: "ModernH-Light";
        line-height: 20px;
        padding: 10px 20px 0 0;
    }

        .main_menu p a {
            text-decoration: underline;
            text-align: center;
            color: #09b3cd !important;
        }

            .main_menu p a:hover {
                text-decoration: none;
            }

    .main_menu h1 {
        text-decoration: none;
        font-size: 20px;
        font-family: "ModernH-Medium";
        padding-left: 0px;
    }

    .main_menu h3 {
        text-decoration: none;
        font-size: 16px;
        font-family: "ModernH-Medium";
        padding-left: 0px;
    }

    .main_menu h1 a:hover {
        color: #919d9d !important;
    }

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0px;
    background-color: #1d2b39;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 20px 0 20px 0;
    color: #ffffff;
}

    .sidenav a {
        padding: 20px 0px 0px 30px;
        text-decoration: none;
        font-size: 16px;
        display: block;
        transition: 0.3s;
        color: #ffffff !important;
        text-align: left;
        line-height: 20px;
        font-family: "ModernH-Medium";
    }

        .sidenav a:hover {
            color: #919d9d !important;
        }

    .sidenav h1 {
        font-size: 24px;
        color: #ffffff;
        font-weight: normal;
        font-family: "ModernH-Medium";
    }

    .sidenav a:hover, .offcanvas a:focus {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: -15px;
        right: 15px;
        font-size: 60px;
        margin-right: -15px;
        color: white;
        cursor: pointer;
    }

.menu_bg {
    width: 100%;
    min-height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#575a5d+12,575a5d+53,676a6d+94 */
    background: #575a5d; /* Old browsers */
    background: -moz-linear-gradient(top, #575a5d 12%, #575a5d 53%, #676a6d 94%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #575a5d 12%, #575a5d 53%, #676a6d 94%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #575a5d 12%, #575a5d 53%, #676a6d 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575a5d', endColorstr='#676a6d', GradientType=0 ); /* IE6-9 */
}

#exTab1 .tab-content {
    color: #575a5d;
    background-color: #ffffff;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: #575a5d;
    background-color: #ffffff;
    padding: 5px 15px;
}

#exTab2 {
    background: #fff;
    width: 100%;
}
/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}
/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 0px 0px 0 0;
    color: #fff;
    font-family: "ModernH-Medium";
}

    #exTab3 .nav-pills > li > a:hover {
        color: #333333;
    }

#exTab3 .tab-content {
    color: #575a5d;
    background-color: #ffffff;
    padding: 15px 15px 0 0;
}

.tab-pane {
    font-size: 13px;
}

    .tab-pane span {
        font-size: 12px;
        color: #333;
        padding: 5px 10px;
        display: inline-block;
    }

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.nav-tabs {
    border-bottom: 2px solid #ddd;
    width: 99%;
    display: inline-block;
    padding-top: 15px;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.aboutus_bg {
    width: 100%;
    background: #f9f8f6;
    display: inline-block;
    padding-bottom: 20px;
}

    .aboutus_bg .breadcrumb {
        padding: 15px 15px 0 70px;
        margin-bottom: 0px;
        list-style: none;
        font-family: "ModernH-Bold";
        font-size: 12px;
        color: #888888;
        background-color: transparent;
        text-align: left;
        line-height: 20px;
    }

.breadcrumb-item a {
    color: #888888;
}

.breadcrumb > li {
    display: inline-block;
}

.aboutus_section {
    width: 100%;
    display: inline-block;
    padding-left: 70px;
    padding-bottom: 6px;
}

    .aboutus_section h1 {
        font-family: "ModernH-Bold";
        font-size: 24px;
        color: #333333;
        text-align: left;
    }

    .aboutus_section p {
        font-family: "ModernH-Medium";
        font-size: 15px;
        color: #666666;
        text-align: left;
        padding-top: 10px;
    }

.aboutus_left_col {
    width: 100%;
    background: #ece9e4;
    display: inline-block;
    margin-bottom: 30px;
}

    .aboutus_left_col ul {
        width: 100%;
        display: block;
        list-style: none;
        padding-left: 0px;
    }

        .aboutus_left_col ul li {
            list-style-type: none;
            display: block;
            padding-left: 0px;
            border-bottom: 1px solid #ffffff;
            line-height: 50px;
            text-align: left;
        }

.last {
    border-bottom: 0px solid #ffffff !important;
}

.navbar-brand {
    float: right;
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 15px;
}

.aboutus_left_col ul li a {
    font-family: "ModernH-Bold";
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    padding-left: 70px;
    text-align: left;
}

    .aboutus_left_col ul li a:hover {
        text-decoration: none;
        color: #09b3cd;
    }

.aboutus_right_col {
    width: 100%;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

    .aboutus_right_col p span {
        font-size: 20px;
        text-transform: capitalize;
        text-align: left;
        padding-top: 10px !important;
        padding-left: 0px !important;
        padding-bottom: 0px;
        line-height: 25px;
    }

    .aboutus_right_col p {
        font-family: "ModernH-Medium";
        font-size: 15px;
        color: #333333;
        text-align: left;
        padding: 5px 20px 5px 20px;
    }

        .aboutus_right_col p a {
            color: #09b3cd;
        }

    .aboutus_right_col span {
        font-family: "ModernH-Medium";
        font-size: 15px;
        color: #333333;
        text-align: left;
        padding: 10px 0 0 0;
        width: 100%;
        display: inline-block;
    }

    .aboutus_right_col h2 {
        width: 100%;
        text-align: left;
        color: #666666;
        font-family: "ModernH-Bold";
        font-size: 18px;
        padding: 0px 0 0 20px;
    }

.aboutus_right_list {
    width: 100%;
    display: inline-block;
}

    .aboutus_right_list ul {
        width: 100%;
        display: inline-block;
        list-style: none;
    }

        .aboutus_right_list ul li {
            background: url(../img/bullet.png) no-repeat left 5px;
            padding-left: 20px;
            display: block;
            list-style: none;
            font-family: "ModernH-Medium";
            font-size: 15px;
            color: #333333;
            text-align: left;
        }

/*sssss*/
.aboutus_right_col1 {
    width: 100%;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

    .aboutus_right_col1 p span {
        font-size: 20px;
        text-transform: capitalize;
        text-align: left;
        padding-top: 10px !important;
        padding-left: 0px !important;
        padding-bottom: 0px;
        line-height: 25px;
    }

    .aboutus_right_col1 p {
        font-family: "ModernH-Medium";
        font-size: 15px;
        color: #333333;
        text-align: left;
        padding: 5px 20px 5px 20px;
        float: right;
    }

        .aboutus_right_col1 p a {
            color: #09b3cd;
        }

    .aboutus_right_col1 span {
        font-family: "ModernH-Medium";
        font-size: 15px;
        color: #333333;
        text-align: left;
        padding: 10px 0 0 0;
        width: 100%;
        display: inline-block;
    }

    .aboutus_right_col1 h2 {
        width: 100%;
        text-align: left;
        color: #666666;
        font-family: "ModernH-Bold";
        font-size: 18px;
        padding: 0px 0 0 20px;
    }

.aboutus_right_list1 {
    width: 100%;
    display: inline-block;
}

    .aboutus_right_list1 ul {
        width: 100%;
        display: inline-block;
        list-style: none;
    }

        .aboutus_right_list1 ul li {
            background: url(../img/bullet.png) no-repeat left 5px;
            padding-left: 20px;
            display: block;
            list-style: none;
            font-family: "ModernH-Medium";
            font-size: 15px;
            color: #333333;
            text-align: left;
        }
/*End ssssssss*/

.dottedline_about {
    width: 95%;
    height: 1px;
    border-bottom: 1px dotted #285471;
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f1eee8;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
}

.navbar-default {
    font-family: "ModernH-Bold";
    font-weight: normal;
    line-height: 34px;
    font-size: 15px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

    .navbar-default .navbar-nav > li > a {
        font-family: "ModernH-Bold";
        font-weight: normal;
        line-height: 34px;
        font-size: 15px;
        width: 100%;
        text-align: center;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #09b3cd;
            background-color: rgba(218, 220, 211, 0.19);
        }

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

    .mega-dropdown-menu > li > ul > li {
        list-style: none;
    }

        .mega-dropdown-menu > li > ul > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            color: #999;
            white-space: normal;
        }

.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.brand_section {
    width: 100%;
    display: inline-block;
    padding-left: 70px;
    padding-bottom: 25px;
}

    .brand_section h1 {
        font-family: "ModernH-Bold";
        font-size: 30px;
        font-weight: normal;
        text-align: left;
        padding-top: 25px;
    }

    .brand_section p {
        font-size: 15px;
        color: #333333;
        font-family: "ModernH-Medium";
        text-align: left;
        padding-left: 15px;
    }

.services_section {
    width: 100%;
    display: inline-block;
    padding-left: 70px;
    padding-bottom: 25px;
}

    .services_section h1 {
        font-family: "ModernH-Bold";
        font-size: 30px;
        font-weight: normal;
        text-align: left;
        padding-top: 25px;
    }

    .services_section p {
        font-size: 15px;
        color: #333333;
        font-family: "ModernH-Medium";
        text-align: left;
    }

.menu_section {
    width: 100%;
    display: inline-block;
    padding: 0px 25px;
}

    .menu_section h1 {
        font-family: "ModernH-Bold";
        font-size: 30px;
        font-weight: normal;
    }

    .menu_section h2 {
        font-family: "ModernH-Bold";
        font-size: 30px;
        font-weight: normal;
    }

    .menu_section h4 {
        font-family: "ModernH-Bold";
        font-size: 18px;
        font-weight: normal;
    }

    .menu_section p {
        font-size: 15px;
        color: #333333;
        font-family: "ModernH-Medium";
    }

    .menu_section ul {
        list-style: none;
        display: inline-block;
    }

        .menu_section ul li {
            list-style-type: none;
            display: block;
            background: url(../img/black-arrow.png) no-repeat left;
            padding-left: 20px;
        }

.prod_inner {
    width: 100%;
    min-height: 18px;
    margin-top: 15px;
    display: inline-block;
    padding-left: 80px;
}

.space_bottom_btn {
    padding: 50px 0 50px 0px;
}

.prod_inner h1 {
    color: #333333;
    font-family: "ModernH-Bold";
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
    text-align: left;
    line-height: 50px;
}

.cat_menu {
    width: 100%;
    min-height: 18px;
    margin-top: 15px;
    display: inline-block;
    text-align: left;
}

    .cat_menu ul {
        list-style: none;
        display: inline-block;
        padding-left: 0px;
    }

        .cat_menu ul li {
            color: #777;
            font-family: "ModernH-Bold";
            font-size: 16px;
            display: inline-block;
            list-style-type: none;
            padding: 22px 25px 0 0px;
            line-height: 50px;
        }

            .cat_menu ul li a {
                color: #777;
                font-family: "ModernH-Bold";
                font-size: 16px;
            }

                .cat_menu ul li a:hover {
                    text-decoration: none;
                    color: #09b3cd;
                }

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    font-family: "ModernH-Bold";
    font-size: 60px;
    line-height: 60px;
}

    .carousel-caption h1 {
        position: absolute;
        right: 15%;
        top: 10px;
        left: 15%;
        z-index: 10;
        color: #ffffff;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 60px;
        background-color: rgba(0, 0, 0, 0.5);
        min-height: 80px;
        margin-top: 30px;
        padding: 20px 0 20px 0px;
    }

    .carousel-caption h2 {
        color: #010101;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 45px;
        /*text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.4);*/
        background-color: rgba(255, 255, 255, 0.7);
        min-height: 80px;
        line-height: 54px;
        padding: 20px;
        text-transform: uppercase;
        position: fixed;
        width: 900px;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .carousel-caption .hdr {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 45px;
        line-height: 40px;
        position: fixed;
        width: 900px;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
        background-color: rgba(255, 255, 255, 0.7);
        min-height: 80px;
        line-height: 54px;
        padding: 20px;
        text-transform: uppercase;
        position: fixed;
        width: 900px;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .carousel-caption span {
        text-transform: lowercase;
    }

.navbar-nav.second_menu > li > a {
    color: #333333;
    font-family: "ModernH-Medium";
    font-size: 13px;
    text-align: center;
    padding-top: 25px;
    width: 100%;
}

.top_menu {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}

    .top_menu ul {
        list-style: none;
        display: inline-block;
        padding-left: 100px;
        padding-top: 5px;
    }

        .top_menu ul li {
            color: #777;
            font-family: "ModernH-Bold";
            font-size: 16px;
            display: inline-block;
            list-style-type: none;
            padding: 0 25px 0 25px;
        }

.slider_space {
    padding: 50px 50px;
}

.interior_banner {
    width: 100%;
    min-height: 500px;
    background-size: cover !important;
}

.homepage_discover_section {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/banner03.png);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
    overflow: hidden;
    transform: translateZ(-1);
    -moz-transform: translatez(-1);
    -ms-transform: translatez(-1);
    -o-transform: translatez(-1);
    -webkit-transform: translateZ(-1);
    -webkit-font-smoothing: antialiased;
    height: 780px;
}

.homepage_discover_inner_grey {
    width: 90%;
    background: rgba(239,232,222,1.00);
    opacity: 0.95;
    min-height: 680px;
    text-align: center;
    display: inline-block;
}

    .homepage_discover_inner_grey h1 {
        font-family: "ModernH-Bold";
        font-size: 72px;
        color: #010101;
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 130px 50px 0 50px;
    }

    .homepage_discover_inner_grey p {
        font-family: "ModernH-Medium";
        font-size: 36px;
        color: #010101;
        text-align: center;
        display: inline-block;
        padding: 30px 80px;
    }

.slider_learn_more {
    width: auto;
    position: absolute;
    bottom: 2%;
    left: 18%;
    top: 90%;
}

a.learnmore_home {
    width: 200px;
    height: 45px;
    background-color: #003468;
    padding: 14px 30px;
    color: #ffffff;
    font-family: "ModernH-Medium";
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    bottom: 2%;
    left: 14%;
    top: 85%;
}

.nextarrow_learnmore {
    width: 50px;
    height: 45px;
    background: #ffffff;
    display: inline-block;
    padding: 7px 26px 7px 17px;
}

.homepage_box_tomorrow {
    width: 100%;
    min-height: 680px;
    background: #ffffff;
    display: inline-block;
    padding: 50px;
}

.homepage_tomorrow_car {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/homepage_tom_car.png);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
    overflow: hidden;
    transform: translateZ(-1);
    -moz-transform: translatez(-1);
    -ms-transform: translatez(-1);
    -o-transform: translatez(-1);
    -webkit-transform: translateZ(-1);
    -webkit-font-smoothing: antialiased;
    height: 780px;
}

    .homepage_tomorrow_car h1 {
        font-family: "ModernH-Bold";
        font-size: 72px;
        color: #010101;
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 130px 50px 130px 50px;
    }

a.learnmore_home2 {
    width: 200px;
    height: 45px;
    background-color: #ffffff;
    padding: 14px 30px;
    color: #003468;
    font-family: "ModernH-Medium";
    font-size: 16px;
    text-decoration: none;
}

.nextarrow_learnmore2 {
    width: 50px;
    height: 45px;
    background: #003468;
    display: inline-block;
    padding: 7px 26px 7px 17px;
}

.design_your_hyundai_section {
    width: 100%;
    min-height: 680px;
    display: inline-block;
}

.design_your_hyundai_section_inner {
    width: 100%;
    min-height: 680px;
    display: inline-block;
}

    .design_your_hyundai_section_inner h1 {
        font-family: "ModernH-Bold";
        font-size: 55px;
        color: #010101;
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 20px 50px 20px 50px;
    }

.design_your_hyundai_section h1 {
    font-family: "ModernH-Bold";
    font-size: 72px;
    color: #010101;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 20px 50px 20px 50px;
}

.design_your_hyundai_inner {
    width: 100%;
    text-align: center;
}

.highlight_big_imgbanner img {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.highlight_section {
    width: 100%;
    display: inline-block;
}

    .highlight_section h1 {
        color: #333333;
        font-family: "ModernH-Bold";
        font-size: 26px;
    }

    .highlight_section span {
        font-size: 11px;
        color: #575a5d;
        padding-left: 10px;
        padding-right: 20px;
    }

.bottom_line {
    width: 100%;
    height: 1px;
    background: #58595b;
    display: inline-block;
    line-height: 35px;
}

a.bottom_btn {
    height: 53px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(191,190,187,1);
    -moz-box-shadow: 0px 1px 8px 0px rgba(191,190,187,1);
    box-shadow: 0px 1px 8px 0px rgba(191,190,187,1);
    padding: 15px 30px;
    font-family: "ModernH-Medium";
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.highlight_three_section {
    width: 100%;
    display: inline-block;
}

    .highlight_three_section img {
        width: 100%;
        height: 100%;
    }

    .highlight_three_section h1 {
        color: #333333;
        font-size: 24px;
        font-weight: bold;
        font-family: "ModernH-Bold";
    }

    .highlight_three_section p {
        color: #666666;
        font-size: 13px;
    }

.seprator_line {
    width: 100%;
    height: 1px;
    background: #d8d9d9;
    margin-top: 20px;
}

.seprator_line_home {
    width: 100%;
    height: 1px;
    background: #d8d9d9;
    margin-top: 10px;
}

.seprator_line2 {
    width: 100%;
    height: 2px;
    background: #cfcfcf;
    margin-top: 20px;
}

.footer_seprator {
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    margin-top: 5px;
}

.footer {
    width: 100%;
    min-height: 30px;
    background: #ffffff;
    display: block;
}

.footer_list {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .footer_list ul {
        width: 100%;
        list-style: none;
        display: inline-block;
        padding-left: 0px;
    }

        .footer_list ul li {
            list-style-type: none;
            display: inline-block;
            text-align: center;
            padding: 20px 10px 10px 10px;
            line-height: 30px;
        }

            .footer_list ul li a {
                font-family: "ModernH-Medium";
                font-weight: normal;
                line-height: 22px;
                font-size: 16px;
                width: 125px;
                padding-left: 10px;
                text-align: center;
            }

                .footer_list ul li a:hover {
                    color: #09b3cd;
                    text-decoration: none;
                }

.footer_list2 {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .footer_list2 ul {
        width: 100%;
        list-style: none;
        display: inline-block;
        padding-left: 0px;
    }

        .footer_list2 ul li {
            list-style-type: none;
            display: inline-block;
            text-align: center;
            padding: 20px 10px 10px 10px;
            line-height: 30px;
        }

            .footer_list2 ul li a {
                font-family: "ModernH-Medium";
                font-weight: normal;
                line-height: 22px;
                font-size: 15px;
                width: 125px;
                padding-left: 10px;
                text-align: center;
            }

                .footer_list2 ul li a:hover {
                    color: #09b3cd;
                    text-decoration: none;
                }

.footer h3 {
    font-size: 15px;
    font-weight: bold;
}

.footer p {
    font-size: 12px;
    color: #666666;
    line-height: 12px;
}

    .footer p a {
        text-decoration: none;
        color: #666666;
    }

.copyright {
    width: 100%;
    min-height: 70px;
    background: #e1ded9;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .copyright p {
        color: #111111;
        padding: 25px 10px 0 0;
        font-family: "ModernH-Medium";
        font-weight: normal;
        line-height: 22px;
        font-size: 14px;
        text-align: right;
    }

    .copyright span {
        color: #666;
        padding: 8px;
        font-family: "ModernH-Medium";
        font-weight: normal;
        line-height: 26px;
        font-size: 14px;
        text-align: center;
        width: 100%;
        background-color: #e1ded9;
    }

.bottom_sky_logo {
    float: none;
}

.footer_seprator_right {
    border-right: 2px solid #434748;
    margin-left: 10px;
    padding-right: 20px;
    margin-top: 10px;
}

.footer_map {
    margin: 25px 0 0 0px;
}

.bottom_logo {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
}

.exterior_section_img1 {
    text-align: center;
    color: #fff;
    background-image: url(../img/exterior/exterior_imgbanner2.jpg);
    background-position: right right;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    overflow: hidden;
    transform: translateZ(-1);
    -moz-transform: translatez(-1);
    -ms-transform: translatez(-1);
    -o-transform: translatez(-1);
    -webkit-transform: translateZ(-1);
    -webkit-font-smoothing: antialiased;
    min-height: 600px;
}

    .exterior_section_img1 h1 {
        color: #333333;
        font-family: "ModernH-Bold";
        font-size: 50px;
    }

    .exterior_section_img1 p {
        color: #666666;
        font-size: 12px;
    }

.exterior_section_img2 {
    text-align: left;
    color: #fff;
    background-image: url(../img/exterior/ext-banner2.jpg);
    background-position: right right;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    overflow: hidden;
    transform: translateZ(-1);
    -moz-transform: translatez(-1);
    -ms-transform: translatez(-1);
    -o-transform: translatez(-1);
    -webkit-transform: translateZ(-1);
    -webkit-font-smoothing: antialiased;
    min-height: 600px;
}

    .exterior_section_img2 h1 {
        color: #333333;
        font-family: "ModernH-Bold";
        font-size: 50px;
    }

    .exterior_section_img2 p {
        color: #666666;
        font-size: 12px;
    }

.exterior_section_img3 {
    text-align: center;
    color: #fff;
    background-image: url(../img/exterior/ext-banner3.jpg);
    background-position: right right;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
    overflow: hidden;
    transform: translateZ(-1);
    -moz-transform: translatez(-1);
    -ms-transform: translatez(-1);
    -o-transform: translatez(-1);
    -webkit-transform: translateZ(-1);
    -webkit-font-smoothing: antialiased;
    min-height: 800px;
}

    .exterior_section_img3 h1 {
        color: #333333;
        font-family: "ModernH-Bold";
        font-size: 50px;
    }

    .exterior_section_img3 p {
        color: #666666;
        font-size: 12px;
    }

.interior_section_img1 {
    text-align: left;
    color: #fff;
    background-image: url(../img/interior/interior_banner.jpg);
    background-position: right right;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 25px;
    overflow: hidden;
    transform: translateZ(-1);
    -moz-transform: translatez(-1);
    -ms-transform: translatez(-1);
    -o-transform: translatez(-1);
    -webkit-transform: translateZ(-1);
    -webkit-font-smoothing: antialiased;
    min-height: 580px;
    margin: 20px 0 20px 0;
    display: inline-block;
}

    .interior_section_img1 h1 {
        color: #fff;
        font-family: "ModernH-Bold";
        font-size: 50px;
    }

    .interior_section_img1 p {
        color: #666666;
        font-size: 12px;
    }

.performance_section {
    width: 100%;
    display: inline-block;
}

    .performance_section img {
        margin-top: 25px;
    }

    .performance_section h1 {
        color: #333333;
        font-size: 36px;
        font-weight: bold;
        font-family: "ModernH-Bold";
    }

    .performance_section p {
        color: #666666;
        font-size: 13px;
    }

.performance_section2 {
    width: 100%;
    display: block;
}

    .performance_section2 img {
        margin-top: 25px;
        width: 100%;
    }

    .performance_section2 h1 {
        color: #333333;
        font-size: 26px;
        font-weight: bold;
    }

    .performance_section2 h2 {
        color: #333333;
        font-size: 20px;
        font-weight: bold;
    }

    .performance_section2 p {
        color: #666666;
        font-size: 13px;
    }

.safety_section_img1 {
    text-align: left;
    color: #fff;
    background-image: url(../img/safety/safety_banner1.jpg);
    background-position: right right;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 5px;
    padding-left: 10px;
    overflow: hidden;
    transform: translateZ(-1);
    -moz-transform: translatez(-1);
    -ms-transform: translatez(-1);
    -o-transform: translatez(-1);
    -webkit-transform: translateZ(-1);
    -webkit-font-smoothing: antialiased;
    min-height: 580px;
    margin: 20px 0 20px 0;
    display: inline-block;
}

    .safety_section_img1 h1 {
        color: #333333;
        font-family: "ModernH-Bold";
        font-size: 40px;
    }

    .safety_section_img1 p {
        color: #666666;
        font-size: 12px;
    }

.conv_section {
    display: inline-block;
    float: right;
    position: relative;
}

    .conv_section h1 {
        color: #333333;
        font-family: "ModernH-Bold";
        font-size: 40px;
        text-align: right;
    }

    .conv_section p {
        color: #666666;
        font-size: 12px;
        text-align: right;
    }

.carousel-inner {
    margin-bottom: 0px;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    line-height: 40px;
}

    .carousel-indicators li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #ece9e4\9;
        background-color: #ece9e4;
        border: 0px solid #575a5d;
        border-radius: 10px;
        -webkit-box-shadow: 1px -1px 14px 0px rgba(183,181,177,1);
        -moz-box-shadow: 1px -1px 14px 0px rgba(183,181,177,1);
        box-shadow: 1px -1px 14px 0px rgba(183,181,177,1);
    }

    .carousel-indicators .active {
        width: 16px;
        height: 16px;
        margin: 0;
        background-color: #20a8bb;
    }

.home_slider_menu_bottom {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .home_slider_menu_bottom ul {
        width: 100%;
        font-size: 13px;
        color: #999999;
        line-height: 16px;
        padding-top: 20px;
        list-style: none;
    }

        .home_slider_menu_bottom ul li {
            list-style-type: none;
            display: inline-block;
        }

            .home_slider_menu_bottom ul li a {
                font-weight: bold;
                text-decoration: none;
                color: #999999 !important;
                font-size: 11px;
                line-height: 18px;
            }

.prod_detail_page {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 80px;
    margin-top: 30px;
    padding: 5px 0 20px 0;
}

    .prod_detail_page h1 {
        font-family: "ModernH-Bold";
        font-size: 55px !important;
        color: #ffffff;
        text-align: center;
    }

    .prod_detail_page p {
        font-family: "ModernH-Medium";
        font-size: 18px !important;
        color: #ffffff;
        text-align: center;
        padding: 0px 15px;
    }

.title_section {
    width: 100%;
    position: relative;
    background-color: #e1ded9;
    display: inline-block;
}

.prod_detail_title_section {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
}

    .prod_detail_title_section h1 {
        font-family: "ModernH-Bold";
        font-size: 55px;
        color: #010101;
        text-align: center;
    }

    .prod_detail_title_section p {
        font-family: "ModernH-Medium";
        font-size: 22px;
        color: #010101;
        text-align: center;
    }

.doors_seats_section {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
}

    .doors_seats_section h1 {
        font-family: "ModernH-Bold";
        font-size: 36px !important;
        color: #010101;
        text-align: center;
    }

    .doors_seats_section p {
        font-family: "ModernH-Medium";
        font-size: 16px;
        color: #010101;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 30px;
    }

.prod_section1 {
    width: 100%;
    background-color: #ffffff;
    display: inline-block;
}

.design_highlight {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 50px;
}

    .design_highlight h1 {
        font-family: "ModernH-Bold";
        font-size: 55px !important;
        color: #010101;
        text-align: center;
    }

    .design_highlight p {
        font-family: "ModernH-Light";
        font-size: 20px;
        color: #222222;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }

.prod_section2 {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/video_bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
    overflow: hidden;
    transform: translateZ(-1);
    -moz-transform: translatez(-1);
    -ms-transform: translatez(-1);
    -o-transform: translatez(-1);
    -webkit-transform: translateZ(-1);
    -webkit-font-smoothing: antialiased;
    height: 821px;
}

.video_box {
    width: 100%;
    display: inline-block;
    background: #012c5f;
    text-align: center;
    padding: 30px 0px 30px 0px;
}

    .video_box h1 {
        font-family: "ModernH-Medium";
        font-size: 55px;
        color: #ffffff;
        text-align: center;
    }

    .video_box p {
        font-family: "ModernH-Light";
        font-size: 22px;
        color: #ffffff;
        text-align: center;
    }

.video {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.prod_section3 {
    width: 100%;
    background-color: #e1ded9;
    display: inline-block;
}

.prod_detail_img {
    width: 100%;
    min-height: 919px;
    position: relative;
    background-size: cover;
}

.door_section_slider_box {
    width: 80%;
    min-height: 165px;
    background: #013a71;
    position: absolute;
    top: 82%;
    left: 0;
}

    .door_section_slider_box p {
        color: #ffffff;
        font-family: "ModernH-Medium";
        font-size: 18px;
        min-height: 155px;
        padding: 25px 30px;
        text-align: center;
        line-height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .door_section_slider_box p span {
            font-family: "ModernH-bold";
            font-size: 21px;
            text-align: center;
        }

.request_test_drive {
    width: 100%;
    display: inline-block;
}

    .request_test_drive a {
        font-family: "ModernH-bold";
        font-size: 15px;
        color: #666666;
        text-decoration: none;
        background: url(../img/shopping/bullets_circle.html) no-repeat left;
        padding-left: 20px;
        line-height: 45px;
    }

        .request_test_drive a:hover {
            color: #09b3cd;
        }

.testdrive_area {
    width: 100%;
    display: inline-block;
}

.testdrive_area_content {
    background-color: #ffffff;
    display: inline-block;
    margin: 10px 20px 0 0;
    padding-bottom: 0px;
}

.dropdown_menu_inner {
    position: absolute;
    top: 100%;
    left: 30%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 25px 40px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: right;
    list-style: none;
    background-color: #f1eee8;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    width: 100%;
}

.testdrive_header {
    width: 100%;
    min-height: 54px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a8a7a7+0,b8b8b8+43,cbcbcb+91 */
    background: #a8a7a7; /* Old browsers */
    background: -moz-linear-gradient(top, #a8a7a7 0%, #b8b8b8 43%, #cbcbcb 91%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a8a7a7 0%, #b8b8b8 43%, #cbcbcb 91%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a8a7a7 0%, #b8b8b8 43%, #cbcbcb 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a7a7', endColorstr='#cbcbcb', GradientType=0 ); /* IE6-9 */
}

    .testdrive_header h1 {
        width: 100%;
        font-family: "ModernH-bold";
        font-size: 16px;
        color: #ffffff;
        display: inline-block;
        text-align: left;
        padding-left: 20px;
    }

.showroom_area_content {
    display: inline-block;
    margin: 10px 20px 0 0;
    padding-bottom: 25px;
}

.showroom_left {
    width: 100%;
    display: inline-block;
    background: #ece9e4;
}

.showroom_right {
    width: 100%;
    display: inline-block;
    -webkit-box-shadow: inset 0px 0px 26px 4px rgba(196,195,194,1);
    -moz-box-shadow: inset 0px 0px 26px 4px rgba(196,195,194,1);
    box-shadow: inset 0px 0px 26px 4px rgba(196,195,194,1);
    padding: 10px;
    border-bottom: 4px solid #939292;
}

.findshowroom_btn {
    background-color: #999999;
    line-height: 60px;
    text-align: left;
    height: 60px;
}

    .findshowroom_btn a {
        color: white;
    }

.findshowroom_btn2 a {
    color: white;
}

.findshowroom_btn input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

    .findshowroom_btn input[type=checkbox]:not(old) + label {
        display: inline-block;
        margin-left: 0em;
        line-height: 1.6em;
        color: #ffffff;
        font-family: "ModernH-Bold";
        font-size: 15px;
        text-align: left;
        cursor: pointer;
    }

        .findshowroom_btn input[type=checkbox]:not(old) + label > span {
            display: inline-block;
            width: 1.2em;
            height: 1.2em;
            margin: 0.25em 1.1em 0.25em 0.25em;
            border: 0.02em solid rgb(85,88,91);
            border-radius: 0.25em;
            background: rgb(90,93,96);
            background-image: -moz-linear-gradient(rgb(85,88,91), rgb(85,88,91));
            background-image: -ms-linear-gradient(rgb(85,88,91), rgb(85,88,91));
            background-image: -o-linear-gradient(rgb(85,88,91), rgb(85,88,91));
            background-image: -webkit-linear-gradient(rgb(85,88,91), rgb(85,88,91));
            background-image: linear-gradient(rgb(85,88,91), rgb(85,88,91));
            vertical-align: bottom;
            cursor: pointer;
            border-bottom: 1px solid #b3b3b3;
        }

    .findshowroom_btn input[type=checkbox]:not(old):checked + label > span {
        background-image: -moz-linear-gradient(rgb(85,88,91), rgb(85,88,91));
        background-image: -ms-linear-gradient(rgb(85,88,91), rgb(85,88,91));
        background-image: -o-linear-gradient(rgb(85,88,91), rgb(85,88,91));
        background-image: -webkit-linear-gradient(rgb(85,88,91), rgb(85,88,91));
        background-image: linear-gradient(rgb(85,88,91), rgb(85,88,91));
    }

        .findshowroom_btn input[type=checkbox]:not(old):checked + label > span:before {
            content: '✓';
            display: block;
            width: 1.0em;
            color: rgb(254,254,255);
            font-size: 0.775em;
            line-height: 1.3em;
            text-align: center;
            text-shadow: 0 0 0.0714em rgb(135,137,140);
            font-weight: bold;
        }

.findshowroom_btn2 {
    background-color: #09b3cd;
    line-height: 60px;
    text-align: left;
    height: 60px;
}

    .findshowroom_btn2 input[type=checkbox]:not(old) {
        width: 2em;
        margin: 0;
        padding: 0;
        font-size: 1em;
        opacity: 0;
    }

        .findshowroom_btn2 input[type=checkbox]:not(old) + label {
            display: inline-block;
            margin-left: 0em;
            line-height: 1.6em;
            color: #ffffff;
            font-family: "ModernH-Bold";
            font-size: 15px;
            text-align: left;
            cursor: pointer;
        }

            .findshowroom_btn2 input[type=checkbox]:not(old) + label > span {
                display: inline-block;
                width: 1.2em;
                height: 1.2em;
                margin: 0.25em 1.1em 0.25em 0.25em;
                border: 0.02em solid rgb(85,88,91);
                border-radius: 0.25em;
                background: rgb(25,112,128);
                background-image: -moz-linear-gradient(rgb(24,107,123), rgb(24,107,123));
                background-image: -ms-linear-gradient(rgb(24,107,123), rgb(24,107,123));
                background-image: -o-linear-gradient(rgb(24,107,123), rgb(24,107,123));
                background-image: -webkit-linear-gradient(rgb(24,107,123), rgb(24,107,123));
                background-image: linear-gradient(rgb(24,107,123), rgb(24,107,123));
                vertical-align: bottom;
                cursor: pointer;
                border-bottom: 1px solid #0bc6da;
            }

        .findshowroom_btn2 input[type=checkbox]:not(old):checked + label > span {
            background-image: -moz-linear-gradient(rgb(24,107,123), rgb(24,107,123));
            background-image: -ms-linear-gradient(rgb(24,107,123), rgb(24,107,123));
            background-image: -o-linear-gradient(rgb(24,107,123), rgb(24,107,123));
            background-image: -webkit-linear-gradient(rgb(24,107,123), rgb(24,107,123));
            background-image: linear-gradient(rgb(24,107,123), rgb(24,107,123));
        }

            .findshowroom_btn2 input[type=checkbox]:not(old):checked + label > span:before {
                content: '✓';
                display: block;
                width: 1.0em;
                color: rgb(254,254,255);
                font-size: 0.775em;
                line-height: 1.3em;
                text-align: center;
                text-shadow: 0 0 0.0714em rgb(135,137,140);
                font-weight: bold;
            }

.testdrive_car {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .testdrive_car:hover {
        background: #f8f8f8;
        cursor: pointer;
        -webkit-box-shadow: inset 0px 0px 26px 4px rgba(231,230,230,1);
        -moz-box-shadow: inset 0px 0px 26px 4px rgba(231,230,230,1);
        box-shadow: inset 0px 0px 26px 4px rgba(231,230,230,1);
    }

.brochure_car {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 15px;
}

    .brochure_car img {
        display: inline-block;
        text-align: center;
        max-width: 100%;
    }

    .brochure_car span {
        text-align: center;
        display: inline-block;
        font-family: "ModernH-Medium";
        font-size: 15px;
        color: #333333;
        padding-top: 10px;
        line-height: 25px;
        padding-bottom: 20px;
    }

.fleet_boxes {
    padding: 10px 15px 0px 0px;
}

.fleet_section {
    width: 100%;
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 6px;
}

    .fleet_section p {
        font-family: "ModernH-Medium";
        font-size: 15px;
        color: #666666;
        text-align: left;
        padding: 18px 15px 0 0;
    }

.fleet_box1 {
    width: 100%;
    display: inline-block;
    background-color: #f0f0f0;
    text-align: left;
    padding: 10px 20px;
}

fleet_box1 a {
    text-align: left;
    display: inline-block;
}

.fleet_box1 h1 {
    font-family: "ModernH-Bold";
    font-size: 18px;
    color: #666666;
    display: inline-block;
    width: 100%;
}

.fleet_box1 h2 {
    width: 100%;
    font-family: "ModernH-Medium";
    font-size: 15px;
    color: #666666;
    display: inline-block;
    line-height: 15px;
    margin: 0px !important;
}

.fleet_box2 {
    width: 100%;
    display: inline-block;
    background-color: #f2f4f4;
    text-align: left;
    padding: 10px 20px;
}

fleet_box2 a {
    text-align: left;
    display: inline-block;
}

.fleet_box2 h1 {
    width: 100%;
    font-family: "ModernH-Bold";
    font-size: 18px;
    color: #666666;
    display: inline-block;
}

.fleet_box2 h2 {
    width: 100%;
    font-family: "ModernH-Medium";
    font-size: 15px;
    color: #666666;
    display: inline-block;
    line-height: 15px;
    margin: 0px !important;
}

.testdrive_car img {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}

.testdrive_car span {
    text-align: center;
    display: inline-block;
    font-family: "ModernH-Medium";
    font-size: 15px;
    color: #333333;
    padding-top: 10px;
    line-height: 25px;
    padding-bottom: 20px;
}

.border_line_test {
    width: 96%;
    height: 1px;
    border-bottom: 1px dotted #666666;
    display: inline;
    float: left;
    margin: 0px 25px;
}

.test_form {
    width: 100%;
    display: inline-block;
}

.personal_info {
    width: 100%;
    display: inline-block;
}

    .personal_info p {
        width: 100%;
        display: inline-block;
        font-family: "ModernH-Medium";
        font-size: 15px;
        color: #666666;
        text-align: left;
        padding: 10px 0px 0px 0px;
    }

    .personal_info h1 {
        width: 100%;
        display: inline-block;
        font-family: "ModernH-bold";
        font-size: 20px;
        color: #333333;
        text-align: left;
        padding: 20px 0px 0px 0px;
    }

    .personal_info span {
        width: 100%;
        display: inline-block;
        font-family: "ModernH-Medium";
        font-size: 14px;
        color: #666666;
        text-align: left;
        font-style: italic;
    }
/*
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #525252;
	background-color: #fff;
	background-image: none;
	border: 1px solid #7b7b7b;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 2px 2px rgba(123,123,123,.6);
	box-shadow: inset 0 2px 2px rgba(123,123,123,.6);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-size: 14px;
	font-family: "ModernH-Medium";
	font-weight: medium;
	font-style: italic;
}
*/
.form-group {
    margin-bottom: 25px;
}

.test_form h1 {
    width: 100%;
    display: inline-block;
    font-family: "ModernH-bold";
    font-size: 20px;
    color: #333333;
    text-align: left;
    padding: 20px 0px 0px 30px;
}

.test_form img {
    display: inline-block;
    max-width: 100%;
    float: left;
}

.test_form span {
    color: #042c5d;
    font-family: "ModernH-bold";
    font-size: 12px;
    display: inline-block;
    float: left;
    margin: 10px 30px;
    width: 100%;
    text-align: left;
}

a.view_all_product_btn {
    width: 164px;
    height: 32px;
    background-color: #a5a5a5;
    text-align: center;
    display: inline-block;
    font-family: "ModernH-bold";
    font-size: 14px;
    color: #ffffff;
    border-radius: 0px;
    float: left;
    margin: 20px 25px;
    text-decoration: none;
}

a.selectcar_btn {
    width: 100%;
    height: 32px;
    background-color: #a5a5a5;
    text-align: center;
    display: inline-block;
    font-family: "ModernH-bold";
    font-size: 14px;
    color: #ffffff;
    border-radius: 0px;
    padding: 5px 25px;
    margin-top: 25px;
    text-decoration: none;
}

a.submit_btn {
    width: 100%;
    height: 32px;
    background-color: #09b3cd;
    text-align: center;
    display: inline-block;
    font-family: "ModernH-bold";
    font-size: 14px;
    color: #ffffff;
    border-radius: 0px;
    padding: 5px 25px;
    margin-top: 25px;
    text-decoration: none;
}

.personal_info input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

    .personal_info input[type=checkbox]:not(old) + label {
        display: inline-block;
        margin-left: -1em;
        line-height: 1.5em;
        font-style: italic;
        color: #666666;
        font-family: "ModernH-Medium";
        font-size: 14px;
        text-align: left;
    }

        .personal_info input[type=checkbox]:not(old) + label > span {
            display: inline-block;
            width: 1.1em;
            height: 1.1em;
            margin: 0.25em 0.5em 0.25em 0.25em;
            border: 0.13em solid rgb(133,133,134);
            border-radius: 0.25em;
            background: rgb(130,134,137);
            background-image: -moz-linear-gradient(rgb(141,144,147), rgb(141,144,147));
            background-image: -ms-linear-gradient(rgb(141,144,147), rgb(141,144,147));
            background-image: -o-linear-gradient(rgb(141,144,147), rgb(141,144,147));
            background-image: -webkit-linear-gradient(rgb(141,144,147), rgb(141,144,147));
            background-image: linear-gradient(rgb(141,144,147), rgb(141,144,147));
            vertical-align: bottom;
            cursor: pointer;
        }

    .personal_info input[type=checkbox]:not(old):checked + label > span {
        background-image: -moz-linear-gradient(rgb(141,144,147), rgb(141,144,147));
        background-image: -ms-linear-gradient(rgb(141,144,147), rgb(141,144,147));
        background-image: -o-linear-gradient(rgb(141,144,147), rgb(141,144,147));
        background-image: -webkit-linear-gradient(rgb(141,144,147), rgb(141,144,147));
        background-image: linear-gradient(rgb(141,144,147), rgb(141,144,147));
    }

        .personal_info input[type=checkbox]:not(old):checked + label > span:before {
            content: '✓';
            display: block;
            width: 1.0em;
            color: rgb(254,254,255);
            font-size: 0.775em;
            line-height: 1.3em;
            text-align: center;
            text-shadow: 0 0 0.0714em rgb(135,137,140);
            font-weight: bold;
        }

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.carousel-caption-link {
    position: absolute;
    top: 15%;
    left: 29%;
    z-index: 10;
    background-color: rgba(216, 214, 212, 0.8);
    max-width: 450px;
    /*border-radius: 15px;*/
    margin-top: 50px;
    padding: 0px 15px 10px 15px;
    transform: translate(-15%,-29%);
}

    .carousel-caption-link h1 {
        color: #0a2689;
        text-align: center;
        font-size: 23px !important;
        line-height: 35px;
    }

    .carousel-caption-link h3 {
        color: #9c1e21;
        text-align: center;
        font-size: 18px !important;
        line-height: 30px;
        margin-top: 2px;
    }

        .carousel-caption-link h3:hover {
            font-weight: bold;
            text-decoration: none;
        }

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

    .carousel-caption-link h1 {
        color: #0a2689;
        text-align: center;
        font-size: 23px !important;
    }

    .carousel-caption-link h3 {
        color: #9c1e21;
        text-align: center;
        font-size: 18px !important;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 320px) {
    .carousel-caption h2 {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 18px;
        line-height: 36px;
        position: fixed;
        width: 70%;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .hdrF {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 18px;
        line-height: 36px;
        position: fixed;
        width: 70%;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 480px) {
    .tab-content > div {
        height: 300px !important;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid #337ab7 !important;
    }

    .menu_section h1 {
        font-size: 16px;
    }

    .aboutus_left_col ul li {
        list-style-type: none;
        display: block;
        padding-left: 0px;
        border-bottom: 1px solid #ffffff;
        line-height: 30px;
        text-align: left;
    }

    .aboutus_left_col {
        margin-bottom: 5px;
    }

        .aboutus_left_col ul li a {
            font-family: "ModernH-Bold";
            color: #666666;
            font-size: 14px;
            text-decoration: none;
            padding-left: 15px;
            text-align: left;
            display: inline;
            width: 100%;
            line-height: 25px !important;
            cursor: pointer;
        }

    .carousel-caption h2 {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 24px;
        line-height: 26px;
        position: fixed;
        width: 70%;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .carousel-caption .hdrF {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 24px;
        line-height: 26px;
        position: fixed;
        width: 70%;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .carousel-indicators {
        bottom: -20px;
        width: 71%;
    }

    .carousel-caption-link {
        margin-top: 30px;
    }

        .carousel-caption-link h1 {
            color: #0a2689;
            text-align: center;
            font-size: 16px !important;
            line-height: 20px;
        }

        .carousel-caption-link h3 {
            color: #9c1e21;
            text-align: center;
            font-size: 12px !important;
            line-height: 13px;
        }
}

@media (min-width: 481px) and (max-width: 767px) {
    .carousel-caption h2 {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 26px !important;
        line-height: 26px;
        position: fixed;
        width: 70%;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .carousel-caption .hdrF {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 26px;
        line-height: 26px;
        position: fixed;
        width: 70%;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) and (max-width: 1920px) {
    .carousel-caption h2 {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 45px !important;
        line-height: 40px;
        position: fixed;
        width: 900px;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .hdrF {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 45px;
        line-height: 40px;
        position: fixed;
        width: 900px;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .Adrs p {
        color: #000;
        margin-right: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .hdrF {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 30px;
        line-height: 40px;
        position: fixed;
        width: 70%;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .carousel-caption h2 {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 30px !important;
        line-height: 40px;
        position: fixed;
        width: 70%;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .cat_menu {
        width: auto;
        min-height: 18px;
        margin-top: 0px;
        display: inline-block;
        text-align: left;
    }

    .prod_inner {
        width: auto;
        min-height: 18px;
        margin-top: 0px;
        display: inline-block;
        padding-left: 0px;
    }

    .cat_menu ul li {
        padding: 0px 25px 0 0px;
    }

    .Adrs p {
        color: #000;
        margin-right: 90px;
    }

    .copyright p {
        /*color: #999999;
	padding: 25px 10px 0 0 !important;*/
    }

    .bottom_logo {
        margin-top: 25px !important;
    }

    .navbar-brand {
        padding-left: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        font-family: "ModernH-Bold";
        font-weight: normal;
        line-height: 22px;
        font-size: 15px;
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
        text-align: center;
    }

    .request_test_drive {
        width: 100%;
        display: inline-block;
    }

        .request_test_drive a {
            font-family: "ModernH-bold";
            font-size: 13px;
            color: #666666;
            text-decoration: none;
            background: url(../img/shopping/bullets_circle.html) no-repeat left;
            padding-left: 20px;
            line-height: 20px;
        }

            .request_test_drive a:hover {
                color: #09b3cd;
            }

    .dropdown_menu_inner {
        position: absolute;
        top: 100%;
        left: 10%;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 25px 40px;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #efece6;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: none;
        width: 70%;
    }

    .border_line_test {
        width: 93%;
        height: 1px;
        border-bottom: 1px dotted #666666;
        display: inline;
        float: left;
        margin: 0px 25px;
    }

    .fleet_box1 {
        margin-bottom: 10px !important;
    }

    .fleet_box2 {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .personal_info span {
        width: 100%;
        display: inline-block;
        font-family: "ModernH-Medium";
        font-size: 14px;
        color: #666666;
        text-align: center;
        font-style: italic;
        padding: 5px 25px;
    }
    /*
	.form-control {
	display: inline-block !important;
	width: auto;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #7b7b7b;
	border-radius: 1px;
	-webkit-box-shadow: inset 0 2px 2px rgba(123,123,123,.6);
	box-shadow: inset 0 2px 2px rgba(123,123,123,.6);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
	*/
    .personal_info p {
        text-align: center;
    }

    .personal_info h1 {
        text-align: center;
    }

    .test_form span {
        text-align: center;
        margin: 0px;
    }

    .view_all_product_btn {
        float: none;
    }

    .border_line_test {
        width: 85%;
        height: 1px;
        border-bottom: 1px dotted #666666;
        display: inline;
        float: left;
        margin: 0px 25px;
    }

    .brand_section {
        width: 100%;
        display: inline-block;
        padding-left: 10px !important;
        padding-bottom: 25px;
    }

    .search_top {
        width: 70%;
        height: 30px;
        background: url(../img/search_icon.png) no-repeat right;
        padding-left: 10px;
        color: #7d8186;
        border: 0px;
        font-size: 12px;
        min-width: 170px;
        margin-bottom: 20px;
    }

    .logo_comp {
        padding: 5px 2px !important;
        display: inline-block;
        width: 100%;
    }

    .interior_banner {
        width: 100%;
        background-size: cover !important;
        min-height: 125px !important;
    }

    .prod_detail_img {
        width: 100%;
        min-height: 500px !important;
        position: relative;
        background-size: contain !important;
        background-repeat: no-repeat;
    }

    .door_section_slider_box {
        width: 100%;
        min-height: 120px;
        background: #013a71;
        position: absolute;
        top: 39% !important;
        right: 0;
        text-align: left;
    }

        .door_section_slider_box p {
            color: #ffffff;
            font-family: "ModernH-Medium";
            font-size: 12px !important;
            padding: 0px 10px !important;
            min-height: 130px;
            line-height: 20px;
        }
}

.panel-title {
    text-transform: uppercase;
}

@media all and (max-width: 420px) {
    .navbar-default .navbar-nav > li > a {
        font-family: "ModernH-Bold";
        font-weight: normal;
        line-height: 22px;
        font-size: 17px;
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
    }

    .carousel-caption h2 {
        color: #000000;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 20px;
        line-height: 20px;
        position: fixed;
        width: 70%;
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-brand {
        float: right;
        padding-left: 15px;
        padding-right: 7px;
    }

    .prod_slider_mina_bg {
        height: 350px !important;
    }
}

@media screen and (max-width: 768px) {
    .prod_slider_mina_bg {
        height: 603px;
    }

    .navbar-brand {
        padding-left: 30px !important;
    }

    .cat_menu ul li {
        color: #777;
        font-family: "ModernH-Bold";
        font-size: 16px;
        display: inline-block;
        list-style-type: none;
        padding: 0px 22px 0 0px;
        line-height: 50px;
        text-align: center;
        width: auto;
    }

    .cat_menu {
        margin-top: 0px !important;
    }

    .prod_inner {
        padding-left: 0px;
    }

        .prod_inner h1 {
            color: #333333;
            font-family: "ModernH-Bold";
            font-size: 24px;
            font-weight: normal;
            text-align: center;
        }

    .doors_seats_section h1 {
        font-size: 24px !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        float: left;
        width: 100%;
    }

    .search_top {
        width: 65%;
        height: 30px;
        background: url(../img/search_icon.png) no-repeat right;
        padding-left: 10px;
        color: #7d8186;
        border: 0px;
        font-size: 12px;
        min-width: 170px;
        margin-bottom: 20px;
    }

    .nav {
        padding-left: 0px !important;
    }

    /*.carousel-indicators {
        bottom: 0px;
        width:65%;
    }*/

    .carousel-indicators li {
        /*display: inline-block;*/
        width: 8px;
        height: 8px;
        /*margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #ece9e4\9;
        background-color: #ece9e4;
        border: 0px solid #575a5d;
        border-radius: 10px;
        -webkit-box-shadow: 1px -1px 14px 0px rgba(183,181,177,1);
        -moz-box-shadow: 1px -1px 14px 0px rgba(183,181,177,1);
        box-shadow: 1px -1px 14px 0px rgba(183,181,177,1);*/
    }

    .carousel-indicators .active {
        width: 8px;
        height: 8px;
        margin: 0;
        background-color: #20a8bb;
    }

    .design_your_hyundai_section_inner {
        min-height: 321px;
    }

        .design_your_hyundai_section_inner h1 {
            font-size: 24px;
            padding: 5px 0px 0px 0px;
        }

    .prod_section2 {
        text-align: center;
        color: #fff;
        background-attachment: scroll;
        background-image: url(../img/video_bg.jpg);
        background-position: center center;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 50px;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
        height: 380px;
    }

    iframe {
        height: 250px;
    }

    .design_highlight {
        padding-top: 5px;
    }

        .design_highlight p {
            font-size: 16px;
        }

    .video_box h1 {
        font-size: 24px;
    }

    .video_box p {
        font-size: 16px;
    }

    .video_box {
        padding: 5px 0px 5px 0px;
    }

    .design_highlight h1 {
        font-size: 24px !important;
    }

    .prod_inner {
        margin-top: 0px;
    }

    .cat_menu {
        width: 100%;
        min-height: 18px;
        margin-top: 0px;
        display: inline-block;
        text-align: center;
    }

    .aboutus_section {
        padding-left: 7px;
        padding-bottom: 5px;
    }

    .aboutus_bg .breadcrumb {
        padding: 15px 0px 0 0px;
        font-size: 11px;
    }

    .logo_comp {
        padding: 3px 5px;
    }

    .cd-slider-nav li {
        width: 250px !important;
    }

    .copyright p {
        padding: 0 0px 0 0;
        text-align: center;
    }

    .footer_seprator_right {
        border-bottom: 1px solid #484c4b;
        border-right: none !important;
    }

    .footer_map {
        display: inline-block;
        text-align: center;
        margin-left: 0px !important;
    }

    .bottom_sky_logo {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
    }

        .bottom_sky_logo img {
            text-align: center;
            display: inline-block;
        }

    .bottom_logo {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
    }

        .bottom_logo img {
            text-align: center;
            display: inline-block;
        }

    a.bottom_btn {
        height: 53px;
        display: inline-block;
        margin-top: 65px;
        margin-bottom: 20px;
    }

    .footer_list2 ul li {
        list-style-type: none;
        display: inline-block;
        text-align: center;
        padding: 5px 0px 0px 0px;
        line-height: 23px;
    }

    .prod_detail_img {
        width: 100%;
        min-height: 350px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .door_section_slider_box {
        width: 100%;
        min-height: 120px;
        background: #013a71;
        position: absolute;
        top: 65%;
        right: 0;
    }

        .door_section_slider_box p {
            color: #ffffff;
            font-family: "ModernH-Medium";
            font-size: 20px;
            padding: 27px 10px 0px 10px;
        }

    .tab-buttons {
        display: inline-block;
        width: 100% !important;
    }

        .tab-buttons > span {
            float: none !important;
            font-size: 12px !important;
            padding: 0 20px !important;
            line-height: 60px !important;
        }

            .tab-buttons > span.active {
                background: #00aad5;
                color: #000000;
                position: relative;
            }

    .tab-content {
        position: relative;
    }

        .tab-content > div {
            position: absolute;
            color: #666;
            font-family: "ModernH-Medium";
            padding: 0px !important;
        }

    .doors_seats_section p {
        text-align: center;
        padding: 0px 10px;
    }

    .cat_menu ul li {
        color: #777;
        font-family: "ModernH-Bold";
        display: inline-block;
        list-style-type: none;
        padding: 4px 10px 0 0px;
        line-height: 20px;
    }

    .interior_banner {
        width: 100%;
        background-size: contain;
        min-height: 320px;
    }

    .prod_detail_page {
        padding-top: 5px;
    }

        .prod_detail_page h1 {
            font-size: 18px !important;
        }

        .prod_detail_page p {
            font-size: 13px !important;
        }

    .cat_menu ul li a {
        color: #777;
        font-family: "ModernH-Bold";
        font-size: 15px;
    }

    .carousel-caption h1 {
        position: absolute;
        right: 15%;
        top: 10px;
        left: 15%;
        z-index: 10;
        color: #ffffff;
        text-align: center;
        font-family: "ModernH-Bold";
        font-size: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        min-height: 80px;
        margin-top: 30px;
        padding: 20px 0 20px 0px;
    }

    .main_menu {
        width: 100%;
        display: inline-block;
        padding-left: 50px;
    }

    .slider_learn_more {
        width: auto;
        position: absolute;
        bottom: 2%;
        left: 30%;
        top: 80%;
    }

    .homepage_box_tomorrow {
        width: 100%;
        min-height: 250px;
        background: #ffffff;
        display: inline-block;
        padding: 10px;
    }

    .homepage_tomorrow_car {
        text-align: center;
        color: #fff;
        background-attachment: scroll;
        background-image: url(../img/homepage_tom_car.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        -o-background-size: contain;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 10px;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
        height: 230px;
    }

        .homepage_tomorrow_car h1 {
            font-size: 24px;
            padding: 0px 0px 10px 0px;
        }

    a.learnmore_home2 {
        width: 200px;
        height: 45px;
        background-color: #ffffff;
        padding: 14px 30px;
        color: #003468;
        font-family: "ModernH-Bold";
        font-size: 16px;
        text-decoration: none;
    }

    .nextarrow_learnmore2 {
        width: 50px;
        height: 45px;
        background: #003468;
        display: inline-block;
        padding: 7px 26px 7px 17px;
    }

    .homepage_discover_section {
        text-align: center;
        color: #fff;
        background-attachment: scroll;
        background-image: url(../img/banner03.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        -o-background-size: contain;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
        height: 250px;
    }

    .homepage_discover_inner_grey {
        width: 100%;
        background: rgba(239,232,222,1.00);
        opacity: 0.9;
        min-height: 200px;
        text-align: center;
        padding-bottom: 10px;
    }

    .carousel-inner {
        margin-bottom: 5px;
    }

    .homepage_discover_inner_grey h1 {
        font-size: 24px;
        padding: 0px 0px 0 0px;
    }

    .homepage_discover_inner_grey p {
        font-size: 16px;
        padding: 0px 5px;
    }

    a.learnmore_home {
        width: 74px;
        height: 26px;
        background-color: #003468;
        padding: 6px 0px;
        color: #ffffff;
        font-family: "ModernH-Medium";
        font-size: 11px;
        text-decoration: none;
        position: absolute;
        bottom: 2%;
        left: 7%;
        top: 76%;
    }

    .nextarrow_learnmore {
        width: 50px;
        height: 45px;
        background: #ffffff;
        display: inline-block;
        padding: 5px 26px 0px 17px;
    }

    .sidenav {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 999999;
        top: 0;
        right: 0;
        background-color: #1d2b39;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 20px 0 20px 0;
        color: #ffffff;
        height: 600px;
        overflow-y: scroll;
    }

        .sidenav a {
            padding: 8px 8px 8px 30px;
            text-decoration: none;
            font-size: 16px;
            display: block;
            transition: 0.3s;
            color: #ffffff !important;
            text-align: left;
            line-height: 16px;
            font-family: "ModernH-Bold";
        }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 60px;
            margin-right: -34px;
            color: white;
        }

    .top_menu ul {
        list-style: none;
        display: inline-block;
        padding-left: 0px;
        padding-top: 15px;
    }

    .search_top {
        border: 1px solid #7d8186;
    }

    .cat_menu ul {
        list-style: none;
        display: inline-block;
        padding-left: 0px;
    }

    .carousel-control.left {
        left: 0px;
    }

    .carousel-caption {
        position: absolute;
        right: 1%;
        top: 15px;
        left: 4%;
        z-index: 10;
        padding-top: 2px;
        padding-bottom: 14px;
        color: #ffffff;
        text-align: left;
        font-family: "ModernH-Bold";
        font-size: 25px;
        line-height: 25px;
        text-align: center;
    }

    .carousel-control {
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        width: 10% !important;
        font-size: 20px;
        color: #fff;
        opacity: 1;
    }

        .carousel-control.right {
            right: 0;
            left: auto;
        }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 0px;
    }

    .menu_bg {
        min-height: 10px;
        background: -moz-linear-gradient(top, #575a5d 12%, #575a5d 53%, #676a6d 94%);
        background: -webkit-linear-gradient(top, #575a5d 12%, #575a5d 53%, #676a6d 94%);
        background: linear-gradient(to bottom, #575a5d 12%, #575a5d 53%, #676a6d 94%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575a5d', endColorstr='#676a6d', GradientType=0 );
        position: relative;
        display: inline-block;
    }

    .cat_menu h1 {
        color: #333333;
        font-family: "ModernH-Bold";
        font-size: 24px;
        font-weight: normal;
        padding: 20px 15px;
    }

    .exterior_section_img1 {
        text-align: right;
        color: #fff;
        background-image: url(../img/exterior/ext-banner.jpg);
        background-position: right right;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 25px;
        overflow: hidden;
        transform: translateZ(-1);
        -moz-transform: translatez(-1);
        -ms-transform: translatez(-1);
        -o-transform: translatez(-1);
        -webkit-transform: translateZ(-1);
        -webkit-font-smoothing: antialiased;
        min-height: 300px;
    }

        .exterior_section_img1 h1 {
            color: #333333;
            font-family: "ModernH-Bold";
            font-size: 20px;
        }

    .exterior_section_img2 {
        text-align: left;
        color: #fff;
        background-image: url(../img/exterior/ext-banner2.jpg);
        background-position: right right;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        overflow: hidden;
        transform: translateZ(-1);
        -moz-transform: translatez(-1);
        -ms-transform: translatez(-1);
        -o-transform: translatez(-1);
        -webkit-transform: translateZ(-1);
        -webkit-font-smoothing: antialiased;
        min-height: 300px;
    }

        .exterior_section_img2 h1 {
            color: #333333;
            font-family: "ModernH-Bold";
            font-size: 20px;
        }

    .exterior_section_img3 {
        text-align: center;
        color: #fff;
        background-image: url(../img/exterior/ext-banner3.jpg);
        background-position: right right;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 50px;
        overflow: hidden;
        transform: translateZ(-1);
        -moz-transform: translatez(-1);
        -ms-transform: translatez(-1);
        -o-transform: translatez(-1);
        -webkit-transform: translateZ(-1);
        -webkit-font-smoothing: antialiased;
        min-height: 300px;
    }

        .exterior_section_img3 h1 {
            color: #333333;
            font-family: "ModernH-Bold";
            font-size: 20px;
        }

    .interior_section_img1 {
        text-align: left;
        color: #fff;
        background-image: url(../img/interior/int-banner1.jpg);
        background-position: right right;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 25px;
        overflow: hidden;
        transform: translateZ(-1);
        -moz-transform: translatez(-1);
        -ms-transform: translatez(-1);
        -o-transform: translatez(-1);
        -webkit-transform: translateZ(-1);
        -webkit-font-smoothing: antialiased;
        min-height: 280px;
        margin: 20px 0 20px 0;
        display: inline-block;
    }

        .interior_section_img1 h1 {
            color: #fff;
            font-family: "ModernH-Bold";
            font-size: 20px;
        }

        .interior_section_img1 p {
            color: #ffffff;
        }

    .safety_section_img1 {
        text-align: left;
        color: #fff;
        background-image: url(../img/safety/safety_banner1.jpg);
        background-position: bottom bottom;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        overflow: hidden;
        transform: translateZ(-1);
        -moz-transform: translatez(-1);
        -ms-transform: translatez(-1);
        -o-transform: translatez(-1);
        -webkit-transform: translateZ(-1);
        -webkit-font-smoothing: antialiased;
        min-height: 300px;
        margin: 20px 0 20px 0;
        display: inline-block;
    }

        .safety_section_img1 h1 {
            color: #333333;
            font-family: "ModernH-Bold";
            font-size: 20px;
        }

        .safety_section_img1 p {
            color: #666666;
            font-size: 12px;
        }

    .carousel-control {
        width: 10%;
        padding-top: 0px !important;
    }
}

#fixedsocial {
    top: 16%;
    height: 200px;
    width: 30px;
    position: fixed;
    right: 0;
    z-index: 1;
}

.instagramflat {
    background: url(../img/social/Instagram.png);
    height: 40px;
    width: 40px;
    transition: ease 500ms;
    background-size: 40px;
    opacity: 1;
    margin: 5px;
}

.aparatflat {
    background: url(../img/social/aparat.png);
    height: 40px;
    width: 40px;
    transition: ease 500ms;
    background-size: 40px;
    opacity: 1;
    margin: 5px;
}

.telegramflat {
    background: url(../img/social/telegram.png);
    height: 40px;
    width: 40px;
    transition: ease 500ms;
    background-size: 40px;
    opacity: 1;
    margin: 5px;
}

.inflat {
    background: url(../img/social/linkedin.png);
    height: 40px;
    width: 40px;
    transition: ease 500ms;
    background-size: 40px;
    opacity: 1;
    margin: 5px;
}

.clubflat {
    background: url(../img/social/club.png);
    height: 40px;
    width: 40px;
    transition: ease 500ms;
    background-size: 40px;
    opacity: 1;
    margin: 5px;
}

@media all and (max-width: 420px) {
    #fixedsocial {
        top: 10%;
        width: auto;
        position: inherit;
        left: 0;
        z-index: 0;
    }

    /*.instagramflat {
        background: url(../img/social/Instagram.png);
        height: 22px;
        width: 22px;
        transition: ease 500ms;
        background-size: 22px;
        opacity: 1;
        position: absolute;
        right: 5%;
        transition: ease 500ms;
        background-size: 22px;
        opacity: 1;
        margin: 5px;
        position: absolute;
    }*/

    /* .aparatflat {
        background: url(../img/social/aparat.png);
        height: 22px;
        width: 22px;
        transition: ease 500ms;
        background-size: 22px;
        opacity: 1;
        position: absolute;
        top: 70%;
        right: 15%;
    }*/

    /* .telegramflat {
        background: url(../img/social/telegram.png);
        height: 22px;
        width: 22px;
        transition: ease 500ms;
        background-size: 22px;
        opacity: 1;
        position: absolute;
        top: 70%;
        right: 25%
    };*/

    /* .inflat {
        background: url(../img/social/linkedin.png);
        height: 22px;
        width: 22px;
        transition: ease 500ms;
        background-size: 22px;
        opacity: 1;
        position: absolute;
       top: 70%;
        right: 35%;
    }*/

    /* .clubflat {
        background: url(../img/social/club.png);
        height: 22px;
        width: 22px;
        transition: ease 500ms;
        background-size: 22px;
        opacity: 1;
        position: absolute;
        top: 70%;
        right: 45%;
    }*/

    .navbar-nav1 li {
        margin-right: 2px;
    }
}



@media screen and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        font-family: "ModernH-Bold";
        font-weight: normal;
        line-height: 22px;
        width: 100%;
    }

    .design_your_hyundai_section h1 {
        font-family: "ModernH-Bold";
        font-size: 24px;
        color: #010101;
        width: 100%;
        display: inline-block;
        padding: 0px;
    }

    .design_your_hyundai_section {
        width: 100%;
        background: #e1ded9;
        display: inline-block;
        padding: 0px !important;
        min-height: 650px;
    }
}

.cd-image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0em auto;
}

    .cd-image-container img {
        display: block;
        width: 100%;
    }

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

    .cd-image-label.is-hidden {
        visibility: hidden;
    }

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .cd-resize-img img {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 100%;
        width: auto;
        max-width: none;
    }

    .cd-resize-img .cd-image-label {
        right: auto;
        left: 0;
    }

.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 70%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #000 url("../img/arrows.svg") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

    .cd-handle.draggable {
        /* change background color when element is active */
        background-color: #003468;
    }

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

#custom_carousel .item {
    color: #000;
    background-color: #e1ded9;
    padding: 0px 0;
}

#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
}

    #custom_carousel .controls li {
        display: table-cell;
        width: 1%;
        max-width: 90px;
        line-height: 50px;
        font-family: "ModernH-Bold";
        font-size: 16px;
        color: #010101;
        background: #d6d4d1;
    }

        #custom_carousel .controls li a:focus, #custom_carousel .controls li a:hover {
            color: #ffffff;
            background: #01a9d3;
        }

        #custom_carousel .controls li.active {
            background-color: #09b3cd;
            color: #ffffff !important;
        }

    #custom_carousel .controls a small {
        overflow: hidden;
        display: block;
        font-size: 10px;
        margin-top: 5px;
        font-weight: bold;
    }

.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #013a71;
    border-color: #ddd;
    text-align: left;
    text-decoration: none;
}

.panel-default > .panel-heading1 {
    color: #ffffff;
    background-color: #013a71;
    border-color: #ddd;
    text-align: right;
    text-decoration: none;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    text-decoration: none;
}

.panel-heading, .panel-heading1 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-family: "ModernH-Medium";
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    font-family: "ModernH-Medium";
    text-align: left;
    font-size: 15px;
}

.multipletab {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #ece9e4;
}

.tab-buttons {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .tab-buttons > span {
        display: inline-block;
        ;
        float: none;
        cursor: pointer;
        color: #000000;
        font-family: "ModernH-Medium";
        font-size: 16px;
        background: #dce1da;
        padding: 0 65px;
        line-height: 60px !important;
        border-right: 1px solid #ffffff;
    }

        .tab-buttons > span.active {
            background: #00aad5;
            color: #000000;
            position: relative;
        }

.tab-content {
    position: relative;
    -webkit-box-shadow: inset 0px 0px 26px 4px rgba(196,195,194,1);
    -moz-box-shadow: inset 0px 0px 26px 4px rgba(196,195,194,1);
    box-shadow: inset 0px 0px 26px 4px rgba(196,195,194,1);
    padding: 10px;
    border-bottom: 4px solid #939292;
    display: inline-block;
    width: 100%;
    min-height: 569px;
}

    .tab-content > div {
        position: absolute;
        color: #666;
        font-family: "ModernH-Medium";
        padding: 0px !important;
    }

.tab-nav {
    opacity: 0;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.multipletab:hover .tab-nav {
    opacity: 1;
}

.tab-nav > span {
    position: absolute;
    top: 50%;
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    z-index: 999999;
}

    .tab-nav > span.next {
        right: 0px;
        background: url(../img/btn_cube_right.png) no-repeat;
        background-position: 5px;
    }

    .tab-nav > span.prev {
        left: 10px;
        background: none;
        background-position: 5px;
    }

/* Customized Tags */

@font-face {
    font-family: IRANSansWebBold;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/IRANSansWeb_Bold.eot');
    src: url('fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('fonts/IRANSansWeb_Bold.woff2') format('woff2'),  Chrome36+, Opera24+*/
    url('fonts/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWebMedium;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/IRANSansWeb_Medium.eot');
    src: url('fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('fonts/IRANSansWeb_Medium.woff2') format('woff2'),  Chrome36+, Opera24+*/
    url('fonts/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWebLight;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/IRANSansWeb_Light.eot');
    src: url('fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('fonts/IRANSansWeb_Light.woff2') format('woff2'), Chrome36+, Opera24+*/
    url('fonts/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWebUltraLight;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/IRANSansWeb_UltraLight.eot');
    src: url('fonts/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('fonts/IRANSansWeb_UltraLight.woff2') format('woff2'),  Chrome36+, Opera24+*/
    url('fonts/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWeb;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IRANSansWeb.eot');
    src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('fonts/IRANSansWeb.woff2') format('woff2'), Chrome36+, Opera24+*/
    url('fonts/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansWebFarsiNum;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IRANSansWeb_FaNum.eot');
    src: url('fonts/IRANSansWeb_FaNum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    /*url('fonts/IRANSansWeb_FaNum.woff2') format('woff2'), Chrome36+, Opera24+*/
    url('fonts/IRANSansWeb_FaNum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/IRANSansWeb_FaNum.ttf') format('truetype');
}



.navbar-collapse {
    padding: 0;
    overflow-x: hidden;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.panel-title {
    text-transform: none;
    text-align: right;
    font-size: 16px !important;
    direction: rtl;
}

.panel-body {
    text-align: right !important;
}

.panel-heading .accordion-toggle:after {
    float: left;
}

.prod_inner h1 {
    font-size: 24px !important;
    text-align: right;
    font-weight: bold;
}

.carousel-caption h2 {
    /*font-size: 45px !important;*/
    font-weight: bold;
}

.design_highlight h1 {
    /*font-size: 55px !important;*/
    font-weight: bold;
    line-height: 20px;
}

.design_highlight p {
    font-size: 20px !important;
}

.as-panel h3 {
    font-size: 36px !important;
}

.as-closed {
    font-size: 36px !important;
}

.as-layer * {
    font-size: 18px;
}

p.as-layer {
    font-size: 18px !important;
    text-align: center !important;
}

.prod_detail_page h1 {
    /*font-size: 55px !important;*/
    font-weight: bold;
}

.prod_detail_page p {
    /*font-size: 18px !important;*/
}

.doors_seats_section h1 {
    /*font-size: 36px !important;*/
    font-weight: bold;
}

.tab-buttons * {
    font-size: 16px !important;
}

.prod_detail_img * {
    font-size: 18px !important;
}

.aboutus_bg .breadcrumb {
    padding: 15px 15px 0 0px;
}

.aboutus_left_col ul li {
    text-align: right;
}

.aboutus_right_col > p > span {
    font-size: 18px !important;
    font-weight: bold;
}

.aboutus_right_col * {
    text-align: right !important;
    direction: rtl;
}
/*ssss*/
.aboutus_left_col1 ul li {
    text-align: right;
}

.aboutus_right_col1 > p > span {
    font-size: 18px !important;
    font-weight: bold;
}

.aboutus_right_col1 * {
    text-align: right !important;
    direction: rtl;
    float: left;
}
/*End sss*/
.news {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #eaeaea;
}

    .news .img-figure {
        position: relative;
    }

        .news .img-figure img {
            position: relative;
            overflow: hidden;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

    .news:hover .img-figure img {
        -webkit-transform: scale(1.10);
        -moz-transform: scale(1.10);
        -ms-transform: scale(1.10);
        -o-transform: scale(1.10);
        transform: scale(1.10);
    }

    .news .title {
        /*padding: 29px 30px;*/
        padding: 45px 30px;
        position: absolute;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .news .title h1 {
            margin: 0;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 19px;
            /*	color: #3D6AA2;*/
            text-align: center;
        }

    .news:hover .title {
        margin-top: -90px;
        background: #fff;
    }

    .news p.description {
        position: relative;
        font-weight: normal;
        line-height: 22px;
        opacity: 0;
        text-align: center;
        padding: 15px 30px 0px 30px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .news:hover p.description {
        opacity: 1;
    }

p.more {
    text-align: center !important;
}

.more a {
    position: relative;
    font-size: 13px;
    margin-top: 30px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    color: #28998b;
}

    .more a:after {
        content: '';
        width: 18px;
        height: 1px;
        position: absolute;
        right: 55px;
        top: 9px;
        background: #28998b;
        vertical-align: middle;
        margin-right: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


.news:hover a:after {
    width: 30px;
}

.news a:hover {
    text-decoration: none;
}

.divRepresentatives {
    padding: 10px 0 20px 0;
    overflow: hidden;
}

.divRepresentativeMap {
    width: 225px;
    height: 225px;
    background: #FFF;
    float: right;
    margin-left: 20px;
    padding: 4px;
    border: 1px solid #666;
}

.divRepresentatives ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .divRepresentatives ul li span {
        color: #999;
        width: auto !important;
    }

    .divRepresentatives ul li.liMap {
        padding: 6px 0 0 0;
    }

        .divRepresentatives ul li.liMap a {
            color: #09b3cd;
            text-decoration: none;
        }

            .divRepresentatives ul li.liMap a:hover {
                color: #013a71;
            }

.divRepresentatives h1 {
    color: #013a71;
    font-size: 18px !important;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 36px;
}

    .divRepresentatives h1 span {
        color: #FFF;
    }

.divRepresentatives img {
    margin-left: 5px;
}

.divRepresentatives ul li img {
    margin: 0 0 -5px 5px;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 20px 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
}

legend {
    color: #09b3cd;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

#pRepresentativesIconsReference {
    text-align: left !important;
    margin: 10px 15px;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #CCC;
}

    #pRepresentativesIconsReference img {
        margin: 0 15px -15px 5px;
        vertical-align: baseline;
    }

.card {
    font-size: 13px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #EEE;
    margin: 15px 0;
}

    .card * {
        text-align: center !important;
    }

.card-block {
    font-size: 13px;
    position: relative;
    margin: 0;
    padding: 15px;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 13px;
    font-weight: 700;
}

.card-footer {
    font-size: 13px;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 15px;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #c7def8;
}

    .card-footer a {
        text-align: left;
    }

.card-footer1 {
    font-size: 13px;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 15px;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #e2c3eb;
}

    .card-footer1 a {
        text-align: left;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}




.social {
    list-style: none;
    float: none;
    position: relative;
    margin: 5px;
}


    .social li {
        line-height: 32px;
        padding: 10px 10px;
        font-family: 'Porta';
        font-size: 50px;
        transition: margin 0.4s;
        -webkit-transition: margin 0.4s;
        display: inline-block;
        line-height: 32px;
        font-family: 'Porta';
        font-size: 32px;
        padding: 0 5px;
    }

        .social li a {
            margin: 0;
            padding: 0;
            width: 32px;
            height: 32px;
            color: #fece1a;
        }

.aparat a {
    background: url('../img/social/aparat.png') no-repeat;
}

.telegram a {
    background: url('../img/social/telegram.png') no-repeat;
}

.instagram a {
    background: url('../img/social/Instagram.png') no-repeat;
}

.linkedin a {
    background: url('../img/social/linkedin.png') no-repeat;
}

.hide-bullets {
    list-style: none;
    margin-top: 20px;
}
/*sr*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -12px;
            margin-top: -40px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -12px !important;
            margin-top: -40px;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 25%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px;
    }
/* End carousel */

.item blockquote {
    border-left: none;
    margin-right: -5px;
}

    .item blockquote img {
        margin-bottom: 10px;
    }

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0px 5px;
            width: 15px;
            height: 15px;
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0px 5px;
                width: 20px;
                height: 20px;
            }
}

.lastnews {
    width: 100%;
    min-height: 70px;
    background: #ececea;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .lastnews p {
        color: #111111;
        padding: 20px 10px 0 0;
        font-family: "ModernH-Medium";
        font-weight: normal;
        line-height: 22px;
        font-size: 14px;
        text-align: center;
    }

    .lastnews span {
        color: #666;
        padding: 8px;
        font-family: "ModernH-Medium";
        font-weight: normal;
        line-height: 26px;
        font-size: 14px;
        text-align: center;
        width: 100%;
        background-color: #e1ded9;
    }


/*sr*/
#myCarousel .nav a small {
    display: block;
}

#myCarousel .nav {
    background: #d3d3d3;
}

    #myCarousel .nav a {
        border-radius: 0px;
        color: green;
    }





.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}

    .page-header h3 {
        line-height: 0.88rem;
        color: #000;
    }

ul.thumbnails {
    margin-bottom: 0px;
}



/* Thumbnail Box */
.caption h3 {
    color: #e80000;
    font-weight: bold;
}

.caption p {
    color: #000;
}



/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
/*.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}*/
.pager1 {
    padding-right: 0;
    padding-left: initial;
}

.pager1 {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
    display: inline-flex;
}

    .pager1 li > a, .pager1 li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }

    .carousel-control.left-Ar img {
        width: 24px;
        height: 18px;
    }

    .carousel-control.left-Ar {
        left: 10px;
    }
}


li {
    list-style-type: none;
}

::selection {
    background: #ff5e99;
    color: #FFFFFF;
    text-shadow: 0;
}

::-moz-selection {
    background: #ff5e99;
    color: #FFFFFF;
}

.btn-mini, .btn-mini:visited {
    color: #058294;
    text-shadow: -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff;
    font-weight: bold;
}

    .btn-mini:hover {
        color: #000;
        text-shadow: -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff;
        font-weight: bold;
    }

/**/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 25px;
        margin-right: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: calc( 100% - 75px );
            float: right;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                left: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-right: 15px solid #ccc;
                border-left: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                left: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-right: 14px solid #fff;
                border-left: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 0px;
            margin-right: -25px;
            /*background-color: #1a3665;*/
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            background: #ddd url(../img/logo_fa1.png) no-repeat;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: left;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-right-width: 0;
                border-left-width: 15px;
                right: -15px;
                left: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-right-width: 0;
                border-left-width: 14px;
                right: -14px;
                left: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    cursor: pointer;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

.timeline-body {
    display: none;
}

#divErrorMessage span {
    color: #f00;
}

.saleImg {
    text-align: left;
}

.ddlPdf {
    width: 200px;
}

.pdf_menu {
    width: 100%;
    display: inline-block;
    text-align: left;
}

    .pdf_menu ul li {
        color: #777;
        display: inline-block;
        list-style-type: none;
        line-height: 15px;
        width: 100%;
    }

        .pdf_menu ul li a {
            text-decoration: underline;
        }

        .pdf_menu ul li p {
            margin-top: -5px;
        }

        .pdf_menu ul li img {
            width: 25px;
        }

.social-networks {
    top: 235px;
    left: 0;
    position: fixed;
    z-index: 9998;
    background: rgba(41, 39, 39, 0.69);
}

    .social-networks a, .social-networks a:link, .social-networks a:visited {
        /*background: rgba(255,255,255,.6);*/
        font-size: 40px;
        padding-bottom: 0;
        display: block;
        text-align: center;
    }

.foot-alert-events {
    position: fixed;
    top: 30%;
    left: 38%;
    transform: translate(-30%,-1%);
    border: 2px solid #ccc;
    z-index: 1010;
    border-radius: 5px;
    filter: alpha(opacity=60);
    height: auto;
    padding-right: 0px !important;
}

.alert-events {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
}

.close-events {
    /*position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
    opacity: .7;
    border: 0;
    color:#000;background: transparent;
    font-size:25px !important;*/
    position: absolute;
    right: -15px;
    top: -10px;
    width: 32px;
    height: 32px;
    border-radius: 25px;
    background-color: #ccc;
    /* opacity: .3; */
    border: 0;
    color: #ccc;
}
    /*.alert-link-events img {
    content: url(../img/notice-temp1.jpg);
}*/

    .close-events:before {
        transform: rotate(45deg);
    }

    .close-events:after {
        transform: rotate(-45deg);
    }

    .close-events:after, .close-events:before {
        position: absolute;
        left: 15px;
        top: 9px;
        content: ' ';
        height: 15px;
        width: 2px;
        background-color: #333;
    }

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.foot-alert {
    position: fixed;
    bottom: 3%;
    left: 0;
    background: #fff;
    padding: 1em;
    border: 2px solid #000;
    z-index: 1000;
    border-radius: 5px;
    opacity: .6;
    filter: alpha(opacity=60);
}

    .foot-alert:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.alert-kmc {
    position: relative;
    height: 27px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 25px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
    /*filter: alpha(opacity=20);*/
}

.alert-kmc {
    position: relative;
    height: 27px;
}

.alert-link p {
    color: #000;
    font-size: 13px;
    font-weight:600;
    line-height: 25px;
    /*text-shadow: -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 1px 1px 0 #000;*/
}
