@font-face {
    font-family: 'Hyundai';
    src: url("../fonts/Hyundai/hyundai.eot");
    src: url("../fonts/Hyundai/hyundai.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Hyundai/hyundai.woff2") format("woff2"),
    url("../fonts/Hyundai/0330_HMC_Betatest_1.woff") format("woff"),
    url("../fonts/hyundai/0330_HMC_Betatest_1.ttf") format("truetype"),
    url("../fonts/hyundai/0330_HMC_Betatest_1.svg") format("svg");
}

body {
    font-family: 'Hyundai';
    font-size: 14px;
    color: #434343;
    overflow-x: hidden;
    background-color: #f5f5f5;
}

ul,
ol {
    padding-left: 30px;
}

a {
    transition: 400ms ease;
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.container {
    background-color: #fff;
    padding-bottom: 15px;
}

.banner {
    margin: 30px 0 1px;
}

.banner-caption p {
    font-size: 16px;
    /*font-weight: bold;*/
}

.logo img {
    margin: 30px 0 0;
}


.main-banner {
    margin-top: 15px;
    margin-bottom: 30px;
    border: 2px solid #004688;
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .7);
    position: relative;
}

.participate {
    text-align: center;
    margin-bottom: 10px;
}

.participate-title {
    display: block;
    color: #004b8d;
    font-size: 32px;
}

.form-check-input {
    margin-top: .1rem;
}

@media(min-width:992px) {

    .participate {
        position: absolute;
        right: 15px;
        bottom: 15px;
        margin-bottom: 0;
    }
}

@media(min-width:1024px) {

    .participate {
        right: 30px;
        bottom: 10px;
    }
}

@media(min-width:1366px) {

    .participate {
        right: 30px;
        bottom: 20px;
    }
}

@media(min-width:1600px) {

    .participate {
        right: 50px;
        bottom: 30px;
    }
}

.logo img {
    width: 220px;
}

.content-list {
    background-color: #024B8F;
    margin-bottom: 30px;
    position: relative;
}

.list {
    width: 20%;
    float: left;
    text-align: center;
    border-right: 1px solid #fff;
}

.list>a img {
    width: 22px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.list a span {
    vertical-align: middle;
    display: inline-block;
    margin-top: 5px;
}

.content-list a {
    padding: 10px;
    color: #fff;
    display: block;
}

.content-list a:last-child() {
    border-right: none;
}

.list-content {
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: rgba(2, 75, 143, 0.31);
}

.list-content a {
    float: left;
    width: calc(20% - 20px);
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    margin: 10px;
    box-shadow: -10px 10px 10px -10px rgba(0, 0, 0, .3);
    transition: 400ms ease;
}

.list-content a:hover {
    box-shadow: none;
}

.list-content a img {
    max-width: 100%;
    margin-bottom: 10px;
}

.list-content a span {
    display: block;
    color: #434343;
}

.list-content {
    transform: scale(0);
    transition: 400ms ease-in-out;
    padding: 10px 0;
}

.list:hover .list-content {
    transform: scale(1);
}

.list:nth-child(1) .list-content {
    transform-origin: 10% 100%;
}

.list:nth-child(2) .list-content {
    transform-origin: 30% 100%;
}

.list:nth-child(3) .list-content {
    transform-origin: 50% 100%;
}

.list:nth-child(4) .list-content {
    transform-origin: 70% 100%;
}

.list:nth-child(5) .list-content {
    transform-origin: 90% 100%;
}

.stay-tuned {
    position: relative;
    padding: 70px 15px 20px;
    background-color: #fff;
    box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, .5);
    margin: 0 0 15px;
    border: 1px solid #f0f0f0;
}

.stay-tuned img {
    margin: 0 auto;
    display: block;
}

.stay-tuned h2 {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    text-transform: uppercase;
    color: #024b8f;
    font-size: 18px;
}

footer {
    background-color: #024b8f;
    color: #fff;
    padding: 10px;
}

footer p {
    margin-bottom: 0;
}



















/**/

.services {
    padding-top: 30px;
}

.service-list {
    padding: 15px 20px 0;
    color: #fff;
    margin: 0 0 30px;
}

.service-list-1 {
    background-color: #FFA200;
}

.service-list-2 {
    background-color: #16defb;
}

.service-list-3 {
    background-color: #fa6b6b;
}

.service-list-4 {
    background-color: #4CAF50;
}

.service-list h2 {
    text-transform: uppercase;
    margin: 0;
    line-height: 36px;
}

.service-list h2 .counter {
    font-size: 42px;
}

.service-list h2 span {
    text-transform: capitalize;
    font-size: 16px;
    display: block;
}

.service-list a {
    color: #fff;
}

.service-list a i {
    float: left;
    font-size: 40px;
    margin-right: 15px;
}



















/**/

.main-content {
    margin-bottom: 30px;
}

.main-content h2 {
    background-color: #f5f5f5;
    padding: 10px 15px;
    color: #024B8F;
    text-transform: uppercase;
    font-size: 22px;
    border-left: 4px solid #024B8F;
}

