@import url('https://fonts.googleapis.com/css?family=Work+Sans:800');



a:hover {
	color:#b33b0f;
	outline:none;
}

a, button{
	outline:none;
}

div {
    -webkit-transition-duration: .75s; /* Safari */
    transition-duration: .75s;
}
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;	
	font-family: 'Cormorant Unicase', serif;
    font-weight: 300;
	letter-spacing:2px;
}

.res-img img {
	width:100%;
	height:auto;
}

h1, h2, h3, .itunes {
	font-family: 'Work Sans', sans-serif;

}

.itunes {
	padding:3px;
	background:#b33b0f;
	margin-top:10px;
}

.contact h3, #links h3 {
	text-transform:uppercase;
	font-size:18px;
	line-height:24px;
}

body {	
	background:#000 url('../img/apcmobileback.jpg');
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;		
}

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




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

/* #overlay {
	position: fixed;
	z-index:-1;
	opacity:0.3;
	width:100%;
	height:100%;
	background-position:top center;	
	background-repeat:no-repeat;
	background: rgb(107,151,161); 
	background: -moz-linear-gradient(top, rgba(107,151,161,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(107,151,161,1) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom, rgba(107,151,161,1) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b97a1', endColorstr='#000000',GradientType=0 ); 	
} */

.align_left {
	text-align: left;
}

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

.align_right {
	text-align: right;
}

.clear {
	clear: both;
}

a, a:active, a:focus {
	color:#fff;
}

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

.container {
	padding:0 0px;
}

.container.narrow {
	max-width: 1170px;
	margin: 0 auto;	
}	

h3 {
	
	letter-spacing:2px;
}

.white {
	color:#fff;
}

h1.white {
	padding:40px 0;
	font-size:20px;
	line-height:24px;	
}

.side_padding {
	width: 90%;
	margin: 5% auto;
}

small {
	margin-bottom:10px;
	clear:both;
	display:block;	
}

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

#responsive-menu li a{ 
	font-family: 'Work Sans', sans-serif;
	text-transform:uppercase;
	letter-spacing:10px;
	
	}


/*--------------- NEWS ---------------------- */

h2 {
	font-size: 22px;
	line-height:36px;
	margin-bottom:5px;
	padding-bottom:0px;
	text-transform:uppercase;
	
}

h2.section_title {
	padding:10px 20px;
	background:#b33b0f;
	font-weight:34px;
	line-height:42px;
	margin-bottom:20px;
}

#news img {
	width:100%;
	height:auto;
	margin:0 auto;	
}

#news .col-md-8.side_padding {
	float: none;
}
/*---------------- VIDEOS ---------------------- */

#videos {
	
	
}

#responsive-menu-container {

}

ul#responsive-menu {
	padding-top:40px;
}

#responsive-menu-title-image img {
	width:100%;
	height:auto;
}

.embed-container {
	padding:20px;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}



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


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



.videothumbs {
	padding-top:40px;
	
}

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

.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;
}

#pressvideo.active {
	opacity:1;
	filter: grayscale(0%);
}	

#pressvideo.active .videothumb_play_hover {
	opacity: 0 !important;
}

.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;
}

#newstop {
	width:100%;
	margin:0;	
}

#newstop img {
	width:100%;
	height:auto;
}
#news {
	

	padding:0px 0;
}

.img-responsive, .thumbnail a>img{
    display: block;
    /* max-width: 100%; */
    height: auto;
    width: 100%;
}


.fullscreen-bg {
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index:-100;
}


.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:0.4;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  

  
}

/* --------------------------   GALLERIES --------------------- */

.galleries {
	
}
.slick-track {
	height:300px!important;
	
}

.slick-slide img {
	height:600px!important;
	/*
    -webkit-filter: grayscale(1) brightness(0.45) contrast(1.05);
    filter: grayscale(1) brightness(0.45) contrast(1.05);
	*/
}

.gallery .tab-content {
	
}
.msacwl-gallery-caption {
	display:none;
}



.slick-track .msacwl-carousel-slide img.attachment-large {
   
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
}

.galleries h1 {
	color:#9a2308;
	font-size:60px;
	letter-spacing:10px;
	padding-left:20px;
}

.slick-dots {display:none!important;}


.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}


ul.nav.nav-tabs  {
	text-align:center;
	margin:20px auto;
	border:0px;
}

a:focus {
	outline:none;
}

