*,
*::before,
*::after {
    box-sizing: border-box;
}

* {

    outline: none;
    box-shadow:none;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

body {
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'Roboto', sans-serif;
    color:#000;
    font-weight:300;
}

.menu, .bg-light {
    background-color: #000!important;
}

.navbar-brand span {
	display: block;
    position: absolute;
    top: 0;
    background: #0606a8;
    padding: 30px 15px;
}

@media(max-width:992px){
	.navbar-brand span {
		padding:13px 10px;
	}
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:#fff;
    font-weight:600;
    font-size:15px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color:#fff;
    font-weight:700;
    font-size:14px;
    text-transform: uppercase;
}

.navbar-nav a:focus, .navbar-nav a:active {
	color:#fff!important;
}

.selected {
	color:#e1ff00!important;
	text-decoration:underline;
}

.selected:hover {
	color:#e1ff00!important;
	text-decoration:underline!important;
}

.banner-inside {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    position: relative;
}

.banner-inside span {
    color: #fff;
    height: calc(99% + 4px);
    justify-content: center;
    line-height: initial;
    margin: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    font-size: 45px;
    font-weight:400;
    width: 100%;
    z-index: 6;
    display: flex;
    flex-direction: column;
    padding-top:30px;
    text-transform:uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner-inside::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    background-size: 100% 20%, 100% 30%;
    background-position-y: top, bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.navbar-light .navbar-nav .nav-link:hover {
    color:#e1ff00;
    text-decoration:none;
}

.news-title {
    margin-top:25px;
    margin-bottom: 25px;
}

.news-title h1 {
    color:#000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    z-index: 1;
    font-weight:400;
    margin-top:0px;
    border-left:5px solid #e1ff00;
    padding-left:30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.news-title p {
    font-size: 14px;
    line-height: 1.3em;
    font-weight:300;
}

.news {
    margin-bottom:50px;
    display:block;
}

.news:hover {
    text-decoration:none;
}

.news:hover h3 {
	background-color:#e1ff00;
	color:#000;
}

.news h3 {
    font-size:20px;
    padding: 1rem;
    font-weight: 400;
    line-height: 1.3;
    background-color:#dbdbdb;
    color:#000;
    text-align:center;
    min-height:70px;
    display:flex;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.news p {
    font-size: 14px;
    margin: 0;
    max-height: 97px;
    overflow: hidden;
    color:#000;
    font-weight:300;
}

.news img {
    background-color: #f0f0f0;
    border:1px solid #f0f0f0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    width:100%;
}

.news img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news .preview {
    overflow:hidden;
}

.news .btn {
    display: inline-block;
    margin-top: 15px;
    padding:10px 30px;
    text-align: center;
    font-weight:400;
    background-color: transparent;
    text-transform:uppercase;
    border-color: #0606a8;
    color: #0606a8;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.news .btn:hover {
    color:#000;
    background-color:#e1ff00;
    border-color:#e1ff00;
}

.news .date {
    color: #717171;
    display: block;
    margin-bottom: 5px;
    font-size:14px;
}

.mb20 {
    margin-bottom:20px;
}

.page h1 {
    color:#000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    z-index: 1;
    margin-top:50px;
    border-left:5px solid #e1ff00;
    padding-left:30px;    
    font-family: 'Roboto Condensed', sans-serif;
}

.page .date {
    text-align:center;
    display:block;
    color: #717171;
    margin-top:25px;
    margin-bottom: 5px;
    font-size: 14px;
}

.page .desc {
    padding:15px 0;
}

.page .content p {
    padding-top:15px;
    font-size:14px;
    font-weight:300;
}

.page .content ul {
    padding-top:15px;
    font-size:14px;
    margin-bottom:0;
    font-weight:300;
    padding-left:15px;
}

.page .content a {
	color:#0606a8;
	text-decoration:underline;
}

.page .gallery {
    margin-top:45px;
    margin-bottom:20px;
}

.page .gallery a {
    width:20%;
    display:block;
    float:left;
    position:relative;
    overflow:hidden;
}

.page .gallery a::before {
    content: '';
    border-left: 60px solid transparent;
    border-top: 60px solid #0606a8;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1;
}

.page .gallery a img {
    width:100%;
    height:148px;
    position:relative;
    top:0;
    bottom:0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.page .gallery a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.page .gallery a::after {
    content: '+';
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    right: 8px;
    top: 11px;
    z-index: 2;
}

.fancybox-bg {
    background: #0606a8!important;
}

.clear {
    clear:both;
}

footer {
    background: #000;
    border-top: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 30px;
}

footer h4 {
    color:#fff;
    font-size: 18px;
    margin: 0 0 10px;
    font-weight:400;
    font-family: 'Roboto Condensed', sans-serif;
}

.foot-logo {
    height: 130px;
    width: auto;
    line-height: 0;
}

footer a.link {
    color: #fff;
    display: block;
    margin-top: 5px;
    text-decoration: none;
}

footer a.link:hover {
	color:#e1ff00;
}

.copy {
    background-color: #000;
    padding: 12px 0;
    text-align: center;
    font-size:11px;
    color:#fff;
}

.copy span {
    font-size:9px;
}

.banner {
    background-color: #333;
    height:620px;
}

.banner .slick-slide {
    height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.banner .slick-dots {
    position:absolute;
    bottom:8px;
    left:0;
    width:100%;
    text-align:center;
}

.banner .slick-dots li {
    display:inline-block;
}

.banner .slick-dots button {
    display: inline-block;
    width: 8px;
    height: 11px;
    margin: 0 8px;
    background: #fff;
    border-radius: 50%;
    opacity: .75;
    cursor: pointer;
    border:0;
    font-size:0;
}

.banner .slick-dots .slick-active button {
    background: #0606a8;
    opacity: 1;
}

.banner .slick-arrow {
    position:absolute;
    top:50%;
}

.product {
    margin-bottom:50px;
}

.product a {
    text-decoration:none;
    display:block;
    position:relative;
}

.new-label {
    border-radius: 4px;
    top: 6px;
    line-height: 1.4em;
    padding: 2px 5px;
    position: absolute;
    left: 10px;
    
    border: 2px solid #0606a8;
    font-size: 11px;
    padding: 8px;
    color:#0606a8;
}

.product h3 {
    border-top: 4px solid #0606a8;
    padding-top: 5px;
    text-align:center;
    color:#333;
    
}

.product h3 strong, .product-title h1 strong {
    color:#0606a8;
}

.product_versions {
    text-align:center;
    
    color:#777;
    font-size:13px;
}

.product h3 span {
    font-size:22px;
    display:inline-block;
    margin-left:5px;
    color:#717171;
}

.navbar-light .navbar-toggler {
    border-color: transparent!important;
}

.table.price a {
    text-decoration:none;
}

.table.price img {
    max-width:120px;
}

.table.price h3 {
    
    color:#333;
    font-size:18px;
}

.table.price h3 span {
    
    color:#777;
    font-size:14px;
    display:block;
}

.table.price strong {
    color:#0606a8;
    font-size:18px;
    display:block;
}

.cur_convert {
    font-size:12px;
}

.table-secondary, .table-secondary>td, .table-secondary>th {
    background-color:#f8f8f8!important;
}

.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color:transparent!important;
}

.top-news {
    margin-bottom:30px;
}

.top-news .preview div {
    overflow:hidden;
}

.top-news .date {
    color: #717171;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.top-news a:hover {
    text-decoration:none;
}

.top-news h3 {
    margin-left: -25%;
    z-index: 2;
    background: #dbdbdb;
    padding: 1rem;
    color: #000;
    font-size:20px;
    position:relative;
    font-family: 'Roboto Condensed', sans-serif;
}

.top-news p {
    font-size: 14px;
    margin: 10px 0 0 0;
    max-height: 97px;
    overflow: hidden;
    color:#000;
    font-weight:300;
}

.top-news img {
    background-color: #f0f0f0;
    border:1px solid #f0f0f0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    width:100%;
}

.top-news img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.top-news .btn {
    display: inline-block;
    margin-top: 15px;
    padding:10px 30px;
    text-align: center;
    font-weight:400;
    background-color: transparent;
    text-transform:uppercase;
    border-color: #0606a8;
    color: #0606a8;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.top-news .btn:hover {
    color:#000;
    background-color:#e1ff00;
    border-color:#e1ff00;
}

.main-cat {
    height:150px;
    overflow:hidden;
    display:block;
    width:100%;
    position:relative;
}

.main-cat h2 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
    font-family: 'Roboto Condensed', sans-serif;
}

.main-cat img {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    -webkit-filter: brightness(0.8);filter: brightness(0.8);
    top: 50%;
    width: 100%;
    z-index:-1;
    overflow:hidden;

    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.main-cat .content {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: center;
    z-index:2;
}

.main-cat:hover .shadow {
    background-color: rgba(6,6,168,.9);
    position: absolute;
    right: 0;
    top: 0;
    left:0;
    bottom:0;
    z-index:1;
}

.main-cat-text {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s linear, opacity .2s ease-in , transform .3s linear .1s;
    transform: scale3d(0.3, 0.3, 0.3);
}

.main-cat:hover .main-cat-text {
    height: auto;opacity: 1;transform: scale3d(1, 1, 1);
}

.main-cat-btn {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight:400;
    margin-top: 2px;
    padding: 5px 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 15px auto;
    min-width:160px;
    font-family: 'Roboto Condensed', sans-serif;
}

.slick-list:focus
{
    outline: none;
}

.product_views {
    position:relative;
    top:-150px;
    z-index:1;
    margin-bottom:-110px;
}

.top-slider .slick-arrow {
    position:absolute;
    top:50%;
    color:#717171;
    font-size:30px;
    z-index:2;
    cursor:pointer;
}

.fa-chevron-right.slick-arrow {
    right:-30px;
}

.fa-chevron-left.slick-arrow {
    left:-30px;
}

.top-slider .slick-arrow:hover {
    color:#0606a8;
}

.top-slider img {
    -webkit-filter: drop-shadow(0px 0px 10px #fff);
    filter: drop-shadow(0px 0px 10px #fff);
}

.product-title h1 {
    
    color: #333;
}

.product-title .product_versions {
    color: #717171;
    
    font-size: 15px!important;
}

.product_subtitle {
    margin:20px 0;
    font-size: 26px;
    font-weight:600;
}

.product_description {
    font-size:15px;
    font-weight:400;
    line-height:20px;
}

.product_nav {
    background-color:#333;
}

.nav_wrapper a {
    display:block;
    float:left;
    width:25%;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    padding:17px 0 13px 0;
}

.nav_wrapper a:hover {
    text-decoration:none;
    background-color:#0606a8;
}

.product_option img {
    border: 1px solid lightgrey;
}

.product_option .row {
    margin-top:50px;
}

.product_option h3 {
    color: #0606a8;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    margin: 10px 0 15px;
    font-weight:600;
}

.product_option h3 span {
    background-color: #0606a8;
    height: 3px;
    margin-top: 5px;
    width: 25px;
}

.gallery-foto {
    margin-top:50px;
}

.news-title h3 {
    color: #0606a8;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    z-index: 1;
}

.gallery-foto .news-title, .moto .news-title {
    margin-bottom:0;
}

.char .news-title {
    margin-top:50px;
    margin-bottom:20px;
}

.gallery-foto .slick-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    opacity: 0.5;
    max-width: 800px;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: opacity .3s ease, transform .3s linear;
}

.gallery-foto .slick-slide img {
    transform .6s ease-in-out;
    transform: scale(0.9);
}

.gallery-foto .slick-slide.slick-active {
    opacity:1;
    padding:35px 10px 0 10px;
    filter: none;
}

.gallery-foto .slick-slide.slick-active img {
    transform: scale(1.1);
}

.gallery-foto .slick-slide {
    min-height: 450px;
}

.gallery-foto .slick-dots {
    position:absolute;
    bottom:8px;
    left:0;
    width:100%;
    text-align:center;
    z-index:3;
}

.gallery-foto .slick-dots li {
    display:inline-block;
}

.gallery-foto .slick-dots button {
    display: inline-block;
    width: 8px;
    height: 11px;
    margin: 0 8px;
    background: #fff;
    border-radius: 50%;
    opacity: .75;
    cursor: pointer;
    border:0;
    font-size:0;
}

.gallery-foto .slick-dots .slick-active button {
    background: #e41f12;
    opacity: 1;
}

.gallery-foto .slick-arrow {
    position:absolute;
    top:50%;
    z-index:3;
    color:#fff;
    font-size:30px;
    cursor:pointer;
}

.gallery-foto .fa-chevron-right.slick-arrow {
    right:10px;
}

.gallery-foto .fa-chevron-left.slick-arrow {
    left:10px;
}

.gallery-foto .slick-arrow:hover {
    color:#0606a8;
}

.moto .gallery {
    margin-top:10px;
    margin-bottom:20px;
}

.moto .gallery a {
    width:20%;
    display:block;
    float:left;
    position:relative;
    overflow:hidden;
}

.moto .gallery a::before {
    content: '';
    border-left: 60px solid transparent;
    border-top: 60px solid #0606a8;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1;
}

.moto .gallery a img {
    width:100%;
    position:relative;
    top:0;
    bottom:0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.moto .gallery a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.moto .gallery a::after {
    content: '+';
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    right: 8px;
    top: 11px;
    z-index: 2;
}

.product_nav.sticky-top {
    z-index:1100;
}

.char {
    margin-bottom:50px;
}

.char .nav {
    display: flex;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.char .nav-pills .nav-item {
    width:25%;
    border-right:1px solid #ddd;
}

.char .nav-pills .nav-item:last-child {
    border-right:0;
}

.nav-pills .nav-link.chr {
    display:block;
    font-size:15px;
    color:#000;
    padding: 20px 0;
    text-align:center;
    transition: color 0.2s ease-out;
    border-radius:0;
}

.nav-link.chr.active {
    color:#0606a8;
}

.char .nav-pills .nav-link.active, .char .nav-pills .show>.nav-link {
    background-color:transparent;
}

.specific td:first-child {
    border-bottom: 1px solid #eee;
    font-weight: 800;
    padding: 8px 10px;
    text-transform: uppercase;
    width: 30%;
    font-size:13px;
}

.specific td:last-child {
    border-bottom: 1px solid #eee;
    font-weight: 500;
    padding: 8px 10px;
    width: 70%;
    font-size:13px;
    text-align:right;
}

.moto_price {
    color: rgba(199,0,23,1);
    font-size: 20px;
    display: block;
}

.navbar-light .navbar-nav .nav-item {
    padding:14px 15px;
}

.navbar-light .navbar-nav .nav-link {
    position:relative;
    padding:0;
}

.banner_info {
    position:relative;
}

.banner_info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 100%), linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.35) 100%);
    background-size: 100% 25%, 100% 40%;
    background-position-y: top, bottom;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
}

.bannerinfo {
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 1em;
    bottom: -150px;
    left: 0;
    z-index: 12;
    opacity: 0;
    transform: scale(0.8);
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease 0.8s, bottom 0.3s ease 0.8s, transform 0.3s ease 0.8s;
}

.banner_title {
    font-size: 50px;
    font-weight:400;
    line-height:60px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner_text {
    font-size:20px;
    font-weight:400;
    color:#fff;
    line-height:24px;
    margin-bottom:5px;
    font-family: 'Roboto Condensed', sans-serif;
}

.btnn {
    background: rgba(0,0,0,.3);
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
    padding: 10px 30px;
    font-weight:400;
    text-align: center;
    text-transform: uppercase;
    transition: transform 0.3s, border-color 0.3s, background-color 0.3s;
    margin-bottom: 10px;
    line-height:1.5;
    font-family: 'Roboto Condensed', sans-serif;
}

.btnn:hover {
    text-decoration:none;
    color:#000;
    background:#e1ff00;
    border-color:#e1ff00;
}

.banner_info.slick-active .bannerinfo {
    opacity: 1;bottom: 1.2em;transform: scale(1);
}

.manual {
    padding-bottom:50px;
}

.manual a i {
    font-size:70px;
    color:#333;
}

.manual a span {
    color:#333;
    display:block;
    text-align:center;
}

.pir {
    
}

@media (max-width:768px) {
    .page .gallery a {
        width:50%;
    }


    img.foot-logo  {
        display:inline-block!important;
    }

    footer {
        text-align:center;
        padding-bottom: 0px;
    }

    footer .col-12 {
        padding-bottom:30px;
    }

    .banner-inside span {
        font-size:30px;
    }

    .banner-inside {
        height: 190px;
    }


    .main-cat {
        height:150px;
        overflow:hidden;
        display:block;
        width:100%;
        position:relative;
    }
}

.navbar-light .navbar-toggler {
  border-color: rgb(255,255,255);
} 


.news-title p a {
	color:#c82e29;
}

@media (max-width:768px) {
    .banner_title {
        font-size:30px;
        line-height:38px;
        margin-bottom:60px;
        text-align:center;
    }

    .banner_text {
        font-size:16px;
        line-height:18px;
    }

    .nav_wrapper {
        display:none;
    }
    
    .top-news h3 {
    	margin-left:0;
    	text-align:center;
    }
    
    .news-title h1 {
    	padding-left:15px;
    }

    .navbar-collapse {
        margin-top:20px;
    }

    .banner-inside span {
        padding-top:0;
        font-size:28px!important;
    }
    
    .news-title h1 {
    	
        font-size:28px!important;
    }

    .fa-chevron-right.slick-arrow {
        right:0px;
    }

    .fa-chevron-left.slick-arrow {
        left:0px;
    }

    .product_views {
        top:-100px;
        margin-bottom:-60px;
    }
    
    .moto .gallery a {
    	width:50%;
    }
    
    .news .date, .top-news .date, .top-news p, .mb20 {
    	display:none;
    }
    
    .news {
    	margin-bottom:30px;
    }
    
    .page h1 {
    	font-size:28px!important;
    	margin-top:25px;
    	font-weight:400;
    	padding-left:15px;
    }
    
    .page .date {
    	text-align:left!important;
    	margin-top:5px;
    }
    
    .news .btn {
    	font-size:16px;
    }
    .price h4 {
		font-size:16px;
	}
	
	.table td, .table th {
		padding:5px;
		vertical-align:middle;
	}
	.table.price h3 {
		font-size:16px;
	}
	
	.tr-middle {
		max-width:120px;
	}
	
	.table.price h3 span {
		font-weight:normal;
	}
	
}

.foot-icon {
	padding-top:5px;
}

.foot-icon a {
    color: #fff;
    display:inline-block;
    border-radius:4px;
    text-align:center;
    margin-top:10px;
}

.foot-icon a:hover {
	color:#e1ff00;
}

.foot-icon a i {
	width:18px;
	height:18px;
}

.video iframe {
	margin-top:30px;
	max-width:100%;
	min-height:auto;
}

.ytp-watermark.yt-uix-sessionlink{
    display : none !important;
}

.custom-toggler.navbar-toggler { 
			border-color: #fff; 
		} 
		/* Setting the stroke to green using rgb values (0, 128, 0) */ 
		
		.custom-toggler .navbar-toggler-icon { 
			background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
		    position: relative;
    right: -15px;
		} 
		
		.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.yt-video {
	position:relative;
	display:block;
	background-color:#000;
	overflow:hidden;
}

.yt-video img.prev {
	opacity:1;
	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.yt-video .youtube {
	position:absolute;
	top:50%;
	z-index:9;
	margin-top:-40px;
	margin-left:-40px;
	color:rgba(199,0,23,.9);
	width:80px;
	left:50%;
}

.yt-video:hover img.prev {
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.red{
    color:#0606a8;
}

.moto-page .container {
	max-width:1640px;
	position:relative;
}

.moto-page .section {
	background-size:cover;
	background-position:center top;
}

.mp-banner {
	height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mp-text {
	position:absolute;
	z-index:1;
	top:50%;
	left:30px;
	margin-top:-75px;
}

.mp-head {
	font-size:75px;
	line-height:65px;
	font-weight:400;
    border-left:5px solid #e1ff00;
    padding-left:30px;
    font-family: 'Roboto Condensed', sans-serif;
        background-color: rgb(0 0 0 / 30%);
    padding: 10px 10px 10px 30px;
}

.mp-head-fl {
	color:#fff;
	margin-bottom:20px;
	font-size:55px;
}

.mp-head-sl {
	color:#fff;
}

.mp-banner-sep {
	width:440px;
	height:55px;
	background-color: #0606a8;
    mix-blend-mode: multiply;
    position:absolute;
    bottom:0;
    left:30px;
}

.mp-empty-block {
	height:240px;
	position:relative;
}

.mp-red-block {
	background-color:#0606a8;
	width:440px;
	height:240px;
	position:absolute;
	left:30px;
	top:0;
}

.mp-white-block {
    position:relative;
    z-index:1;
    bottom:0;
    width:440px;
    padding: 41px 31px 15px;
    border-left: 1px solid #0606a8;
    border-bottom: 1px solid #0606a8;
    border-right: 1px solid #0606a8;
}

.mp-white-block a {
	color:#000;
	font-size:18px;
}

.mp-title {
	padding: 165px 62px 0 30px;
    font-size: 40px;
    line-height: 50px;
    color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:700;
}

.mp-price span {
	display:block;
	padding:30px 0 20px 0;
	font-size:30px;
	color:#fff;
	font-weight:500;
	text-shadow: 1px 3px 10px rgb(0 0 0);
}

.mp-about {
	padding:0 30px 50px 30px;
	position:relative;
}

.mp-slogan {
	padding-top:120px;
	line-height:24px;
	width:440px;
}
.mp-red-section {
	background-color:#0606a8;
	padding:100px 0 50px 0;
	position:relative;
}

.mp-white-section {
	padding:100px 0;
	position:relative;
}

.mp-white-section .part-block {
	padding-left:15px;
	padding-right:15px;
}

.mp-red-section .container, .mp-white-section .container {
	padding-left:45px;
	padding-right:45px;
}

.mp-red-section h4 {
	position:absolute;
	top: 80px;
    left: 8%;
    font-size: 80px;
    line-height: 80px;
    font-weight:400;
    color:#fff;
    z-index:2;
    font-family: 'Roboto Condensed', sans-serif;
}

.spec-section h4 {
	position:absolute;
	top: 30px;
    left: 30px;
    font-size: 80px;
    line-height: 80px;
    color:#fff;
    z-index:2;
    font-weight:400;
    font-family: 'Roboto Condensed', sans-serif;
}

.part-block {
	padding:0 20px;
}

.part-block img {
	margin-bottom:70px;
}

.part-block h4 {
	margin-bottom: 16px;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    color: #0606a8;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.mp-red-body {
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 0;
    color:#fff;
    font-weight:300;
}

.mp-red-body h2 {
	margin-bottom: 40px;
    font-size: 50px;
    line-height: 55px;
    color:#fff;
    font-weight:400;
    font-family: 'Roboto Condensed', sans-serif;
}

.mp-benefits {
	font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    color:#fff;
    position:absolute;
    top:30px;
}

.parts-slider .slick-arrow {
    position: absolute;
    top: 50%;
    color: #0606a8;
    font-size: 40px;
    z-index: 2;
    cursor: pointer;
}

.parts-slider .fa-chevron-right.slick-arrow {
	right:-30px!important;
}

.parts-slider .fa-chevron-left.slick-arrow {
	left:-30px!important;
}

.spec-section {
	background-color: #0606a8;
    padding: 100px 30px 150px 30px;
    position: relative;
}

.spec-table {
	padding:300px 0 0 78px;
	color:#fff;
    font-family: 'Roboto', sans-serif;
}

.spec-table h2 {
	margin-bottom: 40px;
    font-size: 36px;
    line-height: 55px;
    color: #fff;
    font-weight:400;
    font-family: 'Roboto Condensed', sans-serif;
}

.spec-block {
	padding-left:80px;
}

.spec-block p {
    font-weight: 600;
    display: table-cell;
    min-width: 120px;
    font-size: 14px;
    line-height: 18px;
    padding-bottom:15px;
    color:#fff;
}

.spec-block td {
	padding-right:15px;
	padding-bottom:10px;
}

.spec-block td:nth-child(2) p {
	font-weight:300!important;
}

.mp-slider img {
	max-width:100%;
}

.mp-slider .slick-dots {
	text-align:center;
}

.mp-slider .slick-dots li {
	display:inline-block;
}

.mp-slider .slick-dots li button {
outline: 0!important;
    border: 0;
    cursor: pointer;
    background: transparent;
    font-size:1px;
    display: block;
    background-color: #cecece;
    border-radius: 5px;
    padding:0;
    margin:0 5px;
    width: 10px;
    height: 10px;
    transition: all .3s ease-in-out;
}

.mp-slider .slick-dots li.slick-active button {
	background-color:#0606a8;
	width:19px;
}

.mp-gallery {
	position:relative;
	top:-30px;
	margin-bottom:50px;
}

.model-heading {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
    border-bottom: 0;
    color: #000; 
    border-left: 5px solid #e1ff00;
    padding-left: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.cat-title {
	padding:50px 15px;
}

.cat-title h2 {
	font-size:30px;
	line-height:38px;
	font-weight:400;
	margin-bottom:30px;
	text-transform:uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.cat-pir {
	font-size: 75px!important;
    line-height: 65px!important;
    font-weight: 400!important;
    text-align:right;
}

.item_heading a {
	font-size: 26px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    text-decoration: none;    
    font-family: 'Roboto Condensed', sans-serif;
}

.moto-prev {
	padding:30px;
	margin:30px 0 60px 0;
}

.moto-prev:hover {
	box-shadow:0 10px 30px rgba(0,0,0,.09)
}

.item_slogan a {
	color:#000;
	text-transform:uppercase;
	padding-top:15px;
}

.header-has-background {
	background-color:#000!important;
}

.mp-price {
	display:none;
}

.prep {
	color:#fff;padding:100px 15px 0 15px;font-size:12px;font-style:italic;
}

@media (max-width:800px) {
	.mp-head {
		font-size:40px;
		line-height:40px;
	}
	
	.mp-head-fl {
		line-height:1.1;
		font-size:36px;
	}
	
	.mp-banner-sep {
		width:100%;
		left:0;
	}
	
	.mp-red-block {
		height:auto;
		width:100%;
		left:0;
		padding-top:0px;
		position:relative;
	}
	
	.mp-white-block {
		width:100%;
		padding:0;
	}
	
	.mp-title {
		padding:20px;
	}
	
	.mp-empty-block {
		height:auto;
	}
	
	.mp-slogan {
		padding-top:20px;
		width:100%;
	}
	
	.mp-about {
		padding:0 0 50px 0;
	}
	
	.mp-gallery {
		margin-bottom:20px;
	}
	
	.mp-red-section {
		padding-top:20px;
	}
	
	.mp-red-section .container, .mp-white-section .container {
		padding-left:15px;
		padding-right:15px;
	}
	
	.mp-red-body h2 {
		font-size: 30px;
		line-height:34px;
	}
	.mp-text {
		left:0;
	}
	
	.mp-white-section {
		padding:50px 0 10px 0;
	}
	
	.cat-title h2 {
		font-size: 28px!important;
    margin-top: 25px;
    font-weight: 400;
    padding-left: 15px;
    font-size: 28px;
    line-height: 1.2;
    z-index: 1;
    border-left: 5px solid #e1ff00;
    padding-left: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom:25px;
	}
	
	.cat-title {
		padding:0;
	}
	
	.parts-slider .fa-chevron-left.slick-arrow {
		left:-10px!important;
	}
	
	.parts-slider .fa-chevron-right.slick-arrow {
		right:-10px!important;
	}
	
	.part-block h4, .mp-red-section h4, .spec-section h4, .spec-table h2 {
		font-size:28px;
		line-height:30px;
	}
	
	.spec-table h2 {
		margin-bottom:20px;
		margin-top:20px;
	}
	
	.spec-table {
		padding:50px 0 0 0;
	}
	
	.spec-block {
		padding-left:0;
	}
	
	.spec-section {
		padding:30px 0 30px 0;
	}
	
	.main-nav {
	background-color:#000!important;

}

.header-has-background {
	background-color:rgba(0,0,0,.9)!important;
}

.navbar {
	padding-left:0;
}

.banner {
	height:450px;
}

.banner .slick-slide {
	height:450px;
}

.model-heading {
	font-size:28px;
	margin-top:25px;
	padding-left:15px;
}

.moto-prev {
	margin:0;
	padding:15px;
}

	.mp-banner {
		height:400px;
	}
	
	.mp-head-fl {
		font-size:28px;
		line-height:38px;
	}
	
	.mp-head {
		font-size:24px;
		line-height:32px;
		padding-left:15px;
	}
	
	.mp-text {
		top:60%;
	}
	
	.mp-title {
		padding:15px;
		font-size:28px;
		font-weight:500;
	}
	
	.mp-banner-sep {
		height:25px;
	}
	
	.mp-slogan {
		    padding-top: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height:1.4em;
	}
	
	body {
		font-size:15px;
    font-weight: 400;
	}
	
	.page .content p {
		font-size:15px;
    font-weight: 400;
	}
	
	.mp-gallery {
		margin-bottom:0;
	}
	
	.mp-benefits {
		width: 200px;
    top: 7px;
    height: 50px;
    left: 25px;
    display: flex;
    align-content: center;
    align-items: center;
	}
	
	.mp-red-section h4 {
		display:none;
	}
	
	.mp-red-body h2 {
		font-size:28px;
		margin-top:25px;
		margin-bottom:15px;
	}
	
	.mp-red-section {
		padding-bottom:25px;
	}
	
	.mp-white-section {
		padding-top:25px;
	}
	
	.mp-white-section .part-block {
		padding:0;
	}
	
	.part-block img {
		margin-bottom:25px;
	}
	
	.mp-white-section .part-block {
		padding-bottom:15px;
	}
	
	.prep {
	color:#fff;padding:25px 15px 0 15px;
}

.spec-block table tr td:first-child {
	width:40%;
}

	.parts-slider .fa-chevron-left.slick-arrow {
		padding:15px 10px;
		color:#e1ff00;
		background-color:rgba(0,0,0,0.5);
		font-size:20px;
		left:-15px!important;
	}
	
	.parts-slider .fa-chevron-right.slick-arrow {
		padding:15px 10px;
		color:#e1ff00;
		background-color:rgba(0,0,0,0.5);
		font-size:20px;
		right:-15px!important;
	}
	
	.part-block p {
		height:150px;
		overflow-y: scroll;
	}

}

.cont a {
	color:#0606a8;
}

.menu {
	padding-top:50px;
}

.cont {
	font-weight:300;
}

.cont p {
	padding-bottom:15px;
}

.h10 {
	height:10px;
}

.category {
	padding-bottom:25px;
}

.video-btn {
	display:block;
	padding:10px 15px;
	background-color:#e1ff00;
	color:#0606a8!important;
	text-decoration:none;
	font-weight:500;
}

.fa-play-circle {
	color:#0606a8;font-size:20px;margin-right:10px;
}

.video-btn:hover {
	text-decoration:none;
}

@media(min-width:800px) {
.video-btn:hover {
	text-decoration:none;
	color:#fff!important;
	background-color:#0606a8;
}

.video-btn:hover i {
	color:#fff;
}
}