/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }
html {height:100%;}
body { background:#000; height:100%; text-align:center; cursor:default; font-size: 10px; line-height: 15px; font-family: Arial, sans-serif; }
	img { border:none; }

	
	#supersized-loader { }
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%;}
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading {  }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


* {outline: none;}
:focus{outline:0;}

em {text-decoration:underline; font-style:normal; }
a {color: #000; text-decoration:none; transition: all 0.3s ease;}
a:hover {color: #999;}

.border {
	background-color: #000;
	z-index:2;
	display:block;
	position: fixed;
	}
.left {left: 0px; width:2px; height: 100%;}
.right {right: 0px; width:2px; height: 100%;}
.top {top: 0px; height:2px; width:100%}
.bottom {bottom: 0px; height:2px; width:100%}

#logo { z-index:10;
	position: fixed;
	top: 0;
	left: 0;
	background-color:#000;
	width:280px;
	height:40px;
	background-image: url('../images/BVI_Logo_White.png');
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.5s ease;
	border: 2px solid #000;
}
#logo:hover { 
	background-color:#fff;
	background-image: url('../images/BVI_Logo_Black.png');
	cursor:pointer;
}
#logo.on{
	/*background-color:#fff;
	background-image: url('../images/BVI_Logo_Black.png');
	cursor:pointer;*/
}
#contact { z-index:4;
	text-align:left;
	position: fixed;
	top: 40px;
	left: 0px;
	background-color:#eee;
	width:120px;
	height:auto;
	padding:13px 15px;
}
.biglogo { display:none;
	z-index: 200;
	background-image: url('../images/BVI_LogoInitials_White.png');
	/*background-size: 100% 100% ;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	opacity: 0.1;
    filter: alpha(opacity=10);
}
.no-svg .biglogo { display:none;
  background-image: url('../images/BVI_LogoInitials_White.png');
}
#about{ z-index:6;
	position:fixed;
	bottom:0px;
}
.about-link {
	position:fixed;
	left: 0px;
	bottom:0px;
	width: 60px;
	height: 40px;
	background-color:#000;
	color:#fff;
	transition: all 0.3s ease;
}
.about-link:hover, .about-link.link01.on  {
	background-color:#eee;
	color:#000;
	cursor:pointer;
}
.about-link.link01.on:hover  {
	background-color:#000;
	color:#fff;
	cursor:pointer;
}
.about-block {
	text-align:left;
	position:fixed;
	left: 0px;
	bottom:40px;
	width: 200px;
	height: auto;
	background-color:#eee;
	padding:15px 15px;
}
.subtitle {
	font-weight: bold;
	margin-bottom: 3px;	
}
.date{
	color:#999;
	font-weight: normal;
	margin: 3px 0 0px 0;
}
.space{
	display:block;
	height: 5px;
}
#contact {
	border: 2px solid #000;border-top: none;
	width:118px;
	background-color:#fff;	
}
.about-link {
	border: 2px solid #000;
	width: 58px;
	height: 38px;
}
.about-link:hover, .about-link.link01.on  {
	background-color:#fff;
	color: #000;
}
.about-block {
	border: 2px solid #000;
	bottom:40px;
	width: 198px;
	background-color:#fff;
}

.instagram {
    margin-top: 3px;
    display: block;
    background-image: url('../images/BVI_Instagram.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 12px;
    padding-left: 16px;
}

@media screen and (max-width: 640px) {

}
@media screen and (max-width: 800px) {

}