.post-slide2{
}
.post-slide2 img{
   position: relative;
   overflow: hidden;
   margin: auto;
}

.post-slide{
   margin: 35px 35px;
   border-bottom: 1px solid #dadada;
   transition: all 0.4s ease-in-out 0s;
   border:1px solid white;

box-shadow:         0px 0px 19px 4px rgba(100, 190, 255, 1);
}
.post-slide .post-img{
   position: relative;
   overflow: hidden;
}
.post-slide .post-img:before{
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: rgba(0, 0, 0, 0);
   transition: all 0.4s linear 0s;
}
.post-slide:hover .post-img:before{
   background: rgba(0, 0, 0, 0.6);
}
.post-slide .post-img img{
   width: 100%;
   height: auto;
}
.post-slide .category {
   width: 20%;
   font-size: 16px;
   color: #fff;
   line-height: 11px;
   text-align: center;
   text-transform: capitalize;
   padding: 11px 0;
   background: #9B7DF5;
   position: absolute;
   bottom: 0;
   left: -50%;
   transition: all 0.5s ease-in-out 0s;
}
.post-slide:hover .category{
   left: 0;
}
.post-slide .post-review{
   border-top:2px solid red;
   padding: 25px 20px;
   background: #fff;
   position: relative;
}
.post-slide .post-title{
   margin: 0;
}
.post-slide .post-title a{
   display: inline-block;
   font-size: 16px;
   color: #9B7DF5;
   font-weight: bold;
   letter-spacing: 2px;
   text-transform: uppercase;
   margin-bottom: 25px;
   transition: all 0.30s linear 0s;
}
.post-slide .post-title a:hover{
   text-decoration: none;
   color: #555;
}
.post-slide .post-description{
   font-size: 15px;
   color: #555;
   line-height: 26px;
}
.post-review .post-bar{
   margin-top: 20px;
}
.post-bar span{
   display: inline-block;
   font-size: 14px;
}
.post-bar span i{
   margin-right: 5px;
   color: #999;
}
.post-bar span a{
   color: #999;
   text-transform: uppercase;
}
.post-bar span a:hover{
   text-decoration: none;
   color: #9B7DF5;
}
.post-bar span.comments{
   float: right;
}
@media only screen and (max-width: 359px) {
   .post-slide .category{ font-size: 13px; }
}



.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    text-align:center;
    background:rgba(68, 67, 64,0.9);
    transition: all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    padding:0;
    margin:0;
    list-style:none;
    position: relative;
    top:45%;
}
.post-slide .post-link li{
    display: inline-block;
    margin-right:10px;
}
.post-slide .post-link li a{
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color:#fff;
    background:#333;
    font-size:20px;
    transform: scale(1,1);
    transition: all 0.20s linear;
}
.post-slide .post-link li a:hover{
    text-decoration:none;
    transform: scale(1.1,1.1);
}
.post-slide .post-review{
    padding: 15px 0;
    overflow: hidden;
}
.post-slide .post-title{
    margin-top: 0;
}
.post-slide .post-title a{
    display: block;
    color: #333;
    font-size: 18px;
    text-align:center;
    font-weight: bold;
    text-transform:uppercase;
    transition: all 0.50s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#1f80bb;
}
.post-slide .post-info{
    list-style:none;
    padding:10px 0 0 0;
    margin:0 0 7px 0;
    text-align:center;
    border-top:1px solid #d3d3d3;
}
.post-slide .post-info li{
    display: inline-block;
    margin-right: 13px;
}
.post-slide .tag-info{
    margin:0;
    padding:0 0 10px 0;
    text-align:center;
    border-bottom:1px solid #d3d3d3;
}
.post-slide .tag-info li{
    list-style:none;
    display: inline-block;
}
.post-slide .tag-info li a{
    color:#808080;
    text-transform:capitalize;
}
.post-slide .tag-info li a:hover{
    color:#1f80bb;
    text-decoration:none;
}
.post-slide .post-description{
    color: #828282;
    font-size: 14px;
    padding:5px 25px;
    line-height: 25px;
}
.post-slide .read-more{
    color:#333;
    float: right;
    font-weight: bold;
    margin-right:25px;
    text-transform:capitalize;
}
.post-slide .read-more:hover{
    color:#1f80bb;
    text-decoration:none;
}
.owl-theme .owl-buttons div{
    position:relative;
    transition: all 0.5s ease 0s;
}
.owl-theme .owl-buttons .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    opacity:0;
    transition: all 0.50s linear;
}
.owl-carousel:hover .owl-buttons .owl-prev{
    opacity: 1;
    left:-10px;
     transition: all 0.50s linear;
}
.owl-theme .owl-buttons .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    opacity:0;
    transition: all 0.50s linear;
}
.owl-carousel:hover .owl-buttons .owl-next{
    opacity: 1;
    right:-10px;
}
.owl-prev:before,
.owl-next:before{
    content: "<";
    padding-top:6px;
    padding-bottom:11px;
    padding-left:19px;
    padding-right:21px;

    
    background: #F3F3F3; 

    border-radius: 50%;
    border:1px solid #D9D9D9;
   /* background: url(../../web/pic/3angel.png);*/
    /*
font-family: 'Russo One', sans-serif;
  font-family: 'Play', sans-serif;
  font-family: 'Exo 2', sans-serif;
  font-family: 'Jura', sans-serif;
  font-family: 'Conv_Aksent Normal';
  font-family: 'Play', sans-serif;
    */
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: 33px;
  color:#FF7400;
}
.owl-next:before{
   content: ">";
    padding-top:6px;
    padding-bottom:11px;
    padding-left:21px;
    padding-right:19px;
}
@media only screen and (max-width: 990px) {
    .post-slide .post-info li { margin-right: 5px; }
    .owl-theme .owl-buttons div{ display:none; }
}
@media only screen and (max-width: 767px) {
    .post-slide .post-link li a{
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size:13px;
    }
    .post-slide .post-title a{
        font-size:14px;
    }
}








