/* ===== ADMIN FIX  ===== */
/*
.ep-admin-column {
    min-height: 25px;
}

.ep-admin-column > * > .ep-admin-actions {
    left:0;
    right:200px;
}

.container .row [class*="col-"] > .ep-admin, #navbar .ep-admin:first-child {
    right: 0px !important;
}

.container .ep-admin:first-child {
    right: 150px;
}
*/

.ep-admin-actions {
    position: relative !important;
    text-align: right !important;
}

.ep-admin-actions .glyphicon {
    font-size: inherit !important;
    display: inline-block !important;
}

.ep-admin-actions .btn-default .glyphicon {
    color: #333333;
}

.ep-admin-actions .btn-danger .glyphicon {
    color: #fff;
}

.ep-admin-actions button * {
    font-size: 12px !important;
}

.ep-admin-editable:hover {
    outline: 1px dotted #666 !important;
}

.ep-admin-editable .ep-admin-actions {
    opacity: .2;
}

.ep-admin-editable:hover > .ep-admin-actions {
    opacity: 1;
}

.ep-admin-logged section {
    position: relative;
}

.ep-admin span {
    font-size: 10px;
    text-shadow: initial;
    margin-bottom: 0;
    letter-spacing: initial;
    display: inline-block;
}

.ep-admin span:after,
.ep-admin span:before {
    content: '';
    width: 0;
    border: 0;
}

.ep-admin span.glyphicon {
    vertical-align: top;
    line-height: inherit;
}

body {
    color: #8e8e8e;
}


@font-face {
    font-family: OpenSans-R;
    src: url("../fonts/opensans/Regular/OpenSans-Regular.eot?v=1.1.0");
    src: url("../fonts/opensans/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/opensans/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/opensans/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/opensans/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/opensans/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: OpenSans-B;
    src: url("../fonts/opensans/Bold/OpenSans-Bold.eot?v=1.1.0");
    src: url("../fonts/opensans/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/opensans/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/opensans/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../fonts/opensans/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/opensans/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
    font-weight: bold;
    font-style: normal; 
}
/*@font-face {*/
    /*font-family: OpenSans-R;*/
    /*src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);*/
/*}*/

/*@font-face {*/
    /*font-family: OpenSans-B;*/
    /*src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);*/
/*}*/

@media (min-width: 1360px) {
    .container {
        width: 1330px;
    }
}

body {
    font-family: 'OpenSans-R';
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #b12a30;
}

h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'OpenSans-B';
    color: #a8a8a8;
}


h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


h4 {
    font-size: 14px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 24px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }


    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }
}

/*img {*/
    /*max-width: 100% !important;*/
/*}*/

a, a:hover, a :focus {
    /*color: #000;*/
    color: #b12a30;
    text-decoration: underline;
}

.indent-t60 {
    padding-top: 60px;
}

.no-padding {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

.no-padding #navbar {
    /*margin-left: -15px !important;*/
    /*margin-right: -15px !important;*/
}

.breadcrumb {
    margin: 20px 0 0 0;
    background-color: inherit;
}

.navbar {
    margin-bottom: 0;
}

.navbar-toggle {
    background-color: #b12a30;
    /*margin-right: 25px;*/
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}

header .navbar-collapse {
    margin: 0 !important;
}

header .navbar-nav {
    margin: 0;
}

.navbar-nav ul > .dropdown:after {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    top: 20px;
    right: 5px;
    color: #000;
}

.btn {
    border-radius: 0;
}

.title {
    color: #d1cdca;
    padding-top: 25px;
    padding-bottom: 50px;
    font-weight: bold;
}

.btn-default {
    color: #fff;
    background-color: #b12a30;
    border-color: #b12a30;
    text-decoration: none;
}

.btn-default:hover {
    color: #fff;
    background-color: #9c272a;
    border-color: #9c272a;
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
}

.navbar-brand img {
        height: 30px;
        margin: 60px 0 15px 15px;
}

