/* Hand cursor over navigation elements */
.unoslider_navigation {
  cursor: pointer;
    display:none;
}

/* container which contains navigation and indicator */
.unoslider_navigation_container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
    display:none;
}

/* Tooltip panel */
.unoslider_caption {
  position: absolute;
  right: 0%;
	left:0%;
  width:100%;
	max-width:100%;
	min-width:100%;
  bottom:25%;
  font-family: "Helvetica neue", Helvetica, Verdana, sans-serif;
font-family: 'Russo One', sans-serif;
  padding: 0%;
  background-color: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.8;
  color: #fff;
	 	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
  text-align: center;
  font-size: 50px;
  -webkit-border-radius: 7px 0px 0px 7px;
  -moz-border-radius: 7px 0px 0px 7px;
  -ms-border-radius: 7px 0px 0px 7px;
  -o-border-radius: 7px 0px 0px 7px;
  border-radius: 7px 0px 0px 7px;
	background:none;
  display:none;
}

@media screen and (max-width: 2200px) {
	
.unoslider_caption {
  right:0%;
  width:45%;
bottom:22%;
}
}

@media screen and (max-width: 1700px) {
	
.unoslider_caption {
  right:0%;
  width:45%;
bottom:18%;
}
}
@media screen and (max-width: 1200px) {
	
.unoslider_caption {
  right:0%;
  width:55%;
	bottom:14%;
	font-size:33px;
}
}



@media screen and (max-width: 800px) {
	
.unoslider_caption {
  font-size:29px;
}
}

@media screen and (max-width: 600px) {
	
.unoslider_caption {
   font-size: 20px;
}
}

@media screen and (max-width: 600px) {
	
.unoslider_caption {
   font-size: 18px;
	bottom:8%;
}
}


/* play, pause, previous and next elements */
.unoslider_pause, .unoslider_play, .unoslider_left, .unoslider_right {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  display: block;
  background: url("basic.png") no-repeat;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
    display:none;
}
.unoslider_pause:hover, .unoslider_play:hover, .unoslider_left:hover, .unoslider_right:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
    display:none;
}

/* play and pause elements */
.unoslider_pause, .unoslider_play {
  height: 46px;
  width: 46px;
  margin-top: -23px;
  margin-left: -23px;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
    display:none;
}

/* previous and next elements */
.unoslider_left, .unoslider_right {
  width: 40px;
  height: 100%;
}

/* previous */
.unoslider_left {
  background-position: 10px center;
  left: 0;
}

/* next */
.unoslider_right {
  background-position: -52px center;
  right: 0;
}

/* pause */
.unoslider_pause {
  background-position: -163px 10px;
}

/* play */
.unoslider_play {
  background-position: -110px 10px;
}

/* bullet indicator */
.unoslider_indicator {
  position: absolute;
  top: 10px;
  right: 60px;
  width: 100%;
  text-align: right;
    display:none;
}
.unoslider_indicator a {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  overflow: visible;
  cursor: pointer;
  background: black;
  margin: 3px;
  width: 12px;
  height: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
    display:none;
}
.unoslider_indicator a {
  *display: inline;
    display:none;
}
.unoslider_indicator a.unoslider_indicator_active, .unoslider_indicator a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 6px;
  height: 6px;
  background: white;
  border: 3px solid black;
    display:none;
}
