@import url('https://fonts.googleapis.com/css?family=Six+Caps');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Unicase:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:800');

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background:#000;
	color: #fff;
	font-family: 'Cormorant Unicase', serif;
}

button#responsive-menu-button {
	display: none !important;
}

#loading_spinner {
	width: 100%;
	background-color: #000;
    height: 100%;
    position: fixed;   
    overflow:visible;
    -webkit-backface-visibility:visible;
    backface-visibility:visible;
}

#loading_spinner:before {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
	background-image: url("../img/loading.png"); 
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';   
    -webkit-animation-name: spinX;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 999;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
    animation: spinX 3s infinite;
    -moz-animation: spinX 3s infinite;
    -o-animation: spinX 3s infinite;        
}

@-webkit-keyframes spinX
{  
	0% { transform: rotateY(0deg); }
	50% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); } 
}

@-moz-keyframes spinX
{  
	0% { transform: rotateY(0deg); }
	50% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); } 
}

@-o-keyframes spinX
{  
	0% { transform: rotateY(0deg); }
	50% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); } 
}

@-ms-keyframes spinX
{  
	0% { transform: rotateY(0deg); }
	50% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); } 
}	

#mobile_site {
	display: none;
}

#page_wrap {
	opacity: 0;
}

.align_left {
	text-align: left;
}

.align_center, .align-center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clear {
	clear: both;
}

p{
	font-family: 'Cormorant Unicase', serif;
	font-weight:300;
}


a {
	color:#f2deb4;
}

a:hover {
	color:#fff;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	font-size: 60px;
	margin-top: -30px;
}

/* === FRAME PAGE === */
#backgrounds {
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;		
}

#background_inner {
	width: 600vw;
	height: 400vh;	
}

#backgrounds .section {
	width: 200vw;
	height: 200vh;
	background-size: 100vw 100vh;
	background-position: top left;
	background-repeat: no-repeat;		
	float: left;
}

.wheel {
	z-index: 3;
	position: absolute;
	background-image: url('../img/wheel.png');
	background-size: contain;
	background-postion: center center;
	background-repeat: no-repeat;	
}


#page_frame {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -35.1242775%;
	left: 5%;
	right: 5%;
	padding-bottom: 71.248555%;		
	max-width: 1600px;
	z-index: 4;		
}


#page_frame img#octopus_frame {
	/*max-width: 1600px;*/
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;	
	position: absolute;
	top: 0px;
	left: 0px;	
	z-index: 4;		
}

@media (min-width:1600px) {
	#page_frame {
		/*
		padding-bottom:1267.97px !important;
		margin-top: -633.985px !important;	
		*/
	}	
}	

#octopus_frame_black_bg {
	z-index:3;
	background: rgba(0,255,255,.1);
	position: absolute;
	left: 10%;
	top: 20%;
	bottom: 10%;
	right: 10%;
}

#links {
	border: none !important;
}

#content_frame {
	padding: 35px;		
	position: absolute;
	z-index: 5;
	overflow:hidden;
	opacity:0.8;	
}

#content_frame.loading {
	background-image: url('../img/loading.gif');
	background-position: center center;
	background-repeat:no-repeat;
}	

.content_block {
  display: none;
}

.scroll-wrapper.content_block,
.content_block.active {
	display: block;	
}

.rope {
	z-index: 1;
	position: fixed;
	width: 100%;
	height: 3px;
	background-image: url('../img/wire_horz.png');
	background-position: left center;
	background-repeat:repeat-x;
	left: 0px;
}

.rope.vertical {
	height: 100%;
	width:3px;
	left: auto;
	top: 0px;
	bottom: 0px;
	background-image: url('../img/wire_vert.png');
	background-position: top center;
	background-repeat:repeat-y;
}

.wheel.rotate {
	 -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#frame_menu {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 13.5%;
	z-index: 5;
}

#frame_menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
}

#frame_menu ul li {
	display: inline-block;
	text-align: center;	
	font-size: 24px;
	line-height: 24px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px; 
	font-family: 'Six Caps', sans-serif;
	letter-spacing:2px;
}	

#frame_menu ul li a {
    color: #a8762f;
    text-shadow: 0px 1px 0px rgba(0,0,0,.9);
    text-decoration: none;
    letter-spacing: 1px;
}

#frame_menu ul li a:hover {
	color:#c1b1a3;
}

.container, .row, .col-md-12 {
	width:100%;
	margin:0;
	padding:0;
}

.container.bootstrap {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}

#content_news {
	max-height: 100%;
	position: relative;
}

#content_news_scroll_inner {
	padding-right: 20px;
}

#content_news_inner img {
	width:100%;
	height:auto;
}

#content_news_inner h2, #content_tour h2 {
	font-family: 'Work Sans', sans-serif;
	text-transform:uppercase;
}

#next_news_post {
	display: block;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

#content_tour_inner {	
	height: 100%;
	position: relative;
}




#scroll-content {
	width:100%;
	height:100vh;
	overflow:hidden;
	margin:0;
	background:#fff;
}

#navigation {
	width:100%;
	height:100px;
	background-color:#5B739C;
}

#navigation .sup {
	float:left;
	display:inline-block;
	padding:10px;
}


.black {
	background:black;
}

.blue {
	background:blue;
	
}

.green {
	background:green;
}

.yellow {
	background:yellow;
}

.red {
	background:red;
}

