@charset "utf-8";
* {
    outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
h1 {
    font-size: 30px;
    line-height: 30px;
}
h2 {
    font-size: 30px;
    line-height: 30px;
}
h3 {
    font-size: 25px;
    line-height: 25px;
}
h4 {
    font-size: 20px;
    line-height: 20px;
}
h5 {
    font-size: 15px;
    line-height: 15px;
}
h6 {
    font-size: 12px;
    line-height: 15px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #FC0;
}
a, a:hover {
    text-decoration: none;
    transition: color linear 0.25s;
    -ms-transition: color linear 0.25s;
    -moz-transition: color linear 0.25s;
    -webkit-transition: color linear 0.25s;
    -o-transition: color linear 0.25s;
}
.margin-bottom {
    margin-bottom: 40px;
}
.margin-bottom-half{
    margin-bottom: 20px;
}
.margin-top {
    margin-top: 40px;
}
.clearfix{
    float: none;
    clear: both;
}
.clear-left{
    clear: left;
}

/* General */
html {
    overflow-x: hidden;
}
body {
    background: #FFF;
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #666;
}


/* Breadcrumb */
.breadcrumb {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
    background: none;
    border-radius: 0;
}
.breadcrumb li {
    text-shadow: none;
}
.breadcrumb li .divider {
    color: #E5E5E5;
}
.breadcrumb li a {
    color: #333;
}
.breadcrumb li a:hover {
    color: #0CC;
}
.breadcrumb .active {
    color: #999;
}


.p404 {
    padding: 50px 0;
    text-align: center;
}
.btn.p404 {
    margin-bottom: 40px;
    padding: 10px;
    background: #0CC;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-shadow: none;
    text-transform: uppercase;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.btn.p404:hover {
    background: #FC0;
    color: #FFF;
}


/* Logo */
#logo {
    margin: 20px auto;
    text-align: center;
    display: block;
}
#logo img {
    display: inline-block;
}

