﻿.clears:before,
.clears:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clears:after {
    clear: both;
}

.clears {
    zoom: 1;
}

/*fix apple radius*/
input[type="text"], input[type="button"], input[type="image"], input[type="submit"],
select,
button {
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

p {
    margin-top: 0;
}

/*ul, li, fieldset, img, dl, dt, dd {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}*/
ul,ol {
    padding-left: 1em;
}

a {
    color: #555555;
}

img {
    display: block;
}
.block-shadow-middle {
    width: 100%;
    height: 14px;
}
/*details gallery*/
.pgwSlideshow ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pgwSlideshow .ps-current img {
    width: 100%; 
}
.pgwSlideshow .ps-list li img {
    border: 1px solid #777;
    display: block;
    height: 60px;
    width: 80px;
}
/*all slider*/
#layout-page-container,
#layout-featured-container {
    position: relative;
}
#placeholder_loading {
    background: url("../Content/images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 0;
    padding-bottom: 27.7778%;
    width: 100%;
    position: absolute;
}
#layout-featured,
#layout-page-slider {
    visibility: hidden;
}

.home-slider-container,
.listpage-slider-container {
    width:100%;
	position:relative;
	padding:0;
    margin-bottom: 20px;
}
.listpage-slider-container {
    margin-bottom: 0;
}
.listpage-slider,
.home-slider{
    width:100%;
	position:relative;
}
.listpage-slider .caption,
.home-slider .caption {
    background: rgba(255, 255, 255, .7);
    padding: 3px 10px;
}
.listpage-slider .caption > a,
.home-slider .caption > a {
    color: #555555;
    text-transform: uppercase;
}

.tp-bullets-container {
    position: absolute;
    background-image: url("../Content/images/label.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 0;
    font-size: 16px;
    height: 113px;
    left: 50% !important;
    margin-left: -40% !important;
    width: 450px;
    z-index: 1000;
}
.tp-bullets {
    
    background: #000000;
    height: 24px;
    padding: 0 0.5em;
    bottom: 17% !important;
    left: 10px !important;
}
.tp-bullets.simplebullets.round-old .bullet {
    width: 20px !important;
}
/*/all slider*/

.details-images-container {
	width:100%;
	position:relative;
    padding: 0;
    background: #ffffff;
    padding: 10px;
}
 
.details-images {
	width:100%;
	position:relative;
}
.tp-mask {
    background: #cccccc;
}

@font-face {
	font-family: 'GillSans';
	src: url('../Content/fonts/gillsans.eot');
	src: url('../Content/fonts/gillsans.eot?#iefix') format('embedded-opentype'),
		url('../Content/fonts/gillsans.woff') format('woff'),
		url('../Content/fonts/gillsans.ttf') format('truetype'),
		url('../Content/fonts/gillsans.svg#gillsans') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'GillSansBold';
	src: url('../Content/fonts/gillsansStd-Bold.eot');
	src: local('?'), url('../Content/fonts/gillsansStd-Bold.woff') format('woff'), url('../Content/fonts/gillsansStd-Bold.ttf') format('truetype'), url('../Content/fonts/gillsansStd-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

html,body {
    height: 100%;
}
body  {
  font-size: 13px;
  color: #434343; 
  background: #fff;
  font-family: "GillSans", Arial, sans-serif;
}

#layout-wrapper {
    background-color: #eeeeee;
    box-shadow: 0 0 12px #a6a6a6;
    margin: 0 auto;
    max-width: 1440px;
}

#layout-header {
    
}

#layout-navigation {
    background: #000000;
}

/*--header--*/
#logo {
    margin: 30px 0;
}

#search-web {
    width: 40%;
    margin-top: 25px;
}

.search-form input {
    border: 0;
    width: 100%;
    height: 24px;
    padding: 4px;
    background: #D7D7D7;
    padding-left: 10px;
    font-family: Arial;
}

.search-form button {
    border: 0;
    width: 30px;
    height: 24px;
    background: #D7D7D7 url(../Content/Images/icon-link.png) center no-repeat;
    text-indent: -9999px;
    margin-left: 0 !important;
}

.normal-button-black {
    background: #000000;
    text-align: center;
    color: #ffffff;
    padding: 5px 10px;
    margin: 20px 30px 0 0;
    display: inline-block;
}

.normal-button-black:hover,
.normal-button-black:focus,
.normal-button-black:visited,
.normal-button-black:active {
	background: #333333;
    color: #ffffff;
    text-decoration: none;
}

.content-all-makes-parts-logo {
	display:inline-block !important;
	margin:10px;
}

.widget-WidgetTopNav .menu-top-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    float: right;
}

    .widget-WidgetTopNav .menu-top-nav li {
        float: left;
        margin-left: 20px;
        text-transform: uppercase;
    }
    .widget-WidgetTopNav .menu-top-nav li p {
        margin: 0;
    }
/*--/header--*/

/*main-menu*/
#layout-navigation { /*main menu bg*/
    background: #000;
}
/*--mobel main link button--*/
.menu-link {
    display: none;
    text-decoration: none;
    padding: 15px 25px;
    width: 100%;
    text-align: right;
}

.menu-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100;
}

    .menu-main-menu > li {
        background: url(../Content/images/main-menu-spliter.png) right no-repeat;
        float: left;
    }
    .menu-main-menu > li p {
        margin: 0;
    }

        .menu-main-menu > li a {
            padding: 9px 30px;
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            display: block;
        }

        .menu-main-menu > li.first a {
        }

        .menu-main-menu > li a:hover {
            text-decoration: none;
            background: #E9E9E9;
            color: #000;
        }

        .menu-main-menu > li ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: none;
        }

    /*show submenu*/
    .menu-main-menu li:hover > ul {
        display: block;
    }

.widget-navigation {
    position: relative;
}
.dropdown {
    position: static;
}

.menu-main-menu li > ul {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 11;
}

.menu-main-menu > li > ul {
    background: #C2C7CA;
}

.menu-main-menu > li:hover > ul > li {
    float: left;
    background: url(../Content/images/main-submenu-spliter.png) right no-repeat;
}

.menu-main-menu li > ul > li > a {
    margin-left: -2px;
}

.menu-main-menu > li > ul > li > ul {
    background: #FFF;
    box-shadow: 0 0 16px #A6A6A6;
}

    .menu-main-menu > li > ul > li > ul > li {
        float: left;
        text-align: center;
    }

        .menu-main-menu > li > ul > li > ul > li img {
            display: block;
            max-width: 105px;
            height: auto;
        }

        .menu-main-menu > li > ul > li > ul > li a {
            color: #000 !important;
            text-transform: capitalize !important;
            font-family: "Arial" !important;
            font-size: 14px !important;
            padding: 9px 15px !important;
        }

            .menu-main-menu > li > ul > li > ul > li a:hover {
                background: none !important;
                color: #555555 !important;
            }
/**/

/*--home-tile--*/
.widget-HomeTile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-tile {
    margin: 10px -15px;
}

    .home-tile .tile-title {
        font-size: 14px;
    }

    .home-tile .tile-desc-container {
        position: relative;
        margin-top: -10px;
        width: 100%;
        height: 0;
        padding-bottom: 32%;
    }
    .home-tile .tile-desc {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding:10px;
        overflow: hidden;
    }

    .home-tile .tile-img img {
        width: 100%;
        height: auto;
    }
