/* Offers */

.custom_slider.offers {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 641px;
}

.custom_slider.offers .title {
    margin-bottom: 45px;
    width: 100%;
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    font-size: 42px;
    color: #444;
}

.custom_slider.offers .event-btn {
    display: inline-block;
    float: right;
    border-radius: 4px;
    border: 2px solid #00bbe3;
    margin: 0 auto;
    padding: 6px 20px;
    font-family: 'Aktiv Grotesk W01 Medium';
    font-size: 19px;
    color: #00bbe3;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.custom_slider.offers .event-btn:hover {
    color: #fff;
    background-color: #00bbe3;
}

.custom_slider.offers .slides .slide {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.custom_slider.offers .slides .text {
    padding-left: 270px;
    width: 100%;
    height: auto;
    min-height: 160px;
}

.custom_slider.offers .slides .text a {
    display: block;
    margin-bottom: 5px;
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    font-size: 30px;
    line-height: 32px;
    color: #444;
}

.custom_slider.offers .slides .text a:hover {
    color: #00bbe3;
}

.custom_slider.offers .slides .text p {
    display: block;
    margin: 0px;
    font-family: 'Aktiv Grotesk W01 Regular';
    font-size: 13px;
    line-height: 16px;
    color: #777;
}

.custom_slider.offers .slides .placeholder {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    width: 240px;
    height: 160px;
    background-color: #373737;
    background-image: url("/includes/public/assets/SVG-Assets/Logos/header-logo.png");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

.sidebar_container .custom_slider.offers .slides .placeholder {
    width: 90px;
    height: 60px;
}

.sidebar_container .custom_slider.offers {
    margin-bottom: 25px;
}

.sidebar_container .custom_slider.offers .title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 32px;
}

.sidebar_container .custom_slider.offers .slides img {
    width: 90px;
}

.sidebar_container .custom_slider.offers .slides .text {
    padding-left: 100px;
    min-height: 60px;
}

.sidebar_container .custom_slider.offers .slides .text a {
    font-family: 'Aktiv Grotesk W01 Medium';
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
}

.sidebar_container .custom_slider.offers .slides .text p {
    font-size: 12px;
    line-height: 15px;
}

.sidebar_container .custom_slider.offers .event-btn {
    display: block;
    float: none;
    margin: 0 auto;
    width: 166px;
    font-size: 16px;
}

.subText {
    display: inline-block;
    font-style: italic;
    font-family: 'Aktiv Grotesk W01 Regular';
    font-size: 13px;
    line-height: 16px;
    color: #777;
}

.custom_slider.offers .slides .text a.subLink {
	display: inline-block;
    font-family: 'Aktiv Grotesk W01 Regular';
    font-size: 13px;
    line-height: 16px;
    color: #777;
    text-transform: uppercase;
    font-style: normal;
}


@media only screen and (max-width: 1024px) {
    .custom_slider.offers {
        margin-bottom: 80px;
    }
    .sidebar_container .custom_slider.offers .title {
        margin-bottom: 45px;
        font-size: 42px;
        line-height: 42px;
    }
    .sidebar_container .custom_slider.offers .slides img {
        width: 240px;
    }
    .sidebar_container .custom_slider.offers .slides .text {
        padding-left: 270px;
        min-height: 160px;
    }
    .sidebar_container .custom_slider.offers .slides .text a {
        font-family: "ff-good-headline-web-pro-con", sans-serif;
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .sidebar_container .custom_slider.offers .slides .text p {
        font-size: 13px;
        line-height: 16px;
    }
    .sidebar_container .custom_slider.offers .event-btn {
        display: inline-block;
        float: right;
        margin: 0;
        width: auto;
        font-size: 19px;
    }
}

@media only screen and (max-width: 640px) {
    .custom_slider.offers {
        margin-bottom: 50px;
    }
    .custom_slider.offers .title {
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 32px;
    }
    .custom_slider.offers .slides .placeholder {
        width: 90px;
        height: 60px;
    }
    .custom_slider.offers .slides img {
        width: 90px;
    }
    .custom_slider.offers .slides .text {
        padding-left: 100px;
        min-height: 60px;
    }
    .custom_slider.offers .slides .text a {
        font-family: 'Aktiv Grotesk W01 Medium';
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 5px;
    }
    .custom_slider.offers .slides .text p {
        font-size: 12px;
        line-height: 15px;
    }
    .custom_slider.offers .event-btn {
        display: block;
        float: none;
        margin: 0 auto;
        width: 166px;
        font-size: 16px;
    }
    .sidebar_container .custom_slider.offers {
        margin-bottom: 25px;
    }
    .sidebar_container .custom_slider.offers .title {
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 32px;
    }
    .sidebar_container .custom_slider.offers .slides img {
        width: 90px;
    }
    .sidebar_container .custom_slider.offers .slides .text {
        padding-left: 100px;
        min-height: 60px;
    }
    .sidebar_container .custom_slider.offers .slides .text a {
        font-family: 'Aktiv Grotesk W01 Medium';
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 5px;
    }
    .sidebar_container .custom_slider.offers .slides .text p {
        font-size: 12px;
        line-height: 15px;
    }
    .sidebar_container .custom_slider.offers .event-btn {
        display: block;
        float: none;
        margin: 0 auto;
        width: 166px;
        font-size: 16px;
    }
}
/* Events */

.custom_slider.events {
    position: relative;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    width: 100%;
    max-width: 440px;
    background-image: url("/includes/public/assets/header-bg.png");
}

.custom_slider.events .event-btn {
    display: block;
    border-radius: 6px;
    border: 2px solid #c6d932;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 240px;
    height: 50px;
    font-family: 'Aktiv Grotesk W01 Medium';
    font-size: 19px;
    line-height: 48px;
    color: #444;
    text-align: center;
    background: rgb(225, 244, 0);
    background: -moz-linear-gradient(top, rgba(225, 244, 0, 1) 0%, rgba(189, 229, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(225, 244, 0, 1)), color-stop(100%, rgba(189, 229, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(225, 244, 0, 1) 0%, rgba(189, 229, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(225, 244, 0, 1) 0%, rgba(189, 229, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(225, 244, 0, 1) 0%, rgba(189, 229, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(225, 244, 0, 1) 0%, rgba(189, 229, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e1f400', endColorstr='#bde500', GradientType=0);
    box-shadow: inset 0 50px 11px rgba(0, 0, 0, 0.0);
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.custom_slider.events .event-btn:hover {
    box-shadow: inset 0 50px 11px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.custom_slider.events form {
    margin-bottom: 30px;
    padding: 0 50px;
}

.custom_slider.events form label {
    margin-bottom: 30px;
    width: 47%;
    font-family: 'Aktiv Grotesk W01 Regular';
    font-size: 15px;
    color: #d7d7d7;
}

.custom_slider.events form label:first-of-type {
    margin-right: 6%;
}

.custom_slider.events form input {
    margin: 4px 0 0;
    padding-left: 50px;
    border-radius: 6px;
    height: 50px;
    font-family: 'Aktiv Grotesk W01 Regular';
    font-size: 15px;
    color: #959595;
    background-image: url("/includes/public/assets/SVG-Assets/Miscellaneous/cal.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 30px;
}

.sidebar_container .custom_slider.events form input {
    padding-left: 38px;
    font-size: 11px;
    background-size: auto 22px;
}

.custom_slider.events form input:focus {
    background-image: url("/includes/public/assets/SVG-Assets/Miscellaneous/cal.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: auto 30px;
}

.custom_slider.events .title {
    padding: 5px 30px 0;
    margin-bottom: 30px;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 74px;
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    font-size: 42px;
    line-height: 74px;
    color: #fff;
    background-image: url("/includes/public/assets/green-background.png");
    background-position: center;
}

.custom_slider.events .footer {
    margin-top: 30px;
    border-radius: 0 0 8px 8px;
    width: 100%;
    height: 30px;
    background-image: url("/includes/public/assets/green-background-upside.png");
}

.custom_slider.events .slides {
    padding: 0 50px;
}

.custom_slider.events .slides .slide {
    margin-bottom: 25px;
}

.custom_slider.events .slides img {
    border: 1px solid #fff;
    width: 122px;
}

.custom_slider.events .slides .placeholder {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    width: 122px;
    height: 82px;
    background-color: #373737;
    background-image: url("/includes/public/assets/SVG-Assets/Logos/header-logo.png");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

.custom_slider.events .slides .text {
    padding-left: 137px;
    width: 100%;
    height: auto;
    min-height: 82px;
    color: #fefefe;
}

.custom_slider.events .slides .text a {
    display: block;
    margin-bottom: 10px;
    font-family: 'Aktiv Grotesk W01 Medium';
    font-size: 16px;
    line-height: 22px;
    color: inherit;
}

.custom_slider.events .slides .text p {
    display: block;
    margin: 0px;
    font-family: 'Aktiv Grotesk W01 Light1370681';
    font-size: 14px;
    line-height: 16px;
    color: inherit;
}

.sidebar_container .custom_slider.events {
    margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
    .custom_slider.events {
        max-width: 480px;
        margin-bottom: 80px;
    }
    .custom_slider.events .title {
        background-size: 100%;
    }
    .custom_slider.events .slides,
    .custom_slider.events form {
        padding: 0 70px;
    }
}

@media only screen and (max-width: 640px) {
    .custom_slider.events {
        margin: 0 -30px 50px;
        padding: 0 30px;
        border-radius: 0;
        max-width: 100%;
        box-sizing: content-box;
    }
    .custom_slider.events .slides,
    .custom_slider.events form {
        padding: 0 0;
    }
    .custom_slider.events .title {
        margin: 0 -30px 30px;
        padding: 0 30px 0;
        border-radius: 0;
        font-size: 32px;
        line-height: 88px;
        background-size: auto 114%;
        box-sizing: content-box;
    }
    .custom_slider.events .footer {
        margin: 30px -30px 0;
        padding: 0 30px;
        border-radius: 0;
        box-sizing: content-box;
    }
    .custom_slider.events form label {
        float: none !important;
        width: 100%;
    }
    .custom_slider.events .slides img,
    .custom_slider.events .slides .placeholder {
        width: 93px;
        height: 63px;
    }
    .custom_slider.events .slides .text {
        padding-left: 105px;
    }
}
