/*-----------  Defaults ----------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    font-size:100%;
    font:inherit;
    padding:0;
    border:0;
    margin:0;
    vertical-align:baseline;
    }
body {
    line-height:1;
    font-family: 'Open Sans',sans-serif,Arial !important; 
}
ol,ul {
    list-style:none
    }
blockquote,q {
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none
}
table {
    border-collapse:collapse;
    border-spacing:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block
}
.clear {
    clear:both
}
.sticky {}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.alignright {}
.alignleft {}
.aligncenter {}
.screen-reader-text { 
    clip:rect(1px, 1px, 1px, 1px);
    position:absolute !important
}
*, *:before, *:after {
  box-sizing: border-box;
}
p {
    line-height: 1.8;
}
a {
    color:#1abc9c;
    text-decoration: none;
    transition:.5s;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: #1abc9c;
}
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}
strong {
    font-weight: bold;
}
h2, .h2 {
    font-size: 30px;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
}
.text-wrap {
    text-overflow :ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.span {
    width: 100%;
    display: block;
}
.hidden {
    display: none;
    visibility: hidden;
}
.none {
    display: none;
}
.hide-mobile {
    display: block;
}
.show-mobile {
    display: none;
}
.left {
    float: left;
    display: inline-block;
}
.right {
    float: right;
}
.sp-10 {
    width: 10%;
}
.sp-15 {
    width: 15%;
}
.sp-20 {
    width: 20%;
}
.sp-22 {
    width: 22%;
}
.sp-25 {
    width: 25%;
}
.sp-30 {
    width: 30%;
}
.sp-40 {
    width: 40%;
}
.sp-50 {
    width: 50%;
}
.sp-60 {
    width: 60%;
}
.sp-70 {
    width: 70%;
}
.sp-75 {
    width: 75%;
}
.sp-80 {
    width: 80%;
}
.sp-90 {
    width: 90%;
}
.sp-100 {
    width: 100%;
}
.block {
    display: inline-block;
    width: 100%;
}
.inline {
    display: inline-block;
}
.modal-card {
    padding: 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}
.inner {
    clear: both;
}
.container-95 {
    width: 95%;
    margin: auto;
    max-width: 100%;
}
.container-80 {
    width: 80%;
    margin: auto;
}
.container {
    width: 1070px;
    margin: auto;
    max-width: 100%;
}
.container-90 {
    width: 90%;
    margin: auto;
    max-width: 100%;
}
.container-85 {
    width: 85%;
    margin: auto;
    max-width: 100%;
}
.center {
    text-align: center;
}
.auto {
    margin: auto;
}
.absolute {
    position: absolute;
}
.vtop {
    vertical-align: top;
}
.relative {
    position: relative;
}
.page-wrapper {
    background: #f1f1f1;
    max-width: 100%;
}
*:hover {
    transition:.5s;
}
.strong {
    font-weight: bold;
    color: #222;
}
/* ----------- END of BASICS --------------*/
/*----------------Header -----------------*/
.td-header-menu-wrap {
    background: #303030;
}
/*----------- Single Bike ------------*/
.breadcrumbs {
    padding: 20px;
    background: #f1f1f1;
}
.bg-title {
    min-height: 60px;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 18px 15px;
    margin-bottom: 2px;
}
.bg-title h1 {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-family: inherit;
    margin:0;
    color: #009688;
}
.rating {
    font-size: 16px;
    background: #009688;
    padding: 7px 12px;
    margin-top: -5px;
    color: #fff;
    border-radius: 4px;
}
.rating i {
    font-size: 14px;
    padding-right: 5px;
}
ul.key-specs li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 7.5px;
    border-right: 1px solid #eee;
    color: #666;
    margin-left: 5px;
}
ul.key-specs li:last-child {
    border: 0;
}
ul.key-specs li img {
    width: 16px;
    height: 16px;
    display: inline-block;
}
ul.key-specs li span {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}
span.small-title {
    padding: 15px 0 20px;
    font-weight: bold;
}
.bg-body {
    margin-top: 5px;
    color: #666;
}
.bg-tabs {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
}
.bg-tabs li:first-child {
    border-bottom: 3px solid #009688;
}
.bg-tabs li {
    display: inline-block;
    padding: 3px 15px 0;
    line-height: 44px;
    cursor: pointer;
}
span.big-title {
    color: #009688;
    font-weight: bold;
    padding: 15px 0;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    letter-spacing: .5px;
}
div#bg-summary {
    background: #fff;
    border: 1px solid #e7e7e7;
}
.bg-summary-content p {
    text-indent: 30px;
    font-size: 12px;
}
.bg-key-items {
    width: 65%;
    float: left;
}
.bg-key-items li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e7e7e7;
}
.bg-key-items li:last-child {
    border-bottom: 0;
}
.bg-color-box {
    padding-top: 30px;
    margin-bottom: 25px;
}
.bg-color-box li {
    width: 33%;
    display: inline-block;
}
.bg-color-box li p {
    vertical-align: middle;
    display: inline-block;
}
.color-box {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.color-2 span {
    width: 100%;
    height: 50%;
    display: block;
}
.color-1 span {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid;
}
li.key-colors span:last-child {
    line-height: 1.8;
    padding-top: 8px;
}
.bg-item {
    margin-top: 5px;
    padding-top: 30px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
}
.spec-tab-head, .features-body {
    padding: 15px 25px;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
}
.spec-tab-body, .features-body {
    padding-top: 15px;
    border: 0;
    cursor: default;
}
.spec-tab-body li, .features-body li {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}
.spec-tab-body li span:last-child, .features-body li span:last-child {
    line-height: 1.5;
    padding-top: 11px;
    min-height: 40px;
    font-size: 13px;
}
div#bg-summary {
    padding: 15px;
}
.td-module-meta-info a:first-child {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    vertical-align: middle;
}
span.td-post-author-name a {
    color: #000 !important;
    background: #fff !important;
    vertical-align: top !important;
    text-transform: capitalize;
}
.features {
    margin-top: 30px;
}
.review-cont img {
    height: 150px;
}
.review-cont span.td-post-date {
    display: block !important;
    padding-top: 15px;
    font-size: 13px;
    color: #009688;
    font-weight: bold;
}
.spec-tab-head img {
    vertical-align: bottom;
    margin-right: 8px;
    width: 25px;
    height: 25px;
}
div#bg-specs {
    padding: 0;
}
div#bg-specs span.big-title {
    padding: 15px;
    display: block;
    margin-top: 15px;
}
.buyers-guide-cont {
    margin-bottom: 25px;
}
li.key-colors span span:after {
    content: ",";
}
li.key-colors span span:last-child:after {
    content: "";
}
.gallery-img {
    width: 25%;
    float: left;
    margin-bottom: .2%;
    padding: 0 .1%;
}
div#Gallery span.big-title, div#Reviews span.big-title, div#similar span.big-title, div#Video span.big-title {
    margin-bottom: 20px;
}
a#scroll-to-top {
    display: none !important;
}
.bg-tabs li a {
    color: #666;
}
.similar-box {
    border: 1px solid #e7e7e7;
    margin: 0 0.5%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    width: 32%;
    float: left;
    background: #fff;
}
.similar-box-img {
    width: 100%;
    height: 130px;
    margin: 15px 0;
    position: relative;
}
.similar-box-img img {
    max-width: 95%;
    position: absolute;
    max-height: 128px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.sm-box-info {
    padding: 15px;
    color: #666;
}
.sm-box-title {
    font-size: 16px;
    padding-bottom: 10px;
    color: #222;
    font-weight: bold;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
}
.sm-box-price {
    font-size: 16px;
    padding-top: 10px;
    font-weight: bold;
}
.video-cont {
    width: 65%;
}
.similar-box-1 {
	border: 1px solid #e7e7e7;
    margin: 0 0.5%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    width: 24%;
    float: left;
    background: #fff;
    margin-bottom: 20px;
    color: #666;
    min-height: 302px;
}
/*--------- Newsletter Popup -----------*/
.pum-theme-3390, .pum-theme-default-theme {
    background-color: rgba(0,0,0,.8) !important;
    text-align: center;
}
.pum-theme-3390 .pum-container, .pum-theme-default-theme .pum-container {
	padding: 0 !important;
}
.pum-theme-3390 .pum-title, .pum-theme-default-theme .pum-title {
	display: none;
}
.pum-theme-3390 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    color: #f47555 !important;
    background-color: #fff !important;
}
/*------------------- Buyers Guide ---------*/
.buyers-guide {
    color: #666;
}
.bg-filters {
    margin: 20px 0;
    min-height: 139px;
}
.bg-filter label {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
    color: #666;
}
.fs-label-wrap {
    height: 40px;
    line-height: 25px;
    font-size: 12px;
    cursor: pointer !important;
    padding: 0 5px;
    outline: none;
}
.fs-search input {
    padding: 0 !important;
    height: 40px;
    padding-left: 7px !important;
    font-size: 12px;
    width: 98% !important;
    line-height: 1.5;
}
.fs-wrap.multiple .fs-option {
    height: 35px;
    line-height: 22px;
    font-size: 13px;
}
.noUi-horizontal {
    height: 10px !important;
}
.noUi-horizontal .noUi-handle {
    height: 20px !important;
}
.noUi-handle:after, .noUi-handle:before {
    height: 10px !important;
    top: 4px !important;
}
.facetwp-facet {
    margin: 0 !important;
}
.rs-head {
    min-height: 60px;
    background: #fff;
    padding: 10px;
    border: 1px solid #e7e7e7;
    margin-bottom: 5px;
    margin-top: -15px;
}
.facetwp-counts {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    padding-top: 11px;
    display: inline-block;
}
select.facetwp-sort-select {
    height: 38px;
    width: 100%;
    padding-left: 15px;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    outline: 0;
}
.bg-bikes {
    padding-bottom: 50px;
}
.facetwp-slider-wrap {
    padding-top: 15px;
}
.noUi-connect {
    background: #009688 !important;
    cursor: pointer;
}
.sb-sidebar {
    float: right;
    width: 98%;
    background: #fff;
    padding: 15px;
    border: 1px solid #e7e7e7;
}
select.facetwp-dropdown {
    height: 40px;
    width: 90%;
    border: 1px solid #e7e7e7;
    padding-left: 10px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
}
.custom-breadcrumbs {
    min-height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
}
.custom-breadcrumbs a {
    vertical-align: top;
    color: #aaa;
    font-size: 12px;
}
.custom-breadcrumbs i {
    vertical-align: text-bottom;
    padding: 0 3px;
    font-size: 13px;
}
.dl-head {
    font-weight: bold;
    text-transform: uppercase;
}
.dl-main {
    margin-top: 15px;
    width: 98%;
}
.dl-ad-mob {
    margin: 15px 0 25px;
}
/*--------------Footer------------*/
.copyright{
    text-align: center;
    display: inline-block;
    width:100%;
}
.big-boy a{
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
}
.small-boy {
    display: inline-block;
    font-size: 11px;
    color:#fff;
}
h2.big-boy {
    margin: 0;
    display: inline-block;
    margin-right: 5px;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 7px;
}
.ts-pagination-more:after {
    content: "More Movies";
    font-size: 14px;
    /* font-weight: 100; */
    color: #fff;
}
.widget h6 a {
    color: #fff;
    font-size: 14px;
}
.ts-header-menu .main-menu li a:hover, .ts-sticky-menu .main-menu li a:hover, .ts-mobile-menu .main-menu li a:hover {
    color: #fff !important;
}
/* New Footer */
.ts-twitter-container {
    height: 97px;
}
.social-icons ul li a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color: #FFF;
}
.footer-tags a:hover {
    color: #fff;
    cursor: pointer;
}
.footer-tags a {
    margin: 5px;
    color: #aaa;
    font-weight: 300;
    letter-spacing: 0.5px;
    display: inline-block;
    line-height: 20px;
    height: 23px;
        padding: 5px 10px 22px 10px;
    border-radius: 3px;
    font-size: 12px;
    background: rgba(255,255,255,0.04);
}
.footer-tags {
    text-align: center;
    width: 100%;
    border-top: 1px solid #aaa;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-imdb li {
    list-style: none;
    /* color: #fff; */
}
.top-imdb li a {
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    font-size: 15px;
}
.top-imdb li a:hover{
    text-decoration: underline;

}
.row-mask {
    opacity: 1;
    background: rgba(0,0,0,0.65);
    padding-top: 20px;
    width: 100%;
    height: 100%;
}
.top-imdb {
    margin-top: 15px;
}
.tweet-data {
    display: inline;
    line-height: 1.8;
    color: #fff;
}
.foot-coloum {
    height: 225px;
}
aside#widget_touchsize_tweets-2 {
    margin-bottom: 25px;
}
.tweet-data a {
    color: #eb593c;
}
.tweet-data a:hover {
    color: #eb593c;
}
.tweets .tweet-date{
    color: #fff;
}
.col-lg-4 {
    width: 33.33333333333333%;
    float: left;
}
.col-lg-8 {
    width: 66.66%;
    float: left;
}
.social-icons ul li a {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: -webkit-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out;
    -moz-transition: -moz-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out;
    -o-transition: -o-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out;
    transition: transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out;
    line-height: 30px;
    text-align: center;
    color: #888;
    font-size: 12px;
    margin-bottom: 4px;
}
.widget-content {
    padding-right: 20px;
    padding-left: 20px;
}
.widget .block-title span {
    line-height: 1.5;
}
@media only screen and (max-width: 768px) {
    .foot-coloum {
        height:200px;
        margin-top: 25px;
        padding-left: 20px;
    }
    aside#widget_touchsize_tweets-2 {
        margin-bottom: 30px;
    }
    .social-icons {
        margin-bottom: 30px;
        padding-left: 20px;
    }
    .footer-tags {
        width: 95%;
        margin: auto;
    }
    .col-lg-8 {
        width: 100%;
    }
    aside#text-3 {
        margin-bottom: 40px;
    }
}
.footer-2 {
    width: 100%;
    background: url('https://bikenationmag.com/wp-content/uploads/2017/02/flhrxs-4-e1492504349196.jpg');
    position: relative;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 50%;
}
.foot-bttm {
    width: 100%;
    float: left;
}
li.social-ixon {
    width: 35px;
    display: inline-block;
    margin: 0 20px 0 0;
}
.foot-row-2-1 {
    width: 35%;
    float: right;
    max-width: 100%;
}
.foot-row-2-1 .widget-content {
    padding: 0px;
}
.foot-row-1 {
    width: 33%;
    float: left;
    padding: 0 1.5%;
    height: 200px;
    max-width: 100%;
}
.foot-row-1 h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
    color: #fff;
}
.foot-row-1 h4:after {
    background: #ab2328;
    display: block;
    content: '';
    width: 30px;
    height: 2px;
    margin-top: 10px;
}
.foot-row-2-2 h4:after,.foot-row-2-1 h4:after {
    background: #ab2328;
    display: block;
    content: '';
    width: 30px;
    height: 2px;
    margin-top: 10px;
}
.foot-top-imdb li a {
    color: #eee;
    line-height: 1.5;
}
.foot-abt-txt {
    font-size: 11px;
    color: #eee;
    line-height: 1.5;
}
.foot-row-2-2 h4,.foot-row-2-1 h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
    color: #fff;
}
.footer-logo {
    padding-top: 20px;
}
.foot-row-1 input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: 75%;
    height: 40px;
    font-size: 11px;
}
.foot-row-1 input.wpcf7-form-control.wpcf7-submit {
    width: 25%;
    height: 40px;
    background: #ab2328;
}
.foot-row-2-1, .foot-row-2-2 {
    margin-bottom: 20px;
}
.foot-row-2-2 {
    width: 35%;
    float: left;
    padding-left: 3%;
    max-width: 100%;
}
.foot-row-1 p {
    margin: 0;
}
.foot-row-1 div.wpcf7-response-output {
    margin: 0em 0.5em 1em;
}
.foot-row-1 div.wpcf7-mail-sent-ok {
    border: 2px solid #ab2328;
    background: #ab2328;
}
.foot-row-2-1 .ts-twitter-container.dynamic {
    height: auto;
}
li.social-ixon img {
    width: 20px;
}
#wpbs_slider {
	display: none !important;
}
div#bg-summary #jp-relatedposts {
    display: none !important;
}
.ad-slot-728 {
    margin: 5px 0;
    text-align: center;
}
.ad-slot-200 {
    margin: 0 10px 10px;
    text-align: center;
}
.ad-slot-250 {
    margin: 0 10px;
    text-align: center;
}
.bg-ad {
    width: 35%;
    float: left;
}
.photography-wrapper {
    background: #f2f2f2;
    padding-bottom: 50px;
}
.heading-decor {
    margin: 30px 0 50px;
}
.heading-decor h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: #3d3d3d;
}
.heading-decor h1 {
    margin-top: 20px;
    font-size: 3.75em;
    font-weight: 800;
    text-transform: uppercase;
}
ul.slides li {
    margin: 0 10px 20px 10px;
}
.heading-decor:after {
    content: "";
    background: #1b1818;
    width: 30px;
    height: 4px;
    display: inline-block;
}
button.show-more:hover {
    border: 0;
}
button.show-more {
    width: 150px;
    height: 40px;
    border: 0;
    background: #3d3d3d;
    color: #fff;
    border-bottom: 4px solid #111;
    transition: .5s ease-in-out;
    letter-spacing: 0.5px;
    margin-top: 30px;
    outline: 0;
}
.featherlight {
    cursor: pointer !important;
}
.td-menu-background, .td-search-background {
    background-image: url(https://bikenationmag.com/wp-content/uploads/2017/04/1-28.jpg) !important;
    background-position: 70% !important;
}
/*-------- Classifieds -------*/
#classiwrapper .awpcp-message {
    background-color: #009688 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 14px;
}
#classiwrapper .awpcp-message p {
    font-size: 13px;
}
div#classiwrapper label {
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    font-family: sans-serif;
}
div#classiwrapper input {
    margin-top: 10px;
    height: 35px;
    border: 1px solid #e7e7e7;
    padding: 0 15px;
    color: #666;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    font-size: 13px;
}
p.awpcp-form-spacer:nth-child(3), p.awpcp-form-spacer:nth-child(4) {
    width: 49%;
    display: inline-block;
}
p.awpcp-form-spacer:nth-child(3) select, p.awpcp-form-spacer:nth-child(4) select {
    width: 95%;
    margin: auto;
    display: block;
    margin-top: 10px;
    height: 40px;
    border: 1px solid #e7e7e7;
    padding: 0 15px;
    color: #666;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    font-size: 13px;
}
p.awpcp-form-spacer:nth-child(4) span {
    display: block;
}
div#classiwrapper input {
    margin-top: 10px;
    height: 35px;
    border: 1px solid #e7e7e7;
    padding: 0 15px;
    color: #666;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    font-size: 13px;
    background: #f9f9f9;
}
div#classiwrapper input:focus {
    border: 1px solid #009688 !IMPORTANT;
    background: #fff;
}
#classiwrapper .awpcp-region-selector .awpcp-region-selector-partial label, .awpcp-multiple-region-selector .awpcp-region-selector .awpcp-region-selector-partial label {
    margin-top: 10px;
}
form.awpcp-search-ads-form input[type=submit] {
    background: #009688 !important;
    color: #fff !important
}
#classiwrapper .awpcp-region-selector, .awpcp-multiple-region-selector .awpcp-region-selector {
    background: #fff !important;
}
p.awpcp-form-spacer:nth-child(4) span input {
    width: 35%;
}
li.awpcp-region-selector-partial {
    width: 33%;
    display: inline-block;
    padding: 0 1%;
}
.cl-adsense {
    display: none;
}

