.pt-0{
    padding-top: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.mb-50{
    margin-bottom: 50px;
}
body, html {
    background-color: #3083be !important;
    font-family: Arial, sans-serif;
    font-size: 18px;
}
.oh, .container-fluid .container{
    overflow: hidden;
}
.page-header-ants{
    background: url(/img/ants/cloud.png) repeat-x center top;
    height: 150px;
    background-size: contain;
    margin-top: -2px;
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.page-header-ants-title, .bigtext.h1, .su-logo{
    font-family: "Roboto Slab", 'Libre Baskerville', 'Times New Roman', Times, serif;
    font-weight: bolder;
}
.sprite-load{
    background-image: url(/img/ants/sprite.png);
    background-repeat: no-repeat;
}
.su-logo{
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}
.su-logo::after,
.su-logo::before{
    background-image: url(/img/ants/sprite.png);
    background-repeat: no-repeat;
    background-position: right 8px;
    width: 186px;
    height: 43px;
    display: inline-block;
    background-size: 93%;
    content:"";
}
.su-logo::before{
    background-position: 7px -46px;
    width: 49px;
    height: 52px;
    background-size: 350%;
}
header p, header h1, header a{
    color: #0c4a85;
}
header h1{
    font-weight: bold;
}
#site{
    overflow: visible;
}
.code{
    font-size: 22px;
    font-weight: bold;
    border-radius: 25px;
    color: #fff;
    background-color: #ff3b87;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
}
.blue-back, .transparent-back{
    position: relative;
    background-color: #e6f5ff;
    /*min-height: 300px;*/
    transform:translateY(-150px);
    /*z-index: 0;*/
    /*top: 0;*/
    /*left: 0;*/
    padding-top: 50px;
}
@media (min-width:1600px) {
    .blue-back, .transparent-back{
        padding-top:100px;
    }
}
.blue-back{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-radius: 7px;
    overflow: hidden;
}
.transparent-back{
    background-color: transparent;
}
.mb-450{
    margin-bottom: 900px;
}
.text-underline{
    text-decoration: underline;
}
.d-none{
    display: none;
}
.p-3{
    padding: 15px !important;
}
.art-wrap{
    min-height: 200px;
    margin-bottom: 30px;
    display: block;
}
a.art-wrap p{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    transition: all ease .3s;
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.art-wrap .art-img-wrap{
    max-height: 194px;
}
a.art-wrap img{
    object-fit: cover;
}
a.art-wrap .art-img-wrap, iframe.embed-responsive-item{
    border-radius: 3px;
    overflow: hidden;
    border:2px solid #52d0ff!important;
}
a.art-wrap:hover,
a.art-wrap:focus,
a.art-wrap:active{
    text-decoration: none;
}
a.art-wrap:hover p,
a.art-wrap:focus p,
a.art-wrap:active p{
    color: #0c4a85;
}

.blue-back p, .blue-back a, .bigtext{
    color: #0c4a85;
}
.blue-back strong{
    color: #000000;
}
.bigtext{
    font-size: 32px;
}
.bigtext span{
    display: inline-block;
    border-radius: 50%;
    background-color: #ff3b87;
    color: #ffffff;
    padding-left:8px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.smartbill{
    background-position: 33px -125px;
    width: 275px;
    height: 74px;
    display: inline-block;
    background-size: 70%;
}
.position-relative{
    position: relative;
}
.z-index-3{
    z-index: 3;
}
.info{
       background-position: 25px -130px;
    width: 85px;
    height: 85px;
    display: block;
    margin: 0 auto;
    background-size: 165%;

}
@media (min-width:1600px) {


}
@media (min-width:922px) {
    .embed-responsive{
        margin-top: -50px;
    }
    .mb-50{
        margin-bottom: 150px;
    }
    .d-md-block{
        display: block;
    }
    .transparent-back{
        width: 100%;
    }
    .box{
        display: block;
        width: 70%;
        margin:0 auto;
    }
}
.pe-none{
    pointer-events: none;
}
@media (min-width:922px) and (max-width:1599px) {
    .page-header-ants{
        height: 260px;
    }
    .blue-back, .transparent-back{
        padding-top: 300px;
        margin-top: -190px;
    }
    .mb-450 {
        margin-bottom: 900px;
    }
}
@media (min-width:320px) and (max-width:992px) {
    .px-sm-2{
        padding:0 15px;
    }
    .blue-back, .transparent-back{
        transform: translateY(0);
        position: relative!important;
        padding-top: 30px;
    }
    .mb-450{
        margin-bottom: 30px;
    }
    .page-header-ants{
        height: 100px;
    }
    .flex-xs-reverse{
        flex-direction: column-reverse;
    }
}
