﻿@charset "utf-8";
/* CSS Document */

body {
    background-color: #eff2f4;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
a.mlink{color:#0102FD;}
#wraper {
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}

h2 {
    font-size: 16px;
    color: #1c668b;
    margin-top: 0;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
}

#header .logo, #header .advt {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header ul#second-nav, #header ul#second-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blogbbtn{font-weight:bold; line-height:25px; }
#header ul#second-nav {
    background: #1c668b;
    height: 38px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

    #header ul#second-nav li {
        display: block;
        float: left;
    }

        #header ul#second-nav li a {
            display: block;
            padding: 0 12px 0 11px;
            line-height: 38px;
            font-size: 14px;
            color: #fff;
            border-right: 1px solid #0099cc;
            border-left: 1px solid #003366;
        }

        #header ul#second-nav li:first-child a {
            border-left: none;
        }

@-moz-document url-prefix() {
    #header ul#second-nav li a;

{
    padding: 0 12px 0 13px;
}

}

#header ul#second-nav li li {
    float: none;
    padding: 0;
    margin: 0;
}

    #header ul#second-nav li li a, #header ul#second-nav li li a:hover, #header ul#second-nav li li:hover a, #header ul#second-nav li li a:visited {
        margin: 0;
        padding: 0 15px;
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
        border: none;
    }

        #header ul#second-nav li li a:hover, #header ul#second-nav li li:hover > a {
            color: #25C2D5;
        }

#header ul#second-nav ul {
    z-index: 9999;
    background-color: rgb(95,95,98);
    position: absolute;
    left: -999em;
    height: auto;
    width: 252px;
    padding: 0;
}
#header ul#second-nav ul  ul{
	margin-left:252px;
	background:#838387;
	margin-top:-24px;
}
#header ul#second-nav li:hover > ul {
    left: auto;
}

#header ul#second-nav li:hover {
    position: static;
}

#header ul#second-nav li.greennav a {
    background: #339900;
    border-right: none;
}

#ban-slider {
    height: 285px;
    overflow: hidden;
}


#main-body p {
    font-size: 13px;
    line-height: 18px;
    color: #666666;
}

    #main-body p a {
        font-weight: bold;
        color: #62c1ed;
    }

#main-body h2 a {
    font-size: 11px;
    text-decoration: underline;
    color: #62c1ed;
    display: inline-block;
    float: right;
    line-height: 18px;
}

a.big-btn,div.big-btn,button.big-btn  {
    margin: 10px 0;
    display: block;
    line-height: 46px;
    border-bottom: 4px solid #58add5;
    background: #62c1ed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #1c668b;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
	padding:0;
	width:100%;
}
div.big-btn a{
	color: #1c668b;
}
div.big-btn .btn{border:none; background:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; font-weight:bold;}
    a.big-btn:hover,button.big-btn:hover {
        border-top: 4px solid #58add5;
        border-bottom: none;
        background: #5eb9e3;
		color: #1c668b;
    }
button.big-btn .caret{display:none;}
h1.home {
    font-size: 17px;
    color: #1c668b;
}

h1 > a {
    font-size: 12px;
    float: right;
}


ul.nav.nav-tabs {
    border: none;
}

.nav-tabs > li {
    margin-bottom: 0;
}

    .nav-tabs > li > a, .nav-tabs > li > a:hover {
        border: none;
        background: #1c668b;
        margin-right: 10px;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: none;
        color: #1c668b;
    }

.navbar-default, .navbar {
    background: none;
    border: none;
}

.navbar {
    min-height: 38px;
    margin-bottom: 0px;
}