.home-tile-video-container{
        padding:10px;
    }
    .home-tile-video{
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
    }
        .home-tile-video iframe{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
   }
/*--/home-tile--*/

/*--tile-container--*/
dl {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #FFF;
    position: relative;
    margin-top: 10px;
}

    dl p {
        margin: 0;
        padding: 0;
    }

    dl .tile-title {
        background: url("../Content/images/tile-title-bg.png") no-repeat left;
        height: 32px;
        line-height: 24px;
        padding: 7px 20px 0 0;
        color: #FFF;
        position: absolute;
        top: 7px;
        left: -7px;
		z-index: 10;
        text-transform: uppercase;
    }

        dl .tile-title img {
            margin: 0 -12px 0 0;
            float: left;
        }

        dl .tile-title span {
            margin-left: 22px;
        }

            dl .tile-title span a {
                color: #FFF;
            }

    dl .tile-img img {
        width: 100%;
        height: auto;
    }

    dl .tile-img, dl .tile-des {
		min-height: 75px;
        padding: 10px;
    }

        dl .tile-des table {
            width: 100%;
        }

        dl .tile-des input[type="text"], dl .tile-des input[type="email"] {
            border: 0;
            background: #EEEEEE;
            height: 22px;
            width: 100%;
            margin-top: 5px;
            padding-left: 5px;
            color: #999999;
        }

        /*dl .tile-des input[type="image"] {
            vertical-align: middle;
            margin-top: 5px;
        }*/

        dl .tile-des input[type="submit"] {
            border: 0;
            padding-right: 20px;
            background: url("../Content/images/icon-link.png") right no-repeat;
            float: right;
            color: #555555 !important;
            text-transform: uppercase;
            margin-top: 5px;
        }

    dl .tile-more {
        display: none;
    }

    #search-dealer-container #search {
        height: 22px;
        background: #000000;
        padding: 2px 10px;
        border: none;
        color: #ffffff !important;
    }
#search-dealer-container #gps {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #ffffff;
    height: 22px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
#search-dealer-container span {
    background: url("../content/images/button-gps.png") no-repeat 40px 0 #000000;
    line-height: 22px;
    padding: 0 40px;
    display: block;
}
/*home-fixed-tile*/
.home-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-news-list-item {
    font-size: 12px;
    line-height: 26px;
    background: url("../Content/images/icon-whatson.png") left no-repeat;
    padding-left: 10px;
}

    .home-news-list-date {
        color: #777777;
        padding-right: 15px;
        float: left;
    }

    .home-news-list-title {
        text-transform: none;
        font-size: 12px;
        font-family: "GillSans";
        font-weight: normal;
    }

#home-little-tile dl {
    min-height: 280px;
    margin-bottom: 0;
}

#home-little-tile .tile-img img {
    margin-bottom: -10px;
}

div.mce_inline_error {
    display: none !important;
}

#mce-success-response {
    color: olivedrab;
}

#mce-error-response {
    color: chocolate;
}
/*/home-fixed-tile*/

/*--/tile-container--*/
/*--all-page-title--*/
#before-content {
    background: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
}

    #before-content h1 {
        line-height: 30px;
        font-size: 20px;
        margin: 15px 0;
        font-family: "GillSansBold";
    }
.addthis_sharing_toolbox {
    position: absolute;
    right: 15px;
    top: 5px;
}
/*--/all-page-title--*/


.projection-page {
    background: #ffffff;
    padding: 10px;
}


/*--promotion,service-list--*/
.promotion-list, .service-list, .news-list {
    padding: 10px;
}
.promotion-list-item, .service-list-item, .news-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ffffff;
    height: 365px;
    overflow: hidden;
}
.service-list-item:hover,
.news-list-item:hover,
.promotion-list-item:hover {
    border: 1px solid #dddddd;
    background-color: #eeeeee
}
.promotion-list-item img {
    
}
.news-list-item-title,
.promotion-list-title, .service-list-item-title {
    margin: 10px 0;
    font-size: 14px;
}
.news-list-item-title a,
.promotion-list-title a, .service-list-item-title a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.news-list-item-datetime {
    color: #999999;
}
/*--/promotion-list--*/

/*--all details-*/
.media-library-picker-field h3 {
    font-size: 14px;
    font-family: "GillSansBold";
    text-transform: uppercase;
}

article.whats-on .published {
    margin-top: 10px;
    margin-bottom: 15px;
}
/*product*/
#after-content,
#content {
    margin-top: 35px;
    font-family: Arial;
}
#product-pic {
}

#product-pic img {
    width: 100%;
    height: auto;
}

.product-content {
    margin-bottom: 25px;
}

.sub-content-body {
    display: none;
}
#details-body img {
    max-width: 100%;
    height: auto;
}

table.specsTable {
    border: 1px solid #efefef;
    border-collapse: collapse;
    border-radius: 5px;
    border-spacing: 0;
    box-shadow: 0 0 4px #b2b6ba;
    color: #848282;
    width: 100%;
    font-size: 12px !important;
}
table.specsTable tbody tr {
    line-height: 12px !important;
    padding-bottom: 1px;
    padding-left: 1px;
}
table.specsTable tbody tr:nth-child(2n) td {
    background-color: #f7f8fa;
}
table.specsTable tbody tr td {
    padding: 5px;
}
table.specsTable tbody tr:nth-child(2n+1) td {
    background-color: #e2e3e6;
}
table.specsTable tbody * h4 {
    color: #4d4b49;
}
td h4 {
    font-size: 11px !important;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
table.specsTable tbody tr:first-child td:first-child {
    border-radius: 5px 0 0;
}
table.specsTable tbody tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
}
table.specsTable tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
table.specsTable tbody tr:last-child td:last-child {
    border-radius: 0 0 5px;
}
table.specsTable tbody tr:nth-child(2n+1) td:nth-child(2n+1) {
    background-color: #d5d6d9;
}
table.specsTable tbody tr:nth-child(2n) td:nth-child(2n+1) {
    background-color: #edeef0;
}

table.partsSpecsTable {
    border: 1px solid #efefef;
    border-collapse: collapse;
    border-radius: 5px;
    border-spacing: 0;
    box-shadow: 0 0 4px #b2b6ba;
    color: #848282;
    width: 100%;
    font-size: 12px !important;
}
table.partsSpecsTable tbody tr {
    line-height: 12px !important;
    padding-bottom: 1px;
    padding-left: 1px;
}
table.partsSpecsTable tbody tr:nth-child(2n) td {
    background-color: #f7f8fa;
}
table.partsSpecsTable tbody tr td {
    padding: 5px;
}
table.partsSpecsTable tbody tr:nth-child(2n+1) td {
    background-color: #e2e3e6;
}
table.partsSpecsTable tbody * h4 {
    color: #4d4b49;
}
td h4 {
    font-size: 11px !important;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
table.partsSpecsTable tbody tr:first-child td:first-child {
    border-radius: 5px 0 0;
}
table.partsSpecsTable tbody tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
}
table.partsSpecsTable tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
table.partsSpecsTable tbody tr:last-child td:last-child {
    border-radius: 0 0 5px;
}
table.partsSpecsTable tbody tr:nth-child(2n+1) td:nth-child(2n+1) {
    background-color: #d5d6d9;
}
table.partsSpecsTable tbody tr:nth-child(2n) td:nth-child(2n+1) {
    background-color: #edeef0;
}


