@import "https://fonts.googleapis.com/css?family=Montserrat:700,400";
@import "https://fonts.googleapis.com/css?family=Roboto:400,500,300,700";
@import "https://fonts.googleapis.com/css?family=Pragati+Narrow:400,700";
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif !important;
    color: #37474F
}

h1,
h2,
h3,
h4,
h5,
h6,
.cat-title,
.section-title {
    font-family: 'Montserrat', sans-serif !important
}

a,
a:hover {
    color: #e7304b
}

p {
    font-size: 16px
}

section,
footer {
    padding: 35px 0
}

.nav-up {
    top: -110px
}

header {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 99
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff
}

#custom-search-input input {
    border: 0;
    box-shadow: none
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc
}

#custom-search-input .glyphicon-search {
    font-size: 16px
}

.collapse-drop a {
    padding-left: 35px
}

.no-pad-up {
    padding-top: 0
}

.index_news {
    padding-top: 0
}

.page-image-wrapper {
    margin-bottom: 30px
}

.news-bottom-line hr {
    margin-top: 0
}

#slider-thumbs iframe {
    position: absolute;
    z-index: 99
}

a {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    color: #bb1f36;
    text-decoration: none
}

.padding {
    padding: 35px 0
}

.container.content-wrapper {
    padding-top: 30px
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity
}

.item {
    width: 100%;
    height: 450px
}

.carousel-caption {
    padding-bottom: 60px;
    left: 0;
    right: 0
}

.carousel-caption .slide-content {
    margin-top: -50px
}

.breadcrumb {
    padding: 0;
    margin-bottom: 25px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px
}

.breadcrumb img {
    margin-top: -3px;
    height: 10px;
    width: auto
}

.breadcrumb>li+li:before {
    padding: 0 2px;
    color: #ccc
}

.breadcrumb>li+li:before,
.breadcrumb>li a {
    color: #e7304b;
    font-size: 12px
}

.breadcrumb>.active {
    color: #e7304b;
    font-weight: bold;
    font-size: 12px
}

.small-font-size thead td {
    font-size: 9px
}

.btn-custom {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0;
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.btn-custom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e7304b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    color: white;
    border: 2px solid #e7304b
}

.btn-custom:hover:before,
.btn-custom:focus:before,
.btn-custom:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.catalog-action .btn-custom.orange {
    color: #e7304b !important;
    background: #fff;
    border: 2px solid #eee;
    padding: 10px 20px
}

.catalog-action .btn-custom:hover,
.catalog-action .btn-custom:focus,
.catalog-action .btn-custom:active {
    color: white !important;
    border: 2px solid #e7304b
}

.container.slide-content .action-link {
    padding-right: 14px
}

.container.slide-content .hvr-icon-forward:before {
    right: 0
}

footer a {
    color: #e7304b
}

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s
}

.product-wrapper .hvr-icon-forward {
    padding-left: 15px;
}

.hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1.3em;
    top: 0.35em;
    font-size: 10px;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.sub-header {
    height: 30px;
    padding: 7px 0;
    background: #52575e;
    color: #f8f8f8;
    font-size: 12px
}

.sub-header a {
    color: #fff
}

.sub-header a:hover {
    color: #e7304b;
    text-decoration: underline
}

.navbar-brand {
    float: left;
    height: 50px
}

.navbar {
    position: fixed;
    background: #fff;
    min-height: 110px;
    margin-bottom: 0;
    border-bottom: 4px solid #e7304b;
    z-index: 9999
}

.nav.navbar-nav {
    margin-top: 15px
}

.nav.navbar-nav.footer {
    margin-top: 0
}

