/*=============================================
    Please add all custom CSS to this file
 =============================================*/
ul.sub-menu {
    background: #ddd;
}
.toplogo {
    margin: 10px 0 0 0;
    color: #222;
    font-size: 20px;
}

.topPhone {
    margin: 65px 0;
    background: #222;
    font-size: 30px;
    display: inline-block;
    padding: 20px;
    font-weight: bold;
    color: #fff;
}
a.btn {
    background-color: #A10101;
    padding: 7px 15px;
    color: #fff;
}

a.btn:hover {
    opacity: 0.8;
}

.cta {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-box {
    height: 100%;
    width: 100%;
}

.cta-text {
    padding: 14% 0% 0% 0%;
}



.banner-btn {
    font-size: 20px;
    background: #A10101;
    color: #fff;
    padding: 10px 50px;
    border: 1px solid #fff;
}
.banner-btn:hover {
    background: #222;
    color: #fff;
}

.prices {
    border: 1px solid #000;
    width: 100%;
    text-align: center;
}
.prices th {
    background: #a10000;
    width: 25%;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border: 1px solid #000;
}
.prices td {
    border: 1px solid #000;
    padding: 15px;
}

.button {
    background: #A10101;
    color: #fff !important;
    padding: 10px 30px;
}
.button:hover {
    text-decoration: none !important;
    background: #222;
}

.payments {
    background: #a30000;
    padding: 10px;
    font-size: 22px;
    line-height: 1.4em;
}

footer.footer {
    background: #222;
}



@media only screen and (min-width:0px) {
    .topPhone {
        margin: 0 0 10px 0;
        background: none;
        font-size: 23px;
        padding: 0;
        color: #222;
    }

/*     #slider {
        display: none;
    } */
    .rslides_tabs {
         background: transparent;
         border-top:0;
     }

    .banner-sm {
        display: block;
    }
}

@media only screen and (min-width:480px) {
     #header-top {color: #222;}
    .topPhone {
        margin: 10px 0 10px 0;
        background: none;
        font-size: 23px;
        padding: 0;
        color: #222;
    }

    #slider {
        display: none;
    }

    .banner-sm {
        display: block;
    }
}

@media only screen and (min-width:768px) {
    .topPhone, #header-top > div {
        margin: 0;
        /* background: #222; */
        font-size: 24px;
        padding: 0;
        color: #222;
        font-weight: bold;
    }
    #header-top {text-align:right;}

    #slider {
        display: block;
    }

    .banner-sm {
        display: none;
    }

    .banner-btn {
        font-size: 16px;
        padding: 7px 35px;
    }

}




@media only screen and (max-width:767px) {
.prices th {
    font-size: .85em;
}

table.prices td {
    font-size: .8em;
    line-height: 1.3em;
    padding: 8px 5px;
}

.banner-sm { 
	display: none; 
}
}
@media only screen and (min-width:1120px) {
    .banner-btn {
        font-size: 20px;
        padding: 10px 50px;
    }

}