/* Unoslider container */
.Theme_13_LiquidLine {
  list-style: none;
  position: relative;
  margin: 0 auto;
  padding: 0px!important;
}

Theme_13_LiquidLine img{
  max-width: 100%;
}

.Theme_13_LiquidLine li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* Timebar */
.Theme_13_LiquidLine .unoslider_timer {
  background-color: white;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  -moz-box-shadow: 0px 2px 2px black;
  -webkit-box-shadow: 0px 2px 2px black;
  -o-box-shadow: 0px 2px 2px black;
  box-shadow: 0px 2px 2px black;
}

/* Progress bar preloader container */
.Theme_13_LiquidLine .unoslider_preloader {
  background: rgba(255, 255, 255, 0.5);  
}

/* progress bar preloader */
.Theme_13_LiquidLine .unoslider_preloader .unoslider_progress {
  width: 30%;
  height: 5px;
  margin: 0 auto;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #949494;
  border-right: 1px solid #949494;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9a9a9a), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(#9a9a9a, #b3b3b3);
  background: -moz-linear-gradient(#9a9a9a, #b3b3b3);
  background: -o-linear-gradient(#9a9a9a, #b3b3b3);
  background: -ms-linear-gradient(#9a9a9a, #b3b3b3);
  background: linear-gradient(#9a9a9a, #b3b3b3);
}

/* progress bar fill */
.Theme_13_LiquidLine .unoslider_preloader .unoslider_progress span {
  display: block;
  height: 100%;
  background: #66cccc;
}

/* Spinner preloader */
.Theme_13_LiquidLine .unoslider_spinner {
  background: url('/images/spinner.gif') white center center no-repeat;
}

.Theme_13_LiquidLine .unoslider_layers{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Theme_13_LiquidLine .unoslider_caption a
{
  text-decoration:none;
  color:#fff;
}

.Theme_13_LiquidLine .unoslider_caption a:hover
{
  text-decoration:underline;
}

/* Hand cursor over navigation elements */
.Theme_13_LiquidLine .unoslider_navigation {
  cursor: pointer;
}

/* Tooltip panel */
.Theme_13_LiquidLine .unoslider_caption {
  position: absolute;
  left: 0px;
  bottom: 45px;
  background: #137849; 
  padding: 10px 20px; 
 color: #ffffff;  
 max-width:530px;
}

.Theme_13_LiquidLine .unoslider_caption h2 {
  font-size: 48px; color: #ffffff; margin: 0; padding: 0;
}

.Theme_13_LiquidLine .unoslider_caption p {
  color: #ffffff; margin-top: 5px; font-size: 17px; 
}

/* play, pause, previous and next elements */
.Theme_13_LiquidLine .unoslider_pause, 
.Theme_13_LiquidLine .unoslider_play, 
.Theme_13_LiquidLine .unoslider_left, 
.Theme_13_LiquidLine .unoslider_right {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  display: block;
  background: url("modern.png") no-repeat;
}

/* play and pause elements */
.Theme_13_LiquidLine .unoslider_pause, 
.Theme_13_LiquidLine .unoslider_play {
  height: 98px;
  width: 98px;
  margin-top: -49px;
  margin-left: -49px;
  top: 50%;
  left: 50%;
}

/* previous and next elements */
.Theme_13_LiquidLine .unoslider_left, 
.Theme_13_LiquidLine .unoslider_right {
  width: 24px;
  height: 24px;
  bottom: 43px;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.Theme_13_LiquidLine .unoslider_left:hover, 
.Theme_13_LiquidLine .unoslider_right:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

/* previous */
.Theme_13_LiquidLine .unoslider_left {
  background-position: 8px -212px;
  right: 40px;
}

/* next */
.Theme_13_LiquidLine .unoslider_right {
  background-position: -47px -212px;
  right: 16px;
}

/* pause */
.Theme_13_LiquidLine .unoslider_pause {
  background-position: 0px -100px;
}

/* play */
.Theme_13_LiquidLine .unoslider_play {
  background-position: 0px 0px;
}

/* bullet indicator */
.Theme_13_LiquidLine .unoslider_indicator {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
  padding: 5px;
  font-size: 0px;
  background:#333333;
  -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
.Theme_13_LiquidLine .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;
  cursor: pointer;
  background: #81817e;
  margin-right: 3px;
  margin-left:3px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
*+html .Theme_13_LiquidLine .unoslider_indicator a {
  float:left;
}
.Theme_13_LiquidLine .unoslider_indicator a.unoslider_indicator_active {
  width: 16px;
  height: 16px;
  background: #ffffff;
}


/************ SKÄRM MINDRE ÄN 760px ************/
@media screen and (max-width: 760px) {  
	.Theme_13_LiquidLine .unoslider_caption h2 { font-size:32px;}
	.Theme_13_LiquidLine .unoslider_caption p { font-size:16px;}
} 

/************ SKÄRM MINDRE ÄN 625px ************/
@media screen and (max-width: 625px) {  
	.Theme_13_LiquidLine .unoslider_caption { bottom: 14px; max-width: 260px;}
	.Theme_13_LiquidLine .unoslider_caption h2 { font-size:27px;}
	.Theme_13_LiquidLine .unoslider_caption p { font-size:13px;}
	.black_btn a, .inka_button { font-size: 10px;}
} 

/************ SKÄRM MINDRE ÄN 560px ************/
@media screen and (max-width: 560px) {  
	.Theme_13_LiquidLine .unoslider_caption { padding:10px;}
	.Theme_13_LiquidLine .unoslider_caption h2 { margin-bottom:10px; font-size:22px;}
	.Theme_13_LiquidLine .unoslider_caption p { display:none;}
} 

/************ SKÄRM MINDRE ÄN 400px ************/
@media screen and (max-width: 400px) {  
	.black_btn a, .inka_button { font-size: 9px;}
	.Theme_13_LiquidLine .unoslider_caption h2 { font-size:18px;}
	.Theme_13_LiquidLine .unoslider_caption { bottom: 10px; max-width: 150px;}
	
} 
/************ SKÄRM MINDRE ÄN 345px ************/
@media screen and (max-width: 345px) {  
	.black_btn, .black_btn a { display:none;}
	.Theme_13_LiquidLine .unoslider_caption h2 { margin:0;}
	.Theme_13_LiquidLine .unoslider_caption { max-width: 340px;}
} 



