/* 
WEBSITE BY: The Media Advantage
www.TheMediaAdvantage.com
Email: info@TheMediaAdvantage.com

*/


/*=============BODY===============*/

body {
	background: url(../images/bkground.jpg) top center no-repeat fixed; font-family: 'ComfortaaRegular'; color:#ededed; 
}

#wrapper {width:100%; height:100%;}

#contentWrapper {width:700px; height: auto; margin: 15px auto;}

#videoWrapper {background-color: rgba(0, 0, 0, .8); color: rgba(0, 0, 0, .8); height:225px; width:100%;}
/*=============HEADER=============*/

#header {font-size:3em; color:#ededed; margin-top:50px; margin-bottom:-115px;}

/*=============SLIDER=============*/
#slider {width:700px; height:300px; margin-top:135px;}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*=============CONTENT============*/

#tittle{}

#mainContent { width:700px; height:auto; margin-top:-4px;  margin-bottom: 25px; }

#event {width:345px; height:auto; font-size:0.9em; color:#666; text-align:right; line-height:1.4em; border-right:1px solid #CCCCCC; padding-right:15px;}

#fb {float: right; margin-top:15px; width:75px;}


/*=============VIDEO==============*/

#video {height:225px; width:100%;margin-bottom:50px; padding-top:15px;} 

<!--background-color: rgba(0, 0, 0, .8); color: rgba(0, 0, 0, .8); margin-bottom:50px; padding-top:15px; }-->

/*=============FOOTER=============*/

#siteBy {font-size:.7em !important; text-align:right !important;}

#foot {  font-size: 0.7em; margin-bottom: 10px; text-align: center; margin-top: 10px; border-top: 1px dashed #aaa; padding-top:8px;}

#copyright {  text-align: center; font-size: 0.7em; margin-bottom: 25px; text-align: center; margin-top: 5px; border-bottom: 1px dashed #aaa; padding-bottom:8px;}

/*=============CLASS==============*/
.content {background:rgba( 0, 0, 0, 0.8); border-top: 1px dashed #aaa; padding:15px; line-height: 1.3em;}

.header {font-size:1.2em; padding-bottom:15px;color:#ededed; margin:50px 0 -5px;}

.1 {font-size:1.1em !important; color:#333;}

a {color:#02bcc6; text-decoration:none; font-size:1.2em;}

a:hover{color:#333; text-decoration:none;}

.h1 {}

h3 {font-size:2em; color:#333; margin-top:4px;}
h4 {font-size:1.5em; color:#333; margin-top:4px;}

.event {margin-top:15px;}

.color {color:#02bcc6;}

.hidden {
display: none;
}

#flickr a.lightbox img {
border: 1px solid #ccc;
margin-left: 16px;
margin-right: 5px;
}

/*=============@FONTFACE==========*/



@font-face {
    font-family: 'ComfortaaRegular';
    src: url('../comfortaa-regular-webfont.eot');
    src: url('../comfortaa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../comfortaa-regular-webfont.woff') format('woff'),
         url('../comfortaa-regular-webfont.ttf') format('truetype'),
         url('../comfortaa-regular-webfont.svg#ComfortaaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*=============LIGHTBOX==========*/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/*=============MAILCHIMP==========*/
#mailchimp-signup label {
	display: block;
	margin-bottom: 4px;
}

#mailchimp-signup .mc-field-group {
	margin: 15px 0;
}

#mailchimp-signup input[type=email],
#mailchimp-signup input[type=text] {
	width: 100%;
	max-width: 360px;
	padding: 7px;
	border: none;
	border-radius: 3px;
}

#mailchimp-signup input[type=submit] {
	background-color: #02bcc6;
	border: none;
	box-shadow: none;
	padding: 7px 25px;
	font-size: 1em;
	color: #fff;
	margin-top: 10px;
	border-radius: 3px;
}
