/*
================================
Import CSS and Google Fonts
================================
*/

@import url(../css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Condensed:400,700');

/*
================================
Global Styles
================================
*/

body {
    font-family: 'Lato', sans-serif;
    color: #2a2a2a;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
.slicknav_menu {
    display: none;
    background: #fe9900;
}
.slicknav_btn {
    background-color: transparent;
    border: 1px solid #fff;
}
.clear {
    clear: both;
}
a {
    transition: all 0.2s;
}
a:focus {
    outline: none;
}
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    transition: all 0.2s;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
}
p {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
}
a {
    color: #fe9900;
    font-family: 'Lato', sans-serif;
}
.bg-area {
    background: #F6F6F6;
}
.bg {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.bg-2 {
    position: absolute;
    background-color: #666;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.bg-3 {
    position: absolute;
    background-color: #666;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.headline {
    margin-bottom: 20px;
}
.headline h2 {
    position: relative;
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #666;
    color: #666;
}
.headline h2 span {
    color: #fe9900;
}
.headline-white h2 {
    color: #fff;
}
/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
/*Top-Header*/

.top-header {
    background: #555;
    line-height: 40px;
}
.top-header-left p,
.top-header-right,
.top-header-right a {
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-right: 15px;
}
.top-header-left i,
.top-header-right i {
    margin-right: 5px;
}
.top-header-right {
    float: right;
}
.top-header-right a {
    margin-right: 20px;
}
/*Menu*/

.menu-area {
    background: #fff;
    height: 61px;
}
.logo img {
    height: 81px;
}
.logo1 img {
    height: 81px;
}
ul.main-menu {
    float: right;
}
ul.main-menu li {
    position: relative;
    display: inline-block;
}
ul.main-menu li:last-child {
    padding-right: 0;
}
ul.main-menu li a {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 20px;
}
ul.main-menu li:hover a {
    background: #666;
}
ul.main-menu li ul {
    position: absolute;
    width: 200px;
    top: 62px;
    left: 0;
    z-index: 999;
}
ul.main-menu li ul li {
    display: none;
    background: #fe9900;
    visibility: hidden;
}
ul.main-menu li:hover ul li a {
    background: #fe9900;
}
ul.main-menu li ul li:hover a {
    background: #666;
}
ul.main-menu li ul li a {
    display: block;
    padding: 10px 22px;
    font-size: 14px;
}
ul.main-menu li:hover ul li {
    display: block;
    visibility: visible;
}
/*Slider-Area*/

.slider-area {
    position: relative;
}
.slider-item {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 150px 0;
}
.slider-text {
    text-align: center;
    position: relative;
}
.slider-text h1 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
}
.slider-text p {
    font-size: 16px;
    color: #fff;
}
.searchbox {
    margin-top: 60px;
}
.searchbox .col-md-6,
.searchbox .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}
.searchbox input[type='text'],
.searchbox input[type='submit'] {
    width: 100%;
    height: 40px;
    text-indent: 20px;
    border-radius: 5px;
}
.searchbox select {
    width: 100%;
}
.searchbox input[type='submit'] {
    text-indent: 0;
    background: #fe9900;
    font-weight: 600;
    color: #fff;
    transition: all 0.4s;
    font-size: 16px;
}
.searchbox input[type='submit']:hover {
    background: #000;
}
.option-item {
    margin-bottom: 15px;
}


.featured-Titolo {
    padding: 20px 0;
}

/*Featured Area*/

.featured-area {
    padding: 40px 0;
}
.featured-item {
    border: 1px solid #ddd;
    margin-top: 30px;
}
.featured-car-name {
    text-align: center;
    background: #f5f5f5;
}
.featured-car-name h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0;
    color: #666;
}
.featured-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 250px;
}
.featured-price {
    text-align: center;
    margin-top: -22px;
}
.featured-price del {
    color: #b1b1b1;
}
.featured-price h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    background: #555;
    display: inline-block;
    padding: 12px 20px;
}
.car-type {
    text-align: center;
    margin-top: 30px;
}
.car-type ul li {
    font-weight: 600;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #555;
}
.car-type ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.featured-link {
    text-align: center;
}
.featured-link a {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    background: #fe9900;
    color: #fff;
    padding: 10px;
    transition: all 0.4s;
}
.featured-link a:hover {
    background: #000;
}
/*Featured-Owl*/

