﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 51px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.div-follow {
    text-align: center;
    font-size: 3.5em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #4267B2;
    font-weight:bold;
}

.i4u-top {
    position: absolute;
    top: 20px;
    left: -9px;
}

.white-bg {
    background-color: #ffffff;
}

.numberList {
    list-style-type: decimal;
    font-size: 12pt;
}

.squareList {
    list-style-type: square;
    font-size: 12pt;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.iMap {
    border: solid 2px #fafafa;
    margin-bottom: 20px;
}

.big-link {
    font-size: medium;
}

.col-2 {
    display: inline-block;
    width: 48%;
    margin: 12px 8px;
    float: left;
    vertical-align: top;
}

.col-3-L, .col-3-M, .col-3-R {
    display: inline-block;
    width: 31%;
    margin: 10px;
}

.text-medium-bold {
    font-size: 10pt;
    font-weight: bold;
}

.top-align {
    vertical-align: top;
}

.center-align {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.gray-row {
    background-color: #fafafa;
    display: table;
    width: 100%;
}

.transparent-row {
    background-color: transparent;
    display: table;
    width: 100%;
}

.white-row {
    background-color: #ffffff;
    display: table;
    width: 100%;
}

    .white-row:before,
    .white-row:after, .gray-row:before,
    .gray-row:after, .transparent-row:before,
    .transparent-row:after {
        display: table;
        content: " ";
    }

    .white-row:after, .gray-row:after, .transparent-row:after {
        clear: both;
    }


.white-container {
    border: 1px solid #5f6062;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-flex;
    vertical-align: middle;
    width: 250px;
    padding: 5px;
    margin-bottom: 10px;
}

    .white-container .dxeTextBox, .white-container .dxeMemo {
        font-family: sans-serif;
        border: none;
        font-size: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .white-container > span {
        font-size: 15px;
        font-weight: normal;
        padding: 1px;
    }

.social-right {
    float: right;
    color: #333333;
    margin: 5px;
    font-weight: bold;
    font-size: 15px;
}

    .social-right img {
        padding: 0 5px;
    }

.main-top-margin {
    margin-top: 35px;
}

.right-margin {
    margin-right: 15px;
}

.top-margin {
    margin-top: 15px;
}

.bottom-margin {
    margin-bottom: 15px;
}

.max-width {
    width: 100%;
}

.big-width {
    width: 75%;
}

.half-width {
    width: 48%;
}

.third-width {
    width: 30%;
}

.big-text {
    font-size: 1.5em;
}

.title-text {
    font-size: 14pt;
    font-weight: bold;
}

.intro-text {
    font-size: 1.2em;
    text-align: justify;
}

.imgAbout {
    background: url('/Images/AutoCarTeam.jpg') no-repeat 100%;
    height: 700px;
    background-size: cover;
}

.thumb-link {
    padding: 0 40px 315px;
}

.div-about, .div-car, .div-maintenance, .div-shipping, .div-consignment, .div-plates, .div-paint, .div-I4U, .div-harley {
    width: 100%;
    text-align: center;
}

.div-th-about, .div-th-service, .div-th-locate, .div-th-i4u, .div-th-pl {
    width: 100%;
    background-position-y: center;
}

.div-th-about {
    background: url('/Images/Thumb-About.jpg') no-repeat 100%;
    background-size: 100%;
}

.div-th-service {
    background: url('/Images/Thumb-Services1.jpg') no-repeat 100%;
    background-size: 100%;
}

.div-th-pl {
    background: url('/Images/Thumb-List1.jpg') no-repeat 100%;
    background-size: 100%;
}

.div-th-i4u {
    background: url('/Images/Thumb-I4U.jpg') no-repeat 100%;
    background-size: 100%;
}

.div-th-locate {
    background: url('/Images/Thumb-Locate1.jpg') no-repeat 100%;
    background-size: 100%;
}

.div-about {
    background: url('/Images/About.jpg') no-repeat 100%;
    background-size: 100% auto;
}

.div-car {
    background: url('/Images/Cars.png') no-repeat 100%;
    background-size: auto;
    background-position: center top;
}

.div-I4U {
    background: url('/Images/I4U.jpg') no-repeat 100%;
    background-size: 100%;
    background-position-y: center;
}

.div-harley {
    background: url('/Images/HarleyKK.jpg') no-repeat 100%;
    background-size: 100%;
    background-position-y: center;
}

.div-consignment {
    background: url('/Images/Consignment-1.jpg') no-repeat 100%;
    background-size: 100%;
    background-position-y: center;
}

.div-plates, .div-maintenance, .div-shipping, .div-paint {
    height: 367px;
    background-position-y: center;
}

.div-paint {
    background: url('/Images/Paint.jpg') no-repeat 100%;
}

.div-plates {
    background: url('/Images/PlateNo.jpg') no-repeat 100%;
}

.div-maintenance {
    background: url('/Images/Maintenance.jpg') no-repeat 100%;
}

.div-shipping {
    background: url('/Images/Shipping1.jpg') no-repeat 100%;
}

.div-text, .div-cartext {
    width: 80%;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.div-smalltext1, .div-smalltext2 {
    width: 80%;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.div-titletext {
    margin: 130px auto;
    width: 80%;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.div-points {
    display: inline-block;
    vertical-align: top;
}

    .div-points ul {
        text-align: left;
    }

.div-position {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-seo {
    text-align: center;
}

.div-captcha {
    margin: 0 auto;
    display: block;
    width: 200px;
}

.div-nano {
    float: right;
    margin: 25px 10px;
}

.div-table {
    display: table;
}

.div-button {
    margin-top: 15px;
}

    .div-button .dxbButton {
        color: #ffffff;
        font: 12px Tahoma, Geneva, sans-serif;
        border: 1px solid #7F7F7F;
        background: #0479f8;
        padding: 1px;
        width: 120px;
        font-weight: bold;
        border-radius: 5px;
        height: 30px;
    }

        .div-button .dxbButton:hover {
            color: #000000;
            background: #00c4ff;
        }

.div-inline-half {
    width: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

    .div-inline-half img {
        display: block;
        margin: 0 auto;
    }

    .div-inline-half p {
        margin-top: 30px;
        margin-left: 10px;
        display: inline-block;
    }

.div-select {
    padding: 20px;
}

    .div-select:hover {
        background-color: #f2f2f2;
    }

    .div-select a:hover {
        color: #428bca;
        text-decoration: none;
    }

.justify-text {
    text-align: justify;
}

.div-relative {
    position: relative;
}

    .div-relative img {
        margin: 10px 5px;
    }

.div-footer-list {
    display: inline-block;
    width: 30%;
    text-align: left;
    vertical-align: top;
    padding: 10px 0;
}

    .div-footer-list ul {
        list-style: none;
    }

        .div-footer-list ul li {
            text-align: left;
        }

.div-inline-block {
    display: inline-block;
}

.div-map {
    width: 100%;
    height: 450px;
    border: 0px
}

.div-copyright {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.div-contact-left {
    display: inline-block;
    float: left;
    width: 48%;
    margin-bottom: 20px;
}

.div-contact-right {
    display: inline-block;
    float: right;
    width: 48%;
    margin-bottom: 20px;
}

.link-copy {
    margin-right: 10px;
    padding-right: 12px;
    border-right: 1px solid #d6d6d6;
}

/* Devexpress */
/* Slider */
.dxisControl {
    width: 100% !important;
    outline: 0;
    user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    font: 12px Tahoma, Geneva, sans-serif;
}

.dxis-passePartout {
    background-color: Transparent !important;
}

.dxisControl .dxis-itemTextArea {
    top: 17px;
    left: 17px;
    bottom: auto;
    width: 285px;
    padding: 15px 16px 21px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 0px rgba(50, 50, 50, 0.3);
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);
}

    .dxisControl .dxis-itemTextArea a {
        color: white;
    }

        .dxisControl .dxis-itemTextArea a:hover, a:focus {
            text-decoration: underline;
        }

    .dxisControl .dxis-itemTextArea p {
        color: #b0b0b0;
    }

    .dxisControl .dxis-itemTextArea > p {
        margin-bottom: 0 !important;
    }

.dxisControl .dxis-nbDotsBottom {
    padding: 0;
    margin-top: -25px;
}

    .dxisControl .dxis-nbDotsBottom .dxis-nbSlidePanel {
        right: 15px;
        left: auto !important;
        transform: matrix(1, 0, 0, 1, 0, 0) !important;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
    }


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
