/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {

	position: relative;
	margin: 0 auto 5px 0px;
	padding: 0;
	*zoom: 1;
	float:none;width:100%;
}

.bx-wrapper img {
	width: 100%;
	display: block;
	padding:0 !important;
	margin:-5px 0 0 0  !important;
	height:auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
left: 0px;
/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -25px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}









/* DIRECTION CONTROLS (NEXT / PREV) KONTROLE OVDE*/

.bx-wrapper .bx-prev {border-radius:0 7px  7px 0 ;
	left: 0px;
	background: url(images/controlsprev.png) no-repeat 0 50%;
}

.bx-wrapper .bx-next {border-radius:7px 0 0px 7px;
	right:0px;
	background: url(images/controlsnext.png) no-repeat 100% 50%;
}

.bx-wrapper .bx-prev:hover {
background: url(images/controlsprev1.png) no-repeat ;
	background-position: 0 50%;
}

.bx-wrapper .bx-next:hover {
background: url(images/controlsnext1.png) no-repeat ;
	background-position: 100% 50%;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	margin-top: 0;
	outline: 0;
	width: 4%;
	height: 100%;
	text-indent: -9999px;
	z-index: 7000;
}

.bx-wrapper .bx-controls-direction a.disabled {
	
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
	
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	/*background: url(images/controls.png) -86px -11px no-repeat;*/
	margin: 0 3px;
}





/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {background:none !important;height:500px;}

.bx-caption1 {position:absolute;left:50%;top:45%;/*background:rgba(0,0,0, .5);*/width:50%;overflow:hidden;min-height:350px;transform: translateY(-50%);border-radius:15px;transform: translateX(-50%);border:0px solid #fff;}

.animate {
  animation-duration: 0.2s;
  animation-name: animate-fade;
  animation-delay: 0s;
  animation-fill-mode: backwards;
}
    
@keyframes animate-fade {
    0% { opacity: 0; }
  100% { opacity: 1; }
}

.animate.pop {
  animation-name: animate-pop;
  /*animation-timing-function: cubic-bezier(.26,.53,.74,1.48);*/
}

@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
        
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}


.delay-1 {
  animation-delay: 0.5s;
}
    
.delay-2 {
  animation-delay: 0.9s;
}
    
.delay-3 {
  animation-delay: 1.4s;
}
.delay-4 {
  animation-delay: 1.9s;
}









