/* Misc Debris
================================================== */

body  {
	opacity:0;
}

html {  
-webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
-webkit-text-stroke-width: 0.1px;

}

#toggleMute {
    margin-top: 20px;
    font-size: 20px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    border: 2px solid #808080;
}

button:hover, .button:hover {
    color: #000;
}

button, .button {
    transition: all 0.4s ease 0s;
    display: inline-block;
    padding: 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: rgba(248, 248, 248, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    color: #c0c0c0;
    border: 1px solid transparent;
    text-decoration: none;
    line-height: 100px;
    margin: 3px;
    border-radius: 10px;
}


.goto {
	position: absolute;
	left:0;
	top: 360px;
	right: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 50px;
}


.goto .button{
	font-size: 30px;
	font-family: 'Dancing Script', cursive;
	padding: 10px;
	text-transform: none;
}

.fa-volume-up { 
	line-height: inherit;
}

fa {
	line-height: inherit;
}

.pattern {
    background-image:url(../img/pattern.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}

.divider {
    background-image:url(../img/divider.png);
    display:block;
    width:300px;
    height:35px;
    margin:10px auto
}


#colorize {
    color:#ffffff;
    font-family:'Questrial',sans-serif;
    font-size:40px
}

.two {
	background-color: gray;
}

.three {
	background-image:url(../img/band.jpg);
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 2020px;
}

.buy {
    background-color: #333;
    min-height: 200px;
}

.last {
	min-height: 600px;
}

.bg-primary ul {
	margin-top: 10px;
	list-style-type: none;
	font-size: 1.2em;
	text-align: center;
	margin-left: 0;
	padding-left: 0;
}


.container-fluid {
	color: #ffffff;
}

.buy a {
	color: #ffffff;
}

.buy a:hover,
a:focus {
    text-decoration: none;
    color: #9c27c1;
}


/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    z-index:550;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden;
}

.big-background .big-background-container {
    width:830px;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.big-background-title {
    font-family:'Raleway',sans-serif;
    font-size:78px;
    color:#fff;
    font-weight:300;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:22px;
    padding-top:20px;
    display:inline-block;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}

a.big-background-btn {
    font-family:'Questrial',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    background:transparent;
    border:2px solid #fff;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

.big-background-default-image {
    background:url(../img/helm.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}



/* ABOUT SECTION
================================================== */
.about-section {
    font-family:'Questrial',sans-serif;
    color:#7f8c8d;
    background:#fff;
    padding:60px 20px
}

.about-section-container {
    text-align:center;
    padding-bottom:50px
}

.about-section-title {
    font-family:'Raleway',sans-serif;
    font-size:40px;
    background:#fff;
    color:#3d566e;
    padding:0 35px;
    margin-bottom:22px;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:center center;
    text-transform:uppercase
}



a.about-section-btn {
    font-family:'Questrial',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#34495e;
    background:transparent;
    border:2px solid #34495e;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.about-section-btn:hover {
    color:#fff;
    background: #34495e;
}



/* SMALL VIDEO BACKGROUND 
================================================== */
.small-background-section {
    font-family:'Raleway',sans-serif;
    padding:100px 0;
    position:relative;
    width:100%;
    overflow:hidden
}

.small-background-container {
    position:relative;
    text-align:center
}

.small-background-title {
    font-size:40px;
    color:#f1c40f;
    font-weight:300;
    z-index:10;
    display:inline-block;
    text-transform:uppercase;
    margin-bottom:20px;
    margin-top: 20px;
    position:relative;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}



/* SOCIALS
================================================== */
.socials a {
    color:#fff
}

.socials a:hover {
    color:#bdc3c7
}




/* MEDIA QUERIES
================================================== */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
#toggleMute {
	visibility: hidden;
	display:  none;
}

.last {
	display:  none;
}

}

@media screen and (max-width: 768px) {
.about-section-title {
    line-height:1
}

#toggleMute {
	visibility: hidden;
	display:  none;
}

.three {
	background-image:url(../img/band.jpg);
	height: 1080px;
}

.last {
	display:  none;
}
}

@media screen and (max-width: 480px) {
.big-background-title {
    font-size:58px
}

.small-background-title {
    line-height:1
}

#toggleMute {
	visibility: hidden;
	display:  none;
}

.three {
	background-image:url(../img/band.jpg);
	height: 720px;
}

.last {
	display:  none;
}

/*.player{ display: none;}  -> If you want to remove the video bg on a specific viewport w/o plugin*/
}

@media screen and (max-width: 360px) {
.big-background-title,#colorize {
    line-height:1
}

#toggleMute {
	visibility: hidden;
	display:  none;
}

.three {
	background-image:url(../img/band.jpg);
	height: 640px;
}

.last {
	display:  none;
}

}

@media screen and (max-width: 320px) {
.small-background-title {
    font-size:30px
}

#toggleMute {
	visibility: hidden;
	display:  none;
}

.three {
	background-image:url(../img/band_kl.jpg);
	height: 480px;
}

.last {
	display:  none;
}

}