@charset "UTF-8";

/* CSS Document */

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background: #280f64;
    padding: 35px;
    background: url(../images/mili-bg.jpg) center center repeat-y;
    background-size: cover;
}

html,
body {
    height: 100%
}


/*
.wow {
    visibility: hidden;
}
*/

.wrapper {
    width: 100%;
    height: 100%;
    display: none;
}

#status {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
    background-color: #181717;
}

#preloader {
    width: 60px;
    /* background-color: #000000; */
    z-index: 9999;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}


/*LOADER-7*/

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    /* display: table-cell; */
    /* vertical-align: middle; */
    margin: 0 auto;
}

.loader-7 .line {
    width: 8px;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#8f5bd7), to(#ff9ac4));
    background: -webkit-linear-gradient(top, #8f5bd7, #ff9ac4);
    background: -o-linear-gradient(top, #8f5bd7, #ff9ac4);
    background: linear-gradient(to bottom, #8f5bd7, #ff9ac4);
}

.loader-7 .line1 {
    left: 0;
    -webkit-animation: line-grow 0.5s ease alternate infinite;
    animation: line-grow 0.5s ease alternate infinite;
}

.loader-7 .line2 {
    left: 20px;
    -webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;
    animation: line-grow 0.5s 0.2s ease alternate infinite;
}

.loader-7 .line3 {
    left: 40px;
    -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
    animation: line-grow 0.5s 0.4s ease alternate infinite;
}

@keyframes line-grow {
    0% {
        height: 0;
    }
    100% {
        height: 75%;
    }
}


/* Reset */


/*.navbar {
	position:absolute;
	top:40px;
	right:0px;
	z-index:9999;
}*/

.navbar-default {
    border: none !important;
    background-color: transparent;
    z-index: 99;
}

.navbar-brand {
    padding: 0;
}

.nav>li>a {
    /*    padding: 0;*/
    margin: 0;
    padding: 10px 15px;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 5px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    /*    background: #8f5bd7;*/
    /* Old browsers */
    /*    background: -moz-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);*/
    /* FF3.6-15 */
    /*    background: -webkit-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*    background: linear-gradient(to right, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5bd7', endColorstr='#ff9ac4', GradientType=1);
    /* IE6-9 */
    background-size: 100% 2px;
    background-position: center bottom 9px;
    background-repeat: no-repeat;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-background-inline-policy: each-box;
    color: #FFFFFF;
}

.navbar-right {
    margin-right: 0px;
}

.no-padding {
    padding: 0 !important;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
    color: #FFFFFF;
    text-transform: uppercase;
}

.fullHeight {
    min-height: 100%;
    height: 100%;
    overflow-y: hidden;
    position: relative;
}

hr {
    height: .15rem;
    width: 9%;
    margin-left: 3%;
    background: #8f5bd7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    border: none;
    transition: .3s ease-in-out;
}

/* .one:hover~hr {
    margin-left: 4.5% !important;
}

.two:hover~hr {
    margin-left: 22.5% !important;
}

.three:hover~hr {
    margin-left: 41.5% !important;
}

.four:hover~hr {
    margin-left: 61.5% !important;
}

.five:hover~hr {
    margin-left: 83.5% !important;
}

.six:hover~hr {
    margin-left: 86.5% !important;
} */

.one:hover~hr {
    margin-left: 3% !important;
}

.two:hover~hr {
    margin-left: 15% !important;
}

.three:hover~hr {
    margin-left: 28% !important;
}

.four:hover~hr {
    margin-left: 42% !important;
}

.five:hover~hr {
    margin-left: 58% !important;
}

.six:hover~hr {
    margin-left: 72% !important;
}
.seven:hover~hr {
    margin-left: 88% !important;
}

/* Globals */

#canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
}

h1 {
    font-size: 115px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 82px;
    padding: 20px 0px;
}

.small_head {
    padding: 0;
    margin: 0;
}

p small {
    font-size: 65px;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0px;
}

h5 {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0px;
    line-height: 20px;
}

.gradient-bg {
    background: #8f5bd7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8f5bd7 0%, #af6dd1 80%, #ff9ac4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8f5bd7 0%, #af6dd1 80%, #ff9ac4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8f5bd7 0%, #af6dd1 80%, #ff9ac4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5bd7', endColorstr='#ff9ac4', GradientType=1);
    /* IE6-9 */
}

.gradient-font {
    background: #8f5bd7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5bd7', endColorstr='#ff9ac4', GradientType=1);
    /* IE6-9 */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-border {
    background: #8f5bd7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5bd7', endColorstr='#ff9ac4', GradientType=1);
    /* IE6-9 */
    background-size: 100% 2px;
    background-position: center bottom 4px;
    background-repeat: no-repeat;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-background-inline-policy: each-box;
}

a {
    font-size: 12px;
    color: #ffffff;
}

.know_more a:hover {
    animation: bg 10s linear infinite;
    color: #ffffff;
    text-decoration: none;
}

@keyframes bg {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}


/* Homepage */

.home-left {
    background: url(../images/home_banner.png) center center no-repeat;
    background-size: cover;
}

.home-right {
    background: rgba(33, 33, 33, 0.85);
    background: -webkit-linear-gradient(right, rgba(33, 33, 33, 0.85), rgba(33, 33, 33, 1));
    /* For Safari 5.1 to 6.0 */
}

.home .content,
.contact .content {
    padding: 30px 80px;
    height: 100%;
}

.home .content p {
    padding: 5px 0px;
}

.slide_full {
    z-index: 0;
}

ul.buy {
    z-index: 1;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    list-style: none;
    width: 100%;
    background: #2d2933;
    text-transform: uppercase;;
}

ul.buy li {
    float: left;
    display: inline-block;
    width: 50%;
    background: url(../images/btn_bg.png) top left repeat;
    height: 50px;
    padding-top: 17px;
    font-size: 12px;
    position: relative;
    bottom: 0px;
}

ul.buy li:first-child {
    border-right: 1px solid #3e3a44;
}

ul.buy li:hover {
    background: #8f5bd7;
    background: -moz-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    background: -webkit-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    background: linear-gradient(to right, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    cursor: pointer;
}
ul.inner_ul li{
    text-transform: none !important;
}

ul.inner_ul li:hover {
    background: #0025ff;
    color: #ffffff;
}

ul.inner_ul li a:hover {
    color: #ffffff;
    outline: inherit;
    text-decoration: none;
}

.paddingFix {
    bottom: -10px !important;
}

ul.buy li.active {
    background: #8f5bd7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5bd7', endColorstr='#ff9ac4', GradientType=1);
    /* IE6-9 */
    height: 60px;
    padding-top: 27px;
    bottom: 0px !important;
    border-right: none;
}

ul.buy li.active>ul,
ul.buy li.active>.active_tip_fix {
    display: block;
}

ul.buy ul {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    padding: 0;
    display: none;
}

ul.buy ul li {
    display: block;
    float: none;
    width: 100%;
    background: #2235a6;
    background-image: none;
}

ul.buy ul li a {
    display: block;
    width: 100%;
    height: 50px
}

ul.buy ul li .fa {
    padding-right: 10px;
}

ul.buy ul li:hover {
    background-color: #af6dd1;
}

.active_tip_fix {
    background: url(../images/button_active_fix.png) top center no-repeat;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    display: none;
}

.downArrow {
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
    margin-top: 40px;
    background: #8f5bd7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8f5bd7 0%, #af6dd1 20%, #ff9ac4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5bd7', endColorstr='#ff9ac4', GradientType=1);
    /* IE6-9 */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.downarrow_hover a:hover {
    outline: inherit;
}

.player_widget {
    height: 280px;
    background: #000000;
    width: 100%;
    margin: 20px 0;
}

.itunes {}

.widgets_main {
    text-align: center;
    margin: 0;
    padding: 0;
}

.widgets_main li {
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    list-style-type: none;
    cursor: pointer;
}

.spotify_li img {
    background: url(../images/widgets/spotify.svg) no-repeat;
    background-size: cover;
    width: 41px;
    height: 41px;
}

.itunes_li img {
    background: url(../images/widgets/itunes.svg) no-repeat;
    background-size: cover;
    width: 41px;
    height: 41px;
}

.cloud_li img {
    background: url(../images/widgets/cloud.svg) no-repeat;
    background-size: cover;
    width: 41px;
    height: 41px;
}

.youtube_li img {
    background: url(../images/widgets/youtube.svg) no-repeat;
    background-size: cover;
    width: 41px;
    height: 41px;
}

.music_li img {
    background: url(../images/widgets/music.svg) no-repeat;
    background-size: cover;
    width: 41px;
    height: 41px;
}

.active_widget.spotify_li img {
    background: url(../images/widgets/spotify_1.svg) no-repeat;
    background-size: cover;
    width: 41px;
    height: 41px;
}

.active_widget.itunes_li img {
    background: url(../images/widgets/itunes_1.svg) no-repeat;
    background-size: cover;
    width: 41px;
    height: 41px;
}

.active_widget.cloud_li img {
    background: url(../images/widgets/cloud_1.svg) no-repeat;
    background-size: cover;
    width: 41px;
    height: 41px;
}

.active_widget.youtube_li img {
    background: url(../images/widgets/youtube_1.svg) no-repeat;
    background-size: cover;
    width: 41px;
    height: 41px;
}

.active_widget.music_li img {
    background: url(../images/widgets/music_1.svg) no-repeat;
    background-size: cover;
    width: 41px;
    height: 41px;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

#fp-nav {
    position: absolute;
    right: 5%;
    top: 50%;
    /*    margin-top: -20px;*/
    z-index: 999;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #ffffff;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    background: #8053d9;
}

.fp-enabled body,
html.fp-enabled {
    padding: 17.5px;
}

#fp-nav.right {
    right: 4%;
}

.vs-wrapp {
    height: 92px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto 30px 0;
    /*    width: 300px;*/
}

.vs {
    height: 10000px;
}

.vsItem {
    margin: 0;
    line-height: 80%;
    letter-spacing: 5px;
    font-size: 115px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
    /*    line-height: 80px;*/
}

. {}


/*
#fp-nav ul li{
    width: 10px;
    height: 10px;
    margin-bottom: 20px;
    list-style-type: none;
}
#fp-nav ul li >.active {
    background: #8053d9;
}

#fp-nav ul li a{
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
}
*/


/* Contact Page */

.contact .content {
    color: #969696;
    font-size: 12px;
}

.contact .content a {
    color: #969696;
    text-decoration: underline;
}

.contact .email-grp {
    margin-bottom: 30px;
}

.contact .form-group {
    width: 70%;
}

.contact .input-group {
    width: 100%;
}

.contact .input-group-addon {
    padding: 0;
    border-radius: 0px;
    border: none;
    width: 50px !important;
}

.contact input[type="email"] {
    border-radius: 0px;
    border: 1px solid transparent;
    font-size: 12px;
}

.contact button[type="submit"] {
    border-radius: 0px;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
    height: 34px;
    font-size: 12px;
    padding: 0px 20px;
    background: #8f5bd7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8f5bd7 0%, #af6dd1 50%, #ff9ac4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8f5bd7 0%, #af6dd1 50%, #ff9ac4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8f5bd7 0%, #af6dd1 50%, #ff9ac4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5bd7', endColorstr='#ff9ac4', GradientType=1);
    /* IE6-9 */
}

.contact .social-links {
    color: #0f0f0f;
}

.contact .social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact .social-links ul li {
    display: inline-block;
    background-color: #FFFFFF;
    text-align: center;
    margin-right: 10px;
}

.contact .social-links ul li a {
    display: inline-block;
    background-color: #FFFFFF;
    padding-top: 5px;
    font-size: 18px;
    height: 35px;
    width: 35px;
    text-align: center;
    color: #0f0f0f;
}

.home_social {
    margin-top: 20px;
}

.home_social .social-links ul li a {
    padding-top: 2px;
    font-size: 16px;
    height: 25px;
    width: 25px;
}

.copyright {
    color: #5b5b5b;
    margin-top: 60px;
}

#result {
    color: #ffffff;
}


/* Story */

.img_animate {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.img_animate:after {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #221d2a;
    z-index: 2;
    transition: all 0.8s ease;
}

.img_animate.showing:after {
    right: 100%;
}

body.story {
    height: auto;
}

.story .wrapper {
    background: rgba(33, 33, 33, 0.85);
    color: #969696;
}

.story h3,
.story h5 {
    color: #ffffff;
}

.story section {
    padding: 25px;
}

.story .navbar-header {
    padding: 25px;
}

.story nav {
    padding-bottom: 0px;
}

.story .musicians {
    background: rgba(33, 33, 33, 0.90);
}

.story .scroll {
    position: absolute;
    bottom: 50px;
    left: 50%;
    display: inline-block;
}

.story .inlineImage-padding {
    padding-left: 100px;
    padding-bottom: 50px;
}

.story .first-col {
    padding-right: 70px;
}

.story .singer-speak h3 {
    font-weight: 900;
    line-height: 28px;
    text-transform: none;
}

.story .team {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.story .team .text-container {
    padding: 150px 0;
}

.story .team-mili {
    background-image: url(../images/mili_main.jpg);
}

.story .team-vinnie {
    background-image: url(../images/story-1.jpg);
}

.story .team-james {
    background-image: url(../images/story-2.jpg);
}

.story .team-george {
    background-image: url(../images/story-3.jpg);
}

.story .team-bill {
    background-image: url(../images/story-4.jpg);
}

.story .team-michael {
    background-image: url(../images/story-6.jpg);
    min-height: 500px;
}

.story .quote h3 {
    text-transform: none !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.team-michael h3{
    color: #000000;
}

/* Discography */

body.discography {
    height: auto;
}

.discography .wrapper {
    background: rgba(33, 33, 33, 0.85);
    color: #969696;
    height: 100%;
}

.discography section {
    padding: 25px;
}

.discography .navbar-header {
    padding: 25px;
}

.discography nav {
    padding-bottom: 0px;
}

.discography h3 {
    background: #8f5bd7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8f5bd7 0%, #ff9ac4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8f5bd7 0%, #ff9ac4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8f5bd7 0%, #ff9ac4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5bd7', endColorstr='#ff9ac4', GradientType=1);
    /* IE6-9 */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.discography p {
    line-height: 30px;
}


/* Video */

body.video {
    min-height: 100%;
    height: auto;
}

.video .wrapper {
    background: rgba(33, 33, 33, 0.85);
    color: #969696;
    height: 100%;
}

.video section {
    padding: 25px;
}

.video .navbar-header {
    padding: 25px;
}

.video nav {
    padding-bottom: 0px;
}

.videos_id {
    margin: 0;
    padding: 0;
    list-style: none;
}

.videos_id li {
    display: inline-block;
    padding-bottom: 30px;
    cursor: pointer;
}

.video .figure {
    position: relative;
}

.video .figure .play {
    position: absolute;
    top: 20px;
    left: 20px;
}

.video .figure .figure-caption {
    color: #a5a5a5;
    padding-top: 15px;
}

.video .figure .desc {
    color: #969696;
    font-size: 12px;
}

.figure-img {
    opacity: 0.5;
    animation: opacity 0.5s ease-out;
}

.figure:hover img {
    opacity: 1;
    animation: opacity 0.5s ease-out;
}

.figure-img:hover {
    opacity: 1;
    animation: opacity 0.5s ease-out;
}

.video section {
    min-height: 100%;
}


/*Gallery Page*/

.gallery_main {
    padding: 0;
    margin: 0;
}

.gallery_main li {
    padding: 0 10px;
    margin: 10px 0;
    list-style-type: none;
}

.zoom_image {
    cursor: zoom-in;
}

.gallery_large {
    /*    height: 490px;*/
    overflow: hidden;
}

.gallery_small {
    /*    height: 235px;*/
    overflow: hidden;
}

.gallery_medium {
    /*    height: 500px;*/
    overflow: hidden;
}

.zoom_in_gallery {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    padding: 15px;
    margin: 0 10px;
    background: url(../images/bg_zoom.png) no-repeat;
    background-size: contain;
    /*
    background: -webkit-linear-gradient(left top, #5b4f4a, #d9d2cb);
    box-shadow: 1em 1em 4.4em -1em #000000 inset;
*/
    /* border-bottom-right-radius: 40px; */
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
    border: 0;
}


/*Video Modal*/

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}

.modal-content {
    border-radius: 0px;
    height: 100%;
    width: 100%;
    border: 0px;
    /*    padding: 50px;*/
}

.modal-body {
    /*    background: #d3ecf2; */
    z-index: 0;
    padding: 0 40px;
}


/*Video_iframe*/

#modal_video_inner .modal-content {
    /*    opacity: 0.9;*/
    background-color: transparent;
    height: 100%;
    position: absolute;
    top: 0;
}

#modal_video_inner .modal-body {
    padding: 0;
    width: 100%;
    height: 100%;
}

.modal_bg {
    width: 100%;
    height: 100%;
    background: #221d2a;
    /*    opacity: 0.9;*/
}

#Video_youtube {
    width: 80%;
    height: 70%;
    margin: 7% 10%;
}

button.close {
    position: absolute;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 0;
    outline: inherit;
    height: 30px;
    top: 10px;
    right: 25px;
    z-index: 9;
    opacity: 1;
    border: 2px solid #ffffff;
    padding: 5px 5px 10px;
    color: #ffffff;
    /* background: #fff; */
}

button.close:hover {}

.close_video_iframe {
    opacity: 1;
    font-size: 42px !important;
}

.close_video_iframe:hover {
    color: #ffffff;
    opacity: 1;
}

@media screen and (min-width: 1600px) and (max-width: 10000px) {
    body {
/*        padding: 5% 15%;*/
    }
    .fp-enabled body,
    html.fp-enabled {
/*        padding: 2% 5%;*/
    }
}

@media screen and (max-width: 1100px) {
    .home_img_1 {
        background: url(../images/home_banner.png) center center no-repeat;
        height: 590px;
        background-size: contain;
    }
    .home_img_2 {
        background: url(../images/home_banner_2.jpg) center center no-repeat;
        height: 590px;
        background-size: contain;
        margin-bottom: 30px;
    }
    .home .content,
    .contact .content {
        padding: 30px 70px 70px 70px;
        height: 100%;
    }
}

@media screen and (max-width: 900px) {
    a {
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
    .nav>li>a {
        padding: 10px 9px;
    }
    .vs-wrapp {
        height: 60px;
    }
    .vsItem {
        font-size: 75px;
    }
    .fp-section {
        height: auto !important;
        padding: 0;
    }
    .gallery_large,
    .gallery_small {
        height: auto;
    }
    p small {
        font-size: 45px;
    }
    .text-rotator {
        font-size: 50px;
    }
    .itunes {
        height: 280px;
    }
}

@media screen and (max-width: 1024px) {
    .contact .fullHeight {
        overflow-y: unset;
    }
    .home-left {
        background-size: 100%;
    }
}

@media screen and (max-width: 748px) {
    body {
        padding: 10px;
    }
    body,
    html {
        overflow: scroll;
    }
    .fp-enabled body,
    html.fp-enabled {
        padding: 5px;
    }
    .fullHeight {
        height: auto;
        overflow-y: unset;
    }
    .home .content,
    .contact .content {
        padding: 20px 20px 70px 20px;
    }
    .home-left {
        height: 330px;
    }
    #fp-nav {
        display: none;
    }
    .vs-wrapp {
        height: 60px;
    }
    .vsItem {
        font-size: 75px;
    }
    .widgets_main li {
        margin-right: 5px;
    }
    .home-left {
        margin: 30px 0;
    }
    .story section,
    .video section,
    .discography section {
        padding: 5px;
    }
    .story .navbar-header,
    .video .navbar-header,
    .discography .navbar-header,
    .contact .navbar-header {
        padding: 10px 5px;
    }
    .gallery_large,
    .gallery_small {
        height: auto;
    }
    .home_img_1 {
        background: url(../images/home_banner.png) center center no-repeat;
        height: 300px;
        background-size: contain;
    }
    .home_img_2 {
        background: url(../images/home_banner_2.jpg) center center no-repeat;
        height: 300px;
        background-size: contain;
        margin-bottom: 30px;
    }
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .player_widget {
        height: 280px;
    }
    .itunes {
        height: 280px;
        margin-bottom: 50px;
    }
}


/* iPad potrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .story .inlineImage-padding {
        width: 350px;
        padding-left: 50px !important;
    }
}


/* iPad landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .story .inlineImage-padding {
        width: 450px;
        padding-left: 50px !important;
    }
}


/*Rotate rock*/

.text-rotator {
    font-size: 80px;
    /* margin-top: 100px; */
    position: relative;
    padding: 60px 0;
}


/* .hidethis {
  display:none;
} */

.slogan {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    overflow: hidden;
}

.slogan ul {
    position: relative;
    display: inline-block;
    overflow: visible !important;
    vertical-align: top;
    list-style: none;
    width: 400px;
}

.slogan ul li {
    padding: 0px 0px 20px 0px;
    position: absolute;
    /*     top: 0; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*transition: all 1s;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1em;
    width: 400px;
}

.slogan ul li:nth-child(2) {
    top: 2em;
}

.slogan ul li:nth-child(3) {
    top: 4em;
}

.slogan ul li:nth-child(4) {
    top: 6em;
}

.slogan ul li:nth-child(5) {
    top: 8em;
}

.slogan ul li:nth-child(6) {
    top: 10em;
}

@media screen and (max-width:480px) and (min-width:376px) {
    .text-rotator {
        font-size: 60px;
    }
    .slogan ul li,
    .slogan {
        letter-spacing: 0px;
        word-spacing: 0px;
        font-size: 1em;
    }
    .slogan ul li:nth-child(2) {
        top: 2em;
    }
    .slogan ul li:nth-child(3) {
        top: 4em;
    }
    .slogan ul li:nth-child(4) {
        top: 6em;
    }
    .slogan ul li:nth-child(5) {
        top: 8em;
    }
    .slogan ul li:nth-child(6) {
        top: 10em;
    }
    .story .inlineImage-padding {
        padding-left: 0px !important;
    }
}

@media screen and (max-width:375px) and (min-width:0px) {
    .text-rotator {
        font-size: 60px;
    }
    .slogan ul li,
    .slogan {
        letter-spacing: 0px;
        word-spacing: 0px;
        font-size: 1em;
    }
    .slogan ul li:nth-child(2) {
        top: 2em;
    }
    .slogan ul li:nth-child(3) {
        top: 4em;
    }
    .slogan ul li:nth-child(4) {
        top: 6em;
    }
    .slogan ul li:nth-child(5) {
        top: 8em;
    }
    .slogan ul li:nth-child(6) {
        top: 10em;
    }
    .story .inlineImage-padding {
        padding-left: 0px !important;
    }
}

/* CSS for the New Store Page */
h4.text-capitalize-1 {
    color: #fff; 
    font-size: 1.3rem;
}
ul.store-links-1 {
    margin-top: -25px;
}
ul.store-links-1 li {
    padding: 8px 5px;
}
ul.store-links-1 li a {
    border-right: 1px solid white;
}
ul.store-links-1 li:last-child a {
      border-right: none;
}
ul.store-links-1 li:first-child a {
    padding-left: 0;
}
a.store-links {
    font-size: 1.3rem;
    padding: 5px 10px 5px 0;
    border-right: 1px solid #fff;
}
a.store-links:hover, 
a.store-links:active {
    color: #fff;
    text-decoration: underline;
}
.inlineImageStore-padding {
    padding-bottom: 50px !important;
}
@media screen and (max-width:375px) and (min-width:0px) {
    .inlineImageStore-padding {
        padding-left: 0px !important;
    }
}
@media screen and (max-width:480px) and (min-width:376px) {
    .inlineImageStore-padding {
        padding-left: 0px !important;
    }
}
div.center-aligned-container {
    align-items: center;
    align-self: center;
}
div.shop-links {
    margin-top: -40px;
}
/*img#album-popup {
    margin: 5% 10%;
}*/
.album-popup-button {
    /*position: absolute;*/
    /*float: right;
    /*right: 25px;
    top: 10px;*/
    border-radius: 0px;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
    height: 34px;
    font-size: 12px;
    padding: 0px 20px;
    background: #8f5bd7;
    background: -moz-linear-gradient(left, #8f5bd7 0%, #af6dd1 50%, #ff9ac4 100%);
    background: -webkit-linear-gradient(left, #8f5bd7 0%, #af6dd1 50%, #ff9ac4 100%);
    background: linear-gradient(to right, #8f5bd7 0%, #af6dd1 50%, #ff9ac4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5bd7', endColorstr='#ff9ac4', GradientType=1);
    z-index: 9999;
}