﻿.first-letter:first-letter {
    color: #333333;
    font-family: Muli;
    font-weight:900;

}
.content-text .quotefull {
    color: #333333;
    font-family: 'Muli', sans-serif;
    border-bottom: 8px solid #c2bd8f;
    padding-bottom: 22px;
    font-weight: 900;
    font-size: 27px;
    margin-top: 12px;
}

.content-img {
    margin-top: 30px;
}

.taster-module {
    margin-bottom: 60px !important;
    font-family: Muli;
}

    .taster-module img {
        max-width: 150px;
        height: 282px;
    }

    .taster-module .top-row {
        padding-left: 2%;
        margin-top: 3%;
        font-weight: 700;
        font-size: 15px;
    }

        .taster-module .top-row b {
            font-size: 15px;
            font-weight: 900;
        }

    .taster-module .heading-taster {
        font-weight: 700;
        font-size: 22px;
        margin-left: -15px;
        font-family: 'Muli';
    }

    .taster-module .label-light {
        font-size: 23px;
        margin-left: -15px;
        font-family: Muli;
        font-weight: 400;
    }

    .taster-module .main-head {
        font-family: 'Muli';
        font-size: 26px;
        color: #c2bd8f;
        margin-left: -20px;
        margin-bottom: 6px;
        font-weight: 700;
    }

    .taster-module .type {
        font-size: 12px;
        margin-left: -15px;
    }

.headertaster {
    padding: 12px;
    padding-right:57px;
    background-color: #f5f2eb;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    font-family: Muli;
    font-size: 16px;
}

    .headertaster b {
        font-weight: 900;
    }
/*.m-taster {
    padding-left: 71px;
}*/
.taster-details {
    color: #c2bd8f;
    font-size: 16px;
    font-weight:800;
}

.taster-details-scrore {
    font-size: 21px;
    color: #c2bd8f;
    font-weight: 700;
}

.taster-details-scroreno {
    font-size: 38px;
    font-family: Muli;
    font-weight: 900;
}
.taster-body{
    width:45%;
    padding:5px;
   font-family:"Muli";
}
.taster-body-left {
    width: 45%;
    float: right;
    padding: 5px;
    font-family: "Muli";
}
.double-taster {
    float: right;
    margin-right: 25%;
}
.bodytaster {
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding-left: 10px;*/
    padding-right: 44px;
    background-color: #333333;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    color: white;
    font-size: 16px;
}
.line-fullwidth {
    background: none repeat scroll 0 0 #333;   
    clear: both;  
    height: 9px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-top: 50px !important;
}

.heading-news {
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform:uppercase;
    margin-bottom:10px;
}

@media (min-width: 991px) {
    .content-text .taster-module {
        margin: 0 -100px;
        width: calc(100% + 200px);
    }
}

.banner-img {
    text-align: -moz-center; /*firefox*/
    text-align: -webkit-center; /*safari, chrome*/
    margin: 0;
    text-align:center;
}



.fullAdcontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 26.45%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
    .fullAdcontainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

        .fullAdcontainer iframe .img_ad {
            width: 100% !important;
            height: auto !important;
        }

.rightAdcontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 77.83%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */    
}

    .rightAdcontainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

        .rightAdcontainer iframe .img_ad {
            width: 100% !important;
            height: auto !important;
        }

    


/* Start International ad */
#divAdvertisement {
    top: 15%;
    overflow-y: hidden;
}

    #divAdvertisement .modal-content{
        width:800px;
    }

    .Admodal-content {
        margin: auto;
        display: block;
    }

@media (max-width: 1366px) {
    #divAdvertisement {
        top: 5%;
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.InterAdclose {
    position: absolute;
    top: -1.3em;
    right: 0px;
    font-size: 40px;
    transition: 0.3s;
    color: white;
}

    .InterAdclose:hover,
    .InterAdclose:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    
    .Admodal-content {
        width: 100%;
    }
    #divAdvertisement .modal-content {
        width: 100%;
    }
    .InterAdclose {
        top: -.5em;
    }
}


/* End International ad*/