.rotateZ {
    transform: rotateZ(45deg);
    transform-origin: 0% 0%;
    transition:1s all ease-in-out;
}

svg:hover .rotateZ {
    transform: rotateZ(900deg);
    transform-origin: 0% 0%;
}
.slide {
	    margin-top: 1em;
}

#demo .menu li {
	display:block !important;
	float:none !important;
	width:100%;
}
#demo .menu {
		padding:0px;
}
.exhibitors-icon {min-height:400px;}
.exhibitors-icon:hover {
	background-color: rgb(51 122 183 / 0.2);
    box-shadow: 0px 0px 2px #337ab7;
}
.posterMini {
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.containeryt {
    position: relative;
	float:right;
    width: 50%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mb-2 {margin-bottom:2em;}


@font-face {
  font-family: 'URWGothicL';
  src:  url('../lib/URW_Gothic_L_Book.ttf');
}
@font-face {
  font-family: 'URW Gothic L';
  src:  url('../lib/URW_Gothic_L_Book.ttf');
}

@font-face {
  font-family: 'Klavika';
  src:  url('../lib/ufonts.com_klavika-bold-opentype.otf');
}




body {
    background:#f9f9f9 !important;
}

h2,h3,h4,h5,h6 {
    
    /*font-family:'Klavika';*/
    font-family:'URWGothicL';
    color:#0267cd !important;
    text-transform:uppercase;

}
h1 {
    font-family:'Klavika';
    text-transform:uppercase;
    color:#0267cd !important;
}

.aboutText {
    text-align:justify;
    margin-bottom:2em;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    width: 80%;
    border-top: 1px solid rgba(2,103,205,0.2);
}


.nopadding {
    padding:0px;
}

.albumCover:hover,.albumCover.open {
    opacity:1;
}
.albumCover {
    width: 90%;
    border-width: 0px;
    opacity: 0;

}
.boxEx {
    padding:1em 0px;
}
.infoEx {
    font-family:'URWGothicL';
}
.menuNormal {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 100%;
}
.menuNormal li {
        display: inline-block;
        padding: 0.5em 1em;
}
.menuNormal li a{
        color:#FFF !important;
        font-family:'Klavika';
        text-decoration:none !important;
        text-transform:uppercase;
        
}

li.active a{
    color: #FFAB00 !important;
}
    
#mobileBar.fixed .menuNormal li a {
    color:#FFF;
    font-size:1em;
    font-weight:100;
    text-shadow: none;
}
#mobileBar.fixed {
    background:#337AB7;
}