.featured-gallery .owl-nav .owl-prev,
.featured-gallery .owl-nav .owl-next {
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 20px;
    background: #fe9900;
    color: #fff;
    padding: 5px 18px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.featured-gallery .owl-nav .owl-prev {
    margin-right: 60px;
}
.featured-gallery .owl-nav .owl-prev:hover,
.featured-gallery .owl-nav .owl-next:hover {
    background: #000;
    color: #fff;
}
/*Featured-New Car*/

.featured-new .featured-car-name {
    background: #fff;
}
/*testimonial-area*/

.testimonial-area {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10px 0;
}
.testimonial-item {
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px 20px;
    margin-top: 30px;
}
.testimonial-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.testimonial-text {
    color: #fff;
}
.testimonial-text h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 7px;
}
.testimonial-text h3 {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.testimonial-pra {
    line-height: 1.7;
    margin-top: 15px;
    padding: 0 10px;
}
.testimonial-pra p {
    margin: 0;
}
/*Testimonial-owl*/

.testimonial-gallery .owl-dots {
    text-align: center;
    margin-top: 35px;
}
.testimonial-gallery .owl-dots .owl-dot {
    height: 5px;
    width: 25px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
}
.testimonial-gallery .owl-dots .owl-dot.active {
    background: #fe9900;
}
/*Testimonial-Page*/

.testimonial-page .headline h2 {
    color: #fe9900;
}
.testimonial-page .headline h2:before {
    background: #2a2a2a;
}
.testimonial-page .testimonial-text {
    color: #2a2a2a;
}
.testimonial-page .testimonial-gallery .owl-dots .owl-dot {
    background: #2a2a2a;
}
.testimonial-page .testimonial-gallery .owl-dots .owl-dot.active {
    background: #fe9900;
}
/*Latest News*/

.latest-news {
    padding: 60px 0;
}
.latest-item {
    border: 1px solid #fe9900;
    padding: 8px;
    margin-top: 30px;
    
}


.latest-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 250px;
}
.latest-text {
    padding: 5px;
}
.latest-text h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
    color: #555;
}
.latest-text h2 a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fe9900;
}
.latest-text ul li {
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    color: #666;
}
.latest-pra {
    margin-top: 15px;
}
.latest-pra p {
    line-height: 1.5;
    margin-bottom: 15px;
}
.latest-pra a {
    text-align: center;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    background: #fe9900;
    color: #fff;
    padding: 10px;
    transition: all 0.4s;
}
.latest-pra a:hover {
    background: #555;
}
/*Latest-Owl*/

.latest-gallery .owl-nav .owl-prev,
.latest-gallery .owl-nav .owl-next {
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 20px;
    background: #fe9900;
    color: #fff;
    padding: 5px 18px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.latest-gallery .owl-nav .owl-prev {
    margin-right: 60px;
}
.latest-gallery .owl-nav .owl-prev:hover,
.latest-gallery .owl-nav .owl-next:hover {
    background: #000;
    color: #fff;
}
/*Newsletters*/

.newsletter-area {
    text-align: center;
    background: #fe9900;
    color: #fff;
    padding: 60px 0;
}
.newsletter-headline {
    margin-bottom: 30px;
}
.newsletter-headline h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
}
.newsletter-headline p {
    line-height: 1.7;
}
.newsletter-submit input[type='text'] {
    width: 60%;
    height: 50px;
    text-indent: 20px;
    padding-right: 10px;
    color: #2a2a2a;
}
.newsletter-submit input[type='submit'] {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    width: 20%;
    height: 50px;
    border-bottom: 1px solid #540a0a;
    background: #666;
    color: #fff;
    margin-left: -5px;
    transition: all 0.4s;
}
.newsletter-submit input[type='submit']:hover {
    background: #000;
    border-bottom: 1px solid #000;
}
/*Footer Area*/