@media (min-width: 768px) {
    .navbar-brand img {
        margin: 13px 0 12px 15px;
        height: initial;
    }
}

/*@media (min-width: 992px) {*/
    /*.navbar-brand img {*/
        /*margin-left: -15px;*/
    /*}*/
/*}*/

.navbar-header .motto {
    display:none;
    margin-top: 38px;
    color: #929697;
    font-weight: bold;
    font-size: 22px;
}

@media (min-width: 992px) {
    .navbar-header .motto {
        display: inline-block;
        margin-left: 50px;
    }
}

@media (min-width: 1200px) {
    .navbar-header .motto {
        margin-left: 150px;
    }
}

@media (min-width: 1360px) {
    .navbar-header .motto {
        margin-left: 200px;
    }
}

.top-menu {
    display: flex;
    background-color: inherit !important;
    /*margin-right: 15px;*/
}

.top-menu, .flags ul {
    border:0;
}

.top-menu li a {
    padding: 18px;
    background-color: #d1cdca;
    margin-left: 10px;
    color: #fff;
    font-size: 28px;
}

.top-menu li.img-eshop a {
    padding: 0;
}


.top-menu .flags ul {
    padding: 0;
    min-width: 0;
    left:10px;
}

@media (min-width:767px) {
    .top-menu .flags ul {
        min-width: 64px;
    }
}

.top-menu .flags li a {
    margin: 0;
    padding: 10px;
    text-align: center;
}

.top-menu .flags a {
    font-size: 21px;
    padding-bottom: 25px;
}

.top-menu .flags .arrow {
    background: url(../images/arrow-down.png);
    position: absolute;
    bottom: 10px;
    left: 24px;
    width: 18px;
    height:9px;
}

.top-menu li a:hover, .top-menu li a:focus, .top-menu .open > a  {
    background-color: #b12a30 !important;
}

@media (max-width: 767px) {
    .top-menu .open .dropdown-menu {
        position: absolute;
    }

    .top-menu .open .dropdown-menu>li>a {
        padding: 10px;
    }
}

.navi {
    padding: 0;
}

.navi .navbar-nav {
    background-color: #b12a30;
    width: 100%;
}

.navi li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 20px 5px 5px;
    margin: 0 10px 15px;
    font-family: 'OpenSans-B';
}

.navi li li a {
    text-transform: initial;
    font-family: 'OpenSans-R';
    /*font-weight: bold;*/
}

.navi li:not(.product-nav) li a {
    font-size: 18px;
    font-weight: bold;
}

