/*
CTC Separate Stylesheet
Updated: 2019-05-04 19:39:41
*/

/*
---------------------------------------------------------
S h o r t C o d e   P r o c h a i n e   s é a n c e
---------------------------------------------------------
*/
.prochseance {

    float: left;
    width: 100%;
    padding: 0px;
}

.prochseance .line {
    float: left;
    background: #aaa;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
}

.prochseance h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0px;
}

.prochseance .proch_content {
    float: left;
    width: 100%;
}

.prochseance .proch_content .affiche {
    float: left;
    width: 50%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 10px;

}

.prochseance .proch_content .affiche img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:959px) {
    .prochseance .proch_content .affiche {
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .prochseance .proch_content .affiche img {
        width: 100%;
        height: auto;
    }
}

.prochseance .proch_content .details {
    font-size: 1em;
    line-height: 25px;
    width: 100%;
}

.prochseance .proch_content .details h3 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 5px;
}

.prochseance .proch_content .details a {
    width: 80%;
    font-size: 1em;

}


@media screen and (max-width:959px) {
    .prochseance .proch_content .details {
        float: left;
        width: 100%;
        text-align: center;
    }
}

.prochseance .proch_content .vente_express {
    float: left;
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center;
    width: 30%;
    line-height: 3rem;
    font-weight: bold;
    background: #BB5722;
    border: 1px solid #BB5722;
    border-radius: 30px;
}

.prochseance .proch_content .vente_express a {
    text-decoration: none;
}

.prochseance .proch_content .vente_express:hover {
    background: #222;
}

@media screen and (max-width:959px) {
    .prochseance .proch_content .vente_express {
        float: right;
        margin-top: 50px;

    }
}

/*
---------------------------------------------------------
S h o r t C o d e   g r i l l e
---------------------------------------------------------
*/
.semaine {
    background: #ffffff;
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
}

/* Mobiles */
@media screen and (max-width:640px) {
    .semaine {
        padding-left: 0px;
    }
}

.semaine_fin {
    clear: both;
}

/* Première case en haut à gauche */
/* Ordinateurs */
.semaine .vide {
    float: left;
    width: 29.8%;
    color: #555;
    margin-top: 3px;
    margin-right: 1%;
    padding: 2px;
    font-size: 12px;
}

/* Tablettes */
@media screen and (max-width:959px) {
    .semaine .vide {
        width: 25%;
        font-size: 15px;
        height: 65px;
    }
}

/* Mobiles (la case disparait) */
@media screen and (max-width:640px) {
    .semaine .vide {
        display: none;
    }
}

/* Entête de la grille */
/* Ordinateurs */
.semaine .jour {
    background: #BB5722;
    float: left;
    width: 8%;
    height: 50px;
    color: #fff;
    font-size: 1rem;
    font-weight: bolder;
    padding: 2px;
    padding-top: 20px;
    margin-right: 1%;
    margin-top: 2px;
    text-align: center;
    border: 1px solid #BB5722;
    box-shadow: 2px 2px 5px #999;
}

/* Tablettes */
@media screen and (max-width:959px) {
    .semaine .jour {
        width: 9%;
        font-size: 17px;
        margin-right: 0.2%;
        height: 70px;
    }
}

/* Mobiles */
@media screen and (max-width:640px) {
    .semaine .jour {
        height: 50px;
        font-size:  0.7rem;
        width: 11%;
        margin-right: 0.2%;
    }
}

/* Colonne de gauche */
/* Ordinateurs */
.semaine .films {
    background: #1e1d2d;
    float: left;
    width: 21.6%;
    height: 50px;
    margin-top: 5px;
    margin-right: 0.2%;
    padding: 2px;
    font-size: 1rem;
    font-weight: bolder;
    border: 1px solid #1e1d2d;
    box-shadow: 2px 2px 5px #999;
}

.semaine .films a {
    color: #ffffff;
    text-decoration: none;
}

.semaine .films a:hover {
    color: #BB5722;
}

/* Tablettes */
@media screen and (max-width:959px) {
    .semaine .films {
        background: #1e1d2d;
        height: 90px;
        width: 20%;
        font-size: 15px;
        line-height: 22px;
        border: 1px solid #1e1d2d;
        box-shadow: 2px 2px 5px #999;
    }
}

/* Mobiles */
@media screen and (max-width:640px) {
    .semaine .films {
        width: 65%;
        margin-right: 0.2%;
        padding-right: 28px;
        font-size: 13px;
        height: 50px;
        border-right: 7px solid #1e1d2d;
        border-left: 7px solid #1e1d2d;

    }
}