.video-youtube {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position:relative;
}
.video-youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.featuresTable {
    width: 100%;
}
.featuresTable td.feature-image {
    width: 10%;
    vertical-align: top;
}
.featuresTable td.feature-image img {
    max-width: 100%;
    height: auto;
	padding-right: 10px;
}
.featuresTable td.feature-title {
    font-weight: bold;
}

#sub-content-body img {
    max-width: 100%;
    height: auto;
}
.sub-content-title {
    line-height: 24px;
    cursor: pointer;
    position: relative;
}
.sub-content-title h3:first-child {
    border-top: none;
}
.sub-content-title h3 {
    position: relative;
    top: -7px;
    margin: 0;
    margin-right: 6px;
    padding-left: 10px;
    line-height: 24px;
    font-size: 14px;
    background: no-repeat;
    padding-top: 17px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #d2d2d2;
    font-family: "GillSans" !important;
}
.sub-content-title:hover {
    background-image: url(../Content/images/left-menu-main-bg-right-hover.png);
    background-repeat: no-repeat;
    background-position: right 45%;
}
.sub-content-title.active {
    background-image: url(../Content/images/left-menu-main-bg-right.png);
    background-repeat: no-repeat;
    background-position: right 45%;
}
.sub-content-title:hover h3 {
    background-image: url(../Content/images/sub-title-bg-hover.png);
    color: #ffffff;
}.sub-content-title.active h3 {
    background-image: url(../Content/images/sub-title-bg.png);
    color: #ffffff;
}
#product-dvp {
    margin-top: 30px;
}
#product-dvp h3 {
    font-size: 14px;
    text-transform: uppercase;
    width: 90px;
    text-align: center;
    cursor: pointer;
}
#product-video span, #product-photo {
    font-family: "GillSansBold" !important;
}

#product-dvp h3 i {
    color: #999999;
}
.doc-file-item {
    line-height: 40px;
}
.doc-file-item img {
    display: inline-block;
    margin-right: 5px;
}
/*page*/
.page-details-image {
    padding: 10px;
    background: #ffffff;
}
.page-details-image img {
    width: 100%;
    height: auto;
}
.page .details-right {
    min-height: 450px;
    font-family: "Arial";
}
/*/page*/

/*confirmation page*/
#confirmation-page-button {
    margin-top: 30px;
    text-align: right;
}
.back-button {
    background-color: #000000;
    border: none;
    color: #ffffff;
    font-family: "gillsans";
    padding: 5px 10px;
    text-transform: uppercase;
}
/*/confirmation page*/

/*subscribe*/
.subscript-form {
    font-size: 13px;
}
#mailchimp-page #before-content {
    margin-bottom: 10px;
}
#mailchimp-page #before-content h1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase;
}
#mailchimp-page #before-content hr {
    margin: 0;
}
.subscribe-details-image{}
#mailchimp-page .subscribe-details-image img {
    width: 100%;
    height: auto;
}
#mailchimp-page .indicates-required {
    color: #999999;
    margin-top: 15px;
    margin-bottom: 15px;
}
#mailchimp-page .mc-field-group {
    margin-top: 15px;
}
#mailchimp-page .mc-field-group label {
    text-transform: uppercase;
    width: 25%;
}
#mailchimp-page .mc-field-group input[type="email"],
#mailchimp-page .mc-field-group input[type="text"] {
    border: 1px solid #999999;
    width: 74%;
}
#mailchimp-page #mc-embedded-subscribe {
    border: none;
    background: #cccccc;
    width: 99%;
    padding: 5px;
    text-transform: uppercase;
    margin-top: 15px;
}
.mce_inline_error {
    border-color: #ff7f50 !important;
}
.subscribe-details-image {
    margin-top: -20px;
    margin-bottom: 20px;
}
/*lightgallery*/
#lg-slider .video-cont {
    padding: 10px;
    background: #ffffff;
    position: relative;
}
#lg-slider .video {
    padding-bottom: 71%;
}
/*#lg-close {
    display: none;
}*/
#comgic-close:after {
    position: absolute;
    right: 6px;
    top: 3px;
    content: "";
    font-family: "Slide-icons";
    font-size: 16px;
    font-style: normal;
}
#comgic-close {
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    height: 28px;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: background-color 0.3s ease 0s;
    width: 28px;
    z-index: 1090;
}
#comgic-close:hover {
    background-color: #000000;
}

/*/subscribe*/

/*--product tile--*/
.product-tile-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-tile-item {
    background: #ffffff;
    padding: 10px;
    position: relative;
    margin-top: 30px;
}
.product-tile-item:hover {
    box-shadow: 0 0 12px #a6a6a6;
}
.product-tile-title {
    height: 33px;
    position: absolute;
    left: -7px;
    top: 10px;
    background: url(../Content/images/tile-title-bg.png);
}
.product-tile-title a {
    font-size: 13px;
    color: #ffffff;
    display: block;
    background: url("../Content/images/icon-write.png") no-repeat left;
    padding-left: 35px;
    padding-right: 20px;
    height: 25px;
    margin-top: 8px;
    line-height: 25px;
    text-transform: uppercase;
}
.product-tile-image img {
    width: 100%;
    height: auto;
}
/*--/product tile--*/
/*dealer*/
#dealer-left {
    background: #ffffff;
    padding: 10px 10px 0 10px;
}
.legend {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 5px 0 0;
    margin-top: 5px;
    margin-bottom: -5px;
}
.legend li {
    float: left;
    margin-right: 10px;
    color: #969FAB;
    font-weight: bold;
}
.legend li h4 {
    margin: 0;
    margin-top: 5px;
    margin-right: 10px;
    color: #536871;
    font-weight: bold;
	width: 120px;
}
.legend li img {
    display: inline-block;
    margin-bottom: -5px;
}

#dealer-locator .desktop {
    background: #ffffff;
    padding: 60px 15px 20px 15px;
    position: relative;
    text-transform: uppercase;
    color: #555555;
    min-height: 503px;
}
#dear-search-title {
    position: absolute;
    left: -7px;
    top: 10px;
    height: 33px;
    margin: 0;
    background: url(../Content/images/tile-title-bg.png);
    font-size: 14px;
    color: #ffffff;
}
#dear-search-title span {
    display: block;
    height: 25px;
    background: url(../Content/images/icon-position.png) no-repeat;
    padding-left: 35px;
    padding-right: 20px;
    margin-top: 8px;
    line-height: 25px;
    text-transform: uppercase;
}
#search-option-container {
    padding: 20px 0;
}
.search-option-lable {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
}
.search-option-fields {
    line-height: 24px;
    padding-left: 4em;
}
.search-option-field {
	width:33.3333%;
	min-width:120px;
	float:left;
}

.dealer-checkbox-error {
    color: #FF7F50;
    display: none;
    text-transform: none;
}
#sidebar-shadow,
#sidebar{
    display: none;
}

#sidebar {
    background: #ffffff;
    padding: 10px;
    line-height: 24px;
}
.dealer-sidebar-message-container {
    font-size: 14px;
    font-weight: bold;
}
.dealer-sidebar-details-container {
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}
.dealersideimage img {
    max-width: 100%;
    height: auto;
}
.dealersidename a {
    text-transform: uppercase;
    font-weight: bold;
}
.dealersideinfo td a {
	word-break:break-all;
}
.dealersideinfo-lable {
    font-weight: bold;
    padding-right: 15px;
}
.dealer-type img,
.dealer-range img {
    margin-top: 5px;
}


