/* Add here all your CSS customizations */

article.post h2 a img {
    float: left;
    width: 53px;
    border: 1px solid #999;
    margin-top: 6px;
    margin-right: 30px;
    padding: 1px;
    position: absolute;
    left: 20px;
    top: 0px;
    background-color: #fff;
}


@media only screen and (max-width: 990px) {
.videoZone img {
    width: 100%;
}

}



div#newsletterLoader {
    color: #fff;
    font-size: 27pt;
    text-align: center;
    display: none;
    margin-bottom: 12px;
}

div#newsletterMsg {
    background-color: #b10c0c;
    color: #f1f1f1;
    padding: 5px;
    font-weight: bolder;
    box-sizing: border-box;
    border-radius: 7px;
    padding-left: 13px;
    display:none;
    margin-bottom: 12px;
    width: 94%;
}


div#newsletterMsg.success {
    background-color: #129612;
    color: #f1f1f1;
}


#accordion p{
    font-weight:100;
}


.videoZone h6,
.videoZone h4{
    margin:0px;
    padding:0px;
    margin-top: 7px !important;
        height: 50px;

}

.videoZone .col-lg-6 {
    margin: 0px;
    padding: 0px;
    float: left;
        margin-bottom:50px;

}

.videoZone h4{
font-size: 12pt;

}




.videoZone .col-lg-6:nth-child(even) {
    padding-right: 10px;
    box-sizing: border-box;
}




.videoZone .col-lg-6:nth-child(odd) {
    padding-left: 10px;
    box-sizing: border-box;
}


.videoZone img {
    min-height: 250px;
    overflow: hidden;
}