/* Pictogrammes */
/* Ordinateurs */
.semaine .picto {
    background: #444;
    float: left;
    width: 8%;
    height: 50px;
    margin-top: 5px;
    margin-right: 0.2%;
    padding: 2px;
    text-align: center;
    font-size: 1rem;
    font-weight: bolder;
    border: 1px solid #444;
    box-shadow: 2px 2px 5px #999;
}

.semaine .picto .mension {
    color: #fff;
    width: 70%;
    margin: auto;
    margin-bottom: 1px;
}

/*Tablettes*/
@media screen and (max-width:959px) {
    .semaine .picto {
        height: 90px;
        width: 4.5%;
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .semaine .picto .mension {
        width: 95%;
        height: 18px;
        padding-top: 5px;
        margin-bottom: 2px;
    }
}

/* Mobiles */
@media screen and (max-width:640px) {
    .semaine .picto {
        float: left;
        width: 12%;
        height: 50px;
        padding-left: 1px;
        padding-right: 1px;
        margin-right: 0;
        border-left: 0;
        border-right: 0;

    }

    .semaine .picto .mension {
        width: 98%;
        float: left;
        font-size:  0.7rem;
        margin-bottom: 2px;
        margin-right: 1px;
        margin-left: 1px;
    }
}


/* Cases horaires */
/* Ordinateurs */
.semaine .horaires {
    background: #fff;
    float: left;
    width: 8%;
    height: 50px;
    color: #555;
    margin-top: 5px;
    padding: 2px;
    margin-right: 1%;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.2rem;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px #999;
}

.semaine .horaires a {
    font-weight: bolder;
    text-decoration: none;
}

/* Tablettes */
@media screen and (max-width:959px) {
    .semaine .horaires {
        height: 90px;
        width: 9%;
        margin-right: 0.2%;
        font-size: 1rem;
        line-height: 22px;
    }

}

/* Mobiles */
@media screen and (max-width:640px) {
    .semaine .horaires {
        height: 50px;
        width: 11%;
        color: #aaa;
        font-size: 0.6rem;
        line-height: 1.1rem;
        margin-right: 0.2%;


    }

    .semaine .horaires a {
        font-weight: bolder;
        color: #555;
    }
}

/*
---------------------------------------------------------
S h o r t C o d e   P r o g r a m m e
---------------------------------------------------------
*/

.programme {
    width: 100%;
    clear: both;
}

.finprog {
    width: 100%;
    clear: both;
}

.programme .smallfiche {
    background: #ffffff;
    float: left;
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 10px #ccc,
               -5px -5px 10px #ccc;
}

.gotonext {
    background: #eee;
    float: left;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 2px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #999;
}

.gotonext:hover {
    background: #555;
    color: #fff;
    box-shadow: 5px 5px 5px #BB5722;
}

.gotonext a:hover {
    color: #fff;
}

#progcurrent,
#prognext_1,
#prognext_2,
#prognext_3,
#prognext_4,
#prognext_5 {
    float: left;
    width: 100%;
}

#progcurrent h2,
#prognext_1 h2,
#prognext_2 h2,
#prognext_3 h2,
#prognext_4 h2,
#prognext_5 h2 {
    margin-bottom: 20px;
}



.programme .smallfiche .smallfiche_content {
    float: left;
    width: 100%;
}

/*
.programme .smallfiche .smallfiche_content h3 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 20px;
}*/

.programme .smallfiche .smallfiche_content .details {
    float: left;
    width: 60%;
    margin: 0;
}

.programme .smallfiche .smallfiche_content .details h3 a {
    text-decoration: none;
}

.programme .smallfiche .smallfiche_content .details .caution {
    float: right;
    color: #ffffff;
    background: #a82828;
    padding: 10px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 30px;
    margin-right: 30px;
}