.navbar-collapse {
    padding: 0;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar .navbar-toggle {
    border-color: #888;
}

.tab-conts {
    padding: 10px 30px 10px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    overflow: hidden;
    border-bottom: 4px solid #cccccc;
}

label {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
}

.tab-conts label {
    display: block;
}

.tab-conts .row {
    padding-bottom: 10px;
}

    .tab-conts .row select {
        width: 100%;
        height: 20px;
    }

.search-links {
    color: #62c1ed;
    font-size: 11px;
    font-weight: bold;
    line-height: 33px;
}

    .search-links a {
        color: #62c1ed;
        text-decoration: underline;
    }

.tab-conts .tab-pane input {
    width: 100%;
    border: 1px solid #dce2f1;
    background: #fff;
}
.vidmorelink{font-size: 17px;
    color: #1c668b; font-weight:bold;}

.news-paging a {
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #999999;
    margin-left: 5px;
}

    .news-paging a.selected {
        background: #62c1ed;
    }

    .news-paging a span {
        display: none;
    }

.news-slider ul, .news-slider li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-slider li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border-bottom: 4px solid #cccccc;
    height: 385px;
    float: left;
}

.news-slide-img img {
    width: 100% !Important;
    height: auto!Important;
}

.news-slider li .news-content {
    padding: 15px;
}

.cars-section {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border-bottom: 4px solid #cccccc;
}

.car-img {
    border-right: 5px solid #339900;
    width: 260px !important;
    height: 163px !important;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    overflow: hidden;
}

    .car-img img {
        width: 255px !important;
        height: auto !important;
    }

.car-names ul, .car-names li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .car-names li a {
        display: block;
        line-height: 29px;
        border-bottom: 1px solid #cccccc;
        color: #999999;
        font-size: 12px;
        font-weight: bold;
        padding: 0 7px;
    }

.car-names li {
    margin-left: -20px;
    padding: 0 10px;
}

    .car-names li.activeSlide a {
        color: #1c668b;
    }

.row.vpad {
    line-height: 5px;
}

.full-width-page {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border-bottom: 4px solid #cccccc;
    padding: 20px;
}

    .full-width-page h1 {
        color: #1c668b;
        margin-top: 0;
    }

        .full-width-page h1 span {
            font-size: 11px;
            color: #62c1ed;
            display: inline-block;
            float: right;
            line-height: 18px;
        }

        .full-width-page h1 a {
            color: #62c1ed;
            text-decoration: underline;
        }

.search-panel {
    background: #eef0f2;
    border-bottom: 1px solid #e0e0e2;
    border-top: 1px solid #e0e0e2;
    padding: 11px 0;
    height: 46px;
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 13px;
    color: #666666;
}

    .search-panel input {
        height: 22px;
        border: 1px solid #dce2f1;
        background: #fff;
        width: 100%;
    }

a.green-btn {
    background: #339900;
    display: block;
    text-align: center;
    line-height: 24px;
    color: #fff;
}

    a.green-btn.post-car-req {
        width: 80%;
        float: right;
        margin-top: 20px;
    }

    a.green-btn.active {
        background: #5EB9E3;
    }

.full-width-page h3 {
    color: #1c668b;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
}

.full-width-page .list-row {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #999999;
}

    .full-width-page .list-row h3 small {
        font-size: 11px;
        line-height: 14px;
        color: #666666;
        font-weight: bold;
    }

ul.tick-bull {
    list-style: url(../images/tick-bull.gif);
}

ul.arrow-bull {
    list-style: url(../images/arrow-bull.gif);
}

    ul.tick-bull li, ul.arrow-bull li {
        font-size: 13px;
        line-height: 18px;
        color: #666666;
    }

.login-form input {
    height: 22px;
    border: 1px solid #dce2f1;
    background: #fff;
    width: 100%;
}

.login-form .row {
    padding-top: 5px;
}

.signup-form {
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

    .signup-form .row {
        padding-top: 10px;
    }

        .signup-form .row.nopad {
            padding-top: 0px;
        }

.adv-search .signup-form.row {
    padding-top: 4px;
}

.adv-search .signup-form .row {
    padding-top: 0px;
}

.signup-form input, .signup-form select, .signup-form textarea {
    height: 22px;
    border: 1px solid #dce2f1;
    background: #fff;
    width: 100%;
}
.aspNetDisabled .signup-form input,.aspNetDisabled .signup-form select,.aspNetDisabled .signup-form textarea {
	background:#EFEFEF;
	cursor: not-allowed;
}
    .signup-form input.half-input {
        width: 50%;
    }

.signup-form textarea {
    height: 70px;
}

.signup-form input[type="radio"], .signup-form input[type="checkbox"] {
    width: auto;
    border: none;
    vertical-align: middle;
    margin: 0;
}

.signup-form label {
    margin: 0;
    padding-left: 5px;
}

.signup-form small {
    font-size: 11px;
}

hr.dotted {
    border-style: dotted;
    border-color: #999999;
}

sup.red {
    color: #cc0000;
    font-weight: bold;
}

.table th {
    color: #1c668b;
    font-size: 14px;
}

.table > tbody > tr > td {
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    border-top-style: dotted;
    border-top-color: #999;
}

.table .glyphicon-ok {
    color: #339900;
}
.table.no-border,.table.no-border > tbody > tr > td,.table.no-border tr > td{border:none; padding:4px;}
.table .glyphicon-remove {
    color: #ff7b59;
}

.ask-form {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid #dfe0e1;
    overflow: hidden;
}

    .ask-form h3 {
        padding: 0 20px;
        background: #1c668b;
        color: #fff;
        line-height: 47px;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
    }

    .ask-form .form-div {
        padding: 15px 20px;
    }

#main-body .ask-form .form-div p {
    font-size: 12px;
}

.ask-form .form-div input, .ask-form .form-div textarea {
    margin-bottom: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    padding: 10px;
    background: #fff;
    border: 1px solid #dfe0e1;
}

.ask-form .form-div textarea {
    height: 85px;
}

.buyer-guide .panel-heading {
    padding: 0 0 2px;
    border: none;
}

.buyer-guide .panel-group .panel {
    border: none;
}

.buyer-guide .panel-heading.collapsed .panel-title > a {
    padding: 15px;
    display: block;
    background: url(../images/minus-ico.png) no-repeat right center #62c1ed;
    color: #1c668b;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.buyer-guide .panel-title > a {
    background: url(../images/plus-ico.png) no-repeat right center #1c668b;
    padding: 15px;
    display: block;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.buyer-guide .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    background: #f0f3f5;
}

.gallery .col-sm-3 {
    margin-bottom: 20px;
}

    .gallery .col-sm-3 .glyphicon {
        font-size: 50px;
    }

.box {
    width: 20%;
}

.srating {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100px;
    height: 20px;
    position: relative;
    background: url(../images/strating.gif) top left repeat-x;
}

    .srating li {
        padding: 0px;
        margin: 0px;
        /*\*/
        float: left;
        /* */
    }

        .srating li a {
            display: block;
            width: 20px;
            height: 20px;
            text-decoration: none;
            text-indent: -9000px;
            z-index: 20;
            position: absolute;
            padding: 0px;
            background-image: none;
        }

            .srating li a:hover {
                background: url(../images/strating.gif) 0px -20px repeat-x;
                z-index: 1;
                left: 0px;
            }

    .srating a.onestar {
        left: 0px;
    }

        .srating a.onestar:hover {
            width: 20px;
        }

    .srating a.twostars {
        left: 20px;
    }

        .srating a.twostars:hover {
            width: 40px;
        }

    .srating a.threestars:hover {
        width: 60px;
    }

    .srating a.threestars {
        left: 40px;
    }

    .srating a.fourstars {
        left: 60px;
    }

        .srating a.fourstars:hover {
            width: 80px;
        }

    .srating a.fivestars {
        left: 80px;
    }

        .srating a.fivestars:hover {
            width: 100px;
        }

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../images/loading1.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

    #lbPrevLink:hover {
        background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
    }

