.slider-img-left { position: absolute; right: 29px; top: 13px; }
.slider-img-right { position: absolute; left: 0;    top: 6px; }
div.slideInfo div.price.half { width:50%; }
div.slideInfo div.capacity.half { width:50%; }

div.error-form { color:#e61111; position:relative; bottom:30px; }

ul.desktopMenu li.active a { color:#8a8a8a;  text-transform:uppercase;  }
ul.desktopMenu li  a { text-transform:uppercase;  }

.prodBox .name { min-height:71px;  }

.storage
{
	text-transform:uppercase;
	font-size: 18px;
    font-weight: 700;
    height: 70px;
    letter-spacing: 1px;
    line-height: 70px;
    padding: 0 29px;
}


.row.movie{
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 25px;
  padding-right: 25px;
}


.footer-menu-right { float:right; line-height:14px; margin-top:6px; }
.footer-menu-right li { display:inline-block; }
.footer-menu-right li:first-child { border-right:1px solid #000000; margin-right:11px; padding-right:11px; }
span.break { display:block; }

.pagebody  h3 {    
	color: #000000;
    font-family: "uniform";
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
	padding-bottom:22px;
	padding-top:22px;
	border-top:1px solid #ece8e5;
	border-bottom:1px solid #ece8e5;
	margin-bottom:24px;
}

.bodyproduct b {
	font-weight:bold;
}

.bodyproduct ul   {
	list-style-type:disc;
	margin-left:15px;
}

.prodBox .img {
	min-height:238px;
}

ul.payment {
	list-style-type:none;
}

.toggleMenu li a {
	text-transform:uppercase;
}


#addToCart .action > span.noh:hover  {
background-color:#ffffff;
cursor:default;
 
}
#addToCart .action > span.noh:hover  span {
color:#000000;
cursor:default;
}

a.bx-prev span, a.bx-next span {
	text-transform:uppercase;
}

/******************* RWD *************/

@media screen and (max-width: 1192px) { 
	span.break  {
		display:inline;
	}
	
	.footer-menu-right {
		float:left;
		margin-bottom:6px;
	}
}

@media screen and (max-width: 980px) {
	.col-md-12.cookies.menu {
		width:100%;
 
	}
	
	.col-md-12.cookies.menu .footer-menu-right {
		float:none;
 
	}
	
 
}

@media screen and (max-width: 778px) {
	.prodBox .name { min-height: auto;  }
	.storage {
	font-size: 19px;
    line-height: 40px;
	  height: 40px;
	}
 }

 section.blog{
 	padding-top: 20px;
 	padding-bottom: 50px;
 }

 section.blog b{
 	font-weight: bold;
 }

  section.blog  p{
  	margin-bottom: 15px;
  	margin-top: 15px;
  }
/*
 section.blog img {
  width: 100% !important;
  height: auto !important;
}
*/

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  max-height: 340px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);

  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px !important;
  padding: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: center;
  border-top: 1px solid #ddd;

}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

#cashForm .error-form{
  background-color: #e61111;
  color: white;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#paczkomaty{

}

.blog-right ul{
  margin-top: 15px;
}

.blog-right ul li.active a{
  text-decoration: underline;
}

.delivery ul{
  padding: 0px;
  margin-top: 0px;
}

.delivery ul li{
  font-size: 10px;
  display: inline-block;
  float: left;
}

.product .author {
  
    width: 70%;
  
}


.prodBox .img img{
  max-height: 180px;

}

.prodBox .priceBuy .buy.availability {
  font-size: 12px;
         cursor: default;
        pointer-events: none;        
        text-decoration: none;
  line-height: 32px;
}


#addToCart .availability.button{
width: 100%;
font-size: 16px;
       cursor: default;
        pointer-events: none;        
        text-decoration: none;


}


.basket-discount .message {
  font-size: 12px;
  padding-top: 6px;
  display: inline-block;
}
 .basket-discount input {
  border: solid 1px white;
}

.basket-discount .message.error {
  color: red;
}

.basket-discount .message.success {
  color: green;
}

 .basket-discount input.error {
  border: solid 1px red;
}

 .basket-discount input.success {
  border: solid 1px green;
}

