
.box_lanser{
max-width: 100%;
background: url('../images/bg_wrap.jpg') 50% 100% no-repeat;
}

.chRad{
padding-left: 50px;
}

.chRad input{

width: 30px;
height: 30px;
}

.wrapper_r{
margin: 0px;
overflow: hidden;
max-height:610px;
}
.wrapper_r .slider_wrapper_r{
max-width: 100%;
}
.slider_wrapper_r .nivoSlider_r{
position: relative;
}
.slider_wrapper_r .ulSlider{
list-style: none;
}
.slider_wrapper_r .liSlider{
visibility: hidden;
position: absolute;
max-width: 100%;
}
.slider_wrapper_r .liSlider img{
top:0px;
left: 0px;
max-width: 100%;
width: 100%;
height: auto;
}

.slider_wrapper_r .liSlider .opis{
position: absolute;
top:10px;
left: 10px;
display: none;
}


.nivoSlider_r .opisS{
position: absolute;
bottom:0px;
left: 0px;
z-index: 50;
width: 98%;
}

.nivoSlider_r .opisS{
background-color:rgba(255,255,255,0.9);
margin: 0px 0px 0px 0px;
font-size:13px;
color: #5e6060;
line-height: 1.5em;
width: 360px;
height: 138px;
top:50%;
margin-top:-85px;
left: 245px;
box-shadow:2px 2px 4px 4px rgba(0,0,0,0.3);
}
.nivoSlider_r .opisS div{
padding: 15px;
overflow: hidden;

height: 95px;
}	
.nivoSlider_r .opisS div p{
margin: 0px 0px 10px 0px;

}


.nivoSlider_r .opisS .wiecej{
position: absolute;
border: none;
display: block;
float: right;
margin-right: 10px;
margin-top: 5px;
padding: 0px 0px 0px 15px;
background-color: #2e2f31;
color: #FFFFFF;
text-decoration: none;
right: 5px;
bottom:-20px;
text-transform: uppercase;
line-height: 33px;
font-size: 11px;
}
.nivoSlider_r .opisS .wiecej span{
display: block;
float: right;
width: 33px;
height: 33px;
background:#e7be02 url('../images/bg_wiecej.png') 50% 50% no-repeat;
margin: 0px 0px 0px 15px;
background-size: 12px auto; 
}


/*
.nivoSlider_r .opisS div:nth-child(1){
padding: 10px 15px 5px 15px;
}
.nivoSlider_r .opisS div:nth-child(2){
padding: 5px 15px;
}
.nivoSlider_r .opisS div:nth-child(3){
padding: 10px 15px 10px 15px;
}
*/
.nav-arrows{

}
.nav-arrows a{
background: url('../images/nav_lanser.png') no-repeat;
height: 73px;
width: 73px;
position: absolute;
cursor: pointer;
margin-top: -36px;
position: absolute;
text-indent: -9000px;
top: 50%;
z-index: 4;
}
.nav-arrows a.prev{
left: 20px;
}
.nav-arrows a.next{
right: 20px;
background-position: -73px 0px;
}
.divEffect{
height: 100%;
position: absolute;
visibility: visible;
width: 100%;
z-index: 3;
}

.divEffect .lanser_box{
position: absolute;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;

}


/*---------------------------------------------------*/


.rotate { 

-webkit-animation-name: spinner;
animation-name: spinner;


-webkit-animation-timing-function: linear;
animation-timing-function: linear;


-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;


-webkit-animation-duration: 1s;
animation-duration: 1s;

-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;

}

.rotate .front {
backface-visibility: hidden;
-webkit-backface-visibility:hidden;
position: absolute;
-o-backface-visibility: hidden;
width: 100%;


}
.rotate .back {
  visibility: visible;
  
  
  -moz-transform: rotateY(180deg); 
  -ms-transform: rotateY(180deg); 
  -webkit-transform : rotateY(180deg);
  transform: rotateY(180deg); 
  backface-visibility: hidden;
  -webkit-backface-visibility:hidden;
  -o-backface-visibility: hidden;
  position: absolute;
  width: 100%; 
}


@keyframes spinner { 
	from { 
	-moz-transform: rotateY(0deg); 
	-ms-transform: rotateY(0deg); 
	-webkit-transform : rotateY(0deg);
	transform: rotateY(0deg); 
	
	} 
	to { 
	-moz-transform: rotateY(-180deg); 
	-ms-transform: rotateY(-180deg); 
	-webkit-transform : rotateY(-180deg);
	transform: rotateY(-180deg); 
	} 
}

@-webkit-keyframes spinner {
	from { 
	-webkit-transform : rotateY(0deg);
	transform: rotateY(0deg); 
	
	} 
	to { 
	-webkit-transform : rotateY(-180deg);
	transform: rotateY(-180deg); 
	} 
	
}

.rotate img{
width: 100%;
height: auto;
}


/*------------------------------------------------------------*/

.boxH{
height: 100%;
position: relative;
}
.boxH .box3d{

}

.boxH .box3d .front{
	position: absolute;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	backface-visibility : hidden;
	max-width: 100%;
	visibility: visible;
	z-index: 2;
}

.boxH .box3d .back{
position: absolute;
-webkit-backface-visibility : hidden;
-moz-backface-visibility : hidden;
-o-backface-visibility : hidden;
-ms-backface-visibility : hidden;
backface-visibility : hidden;
max-width: 100%;
visibility: visible;
z-index: 1;


}
.boxH .box3d img{
max-width: 100%;
height: auto;
}
/*---------------------------------------------------*/

/*------------------------------------------------------*/

.boxCubeSlide{


}

.boxCubeSlide .box3d{
-webkit-backface-visibility : hidden;
-moz-backface-visibility : hidden;
-o-backface-visibility : hidden;
-ms-backface-visibility : hidden;
backface-visibility : hidden;
    position: absolute;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.boxCubeSlide .box3d .sb-side {
   -webkit-backface-visibility : hidden;
-moz-backface-visibility : hidden;
-o-backface-visibility : hidden;
-ms-backface-visibility : hidden;
backface-visibility : hidden;
    display: block;
    margin: 0;
    position: absolute;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
    height: 100%;
}

/*----------------------------------------------------------------------*/

.boxCubeBox{


}

.boxCubeBox .box3d{
-webkit-backface-visibility : hidden;
-moz-backface-visibility : hidden;
-o-backface-visibility : hidden;
-ms-backface-visibility : hidden;
backface-visibility : hidden;
    position: absolute;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.boxCubeBox .box3d .sb-side {
    -webkit-backface-visibility : hidden;
-moz-backface-visibility : hidden;
-o-backface-visibility : hidden;
-ms-backface-visibility : hidden;
backface-visibility : hidden;
    display: block;
    margin: 0;
    position: absolute;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
    height: 100%;
}
.box3dRotate{
position: absolute;
}

.frontImg{
position: absolute;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
width: 100%;
}
.frontImg img{
width: 100%;
height: auto;
}
.eff_pulseImgOut,.eff_bounceInDown,.eff_bounceInLeft,.eff_bounceInRight,.eff_bounceInUp,.eff_bounceOutDown,
.eff_bounceOutLeft,.eff_bounceOutRight,.eff_bounceOutUp,.eff_slideInDown,.eff_slideInLeft,.eff_slideInRight,
.eff_slideOutLeft,.eff_slideOutRight,.eff_slideOutUp
{
overflow: hidden;
}