.programme .smallfiche .smallfiche_content .affiche {
    float: left;
    width: 35%;
    margin-left: 5px;
    margin-top: 25px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.programme .smallfiche .smallfiche_content .affiche img {
    width: 95%;
    box-shadow: 5px 5px 5px #ccc;
}


.programme .smallfiche .grille {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 30px;
}

.programme .smallfiche .grille .semaine {
    width: 95%;
    background: #fff;
    float: left;
    margin-left: 2%;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    border : 0;
}

.programme .smallfiche .grille .semaine h5 {
    font-weight: bolder;
}

.programme .smallfiche .grille .semaine .jour {
    width: 11%;
    background: #BB5722;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 1%;
    margin-bottom: 5px;
    box-shadow: 2px 2px 5px #ccc;
    border: 1px solid #BB5722;
}

.programme .smallfiche .grille .semaine .horaires {
    width: 11%;
    margin-right: 1%;
    margin-bottom: 5px;
    box-shadow: 2px 2px 5px #ccc;
}

programme .smallfiche .grille .semaine .horaires a {
    text-decoration: none;
}

.programme .smallfiche .grille .semaine .vide {
    width: 5%;
    margin-right: 1.2%;
}

.programme .smallfiche .grille .semaine .picto {
    width: 5%;
    font-size: 1rem;
    font-weight: unset;
    margin-right: 1%;
    margin-bottom: 5px;
    box-shadow: 2px 2px 5px #ccc;
    border: 1px solid #444;
    background: #444;

}

.programme .smallfiche .grille .semaine .picto .mension {
    color: #fff;
    width: 70%;
    height: 20px;
    margin: auto;
    margin-top: 13px;
    margin-bottom: 1px;
}


.programme .smallfiche .date {
    float:left;
    background: #bb5722;
    font-weight: bolder;
    font-size: 1rem;
    width: 49%;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    margin-top: 10px;
    margin-left: 230px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 5px #aaa;
}

@media screen and (max-width:959px) {
    .programme .smallfiche {
        width: 100%;
        margin-right: 0;
    }

    .programme .smallfiche .smallfiche_content {
        width: 100%;
        border: none;

    }

    .programme .smallfiche .grille {
        width: 95%;
    }

    .programme .smallfiche .date {
        width: 99%;
        margin-bottom: 10px;
    }

    .fiche_film .fichepicto .elements .mention {
        font-size: 0.9em;
        margin-right: 10px;
    }

    .fiche_film .les_seances .grille .semaine .vide {
        width: 5%;
        margin-right: 1.2%;
    }

    .fiche_film .les_seances .grille .semaine .picto {
        width: 5%;
        margin-right: 1.2%;
    }

    .programme .smallfiche .date {
        width: 50%;
        margin-left: 25%;
        padding-left:0px;
        padding-right:0px;
    }

    .programme .smallfiche .smallfiche_content .details .caution {
        float: left;
        padding: 20px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 0px;
        margin-left: 10%;
    }


}

@media screen and (max-width:640px) {
    .programme .smallfiche .grille {
        width: 98%;
    }

    .programme .smallfiche .grille .semaine {
        box-shadow: 0 0 0;
    }

    .programme .smallfiche .grille .semaine .horaires {
        font-size: 1em;
        width: 13%;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }

    .programme .smallfiche .grille .semaine .jour {
        font-size: 1em;
        width: 13%;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }

    .programme .smallfiche .grille .semaine .vide {
        display: block;
        width: 5%;
        height: 45px;
        margin-right: 1%;
    }

    .programme .smallfiche .grille .semaine .picto {
        background: #444;
        width: 5%;
        height: 46px;
        margin-right: 1.2%;
        border: 0;
    }


    .programme .smallfiche .grille .semaine .picto .mension {
        float: left;
        background: #444;
        font-weight: bold;
        width: 80%;
        height: 80%;
        margin: auto;
        margin-bottom: 1px;
    }

    .programme .smallfiche .smallfiche_content .affiche {
        float: left;
        width: 100%;
        text-align: center;
    }

    .programme .smallfiche .smallfiche_content {
        float: left;
        font-size: 0.9em;
        line-height: 30px;
        width: 100%;
        text-align: center;
    }

    .programme .smallfiche .smallfiche_content .details {
        width: 100%;
    }

    .programme .smallfiche .smallfiche_content .details p {
        margin: 3%;
    }

/*
    .programme .smallfiche .smallfiche_content h3 {
        float: left;
        width: 100%;
        font-size: 1.2em;
        font-weight: normal;
        margin-bottom: 5px;
        padding-bottom: 0;
    }
*/


}

/*
---------------------------------------------------------
S h o r t C o d e   F i c h e
---------------------------------------------------------
*/

.fiche_film {
    width: 100%;
    clear: both;
}

.finfiche {
    width: 100%;
    clear: both;
}

.fiche_film .fiche {
    float: left;
    background: #ffffff;
    width: 48%;
    margin-top: 10px;
    margin-left: 2%;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #ccc,
               -5px -5px 5px #ccc;
}

.fiche_film .navigation {
    float: left;
    width: 100%;
}

.fiche_film .navigation .alignleft {
    float:inline-start;
    margin-left: 1%;
}

.fiche_film .navigation .alignright {
    float:inline-end;
    margin-right: 1%;
}


.fiche_film .fiche .fiche_content .affiche {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.fiche_film .fiche .fiche_content .affiche img {
    width: 320px;
    height: 426px;
    box-shadow: 5px 5px 5px #777;
}

.fiche_film .les_seances {
    width: 45%;
    height: 450px;
    float: right;
    margin-top: 20px;
    margin-right: 2%;
}

.fiche_film .les_seances .grille {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.fiche_film .les_seances .semaine {
    background: #ffffff;
    border: 1px solid #ccc;
    padding-bottom: 20px;
    box-shadow: 5px 5px 5px #ccc,
               -5px -5px 5px #ccc;
}


.fiche_film .les_seances .grille .semaine .jour {
    width: 11%;
    margin-right: 1.2%;
    background: #BB5722;
    border: 1px solid #BB5722;
}

.fiche_film .les_seances .grille .semaine .horaires {
    width: 11%;
    margin-right: 1.2%;
}

.fiche_film .les_seances .grille .semaine .horaires a {
    text-decoration: none;
}

.fiche_film .les_seances .grille .semaine .horaires a:hover {
    color: #BB5722;
}

.fiche_film .les_seances .grille .semaine .vide {
    width: 5%;
    margin-right: 1.2%;
}

.fiche_film .les_seances .grille .semaine .picto {
    width: 5%;
    background: #444;
    margin-right: 1.2%;
    border: 0px;

}

.fiche_film .les_seances .grille .semaine .picto .mension {
    background: #444;
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    width: 100%;
    height: 20px;
    border: 0px;
}

.fiche_film .les_seances .date {
    background: #faa;
    width: 50%;
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    box-shadow: 3px 3px 5px #aaa;
}

.fiche_film .fichepicto {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-right: 50px;
}

.fiche_film .fichepicto .elements {
    margin: 0 auto;
    width: 800px;
}

.fiche_film .fichepicto .elements .mention {
    float: left;
    margin-right: 20px;
    background: #555;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: white;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #777;
}

.fiche_film .fichepicto .elements .src_link {
    float: right;
    background: #eee;
    margin-right: 20px;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #777;
}

.fiche_film .fichepicto .elements .src_link img  {
    width: auto;
    height: 40px;
}

.fiche_film .fichepicto .elements .site_link {
    float: right;
    margin-right: 20px;
}


.fiche_film .synopsis {
    float: left;
    width: 45%;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 30px;
}

.fiche_film .trailer {
    float: right;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 4%;
    width: 35%;
    height: 350px;
}

.fiche_film .trailer .trailer_content {
    float: left;
    width: 100%;
    height : 100%;
    border: 1px solid #aaa;
    box-shadow: 5px 5px 5px #ccc,
               -5px -5px 5px #ccc;
}

.fiche_film .trailer .trailer_content iframe {
    width: 100%;
    height: 100%;
}

.fiche_head {
    width: 100%;
    margin-top: 0px;
    height: 800px;
    border-bottom: 2px solid #BB5722;
    Overflow:hidden;
    position: relative;
}

.fiche_head img {
    position: absolute;
    top: -90px;
    width: 100%;
    z-index: 1;
}

.fiche_head h1 {
    position: absolute;
    background-color: #00000099;
    width: 100%;
    font-size: 2em;
    font-weight: bolder;
    text-shadow: 4px 4px 5px #000000;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 600px;
    z-index: 2;
}


@media screen and (max-width:959px) {
    .fiche_film .fiche {
        width: 96%;
    }

    .fiche_film .les_seances {
        width: 100%;
        height:auto;

    }

    .fiche_film .grille .semaine {
        width: 95%;
        margin-left: 4%;
        margin-right: 5%;
    }

    .fiche_film .synopsis {
        width: 95%;
        margin-top: 20px;
        margin-left: 2%;
        margin-right: 2%;
    }

    .fiche_film .trailer {
        width: 100%;
    }

    .fiche_film .fichepicto {
        margin-right: 0;
    }

    .fiche_film .fichepicto .elements {
        width: 100%;
    }

    .fiche_film .fichepicto .elements .mention {
        font-size: 0.9em;
        margin-right: 10px;
    }

    .fiche_film .les_seances .grille .semaine .vide {
        width: 5%;
        margin-right: 1.2%;
    }

    .fiche_film .les_seances .grille .semaine .picto {
        width: 5%;
        margin-right: 1.2%;
    }

    .fiche_head {
        height:300px;
    }

    .fiche_head img {
        position: absolute;
        top: -50px;
        width: 100%;
        z-index: 1;
    }

    .fiche_head h1 {
        position: absolute;
        font-size: 1.5em;
        letter-spacing: 2px;
        margin-top: 200px;
    }

    .fiche_film .trailer {
        float: left;
        width: 95%;
        height: 400px;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-right: 2%;
        margin-left: 2%;
    }

    .fiche_film .trailer .trailer_content {
        float: left;
        width: 100%;
        height : 100%;
    }

    .fiche_film .trailer .trailer_content iframe {
        width: 100%;
        height: 100%;
    }


}
@media screen and (max-width:640px) {

    .fiche_film .fiche .fiche_content {
        text-align: center;
        font-size: 0.9em;
        line-height: 25px;
    }

    .fiche_film .fiche .fiche_content .affiche {
        float: none;
        margin-left: 0;
        margin-top: 5px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .fiche_film .fiche .fiche_content .affiche img {
        width: 225px;
        height : 300px;
    }

    .fiche_film .synopsis {
        font-size: 0.9em;
        line-height: 25px;
        text-align: justify;
    }


    .fiche_film .fichepicto .elements .mention {
        float: left;
        font-size: 0.8em;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .fiche_film .fichepicto .elements .src_link {
        margin-right: 0;
    }

    .fiche_film .fichepicto .elements .src_link img  {
        width: 30px;
        height: 30px;
    }

    .fiche_film .les_seances .grille .semaine .jour {
        font-size: 1em;
        width: 13%;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }

    .fiche_film .les_seances .grille .semaine .horaires {
        font-size: 1em;
        width: 13%;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }

    .fiche_film .les_seances .grille .semaine .vide {
        display: block;
        width: 5%;
        height: 45px;
        margin-right: 1.2%;
    }

    .fiche_film .les_seances .grille .semaine .picto {
        background: #444;
        width: 5%;
        height: 46px;
        margin-right: 1.2%;
        border: 0;
    }


    .fiche_film .les_seances .grille .semaine .picto .mension {
        float: left;
        background: #444;
        font-weight: bold;
        width: 80%;
        height: 80%;
        margin: auto;
        margin-bottom: 1px;
    }

    .fiche_head {
        height:200px;
    }

    .fiche_head img {
        position: absolute;
        width: 100%;
        top: 0px;
        z-index: 1;
    }

    .fiche_head h1 {
        position: absolute;
        font-size: 1em;
        letter-spacing: 2px;
        margin-top: 150px;
    }


}

/*
---------------------------------------------------------
S h o r t C o d e   F i l m   T i l e
---------------------------------------------------------
*/
.film_tile {
    float: left;
    width: 100%;
    padding: 10px;
}

.film_tile tile_content {
    text-align: center;
}
.film_tile  .tile_content .affiche, .affiche_med, .affiche_small {
    text-align: center;
}
.film_tile  .tile_content .affiche img {
    width: 270px;
    height: auto;
    box-shadow: 5px 5px 5px #777;
}

.film_tile  .tile_content .affiche_med img {
    width: 200px;
    height: auto;
    box-shadow: 5px 5px 5px #777;
}

.film_tile  .tile_content .affiche_small img {
    width: 120px;
    height: auto;
    box-shadow: 5px 5px 5px #777;
}

.film_tile .tile_content .details {
    margin-left: 10px;
    text-align: center;
}


/*
---------------------------------------------------------
S h o r t C o d e   P D F   P r o g
---------------------------------------------------------
*/
.pdf_prog {
   clear: both;
   margin-right: auto;
   margin-left: auto;
   width: 50%;
   height: 75px;
}

.pdf_prog .pdf_link {
    float: left;
    width: 170px;
    margin-top: 10px;
    margin-left: 20px;
    background: #BB5722;
    border-radius: 5px;
}

.pdf_prog .pdf_link .pdf_name {
    width: 100px;
    float: left;
    font-size: 0.7em;
    text-align: center;
}

.pdf_prog .pdf_link .pdf_name a {
    text-decoration: none;
}


.pdf_prog .pdf_link .pdf_img {
    width: 50px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.pdf_prog .pdf_link .pdf_img img {
    width: 50px;
    height: auto;
}

.end_pdf {
    clear: both;
}


/*
---------------------------------------------------------
P l u g i n   C o n t e n t   v i e w s
---------------------------------------------------------
*/
.pt-cv-readmore {
    color: white  !important;
    background-color: #a34  !important;
    border: none !important;
}