.footer-area {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #333;
    color: #c7c7c7;
}
.footer-item {
    margin-top: 30px;
}
.footer-item h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 30px;
}
.footer-item p {
    line-height: 1.7;
    margin: 0;
}
.footer-item ul li {
    margin-bottom: 5px;
}
.footer-item ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #c7c7c7;
    transition: all 0.4s;
    padding-left: 5px;
}
.footer-item ul.fmain li:before {
    font-family: 'Fontawesome';
    content: '\f0a9';
    color: #c7c7c7;
}
.footer-item ul li a:hover {
    color: #fe9900;
}
.footer-social-link {
    margin-top: 30px;
}
.footer-social-link h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
}
.footer-social-link ul li {
    display: inline-block;
    margin-right: 5px;
}
.footer-social-link ul li a {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fe9900;
    border: 1px solid #fe9900;
    color: #fff;
    transition: all 0.4s;
    padding-left: 0;
}
.footer-social-link ul li a:hover {
    background-color: transparent;
    color: #fff;
}
.copyright {
    text-align: center;
    color: #c7c7c7;
    border-top: 1px solid #c7c7c7;
    margin-top: 60px;
    padding-top: 15px;
}
.copyright p {
    margin: 0;
}
/*Scroll-Top*/

.scroll {
    position: relative;
    z-index: 999999999;
}
.scroll:before {
    position: fixed;
    content: "\f106";
    font-family: Fontawesome;
    cursor: pointer;
    font-size: 28px;
    bottom: 15px;
    right: 15px;
    color: #EE9A1C;
    background: #fe9900;
    opacity: 1;
    padding: 4px 18px 6px;
    transition: all 0.4s ease;
}
.scroll:hover:before {
    color: #ffffff;
    z-index: 999999999;
    background: #0000ff;
    opacity: 0;
}
.ChiamaOra {
    position: relative;
    z-index: 99999;
}
.ChiamaOra:before {
    position: fixed;
    content: "\f106";
    font-family: Fontawesome;
    cursor: pointer;
    font-size: 28px;
    Top: 15px;
    right: 15px;
    color: #fff;
    background: #fe9900;
    opacity: 0;
    padding: 4px 18px 6px;
    transition: all 0.4s ease;
}



.ChiamaOra:hover:before {
    color: #ffffff;
    z-index: 9999;
    background: #fe9900;
    opacity: 0;
}
/*Banner*/

.banner-slider {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
}
.bannder-table {
    display: table;
    width: 100%;
    height: 100%;
}
.banner-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.banner-text h1 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
/*About-Area*/

.about-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
.about-text {
    margin-top: 30px;
}
.about-text h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}
.about-text p {
    line-height: 1.8;
    margin: 0;
}
.about-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 270px;
    margin-top: 30px;
}
/*Listing Area*/

.lesting-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
.listing-item {
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
}

