/***************
    - Font -
	To change the font, visit FontSquirell: http://www.fontsquirrel.com/fontface
***************/
@font-face {				
	font-family:"olnova-lightregular";
	src:url("../fonts/olnova-light-webfont.eot");
	src:url("../fonts/olnova-light-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/olnova-light-webfont.woff") format("woff"),
		url("../fonts/olnova-light-webfont.ttf") format("truetype"),
		url("../fonts/olnova-light-webfont.svg#olnova-lightregular") format("svg");
	font-weight:normal;
	font-style:normal;			
}

@font-face {				
	font-family:"BebasNeueRegular";
	src:url("../fonts/BebasNeue-webfont.eot");
	src:url("../fonts/BebasNeue-webfont.eot?#iefix") format("eot"),
		url("../fonts/BebasNeue-webfont.woff") format("woff"),
		url("../fonts/BebasNeue-webfont.ttf") format("truetype"),
		url("../fonts/BebasNeue-webfont.svg#webfontfuvdSzbb") format("svg");
	font-weight:normal;
	font-style:normal;
}

/*************************
    - Basic settings - 
*************************/
body {
	margin:0px;
	padding:0px;
}

.thumb {
	display:none;
}

/*****************
    - Footer - 
*****************/	
footer {
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
	padding:0;
	margin:0;
}

/***********************
    - Audio player - 
***********************/
.audio-player {	
	position:absolute;
	bottom:11px;
	width:19px;
	right:15px;
	cursor:pointer;
	z-index:5;
}

.audio-player .volume { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	padding-left:20px;
	height:18px;
	background:url(images/volume.gif) no-repeat top left;
}

.audio-player .volume-disabled { 
	background-position:0 -21px;
}

/*********************
    - Categories - 
*********************/
#categories {
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	z-index:3;
	font-family:"olnova-lightregular", Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#CCC;
	padding:10px 0 10px 0;
	margin:0;
	background-color:rgb(0, 0, 0);
	background-color:rgba(0, 0, 0, 0.75);	
}

#categories p {
	float:left;
	margin:2px 10px 0 10px;
	cursor:default;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	opacity:0.6;
}

#categories p:first-child {
	margin-left:20px;
}

/************************
    - Images holder - 
************************/
#fullscreen-image-gallery .img-holder {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

/**************************
    - Buttons section - 
**************************/
#fullscreen-image-gallery-v2 {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	display:none;
}

#fullscreen-image-gallery-v2 a {
	color:#66C900;
  	text-decoration:none;
	outline:none;
}

#fullscreen-image-gallery-v2 a:hover {
  	color:#CD0000;
	text-decoration:none;
}

#fullscreen-image-gallery-v2 ul {			
	list-style-type:none;
	display:none;				
}

#fullscreen-image-gallery-v2 ul li {			
	display:none;				
}

/*****************
    - Button - 
*****************/
#fullscreen-image-gallery-v2 div.buttons {
	position:fixed;
	z-index:4;
	right:20px;
	bottom:10px;
	visibility:hidden;
}

#fullscreen-image-gallery-v2 div.button {
	position:relative;
	float:left;
	overflow:hidden;
	width:16px;
	height:16px;
	margin-right:5px;
	border:1px solid #555;
	background-color:#000;
	cursor:pointer;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
    border-radius:2px;
	-webkit-transition:all 0.3s linear;
    -khtml-transition:all 0.3s linear;
     -moz-transition:all 0.3s linear;
     -o-transition:all 0.3s linear;
     transition:all 0.3s linear;
}

#fullscreen-image-gallery-v2 div.button span.shine {
	display:block;
	position:absolute;
    top:-40px;
	left:-27px;
    width:50px;
    height:50px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
    border-radius:30px;
    background:-webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 150%);
    background:-moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 150%);
    background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1.5)), color-stop(100%,rgba(255,255,255,0)));
    background:-o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 150%);
    background:-ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 150%);
    background:radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 150%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1);
	-moz-opacity:0.15;
	filter:alpha(opacity=15);
	opacity:0.15;
}

#fullscreen-image-gallery-v2 div.button span.icon {
	display:block;
	position:absolute;
	width:16px;
	height:16px;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	opacity:0.6;
}

#fullscreen-image-gallery-v2 div.hover {
	border:1px solid #999;
}

#fullscreen-image-gallery-v2 div.hover span.icon {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}

