


html {
    overflow-x: hidden;
}

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
    width: 100%;
    cursor: default;
     overflow-x: hidden;
}
.row {
     margin-right: 0px; 
     margin-left: 0px; 
}

strong {
    font-weight: 500;
}

a, a:hover, a:focus {
    color: #c27d5c;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    /*font-family:'Roboto', sans-serif;*/
    font-size: 48px;
    font-weight: 300;
    color: #555;
    line-height: 56px;
}

h3 {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 32px;
    font-weight: 300;
    color: #555;
    line-height: 40px;
}

img {
    max-width: 100%;
}

.medium-paragraph {
    font-size: 18px;
    line-height: 34px;
}

.colored {
    color: #df6482;
}

::-moz-selection {
    background: #C27D5C;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #C27D5C;
    color: #fff;
    text-shadow: none;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 50px;
}

.section-description {
    margin-top: 30px;
    padding-bottom: 10px;
}

    .section-description p {
        margin-top: 20px;
        padding: 0 120px;
    }


/***** Divider *****/

.divider-1 {
    padding: 25px 0 15px 0;
}

    .divider-1 .line {
        width: 160px;
        margin: 0 auto;
        border-bottom: 1px dashed #ccc;
    }


/***** Top menu *****/

.navbar {
    margin-bottom: 0;
    padding-top: 0;
    background: #000;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    z-index: 800;
}

.navbar-no-bg {
    padding-top: 10px;
    /*background: none;*/
}

ul.navbar-nav {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #C27D5C;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-inverse ul.navbar-nav li a {
    color: #C27D5C;
    border: 0;
}

    .navbar-inverse ul.navbar-nav li a:hover {
        color: #F6F0EF;
        border: 0;
    }

    .navbar-inverse ul.navbar-nav li a:focus {
        color: #F6F0EF;
        outline: 0;
        border: 0;
    }

    .navbar-inverse ul.navbar-nav li a.btn-link-3 {
        display: inline-block;
        margin: 9px 0 0 15px;
        padding: 6px 15px;
        background: #df6482;
        border: 0;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        opacity: 1;
        text-transform: uppercase;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

        .navbar-inverse ul.navbar-nav li a.btn-link-3:hover,
        .navbar-inverse ul.navbar-nav li a.btn-link-3:focus,
        .navbar-inverse ul.navbar-nav li a.btn-link-3:active,
        .navbar-inverse ul.navbar-nav li a.btn-link-3:active:focus {
            outline: 0;
            opacity: 0.6;
            color: #fff;
        }

.navbar-brand {
    /*background: url('../ico/logoicon1.png') left center no-repeat;*/
    text-indent: -99999px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}


/***** Top content *****/

.top-content {
    padding: 120px 0 150px 0;
}

    .top-content .text {
        padding-top: 60px;
        color: #fff;
    }

        .top-content .text h1 {
            color: #fff;
        }

    .top-content .description {
        margin: 30px 0 10px 0;
    }

        .top-content .description p {
            opacity: 0.8;
        }

        .top-content .description a {
            color: #fff;
            border-bottom: 1px dotted #fff;
        }

            .top-content .description a:hover, .top-content .description a:focus {
                color: #fff;
                border: 0;
            }


/***** Features *****/

.features-box {
    margin-top: 30px;
    text-align: left;
}

    .features-box .features-box-icon {
        font-size: 60px;
        color: #df6482;
        line-height: 60px;
        text-align: center;
    }

    .features-box h3 {
        margin-top: 0;
        padding: 0 0 10px 0;
    }


@media (min-width: 768px) and (max-width: 991px) {

    .section-description p {
        padding: 0;
    }

    .features-box .features-box-icon {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {

    .navbar {
        padding-top: 0;
        background: #000;
    }

        .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
            margin-left: 15px;
        }

    .navbar-collapse {
        border: 0;
    }

    .navbar-inverse .navbar-toggle {
        border-color: transparent;
    }

    .navbar-inverse ul.navbar-nav li a.btn-link-3 {
        margin: 10px;
    }

    .section-description p {
        padding: 0;
    }

    .top-content {
        padding: 40px 0 60px 0;
    }

    .features-box {
        text-align: center;
    }

        .features-box h3 {
            margin-top: 5px;
            padding-top: 10px;
        }
}

@media (max-width: 420px) {

    h1, h2 {
        font-size: 28px;
    }

}


/* Retina-ize images/icons */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    /* logo */
    .navbar-brand {
        /* background-image: url('../ico/logoicon1.png') !important;*/
        background-repeat: no-repeat !important;
        background-size: 102px 32px !important;
    }
}

/**************footer***************/
footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-copyright {
    padding-top: 15px;
}

    .footer-copyright a {
        color: #888;
        border-bottom: 1px dotted #888;
    }

        .footer-copyright a:hover, .footer-copyright a:focus {
            color: #888;
            border: 0;
        }

.footer-distributed {
    background: black;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    text-align: left;
    font: bold 16px sans-serif;
    padding-top: 35px;
    bottom: 0;
    right: 0;
    left: 0;
}

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    /* Footer left */

    .footer-distributed .footer-left {
        width: 40%;
    }



    .footer-distributed .footer-links {
        color: #E8E3E2;
        margin: 20px 0 12px;
        padding: 0;
    }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            font-weight: 400;
            text-decoration: none;
            color: inherit;
        }

            .footer-distributed .footer-links a:hover {
                color: #C27D5C;
            }

    .footer-distributed .footer-company-name {
        color: #222;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

    .footer-distributed .footer-right i {
        background-color: black;
        color: #C27D5C;
        font-size: 25px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
        vertical-align: middle;
    }

    .footer-distributed .footer-right a {
        display: inline-block;
        font-weight: 400;
        vertical-align: middle;
        margin: 0;
        color: #E8E3E2;
        text-decoration: none;
    }

    .footer-distributed .footer-center {
        width: 35%;
    }

        .footer-distributed .footer-center i {
            background-color: black;
            color: #C27D5C;
            font-size: 25px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
        }

            .footer-distributed .footer-center i.fa-envelope {
                font-size: 17px;
                line-height: 38px;
            }

        .footer-distributed .footer-center p {
            display: inline-block;
            color: #E8E3E2;
            font-weight: 400;
            vertical-align: middle;
            margin: 0;
        }

            .footer-distributed .footer-center p span {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 2;
            }

            .footer-distributed .footer-center p a {
                color: #E8E3E2;
                text-decoration: none;
            }

    .footer-distributed .footer-links a:before {
        content: "|";
        font-weight: 300;
        font-size: 20px;
        left: 0;
        color: #C27D5C;
        display: inline-block;
        padding-right: 5px;
    }

    .footer-distributed .footer-links .link-1:before {
        content: none;
    }



    .footer-distributed .footer-right {
        width: 20%;
    }

    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #E8E3E2;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }

        .footer-distributed .footer-company-about span {
            display: block;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 20px;
        }

    .footer-distributed .footer-icons {
        margin-top: 25px;
    }

        .footer-distributed .footer-icons a {
            display: inline-block;
            width: 35px;
            height: 35px;
            cursor: pointer;
            background-color: black;
            border-radius: 2px;
            font-size: 20px;
            color: #C27D5C;
            text-align: center;
            line-height: 35px;
            margin-right: 3px;
            margin-bottom: 5px;
        }


@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

        .footer-distributed .footer-left,
        .footer-distributed .footer-center,
        .footer-distributed .footer-right {
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }

            .footer-distributed .footer-center i {
                margin-left: 0;
            }
}

