
.bgShotImg {
    background-image: url('../Img/largeBgImg.png');
    height: 115px;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 7px;
    background-size: cover;
}
.bgShotImgBorder {
    border-top: 1px solid #C3242E;
    position: relative;
}
.blocktextImg {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    padding-right: 110px;
}
.newsCaption{
    font-family: NeoMedium;
    color: #C41F2A;
}

.primaIcons {
    color: #C3242E;
}
.fa-shopping-cart:before {
    content: "\f07a";
    font-size: 22px;
    padding-right: 15px;
}
.primaATop {
    color: #C3242E;
    font-size: 11.2px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}
.commonBlock{   
    margin-bottom: 40px;
}
.eventsCaption{
    /*font-family: OpenSans-Semibold;*/
    font-size: 20px;
    color: #424242;
    font-family: NeoMedium;
}
.eventDate{
    color: #C41F2A;
    font-size: 14px;
    font-family: "Open Sans";
}
.eventDescription{
    font-size: 13px;
    font-family: "Open Sans";
    color: #424242;
    line-height: 24px;
}
.newsImg{
     padding-left: 0px;
     padding-right: 0px;
}
.newsImg img{
    border: 1px solid #cccccc;
}

@media screen and (max-width: 1200px) {
.commonBlock {
    margin-bottom: 25px;
}
.newsImg img {
        width: 100%;
    }
.eventsCaption{
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 0px;
}
.eventDate{
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
}
.eventDescription{
    font-size: 12px;
    line-height: 14px;
}
}
@media screen and (max-width: 1000px) {
    .newsImg img {
        width: 100%;
    }
    .breadcrumb a{
        font-size: 15px;
    }
    .breadcrumb>.active{
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .commonBlock {
        margin-bottom: 25px;
    }
    .newsImg img{
        width: 70%;
        margin-left: 15%;
    }
    .commonP{
        width: 70%;
        margin-left: 15%;
        margin-top: 15px;
    }
}


