/* VIDEOS */
#video_content_wrapper {
	height: 100%;
	width: 100%;	
	position: absolute;
	top: 0px;
	left: 0px;
}

#videos .col-md-10 {
	padding:20px;
	background:#151c1d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}


.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videothumbs {
	padding-top:40px;	
}
#vidplayer {
	height: 636px;
	
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	background:#283233;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.subvideo {
	cursor: pointer;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#rilanplayer1 {
	width:100%;
	margin:0 auto;
	
}

#pressvideo {
	filter: grayscale(100%);
	margin-bottom:20px;
	opacity:0.3;
	 -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

#pressvideo:hover {
	opacity:1;
	filter: grayscale(0%);
	  -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.videothumb_play_hover {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-image: url('../img/videoplay.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	opacity: 0;
	  -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

#pressvideo:hover .videothumb_play_hover,
#videos:hover  .videothumb_play_hover {
	opacity: 1;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	width: -moz-calc(100% - 100px);	
	width: -webkit-calc(100% - 100px);	
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
	margin-left: 50px;
	margin-right: 50px;
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	padding:10px;
	background:#000;
}

#vids_carousel .carousel-control {
	width: 50px;
	
}

#vids_carousel .carousel-control.left {
	left: 0px;
}

#vids_carousel .carousel-control.right {
	right: 0px;
}

#vids_carousel {
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}

/* END VIDEOS */

/* GALLERY */
.embed-container.gallery {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;	
}

#gallery_carousel .carousel-control {
	width: 50px;
}

#gallery_carousel .carousel-control.left {
	left: 0px;
}

#gallery_carousel .carousel-control.right {
	right: 0px;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
}

/* END GALLERY */

/* MUSIC */
.album-thumb {
	cursor: pointer;
	text-align: center;
}

.album_img_wrap {
	position: relative;
}

.album_img_wrap img {
	-webkit-box-shadow: 0px 6px 12px 1px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 6px 12px 1px rgba(0,0,0,0.52);
	box-shadow: 0px 6px 12px 1px rgba(0,0,0,0.52);
}

.album_img_wrap .album_hover {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s, opacity 0.25s linear;
}

.album_img_wrap:hover .album_hover {
	opacity: 1;
	visibility: visible;
}

.album_img_wrap .album_hover .album_hover_center {
	position: relative;
	top: 40%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}	

.album_hover_center h3 {
	font-family: 'Work Sans', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
}

.open_lyrics {
	display: block;
	margin-top: 20px;
	font-family: 'Work Sans', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
}

.open_lyrics:hover {
	cursor:pointer;
	background:#b33b0f;
	padding:5px 10px;
	transition: all 0.3s ease;
}

#content_music  {
	padding-top:10%;
}

#content_music .col-md-4 img {
	max-width: 100%;
	height: auto;
}

.album_hover_center h3 {
	margin-top: 20px;
}

#content_music .col-md-4 ul.album-links img {
	max-width: 70px;
	height: auto; 
	margin-top:10px;
}
/* END MUSIC */

/* LYRICS OVERLAY */
#lyrics_overlay,
#contact_overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;	
	min-height: 100%;
	z-index: 10000;
	background-color:rgba(0, 0, 0, 0.9);
	
	background-repeat:repeat;
	background-attachment: fixed;
	padding-top: 40px;
	padding-bottom: 40px;
}

#lyrics_overlay h1, #contact_overlay h1, #contact_overlay h3{
	font-family: 'Work Sans', sans-serif;
	text-transform:uppercase;
}

#close_lyrics_overlay,
#close_contact_overlay {
	position: fixed;
	top: 40px;
	right: 40px;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	cursor: pointer;
	z-index: 10001;
	font-weight: 100;
	font-family:"Arial Narrow", sans-serif;
}

#lyrics_overlay h1,
#contact_overlay h1 {
	color: #fff;
}	

.album_lyric_block {
	display: none;
}

ul.album_songs li {
	padding: 5px 20px;
	cursor: pointer;
	font-family: 'Work Sans', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

ul.album_songs li.active {
	cursor:auto;
}

.song_lyrics {
	display: none;
}

.song_lyrics.active {
	display: block;
}

.song_lyrics p {
	margin-bottom: 10px;
	font-family:'Helvetica Neue', Helvetica, arial, sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	
}


/* END LYRICS OVERLAY */


/* CONTACT OVERLAY */
#contact_overlay input[type="text"],
#contact_overlay input[type="email"],
#contact_overlay textarea {
	background-color:rgba(255, 255, 255, 0.3);
	color: #ccc;
	border: none;
	box-shadow: none;
	padding: 8px;
	outline:none;
}

#contact_overlay input[type="submit"] {
	background-color: #b33b0f;
	color: #fff;
	margin-top: 25px;
	padding: 8px 15px;
	font-family: 'Work Sans', sans-serif;
	text-transform:uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;	
}

.album_songs li:hover {
	background:#b33b0f;
}

#contact_contacts h3 {
	margin-top: 25px;	
}
/* END CONTACT OVERLAY */


/*-------------------  GIGPRESS -------------------- */


/* -------------------  SHIP NAV ---------------------- */

.shipnav {
	position:absolute;
	z-index:999999;
	background:#000;
}
/* ---------------  Sticky Footer ---------------- */
#site_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
}
#footer, #push {
	height: 0px;
}

/* ---------------  Bootstrap Table Columns ---------------- */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
	position: relative;
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}