/* ===== 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;
}


@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 {
    margin-top: 5px;
    margin-bottom: 35px;
    font-family: 'OpenSans-B';
}

/*img {*/
    /*max-width: 100% !important;*/
/*}*/

a, a:hover, a :focus {
    /*color: #000;*/
    color: #E28C05;
    text-decoration: underline;
}

.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: #E28C05;
    /*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: #9d5805;
}

.btn {
    border-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #E28C05;
}

.title {
    color: #d1cdca;
    padding-top: 25px;
    padding-bottom: 50px;
    font-weight: bold;
}

.btn-default {
    color: #fff;
    background-color: #E28C05;
    border-color: #E28C05;
}

.btn-default:hover {
    color: #fff;
    background-color: #ed8a1d;
    border-color: #ed8a1d;
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
}

.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: 64px;
    left:10px;
}

.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: #E28C05 !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: #E28C05;
    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';
}

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;
    }

    .top-menu {
        position: absolute;
        top: 0;
        right: 30px;
    }

    .navbar-toggle {
        top: 45px;
    }

    .img-eshop img {
        height: 36px;
    }
}


.navi .nav .dropdown-menu li a {
    background-color: #db8218 !important;
}
.navi .nav li:hover a, .navi .nav:focus li a {
    background-color: #E28C05;
    border-bottom:3px solid #fff !important;
    margin-bottom: 7px;
}



.navbar-nav>li>.dropdown-menu,
.top-menu .open .dropdown-menu {
    background-color: #db8218;
    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;
    }
}

@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: #fff;
}

.form-search {
    margin: 5px 8px;
}

.form-search input {
    width: 152px !important;
}

.owl-nav {
    position: absolute;
    font-size: 50px;
    padding: 0 45px;
    top: calc(50% - 50px);
    left: 0;
    right: 0;
    height: 0;
}

.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: #E28C05;
    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: #E28C05;
        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: #E28C05;
    }

    .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;
    }
}


/*@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 #E28C05;
}

.box-orange-v2 img{
    border-bottom: 6px solid #E28C05;
}


.box-orange-v2 a {
    color: #E28C05;
    text-decoration: underline;
    font-weight: bold;
}

.box-orange-v2 .btn-box:hover {
    background-color: #E28C05;
}

.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 #E28C05;
    padding: 10px;
}

ul.socials {
    margin: 0;
}

ul.socials i {
    font-size: 48px;
    color: #fff;
}

.footer-navi ul {
    background-color: #4d4c51;
    padding: 10px;
}

.footer-bg {
    background-color: #4d4c51;
    padding: 20px 0;
}

.footer-navi img {
    /*margin: 0 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: #E28C05;
}

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: #E28C05;
}



@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.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;
    }
}