footer ul li a,
.navi li a {
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .navi li a {
        font-size: 12px;
        font-family: 'OpenSans-R';
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navi li a {
        margin-left:0;
        margin-right:0;
    }
}

@media (max-width: 767px) {
    .top-menu .flags a {
        font-size: 14px;
        padding-bottom: 8px;
    }

    .top-menu .flags .arrow {
        display: none;
    }

    .top-menu li a {
        font-size: 14px;
        padding: 8px;
        width: 36px;
        text-align: center;
    }

    .top-menu {
        position: absolute;
        top: 0;
        right: 30px;
    }

    .navbar-toggle {
        top: 45px;
    }

    .img-eshop img {
        height: 36px;
    }
}

@media (max-width: 767px) {
    .navi .nav .dropdown-menu li a {
        color: #000;
    }
}


@media (min-width: 768px) {
.navi .nav .dropdown-menu li a {
    background-color: #db8218;
}
}
.navi .nav li:hover a, .navi .nav:focus li a {
    background-color: #b12a30;
    border-bottom:3px solid #fff !important;
    margin-bottom: 12px;
}

.navi .nav li:hover li a,
.navi .nav:focus li li a {
    background-color: #fedec7;
    border-bottom:3px solid #fff !important;
    margin-bottom: 12px;
}



.navbar-nav li .dropdown-menu,
.top-menu .open .dropdown-menu {
    background-color: #fedec7;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown .dropdown-menu .dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover .dropdown-menu,
.dropdown:hover .dropdown:hover .dropdown-menu {
    display: block;
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0;
        background: #db8218;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .dropdown-menu .dropdown-menu {
        display: block !important;
        background: inherit;
    }

    .product-nav .dropdown-menu {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .navi .dropdown .dropdown-menu {
        display: block;
        position: relative;
        float: none;
        border: 0;
        box-shadow: inherit;
        padding-left: 15px;
    }

    .navi .nav li a, .navi .nav li:hover a, .navi .nav:focus li a {
        border-bottom: 0 !important;
        margin-bottom: 0px;
    }

    .navi li a {
        padding: 10px 5px 10px;
    }
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navi .nav li:hover li a, .navi .nav li li:focus a {
    margin-bottom: 0;
    border-bottom: 0 !important;
    color: #000;
    padding-top: 5px;
}

.form-search {
    margin: 5px 8px;
}

.form-search input {
    width: 152px !important;
}

.owl-nav {
    display: none;
    position: absolute;
    font-size: 50px;
    padding: 0 15px;
    top: calc(50% - 50px);
    left: 0;
    right: 0;
    height: 0;
}

@media (min-width:992px) {
    .owl-nav {
        display: block;
    }
}

.owl-nav .owl-prev {
    float:left;
}

.owl-nav .owl-next {
    float:right;
}

.owl-carousel .text-container {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
    background-color: rgba(255,255,255,.9);
}

.owl-carousel .text-container p {
    font-size: 42px;
    color: #b12a30;
    float:left;
    padding-left: 15px;
    margin: 0
}

.owl-carousel .text-container .btn {
    font-size: 20px;
    padding: 15px 30px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .owl-carousel .text-container p {
        font-size: 20px;
        color: #b12a30;
        margin-top: 5px;
    }

    .owl-carousel .text-container .btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .owl-nav {
        font-size: 30px;
        top: calc(50% - 25px);
    }
}



@media (max-width: 500px) {
    .owl-carousel .text-container p {
        font-size: 14px;
        color: #b12a30;
    }

    .owl-carousel .text-container .btn {
        font-size: 10px;
        padding: 5px 8px;
    }

    .owl-nav {
        left: 15px;
        right: 15px;
        padding:0;
    }

    .owl-carousel .text-container {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
}

.owl-theme .owl-nav [class*=owl-] {
    color: rgba(255,255,255,.85);
    font-size: 50px;
    margin: 5px;
    padding: 4px 7px;
    background: initial;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: initial;
    color: rgba(255,255,255,1);
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(255,255,255,.85);
    width: 15px;
    height: 15px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: rgba(255,255,255,1);
}


/*@media (max-width:1496px) {*/
    /*.owl-carousel .text-container p {*/
        /*font-size: 35px;*/
    /*}*/
/*}*/

/*@media (max-width:1320px) {*/
    /*.owl-carousel .text-container {*/
        /*bottom: 0px;*/
    /*}*/
    /*.owl-carousel .text-container .btn {*/
        /*font-size: 15px;*/
        /*padding: 12px 25px;*/
    /*}*/
/*}*/

/*@media (max-width:1091px) {*/
    /*.owl-carousel .text-container p {*/
        /*font-size: 25px;*/
    /*}*/
    /*.owl-carousel .text-container {*/
        /*bottom: 0px;*/
    /*}*/
    /*.owl-carousel .text-container .btn {*/
        /*font-size: 15px;*/
        /*padding: 8px 25px;*/
    /*}*/
/*}*/

.box p {
    padding: 10px 15px;
    color: #9c9c9c;
    text-align: justify;
    font-size: 14px;
}

.box img {
    margin: 0 auto;
}

.btn-box {
    background-color: #8e8c8d;
}

.box .btn {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 15px;
}

.box .btn i {
    margin-right: 8px;
}

.box {
    border: 1px solid #fff;
}

.box-red:hover {
    border: 1px solid #b02a31;
}

.box-red img{
    border-bottom: 6px solid #b02a31;
}


.box-red a {
    color: #b02a31;
    text-decoration: underline;
    font-weight: bold;
}

.box-red .btn-box:hover {
    background-color: #9a262c;
}

.box-orange:hover {
    border: 1px solid #DD5900;
}

.box-orange img{
    border-bottom: 6px solid #DD5900;
}


.box-orange a {
    color: #DD5900;
    text-decoration: underline;
    font-weight: bold;
}

.box-orange .btn-box:hover {
    background-color: #DD5900;
}



.box-orange-v2:hover {
    border: 1px solid #b12a30;
}

.box-orange-v2 img{
    border-bottom: 6px solid #b12a30;
}


.box-orange-v2 a {
    color: #b12a30;
    text-decoration: underline;
    font-weight: bold;
}

.box-orange-v2 .btn-box:hover {
    background-color: #b12a30;
}

.box-green:hover {
    border: 1px solid #609d40;
}

.box-green img{
    border-bottom: 6px solid #609d40;
}


.box-green a {
    color: #609d40;
    text-decoration: underline;
    font-weight: bold;
}

.box-green .btn-box:hover {
    background-color: #609d40;
}

footer {
    margin-top:45px;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-soci {
    background-color: #8e8c8d;
    border-bottom: 4px solid #b12a30;
    padding: 10px;
}

ul.socials {
    margin: 0;
}

ul.socials i {
    font-size: 48px;
    color: #fff;
}

ul.socials img {
    height: 48px;
}

ul.socials a {
    display: table;
    font-size: 16px;
    color: #fff;
}

ul.socials a span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
}

.footer-navi ul {
    background-color: #4d4c51;
    padding: 10px;
}

.footer-bg {
    background-color: #4d4c51;
    padding: 20px 0;
}

.footer-navi img {
    /*margin: 0 auto;*/
}

@media (max-width: 576px) {
    .footer-navi .footer-text img,
    .footer-navi .footer-text p {
        display: block;
        text-align: center;
        width:100%;
        float: none;
    }
    .footer-navi .footer-text img {
        margin-left: auto;
        margin-right: auto;
    }
}

/*.footer-navi p {*/
    /*margin: 10px 0 0;*/
/*}*/

@media (max-width: 500px) {
    .footer-navi .col-xs-4 {
        width: 100%;
    }
}

/*@media (min-width: 768px) {*/
    /*.footer-navi p {*/
        /*padding-top: 80px;*/
    /*}*/
/*}*/


.footer-navi ul li {
    line-height: 24px;
}

.footer-navi ul li a {
    color: #fff;
}

.rect-orange {
    width:100%;
    height:50px;
    background-color: #b12a30;
}

footer .copyright {
    padding-top:100px;
}


.text-wrapper table {
    margin-top:25px;
    width: 100%;
}

.text-wrapper table td {
    padding: 8px;
}

.text-wrapper table.product-table tr:nth-child(1),
.text-wrapper table.product-table tr:nth-child(3) td:nth-child(1),
.text-wrapper table.product-table tr:nth-child(3) td:nth-child(3),
.text-wrapper table.product-table tr:nth-child(5) {
    background-color: #fedbb5;
}

.text-wrapper table.product-table td {
    border-left: 2px solid #f8931d;
}

.text-wrapper table.product-table td:last-child {
    border-right: 2px solid #f8931d;
}

.contact-item {
    background-color: #fdfcfa;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-item img {
    margin-right: 10px;
}

.contact-item a {
    color: #b12a30;
}



@media (min-width: 993px) {
    #contact-us .row-contact .col-sm-6 {
        width:100% !important;
    }
}


@media (max-width: 992px) {
    #contact-us .col-sm-5, #contact-us .col-sm-7 {
        width: 100%;
    }
}

.eu-map {
    position: absolute;
    top: -20px;
    right: 0;
    height: 300px;
}

@media (max-width: 825px) {
    .eu-map {
        display: none;
    }
}

.modal-content.modal-popup {
    background: none;
    border: 0;
    box-shadow: none;
    text-align: center;
}

.modal-content.modal-popup img {
    max-width: 100%;
}

.modal-content .close {
    opacity: 1;
    background: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #eee;
}

.container {
    background-color: #fff;
}

/* Naseptavac vyhledavani */

.input-group ul {
	width: 206px;
	border: 1px solid #eaeaea;
	position: absolute;
	z-index: 9;
	background: #f3f3f3;
	list-style: none;
}
.input-group ul li {
	padding: 2px;
}
.input-group ul li:hover {
	background: #eaeaea;
}

#word_list_id {
	display: none;
    top: 35px;
    padding: 0;
}

#word_list_id li {
    padding: 5px 8px;
}


