/*
	Z-INDEX MAPPING

	1 - sketch gallery
	2 - wrapper
	3 - background image
	
	7 - sketch control
 10 - x-axis


	horizontal icons
		10 - input
		20 - a

		300 - mask
		500 - controls

*/

/*
	COLORS

*/

.edit {
	float: right;
} 

.preload-images {
    display: none;
}

html {
	background-color: #000;
	overflow: visible;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td, img {
	margin: 0;
	padding: 0;
	border: 0 none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

::-moz-selection {
	background: none;
	color: #FFFFFF;
    outline: none;
}

::selection {
	background: none;
	color: #FFFFFF;
    outline: none;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

img {
	border: 0 none;
	vertical-align: bottom;
}

cite, code, em, strong, th {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none outside none;
}

th {
	text-align: left;
}

h1, h2, h3, h4 {
	font-size: 100%;
}

q:before, q:after {
	content: "";
}

select, input, textarea {
	font-size: 99%;
}

.hidden {
	visibility: hidden;
}

.nodisplay {
	visibility: visible;
}

ul {
	list-style-type: none;
}

* {
	outline: medium none;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	color: #000;	
	background-color: #000;	
	text-align: center;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

p { 
	color: #FFF;
}

#wrapper {
	width: 95%;
	height: 100%;	
	top: 0px;
	left: 0px;
	position: relative;
	z-index: 2;	
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#background-image {
	z-index: 3;
}

#background-image-debug {
	display: none;
	position: absolute;
}

#background-image img,
#background-image-debug img {
	width: 100%;
}

body.resizing *,		
body.resizing #background-image,		
body.resizing #y-axis,
body.resizing #x-axis {
	visibility: hidden;
}

.horizontal-icon:not(.clickedin),
.sketch-control-button ,
.partner-icon.linked,
.vertical-icon
{
	cursor: pointer;
}

/* -********************************- */
/* 	SCROLLING BACKGROUND GALLERIES 		*/
/* -********************************- */

.mask {
	opacity: 0;
}

body.default .mask {
	opacity: 1;
}

#sketch_gallery {
	z-index: 1;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#sketch_gallery .scroll-view {
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: relative;
}

#sketch_gallery .strip {
	position: relative;
	margin: 0;
}

.strip.vertical-strip { margin-left: 0px !important; }
.strip.horiz-strip a { float: left; }

#sketch_gallery a {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background-size: cover;
	visibility: visible;
	display: block;
}

.scroll_nav_items a {
	float: left;
}

.strip { display: none; }
.strip.active { display: block; }


body.resizing #sketch_gallery a {
	visibility: hidden;
}

#sketch_control {
	height: 16.5%;
	width: 12%;
	position: absolute;
	top: 22%;
	left: 15.9%;
	z-index: 7; 
/*	display: none;
*/}

#sketch_control div {
	top: 0px;
	opacity: 0;
	position: absolute;
	background-repeat: no-repeat;
}

#sketch_control .prev {
	background-position: 0px 0px;
	top: 45.1%;
	width: 17%;
	height: 44%;
}

#sketch_control .prev div {
	background-image: url(/images/RIGHT.png);
	background-size: auto 200%;
	background-position: 0px 0;
	opacity: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
#sketch_control .prev div.on {
	background-position: 0px 100%;
	opacity: 0;
}


#sketch_control .next {
	right: 32%;
	width: 33%;
	height: 22%;
	left: auto;
}

#sketch_control .next div {
	background-position: 0px 0px;
	background-size: 200% auto;
	background-image: url(/images/DOWN.png);
	opacity: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}	
	
#sketch_control .next div.on {
	background-position: 100% 0px;
	opacity: 0;
}

#captions {
/*	text-shadow: -1px 1px 3px #000;	 */

    color: #ffffff;
    font-size: 13px;
    height: 18%;
    left: 1.9%;
    position: absolute;
    text-align: justify;
    top: 3.8%;
    width: 13.9%;
    z-index: 6;
    overflow: hidden;
 }

/* CONTROLS */

.control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.control-button {
	cursor: pointer;
	position: absolute;
	z-index: 500;
	background-size: 200% auto;
	background-repeat: no-repeat;
	opacity: 0;
}

