/* Slider */

.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

#main,
#main.hasMenu {
    max-width: 2000px;
    padding: 0;
}

section.block.Interactive_Slideshow {
    max-width: unset;
    padding: 0;
}

section.block.Interactive_Slideshow section {
    padding: 0;
}


/*
section.block .buttons {
	position: absolute;
	bottom: 2em;
	right: 2em;
	z-index: 999;
	background: #fff;
}
*/

section.block.Interactive_Slideshow .blockContent {
    text-align: center;
    padding: 0;
    line-height: inherit;
    font-size: 1.6em;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    position: absolute;
    top: 1em;
    z-index: 99;
    width: 40%;
    left: 5%;
}

section.block.Interactive_Slideshow .blockContent h1,
section.block.Interactive_Slideshow .blockContent h2 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #494949;
}

section.block.Interactive_Slideshow .slick-track {
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
    border: none;
    max-height: 600px;
    overflow: hidden;
    background-color: #ffffff;
}

section.block.Interactive_Slideshow .slick-slide {
    padding-left: 0em;
    padding-right: 0em;
    background-color: #333;
    background-image: url("background.png");
    background-repeat: repeat-x;
    background-position: bottom center;
}

section.block.Interactive_Slideshow .slick-slide article.item {
    float: none;
    width: auto;
    background: none;
    margin: 0 !important;
    padding: 0;
    position: relative;
    display: block;
}

section.block.Interactive_Slideshow .slick-slide article.item .buttons {
    margin-top: 2em;
}

section.block .slick-slide article.item .attribute .attName {
    display: none;
}

section.block.Interactive_Slideshow .slick-slide article.item h3.caption,
section.block.Interactive_Slideshow .slick-slide article.item .attributes .textarea {
    color: #fff;
    padding: 1em;
    position: static;
    margin: 0;
    line-height: 1.3em;
    text-align: center;
}

section.block.Interactive_Slideshow .slick-slide article.item h3.caption a {
    color: #fff;
}

section.block.Interactive_Slideshow .slick-slide article.item h3.caption a:hover {
    color: rgba(255, 255, 255, 0.5);
}

section.itemCarousel article.item .details .image,
section.itemCarousel article.item .details .googleMap {
    margin: 0 !important;
    border: none;
    max-height: none;
    float: left;
    width: 47%;
    overflow: hidden;
    /*   padding-top: 2em;
    padding-left: 5%; */
    text-align: center;
}

section.itemCarousel article.item .details .image img {
    min-width: unset;
    max-width: 100%;
    width: auto;
    margin: auto;
}

section.itemCarousel article.item .attributes {
    width: 35%;
    float: right;
    margin-right: 10%;
    font-size: 1.2em;
    padding-top: 4vw;
}

section.itemCarousel article.item .attributes .attribute ul {
    list-style: none;
    text-align: left;
    padding: 0;
}

section.itemCarousel article.item .attributes .attribute ul li:before {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 1em;
}

section.itemCarousel article.item .attributes .attribute {
    display: block;
    color: #fff;
}

section.itemCarousel article.item .details .image .frame {
    background-image: none !important;
}

section.itemCarousel article.item .attributes .attribute.textarea {
    display: inherit;
}

section.itemCarousel article.item .relatedItems,
section.itemCarousel article.item .childItems {
    display: none;
}

section.itemCarousel article.item a.button {
    background: #ffffff77;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 80px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border: solid 1px #fff;
    z-index: 999;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: rgba(0, 0, 0, 0.5);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    line-height: 1;
    outline: none;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
    border-left: none;
}

[dir='rtl'] .slick-prev {
    right: 0px;
    left: auto;
}

.slick-prev:before {
    content: "\f104";
}

[dir='rtl'] .slick-prev:before {
    content: "\f105";
}

.slick-next {
    right: 0px;
    border-right: none;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0px;
}

.slick-next:before {
    content: "\f105";
}

[dir='rtl'] .slick-next:before {
    content: "\f104";
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 2em;
    padding: 0;
}

.slick-dots {
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f10c";
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    content: "\f192";
}

@media only screen and (max-width: 400px) {
    section.itemCarousel article.item .details .image,
    section.itemCarousel article.item .details .googleMap {
        float: none !important;
        width: auto !important;
        padding-right: 5%;
    }
    section.itemCarousel article.item .attributes {
        float: none !important;
        width: 70% !important;
        margin-right: 15% !important;
        margin-left: 15% !important;
        padding-top: 8vw;
    }
    section.block.Interactive_Slideshow .slick-track {
        max-height: unset !important;
    }
    .slick-prev,
    .slick-next {
        border: none;
    }
}