.dealer-item {
	margin-bottom: 30px;
}

.dealer-item-head {
	border-bottom: 1px solid #CCCCCC;
}

.dealer-item-head-name {
	float: left;
	font-weight: bold;
	padding-left: 20px;
}

.dealer-item-head-distance {
	float: right;
	padding-right: 20px;
}

.dealer-item-body {
	padding-top: 10px;
}

.dealer-item-body-left {
	float: left;
}

.dealer-item-image {
	float: left;
	padding-left: 20px;
	width: 300px;
}

.dealer-item-image img{
	width: 100%;
	height: auto;
}

.dealer-item-contact {
	float: left;
	margin-left: 30px;
}

.dealer-item-contact-item {
	
}

.dealer-item-contact-item-name {
	float: left;
	min-width: 80px;
}

.dealer-item-contact-item-value {
	float: left;
	width: 250px;
	word-break: break-all;
}

.dealer-item-body-right {
	float: right;
}

.dealer-item-feature {
	margin-bottom: 10px;
}

.dealer-item-feature {
	float: left;
	margin-right: 15px;
}

#dear-search-form {
    width: 100%;
}
#btnGps {
    border: none;
    background: #000000;
    width: 100%;
    text-align: center;
    color: #ffffff;
    height: 30px;
    margin: 10px 0;
}
#btnGps span {
    background: url(../content/images/button-gps.png) no-repeat;
    padding: 5px 40px;
    line-height: 30px;
}
#txtSearchAddress {
    border: none;
    background: #EEEEEE;
    width: 100%;
    height: 24px;
    padding: 5px 10px;
}
#btnLocate {
    height: 24px;
    background: #000000;
    padding: 3px 10px;
    border: none;
    color: #ffffff;
}
.dealer-select-button-td {
}
#ddlRadius-label {
    display: inline-block;
    line-height: 24px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    font-weight: bold;
}
#ddlRadius-container {
    float: left;
    display: inline-block;
    background: #D7D7D7 url(../Content/Images/arrow.png) right no-repeat;
    width: 78px;
    height: 24px;
    overflow: hidden;
    margin-top: 10px;
}
#ddlRadius {
    border: 0;
    background: transparent;
    height: 24px;
    width: 100px;
    -webkit-appearance: none; /*for chrome*/
}

    #ddlRadius option {
        margin: 5px;
        padding: 0;
    }

#GearwrenchGiveawayCompetition_Title_Value, #GearwrenchGiveawayCompetition_Age_Value {
    width: 102%;
	background: transparent;
	height: 24px;
	border: 0;
}

#GearwrenchGiveawayCompetition_State_Value {
    width: 105%;
	background: transparent;
	height: 24px;
	border: 0;
}

.age-fieldset {
    height: auto !important;
}
	
/*dealerdetails*/
#dealer-map {
    padding: 10px;
    background: #ffffff;
}
#dealer-address {
    margin-bottom: 10px;
}
#dealer-address table {
    width: 100%;
}
#dealer-map-container {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 75% !important;
    background: #eeeeee;
    position: relative;
}
#dealer-logo {
    padding: 6px;
    background: #ffffff;
}
#dealer-type,
#dealer-range {
    margin-bottom: 15px;
}
#dealer-type img {
    margin-top: 10px;
}
#dealer-range img {
    margin-top: 10px;
}
#dealer-desc {
    margin-top: 10px;
}
.dealerinfo {
    width: 100%;
}
.dealeraddressinfo-lable,
.dealerinfo-lable {
    font-weight: bold;
    width: 100px;
}

/*dealer*/

/*/promotion/daily-limited-edition-45c-tray-pack*/
.promotion-top-image img{
    width: 100%;
    height: auto;
}
.go-to-button{
    background: #00519A;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
}
.go-to-button a{
    color: #ffffff;
}

.promotion-media{
    margin-top: 35px;
}

/*--/all details-*/

/*--custom form--*/
#after-content .widget-custom-form-widget {
    background: #C9CED1;
    padding: 55px 20px 15px 20px;
    position: relative;
    font-family: Arial;
}
#after-content .widget-custom-form-widget header {
    height: 33px;
    position: absolute;
    left: -7px;
    top: 10px;
    background: url(../Content/images/tile-title-bg.png);
}
#after-content .widget-custom-form-widget header h1 {
    font-size: 13px;
    color: #ffffff;
    background: url("../Content/images/icon-write.png") no-repeat left;
    padding-left: 25px;
    padding-right: 10px;
    line-height: 25px;
    margin: 8px 8px 8px 0;
    text-transform: uppercase;
    font-family: "gillsans"
}
#after-content .widget-custom-form-widget form fieldset {
    margin-bottom: 10px;
}
#after-content .widget-custom-form-widget form fieldset label {
    display: block;
    color: #777777;
    line-height: 13px;
}
#after-content .widget-custom-form-widget form fieldset label.forcheckbox {
    display: inline !important;
    font-weight: normal;
}
#after-content .widget-custom-form-widget form fieldset input[type="text"],
#after-content .widget-custom-form-widget form fieldset input[type="email"],
#after-content .widget-custom-form-widget form fieldset input[type="tel"] {
    background: #eeeeee;
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: none;
    padding: 0 10px;
    color: #545454;
    margin-top: -5px;
}
#after-content .widget-custom-form-widget form fieldset textarea {
    width: 100%;
    height: 70px;
    background: #eeeeee;
    border: none;
    padding: 5px 10px;
    margin-top: -3px;
}
#after-content .widget-custom-form-widget form fieldset button {
    background-color: #000000;
    border: none;
    color: #ffffff;
    float: right;
    text-transform: uppercase;
    padding: 5px 10px;
    font-family: "gillsans"
}
#after-content .widget-custom-form-widget form fieldset button:hover {
    background-color: #333333;
    border: none;
    color: #ffffff;
    float: right;
    text-transform: uppercase;
    padding: 5px 10px;
}
#after-content .widget-custom-form-widget form fieldset label.error {
    color: coral;
    text-align: right;
    font-weight: normal;
}
/*hide page title and url*/
#after-content .widget-custom-form-widget form fieldset #GetQuestions_PageUrl_Text,
#after-content .widget-custom-form-widget form fieldset #GetQuestions_PageTitle_Text {
    display: none;
}

/*become a dealer*/
div.dropdown-list {
    overflow: hidden;
    width: 100%;
    background: url("../Content/images/arrow.png") no-repeat right center #eeeeee;
    margin-top: -2px;
}
#BecomeADealer_State_Value {
    background: transparent;
    border: none;
    padding: 3px 0 3px 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 105%;
}
#BecomeADealer_State_Value option{
}

