@charset "UTF-8";
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	text-align: center;
	/* overflow: hidden; */
	margin-bottom: 8%;
}

.container h1{
	color: #FAE0E1;
	font-family: carme;
	font-style: normal;
	font-weight: 400;
}
/* Header */

nav {
	/* left: 7%; */
	
	top: 0px;
	width: 100%;
}
nav a.mobileMenu {
	width: 32px;
	height: 32px;
	background-image: url(../img/bg/icon_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -16px;
	color: #29CCD4;
	display: none;
}
/*#menu{
	position: relative;
	float:right;
	top: -10px;
	margin-right: 22%;
}*/
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline-block;
	width: auto;
	margin: 11px 20px 0 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
	color: #B90D10;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 400;
	font-family: carme;
}
#menu a {
	text-decoration: none;
	color: #C41316;
}
#menu a:hover {
	text-decoration: none;
	color: #C43C3E;
	background: rgb(54, 25, 25); /* Fall-back for browsers that don't
                                    support rgba */
	background: rgba(54, 25, 25, .2);
	background-size: 100px 100px;
	background-position: -50px -50px;
	backface-visibility: visible;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#topSection {
	width: 100%;
	background-color: black;
	height: 698px;
	overflow: hidden;
	top: -1px;
	position: relative;
}
#copyHolder {
	position: relative;
	/* top:1000px; */
	font-family: carme;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
	/* background-color: #FFFFFF; */
	text-align: left;
	/* padding: 5px; */
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	/* margin-bottom: 10px; */
	line-height: 37px;
	opacity: 0;
	top: 5px;
}
#topSectionAbout {
	max-width: 100%;
	height: auto;
	background-color: black;
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
	/* background: url(../img/homeslide/2.jpg)  ; 
	background-size: cover;
	background-repeat:no-repeat;*/
}

#fbHolder {
	height: auto;
	display: flex;
	flex-direction: table;
	min-height: 30vh;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px dotted #B55F60;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#aboutIntro.aboutTxt{
	position:relative;
	left: 3%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width: 90%;
	float:left;
	top: 68px;
	margin-bottom: 50px;
}
#aboutHolder {
	position: relative;
	opacity: 0;
	top: 103px;
	margin-bottom: 134px;
	background-color:#EFD6D7;
}

.aboutContainer {
	height: auto;
	display:inline-table;
	min-height: 100%;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px dotted #B55F60;
	padding-top: 29px;
	padding-bottom: 20px;
	clear: both;
	/*background-image: url(../img/bg/aboutBG.png);
	background-repeat: repeat;
    background-size:100%;*/
}
.aboutPhoto {
	clear: both;
	float: left;
	height: auto;
	width: 12%;
	margin-right: 10px;
	margin-left: 5%;
	margin-top: 5px;
	margin-bottom: 15px;
	border-right: 1px #C8A1A2 dotted;
	padding-right: 70px;
}
.aboutContainer strong {
	color: #9C4142;
	font-weight: 800;
	font-size: 22px;
}
.hrAbout {
	color: #9C4142;
	height: 1px;
}
.aboutContainer a {
	color: #9C4142;
	font-weight: 800;
	font-size: 22px;
}
.aboutTxt {
	font-family: carme;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: 400;
	color: #403D3D;
	float: left;
	width: 70%;
	margin-left: 2%;
	text-align: left;
	vertical-align:text-top;
}
#topSectionRaves {
	max-width: 100%;
	height: auto;
	background-color: black;
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
	background-image: url(../img/bg/ravesHeader1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0px -70px;
}
#ravesHolder {
	position: relative;
	opacity: 0;
	top: 121px;
	margin-bottom: 130px;
	/* background-image: url(../img/bg/ravesHeader1.jpg); */
	/* background-size: contain; */
	/* background-repeat: no-repeat; */
	/* background-position: 0px -70px; */
	width: 50%;
	float: inherit;
	clear: left;
}

#pressHolder {
	position: relative;
	opacity: 0; 
	top: 118px;
	margin-bottom: 130px;
	/* background-image: url(../img/bg/ravesHeader1.jpg); */
	/* background-size: contain; */
	/* background-repeat: no-repeat; */
	/* background-position: 0px -70px; */
	width: 50%;
	float:right;
	clear: both;
}

