/*@import url("styles.css");*/
@font-face {
    font-family: 'gibsonregular';
    src: url('./fonts/Gibson Regular.otf');

}

@font-face {
    font-family: 'gibsonlight';
    src: url('./fonts/Gibson Light.otf');

}

@font-face {
    font-family: 'gibsonbold';
    src: url('./fonts/Gibson Bold.otf');

}

@font-face {
    font-family: 'neosanregular';
    src: url('./fonts/Neo Sans Std Regular.otf');

}

@font-face {
    font-family: 'neosanbold';
    src: url('./fonts/Neo Sans Std Bold Italic.otf');

}

@font-face {
    font-family: 'digitalbold';
    src: url('./fonts/DS-DIGIB.TTF');

}

@font-face {
    font-family: 'myriadpro';
    src: url('./fonts/myriadpro.otf');

}

@font-face {
    font-family: 'AgencyFB-Reg';
    src: url('./fonts/AgencyFB-Reg.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AgencyFB';
    src: url('./fonts/AgencyFB-Bold.woff2') format('woff2'),
    url('./fonts/AgencyFB-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana';
    src: url('./fonts/Verdana.eot');
    font-weight: normal;
    font-style: normal;
}

.none {
    display: none ! important;
}

.nodotted:after {
    background: none ! important;
}

* {
    box-sizing: border-box;
}

/** clearfix **/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: black;
}

.cb {
    clear: both;
}

/** RESET CSS **/
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

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;
}

/** RESET CSS **/