#lbNextLink {
    right: 0;
}

    #lbNextLink:hover {
        background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
    }

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}
/* SLIMBOX */
#footer {
    background: #4a4a4a;
    margin: 20px 0 0;
    padding: 15px 0;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

    #footer a {
        color: #999999;
    }

        #footer a.active, #footer a:hover {
            color: #fff;
        }

.social-links {
    background: url(../images/social-icos.jpg) no-repeat center center;
    margin-top: 10px;
}

    .social-links a {
        display: block;
        height: 32px;
    }

    .social-links .col-sm-2 {
        padding: 0;
        padding-left: 4px;
    }

#bottom {
    background: #414141;
    font-size: 12px;
    line-height: 38px;
    color: #999999;
}

    #bottom a {
        color: #999999;
    }

div.loadingimg {
    /*make visible*/
    position: fixed;
    text-align: center;
    padding-top: 20%;
    vertical-align: middle;
    z-index: 100;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    background-color: #fff;
    -moz-opacity: 0.75;
    opacity: 0.75;
    filter: alpha(opacity=75);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

#bg_ad {
    border: 0 none;
    left: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 10000;
}

.ad-bg-img {
    display: none;
}

#banners {
    height: 282px;
    overflow: hidden;
}

.post-car-tet {
    border-left: 1px solid #666;
    padding: 20px;
    margin-left: 20px;
}