#pressHolder .ravesContainer strong{
	color:#13929C;
	
}
.ravesContainer {
	height: auto;
	display:inline-block;
	flex-direction: table;
	min-height: 100%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px dotted #B55F60;
	padding: 10px;
	clear: both;
	background-color: white;
}
.raveTxt {
	font-family: carme;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	font-weight: 400;
	color: #403D3D;
	float: left;
	width: 100%;
	margin-right: 10%;
	text-align: left;
	clear: both;
}
.ravesContainer strong {
	color: #9C4142;
	font-weight: 800;
	font-size: 22px;
	font-style: normal;
}
#ravesHeader {
    width: 82%;
    height: 88px;
    display: inline-block;
    /* float: left; */
    font-family: carme;
    font-size: 400%;
    font-style: normal;
    font-weight: 400;
    color: #EBDDDD;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-image:url(../img/bg/transBlack.png);
    background-size: cover;
    position: relative;
    top: 264px;
    margin-bottom: 30.5%;
}
#pressHeader {
    width: 82%;
    height: 88px;
    display: inline-block;
    /* float: left; */
    font-family: carme;
    font-size: 400%;
    font-style: normal;
    font-weight: 400;
    color: #EBDDDD;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-image:url(../img/bg/transBlack.png);
    background-size: cover;
    position: relative;
    top: 264px;
    margin-bottom: 30.5%;
}


#topSectionMedia {
	max-width: 100%;
	/* width: 100%; */
	height: 900px;
	background-color: white;
	padding-top: 10px;
	/* padding-bottom: 10px; */
	background: url(../img/homeslide/1.jpg);
	background-size: cover;
	/* position: relative; */
	/* top: 136px; */
}
#topSectionProd {
	width: 80%;
	height:100%;
	margin-left: 3%;
	margin-right:auto;
	margin-bottom: 8%;
	text-align:center;
	display: inline-block;
	padding-top: 10px;
	/* padding-bottom: 10px; */
	/* position: relative; */
	/* top: 110px; */
	/* background-image:url(../img/bg/prod.jpg); */
	/* background-size:cover; */
	/* background-position:-100px 2000px; */
}
#topSectionProdScroll {
    width: 100%;
    height: 100%;
    /*margin-left: 3%; */
    margin-right: auto;
    margin-bottom: 8%;
    text-align: center;
    display: inline-block;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    /* position: relative; */
    /* top: 110px; */
    background-image: url(../img/bg/prod.jpg);
    background-size: cover;
    background-position: -100px 2000px;
}
#topSectionClients{
	width: 100%;
	height:100%;
	 margin-left: 3%;
	margin-right:auto;
	margin-bottom: 8%;
	text-align:center;
	display: inline-block;
	padding-top: 10px;
	/* padding-bottom: 10px; */
	/* position: relative; */
	/* top: 110px; */
	
}
#prodHolder {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	opacity: 0;
	position: relative;
	top: 173px;
	margin-bottom: 128px;
	padding-bottom:60px;
	
}
.prodSection {
	float: left;
	height: 200px;
	width: 200px;
	padding-left: 5px;
	color: white;
	/* border: 1px dotted #E8CFD0; */
	margin:2px 2px 2px 2px;
	/*margin-left:2px;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:2px;*/
	overflow: hidden;
	text-align: center;
	padding: 5px;
}
.clientsSection {
	float: left;
	height: 200px;
	width: auto;
	padding-left: 10px;
	/* color: white; */
	/* border: 1px dotted #E8CFD0; */
	margin: 10px;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	/* background-color: white; */
}
/*.prodSection img:hover{
	webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  overflow:visible;    
}*/
#vidLoader{
	position:relative;
	width:64px;
	height:64px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../img/bg/vidLoad.gif);
	background-repeat:no-repeat;
	background-size:cover;
	z-index:999999;
}
.videoHolder {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	overflow: auto;
	/*background-image: url(../images/bg/mainGradNoLogo.jpg);*/
	margin-bottom: 20px;
}
#vjcVideo {
	height: 750px;
	width: 100%;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px #bb7272 dotted;
	overflow: auto;
	position: relative;
	top: 136px;
}
.vidPlayer {
	position: relative;
	top: 37px;
	text-align: center;
	/* margin-left: 18.5%; */
	/* margin-right: 20%; */
	/* height: 580px; */
	overflow: hidden;
	background-color: #000000;
	width: 50%;
	margin-bottom: 61px;
}
#vidPlaylist {
	padding-right: 30px;
	/* clear: right; */
	float: left;
	height: 700px;
	width: 32%;
	overflow:scroll;
	cursor: pointer;
	/* left: 374px; */
	padding-top: 34px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.vidThumb {
	float: left;
	left: 5px;
	margin-right: 13px;
	vertical-align: top;
	margin-bottom: 20px;
	width: 100px;
	height: 60px;
	overflow: hidden;
}
ul.player {
	width: 180px;
	margin-top: -11px;
	/* margin-right: 10px; */
	/* margin-left: -48px; */
	margin-bottom: 5px;
	list-style: none;
	float: left;
}
ul.player li {
	width: 355px;
	height: 80px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	margin-bottom: 2px;
	font-family: "Trebuchet MS";
	font-size: 19px;
	text-align: center;
	cursor: pointer;
	margin-top: 2px;
	/* background:url(../images/vidBtnBG.png) repeat; */
	text-transform: uppercase;
	background-color: black;
	vertical-align: top;
}
/*ul.player li:first-child {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top: none;
}

ul.player li:last-child {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom: none;
}
*/
ul.player li:hover {
	background-color: #475B62;
	color: #F4ECD4;
}
ul.player li#playing {
	/*background: url(images/media_play_btn.png) no-repeat 8px 7px;*/
	
	color: #ffffff;
	font-weight: bold;
	background-position: 9px 4px;
}
ul.player li#paused {
	/*background: url(images/media_pause_btn.png) no-repeat 8px 7px;*/
	
	color: #EEEA6D;
	font-weight: bold;
	background-position: 9px 4px;
}
ul.player li#notSelected {
	/*background: url(images/media_pause_btn.png) no-repeat 8px 7px;*/
	
	color: #ffffff;
	font-weight: bold;
	background-position: 9px 4px;
}
#topSectionPhotos {
	max-width: 100%;
	height: 100%;
	padding-top: 10px;
	/* padding-bottom: 60px; */
	background-color: #000;
	position: relative;
	top: 128px;
}
#heroSection {
	overflow: hidden;
	background-color: black;
	height: 460px;
}
#introVid {
	position: relative;
	width: 1600px;
	height: 900px;
	top: -100px;
}
#topVid {
	position: absolute;
	top: 137px;
	text-align: center;
	margin-left: 18.5%;
	margin-right: 20%;
	height: 550px;
	overflow: hidden;
	background-color: #000000;
	display: none;
}
#vidThumbsLi ul {
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#vidThumbs {
	height: auto;
	left: 21%;
	width: 65%;
	padding-top: 10px;
	padding-bottom: 5px;
	/* border-top: thin dotted #D5C0C0; */
	/* border-bottom: thin dotted #D5C0C0; */
	/* border-right-width: thin; */
	/* border-left-width: thin; */
	/* border-right-style: dotted; */
	/* border-left-style: dotted; */
	position: absolute;
	margin-top: 85px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	opacity: 0;
	vertical-align: top;
	/* position: relative; */
	top: 778px;
}
#vidThumbs li {
	display: inline-block;
	width: 120px;
	height: 150px;
	overflow: hidden;
	margin: 0px 0px 0px 20px;
	text-align: center;
	font-size: .9em;
	line-height: 18px;
	color: #FEFEFE;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 400;
	font-family: carme;
	cursor: pointer;
}
#vidThumbs .thumbText {
	width: 120px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/*#ss1, #ss2, #ss3, #ss4, #ss5, #ss6, #ss7, #ss8 {
	position: absolute;
	width: auto;
	max-width: 100%;
	
	overflow: hidden;
	opacity: 0;
}*/
#ssTopBorder {
	position: fixed;
	top: 112px;
	width: 100%;
	height: 20px;
	background-color: #29CCD4;
	z-index: 88;
}
#ssBotBorder {
	position: relative;
	top: 0px;
	width: 100%;
	height: 20px;
	background-color: #29CCD4;
	/* z-index: 99999; */
	margin-top: 3%;
}
#galWindows {
	opacity: 1;
}
#showDetail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 1%;
	background-color: #000000;
	opacity: 0;
	display:none;
	/* margin-top: 4.3%; */
	/* margin-bottom: 20px; */
	z-index: 77;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* margin-bottom: 100px; */
	margin-top: -20px;
	padding-bottom: 50px;
}
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #000000;
	margin: 0;
}
h2 {
	color: #A2221B
}
/* Container */
le {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	text-align: center;
}
/* Header */
#header {
	position: fixed;
	width: 100%;
	height: 114px;
	border-bottom: 1px solid #0072bc;
	background-repeat: no-repeat;
	background-image: url(../img/bg/headerBGWhite.jpg);
	/* background-position: 471px 5px; */
	margin-top: -2px;
	z-index: 999;
	background-color: white;
}
.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-size: 22px;/* margin-bottom: 10px; */
}
#ss1, #ss2, #ss3, #ss4, #ss5, #ss6, #ss7, #ss8,#ss9,#ss10{
	position: absolute;
	width: 99%;
	max-width: 100%;
	height:auto;
	overflow: hidden;
	opacity: 0;
	left: 2px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	object-fit: fill;
	top: -2px;
}