/** Animations **/
@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }
    20% {
        -webkit-transform: translate(-3px, 0px) rotate(3deg);
    }
    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-2deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(4deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

/** Animations **/

body {
    /*font-family:neosanregular,sans-serif!IMPORTANT;*/
    font-family: 'Verdana' !important;
    /*background:url("./img/bg-2.jpg") repeat-y center 100%/1925px 800px;*/
    background: url("./img/bg-2.jpg") center top;
    color: #fff;
    font-size: 14px !important;
    background-size: 100%;
}

.filter-bikes input {
    min-width: 135px;
}

.sharify-container {
}

header {
    padding: 15px 0;
    position: relative;
}

.main-nav .mr40 {
    margin-right: 33px !important;
}

.board-nav li, .main-nav li {
    display: inline-block;
    margin-right: 12px;
    margin-left: -8px;
}

.board-nav li:last-child, .main-nav li:last-child {
    margin-right: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none !important;
}

.grad-bg {
    background: linear-gradient(to bottom, black, gray, black);
    padding: 10px;
    border-radius: 5px;
}

.table-only {
    display: table;
    width: 100%;
}

.table-row-only {
    display: table-row;
}

.table-cell-only {
    display: table-cell;
    vertical-align: middle;
    color: #60b243;
}

.overlay-con1 .table-cell-only span.txt50 {
    display: block;
    text-align: center;
}

.overlay-con1 .table-cell-only:last-child {
    text-indent: 88px;
}

.hidden1 {
    display: none;
}

.help-icon {
    background: #28cfd8;
    padding: 10px;
    position: fixed;
    bottom: 70px;
    z-index: 10;
    right: 20px;
    color: black;
    font-family: neosanregular, sans-serif;
    border-radius: 100%;
    height: 55px;
    width: 60px;
    line-height: 60PX;
    box-sizing: content-box;
    border-bottom: 5px solid #e6c82b;
}

.help-icon:hover {
    border-bottom: 0;
}

.img {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    display: none;
}

/** Margins and Paddings **/
.mb15 {
    margin-bottom: 15px;
}

.mr0 {
    margin-right: 0;
}

.mr40 {
    margin-right: 40px;
}

.mr20 {
    margin-right: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt50 {
    margin-top: 50px;
}

.mr5 {
    margin-right: 5%;
}

.mr2 {
    margin-right: 2%;
}

.pl265 {
    padding-left: 265px;
}

.pl60 {
    padding-left: 60px;
}

.pl10 {
    padding-left: 10px;
}

.pr20 {
    padding-right: 20px;
    color: #fff;
}

.pt20 {
    padding-top: 20px;
}

.p40 {
    padding: 40px 10px;
}

.p10 {
    padding: 10px;
}

.pt50 {
    padding-top: 50px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 83px 10px 0;
}

/** display **/
.dis-inb {
    display: inline-block;
}

.dis-b {
    display: block !important;
}

.centered {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.va-m {
    vertical-align: middle;
    color: #171717;
}

.va-t {
    vertical-align: top;
}

.va-b {
    vertical-align: bottom;
}

.va-super {
    vertical-align: super;
}

.pos-t20 {
    top: 20px;
}

.pos-t8 {
    top: 8px;
}

.pos-t5 {
    top: 5px;
}

/** font properties **/
.txt-up {
    text-transform: uppercase;
}

.txt18 {
    font-size: 25px;
    font-weight: bold;
}

.txt35 {
    font-size: 35px;
    color: #60b243;
    font-family: 'AgencyFB';
}

.txt13 {
    font-size: 13px;
}

.txt15 {
    font-size: 15px;
}

.txt23 {
    font-size: 23px;
}

.txt20 {
    font-size: 20px;
}

.txt50 {
    font-size: 50px;
}

.txt60 {
    font-size: 60px;
}

.txt80 {
    font-size: 80px;
}

.txt28 {
    font-size: 28px;
}

.txt11 {
    font-size: 11px;
}

.txt24 {
    font-size: 24px;
}

.txtwhite {
    color: #fff;
}

.txtblack {
    color: #000000;;
}

.txtorange {
    color: #f1f1f1;
}

.txtyellow {
    color: #60b243;
}

.txtgray {
    color: #c0c0c0;
}

.txt-blue {
    color: #ffffff;
}

.bgwhite {
    background: #fff;
}

.bgyellow {
    background: #60b243;
    color: #171717;
}

.bgbrown-alpha {
    background: rgba(96, 178, 67, 0.81) !important;
}

.bold { /*font-family:neosanbold,sans-serif;*/
    font-family: 'AgencyFB';
}

.light {
    font-family: 'AgencyFB';
    color: #fff;
}

.gibbold {
    font-family: 'AgencyFB';
}

.board-nav .gibbold {
    font-size: 22px;
}

.giblight {
    font-family: gibsonlight, sans-serif;
}

/** ICONS  and logo's**/
.social-icons {
    float: right;
}

.social-icons img {
    margin-right: 10px;
}

.xbhp-logo {
    position: absolute;
    left: 20px;
    z-index: 3;
    width: 227px;
}

.all-logos {
    position: relative;
    padding-left: 10px;
    left: -20px;
    float: right;
}

.tv-logo:hover {
    -webkit-animation: shake 0.8s linear 1;
    -moz-animation: shake 0.8s linear 1;
    animation: shake 0.8s linear 1;
}

.tv-logo {
    position: absolute;
    top: -68px;
}

/** widths **/
.wd70 {
    float: left;
    width: 75.13%;
}

.wd80per {
    width: 80%;
    margin: 0 auto;
}

.wd30 {
    float: right;
    width: 24.84%;
}

.wd50 {
    float: left;
    width: 46.9%;
    margin: 0 15px;
    height: 400px
}

.wd120 {
    width: 120px !important;
}

.wd100 {
    width: 100px !important;
}

.wd60 {
    width: 60px !important;
}

.wd80 {
    width: 80px !important;
}

.wd50per {
    width: 50% !important;
}

.wd200 {
    min-width: 200px;
}

/** navigation **/
header nav {
    background: url("./img/nav-bg.png") no-repeat center center/cover;
    clear: both;
    padding: 20px 0;
}

.main-nav-con {
    position: relative;
}

.main-nav {
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
}

.main-nav li:after {
    content: "";
    background: url("./img/dottedlinewhite.png") no-repeat -6px center/cover;
    width: 50px;
    height: 30px;
    top: 15px;
    position: absolute;
}

.main-nav li:last-child:after {
    content: "";
    background: none;
    position: relative;
    width: 20px;
}

.main-nav li a:hover {
    color: #60b243;
}

.main-nav a {
    color: #fff;
}

.dividerdimensions {
    width: 15px !important;
    height: 50px;
    position: relative;
}

/** search bar **/
.text {
    color: black;
}

.search-container {
    width: 350px;
    margin: 0;
    position: absolute;
    top: 13px;
    right: 136px;
    z-index: 11;
}

.post-load-more {
    position: relative;
    padding: 10px;
    display: block;
    background: #60b243;
    box-shadow: 0 0 1px 0 lightgrey;
    border-radius: 4px;
    color: black;
    font-weight: bold;
    text-align: center;
}

/* search no result */
.searchNoResult {
    color: black;
    min-height: 200px;
    font-size: 18px;
}

.searchNoResult p {
    padding: 10px 0;
}

.searchResultHeading {
    border-bottom: 1px solid #acacac;
    padding-bottom: 5px;
}

.searchbox {
    position: relative;
    min-width: 30px;
    width: 0%;
    height: 30px;
    border-radius: 35px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    margin-top: 4px;
    margin-right: 10px;

}

.searchbox-icon,
.searchbox-submit {
    width: 30px;
    height: 30px;
    border-radius: 35px;

    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    line-height: 45px;
    text-align: center;
    cursor: pointer;

}

.searchbox-submit {
    background: url("./img/search.png") no-repeat center/25px 25px;
}

.searchbox-icon img {
    width: 25px;
    height: 25px;
    position: relative;

}

.height1 a {
    display: block;
    height: 240px
}

.searchbox-input {
    font-family: neosanregular;
    border: 0;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0px 40px 0px 20px;
    font-size: 15px;
    color: black;
}

.searchbox-input::-webkit-input-placeholder {
    color: #000;
}

.searchbox-input:-moz-placeholder {
    color: #000;
}

.searchbox-input::-moz-placeholder {
    color: #000;
}

.searchbox-input:-ms-input-placeholder {
    color: #000;
}

.searchbox-open {
    width: 100%;
}

/** search bar **/

/** BOARD **/
.board-con {
    padding-top: 20px;
}

.board-nav {
    background: url("./img/grid-lines.png") repeat-x black;
    border: 1px solid black;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 1);
    padding: 20px 10px 20px 15px;
    color: #60b243;
    text-align: center;
    position: relative;
    border-radius: 5px;
    text-shadow: #60b243 0px 0px 29px;
}

.board-nav li:last-child {
    text-shadow: none;
    margin-right: 0;
}

.board-nav a {
    color: #60b243;
}

.board-nav:before {
    content: "";
    background-image: url("./img/black-column.png");
    background-size: 10px 20px;
    position: absolute;
    height: 21px;
    width: 10px;
    top: -21px;
    left: 20px;
}

.board-nav:after {
    content: "";
    background-image: url("./img/black-column.png");
    background-size: 10px 20px;
    position: absolute;
    height: 21px;
    width: 10px;
    top: -21px;
    right: 20px;
}

.board-text {
    width: 300px;
    font-size: 11px;
    letter-spacing: 1px;
}

.board-text a {
    color: #60b243;
    text-decoration: underline;
}

.traffic {
    position: absolute;
    right: 96%;
    top: -16px;
    z-index: -1;
}

/** TOP BANNER **/
.banner-top {
    margin-top: 50px;
    box-sizing: content-box;
}

.larger-banner-image .overlay-con_1, .show:hover .overlay-con, .larger-banner-image .overlay-con, .show:hover .overlay-con1 {
    display: block;
}

.larger-banner-image {
    position: relative;
}

.smaller-banner-images > div {
    position: relative;
}

.overlay-con_1 {
    position: absolute;
    bottom: 0px;
    display: none;
    width: 100%;
    font-size: 20px;
}

.overlay-con_2 {
    position: absolute;
    top: 0px;
}

.overlay-con {
    position: absolute;
    top: 0px;
    display: none;
    width: 100%;
}

.overlay-con1 {
    position: absolute;
    bottom: 3px;
    width: 100%;
}

.overlay-bgblack {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 25px;
    font-family: 'AgencyFB';
}

/** DIscovered Bikes Section **/
.discoveredbikeslogos img {
    width: 60px;
}

.grid {
    line-height: 0;
}

.grid .height1 {
    height: 240px;
    width: 25%;
}

.grid img {
    width: 100%;
    height: 100%;
}

.grid > div {
    position: relative;
    float: left;
}

.grid > div:first-child {
    background: url("./img/banner-img2.jpg") no-repeat center/cover;
}

.grid > div:nth-child(2) {
    background: url("./img/banner-img2.jpg") no-repeat center/cover;
}

.grid > div:nth-child(3) {
    background: url("./img/banner-img2.png") no-repeat center/cover;
}

.grid > div:nth-child(4) {
    background: url("./img/banner-img2.jpg") no-repeat center/cover;
}

.grid > div:nth-child(5) {
    background: url("./img/banner-img2.jpg") no-repeat center/cover;
}

.grid > div:nth-child(6) {
    background: url("./img/banner-img2.jpg") no-repeat center/cover;
}

.grid > div:nth-child(7) {
    background: url("./img/banner-img2.jpg") no-repeat center/cover;
}

.grid > div:nth-child(8) {
    background: url("./img/banner-img2.jpg") no-repeat center/cover;
}

.grid > div:nth-child(9) {
    background: url("./img/banner-img2.jpg") no-repeat center/cover;
}

.grid > div:nth-child(10) {
    background: url("./img/banner-img2.jpg") no-repeat center/cover;
}

.grid > div:nth-child(11) {
    background: url("./img/banner-img2.jpg") no-repeat center/cover;
}

.grid > div:nth-child(12) {
    background: url("./img/banner-img2.jpg") no-repeat center/cover;
}

.seeallbikes {
    background: #60b243; /*background:url("./img/text-pattern.png") repeat-x 30px -56px #60b243;*/
    font-family: 'AgencyFB';
}

.seeallbikes a {
    color: #fff;
}

.pattern { /*background:url("./img/text-pattern.png") repeat-x 30px -56px #60b243;*/
    background: #60b243;
    color: #fff;
    font-family: 'AgencyFB';
}

.pattern a {
    color: #fff;
}

.bikeno {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    line-height: 50px;
    text-align: center;
}

.expandicon {
    width: 20px !important;
    height: auto !important;
}

.bike-details {
    clear: both;
    margin-top: 30px;
}

.bike-details img {
    width: auto;
    height: auto;
}

.bike-details > div.dis-inb {
    width: 42%;
    margin: 5px 0;
}

.show:hover .bikeno {
    display: none;
}

.show:hover .bikeno.bike-ride {
    display: block;
}

.bikeno.bike-ride {
    width: 100px;
}

/** Partners section **/
.partners-logos {
    background-image: url("./img/tyres-bg-top.png"), url("./img/tyres-bg-bottom.png");
    background-size: 100%, 100%;
    background-position: 0 -20px, 0 122%;
    background-repeat: repeat-x;
    background-color: #fff;
}

.partners-logos img {
    width: 80px;
}

.hover-title {
    position: relative;
}

.hover-title a[title]:hover:after {
    content: attr(title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    right: 0px;
    top: 30px;
    font-size: 13px;
    text-align: center;
    z-index: 20;
    white-space: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #e6c82b, #fe7701);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6c82b), color-stop(1, #fe7701));
    background-image: -webkit-linear-gradient(top, #e6c82b, #fe7701);
    background-image: -moz-linear-gradient(top, #e6c82b, #fe7701);
    background-image: -ms-linear-gradient(top, #e6c82b, #fe7701);
    background-image: -o-linear-gradient(top, #e6c82b, #fe7701);
}

.hover-title a.no-hover-title[title]:hover:after {
    content: "" !important;
    padding: 0 !important;
}

.videosFeeds h3 {
    margin: 20px 0;
}

.latestVideos iframe {
    width: 100%;
    height: 100%;
}

.fixheight {
    width: 100%;
}

.tempheight {
    height: 322px;
}

.fixheight2 {
    width: 100%;
    height: 515px;
}

.feeds_div {
    padding: 26px 58px;
}

.createdby {
    text-decoration: underline;
    font-weight: bold;
}

/** Bike Specs Page **/
.bike-specs {
    width: 1025px;
    max-width: 82%;
    float: left;
    margin-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
}

.bike-specs h3 {
    background: rgba(10, 10, 10, 0.8);
    padding-left: 20px;
    margin-bottom: 14px;
    margin-top: 9px;
}

.bike-image {
    margin-bottom: 10px
}

.latest-bikes-only .txt-up {
    font-size: 20px;
}

.about-bike img {
    width: 100%;
    height: auto;
}

.about-bike p strong {
    font-weight: bold;
}

.about-bike p strong a {
    font-size: 16px;
    text-decoration: underline;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.bike-details-info {
    position: relative;
    background: #3e3e3e;
    font-family: 'AgencyFB';
    color: #60b243;
    margin-bottom: 20px;
    font-size: 50px;
    border-radius: 10px;
    padding: 3px 20px;
}

.bike-details-info > span {
    display: inline-block;
    margin-right: 10px;
}

/*.bike-details > span:last-child{float:right;position:relative;top:-49px;}*/
.bike-details-info span span {
    display: block;
    text-align: right;
}

.meter-speed {
    width: 145px;
    height: 90px;
    background: url("./img/meter.png") no-repeat center center/cover;
}

.meter-speed span {
    width: 110px;
    display: inline-block !important;
    left: 35px;
    position: relative;
    font-size: 35px;
    top: 24px;
    width: 75px;
    text-align: center !important;
}

.speed {
    top: -8px !important;
    left: 35px !important;
    font-size: 18px !important;
}

.badge_photo {
    position: absolute;
    top: -39px;
    right: -9px;
    width: 200px;
}

img[alt="dummy"] {
    position: absolute;
    top: -15px;
}

.about-bike-con {
    background: #acacac;
    padding: 30px 10px;
    border-radius: 10px;
    line-height: 1.4;
    font-size: 16px;
    font-family: Verdana;
}

.about-bike-con p {
    margin: 10px 0;
}

.about-bike-con a {
    color: black;
}

.about-bike-con a:hover {
    color: #28cfd8;
}

.logosOnBikesec {
    background: #3e3e3e;
    border-radius: 7px;
    padding: 10px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}

.logosOnBikesec img {
    width: 100px;
}

.OlxBuyBikeSec {
    width: 220px;
}

.bike-gallery {
    width: 100%;
    margin: 0 auto;
}

.bike-gallery-pics {
    display: inline-block;
    width: 24.2%;
    overflow: hidden;
}

.bike-gallery .thumbnails img {
    width: 100%;
}

.latest-bikes-con {
    max-width: 163px;
    width: 20%;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 50px;
    color: black;
}

.latest-bikes-only h4 {
    margin: 20px 0;
}

.latest-bikes {
    margin-bottom: 8px;
    position: relative;
}

.latest-bikes .overlay-bgblack {
    padding: 5px 8px;
}

.latest-bikes img {
    border-radius: 10px;
}

.random-bike-button {
    background: #b9b9b9;
    border-radius: 7px;
    padding: 5px;
    margin-bottom: 8px;
    cursor: pointer;
}

.random-bike-button:hover {
    background: #33b729;
}

.random-bike-button img {
    width: 28px;
}

.random-bike-button span:first-child {
    width: 30%;
}

.next-prev-bike-btns a {
    background: #b9b9b9;
    border-radius: 7px;
    padding: 5px;
    width: 47%;
}

.next-prev-bike-btns a:hover {
    background: #60b243;
}

.next-prev-bike-btns {
    margin-bottom: 8px;
}

.next-prev-bike-btns img {
    width: 12px;
}

.see-all-btn {
    background: #60b243;
    border-radius: 7px;
    cursor: pointer;
    display: block;
}

.see-all-btn:hover {
    color: #171717;
    background: #3c8821;
}

.article-datendetails-con {
    border-bottom: 1px solid #e6c82b;
    padding: 8px 0;
}

.article-datendetails-con img {
    width: 20px;
    height: 20px;
}

.tags {
    margin: 20px 0 0;
    font-size: 12px;
    border-bottom: 1px solid #c1c1c1;
    padding: 5px 0;
}

.tags div {
    background-color: #ededed;
    float: left;
    margin-right: 5px;
    color: black;
    padding: 5px;
    margin: 2px
}

.tags div:first-child {
    background: #5a5658;
    color: #fff;
}

.tags div:hover {
    background: #5a5658;
    color: #fff;
}

.share-article {
    padding: 20px 0;
    width: 307px;
}

.share-article img {
    width: 20px;
}

.share-logos {
}

.share-logos2 {
    margin-left: 0px;
    padding-bottom: 10px;
    margin-top: 14px;
}

.share-logos img {
    vertical-align: top;
}

.comment-con {
    border-top: 1px solid #e6c82b;
    padding: 20px 0;
}

.commenter-image {
    width: 30%;
}

.comment-text {
    border: 1px solid #5a5658;
    width: 70%;
    font-size: 14px;
}

.commenter-name {
    font-weight: bold;
    font-size: 16px;
}

.comment-date {
    color: #fe7701;
}

.comment-form-con {
    margin: 20px 0;
}

.comment-form-con .leave-heading {
    border-bottom: 1px solid #e6c82b;
    font-size: 17px;
    padding: 10px 0;
}

.comment_text {
    margin: 20px;
}

.comment_text {
    width: 30%;
    padding: 14px;
    border: 1px solid #fff;
    margin-right: 4.7%;
    margin-left: -4px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: neosanregular, sans-serif;
}

.comment_url {
    margin-right: 0;
}

.author_text {
    margin-left: 0;
}

.comment_textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: neosanregular, sans-serif;
}

.postComment {
    background: #5a5658;
    border: none !important;
    margin-top: 20px;
    width: auto !important;
    color: #fff;
    width: 30%;
    padding: 14px;
    border: 1px solid #fff;
    margin-right: 4.7%;
    margin-left: -4px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: neosanregular, sans-serif;
    margin-left: 0;
    cursor: pointer
}

/** Bike Specs Page **/

.sticky {
    position: fixed;
    margin-top: -356px;
}

.sticky2 {
    position: fixed;
    top: 10px;
    width: 147px;
}

.sticky3 {
    position: fixed !important;
    top: 50px !important;
}

/* partners Page */

.partnersAllCon {
    position: relative;
    background: url("./img/partner-bg.jpg") repeat;
    overflow: hidden;
}

.partnersCon {
}

.partnersCon img.partnersBike {
    position: relative;
    z-index: 9;
}

.partnersRoad {
    left: 0;
    bottom: -40px;
    width: 100%;
    position: absolute;
}

.partnersSmallScreenCon {
    display: none;
}

.partnersAllCon {
    position: relative;
}

.partnersAllCon area + div.downArrow {
    padding: 10px;
    display: none;
    background: #60b243;
    border-radius: 5px;
    position: absolute;
    color: white;
    z-index: 20;
}

.partnersAllCon area + div.downArrow:after {
    content: "";
    position: absolute;
    top: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #60b243;
    left: 50%;
}

.partnersAllCon area:hover + div.downArrow {
    display: block;
}

.motulTooltip {
    top: 140px;
    left: 212px;
}

.wranglerTooltip {
    top: 120px;
    left: 385px;
}

.spartanTooltip {
    top: 86px;
    left: 542px;
}

.ceatTooltip {
    top: 239px;
    left: 88px;
}

.pirelliTooltip {
    top: 314px;
    left: 9px;
}

.alienwareTooltip {
    top: 383px;
    right: 47px;
}

.olxTooltip {
    top: 187px;
    right: 7px;
}

.triumphTooltip {
    top: 158px;
    right: 300px;
}

.pentaxTooltip {
    top: 468px;
    right: 19px;
}

footer img {
    vertical-align: middle;
}

footer {
}

footer > div:first-child {
    background: #fff;
    position: relative;
}

.avatar-75 {
    border-radius: 38px;
}

.comment-meta {
    height: 100px;
}

footer > .more-partners {
    position: relative;
    left: 7px;
    min-width: 206px;
    text-align: left;
}

.more-partners img:first-child {
    width: 110px;
}

.more-partners img:last-child {
    width: 90px;
}

.cameraPartner {
    width: 125px;
}

.olx-footer {
    min-width: 80px;
    position: relative;
}

.olx-footer img {
    position: absolute;
    top: -33px;
    width: 80px;
    left: -6%;
}

.copyright {
    width: 266px;
    text-align: right;
    font-family: 'Verdana' !important;
}

.small-footer-image {
    background: #fff;
    min-height: 135px;
    position: relative;
    width: 100%
}

.small-footer-image .hover-title {
    width: 50%;
}

.small-footer-image .more-partners {
    display: table-cell;
}

.small-footer-image div:first-child img {
    width: 220px;
    position: absolute;
    top: -2px;
    right: 50%;
    margin-right: -106px;
}

.left-footer-logos {
    min-width: 258px;
    text-align: left;
    padding-left: 2%;
}

.right-footer-logos {
    min-width: 291px;
}

.map-con {
    width: 100%;
    min-height: 400px;
    background: green;
}

.map-heading p {
    margin: 20px 0;
    line-height: 1.5;
    color: #828282;
}

.map-heading img {
    max-width: 480px;
}

.filter-bikes {
    padding: 20px;
    text-align: center;
}

.filter-bikes span {
    margin-right: 2%;
}

.filter-bikes select {
    border: 1px solid #60b243;
    color: #60b243;
    background: transparent;
    padding: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14%;
    background: rgba(96, 178, 67, 0.2);
    font-weight: bold;
    font-size: 15px;
    font-family: 'AgencyFB';
}

.filter-bikes input {
    border: 1px solid #60b243;
    color: #171717;
    background: transparent;
    padding: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14%;
    background: #60b243;
    font-weight: bold;
    font-size: 15px;
    font-family: 'AgencyFB';
}

.filter-bikes input {
    cursor: pointer;
}

.filter-bikes select:focus {
    background: #60b243;
    color: #171717;
    font-weight: bold;
}

.filter-bikes select option {
    font-weight: bold;
}

/* popup */
.overlay-pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    /*perspective: 2000px;*/
}

/*to animate to top */
/*Top*/
.cd-top {
    z-index: 999;
    display: inline-block;
    width: 34px;
    height: 32px;
    position: fixed;
    bottom: 6px;
    right: 11px;
    /* image replacement properties */
    overflow: hidden;
    color: #999999;
    padding-left: 2px;
    padding-top: 9px;
    line-height: 4px;
    text-align: center;
    /*text-indent: 100%;

   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-image: url(../images/arrow.png);*/
    background: #DE5B00;
    border-radius: 4px;
    border: 2px solid #cbcbcb;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top span {
    font-size: 15px;
    color: black;
    padding: 3px
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

.overlay-pop:target {
    visibility: visible;
    opacity: 1;
}

.popup {

    border-radius: 3px;
    width: 1000px;
    height: auto !important;
    position: fixed;
    left: 50%;
    top: 70px;
    z-index: 999999;
    margin-left: -500px;

}

.popup iframe {
    width: 1000px;
    height: 627.5px;
}

.popup .close1 {
    position: absolute;
    top: -16px;
    right: -12px;

    font-size: 32px;
    padding: 0 8px;
    font-weight: bold;
    text-decoration: none;
    color: #60b243;
    z-index: 1000;
    background: white;
    border-radius: 100%;
}

span.drop-down {
    position: relative;

}

span.drop-down img {
    position: absolute;
    right: 5px;
    top: 2px;
    pointer-events: none;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a {
    background: #e6c82b;
    padding: 10px;
    display: inline-block;
    margin-right: 4px;
}

.helpFormCon {
    padding-top: 50px;
}

.helpForm {
    max-width: 800px;
    margin: 0 auto;
    border: 2px solid #60b243;
    padding: 60px;
    width: 90%;
}

.helpForm input, .helpForm textarea {
    -webkit-box-shadow: inset 10px 10px 72px -33px rgba(96, 178, 67, 0.73);
    -moz-box-shadow: inset 10px 10px 72px -33px rgba(96, 178, 67, 0.73);
    box-shadow: inset 10px 10px 72px -33px rgba(96, 178, 67, 0.73);
    color: #fff;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #fff;
    width: 100%;
    margin: 10px 0;
    background: transparent;
}

.helpForm input, .helpForm textarea {
    outline: 2px solid #60b243;
}

.helpForm input[type=radio] {
    width: auto;
}

.helpForm input[type="radio"] {
}

.helpForm input[type="radio"] + label span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #e6c82b;
    margin-right: 10px;
}

.helpForm input[type="radio"]:checked + label span {
    background: #e6c82b;
}

.own-bike-radios div {
    color: #e6c82b;
    display: inline-block;
}

.own-bike-radios div:nth-of-type(1) {
    margin-right: 20px;
}

.showOnOwnerOtherChecked {
    display: none;
    margin-top: 20px;
}

.btn-con {
    width: 100px !important;
    margin: 20px 0;
}

.btn-con input[type=submit] {
    font-size: 18px;
    background: #e6c82b !important;
    color: black;
    font-family: neosanregular, sans-serif;
    font-weight: bold;
    border: none !important;
    cursor: pointer
}

.helpUsHeadline img {
    max-width: 480px;
}

/* help page chages */
.helpUsHeadline p {
    margin: 20px 0;
    line-height: 1.3;
    font-style: italic;
}

/* coming soon page */
.coming-soon {
    max-width: 800px;
    margin: 0 auto;
    width: 90%;
}

.coming-soon img {
    max-width: 600px;
}

.coming-soon p {
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.3;
    font-style: italic;
    color: #828282;
}

.coming-soon h1 {
    margin: 20px 0;
    font-size: 44px;
}

/* Feeds page	*/
.feeds-head {
    padding: 10px;
    border-bottom: 1px solid #e6c82b;
}

.feeds-head h1 {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0;
}

.feeds-body {
    padding: 20px 0;
}

.all-feeds {
}

.feeds-adverts {
    height: 500px;
    background: blue;
}

/*gallery page*/
.videoGalley-con img.img-responsive {
    max-width: 480px;
    margin: 0 auto;
}

.videoGalley-con a {
    color: white;
}

.videoGalley-con a:hover {
    color: #e6c82b;
}

video-text {
    font-size: 35px;
    font-weight: bold;
}

.video-text p {
    text-transform: none;
    margin-top: 10px;
    line-height: 1.3;
}

.videosGallery .latestVideos {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* search section */
.searchResultsCon {
    padding: 20px;
    background: #fff;
    margin-top: 50px
}

.searchResultHeading {
    border-bottom: 1px solid #acacac;
    padding-bottom: 5px;
}

.searchResult {
    margin-bottom: 20px;
    border-bottom: 1px solid #acacac;
}

.searchImageCon img {
    width: 100%;
}

.searchImageCon, .searchText {
    width: 50%;
    float: left;
}

.searchText {
    padding: 0 10px;
    color: #000;
}

.searchText h1, .searchText .blog-carousel-meta {
    margin-bottom: 20px;
}

.searchText h1 {
    font-size: 18px;
}

.searchText p {
    margin-bottom: 20px;
    margin-top: 20px
}

.searchText .blog-carousel-meta span {
    padding-right: 5px;
}

.blog-menu {
    color: #60b243 !important;
}

/* 404 error page */
.errorPageCon {
    margin-top: 50px;
    margin-bottom: 50px;
}

.hide-desktop{
	display:none;
	padding: 10px;
    line-height: 18px;
}

@media (min-width: 320px) {
    .navbar-checkbox {
        display: none;
    }

}

@media (min-width: 320px) and (max-width: 520px) {
    .tempheight {
        height: 200px;
    }

    .hidden1 {
        display: block;
        display: inline-flex !important;
        margin-top: 26px;
    }

    .fixheight {
    }

    .popup {
        width: 310px !important;
        margin-left: -180px;
        top: 293px;
    }

    .popup iframe {
        width: 100% !important;
        height: 174.375px !important;
    }

    .txt-s30 {
        font-size: 30px;
    }

    .txt-s21 {
        font-size: 21px;
    }

    .p-s10 {
        padding: 10px;
    }

    .txt25-s {
        font-size: 25px;
    }

    .over-gridcon {
        width: 100%;
        overflow-x: scroll;
    }

    .grid {
        width: 100%;
        overflow: hidden;
    }

    .grid .height1 {
        height: 360px !IMPORTANT;
        width: 100% !IMPORTANT;
    }

    .grid > div {
        margin-right: 20px;
    }

    .wd50, .wd80per {
        width: 94%;
    }

    .wd70, .wd30 {
        width: 100%;
    }

    .overlay-con_2 .overlay-bgblack {
        display: block;
        padding: 10px 14px;
    }

    .overlay-con_2 .overlay-bgblack .txt35 {
        font-size: 18px;
    }

    .overlay-con_1 .overlay-bgblack {
        display: block;
        font-size: 10px;
        padding: 10px 14px;
    }

    .overlay-con_1 .overlay-bgblack .txt28 {
        font-size: 15px;
    }

    .discovered-bikes-text img, .partners-text img {
        display: none;
    }

    .hidden1 {
        display: block;
    }

    .hide-small {
        display: none !IMPORTANT;
    }

    .hide-mobile {
        display: none !IMPORTANT;
    }

    .show-small-table-cell {
        display: table-cell;
    }

    .xbhp-logo {
        width: 100px !important;
    }

    .pl256 {
        padding-left: 0;
    }

    .board-nav {
        font-size: 13px;
    }

    .board-nav li {
        margin-right: 14px;
    }

    .board-nav li:hover {
        transform: scale(1.2);
        transition: all 1s linear;
    }

    .search-container {
        top: 69px;
        right: 56px;
        z-index: 11;
        width: 74%;
    }

    .traffic {
        display: none;
    }

    .partners-logos {
        background-position: 0 -1px, 0 102% !important;
        background-size: 200%;
    }

    .latest-bikes-only h4 {
        margin: 20px 0;
    }

    .latest-bikes {
        width: 48%;
        float: left;
        margin-right: 2%
    }

    .random-bike-button {
        width: 122px;
        float: left !important;
        margin-right: 13px !important;
        clear: both;
    }

    .random-bike-button span:first-child {
        width: 15%;
    }

    .random-bike-button img {
        width: 70%;
    }

    .random-bike-button .txt20 {
        font-size: 13px;
        text-align: left;
    }

    .see-all-btn {
        font-size: 13px;
        padding: 7px;
        line-height: inherit !important;
        float: right !important;
        width: 88px;
        margin: 0 10px;
    }

    .see-all-btn .txt20 {
        font-size: 13px;
    }

    .next-prev-bike-btns {
        width: 100% !important;
        display: inline-block;
        clear: both;
    }

    .next-prev-bike-btns a {
        width: 45px !important;
        margin-right: 10px;
    }

    .next-prev-bike-btns img {
        width: 29%;
    }

    .bike-image {
        min-height: auto;
    }

    .bike-specs .txt50 {
        font-size: 200%;
    }

    .bike-specs .txt35 {
        font-size: 130%;
    }

    .bike-specs .txt23 {
        font-size: 100%;
    }

    .bike-specs h3 {
        padding: 10px;
        color: white;
    }

    .bike-details-info {
        padding: 10px 13px;
        text-align: center;
    }

    .bike-details-info span {
        font-size: 50%;
    }

    .bike-details-info span span {
        font-size: 80% !important;
    }

    .meter-speed {
        float: right;
        height: 101px;
        position: relative;
        top: -20px
    }

    .meter-speed span {
        top: 54px;
    }

    /*.OlxBuyBikeSec{display:block;}*/
    .text-center {
        text-align: center;
    }

    .logosOnBikesec img {
        width: 60px;
    }

    .logosOnBikesec .wd60 {
        width: 40px;
    }

    .logosOnBikesec .txt15 {
        font-size: 10px;
    }

    .OlxBuyBikeSec .wd60 {
        width: 50px !important;
    }

    .logosOnBikesec {
        padding: 10px 5px;
    }

    .copyright {
        text-align: center;
        width: 100% !important;
        margin-top: 8px;
    }

    footer.p30 {
        padding: 10px 10px;
    }

    .filter-bikes {
        padding: 20px 15px;
    }

    span.drop-down img {
        top: 12px;
        right: 1px;
    }

    span.drop-down {
        margin-bottom: 10px;
        display: inline-block;
    }

    .helpForm {
        padding: 14px;
        font-size: 14px !important;
    }

    .coming-soon p {
        font-size: 16px;
    }

    .helpForm input, .helpForm textarea {
        padding: 5px;
    }

    .board-nav li {
        margin-right: 10px;
    }

    .errorPageCon .txt20 {
        font-size: 15px;
    }

    .errorPageCon .txt23 {
        font-size: 18px;
    }

    .errorPageCon img {
        width: 60%;
    }

    footer .table-cell-only {
        display: block;
    }

    .small-footer-image .hover-title {
        width: 100%;
    }

    .small-footer-image div:first-child img {
        position: relative !important;
        text-align: center;
        top: 0px !important;
        right: 0 !important;
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .blog-menu {
        color: #fff !important;
    }

    .hidden1 {
        display: block
    }

    .popup {
        width: 510px;
        margin-left: -255px;
        top: 293px;
    }

    .popup iframe {
        width: 100%;
        height: 286.875px;
    }

    .biker_expression {
        display: none;
    }

    .searchImageCon, .searchText {
        width: 100%;
        float: none;
    }

    .searchText {
        padding: 10px 0;
    }

    .searchText h1 {
        font-size: 16px;
    }

    .searchText .blog-carousel-meta {
        font-size: 12px;
    }

    .searchText .blog-carousel-meta img {
        width: 14px !important;
        height: 14px !important;
    }

    .searchText .blog-carousel-meta span {
        padding-right: 5px;
    }

    .searchText p {
        font-size: 14px;
        line-height: 1.2;
    }

    .filter-bikes select {
        padding: 12px;
        width: 135px;
    }
}

@media (min-width: 520px) and (max-width: 992px) {
    .filter-bikes select {
        padding: 12px;
        width: 135px;
    }

    .hide-small {
        display: none;
    }

    .hide-med {
        display: none !important;
    }

    .show-med {
        display: block;
    }

    .show-med-inb {
        display: inline-block;
    }

    .show-small-table-cell {
        display: table-cell;
    }

    .board-nav li {
        margin-right: 10px;
    }

    .board-nav li:nth-last-child(2) {
        margin-right: 0;
    }

    .traffic {
        display: none;
    }

    .overlay-con_2 .overlay-bgblack {
        display: block;
    }

    .overlay-con_1 .overlay-bgblack {
        display: block;
        font-size: 18px;
        padding: 10px 14px;
    }

    .wd70, .wd30 {
        width: 100%;
    }

    .wd50, .wd80per {
        width: 94%;
    }

    .grid {

        overflow: hidden;
    }

    .grid .height1 {
        height: 240px;
        width: 50%;
    }

    .board-nav {
        margin-left: 0;
    }

    .bike-image {
        min-height: auto;
    }

    .bike-specs .txt50 {
        font-size: 200%;
    }

    .bike-specs .txt35 {
        font-size: 130%;
    }

    .bike-specs .txt23 {
        font-size: 100%;
    }

    .bike-specs h3 {
        padding: 10px;
    }

    .latest-bikes-con {
        text-align: center;
    }

    .latest-bikes {
        width: 23%;
        float: left;
        margin-right: 2%;
        clear: none !important;
    }

    .latest-bikes-only h4 {
        margin: 20px 0;
    }

    .random-bike-button, .next-prev-bike-btns, .see-all-btn {
        display: inline-block;
        float: none;
        margin-right: 3%;
        vertical-align: top;
    }

    .random-bike-button {
        width: 156px;
    }

    .random-bike-button span:first-child {
        width: 20%;
    }

    .random-bike-button img {
        width: 80%;
    }

    .random-bike-button .txt20 {
        font-size: 15px;
        text-align: left;
    }

    .next-prev-bike-btns {
        width: 100px;
    }

    .next-prev-bike-btns img {
        width: 29%;
    }

    .see-all-btn {
        width: 132px;
        line-height: 15px;
    }

    .bike-details-info {
        padding: 20px 29px;
    }

    .bike-details-info span {
        font-size: 50%;
    }

    .bike-details-info span span {
        font-size: 80% !important;
    }

    .meter-speed {
        float: right;
        height: 101px;
        position: relative;
        top: -25px
    }

    .meter-speed span {
        top: 45px;
    }

    .speed {
        top: 38px !important;
    }

    .copyright {
        display: table;
        text-align: center;
        width: 100%;
        padding: 20px;
    }

    .more-partners {
        left: 0;
    }

    .small-footer-image {
        display: table !important;
    }

    .filter-bikes {
        padding: 20px 15px;
    }

    span.drop-down img {
        top: 12px;
        right: 1px;
    }

    span.drop-down {
        margin-bottom: 10px;
        display: inline-block;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .xbhp-logo {
        width: 18%;
    }

    .board-text {
        max-width: 23%;
        width: auto;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-left: -6px;
    }

    .pl265 {
        padding-left: 21%;
    }

    .overlay-bgblack {
        padding: 10px 14px;
    }

    .board-nav {
        margin-left: 66px;
    }
}

@media screen and (max-width: 992px) {
	.hide-desktop{
		display: block;
	}
    p.comment-form-author, p.comment-form-email {
        width: 100% !important;
    }

    p.comment-form-author, p.comment-form-email {
        width: 100% !important;
    }

    p.comment-form-url {
        width: 100% !important;
    }

    .hidden1 {
        display: block;
    }

    .partnersAllCon {
        display: none;
    }

    .partnersSmallScreenCon {
        display: block;
        color: #000;
    }

    .partnersSmallScreen img {
        position: relative;
    }

    .partnersSmallScreen {
        margin-bottom: 20px;
        display: inline-block;
        padding: 20px;
        min-width: 200px;
    }

    .partnersSmallScreen div {
        margin-bottom: 20px;
        font-weight: bold;
    }

    .partnersHeading {
        color: #fff;
        font-size: 25px;
        margin-bottom: 50px;
    }

    .partner-heading {
        width: 320px;
    }

    .partners-head {
        width: 320px !important;
    }

    .none {
        display: block ! important;
    }

    .fixheight2 {
        height: 315px;
    }

    .main-nav a {
        color: #000;
    }

    .main-nav .mr40 {
        margin-right: 10px !important;
    }

    .xbhp-logo {
        width: 21%;
    }

    .pl265 {
        padding-left: 0;
    }

    /** Main Navigation **/
    .main-nav li:after {
        content: "";
        margin-left: 0;
        width: 0;
        height: 0;
    }

    .main-nav-con > ul {
        max-height: 0;
        overflow: hidden;

    }

    .main-nav-con li, main-nav-con li:last-child {
        visibility: hidden;
        display: block;
        padding: 0.5em 0.6em;
        border: none;
        margin: 10px !important;
        background: #60b243;
    }

    /*.bikes-disc-head{display:none;}*/
    .main-nav-con li ul {
        margin-top: 0.5em;
        border-left: 1px solid #000;
    }

    .main-nav-con .navbar-handle {
        display: block;
    }

    #navbar-checkbox:checked + .main-nav-con ul {
        max-height: 300px;
        background: #27730c;
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        z-index: 9;
    }

    #navbar-checkbox:checked + .main-nav-con li {
        visibility: visible;
    }

    .navbar-checkbox {
        display: none;
    }

    .navbar-handle {
        display: none;
        cursor: pointer;
        position: relative;
        font-size: 45px;
        padding: .5em 0;
        height: 0;
        width: 1.66666667em;
        border-top: 0.13333333em solid;
    }

    .navbar-handle:before,
    .navbar-handle:after {
        position: absolute;
        left: 0;
        right: 0;
        content: ' ';
        border-top: 0.13333333em solid;
    }

    .navbar-handle:before {
        top: 0.37777778em;
    }

    .navbar-handle:after {
        top: 0.88888889em;
    }

    .main-nav-con {
        position: relative;
        height: 50px;
        text-align: center;
    }

    .main-nav-con .navbar-handle {
        position: absolute;
        font-size: 1.2em;
        top: 0.7em;
        right: 12px;
        z-index: 10;
        color: #60b243;
    }

    .partners-logos {
        background-position: 0 -7px, 0 105%;
    }

    .partners-logos .hidden {
        display: block;
    }

    .partners-logos .hidden img {
        width: 295px !important;
    }

    .latest-bikes-con {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        margin-top: 20px;
        max-width: inherit;
    }

    .latest-bikes-only h4 {
        text-align: left;
    }

    .bike-specs {
        float: none;
        width: 100%;
        max-width: inherit;
    }

    .about-bike-con {
        line-height: 1.4;
        font-size: 15px;
    }

}

@media screen and (max-width: 1200px) {
    /*.board-text { width: 24%;}
.container{overflow:hidden;}*/

}

/*************** heading css new ***************/

.bikes-disc-head {
    max-width: 100%;
    text-align: center;
    margin: 0 auto; /*background: url(./img/text-pattern.png) repeat-x 31px -6px #60b243;*/
    padding: 13px;
    width: 400px;
    clear: both;
    background: #60b243;
}

.partners-head {
    margin-bottom: 56px;
    margin-top: 21px;
}

.bikes-disc-head span {
    font-family: 'AgencyFB';
    font-weight: bold;
    font-size: 30px;
    color: #171717;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.comment-form-comment {
    width: 100%;
}

.comment-form-comment label {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    color: #171717;
    font-size: 14px;
}

.comment-form-comment textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #fff;
    font-size: 14px;
}

p.comment-form-author, p.comment-form-email {
    width: 30%;
    margin-right: 4.4%;
    margin-bottom: 20px;
    font-size: 14px;
    display: inline-block;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    color: #171717;
    font-size: 14px;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
    padding: 14px;
    border: 1px solid #fff;
    width: 100%;
}

p.comment-form-url {
    width: 30%;
    margin-right: 0%;
    margin-bottom: 20px;
    font-size: 16px;
    display: inline-block;
}

.form-submit input {
    background: #5a5658;
    border: none !important;
    margin-top: 20px;
    width: auto !important;
    color: #fff;
    width: 30%;
    padding: 14px;
    border: 1px solid #fff;
    margin-right: 4.7%;
    margin-left: -4px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'AgencyFB';
    margin-left: 0;
    cursor: pointer;
}

.comment-notes {
    color: #171717;
    font-size: 15px;
}

.comment-form-cookies-consent label {
    color: #171717;
    font-size: 14px;
}

#reply-title {
    font-family: 'AgencyFB';
    background: none;
    padding-left: 0px;
}

.latest-bikes-con .see-all-btn {
    color: #171717;
}

.wpcf7-form label {
    display: inherit;
}

.wpcf7-submit[type=submit] {
    font-size: 18px;
    background: #60b243 !important;
    color: #171717;
    font-family: 'AgencyFB';
    font-weight: bold;
    border: none !important;
    cursor: pointer;
    width: 100px !important;
    max-width: 100%;
}

.wpcf7-form .wpcf7-radio {
    margin-top: 23px;
    display: block;
    margin-bottom: 23px;
}

/***************End Of heading css new ***************/

/*************** banner-top css new ***************/
.slide-banner-top {
    margin-top: 50px;
    box-sizing: content-box;
}

.motorbike-section {
    margin-top: 50px;
    box-sizing: content-box;
}

.margintop50 {
    margin-top: 40px;
}

.left-arrow-slide img, .right-arrow-slide img {
    position: absolute;
    top: 50%;
    width: 40px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*************** End of banner-top css new ***************/