.product-list {
    position: relative;
    display: block;
    margin-bottom: 30px;
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, .3);
    border: 1px solid #f5f5f5;
}

.product-list h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
    color: #434343;
}

@media(min-width:1400px) {
    .product-list h3 {
        font-size: 18px;
    }
}

.product-list .info {
    padding: 15px;
    background-color: #f5f5f5;
}

.product-list .info i {
    margin-right: 5px;
}

.product-list .info span {
    color: #024B8F;
}

.sidebar {
    text-align: center;
    padding: 140px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

.sidebar-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    transform: translate(-50%, -50%);
    border: 2px solid transparent;
    transition: 400ms ease;
}

.sidebar-hover span {
    position: absolute;
    left: 50%;
    top: calc(100% - 30px);
    transform: translateX(-50%);
    transition: 400ms ease;
}

.sidebar-link a:hover .sidebar-hover span {
    top: 50%;
    transform: translate(-50%, -50%);
}

.sidebar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #16DEFB;
    opacity: .7;
    transition: 400ms ease;
}

.sidebar-link a:hover .sidebar:before {
    opacity: .3;
}

















/**/

.one {
    background-image: url("../images/Creta.png");
}

.one:before {
    background-color: #16DEFB;
}

.sidebar-link a:hover .one span {
    color: #16DEFB;
}

.sidebar-link a:hover .one .sidebar-hover {
    border-color: #16DEFB;
}

















/**/

.two {
    background-image: url("../images/Elite-i20.png");
}

.two:before {
    background-color: #FA6B6B;
}


.sidebar-link a:hover .two span {
    color: #FA6B6B;
}

.sidebar-link a:hover .two .sidebar-hover {
    border-color: #FA6B6B;
}

















/**/

.three {
    background-image: url("../images/Tucson.png");
}

.three:before {
    background-color: #4CAF50;
}


.sidebar-link a:hover .three span {
    color: #4CAF50;
}

.sidebar-link a:hover .three .sidebar-hover {
    border-color: #4CAF50;
}

















/**/

.four {
    background-image: url("../images/4.jpg");
}

.four:before {
    background-color: #024B8F;
}


.sidebar-link a:hover .four span {
    color: #024B8F;
}

.sidebar-link a:hover .four .sidebar-hover {
    border-color: #024B8F;
}

















/**/

.five {
    background-image: url("../images/5.jpg");
}

.five:before {
    background-color: #FFA200;
}

.sidebar-link a:hover .five span {
    color: #FFA200;
}

.sidebar-link a:hover .five .sidebar-hover {
    border-color: #FFA200;
}

.view-offers {
    position: absolute;
    background: #7d7d7d;
    color: #fff;
    line-height: 18px;
    padding: 6px 10px 5px;
    text-transform: uppercase;
    left: 50px;
    border: none;
    transition: 400ms ease;
    cursor: pointer;
}

.main-content .col-md-6:hover .view-offers {
    left: calc(100% - 15px);
}















/*Ribbon*/

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 95px;
    height: 95px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 120px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#024B8F 0%, #024B8F 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 26px;
    right: -24px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #024B8F;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #024B8F;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #024B8F;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #024B8F;
}















/*modal*/

.modal-header {
    background-color: #196BB7;
    color: #fff;
    border: none;
}

.close {
    color: #fff;
    opacity: 1;
    transition: 400ms ease;
}

.close:hover {
    color: #fff;
}















/*Inner Content*/

.inner-content {
    background-color: #f5f5f5;
}

.btn-facebook {
    padding: 5px 20px 5px 10px;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    color: #fff;
    border: none;
    transition: 400ms ease;
}

.btn-facebook i {
    border-right: #364e92 1px solid;
    padding-right: 20px;
    margin-right: 10px;
    line-height: 35px;
    padding-left: 10px;
}

.btn-facebook span {
    line-height: 35px;
    padding-left: 10px;
}

.btn-facebook:hover {
    background-image: linear-gradient(#3B55A0, #4C69BA);
    color: #fff;
}


.file-btn {
    position: relative;
}

.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}










/*Frames*/

.cropper-move {
    background-image: url("../images/frames/1.png");
    background-size: contain;
    opacity: 1;
    background-color: transparent;
}

.cropper-move.frame1 {
    background-image: url("../images/frames/1.png");
}

.cropper-move.frame2 {
    background-image: url("../images/frames/2.png");
}

.cropper-move.frame3 {
    background-image: url("../images/frames/3.png");
}

.cropper-move.frame4 {
    background-image: url("../images/frames/4.png");
}

.cropper-move.frame5 {
    background-image: url("../images/frames/5.png");
}

.cropper-move.frame6 {
    background-image: url("../images/frames/6.png");
}

.cropper-move.frame7 {
    background-image: url("../images/frames/7.png");
}

.cropper-move.frame8 {
    background-image: url("../images/frames/8.png");
}

.cropper-move.frame9 {
    background-image: url("../images/frames/9.png");
}

.cropper-move.frame10 {
    background-image: url("../images/frames/10.png");
}

.cropper-move.frame11 {
    background-image: url("../images/frames/11.png");
}

.cropper-move.frame12 {
    background-image: url("../images/frames/12.png");
}