#slideShow {
	/* width: 1600px; */
	width:100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: black;
	/* left: 18%; */
	position: absolute;
	top: 137px;
	text-align: center;
	/* margin-bottom: 400px; */
	
	/* top: 10px; */
}

#ss1 img, #ss2 img, #ss3 img, #ss4 img, #ss5 img, #ss6 img, #ss7 img, #ss8 img,#ss9 img,#ss10 img {
	
	max-width:90%;
	height:auto;
	
	overflow: hidden;
	
	left: 2px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	object-fit:fill;
}
#ssBorder {
	position: absolute;
	width: 100%;
	height: 20px;
	background-color: #29CCD4;
	margin-bottom: 10px;
	
}
#slideShow {
	/*width: 1600px;*/
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	
	overflow: hidden;
	background-color: black;
	/*left: 18%;*/
	position: absolute;
	top: 137px;
	text-align: center;/* margin-bottom: 400px; */
}
#galWindows {
	opacity: 1;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;*/
	padding-bottom: 35px;
	padding-top: 0px;/* margin-top: -5px; *//* margin-bottom: 0px; */
	z-index:99999;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #000000;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	padding-top: 20px;
	/* border-bottom: 4px solid #6DC7D0; */
	/* color: #A2221B; */
	height: 400px;
	cursor: pointer;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
    margin-bottom: 5px;
    color: #52BAD5;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2px;
    word-spacing: 2px;
    padding-bottom: 5px;
}
.gallery .thumbnail p {
	    margin: 0;
    color: #B3B3B3;
    text-align: left;
    padding-left: 71px;
    font-size: 16px;
    font-family: carme;
    font-style: normal;
    font-weight: 400;
    width: 81%;
}
/* More info */
.intro {
	/* padding-bottom: 35px; */
	overflow: hidden;
	width: 100%;
	max-height: 60%;
	/* background-color: black; */
	display: inline-block;
	padding-top: 21px;
	background-color: black;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 83%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	height: auto;
	max-width: 400px;
	max-height: 270px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.button a {
	color: #FFFFFF;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	background-image: -webkit-linear-gradient(270deg, rgba(96,198,222,1.00) 0%, rgba(0,0,0,1.00) 60.32%);
	background-image: -moz-linear-gradient(270deg, rgba(96,198,222,1.00) 0%, rgba(0,0,0,1.00) 60.32%);
	background-image: -o-linear-gradient(270deg, rgba(96,198,222,1.00) 0%, rgba(0,0,0,1.00) 60.32%);
	background-image: linear-gradient(180deg, rgba(96,198,222,1.00) 0%, rgba(0,0,0,1.00) 60.32%);
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#infoCloseBtn {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #FFFFFF;
	height: 40px;
	width: 200px;
	/* margin-right: 82%; */
	/* margin-top:1%; */
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	left: 73%;
	top: 185px;
	opacity: 0;
	float: left;
	/* margin-bottom: 20px; */
	z-index: 999;
}
#showDetailTitle {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 40px;
	font-weight: bold;
	color: #DF060A;
	float: left;
	/* margin-top: 13%; */
	margin-left: -66px;
	/* margin-right: auto; */
	/* background-color: #FFFFFF; */
	text-align: left;
	opacity: 0;
	z-index: 9999;
	position: relative;
	top: 172px;
	/* left: 567px; */
	width: au;
}
#showDetailCopy {
	position: relative;
    /* float: left; */
    /* margin-left: -53px; */
    /* margin-top: 10%; */
    width: 23%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
    letter-spacing: .9px;
    color: #fff;
    text-align: left;
    top: 235px;
    clear: both;
    height: 700px;
    left: -70px;
    overflow: auto;
    padding-right: 10px;
}
#showDetailContent {
	background-color: #000000;
	text-align: center;
	height: auto;
	width: 100%;
	/* margin-top: 1%; */
	margin-right: auto;
	margin-bottom: 9%;
	margin-left: 20%;
	opacity: 0;
	/* position: relative; */
	z-index: 99999;
    padding-bottom: 100px;
}
#showDetailContent a {
	color: #D9C2C2;
	font-size: 20px;
}
#showDetailVideo {
	position: absolute;
	float: left;
	left: 35%;
	top: -32px;
	/* height: 30%; */
	width: 50%;
	display: inline-block;
	clear: both;
}
#showVid {
	position: relative;
	/* height: 450px; */
	width: 75%;
	z-index: 100;
	opacity: 0;
	left: 170px;
	display: none;
	/* border: #FFFFFF 1px solid; */
	top: 369px;
	margin-top: 20px;
	margin-left: 31px;
	margin-bottom: 190px;
}
#contact {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	font-style: normal;
	color: #FFF1F1;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	/* margin-top: 1%; */
}
#contact .hero_header {
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 36px;
	font-style: normal;
	color: #FFF1F1;
}

