
@font-face {
    font-family: 'bebas_neuebold';
    src: url('../font/bebasneue_bold-webfont.eot');
    src: url('../font/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../font/bebasneue_bold-webfont.woff') format('woff'),
         url('../font/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../font/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('../font/bebasneue_book-webfont.eot');
    src: url('../font/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bebasneue_book-webfont.woff2') format('woff2'),
         url('../font/bebasneue_book-webfont.woff') format('woff'),
         url('../font/bebasneue_book-webfont.ttf') format('truetype'),
         url('../font/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* General */

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

body {
    /*background: url('../img/header-bg.jpg') no-repeat center 100px;*/
    color: #00a7eb;
    background-color:#fff;
    font-size: 28px;
    font-family: 'bebas_neuebold', sans-serif;
    padding-top:30px;
}

a {
    color: #00a7eb;
    text-decoration: none;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
}

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

::-moz-selection {
    color: #00a7eb;
    background: rgba(54, 113, 195, 1);
}

::selection {
    color: #00a7eb;
    background: rgba(54, 113, 195, 1);
}


.btn {
    padding: 0;
    vertical-align: bottom;
    background: transparent;
    margin: 10px 0 0 0;
    font-size:inherit;
    border:2px solid #00a7eb;
    font-weight: 400;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    padding: 5px 25px;
    font-family: 'bebas_neuebook', sans-serif;
    border-radius: 0;
    letter-spacing: 2px;
}

.btn-default {
    vertical-align: bottom;
    background: transparent;
    border-color:#fff;
    margin: 10px 0 0 0;
    color: #fff;
    font-size:inherit;
    font-weight: 400;
}

.btn-primary {
    vertical-align: bottom;
    background: transparent;
    border-color:#2764b7;
    margin: 10px 0 0 0;
    color: #2764b7;
    font-size:inherit;
    font-weight: 400;
}

.btn-default:hover,
.btn-default:focus {
    vertical-align: bottom;
    background: #fff;
    border-color:#fff;
    margin: 10px 0 0 0;
    color: #2764b7;
    font-size:inherit;
    font-weight: 400;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #2764b7;
    border-color:#2764b7;
    color: #fff;
}

.btn-submit {
    background: #FFFFFF;
    padding: 0 15px;
    font-size: 38px;
    border: 0;
    margin: 0;
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    position: absolute;
    top: 0;
    right: 0px;
    color: #1292e5;
    border: 2px solid #1292e5;
}

.btn-submit:hover,
.btn-submit:focus {
    color: #00a7eb;
    outline:none;
}



/*content*/

header {
    position: relative;
    padding-top:580px;
}

.star-badge {
    position: absolute;
    top: -760px;
    left: 0;
    max-width: 180px;
}

.top-btns {
    font-size:0;
    position: relative;
}

.top-btns .btn {
    border-color: #1290e5;
    font-family: 'bebas_neuebold', sans-serif;
    color: #1290e5;
    vertical-align: middle;
    letter-spacing: 0;
    min-width: 210px;
    padding: 12px;
    font-size: 22px;
    margin: 10px 14px;
    background: #fff;
}

.top-btns .btn:nth-of-type(2) {
    border-color:#e64799;
    color:#e64799;
}

.top-btns .btn:nth-of-type(3) {
    border-color:#fdd16a;
    color:#fdd16a;
}

.top-btns .btn:nth-of-type(4) {
    border-color:#26c053;
    color:#26c053;
}

.top-btns .btn:nth-of-type(1):focus,
.top-btns .btn:nth-of-type(1):hover {
    background:#1290e5;
    color:#fff;
}

.top-btns .btn:nth-of-type(2):focus,
.top-btns .btn:nth-of-type(2):hover {
    background:#e64799;
    color:#fff;
}

.top-btns .btn:nth-of-type(3):focus,
.top-btns .btn:nth-of-type(3):hover {
    background:#fdd16a;
    color:#fff;
}

.top-btns .btn:nth-of-type(4):focus,
.top-btns .btn:nth-of-type(4):hover {
    background:#26c053;
    color:#fff;
}

.logo {
    max-width:400px;
    display:inline-block;
    margin:0 24px;
}

.buy-btn img {
    max-width:160px;
    height:auto;
    margin: 10px;
}

.buy-btn:focus img,
.buy-btn:hover img {
    opacity: 0.6;
}

.spotify-playlist-btn {
	display: inline-block;
	margin: 10px;
}

.album-info {
    background: #fff;
    width: 1000px;
    margin: auto;
    padding: 15px;
    margin-top: 50px;
    position: relative;
}

.album-title {
    font-family: 'Oswald', sans-serif;
    color:#1292e5;
    text-transform: uppercase;
    font-size:48px;
}

.album-text {
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    color:#26c053;
    text-transform: uppercase;
    font-size:20px;
}

.buy-buttons {
    width: 420px;
    display: inline-block;
    vertical-align: middle;
}

.spotify {
    width: 420px;
    display:inline-block;
    vertical-align: middle;
}

.spotify iframe > * {
    width:100%!important;
    height:100%!important;
}

.color-div {
    font-size:0;
    margin:0 auto 30px auto;
}

.color-div.top {
    margin:30px auto 0 auto;
}

.color-div span {
    width: 20%;
    height: 0;
    display: inline-block;
    padding: 1% 0;
}

.color-div span:nth-child(1) {
    background:#514f4f;
}

.color-div span:nth-child(2) {
    background:#e22b89;
}

.color-div span:nth-child(3) {
    background:#129be8;
}

.color-div span:nth-child(4) {
    background:#26c053;
}

.color-div span:nth-child(5) {
    background:#fbd16c;
}

.entry-content {
    /*background: url('../img/bg.png') no-repeat center bottom;*/
    margin:0;
    padding:10px 0;
    background-size:100% auto;
}

.entry-content p {
    color:#e22b89;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    font-size:28px;
}

.foot-note {
    /*position: absolute;
    bottom: 0;*/
    background: #000;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    width: 100%;
    padding: 3px;
    left:0;
}

.foot-note a {
    color: #fff;
}

.foot-note a:focus,
.foot-note a:hover{
    color: #fff;
    text-decoration: underline;
}

.video-wrapper {
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 1;
}

.doc-wrapper {
    margin: 15px auto;
    background: #fbd571;
    padding: 25px;
    position: relative;
    z-index: 1;
}

.pink {
    background: #e22b89;
}

.blue {
    background: #00a7eb;
}

.yellow {
    background: #fbd571;
}

.gray {
    background:#514f4f;
}

.green {
    background:#26c053;
}

.doc {
    padding-bottom: 56.25%;
    display: block;
    position: relative;
    height: 0;
    background:#000;
}

.doc-wrapper span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 60px;
    margin: auto;
    color: #fff;
    line-height: 1;
    font-size: 60px;
}

.doc-wrapper:focus,
.doc-wrapper:hover {
    opacity: 1;
}

.doc-wrapper:focus span,
.doc-wrapper:hover span {
    opacity:0.6;
    text-decoration: none;
}

.bundles {
    /*background: url('../img/bundle-bg.jpg') no-repeat center top;*/
    padding-top:10px;
    padding-bottom:80px;
    position: relative;
}

.bundles-wrapper {
    width:100%;
    margin: auto;
    text-align:center;
    font-size:0;
}

.bundle-info {
    font-size:20px;
    display:inline-block;
    width:23%;
    background:url(../img/blue.jpg) no-repeat center center;
    background-size:auto 100%;
    margin:1%;
    vertical-align: middle;
    border:10px solid transparent;
}

.bundle-info:nth-child(2) {
    background:url(../img/green.jpg) no-repeat center center;
    background-size:cover;
}

.bundle-info:nth-child(3) {
    background:url(../img/yellow.jpg) no-repeat center center;
    background-size:cover;
}

.bundle-info:nth-child(4) {
    background:url(../img/pink.jpg) no-repeat center center;
    background-size:cover;
}

.bundle-title {
    color:#fff;
    font-family: 'bebas_neuebold';
    text-transform: uppercase;
    font-size:36px;
    margin:10px 0 20px 0;
    padding:30px 25px 20px 25px;
    line-height:1.2;
    min-height:150px;
    display:inline-block;
}

.bundle-title span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 50%;
    line-height: 1.5;
    display: inline-block;
}

.bundle-info:nth-child(1):hover {
    background:#fff;
    height:180px;
    border:10px solid #1292e5;
}

.bundle-info:nth-child(1):hover .bundle-title {
    color:#1292e5;
    padding:20px 15px 10px 15px;
}

.bundle-info:nth-child(2):hover {
    background:#fff;
    height:180px;
    border:10px solid #26c053;
}

.bundle-info:nth-child(2):hover .bundle-title {
    color:#26c053;
    padding:20px 15px 10px 15px;
}

.bundle-info:nth-child(3):hover {
    background:#fff;
    height:180px;
    border:10px solid #fdd16a;
}

.bundle-info:nth-child(3):hover .bundle-title {
    color:#fdd16a;
    padding:20px 15px 10px 15px;
}

.bundle-info:nth-child(4):hover {
    background:#fff;
    height:180px;
    border:10px solid #e22b89;
}

.bundle-info:nth-child(4):hover .bundle-title {
    color:#e22b89;
    padding:20px 15px 10px 15px;
}

.album-cover {
    margin-bottom: 10px;
}

.buy-btns {
    margin-bottom:30px;
}

.buy-btn {
    display:inline-block;
    vertical-align: middle;
}

.buy-btns .buy-btn + .buy-btn {
    margin:0 0 0 70px;
}

.buy-btns .buy-btn:nth-child(3) {
    position: relative;
    top: 10px;
}

.logo-sm {
    border-top:1px solid #fff;
    padding-top:30px;
    margin-bottom:10px;
}

.btn-bundle:after, .btn-bundle:before {
    content: "";
    width: 206px;
    height: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}


.buckets {
    padding-top:50px;
    padding-bottom:50px;
}

.buckets div {
    width: 360px;
    margin: 1.5%;
    display: inline-block;
    padding: 2%;
    height: 340px;
    color: #fff;
    vertical-align: middle;
    position: relative;
}

.amazon img {
    width:60px;
    height:auto;
}

.buckets .bucket-title {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight:700;
}

.buckets p {
    font-size: 16px;
    font-weight:300;
    font-family: 'Oswald', sans-serif;
}

.apple .btn-bucket {
    margin-top:15px;
}

.target .btn-bucket {
    margin-top:25px;
}

.spotify .btn-bucket {
    margin-top:25px;
}

.spotify .fa {
    color:#84bd00;
}

.btn-bucket {
    background: #fff;
    border-radius: 50px;
    width: 230px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color:#000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    top:auto;
    margin: auto;
}

.btn-bucket:focus,
.btn-bucket:hover {
    text-decoration: none;
    color: #fff;
    background: #5D5D5D;
}

.buckets .apple {
    background: url('../img/apple-bucket.jpg') no-repeat center top;
    background-size:cover;
}

.buckets .amazon {
    background: url('../img/amazon-bucket.jpg') no-repeat center top;
    background-size:cover;
}

.buckets .target {
    background: url('../img/target-bucket.jpg') no-repeat center top;
    background-size:cover;
}

.buckets .spotify {
    background: url('../img/spotify-bucket.jpg') no-repeat center top;
    background-size:cover;
}

.banner {
    margin: 40px auto;
}

.newsletter {
    margin: 90px auto 15px auto;
}

.form-text {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0 auto 20px auto;
    font-size: 24px;
    font-weight: 400;
}

.email-wrapper {
    display: inline-block;
    position: relative;
    width: 450px;
    margin: auto;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

.form-control:-ms-input-placeholder {
   color: #fff;
}

.form-inline .form-control {
    background: #1292e5;
    border: 0;
    padding: 14px 25px 15px 25px;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    border-radius: 25px;
    border:2px solid #1292e5;
}

.form-control:focus {
    outline:none;
    background:#fff;
    color:#1292e5;
}

.focused.btn-submit {
    outline:none;
    background:#1292e5;
    color:#fff;
}

.form-group {
    position:relative;
}

.custom-fa {
    border: 0;
    margin:0 10px;
    font-size: 28px;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 2;
    background: transparent;
    color: #514f4f;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.custom-fa:hover {
    color:#e22b89;
}

.fa-custom {
    width: 78%;
    height: auto;
    margin: auto;
    display: block;
    padding: 2px;
    margin-top: 4px;
}

.social-icons {
    padding: 0;
    margin: 30px auto 30px auto;
    font-size: 11px;
}

.social-icons li {
    margin:0 2px;
    list-style-type: none;
    display:inline-block;
    vertical-align: top;
}

footer {
    background:#efefef;
    margin-top:100px;
}

.rca-logo {
    margin:50px auto 20px auto;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    opacity: 1;
    max-width:100px;
}

.rca-logo:hover,
.rca-logo:focus {
    opacity: 0.6;
}

.footer-copy {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin:0;
    color:#9c9c9c;
    padding-bottom:50px;
}

.footer-copy a {
    color:#9c9c9c;
}


/* Responsive */

@media (min-width: 1400px) {

    .container {
        width:1400px;
    }

}

@media (max-width: 1400px) {

    .logo {
        max-width:330px;
    }

    .top-btns .btn {
        min-width: 170px;
    }

    .bundle-title {
        padding: 30px 0 20px 0;
        font-size: 30px;
        min-height:134px;
    }

    .bundle-info:nth-child(1):hover,
    .bundle-info:nth-child(2):hover,
    .bundle-info:nth-child(3):hover,
    .bundle-info:nth-child(4):hover{
        height: 164px;
    }

    .buy-btns .buy-btn + .buy-btn {
        margin: 0 0 0 27px;
    }

}

@media (max-width: 1199px) {

    .logo {
        max-width: 290px;
    }

    .top-btns .btn {
        min-width: 130px;
        font-size: 18px;
    }

    .bundle-title {
        font-size: 25px;
        min-height: 118px;
    }

    .bundle-info:nth-child(1):hover, .bundle-info:nth-child(2):hover, .bundle-info:nth-child(3):hover, .bundle-info:nth-child(4):hover {
        height: 148px;
    }

    .buy-btns .buy-btn + .buy-btn {
        margin: 0 0 0 5px;
    }

    .buy-btns .buy-btn img {
        max-width: 140px;
        height: auto;
        margin: 10px;
    }

}


@media (max-width: 991px) {


    .logo {
        max-width: 450px;
        display:block;
        margin: 0 auto 30px auto;
    }

    .bundle-info {
        width: 345px;
        background-size: cover;
        margin:15px 7px;
    }

    .bundle-title {
        font-size: 32px;
        min-height: 118px;
    }

    .bundle-info:nth-child(1):hover, .bundle-info:nth-child(2):hover, .bundle-info:nth-child(3):hover, .bundle-info:nth-child(4):hover {
        height: 176px;
        width: 325px;
        margin:15px 17px;
    }

    .bundle-info:nth-child(1):hover .bundle-title,
    .bundle-info:nth-child(2):hover .bundle-title,
    .bundle-info:nth-child(3):hover .bundle-title,
    .bundle-info:nth-child(4):hover .bundle-title {
        padding:30px 15px 20px 15px;
    }

    .buy-btns .buy-btn + .buy-btn {
        margin:0;
    }

    .buy-btns .buy-btn {
        margin:10px 15px!important;
    }

    .buy-btns {
        width:750px;
        margin-left:auto;
        margin-right:auto;
    }

}

@media (max-width: 767px) {

    .logo {
        width: 450px;
        max-width: 90%;
    }

    .top-btns .btn {
        min-width: 140px;
        margin: 10px 7px;
    }

    .bundles-wrapper {
        width: 320px;
        margin: auto -15px;
        display: inline-block;
    }

    .bundle-title {
        padding: 30px 25px 20px 25px;
        min-height:138px;
    }

    .bundle-info:nth-child(1):hover .bundle-title, .bundle-info:nth-child(2):hover .bundle-title, .bundle-info:nth-child(3):hover .bundle-title, .bundle-info:nth-child(4):hover .bundle-title {
        padding: 20px 15px 20px 15px;
    }

    .bundle-info {
        width: 320px;
        margin: 5px -10px;
    }

    .bundle-info:nth-child(1):hover, .bundle-info:nth-child(2):hover, .bundle-info:nth-child(3):hover, .bundle-info:nth-child(4):hover {
        margin-left: -10px;
        margin-right: -10px;
        width: 310px;
        margin: 14px -10px;
        height: 170px;
    }

    .buy-btns {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }

    .buy-buttons {
        width: 100%;
    }


    .email-wrapper {
        width: 320px;
        max-width: 90%;
    }

    .form-text {
        font-size: 18px;
    }

    .custom-fa {
        margin:0;
        font-size: 25px;
        width: 48px;
        height: 48px;
    }

}