@media only screen and (max-width : 992px) {
	.blogbbtn{line-height:25px; }
    #top li a {
        font-size: 11px;
        padding: 0 3px;
    }

    #header ul#second-nav li a {
        font-size: 0.86em;
        padding: 0 5px;
    }

    a.big-btn {
        font-size: 0.85em;
    }

    #add-rotate img {
        width: 165px !Important;
    }

    .news-slider li {
        width: 350px;
    }

    .car-names li {
        margin-left: 0px;
    }

    .car-img {
        border: none;
        width: 100% !Important;
    }

        .car-img img {
            width: 100% !Important;
        }

        .car-img a {
            display: block;
            width: 100% !Important;
        }

    .car-names li a {
        height: 29px;
        overflow: hidden;
    }

    .search-panel {
        height: auto;
    }

    .social-links {
        background-size: 180px 27px;
        -moz-background-size: 180px 27px;
        -webkit-background-size: 180px 27px;
    }

        .social-links a {
            height: 27px;
        }
}

@media only screen and (max-width : 768px) {
    #top li a {
        font-size: 11px;
        padding: 0 3px;
    }

    #header ul#second-nav li a {
        font-size: 0.86em;
        padding: 0 5px;
    }

    a.big-btn {
        font-size: 0.85em;
    }

    #add-rotate img {
        width: 165px !Important;
    }

    .news-slider li {
        width: 350px;
    }

    .car-names li {
        margin-left: 0px;
    }

    .car-img {
        border: none;
        width: 100% !Important;
    }

        .car-img img {
            width: 100% !Important;
        }

        .car-img a {
            display: block;
            width: 100% !Important;
        }

    .car-names li a {
        height: 29px;
        overflow: hidden;
    }

    .search-panel {
        height: auto;
    }

    .social-links {
        background-size: 180px 27px;
        -moz-background-size: 180px 27px;
        -webkit-background-size: 180px 27px;
    }

        .social-links a {
            height: 27px;
        }
}
/* Medium Devices, Desktops */
/* Extra Small Devices, Phones */
@media only screen and (max-width : 760px) {
    #top li a {
        padding: 0 7px 0 8px;
        font-size: 13px;
    }