/******************************
    - Play / Pause button - 
******************************/
#fullscreen-image-gallery-v2 div.play-pause-button span.icon {
	background:url(images/play-pause-button.png) no-repeat center -13px;	
}

#fullscreen-image-gallery-v2 div.pause span.icon {
	background-position:center 3px;
}

/****************************
    - Fullscreen button - 
****************************/
#fullscreen-image-gallery-v2 div.fullscreen-button span.icon {
	background:url(images/fullscreen-button.png) no-repeat 8px 3px;
}

#fullscreen-image-gallery-v2 div.fullscreen span.icon {
	background-position:8px -12px;
}

/********************
    - Preloader - 
********************/
#fullscreen-image-gallery-v2 .preloader {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:48px;
	height:48px;
	margin-left:-24px;
	margin-top:-24px;
	background:url(images/preloader.gif) rgba(0, 0, 0, 0.7) no-repeat center !important;
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.3); 
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.3); 	
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	z-index:3;
}

/****************
    - Timer - 
****************/
#fullscreen-image-gallery-v2 div.timer {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:4px;	
	font-size:0;
	z-index:6;	
	visibility:hidden;
}

#fullscreen-image-gallery-v2 .timer span.bg {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:inherit;
	background-color:#000;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	opacity:.5;	
}

#fullscreen-image-gallery-v2 .timer span.percent {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:inherit;
	background-color:#fff;
}

#fullscreen-image-gallery-v2 div.clock-timer-holder {
	position:relative;
	display:inline-block;
	float:left;
	width:20px;
	height:20px;
	margin-right:4px;
	margin-top:-1px;	
}

#fullscreen-image-gallery-v2 canvas.clock-timer {
	overflow:hidden;
}

/*********************************
    - Previous / Next arrows - 
*********************************/
#fullscreen-image-gallery-v2 .arrow { 
	position:absolute; 
	right:0; 
	top:0; 
	z-index:7; 
	overflow:hidden;
	cursor:pointer;
	visiblity:hidden;
}

#fullscreen-image-gallery-v2 .arrow .arrow-wrapper {}

#fullscreen-image-gallery-v2 .arrow .arrow-wrapper .icon {
	display:block;
	float:left;
	background:#000;
	background:rgba(0, 0, 0, 0.2);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-border-top-left-radius:2px; 
	-webkit-border-bottom-left-radius:2px; 
	-moz-border-radius-topleft:2px; 
	-moz-border-radius-bottomleft:2px; 
	border-top-left-radius:2px; 
	border-bottom-left-radius:2px;
}

#fullscreen-image-gallery-v2 .arrow:hover .arrow-wrapper .icon {
	background-color:#000;
}

#fullscreen-image-gallery-v2 .arrow-left {
	right:auto;
	left:0;
}

#fullscreen-image-gallery-v2 .arrow-left .arrow-wrapper {
	float:right; 
}

#fullscreen-image-gallery-v2 .arrow-left .arrow-wrapper .icon {
	float:right; 
	background-image:url(images/arrow-left.png);	
	-moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
	-webkit-border-top-right-radius:2px; 
	-webkit-border-bottom-right-radius:2px; 
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomright:2px; 
	border-top-right-radius:2px; 
	border-bottom-right-radius:2px;
}

#fullscreen-image-gallery-v2 .arrow-right .arrow-wrapper .icon {
	background-image:url(images/arrow-right.png);
}

#fullscreen-image-gallery-v2 ul.thumb-list {
	display:block;
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
} 

#fullscreen-image-gallery-v2 ul.thumb-list li img { 
	display:block;
}

/******************
    - Caption - 
******************/
#fullscreen-image-gallery-v2 .caption {
	position:fixed;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
}

#fullscreen-image-gallery-v2 .textbox {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	font-family:"BebasNeueRegular";
}

#fullscreen-image-gallery-v2 .textbox span.bg {
	display:block;
	position:absolute;
	padding:10 15px;
	width:100%;
	height:100%;
	background-color:#000;
}

#fullscreen-image-gallery-v2 .textbox span.bg-opacity {
	-moz-opacity:0.6;
	filter:alpha(opacity=0.6);
	opacity:0.6;	
}

#fullscreen-image-gallery-v2 .textbox span.text {
	display:block;
	position:relative;
	font-family:"BebasNeueRegular";
}

