@font-face {
    font-family:'AvenirNext-Bold';
    src: url('../font/AvenirNext-Bold_gdi.eot');
    src: url('../font/AvenirNext-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('../font/AvenirNext-Bold_gdi.woff') format('woff'),
        url('../font/AvenirNext-Bold_gdi.ttf') format('truetype'),
        url('../font/AvenirNext-Bold_gdi.svg#AvenirNext-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}

@font-face {
    font-family:'CenturyGothic-Bold';
    src: url('../font/CenturyGothic-Bold_gdi.eot');
    src: url('../font/CenturyGothic-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('../font/CenturyGothic-Bold_gdi.woff') format('woff'),
        url('../font/CenturyGothic-Bold_gdi.ttf') format('truetype'),
        url('../font/CenturyGothic-Bold_gdi.svg#CenturyGothic-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-F003;
}

/* General */

html {
    position: relative;
    min-height: 100%;
}

body {
    background:url(../img/bg.png) no-repeat left top #000;
    background-size:auto 100%;
    color: #fff;
    font-size: 20px;
    font-family:'AvenirNext-Bold';
}

a {
    color: #f61747;
    text-decoration: none;
}

a:hover, a:focus {
    color: #fff;
    outline: 0;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'CenturyGothic-Bold';
}

p {
	margin: 0 0 10px 0;
	font-size: 22px;
	text-transform: none;
	font-weight: bold;
	font-family: AvenirNext-Bold;
	text-align: center;
}

header {
    padding-top:30px;
}

.logo:nth-of-type(1) {
    margin-top:20px;
}

.logo:nth-of-type(2) {
    padding:0 60px;
    margin:30px auto 40px auto;
}

.page-title {
    color: #000;
    text-transform: uppercase;
    margin: 0;
    font-size: 58px;
    letter-spacing: 21px;
    text-indent: 21px;
    line-height:1;
    display:block;
}

.title {
    font-size: 26px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 0 60px;
}

.date-title  {
    font-size: 68px;
    color: #a0262d;
    text-transform: uppercase;
    display:block;
}


.buy-links-wrapper {
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
}

.buy-links-wrapper:nth-of-type(2) {
    margin-left:40px;
}

.buy-links-wrapper > span {
    font-size:40px;
    vertical-align: middle;
    color:#f61747;
    margin-right:10px;
}

header .buy-links-wrapper {
    vertical-align: super;
}

header .buy-links-wrapper span {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-family:'CenturyGothic-Bold';
  vertical-align: middle;
    margin: 0 5px;
}

.buy-links {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.buy-links a {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
    height: 30px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.buy-links a:focus,
.buy-links a:hover {
    color:#a0262d;
}

.buy-links a.play {
    width: 24px;
    height: 24px;
    margin-top:0px;
}

.fa-custom, .fa-custom img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24px;
    bottom: 0;
    height: 24px;
}

.fa-custom:hover img:last-child {
    display:none;
}

.fa-custom img:first-child {
    display:none;
}

.fa-custom:hover img:first-child {
    display:inline-block;
}


.video-wrapper {
    display: inline-block;
    width: auto;
    vertical-align: bottom;
    margin:0 10px;
}

.social-icons {
    margin: 0 auto;
    padding: 0;
    margin: 10px auto;
}

.social-icons li {
    margin:0 15px;
    list-style-type: none;
    display:inline-block;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
    vertical-align: middle;
}

.social-icons li a {
	color: #FFFFFF;
	font-size: 22px;
}

.social-icons li a:focus,
.social-icons li a:hover {
	color: #FFFFFF;
	font-size: 22px;
}

.entry-content {
    margin:15px auto;
    display:inline-block;
}

.liquid .media {
    background:rgba(255,255,255,0.8);
    padding:15px;
    margin:0 0 20px 0;
}

.enter {
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 40px!important;
    font-family:'AvenirNext-Bold';
    border-radius: 0;
    color:#fff!important;
}

.enter:hover {
	color: #FFFFFF!important;
}

.social {
    background:#000;
    color:#fff;
    padding:0 50px;
    margin-top:60px;
}

.section-title {
    text-align: center;
    color: #fff;
    font-size: 72px;
    text-transform: uppercase;
    margin: 30px auto 60px auto;
}

footer {
    padding-top:40px;
    background:transparent;
    padding-bottom:40px;
}

footer p {
    font-size:11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin:0;
    text-shadow:none;
    font-family: Arial;
    font-weight:bold;
}

footer a {
    color:#fff;
    text-shadow:none;
}



/* Responsive */


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

    .container .row .col-sm-4 {
        width:48%;
        text-align:center;
    }

    .container .row .col-sm-4:first-child {
        width:100%;
        display:block;
    }

}

@media (min-width: 768px) {
    .container-fluid.modded {
        width: 700px;
        margin:0 0 0 50%;
    }

    .entry-content {
        width:100%;
    }
}

@media (max-width: 1400px ) {
    .container-fluid.modded {
        width: 50%;
        margin: 0 0 0 45%;
    }
}

@media (max-width: 1199px ) {

    .date-title {
        font-size: 50px;
    }

}


@media (max-width: 767px) {
    .container-fluid.modded {
        width: 100%;
        margin:0;
    }

    body {
        background: url(../img/bg.png) no-repeat left top #000;
        background-size: auto 320px;
        padding-top:300px;
    }

    .page-title {
        font-size: 39px;
        letter-spacing: 1px;
        text-indent: 1px;
            line-height: 1.2;
    }

    .letterspaced-title {
            line-height: 1.2;
    }

    .album-title {
        font-size: 38px;
        letter-spacing: 10px;
        text-indent:0;
            line-height: 1.2;
    }

    .entry-content {
        width: 100%;
    }

    .social-icons li {
        margin: 0 7px 0 0;
        list-style-type: none;
        display: inline-block;
        -webkit-transition: color 300ms linear;
        -moz-transition: color 300ms linear;
        -o-transition: color 300ms linear;
        transition: color 300ms linear;
        vertical-align: top;
    }
    .enter {
        text-transform: uppercase;
        font-size: 30px;
        border-radius: 0;
    }

    .social {
        padding: 0 20px;
    }

    .logo:nth-of-type(2) {
        padding:0;
    }

    .title {
        font-size: 18px;
        padding: 0 0;
    }

    .date-title {
        font-size: 40px;
    }

    header .buy-links-wrapper span {
        font-size:20px;
        display:block;
    }

}
