/* @font-face { */
    /* font-family: 'IndianRupee'; */
    /* src: url('../fonts/indianrupee-webfont.eot'); */
    /* src: url('../fonts/indianrupee-webfont.eot?#iefix') format('embedded-opentype'), */
    /* url('../fonts/indianrupee-webfont.woff') format('woff'), */
    /* url('../fonts/IndianRupee.ttf') format('truetype'), */
    /* url('../fonts/indianrupee-webfont.svg') format('svg');  */
    /* font-weight: normal; */
/* } */

/* @font-face {font-family: 'Roboto', sans-serif; */
    /* src: url('../fonts/suzukiprobold-webfont.eot'); */
    /* src: url('../fonts/suzukiprobold-webfont.eot?#iefix') format('embedded-opentype'), */
    /* url('../fonts/suzukiprobold-webfont.woff') format('woff'), */
    /* url('../fonts/suzukiprobold.ttf') format('truetype'), */
    /* url('../fonts/suzukiprobold-webfont.svg') format('svg');  */
    /* font-weight: normal; */
/* } */
    
/* @font-face { */
    /* font-family: 'suzukiproheadline'; */
    /* src: url('../fonts/suzukiproheadline-webfont.eot'); */
    /* src: url('../fonts/suzukiproheadline-webfont.eot?#iefix') format('embedded-opentype'), */
    /* url('../fonts/suzukiproheadline-webfont.woff') format('woff'), */
    /* url('../fonts/suzukiproheadline.ttf') format('truetype'), */
    /* url('../fonts/suzukiproheadline-webfont.svg') format('svg');  */
    /* font-weight: normal; */
/* } */
  
/* @font-face { */
    /* font-family: 'suzukiproregular'; */
    /* src: url('../fonts/suzukiproregular-webfont.eot'); */
    /* src: url('../fonts/suzukiproregular-webfont.eot?#iefix') format('embedded-opentype'), */
    /* url('../fonts/suzukiproregular-webfont.woff') format('woff'), */
    /* url('../fonts/suzukiproregular.ttf') format('truetype'), */
    /* url('../fonts/suzukiproregular-webfont.svg') format('svg');  */
    /* font-weight: normal; */
/* } */

/* @font-face { */
    /* font-family: 'maisonneuebold'; */
    /* src: url('../fonts/maisonneuebold-webfont.eot'); */
    /* src: url('../fonts/maisonneuebold-webfont.eot?#iefix') format('embedded-opentype'), */
    /* url('../fonts/maisonneuebold.woff') format('woff'), */
    /* url('../fonts/maisonneuebold.ttf') format('truetype'), */
    /* url('../fonts/maisonneuebold-webfont.svg') format('svg');  */
    /* font-weight: normal; */
/* } */

/* @font-face { */
    /* font-family: 'maisonneuebook'; */
    /* src: url('../fonts/maisonneuebook-webfont.eot'); */
    /* src: url('../fonts/maisonneuebook-webfont.eot?#iefix') format('embedded-opentype'), */
    /* url('../fonts/maisonneuebook-webfont.woff') format('woff'), */
    /* url('../fonts/maisonneuebook.ttf') format('truetype'), */
    /* url('../fonts/maisonneuebook-webfont.svg') format('svg');  */
    /* font-weight: normal; */
/* } */

/* @font-face { */
    /* font-family: 'maisonneuemono'; */
    /* src: url('../fonts/maisonneuemono-webfont.eot'); */
    /* src: url('../fonts/maisonneuemono-webfont.eot?#iefix') format('embedded-opentype'), */
    /* url('../fonts/maisonneuemono-webfont.woff') format('woff'), */
    /* url('../fonts/maisonneuemono.ttf') format('truetype'), */
    /* url('../fonts/maisonneuemono-webfont.svg') format('svg');  */
    /* font-weight: normal; */
/* } */

/* @font-face { */
    /* font-family: 'maisonneue-medium'; */
    /* src: url('../fonts/maisonneue-medium-webfont.eot'); */
    /* src: url('../fonts/maisonneue-medium-webfont.eot?#iefix') format('embedded-opentype'), */
    /* url('../fonts/maisonneue-medium.woff') format('woff'), */
    /* url('../fonts/maisonneue-medium.ttf') format('truetype'), */
    /* url('../fonts/maisonneue-medium-webfont.svg') format('svg');  */
    /* font-weight: normal; */
/* } */
.prd-banner{ width:100%; position:relative; z-index:99;}

.zoom
{
     transition: transform 2s;
}

.zoom:hover { 
    transform: scale(1.1); 
}
body{font-family: 'Roboto', sans-serif; font-size:14px;}
a{ text-decoration: none; }
img { max-width: 100% }
.clr{clear:both;}
.no-padding-L{padding-left:0px;}
.no-padding-R{padding-right:0px;}
.sep1{width:100%; float:left; margin-top:10px;}
.wrap{width:100%;max-width: 1200px;margin:0px auto;}
.wrap-tab{width:100%; padding:0 6% 0 6%; float:left;/*margin:0px auto;*/}
	.error{font-family:'maisonneuebook'; font-size:12px;}
