/**
 * 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:2%;right:0;top:49%;background:rgba(0,0,0, .6);width:30%;overflow:hidden;min-height:350px;transform: translateY(-50%);}
.bx-caption1 h2{
	
	width:100%;bottom:49%;right:0!important;left:0!important;
	color:#ffffff!important;
   position:relative;
    text-align:center;
    z-index:11000;
	overflow:hidden;
	border-radius:0px 0px 0 0;
	display: block;
	padding: 0px 5px 10px 5px;
/*text-shadow: 2px 2px #000;*/
    width:100%;
   -webkit-animation: bounceIn 2s ; /* Safari 4+ */
  -moz-animation:    bounceIn 2s ; /* Fx 5+ */
  -o-animation:      bounceIn 2s ; /* Opera 12+ */
  animation:         bounceIn 2s ; /* IE 10+, Fx 29+ */
}
@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: 0px 5px 10px 5px;
text-shadow: 1px 1px #000;
    width:100%;
   -webkit-animation: bounceIn 2s ; /* Safari 4+ */
  -moz-animation:    bounceIn 2s ; /* Fx 5+ */
  -o-animation:      bounceIn 2s ; /* Opera 12+ */
  animation:         bounceIn 2s ; /* IE 10+, Fx 29+ */
}
@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.8em !important;width:150px;background:#92d6f1;margin-top:40px!important;}

.bx-caption1 h2 {padding:40px 10px 20px 10px !important;font-size:2.0em !important;text-align:center !important;color: #ffffff !important;line-height:110% !important;margin:0 auto 10px auto !important;font-weight:bold!important;}

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

.bx-caption1 p a{font-weight:700 !important;font-size:1.25em !important;color: #fff !important;padding:5px;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;background:rgba(0,0,0, .6);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;
	text-shadow: 1px 1px #000;
}

.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;
	text-shadow: 1px 1px #000;
}

.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;
	text-shadow: 1px 1px #000;
}

.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:0;right:0;top:60%;background:none;width:100%;overflow:hidden;transform: translateY(-50%);z-index:100000;min-height:120px;background:rgba(0,0,0, .6);padding: 30px 0;}
.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;
	text-shadow: 1px 1px #000;
}

.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}



}