footer .links h2{
font-family: 'uniform';
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

footer .links{
  margin-bottom: 60px;
}

footer .links .col-lg-3{
  margin-bottom: 20px;
}

ul.socialmedia li{
    display: block;
    width: 50px;
    margin-right: 5px;
    float: left;
    height: 50px;
    position: relative;
}

ul.socialmedia li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

ul.socialmedia li a i{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}

ul.socialmedia li a.inst{
    background-color: #df366f;
}

ul.socialmedia li a.fb{
    background-color: #3c5b9b;
}

ul.socialmedia li a.inst:hover{
    background-color: #e8739a;
}

ul.socialmedia li a.fb:hover{
    background-color: #778db9;
}
ul.socialmedia li a.linkedin{
background-color:#0077b5;
}

ul.socialmedia li a.linkedin:hover{
opacity:.7;
}

.faq h1{
  font-family: 'uniform';
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;

    margin-bottom: 15px;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.panel-default>.panel-heading{
  border-color: black;
  border-radius: 0px;
  background-color: white;

}

.panel-group .panel{
  border-radius: 0px;
  box-shadow: 0px;
}

#faqAccordion{
  margin-top: 20px;
}
.panel-default>.panel-heading a{
    font-family: 'uniform';
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;

  }

  .panel-default>.panel-heading+.panel-collapse>.panel-body, .panel-default{
   border-top-color: #000000;
   border-color:#000000;
  }


  .product .description .desc p{
    margin-bottom: 10px;
  }

    .product .description .desc ul{
      margin-top: 15px;
      margin-bottom: 15px;
    }



.panel-title .pull-right{
  cursor: pointer;
}




@media all and (max-width: 699px){
.panel-default>.panel-heading a{
  font-size: 14px;
}
}



#faqAccordion .panel-default>.panel-heading{
  cursor: pointer;
}


ul.toggleMenu{
  width: 230px;
}


.services .subtitle {
line-height: 40px;
}

.row.mission.services{
  min-height: 670px;
  background: url(../img/services.png);
  background-repeat: no-repeat;
  margin-bottom: 100px;
  position: relative;
  background-position:center !important;

}

.gwarantujemy .box .in .item div{
  display: inline;
}
.services div.slideInfo .title{
      border: 1px solid #000000;
          color: #000;
          text-align: center;

    font-family: 'lora';
    font-weight: 500;
    font-size: 24px;
    text-transform: none;
    height: 120px;


}

.services div.slideInfo .info .col.left .box.top {
    border-bottom: 1px solid #000000;
}

.services div.slideInfo .info .col.right .box.top {
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 55px;
}

.services div.slideInfo .info .col.left {
    border-right: 1px solid #000000;
}

.services-middle, .services-bottom {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;

}

.services-middle h2, .services-bottom h2, .services-footer h2{
      font-family: 'lora';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
}

.services-middle .products{
  width: 100%;
  margin-top: 80px;
  margin-bottom: 60px;
  float: left;
  text-align: center;
  position: relative;

}

.services-middle .products .item{
  float: none;
  width: 170px;
  display: inline-block;
margin-left: 8px;
margin-right: 8px;
}
.services-middle .products.second{
  text-align: center;
}
.services-middle .products.second .item{

  display: inline-block;
  float: none;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 40px;
}

.services-middle .products .item:last-item{
  margin-right: 0px;

}
.services-middle .products .item .img{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  height: 220px;
  vertical-align: bottom;
  display: table-cell;
  vertical-align: bottom;
}

.services-middle .products .nav-left{
  top: 50%;
  position: absolute;
  left: 0px;
  z-index: 9999;
  cursor: pointer;
}

.services-middle .products .nav-right{
  top: 50%;
  position: absolute;
  right: 0px;
    z-index: 9999;
    cursor: pointer;
}

 .services-middle .products .nav-left i,  .services-middle .products .nav-right i{
  font-size: 28px;
 }

