.show_more {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    margin: 20px 0 20px 0;
}
.show_more {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    background-image: linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    border: 1px solid;
    border-color: #d3d3d3;
    color: #333;
    font-size: 12px;
    outline: 0;
}

.scroll-load {text-align: center;}

.__grey {background: #333;}


@media(min-width:767px) {
#diarycyclePrev,
.diarycycle-prev {
    left: -25px;
}

#diarycycleNext,
.diarycycle-next {
	right: -25px;
}
}

.sector,
.sector .container {
	position: relative;
}
/*.sector::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
    background-color: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.9) 0px, rgba(255, 255, 255, 0.4) 100%);
    background-color: linear-gradient(center top , rgba(255, 255, 255, 0.9) 0px, rgba(255, 255, 255, 0.4) 100%);
}*/

.banner {
	position: relative;
}
.banner::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
    background: rgba(0,158,153,0.5);
}

.mapwrap {
	min-height: 604px;
}


.__nohover:hover, .__nohover:focus {
    border-bottom: 4px solid #FFF;
}

.slick-slide {
    height: 600px;
    outline: none !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
}