.control-button div {
	background-size: auto 200%;
}

.control div div {
	right: 0px;
	bottom: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: 1;
}


.control .prev div {
	background-position: 0 0;
}

.control .prev div.on {
	background-position: 0 100%;
	opacity: 0;
}

.control .next div {
	background-position: 0 0;
}
.control .next div.on {
	background-position: 0 100%;
	opacity: 0;
}


/* SCROLLABLE Y-AXIS */

#y-axis {
	position: absolute;	
	top: 44.22%;
	left: 18.175%;
	height: 65%;
	width: 7.77%;
}

#y-axis .icon-outer {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 100%
}

#y-axis .icon-container {
	position: absolute !important;
	left: 0px;
	top: 14%;
	width: 100% !important;
	height: 85% !important;
	overflow: visible !important;
}

#y-axis .SECont {
	height: auto;
	width: 100% !important;
	margin-bottom: 19%;
}

#y-axis .scrollableStrip {
	z-index: 100;
	width: 100% !important;
}

#y-axis .control {
	top: -3%;
}
	
#y-axis .control-button{
	position: absolute;
	height: 5%;
	text-indent: -9999px;
	left: 25%;
	top: -2.2%;
	width: 50%;
	display: none;
}

#y-axis.unlocked .control-button {
	display: block;
}

#y-axis .control-button div {
	background-size: 200% 100%;
}

#y-axis .control .next {
	bottom: auto;
	top: 100%;
}

#y-axis .control .next div {
	background-image: url(/images/DOWN.png);
	bottom: 0%;
}

#y-axis .control .prev div {
	background-image: url(/images/UP.png);
}

#y-axis .control div.on {
	background-position: 100% 0;
}

#y-axis .mask {
	left: 0%;
	width: 100%;
	z-index: 300;
	
}

#top-mask {
	position: absolute;
	top: 0;
}	

#bottom-mask {
	position: absolute;
	bottom: -3.5%;
}


/* SCROLLABLE X-AXIS */

#x-axis {
	position: absolute;	
	top: 26%;
	left: 28.2%;
	height: 14.00%;
	width: 71.8%;
	z-index: 10;
	color: #000;
}

#x-axis .icon-outer {
	height: 100%;
	overflow: hidden;
}

#x-axis .icon-container {
	height: 100% !important;
	width: 83% !important;
	overflow: visible !important;
	padding-bottom: 0 !important;
	left: 9.2%;
}

#x-axis .scrollableStrip {
	z-index: 100;
	height: 100%;
}

#x-axis .SECont {
/*	width: auto !important;*/
	height: 100%;
	margin-right: 0.72%;
}

#x-axis .control {
	position: absolute;
	width: 106%;
	height: 100%;
	text-indent: -999999px;
	left: -3%;
}

#x-axis .control-button {
	cursor: pointer;
	height: 50%;
	width: 2.5%;
	position: absolute;
	top: 25%;
	z-index: 500;
}

#x-axis .control .prev {
	left: 0.4%;
}

#x-axis .control .prev div {
	background-image: url(/images/LEFT.png);
}

#x-axis .control .next {
	right: 0;
}

#x-axis .control .next div {
	background-image: url(/images/RIGHT.png);
}

#x-axis .control div.mask {
	height: 109%;	
	top: -5%;
	position: absolute;
	z-index: 300;	
	width: 10%;
}

#x-axis .control #left-mask {
	left: 0.4%;
/*	width: 12.5%;*/
	background-image: url(/images/MASK_L.png);
	background-position-x: 100%;
	background-size: 100% 100%;
}

#x-axis .control #right-mask {
	right: 0%;
	background-image: url(/images/MASK_R.png);
	background-size: 100% 100%;
	background-position: 100% 0%;
}


/* FOUR STATE ICONS */

	/* HORIZONTAL */

.horizontal-icon {
	height: 100%;
	display: inline;	
	position: relative;
	float: left;
	overflow: hidden;
}

.horizontal-icon img {
	position: relative;
	height: 100%;
}

.horizontal-icon .edit {
	position: absolute;
	height: 25px;
	width: 25px;
	top: 0px;
	left: 0px;
	z-index: 3000;
}


