﻿/* Override default 5px*/
.bx-wrapper {
    border: 0px;
}

.ctaButton {
    display: inline-block;
    position: relative;
    height: 60px;
    width: 15%;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    background-color: transparent;
    box-shadow: -8px 8px 16px 0px rgba(0,0,0,0.2);
    font-family: 'Century Gothic','Apple Gothic',AppleGothic;
    text-align: center;
    top: 540px;
    font-size: 18px;
    font-weight: 700;
}

.ctaButtonL, .ctaButtonR, .ctaButtonM {
    position: absolute;
    top: 62%;
    z-index: 10;
    width: 15%;
    height: 20px;
    color: #3ac1cd;
    display: inline-block;
    font-size: 18px !important;
    font-weight: 700;
    border: 2px solid #ffffff;
    border-radius: 4px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 25px;
    padding-top: 11px;
    background-color: rgba(255, 255, 255, 0.70);
    box-shadow: 6px 6px 8px 8px rgba(0,0,0,0.4);
    font-family: 'Century Gothic','Apple Gothic',AppleGothic;
    text-align: center;
    font-size: 1.3vw;
    /*text-shadow: 2px 2px 6px #000000;*/
    transition: color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    cursor: pointer;
    text-rendering: auto;
}

.ctaButtonL {
    left: 30%;
}

.ctaButtonR {
    left: 67%;
}

.ctaButtonM {
    left: 55%;
}

    .ctaButtonL:hover, .ctaButtonR:hover, .ctaButtonM:hover {
        /*background-color: rgba(0,153,169, 0.75);*/
        color: #FFFFFF;
        background-color: #53565A;
    }

.ctaMainImage{
    width:100%;
}