#word_list_id li:hover {
    cursor: pointer;
}

.srch ._search {
    left: -260px;
    top: 5px;
    /* right: 0; */
    /* padding-right: 50px; */
    max-width: 260px;
    display: none !important;
}

.srch a {
    padding: 18px 19px;
}

.srch.open ._search {
    display: block !important;
}

.footer-text img {
    float:left;
}

.footer-text p {
    float:left;
    padding-top: 10px;
    padding-left: 15px;
}

@media (min-width:992px) {
    .footer-text p {
        padding-top: 85px;
        padding-left: 40px;
    }
}

@media (min-width:1321px) {
    .footer-text p {
        padding-left: 60px;
    }
}

@media (max-width:767px) {
    .srch ._search {
        right: -96px;
        left: auto;
        top: 37px;
    }
}


@media (max-width:991px) {
    .footer-navi ul {
        padding: 0;
        margin: 0;
    }
}


/************************************/
/***********|| ./SLICKs ||***********/
.slick-arrow {
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
}

.slick-next {
    right: 5px;
}

.slick-prev {
    left: 5px;
}

.slick-dots {
    bottom: 0;
    text-align: right;
    padding: 0 10px 10px 0;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    font-size: 15px;
    color: #fff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-carousel .item {
    height: 320px;
}

