
/**
 * 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;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 10.5s;
}
@keyframes spinimg {
 10%{transform: scale(1.2) rotate(0deg); }
	  
	    50% {transform: scale(1.4) rotate(2deg); }
		
	
}
@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/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 .bxslider1 .bx-next {
background: url(images/) 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:20%;
  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:20%}
}

.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: 'Jura',Verdana, sans serif !important;font-size:2.9em !important;
	display: block;
	line-height:110%;
	padding: 10px 5px;
	font-weight:normal;
}



.bx-wrapper .bx-caption1  {
background:#014978\9;
background: rgba(1, 73, 120, 0.5);
	/*vertical-align:bottom;*/
bottom:0;left:0%;right:0;
	/*border-radius:30px 0  30px 0;/*
	/*border:1px solid #019320;*/
	height: 50%;
    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:50%}
}

.bx-caption1 h2 {padding:0px 10px 40px 10px !important;font-family: 'Jura', 'Open Sans Condensed',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:  'Jura','Open Sans Condensed',Verdana, sans serif !important;font-weight:normal !important;font-size:2.6em !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: 'Jura',Verdana, sans serif !important;font-weight:normal !important;font-size:1.20em !important;color: #fff !important;padding-left:none !important;padding:5px 20px;border:1px solid #fff;border-radius:8px;text-decoration:none;}
.bx-caption1 p a:hover{font-family:'Jura',Verdana !important;font-weight:normal !important;font-size:1.2em !important;text-align:center !important;color: #000 !important;padding-left:none !important;padding:5px 20px;background:#fff;border-radius:8px;text-decoration:none;}

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

.bx-caption1 {
   background: #000\9;
	background: rgba(0, 0, 0, 0.45);
	width:100%;bottom:0px;
	
	height: 45px;
    position:absolute;
    text-align:left;
    z-index:11000;
	overflow:hidden;
	border-radius:00px 0 0 00px;
	display: block;
	padding: 00px 0px;
	
}


.bx-caption1 h2 {padding:0px 10px 40px 10px !important;font-family: 'Jura', 'Open Sans Condensed',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: 'Jura','Open Sans Condensed',Verdana, sans serif !important;font-weight:normal !important;font-size:2.6em !important;text-align:left !important;color: #fff !important;padding-left:none !important;padding:5px;border-radius:8px;margin-top:100px;}
.bx-caption1 p a{font-family:'Jura', 'Open Sans Condensed',Verdana, sans serif !important;font-weight:normal !important;font-size:2.0em !important;text-align:left !important;color: #fff !important;padding-left:none !important;padding:5px;background:#09f;border-radius:8px;}
.bx-caption1 p a:hover{font-family:'Jura',Verdana !important;font-weight:normal !important;font-size:1.0em !important;text-align:center !important;color: #000 !important;padding-left:none !important;padding:10px;background:#09f;border-radius:8px;}
.bx-wrapper .bx-caption span {

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

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

.bx-caption1 {
background:none!important;
   /*background:#ccc\9;
	background: rgba(204, 204, 204, 0.5);*/
	width:50%;top:0px;left:30px;
	border-radius:10px 0  30px 0;/*
	border:1px solid #019320;*/
	height: 220px;
    position:absolute;
    text-align:left;
    z-index:11000;
	overflow:hidden;
	
	display: block;
	padding: 5px 0px;
	
}
.bx-caption1 h2 {padding:0px 10px 0px 10px !important;font-family: 'Jura', 'Open Sans Condensed',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: 'Jura','Open Sans Condensed',Verdana, sans serif !important;font-weight:normal !important;font-size:1.0em !important;text-align:center !important;color: #fff !important;margin: 0px 0px 0px 0px !important;padding-bottom:0px !important;}
.bx-caption1 p a{font-family: 'Jura',Verdana, sans serif !important;font-weight:normal !important;font-size:1.10em !important;color: #fff !important;padding-left:none !important;padding:5px;background:#014e47;border-radius:8px;text-decoration:none;}
.bx-caption1 p a:hover{font-family:'Jura',Verdana !important;font-weight:normal !important;font-size:1.1em !important;text-align:center !important;color: #014e47 !important;padding-left:none !important;padding:10px;background:#fff;border-radius:8px;text-decoration:none;}
.bx-wrapper .bx-caption span {

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

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

.bx-caption1 {
background:none!important;
   /*background:#ccc\9;
	background: rgba(204, 204, 204, 0.5);*/
	width:50%;top:0px;left:30px;
	border-radius:10px 0  30px 0;/*
	border:1px solid #019320;*/
	height: 220px;
    position:absolute;
    text-align:left;
    z-index:11000;
	overflow:hidden;
	
	display: block;
	padding: 5px 0px;
	
}
.bx-caption1 h2 {padding:0px 10px 0px 10px !important;font-family: 'Jura', 'Open Sans Condensed',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: 'Jura','Open Sans Condensed',Verdana, sans serif !important;font-weight:normal !important;font-size:0.8em !important;text-align:center !important;color: #fff !important;margin: 0px 0px 0px 0px !important;padding-bottom:0px !important;}
.bx-caption1 p a{font-family:'Jura', Verdana, sans serif !important;font-weight:normal !important;font-size:1.00em !important;color: #fff !important;padding-left:none !important;padding:5px;background:#014e47;border-radius:8px;text-decoration:none;}
.bx-caption1 p a:hover{font-family:'Jura',Verdana !important;font-weight:normal !important;font-size:1.0em !important;text-align:center !important;color: #014e47 !important;padding-left:none !important;padding:10px;background:#fff;border-radius:8px;text-decoration:none;}
.bx-wrapper .bx-caption span {

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

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

.bx-caption1 {
display:none!important;
   /*background:#ccc\9;
	background: rgba(204, 204, 204, 0.5);*/
	width:50%;top:0px;left:30px;
	border-radius:10px 0  30px 0;/*
	border:1px solid #019320;*/
	
    position:absolute;
    text-align:left;
    z-index:11000;
	overflow:hidden;
	
	display: block;
	padding: 5px 0px;
	
}
.bx-caption1 h2 {padding:0px 10px 0px 10px !important;font-family: 'Jura','Open Sans Condensed',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: 'Jura','Open Sans Condensed',Verdana, sans serif !important;font-weight:normal !important;font-size:0.8em !important;text-align:center !important;color: #fff !important;margin: 0px 0px 0px 0px !important;padding-bottom:0px !important;}
.bx-caption1 p a{font-family: 'Jura',Verdana, sans serif !important;font-weight:normal !important;font-size:1.00em !important;color: #fff !important;padding-left:none !important;padding:5px;background:#014e47;border-radius:8px;text-decoration:none;}
.bx-caption1 p a:hover{font-family:'Jura',Verdana !important;font-weight:normal !important;font-size:1.0em !important;text-align:center !important;color: #014e47 !important;padding-left:none !important;padding:10px;background:#fff;border-radius:8px;text-decoration:none;}
.bx-wrapper .bx-caption span {
display:none!important;
}
}