/**
 * 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%;display:none;
}

/* 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 95% 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: 95% 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;display:none!important;
	
}

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

.bx-caption1{width:60%;overflow:hidden;border:0px solid #fff;position:absolute;left:10%;min-height:250px;top: 65%;-ms-transform: translateY(-50%);transform: translateY(-50%);background:none;
/*animation: 0s fadeIn;
  animation-fill-mode: forwards;
  
  visibility: hidden;*/
}
/*@keyframes fadeIn {
  80% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}*/

.bx-caption1 h3{position:relative;border-radius:0px 0px 0 0;display: block;margin:10px 10px 10px 20px !important;font-size:1.0em !important;text-align:center !important;color: #000 !important;line-height:110% !important;font-weight:700!important;font-family: 'Libre Baskerville', sans-serif;

}


.bx-caption1 h2{position:relative;border-radius:0px 0px 0 0;display: block;margin:10px 10px 10px 20px !important;font-size:1.5em !important;text-align:center !important;color: #000 !important;line-height:110% !important;font-weight:700!important;font-family: 'Libre Baskerville', sans-serif;

}


.bx-caption1 p{position:relative;text-align:center;z-index:11000;overflow:hidden;border-radius:0px 0px 0 0;display: block;padding: 10px 15px 10px 15px;font-weight:normal !important;font-size:1.05em !important;color: #000 !important;margin:0px 0px!important;font-family: 'Libre Baskerville', sans-serif;

}
.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 p .button_big{font-size:1.0em !important;}
.bx-caption1 p a.button_big{font-size:1.0em !important;border-radius:7px!important;padding:8px 10px!important;text-align:center;font-family: 'Libre Baskerville', sans-serif;}
.bx-caption1 p a.button_big:hover{font-size:1.0em !important;border-radius:0;color:#e5a28e!important;font-family: 'Libre Baskerville', sans-serif;}






@media screen and (max-width:1190px) {
.bx-caption1{width:70%;overflow:hidden;border:0px solid #fff;position:absolute;left:10%;min-height:250px;top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);}
.bx-caption1 h2 {font-size:2.5em !important}
.bx-caption1 p{font-size:2.6em !important;margin:8px 10px 8px 10px!important;}
.bx-caption1 p a{font-size:1.00em !important;}

}

@media screen and (max-width:1025px) {
	.bx-caption1{width:80%;overflow:hidden;border:0px solid #fff;position:absolute;left:10%;min-height:250px;top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);}
	.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{width:90%;overflow:hidden;border:0px solid #fff;position:absolute;left:5%;min-height:250px;top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);}
	.bx-caption1 h2 {font-size:1.5em !important}
.bx-caption1 p{font-size:1.3em !important;margin:6px 10px 6px 10px!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 {
               overflow: hidden;
        border: 0px solid #fff;
        position: absolute;
        left: 5%;
        min-height: 10px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: none;
        border-radius: 15px;
        padding: 0px 0;
        max-height: 200px;
    }
.bx-caption1 h2 {font-size:1.0em !important;margin:10px 5px 0px 5px !important;padding:10px 0!important;}
.bx-caption1 p {
  font-size: 0.95em !important;
  line-height: 100% !important;
 padding-bottom: 0px!important;
 padding: 0px 0px 0px 0px;
}
.bx-caption1 h3 {font-size:0.70em !important;margin:00px 5px 0px 5px !important;display:block!important;line-height:120%!important}
.bx-caption1 p a.button_big {
  font-size: 1.0em !important;
  border-radius: 7px !important;
  padding: 8px 10px !important;
  text-align: center;
  font-family: 'Libre Baskerville', sans-serif;
  background: rgba(255,255,255, .8);
  margin: 0px 0px!important;
}
.animate.pop {
  animation-name: animate-pop;
 background:rgba(255,255,255,0.7);
}
.animate.pop h3{

margin-bottom:8px;
}
.animate.pop.delay-3{background:none;}
.animate.pop.delay-2{background:rgba(255,255,255,0.7);padding:5px 0 5px 0!important}
.animate.pop.delay-1{background:rgba(255,255,255,0.7)!important;padding:5px 0}
.animate.pop.delay-1 h2{padding:10px 0!important;}
}