/********************************
    - Custom caption styles - 
********************************/

/* Large */
.caption.large_white_text {
	color:#FFF; 
	font-size:54px; 
	line-height:54px;
	text-shadow:0px -1px rgba(0,0,0,0.2);
}

.caption.very_large_white_text {
	color:#FFF; 
	font-size:84px;
	line-height:84px;
}

/* Big */
.caption.big_green {
	background-color:#66C900;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 3px 3px 5px rgba(0,0,0,0.3); 
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 3px 3px 5px rgba(0,0,0,0.3); 
	-o-box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 3px 3px 5px rgba(0,0,0,0.3); 
	box-shadow:0 1px 0 0 rgba(255,255,255,0.5) inset, 3px 3px 5px rgba(0,0,0,0.3);
	padding:10px 20px 5px; 
	color:#FFF; 
	font-size:56px; 
	line-height:56px;
	-moz-text-shadow:0px -1px rgba(0,0,0,0.6); 
	text-shadow:0px -1px rgba(0,0,0,0.6);
}

.caption.big_white_text {
	color:#FFF; 
	font-size:45px; 
	line-height:45px;
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);
}

/* Medium */
.caption.medium_black {
	background-color:#000;
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
	padding:8px 12px 3px; 
	color:#FFF; 
	font-size:28px;
	line-height:28px;
}

.caption.medium_white {
	background-color:#FFF; 
	box-shadow:2px 2px 3px rgba(0,0,0,0.3);
	padding:8px 12px 3px; 
	color:#000; 
	font-size:28px;
	line-height:28px;
}

.caption.medium_red {
	padding:8px 15px 4px;
	color:#FFF; 
	font-size:30px;
	line-height:30px;
	background-color:#990000;
	-o-border-radius:5px; 
	-ms-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px;
}

.caption.medium_white_text {
	color:#FFF; 
	font-size:18px;
	line-height:18px;
}

/* Small */
.caption.small_black {
	padding:8px 15px 3px;
	color:#FFF; 
	font-size:18px;
	line-height:18px;
	background-color:#000;
	background-color:rgba(0,0,0,0.4);
	-o-border-radius:5px; 
	-ms-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px;
}

.caption.small_white {
	padding:8px 15px 3px;
	color:#333; 
	font-size:18px;
	line-height:18px;
	background-color:#FFF;
	-o-border-radius:5px; 
	-ms-border-radius:5px; 
	-khtml-border-radius:5px; 
	border-radius:5px;
}

.caption.bg_8 {
	background-color:rgba(255,255,255,0.8);
}

.caption.bg_5 {
	background-color:rgba(255,255,255,0.5);
}

/* Big black */
.big-black {
	color:#000; 
	font-size:45px; 
	line-height:45px;
	text-shadow:1px 1px 3px rgba(255,255,255,0.3);
}

/* Medium black */
.medium-black {
	color:#000; 
	font-size:18px;
}

.medium-black span {
	opacity:0.6;
}

/* Bottom black */
.bottom-black {
	width:100%;
	bottom:0;
}

.bottom-black .bg {
	border-top:1px solid #404040;
}

.bottom-black .text {
	padding:15px 20px;
	color:#999; 
	font-size:14px;
}

.bottom-black .title {
	font-size:28px;
	color:#00CCFF;
}

/* Black box */
.caption.black_box {
	padding:15px 20px;
	color:#999; 
	font-size:14px;
	line-height:14px;
	background-color:#000;
	background-color:rgba(0,0,0,0.6);
	border:1px solid #404040;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
    border-radius:2px;
}

.caption.black_box h3 {
	color:#FFF;
	font-size:28px;
	line-height:30px;	
	font-weight:normal;
}

/*********************
    - Responsive - 
*********************/
@media only screen and (min-width:0px) and (max-width:959px) {
	.fullscreen-button {
		visibility:hidden !important; 
		display:none !important;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	#categories {
		font-size:16px;		
	}
	
	#categories p {
		margin:2px 8px 0 8px;		
	}
}

@media only screen and (min-width:0px) and (max-width:479px) {
	.arrow {
		visibility:hidden !important; 
		display:none !important;
	}
	
	.caption {
		visibility:hidden !important; 
		display:none !important;
	}
	
	#categories {
		font-size:14px;		
	}
	
	#categories p {
		margin:2px 6px 0 6px;		
	}
}