/************************************ImageHover***********************/
.hovereffect {
    width: 100%;
    height: 100%;
    padding-bottom:2%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: transparent;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect:hover .overlay {
        background-color: rgba(75,75,75,0.7);
    }

    .hovereffect img {
        display: block;
        position: relative;
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #C27D5C;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect:hover h2 {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

    .hovereffect a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #C27D5C;
        border: 1px solid #C27D5C;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-weight: normal;
        margin: -52px 0 0 0;
        padding: 62px 100px;
    }

    .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .hovereffect a.info:hover {
        box-shadow: 0 0 5px #C27D5C;
    }
/**********imgheight*********/
.col-md-6 img {
    width: 100%;
    height: 21vw;
}

@media only screen and (max-width:800px) {
    .modal {
        top: 50%;
        outline: none;
    }

    .col-md-6 img {
        width: 100%;
        height: 98vw;
        padding-bottom: 0px;
    }
}

/*********underlineeffect*/
#seller {
    padding: 30px 0;
}

#sellertext {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 24px;
    color: #1A1818;
    margin-top: 20%;
}

#seller a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(194, 125, 92);
    font-size: 25px;
    position: relative;
    text-decoration: none;
    padding: 4px 0;
    transition: 0.5s;
    display: block;
}

    #seller a::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        top: 100%;
        left: 0;
        background: #C27D5C;
        transition: transform 0.5s;
        transform: scaleX(0);
        transform-origin: right;
    }

    #seller a:hover {
        color: #1A1818;
    }

        #seller a:hover::after {
            transform: scaleX(1);
            transform-origin: left;
        }


/****************BUTON******************/

/********************FOTMCONTROLFOCUS******************************/

/*****search****/
#carList {
    background-color: #F7F2F1;
    padding: 0px 0;
    /*max-width: 250px;*/
    max-height: 200px;
    overflow-y: scroll;
}

    #carList a:hover, #carList li img {
        color: #936048;
        text-align: center;
    }

nav ul {
    list-style-type: none;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #C27D5C;
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #C27D5C;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#F5E0DC), to(#F5E0DC), color-stop(.6,rgba(0, 0, 0, 0.3)));
}