#mobileBar .menuNormal li a {

    color: #FFF;
    font-size: 1.5em;
    font-weight: 700;
    text-shadow:  0px 0px 1px #000, 0px 0px 3px #000, 0px 0px 5px #000, 0px 0px 7px #000, 0px 0px 9px #000;
    
}
#mobileBar {
    background:transparent;
    
}
#mobileBar, .menuNormal, .menuNormal li, .menuNormal li a {
    transition:0.5s all ease-in-out;
}



		.noselect {
		  -webkit-touch-callout: none !important; /* iOS Safari */
		  -webkit-user-select: none !important;   /* Chrome/Safari/Opera */
		  -khtml-user-select: none !important;    /* Konqueror */
		  -moz-user-select: none !important;      /* Firefox */
		  -ms-user-select: none !important;       /* Internet Explorer/Edge */
		  user-select: none !important;           /* Non-prefixed version, currently
		                                  not supported by any browser */
		}




		.topBar {
			left:0px;
		    padding-left: 20%;
		    padding-right: 3%;
		    display: inline-block;
		    width: 100%;
		    box-shadow: 0px 0px 5px #000;
		    background: #337AB7;
		    color: #fff;
		    text-align: right;
		    position: absolute;
		    transition: 0.5s;
		    z-index: 3;
		    top:0px;

		}
		.topBar .title {
			font-size:2em;
			padding:10px;
			transition: 0.5s;
		}
		.topBar.min {
			position: fixed !important;
		}
		.topBar.min .title {
			font-size:1.5em;
			padding:5px;
		}
		.topBar.SlideHide {
			top:-5em;
		}




		.m-r-05{
		margin-right:0.5rem;
		}
		.m-r-2{
		margin-right:2rem;
		}
		.m-l-05{
		margin-left:0.5rem;
		}
		.m-l-2{
		margin-left:2rem;
		}
		.m-t-05{
		margin-top:0.5rem;
		}
		.m-b-1 {
			margin-bottom: 1rem;
		}

		.m-b-05{
		margin-bottom:0.5rem;
		}




 		#mobileBar {
                    z-index: 999;
		    position: fixed;
		    top: 0px;
		    left: 0px;
		    width: 100%;
		    overflow: auto;
 		}
 		#mobileBar .menuLeft {
 			float: right;
 			position: relative;
 			margin: 0.5em;
 		}

 		#mobileBar .title {
 			background:#2A4D6B;
 			color:#FFF;
 			text-align: center;
 			padding:10px;
 		}
 		#mobileBar button {
                    font-family:'Klavika';
                }
 		#mobileBar .menu {
 			/*position: fixed;*/
		    width: 100%;
		    z-index: 1000;
		    list-style-type: none;
		    text-align: right;
		    background: rgb(42, 77, 107);
		    overflow: auto;
		    right: 0px;
		    padding: 20px;
		    margin-bottom:0px;
 		}
 		#mobileBar .menu a {
		    color: #FFF;
		    padding: 10px;
		    display: block;
		    font-family:'Klavika';
		    margin-bottom: 4px;
                    text-align:center;
 		}
 		#mobileBar .logo {
 			height: 3em;
 			margin:0.3em;
 		}




.slide {

}
.slide.ng-enter,
.slide.ng-leave {
    /*-webkit-transition: all 1s ease;
    transition: all 1s ease;*/
}
.slide.ng-enter {
    left: 100%;
}
.slide.ng-enter-active {
    left: 15px;
}
.slide.ng-leave {
    left: 15px;
}
.slide.ng-leave-active {
    left: -100%;
}


.infoBar {
	font-size:0.9em;
	color:#FFF;
	background-color:#337ab7;
	padding:4px;
}


/*
 * SPINER
 */

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #337ab7;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}




@-webkit-keyframes animSVG {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    
  } 10%,30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    
   } 40%,100% { 
    -webkit-transform: scale(1);
            transform: scale(1);
    
  } 
}

@keyframes animSVG {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  } 10%,20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; 
  } 30%,100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