.menu>li>a {
    color: #333;
    text-transform: uppercase
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid #e7304b;
    margin: 0;
    padding: 0
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

footer {
    font-family: 'Roboto', sans-serif
}

.footer.menu>li>a {
    position: relative;
    display: block;
    padding: 0px 15px 15px 0;
    color: #e7314b;
}

footer a {
    color: #e7314b;
}

.footer-logo img {
    margin-bottom: 15px
}

.menu>li>a:hover {
    color: #e7304b;
    background: transparent
}

.main-slider {
    background: url('../img/main_s01.jpg');
    background-size: cover;
    padding: 0;
    height: 450px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.slider-caption {
    margin-top: 15%;
    color: #fff
}

.slider-caption h1 {
    text-transform: uppercase;
    font-weight: bold
}

p.slider-description {
    font-size: 18px
}

.container {
    position: relative
}

.bg-wrap {
    width: 50%;
    position: absolute;
    right: 0;
    height: 450px;
    z-index: 10
}

.slider-bg {
    padding-right: 100px;
    position: absolute;
    right: 250px;
    width: 450px;
    height: 100%;
    background: url('../img/slider-bg.png');
    background-repeat: no-repeat;
    background-position: right
}

.slider-bg-left {
    position: absolute;
    width: 30%;
    height: 100%;
    background: url('../img/slider-bg.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 180% 100%
}

.slider-bg-right {
    background: #fff;
    width: 70%;
    height: 100%;
    right: 0;
    margin: 0;
    left: 450px;
    float: right
}

#product-slider {
    height: 350px;
    margin-top: 50px
}

#productSlider .carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

#product-slider.carousel.slide .carousel-inner>.item>img,
#product-slider.carousel.slide .carousel-inner>.item.ative>img,
#product-slider.carousel.slide .carousel-inner>.item>a>img {
    width: auto;
    max-height: 350px;
    text-align: center;
    margin: auto
}

.product-img-wrapper {
    min-height: 160px;
    position: relative
}

.img-wrapper-content {
    margin-bottom: 15px
}

ul.content-related-list {
    margin-top: 15px;
    padding-left: 10px
}

ul.content-related-list li {
    list-style: none;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 10px;
    margin-bottom: 10px
}

ul.content-related-list li:last-child {
    border-bottom: 0
}

.related-img-wrapper {
    min-height: 180px;
    display: block;
    position: relative;
}

.gradient {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1)
}

.gradient-dist {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1)
}

.grid-bg {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: url('../img/01.png') center center
}

#fixed {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
    top: -110px;
    height: 110px
}

img.main-slid-img {
    margin-left: auto;
    margin-right: 0;
    margin-top: 15px;
    width: 50%
}

.product-details {
    margin: 10px 0
}

.controls-wrapper {
    width: 118px;
    position: absolute;
    bottom: 60px;
    right: 5px;
    z-index: 999
}

.controls-wrapper.products {
    bottom: 45px
}

.main-slider-product-title {
    font-size: 22px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #333
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    opacity: 1
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #e7304b;
    text-align: center !important
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    background-color: #e7304b
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 20px;
    padding: 15px;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0
}

.grid-wrapper {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    height: 215px
}

.grid-wrapper.big {
    height: 250px
}

.grid-wrapper-bg {
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 100%
}

.distribuition {
    background: url('../img/main.jpg');
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 0;
    color: #fff
}

.padding_v {
    padding: 45px 0
}