/*.bx-caption1 h2{
	
	width:100%;bottom:49%;right:0!important;left:0!important;
	color:#fff!important;
   position:relative;
    text-align:center;
    z-index:11000;
	overflow:hidden;
	border-radius:0px 0px 0 0;
	display: block;
	padding: 0px 5px 10px 5px;

    width:100%;
   -webkit-animation: bounceIn 2s ; 
  -moz-animation:    bounceIn 2s ; 
  -o-animation:      bounceIn 2s ;
  animation:         bounceIn 2s ; 
}
@keyframes bounceIn{
  0%{
    opacity: 0;
    transform: scale(0.3) translate3d(0,0,0);
  }
  100%{
    opacity: 1.0;
    transform: scale(1.0);
  }
  
}
.bx-caption1 p{
	
	width:100%;bottom:25%;right:0!important;left:0!important;
	
	color:#ff0000;
    position:relative;
    text-align:center;
    z-index:11000;
	overflow:hidden;
	border-radius:0px 0px 0 0;
	display: block;
	padding: 5px 5px 5px 5px;

    width:100%;
   -webkit-animation: bounceIn 2s ;
  -moz-animation:    bounceIn 2s ; 
  -o-animation:      bounceIn 2s ;
  animation:         bounceIn 2s ;
}
@keyframes bounceIn{
  0%{
    opacity: 0;
    transform: scale(0.3) translate3d(0,0,0);
  }
  100%{
    opacity: 1.0;
    transform: scale(1.0);
  }
  
}
*/
.bx-caption1 p a.button_big{font-size:0.95em !important;width:150px;background:#38b6ff!important;margin-top:40px!important;color:#ffffff!important}

.bx-caption1 h2 {padding:40px 10px 20px 10px !important;font-size:3.0em !important;text-align:center !important;color: #ffffff !important;line-height:110% !important;margin:0 auto 10px auto !important;font-weight:normal!important;font-family:'Open Sans', sans-serif;}

.bx-caption1 p{font-weight:300 !important;font-size:1.20em !important;text-align:center !important;color: #ffffff !important;padding-top:10px;padding-bottom:10px;top:40%;}

.bx-caption1 p a{font-weight:normal !important;font-size:1.10em !important;color: #000 !important;text-decoration:none;}


@media screen and (max-width:1190px) {
.bx-caption1 {position:absolute;left:0;right:0;top:50%;background:none;width:100%;overflow:hidden;transform: translateY(-50%);z-index:100000;min-height:120px;padding-top:40px;}
.bx-caption1 p{
	
	width:100%;
font-size:1.0em!important;
    line-height:120%!important;
    text-align:center;
    display:none;
	overflow:hidden;
	border-radius:0px 0px 0 0;
	display: block;
	padding: 0px 5px 0px 5px;
	
}

.bx-caption1 h2 {padding:00px 10px 00px 10px !important;font-size:1.2em !important;text-align:center !important;color: #ffffff !important;line-height:110% !important;margin:0 auto 0px auto !important;font-weight:bold!important;}
.bx-caption1 p{font-size:0.9em !important;width:98%;margin:0 auto;line-height:100%!important;margin:5px 0px 5px 0px!important;}
.bx-caption1 p a.button_big{font-size:1.0em !important;width:40%; display:block!important;line-height:100%!important;margin:5px auto!important;}
.bx-caption1 p a{font-size:1.0em !important;display:block;line-height:100%!important}


}

@media screen and (max-width:1025px) {
.bx-caption1 p{
	
	width:100%;
font-size:1.0em!important;
    line-height:120%!important;
    text-align:center;
    display:none;
	overflow:hidden;
	border-radius:0px 0px 0 0;
	display: block;
	padding: 0px 5px 0px 5px;

}

.bx-caption1 h2 {padding:00px 10px 00px 10px !important;font-size:1.2em !important;text-align:center !important;color: #ffffff !important;line-height:110% !important;margin:0 auto 0px auto !important;font-weight:bold!important;}
.bx-caption1 p{font-size:0.9em !important;width:98%;margin:0 auto;line-height:100%!important;margin:5px 0px 5px 0px!important;}
.bx-caption1 p a.button_big{font-size:1.0em !important;width:40%; display:block!important;line-height:100%!important;margin:5px auto!important;}
.bx-caption1 p a{font-size:1.0em !important;display:block;line-height:100%!important}


}

@media screen and (max-width:981px) {
.bx-caption1 {position:absolute;left:0;right:0;top:50%;background:none;width:100%;overflow:hidden;transform: translateY(-50%);z-index:100000;min-height:120px;background:rgba(0,0,0, .6);}

.bx-caption1 p{
	
	width:100%;
font-size:1.0em!important;
    line-height:120%!important;
    text-align:center;
    display:none;
	overflow:hidden;
	border-radius:0px 0px 0 0;
	display: block;
	padding: 0px 5px 0px 5px;
	
}

.bx-caption1 h2 {padding:00px 10px 00px 10px !important;font-size:1.2em !important;text-align:center !important;color: #ffffff !important;line-height:110% !important;margin:0 auto 0px auto !important;font-weight:bold!important;}
.bx-caption1 p{font-size:0.9em !important;width:98%;margin:0 auto;line-height:100%!important;margin:5px 0px 5px 0px!important;}
.bx-caption1 p a.button_big{font-size:1.0em !important;width:40%; display:block!important;line-height:100%!important;margin:5px auto!important;}
.bx-caption1 p a{font-size:1.0em !important;display:block;line-height:100%!important}


}

@media screen and (max-width:769px) {
.bx-caption1 {position: absolute;
    left: 50%;
    top: 0%;
   
    width: 100%;
    overflow: hidden;
    transform: translateY(-50%);
    transform: translateX(-50%);
    z-index: 100000;
    min-height: 100px;
    background: rgba(0,0,0, .6);
    padding-top: 5%;
	height:95%;
    border: 0px solid #fff;
	border-radius:0!important;}
.bx-caption1 p{
	
	width:100%;
font-size:1.0em!important;
    line-height:120%!important;
    text-align:center;
    display:none;
	overflow:hidden;
	border-radius:0px 0px 0 0;
	display: block;
	padding: 5px 5px 5px 5px;
	line-height:100%;
	
}

.bx-caption1 h2 {padding:00px 10px 00px 10px !important;font-size:1.1em !important;text-align:center !important;color: #ffffff !important;line-height:110% !important;margin:0 auto 0px auto !important;font-weight:bold!important;}
.bx-caption1 p{font-size:0.9em !important;width:98%;margin:0 auto;line-height:100%!important;margin:5px 0px 5px 0px!important;}
.bx-caption1 p a.button_big{font-size:1.0em !important;width:40%; display:block!important;line-height:100%!important;margin:5px auto!important;}
.bx-caption1 p a{font-size:1.0em !important;display:block;line-height:100%!important}



}