﻿/*@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300);*/

.award-box {
    border-top: 1px solid #af9751;
    padding-top: 15px;
    line-height: 1.6em;
}

.pageTitleCont .pageTitle h1,
.pageTitleCont .intro,
.navButton.next.right {
    visibility: hidden;
}

.freeTrialAnimBox {
    display: none;
}

#oscarContent {
    margin: 0px 20px 20px 20px;
}

    /*#oscarContent h1, #oscarContent h2, #oscarContent p.subheading, #oscarContent p.intro {
        color: #af9751;*/
        /*font-family: 'PT Serif', serif;*/
    /*}*/

p.subheading {
    font-size: 2.5em;
}

p.intro {
    line-height: 1.5em;
    font-size: 1.2em;
}

#oscarContent h1 {
    margin: 20px 20px 10px 0px;
    font-size: 1.8em;
    font-weight: normal;
    text-transform: uppercase;
}

.movieItem {
    padding: 5px;
    margin-bottom: 10px;
}

    .movieItem p {
        margin-left: 5px;
    }

    .movieItem a {
        text-decoration: none;
        cursor: pointer;
        color: #999;
    }

        .movieItem a:hover {
            text-decoration: none !important;
            color: #af9751; /*gold*/
        }

    .movieItem a {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0.8;
    }

    .movieItem:hover a,
    .movieItem:hover span {
        opacity: 1;
    }

    .movieItem div.nominee {
        font-weight: bold;
        font-size: 1.1em;
        border-radius: 2px;
        padding: 4px;
        overflow: hidden;
        width: 535px;
    }
    /*.categoryGroup.voted .movieItem  label div.nominee{
	margin-top: 3px;
}*/
    .movieItem label.selected div.nominee a, div.nominee {
        color: #af9751;
        opacity: 1;
    }

.winners .movieItem.winner label div.nominee {
    background: none repeat scroll 0 0 rgba(175, 151, 81, 0.75);
    border: 1px solid #af9751;
    color: white;
    display: inline-block;
    font-weight: bold;
    margin-left: -8px;
    margin-top: -3px;
    width: 602px;
}

/*.winners .movieItem.winner label div.nominee a:hover {
        color: #af9751;
        border-color: #ffffff;
        background: none repeat scroll 0 0 rgba(175, 151, 81, 0.1);
    }*/

.categoryGroup.voted .movieItem a, .winners .movieItem a {
    color: #333;
    position: relative;
}

.categoryGroup.voted .movieItem .slider, .winners .movieItem .slider {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 1;
}

.categoryGroup.voted .movieItem.hover .slider {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.categoryGroup.voted .movieItem .slider {
    /*background: repeating-linear-gradient(-21deg, transparent, transparent 10px, rgba(255, 255, 255, 0.59) 10px, rgba(255, 255, 255, 0.73) 20px) repeat scroll 0 0 #f9f9f9;*/
    /*border-radius: 5px;*/
    background-color: #f9f9f9;
    display: block;
    height: 30px;
    left: 17px;
    margin-left: -25px;
    margin-bottom: -28px;
    position: relative;
    top: 0;
    width: 610px;
    z-index: 0;
}


.categoryGroup:not(.voted) .movieItem .votes {
    display: none;
}

.categoryGroup.voted .movieItem .votes {
    position: absolute;
    right: 0;
    top: 6px;
    /*font-weight: bold;
    font-size: 12px;*/
}

.winners .movieItem.winner .votes {
    /*color: #ffffff;
    right: 23px;*/
    z-index: 1;
}

.categoryGroup.voted .movieItem .slider .percent {
    left: 0px;
    width: 50%;
    opacity: 0.4;
    margin-left: 0px;
    background-color: #cfbf99;
    /*background: repeating-linear-gradient(-21deg, transparent, transparent 10px, rgba(255, 255, 255, 0.43) 10px, rgba(255, 255, 255, 0.95) 20px) repeat scroll 0 0 #cfbf99;*/
}

.winners .movieItem .slider .percent {
    background-color: transparent !important;
    /*background: repeating-linear-gradient(-21deg, transparent, transparent 10px, rgba(255, 255, 255, 0.43) 10px, rgba(255, 255, 255, 0.95) 20px) repeat scroll 0 0 #cfbf99;*/
}

.categoryGroup.voted .movieItem a:hover {
    color: #333;
}

.categoryGroup {
    margin-top: 10px;
    padding: 2px;
}

    .categoryGroup > h2 {
        font-size: 3.2em;
        font-weight: normal;
        /*text-shadow: 3px 4px 1px #f1f1f1;*/
        margin-top: 20px;
    }

.featuredImage img {
    border: 10px solid #eeeeee;
    box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.22);
}

.oscarImage {
    display: none;
}

#Nominees.winners .oscarImage {
    display: block;
    margin-left: 115px;
    margin-top: 148px;
    position: absolute;
    width: 155px;
}

.featuredImage img.chosen {
    border: 10px solid #af9751;
    border-top-color: #CFBF99;
    border-left-color: #BFAB75;
    border-bottom-color: #8B7741;
}

.categoryGroup .votes {
    margin-left: 270px;
}

.categoryGroup .myPickRadio {
    display: none;
}

.categoryGroup label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.categoryGroup input[type=radio] + label:before {
    /*content: "\2022";*/
    content: " ";
    cursor: pointer;
    width: 19px;
    height: 19px;
    position: absolute;
    left: -17px;
    top: 5px;
    /*margin-right: 10px;
    padding-bottom: 1px;*/
    background-color: #af9751;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    /*color: #f3f3f3;
    font-size: 53px;
    line-height: 20px;
    text-align: center;*/
}

.categoryGroup input[type=radio]:checked + label:before {
    background-image: url("tick.png");
    background-position: 0 0;
    background-size: 20px auto;
    content: "";
}

.categoryGroup.voted .movieItem:not(.voted) input[type=radio] + label:before,
.winners .categoryGroup .movieItem:not(.voted) input[type=radio] + label:before {
    opacity: 0.15;
}

/*.moreInfoDiv {
    background: #ffffff;
    border: 1px solid #af9751;
    border-radius: 5px;*/
    /*height: 17px;*/
    /*position: absolute;
    display: none;
    z-index: 5;
    padding: 10px;
    width: 130px;
}*/

.oscarBtn {
    padding: 5px 7px 5px 7px;
    margin: 43px 23px 0px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    background-color: #af9751;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.8);
    /*border-radius: 10px;*/
}

    .oscarBtn:hover {
        box-shadow: none;
    }

.categoryGroup .finalizeVoting {
    margin-left: 34px;
}

.categoryGroup.voted .finalizeVoting,
.winners .categoryGroup .finalizeVoting,
.votingClosed .finalizeVoting {
    visibility: hidden;
}


.message-voting-closed {
    padding: 30px;
    text-align: center;
    border: solid 2px #af9751;
    margin-top: 30px;
}


.winner span.slider {
    background-color: transparent !important;
}

    .winner span.slider > .percent {
        background-color: transparent !important;
    }

#top-image-box {
    background-color: rgba(100, 74, 11, 1);

}

#top-image {
    width:950px;
    margin: auto;

}

/*============================= Catalog advert ==================================*/
.bafta-text {
    padding: 20px;
    background-color: rgba(229, 228, 226, 1);
    text-align:center;
}

    .bafta-text a {
        width: 150px;
        margin: auto !important;
    }