label.required:after {
    content:" *";
    /*color: coral;*/
}
/*enter competition*/
#enter-competition {
    display: none;
}
#enter-competition fieldset {
    height: 42px;
}
#EnterCompetition_Title_Value,
#EnterCompetition_State_Value,
#EnterCompetition_ShirtSize_Value, 
#GearwrenchClaim_Title_Value,
#GearwrenchClaim_Age_Value,
#GearwrenchClaim_State_Value{
    background: transparent;
    border: none;
    padding: 3px 0 3px 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
}
#enter-competition form fieldset label.error {
    color: coral;
    text-align: right;
    font-weight: normal;
    margin-top: -18px;
    margin-right: 8px;
}
#EnterCompetition_FirstName_Value.error,
#EnterCompetition_LastName_Value.error,
#EnterCompetition_Email_Value.error,
#EnterCompetition_MobilePhone_Value.error,
#EnterCompetition_AddressLine1_Value.error,
#EnterCompetition_Suburb_Value.error,
#EnterCompetition_Postcode_Value.error,
#EnterCompetition_SpecialPromotionsCode_Value.error {
    border: 1px solid coral !important;
}
/*#enter-competition form fieldset input.error {
    background: #f0e68c !important;
}*/
#EnterCompetition\.AgreeTC\.Value-error,
#GearwrenchClaim\.IagreetoreceivemarketingmaterialfromIvecointhefutureusingtheabovedetails\.Value-error {
    text-align: left !important;
    padding-left: 14px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
/*--/custom form--*/

/*search*/
#search-list {
    
}
.search-results li {
    list-style: none;
}
#search-list > .zone-content {
    margin-top: 30px;
}
#search-list .search-summary {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    float: none;
    text-align: right;
    margin-bottom: 20px;
}
#search-list #search-results-title {
    display: none;
}
.search-list-item {
    border-bottom: 1px solid #dddddd;
    margin-top: 20px;
}
.search-image-container img {
    width: 100%;
    height: auto;
}
.search-list-item-image {
    padding: 6px;
    background: #ffffff;
}
.search-title-container > h1 {
    font-size: 14px;
    margin-top: 0;
    font-weight: bold;
}
.slug-more {
    display: block;
    float: right;
    background: #000000;
    padding: 3px 10px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px;
}
/*/search*/

/*press room*/
#layout-page-slider {
    position: relative;
}
#layout-page-slider .press-room-image img {
    width: 100%;
    height: auto;
}
#layout-page-slider .press-room-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
    right: 0;
    bottom: 15px;
}

.widget-NewsPressRoom {
    background: #ffffff;
    padding: 15px;
    padding-top: 55px;
    position: relative;
}
.widget-NewsPressRoom header {
     background: rgba(0, 0, 0, 0) url("../Content/images/tile-title-bg.png") repeat scroll 0 0;
    height: 33px;
    left: -7px;
    position: absolute;
    top: 10px;
}
.widget-NewsPressRoom header h3 {
    background: rgba(0, 0, 0, 0) url("../Content/images/icon-notice.png") no-repeat scroll left center;
    color: #ffffff;
    font-family: "gillsans";
    font-size: 13px;
    line-height: 25px;
    margin: 8px 8px 8px 0;
    padding-left: 25px;
    padding-right: 10px;
    text-transform: uppercase;
}

.widget-NewsPressRoom .whats-on-date {
    color: #999999;
}
.widget-NewsPressRoom .whats-on-title {
    font-weight: bold;
    line-height: 24px;
}
.widget-NewsPressRoom .news-list-press-room {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-NewsPressRoom .news-list-press-room li {
    border-left: 1px dotted #999999;
}
.widget-NewsPressRoom .news-list-press-room li:first-child {
    border-left: none;
}
.press-release-more {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
}
.press-release-more:hover {
    color: #ffffff;
}
/*/press room*/

/*photo video gallery*/
article.photo-gallery-term {
    background: #ffffff;
    padding: 15px;
}
.photo-gallery,
.video-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}
.photo-gallery-item-container,
.video-gallery-item-container {
    border: 1px solid #eeeeee;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.photo-gallery-item-container:hover,
.video-gallery-item-container:hover {
    background: #f6f6f6;
}
.photo-gallery-item-container h3,
.video-gallery-item-container h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.photo-gallery-item-container hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.photo-gallery-item-container a {
    display: block;
}
.photo-gallery-item-container {
    height: 280px;
}
.video-gallery-item-video {
    width: 100%;
    height: 0;
    padding-bottom: 57.25%;
    position: relative;
}
.video-gallery-item-container {
    height: 440px;
}
.video-gallery-item-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.fa-download {
    float: right;
    margin-top: 4px;
}
.no-high-resolution {
    color: #999999;
}
.photo-gallery-item-img {
    width: 100%;
    background: #ffffff;
}
/*/photo gallery*/

/*press room contacts*/
article.press-room-contacts {
    background: #ffffff;
    padding: 15px;
    min-height: 400px;
}
.press-room-contacts-info {
    position: relative;
    z-index: 2
}
.press-room-contacts-info-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.press-room-contacts-right {
    border-left: 1px solid #e2e2e2;
}
.press-room-contacts-info,
.press-room-contacts-person {
    padding: 30px;
}
/*/press room contacts*/

/*media reviews*/
.media-reviews-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.media-reviews-list-item-container {
    border: 1px dotted #eeeeee;
    padding: 10px;
    overflow: hidden;
    height: 550px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.media-reviews-list-item-container:hover {
    background: #f6f6f6;
}
.media-reviews-list-item-container h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.media-reivews-author {
    font-size: 14px;
    font-weight: bold;
}
.media-reviews-media {
    color: #999999;
}
.meidia-reviews-details-body {
    margin-top: 20px;
}
.media-reviews-list-item-date {
    color: #999999;
}
.published {
    color: #999999;
}
/*/media reviews*/

/*sponsorships*/
.sponsorships-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sponsorships-list-item-container {
    border: 1px dotted #eeeeee;
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sponsorships-list-item-container:hover {
    background: #f6f6f6;
}
.sponsorships-list-item-container h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.sponsorships-media {
    color: #999999;
}
.sponsorships-details-body {
    margin-top: 20px;
}
.published {
    color: #999999;
}
.sponsorship-video {
	margin-bottom: 30px;
}
/*/sponsorships*/

/*sponsorship tile*/
.sponsorship-tile-list {
    list-style: none;
    padding: 0;
}

.sponsorship-tile-list-item-container {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}

.sponsorship-tile-list-item-container:hover {
    background: #f6f6f6;
}

.sponsorship-4wd-tv-tile-list-item-desc {
    overflow: hidden;
    height: 120px;
	padding-top: 10px;
}

.sponsorship-red-bull-tile-list-item-desc {
	padding-top: 10px;
}

.sponsorship-daryl-beattie-tile-list-item-desc {
    overflow: hidden;
    height: 120px;
	padding-top: 10px;
}

.sponsorship-tile-list.daryl-deattie {
    margin-top: 20px;
}
/*/sponsorship tile*/

/*sponsorship standing*/
.sponsorship-standing-list {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}
.sponsorship-standing-list-item {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 5px;
}

.sponsorship-standing-list-item:hover {
    background: #f6f6f6;
}
/*/sponsorship standing*/

/*sponsorship event*/
.upcoming-event-list {
    background: #ffffff;
    list-style: none;
    padding: 15px 15px 1px 15px;
    margin-bottom: 50px;
}

.upcoming-event-list-item-container {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 15px;
}

.upcoming-event-list-item-header:hover {
    background: #f9f9f9;
    cursor: pointer;
}

.upcoming-event-list-item-title {
    margin-top: 0;
}

.upcoming-event-list-item-date {
    color: #666666;
    font-weight: bold;
    line-height: 30px;
}
.upcoming-event-list-item-time {
    color: #666666;
}
.upcoming-event-list-item-address {
    color: #666666;
}

.upcoming-event-list-item-body {
    border-top: 1px solid #dddddd;
    padding: 15px 0 0;
    margin-top: 10px;
    display: none;
}
.upcoming-event-list-item-organizer {
    line-height: 30px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 20px;
}

.upcoming-event-list-item-map {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.upcoming-event-list-item-map-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sponsorship-events-view-button {
    text-align: right;
    padding-bottom: 10px;
}
/*/sponsorship event*/
/*finance*/
.finance-image img {
    width: 100%;
    height: auto;
}
.section-container {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 15px;
}
.section-desc {
    min-height: 75px;
}
.section-container ul {
    padding-left: 2em;
}
.section-container img {
    display: inline-block;
}
a.section-link,
div.section-link {
    display: block;
    background: #666666;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}
#top-left-tile {
    margin-bottom: -10px;
}
#top-left-tile img {
    max-width: 100%;
    height: auto;
}

.finance-list {
    list-style: none;
    padding: 0;
}
.finance-list-item-container {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}
.finance-list-item-container:hover {
    background: #f6f6f6;
}
.finance-list-item-container h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.finance-list-item-desc {
    overflow: hidden;
    height: 60px;
}
/*/finance*/

/*testimonial*/
.testimonial-list-item-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ffffff;
    height: 303px;
    overflow: hidden;
}
.testimonial-list-item-container:hover {
    background: #eeeeee;
    border: 1px solid #dddddd;
}
.testimonial-list-item-name {
    font-size: 14px;
    font-weight: bold;
}
.testimonial-photo {
    margin-bottom: 15px;
}
.testimonial-photo img {
    max-width: 100%;
    height: auto;
}
.testimonial-body .text-field span {
    font-weight: bold;
    text-transform: uppercase;
}
.testimonial-body-container {
    margin-top: 30px;
}
/*/testimonial*/

/*left menu*/
#left-menu-content {
    margin-top: 35px;
    background: #ffffff;
}
#left-menu .widget-left-menu {
    margin: 30px 15px;
}
#left-menu .widget-left-menu > nav ul {
    list-style: none;
    padding-left: 0;
}
#left-menu .widget-left-menu > nav > ul > li {
    line-height: 24px;
    border-bottom: 1px solid #d2d2d2;
    margin-right: 6px;
}
#left-menu .widget-left-menu > nav > ul > li ul {
    margin-bottom: 10px;
}
#left-menu .widget-left-menu > nav > ul > li > div {
    padding-right: 6px;
    margin-right: -6px;
}
#left-menu .widget-left-menu > nav > ul > li.current > div {
    background-image: url(../Content/images/left-menu-main-bg-right.png);
    background-repeat: no-repeat;
    background-position: right 55%;
}
#left-menu .widget-left-menu > nav > ul > li:hover > div {
    background-image: url(../Content/images/left-menu-main-bg-right-hover.png);
    background-repeat: no-repeat;
    background-position: right 55%;
}
#left-menu .widget-left-menu ul li a {
    display: block;
    padding: 0 0 0 15px;
    color: #333333;
}
#left-menu .widget-left-menu > nav > ul > li > div > a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0 6px 15px;
}
#left-menu .widget-left-menu > nav > ul > li.current > div > a {
    background-image: url(../Content/images/sub-title-bg.png);
    color: #ffffff;
}
#left-menu .widget-left-menu > nav > ul > li:hover > div > a {
    background-image: url(../Content/images/sub-title-bg-hover.png);
    color: #ffffff;
}
#left-menu .widget-left-menu > nav > ul > li li.current {
    background: #CCCCCC;
}
/*/left menu*/
/*right content*/
#right-content {
    padding-right: 30px;
    font-family: Arial;
}
#right-content img {
    max-width: 100%;
    height: auto;
}
/*video for genuine parts, higthplus, service, accessory*/
#right-content .item-detail-video {
    background: #e2e2e2;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    position: relative;
}
#right-content .item-detail-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
/*/right content*/

