/**
 * 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%;max-height:600px;
}

.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 h2{
	
	width:100%;bottom:49%;right:0!important;left:0!important;
	height: 45%;
    position:absolute;
    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 ; /* 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;
	height: 50%;
	color:#ff0000;
    position:absolute;
    text-align:center;
    z-index:11000;
	overflow:hidden;
	border-radius:0px 0px 0 0;
	display: block;
	padding: 0px 5px 10px 5px;
text-shadow: 0px 0px #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;top:16%;right:0;left:0;background:#202157;}
.bx-caption1 p a.button_big:hover{color:#fff!important; background:#202157;}

.bx-caption1 h2 {padding:50px 10px 50px 10px !important;font-size:3.0em !important;text-align:center !important;color: #fff !important;line-height:110% !important;margin:0 auto 10px auto !important;height:70px;text-shadow: 0px 0px #000;-webkit-text-stroke: 2px #202157;}

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

.bx-caption1 p a{font-weight:normal !important;font-size:2.00em !important;color: #fff !important;padding:5px;text-decoration:none;}
.bx-caption1 p a:hover{color: #fff !important;}


@media screen and (max-width:1190px) {

.bx-caption1 h2 {font-size:2.5em !important}
.bx-caption1 p{font-size:2.6em !important;}
.bx-caption1 p a{font-size:1.00em !important;}

}

@media screen and (max-width:1025px) {
	.bx-caption1 h2 {font-size:1.5em !important}
.bx-caption1 p{font-size:1.3em !important;}
.bx-caption1 p a{font-size:1.20em !important;}



}

@media screen and (max-width:981px) {



	.bx-caption1 h2 {font-size:1.5em !important}
.bx-caption1 p{font-size:1.3em !important;}
.bx-caption1 p a{font-size:1.20em !important;}
.bx-caption1 p a:hover{font-size:1.2em !important;}

}

@media screen and (max-width:769px) {
.bx-caption1 p{
	
	width:100%;bottom:15%;right:0;left:0;
	height: 35%;
    position:absolute;
    text-align:center;
    z-index:11000;
	overflow:hidden;
	border-radius:0px 0px 0 0;
	display: block;
	padding: 0px 5px 10px 5px;
	
line-height:130%;

   -webkit-animation: cap2 2s ; /* Safari 4+ */
  -moz-animation:    cap2 2s ; /* Fx 5+ */
  -o-animation:      cap2 2s ; /* Opera 12+ */
  animation:         cap2 2s ; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes cap2{
  0%{width:0px}
    100%{width:100%}
}

	.bx-caption1 h2 {font-size:1.2em !important;width:100%;top:8%;right:0;left:0;height: 30%;font-weight:bold!important;-webkit-text-stroke: 0px #fff;;}
.bx-caption1 p{font-size:1.0em !important;width:100%;top:30%;right:0;left:0;height: 60%;}
.bx-caption1 p a.button_big{font-size:1.0em !important;width:50%;top: 0%;right:0;left:0;color:#fff!important;background:#92d6f1;}
.bx-caption1 p a{font-size:1.0em !important;}



}