.horizontal-icon .icon-image4,
.horizontal-icon .icon-image3,
.horizontal-icon .icon-image2,
.horizontal-icon .icon-image1 {
	position: absolute;
	left: 0px;
	top: 0px; 
	width: 100%;
	display: block !important;
/*	display: inline;
	height: 100%;
	top: 0px;   
	left: 0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
*/
	opacity: 0;
    image-rendering: optimizeQuality;
    }

.horizontal-icon .icon-image1 { opacity: 1; }
	

.horizontal-icon .icon-image2 { z-index: 130; }
.horizontal-icon .icon-image3 { z-index: 140; }
.horizontal-icon .icon-image4 { z-index: 120; }

.horizontal-icon.mouseenter.clickedon .icon-image {
	top: 0%;
	/*opacity: 1;*/
}

.horizontal-icon form {
	position: absolute;
	top: 72%;
	left: 17.5%;
	right: 17.5%;
	z-index: 200;
	height: 18%;
	opacity: 0;
    background-image: url("/images/Ai.png");
    background-size: 100% 96%;
    background-repeat: no-repeat;
}

.horizontal-icon form.active {
   background-image: url("/images/Bi.png");
}

.horizontal-icon input[type=password] {	
	background-color: transparent;
	border: 0px solid #757575;
    color: #FFF;
	padding: 0px 8% 0 6%;
	font-size: 800%;
	display: block;
	width: 72%;
	margin: 0;
	height: 100%;
}

.horizontal-icon input[type=submit] {	
	position: absolute;
	right: 1%;
	top: 1%;
	height: 109%;
	width: 17%;
	border: none;
	background-color: transparent;
	color: transparent;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.horizontal-icon input[type=submit]:hover {	
	background-position: 0 100%;
}

.horizontal-icon.public input {
	display: none;
}

/*
.horizontal-icon.clickedon input {
	display: block;
	opacity: 0;
}
*/
/* THREE STATE ICONS */

	/* VERTICAL */

.vertical-icon {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 18%;
}

.vertical-icon img {
	width: 100%;
	height: 100%;
}

.vertical-icon .spacer {
	margin-bottom: 19%;
}

.vertical-icon .icon-image-fixed {
    visibilty: hidden;
}

.vertical-icon .icon-image1,
.vertical-icon .icon-image2,
.vertical-icon .icon-image0 {
	position: absolute;
	top: 0;
	left: 0;
    bottom: 0;
    right: 0;
	opacity: 0.1;
}

.vertical-icon .icon-image1 {  z-index: 200;}
.vertical-icon .icon-image2 {  z-index: 150;}
.vertical-icon .icon-image0 {  z-index: 140;  opacity: 1;}

#teaser-text {
	position: absolute;
	right: 3.9%;
	top: 2.5%;
	height: 19.5%;
	width: 64%;
	color: #FFF;
	font-size: 13px;
	line-height: 17px;
}

#teaser-text.submod-text  {
	opacity: 1 !important;
}

#teaser-text div.teaser-text {
	display: none;
	height: 100%;
}

#teaser-text.submod-text .teaser-text {
	display: none !important;
}


#teaser-text .scrollbar {
	right: -10px;
}

#wrapper.module-active #teaser-text {
    opacity: 1 !important;
}

#wrapper.module-active #teaser-text .teaser-text {
    display: none !important;
}

#wrapper.module-active #teaser-text.submod-text .submodule-text {
	display: block !important;
}

.submod-text-container div {
    display: none !important;
    opacity: 0;
}

.submod-text-container div.active {
    display: block !important;
}

#submod-content {
	position: absolute;
	bottom: -13%;
	height: 67.7%;
	right: 2%;
	width: 67.2%;
	font-size: 1000%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    overflow: hidden;
}

#submod-content-container {
	width: 100%;
	height: 100%;
    text-align: justify;
}

#submod-content iframe {
	width: 100%;
	height: 100%;
}

#submod-content .mask {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(/images/BOTTOM_MASK.png);
	background-size:100% 100%;
	pointer-events: none;
} 


#gallery-thumbs {
	color: #000;
	position: absolute;
	left: 2.9%;
	top: 45.3%;
	width: 15%;
	bottom: -3%;
}