.services-middle .products .item .img img{
  display: inline-block;
  bottom: 10px;
  position: absolute;

  left: 50%;
  transform: translate(-50%, 0);

}
.services-middle .products .item .img span, .gwarantujemy .box .in span{
  position: absolute;
  bottom: 0px;
  padding: 0px;
  left: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  left: 50%;
  margin-left: -13px;
   border: 1px solid #000000;
   border-radius: 20px;
   line-height: 28px;
   font-size: 16px;
   background-color: white;

            font-family: 'lora';
    font-weight: 700;


}
.services-middle .products .item .title{
  width: 100%;
  float: left;
  margin-top: 30px;
  text-align: center;
      border: 1px solid #000000;
      height: 60px;
      line-height: 54px;
      font-size: 18px;
            font-family: 'lora';
    font-weight: 700;
    text-transform: none;
    vertical-align: middle;
    text-decoration: none;

    padding: 0px;

}
.services-middle .products .item .title.small{
  height: 40px;

  line-height: 36px;
}
.services-middle .products .item .title.small:last-child{
  margin-top: -1px;
    font-weight: 700;
        font-family: 'lora';
        letter-spacing: normal;
}
.services-middle .products .item .title span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
     line-height: 22px;
}

.services-middle .products .item .title.small span {
  font-size: 18px;
     line-height: 18px;
}

.services-bottom h2{
  text-align: left;
}

.services-bottom .products{
  width: 100%;
  float: left;
  margin-top: 70px;
}

