.title{
    font-family: 'flamalight';
    font-size: 26px;
    margin: 20px 0;
    letter-spacing: 0.1px;
    word-spacing: 0.5px;
    position: relative;
}

.title:after{
    content: "";
    background: url(../images/separator@small.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    margin-bottom: 20px;
    top: 105%;
}

h1.title {
    font-family: 'flamabold', helvetica, sans-serif;
    font-size: 26px;
    margin: 33px 0;
    letter-spacing: 0.1px;
    word-spacing: 0.5px;
    position: relative;
}

.content{
    position: relative;
    margin: 0 auto;
    float:left;
}

.content .col-3{
    width: 100%;
    padding: 1%;
    float: left;
}

.poster{
    position: relative;
    /*background-color:#123456;*/
   /* min-height: 300px;*/
}

.poster .year{
    position: absolute;
    top:1%;
    left:1%;
    margin: 0;
    color: #001722;
    font-family: 'flamabold', helvetiva, sans-serif;
    font-size: 75px;
    line-height: 60px;
}

.poster .year span{
    color: #fff;
}

div.button.download{
	margin:0;
    font-family: 'flamalight', helvetiva, sans-serif;
    font-size: 12px;
    color: white;
    width: 32.5%;
    margin-top: 0.75%;
    margin-right: 0.5%;
    float: left;
    line-height: 22px;
    text-align: center;
    background-color: #001722;
}

div.button.download span{
    color:#ed1c24;
	text-transform:uppercase;
}

.sponsor{
    width:100%;
    position: relative;
    float:left;
}




.sponsor h1{
    font-family: 'flamalight', helvetiva, sans-serif;
    font-size: 14px;
    text-align: right;
    width: 21.5%;
    margin: 0;
    padding: 1% 0.5% 1% 0;
    color: #001722;
    display: inline-block;
    float: left;
}

.sponsor img {
    width: 62%;
    padding: 2% 0 0 6%;
    display: inline-block;
    float: left;
}

.press .clearfix{margin-bottom:0px}

@media screen and (min-width: 768px){

	.press .clearfix{margin-bottom:15px}
    .title{
        font-family: 'flamalight';
        font-size: 26px;
        margin: 20px 0 40px;
        letter-spacing: 0.1px;
        word-spacing: 0.5px;
        position: relative;
    }
    .content {
        min-width: 85%;
        margin: 0 7.5%;
    }
    .poster{
        min-height: 195px;
    }
    .content .col-3{
        width: 33.333%;
        padding: 0.333%;
    }
    .button {
    /*width: 49%;*/
	width: 47%;
    margin-top: 1%;
    margin-right: 1%;
    }
    .sponsor img {
    width: 73%;
    padding: 4% 0 0 17%;
    }
}

@media screen and (min-width: 992px){
    .content {
        min-width: 78%;
        margin: 0px 11%;
    }
    .poster{
        min-height: 220px;
    }
    .content .col-3{
        width: 33.333%;
        padding: 0.333%;
    }
}

@media screen and (min-width: 1200px){
    .content {
        min-width: 75%;
        margin: 0 12.5%;
    }
    .poster{
        min-height: 280px;
    }
    .content .col-3{
        width: 33.333%;
        padding: 0.333%;
    }
}