.animSVG svg{
  -webkit-animation: animSVG 3.4s infinite linear both;
          animation: animSVG 3.4s infinite linear both;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.SVGlata svg {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.SVGchem svg {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.SVGkraje svg {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.SVGwynalazki svg {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}          

.SVGsmart svg {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}          


.slide ul {
    padding-left:0.25em;
}

.slide li {
    margin: 0;
    padding: 0.25em 0px 0.25em 2em;
    list-style: none;
    background-image: url('../gfx/list.png') !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: 1.5em !important;
}
.col {
    margin-bottom:1em;
}


.addMail {
    z-index:10;
    position:fixed;
    top: -100%;
    left: 0px;
    height: 100%;
    width: 100%;
    background:rgba(0,0,0,0.2);
    transition:0.2s top ease-in-out;
}
.addMail.top {
    top:0px
}
.mB05 {
    margin-bottom:0.5em;
}


.inputC.ng-invalid.ng-dirty {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
    border-color: #f0ad4e;
}

.inputC.ng-valid.ng-dirty {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    border-color: #5cb85c;
}
.inputC.ng-dirty {
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 99%;
    padding-right: 2.5em;
}

.galleryFull.full {
    display:block;
}
.galleryFull {
    position:fixed;
    z-index:9999;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    /*background:rgba(0,0,0,0.2);*/
    /*background:rgba(2, 103, 205, 0.5);*/
    background:#f9f9f9;
    display:none;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
}
.prevPicture, .nextPicture {
    position:fixed;
    z-index:99999;
    width:30%;
    top:80%;
    height:20%;
    background-size:2em auto;
    background-position:center center;
    background-repeat:no-repeat;
    opacity:0.5;
}
.exitPicture {
    position:fixed;
    z-index:99999;
    width:20%;
    top:80%;
    height:20%;
    background-size:2em auto;
    background-position:center center;
    background-repeat:no-repeat;
    opacity:0.5;
    background-image:url('../gfx/exit.png');
    left:30%;
}

.downloadPicture {
    position:fixed;
    z-index:99999;
    width:20%;
    top:80%;
    height:20%;
    background-size:2em auto;
    background-position:center center;
    background-repeat:no-repeat;
    opacity:0.5;
    background-image:url('../gfx/download.png');
    left:50%;
}


.prevPicture:hover, .nextPicture:hover, .exitPicture:hover, .downloadPicture:hover,  {
    opacity:1;
    background-color:rgba(255,255,255,0.2);
}
.galleryFull:hover .prevPicture, .galleryFull:hover .nextPicture, .galleryFull:hover .exitPicture, .galleryFull:hover .downloadPicture {
	opacity:0.8;
	background-color:rgba(255,255,255,0.2);
}
.prevPicture {
    position:fixed;
    z-index:99999;
    left:0px;
    background-image:url('../gfx/prev.png');
    background-position: 80% center;
}
 .nextPicture {
    position:fixed;
    z-index:99999;
    right:0px;
    background-image:url('../gfx/next.png');
    background-position: 20% center;
}

body {-webkit-print-color-adjust: exact !important;}
  h1,h2,h3,h4,h5 div, li, span {
      -webkit-print-color-adjust: exact !important;
    }
    
@media print {
  body {-webkit-print-color-adjust: exact !important;}
  .noprint {
      display:none !important;
}
  h1,h2,h3,h4,h5 div, li, span {
      -webkit-print-color-adjust: exact !important;
    }
}

    .headStand {
        color:#FFF !important;
        background:#2e6da4 !important;
    }


/**List online**/

body, div {
	font-family: 'Work Sans', sans-serif;
}
body {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.invention_box {
	
	width:100%;
	height:auto;
	top:10px;
	left:0px;	
}




.invention_poster {
	
	width:35%;
	height:calc(100% - 70px);
	position:fixed;
	top:70px;
	float:left;
	left:0px;
	
}
.poster_poster{
	width:calc(100% - 15px);
	height:calc(100% - 30px);
	margin:15px;
	margin-right:5px;
	
}

/**
.poster_poster {
	background-image:url('poster.jpg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right center;

}
**/

.invention_iwis {
	width:95%;
	height:3%;
	top:2%;
	left:2.5%;
	position:absolute;
}
.invention_info {
	width:63%;
	height:auto;
	top:50px;
	right:0px;
	position:absolute;	
}

.info_country {
	padding-top:20px;
	font-weight:200;
	font-size:2.8em;
	margin:5px;
	padding-left:1.1em;
	background-image:url('poland.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:auto 1em;
	
}

.live {
	background-image:url('live.gif') !important;
}

.world {
	background-image:url('iwis.png') !important;
}

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

.yt:before {
content: "";
    width: 2em;
    margin-left: 5px;
    height: 2em;
	top:-2.1em;
    z-index: 999;
    border-radius: 4px;
    position: absolute;
    background-image: url(yt.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #FFF;
}

.info_name {
	font-weight:400;
	font-size:2.3em;
	margin:5px;
	margin-right:20%;	
}

.info_company {
	font-weight:250;
	font-size:1.8em;
	margin:5px;
	margin-right:20%;	
}

.info_desc {
	font-weight:350;
	font-size:1em;
	margin:5px;
	margin-right:10%;	
	text-align:justify;
}

hr.min {
	border-top:1px solid #ccc;
	margin-left:5px;
	margin-right:10%;
}

hr.center {
	border-top:1px solid #ccc;
	margin-left:5px;
	margin-right:5px;
}

.bold_hover {
	transition:all 0.2s ease-in-out;
}
.bold_hover:xhover {
	font-weight:400;
}

.info_author {
	font-weight:250;
	font-size:1.3em;
	margin:5px;
	margin-right:20%;	
}


.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.menu ul {
	display:block;
	padding:0px;
	margin:0px;
}
.menu li {
	display:block;
	float:left;
	text-align:center;
	font-weight:200;
	font-size:1.2em;
	width:25%;
	border-bottom:2px solid transparent;
	border-radius:4px;
	padding-top:5px;
}
.menu3 li {
	width:33.33%;
}
.menu li img {
	height:60px;
	width:60px !important;
	margin-top:20px;
	transition:0.2s all ease-in-out;
	
}

.l_romania {
	background-image:url('booth_rom.png');
	background-size:contain;
	background-position:center center;
}

.flag_romania {
	background-image:url('romania_flag.png');
	
}

.menu li:hover {
	font-weight:300;
	background:rgba(0,0,0,0.05);
}
.menu li:hover img {
	transform-origin:bottom;
	height:80px;
	margin-top:0px;
	
}
.menu_s {
	padding:10px 0px;
	z-index:999;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

box-shadow:0px 0px 1px #000;
}
.menu_s {
	font-size:1.3em;
    background: #1572e1;
    color: #FFF !important;
}
.menu_s a {
	 color: #FFF !important;
}


.select_country {
	width:100%;
	font-size:1.2em;
	padding:5px;
	border-radius:4px;
	font-weight:100;
	border:none;
	background:transparent;
	text-align:center;
	text-align-last: center;
}

.menu_s img{
	height:0.8em !important;
	margin-top:0px !important;
	vertical-align:baseline;
	margin-right:2px;
}

.posters_box {
	
	width:90%;
	height:auto;
	position:absolute;
	top:0%;
	left:5%;	
}

.poster_country {
	
font-size: 4em;
    width: 100%;
    font-weight: 250;
    padding-top: 40px;
	clear:both;
	padding-left:1.1em;
	background-image:url('poland.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:auto 1em;
	margin-bottom:0.5em;
	
	
}
.country_posters {
	
	width:100%;
	height:auto;
	
}

.poster_box {
	margin-top:2em;
	position:relative;
	width: 20%;
    margin: 0px;
    float: left;
    border: 20px solid transparent;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.poster {
	margin-top:2em;
	position:relative;
	width: 100%;
    padding-bottom: 142%;
    margin: 0px;
    background-image: url(poster.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center center;
	box-shadow:0px 0px 25px 1px #828282;
}


.exhibitor_box {
	margin-top:2em;
	position:relative;
	width: 12.5%;
    margin: 0px;
    float: left;
    border: 20px solid transparent;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.exhibitor {
	margin-top:2em;
	position:relative;
	width: 100%;
    padding-bottom: 100%;
    margin: 0px;
    background-image: url(fir_.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position:center center;
	box-shadow:0px 0px 25px 1px #828282;
}
.ciis {
	background-image: url(ciis.jpg) !important;
}

.head {
	clear:both;
	font-weight:250;
	font-size:6em;
	text-align:center;
	margin-bottom:0.2em;
	
}


.poster_info {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 1.5em;
    text-align: center;
	vertical-align:middle;
    border: 15px solid transparent;
    background: #2763fcd9;
    color: #fff;
    box-sizing: border-box;
    padding-top: 5px;
    transform-origin: center;
    transform: rotateX(90deg) rotateZ(-90deg);
	box-shadow:0px 0px 5px #000;
}
.poster:hover .poster_info {
	transform: rotateX(0deg) rotateZ(0deg);
	transition:0.2s ease-in-out all;
}
.exhibitor:hover .poster_info {
	transform: rotateX(0deg) rotateZ(0deg);
	transition:0.2s ease-in-out all;
}



.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 150px;
  height: 150px;
  z-index:999;
}

.invention_zoom {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}



/***COVERFLOW**/





.coverflow {
	margin-top:100px;
	
	display:block;
	padding:0px;
	margin:0px;
	width:100%;
	height:512px;
	background:transparent;
	overflow:hidden;
	height:720px;

}

.arrow {
    text-a.coverflow lign: center;
    font-weight: 100;
    font-size: 2em;
    color: #ccc;
    font-variant: all-small-caps;

}

.infoButton  {
	width: 4em;
    height: 4em;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -2em;
    margin-top: -5em;
    background-image: url(infoicon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #000;
    box-shadow: 0px 0px 10px #000;
	opacity:0;
	transition:all 0.5s ease-out;
}
.coverflow li:hover .infoButton {
	opacity:1;
}
.infoButton:hover {
	opacity:1 !important;
	box-shadow: 0px 0px 10px #0267cd;
	background-color:#0267cd;
}
.coverflow li:nth-child(11) .infoButton{
	opacity:1;
}

.coverflow li {
	display:block;
	padding:5px;
	margin:0px;
	
	box-sizing:border-box;
	width:512px;
	height:720px;
	/*background-color:#f00;*/
	white-space:nowrap;
	position:absolute;
	text-a.coverflow lign:center;
	margin-left:-360px;
		
	/*background-image:url('poster.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;*/


	height:700px;
	width:700px;


	left:80%;z-index:0;transform-origin:right;transform:perspective(250px) rotateY(-2deg) scale(0.7);
	opacity:0;

transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;

}
.coverflow li:nth-child(1){left:20%;z-index:0;transform-origin:left;transform:perspective(250px) rotateY(4deg) scale(0.7);opacity:0}
.coverflow li:nth-child(2){left:23%;z-index:1;transform-origin:left;transform:perspective(250px) rotateY(4deg) scale(0.7);opacity:90%}
.coverflow li:nth-child(3){left:26%;z-index:2;transform-origin:left;transform:perspective(250px) rotateY(6deg) scale(0.7);opacity:1}
.coverflow li:nth-child(4){left:29%;z-index:3;transform-origin:left;transform:perspective(250px) rotateY(8deg) scale(0.7);opacity:1}
.coverflow li:nth-child(5){left:32%;z-index:4;transform-origin:left;transform:perspective(250px) rotateY(10deg) scale(0.7);opacity:1}
.coverflow li:nth-child(6){left:35%;z-index:5;transform-origin:left;transform:perspective(250px) rotateY(12deg) scale(0.7);opacity:1}
.coverflow li:nth-child(7){left:38%;z-index:6;transform-origin:left;transform:perspective(250px) rotateY(14deg) scale(0.7);opacity:1}
.coverflow li:nth-child(8){left:41%;z-index:7;transform-origin:left;transform:perspective(250px) rotateY(16deg) scale(0.7);opacity:1}
.coverflow li:nth-child(9){left:44%;z-index:8;transform-origin:left;transform:perspective(250px) rotateY(18deg) scale(0.7);opacity:1}
.coverflow li:nth-child(10){left:47%;z-index:9;transform-origin:left;transform:perspective(250px) rotateY(20deg) scale(0.7);opacity:1}
.coverflow li:nth-child(11){left: 50%;z-index: 10;transform-origin: center;transform: perspective(0px) rotateY(0deg) scale(0.9); opacity: 1;}
.coverflow li:nth-child(12){left:53%;z-index:9;transform-origin:right;transform:perspective(250px) rotateY(-20deg) scale(0.7);opacity:1}
.coverflow li:nth-child(13){left:56%;z-index:8;transform-origin:right;transform:perspective(250px) rotateY(-18deg) scale(0.7);opacity:1}
.coverflow li:nth-child(14){left:59%;z-index:7;transform-origin:right;transform:perspective(250px) rotateY(-16deg) scale(0.7);opacity:1}
.coverflow li:nth-child(15){left:62%;z-index:6;transform-origin:right;transform:perspective(250px) rotateY(-14deg) scale(0.7);opacity:1}
.coverflow li:nth-child(16){left:65%;z-index:5;transform-origin:right;transform:perspective(250px) rotateY(-12deg) scale(0.7);opacity:1}
.coverflow li:nth-child(17){left:68%;z-index:4;transform-origin:right;transform:perspective(250px) rotateY(-10deg) scale(0.7);opacity:1}
.coverflow li:nth-child(18){left:71%;z-index:3;transform-origin:right;transform:perspective(250px) rotateY(-8deg) scale(0.7);opacity:1}
.coverflow li:nth-child(19){left:74%;z-index:2;transform-origin:right;transform:perspective(250px) rotateY(-6deg) scale(0.7);opacity:1}
.coverflow li:nth-child(20){left:77%;z-index:1;transform-origin:right;transform:perspective(250px) rotateY(-4deg) scale(0.7);opacity:90%;}
.coverflow li:nth-child(21){left:80%;z-index:0;transform-origin:right;transform:perspective(250px) rotateY(-4deg) scale(0.7);opacity:0}


.speed .coverflow li {
	transition-duration: 0.3s;
	
	
}
.speed .coverflow li:nth-child(11){
	left: 50%;
	z-index: 10;transform-origin: center;transform: perspective(0px) rotateY(0deg) scale(0.7); opacity: 1;
}




img {
max-width:100%;
max-height:100%;
height:100%;
/*box-shadow:0px 0px 3px #000;*/
}

@media (max-width: 480px) {

	.coverflow {
		height:400px;
	}
	.coverflow li:nth-child(3) .infoButton{
	opacity:0.4;
	}
	.coverflowbox {
	position:relative;
		}
	.earrow {display:none;}
	.left {
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		height:400px;
		width:30%;
		z-index:9;
background-image:url('../gfx/left.png');
		background-position:center;
		background-size:30% auto;
		background-repeat:no-repeat;
	}
	.right {
		display:block;
		position:absolute;
		top:0px;
		right:0px;
		height:400px;
		width:30%;
		z-index:9;
		background-image:url('../gfx/right.png');
		background-position:center;
		background-size:30% auto;
		background-repeat:no-repeat;
	}
	.coverflow li {
		display:block;
		padding:5px;
		margin:0px;
		box-sizing:border-box;
		width:400px;
		height:400px;
		margin-left:-200px;
	}
.coverflow li:nth-child(1){left:46%;z-index:0;transform-origin:left;transform:perspective(40px) rotateY(10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(2){left:48%;z-index:1;transform-origin:left;transform:perspective(40px) rotateY(5deg) scale(0.6);opacity:1}
.coverflow li:nth-child(3){left:50%;z-index:2;transform-origin:center;transform:perspective(0px) rotateY(0deg) scale(0.8);opacity:1}
.coverflow li:nth-child(4){left:52%;z-index:1;transform-origin:right;transform:perspective(40px) rotateY(-5deg) scale(0.6);opacity:1}
.coverflow li:nth-child(5){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(6){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(7){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(8){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(9){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(10){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(11){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(12){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(13){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(14){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(15){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(16){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(17){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(18){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(19){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(20){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}
.coverflow li:nth-child(21){left:54%;z-index:0;transform-origin:right;transform:perspective(40px) rotateY(-10deg) scale(0.6);opacity:0}


.coverflow li{left:54%;z-index:0;transform-origin:right;transform:perspective(0px) rotateY(-10deg) scale(0.6);opacity:0}


.infoButton {
	opacity:1 !important;
	box-shadow: 0px 0px 10px #0267cd;
	background-color:#0267cd;
}

}