/*parts*/
#right-content .genuine-parts {
    padding: 30px 0;
}
#right-content .genuine-parts-desc {
    height: 92px;
    overflow: hidden;
}
/*/parts*/

/*ask tom*/
#right-content .ask-tom {
    padding: 30px 0;
    list-style: none;
}

.ask-tom-item-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position:relative;
}
.ask-tom-item-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ask-tom-item-container h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
/*/ask tome*/

/*highway plus*/
#right-content .highway-plus {
    padding: 30px 0;
}
/*//highway plus*/

/*parts page*/
#right-content .parts-page {
    padding: 30px 0;
}
/*/parts page*/

/*accessory*/
#right-content .accessory {
    padding: 30px 0;
}
/*/accessory*/

/*service*/
#right-content .service {
    padding: 30px 0;
}
/*/service*/

/*top image*/
#layout-page-slider .media-library-picker-field.media-library-picker-field-top-image img {
    max-width: 100%;
    height: auto;
}

/*--pager-footer--*/
.pager {
    float: right;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    padding: 5px 10px;
}

.pager li > span {
    color: #000000;
}
/*--/pager-footer--*/

/*--footer-social-newsletter--*/
#footer-social-newsletter {
    background: #161C2A;
    margin-top: 30px;
}

#footer-social {
    padding-left: 130px;
	margin-top:15px;
    background: url("../Content/images/tripel-icon.jpg") no-repeat left;
}
#footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #footer-social li {
        float: left;
    }

        #footer-social li p {
            margin: 0;
        }

        #footer-social li a > img {
            margin: 8px 0 8px 8px;
        }

#footer-newsletter button {
    color: #FFF;
    background: none;
    border: none;
}

#footer-newsletter {
    text-align: right;
    margin-top: 15px;
    height: 39px;
    line-height: 39px;
}

    #footer-newsletter p {
        margin: 0;
        padding-right: 20px;
        background: url("../Content/images/icon-link.png") right no-repeat;
    margin-bottom: 10px;
    }
/*--/footer-social-newsletter--*/
/*social feeds*/
#social-feeds-switch-button {
    width: 20px;
    height: 20px;
    margin-top: 6px;
    margin-right: 10px;
    float: left;
    background: url("../Content/images/social-feeds-open-close-bg.png") no-repeat center -12px;
    /*background: url("../Content/images/social-feeds-open-close-bg.png") no-repeat center 10px;*/
}
#social-feeds-switch-button.social-feeds-switch-button-up {
    background-position: center 10px;
}

.social-item {
    padding-top: 10px;
    padding-bottom: 5px;
}

.social-item-title {
    margin-bottom: 10px;
}
#Facebook {
    color: #004F8B;
}
#Twitter {
    color: #39C7FF;
}
#Instagram {
    color: #FBFBFB;
}
#YouTube {
    color: #E2E2E2;
}
.social-item-title-text {
    font-size: 14px;
    font-family: Arial;
}

.social-item-title a:hover, .social-item-title a:focus{
	text-decoration: none;
}