.listing-item-car-condition > .listing-item {
    margin-right: 0!important;
    margin-left: 0!important;
}
.listing-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 182px;
}
.listing-detail {
    overflow: hidden;
}
.listing-text {
    
}
.listing-text h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}
.listing-text ul li {
    font-weight: 400;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.listing-text ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.listing-price {
    float: right;
}

.listing-price h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    text-align: right;
}
.listing-price del {
    color: #b1b1b1;
}
.listing-price a {
    display: inline-block;
    font-weight: 600;
    background: #fe9900;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.4s;
    text-align: right;
    float: right;
}
.listing-price a:hover {
    background: #000;
}
.sidebar {
    margin-top: 30px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
}
.sidebar h3.top {
    background: #fe9900;
    color: #fff;
    margin-top: 0;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.widget-item {
    margin-bottom: 16px;
}
.widget-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px;
}
.widget-item input[type='text'] {
    width: 68%;
    height: 36px;
    text-indent: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.widget-item input[type='submit'] {
    font-weight: 600;
    height: 36px;
    border: 1px solid #fe9900;
    background: #fe9900;
    color: #fff;
    padding: 0 10px;
    transition: all 0.4s;
}
.widget-item input[type='submit']:hover {
    background: #000;
    border: 1px solid #000;
}
.widget-item ul li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.widget-item ul li input[type='checkbox'] {
    margin-right: 5px;
}
.widget-item ul li span {
    float: right;
}
.widget-item select {
    width: 100%;
}
.result-button {
    margin-top: 30px;
    text-align: center;
}
.result-button input[type='submit'] {
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    padding: 12px;
    background: #fe9900;
    color: #fff;
    transition: all 0.4s;
}
.result-button input[type='submit']:hover {
    background: #000;
}
/*Car-Detail*/

.car-detail {
    padding-top: 30px;
    padding-bottom: 60px;
}
.car-detail-mainbar {
    margin-top: 30px;
}
.car-detail-name {
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
}
.car-detail-name h2 {
    float: left;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fe9900;
    margin-top: 10px;
}
.car-detail-price {
    text-align: right;
    float: right;
}
.car-detail-price p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fe9900;
    margin-bottom: 3px;
    padding-top: 5px;
}
.car-detail-price p del {
    color: #999;
}
.star-icon i {
    color: #f3c009;
}
.car-detail-gallery {
    margin-top: 30px;
}
.car-detail-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 370px;
}
.lightbox-item {
    width: 100%;
    height: 100%;
    line-height: 370px;
    text-align: center;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.lightbox-item a {
    font-size: 40px;
    color: #fff;
}
.car-detail-gallery:hover .lightbox-item {
    visibility: visible;
    opacity: 0.6;
}
/*Car Detail-Owl*/

.car-detail-gallery .owl-nav .owl-prev,
.car-detail-gallery .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 36px;
    top: 50%;
    margin-top: -20px;
    right: 0;
    font-size: 30px;
    background: #fe9900;
    color: #fff;
    -webkit-transition: all 0.4s;
    opacity: 0;
    transition: all 0.4s;
}
.car-detail-gallery .owl-nav .owl-prev {
    left: 0;
}
.car-detail-gallery:hover .owl-nav .owl-prev,
.car-detail-gallery:hover .owl-nav .owl-next {
    opacity: 1;
}
.car-detail-gallery .owl-nav .owl-prev:hover,
.car-detail-gallery .owl-nav .owl-next:hover {
    background: #000;
    color: #fff;
}
.car-info-tab {
    margin-top: 30px;
}
.car-main-tab {
    list-style: none;
    margin: 0;
    padding: 0;
}
.car-main-tab li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0px;
}
.car-main-tab li:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #fe9900;
    transition: all 0.3s;
}
.car-main-tab li.active:before {
    width: 100%;
}
.car-main-tab li a {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2a2a2a;
}
.car-main-tab li.active a,
.car-main-tab li a:hover {
    color: #fe9900;
}
.car-content {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}
.car-tab-text h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}
.features-content ul li {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px dotted #ddd;
    margin-right: 15px;
    margin-bottom: 15px;
}
.features-content ul li span {
    vertical-align: middle;
    font-size: 26px;
    color: #fe9900;
    margin-right: 10px;
}
.car-tab-pre p {
    line-height: 1.7;
    margin: 0;
}
/*Related-Ads*/

.related-ads {
    margin-top: 50px;
}
.related-ads-headline h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
/*car-detail-side*/

.car-detail-sidebar {
    margin-top: 30px;
}
.detail-item {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 30px;
}
.detail-item:first-child {
    margin-top: 0;
}
.detail-item h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}
.car-detail-list table {
    width: 100%;
}
.car-detail-list td {
    border-bottom: 1px dotted #ddd;
    width: 60%;
    padding: 10px 0;
    font-weight: 400;
    color: #2a2a2a;
}
.car-detail-form input[type="text"],
.car-detail-form input[type="submit"] {
    width: 100%;
    height: 36px;
    text-indent: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.car-detail-form textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
.car-detail-form input[type="text"]:focus,
.car-detail-form textarea:focus {
    border: 1px solid #fe9900;
}
.car-detail-form input[type="submit"] {
    background: #fe9900;
    color: #fff;
    transition: all 0.4s;
}
.car-detail-form input[type="submit"]:hover {
    background: #000;
}
/*Blog Page*/

.blog-page-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
/*Single-Blog*/

.single-blog {
    padding-top: 30px;
    padding-bottom: 60px;
}
.single-blog-item {
    border: 1px solid #fe9900;
    background: #fff;
    padding: 15px;
    margin-top: 30px;
}
.single-blog-photo img {
    max-width: 100%;
    height: auto;
}
.single-blog-text h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0;
}
.single-blog-text ul li {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}
.single-blog-pra {
    margin-top: 15px;
}
.single-blog-pra p {
    line-height: 1.7;
    margin: 0;
}
.single-sidebar {
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
    margin-top: 30px;
}
.single-widget {
    margin-top: 30px;
}
.single-widget:first-child {
    margin-top: 0;
}
.single-widget h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}
.single-widget input[type='text'] {
    width: 68%;
    height: 36px;
    text-indent: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.single-widget input[type='submit'] {
    font-weight: 600;
    height: 36px;
    border: 1px solid #fe9900;
    background: #fe9900;
    color: #fff;
    padding: 0 10px;
    transition: all 0.4s;
}
.single-widget input[type='submit']:hover {
    background: #000;
}
.categories ul li {
    position: relative;
    text-transform: capitalize;
    margin: 15px 1px;
}
.categories ul li:before {
    position: absolute;
    content: '\f054';
    font-family: Fontawesome;
    top: 0;
    left: 0;
    color: #fe9900;
}
.categories ul li a {
    margin-left: 15px;
    font-weight: 400;
    transition: all 0.4s;
}
.categories ul li a:hover {
    color: #fe9900;
}
.recent-post ul li {
    margin-bottom: 15px;
}
.recent-post .recent-photo {
    width: 120px;
    float: left;
    margin-right: 15px;
}
.recent-post .recent-photo img {
    max-width: 100%;
    height: auto;
}
.recent-post .recent-text h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 0.4s;
}
.recent-post .recent-text a:hover {
    color: #fe9900;
}
.recent-post .recent-text p {
    margin: 0;
}
/*Dashboard-Area*/