.shape {
    background: url('../img/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 50px;
    color: #fff
}

.shape.cat {
    background: url('../img/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 80px 40px;
    color: #fff
}

.cat-title {
    width: 20%;
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5px
}

.shape:before {
    -webkit-transform: perspective(150px) rotate3D(0.5, -0.3, 0.7, 3deg);
    -moz-transform: perspective(150px) rotate3D(0.5, -0.3, 0.7, 3deg);
    transform: perspective(150px) rotate3D(0.5, -0.3, 0.7, 3deg);
    -ms-transform: rotate(5deg) translate(-10px)
}

.featured-products,
.news,
.related {
    padding: 30px 0 60px 0
}

.featured-products {
    padding-top: 0;
    background: #f9f9f9;
    position: relative;
    display: block;
    overflow: auto;
    padding: 30px 0
}

.related {
    margin-top: 50px;
    background: #f8f8f8
}

.section-title {
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0px
}

.section-title::before {
    content: '';
    position: absolute;
    background-image: url('../img/icon_joper.png');
    background-size: 100% 100%;
    height: 20px;
    width: 35px;
    margin: auto;
    left: 0;
    text-align: center;
    right: 0;
    margin-top: -20px;
    margin-bottom: 55px
}

.section-contact {
    margin-top: -35px !important
}

.product-wrapper {
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 2px;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #ccc;
}

.product-wrapper:hover {
    border-color: #e7314b;
}

.product-wrapper .product-grid-title {
    height: 30px;
    line-height: 20px
}

.product-wrapper img {
    max-height: 140px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

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

.product-grid-title {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 25px 0 15px
}

.action-link {
    color: #e7304b;
    font-size: 14px;
    font-weight: bold
}

.text-white,
.text-white a {
    color: #fff !important
}

.text-white:hover,
.text-white a:hover {
    color: #e7304b !important
}

.divider {
    margin-top: 15px;
    position: relative;
    border-bottom: 1px solid #ddd
}

.divider::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 5px;
    border-bottom: 1px solid #ddd
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0
}

.news-title a {
    color: #333
}

.news-title a:hover {
    color: #e7304b
}

.news-wrapper {
    margin-bottom: 30px;
    min-height: 200px;
    overflow: hidden
}

.news-wrapper .date {
    font-size: 12px;
    margin: 5px 0
}

.location {
    padding: 25px;
    background: #e7304b
}

.location-inner {
    padding: 25px;
    border: 1px dotted #fff
}

.location-inner img {
    width: 70%
}

footer {
    border-top: 10px solid #263238;
    background: url('../img/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF
}

.footer-title {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px
}

.footer-menu {
    font-size: 11px;
    margin: 10px 0
}

.newsletter input {
    width: 100%;
    font-size: 12px;
    padding: 5px
}

.newsletter button {
    width: 100%;
    background: #666;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 12px;
    padding: 6px
}

.joper-group {
    margin-top: 15px
}

.joper-group .joper-group-line {
    height: 3px;
    margin: 5px 0;
    width: 100%;
    background: #e7304b;
    background: -moz-linear-gradient(top, #e7304b 0%, #f43e29 100%);
    background: -webkit-linear-gradient(top, #e7304b 0%, #f8626e 100%);
    background: linear-gradient(to bottom, #e7304b 0%, #f8626e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e7304b', endColorstr='#f43e29', GradientType=0)
}

.joper {
    text-align: right;
    color: #e7304b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px
}

.head-title {
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 25px 15px;
    color: #333;
    font-family: 'Roboto', sans-serif
}

.tab-pane a {
    color: #333
}

.tab-pane {
    line-height: 1.8
}

.nav-tabs>li>a {
    background: #eee;
    color: #222
}

.models-titles {
    font-weight: bold;
    font-size: 15px
}

.sidebar h4 {
    margin-bottom: 15px
}

.sidebar-wrapper {
    background: #FAFAFA;
    border: 1px solid #ECEFF1;
    padding: 20px
}

#map_canvas {
    height: 500px;
    widows: 100%;
    margin-bottom: 50px
}

#map,
#map_canvas_dir {
    height: 600px;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #f9fcff
}

#map_canvas_dir .map_placeholder {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    width: 40%;
    height: 250px;
    color: #444
}

#map_canvas_dir .map_placeholder img {
    margin-bottom: 25px;
    margin-left: 10px
}

#dir_modal .modal-dialog {
    margin-top: 120px
}

#dir_modal .modal-body {
    padding: 0
}

#dir_modal .modal-content {
    border-radius: 0
}

div.page-description {
    margin-top: 35px
}

input,
textarea,
select {
    border-radius: 0 !important
}

#map_dist {
    height: 600px;
    widows: 100%;
    margin-bottom: -35px
}

video {
    position: absolute;
    margin-top: 75px;
    min-width: 100%;
    min-height: 90%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    background-size: cover;
    transition: 1s opacity;
    z-index: 9
}

.video-noslider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden
}

.video-noslider video {
    position: relative
}

#home-slider .carousel .item {
    width: 100%;
    height: 450px
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out!important;
    -moz-transition: opacity .1s ease-in-out!important;
    -ms-transition: opacity .1s ease-in-out!important;
    -o-transition: opacity .1s ease-in-out!important;
    transition: opacity .1s ease-in-out!important;
    /*transition-property: opacity!important;
    transition-duration: 4s!important;
    transition-timing-function: linear!important;*/
}