.social-content-item {
    margin-bottom: 15px;
    color: #999999;
}
.social-content-item a {
    color: #777
}
.social-content-item a:hover, .social-content-item a:focus {
    text-decoration: none !important;
}
.social-content-item-img {
    margin-bottom: 10px;
}
.social-content-item-youtube {
    width: 100%;
    height: 0;
    padding-bottom: 57.25%;
    position: relative;
    margin-bottom: 10px;
}
.social-content-item-youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
/*.social-content-item-img {
    max-height: 150px;
    overflow: hidden;
}*/
.social-content-item-img {
    width: 100%;
    height: 0;
    padding-bottom: 57.25%;
    position: relative;
    margin-bottom: 10px;
}
.social-content-item-img a {
    position: absolute;
	width: 100%;
    height: 100%;
	display: block;
	overflow: hidden;
}
.social-content-item-text {
    max-height: 36px;
    overflow: hidden;
}
.social-content-item-author {
    font-weight: bold;
}
.social-content-item-created-date {
    font-size: 11px;
    color: #555555;
}
.social-content-item-tw-btn {
    background-color: #3AB7F1;
    color: #fff !important;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    margin-top: 5px;
    display: inline-block;
    font-family: Arial;
}
/*/social feeds*/

/*--footer--*/
#footer-links {
    background: #000;
}

    #footer-links ul.menu {
        list-style: none;
        padding: 0;
        margin: 0;
		float: right;
		margin-top: 10px;
		margin-bottom: 10px;
    }
    #footer-links .menu > li {
        float: left;
        padding-right: 15px;
        margin-left: 20px;
        line-height: 24px;
        background: url("../Content/images/icon-footer-links.png") right no-repeat;
        text-transform: uppercase;
    }

    #footer-links .menu li a {
        color: #FFF;
    }

#footer-copy {
    background: #FFF;
}

#footer-sig {
}

#copyright {
    text-align: right;
    margin: 15px 0;
}

#power {
    padding-left: 20px;
}
/*--/footer--*/
/*--home popup--*/
.home-popup-image {
    margin-bottom: 10px;
}
#lg-slider .home-popup-description {
    white-space: normal;
    text-align: left;
}
#close-popup-link {
    float: left;
    text-transform: uppercase;
    line-height: 28.5667px;
}
#close-popup-button {
    float: right;
    background-color: #000000;
    border: none;
    color: #ffffff;
    float: right;
    text-transform: uppercase;
    padding: 5px 10px;
    font-family: "gillsans";
}
/*--/home popup--*/
/*login-form*/
#layout-content .page-title {
    line-height: 60px;
    font-size: 20px;
}

.login-form {
    border: 1px solid #CCC;
    padding: 20px;
    margin: 20px 0;
}
.login-form ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .login-form ol li {
        padding: 8px;
    }

        .login-form ol li label {
            display: inline-block;
            width: 200px;
            text-align: right;
            padding-right: 20px;
        }

        .login-form ol li .forcheckbox {
            width: auto;
            padding-left: 10px;
        }

        .login-form ol li #remember-me {
            margin-left: 203px;
        }

        .login-form ol li input {
            border: 1px solid #CCC;
            padding: 5px;
        }

    .login-form button {
        margin-left: 210px;
        padding: 5px 15px;
        border: 1px solid #CCC;
    }
    legend {
    border: 0 none;
    padding: 0;
        width: auto;
        margin-bottom: 0;
}
/*/login-form*/
/*change password*/
#change-password > h1 {
    font-family: "GillSansBold";
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.change-password-note {
    padding: 10px 0;
    color: #999999;
}
#change-password form fieldset {
    border: 1px solid #CCC;
    padding: 20px;
    margin: 20px 0;
}
.change-password-form-itme {
    margin-bottom: 10px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.change-password-form-itme > label {
    width: 160px
}
.change-password-form-itme > .field-validation-error {
    display: block;
    margin-left: 165px;
    color: chocolate;
}
    .change-password-form-itme > input {
        border: 1px solid #CCC;
        padding: 5px;
        width: 340px;
    }
.change-password-form-itme > button {
        padding: 5px 15px;
        border: 1px solid #CCC;
    }
	
/*Local Manufacturing*/
.local-manufacturing-body-text{
	font-size: 16px;
    padding-bottom: 20px;
}

.manufacturing-list{
	list-style: none;
	padding: 0 15px;
}

.manufacturing-list-item{
	padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ffffff;
    height: 365px;
    overflow: hidden;
}

.manufacturing-list-item:hover{
	border: 1px solid #dddddd;
    background-color: #eeeeee;
}

.manufacturing-list-item-title{
	margin: 10px 0;
    font-size: 14px;
}

.manufacturing-list-item-title a{
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.video-container{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container iframe{
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Parts Product */

.parts-product-list{
	list-style: none;
    background: #FFFFFF;
    padding: 15px 5px;
}

.parts-product-list-item{
    border: 1px solid #ffffff;
	padding: 15px;
}

.parts-product-list-item:hover{
	border: 1px solid #dddddd;
    background-color: #eeeeee;
}

.parts-product-list-item-title{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}

.parts-product-list-item-title a{
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.parts-product-list-item-code{
	height: 20px;
}

.parts-product-list-item-price{
	margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #00336F;
	height: 20px;
}

.parts-product-list-item-brand-logo{
	height: 40px;
    text-align: right;
}

.parts-product-list-item-brand-logo img{
	max-height: 40px;
    display: inline-block;
}

.parts-product-list-item-button{
	background-color: #000000;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px;
    font-family: "gillsans";
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
}

.parts-product-list-item-button:hover{
	text-decoration: none;
	background-color: #333333;
	color: #ffffff;
}

.parts-product-detail-title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.parts-product-detail-dealer-locator-button{
	margin-bottom: 10px;
}

.parts-product-detail-code{
    margin-bottom: 10px;
}

.parts-product-code-name{
	font-weight: bold;
}

.parts-product-detail-price{
	font-size: 18px;
	font-weight: bold;
    color: #00336F;
	margin-bottom: 10px;
}

.parts-product-detail-documents{
	margin-bottom: 20px;
}

.parts-product-detail-dealer-locator-button a{
	background-color: #000000;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 30px;
    font-family: "gillsans";
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.parts-product-detail-dealer-locator-button a:hover{
	text-decoration: none;
	color: #ffffff;
}

.parts-product-detail-brand-logo{
	text-align: right;
    margin-bottom: 10px;
}

.parts-product-detail-brand-logo img{
	display: inline-block;
    max-width: 100%;
    height: auto;
}

@media(min-width:992px) and (max-width:1199px) {
    /*main menu*/
    .menu-main-menu > li a {
        padding: 10px 19px;
    }

    /*search form*/
    #search-web {
        width: 60%;
    }

    #search-dealer-container span {
        background: url("../content/images/button-gps.png") no-repeat 10px 0 #000000;
        padding: 0 20px;
    }

    /*become a dealer*/
    #BecomeADealer_State_Value {
        width: 108%;
    }

    /*video gallery*/
    .video-gallery-item-container {
        height: 400px;
    }

    /*photo gallery*/
    .photo-gallery-item-container {
        height: 300px;
    }

    /*media reviews*/
    .media-reviews-list-item-container {
        height: 490px;
    }
	
	/*Competition Dropdown*/
	#GearwrenchGiveawayCompetition_State_Value {
		width: 107%;
	}
	
	dl .tile-img, dl .tile-des {
		min-height: 92px;
	}
}


@media(min-width:768px) and (max-width:991px) {
    .menu-main-menu > li a {
        padding: 10px 10px;
        font-size: 14px;
    }
    /*top nav*/

    .widget-WidgetTopNav .menu-top-nav li {
        float: none;
        text-align: right;
    }
        .widget-WidgetTopNav .menu-top-nav li p {
            margin: 0;
        }
    /*search form*/
    #search-web {
        width: 80%;
    }
    /*got questions*/
    #after-content .widget-custom-form-widget header h1 {
        font-size: 11px;
    }
    /*home dealer*/
    #search-dealer-container span {
        background: url("../content/images/button-gps.png") no-repeat 3px 0 #000000;
        padding: 0 20px;
    }

    /*become a dealer*/
    #BecomeADealer_State_Value {
        width: 110%;
    }

     /*video gallery*/
    .video-gallery-item-container {
        height: 380px;
    }

    /*photo gallery*/
    .photo-gallery-item-container {
        height: 330px;
    }

    /*media reviews*/
    .media-reviews-list-item-container {
        height: 445px;
    }
	
	/*Competition Dropdown*/
	#GearwrenchGiveawayCompetition_Title_Value, #GearwrenchGiveawayCompetition_Age_Value {
		width: 103%;
	}

	#GearwrenchGiveawayCompetition_State_Value {
		width: 108.5%;
	}
	
	/*Dealer Locator Legend*/
	.legend-title{
		float: none !important;
	}
	
	dl .tile-img, dl .tile-des {
		min-height: 110px;
	}
	
	.dealer-item-body-left,.dealer-item-body-right {
		float: none;
	}
	
	.dealer-item-body-right {
		margin-top: 15px;
		padding-left: 20px;
	}
}