#gallery-thumbs-container {
	height: 100%;
}

#gallery-thumbs span {
    display: inline-block;
    height: auto;
    width: 50%;
   }
    

#gallery-thumbs .mask {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(/images/LEFT_MASK.png);
	background-size:100% 100%;
	pointer-events: none;
} 
.viewport {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#gallery-thumbs.uninitialized {
    overflow: hidden;
}

.uninitialized #gallery-thumbs-container {
    padding-top: 10px;
   }    

#gallery-thumbs-container .overview { 
	padding-top: 10px;
	padding-bottom: 10px;
}

.overview { 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
    width: 100%;
}

.overview img {
	cursor: pointer;
}

 .scrollbar {
	z-index: 20;
	width: 1px;
	position: absolute;
	height: 100% !important;
}

.scrollbar.disable {
    display: none;
}

#gallery-thumbs .scrollbar {
    opacity: 0;
	left: -3%;
}

#submod-content .scrollbar {
	right: -11px;
}


.track {
	height: 90%; 
	width: 1px;
	position: relative;
	padding: 0px;
}

#gallery-thumbs-container img {
	margin: 0 4.5% 7px 4.5%;
	opacity: .6;
    display: block;
}

#teaser-text .track ,
#gallery-thumbs .track {
	background: transparent url(/images/LEFT_SCROLL.png) no-repeat 0px 0;
	height: 100% !important;
	background-size: 100% 100%;
}

#submod-content .track {
		background: transparent url(/images/BOTTOM_SCROLL.png) no-repeat 0px 0 / 100% 100%;
}

.thumb {
	background: transparent url(/images/LEFT_BULB.png) no-repeat 0 0;
	height: 41px !important;
	width: 19px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -8px;
	
	}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}


/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

#tf-target {
	position: absolute;
	width: 12%;
	top: -2%;
	left: 15.9%;
	height: 18%;
	cursor: pointer;
}

#tf-zone {
	width: 50%;
	height: 60.3%;
	top: 29%;
	left: 25%;
	position: absolute;
}

#tf-inactive {
	width: 75%;
	height: 75%;
	top: 14%;
	left: 16%;
	position: absolute;
	background: url("/images/TF_NOTORANGE.png") no-repeat scroll 50% 76% / 50% 50% rgba(0, 0, 0, 0);
	opacity: 0;
}

#tf-active {
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	position: absolute;
	background: url("/images/TF_ORANGE.png") no-repeat scroll 50% 76% / 50% 50% rgba(0, 0, 0, 0);
	opacity: 0;
}

#tf-active a {
	width: 100%;
	height: 100%;
	display: block;
}

#partner-target {	
	cursor: pointer;
	position: absolute;
	left: 0%;
	top: 24%;
	height: 18%;
	width: 12%;
}

#pt-inactive {
	width: 50%;
	height: 60.3%;
	top: 20%;
	left: 36%;
	position: absolute;
	background: transparent url(/images/BSIDE_PARTNERS_A_75.png) no-repeat 0px 0 / 100% 100%;
	opacity: 0;
}

#pt-active {
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	position: absolute;
	background: transparent url(/images/BSIDE_PARTNERS_B_75.png) no-repeat 0px 0 / 100% 100%;
	opacity: 0;
}

#partner-content {
	position: absolute;
	bottom: -3.3%;
	height: 51.7%;
	right: 8.3%;
	width: 55.2%;
	font-size: 1000%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;	
	display: none;
}

#partner-content-container {
	width: 100%;
	height: 100%;
}

.partner-icon {
	width: 12%;
	height: 22.6%;
	float: left;
	margin: 0 0.5% 0.5% 0;
	position: relative;
}

.partner-icon img.holder {
	opacity: 0;
}

.partner-icon img {
	width: 100%;
	height: 100%;
}

.partner-icon div {
	position: absolute;
	width: 100%;
	height: 102%;
	top: 0;
	left: 0;
	opacity: 0;
	background-size: 100%;
	
}

.partner-icon .active {
	display: none;
	top: 0%;
	left: 0%;
	z-index: 5;
	background-position: bottom 0px;
}

.partner-icon .inert {
	z-index: 1;
	background-size: 100%;
	background-position: top 0px;
}