.carousel-fade .carousel-inner .active {
    opacity: 1!important;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


/***/

#productSlider {
    border: 1px solid #ededed
}

#productSlider .carousel .item {
    width: 100%;
    height: 450px;
    padding: 25px
}

#productSlider .carousel {
    height: 450px
}

.thumb-wrapper {
    position: relative;
    background-color: #F4F4F4;
    padding: 10px;
    height: 100px;
    width: 100px;
    border-bottom: 2px solid transparent;
    display: list-item;
    vertical-align: middle;
    margin-bottom: 10px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden
}

.thumb-wrapper:hover {
    border-bottom: 2px solid #e7304b
}

.thumb-wrapper img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px
}

#carousel-cat-view,
#carousel-cat-view .carousel-inner,
.cat-img-wrapper {
    height: 300px;
    overflow: hidden
}

.cat-img-wrapper {
    margin-bottom: 35px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative
}

nav a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase
}

nav a:hover,
nav a:focus {
    outline: none
}

.menu a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s
}

.menu a::before {
    position: absolute;
    top: 35px;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none
}

.menu a:hover::before,
.menu a:focus::before {
    color: #e7304b;
    text-shadow: 10px 0 #e7304b, -10px 0 #e7304b
}

.menu a:hover,
.menu a:focus {
    color: #ba7700
}

.cat-img-wrapper img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.catalog-wrap {
    margin-top: 20px;
    padding: 20px;
    border-top: 1px dotted #ddd;
    background: #e7304b
}

.catalog-action img {
    margin-right: 20px
}

.catalog-action h4 {
    margin: 5px 0 0 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #fff
}

.catalog-action .btn-custom {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 2px 10px
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: transparent
}

.catalog-action .btn-custom:hover,
.catalog-action .btn-custom:focus,
.catalog-action .btn-custom:active {
    color: #e7304b !important;
    border: 2px solid #fff !important
}

.btn-custom:hover a {
    color: #e7304b !important
}

.catalog-action .btn-custom:before {
    background: #fff !important
}

.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border-right: 1px solid #fff;
    border-radius: 0
}

.table thead tr {
    font-weight: bold
}

.table tbody tr {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 13px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    text-align: center;
    padding: 14px;
    font-size: 12px;
    vertical-align: middle
}

.thumb-list {
    border-top: 1px solid #eee;
    margin-top: 25px;
    padding-top: 25px;
    background-color: #fff;
    position: relative;
    z-index: 99;
    margin-left: -5px
}

.sliderThumbSmall {
    float: left;
    margin: 5px 0;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    border-bottom: 2px solid transparent;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px
}

.contact-button {
    border: 2px solid #555;
    color: #555;
    margin-top: 0;
    font-weight: 500
}

#catchVideo img {
    width: 100%
}

img.hoverVideo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
    z-index: 99
}

.c_title {
    border-radius: 0;
    margin-top: 30px;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none
}

.n_title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px
}

.n_title a {
    color: #333
}

.n_title a:hover {
    color: #e7304b
}

.n_date {
    margin-bottom: 10px;
    font-size: 12px
}

.u-fancy-load-home>* {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1)
}