/* Medium Desktops ************************************************************************************************************************************/
@media (max-width: 1684px) and (min-width: 960px) {
	
#ravesHeader {
    width: 82%;
    height: 72px;
    display: inline-block;
    /* float: left; */
    font-family: carme;
    font-size: 358%;
    font-style: normal;
    font-weight: 400;
    color: #EBDDDD;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-image:url(../img/bg/transBlack.png);
    background-size: cover;
    position: relative;
    top: 264px;
    margin-bottom: 34.5%;
}
#pressHeader {
     width: 82%;
     height: 72px;
     display: inline-block;
     /* float: left; */
     font-family: carme;
     font-size: 358%;
     font-style: normal;
     font-weight: 400;
     color: #EBDDDD;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     margin-top: 10px;
     background-image:url(../img/bg/transBlack.png);
     background-size: cover;
     position: relative;
     top: 264px;
     margin-bottom: 34.5%;
}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 20%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
#header {
	position: fixed;
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #0072bc;
	background-repeat: no-repeat;
	background-image: url(../img/bg/headerBGWhite.jpg);
	/* background-position: 471px 5px; */
	margin-top: -2px;
	z-index: 999;
	background-color: white;
}
#ssTopBorder {
	position: fixed;
	top: 143px;
	width: 100%;
	height: 20px;
	background-color: #29CCD4;
	z-index: 408;
}
#menu {
	position: relative;
	float: left;
	top: 20px;
	margin-right: 3%;
}
#menu li {
	display: inline-block;
	width: auto;
	margin: 11px 20px 0 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #B90D10;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 400;
	font-family: carme;
}
#copyHolder {
	width: 90%;
}
#showDetailContent {
	position:absolute;
	background-color: #000000;
	text-align: center;
	height: 1500px;
	width: 100%;
	margin-left: 20px;
	margin-right: auto;
	/* margin-bottom: 9%; */
	margin-top: 72px;
	opacity: 0;
	z-index: 99999;
	padding-bottom: 100px;
}


