
/**
 * 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 {
	
	display: block;
	padding:0 !important;
	margin:0px 0 0 0  !important;

}

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

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;*/
	/*border:  5px solid #fff;*/
	left: 0px;
	/*background: #fff;*/
	
	/*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;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .65em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
	display:none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

/*.bxslider  img{
	
  text-align: center;
  animation-name: spinimg, depthimg;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 2.5s;
}
@keyframes spinimg {
  from { transform: rotateY(-180deg); }
  to { transform: rotateY(-360deg); }
}
@keyframes depthimg {
  0% { text-shadow: 0 0 black; }
  25% { text-shadow: 1px 0 black, 2px 0 black, 3px 0 black, 4px 0 black, 5px 0 black; }
  50% { text-shadow: 0 0 black; }
  75% { text-shadow: -1px 0 black, -2px 0 black, -3px 0 black, -4px 0 black, -5px 0 black; }
  100% { text-shadow: 0 0 black; }
}*/




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

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

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

.bx-wrapper .bx-prev:hover {
background: url(images/controlsprev1.png) no-repeat ;
	background-position: 0 50%;
}
.bx-wrapper .bxslider1 .bx-next {
background: url(images/controlsnext1.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: 10%;
	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;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

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

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
	width: 100%;
	
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
	
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {background:blue !important;}

.bx-wrapper .bx-caption  span{
	background:#000\9;
background: rgba(0, 0, 0, 0.3);
	width:100%;bottom:0;right:0%;left:0%;
	/*border-radius:30px 0  30px 0;/*
	/*border:1px solid #019320;*/
	height: auto;
    position:absolute;
    text-align:center;
    z-index:11000;
	overflow:hidden;
	
	display: block;
	padding: 10px 0px;

    height:10%;
  text-align: center;
   -webkit-animation: expand 1s  ; /* Safari 4+ */
  -moz-animation:    expand 1s  ; /* Fx 5+ */
  -o-animation:      expand 1s  ; /* Opera 12+ */
  animation:         expand 1s  ; /* IE 10+, Fx 29+ */
}


@-webkit-keyframes expand{
    0%{height:0px}
    100%{height:10%}
}

.bx-wrapper .bx-caption span {

 
	color: #fff;
	text-shadow: 1px 1px black, 1px 1px black, 2px 1px black, 3px 1px black, 4px 1px black;
	font-family: Arial,Verdana, sans serif !important;font-size:2.1em !important;
	display: block;
	line-height:110%;
	padding: 10px 5px;
	font-weight:normal;
}



.bx-wrapper .bx-caption1  {
background:#000\9;
background: rgba(0, 0, 0, 0.3);
	/*vertical-align:bottom;*/
top:0;left:0%;right:0;
	/*border-radius:30px 0  30px 0;/*
	/*border:1px solid #019320;*/
	height: 25%;
    position:absolute;
    text-align:bottom center;
    z-index:11000;
	overflow:hidden;
	
	display: block;
	padding: 0px 5px 10px 5px;
width:100%;
    
   -webkit-animation: cap1 2s ; /* Safari 4+ */
  -moz-animation:    cap1 2s ; /* Fx 5+ */
  -o-animation:      cap1 2s ; /* Opera 12+ */
  animation:         cap1 2s ; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes cap1{
    0%{height:0px}
    100%{height:25%}
}

.bx-caption1 h2 {padding:30px 10px 5px 10px !important;font-family: Arial,Verdana, sans serif !important;font-size:2.4em !important;text-align:center !important;color: #fff !important;line-height:110% !important;margin:0 auto 10px auto !important;height:30px;/*border-bottom:0px !important;border:8px solid #fff !important*/}
.bx-caption1 p{font-family:  Arial,Verdana, sans serif !important;font-weight:normal !important;font-size:1.40em !important;text-align:center !important;color: #fff !important;padding-left:none !important;padding:5px;border-radius:8px;margin-top:100px;}
.bx-caption1 p a{font-family: Arial,Verdana, sans serif !important;font-weight:normal !important;font-size:1.40em !important;color: #fff !important;padding-left:none !important;padding:5px;background:;border-radius:8px;text-decoration:none; border:1px solid #fff;}
.bx-caption1 p a:hover{font-family:Arial,Verdana !important;font-weight:normal !important;font-size:1.4em !important;text-align:center !important;color: #ccc !important;padding-left:none !important;padding:6px;background:;border-radius:8px;text-decoration:none;}

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



.bx-caption1 h2 {padding:0px 10px 5px 10px !important;font-family: Arial,Verdana, sans serif !important;font-size:1.5em !important;text-align:center !important;color: #fff !important;line-height:110% !important;margin:0 auto 10px auto !important;height:30px;}
.bx-caption1 p{font-family:  Arial,Verdana, sans serif !important;font-weight:normal !important;font-size:1.20em !important;text-align:center !important;color: #fff !important;padding-left:none !important;padding:5px;border-radius:8px;margin-top:100px;}
.bx-caption1 p a{font-family: Arial,Verdana, sans serif !important;font-weight:normal !important;font-size:1.20em !important;color: #fff !important;padding-left:none !important;padding:5px;background:;border-radius:8px;text-decoration:none; border:1px solid #fff;}
.bx-caption1 p a:hover{font-family:Arial,Verdana !important;font-weight:normal !important;font-size:1.2em !important;text-align:center !important;color: #ccc !important;padding-left:none !important;padding:10px;background:;border-radius:8px;text-decoration:none;}
.bx-wrapper .bx-caption span {

 
	color: #fff;
	font-family: Arial,Verdana, sans serif !important;font-size:1.5em !important;
	display: block;
	line-height:110%;
	padding: 10px 5px;
	font-weight:normal;text-shadow:none;
}
}

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


.bx-caption1 h2 {padding:0px 10px 0px 10px !important;font-family: Arial,Verdana, sans serif !important;font-size:1.4em !important;text-align:center !important;color: #fff !important;line-height:110% !important;margin:0 auto 0px auto !important;/*border-bottom:0px !important;border:8px solid #fff !important*/}
.bx-caption1 p{font-family:  Arial,Verdana, sans serif !important;font-weight:normal !important;font-size:1.20em !important;text-align:center !important;color: #fff !important;padding-left:none !important;padding:5px;border-radius:8px;margin-top:100px;}
.bx-caption1 p a{font-family: Arial,Verdana, sans serif !important;font-weight:normal !important;font-size:1.20em !important;color: #fff !important;padding-left:none !important;padding:5px;background:;border-radius:8px;text-decoration:none; border:1px solid #fff;}
.bx-caption1 p a:hover{font-family:Arial,Verdana !important;font-weight:normal !important;font-size:1.2em !important;text-align:center !important;color: #ccc !important;padding-left:none !important;padding:10px;background:;border-radius:8px;text-decoration:none;}
.bx-wrapper .bx-caption span {

 
	color: #fff;
	font-family: Arial,Verdana, sans serif !important;font-size:1.3em !important;
	display: block;
	line-height:110%;
	padding: 10px 5px;
	font-weight:normal;text-shadow:none;
}
}

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


.bx-caption1 h2 {padding:0px 10px 0px 10px !important;font-family: Arial,Verdana, sans serif !important;font-size:1.1em !important;text-align:center !important;color: #fff !important;line-height:110% !important;margin:0 auto 0px auto !important;/*border-bottom:0px !important;border:8px solid #fff !important*/}
.bx-caption1 p{font-family:  Arial,Verdana, sans serif !important;font-weight:normal !important;font-size:1.00em !important;text-align:center !important;color: #fff !important;padding-left:none !important;padding:5px;border-radius:8px;margin-top:100px;}
.bx-caption1 p a{font-family: Arial,Verdana, sans serif !important;font-weight:normal !important;font-size:1.00em !important;color: #fff !important;padding-left:none !important;padding:5px;background:;border-radius:8px;text-decoration:none; border:1px solid #fff;}
.bx-caption1 p a:hover{font-family:Arial,Verdana !important;font-weight:normal !important;font-size:1.0em !important;text-align:center !important;color: #ccc !important;padding-left:none !important;padding:10px;background:;border-radius:8px;text-decoration:none;}
.bx-wrapper .bx-caption span {

 
	color: #fff;
	font-family: Arial,Verdana, sans serif !important;font-size:1.3em !important;
	display: block;
	line-height:110%;
	padding: 10px 5px;
	font-weight:normal;text-shadow:none;
}
}

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


.bx-caption1 h2 {padding:5px 10px 0px 10px !important;font-family: Arial,Verdana, sans serif !important;font-size:1.0em !important;text-align:center !important;color: #fff !important;line-height:110% !important;margin:0 auto 0px auto !important;/*border-bottom:0px !important;border:8px solid #fff !important*/}
.bx-caption1 p{font-family:  Arial,Verdana, sans serif !important;font-weight:normal !important;font-size:0.7em !important;text-align:center !important;color: #fff !important;padding-left:none !important;padding:5px;border-radius:8px;margin-top:100px;}
.bx-caption1 p a{font-family: Arial,Verdana, sans serif !important;font-weight:normal !important;font-size:0.70em !important;color: #fff !important;padding-left:none !important;padding:5px;background:;border-radius:8px;text-decoration:none; border:1px solid #fff;}
.bx-caption1 p a:hover{font-family:Arial,Verdana !important;font-weight:normal !important;font-size:0.7em !important;text-align:center !important;color: #ccc !important;padding-left:none !important;padding:5px;background:;border-radius:8px;text-decoration:none;}
.bx-wrapper .bx-caption span {

	color: #fff;
	font-family: Arial,Verdana, sans serif !important;font-size:0.7em !important;
	display: block;
	line-height:110%;
	padding: 2px 5px;
	font-weight:normal;text-shadow:none;
}
}