.no-js .u-fancy-load-home>* {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.u-fancy-load-home--in>* {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.u-fancy-load-home--out>* {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.u-fancy-load>* {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1)
}

.no-js .u-fancy-load>* {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.u-fancy-load--in>* {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.u-fancy-load--out>* {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

* {
    box-sizing: border-box
}

.cd-3d-nav-trigger {
    position: relative;
    float: right;
    height: 45px;
    width: 45px;
    background: #e7304b;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent
}

.cd-3d-nav-trigger span,
.cd-3d-nav-trigger span::before,
.cd-3d-nav-trigger span::after {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #FFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-3d-nav-trigger span {
    top: 21px;
    left: 8px;
    -webkit-transition: background 0.2s 0.5s;
    -moz-transition: background 0.2s 0.5s;
    transition: background 0.2s 0.5s
}

.cd-3d-nav-trigger span::before,
.cd-3d-nav-trigger span:after {
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform 0.2s 0.5s;
    -moz-transition: -moz-transform 0.2s 0.5s;
    transition: transform 0.2s 0.5s
}

.cd-3d-nav-trigger span::before {
    bottom: 8px
}

.cd-3d-nav-trigger span::after {
    top: 8px
}

.nav-is-visible .cd-3d-nav-trigger span {
    background-color: rgba(255, 255, 255, 0)
}

.nav-is-visible .cd-3d-nav-trigger span::before,
.nav-is-visible .cd-3d-nav-trigger span::after {
    background-color: white
}

.nav-is-visible .cd-3d-nav-trigger span::before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -o-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
}

.nav-is-visible .cd-3d-nav-trigger span::after {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -moz-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    -o-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg)
}

.wrap-right {
    text-align: right
}

.wrap-left {
    text-align: left
}

@media (max-width: 992px) {
    body {
        margin-top: 81px
    }
    #slider-thumbs .item {
        width: 100%;
        height: auto
    }
    #slider-thumbs iframe {
        height: 450px
    }
}

@media (min-width: 992px) {
    body {
        margin-top: 110px
    }
    #slider-thumbs .carousel-inner {
        height: 500px
    }
    #productSlider {
        height: auto
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    #productSlider {
        height: 550px
    }
    .main-slider {
        height: 430px
    }
    .menu>li>a {
        color: #333;
        text-transform: uppercase;
        font-size: 12px;
        padding: 15px 9px
    }
}

@media (max-width: 768px) {
    video {
        display: none
    }
    .n_title {
        margin-top: 15px
    }
    .map_dist {
        height: 80vh
    }
    .distribuition .btn-custom {
        margin-bottom: 30px
    }
    .product-wrapper img {
        max-height: 100%
    }
    .nav.navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        background-color: #f0f0f0;
        border-top: 1px solid #ddd
    }
    .cat-title {
        font-size: 2.5em
    }
    ul.nav.navbar-nav.footer.menu {
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        border-top: 0;
        padding: 0 15px
    }
    .bg-wrap {
        width: 100%
    }
    .wrap-right,
    .wrap-left {
        text-align: center
    }
    .slider-bg-left,
    .slider-bg-right {
        width: 100%
    }
    .slider-bg-right {
        background: rgba(255, 255, 255, 0.95)
    }
    .slider-bg-left {
        background-position: -25px 0
    }
    .controls-wrapper {
        width: 118px;
        position: absolute;
        bottom: 70px;
        right: 0;
        z-index: 999;
        left: 0;
        margin: auto
    }
    img.main-slid-img {
        width: 100%
    }
    .news-wrapper img {
        margin-bottom: 25px
    }
    .news-wrapper .action-link {
        margin-bottom: 15px
    }
    footer {
        text-align: center
    }
    footer a {
        color: #e7304b !im
    }
    .joper {
        text-align: center
    }
    .thumb-list {
        margin-left: 0px;
        margin-right: 0px;
        background-color: #fff;
        position: relative;
        z-index: 99
    }
    .shape.cat {
        background-repeat: round
    }
    #productSlider,
    #slider-thumbs .item {
        height: auto
    }
    .grid-wrapper {
        position: relative;
        margin-bottom: 15px;
        overflow: hidden;
        height: 215px
    }
}

@media (min-width: 767px) {
    .news-img {
        position: relative;
        height: 180px;
        overflow: hidden;
        margin-bottom: 15px
    }
    .news-img img {
        height: 180px;
        width: 100%;
        object-fit: cover;
        object-position: center left;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    img.main-slid-img {
        width: 50%
    }
}

@media (max-width: 480px) {
    #productSlider,
    #productSlider .item {
        height: auto
    }
    .models-titles {
        font-weight: bold;
        width: 100%;
        border: 1px solid #fff
    }
    .nav>li>a {
        padding: 20px
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        color: #555;
        background-color: #e7304b;
        color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default
    }
    .navbar-brand img {
        height: 20px
    }
    .navbar {
        min-height: 100px
    }
}