/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */

 

 
 
 .title_in_slider{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
 
 }
 
 .w-container-small{
	max-width: 85%;
	margin-left: auto;
    margin-right: auto;
    
 }


.click_artist p{
	font-size: 20px;
}
 
 .ls-nav{
 
	padding-bottom: 40px;
 }

.no-js .liquid-slider {
  height:350px;
  overflow:scroll;
}
.ls-preloader {  
  background: url(/images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity:1;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: auto;
  position: relative;
}
.liquid-slider {
 
  width: 100%;
  overflow: hidden;
  position: relative;
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}
.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}
.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}
.liquid-slider .panel-container .fade {
  width:100%;
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
}

/*** Panels ***/
.liquid-slider .ls-panel {  
  width: 100%;
  display: block;
  float: left;
}
.panel-wrapper {  
  padding: 15px 0px;
  position:relative;
}

/*** Tabbed Navigation ***/
.ls-nav {
	
}




.ls-nav a {

  color: #333333;
 // margin-right: 1px;

  outline:0;
}
.ls-nav a:hover {

  color: #b4004d;
  text-shadow: none;
}
.ls-nav .current a {
  color: #b4004d;
}

.ls-nav ul { 
 -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
  padding:0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.ls-nav ul li {
  display:block;
    padding: 5px;  
}
.ls-nav ul li a {
  //display: block;
  //float: left;
  text-decoration: none;
}

/*** Mobile Navigation ***/
.ls-select-box { 
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../images/menu.png) no-repeat right #ddd;
}
.ls-select-box select {  
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
 appearance:none;
 background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor:pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right{
	opacity: 1!important;
}

.ls-nav-left, .ls-nav-right {

  clear:both;
  font-size: 30px;
}




.ls-nav-left a, .ls-nav-right a {
  background: none;
  color: #000;
  padding: 5px;

  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-responsive .ls-nav-left{
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
 
}

#navigation_bottom{
  position: relative;
width: 100%;
  margin-top: 40px;
}

 .ls-nav-left-edyta a, .ls-nav-right-edyta a {
 
 
 
}

.ls-responsive .ls-nav-left-edyta{
 float: left;
  z-index: 2;
  margin-top: 0px!important;
   width: 50%;
 
}
.ls-responsive .ls-nav-right-edyta{
 float: right;
  z-index: 2;
  margin-top: 0px!important;
   width: 50%;
   text-align: right
 
}

.ls-responsive .ls-nav-left a {

 //width: 80px;

}



.w-container.more{
	max-width: 1200px

}

.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0px;
}
.ls-responsive .ls-nav-right a {
 
 // width: 80px;
}
.ls-responsive .ls-nav-right a:hover {

}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow, .ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
  display: block;
}
[class$="-arrow"] {
  width: 25px;
  height: 25px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  margin-top: 50px;
  position:relative;
}
.ls-nav-right-arrow {
  background-position: top right;  
  margin-right: 5px;
}
.ls-nav-left-arrow {
  background-position: top left;  
  margin-left: 5px;
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}

@media (min-width: 991px) {
.image_in_slide{
	padding-left: 40px;
}

}
 
@media (max-width: 768px) {
.w-container-small {
	max-width: 100%;
}

}