.cropper-move.frame13 {
    background-image: url("../images/frames/13.png");
}

.cropper-move.frame14 {
    background-image: url("../images/frames/14.png");
}










/*Image Croppper*/

.product-thumb-wrap {
    width: 100%;
    overflow-x: scroll;
}

.product-thumb a {
    display: inline-block;
    float: left;
    width: 200px;
    margin: 5px;
}

.product-thumb {
    width: 2940px;
}




/*Main Cropper*/

.img-container {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.img-container {
    margin-bottom: 1rem;
    max-height: 497px;
    min-height: 200px;
}

@media (min-width: 768px) {
    .img-container {
        min-height: 497px;
    }
}

.img-container>img {
    max-width: 100%;
}

.docs-preview {
    margin-right: -1rem;
}

.img-preview {
    float: left;
    margin-bottom: .5rem;
    margin-right: .5rem;
    overflow: hidden;
}

.img-preview>img {
    max-width: 100%;
}

.preview-lg {
    height: 9rem;
    width: 16rem;
}

.preview-md {
    height: 4.5rem;
    width: 8rem;
}

.preview-sm {
    height: 2.25rem;
    width: 4rem;
}

.preview-xs {
    height: 1.125rem;
    margin-right: 0;
    width: 2rem;
}

.docs-buttons>.btn,
.docs-buttons>.btn-group,
.docs-buttons>.form-control {
    margin-bottom: .5rem;
    margin-right: .25rem;
}


.btn-upload .tooltip-inner,
.btn-toggle .tooltip-inner {
    white-space: nowrap;
}

@media (max-width: 400px) {
    .btn-group-crop {
        margin-right: -1rem!important;
    }

    .btn-group-crop>.btn {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .btn-group-crop .docs-tooltip {
        margin-left: -.5rem;
        margin-right: -.5rem;
        padding-left: .5rem;
        padding-right: .5rem;
    }
}




/*Steps*/

.steps {
    position: relative;
    margin-bottom: 10px;
}

@media(min-width: 768px) {
    .steps {
        width: 60%;
        margin: 0 auto 10px;
    }
}

.steps .progress {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 10px);
    height: 12px;
    background-color: #bfbfbf;
}

.steps .step {
    float: left;
    width: 33.33%;
}

.steps .step span {
    display: inline-block;
    height: 80px;
    width: 80px;
    position: relative;
    background-color: #024b8f;
    border-radius: 50%;
    color: #fff;
}

.step.active span {
    background-color: #28a745
}

.steps .step span:before {
    content: "Choose a Frame";
    height: auto;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    line-height: 16px;
}

.steps .first-step {
    text-align: left;
}

.steps .first-step span:before {
    content: "Choose a Frame";
}

.steps .second-step {
    text-align: center;
}

.steps .second-step span:before {
    content: "Select an Image";
}

.steps .third-step {
    text-align: right;
}

.steps .third-step span:before {
    content: "Upload Image";
}



/*Form*/

.detail-form {
    padding: 15px;
    margin-bottom: 30px;
}

@media(min-width: 768px) {

    .detail-form {
        padding: 5px 15px 15px;
        width: 500px;
        margin: 0 auto;
        border: 1px solid #ccc;
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, .3);
    }
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .nav-item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.content {
    padding: 15px;
}





/* Navigation
======================================================*/

@media(min-width: 768px) {
    .navbar-dark .navbar-nav .nav-link {
        border-right: 1px solid #fff;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-item:last-child .nav-link {
    border-right: none;
}

.bg-dark {
    background-color: #024B8F !important;
}





/* Gallery Page
======================================================*/

.gallery-box {
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transition: 400ms ease;
    border-radius: 0;
}

.gallery-box:hover {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}

.gallery-box .card-body {
    transition: 400ms ease;
}

.gallery-box:hover .card-body {
    background-color: #95BB53;
}

.gallery-box .card-img-top {
    border-radius: 0;
}

.gallery-box h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #004186;
    transition: 400ms ease;
    margin-bottom: 0;
}

.gallery-box:hover h6 {
    color: #fff;
}

.banner-container {
    position: relative;
}

.login-info {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 99;
    color: #02629E;
}

.login-info a {
    color: #02629E;
}




/*Loader*/

.loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    z-index: 99;
    text-align: center;
}

.loader svg {
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.alert-box {
    position: fixed;
    top: 40px;
    right: 0;
    z-index: 9;
}

.thank-jombotron {
    background-color: #109B0F;
    color: #fff;
}

.thank-jombotron i {
    border-radius: 50%;
    border: 5px solid #fff;
    padding: 10px;
    vertical-align: text-bottom;
    margin-right: 15px;
}

.thank-jombotron p {
    font-size: 16px;
}

@media(max-width: 420px) {
    .thank-jombotron h1 {
        font-size: 30px;
    }
}

.status {
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.status.success {
    background-color: #109B0F;
}

.status.fail {
    background-color: #ff0000;
}
.status.pending {
    background-color: #44C99F;
}

.message {
    padding: 10px 10px 0;
    font-size: 16px;
    min-height: 74px;
}