#vidThumbs {
	height: auto;
	left: 136px;
	width: 75%;
	padding-top: 10px;
	padding-bottom: 5px;
	/*border-top: thin dotted #D5C0C0;
	border-bottom: thin dotted #D5C0C0;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;*/
	position: absolute;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	opacity: 0;
	vertical-align: top;
	/* position: relative; */
	top: 486px;
}
#showDetailVideo {
	position: absolute;
	float: left;
	left: 45%;
	top: 0px;
	/* height: 30%; */
	width: 50%;
	display: inline-block;
	clear: both;
}
#showVid {
	position: relative;
	/* height: 450px; */
	width: 75%;
	z-index: 100;
	opacity: 0;
	left: 170px;
	display: none;
	/*border: #FFFFFF 1px solid;*/
	top: 199px;
	margin-top: 20px;
	margin-left: 131px;
}
#showDetailTitle {
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
   font-size: 38px;
   font-weight: bold;
   color: #DF060A;
   float: left;
   margin-left: auto;
   margin-right: auto;
   opacity: 0;
   z-index: 9999;
   top: 128px;
   left: 35px;
   width: auto;
   text-align: center;
   display: block;
   position: absolute;
   padding-bottom: 20px;
   margin-top: 20px;
}

#showDetailCopy {
    position: relative;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    letter-spacing: .9px;
    color: #fff;
    text-align: left;
    /* top: 235px; */
    clear: both;
    height: auto;
    left: 35px;
    top: 130px;
    overflow: auto;
    padding-right: 10px;
    display: block;
    width: 50%;
    text-wrap:normal;
}

#infoCloseBtn {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    height: 40px;
    width: 200px;
    /* margin-right: 82%; */
    /* margin-top: 1%; */
    overflow: hidden;
    position: relative;
    cursor: pointer;
    left: 81%;
    top: 105px;
    opacity: 0;
    float: left;
    /* margin-bottom: 20px; */
    z-index: 999;
}

.aboutContainer {
    height: auto;
    display: inline-table;
    min-height: 100%;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border: 1px dotted #B55F60;
    padding-top: 71px;
    padding-bottom: 20px;
    clear: both;
}

#ss1, #ss2, #ss3, #ss4, #ss5, #ss6, #ss7, #ss8,#ss9,#ss10{
	position: absolute;
	width: 99%;
	max-width: 100%;
	height:auto;
	overflow: hidden;
	opacity: 0;
	left: 2px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	object-fit: fill;
	top: 30px;
}

#copyHolder {
    position: relative;
    /* top: 1000px; */
    font-family: carme;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    /* background-color: #FFFFFF; */
    text-align: left;
    /* padding: 5px; */
    height: auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: -90px;
    line-height: 37px;
    opacity: 0;
    top: -92px;
}

}



/* small Desktops ************************************************************************************************************************************/
@media (min-width: 800px) and (max-width: 1300px) {
	#ravesHeader {
    width: 82%;
    height: 72px;
    display: inline-block;
    /* float: left; */
    font-family: carme;
    font-size: 358%;
    font-style: normal;
    font-weight: 400;
    color: #EBDDDD;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-image:url(../img/bg/transBlack.png);
    background-size: cover;
    position: relative;
    top: 264px;
    margin-bottom: 43.5%;
}
#pressHeader {
     width: 82%;
     height: 72px;
     display: inline-block;
     /* float: left; */
     font-family: carme;
     font-size: 358%;
     font-style: normal;
     font-weight: 400;
     color: #EBDDDD;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     margin-top: 10px;
     background-image:url(../img/bg/transBlack.png);
     background-size: cover;
     position: relative;
     top: 264px;
     margin-bottom: 43.5%;
}
#header {
	position: fixed;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #0072bc;
	background-repeat: no-repeat;
	background-image: url(../img/bg/headerBGWhite.jpg);
	/* background-position: 471px 5px; */
	margin-top: -2px;
	z-index: 999;
	background-color: white;
}
#menu {
	position: relative;
	float: left;
	top: 20px;
	width: 100%;
	margin-left: -47px;
}
#menu li {
	display: inline-block;
	width: auto;
	margin: 11px 7px 0 7px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #B90D10;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 400;
	font-family: carme;
}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 20%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}


}

