.display-type {
    font-family: 'flamablack', helvetica, sans-serif;
    font-size: 288px;
    color:#001722;
    letter-spacing: 2.5px;
    text-align: center;
    line-height: 200px;
}

.display-text{
    font-family: 'flamalight', helvetica, sans-serif;
    font-size: 50px;
    color: #001722;
    letter-spacing: -0.5px;
    word-spacing: 5.5px;
    text-align: center;
    line-height: 75px;
	display:block;
}

.text-body{
    margin: 0 auto;
    width:95%;
    font-family: 'flamalight', helvetica, sans-serif;
    font-size: 16px;
    color:#222;
    text-align: justify;
    word-spacing: -1px;
    letter-spacing: -.5px;
}

.text-body span{
    text-transform: uppercase;
}

.separator {
    text-align: center;
}

.separator img.img-responsive{
    margin: 0 auto;
}
.button{
    cursor: pointer;
    margin: 30px 5px;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #001722;
    transition: all .3s ease-in-out;
}

.button a{
    width:100%;
    height:100px;
    line-height: 100px;
    text-decoration: none;
    color:white;
    margin: 0 auto;
    display: block;
    font-size: 40px;
    text-transform: uppercase;
}

.button .bg{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    outline: #001722 solid 2px;
    opacity: .2;
    animation: pulse 1.3s infinite alternate;
}
.button:hover a{
    color: #001722;
    background: #fff200;
}


@keyframes pulse{
    0%{
        transform: scale(1.04, 1.15);
        opacity: .2;
    }
    100%{
        transform: scale(1.05, 1.20);
        opacity: 1;
    }
}

.darkblue{
    background-color: #001722;
}

.yellow{
    background-color: #fff200;
}

.yellow  div:first-child{
    padding: 12px 7px 0;
}

.yellow > div{
    padding: 0 7px;
}

.yellow  div p{
    margin: 0;
}
.yellow  div h2.title{
	margin-top:0;
    margin-bottom: 16px;
}

.yellow  div h2.title a{
    font-family: 'flamabold', helvetica, sans-serif;
    font-size: 20px;
    color: #001722;
    letter-spacing: -.5px;
    padding: 2px 0;
    word-spacing: 2px;
    background-color: rgba(0,0,0,0);
    transition: all .6s cubic-bezier(0.42, 0, 0.15, 1.15);
}

.yellow div h2.title a:hover {
    color:#fff;
    background-color: rgba(0,0,0,1);
}

.yellow  div p.text,.yellow  div div.text{
    font-size: 14px;
    color: #001722;
    letter-spacing: .5px;
    line-height: 18px;
    margin-bottom: 10px;
}

.yellow  div p.text-info{
    font-size: 10px;
    color: #001722;
    letter-spacing: .5px;
    line-height: 1.3;
}

.yellow  div p.text-info a{
    color: #001722;
}

.yellow  div p.text-info a:hover{
    text-decoration: underline;
}

.yellow  div hr{
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.3);
}
.margin-bottom-6{
    margin-bottom: 6px;
}

.margin-top-20{
    margin-top: 20px;
}
.darkblue p{
    font-family: 'flamamedium', helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    letter-spacing: .2px;
    color: #fff;
}

.banner-carousel .slides > div
{
	 background-position: center center;
	  background-repeat: no-repeat;
	 
	    background-size: contain;
}

@media screen and (max-width: 479px){
    .display-type {
    font-size: 180px;
    line-height: 130px;
    }

    .display-text{
    font-size: 33px;
    line-height: 33px;
    }
}

@media screen and (max-width: 767px){
    .margin-bottom-6{
        margin-bottom: 0;
    }

    .margin-bottom-6:first-of-type{
        margin-bottom: 0;
        margin-top: 15px;
    }
    .darkblue p {
        line-height: 44px;
    }
}
.edition--view .separator {
    text-align: left;
}
.edition--view .separator img.img-responsive{
    margin: 0;
}
.edition--view .text-body {
    text-align: left;
    width: 100%;
    font-size: 16px;
    word-spacing: -0.055em;
    letter-spacing: .0065em;
    margin-left: 0;
    max-width: calc(100% - 104px);
}
.edition--view .subtitle-bold {
    font-size: 0.9em;
}
.edition--year {
    position: relative;
    vertical-align: top;
    display: inline-block;
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 2px;
}
.edition--year_text {
    font-size: 18px;
    color: #323b8c;
    font-family: 'flamamedium';
    position: absolute;
    left: 100%;
    top: 28px;
    margin: 0;
    line-height: 1;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.edition--info {
    width: 290px;
    display: inline-block;
}
.edition--slogan {
    font-size: 11.875px;
    word-spacing: 2px;
    letter-spacing: .146em;
    text-transform: uppercase;
    font-family: 'flamaregular', sans-serif;
    margin-left: 2px;
    margin-top: 6px;
    margin-bottom: 20px;
    color: #666;
    white-space: nowrap;
}
.edition--slogan span{
    color: #ca0088;
}
.edition--view .poster {
    min-height: 100%;
    max-width: 360px;
    margin-left: auto;
}
.list-a {
    width: 100%;
    float: left;
}
.list-a a{
}
.list-a a + a div.button.download {
    margin-left: 3px;
}
.list-a div.button.download {
    width: calc(33.33333333% - 2px);
    margin-right: 0;
    margin-top: 3px;
    margin-left: 0;
}
.list-a div.button.download.yellow {
    text-decoration: none;
    color: #001722;
    background-color: #fff200;

}
.list-a div.button.download strong {
    font-family: 'flamamedium', sans-serif;
}
.list-partners {
    margin: 45px 0;
}
.block-partners {
    display: inline-block;
    float: left;
}
.block-partners + .block-partners {
    margin-left: 30px;
}
.partner-title {
    font-family: 'flamabold', sans-serif;
    font-size: 10px;
    color: #000;
    margin-bottom: 15px;
    width:100%;
}
.block-partners img {
    display: inline-block;
}
.block-partners img + img{
    margin-left: 20px;
}

.partner-images {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
 
  align-items: baseline;

}

.partner-images img {
  max-height: 40px;  /* Or whatever */
  max-width:70px;
  margin: 10px;  /* Magic! */
  display:inline-block;
}
