*{
    box-sizing: border-box;
  
}

.header{
    height: 80px;
}
.content{
    /* position: absolute; */
    width: 100%;
    min-height: calc(100% - 140px);
    /* height: 900px; */
}
.ad-selection{
    width: 100%;
    min-height: 140px;
    background-color: #f5f5f5;
	display: none;
}
.ad-title{
    text-align: center;
    padding: 10px;
}
.ad-size-container{
    padding: 20px;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: auto;
}

.ad-size-container > a{
    color: #898989 !important;
    padding: 5px 10px;
    border: solid 1px;
    border-radius: 5px;
    cursor: pointer;
    margin: 4px 5px;
    font-size: 14px;
    display: inline-block;
}
.ad-size-container > a:active, a.selected{
    color: #FFFFFF !important;
    background-color: #00a1c6 !important;
    
    cursor: pointer;
}
.ad-728-90, .ad-728-350{
    width: 728px;
    height: 90px;
    margin: 0 auto;
    /* background-color: #c5c5c5; */
    display: none;
}
.ad-640-360, .ad-640-360-1{
    width: 640px;
    height: 360px;
    margin: 0 auto;
    /* background-color: #c5c5c5; */
    display: none;
}
.ad-1200-350{
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    /* background-color: #c5c5c5; */
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: none;
}
.ad-300-250, .ad-300-600{
    width: 300px;
    height: 250px;
    /* background-color: #c5c5c5; */
    /* position: absolute; */
    bottom: 20px;
    left: auto;
    right: 1%;
    bottom: 3%;
    display: none;
}
.filler-div{
    width: 300px;
    height: 200px;
    background-color: #f5f5f5;
    margin: 10px 0;
}
.float-rt{
    float: right;
}
.ad-300-600{
    height: 600px;
    top: 35%;
    bottom: auto
}
.ad-160-600{
    width: 160px;
    height: 600px;
    /* background-color: #c5c5c5; */
    position: absolute;
    left: auto;
    right: 1%;
    top: 35%;
}
.ad-728-350{
    height: 350px;
  
}
.ad-1200-90{
    width: 100%;
    min-height: 90px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.ad-container{
    margin: 10px 0;
}
.ad-container-970-250{
    width: 100%;
    height: auto;
    margin: 4px;
}
.ad-970-250{
    max-width: 970px;
    min-height: 250px;
    margin: 0 auto;
    /* background-color: #c5c5c5; */
    /* position: absolute; */
    width: auto;
    left: 0;
    right: 0;
    display: none;
    overflow: hidden;
}
.dummy-text{
    width: 100%;
    min-height: 400px;
    color: #6998ff !important;
    margin-top: 20px;
}
.dummy-text > div, .dummy-text > p{
    color: #f4f4f4 !important;
    letter-spacing: -0.06em;
    user-select: none;
    word-spacing: 0.3em;
}

.flex-box{
    display: flex;
    justify-content: center;
    align-content: center;
}
.ad-area{
    display: none;
    /* margin: 20px 0; */
}
footer{
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}
.footer-container{
    font-size: 12px;
    text-align: center;
}
/*****  Media Query ****/
@media only screen and (max-width: 450px){
    .row {
        
        flex-wrap: wrap-reverse;
    }
}