.has-error input[type=text], .has-error select.form-control{border-bottom:3px solid #f50002!important;}
.help-block{ color:#f50002; font-family:'maisonneuebook'; font-size:12px;}
.has-feedback {font-family:'maisonneuebook';}
.has-feedback span label{font-size:12px; font-weight:normal;font-family:'maisonneuebook';}
#header{width:100%; position:relative;}
#header img{width:100%;}
#header .top_header{position:absolute; top:0; left:0; width:100%;}
#header .top_section{position:fixed;top:0;width: 100%;left: 0%;z-index:99999; background-color:#00000061;}
#header .top_section .logo_box {width: auto; float: left;}
#header .top_section .left_menu{float: right;}
#header .top_section .left_menu ul{padding:0px; margin:0px; list-style:none;}
#header .top_section .left_menu ul li{float:left;margin-top: 30px;padding-bottom: 22px;}
#header .top_section .left_menu ul li.active {border-bottom: 6px solid #0085ff;}
#header .top_section .left_menu ul li a{font-size: 15px;color:#fff;text-decoration:none;padding: 0px 20px;font-family: 'Roboto', sans-serif;text-transform:uppercase;transition:ease-in-out .5s;}
#header .top_section .left_menu ul li a:hover{color:#115aa5;}
#header .left_section {position: absolute; right: 0; width: 68px; background:rgba(0,0,0,0.5); height: 99%; z-index: 999; top: 0;}
#header.one_product .left_section{height:100%;}

.nav-logo_box{display:none;position:fixed!important; width:auto; left:0px; top:0px;}
.hero {background-size: cover; width: 100%; height: 100%; position: absolute; top: 0; /*z-index: 9999;*/ left: 0;}
.hero:after {content: ''; position: absolute; top: 0; width: 100%; height: 100%; background: none;}
.hero * {position: relative; z-index: 1;}
#masthead {position: relative;}
#masthead.is-active {/*height: 100%;*/ height:653px; z-index:99999;background:url(../images/megamenu-bg.jpg)no-repeat left top /*rgba(0,0,0,0.5)*/;}
#masthead.is-active .nav-logo_box{display:block;}
#masthead:after {content: ''; position: absolute; top: 0; width: 100%; height: 100%;  opacity: 0; transition: opacity 0.3s ease;}
#masthead.is-active:after {opacity: 1;}
.hamburger {background-color: #fff; border: 0; color: inherit; cursor: pointer; display: inline-block; float: right; font: inherit; overflow: visible; outline: none; 
padding: 29px 19px 28px 19px; text-transform: none; transition: opacity 0.15s; -webkit-appearance: none; z-index: 9999999; background: #0085ff;}
button.hamburger.hamburger--boring.is-active {background:#0085ff; /*rgba(0, 0, 0, 0.04)!important;*/}
button.hamburger.hamburger--boring.is-active .hamburger-inner{width:28px;}
.hamburger:hover {opacity: 0.7; }
.hamburger-box {width: 30px; height: 24px; display: inline-block; position: relative;}
.hamburger-inner {display: block; top: 50%; margin-top: -2px;}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width: 28px;height: 3px;background-color: #fff;border-radius: 4px;position: absolute;transition-property: -webkit-transform;transition-property: transform;transition-property: transform, -webkit-transform;transition-duration: 0.15s;transition-timing-function: ease;}
.hamburger-inner { width: 18px;}
#masthead.is-active .hamburger-inner, #masthead.is-active .hamburger-inner::before, #masthead.is-active .hamburger-inner::after {background-color: #fff;}
.hamburger-inner::before, .hamburger-inner::after {content: ""; display: block;}
.hamburger-inner::before {top: -7px;}
.hamburger-inner::after {bottom: -7px;}
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {transition-property: none;}
.hamburger--boring.is-active .hamburger-inner {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.hamburger--boring.is-active .hamburger-inner::before {top: 0;opacity: 0;}
.hamburger--boring.is-active .hamburger-inner::after {bottom: 0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.hamburger-label {color: #fff;display: inline-block;font-weight: 700;letter-spacing: 0.08em;line-height: 1;margin-left: 0.3125em;text-transform: uppercase;}
#masthead.is-active .hamburger-label {color: #000;}
.hamburger-box, .hamburger-label {display: inline-block;vertical-align: middle;}
#site-nav {clear: both;display: flex;flex-direction: column;height: 0;overflow: hidden; padding:0px 0px 0px 240px;}
#site-nav .col{padding-top:190px;}
#site-nav.is-active {height: 100%; overflow: visible;color: #fff;}
#site-nav .col {padding-bottom: 2.5em;} 
@media screen and (min-width: 550px) {
#site-nav {flex-direction: row; flex-wrap: wrap;}
#site-nav .col {flex: 0 0 10%;} 
}

@media screen and (min-width: 768px) {
#site-nav .col {flex: 0 0 33.333333333%;} 

}

@media screen and (min-width: 960px) {
#site-nav {flex-wrap: nowrap;}
#site-nav .col {flex: 0 0 32%;} 
#site-nav .col:last-child {}  
}
.nav-button{width:5%; float:right;position:absolute; top:0px; right:0px; z-index:999999;}
#site-nav h4 {letter-spacing: 0.05em;text-transform: uppercase;font-size: 30px;}
#site-nav ul {list-style-type: none;margin-top: 1em; padding: 0px;width: 100%; display: inline-block;}
#site-nav li {margin-bottom: 25px;}
#site-nav li a {color: #fff;text-decoration: none;transition: color 0.3s ease;font-size: 27px;text-transform: uppercase;font-family: 'Roboto', sans-serif;}
#site-nav .books{margin-bottom:0px;}
#site-nav .books li{position:relative;    padding-bottom: 8px;
    line-height: 33px;}
#site-nav .books li a {text-transform: capitalize; font-size:18px;}
#site-nav .books li a:before {content: ''; position: absolute; top: 0px; left: -61px; background: url(../../images/website/social_icons.png) no-repeat; width: 52px; height: 35px;}
#site-nav .books li.icons a:before {background-position: 8px 0px;}
#site-nav .books li.icons-2 a:before {background-position: 8px -38px;}
#site-nav .books li.icons-3 a:before {background-position: 8px -78px;}
#site-nav .books li.icons-4 a:before {background-position: 8px -114px;}
#site-nav li a:hover, #site-nav li a:focus {color: #0085ff;}
#site-nav .social {margin: 0;overflow: hidden;}
.social_menus .facebook_social{margin-top:0em!important;}
.social_menus {float: left; display: block;margin-left: -40px;}
.social_menus .facebook_social {float: left; width: 100%;}
.social_menus .facebook_social li {float: left;margin-right: 20px;margin-bottom:0px !important;}
#site-nav .social li {float: left;margin: 0 0.3125em; width: 32px; height: 32px;}
#site-nav .social li svg {display: block;fill: #b4b9ba; width: 100%; height: 100%;transition: fill 0.3s ease;}
#site-nav .social li:hover svg {fill: #686d6e;}
#masthead-search {float: right; margin-top: 0.625em;width: 100%; max-width: 14em; position: relative;-webkit-appearance: none;}
#masthead-search input {background: transparent;border: none;border-color: #fff; border-style: solid; border-width: 1px; border-radius: 50px; outline: none; width: 100%; padding: 0.75em 1.125em; transition: border-color 0.3s ease; -webkit-appearance: none;}
#masthead-search button {background: none; border: none; color: #fff;font-size: 1em; padding: 0;position: absolute;top: 50%;right: 0.75em; transform: translateY(-50%); -webkit-appearance: none;}
#masthead.is-active #masthead-search button {color:#b4b9ba;}
#masthead.is-active #masthead-search input {border-color:#b4b9ba;}
#masthead-search ::-webkit-input-placeholder {color:#fff;}
#masthead-search :-moz-placeholder {color:#fff; opacity:1;}
#masthead-search ::-moz-placeholder {color:#fff; opacity:1;}
#masthead-search :-ms-input-placeholder {color:#fff;}
#masthead.is-active #masthead-search ::-webkit-input-placeholder {color:#b4b9ba;}
#masthead.is-active #masthead-search :-moz-placeholder {color:#b4b9ba; opacity:  1;}
#masthead.is-active #masthead-search ::-moz-placeholder {color:#b4b9ba; opacity:  1;}
#masthead.is-active #masthead-search :-ms-input-placeholder {color: #b4b9ba}
#masthead .col {opacity: 0;}
#masthead.is-active .col {transform: translateY(40px); transition: opacity 0.3s ease; animation: fade-in-stagger 0.8s ease forwards;}
#masthead.is-active .col:nth-child(1) {-webkit-animation-delay: 0;}
#masthead.is-active .col:nth-child(2) {-webkit-animation-delay: 0.1s;}
#masthead.is-active .col:nth-child(3) {-webkit-animation-delay: 0.2s;}
#masthead.is-active .col:nth-child(4) {-webkit-animation-delay: 0.3s;}
#masthead.is-active .col:nth-child(5) {-webkit-animation-delay: 0.4s;}
@keyframes fade-in-stagger {
  to {opacity: 1; transform: translateY(0);}
}

.menu_icon_box {position: absolute; top: 34%; right: 0px; z-index: 9999; width:70px;}
.menu_icon_box ul {list-style: none; padding: 0px; margin: 0px; float: left; width: 100%;}
.menu_icon_box ul li {width: 100%; margin-right: 0px; text-align: center; margin: 0px auto; margin-bottom: 30px; position: relative; display: block;
/*margin-left: -40px; padding-left: 40px;*/}

#header.one_product .menu_icon_box{ top:40%;}

.menu_icon_box ul li a {display: block;}
#header .menu_icon_box ul li a img{ width:22px;}
#header .menu_icon_box ul li.bke a img{width:45px;}
#header .menu_icon_box ul li.cart-icn a img{width:25px;}

.home_box {position: absolute; top: -28px; left: -171px; min-width: 173px; padding: 14px 0; margin: 2px 0 0; font-size: 14px; list-style: none;
background: rgba(0, 0, 0);
 text-align: left; padding: 25px !important; z-index: 99999; display: none;}
.home_box li {margin: 0px 0px !important; text-align: left !important; margin-bottom: 10px !important;}
.home_box li a{ color:#fff; font-family:'maisonneue-medium'; font-size:13px;}
.home_box li {margin: 0px 0px !important; text-align: left !important; margin-bottom: 10px !important; display: block; width: 100% !important; padding: 0px !important;}
.menu_icon_box ul li:hover .home_box {display: block;}

.bike_tab{position:relative; width:100%; z-index:9999; float:left; /*top:-89px;*/}
.bike_tab .moto_box{width:100%;height: 83px;/*position:absolute;top: -89px;*/left:0;background:rgba(0,0,0,0.5);margin-top:-89px;}
/*.nav-tabs {top: -89px;position: relative;border: none;z-index: 9999;}*/

.div-overly{position:absolute;    background: rgba(0, 0, 0, 0.7); height:100%; width:100%; z-index:99;}
.jcarousel .carousel-caption{ padding:40px 20px;width: 350px;}
.top_tab > .nav-tabs{border-bottom:0px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.top_tab > .nav-tabs > li > a {border: none;color: #fff;background: none;padding: 30px 40px;text-transform: uppercase;font-size: 16px;font-family: 'Roboto', sans-serif;}
.top_tab > .nav-tabs > li.active > a, .nav-tabs > li > a:hover {border: none;color: #fff!important;background: #0085ff;border-radius: 0px;padding: 30px 40px;}
/*.nav-tabs > li > a::after { content: ""; background: #5a4080; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }*/
.tab-nav > li > a::after { background: #5a4080 none repeat scroll 0% 0%; color: #fff; }
.top_tab > .nav-tabs > li > a:hover{padding: 30px 40px;}
.top_tab > .nav-tabs > li.active > a:hover{background: #0085ff; }
.tab-pane {padding:0px 0 0;}
.tab-content{padding:24px 0px 20px 20px;}
.home-tabsilder.tab-content{padding:24px 0px 20px 0px;}
.nav-tabs > li  {text-align:center;margin: 0px;border-radius: 0px;}
.card {}
.carousel-indicators li {text-indent: -999px; cursor: pointer; font-size: 20px; padding: 10px 20px; display: inline; padding-top: 0;}
.carousel-indicators li:nth-child(1) {padding-left: 0px;}

.carousel-caption .top-box h1{color:#fff;text-transform:uppercase;margin:0px;font-family: 'Roboto', sans-serif;margin-bottom: 10px;font-size: 28px;}
.carousel-caption .top-box p{font-size: 15px;margin:0px;color:#fff;line-height:18px;font-family: 'maisonneue-medium';margin-bottom:45px;}
.carousel-caption .top-box a{font-size:16px;text-align:center;padding: 7px 13px;text-transform:uppercase;font-family: 'Roboto', sans-serif;margin-right: 14px;color:#fff;text-decoration:none;background:#0085ff;}
.carousel-caption .top-box a:last-child{margin-right:0px;}


.social_update{padding:30px 6% 100px 6%; float:left; width:100%;}
.sc_upfull{width:100%; float:left;background:#115aa5;}

.social_update .wrap-tab{width:100%; padding:0px;}
.social_update .wrap-tab h1{color:#000;margin:0px;margin-bottom: 32px;text-transform:uppercase;font-family: 'Roboto', sans-serif;font-size: 35px;}
.social_update .left_box{width: 100%;padding: 138px 0px 48px 100px;  float: left;}
.social_update .left_box ul{padding:0px; margin:0px; list-style:none;}
.social_update .left_box ul li{margin-bottom: 40px;}
.social_update .left_box ul li br{display:none}
.social_update .left_box ul li img{margin-right: 25px;width: 50px;}
.social_update .left_box ul li h2{font-size:38px;color:#fff;font-family: 'suzukiproregular';display:inline-block;margin:0px;line-height: 0px;top: 10px;position: relative;}
.social_update .left_box ul li:last-child{margin-bottom:0px;}
.social_update .right_box{width:100%;}
.social_update .right_box .left_slide{width:100%; }
.social_update .right_box .left_slide .top_slide{padding:0px;width: 50%;float: left; position:relative;}
.social_update .right_box .left_slide .top_slide .tweet_box{position:absolute;bottom: 2%;left:5%;z-index: 123;width: 15%;}
.social_update .right_box .right_slide{width:100%; float:left;}



/*
.social_update{padding: 70px 0px 100px;}
.social_update .wrap h1{color:#000;margin:0px;margin-bottom: 40px;text-transform:uppercase;font-family: 'suzukiproboldregular';font-size: 40px;}
.social_update .wrap .left_box{width: 35%;padding: 67px 0px 55px 50px;background:#115aa5;float: left;}
.social_update .wrap .left_box ul{padding:0px; margin:0px; list-style:none;}
.social_update .wrap .left_box ul li{margin-bottom: 40px;}
.social_update .wrap .left_box ul li img{margin-right: 25px;width: 15%;}
.social_update .wrap .left_box ul li h2{font-size: 40px;color:#fff;font-family: 'suzukiproregularregular';display:inline-block;margin:0px;line-height: 0px;top: 10px;position: relative;}
.social_update .wrap .left_box ul li:last-child{margin-bottom:0px;}
.social_update .wrap .right_box{width:65%;float: right;}
.social_update .wrap .right_box .left_slide{width:45%; float:left;}
.social_update .wrap .right_box .left_slide .top_slide{padding:0px;width: 50%;float: left; position:relative;}
.social_update .wrap .right_box .left_slide .top_slide .tweet_box{position:absolute;bottom: 2%;left:5%;z-index: 123;width: 15%;}
.social_update .wrap .right_box .right_slide{width:55%; float:left;}*/

.flr{ float:right; }
.flt{float:left;}
.nopaddingL{padding-left:0px;}
.nopaddingR{padding-right:0px;}
.owl-scslideimg{ width:100%; float:left; padding:0px; margin:0px; list-style:none;}
.owl-scslideimg li{ width:50%; float:left;/* height:195px;*/}
/*.owl-scslideimg li img{ max-height:195px;}*/


#footer{background:#212121;padding: 40px 6%; width:100%; float:left;}
#footer .social_icon{padding: 8px 15px;float:left;}
#footer .social_icon ul, #footer .footer_top ul, #footer .footer_bottom{padding:0px; margin:0px; list-style:none;}
#footer .social_icon ul li{float:left;margin-right: 10px;width: 10%;}
#footer .social_icon ul li:last-child{margin:0px;}
#footer .social_icon ul li a img{ width:32px;}

#footer .footer_left{float:right;}
#footer .footer_top{float:right;}
#footer .footer_top ul li{float:left;}
#footer .footer_top ul li a{font-size: 16px;text-decoration:none;padding: 12px 20px;color:#fff;font-family: 'Roboto', sans-serif;transition: ease-in-out .5s;}
/*#footer .footer_top ul li.active{background:#0085ff;padding: 0px 0px;}
#footer .footer_top ul li.active a{padding: 0px 25px;}*/
#footer .footer_top ul li.active a:hover{color:#fff;}
#footer .footer_top ul li:nth-child(5n){background:#0085ff;padding: 0px 0px;}
#footer .footer_top ul li:nth-child(5n) a{padding: 0px 25px;}
#footer .footer_top ul li:nth-child(5n) a:hover{color:#fff;}
#footer .footer_top ul li:last-child a{padding-right:0px;}
#footer  .container{width:100%;}
#footer .footer_bottom{float:right;margin-top: 20px; width:100%;}
#footer .footer_bottom ul{list-style:none;float:right;}
#footer .footer_bottom ul li{float:left;padding: 0px 10px;}
#footer .footer_bottom ul li a{font-size: 14px;text-decoration:none;color:#fff;font-family: 'suzukiproregular';transition: ease-in-out .5s;}
#footer .footer_bottom ul li:nth-child(5n){padding-right:0px;/*padding:0px;padding-left: 25px;*/}
#footer .footer_bottom ul li.active a{ text-decoration: underline; }
#footer .footer_top ul li a:hover, #footer .footer_bottom ul li a:hover {color: #115aa5;}

/*---- dealer page start-----*/

#header .top_section .logo_box a img{ height:81px;}
.inner_header{background:#000; height:82px;}
.inner_header .top_header, .inner_header .left_section, .inner_header .menu_icon_box{display:none; position:relative !important;}
.inner_header #masthead.is-active:after{height:653px;}
.find_box{padding:98px 0 58px;}
.find_box .dealer_box{width: 90%;margin:0px auto;display:block;} 
.find_box .dealer_box h4{font-size:40px; margin:0px; font-family: 'Roboto', sans-serif; text-transform:uppercase;  float: left;}
.find_box .dealer_box p{font-size:17px;color:#000;margin:0px;font-family: 'maisonneue-medium';position:relative;float:right;font-weight:600;margin-top: 14px;}
.find_box .dealer_box p:before{content:'';position:absolute;top:0;left: -45px;width:36px;height:36px;background:url(../../images/website/marck.png);}
.find_box .dealer_box .user_detail{margin-top:70px;float: left;width: 100%;}


.find_box .dealer_box .user_detail .form-group {margin-bottom: 30px; width: 100%; float: left; position:relative; margin-right: 25px;}
.find_box .dealer_box .user_detail .form-group select{background:#f7f7f7;border:none;font-size:13px;height:60px;color:#666;font-family: 'Roboto', sans-serif;font-weight: 600;
padding-left:5%;width: 95%; box-shadow:0 0 0; border-radius:0px;}
.find_box .dealer_box .user_detail .form-group select.form-control {background: url(../../images/website/icon-down.png) no-repeat 90% #f7f7f7; -webkit-appearance: none;}
.find_box .dealer_box .user_detail .form-group select:after {content: ''; top: 35%; right: 8%; width: 15px; height: 15px; border-left: 1px solid #000; border-bottom: 1px solid #000; position: absolute; transform: rotate(-45deg);}
.find_box .dealer_box .user_detail .form-group:nth-child(3n) {margin-right: 0px;}
.your{height: 60px;border-radius: 0;background:#f7f7f7; width:100%; padding-left:5%; padding-right:5%;box-shadow: none;border:none;font-size:13px;color:#666;font-family: 'Roboto', sans-serif;font-weight: 600;outline: none;}
.find_box .dealer_box .user_detail form .submit_btn {background: #0085ff;font-family:'maisonneuebold'; color: #fff;font-size: 20px; width: 95%; border-radius: 0; 
padding-left: 5%; height:60px;font-weight: bold; box-shadow: 0px 0px 0px; text-align: left; border: none;transition: ease-in-out .5s;}
.find_box .dealer_box .user_detail form .submit_btn:hover {background: #0085ff; color: #fff;}

.form-group.sbn.flr{float:right!important;}

/*---- racing page start-----*/
.racing_box{padding:98px 0px 110px;}
.racing_box .gixer{position:relative;overflow:hidden;margin-bottom: 80px;}
.racing_box .gixer .gixxer_cup{position:absolute;bottom:0;left: 20px;width: 32%;background:#000;padding: 55px 55px 42px 55px;}
.racing_box .gixer .gixxer_cup h4{font-size:35px; margin:0px; color:#fff; text-transform:uppercase; font-family: 'Roboto', sans-serif; margin-bottom:26px;}
.racing_box .gixer .gixxer_cup p{font-size:15px; margin:0px; color:#fff; font-family: 'maisonneue-medium'; font-weight:500; margin-bottom:24px;}
.racing_box .gixer .gixxer_cup a{padding:12px 18px; background:#0085ff; color:#fff; font-size:20px; font-family: 'Roboto', sans-serif; text-transform:uppercase;}
.racing_box .gixer .gixxer_cup:after{position:absolute;content:'';top: -5px;right: -5px;width:63px;height:61px;border-top: 5px solid #0085ff;border-right: 5px solid #0085ff;}
.racing_box .gixer:last-child{margin-bottom:0px;}


/*---- product-details page start-----*/
.product_box{padding:50px 0px 140px;}
.product_box .back{font-size:19px;color:#a3a3a3;text-decoration:none;font-family: 'maisonneuemono';position:relative;transition:ease-in-out .5s;padding-left: 198px;}
.product_box .back:before{content:'';position:absolute;top: 11px;left:119px;width:74px;height:3px;background:#d7d7d7;transition:ease-in-out .5s;}
.product_box .back:hover{color:#0085ff;}
.product_box .back:hover:before{background:#0085ff;}
.product_box .motorcycle_box{margin-top:30px;}
.product_box .motorcycle_box .tabbable-line > .nav-tabs{padding:0 80px;}
.product_box .motorcycle_box .tabbable-line > .nav-tabs > li{ width:25%; text-align:center; float:left;}
.product_box .motorcycle_box .tabbable-line > .nav-tabs > li > a{display:inline-block;}
.product_box .motorcycle_box .tabbable-line > .nav-tabs > li.active > a{border-bottom: 10px solid #0085ff;}


/*search form */
.menu_icon_box ul li{ position:relative}
.menu_icon_box .search-form{position: absolute;right: 68px;top: -5px;width: 206px;background:#000;padding:0px; opacity:0; transition:0.5s; visibility:hidden;margin-right: 50px;}
/*.menu_icon_box .search-form:after{content: '';position: absolute;right: -12px;top: 20px;border-left: 12px solid #1d1a17;border-top: 10px solid transparent;border-bottom: 10px solid transparent;}*/
.menu_icon_box .search-form.show{opacity:1;visibility:visible;margin-right: 0}
.menu_icon_box .search-form .form-control{ background:none;   height: 46px;border: none;font-size: 12px;color: #fff;font-family: 'Roboto', sans-serif;}
.menu_icon_box .search-form .form-control:focus{box-shadow:none;}
/*.menu_icon_box .search-form .btn{background: url(../images/search.png) no-repeat center;position: absolute;right: 10px;top: 12px;width: 35px;height: 35px;background-size: 21px;font-size: 0px;cursor: pointer;}*/


/* Default mode */
.tabbable-line > .nav-tabs {border: none; margin: 0px; top:0;}
/*.tabbable-line > .nav-tabs > li {margin-right: 141px;}*/
.tabbable-line > .nav-tabs > li:last-child {margin-right: 0;}
.tabbable-line > .nav-tabs > li > a {border: 0;margin-right: 0; color: #000 !important;background: none;padding: 0px; font-size:20px;font-family: 'Roboto', sans-serif;}
.tabbable-line > .nav-tabs > li > a > i {color: #a6a6a6;}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li a:hover {border-bottom: 10px solid #0085ff;}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {border: 0; background: none !important; color: #333333;}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {color: #a6a6a6;}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {margin-top: 0px;}
.tabbable-line > .nav-tabs > li.active {/*border-bottom: 10px solid #0085ff;*/ position: relative;}
.tabbable-line > .nav-tabs > li.active > a {border: 0; color: #333333; padding: 0px;}
.tabbable-line > .nav-tabs > li.active > a > i {color: #404040;}
.tabbable-line > .tab-content {margin-top: 200px;background-color: #fff;border: 0;padding:0;}
.portlet .tabbable-line > .tab-content {padding-bottom: 0;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{background:none;}

.motorcycle_box .tabbable-line > .nav-tabs > li > a{text-transform:uppercase; font-size:30px;font-family: 'Roboto', sans-serif;}
.product_box .tab-content ul{padding:0px 120px; margin:0px; list-style:none;}
.product_box .tab-content ul li{width:47%;margin-right:6%;float:left;position:relative;margin-bottom: 10px;transition: all .6s ease-out;} /*Original: margin-bottom: 90px*/
.product_box .tab-content ul li:nth-child(2n) {margin-right: 0;}
.product_box .tab-content ul li:nth-child(odd) {margin-top: -120px;}
.product_box .tab-content ul li .behind_box{position:relative; overflow:hidden; margin-bottom:30px;transition: all .6s ease-out;}
.product_box .tab-content ul li:before{    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 100px;
    height: 100px;
    border-top: 8px solid #0085ff;
    border-right: 8px solid #0085ff;
    display: none;}
.product_box .tab-content ul li:hover:before{display:block;}
.product_box .tab-content ul li .behind_box .bg_box{position:absolute; width:100%; height:100%;transition: all .6s ease-out; background:rgba(0,0,0,0.5); top:0; left:0; display:none;}
.product_box .tab-content ul li:hover .behind_box .bg_box, .product_box .tab-content ul li:hover .behind_box .leave_box, .product_box .tab-content ul li:hover h4:before{display:block;}
.product_box .tab-content ul li .behind_box .leave_box{transition: all .6s ease-out;position:absolute;bottom:0;left:0;width:100%;background: rgba(3, 123, 233, 0.78);padding: 39px 0px 39px 45px;display:none;}
.product_box .tab-content ul li .behind_box .leave_box h3{font-size:35px;margin:0px;color:#fff;font-family: 'Roboto', sans-serif;text-transform:uppercase;line-height: 40px;}
.product_box .tab-content ul li h4{font-size:28px;margin:0px;color:#000;font-family: 'Roboto', sans-serif;position:relative;transition:ease-in-out .5s;text-transform: uppercase;float: left;}
.product_box .tab-content ul li h4:before{content:'';position:absolute;top: 18px;left:0;width:50px;height:7px;background:#0085ff;transition:ease-in-out .5s; display:none;}
.product_box .tab-content ul li:hover h4{color:#0085ff;padding-left: 60px;}
.product_box .tab-content ul li a{font-size:16px; color:#fff; text-decoration:none; background:#0085ff; font-family: 'Roboto', sans-serif; padding:6px 15px; text-transform:uppercase; float:right;}


/*---- accessories page start-----*/
.accessories_box{padding:50px 0px 135px;}
.accessories_box .genuine{width: 55%; margin-left: 50px;}
.accessories_box .genuine h3{font-size:40px; text-align:left; color:#000; font-family: 'Roboto', sans-serif; text-transform:uppercase; margin:0px; margin-bottom:20px;}
.accessories_box .genuine p{font-size:15px;color:#8d8d8d;font-family: 'maisonneuebook';line-height:18px;margin:0px;}
.accessories_box .accessorie_kit{margin-top:50px;}

.accessories_box .accessorie_kit .tabtop{ width:100%; float:left;margin-bottom:50px;}


.accessories_box .accessorie_kit .tabtop li a{font-size:30px;font-family: 'Roboto', sans-serif;color: #020202 !important;border-radius:0px;padding:32px 0px;background: #f7f7f7; position:relative;}
.accessories_box .accessorie_kit .tabbable-line > .nav-tabs > li.active, .accessories_box .accessorie_kit .tabbable-line > .nav-tabs > li:hover {border:0px;}
.accessories_box .accessorie_kit .tabbable-line > .nav-tabs > li{margin-right:0px;position: relative; width:49.9%; margin-right:1px; float:left; text-align:center;}
.accessories_box .accessorie_kit .tabbable-line > .nav-tabs > li >a{ width:100%; float:left;}
.accessories_box .accessorie_kit .tabtop li.active:after{content:""; position:absolute; bottom: -15px; left: 0; width: 0; height: 0; border-left: 13px solid transparent;
border-right: 13px solid transparent; border-top: 15px solid #0085ff; right: 0; margin: 0px auto;}
.accessories_box .accessorie_kit .tabtop li a:hover{color: #fff !important;text-decoration:none;background: #0085ff !important;}
.accessories_box .accessorie_kit .tabtop .active a:hover{color:#fff !important;}
.accessories_box .accessorie_kit .tabtop .active a{background-color: #0085ff !important;color:#FFF !important;}
.accessories_box .accessorie_kit .margin-tops{margin-top: 50px;}
.accessories_box .accessorie_kit .thbada{padding:10px 28px !important;}
.accessories_box .accessorie_kit.margin-tops4{margin-top:20px;}
.accessories_box .accessorie_kit .tabbable-line .tab-pane{padding:0px;}

.accessories_box .kit_left{}
.accessories_box .kit_left ul{background:#f7f7f7; padding:40px 0px 50px 35px; list-style:none;}
.accessories_box .kit_left ul li{margin-bottom: 12px;position:relative;}
.accessories_box .kit_left ul li a{font-size:15px;color:#000;text-decoration:none;font-family: 'Roboto', sans-serif;position: relative; transition:ease-in-out .5s;}
.accessories_box .kit_left ul li a:before{content:'';position:absolute;top: 4px;left: -34px;width:32px;height:6px;background:#0085ff;transition:ease-in-out .5s; display:none;}
.accessories_box .kit_left ul li a:hover{color:#0085ff; padding-left:15px;}
.accessories_box .kit_left ul li a:hover:before{display:block;}

.accessories_box .kit_right{}
.accessories_box .kit_right .load{font-size:24px;color:#fff;text-decoration:none;text-transform:uppercase;font-family: 'Roboto', sans-serif;padding: 12px 0px;background:#0085ff;width: 100%;float: left;text-align: center;}
.accessories_box .kit_right ul{padding:0px; margin:0px; list-style:none;}
.accessories_box .kit_right ul li{float:left; padding:20px 1.5%;width:30.33%; height:380px;}
.accessories_box .kit_right ul li .seat_box{position:relative;overflow:hidden;margin-bottom: 25px;}
.accessories_box .kit_right ul li .seat_box .top_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background: rgba(0, 0, 0, 0.30); display:none;}
/*.accessories_box .kit_right ul li .seat_box a{font-size:24px; text-align:center; font-family:'suzukiproboldregular'; position:absolute; bottom:0; right:0; background:#0085ff; padding:12px 30px; color:#fff; text-transform:uppercase; text-decoration:none; display:none;}*/
.accessories_box .kit_right ul li:hover .seat_box .top_overlay, .accessories_box .kit_right ul li:hover .seat_box a{display:block;}
.accessories_box .kit_right ul li h6{font-size:17px;margin:0px;color:#000;font-family: 'Roboto', sans-serif;font-weight: 600;}
.accessories_box .kit_right ul li span{font-size:18px;font-weight:400;color:#0085ff;font-family: 'maisonneuebook';display:block;margin: 0px 0px;position:relative;}

.accessories_box .kit_right ul li span em.rupee{ font-family:IndianRupee; font-size:18px; font-style:normal;}


.accessories_box .kit_right ul li p{font-size:16px; color:#c0c0c0; font-family: 'maisonneuebook'; margin:0px;}
.accessories_box .kit_right ul li:nth-child(3n){margin:0px;}


/*---- support page start-----*/
.support_box{padding:95px 0px 125px;}
.support_box .touch_box{width:90%; margin:0px auto; display:block;}
.support_box .touch_box .get{} 
.support_box .touch_box .get h3{font-size:40px; margin:0px; color:#000; font-family: 'Roboto', sans-serif; text-transform:uppercase;}
.support_box .touch_box .get p{font-size:15px; margin:0px; color:#8d8d8d;font-family: 'Roboto', sans-serif; margin:20px 0px 10px;}
.support_box .touch_box .get a{font-size:23px; text-decoration:none; color:#0085ff;font-family: 'Roboto', sans-serif; font-weight:600;}
.support_box .touch_box .sales_box{margin-top:76px;}
.support_box .touch_box .sales_box .nav-tabs {top:0; border-bottom:0px; }
.support_box .touch_box .sales_box .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.support_box .touch_box .sales_box .nav-tabs > li > a {border: none;color: #020202;padding: 0;margin: 0;}
.support_box .touch_box .sales_box .nav-tabs > li.active > a, .nav-tabs > li > a:hover {border: none;color: #020202!important;padding: 0px;/*margin: 0;*/}
.support_box .touch_box .sales_box .nav-tabs > li > a::after {content: "";background: #0085ff;height: 7px;position: absolute;width: 100%;left: 0px;bottom: -15px;transition: all 250ms ease 0s;transform: scale(0);}
.support_box .touch_box .sales_box .nav-tabs > li > a::before{content: ""; position: absolute; bottom: -25px; left: 0; width: 0; height: 0; border-left: 8px solid transparent;
border-right: 8px solid transparent; border-top: 13px solid #0085ff; right: 0; margin: 0px auto; transform: scale(0);}
.support_box .touch_box .sales_box .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after, .support_box .touch_box .sales_box .nav-tabs > li.active > a::before, .nav-tabs > li:hover > a::before { transform: scale(1); }
.support_box .touch_box .sales_box .tab-nav > li > a::after { background: #5a4080 none repeat scroll 0% 0%; color: #fff; }
.support_box .touch_box .sales_box .tab-pane { padding: 15px 0; }
.support_box .touch_box .sales_box .tab-content{margin-top: 60px;padding: 0;}
.support_box .touch_box .sales_box .nav-tabs > li  {text-align:center;margin-right: 25px;}
.support_box .touch_box .sales_box .nav-tabs > li a img {display: block;margin: 0px auto;margin-bottom:30px;height: 38px;}
.support_box .touch_box .sales_box .card {}
.support_box .touch_box .sales_box .nav-tabs > li:last-child{margin:0px;}
.support_box .touch_box .sales_box .nav-tabs > li.active > a, .support_box .touch_box .sales_box .nav-tabs > li > a:hover{background:none;}
.support_box .touch_box .sales_box .nav-tabs > li a span{font-size: 17px;color:#000;font-family: 'Roboto', sans-serif;text-transform:uppercase;}

.support_box .touch_box .sales_box .form-group {margin-bottom: 30px; width: 100%; float: left; position: relative; }
.support_box .touch_box .sales_box .form-group:nth-child(3n) {margin-right: 0px;}
.support_box .touch_box .sales_box .form-group select {background: #f7f7f7;border: none;font-size: 13px;height: 60px;color: #666;font-family: 'Roboto', sans-serif;
font-weight: 600;padding-left: 5%;width: 100%;border-radius: 0;box-shadow: 0 0 0;}
.support_box .touch_box .sales_box form .submit_btn {background:#0085ff url(../../images/website/submit-arrow.png) no-repeat 90% 50%;  color: #fff;
font-size: 20px; width: 100%; border-radius: 0; padding-left: 34px; height: 60px; font-weight: bold; box-shadow: 0px 0px 0px; text-align: left;
border: none; transition: ease-in-out .5s;font-family:maisonneuebold;}
.support_box .touch_box .sales_box form .submit_btn:hover {background:#0085ff url(../../images/website/submit-arrow.png) no-repeat 90% 50%; color: #fff;}
.support_box .touch_box .sales_box .form-group select.form-control {background: url(../../images/website/icon-down.png) no-repeat 90% #f7f7f7; -webkit-appearance: none;}




.career_head .left_section, .career_head .menu_icon_box {display: none;}
.people_box{padding:95px 0px 110px;}
.people_box .middle-box{width:90%; margin:0px auto; display:block;}
.people_box .middle-box h4{font-size:40px; color:#000; margin:0px; font-family: 'Roboto', sans-serif; text-transform:uppercase; margin-bottom:50px;}
.people_box .middle-box .form-group {margin-bottom: 30px; width: 100%; float: left; position: relative; margin-right: 25px;}
.people_box .middle-box .form-group:nth-child(3n) {margin-right: 0px;}
.people_box .middle-box .form-group select {background: #f7f7f7;border: none;font-size: 13px;height: 60px;color: #666;font-family: 'Roboto', sans-serif;font-weight: 600;
padding-left: 5%;width: 100%;border-radius: 0;box-shadow: 0 0 0;}
.people_box .middle-box form .submit_btn {background:#0085ff url(../../images/website/submit-arrow.png) no-repeat 90% 50%; color: #fff; font-size: 20px; width:100%; 
border-radius: 0; padding-left: 5%; height: 60px; font-weight: bold;
font-family: 'Roboto', sans-serif;box-shadow: 0px 0px 0px; text-align: left; border: none; transition: ease-in-out .5s;}
.people_box .middle-box form .submit_btn:hover {background:#0085ff url(../../images/website/submit-arrow.png) no-repeat 90% 50%; color: #fff;}
.people_box .middle-box .form-group select.form-control {background: url(../../images/website/icon-down.png) no-repeat 90% #f7f7f7; -webkit-appearance: none;}
.people_box .middle-box .form-group input[typ=text].custom-date.your {background:#f7f7f7 url(../../images/website/date_icon.png) no-repeat  right top ; -webkit-appearance: none;}
.bootstrap-datetimepicker-widget.dropdown-menu{background:#f7f7f7;border:1px solid #ccc;}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{background:#0085ff!important; }
.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-top:6px solid #f7f7f7!important;}

/*---- product page start-----*/

.banner{position:absolute; top:250px; left:0; right:0; margin:0px auto; width:100%; text-align:center;}
.banner h2{font-size:60px; color:#fff; text-transform:uppercase; margin:0px; font-family: 'Roboto', sans-serif;}
.big_box{padding:70px 0px 135px;}
.big_box .cart_box ul{padding:0px 120px; margin:0px; list-style:none;}
.big_box .cart_box ul li{width:47%;margin-right:6%;float:left;position:relative;margin-bottom: 10px;} /*ORIGINAL: margin-bottom: 90px*/
.big_box .cart_box ul li:nth-child(2n) {margin-right: 0;}
.big_box .cart_box ul li:nth-child(odd) {margin-top: -120px;position:relative; z-index:99;}
.big_box .cart_box ul li .behind_box{position:relative; overflow:hidden; margin-bottom:30px;}
.big_box .cart_box ul li:before{content: '';position: absolute;top: -3px;right: -6px;width: 56px;height: 56px;border-top: 6px solid #0085ff;border-right: 6px solid #0085ff;display: none;}
.big_box .cart_box ul li:hover:before, .big_box .cart_box ul li:hover h4:before{display:block;}
.big_box .cart_box ul li h4{font-size:28px;margin:0px;color:#000;font-family: 'Roboto', sans-serif;position:relative;transition:ease-in-out .5s;text-transform: uppercase;float: left;}
.big_box .cart_box ul li h4:before{content:'';position:absolute;top: 18px;left:0;width:50px;height:7px;background:#0085ff;transition:ease-in-out .5s; display:none;}
.big_box .cart_box ul li:hover h4{color:#0085ff;padding-left: 60px;}
.big_box .cart_box ul li .behind_box .bike{background:none; padding:0px;}
.big_box .cart_box ul li a{font-size:16px; color:#fff; text-decoration:none; background:#0085ff; margin-top:3px; font-family: 'Roboto', sans-serif; padding:6px 15px; text-transform:uppercase; float:right;}



#header.one_product .left_section {background: #fff;}
.back-box{position:absolute;top: 150px;left: 300px;width:50%;height:auto;z-index: 9999;}
.back-box.prddt{left:200px;}
.back-box a{font-size:16px; color:#fff; text-decoration:none; font-family: 'Roboto', sans-serif; position:relative;}
.back-box a:before{content:'';position:absolute;top: 5px;left: -100px;width:85px;height:5px;background:#fff;}	

.vstar{margin-top: -120px;position: relative;}
.vstar .v-left{width: 38%;background: #fff;padding: 45px 80px 50px 80px; position:relative;z-index:9999;}
.vstar .v-left h5{ color:#000;font-family: 'Roboto', sans-serif; font-size:30px; }
.vstar .v-left p{font-size: 17px;color:#000;margin:0px;line-height: 25px;font-family: 'maisonneue-medium';position:relative;padding-top:40px;}
.vstar .v-left img {margin-bottom: 50px;}
.vstar .v-left p:after{content:''; position:absolute; top:0; left:0; width:98px; height:9px; background:#0085ff;}
.vstar .v-left:before {content: '';position: absolute;top: -10px;right: -10px;width: 82px;height: 75px;border-top: 10px solid #0085ff;border-right: 10px solid #0085ff;}

.color-edition{ padding-top:30px;}
.colr-mobile{display:none;}
.color-edition p{padding-top:5px;padding-left:98px;}
.vstromview-bg{ width:100%; float:left; /*background:url(../../images/website/v-strom-bg.jpg) no-repeat left top;*/ padding-bottom:50px;}
#view360{cursor:url(../../images/website/cursor.png), auto;}

.yellowbk{background:#e3d547; color:#0a0808; padding:5px 10px; border-radius:10px; width:60px; text-align:right;  display:inline-block; font-size:12px; }
.greybke{background:#292929; padding:5px 10px; border-radius:10px; width:40px; height:20px; display:inline-block; }
.whitebke{background:#ededed; padding:5px 10px; border-radius:10px; width:40px; height:20px; display:inline-block; }
/* Default mode */
.overview{ width:100%; float:left;border-top: 1px solid #e1e1e1;}
.overview .tab-content{padding-left:0px; padding-right:0px;}
.overview .tabbable-line > .nav-tabs {border: none;margin: 0px;position: relative;display: inline-block;width: 100%;text-align: center;}
.overview .tabbable-line > .nav-tabs > li {margin-right: 2px;display: inline-block;text-align: center;float: none; width:12%;
background: linear-gradient(to right, #0085ff 50%, white 50%);background-size: 200% 100%;
transition: all .5s ease-out; background-position: right bottom;}

.overview .tabbable-line > .nav-tabs > li:hover{ background-position: left bottom;}
.overview .tabbable-line > .nav-tabs > li:hover > a{color:#fff;}
.overview .tabbable-line > .nav-tabs > li > a {border: 0;margin-right: 0;transition: all .6s ease-out;color: #737373; text-transform:uppercase;font-size: 16px;padding:15px 0px;text-align: center;}
.overview .tabbable-line > .nav-tabs > li > a > i {color: #a6a6a6;}
.overview .tabbable-line > .nav-tabs > li.open, .overview .tabbable-line > .nav-tabs > li:hover {border-bottom: 0px solid #fbcdcf;}
.overview .tabbable-line > .nav-tabs > li.open > a, .overview .tabbable-line > .nav-tabs > li:hover > a {border: 0; background: none !important;color: #fff;}
.overview .tabbable-line > .nav-tabs > li.open > a > i, .overview .tabbable-line > .nav-tabs > li:hover > a > i {color: #a6a6a6;}
.overview .tabbable-line > .nav-tabs > li.open .dropdown-menu, .overview .tabbable-line > .nav-tabs > li:hover .dropdown-menu {margin-top: 0px;}
.overview .tabbable-line > .nav-tabs > li.active {border-bottom: 0px solid #f3565d; position: relative;background: #0085ff;}
.overview .tabbable-line > .nav-tabs > li.active > a {border: 0; color: #fff !important;}
.overview .tabbable-line > .nav-tabs > li.active > a > i {color: #404040;}
.overview .tabbable-line > .tab-content {margin-top: 0px;background-color: transparent;border: 0;padding: 15px 0;position: relative;clear: both;}
.overview .portlet .tabbable-line > .tab-content {padding-bottom: 0;}
.overview .tabbable-line > .nav-tabs > li:last-child {margin-right: 0px;}
/*.overview .tabbable-line > .nav-tabs:after, .overview .tabbable-line > .nav-tabs:before{
    content: '';
    top: 0;
    left: -100%;
    height: 74px;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    position: absolute;
}
.overview .tabbable-line > .nav-tabs:before{left: auto; right:-100%;}*/

.featureLoadMoreDiv h5{ font-size:18px;}
.featureLoadMoreDiv{height:400px;}
.t-twin {position: relative; width: 100%;}
.image {display: block;width: 100%; height: auto;}
.overlay {position: absolute;top: 0; bottom: 0; left: 0; right: 0;height: 100%; width: 100%;opacity: 0; transition: .5s ease;background-color: #0085ff;}
.t-left:hover .overlay {opacity: 1;}
.text {color: #fff;font-size: 13px; font-family: 'maisonneuebook'; position: absolute; top: 52%; left: 48%;
-webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: left; width: 82%; line-height: 18px;}
.t-left {margin-bottom: 50px;}
.t-left h5{font-size:32px;margin:0px;color:#000;font-family: 'Roboto', sans-serif;margin-top:30px;font-weight: 600;line-height: 40px;position:relative;}
.t-left h5:before{content:'';position:absolute;top: 18px;left:0;width:30px;height:8px;background:#0085ff; display:none;}
.t-left h5 a{text-decoration:none; color:#000;}
.t-left:hover h5{padding-left: 50px; font-size:19px;}
.t-left:hover h5:before{display:block;}
.t-left:hover h5 a{color:#0085ff;}

.pd-find-dealer-container{width:100%; float:left;}
.near_box{margin-top: 50px;}
.near_box .near_left{}
.near_box .near_left h4{font-size:28px; color:#000; text-transform:uppercase; font-family: 'Roboto', sans-serif; margin:0px;}
.near_box .near_right p{font-size:15px;color:#666;font-family: 'Roboto', sans-serif;margin:0px;float:left;font-weight: 600;position:relative;padding-left: 50px;
/*margin-right: 40px;*/margin-top: 11px;}
.near_box .near_right p:before{content:''; position:absolute; top:0; left:0; width:30px; height:30px; background:url(../../images/website/near.png) no-repeat;}
.near_box .near_left p:before{content:''; position:absolute; top:0; left:50%; width:30px; height:30px; background:url(../../images/website/near.png) no-repeat;}
.near_box .near_right form{float:left;}
.near_box .near_right form .form-group {width: 19%;float: left;position: relative;/*margin-right: 8px;*/}
.near_box .near_right form .form-group input.your{width:100%; padding-left:8%; padding-right:8%;height:45px; }
.near_box .near_right form .form-group select {background: #f7f7f7;border: none;font-size: 12px;height: 45px;color: #666;font-family: 'Roboto', sans-serif;width: 100%;border-radius: 0;box-shadow: 0 0 0;}
.near_box .near_right form .submit_btn {background: #0085ff;color: #fff;font-size: 20px;width: 100%;border-radius: 0;font-family: 'Roboto', sans-serif;height: 45px;font-weight: bold;box-shadow: 0px 0px 0px;text-align: center;border: none;transition: ease-in-out .5s;}
.near_box .near_right form .submit_btn:hover {background: #0085ff; color: #fff;}
.near_box .near_right form .form-group select.form-control {background: url(../../images/website/icon-down.png) no-repeat 90% #f7f7f7; -webkit-appearance: none;}
.near_box .near_right form .go_box{width: 10%;margin: 0px;}
.near_box .map_box {margin-top: 35px;}
.loadmore {font-size: 24px; color: #fff; text-decoration: none; text-transform: uppercase; font-family: 'Roboto', sans-serif; padding: 12px 0px; background: #0085ff; width: 100%; float: left; text-align: center; margin-top: 50px;}
.bikeconfigac{ width:100%; padding:0px; margin:0px;}
.bikeconfigac li{ width:100%; font-size:28px;font-family: 'Roboto', sans-serif;  list-style:none; padding-left:0px; padding-top:50px; text-transform:uppercase; line-height:35px;}
.bikeconfigac li span{ color:#0085ff;font-size:15px; display:block;}

/*2-4-2019*/

.innerContent{font-family: 'maisonneuebook'; font-size:14px; color:#000000; padding-top:2em; padding-bottom:3em}
.innerContent p{ margin-bottom:20px; font-size:14px;}
.innerContent .tab-content,.innerContent .tab-pane{padding:0}
.innerContent .page-title{position:relative; font-size:18px; color:#797979;font-family: 'Roboto', sans-serif; margin-bottom:2em; padding-bottom:15px;}
.innerContent .page-title h1{color:#000000;margin:0 0 15px; font-size:40px;text-transform:uppercase;}
.innerContent .page-title p{}
.innerContent .page-title:after{position:absolute; content:''; background:#0085ff; height:4px; width:100%; max-width:200px; bottom:0;}
.innerContent ul li{font-size:12px;}

/* offer page */
.tab-pane h3.title{ font-size:25px;font-family: 'Roboto', sans-serif;}
.offers-board{position: relative;
    width: 250%;
    margin-left: calc(-230% / 3);
    text-align: center;
    margin-top: 60px;
	/*margin-bottom: 60px;*/}
.offers-board .owl-carousel,.offers-board .offers-desc{padding:0 100px;}
.offers-board .owl-theme .owl-nav button{background: #0085ff;width: 90px;height: 90px;left: 0;}
/*
.offers-board .owl-theme .owl-nav button:before,.offers-board .owl-theme .owl-next:after{border: none;width: auto;height: auto;border-right: 13px solid #fff;
border-top: 10px solid transparent;border-bottom: 10px solid transparent;left: 3%;top: 35px;}*/

.offers-board .owl-theme .owl-prev:before{border: none;width: auto;height: auto;border-right: 13px solid #fff;
border-top: 10px solid transparent;border-bottom: 10px solid transparent;left: 39%;top: 35px;}

.offers-board .owl-theme .owl-next:after{border: none;width: auto;height: auto;border-right: 13px solid #fff;
border-top: 10px solid transparent;border-bottom: 10px solid transparent;right: 39%!important; left:auto!important;top: 35px;transform: rotate(180deg);}

/*.offers-board .owl-theme .owl-next:after{transform: rotate(180deg);right: auto;left: 43%;}*/
.offers-board .owl-theme .owl-nav{position:relative; width:100%;}
.offers-board .owl-theme .owl-nav button.owl-next{cursor:pointer; z-index:1;position:absolute; left:69.3%; top:-328px; float:right;}
.offers-board .owl-theme .owl-nav button.owl-prev{cursor:pointer; z-index:1; left:29.5%; position:absolute; top:-328px;}
.offers-board .owl-theme .owl-nav {
    position: relative;/*top: 40%;left: 0;width: 100%;*/}
.offers-board .owl-prev:before {content: '';top: -5px;left: 0px;width: 12px;height: 12px;border-left: 2px solid #000;border-bottom: 2px solid #000;position: absolute;}
.offers-board .owl-next:after {content: '';top: -5px;left: 0px;width: 12px;height: 12px;border-left: 2px solid #000;border-bottom: 2px solid #000;position: absolute;}
.offers-board .owl-theme h1{ font-size:40px}
.offers-board .offers-desc {}
.offers-board .offers-desc .menu{list-style:none; padding:0; margin:0;}
.offers-board .offers-desc .menu li{display:inline-block;}
.offers-board .offers-desc .menu li a{ opacity:0.5; color:#000000; font-size:21px; font-weight:500; padding:10px;}
.offers-board .offers-desc .menu li.more a{opacity: 1;background: #0085ff;color: #fff;text-decoration: none;text-transform:uppercase;font-weight: 600;padding: 10px 25px;}
.offers-board .offers-desc h3{ font-size:30px; font-weight:600}

.offers-board .item{ opacity:0.1;}
.offers-board .center .item{ opacity:1;}
.offer-cr.owl-theme .owl-controls .owl-nav div{
	    background: #0085ff;
    width: 90px;
    height: 90px;
    left: 0;
	
}

.offer-cr.owl-theme .owl-controls .owl-nav div:before, .offer-cr.owl-theme .owl-next:after {
    border: none;
    width: auto;
    height: auto;
    border-right: 13px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 40%;
    top: 35px;
}

.offer-cr.owl-theme .owl-next:after {
   
    transform: rotate(-179deg);
}

.offer-cr.owl-theme .owl-prev:before {
   
   transform: rotate(-357deg);
}
.offer-cr ul{list-style:none;}
.offer-cr ul li{display:inline; padding:0 5px;}
.offer-cr ul li a{color:#212121;}

#features h5{font-size:20px; line-height:25px;}
@media(max-width:1780px){

/*.offers-board {width: 240%;margin-left: calc(-216% / 3);}*/
	
	
}

@media(max-width:1540px){
/*.offers-board {width: 228%;margin-left: calc(-187% / 3);}*/
.offers-board .item { padding: 0 13%;}
}
@media(max-width:767px){
	
	button.hamburger.hamburger--boring.is-active .hamburger-inner{width:24px;}
	.hamburger {padding: 15px 13px 15px 13px;}
#header .left_section{    width: 56px;}
.menu_icon_box{width:56px;}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{width:22px;}
.hamburger-inner{width:16px;}
.dsk-hide{display:none;}
		.ofrslide .owl-theme .owl-controls{top:19%;}

	.mnopaddingL{padding-left:0px;}
	.offers-board .owl-theme .owl-nav button{width:50px; height:50px;}
	.offers-board .owl-theme .owl-nav button.owl-prev{top:-185px;}
	.offers-board .owl-theme .owl-nav button.owl-next{top:-185px;left:65.3%;}
	.offers-board .owl-theme h1{font-size:25px;}
	.offers-board .owl-theme .owl-prev:before,.offers-board .owl-theme .owl-next:after{     border-right: 7px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;   top: 23px;}
	
	.offers-board .owl-carousel, .offers-board .offers-desc{padding:0 50px;}
	.offers-board .owl-theme .owl-controls .owl-nav div{width:50px;}
	.offers-board .offers-desc .menu{margin: 13px 0 0;float: none!important;}
	.offers-board .offers-desc .menu li.more a,.offers-board .offers-desc .menu li a{padding:10px; font-size:15px;}
	.offers-board .offers-desc h3{ font-size:20px;}
}

.back-to-home{font-size: 18px;color: #a3a3a3;text-decoration: none;font-family: 'maisonneuemono';position: relative;transition:.5s;padding-left: 90px;}
.back-to-home:before {content: '';position: absolute;top: 11px;left: 0;width: 85px;height: 4px;background: #d7d7d7;transition: ease-in-out .5s;}
a.back-to-home:hover{text-decoration:none; color:#a3a3a3;} 
.filter-row{ display:inline-block; width:100%;}
.filter-row h1{font-family: 'Roboto', sans-serif; color:#000; text-transform:uppercase; margin:0;}
.filter-row .nav-tabs{position: static;list-style: none;padding: 1.2em 0 0 0;margin: 0; border:0px;}
.filter-row .nav-tabs > li{width:auto;margin:0 0px 0 0px!important; padding:0 127px;text-align:left;}
.filter-row.abt-filter .nav-tabs > li{width:auto;margin:0 0px 0 0px!important; padding:0 41px;text-align:left;}
.filter-row .nav-tabs > li:first-child{padding-left:0px;}
.filter-row .nav-tabs > li:last-child{padding-right:0px;}
.filter-row .nav-tabs > li > a{color: #000!important;text-transform: uppercase;font-family: 'Roboto', sans-serif; font-size:20px; padding: 5px 0px; margin:0; text-decoration:none; 
border:none; text-align:left;border-bottom:5px solid transparent; background:none}
.filter-row .nav-tabs > li.active > a{border-bottom:5px solid #0085ff;}
.filter-row.popular-tag .nav-tabs > li{width:auto; padding:0 15px;}
.popular-tag .nav-tabs > li > a{text-transform:Capitalize; font-size:15px;}
.popular-tag h1{font-family: 'Roboto', sans-serif; font-size:27px; padding-top:18px;}
.popular-tag .form-group select.form-control{background: url(../../images/website/pp-dd-icon.jpg) no-repeat 100% #fff; padding-left:0px;
    -webkit-appearance: none; border:0px; box-shadow:none; border-radius:0px; color:#000; font-size:16px; font-family: 'Roboto', sans-serif; margin-top:15px; text-transform:uppercase; line-height:25px;}
.populartags-products{}
.populartags-products .item{ margin-top:30px;}
.populartags-products .item .thumb{ position:relative}
.populartags-products .item .thumb img{width:100%; height:auto}
.populartags-products .item .thumb .social{position: absolute;left: 10px;bottom: 10px;}
.populartags-products .item .thumb .social .icon-facebook{background:url(../../images/website/face_twite.png) no-repeat;}
.populartags-products .item .thumb .social .icon-instagram{background:url(../../images/website/instagram.png) no-repeat;}
.populartags-products .item .thumb .social .icon-twitter{background:url(../../images/website/twitter.png) no-repeat;}
.populartags-products .item .thumb .social .icon-facebook,
.populartags-products .item .thumb .social .icon-instagram,
.populartags-products .item .thumb .social .icon-twitter{display:inline-block; width:30px; height:30px; overflow:hidden;text-indent:99999px; background-size:30px;  }
.populartags-products .item .thumb .social .icon-facebook:hover{background-image:url(../../images/website/facebook_mini.png);}
.populartags-products .item .thumb .social .icon-instagram:hover{background-image:url(../../images/website/instagram_mini.png);}
.populartags-products .item .thumb .social .icon-twitter:hover{background-image:url(../../images/website/twitter_mini.png);}
.cookie-policy{ width:100%; float:left; padding:20px; position:fixed;left:0px; bottom:0px; background:#212121; color:#fff;    font-family: 'maisonneuebook'; font-size:13px; z-index:9999999;}
.cls-btn{ color:#fff; font-size:17px; position:absolute; right:24px; top:4px;}
.cookie-policy h4{font-family: 'Roboto', sans-serif; font-size:22px;}
.cookie-policy p{margin-bottom:0px;}
.cookie-policy button{ background:#0085ff; color:#fff;  padding:10px; font-size:14px; border:0px;}
.media-products{font-family: 'Roboto', sans-serif;}
.media-products .item{margin-top:2em;}
.media-products .more{background:#0085ff; color:#fff; text-transform:uppercase; text-align:center; padding:12px 15px; display:block; font-size:22px; text-decoration:none}
.media-products h4{ font-size:16px; margin:0; color:#000;}
.media-products h4 a{text-decoration:none; color:#000}
.media-products p{ opacity:0.5; font-weight:normal; font-size:14px;}
.media-products .desc{ padding-right:50px; margin-top:10px; min-height:50px; position:relative}
.media-products .desc .icon-share{ background:url(../../images/website/icon-share.png) no-repeat; width:50px; height:50px; position:absolute; right:0; top:0; background-size:50px; font-size:0px; }
.media-products .thumb img{ width:370px; height:290px; cursor:pointer;}
.download-link a{color:#000;}
.show-gallery{ color:#8d8d8d; font-size:14px;}

.show-gallery{ color:#8d8d8d; font-size:14px;}
.apply-cat-list{}
.apply-cat-list .item{display: table;width: 100%;margin-top: 30px;}
.apply-cat-list .item .box{text-decoration:none;height: 200px;display: table-cell;width: 100%;vertical-align: middle;background: #f6f6f6;color: #000;font-size: 25px;
padding:3px 5px;font-family: 'Roboto', sans-serif; transition:.5s}
.apply-cat-list .item .box.active,.apply-cat-list .item .box:hover{background:#0085ff; color:#fff}
.md-hide{display:none;}
.ld-hide{}
@media(max-width:768px){
	.apply-cat-list .item .box{ font-size:15px; height:120px}
.md-hide{display:block;}
.ld-hide{display:none;}
}

.book-test-ride-form{}
.book-test-ride-form .form-control{ background:#f7f7f7; border:none; box-shadow:none; color:#666666; font-size:13px; padding: 5px 20px; height:60px;font-family: 'Roboto', sans-serif;}
.book-test-ride-form select.form-control{-webkit-appearance: none;background-image: url(../../images/website/icon-down.png);background-repeat: no-repeat;background-position: 95%;}
.book-test-ride-form .form-control::placeholder{color:#666666; opacity:1}
.book-test-ride-form .btn{ background:#0085ff; border:none; box-shadow:none; color:#fff; font-size:20px; padding: 5px 20px; height:60px; width:100%;font-family: 'Roboto', sans-serif;}
.book-test-ride-form .form-title{ font-size:22px; background:#000; color:#fff; margin:15px 0 2em;font-family: 'Roboto', sans-serif; padding:10px 0;}

@media(max-width:768px){
    .book-test-ride-form .form-control,.book-test-ride-form .btn{height:60px;font-size:15px;}
    .pm-hide{display:none;}
    .pm-show{display:block !important;}
    .no-padding.m-padding{padding-right: 15px; padding-left: 15px; }
}
.dealer_list_box .panel-heading{background:#0085ff;}
.address,.phone,.email{font-family:'maisonneue-medium';font-size:13px;}

/*4-4-2019*/
.txt-center{text-align:center; font-family: 'Roboto', sans-serif;}
.link-box a{color:#0085ff;}
.no-padding{padding:0px;}
.t-twin-1 {position: relative; width: 50%; float:left;/* height:295px;*/}
.t-twin-2 {position: relative; width: 50%;float:left;/*height:295px;*/}
/*.t-twin-1 img,.t-twin-2 img{height:295px;}*/
/*.t-twin.t-twinover img{height:590px;}*/
.twin-text.p70{padding-top:70px;}
.twin-text.p40{padding-top:110px;}
.twin-text.vdeop250{padding-top:404px;}
.t-twin.t-twinover .twin-text{background:none;}
.twin-text{width:100%; position:absolute; bottom:0px; padding:20px 20px;font-family: 'Roboto', sans-serif;height:100%; background: rgba(3, 123, 233, 0.78); }
.twin-text p{ text-transform:uppercase; color:#fff; font-size:46px;font-family: 'Roboto', sans-serif; font-weight:bold; line-height:45px;}
.twin-text a{ color:#fff; font-size:18px;font-family: 'Roboto', sans-serif;text-decoration:underline;}
.booking-btn{ width:100%; float:left;margin-bottom:20px;}
.book-btn{background:#000; padding:20px;vertical-align:middle;  width:100%; float:left;text-align:center; color:#fff; text-transform:uppercase; font-size:22px;font-family: 'Roboto', sans-serif;}
a.book-btn:hover{ color:#fff;}
.bokline-icon{width:25px; height:23px; margin-top:-5px; vertical-align:middle; margin-right:10px; background:url(../../images/website/book-cart.png)no-repeat left top; display:inline-block;}
.boktest-icon{width:40px; height:23px;margin-top:-5px;vertical-align:middle; margin-right:10px; background:url(../../images/website/book-ride.png)no-repeat left top; display:inline-block;}
.spec{ width:100%; float:left; background:#f3f3f3; margin-bottom:30px;font-family: 'maisonneuebook'; padding:30px 5%;}
.spec h3{color:#0085ff; font-size:22px;font-family: 'maisonneuebook'; font-weight:bold;}
.spec table{font-size:13px;}
.spec table tr td{width:50%; padding:6px;}
.spec table tr td strong{font-family: 'Roboto', sans-serif;}
.tab-price{width:800px; margin:0 auto;font-family: 'maisonneuebook'; font-size:14px; /*padding:0 10%;*/}

.txt-rght{text-align:right;}
.frmwidth40{width:50%;}
.frmwidth20{width:20%;}
.tabp-form{ width:800px; margin:0 auto; /* float:left; padding:0 10%;*/}
.tab-frm{width:100%; float:left;padding-left:0px;}
.tab-frm li{float:left; font-size:14px; line-height:40px;  list-style:none;  padding:20px 15px ;}
.sbn-frm{background:#dbdbdb; font-size:14px; padding:9px 28px; margin-top:22px;}
.prd-price{ width:100%; float:left;}
.prd-price li{width:50% ; float:left; font-size:14px; line-height:40px; list-style:none; font-family:'maisonneue-medium';  padding:20px 0 20px 0px;}
.prd-price li span{color:#0085ff; font-size:50px; display:block;}
.tab-price p.price{ font-size:50px; color:#0085ff; font-weight:bold; line-height:45px; }
.tab-price p.price span{font-size:15px;display:block; color:#242323;}
.tabp-form select.form-control {background: #f7f7f7;border: none;font-size: 14px;height: 60px;color: #666;font-family: 'Roboto', sans-serif;
font-weight: 600;padding:7px 20px;width: 100%;border-radius: 0;box-shadow: 0 0 0;margin-top:22px;}
.tabp-form select.form-control{background: url(../../images/website/icon-down.png) no-repeat 90% #f7f7f7;-webkit-appearance: none;}
.award-list{ width:100%; float:left; padding:0px; margin:0px;}
.award-list li{list-style:none; width:25%; padding:0 15px; float:left; text-align:center;font-family: 'maisonneuebook'; font-size:14px;}
.award p.aw-strong{font-family: 'Roboto', sans-serif; font-size:16px; }
.offers-board p{font-family: 'maisonneuebook'; font-size:14px;}
.award .owl-item{text-align:center;}
.award .owl-item img{width:150px;text-align:center;}
.mnone{display:block;}
.dnone{display:none;}
.ofrslide{width:100%; padding:0 40px;}
.ofrslide .owl-prev{margin-left:-100px;}
.ofrslide .owl-next{margin-right:-100px;}
@media(max-width:767px) {
	#header.one_product .left_section{    background: rgba(0,0,0,0.5);}
 #header .top_section .logo_box {width:auto;padding-left:0%;}
#header .top_section .logo_box img{width:auto;}
.bike_tab .moto_box{margin-top:0px;}
#header .top_section{width:30%;}
#header .top_section .logo_box a img{height:auto;}
.inner_header{height:56px;}
.top_tab > .nav-tabs > li > a{padding: 14px 4px;font-size: 12px;}
.top_tab > .nav-tabs > li.active > a, .nav-tabs > li > a:hover {padding: 12px 4px;}
.top_tab > .nav-tabs > li > a:hover{padding: 14px 4px;}
.social_update .left_box ul li br{display:block;}
#site-nav{padding-left:20px; float:left; width:100%;display:block;}
#site-nav li a, #site-nav .books li a{font-size:13px;}
#site-nav li a, #site-nav .books li a img{/*display:none;*/}
#site-nav .col{width:33.33%; float:left;}
.menu_icon_box{ top:169px;}
.bike_tab .moto_box{height:43px;}
.bike_tab{top:-45px;}
.social_update{padding-top:0px; padding-bottom:6%;}
.social_update .left_box ul li img{margin-right:8px;}
.social_update .left_box{width:100%; margin-left:0px; padding:15px 20px 0px 20px;height:auto;}
.social_update .left_box ul li{width:33.333%; float:left; text-align:center;margin-bottom:15px;}
.social_update .left_box ul li img{width:25px;}

.social_update .left_box ul li h2{font-size:20px;}
.social_update .wrap-tab h1{margin-bottom:20px; font-size:22px;}
.scupdate.flr{ float:none;}    
.scupdate.flt{ float:none;}  
.owl-scslideimg li{height:auto;}
#footer .social_icon{width:100%;}
#footer .social_icon ul li{float: left;margin-right: 0px;width: 20%;}
#footer .row{margin-left:0px;margin-right:0px;}
.jcarousel .carousel-caption{ width:100%;position:static;}    
.carousel-caption .top-box h1{font-size:25px;}
.carousel-caption .top-box p{font-size:12px;}

.social_update .wrap h1{padding-left:34px;}
.sep1{text-align:center;}
.find_box .dealer_box p{float:none;}
.near_box .near_left{width:100%; float:left; margin-bottom:10px;}
#get_my_current_location{text-align:right; color:#212121; font-size:12px;line-height:25px;}
.find_box .dealer_box p:before{left:0px;}
.find_box .dealer_box p{padding-left:50px;}
.find_box .dealer_box .user_detail form .submit_btn{width:100%;}
.racing_box .gixer .gixxer_cup{width:100%; position:static;}
.racing_box .gixer .gixxer_cup p{font-size:13px;}
.racing_box .gixer .gixxer_cup h4{font-size:22px;}
.color-edition	{display:none;}
.colr-mobile{display:block;}
.colr-dsk{display:none;}
.color-edition p{display:inline;}
.color-edition p img{display:none;}
.greybke,.yellowbk{vertical-align:middle;}

.offer-cr.owl-theme .owl-controls .owl-nav div{width:50px; height:50px;}
.offer-cr.owl-theme .owl-controls .owl-nav div:before, .offer-cr.owl-theme .owl-next:after{border-right: 7px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; top:19px;}
	#view360{display:block;width:320px!important; height:220px!important; background-size:cover;-webkit-background-size: cover;	-moz-background-size: cover;	-o-background-size: cover;	}
	.bikeconfigac{display:none;}
	.near_box .near_left h4 {font-size:17px;}
	.dnone{display:block;}
	.mnone{display:none;}
	.w50{width:50%;}

	.ofrslide .owl-prev{margin-left:-50px;}
.ofrslide .owl-next{margin-right:-50px;}

	#overview .t-twin-1, #overview .t-twin-2{width:50%;}
	.t-twin-1 img, .t-twin-2 img{height:auto;}
	.twin-text.p70,.twin-text.p40{padding-top:15px;}
	#overview .col-sm-5 .twin-text{position:absolute; height:auto;}
	.popular-tag .form-group select.form-control{width:220px;}
	.socialtab{float:left!important;}
	.filter-row.popular-tag .nav-tabs > li:first-child{padding-left:0px;}
	.fancybox-close{right:0px!important;}
}


/* ABOUT US PAGE */
.banner-about{max-width:100%;font-family: 'Roboto', sans-serif;}
.banner-about .carousel-inner .item{width:100%;}
.banner-about .carousel-inner .item h1{font-size:40px;}
.banner-about .carousel-inner .item p{font-size:14px; font-weight:normal;font-family:'maisonneue-medium';}
.banner-about .carousel-inner .item img{width:100%;}
.banner-about .carousel-inner .item img.mbanner-responsive{display:none;}
.banner-about .carousel-inner .carousel-caption{background:transparent;width:50%;bottom:auto;top:15%;}

.about-inner-content .filter-row-lg{margin-bottom:60px;background:#f7f7f7;}
.about-inner-content .filter-row-lg .nav-tabs{padding:0;}
.about-inner-content .filter-row-lg .nav-tabs{display:flex}
.about-inner-content .filter-row-lg .nav-tabs > li > a{font-size:22px;margin-bottom:0;border-bottom:0;padding:20px 10px;display:block; text-align:center}
.about-inner-content .filter-row .nav-tabs > li.active > a {background: #0085ff;color:#fff !important}
.about-inner-content .owl-column-1{margin-top:30px;}
.about-inner-content .owl-theme .owl-controls{bottom:0;top:auto;width:auto; right:0; left:auto }
.about-inner-content .owl-theme .owl-controls .owl-nav div{background: #0085ff;width: 90px;height: 90px;right: 0; left:auto; top:auto; bottom:0}
.about-inner-content .owl-theme .owl-controls .owl-nav div:before,.about-inner-content .owl-theme .owl-next:after{border: none;width: auto;height: auto;border-right: 13px solid #fff;border-top: 10px solid transparent;border-bottom: 10px solid transparent;left: 40%;
top: 35px;}
/*.about-inner-content .owl-carousel .owl-item .item{height:auto;}*/
/*.about-inner-content .tab-pane .item{height:400px;}*/
.about-inner-content .owl-theme .owl-next:after{transform: rotate(180deg);right: auto;left: 43%;}
.about-inner-content p{font-size:14px;}
.about-inner-content{ }
.about-inner-content .tab-pane .item img{ max-width:100%; /*width:200px;*/ }
.about-inner-content h1{font-family: 'Roboto', sans-serif; font-size:40px;padding:0px; margin:0px;}
.about-inner-content .champion-year{font-size:21px;margin-top:30px; display:inline-block; width:100%;margin-bottom:2em}
.about-inner-content .champion-year span{font-size:70px;float:left;margin-right:15px;font-weight:bold; line-height:1.2}
.about-inner-content h6{font-size:18px; margin:0;}
.about-inner-content h4{font-size:25px;margin:5px 0;font-family: 'Roboto', sans-serif;}
.about-inner-content .box:not(:last-child){margin-bottom:50px;}
.about-inner-content .box ul{margin:0px;  padding:0;list-style:none;}
.about-inner-content .box ul li{font-size:16px;margin-bottom:5px; padding-left:15px; position:relative}
.about-inner-content .box ul li:before{content:'-';padding-right:8px; left:0; position:absolute;}
.about-inner-content .box ul li a{color:#000; text-decoration:none}

@media(max-width:992px){
    .about-inner-content .champion-year{font-size:15px;}
    .about-inner-content .filter-row-lg .nav-tabs > li > a{font-size:16px;}
}


/* accordion */
.accordion{ margin:2em 0;font-family:'maisonneuebook';}
.accordion .accordion-title{position: relative;margin: 0;font-size: 22px;padding:20px 30px 20px 50px;background: #fff;margin-top: 0px;cursor: pointer;transition: .5s;
font-weight:400; color:#000; border-top:7px solid #eaeaea;font-family: 'maisonneuebook'; }
.accordion .accordion-title.active{background-color: #f8f8f8;color: #0071d8; border-right:7px solid #eaeaea; border-top-color:#f8f8f8}
.accordion .accordion-title:before{position: absolute;content: '';left: 0;top:-7px;width: 40px;height: 40px;border-left: 7px solid #0085ff;border-top: 7px solid #0085ff;}
.accordion .accordion-title.active:before{height: 107%;}
.accordion .accordion-title:after{position: absolute;content: '';right: 15px;top:21px;width: 28px;height: 29px;background:url(../../images/website/icon-accordion.png) no-repeat;}
.accordion .accordion-title.active:after{background-position:right;right:8px}
.accordion .accordion-detail{ display:none;padding: 1em 1em 2em;border-right:7px solid #eaeaea; font-family:'maisonneuebook';}

.accordion .accordion-detail h3{ font-size:18px;}
.accordion .accordion-detail table tr td{ padding:10px; font-size:14px;}

/* Service detail page */
.service-detail,.book-test-ride{overflow:hidden;}
.service-detail h4{font-family: 'Roboto', sans-serif;}
.service-detail .page-title{margin-bottom:0}
.service-detail .filter-row-lg .nav-tabs{}
.service-detail .filter-row-lg,.events-media .filter-row-lg{margin-bottom:60px;background:#f7f7f7;}
.service-detail .filter-row-lg .nav-tabs,.events-media .filter-row-lg .nav-tabs{padding:0;}
.service-detail .filter-row-lg .nav-tabs,.events-media .filter-row-lg .nav-tabs{display:flex}
.service-detail .filter-row-lg .nav-tabs li,.events-media .filter-row-lg .nav-tabs li{display:block; width:33.33%; padding:0;}
.service-detail .filter-row-lg .nav-tabs > li > a,.events-media .filter-row-lg .nav-tabs > li > a{font-size:22px;margin-bottom:0;
border-bottom:0;padding:18px 10px;display:block; text-align:center}
.service-detail .filter-row-lg .nav-tabs > li.active > a,
.events-media .filter-row-lg .nav-tabs > li.active > a{color:#fff!important; background:#0085ff;position:relative}
.service-detail .filter-row-lg .nav-tabs > li.active > a:after,
.events-media .filter-row-lg .nav-tabs > li.active > a:after{position: absolute;content: '';left: 48%;bottom: -13px;border-top: 13px solid #0085ff;border-left: 10px solid transparent;border-right: 10px solid transparent;}

.service-detail .page-title:after{ display:none}
.service-detail .tab-content .nav-tabs{ display:flex}
.service-detail .tab-content .nav-tabs li{width:25%; padding:0px; margin:0!important}
.service-detail .tab-content .nav-tabs li a{padding:5px 25px;font-size: 30px;text-transform: uppercase;border-bottom: 5px solid transparent;display: inline-block;}
.service-detail .tab-content .nav-tabs li.active a{border-bottom-color:#0085ff;}
.service-detail .highlights-spec,.service-detail .left-nav-sidebar .box{ border-right:7px solid #f5f5f5; border-bottom:7px solid #f5f5f5;
font-family: 'Roboto', sans-serif; position:relative}
.service-detail .highlights-spec:after,.service-detail .left-nav-sidebar .box:after{content: '';position: absolute;right: -7px;bottom: -7px;border-right: 7px solid #0085ff;border-bottom: 7px solid #0085ff;width: 80px;height: 80px;}
.service-detail .highlights-spec p{position:relative; z-index:1; font-size:25px; font-family:'maisonneue-medium'; line-height:normal; margin-bottom:40px;}
.service-detail .highlights-spec p strong{font-size:40px; display:block;font-family: 'Roboto', sans-serif; color:#0085ff;font-weight:normal}
.service-detail .pro-specification{ font-size:13px;}
.service-detail .pro-specification tr td{ width:40%; padding:10px; font-size:13px;}
.service-detail .pro-specification tr td:nth-child(2){ width:60%; padding-left:5%; font-weight:600 }
.service-detail .serial-number{ margin-bottom:4em;}
.service-detail .serial-number ul{padding:0; margin:5px -5px 20px; display:flex; list-style:none;}
.service-detail .serial-number ul li{padding: 0 5px;display: block;width: 15%;text-align: center;}
.service-detail .serial-number ul li a{ text-decoration:none;padding: 15px 0;display: block;background: #f5f5f5;font-size: 28px;color: #000;
font-family: 'Roboto', sans-serif;}
.service-detail .serial-number ul li.active a{background: #0085ff;color: #fff;}

.service-detail .left-nav-sidebar .box{padding-left:25px;}
.service-detail .left-nav-sidebar h6{font-size:16px; margin:0 0 10px; color:#0085ff;}
.service-detail .left-nav-sidebar ul{list-style:none; margin:0 0 1.5em; padding:0; font-family:'suzukiproregular';}
.service-detail .left-nav-sidebar ul li a{color:#000;font-family:'suzukiproregular';}
.service-detail .left-nav-sidebar ul li.active a{text-decoration:underline}
.service-detail .left-nav-sidebar ul li.active a:before{position: absolute;content: '';width: 21px;height: 10px;left: -30px;top: 4px;background: #0085ff;}
.service-detail .left-nav-sidebar ul li{ line-height:1.6; position:relative; margin-bottom:5px;}
.service-detail .left-nav-sidebar ul li a{text-decoration:none; font-weight:normal; font-size:14px; color:#000; position:relative}


.overcnttxt{position:static;}

@media(max-width:992px){
    .service-detail .filter-row-lg .nav-tabs > li > a,
    .service-detail .tab-content .nav-tabs li a,
    .service-detail .serial-number ul li a,
    .events-media .filter-row-lg .nav-tabs > li > a,
    .service-detail .highlights-spec p{font-size:16px;}
	.service-detail .tab-content .nav-tabs li{text-align:center;}
    .service-detail .tab-content .nav-tabs li a{font-size:13px; padding:5px 0px;}
    .service-detail .pro-specification tr td{padding:5px; font-size:13px;}

}
@media(max-width:767px){
    .h1, h1{font-size:25px}
    .service-detail .highlights-spec p{margin-bottom:20px}
	.banner-about .carousel-inner .item img.product-banner{display:none;}
	.banner-about .carousel-inner .item img.mbanner-responsive{display:block;}
}

/* events page */
.events-media{}
.events-media .filter-row-lg .nav-tabs > li{width:50%}

/* Search Result */
.search-result{}
.search-result h1{font-family: 'Roboto', sans-serif; font-size:40px;}
.search-result h5{font-family: 'Roboto', sans-serif; font-size:22px;; margin:0 0 15px;}
.search-result .search-row{margin-top:1em; margin-bottom:2em}
.search-result .search-row .thumb{width:250px;}
.search-result .thumb img{ width:100%; height:auto;}
@media(min-width:992px){
    .search-result .thumb{ padding-right:40px;}
}

.dealer_list_expand_cont,#dealer_list_panel{margin-top:54px;}
.awards_list .item img{ width:100px;}
.awards_list .item{height:350px;}
/* input type file */
.fileinputs{position:relative; background:url(../../images/website/cv_icon.png) no-repeat 95% #f7f7f7;height: 60px;width: 100%;padding:0 5%;box-shadow: none;border: none;font-size: 13px;color: #666;font-family: 'Roboto', sans-serif;font-weight: 600;outline: none;}
.fileinputs input[type="file"]{    position: absolute;left: 0;right: 0;top: 0;bottom: 0;opacity: 0;z-index: 2;padding: 0;margin: 0;height: auto;}
.fileinputs .default-placeholder{    line-height: 60px;font-size: 13px;color: #666;font-family: 'Roboto', sans-serif;font-weight:600;position: absolute;left: 5%;right: 15%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}


/* MEDIA CSS on Dated__(13-April-2019) */
@media(max-width:1200px){
    .support_box .touch_box .sales_box .nav-tabs > li a span{font-size: 15px;}
}
@media(max-width:992px){
     .find_box .dealer_box h4,.about-inner-content h1,.support_box .touch_box .get h3,.innerContent .page-title h1{font-size:30px;}
     .innerContent .page-title h1{line-height:normal; margin-bottom:0;}
     .innerContent .page-title{padding-bottom:10px; margin-bottom:1em;}
    .big_box .cart_box ul,.product_box .tab-content ul{padding:0;}
    .product_box .motorcycle_box .tabbable-line > .nav-tabs{padding:0;}
    .motorcycle_box .tabbable-line > .nav-tabs > li > a{font-size: 19px;}
    .vstar .v-left{width: 420px;padding: 20px 25px;}
    .vstar .v-left img{margin-bottom:15px;}
    .overview .tabbable-line > .nav-tabs > li > a{font-size:12px;}
    .vstromview-bg .container{width:100%;}
    .color-edition p{padding-left:0;}
    .color-edition{padding-top:120px;}
    .bikeconfigac li{font-size:18px;padding-left:0; padding-top:15px; line-height:1.2;}
    .about-inner-content .filter-row-lg .nav-tabs > li > a{font-size:16px!important;padding: 10px;}
    .filter-row.abt-filter .nav-tabs > li{padding:0 10px;}
    .about-inner-content .filter-row-lg{margin-bottom:2em;}
    .about-inner-content p{min-height:auto!important;}
    .about-inner-content .champion-year span{font-size:45px;}
    .find_box{padding:2em 0;}
    .find_box .dealer_box p{font-size:13px;}
    .find_box .dealer_box p:before{top:-8px;}
    .find_box .dealer_box .user_detail{margin-top:2em;}
    .accordion .accordion-title{font-size: 18px;padding: 10px 30px 10px 20px;}
    .accordion .accordion-title:after {top:8px;}
    .accordion-title .headling{min-height:auto!important; line-height:normal!important;}
    .accordion-title .date{text-align:left; border:none!important;}
    .accordion-title .date .dateDM,.accordion-title .date .dateY{font-size: 13px!important;display: inline-block;}
    .filter-row .nav-tabs > li{padding:0 30px;}
    
    .support_box .touch_box .sales_box{margin-top:1em;}
    .support_box .touch_box .sales_box .nav-tabs > li a span {font-size: 10px;}
    .support_box .touch_box .sales_box .tab-content{margin-top:2em;}
    .support_box{padding:2em 0;}
    
}


.dealer_box img.m-hide, .dealer_box span.g-hide{display:none;}

@media(max-width:768px){
	.offer-cr.owl-theme .owl-controls .owl-nav div{width:50px; height:50px;}
	.ofrslide .owl-prev {    margin-left: -50px;}
.ofrslide .owl-next {    margin-right: -50px;}
.offer-cr.owl-theme .owl-controls .owl-nav div:before, .offer-cr.owl-theme .owl-next:after{top:17px;}
	.accessories_box .kit_left{width:100%; float:left;}
	.accessories_box .kit_right ul li{width:50%; height:300px;}
	.accessories_box .accessorie_kit .tabbable-line > .nav-tabs > li{    width: 49.6%;}
	.accessories_box .accessorie_kit .tabtop li a{font-size:16px;}
	.accessories_box .genuine{width:100%; margin-left:0px;}
	.accessories_box .kit_left ul li{display:inline-block; padding:0 18px;}
	#header .nav-logo_box a img{ height:auto}
	#header .nav-logo_box{position:absolute!important}
	#site-nav .col{padding-top: 85px;}
	#site-nav li{margin-bottom:10px;}
	.social_menus .facebook_social li{margin-right:5px}
	#site-nav .books li a:before{transform: scale(0.6);left: -47px;top: -9px;}
	#site-nav .books li{padding-bottom:0; line-height:1.3;}
    #footer{padding:15px 0;}
    #footer .social_icon{padding:0;}
    #footer .footer_top ul li,#footer .footer_bottom ul li{float:none; display:inline-block; position:relative; padding:0;}
    #footer .footer_top ul li a,#footer .footer_bottom ul li a{font-size:13px;padding: 4px 5px; display:block;}
    #footer .footer_bottom{text-align:center;margin-top: 10px;}
    #footer .social_icon ul li{width:auto; float:none; display:inline-block; padding:0 2px;}
    #footer .footer_bottom ul li:nth-child(5n){padding:0;}
    #footer .footer_top ul li:nth-child(5n) a {padding: 0px 10px;}
	
    .big_box .cart_box ul li:nth-child(odd){width:47%; margin:0 6% 30px 0; }
    .big_box .cart_box ul li:nth-child(odd){margin-top:-80px!important;}
	.big_box .cart_box ul li .behind_box,.product_box .tab-content ul li .behind_box{    margin-bottom: 10px;}
    .big_box .cart_box ul li h4,.product_box .tab-content ul li h4{font-size: 17px;}
    .big_box .cart_box ul li a,.product_box .tab-content ul li a{font-size: 12px;}
    .big_box,.product_box{padding: 3em 0px;}
    .tabbable-line > .tab-content{margin:2em 0;}
	.product-details .tabbable-line > .tab-content{margin:0px;}
	.t-left{margin-bottom:20px;}
	.overview .tabbable-line > .tab-content{padding-bottom:0px;}
    .product_box .tab-content ul li:nth-child(odd){width:47%; margin:0 6% 30px 0;}
	.product_box .tab-content ul li:nth-child(odd){margin-top:-20px!important;}
    .product_box .tab-content ul li .behind_box .leave_box{padding:10px 0px 10px 25px;}
    .product_box .tab-content ul li .behind_box .leave_box h3{font-size:19px;}
    .product_box .tab-content ul li h4:before,.big_box .cart_box ul li h4:before{top:10px; height:3px;}
    .color-edition{padding-top:15px;text-align:center;}
    .bikeconfigac li{}
	.book-btn{padding:10px 9px; font-size:12px;}
	.near_box{margin-top:10px;}
    .book-btn,.support_box .touch_box .sales_box .form-group{margin-bottom:10px;}
    .near_box .near_right form,.find_box .dealer_box .user_detail .form-group select,
    .people_box .middle-box form .submit_btn,
    .support_box .touch_box .sales_box .form-group select{width:100%;}
    .near_box .near_right form .form-group input.your,.find_box .dealer_box .user_detail .form-group select,.your,
    .support_box .touch_box .sales_box .form-group select{padding-left:15px; padding-right:15px;}
    .near_box .near_right form .form-group select.form-control,.find_box .dealer_box .user_detail .form-group select.form-control,.people_box .middle-box .form-group select.form-control,
    .support_box .touch_box .sales_box .form-group select.form-control{background-position:98%;}
    .pd-find-dealer-container .dealer_list_box,.find_box .dealer_list_box,.people_box .middle-box .form-group select{position:static!important; width:100%!important; padding:0 10px;}
    .near_box .near_right p{margin:10px 0;}
	.social-update > .wrap-tab > .row{margin-left:-0px!important; margin-right:-0px!important;}
    /*.row{margin-left: -15px;}*//* conditional css */
    .about-inner-content .owl-theme .owl-controls .owl-nav div{width:40px; height:40px;}
    .about-inner-content .owl-theme .owl-controls .owl-nav div:before, .about-inner-content .owl-theme .owl-next:after{top:12px;}
    .about-inner-content .filter-row-lg .nav-tabs > li > a{ font-size: 13px!important;}
    .twin-text p{font-size: 20px; line-height:22px;}
	.overcnttxt{position:absolute; bottom:30px;}
	.twin-text a{font-size:11px;}
    .people_box{padding:2em 0px;}
    .people_box .middle-box h4{font-size:25px; margin-bottom:1em;}
    .people_box .middle-box .form-group{margin-bottom:15px;}
    .support_box .touch_box .sales_box .nav-tabs > li{margin-right:10px;margin-bottom:37px;}
    .support_box .touch_box .sales_box .nav-tabs > li a img{margin-bottom:5px; height:15px;}
    
.media-products .more{clear: both;}
.innerContent{font-size:14px;}
.search-result .search-row .thumb{width:100%;} 

.jcarousel-pagination a.active{font-size: 14px!important;}
.jcarousel-pagination a{font-size: 12px!important;margin-right:20px!important} 

.overview .tabbable-line > .nav-tabs > li{width:auto;} 
.overview .tabbable-line > .nav-tabs > li > a{padding:7px 5px;}
.tabp-form,.tab-price{ width:100%; float:left;}
.prd-price li{width:100%;}
.spec{padding:15px;}
.spec h3{margin-top:0;}
.big_box .cart_box ul li a.m-hide{display:none;}
	.mopacity-div{background:#000;width:100%;position:absolute;height:100%;opacity: 0.5;}
	.menu_icon_box ul li{margin-bottom:50px;}
	.find_box .dealer_box h4{font-size:18px;}
	.txt-right{text-align:right;}
	.dealer_box p.m-hide{display:none;}
	.dealer_box #get_my_current_location{font-size:11px;}
	.dealer_box img.m-hide, .dealer_box span.g-hide{display:inline-block;}
}

@media(max-width:640px){
    .motorcycle_box .tabbable-line > .nav-tabs > li > a{font-size: 12px;}
    .vstar .v-left{width:100%;}
	.media-products .item{width:50%; height:250px;}/*15-5-2019*/
	.vstar {     margin-top: 0px; }
	.vstar .v-left:before{border-right:0px; border-top:0px;}
	.vstar .v-left p:after{background:none;}
	.vstar .v-left p{padding-top:15px;}
    .media-products .thumb img{width: 100%; height: auto;max-width: 100%!important;max-height: auto!important;}
    .media-products .desc{padding-right:0;}
    .filter-row .nav-tabs > li {padding: 0 10px;}
    .filter-row .nav-tabs > li > a{font-size:16px;}
    .about-inner-content .filter-row-lg .nav-tabs > li > a {font-size: 15px!important;}
    .about-inner-content .filter-row-lg .nav-tabs > li{padding:0 3px;}
    .h5, h5{font-size:22px;}
}
@media(max-width:420px){
    .about-inner-content .filter-row-lg .nav-tabs > li > a{padding:10px 6px;font-size: 14px!important;}
    .filter-row .nav-tabs > li > a{font-size:12px;}
    #site-nav li a, #site-nav .books li a{font-size:11px;}
}


/* events page */
.events-media{}
.events-media .filter-row-lg .nav-tabs > li{width:50%}

/* Search Result */
.search-result{}
.search-result h1{font-family: 'Roboto', sans-serif; font-size:40px;}
.search-result h5{font-family: 'Roboto', sans-serif; font-size:22px;; margin:0 0 15px;}
.search-result .search-row{margin-top:1em; margin-bottom:2em}

.search-result .thumb img{ width:100%; height:auto;}
@media(min-width:992px){
	.search-result .thumb{ padding-right:40px;}
}

/* input type file */
.fileinputs{position:relative; background:url(../images/cv_icon.png) no-repeat 95% #f7f7f7;height: 60px;width: 100%;padding:0 5%;box-shadow: none;border: none;font-size: 13px;color: #666;font-family: 'Roboto', sans-serif;font-weight: 600;outline: none;}
.fileinputs input[type="file"]{    position: absolute;left: 0;right: 0;top: 0;bottom: 0;opacity: 0;z-index: 2;padding: 0;margin: 0;height: auto;}
.fileinputs .default-placeholder{    line-height: 60px;font-size: 13px;color: #666;font-family: 'Roboto', sans-serif;font-weight:600;position: absolute;left: 5%;right: 15%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

/* events detail page - 26-04-2019 */
.event-detail .owl-carousel{ padding:0; margin:3em 0}
.event-detail h1{font-size:40px;text-transform: uppercase; font-weight:bold}
.event-detail .events-date{margin: 15px 0;font-size: 18px;color:#8e8e8e;}

/* site map page - 26-04-2019  */
.sitemap-page-list{}
.sitemap-page-list .moz-col-2{ display:inline-block; width:100% }
.sitemap-page-list .moz-col-2>li{float:left; width:50% }
.sitemap-page-list ul{list-style:none; padding:0; margin:0 0 30px;}
.sitemap-page-list ul li a{text-decoration:none;}
.sitemap-page-list .menu-list>li{position:relative; padding-left:28px; padding-top:5px; margin-bottom:2.7em}
.sitemap-page-list .menu-list>li:before{position: absolute;content: '';border-left: 7px solid #e3e3e3;border-top: 7px solid #e3e3e3;width: 40px;height: 32px;left: 0;top: 0;}
.sitemap-page-list .menu-list .has-sub{ margin-bottom:2em}
.sitemap-page-list .menu-list .has-sub> li{ position:relative; }
.sitemap-page-list .menu-list .has-sub> li> a{font-size:18px;}
.sitemap-page-list .menu-list .has-sub> li> ul> li> a{font-size:13px;}
.sitemap-page-list .menu-list .has-sub> li:before{position: absolute;content: '';background: #e3e3e3;width: 12px;height: 5px;left: -27px;top: 14px;}
.sitemap-page-list .menu-list>li>a{font-size:24px; text-transform:uppercase; color:#0084ff; font-weight:600}
.sitemap-page-list .menu-list>li>ul{margin:1em 0 0}
.sitemap-page-list .menu-list>li>ul>li>ul{margin:5px 0 1em}
.sitemap-page-list .menu-list>li li{font-size:18px;}
.sitemap-page-list .menu-list>li li li{font-size:13px;}
.sitemap-page-list .menu-list>li li a{color:#000}
.sitemap-page-list .social-links li{ display:inline-block}
@media(max-width:768px){
    .sitemap-page-list .menu-list>li>a{ font-size:22px;}
    .sitemap-page-list .menu-list>li:before{ border-width:5px;}
    .sitemap-page-list .menu-list>li{margin-bottom:1em;}
}

/*14-5-2019*/
.home-tab{  margin:0px; padding:0px; }
.home-tab li{text-align: center; margin-left:0px;}
.home-tab li a{display:inline-flex;border: none;color: #fff;background: none;padding:30px 40px 27px 40px;text-transform: uppercase;font-size: 16px;font-family: 'Roboto', sans-serif;}

.home-tab li a:hover{background: #0085ff; color:#020202; text-decoration:none;}
.home-tab li.active a{border: none;
color: #fff!important;background: #0085ff;border-radius: 0px;padding:30px 40px 27px 40px;}

.prodsec-tab{ width:100%; float:left; text-align:center;}
.prodsec-tab li{display:inline-block;margin-right: 2px; margin-left:0px;text-align: center; float: none;width: 12%;
background: linear-gradient(to right, #0085ff 50%, white 50%);
background-size: 200% 100%;transition: all .5s ease-out;background-position: right bottom;}
.prodsec-tab li:hover {background-position: left bottom;}
.prodsec-tab li:hover a{background:none;}
.prodsec-tab li.active{     background:#0085ff;}
.prodsec-tab li.active a{color:#fff;}
.prodsec-tab li a{    font-family: 'Roboto', sans-serif;    border: 0;margin-right: 0;transition: all .6s ease-out;color: #020202;
text-transform: uppercase;font-size: 16px;padding: 15px 0px;text-align: center;}
.pn-Advancer.pn-Advancer_Right{right:20px;}
.top_tab .pn-ProductNav{width:85%;}

@media only screen 
and (max-width : 360px) 
 
and (orientation : portrait) { 

.home-tab li a{padding:10px 17px 10px 17px;font-size:13px;}
.home-tab li.active a{padding:10px 19px 10px 17px;}


 }
 
 @media only screen 
and (min-width : 375px) 
 
and (orientation : portrait) { 

.home-tab li a{padding:10px 19px 10px 17px; font-size:13px;}
.home-tab li.active a{padding:10px 19px 10px 17px;}

 }
 
 @media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { 
.home-tab li a{padding:10px 23px 10px 20px; font-size:13px;}
.home-tab li.active a{padding:10px 23px 10px 20px;}

 }
 
 @media only screen 
and (min-width : 412px) 
and (max-width : 690px) 
and (orientation : portrait) { 

.home-tab li a{    padding: 12px 22px 11px 22px;font-size:13px;}
.home-tab li.active a{    padding: 12px 22px 11px 22px;}

 }
 
  @media only screen 
and (min-width : 414px) 
and (max-width : 736px) 
and (orientation : portrait) { 

.home-tab li a{    padding: 12px 26px 11px 26px;font-size:13px;}
.home-tab li.active a{    padding: 12px 26px 11px 26px;}

 }
 
 @media(max-width:768px){
	.prodsec-tab li{width:auto; }
	.prodsec-tab li a{padding:8px; font-size:13px;}
	.prodsec-tab .pn-ProductNav_Link{min-height:auto;}
	.moto_box .wrap-tab{padding-left:0%;}
	#header .top_section{width:90%; background-color: #00000000;}
	.home-tab li a.pn-ProductNav_Link{min-height:auto;}
	.mopacity-div{top:0px;}
	.racing_box .gixer .gixxer_cup{position:static; width:100%;}
	
}

@media(min-width:768px){
	
	.logo_box a img.ld-hide{display:block;}
	.logo_box a img.md-hide{display:none;}
	#header .top_section .left_menu ul li a{padding:0 16px;}
#footer .footer_top{ float:left; width:100%;}
#footer .footer_top ul li{display:inline-block; float:none;}
#footer .footer_bottom ul{width:100%; float:left;text-align:center;}
#footer .footer_bottom ul li{display:inline-block; float:none;	}
#footer .social_icon ul{width: 100%;float: left;}
#footer .social_icon ul li{float:none; display:inline-block;}
	
#site-nav{padding-left:90px;}
}

@media screen and (min-width: 800px) and (max-width:1280px) {
.social_update .left_box ul li {width: 33.333%;float: left;text-align: center;margin-bottom: 15px;}
.social_update .left_box ul li img{margin-bottom:10px;margin-right:0px;}
.social_update .left_box ul li h2{display:block;}
.jcarousel .carousel-caption{position:static; width:100%; background:#000;}
.big_box .cart_box ul li a.m-hide{display:none;}
.pm-hide{display:none;}
.pm-show{display:block;}
.bikeconfigac{display:none;}
.colr-dsk{display:none;}
.colr-mobile{display:block;}
.color-edition p{display:inline;}
.color-edition p img{display:none;}
.greybke,.yellowbk{vertical-align:middle;}
.color-edition {padding-top: 15px;text-align: center;}
.colr-mobile {display: block;}
#header .top_section{width:90%;}
.support_box .touch_box .sales_box .nav-tabs > li{margin-right:22px;}
.accessories_box .accessorie_kit .tabbable-line > .nav-tabs > li{width:49.8%;}
.accessories_box .kit_left{width:100%; float:left;}
.accessories_box .kit_left ul li{display:inline; padding:10px;}
.accessories_box .kit_right ul li{width:33.33%;}
.accessories_box .genuine{width:100%; margin-right:0px;}
.racing_box .gixer .gixxer_cup{position:static; width:100%;}
#footer .footer_top{text-align:center; float:left; width:100%;}
#footer .footer_top ul li{display:inline-block; float:none;}
#footer .footer_bottom ul{width:100%; float:left;text-align:center;}
#footer .footer_bottom ul li{display:inline-block; float:none;	}
#footer .social_icon ul{width: 100%; float: left; text-align: center;}
#footer .social_icon ul li{float:none; display:inline-block;}
.sep1{text-align:center;}
}
@media screen and (min-width: 1025px) {
    .hide-overview{ display: none; }
}