/* Small Tablets */
@media (min-width: 768px)and (max-width:1024px) {
#header {
	position: fixed;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #0072bc;
	background-repeat: repeat;
	background-image: url(../img/bg/headerBGWhite.jpg);
	/* background-position: 471px 5px; */
	margin-top: -2px;
	z-index: 999;
	background-color: white;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu {
	position: relative;
	float: left;
	top: 75px;
	width: 100%;
	margin-left: -40px;
}
#menu li {
	display: inline-block;
	width: auto;
	margin: 11px 5px 0 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #B90D10;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 400;
	font-family: carme;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 100%;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}

#slideShow {
	/* width: 1600px; */
	width:100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: black;
	/* left: 18%; */
	position: absolute;
	top: 137px;
	text-align: center;
	/* margin-bottom: 400px; */
	object-fit: contain;
	/* top: 10px; */
}

#ss1 img, #ss2 img, #ss3 img, #ss4 img, #ss5 img, #ss6 img, #ss7 img, #ss8 img,#ss9 img,#ss10 img {
	
	width:100%;
	height:auto;
	max-width: 100%;
	overflow: hidden;
	
	left: 2px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	object-fit: contain;
}




}
/* About Section */


.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 22px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 13px;
	padding-top: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #000000;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	/* border-bottom: 4px solid #6DC7D0; */
	/* color: #A2221B; */
	height: 400px;
	cursor: pointer;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
    margin-bottom: 5px;
    color: #52BAD5;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2px;
    word-spacing: 2px;
    padding-bottom: -5px;
}
.gallery .thumbnail p {
	    margin: 0;
	    color: #B3B3B3;
	    text-align: left;
	    padding-left: 37px;
	    font-size: 14px;
	    font-family: carme;
	    font-style: normal;
	    font-weight: 400;
	    width: 83%;
}
/* More info */
.intro {
	padding-bottom: 30px;
	overflow: hidden;
	width: 100%;
	max-height: 60%;
	background-color: black;
	display: inline-block;
	padding-top: 1px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	/* width: 100%; */
	height: auto;
	max-width: 400px;
	max-height: 270px;
	opacity: 0.8;
	z-index: 888;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 5%;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.button a {
	color: #FFFFFF;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 3px;
	padding-bottom: 30PX;
	background-image: -webkit-linear-gradient(270deg, rgba(96,198,222,1.00) 0%, rgba(0,0,0,1.00) 60.32%);
	background-image: -moz-linear-gradient(270deg, rgba(96,198,222,1.00) 0%, rgba(0,0,0,1.00) 60.32%);
	background-image: -o-linear-gradient(270deg, rgba(96,198,222,1.00) 0%, rgba(0,0,0,1.00) 60.32%);
	background-image: linear-gradient(180deg, rgba(96,198,222,1.00) 0%, rgba(0,0,0,1.00) 60.32%);
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}





/* Mobile **********************************************************************************************************/
@media (max-width: 1038px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
#header {
	
	width: 100%;
	min-height: 150px;
	border-bottom: 1px solid #0072bc;
	background-repeat: no-repeat;
	background-image: url(../img/bg/headerBGWhite.jpg);
	margin-top: -2px;
	z-index: 999;
	background-color: white;
}
nav a.mobileMenu {
	width: 32px;
	height: 32px;
	background-image: url(../img/bg/icon_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
	position: absolute;
	top: 43px;
	left: 90%;
	margin-left: -16px;
	color: #29CCD4;
	display: block;
}
#menu {
	position: relative;
	float: left;
	left:40px;
	top: 75px;
	width: 100%;
	margin-left: -40px;
	display: none;
	background-color:#FFFFFF;
}
#menu li {
	display: list-item;
	list-style:none;
	width: auto;
	margin: 11px 5px 0 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #B90D10;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 400;
	font-family: carme;
	
}

#menu a:hover {
	text-decoration: none;
	color: #C43C3E;
	background: rgb(54, 25, 25); /* Fall-back for browsers that don't
                                    support rgba */
	background: rgba(54, 25, 25, .2);
	background-size: 100px 100px;
	background-position: -50px -50px;
	backface-visibility: visible;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
