.search {
    
}
.search__tabs {
    position: relative;
    padding-right: 19px;
    padding-left: 19px;
    background-color: #fff;
}
@media (min-width: 321px) {
    .search__tabs {
        padding-left: 34px;
        padding-right: 34px;
    }
}
.search__tabs::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    content: " ";
    height: 2px;
    background-color: #eeeeee;
}
.search__tabs ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.search__tab {
    float: left;
    margin-right: 40px;
}
.search__tab:last-child {
    margin-right: 0px;
}
.search__tab a {
    height: 71px;
    line-height: 71px;
    font-weight: 700;
    font-size: 16px;
    padding-left: 32px;
    color: #888888;
    text-decoration: none;
    display: block;
    position: relative;
}
.search__tab .svg-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    fill: #888888;
}
.search__tab--filter .svg-icon {
    width: 22px;
    height: 24px;
}
.search__tab--map .svg-icon {
    width: 24px;
    height: 23px;
}
.search__tab a:hover,
.search__tab.active a {
    color: #4ab0d8;
}
.search__tab a:hover .svg-icon,
.search__tab.active .svg-icon {
    fill: #4ab0d8;
}
.search__tab a::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    content: " ";
    height: 2px;
    background-color: #eeeeee;
}
.search__tab a:hover::after,
.search__tab.active a::after {
    background-color: #4ab0d8;
}
.search__tab--filter {
    
}
.search__tab--map {
    
}
.search__contents {
    padding: 28px 19px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 321px) {
    .search__contents {
        padding-left: 34px;
        padding-right: 34px;
    }
}
@media (min-width: 769px) {
    .search__contents {
        padding: 30px 39px;
    }
}
.search__content {
    
}
.search__content--filter {
    
}
.search__content--map {
    
}
.search__content form {
    padding: 0px;
    margin: 0px;
}
.search__content .checkbox label {
    color: #888888;
    font-size: 14px;
}
.search__content .form-horizontal .control-label {
    color: #888888;
    font-size: 14px;
    text-align: left;
    padding-top: 12px;
}
.search__content .form-group {
    margin-bottom: 10px;
}
.search__content .select-wrapper {
    position: relative;
    background-color: #eee;
    /*background-color: #fff;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.search__content .select-wrapper::before {
    content: "\f0d7";
    display: block;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #7f7f7f;
    z-index: 1;
}
.search__content .form-control {
    background-color: transparent;
    border-color: transparent;
    padding: 6px 20px;
    height: 40px;
    font-weight: 600;
    color: #666666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    line-height: 26px;
}
.search__content .form-control::-ms-expand {
    display: none;
}
.banners {
    
}
.banners__item {
    position: relative;
}
.banner__info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.banner__title {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 22px;
}
.offers {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 51px;
}
.offers__title {
    padding-top: 58px;
    padding-bottom: 22px;
}
@media (min-width: 321px) {
    .offers__title {
        padding-top: 55px;
        padding-bottom: 42px;
    }
}
.offers__title h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin: 0px;
    font-family: 'Domine', sans-serif;
    text-transform: uppercase;
    color: #666666;
}
.offers__tabs {
    margin-bottom: 15px;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
}
@media (min-width: 321px) {
    .offers__tabs {
        margin-bottom: 25px;
        padding: 0px;
    }
}
.offers__tabs::before {
    width: 3px;
    height: 100%;
    background-color: #eeeeee;
    position: absolute;
    content: " ";
    left: 0px;
    top: 0px;
    display: block;
    z-index: 1;
}
@media (min-width: 321px) {
    .offers__tabs::before {
        height: 2px;
        width: 100%;
        bottom: 0px;
        top: auto;
    }
}
.offers__tabs ul {
    padding: 0px;
    margin: 0px;
}
@media (min-width: 321px) {
    .offers__tabs ul {
        text-align: center;
        display: flex;
    }
}
.offers__tabs li {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 3px;
}
@media (min-width: 321px) {
    .offers__tabs li {
        flex-basis: 100%;
        margin-bottom: 0px;
    }
}
.offers__tabs li:last-child {
    margin-bottom: 0px;
}
.offers__tabs span {
    font-size: 16px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    color: #888888;
    display: block;
    padding-left: 19px;
    border-left: 3px solid transparent;
}
@media (min-width: 321px) {
    .offers__tabs span {
        height: 50px;
        padding-left: 0px;
        line-height: 50px;
        border-left: none; 
        border-bottom: 3px solid transparent;
    }
}
@media (min-width: 469px) {
    .offers__tabs span {
        height: 52px;
        line-height: 52px;
        font-size: 19px;
    }
}
.offers__tabs .active span {
    color: #4ab0d8;
}
.offers__tabs .active span {
    border-left: 3px solid #4ab0d8;
}
@media (min-width: 321px) {
    .offers__tabs .active span {
        border-left: none;
        border-bottom: 3px solid #4ab0d8;
    }
}
.offers__contents {
    
}
.offer__content {
    
}
.offers .owl-carousel .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 25px;
}
.offers__carousel {
    position: relative;
}
@media (min-width: 321px) {
    .offers__carousel {
        max-width: 290px;
        margin: 0 auto;
    }
}
@media (min-width: 469px) {
    .offers__carousel {
        max-width: 612px;
        margin: 0 auto;
    }
}
@media (min-width: 769px) {
    .offers__carousel {
        max-width: 100%;
    }
}
.offers__item {
    text-align: center;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}
.offers__item:hover .item-sm {
    z-index: 10;
}
.offers__carousel .dots {
    text-align: center;
    padding-top: 24px;
    line-height: 0px;
    font-size: 0px;
}
@media (min-width: 448px) {
    .offers__carousel .dots {
        display: none;
    }
}
.offers__carousel .owl-dot {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.offers__carousel .owl-dot:last-child {
    margin-right: 0px;
}
.offers__carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #dddddd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.offers__carousel .owl-dot.active span {
    background-color: #4ab0d8;
}
.offers__carousel .prev,
.offers__carousel .next {
    z-index: 2;
    position: absolute;
    width: 31px;
    height: 31px;
    background-color: transparent;
    top: 50%;
    margin-top: -15.5px;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    display: none;
}
@media (min-width: 448px) {
    .offers__carousel .prev,
    .offers__carousel .next {
        display: block;
    }
}
.offers__carousel .prev .svg-icon,
.offers__carousel .next .svg-icon {
    width: 21px;
    height: 12px;
    position: relative;
    z-index: 2;
    fill: #6b6258;
}
.offers__carousel .prev:hover .svg-icon,
.offers__carousel .next:hover .svg-icon {
    fill: #000;
}
.offers__carousel .prev::before,
.offers__carousel .next::before {
    width: 100%;
    height: 100%;
    display: block;
    content: " ";
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
}
.offers__carousel .prev {
    left: -50px;
}
.offers__carousel .next {
    right: -50px;
}
.offers__carousel .prev:hover,
.offers__carousel .next:hover,
.offers__carousel .prev:active,
.offers__carousel .next:active,
.offers__carousel .prev:focus,
.offers__carousel .next:focus {
    
}
.blog {
    background-color: #f1f1f1;
    padding-top: 55px;
    padding-bottom: 55px;
}
@media (min-width: 769px) {
    .blog {
        padding-top: 47px;
        padding-bottom: 41px;
    }
}
.blog__title {
    padding-bottom: 50px;
}
@media (min-width: 769px) {
    .blog__title {
        padding-bottom: 33px;
    }
}
.blog__title h2 {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666666;
    font-family: 'Domine', sans-serif;
}
@media (min-width: 769px) {
    .blog__title h2 {
        text-align: right;
        float: left;
    }
}
.blog__title a {
    float: right;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-right: 31px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666666;
    text-decoration: none;
}
.blog__title .svg-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    fill: #666666;
    width: 21px;
    height: 12px;
}
.blog__title a:hover {
    color: #000;
}
.blog__title a:hover .svg-icon {
    fill: #000;
}
.blog__content {
    
}
@media (min-width: 469px) {
    .blog__content {
        max-width: 610px;
        margin: 0 auto;
    }
}
@media (min-width: 769px) {
    .blog__content {
        max-width: 100%;
    }
}
.blog .owl-carousel .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 25px;
}
.blog__carousel {
    position: relative;
}
.blog__item {
    text-align: center;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.blog__item:last-child {
    margin-bottom: 0px;
}
.blog__item:hover .box-sm {
    z-index: 10;
}
.blog__carousel .prev,
.blog__carousel .next {
    z-index: 2;
    position: absolute;
    display: block;
    width: 31px;
    height: 31px;
    background-color: transparent;
    top: 50%;
    margin-top: -15.5px;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    display: none;
}
.blog__carousel .prev .svg-icon,
.blog__carousel .next .svg-icon {
    width: 21px;
    height: 12px;
    position: relative;
    z-index: 2;
    fill: #6b6258;
}
.blog__carousel .prev:hover .svg-icon,
.blog__carousel .next:hover .svg-icon {
    fill: #000;
}
.blog__carousel .prev::before,
.blog__carousel .next::before {
    width: 100%;
    height: 100%;
    display: block;
    content: " ";
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
}
.blog__carousel .prev {
    left: -50px;
}
.blog__carousel .next {
    right: -50px;
}
.blog__carousel .prev:hover,
.blog__carousel .next:hover,
.blog__carousel .prev:active,
.blog__carousel .next:active,
.blog__carousel .prev:focus,
.blog__carousel .next:focus {
    
}
@media (min-width: 1270px) {
    .blog__carousel .prev,
    .blog__carousel .next {
        display: block;
    }
}
.blog__action {
    padding-top: 59px;
    text-align: center;
}
.blog__action a {
    display: inline-block;
    position: relative;
    padding-right: 31px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666666;
    text-decoration: none;
}
.blog__action .svg-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    fill: #666666;
    width: 21px;
    height: 12px;
}
.blog__action a:hover {
    color: #000;
}
.blog__action a:hover .svg-icon {
    fill: #000;
}

.banner__item{max-height: 400px;}

.cms_content{padding: 30px 0;max-width: 100%}


@media (max-width: 1220px) {
    .navs .prev,.navs .next{display: none;}
}


.item__labels {
    position: absolute;
    top: 15px;
    left: 0px;
}

/* povodne krajsie
.item__labels .label {
    margin-bottom: 5px;
    line-height: 20px;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}*/
.item__labels .label {
    margin: 0 0 7px 7px;
    line-height: 20px;
    height: 20px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.item__labels .label:nth-child(1){
    background-color: #adc330;
}
.item__labels .label:nth-child(2){
    background-color: #4ab0d8;
}
.item__labels .label:nth-child(3){
    background-color: #d02e2f;
}
.item__labels .label:nth-child(4){
    background-color: #adc330;
}
.item__labels .label:nth-child(5){
    background-color: #4ab0d8;
}
.item__labels .label:nth-child(6){
    background-color: #d02e2f;
}

.owl-dots {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.owl-dots .owl-dot{
    margin: 5px 3px 0;
    padding: 5px;
    display: inline-block;
}
.owl-dots .owl-dot span{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 12px;height: 12px;background-color: #fff;
    display: block;
}
.owl-dots .owl-dot.active span{
    background-color: #4ab0d8;
}