textarea#wr_subject{max-height:100px;}
.owl-carousel .image{position:relative;}
.owl-carousel .description{position:absolute;right:0;bottom:0;background-color:rgb(0,75,77);color:#fff;padding:12px 16px;font-size:1.2rem;line-height:1;font-weight:300;z-index:1;}
.owl-theme .owl-dots{margin:0 !important;position:absolute;left:0;bottom:10px;width:100%;}
.owl-theme .owl-dots .owl-dot span{width:12px;height:12px;background-color:rgba(255,255,255,0.5);margin:0 5px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:rgb(255,255,255);}
.owl-theme .owl-dots .owl-dot.active span {width:36px;}
@media(max-width:767px){
	.owl-theme .owl-nav [class*='owl-']{width:40px;height:40px;line-height:40px;margin-top:-20px;}
	.owl-theme .owl-nav [class*='owl-']::before{font-size:20px;}
}
.cbp-wrapper{display:flex;align-items:stretch}
/*.cbp-item{height:100%;}*/
.cbp-item .content{position:absolute;width:100%;height:auto;left:0;bottom:0;opacity:0;transition:all .3s;color:#fff;z-index:3;}
.cbp-item .cbp-item-wrapper {padding:15px;}
.cbp-item:hover .cbp-box .cbp-lightbox::before, .cbp-item:hover .cbp-box a::after {content:'';position:absolute;width:100%;height:100%;left:0;top:0;transition:all .3s;}
.cbp-item:hover .cbp-box .cbp-lightbox::before {font-family:themify;content:'\e610';color:#fff;font-size:32px;display:Flex;align-items:center;justify-content:center;z-index:2;}
.cbp-item:hover .cbp-box .cbp-lightbox::after {background-color:rgba(0,0,0,.4);z-index:1;}
.cbp-item:hover .cbp-box .cbp-lightbox .image-background {transform:scale(1.1)}
.cbp-item:hover .cbp-box .cbp-lightbox .content {opacity:1;}