.mainpict{
  width: 100%;
  height: 400px;

  background: url(/image/firm/firm01.jpg) center;
  margin-bottom: 25px;
}

html{
  background: none !important;
}

body{
  background: url(/image/firm/bg.jpg)  repeat-y top !important ;
}

header{
 /* background: #ffffff;*/
}

#actblock{
  display: none;
}

#actblock img{
  max-width: 300px !important;
  width: 100%; 
}

.itemblock {
    background: rgba(255,255,255,.4);
    margin-top: 10px;
    padding: 15px;
    position: relative;
    min-height: 30px;
}

.fpict{
  float: left;
  width: 400px;

}

.finfo{
 padding-left: 430px;
  
}

.right .fpict{
  float: right;
  width: 400px;

}

.right .finfo{
 padding-right: 430px;
 padding-left: 0px;
  
}

.shops .photo img
{
  width: 100%;
} 

.clear {
clear:both;
font-size:1px;
height:1px;
line-height:1px;
min-height:1px;
width:1px;
}

#owl-main{
  position: relative;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
}

.owl-slide1 {
    background-image: url('/image/firm/firm01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 400px;
    height: 400px;
  }


.owl-slide2 {
    background-image: url('/image/firm/firm04.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 400px;
     height: 400px;
  }


  .owl-slide3 {
    background-image: url('/image/firm/firm03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 400px;
     height: 400px;
  }



.owl-controls{
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom:0;

}


.owl-buttons{
  top: 50%;
  position: relative;
  font-family: Ionicons;
    font-weight: 400;
}

#owl-main .owl-controls{
  display: none !important;
}

.owl-prev{
  position: absolute;
  left: 0;
  width: 30px;
  height: 40px;
  background: #ffffff;
  opacity: 0.85;
  margin-top: -20px;

  font-size: 25pt;
  line-height: 40px;
  text-align: center;
}

.owl-prev:before {
    content: "\F3D2";
}

.owl-next{
  position: absolute;
  right: 0;
  width: 30px;
  height: 40px;
  background: #ffffff;
  opacity: 0.85;
  margin-top: -20px;
  font-size: 25pt;
  line-height: 40px;
  text-align: center;
 
}

.owl-next:before {
    content: "\F3D3";

}
.itemblock .slick-arrow:before{
  color:  #15293f;
}