/*-------------1) КЛИК НА КАРТИНКЕ С УВЕЛИЧЕНИЕМ ДЛЯ СОЗДАНИЕ ВИЗИТОК----------------------*/
/* картинка на странице */
.minimized {
  /*width: 600px;*/
  cursor: pointer;
}
.minimized:hover {
  /* border: 1px solid orange;*/
}

/* увеличенная картинка */
#magnify {
  display: none;
  position: fixed;
  max-width: 1000px;
  height: auto;
  z-index: 9999999;
}
#magnify img {
  width: 100%;
}
/* затемняющий фон */
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
  width: 28px;
  height: 28px;
  border: 3px solid orange;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  background:rgba(255,255,255,0.7)

} 
#close-popup i {
  width:22px;
  height: 20px;
  background-image:  url(/pic/x.png);
  background-repeat:  no-repeat;
  background-position:  center center;
  background-size: 20px 20px;
  display: block;
}
/*-------------2) КЛИК НА КАРТИНКЕ С УВЕЛИЧЕНИЕМ ДЛЯ INDEX----------------------*/
/* картинка на странице */
.minimized2 {
  /*width: 600px;*/
  cursor: pointer;
}
.minimized2:hover {
  /* border: 1px solid orange;*/
}

/* увеличенная картинка */
#magnify2 {
  display: block;
  position: absolute;
  
  width: 86%;
  height: 80%;
  z-index: 99999999999999999999;
  overflow: scroll; /* Добавляем полосы прокрутки */
  max-width: 1000px; /* Ширина блока */
  padding: 5px; /* Поля вокруг текста */
  border: solid 1px black; /* Параметры рамки */
  background: white;

  margin-top:50px; 
}
.magnify2Header{
  /*position: absolute;*/
  width: 100%;
  height: 30px;
  background: #000000;
}
#magnify2 img {
  width: 100%;
}
/* затемняющий фон */
#overlay2 {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 99999999999990;
}


/* кнопка закрытия */
#close-popup2 {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 1px solid black;
  cursor: pointer;

  top: 5px;
  right: 5px;
  background:rgba(255,255,255,1)

} 
#close-popup2 i {
  position: absolute;
  margin-left: 2px;
  margin-top:2px;
  width:22px;
  height: 20px;
  background-image:  url(/pic/x2.png);
  background-repeat:  no-repeat;
  background-position:  center center;
  background-size: 20px 20px;
  display: block;
}
#close-popup2 i:hover {

  background-size: 24px 24px;
  
}