/* Navbar */
.navbar-cont {
    margin: 18px 0;
    background: #333;
}
.navbar {
    margin-bottom: 0;
}
.navbar-inner {
    padding: 0;
    background: none;
    filter: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.navbar-inner .btn-navbar {
    margin: 0 auto;
    padding: 10px 0;
    height: 20px;
    background: #F9F9F9;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #999;
    text-shadow: none;
    text-transform: uppercase;
    float: none;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.navbar-inner .btn-navbar i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}
.navbar-inner .btn-navbar:hover {
    color: #333;
}
.navbar-inner .btn-navbar:hover i {
    opacity: 1;
}
.navbar-inner .nav {
    margin: 0;
    float: left;
}
.navbar-inner .nav li {
    filter: none;
    position: relative;
    transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
}
.navbar-inner .nav li:hover {
    background: #0CC;
    filter: none;
}
.navbar-inner .nav li a {
    margin-bottom: 0;
    padding: 0 20px;
    height: 40px;
    border-radius: 0;
    font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    display: block;
    float: left;
    transition: padding linear 0.25s;
    -ms-transition: padding linear 0.25s;
    -moz-transition: padding linear 0.25s;
    -webkit-transition: padding linear 0.25s;
    -o-transition: padding linear 0.25s;
}
.navbar-inner .nav li a:hover {
    color: #FFF;
}
.navbar-inner .nav li.active a, .navbar-inner .nav li.active a:hover {
    background: #FC0;
    border-radius: 0;
    box-shadow: none;
    color: #FFF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #FFF;
    background-color: inherit;
}
.navbar-inner .nav li i {
    margin-right: -20px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    float: right;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.navbar-inner .nav li:hover i {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown .dropdown-toggle:hover {
    background: none;
    box-shadow: none;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
    background: #FC0;
    color: #FFF;
}
.navbar-inner .nav li .dropdown-menu {
    padding: 20px;
    margin: 0;
    width: 180px;
    background: #FFF;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    list-style: none;
    opacity: 0;
    display: inherit;
    position: absolute;
    top: 30px;
    left: -9999px;
    float: none;
    transition: top linear 0.25s, opacity linear 0.25s;
    -ms-transition: top linear 0.25s, opacity linear 0.25s;
    -moz-transition: top linear 0.25s, opacity linear 0.25s;
    -webkit-transition: top linear 0.25s, opacity linear 0.25s;
    -o-transition: top linear 0.25s, opacity linear 0.25s;
}
.navbar-inner .nav li:hover .dropdown-menu {
    opacity: 1;
    top: 40px;
    left: 0;
}
.navbar-inner .nav li .dropdown-menu:before, .navbar-inner .nav li .dropdown-menu:after {
    display: none;
}
.navbar-inner .nav li .dropdown-menu li a, .navbar-inner .nav li.active .dropdown-menu li a {
    padding: 0;
    height: 29px;
    background: none;
    filter: none;
    border-top: 1px dotted #E5E5E5;
    font: normal 12px/29px Arial, Helvetica, sans-serif;
    color: #999;
    text-align: left;
    text-transform: none;
    float: none;
}
.navbar-inner .nav li .dropdown-menu li.releases a, .navbar-inner .nav li.active .dropdown-menu li.releases a {
    font-weight: bold;
}

.navbar-inner .nav li .dropdown-menu li:first-child a, .navbar-inner .nav li.active .dropdown-menu li:first-child a {
    height: 30px;
    border-top: none;
    line-height: 30px;
}
.navbar-inner .nav li .dropdown-menu li:hover {
    background: none;
    filter: none;
}
.navbar-inner .nav li .dropdown-menu li:hover a, .navbar-inner .nav li .dropdown-menu li.active a {
    color: #0CC;
}
.navbar-inner .nav.profileNav {
    margin: 0;
    float: right;
}

.date {
    margin: 10px 0;
    padding: 10px;
    background: #F9F9F9;
    color: #999;
    display: block;
}
.date a {
    color: #0CC;
}
.date a:hover {
    color: #333;
}


/* Lists */
.list-desc {
    margin: 0 0 35px 0;
    list-style: none;
}
.list-desc li {
    margin-bottom: 5px;
    font: italic 14px/30px Arial, Helvetica, sans-serif;
    color: #333;
}
.list-desc li i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: #F9F9F9;
    line-height: 30px;
    color: #999;
    text-align: center;
    display: inline-block;
}

.small-desc {
    margin-bottom: 40px;
    color: #999;
}
.small-desc a {
    color: #0CC;
}
.small-desc a:hover {
    color: #333;
}


/* About Lists */	
.about-list li {
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.about-list li .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}
.about-list li .thumbnail a{
    color: #666;
}
.about-list li .thumbnail .about-thumb {
    margin-bottom: 20px;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.about-list li .thumbnail:hover .about-thumb {
    border-radius: 100%;
}
.about-list li .thumbnail .icon-service {
    margin: 0 auto 10px;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    font-size: 100px;
    line-height: 160px;
    text-align: center;
    display: block;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.about-list li .thumbnail:hover .icon-service {
    background: #FC0;
    font-size: 80px;
    color: #FFF;
}
.about-list li .thumbnail .caption {
    padding: 0;
}
.about-list li .thumbnail .caption h3 a {
    color: #0CC;
}
.about-list li .thumbnail .caption h3 a:hover {
    color: #333;
}
.about-list li .thumbnail .caption .footer-social {
    margin: 10px 55px;
    height: 40px;
}
.about-list li .thumbnail p {
    margin-bottom: 0;
}
.about-list li .thumbnail .progress {
    margin-bottom: 0;
}


/* Address */
address a {
    color: #0CC;
}
address a:hover {
    color: #333;
}


.userList{
    margin: 0;
}

/* Contact Form */
.stdForm input, .stdForm textarea {
    border-color: #E5E5E5;
    border-radius: 0;
    box-shadow: none;
}
.stdForm button{
    padding: 0 10px;
    height: 30px;
    background: #0CC;
    border: none;
    border-radius: 0;
    box-shadow: none;
    line-height: 30px;
    color: #FFF;
    text-shadow: none;
}
.stdForm button:hover {
    background: #FC0;
    color: #FFF;
}
.stdForm button.disabled, .stdForm button[disabled],
.stdForm button.disabled:hover, .stdForm button[disabled]:hover {
    cursor: default;
    background: #efefef;
    color: #7b7b7b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.stdForm .mce-btn button{
    background:  transparent;
}
.evaluationForm input[type="checkbox"]{
    float: left;
    margin-right: 10px;
}
.search-form{
    background: #F9F9F9;
    margin: 0;
}

.help-block.error{
    color: #b94a48;
}
.login-form .link{
    display: inlineinline-block;
    margin-right: 30px;
}
.login-form .checkbox input{
    float: none;
}

.stdBtn {
    margin-bottom: 40px;
    padding: 0 10px;
    width: 140px;
    height: 40px;
    background: #0CC;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-shadow: none;
    text-transform: uppercase;
    float: right;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.stdBtn:hover {
    background: #FC0;
}

.btn-filter, .btn-clearSearch{
    background: #953561;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-shadow: none;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    
    float: right;
    clear: right;
    margin-top:  -30px;
}
.btn-filter i, .btn-clearSearch i,
.btn-save i, .btn-download i{
    margin-right: 10px;
    font-size: 18px;
}
.btn-clearSearch{
    float: none;
    margin: 0 0 10px;
}


.select-option h5 {
    margin-bottom: 10px;
}
.select-option fieldset {
    margin: 0 0 20px 0;
    padding-bottom: 19px;
    border-bottom: 1px dashed #E5E5E5;
}
.select-option label {
    margin-bottom: 0;
    font: normal 12px/20px Arial, Helvetica, sans-serif;
    color: #999;
}
.select-option select {
    margin-bottom: 0;
    padding: 5px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    font: normal 12px/30px Arial, Helvetica, sans-serif;
    color: #999;
}



/* Pagination */
.pagination {
    margin-top: 0;
    margin-bottom: 40px;
    height: 30px;
}
.pagination ul {
    margin: 0;
    height: 30px;
    border-radius: 0;
    box-shadow: none;
}
.pagination ul li a {
    padding: 0;
    width: 29px;
    height: 28px;
    line-height: 28px;
    color: #999;
    text-align: center;
    border: 1px solid #F0F0F0;
    border-left: none;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.pagination ul li a:hover {
    background: #F9F9F9;
    color: #333;
}
.pagination ul li.active a, .pagination ul li.active a:hover {
    background: #FC0;
    border-color: #FC0;
    color: #FFF;
}
.pagination ul li a i {
    line-height: 28px;
    color: #CCC;
    display: block;
}
.pagination ul li:first-child a {
    width: 28px;
    border-left: 1px solid #F0F0F0;
    border-radius: 0;
}
.pagination ul li:last-child a {
    border-radius: 0;
}


/* Alert */
.alert {
    margin-bottom: 40px;
    padding: 9px 34px 9px 19px;
    text-shadow: none;
    border-radius: 0;
}
.alert .close {
    top: 0px;
    right: -25px;
}


/* Sidebar */
.sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
}
.sidebar h3 {
    margin-bottom: 20px;
}
.sidebar .nav-stacked {
    margin-bottom: 20px;
    list-style: none;
}
.sidebar .nav-stacked li a {
    border-bottom: 1px dotted #E5E5E5;
    line-height: 29px;
    color: #999;
    float: none;
}
.sidebar .nav-stacked li a:hover, .sidebar .nav-stacked li.active a {
    background: none;
    color: #0CC;
}
.sidebar select {
    border-color: #E5E5E5;
    border-radius: 0;
}
.sidebar p a {
    color: #0CC;
}
.sidebar p a:hover {
    color: #333;
}


/* Blog List */
.blog-list {
    margin: 40px 0 0 0;
    list-style: none;
    float: none;
    clear: both;
}
.blog-list div.newsItem  {
    margin: 0 0 40px 0;
    padding-bottom: 39px;
    border-bottom: 1px dashed #E5E5E5;
    overflow: hidden;
}
.blog-list.clean div.newsItem {
    margin: 4px 10px 4px 0;
    padding-bottom: 10px;
}
.blog-list div.newsItem a {
    color: #0CC;
}
.blog-list div.newsItem a:hover {
    color: #333;
}
.blog-list div.newsItem .thumbnail {
    margin: 0 20px 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}
.blog-list div.newsItem .blog-thumb {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.blog-list div.newsItem:hover .blog-thumb {
    opacity: 1;
}
.blog-list div.newsItem .blog-thumb a {
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: #FC0;
    border-radius: 100%;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
}
.blog-list div.newsItem .blog-thumb a:hover {
    margin: 0;
    width: 100%;
    height: 100%;
    background: #0CC;
    border-radius: 0;
    line-height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.blog-list div.newsItem .blog-thumb a:hover i {
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}
.blog-list div.newsItem h3 a {
    margin-bottom: 15px;
    display: block;
}
.blog-list div.newsItem .btn {
    padding: 10px;
    background: #0CC;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-shadow: none;
    text-transform: uppercase;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.blog-list div.newsItem .btn:hover {
    background: #FC0;
    color: #FFF;
}
/* Table */
.table {
    margin-bottom: 40px;
}
.table th, .table td {
    /*text-align: right;*/
    vertical-align: middle;
}
.table th.p-name, .table td.p-name {
    text-align: left;
}
.table th {
    padding: 0 4px;
    /*font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif; */
    font: normal 14px/19px Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #999;
    text-transform: uppercase;
}
.table td {
    padding: 4px;
}
.table td a {
    color: #0CC;
}
.table td a:hover {
    color: #333;
}
.table td a.delete {
    background: none;
}
.table td.yes {
    color: #0CC;
}
.table tr.brand td {
    background: #0CC;
}
.table-hover tbody tr.brand:hover>td, .table-hover tbody tr.brand:hover>th{
    background: #AD0;
}
.table tr.brand td h5{
    color: white;
}
.table .thumb-cart {
    width: 50px;
    height: 50px;
}
.table .thumb-cart a img {
    width: 50px;
    height: 50px;
}

.table .filter-container input{
    width: auto;
}
.table tr.bold td {
    font-weight: bold;
    font-size:  13px;
}
.sort-link{
    position: relative;
    padding-right: 12px;
}
.caret{
    position: absolute;
    right: 0;
    top: 4px;
    border-top-color: #E5E5E5;

}
.desc .caret{
    top: 1px;
    border-bottom: 4px solid #FC0;
    border-top: 4px solid transparent;
}
.asc .caret{
    border-top-color: #FC0;
}
.userList td:first-child, .userList th:first-child, .userList td:first-child .filter-container{
    width: 40px;
}
.userList td:first-child .filter-container input{
    width: 20px;
}
.userList td:nth-child(7){
    max-width: 100px;
}
.userList td:nth-child(7) select{
    max-width: 80px;
}
.userList td:last-child, .userList th:last-child, .userList td:last-child .filter-container{
    min-width: 60px;
}
.usedCars table{
    width: 100%;
    table-layout: fixed;
}
.usedCars table .filter-container input{
    width: 80%;
    margin: 0;
}

/* Change Color */
.colorSw {
    margin-top: -90px;
    width: 30px;
    height: 180px;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
}
.colorSw a {
    width: 30px;
    height: 30px;
    color: #666;
    display: block;
}
.colorSw a.change-css-multicolor {
    background: #333;
    color: transparent;
}
.colorSw a.change-css-red {
    background: #F33;
    color: transparent;
}
.colorSw a.change-css-yellow {
    background: #FC0;
    color: transparent;
}
.colorSw a.change-css-green {
    background: #AD0;
    color: transparent;
}
.colorSw a.change-css-blue {
    background: #0CC;
    color: transparent;
}
.colorSw a.change-css-violet {
    background: #B7B;
    color: transparent;
}
/* toTop */
#toTop {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.25);
    line-height: 50px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 0px;
    right: 25px;
    z-index: 9999;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
#toTop:hover {
    margin-right: -25px;
    width: 100px;
    height: 100px;
    background: rgba(0,0,0,0.75);
    line-height: 100px;
}
#toTop i {
    margin: 0;
    transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}
#toTop:hover i {
    line-height: 100px;
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1199px) { }

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
    body {
        padding-right: 20px;
        padding-left: 20px;
    }
    .row-main {
        margin-left: 0;
    }
    .navbar-cont {
        background: none;
    }
    .navbar-cont .row {
        margin-left: 0;
    }
    .navbar-cont .span12 {
        margin: 0 auto;
        width: 100%;
        height: inherit;
        position: inherit;
        float: none
    }
    .navbar-inner {
        background: #333;
    }
    .navbar-inner .nav, .navbar-inner .nav.profileNav{
        float: none;
    }
    .navbar-inner .nav li a {
        padding: 0;
        height: 39px;
        border-bottom: 1px solid #444;
        line-height: 39px;
        text-align: center;
        float: none;
    }
    .navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
        background: #0CC;
    }
    .navbar-inner .nav li i {
        margin: 0;
        display: inline-block;
        position: absolute;
        right: 0;
        float: none;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
        background: #FC0;
        color: #FFF;
    }
    .navbar-inner .nav li.dropdown .dropdown-toggle:focus {
        background: none;
        color: #FFF;
    }
    .navbar-inner .nav li.dropdown.active .dropdown-toggle {
        box-shadow: none;
        color: #FFF;
    }
    .navbar-inner .nav li.dropdown .dropdown-menu {
        display: none;
    }
    .navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
        position: inherit;
        top: 0;
        left: 0;
    }
    .navbar-inner .nav li.open .dropdown-menu {
        width: auto;
        opacity: 1;
        position: inherit;
        top: 0;
        right: 0;
        display: block;
    }
    .navbar-inner .nav li.open .dropdown-menu li a {
        margin-bottom: 0;
        border-bottom: none;
    }
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
    .navbar-inner .nav, .navbar-inner .nav.profileNav {
        float: none;
    }
    .navbar-inner .nav li a {
        padding: 0;
        height: 39px;
        border-bottom: 1px solid #444;
        line-height: 39px;
        text-align: center;
        float: none;
    }
    .navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
        background: #0CC;
    }
    .navbar-inner .nav li i {
        margin: 0;
        display: inline-block;
        position: absolute;
        right: 0;
        float: none;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
        background: #FC0;
        color: #FFF;
    }
    .navbar-inner .nav li.dropdown .dropdown-toggle:focus {
        background: none;
        color: #FFF;
    }
    .navbar-inner .nav li.dropdown.active .dropdown-toggle {
        box-shadow: none;
        color: #FFF;
    }
    .navbar-inner .nav li.dropdown .dropdown-menu {
        display: none;
    }
    .navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
        position: inherit;
        top: 0;
        left: 0;
    }
    .navbar-inner .nav li.open .dropdown-menu {
        width: auto;
        opacity: 1;
        position: inherit;
        top: 0;
        right: 0;
        display: block;
    }
    .navbar-inner .nav li.open .dropdown-menu li a {
        margin-bottom: 0;
        border-bottom: none;
    }
    
    .thumbnails>li{
    	float: left;
		margin-bottom: 20px;
		margin-left: 20px;
		width: 17%;
    }
}