button.big-btn .caret{display:inline-block;}
    #header ul#second-nav li a {
        padding: 0 8px;
        font-size: 14px;
    }

    a.big-btn {
        font-size: 15px;
    }

    .logo, .advt {
        text-align: center;
    }

    #header .navbar .container {
        background: #1c668b;
    }

    #header ul#second-nav li {
        float: none;
    }

        #header ul#second-nav li a {
            border: none;
        }

    #header ul#second-nav {
        height: auto;
        overflow: auto;
    }

    #banners {
        height: 90px;
    }

    #headerIncl_homeflash {
        margin-top: -96px;
    }

    .nav > li > a {
        padding: 10px;
    }

    .nav-tabs > li > a, .nav-tabs > li > a:hover {
        padding: 7px;
        margin-right: 4px;
    }

    .news-slider li {
        height: auto;
    }

    .car-names li {
        margin-left: 0px;
    }

    .car-img {
        border: none;
        width: 100% !Important;
    }

    .social-links {
        width: 214px;
        margin: 0 auto;
    }

    .car-img img {
        width: 100% !Important;
    }

    .car-img a {
        display: block;
    }

    #bottom, #bottom .text-right {
        text-align: center;
    }

    #bottom {
        line-height: 20px;
        padding: 10px 0;
        margin-top: 20px;
    }

        #bottom, #bottom .text-right {
            text-align: center;
        }

    .search-panel {
        height: auto;
    }

    .full-width-page h1 span {
        float: none;
        clear: both;
    }

    a.green-btn {
        margin-bottom: 5px;
    }

    .post-car-tet {
        border-left: none;
        border-top: 1px solid #666;
        margin-left: 0px;
        margin-top: 20px;
    }
	.row.vpad {
    line-height: 25px;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
#bg_ad{display:none;}
    #top li a {
        padding: 0 7px 0 8px;
        font-size: 13px;
    }
	.row.vpad {
    line-height: 25px;
}
.blogbbtn{margin:5px 0; display:block; }
.blogbbtn br{display:none;}
button.big-btn .caret{display:inline-block;}
    #header ul#second-nav li a {
        padding: 0 8px;
        font-size: 14px;
    }

    a.big-btn {
        font-size: 15px;
    }

    .logo, .advt {
        text-align: center;
    }

    #header .navbar .container {
        background: #1c668b;
    }
	#header ul#second-nav li:hover > ul{position:relative;}
#header ul#second-nav ul ul{margin-left:0; margin-top:0;}
    #header ul#second-nav li {
        float: none;
    }

        #header ul#second-nav li a {
            border: none;
        }

    #header ul#second-nav {
        height: auto;
        overflow: auto;
    }

    #banners {
        height: 90px;
    }

    #headerIncl_homeflash {
        margin-top: -96px;
    }

    .nav > li > a {
        padding: 10px;
    }

    .nav-tabs > li > a, .nav-tabs > li > a:hover {
        padding: 7px;
        margin-right: 4px;
    }

    .car-names li {
        margin-left: 0px;
    }

    .car-img {
        border: none;
        width: 100% !Important;
    }

    .social-links {
        width: 214px;
        margin: 0 auto;
    }

    .car-img img {
        width: 100% !Important;
    }

    .car-img a {
        display: block;
        width: 100% !Important;
    }

    #bottom {
        line-height: 20px;
        padding: 10px 0;
        margin-top: 20px;
    }

        #bottom, #bottom .text-right {
            text-align: center;
        }

    .search-panel {
        height: auto;
    }

    .full-width-page h1 span {
        float: none;
        clear: both;
    }

    a.green-btn {
        margin-bottom: 5px;
    }

    .post-car-tet {
        border-left: none;
        border-top: 1px solid #666;
        margin-left: 0px;
        margin-top: 20px;
    }

    .searchreponsive table, .searchreponsive thead, .searchreponsive tbody, .searchreponsive th, .searchreponsive td, .searchreponsive tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .searchreponsive th, .searchreponsive tr.searchtitle {
            display: none;
        }

    .searchreponsive tr {
        border: 1px solid #ccc;
    }

    .searchreponsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: center !Important;
    }

        .searchreponsive td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }
}
