@import url(grid.css);
@import url(jqcloud.min.css);
@import url(slick.css);
@import url(jquery.fancybox-1.3.4.css);
@import url(icons.css);

@font-face {
    font-family: 'Ubuntu Condensed';
    src: url('fonts/ubuntu-c-webfont.eot');
    src: url('fonts/ubuntu-c-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-c-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-c-webfont.woff') format('woff'),
         url('fonts/ubuntu-c-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-b-webfont.eot');
    src: url('fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-b-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-b-webfont.woff') format('woff'),
         url('fonts/ubuntu-b-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-bi-webfont.eot');
    src: url('fonts/ubuntu-bi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-bi-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-bi-webfont.woff') format('woff'),
         url('fonts/ubuntu-bi-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;

}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-m-webfont.eot');
    src: url('fonts/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-m-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-m-webfont.woff') format('woff'),
         url('fonts/ubuntu-m-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-mi-webfont.eot');
    src: url('fonts/ubuntu-mi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-mi-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-mi-webfont.woff') format('woff'),
         url('fonts/ubuntu-mi-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;

}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-r-webfont.eot');
    src: url('fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-r-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-r-webfont.woff') format('woff'),
         url('fonts/ubuntu-r-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-ri-webfont.eot');
    src: url('fonts/ubuntu-ri-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-ri-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-ri-webfont.woff') format('woff'),
         url('fonts/ubuntu-ri-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}
/*
Light - Texty
font-family: "Gotham SSm A", "Gotham SSm B";
font-style: normal;
font-weight: 300;

Book - Podnadpisy
font-family: "Gotham SSm A", "Gotham SSm B";
font-style: normal;
font-weight: 400;

Bold - Nadpisy
font-family: "Gotham SSm A", "Gotham SSm B";
font-style: normal;
font-weight: 700;
*/

body {
    background: #f7f7f7;
    line-height: 1.6;
    margin: 0 0;
    padding: 0 0;
}
a img {
    border: none;
}
body,
input,
textarea,
select {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 16px;
}

img {
    height: auto;
    max-width: 100%;
}

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

.wb-title--h1 {
    color: #383838;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    margin: 30px 0;
    text-transform: uppercase;
}
.wb-title--h1:first-child {
    margin-top: 0;
}
.wb-title--h2 {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    margin: 30px 0;
}
.wb-logo--main {
    display: block;
}


.wb-text--right {
    text-align: right;
}
.wb-text--center {
    text-align: center;
}



.wb-button {
    background: #48b9b2;
    border: none;
    border-radius: 21px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    min-width: 180px;
    margin: 0 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease-out;
}
.wb-cloudTag-form .wb-button {
    border-radius: 0 21px 21px 0;
}
.wb-cloudTag-form .wb-input {
    border-radius: 21px 0 0 21px;
}
.wb-button:hover {
    background: #3a8883;
}
.wb-button.wb-icon--positionRight:after {
    margin-left: 10px;
}
.wb-button--pagination {
    position: relative;
}
.wb-button--pagination:after {
    border-top: 9px solid #48b9b2;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: 100%;
    transition: border 0.2s ease-out;
    width: 0;
}
.wb-button--pagination:hover:after {
    border-top-color: #3a8883;
}



.wb-paragraph {
    margin: 16px 0;
}


.wb-list {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}

.wb-list--menu {
    margin: 0 0;
}
.wb-list--menu .wb-list-item {
    color: #d0d0d0;
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    text-transform: lowercase;
}
.wb-list--menu .wb-list-item:first-child {
    padding-left: 0;
}
.wb-list--menu .wb-list-item:last-child {
    padding-right: 0;
}
.wb-list--menu a {
    color: #48b9b2;
    display: inline-block;
    text-decoration: none;
    padding: 5px 25px;
}
.wb-list--menu a:hover {
    background-color: #fff;
    border-radius: 20px;    
}


.wb-list--mainMenu {
    float: right;
}
.wb-list--mainMenu:after {
    clear: both;
    content: "";
    display: block;
}
.wb-list--mainMenu .wb-list-item {
    border: none;
    float: left;
    padding: 0 0;
    position: relative;
}
.wb-list--mainMenu .wb-list-item + .wb-list-item {
    border: none;
}
/*
.wb-list--mainMenu .wb-list-item + .wb-list-item:before {
    background: #d0d0d0;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 1px;
}*/
.wb-list--mainMenu .wb-list-item + .wb-active:before,
.wb-list--mainMenu .wb-list-item + .wb-list-item:hover:before {
    display: none;
}
.wb-list--mainMenu .wb-list-item > a {
    color: #383838;
    display: block;
    padding: 10px 20px;
    position: relative;
}
.wb-list--mainMenu .wb-list-item > a:hover {
    text-decoration: none;
}
.wb-list--mainMenu .wb-list-item:hover + .wb-list-item:before,
.wb-list--mainMenu .wb-list-item.wb-active + .wb-list-item:before {
    display: none;
}
.wb-list--mainMenu .wb-list-item > a:hover,
.wb-list--mainMenu .wb-list-item.wb-active > a,
.wb-list--mainMenu .wb-list-item:hover > a {
    background: #48b9b2;
    color: #fff;
    border-radius: 24px;
}
/*
.wb-list--mainMenu .wb-list-item > a:hover:after,
.wb-list--mainMenu .wb-list-item:hover > a:after,
.wb-list--mainMenu .wb-list-item.wb-active > a:after {
    border-top: 9px solid rgba(72, 185, 178, 0.85);
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: 100%;
    width: 0;
}
*/
.wb-list--mainMenu .wb-list-item ul {
    background: #fff;
    display: none;
    left: 0;
    list-style: none;
    margin: 0 0;
    padding: 10px 0 0 0;
    position: absolute;
    top: 100%;
}
.wb-list--mainMenu .wb-list-item:hover ul {
    display: block;
}
.wb-list--mainMenu .wb-list-item:hover > a {
    position: relative;
    z-index: 10;
}
.wb-list--mainMenu .wb-list-item ul a {
    color: #383838;
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
}
.wb-list--mainMenu .wb-list-item ul a:hover,
.wb-list--mainMenu .wb-list-item ul li.wb-active a {
    color: #48b9b2;
}
.wb-list--mainMenu .wb-list-item ul a:hover:after,
.wb-list--mainMenu .wb-list-item ul li.wb-active a:after {
    display: none;
}


.wb-list--social,
.wb-list--social .wb-list-item {
    display: inline-block;
    vertical-align: middle;
}
.wb-list--social .wb-list-item + .wb-list-item {
    margin-left: 10px;
}
.wb-list--social .wb-list-item .wb-icon {
    color: #fff;
    display: block;
    height: 32px;
    overflow: hidden;
    position: relative;
    text-indent: 900px;
    text-decoration: none;
    transition: color 0.2s ease-out;
    white-space: nowrap;
    width: 32px;
}
.wb-list--social .wb-list-item .wb-icon:before {
    font-size: 30px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 32px;
}
.wb-list--social a.wb-icon:hover {
    color: #48b9b2;
}
.wb-list-note {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 20px 0 0;
    vertical-align: middle;
}


.wb-list--centeredWithSocial {
    padding-top: 0px;
}
.wb-title + .wb-list--aditionalInfo {
    margin-top: -10px;
}
.wb-list--aditionalInfo {
    margin: 25px 0;
}
.wb-listWrapper {
    margin-top: 15px;
}


.wb-pageSection {
    padding: 15px 0;
}
.wb-pageSection--morePadding {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.wb-pageSection--morePaddingBottom {
    padding: 0 0 40px 0;
    position: relative;
    z-index: 1;
}
.wb-pageSection--teaser {
    padding: 0 0;
    position: relative;
    text-align: center;
    z-index: 0;
    overflow: hidden;
}

.wb-pageSectionArticle--teaser {
    background: no-repeat center center;
    background-size: cover;
    min-height: 560px;
    position: relative;
    text-align: center;
    z-index: 0;
}


wb-pageSection--teaser img {
    display: block;
}
.wb-pageSection + .wb-pageSection {
    border-top: 1px solid #d0d0d0;
}
.wb-pageSection + .wb-pageSection--dark,
.wb-pageSection + .wb-pageSection--teaser,
.wb-pageSection--dark + .wb-pageSection {
    border-top: none;
}

.wb-pageSection--dark {
    background: #292929 url("../images/pozadi-dark.jpg") repeat left top;
    background-attachment: fixed;
    color: #fff;
}
.wb-pageSection--dark .wb-list--menu .wb-list-item {
    color: #6f6f6f;
}
.wb-pageSection--dark .wb-list--menu .wb-list-item a {
    color: #fff;
}
.wb-pageSection--dark .wb-list--menu .wb-list-item:hover a {
    color: #292929;
}
.wb-pageSection--header {
    padding: 5px 0;
}
.wb-header-menu {
    position: relative;
    z-index: 10;
}

.wb-list--photogallery {
    margin: 0 -10px;
}
.wb-list--photogallery:after {
    clear: both;
    content: "";
    display: block;
}
.wb-list--photogallery .wb-list-item {
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px;
    width: 25%;
}
.wb-list--photogallery .wb-list-anchor {
    background: #999;
    border: 1px solid #48b9b2;
    display: block;
    overflow: hidden;
    padding-top: 66.5%;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.wb-list--photogallery img {
    bottom: -900px;
    height: auto;
    margin: auto auto;
    width: 100%;
    left: -900px;
    opacity: 1;
    position: absolute;
    right: -900px;
    top: -900px;
}

.wb-box {
    background: rgba(72, 185, 178, 0.85);
    color: #fff;
    padding: 10px 15px;
    position: relative;
    text-align: center;
}
.wb-box:after {
    border-top: 9px solid rgba(72, 185, 178, 0.85);
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: 100%;
    width: 0;
}
.wb-box .wb-title {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0;
}
.wb-box .wb-paragraph {
    margin: 0 0;
}
.wb-pageSection--teaser .wb-box {
    display: inline-block;
    max-width: 1200px;
    vertical-align: bottom;
    white-space: normal;
    width: 80%;
}
.wb-pageSection--teaser .grid-col {
    white-space: nowrap;
}
.wb-pageSection--teaser .grid-col {
    position: relative;
}
.wb-teaserContent {
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 45px;
    position: absolute;
    top: 0;
    width: 100%;
}
.wb-teaserContent:before,
.wb-teaserContent:after {
    content: " ";
    display: inline-block;
    height: 100%;
    overflow: hidden;
    vertical-align: bottom;
    width: 1px;
}


.wb-articles {
    clear: both;
}
.wb-articles:after {
    content: "";
    display: block;
    clear: both;
}
.wb-articleItem {
    background: #fff;
    color: #383838;
    display: block;
    margin: 15px 0;
    padding: 10px 15px;
    text-decoration: none;
}
.wb-articleItem:hover {
    box-shadow: rgba(59,59,59, 0.18) 0 0 18px;
}
.wb-articleItem-header {
    color: #acacac;
}
.wb-articleItem-header + .wb-articleItem-image {
    margin-top: 10px;
}
.wb-articleItem-date {
    float: left;
}
.wb-articleItem-author {
    float: right;
}
.wb-articleItem-image {
    margin: 0 -15px;
    position: relative;
}
.wb-articleItem-image .wb-icon {
    background: #fff;
    bottom: 10px;
    height: 42px;
    left: 10px;
    position: absolute;
    overflow: hidden;
    text-indent: 900px;
    width: 42px;
    white-space: nowrap;
}
.wb-articleItem-image .wb-icon:before {
    bottom: 0;
    font-size: 24px;
    left: 0;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
}
.wb-articleItem-image img {
    display: block;
    width: 100%;
}
.wb-articleItem-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
    margin: 16px 0;
}
.wb-articleItem-header:after {
    clear: both;
    content: "";
    display: block;
}
.wb-articleItem--titleOver {
    padding-bottom: 0;
}
.wb-articleItem--titleOver .wb-articleItem-title {
    background: rgba(255,255,255, 0.7);
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}
.wb-articleItem--titleOver .wb-articleItem-titleWrapper {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 15px 15px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 100%;
}
.wb-articleItem--titleOver .wb-articleItem-titleWrapper:before,
.wb-articleItem--titleOver .wb-articleItem-titleWrapper:after {
    display: inline-block;
    content: " ";
    height: 100%;
    overflow: hidden;
    vertical-align: middle;
    width: 1px;
}

.wb-articleItem--scaledContent {
    overflow: hidden;
    padding: 0 0;
    text-align: center;
}
.wb-articleItem--scaledContent .wb-articleItem-image {
    margin: 0 0;
}
.wb-articleItem--scaledContent .wb-articleItem-content {
    background: #000;
    color: #fff;
    padding: 0 15px 25px 15px;
    position: relative;
}
.wb-articleItem--scaledContent .wb-articleItem-title {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: normal;
    margin: 0 0 20px 0;
}
.wb-articleItem--scaledContent .wb-articleItem-title,
.wb-articleItem--scaledContent .wb-button {
    position: relative;
    text-transform: uppercase;
    z-index: 5;
}
.wb-articleItem--scaledContent .wb-articleItem-content:before {
    background: #000;
    content: "";
    display: block;
    height: 110px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(-10deg) scale(2,2);
    width: 100%;
}
.wb-articleItem--action .wb-articleItem-image {
    margin-top: -10px;
}
.wb-articleItem--action .wb-articleItem-title {
    color: #acacac;
}
.wb-articleItem--action .wb-articleItem-title time {
    color: #383838;
}

.wb-articleItem--park .wb-articleItem-image {
    margin-top: -10px;
}
.wb-articleItem--park .wb-articleItem-title {
    font-size: 20px;
    margin-bottom: 0;
}
.wb-articleItem--park .wb-paragraph {
    margin-top: 0;
}


.wb-input {
    background: #f1f1f1;
    border: 1px solid #e4e4e4;
    padding: 10px 16px 9px 16px;
}

.wb-form--search {
    width: 100%;
}
.wb-form--search:after {
    clear: both;
    content: "";
    display: block;
}
.wb-form--search .wb-input {
    box-sizing: border-box;
    float: left;
    width: 60%;
}
.wb-form--search .wb-button {
    box-sizing: border-box;
    float: left;
    min-width: 0;
    width: 40%;
}


.wb-copyright {
    color: #acacac;
}


.wb-socialPlugin {
    margin: 25px 0;
}


.wb-cloudTag {
    height: 300px;
}


.wb-articleItem--action.slick-slide {
    margin: 10px 15px;
    outline: none;
}
.wb-carousel {
    margin: 0 -15px;
}
.js-carouselParent {
    position: relative;
}
.wb-carousel .slick-arrow {
    background: url("../images/carousel-arrows.png") no-repeat left top;
    cursor: pointer;
    display: block;
    height: 64px;
    margin-top: -32px;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    width: 32px;
}
.wb-carousel .slick-arrow:hover {
    opacity: 0.6;
}
.wb-carousel .slick-prev {
    margin-right: 40px;
    right: 100%;
}
.wb-carousel .slick-next {
    background-position: right top;
    left: 100%;
    margin-left: 40px;
}
.wb-carousel .slick-disabled,
.wb-carousel .slick-disabled:hover {
    cursor: default;
    opacity: 0.1;
}


.wb-carousel .wb-articleItem--action .wb-articleItem-title {
    color: #383838;
    font-size: 20px;
}
.wb-carousel .wb-articleItem--action .wb-articleItem-title time {
    color: #acacac;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}

.wb-carousel-position {
    background: #fff;
    bottom: 10px;
    color: #b5b5b5;
    display: none;
    font-weight: 700;
    height: 44px;
    left: 10px;
    margin: 0 0;
    position: absolute;
    line-height: 44px;
    padding: 0 10px;
}
.wb-carousel-position-last:before {
    content: "/";
}
.slick-initialized + .wb-carousel-position {
    display: block;
}
.wb-carousel--detail .slick-arrow {
    background: #fff;
    bottom: 10px;
    cursor: pointer;
    display: block;
    height: 44px;
    left: auto;
    margin: 0 0;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: auto;
    width: 44px;
    z-index: 10;
}
.wb-carousel--detail .slick-slide img {
    width: 100%;
}
.wb-carousel--detail .slick-arrow.slick-disabled {
    cursor: default;
}
.wb-carousel--detail .slick-arrow.slick-disabled:before,
.wb-carousel--detail .slick-arrow.slick-disabled:hover:before {
    opacity: 0.1;
}
.wb-carousel--detail .slick-arrow:before {
    background: url("../images/carousel-arrows-small.png") no-repeat -13px top;
    content: "";
    display: block;
    height: 23px;
    left: 50%;
    margin-left: -7px;
    margin-top: -12px;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    width: 13px;
}
.wb-carousel--detail .slick-arrow:hover {
    background: #fff;
}
.wb-carousel--detail .slick-arrow:hover:before {
    opacity: 0.6;
}
.wb-carousel--detail .slick-prev {
    margin-right: 48px;
}
.wb-carousel--detail .slick-prev:before {
    background-position: left top;
}


.wb-mapWrapper:after {
    clear: both;
    content: "";
    display: block;
}
.wb-map-panel {
    box-sizing: border-box;
    float: left;
    width: 30%;
}
.wb-map-panel-header {
    padding: 15px 30px;
}
.wb-map-panel-header:after {
    clear: both;
    content: "";
    display: block;
}
.wb-map-panel-header .wb-title {
    display: inline;
    margin: 0 0;
}
.wb-map-panel-header>.wb-button {
    float: right;
    margin-top: 10px;
    min-width: 0;
}
.wb-map {
    box-sizing: border-box;
    width: 70%;
}
.wb-map--mobile {
    display: none;
}
.wb-map-list {
    overflow-y: scroll;
    padding: 0 30px;
    -webkit-overflow-scrolling: touch;
}
.wb-map-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.wb-map-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.wb-map-item {
    background: #fff;
    box-sizing: border-box;
    padding: 15px 15px;
    position: relative;
}
.wb-map-item:after {
    clear: both;
    content: "";
    display: block;
}
.wb-map-list .wb-map-item {
    margin-bottom: 30px;
}
.wb-map-item-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}
.wb-map-item-content {
    float: left;
    width: 60%;
}
.wb-map-infobox .wb-paragraph {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 16px;
}
.wb-map-infobox {
    box-shadow: rgba(59,59,59, 0.51) 0 0 10px;
    position: relative;
    width: 400px;
}
.wb-map-infobox > img {
    display: block !important;
    z-index: 10;
    right: -10px;
    top: -10px;
}
.wb-map-infobox:after {
    border-top: 9px solid #fff;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: 100%;
    width: 0;
}
.wb-map-item-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0;
}
.wb-map-item-content .wb-paragraph {
    margin: 0 0;
}
.wb-map-item-content .wb-paragraph:last-child {
    margin-top: 10px;
}
.wb-map-item-content .wb-button {
    min-width: 0;
}
.wb-map--detail {
    padding-top: 60%;
    position: relative;
    width: 100%;
}
.wb-map--detail>div {
    top: 0;
}

.wb-ajaxLoading:after {
    background: transparent url("../images/ajax-loader.gif") no-repeat center center;
    content: "";
    display: block;
    height: 70px;
}
#fancybox-left, #fancybox-right {
    bottom: 30%;
    height: auto;
    top: 30%;
}



.wb-title--img {
    width: 100%;
    max-width: 400px;
    padding: 0 10px;
    box-sizing: border-box;
}
.wb-products {
    clear: both;
}
.wb-productItem {
    background: #fff;
    color: #383838;
    display: block;
    margin: 15px 0;
    padding: 0px 15px 10px 15px;
    text-decoration: none;
    min-height: 470px;
}
.wb-productItem-image {
    margin: 0 -15px;
    position: relative;
    padding: 30px 0 10px 0;
}
.wb-productItem:hover {
    box-shadow: rgba(0,0,0, 0.15) 0 0 18px;
}

.wb-productItem-image img {
    display: inline-block;
}

.wb-productItem-title {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
    margin: 16px 0;
    color: #ee2d38;
}
.wb-pageSection--shop .wb-productItem-title,
.wb-pageSection--shop .wb-button:hover,
.wb-pageSection--shop .wb-text--center a {
    color: #e6b224;
}

.wb-pageSection--shop a.wb-button {
    background-color: #e6b224;
    color: #fff;
}
.wb-pageSection--shop .wb-icon--arrowright:hover:after {
    border-left: 6px #e6b224 solid;
}
.wb-pageSection--grey .wb-button:hover, .wb-teaser-button .wb-button:hover, .wb-button-dark:hover {
    background-color: #272727;
    color: #fff;
}

.wb-list--centeredWithSocial .wb-list-item a {
    margin-top: 2px;
    padding: 3px 25px;
    font-size: 15px;
}

.wb-searchBox {
    display: block;
    position: relative;
}
.wb-searchBox .wb-searchInput {
    width: 100%;
    display: block;
    border: 1px solid #48b9b2;
    border-radius: 21px;
    padding: 10px 15px;
    box-sizing: border-box;
}
.wb-searchBox .wb-searchInput:focus {
    outline:0;
}
.wb-searchBox .wb-searchInput-button {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 0;
    padding: 8px 30px;
}

@media (max-width: 1500px) {
    .wb-map-panel {
        width: 40%;
    }
    .wb-map {
        width: 60%;
    }
}
@media (max-width: 1300px) {
    .wb-list--mainMenu .wb-list-item > a {
        padding: 10px 20px;
    }
}
@media (max-width: 1100px) {
    .wb-header-menu {
        padding-bottom: 0;
    }
    .wb-footer-menu {
        text-align: center;
    }
    .wb-footer-menu .wb-text--right {
        float: none;
        text-align: center;
    }
    .wb-logo--main {
        margin: 0 auto;
        text-align: center;
ÿ   ሴ
    .wb-list--mainMenu {
        display: block;
        float: none;
        margin: 0 -15px;
    }
    .wb-list--mainMenu:before {
        background: #48b9b2;
        content: "Menu";
        color: #fff;
        cursor: pointer;
        display: block;
        font-weight: 700;
        padding: 10px 10px;
        text-align: center;
        text-transform: uppercase;
    }
    .wb-list--mainMenu:before:hover {
        cursor: pointer;
    }
    .wb-list--mainMenu .wb-list-item {
        background: #fff;
        border-bottom: 1px solid #ccc;
        display: none;
        float: none;
        font-weight: 700;
    }
    .wb-list--mainMenu.wb-menu--active .wb-list-item {
        display: block;
    }
    .wb-list--mainMenu .wb-list-item + .wb-list-item {
        border-bottom: 1px solid #ccc;
    }
    .wb-list--mainMenu .wb-list-item:before {
        display: none;
    }
    .wb-list--mainMenu .wb-list-item > a:hover,
    .wb-list--mainMenu .wb-list-item.wb-active > a,
    .wb-list--mainMenu .wb-list-item:hover > a {
        background: #fff;
        color: #48b9b2;
    }
    .wb-list--mainMenu .wb-list-item > a:hover:after,
    .wb-list--mainMenu .wb-list-item:hover > a:after,
    .wb-list--mainMenu .wb-list-item.wb-active > a:after,
    .wb-list--mainMenu .wb-list-item + .wb-list-item:before {
        display: none;
    }
    .wb-list--mainMenu .wb-list-item ul,
    .wb-list--mainMenu .wb-list-item ul li {
        display: block;
        position: relative;
        top: 0;
    }
    .wb-list--mainMenu .wb-list-item ul {
        font-weight: normal;
        padding: 0 0 10px 0;
    }
    .wb-list--mainMenu .wb-list-item ul li {
        border-top: 1px solid #f1f1f1;
        padding-left: 30px;
    }
    .wb-map-panel {
        width: 50%;
    }
    .wb-map {
        width: 50%;
    }
    .wb-pageSectionArticle--teaser {
        min-height: 400px;
    }
}
@media (max-width: 900px) {
    .wb-articles .grid-col--slg-6:nth-child(2n+1) {
        clear: left;
    }
    .wb-articles .grid-col--4:nth-child(3n+1) {
        clear: none;
    }
    .wb-list--photogallery .wb-list-item {
        width: 33.33333%;
    }
    .wb-pageSectionArticle--teaser {
        min-height: 350px;
    }
}
@media (max-width: 800px) {
    .wb-map {
        display: none;
    }
    .wb-map.wb-map--mobile {
        display: block;
        height: 500px;
        margin-bottom: 20px;
    }
    .wb-footer,
    .wb-footer .wb-text--right {
        text-align: center;
    }
    .wb-footer-menu .wb-listWrapper {
        display: none;
    }
    .wb-footer-menu .wb-list-note {
        display: none;
    }
    .wb-list--menu .wb-list-item {
        padding: 0 10px;
    }
    .wb-list--centeredWithSocial {
        text-align: center;
    }
    .wb-list--socialHeader {
        display: none;
    }
    .wb-list--mainMenu .wb-list-item {
        padding: 0 0;
    }
    .wb-map-panel {
        width: 100%;
    }
    .wb-map {
        width: 100%;
    }
    .wb-map-list {
        height: auto !important;
    }
    .wb-teaserContent {
        height: 200px;
        position: relative;
    }
    .wb-pageSection--teaser img {
        height: 100%;
        margin: auto;
        max-width: none;
        left: -800px;
        top: 0;
        right: -800px;
        position: absolute;
    }
    .wb-teaserContent .wb-title {
        font-size: 18px;
        font-weight: normal;
    }
    .wb-teaserContent .wb-paragraph {
        
    }
    .wb-pageSectionArticle--teaser {
        min-height: 300px;
    }
}
@media (max-width: 700px) {
    .wb-list--photogallery .wb-list-item {
        width: 50%;
    }
    .wb-map.wb-map--mobile {
        height: 450px;
    }
    .wb-pageSectionArticle--teaser {
        min-height: 250px;
    }
}
@media (max-width: 600px) {
    .wb-map-panel-header .wb-button {
        display: block;
        float: none;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .wb-map-panel-header .wb-title {
        display: block;
        text-align: center;
    }
    .wb-map.wb-map--mobile {
        height: 400px;
    }
    .wb-pageSectionArticle--teaser {
        min-height: 200px;
    }
}
@media (max-width: 500px) {
    .wb-list--photogallery .wb-list-item {
        width: 100%;
    }
    .wb-teaserContent {
        padding-bottom: 25px;
    }
    .wb-map.wb-map--mobile {
        height: 300px;
    }
    .wb-pageSectionArticle--teaser {
        min-height: 150px;
    }
  .wb-map-item {
      padding: 10px;
  }
  .wb-map-item-image {
      width: 30%;
      margin: 10px;
  }
  .wb-map-item-content {
      width: 64%;
  }
  .wb-map-infobox {
      width: 300px; !important
  }
  .wb-map-item-title {
      font-size: 22px;
  }
}


.wb-articleItem-imageButton {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.wb-articleItem-image .wb-articleItem-imageButton .wb-icon {
    left: 0;
    background: #48b9b2;
    text-indent: 0;
}
.wb-articleItem-image .wb-articleItem-imageButton .wb-icon.wb-button--orange {
    background: #e6b224;
}