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

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

}

/* General */

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

body {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
     min-width: 817px;
}

a {
    color: #fff;
    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: #fff;
    outline: 0;
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.underline:hover, .underline:focus {
    text-decoration: none;
}

::-moz-selection { 
    color: #fff;  
    background: #dadada; 
}

::selection { 
    color: #fff;  
    background: #dadada; 
} 

p {
    line-height: 2;
}

header {
    background: url('../images/header.png') no-repeat center 10px #65c2c4;
    min-height:700px;
    position:relative;
}

header:after {
    content: '';
    height: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.4);
    left: 0;
    right: 0;
}

.album {
    position:absolute;
    bottom:-50px;
    left:0;
    right:0;
    z-index: 2;
}

.main {
    background:#d02230;
    padding: 80px 0 0px 0;
}

.page-title {
    font-family: 'boltbold', serif;
    font-weight:900;
    text-transform:uppercase;
    font-size:56px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 1;    
}

.page-title span {
    display:block;
    font-size:36px;
}

.div {
    font-family: 'Crimson Text', sans-serif;
    font-style: italic;
    font-size:22px;
    position: relative;
    margin:20px;
}

.div:before {
    content:'';
    width:100%;
    height:1px;
    background:#fff;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.div span {
    display:inline-block;
    padding:2px 15px;
    background:#d02230;
    position: relative;
    z-index:1;
}

.sub-title {
    font-weight:300;
    font-size:38px;
    margin:60px auto 15px auto;
}

.sub-title.italic {
    font-family: 'Crimson Text', sans-serif;
    font-weight:300;
    font-style:italic;
}

.buy-btn {
    display:inline-block;
}

.small {
    font-size:14px;
    margin:10px auto;
}

.socials {
    margin:10px auto 30px auto;
}

.socials a {
    color:#fff;
}

.socials a:focus,
.socials a:hover {
    color:#65c2c4;
    text-decoration:none;
}

.socials .fa-inverse {
    color:#d02230;
}

.hash {
    font-weight:300;
    margin:0 10px;
}

.video {
    background: url('../images/video.png') no-repeat center 5px;
    min-height:635px;
}

.video .container {
    position:relative;
}

.video-wrapper {
    width: 730px;
    position: absolute;
    right: 0;
    left: 270px;
    top: 50px;
    bottom: 0;
    margin: auto;
}

.embed-responsive {
    border-radius: 12px;
    border:12px solid #65c2c4;
}

.teal {
    color:#488a8b;
}

footer {
    font-family: 'Lato', sans-serif;
    background:#fff;
    color:#a3a3a3;
    font-size:12px;
    padding:60px 0;
}


footer a {
    color:#a3a3a3;
}

.footer-copy p {
    margin:0;
}

.footer-copy p:last-child {
    margin:10px 0 0 0;
}


@media (max-width: 1199px) {

    .video {
        min-height: 520px;
        background-size: 1400px;
    }

    .video-wrapper {
        width: 500px;
        left: 165px;
        top: 20px;
    }

}

@media (max-width: 991px) {

    header {
        background-size: 1333px auto;
        min-height: 500px;
    }

    .album {
        max-width: 220px;
    }

    .page-title {
        font-size: 36px;
        line-height: 0.8;  
    }

    .page-title span {
        font-size: 70%;
        margin-top: 10px;
    }  

    .sub-title {
        font-size: 30px;
    }

    .video {
        min-height: 345px;
        background-size: 1020px;
    }

    .video-wrapper {
        width: 330px;
        left: 85px;
        top: 20px;
    }

    footer {
        padding:60px 15px;
    }

}


@media (max-width: 767px) {

    header {
        min-height: 240px;
        background-size: 620px auto;
    }

    .album {
        max-width: 140px;
    }

    .main {
        padding: 60px 0 30px 0;
    }    

    .page-title {
        font-size: 26px;
        line-height: 1;  
    }

    .buy-btn {
        max-width:48%;
        display:inline-block;
    }

    .buy-btn {
        max-width:48%;
    }

    .video-wrapper {
        width: 280px;
        left: 0;
    }

}
.shadow2{-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 1);
box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 1);}
.card{ width: 817px; height: 566px; position: relative; margin: 20px auto 0px auto; background: url(../images/card.png) top center no-repeat;}
section.cards{background: #d02230; position: relative;}
.sp40{ width: 100%; position: relative; height: 40px; line-height: 40px; font-size: 40px}
.generate_btn{ position: relative; text-align: center;}
.page-title-s{font-family: "boltbold",serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: uppercase; width:700px;margin:0px auto; position: relative;}
    .card_left{ position: absolute; top:50px; left: 40px; width: 320px;}
    .card_cover{ margin: 10px 0px 0px 0px; position: relative;}
    .play_btn{ position: relative; text-align: center;}
    .buy{ position: relative; margin: 8px 0px 0px 0px}
    .buy img{ display: inline-block; vertical-align: middle; margin: 5px 6px 0px 6px}

    .message{ position: absolute; top:248px; left: 417px;}
    .message textarea{ width: 360px; height: 260px; resize:none; position: relative; background: transparent; border: 0px solid #000000; font-family: 'djb_miss_molly_brownregular', cursive; font-size: 30px; line-height: 44px; color: #000000}
    .photo{ width: 244px; height: 269px; z-index: 3; position: absolute; bottom:-30px; right: -10px; background: url(../images/photo.png) top center no-repeat;}
    .photo_close{ position: absolute; top:-10px; right: -10px;}
    .preview{ position: absolute; top:37px; left: 37px;}
    .rotate{

    transform: rotate(17deg) ;
    -webkit-transform: rotate(17deg) ;
    -moz-transform: rotate(17deg) ;
    -o-transform: rotate(17deg) ;
    -ms-transform: rotate(17deg) ;

}