ul.nav.nav-tabs li.active {
	background:transparent;
	
}
ul.nav.nav-tabs li a{
	color:#333;
	font-weight:400;
	letter-spacing:4px;
	text-align:center;
	
}


ul.nav.nav-tabs li a:hover {
	background:transparent;
	color:#fff;
	border:1px solid #000;
}

ul.nav.nav-tabs li.active a {
	color:#fff;
	background:transparent;
	border:0px solid #fff;
	border-radius:0px;
	
}
/* ---------------------------   CONTACT --------------------- */

.contact {
	
	width:100%;
}
label {
	width:100%!important;
}

.contact-copy {
	margin-top:20px;
	color:#fff;
	font-size:16px;
	line-height:30px;
	padding:0 20px 20px 20px;
}
.contact input[type="text"] , .contact input[type="email"], .contact textarea {
	background:#042026;
	outline:none;
	border:0px;
	color:#12404b;
	padding:5px 10px;
	width:100%;

}

.wpcf7-submit {
	border:0px;
	outline:none;
	background:#12404b;
	color:#000;
	padding:10px 60px;
	text-align:center;
	margin:10px auto;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Work Sans', sans-serif;
}

.wpcf7 {
	margin:0;
	width:100%;
	
}
/* ---------------  STICKY NAV -------------------- */






.sticky {
	position:fixed;
	top:0;
	background:#010c0e;	
	border-bottom:1px solid #072228;
	height: auto;
	width:100%;
	z-index:9999999;
	display:block;
	opacity:0;
	
}

.nav-up {
    top: 80px;
}

.fixed {
	position:fixed;
	top:0;
	width:100%;
	opacity:1;
	
}


ul.sticknav  {
	display: block;
	padding: 5px 0px;
	margin: 0 auto;
	list-style:none;
	text-align: center;
}

.horzlogo {
	height:100px;
	max-width:300px;
	position:relative;
	display:inline-block;
	/*margin-top:-10px;*/
}

.horzlogo img {
	max-width: 100%;
	height: auto;
}

ul.sticknav li {
	display:inline-block;
	
}

ul.sticknav li a {
	
	color:#fff;
	padding-top:15px;
	margin:0 10px;
}

.nav-up {
  top: 100px; // same as header height. use variables in LESS/SASS
}
/* --------------- TOURING ---------------------- */

#tour {
	padding:50px 0;
	
	 
}


/* --------------- MUSIC --------------------- */

#music {
	
	padding:30px 0;
}
.albums {
	margin-bottom:0px;
}

#music .album-thumb {
	position: relative;
}

#music .album-thumb img {
	width:100%;
	height:auto;
	cursor: pointer;
}

.album_img_wrap {
	position: relative;
	
}

.album_hover {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;	
	background-color: rgba(154, 35, 8, 0.95);
	color: #fff;
	text-align: center;
	vertical-align: middle;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.album_hover_center {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}	

.album_hover_center h3 {
	margin-top: 0px;
	padding-top: 0px;
}

#music .album-thumb:hover .album_hover {
	opacity: 1;
}

#music ul.album-links {
	list-style:none;
	text-align:center;
	padding:0;
}

#music ul.album-links li {
	display:inline-block;
}

#music ul.album-links li a {
	
	color:#fff;	
}

#lyric_list ul {
	list-style-type: none;
}

#lyric_list ul li {
	margin-bottom: 10px;
	cursor: pointer;	
}

#lyric_list ul li:hover,
#lyric_list ul li.active {
	color: #fff;
}	

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

#single_album_wrapper.loading * {
	opacity: 0;
}

#single_lyric_inner {
	padding-top: 80px;
	padding-bottom: 40px;	
}

#single_lyric_inner h2 {
	margin-bottom: 30px;
}

#lyric_selectric {
	display: none;
}

#lyric_selectric .selectricWrapper {
	margin: 30px auto;
	margin-top: 0px;
}




#links {
	
	padding:50px 0;
	
	
}

#links p a{
	line-height:35px;
}

#lyric_container p {
	color:#fff;
}

#single_lyric_inner h2 {
	color:#fff;
	text-transform:uppercase;
}

.gigpress-table {
    width: 90%;
    border: none;
    border-collapse: collapse;
    margin: 0.5em 0 1em 0;
    margin-left: 5%;
    color: #fff!important;
}


/* ---------------  Sticky Footer ---------------- */
#site_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px;
}
#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;
  }
}