#ssTopBorder {
	position: fixed;
	top: 148px;
	width: 100%;
	height: 20px;
	background-color: #29CCD4;
	z-index: 88;
}
#slideShow {
	/* width: 1600px; */
	width:100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: black;
	/* left: 18%; */
	position: absolute;
	top: 137px;
	text-align: center;
	/* margin-bottom: 400px; */
	object-fit: contain;
	/* top: 10px; */
}
#ss1, #ss2, #ss3, #ss4, #ss5, #ss6, #ss7, #ss8,#ss9,#ss10{
	position: absolute;
	width: 99%;
	max-width: 100%;
	height:auto;
	overflow: hidden;
	opacity: 0;
	left: 2px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	object-fit: fill;
	top: 35px;
}

#ss1 img, #ss2 img, #ss3 img, #ss4 img, #ss5 img, #ss6 img, #ss7 img, #ss8 img,#ss9 img,#ss10 img {
	
	width:100%;
	height:auto;
	max-width: 100%;
	overflow: hidden;
	
	left: 2px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	object-fit: contain;
}


#showDetailTitle {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 34px;
    font-weight: bold;
    color: #DF060A;
    float: left;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    z-index: 9999;
    top: 122px;
    left: 243px;
    /* width: auto; */
    text-align: center;
    display: block;
    position: absolute;
    padding-bottom: 20px;
    margin-top: 20px;
}
#showDetailContent {
	background-color: #000000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: 9%; */
	margin-top: 72px;
	opacity: 0;
	z-index: 99999;
    padding-bottom: 100px;
	
}
#showDetailCopy {
	    position: relative;
	    float: left;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 20px;
	    margin-top: 40px;
	    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	    font-size: 20px;
	    font-weight: 200;
	    line-height: 30px;
	    letter-spacing: .9px;
	    color: #fff;
	    text-align: center;
	    /* top: 235px; */
	    clear: both;
	    height: auto;
	    left: 35px;
	    top: 130px;
	    overflow: auto;
	    padding-right: 10px;
	    display: block;
	    width: 90%;
}

#showDetail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 1%;
    background-color: #000000;
    opacity: 0;
	display:none;
    /* margin-top: 4.3%; */
    /* margin-bottom: 20px; */
    z-index: 77;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* margin-bottom: 100px; */
    margin-top: -20px;
    padding-bottom: 50px;
}
#showDetailVideo {
    position: relative;
    float: left;
    left: -5%;
    /* top: -12px; */
    /* height: 30%; */
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: -80px;
}

#showVid {
    position: relative;
    /* height: 450px; */
    width: 75%;
    z-index: 100;
    opacity: 0;
    left: 170px;
    display: none;
    /* border: #FFFFFF 1px solid; */
    top: 259px;
    margin-top: 20px;
    margin-left: 31px;
}

#vidThumbs {
    height: auto;
    left: 7%;
    width: 89%;
    padding-top: 10px;
    padding-bottom: 5px;
    /* border-top: thin dotted #D5C0C0; */
    /* border-bottom: thin dotted #D5C0C0; */
    /* border-right-width: thin; */
    /* border-left-width: thin; */
    /* border-right-style: dotted; */
    /* border-left-style: dotted; */
    /* margin-top: 32px; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 240px;
    opacity: 0;
    vertical-align: top;
    position: relative;
    top: -102px;
}

.aboutPhoto {
    clear: both;
    float: left;
    height: auto;
    width: 24%;
    margin-right: 10px;
    margin-left: 5%;
    margin-top: 10px;
    border-right: 1px #C8A1A2 dotted;
    padding-right: 70px;
}

ul.player li {
    width: 225px;
    height: 80px;
    color: #FFFFFF;
    padding-top: 20px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 10px;
    margin-bottom: 2px;
    font-family: "Trebuchet MS";
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    /* background: url(../images/vidBtnBG.png) repeat; */
    text-transform: uppercase;
    background-color: black;
    vertical-align: top;
}

#vidPlaylist {
    padding-right: 30px;
    /* clear: right; */
    float: left;
    height: 700px;
    width: 39%;
    overflow: scroll;
    cursor: pointer;
    /* left: 374px; */
    padding-top: 34px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

#infoCloseBtn {
   font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
   font-size: 26px;
   color: #FFFFFF;
   height: 40px;
   width: 200px;
   /* margin-right: 82%; */
   /* margin-top: 1%; */
   overflow: hidden;
   position: relative;
   cursor: pointer;
   left: 73%;
   top: 113px;
   opacity: 0;
   float: left;
   /* margin-bottom: 20px; */
   z-index: 999;
}

#ravesHolder {
    position: relative;
    opacity: 0;
    top: 116px;
    margin-bottom: 130px;
    /* background-image: url(../img/bg/ravesHeader1.jpg); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* background-position: 0px -70px; */
}

}
/* Mobile Medium **********************************************************************************************************/
@media (min-width: 668px)and (max-width:1039px) {
	
	#showDetailTitle {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 25px;
    font-weight: bold;
    color: #DF060A;
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    z-index: 9999;
    top: 242px;
    left: 28px;
    /* width: auto; */
    text-align: center;
    display: block;
    position: absolute;
    padding-bottom: 20px;
    margin-top: 20px;
}