.dashboard-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
.option-board {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 30px;
}
.option-board ul li {
    border-bottom: 1px solid #ddd;
}
.option-board ul li:last-child {
    border-bottom: 0px;
}
.option-board ul li.active {
    background: #fe9900;
}
.option-board ul li.active a {
    color: #fff;
}
.option-board ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 14px;
    color: #2a2a2a;
    padding: 7px 15px;
    transition: all 0.4s;
}
.option-board ul li a:hover {
    background: #fe9900;
    color: #fff;
}
.option-board ul li span {
    font-size: 18px;
    margin-right: 15px;
}
/*Detail-Dashboard*/

.detail-dashboard {
    margin-top: 30px;
}
.detail-dashboard h1 {
    margin-bottom: 30px;
}
.information-form {
    overflow: hidden;
    padding: 0;
}
.dataTables_wrapper .dataTables_filter input {
    height: 25px;
    text-indent: 10px;
    font-weight: 400;
    border: 1px solid #ddd;
}
/*Add Car*/

.information-form h2 {
    font-size: 22px;
    font-weight: 600;
    margin-left: 15px;
    margin-bottom: 30px;
}
.form-group label {
    font-weight: 600;
}
.form-group input {
    height: 40px;
    transition: all 0.3s;
}
.form-group input:focus,
.form-group textarea:focus {
    border: 1px solid #fe9900;
    box-shadow: none;
}
.form-group select {
    height: 40px;
}
.form-group textarea {
    height: 250px;
    transition: all 0.3s;
}
.information-form .form-group button[type='submit'] {
    margin-top: 15px;
}
.information-form .other-function {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.information-form .other-function h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}
.information-form .other-function label {
    font-weight: 600;
}
.information-form .form-check-label {
    margin-right: 30px;
    margin-bottom: 15px;
}
/*Register-Area*/

.register-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
.regiser-form {
    margin-top: 30px;
}
.regiser-form h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.login-here {
    clear: both;
    text-align: center;
    padding-top: 30px;
}
.login-here h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.login-here a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fe9900;
}
.login-here a:hover {
    color: #2a2a2a;
}
/*Login Page*/

.login-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
.login-form {
    margin-top: 30px;
}
.login-form h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
/*Faq-Area*/

.faq-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
.accordion-item {
    margin-top: 30px;
}
.accordion-item h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}
.faq-accordion {
    position: relative;
    margin: 0;
}
.faq-accordion dt {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 15px;
    transition: all 0.3s;
}
.faq-accordion dt a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fe9900;
    text-transform: uppercase;
    padding: 15px;
}
.faq-accordion dt.open {
    background-color: #fe9900;
}
.faq-accordion dt.open a {
    color: #fff;
}
.faq-area .faq-accordion dt.open a:after {
    color: #fff;
}
.faq-area .faq-accordion dt a:after {
    position: absolute;
    content: "+";
    top: 50%;
    right: 30px;
    color: #fe9900;
    font-weight: 600;
    font-size: 18px;
    margin-top: -15px;
}
.faq-accordion dt.open a:after {
    content: "-";
}
.faq-accordion dd {
    font-size: 15px;
    line-height: 1.8;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
    margin: 0;
}
/*Packages-Area*/

