html,
body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.slider {
    width: 65%;
    margin: 0px auto;
    margin-bottom: 50px;
}

.slick-slide {
    margin: 10px 10px;
}

.slick-slide img {
    width: 100%;
    margin-top: 30px;
    transform: scale(0.7);
}

.slick-arrow {
    position: absolute;
    top: 300px;
    width: 35px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border: none;
    background: transparent;
    color: black;
    font-family: monospace;
    /*font-size: 5rem;*/
    font-size: 0;
    z-index: 300;
    outline: none;
}

.slick-prev {
    left: -50px;
    text-align: left;
    background-image: url("images/arrow-l.svg");
    background-repeat: no-repeat;
    height: 25px;
    cursor: pointer;
}

.slick-next {
    right: -50px;
    text-align: right;
    background-image: url("images/arrow-r.svg");
    background-repeat: no-repeat;
    height: 25px;
    cursor: pointer;
}

.charles .slick-prev {
	background-image: url("images/arrow-left.svg");
	height: 40px;
    width: 40px;
}

.charles .slick-next {
	background-image: url("images/arrow-right.svg");
	height: 40px;
    width: 40px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.item.slick-slide.slick-current.slick-active.slick-center img {
    width: 100%;
    transform: scale(1);
}

.item.slick-slide.slick-active.background_cover {
    display: block;
    background: #ffffff;
}

.headline {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #092332;
}

.subtitle {
    font-family: Helvetica, serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #092332;
}

.button_div {
    width: 100%;
    margin: 0 auto;
}

.slick-current .Rectangle {
    display: block !important;
}

.Rectangle {
    width: 100%;
    /* height: 34px; */
    border: solid 1px #005a99;
    background-color: #005a99;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: none;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    padding: 9px;
}

.charles .Rectangle {
	border: solid 1px #000000;
    background-color: #000000;
}

.slick-slide.item {
    position: relative;
}

.slick-slide.item.slick-active .background_cover {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.56);
    z-index: 9999;
    top: 0;
}

.slick-slide.item.slick-active.slick-current .background_cover {
    display: none;
}


.slick-slide.item.slick-active.slick-current .titleForText {
    display: block !important;
}

.slick-slide.item.slick-active.slick-current .titleForButton {
    display: block !important;
}

.titleForButton {
    display: none;
    font-family: Helvetica, serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #092332;
}

.titleForText {
    display: none;
    font-family: Helvetica, serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #092332;
   /* margin-top: -73px;*/
}

.charles .headline,
.charles .subtitle,
.charles .titleForButton,
.charles .titleForText {
	color: #000000;
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
    .slick-arrow {
        top: 250px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
    .slick-arrow {
        width: 35px;
        top: 400px;
    }

    .slick-next {
        height: auto;
    }

    .slick-prev {
        height: auto;
    }
}