﻿#espasidebar {
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    content: " ";
    height: 170px;
    display: inline-block;
    text-align: left;
    /*max-width: 283px;height: 55px;*/
}

#espatopbar2 {
    width: 100%;
    content: " ";
    height: 80px;
    display: inline-block;
    max-width: 613px;
    align-self: center;
    /*max-width: 283px;height: 55px;*/
}



#espafooter {
    width: 70%;
    background-repeat: no-repeat;
    background-position: left;
    content: " ";
    height: 60px;
    display: block;
    float: right;
    max-width: 429px;
    border-radius: 5px;
    margin-bottom: 10px
    /*height: 55px;*/
}


#espafloat {
    display: block;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: fit-content;
    height: 60px;
    line-height: 2;
    text-align: center;
    text-shadow: 0 1px 0 #84BAFF;
    box-shadow: 0 0 15px #00214B;
}
#espafloatsmall {
    display: none;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: fit-content;
    height: 90px;
    line-height: 2;
    text-align: center;
    text-shadow: 0 1px 0 #84BAFF;
    box-shadow: 0 0 15px #00214B;
}

#espafloat img {
    width: 455px;
}

@media only screen and (max-width: 991px) {
    #espafloat {
        display: none;
    }

        #espafloat img {
            width: 100%;
        }

    #espafloatsmall {
        display:block;
    }
}
/*

a.espa-scroll-top {
    right: 13 px !important;
    bottom: 90 px !important;
    width: 65 px !important;
    height: 65 px !important;
    line-height: 65px !important;
}

a.espa-scroll-top {
    font-family: "Ionicons";
    line-height: 50px;
    position: fixed;
    z-index: 999;
    right: 25 px;
    bottom: 25 px;
    display: none;
    width: 50 px;
    height: 50 px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background: #333333;
}
*/