/* Mobile portrait layout */
@media (max-width: 479px) {
    .navbar-inner .nav, .navbar-inner .nav.profileNav {
        float: none;
    }
    .navbar-inner .nav li a {
        padding: 0;
        height: 39px;
        border-bottom: 1px solid #444;
        line-height: 39px;
        text-align: center;
        float: none;
    }
    .navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
        background: #0CC;
    }
    .navbar-inner .nav li i {
        margin: 0;
        display: inline-block;
        position: absolute;
        right: 0;
        float: none;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
        background: #FC0;
        color: #FFF;
    }
    .navbar-inner .nav li.dropdown .dropdown-toggle:focus {
        background: none;
        color: #FFF;
    }
    .navbar-inner .nav li.dropdown.active .dropdown-toggle {
        box-shadow: none;
        color: #FFF;
    }
    .navbar-inner .nav li.dropdown .dropdown-menu {
        display: none;
    }
    .navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
        position: inherit;
        top: 0;
        left: 0;
    }
    .navbar-inner .nav li.open .dropdown-menu {
        width: auto;
        opacity: 1;
        position: inherit;
        top: 0;
        right: 0;
        display: block;
    }
    .navbar-inner .nav li.open .dropdown-menu li a {
        margin-bottom: 0;
        border-bottom: none;
    }
    
    
    
    .products-list ul li{
        float: left;
        margin: 0 1% 1% 0;
        width: 49%;
    }
}