@media screen and (max-width: 767px) {
    /*--header--*/
    #logo {
        margin: 10px auto;
    }

        #logo img {
            margin: auto;
        }

    #search-web {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .widget-WidgetTopNav .menu-top-nav li {
        float: right;
        width: 100%;
        margin-right: 15px;
        text-transform: uppercase;
        text-align: right;
        background: url("../Content/images/icon-whatson.png") right no-repeat;
        padding-right: 15px;
    }

    #layout-navigation {
        margin-top: 10px;
    }
    /*--header--*/

    /*main-menu*/
    #nav-menu {
        padding: 0;
    }

    a.menu-link { /*moble menu style*/
        display: block;
        color: #fff;
        background: url(../Content/Images/menu-icon.png) no-repeat 20px 50% rgb(35,31,32);
        font-size: 14px;
        text-transform: uppercase;
    }

    #nav-menu nav, #nav-menu nav > ul ul { /*hidden mainmenu*/
        overflow: hidden;
        max-height: 0;
    }

        #nav-menu nav.active, #nav-menu nav > ul ul.active {
            max-height: 100em;
        }

        #nav-menu nav ul {
            position: static;
        }

        #nav-menu nav li {
            float: none;
            background-image: none;
        }

        #nav-menu nav > ul > li {
            border-bottom: 1px solid rgb(35, 31, 32);
        }

        #nav-menu nav li img {
            display: none;
        }

        #nav-menu nav li a {
            padding: 4px 0 4px 28px !important;
            line-height: 32px;
            text-align: left;
            text-transform: uppercase !important;
            font-size: 14px;
            color: #FFF !important;
        }

            #nav-menu nav li a:hover {
                background: rgb(35, 31, 32) !important;
            }

        #nav-menu nav li.dropdown > a span {
            background: url(../Content/Images/menu-item-button.png) no-repeat top center;
            float: right;
            display: block;
            height: 32px;
            width: 90px;
        }

        #nav-menu nav li.dropdown > a.active span {
            background-position: bottom center;
        }

        #nav-menu nav ul li ul > li a { /*submenu 1*/
            background-color: rgba(35,31,32,0.8);
            padding-left: 48px !important;
        }

        #nav-menu nav ul li ul li ul > li a { /*submenu 2*/
            background-color: rgba(35,31,32,0.9);
            padding-left: 68px !important;
        }

        #nav-menu nav ul li ul li ul li ul > li a { /*submenu 2*/
            background-color: rgba(35,31,32,0.8);
            padding-left: 88px !important;
        }

        #nav-menu nav ul ul, #nav-menu nav ul ul ul {
            display: inherit;
            box-shadow: none;
        }
    /* /main-menu*/
    .addthis_sharing_toolbox {
        position: static;
        margin-top: -10px;
        margin-bottom: 10px;
    }
    /*got questions*/
    #after-content .widget-custom-form-widget header h1 {
        font-size: 11px;
    }

    /*search*/
    .search-image-container {
        width: 50%;
    }
    .search-list-item-image {
        padding: 5px;
    }

    /*sub content*/
	table.specsTable {
	    display: none;
	}

     /*list page*/
    .promotion-list-item, .service-list-item, .news-list-item, .testimonial-list-item-container {
        height: auto;
    }
    #right-content .genuine-parts-desc {
        height: auto;
    }

    /*press room*/
    #layout-page-slider .press-room-text {
        position: static;
    }
    
    /*slider*/
    .tp-bullets-container {
        display: none !important;
    }

    /*video gallery*/
    .video-gallery-item-container {
        height: auto;
    }

    /*photo gallery*/
    .photo-gallery-item-container {
        height: auto;
    }

    /*media reviews*/
    .media-reviews-list-item-container {
        height: auto;
    }

    /*finance*/
    .finance-body {
        padding-top: 15px;
    }
    #top-left-tile {
        margin-bottom: 0;
    }
    .section-desc {
        min-height: auto;
    }
	
	.social-content-item-img {
		width: 100%;
		height: auto;
		padding-bottom: 0;
		position: static;
	}
	.social-content-item-img a {
		display: block;
		position: static;
	}
	.social-content-item-youtube {
		width: 100%;
		height: 0;
		padding-bottom: 57.25%;
		position: relative;
		margin-bottom: 10px;
	}
	
	/*Competition Dropdown*/
	#GearwrenchGiveawayCompetition_Title_Value, #GearwrenchGiveawayCompetition_Age_Value, #GearwrenchGiveawayCompetition_State_Value{
		width: 103%;
	}
	
	/*Dealer Locator Legend*/
	.legend-title{
		float: none !important;
	}
	
	/*/promotion/daily-limited-edition-45c-tray-pack*/
    .go-to-button{
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
	
	.dealer-item-body-left{
		float: none;
	}
	
	.dealer-item-body-right {
		float: none;
		margin-top: 15px;
		padding-left: 20px;
	}
	
	.dealer-item-contact {
		margin-top: 15px;
		margin-left: 20;
	}
}

@media screen and (max-width: 500px) {
    /*subscribe*/
    .mc-field-group label {
        width: 100%;
    }

    .mc-field-group input[type="email"],
    .mc-field-group input[type="text"] {
        width: 100%;
    }

    #mc-embedded-subscribe {
        margin-top: 15px;
    }
    /*#lg-slider .video-cont {
    width: 560px !important;
}*/
    #lg-slider .video {
        padding-bottom: 0;
        height: 400px;
    }
    /*/subscribe*/

    /*become a dealer*/
    #BecomeADealer_State_Value {
        width: 112%;
    }
	
	/*Competition Dropdown*/
	#GearwrenchGiveawayCompetition_Title_Value, #GearwrenchGiveawayCompetition_Age_Value, #GearwrenchGiveawayCompetition_State_Value{
		width: 105%;
	}	
	
	/*Dealer Locator Legend*/
	.legend-title{
		float: none !important;
	}
	
	.dealer-item-body-right {
		margin-top: 15px;
	}
	
	.dealer-item-contact {
		margin-top: 15px;
		margin-left: 20px;
	}
}