#showDetailCopy {
    position: relative;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 40px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
    letter-spacing: .9px;
    color: #fff;
    text-align: left;
    /* top: 235px; */
    clear: both;
    height: auto;
    left: 35px;
    top: 130px;
    overflow: auto;
    padding-right: 10px;
    display: block;
    width: 90%;
}

#copyHolder {
    position: relative;
    /* top: 1000px; */
    font-family: carme;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    /* background-color: #FFFFFF; */
    text-align: left;
    /* padding: 5px; */
    height: auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: -171px;
    line-height: 37px;
    opacity: 0;
    top: -192px;
}
#ravesHeader {
    width: 82%;
    height: 72px;
    display: inline-block;
    /* float: left; */
    font-family: carme;
    font-size: 278%;
    font-style: normal;
    font-weight: 400;
    color: #EBDDDD;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-image:url(../img/bg/transBlack.png);
    background-size: cover;
    position: relative;
    top: 264px;
    margin-bottom: 75.5%;
}
#pressHeader {
     width: 82%;
     height: 72px;
     display: inline-block;
     /* float: left; */
     font-family: carme;
     font-size: 298%;
     font-style: normal;
     font-weight: 400;
     color: #EBDDDD;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     margin-top: 10px;
     background-image:url(../img/bg/transBlack.png);
     background-size: cover;
     position: relative;
     top: 264px;
     margin-bottom: 75.5%;
}
	
}

/* Mobile **********************************************************************************************************/
@media only screen and (max-width: 640px), only screen and (max-width: 667px), only screen and (max-width: 480px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.aboutPhoto {
    clear: both;
    float: left;
    height: auto;
    width: 24%;
    margin-right: 10px;
    margin-left: 5%;
    margin-top: 10px;
    border-right: 1px #C8A1A2 dotted;
    padding-right: 70px;
}
#slideShow {
	/* width: 1600px; */
	width:100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: black;
	/* left: 18%; */
	position: absolute;
	top: 137px;
	text-align: center;
	/* margin-bottom: 400px; */
	object-fit: contain;
	/* top: 10px; */
}

#ss1 img, #ss2 img, #ss3 img, #ss4 img, #ss5 img, #ss6 img, #ss7 img, #ss8 img,#ss9 img,#ss10 img {
	
	width:100%;
	height:auto;
	max-width: 100%;
	overflow: hidden;
	
	left: 2px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	object-fit: contain;
}

#showDetailContent {
    background-color: #000000;
    text-align: center;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 9%; */
    margin-top: 72px;
    opacity: 0;
    z-index: 99999;
    padding-bottom: 50px;
}
#showDetailTitle {
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
   font-size: 25px;
   font-weight: bold;
   color: #DF060A;
   float: left;
   margin-left: auto;
   margin-right: auto;
   opacity: 0;
   z-index: 9999;
   top: 181px;
   left: 9px;
   /* width: auto; */
   text-align: center;
   display: block;
   position: absolute;
   padding-bottom: 20px;
   margin-top: 50px;
   /* margin-bottom: 10px; */
}

#showDetailCopy {
     position: relative;
     float: left;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 20px;
     margin-top: 100px;
     font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
     font-size: 24px;
     font-weight: 200;
     line-height: 30px;
     letter-spacing: .9px;
     color: #fff;
     text-align: left;
     /* top: 235px; */
     clear: both;
     height: auto;
     left: 35px;
     top: 130px;
     overflow: auto;
     padding-right: 10px;
     display: block;
     width: 90%;
}

#infoCloseBtn {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    height: 40px;
    width: 200px;
    /* margin-right: 82%; */
    /* margin-top: 1%; */
    overflow: hidden;
    position: relative;
    cursor: pointer;
    left: 65%;
    top: 105px;
    opacity: 0;
    float: left;
    /* margin-bottom: 20px; */
    z-index: 999;
}
#copyHolder {
    position: relative;
    /* top: 1000px; */
    font-family: carme;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    /* background-color: #FFFFFF; */
    text-align: left;
    /* padding: 5px; */
    height: auto;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: -260px;
    line-height: 29px;
    opacity: 0;
    top: -280px;
}
#ravesHeader {
    width: 85%;
    height: 51px;
    display: inline-block;
    /* float: left; */
    font-family: carme;
    font-size: 158%;
    font-style: normal;
    font-weight: 400;
    color: #EBDDDD;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -120px;
    background-image:url(../img/bg/transBlack.png);
    background-size: cover;
    position: relative;
    top: 134px;
    margin-bottom: 70.5%;
}
#pressHeader {
     width: 85%;
     height: 51px;
     display: inline-block;
     /* float: left; */
     font-family: carme;
     font-size: 158%;
     font-style: normal;
     font-weight: 400;
     color: #EBDDDD;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     margin-top: -120px;
     background-image: url(../img/bg/transBlack.png);
     background-size: cover;
     position: relative;
     top: 134px;
     margin-bottom: 70.5%;
}
}
