.pi-box {
  padding: 30px 30px 10px;
  margin-bottom: 10px;
}
.pi-box.pi-box-big {
  padding: 50px 50px 30px;
}
.pi-box.pi-box-small {
  padding: 20px 20px 1px;
}
.pi-box.pi-border {
  border: 0px solid transparent;
}
.pi-box.pi-round {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pi-box.pi-border-top,
.pi-box.pi-border-left {
  position: relative;
}
.pi-box.pi-border-top:after,
.pi-box.pi-border-left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.pi-box.pi-border-top:after {
  height: 3px;
  right: 0;
}
.pi-box.pi-border-top.pi-border:after {
  left: -1px;
  right: -1px;
  top: -1px;
}
.pi-box.pi-border-top.pi-round:after {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.pi-box.pi-border-left:after {
  width: 3px;
  bottom: 0;
}
.pi-box.pi-border-left.pi-border:after {
  top: -1px;
  bottom: -1px;
  left: -1px;
}
.pi-box.pi-border-left.pi-round:after {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pi-section-white .pi-box {
  background: #ffffff;
  color: inherit;
}
.pi-section-white .pi-box-slave {
  background: #f8fafa;
  color: inherit;
}
.pi-section-white .pi-border-top:after,
.pi-section-white .pi-border-left:after {
  background: #e86343;
}
.pi-section-white .pi-border {
  border: 1px solid #e5eaea;
}
.pi-section-white .pi-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pi-section-grey .pi-box {
  background: #e8ebf0;
  color: inherit;
}
.pi-section-grey .pi-box-slave {
  background: #e8ebf0;
  color: inherit;
}
.pi-section-grey .pi-border-top:after,
.pi-section-grey .pi-border-left:after {
  background: #e86343;
}
.pi-section-grey .pi-border {
  border: 1px solid #d5d9dd;
}
.pi-section-grey .pi-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pi-section-base .pi-box {
  background: #df5031;
  color: inherit;
}
.pi-section-base .pi-box-slave {
  background: #e55d3e;
  color: inherit;
}
.pi-section-base .pi-border-top:after,
.pi-section-base .pi-border-left:after {
  background: #ffffff;
}
.pi-section-base .pi-border {
  border: 1px solid #eb7556;
}
.pi-section-base .pi-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.pi-section-dark .pi-box {
  background: #21252b;
  color: inherit;
}
.pi-section-dark .pi-box-slave {
  background: #2a3037;
  color: inherit;
}
.pi-section-dark .pi-border-top:after,
.pi-section-dark .pi-border-left:after {
  background: #e86343;
}
.pi-section-dark .pi-border {
  border: 1px solid #32383f;
}
.pi-section-dark .pi-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.pi-section-parallax .pi-box {
  background: #1c1d1f;
  color: inherit;
}
.pi-section-parallax .pi-box-slave {
  background: #1c1d1f;
  color: inherit;
}
.pi-section-parallax .pi-border-top:after,
.pi-section-parallax .pi-border-left:after {
  background: #e86343;
}
.pi-section-parallax .pi-border {
  border: 0px solid #232326;
}
.pi-section-parallax .pi-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}


.pi-box-white{
    background-color: rgba(255,255,255,0.8) !important;
}


.pi-box-red{
    background-position: right -38px bottom -15px !important;
    background-repeat: no-repeat !important;
    min-height:170px;
    background-color: rgba(223,8,53,0.7) !important;
    border: 5px rgba(223,8,53,0.4) solid !important;
    padding: 10px 10px 10px;
}


.pi-box-yellow{
    background-position: right -38px bottom -15px !important;
    background-repeat: no-repeat !important;
    min-height:170px;
    background-color: rgba(241,164,43,0.7) !important;
    border: 5px rgba(240,183,72,0.4) solid !important;
    padding: 10px 10px 10px;
}

.pi-box-blue{
    background-position: right 0 bottom 0 !important;
    background-repeat: no-repeat !important;
    background-color: rgba(0,68,150,0.7) !important;
    border: 5px rgba(0,68,150,0.4) solid !important;
    padding: 10px 10px 10px;
}

.pi-box-cian, .pi-box-tourquese{
    background-position: right -38px bottom -15px !important;
    background-repeat: no-repeat !important;
    min-height:170px;
    
    background-color: rgba(43,144,172,0.7) !important;
    border: 5px rgba(32,117,138,0.4) solid !important;
    padding: 10px 10px 10px;
}


#agenda .pi-box-yellow,#agenda .pi-box-red,#agenda .pi-box-blue,#agenda .pi-box-tourquese{
    min-height:unset;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}



.pi-box-blue-solid{
    background-color: #0c4181 !important;
}

.pi-box-yellow-solid{
    background-color: rgba(241,164,43,1) !important;
}

.pi-box-red-solid{
    background-color: rgba(178,6,42,1) !important;
}

.pi-box-tourquese-solid{
    background-color: rgba(43,144,172,1) !important;
}


.pi-box-blue-item{
    background-color: #0c4181 !important;
    border: 1px solid #195fb4;
}


.pi-box-red-item{
    background-color: rgba(178,6,42,1) !important;
    border: 1px solid #cc0000;
}

.pi-box-tourquese-item{
    background-color: rgba(43,144,172,1) !important;
    border: 0px solid rgba(43,144,172,1);
}

.pi-box-yellow-item{
    background-color: rgba(241,164,43,1) !important;
    border: 0px solid rgba(241,164,43,1);
}


.item-list-box{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
    opacity: 1;
    
    -webkit-transition: opacity 0.5s ease-in-out 0s;
  -moz-transition: opacity 0.5s ease-in-out 0s;
  -ms-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
    
    
    
}






.item-list-box:hover, .item-list-box.active{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    cursor: pointer;
    
    
}

.list-item{ clear: both !important;}

.list-item .item-list-box .pi-box:first-child{
    margin-right: 51%;
    padding-right: 2px;
}

.list-item .item-list-box .pi-box:last-child{
    margin-left: 51%;
    padding-left: 2px;
    margin-top: -170px;
}

.list-item .item-list-box .pi-box img.img-box-item{
    min-height: 164px;

}

.list-item .item-list-box .pi-box img.btn-video-ico{
    width: 65px;
    max-height: 45px !important;
}

.item-list-box .pi-img-overlay{
    background-color: rgba(0,0,0,0);
}
.item-list-box .pi-img-overlay .pi-caption-centered{
    height: 150px;
}

.item-list-box .pi-box{
    height: 160px;
    min-width: 49%;
    position: relative;
    overflow: hidden;
}

.item-list-box .pi-box h2{
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 1px;

}
.item-list-box .pi-box p{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 13px;
}


.item-list-box .pi-bottom {
    bottom: 6px;
    position: absolute;
}

.item-list-box .pi-top {
    top: 7px;
    position: absolute;
}