input[type=text], input[type=url], input[type=tel], input[type=email] {
    height: 35px !important;
    width: 75% !important;
    float: left !important;
}
input[type=submit] {
    background-color: #ab2328 !important;
    padding: 10px 15px !important;
    width: 25% !important;
}
.mc4wp-response {
    margin-top: 10px;
}
.dealers-guide {
    background: #fff;
}
.dl-filters {
    background: #fff;
    width: 95%;
    border: 1px solid #e7e7e7;
    padding: 10px;
}
.dl-filter {
    padding-bottom: 20px;
}
.dl-filter label {
    font-weight: bold;
    color: #000;
    padding-bottom: 2px;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 8px;
    width: 70%;
}
.beige {
    background: #f7f7f7;
}
.round-corners {
    border-radius: 3px;
}
.dl-main .rs-head {
    margin-bottom: 25px;
}
.dl-main .more-link-wrap {
    display: none;
}
.big_container {
    width: 1360px;
    margin: auto;
    max-width: 100%;
}
/*----- ADZOUK-------*/
div#ad-slot1 {
    margin-bottom: 10px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .thumbnail a>img, .thumbnail>img {
    height: 130px !important;
    width: 100%;
}
/*----- Media ----------*/


@media screen and (max-width: 768px) {
    .foot-row-2-1 {
        width: 90%;
        margin: auto;
        float: none;
    }
    .foot-row-1 {
        width: 90%;
        margin: auto;
        float: none;
        height: auto;
    }
    .foot-row-2-2 {
        width: 90%;
        margin: auto;
        float: none;
        margin-bottom: 30px;
        padding-left: 0;
    }
    .mobile {
        display: none;
    }
}
@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
    /*--------- Defaults----------*/
    .mobile-100 {
        width: 100%;
    }
    .mobile-95 {
        width: 95%;
    }
    .mobile-90 {
        width: 90%;
    }
    .mobile-70 {
        width: 70%;
    }
    .mobile-50 {
        width: 50%;
    }
    .mobile-auto {
    	margin: auto;
    }
    .mobile-left {
        float: left;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    /*---------- Bikes Page ----------*/
    .review-cont img{
        height: auto;
    }
    .gallery-img {
        width: 50%;
        margin-bottom: 1%;
        padding: 0 .5%;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .thumbnail a>img, .thumbnail>img {
        height: 105px !important;
        width: 100%;
    }
    .similar-box-img img {
        width: 100%;
        height: 105px;
    }
    .similar-box {
        margin: 0 0.5%;
        width: 49%;
    }
    .bg-color-box li {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
    .sm-box-small-info {
        font-size: 12px;
    }
    #similar {
        padding: 0 5px;
    }
    .color-box {
	    width: 30px;
	    margin-right: 5%;
	    float: left;
	}
	.bg-color-box li p {
	    float: right;
	    margin: 0;
	    text-align: left;
	    width: 73%;
	}
    /*------------- Buyers Guide ------*/
    .bg-filters {
        padding: 20px 5px;
    }
    .facetwp-type-fselect .fs-wrap, .facetwp-type-fselect{
	    width: 95% !important;
	}
    .facetwp-facet, .fs-label-wrap .fs-label {
        text-align: center;
    }
    .bg-filter {
        margin-bottom: 20px;
    }
    .similar-box-1 {
        width: 48%;
        margin: 0 1% 2%;
    }
    .sm-box-title {
        font-size: 13px;
    }
    /*----- Dealers ---*/
    .sp-75.left.spacing-top.mobile-100 {
        margin-top: 15px;
    }
    .bg-bikes.dl-main .td_module_10 .td-excerpt {
        display: block;
        font-size: 11px;
        margin-top: -5px;
    }
    .bg-bikes.dl-main .td-module-meta-info {
        display: none;
    }
}
@media only screen and (max-device-width: 1023px) and (min-device-width: 768px) {
    /*----------- Defaults ---------*/
    .tablet-100{
        width: 100%;
    }
    .tablet-95 {
        width: 95%;
    }
    .tablet-90 {
        width: 90%;
    }
    .tablet-70 {
        width: 70%;
    }
    .tablet-auto {
        margin: auto;
    }
    .similar-box-img img {
        width: 100%;
        height: 96px;
    }
    .hide-tablet {
        display: none;
    }
    .show-tablet {
        display: block;
    }
    /*-------- Buyers Guide --------*/
    .facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown {
        width: 95% !important;
    }
}