.packages-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
.packages-item {
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px;
    margin-top: 30px;
}
.pack-head h3 {
    font-size: 28px;
    color: #fe9900;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    padding: 10px 0;
    border-top: 2px dashed #9e9e9e;
    border-bottom: 2px dashed #9e9e9e;
}
.pack-head h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}
.pack-head h4 {
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 2px dashed #9e9e9e;
}
.pack-head h4.first {
    padding-top: 15px;
    border-top: 2px dashed #9e9e9e;
}
.pack-head p {
    margin: 0;
}
.pack-body {
    margin: 15px 0;
}
.pack-body ul li {
    font-size: 15px;
    border-bottom: 1px dotted #ddd;
    padding: 10px;
}
.pack-body ul li:first-child {
    border-top: 1px dotted #ddd;
}
.pack-footer a {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    background: #fe9900;
    color: #fff;
    padding: 10px 15px;
    transition: all 0.4s;
}
.pack-footer a:hover {
    background: #000;
}
/*Contact-Area*/

.contact-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
.contact-item {
    display: table;
    width: 100%;
    height: 170px;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 30px;
}
.contact-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.contact-text i {
    font-size: 24px;
}
.contact-text h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fe9900;
    margin-top: 12px;
    margin-bottom: 7px;
}
.contact-text p {
    margin: 0;
}
.contact-form {
    margin-top: 30px;
}
.map-area {
    margin-top: 30px;
}
.map-area iframe {
    width: 100%;
    height: 450px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
table.dataTable thead {
    background: #555;
    color: #fff;
}
.dataTables_length select {
    border: 1px solid #ddd;
}
.rTable {
    display: table;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
}
.rTableRow {
    display: table-row;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableHead {
    width: 40%;
}
.rTableCell,
.rTableHead {
    display: table-cell;
    vertical-align: top;
    padding: 6px 10px;
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}
.rTable iframe {
    width: 300px!important;
    height: 250px!important;
}
.error {
    color: red!important;
}
.success {
    color: green!important;
}
div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
}
div.pagination a {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    text-decoration: none;
    /* no underline */
    
    background-color: #4a4a4a;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
div.pagination a:hover,
div.pagination a:active {
    border: 1px solid #4a4a4a;
    color: #FFF;
    background-color: #a0a0a0;
    font-size: 16px;
}
div.pagination span.current {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    font-weight: bold;
    background-color: #a0a0a0;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
div.pagination span.disabled {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
    font-size: 16px;
}

.chosen-container-single .chosen-default {
    color: #555!important;
}
.chosen-container-single .chosen-single {
    background-color: #fff!important;
}


.child {
    display: none;
}
.load-more {
    text-align: center;
    margin-top: 30px;
}
.load-more a {
    background: #dddddd;
    color:  #333;
    padding: 10px 20px;
    border-radius: 26px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}



select{
    border: 1px solid black;
    padding:4px;margin:10px 0;
	-moz-border-radius:7px;-khtml-border-radius:7px;-webkit-border-radius:7px;
	background-color: #edb41e;
	font-family:georgia,verdana,Arial,sans-serif;
    position: relative;
    display: flex;
    width: 33em;
    height: 9em;
    line-height: 5;
    background: #EE9A1C;
    overflow: hidden;
    border-radius: .25em;
    flex: 1;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
}

  select {
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
  }
  /* Arrow */
  .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #34495e;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  /* Transition */
  .select:hover::after {
    color: #f39c12;
  }
 .box-info {
    padding-top: 20px;
}
  
  .box.box-info {
	border-top-color: #4c4c4c;
}

  .AssistenzaRocco 
        {
        position:fixed;
        top:5px;
        right: 5px;
        width:135px;
        height: 135px;
        border: 1px solid black;
         padding:4px;
         margin:2px 0;
	-moz-border-radius:7px;-khtml-border-radius:7px;-webkit-border-radius:7px;
        border-radius: .25em;
       
        background: rgba(255, 255, 255, 0.3); 
       
        overflow: -moz-scrollbars-vertical;
        overflow-x: hidden;
        overflow-y: auto;
        
        z-index:9999999;
        
}
       
/*Layout*/

@media only screen and (min-width: 992px) {
	.listing-item-car-condition:nth-child(2n+1) {
	    clear: both!important;
	}
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
	.widget-item input[type="text"]{
		width: 64%;
	}
	.widget-item input[type="submit"]{
		padding: 0 5px;
	}
	
}


/*Tablet Layout*/

@media only screen and (min-width: 768px) and (max-width:991px) {
	ul.main-menu li a{
		padding: 20px 15px;
	}
	ul.main-menu li a {
		font-size: 14px;
	}
	ul.main-menu li ul {
		top: 60px;
	}
	ul.main-menu li ul li a{
		padding: 12px 20px;
	}
	.widget-item input[type="text"]{
		width: 88%;
	}
	.menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.logo {
		text-align: center;
	}
}


/*mobail small layout*/

@media only screen and (max-width:767px) {
	.top-header {
		text-align: center;
	}
	.top-header-right {
		float: none;
	}
	.top-header-right a {
		display: block;
		margin-left: 0;
	}
	.top-header-left p {
		display: block;
		margin-right: 0;
		margin-top: 10px;
	}
	.menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.logo {
		text-align: center;
		padding: 5px 0;
	}
	.slider-item {
		padding: 50px 0;
	}
	.slider-text h1 {
		font-size: 28px;
	}
	.featured-area,
	.testimonial-area,
	.latest-news {
		padding-left: 10px;
		padding-right: 10px;
	}
	.headline h2 {
		font-size: 30px;
	}
	.featured-gallery .owl-nav .owl-prev,
	.featured-gallery .owl-nav .owl-next,
	.latest-gallery .owl-nav .owl-prev,
	.latest-gallery .owl-nav .owl-next {
		top: -30px;
	}
	.newsletter-submit input[type="submit"] {
		width: 25%;
	}
	.listing-price {
		margin-top: 30px;
	}
	.listing-text h2 {
		margin-top: 30px;
	}
	.listing-photo {
		height: 380px;
	}
}


/*mobail large layout*/

@media only screen and (min-width: 480px) and (max-width:767px) {
	.slider-item {
		padding: 85px 0;
	}
	.slider-text h1 {
		font-size: 34px;
	}
	.featured-gallery .owl-nav .owl-prev,
	.featured-gallery .owl-nav .owl-next {
		top: -40px;
	}
	.car-detail-photo{
		height: 370px;
	}
	.lightbox-item{
		line-height: 370px;
	}
        .latest-item {
    border: 0;
    padding: 6px;
    margin-top: 20px;

}
	
}

@media only screen and (max-width:540px){
	.car-detail-photo{
		height: 270px;
	}
	.lightbox-item{
		line-height: 270px;
	}
	.car-main-tab li{
		display: block;
		text-align: center;
		border-bottom: 0px solid #ddd;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:435px){
	.car-detail-photo{
		height: 220px;
	}
	.lightbox-item{
		line-height: 220px;
	}
}
@media only screen and (min-width: 610px) and (max-width:767px){
	/*Blog*/
	.blog-page-area .col-xs-12{
		width: 50%;
	}
}
@media only screen and (min-width: 480px) and (max-width:609px){
	/*Blog*/
	.blog-page-area .latest-item{
		margin-left: 40px;
		margin-right: 40px;
                
 
	}
        
           .latest-item {
    border: 0 px solid #ddd;
    padding: 6px;
    margin-top: 20px;
}


}



@media only screen and (min-width: 370px) and (max-width:470px){
	/*Blog*/
	.blog-page-area .latest-item{
		margin-left: 40px;
		margin-right: 40px;
                
 
	}
        
           .latest-item {
    border: 0 px solid #ddd;
    padding: 6px;
    margin-top: 20px;
}


}


@media only screen and (min-width: 992px) {
	.blog-item:nth-child(3n+1) {
		clear: both;
	}
}

@media only screen and (min-width: 610px) and (max-width: 991px) {
	.blog-item:nth-child(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width:500px){ 
	.listing-text,
	.listing-price {
		width: 100%;
	}
	.listing-photo {
		height: 250px;
	}
	.listing-price h2,
	.listing-price a {
		text-align: left;
		float: none;
	}

}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/icon_png/chosen-sprite.png") no-repeat 0px 10px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../img/icon_png/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -17px 10px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