.slick-carousel .item h3 {
    text-shadow: 2px 5px #000;
}

.slick-carousel .item p {
    font-size: 18px;
    color: #f8931d;
    float: left;
    /*padding-left: 15px;*/
    margin: 0;
}

.slick-prev:before,
.slick-next:before {
    color: #b12a30;
    font-size: 32px;
}

@media (min-width: 576px) {
    .slick-carousel .item {
        height: 400px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .slick-carousel .item {
        height: 500px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 62px;
    }



    .slick-carousel .item p {
        font-size: 42px;
    }
}

.slick-carousel .item .boxed {
    display: table;
    max-width: 750px;
    margin: 15px auto 50px;
    padding: 15px 25px;
    color: #333;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px;
}

.slick-carousel .item .boxed.left {
    margin-left: 25px;
    margin-right: auto;
    text-align: left;
}

.slick-carousel .item .boxed.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.slick-carousel .item .boxed.right {
    margin-right: 25px;
    margin-left: auto;
    text-align: right;
}

.slick-carousel i {
    display: block;
    position: absolute;
    top: calc(50% - 40px);
    font-size: 80px;
    color: #fff;
    opacity: .5;
    transition: .3s;
}

.slick-carousel .btn-left {
    left: 15px;
    transform: rotate(180deg);
}

.slick-carousel .btn-right {
    right: 15px;
}

.slick-carousel i:hover {
    cursor: pointer;
    opacity: 1;
}


.slick-rotate {
    padding-bottom: 50px;
}

.slick-rotate .item {
    max-width: 100%
}

.slick-rotate .item .boxed {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.slick-rotate .item .text {
    font-size: 22px;
    padding: 20px;
    position: relative;
}

.slick-rotate .item .text:before,
.slick-rotate .item .text:after {

    font-family: 'FontAwesome';
    position: absolute;
    opacity: .35;
}

.slick-rotate .item .text:before {
    content: "\f10d";
    left: 0;
    top: -5px;
}

.slick-rotate .item .text:after {
    content: "\f10e";
    right: 0;
    bottom: -5px;
}

.slick-rotate .item  h4 {
    font-size: 24px;
    color: inherit;
}

.slick-rotate .slick-dots li button:before {
    font-size: 15px;
}

.slick-rotate .slick-dots li button:before,
.slick-rotate .slick-dots li.slick-active button:before {
    font-size: 15px;
    color: #adadad;
}

.slick-rotate .item .author {
    font-style: italic;
}

.slick-button {
    /*float: right;*/
    /*margin-top: 17px;*/
    /*margin-left: 30px;*/
}

.boxed p + .slick-button {
    float: right;
    margin-top: 17px;
    margin-left: 30px;
}



.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper-top {
    transform: translateY(0%);
    position: relative;
    top: 0;
}

.wrapper-middle {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.wrapper-bottom {
    position: absolute;
    bottom: 0;
}

.banner .item {
    margin-left: -15px;
    margin-right: -15px;
}

.banner a.item {
    display: block;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.mt--10 {
    margin-top: -10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.form-subs {
    margin-top: 10px;
}

@media (max-width: 991px) {

    .form-subs {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .form-subs .btn {
        width: 100%;
        margin: 5px 0 0 !important;
        display: block;
    }
}

.form-subs label {
    margin-right: 7px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.form-subs .form-control {
    border-radius: 0;
}

.form-subs .btn {
    background-color: #4d4c51;
    border-color: #4d4c51;
    margin-left: -4px;
    margin-top: 1px;

}

@media (min-width: 768px) {
    .navbar-nav {
        position: relative;
    }
}

.navbar-nav>li.product-nav {
    position: initial;
}

.navbar-nav>li.product-nav.ep-admin-editable:hover > ul {
    position: absolute;
    top: 82px;
}

.product-nav:hover .dropdown-menu {
    width: 100%;
    /*background-color: rgba(230,230,230,.85);    */
    background-color: #fedec7;
    color: #000;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.product-nav:hover .dropdown-menu {
    display: table;
    padding: 25px;
}

.product-nav .dropdown-menu .nav-col {
    display: table-cell;
    width: 20%;
}

.product-nav .dropdown-menu .nav-col ul {
    padding: 0;
    list-style: none;
}

.navi .nav .product-nav .nav-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.navi .nav .product-nav .dropdown-menu li a {
    color: #000;
    display: block;
    background-color: inherit !important;
    padding: 2px 0;
    font-family: 'OpenSans-R';
    text-transform: inherit;
    margin: 0;
}

.navi .nav .product-nav .dropdown-menu li a:hover {
    text-decoration: underline;
}

.item {
    position: relative;
}

a.item {
    display: block;
    text-decoration: none;
}

.product-list .item {
    padding: 15px;
    color: #000;
    text-align: center;
    position: relative;
}

.product-list .item:hover {
    box-shadow: inset 0 0 20px 5px #eee;
}

.product-list .cartlink {
    background: #b12a30;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.product-list .item:hover .cartlink {
    display: block;
}

.product-list .cartlink img {
    width: 56px;
}

.product-list .item img {
    margin: 0 auto;
}


.product-list .item h3 {
    font-size: 16px;
    color: #a8a8a8;
    height: 51px;
}

.product-item .price {
    color: #b12a30;
    font-size: 38px;
    font-weight: bold;
    margin-right: 25px;
    line-height: 46px;
}

.gallery-nav {
    margin-top: 25px;
}

.gallery-nav span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.gallery-nav .item {
    padding: 3px;
}

.slick-slide {
    outline: none !important;
}

.gallery-nav .item:hover {
    cursor: pointer;
}

.gallery-nav .slick-list {
    text-align: center;
}
.gallery-nav .slick-track {
    display: inline-block;
}

.gallery-nav .slick-track,
.gallery-nav .slick-track .item  {
    width: initial !important;
    transform: initial !important;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.nav-tabs {
    border-bottom: 0;
}



.nav-tabs>li:last-child>a {
    margin-right: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #8f8c8e;
    border: 0;
}


.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    background-color: #8f8c8e;
}

.nav-tabs>li {
    width: 100%;
}
.nav-tabs>li>a {
    border-radius: 0;
    background-color: #bdbbbd;
    color: #fff;
    text-decoration: none;
    border: 0;
    margin-right: 0;
}

@media (min-width:576px) {
    .nav-tabs>li {
        width: initial;
    }
    .nav-tabs>li>a {
        border-radius: 0;
        background-color: #bdbbbd;
        color: #fff;
        text-decoration: none;
        border: 0;
        margin-right: 10px;
    }
}


@media (min-width: 768px) {
    .nav-tabs {
        display: table;
        width: 100%;
    }

    .nav-tabs>li {
         float: left;
        display: table-cell;
        width: 20%;
    }
}

.title-box {
    background-color: #bdbbbd;
    color: #fff;
    padding: 8px 15px;
    margin: 15px 0;
    font-weight: bold;
}

.mb--30 {
    margin-bottom: -30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.p-r75 {
    padding-right: 75px;
}

@media (max-width: 991px) {
    .slick-top-product .p-r75 {
        padding-right: 0;
    }
}

.project-compress {
    max-width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.foobanners {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gallery .item {
    padding: 15px;
}

.gallery .item img {
    margin-left: auto;
    margin-right: auto;
}

.gallery .zoom {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    transition: .5s;
}

.gallery .zoom i {
    position: absolute;
    transform: translateY(-50%);
    text-align: center;
    top: 50%;
    width: 100%;
    opacity: 0;
    color: #fff;
    font-size: 48px;
    transition: .5s;
}

.gallery a:hover .zoom {
    background-color: rgba(0,0,0,.5);
}

.gallery a:hover .zoom i {
    opacity: 1;
}

.nav-tabs>li>a {
    font-weight: bold
}

.slick-slider .slick-track {
    overflow: hidden;
}
.form-subs-detail .form-control {
    border-radius: 0;
    border: 0;
    box-shadow: 3px 2px 0 #7d7d7d;
}

.form-control:focus {
    box-shadow: 3px 2px 3px #7d7d7d;
}

.btn-app {
    background-color: #b12a30;
    color: #fff;
}

a.btn-app {
    text-decoration: none;
}

@media (min-width: 768px) {
    .btn-lg {
        padding: 10px 35px;
    }
}

.btn-newsletter {
    text-align: center;
}

.btn-newsletter big {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
}

.btn-newsletter span {
    display: block;
}

.wrapper-nl {
    padding: 30px 0;
    text-align: center;
}

.wrapper-nl .btn {
    margin: 45px 0;
}

.wrapper-nl .bigger {
    font-weight: bold;
    font-size: 1.8rem;
}

[name="fname"] {
    display: none;
}

.tab-content {
    padding: 30px 0;
}

@media (max-width: 1199px) {
.sport-list {
    padding-top: 30px;
    padding-bottom: 30px;
}
}

.sport-list img {
    margin: 0 3px;
}

@media (max-width: 576px) {
    .sport-list img {
        height: 25px;
    }
}

@media (max-width: 992px) {
    .slick-top-product .item {
        padding: 0 45px;
    }
}

.slick-top-product .btn {
    margin-left: auto;
    display: table;
    background-color: #bdbbbd;
    border-color: #bdbbbd;
}

.fw-normal {
    font-weight: normal;
}

.pt-8 {
    margin-top: 8px;
}