input.error, select.error{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}




/* Product List */
.products-list {
    padding-top: 40px;
    background: #F9F9F9 url(../img/bg-line-vert.png);
    box-shadow: 0 -10px 0 rgba(0,0,0,0.1);
    position: relative;
}
.products-list-small {
    background: #FFF;
    box-shadow: none;
}
.products-list-simple {
    padding-top: 0;
    background: none;
    box-shadow: none;
}
.products-list-small .nav-tabs {
    line-height: 25px;
    border-bottom: none;
    text-align: center;
}
.products-list-small .nav-tabs a {
    margin-left: 20px;
    padding-left: 20px;
    height: 25px;
    border-left: 1px solid #E5E5E5;
    font: normal 25px/25px Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #E5E5E5;
    text-transform: uppercase;
    display: inline-block;
}
.products-list-small .nav-tabs a:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.products-list-small .nav-tabs a span {
    color: #E5E5E5;
    display: inline-block;
}
.products-list-small .nav-tabs a.active {
    color: #666;
}
.products-list-small .nav-tabs a.active span {
    color: #FC0;
}
.products-list h3 {
    margin-bottom: 20px;
    text-align: center;
}
.products-list ul {
    margin-bottom: 0;
}
.products-list li {
    margin-bottom: 40px;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.products-list li .thumbnail {
    padding: 9px;
    background: #FFF;
    border: 1px solid #F0F0F0;
    border-radius: 0;
    box-shadow: 0 10px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.products-list-small li .thumbnail {
    padding-bottom: 0;
    border: 1px dotted #E5E5E5;
    box-shadow: none;
}
.products-list-simple li .thumbnail {
    box-shadow: none;
}
.products-list li .thumbnail a.thumb {
    margin-bottom: 10px;
    display: block;
}
.products-list li .thumbnail a.thumb img {
    margin: auto;
    display: block;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.products-list li:hover .thumbnail a.thumb img {
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}
.products-list.products-list-noAnimation li:hover .thumbnail a.thumb img {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    opacity: 0.4;
}
.products-list li .thumbnail p {
    margin-bottom: 0;
    text-align: center;
}
.products-list li .thumbnail p a {
    font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
    color: #333;
    text-transform: uppercase;
    display: block;
}
.products-list-small li .thumbnail p a {
    min-height: 40px;
}
.products-list li .thumbnail p a:hover {
    color: #0CC;
}


.modelDetails .tab-content{
    background: white;
    padding-top: 10px;
}
.modelDetails #yw0{
    border: 1px solid #eee;
    padding: 14px;
    background: #F1F1F1;
}
.nav-tabs{
    margin-bottom: 0px;
}
.nav-tabs>li>a{
    color: #666;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus{
    background-color: #0CC;
    color: white;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn{
    font-size: 12px;
    line-height: 12px;
}
.btn-center{
    float: none;
    margin: 4px auto;
    display: block;
}

.btn-checkout {
    margin-bottom: 40px;
    background: #FC0;
    color: #FFF;
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
}
.btn-checkout:hover {
    background: #0CC;
}


.vehiclePicker img{
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;

}
.vehicleSampleDetail {
    color: #0CC;
}
.rightColTitle .portlet-title{
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 20px 0;
    font-weight: normal;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}


.span12 .numCars4 th, .span12 .numCars4 td{
    width: 20%;
}
.span12 .numCars3 th, .span12 .numCars3 td{
    width: 25%;
}
.span12 .numCars2 th, .span12 .numCars2 td{
    width: 33%;
}





.imageList{ list-style:  none; }
.imageList li{
    position:  relative;
    margin-bottom: 4px;
}
.delete,.cancel, .add{
    padding: 2px 8px;
    background: #FC0;
    color: white;
    cursor: pointer;
}
.add{
    padding: 4px 8px;
    background: #0CC;
    margin-top: 4px;
}
.delete:hover, .cancel:hover, .add:hover{
    background: #0CC;
    color: white;
}
.add:hover{
    background: #FC0;
}
.imageList .delete, .imageList .cancel{
    position: absolute;
    top: 0px;
    left: 0px;
}
.mainImage .delete, .mainImage .cancel,
.markToDelete .delete, .markToDelete .cancel{
    top: 2px;
    left: 2px;
}
.markToDelete img, .mainImage.markToDelete img {
    border: 2px solid #e25050;
}
li.markToDelete, li.markToDelete a {
    color: #e25050;
}
li.markToDelete .cancel{
    padding: 6px 8px;
}
li.markToDelete .cancel{
    color: white;
}
.deleteHidden, .cancel {
    display: none;
}
.mainImage img {
    border: 2px solid #0CC;
}
input + .delete, input + .cancel{
    padding: 6px 8px;
}
input[type=text] + .delete, input[type=text] + .cancel{
    position: relative;
    top: -4px;
}


#curtain{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255,255,255, .5) url(../img/ajax-loader.gif) center center no-repeat
}



.ui-datepicker{
    width: 19em;
    padding: .2em .2em 0;
    background: #0CC;
    color: white;
}
.ui-datepicker-header{
    border-bottom: 1px solid #99ebeb;
}
thead{
    border-bottom: 1px solid #99ebeb;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    color: white;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev { left: 12px; }
.ui-datepicker .ui-datepicker-next { right: 12px; }
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover{
    background: none !important;
    color: #FC0 !important;
}
.ui-datepicker .ui-datepicker-year{
    width: auto;
    height: auto;
    line-height: normal;
    margin: 0;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.ui-datepicker td.ui-datepicker-week-end a,
.ui-datepicker th.ui-datepicker-week-end{
    color: #99ebeb;
    border: none;
    font-weight: normal;
}
.ui-datepicker .ui-state-hover{
    background: #FC0;
}

.ui-datepicker .ui-state-active{
    background: #26a4a9;
    color: white;
}


.not-bookmarked, .bookmarked, table .icon-download, table .icon-tag  {
    font-size: 22px;
}
.not-bookmarked {
    color: grey;
    cursor: pointer;
}
.bookmarked {
    color: limegreen;
    cursor: pointer;
}



@media (max-width: 767px),
(min-device-width : 768px) and (max-device-width : 1024px)  and (orientation : portrait) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    
    z-index: 0;
    position: relative;
    
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e0e8f0;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    table-layout: auto;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