.services-bottom .products .item{
    width: 175px;
  float: left;

  text-align: center;

      height: 50px;
      line-height: 48px;
      font-size: 14px;
         font-family: ' bold';

    font-weight: 700;
    text-transform: none;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    padding: 0px;
    background-color: #fcbc3c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.services-bottom .products .item.color_1{ background-color: #fcbc3c; }
.services-bottom .products .item.color_2{ background-color: #f7973e; }
.services-bottom .products .item.color_3{ background-color: #fbd864; }
.services-bottom .products .item.color_4{ background-color: #7b2c49; }
.services-bottom .products .item.color_5{ background-color: #f05a72; }
.services-bottom .products .item.color_6{ background-color: #3a4d42; }
.services-bottom .products .item.color_7{ background-color: #b84f7a; }
.services-bottom .products .item.color_8{ background-color: #f15a4f; }
.services-bottom .products .item.color_9{ background-color: #494b89; }
.services-bottom .products .item.color_10{ background-color: #d71440; }
.services-bottom .products .item.color_11{ background-color: #2b2f4c; }
.services-bottom .products .item.color_12{ background-color: #b84488; }
.services-bottom .products .item  span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
     line-height: 18px;
}

.services-bottom  h3, .services-footer h3{
        font-size: 14px;
         font-family: 'uniform';

          font-weight: 700;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 60px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.services-bottom .text{
  width: 100%;
  float: left;
}

.services-bottom .text .left{
  width: 70%;
  float: left;
}

.services-bottom .text .right{
  width: 30%;
  float: left;
}

.services-bottom .text .right img{
  margin-top: 240px;
  border: 10px solid white;
  margin-left: 20px;
}

.services-bottom h2.gwa{
    margin-top: 100px;
    width: 100%;
    float: left;
    line-height: 40px;
}

.gwarantujemy{

  background: url(../img/gwarantujemy.png);
  background-repeat: no-repeat;

  position: relative;
  width: 100%;
  float: left;
  padding-top: 100px;
}


.gwarantujemy .box{
  width: 585px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 15px;
}

.gwarantujemy .box .in{
  width: 100%;
     border: 1px solid #000000;

  padding: 20px;
    font-weight: 700;
        font-family: 'lora';
        color: #1d1d1b;
        font-size: 19px;

}

.gwarantujemy .box .in span{

  position: relative;
  left:0px;
  width: 28px;
  height: 28px;
  font-size: 19px;
  display: inline-block;
  margin-right: 10px;
}

.gwarantujemy .box .in .item{
  margin-bottom: 10px;
  padding-left: 10px;
}

.gwarantujemy .box .in .item:last-item{
  margin-bottom: 0px;
}


.services-footer{
  padding-top: 80px;
  padding-bottom: 80px;
}

.services-footer h2{
  text-align: left;
}

.services-footer .box{
  width: 100%;
  max-width: 850px;
  margin-top: 80px;
     border: 1px solid #000000;
     padding: 30px;
}

.services-footer .box ul{
  padding: 0px;
  margin: 0px;
  padding-left: 20px;
}

.services-footer .box ul li{
  list-style-type: disc;
  margin-top: 2px;
  margin-bottom: 2px;
}

.services-footer  .buttons{
  margin-top: 60px;
}

.services-footer  .buttons .telpho{
  display:inline-block;
  float: left;
       border: 1px solid #000000;
  width: 160px;
  height: 70px;
  line-height: 70px;
  text-align: center;

      font-size: 18px;
         font-family: 'uniform';

          font-weight: 700;
          margin-right: 20px;

}

.services-footer  .buttons a{
  text-transform: uppercase;
  background-color: #8a8a8a;
  color: white;
  padding-right: 60px;
  transition: all 0.2s;
}

.services-footer  .buttons a i{
  font-size: 14px;
}

.services-footer  .buttons a:hover{

    background-color: #adadad;
}
.owl-carousel{
  display: block;
}
.services-middle .products .item{
  margin-bottom: 40px;
}

.services-middle .products .nav-left, .services-middle .products .nav-right{
  display: none;
}
body.vacation{
/*  padding-top: 80px;*/

}
#vacation{
  width: 100%;
  float: left;
  text-align: center;
  background-color: #f6f2ee;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  color: #333;
  position: absolute;
  
    font-family: 'lora';
    font-weight: 700;
  z-index: 999;
  line-height: 24px;
      border-top: 1px solid #8a8a8a;
      position: fixed;
      bottom: 0px;
}

.mapp{
  margin-top: 135px;
}

.contactForm{
  padding-top: 140px;
}
.newsletter-header{
  padding-left: 10px;
}
.newsletter-area h2.subtitle{
  font-size: 24px;
}
.newsletter-area h2{
      font-family: 'uniform';
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.newsletter-area p{
      color: white;
    font-size: 16px;
    line-height: 24px;
}
footer .links{
  padding-top: 90px;
}
footer.bottom{
  padding-top: 60px;
}

#newsletter {
    text-align: left;
 
    margin-right: 10px;
}

.newsletter-box{
  padding-top: 35px;
}

.newsletter-area .container {
  border-bottom: 1px solid #f6f2ee;
  padding-bottom: 40px;
  padding-top: 40px;
 /* background-color: #4ec4b4; */
  background-color: #2fbba8;
  color: white;
}

    
#newsletter-email{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    border-left: 1px solid #ece8e5;
    border-right: 1px solid #ece8e5;
    border-top: 1px solid #ece8e5;
    border-bottom: 1px solid #ece8e5;
    background-color: #fff;
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 13px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    outline: 0;
    width: 250px;
    height: 50px;
    float: left;
    box-shadow: none;
}
.newsletter-header a{
  text-decoration: underline;
}
#newsletter-submit:hover {
    background-color: #adadad;
}
#newsletter-submit{
  float: left;
  height: 50px;
      background-color: #822661;
  width: 90px;
  color: white;
  font-size: 16px;
  border: 0;
  transition: all 0.2s;
}
#newsletter-email:focus {
    border-color: #000000;
    box-shadow: none;
}
@media only screen and (max-width: 899px) {
  .services div.slideInfo .title{
    height: 80px;
    font-size: 18px;
  }


.row.movie{
  margin-top: 60px;
  margin-bottom: 0px;
    padding-left: 10px;
  padding-right: 10px;
 
}
.row.movie iframe{
  height: 320px !important;
}

  

  .mapp{
  margin-top: 0px;
}


  .services-middle .products .nav-left, .services-middle .products .nav-right{
  display: block;
}

  .services div.slideInfo .info .col.right{
    float: left;
      border: 1px solid #000000;
      border-top: 0px;
      padding-bottom: 10px;
  }
  .services div.slideInfo .info .col.left{
    float: left;
      border-left: 1px solid #000000;

  }

  .services div.slideInfo .info .col.left .box.bottom{
 
  }

  .services div.slideInfo .info .col.right .box.top{
    display: block;
  }
  .services div.slideInfo{
    height: auto;
    border: none;
  }
  
  .services div.slideInfo .info{
    border:none;
      border-top: 1px solid #000000;
  }



  .services ul.icoList li{
    font-size: 16px;
  }
  .services div.slideInfo .info .col.right .box.top{
    padding-top: 10px;
    padding-left: 10px;
    height: auto;
    padding-bottom: 10px;
  }
  .services ul.icoList li{
    float: left;
    display: block;
    width: auto;
    margin-right: 15px;
  }
  .row.mission.services{
    padding-top: 0px;
  }

  .row.mission.services{

    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0px;
  }
  .services-middle h2, .services-bottom h2, .services-footer h2{
    font-size: 20px;
  }

  .services-middle #slider_2 .item .img{
    height: 250px;
  }
  .services-middle .products{
    margin-top: 20px;
  }
  .services-middle .products.second{
    margin-bottom: 0px;
  }

  .services-bottom .text .left, .services-bottom .text .right{
    width: 100%;
  }
  .services-bottom .text .right{
    text-align: center;
    padding-top: 40px;
  }
  .services-bottom .text .right img{
    margin-top: 0px;
    margin-left: 0px;
  }

  .gwarantujemy{
    padding-top: 40px;
  }
  .gwarantujemy .box{
    width: 100%;
  }
  .gwarantujemy .box .in span{
    font-size: 16px;
  }
  .gwarantujemy .box .in .item {
    width: 100%;
    padding-left: 0px;
    float: left;
    clear: both;

  display: flex;
  justify-content: left;
  align-items: center;

  }

  .gwarantujemy .box .in .item span{
   
    position: static;
    margin-left: 0px;
    display: inline-table;


  }
  .gwarantujemy .box{
    float: left;
  }
  .gwarantujemy .box .in .item div{

     display: flex;
     float: left;
  }
  .gwarantujemy .box .in{
    float: left;
  }

  .services-footer{
    padding-top: 40px;
  }
  .services-footer .box{
    margin-top: 40px;
  }
  .services-footer .buttons{
    text-align: center;
  }

  .services-footer .buttons .telpho, .services-footer .buttons a{
    display: block;
    float: left;
    clear: both;
  }

  .services-footer .buttons .telpho{
      margin-bottom: 20px;

      
}


  .services-footer .buttons a{
    height: 70px;
    line-height: 70px;

  }
  .services-bottom .products{
    margin-top: 50px;
  }
  .services-bottom .products .item{
    font-size: 12px;
    width: 165px;
    margin-right: 5px;
    line-height: 52px;
    margin-bottom: 5px;
  }
  .services-footer .buttons .telpho{
    background-color: white !important;
    text-align: center;
          display: table;
          color: #000;
  }
}



.slider .promotionLabel{

    font-size: 14px;
    font-weight: 700;

    padding: 6px 10px;
    position: absolute;
    left: 0;
    top: 0;
       text-align: center;
    z-index: 9999;
    background-color: #8a8a8a;
    color: white;
    top: 0;

}

.prodBox .promotionLabel.new, .slider .promotionLabel.new {
    top: 50px;

       text-align: center;
}

.prodBox .newLabel, .slider .newLabel  {
    color: white;
    font-size: 14px;
    font-weight: 700;
    background: #f05a72;
    padding: 6px 10px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9999;
    width: 85px;
}





.opinion-area p{
    font-size: 16px;
    line-height: 24px;
}


.opinion-area .container{
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #f6f2ee;
  color:#000;
  margin-bottom: 60px;
}


.opinion-box .recomend{
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.opinion-box .recomend h3{

 font-family: 'uniform';
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;



}
.opinion-box .recomend .item {
  text-align: center;
  display: inline-block;
  width: 200px;
  margin-left: 20px;
  margin-right: 20px;
}
.opinion-box .recomend .item img{
  width: 80%;
}
.opinion-box .recomend .item .button{
  width: 100%;
  display: block;
  font-size: 16px;
  height: 50px;
  margin-top: 20px;
  line-height: 50px;
  text-align: center;
  background-color: white;
}
.opinion-area h2{
      font-family: 'uniform';
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.owl-carousel-opinion .item{
  margin-top: 20px;
}

.owl-carousel-opinion .item strong{
  font-weight: 700;
}

.owl-carousel-opinion .item em{
  font-style: italic;
}
.owl-carousel-opinion p{
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.owl-carousel-opinion .item{


    border: 1px solid white;
    background-color: white;
    padding: 20px;

}




.owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;    
    background: white;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #000000;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
 }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: white;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #000000; }


.owl-theme .owl-dots{
  margin-top: 20px;
}





@media screen and (max-width: 778px) {
  .opinion-box .recomend{
    text-align: left;
  }
  .opinion-box .recomend h3{
    margin-bottom: 40px;
  }
  .opinion-box .recomend .item {
    width: 100%;
    clear: both;
    float: left;
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .opinion-box .recomend .item img{
    max-width: 160px;
  }
 }