/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	display:none;
}


/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}



.wpm_gallery_warp{ position:relative; width:100%; overflow:hidden; }
.wpm_gallery_warp .prev, .wpm_gallery_warp .next {height:100%; margin: auto;position: absolute;top: 0;  bottom: 0;  width:46px; height:46px;
z-index: 10; overflow: hidden; opacity: 0; cursor: pointer;  text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;font-size:40px;}

.wpm_gallery_warp .prev { left:-20px;  }
.wpm_gallery_warp .next { right:-20px; }

.wpm_gallery_warp:hover .prev{ opacity:.7; left:20px;}
.wpm_gallery_warp:hover .next{ opacity:.7; right:0px;}

.wpm_gallery_warp .item{  position:relative; overflow:hidden; }
.wpm_gallery_warp .item a{ }
.wpm_gallery_warp .item img, .wpm_gallery_warp .columns img{ width:100%; display:block;  height:auto; -webkit-transition: all 0.7s ease;
transition: all 0.7s ease; }

.wpm_gallery_warp .item:hover img, .wpm_gallery_warp .columns:hover img{
-webkit-transform:scale(1.3);
transform:scale(1.3);
height:100%;
}


.mask_warper{ position:relative; overflow:hidden; display:block; margin-left:10px; margin-right:10px; }

.wpm_gallery_warp .item .mask, .wpm_gallery_warp .image_warper_not_slider{ position:relative; overflow:hidden; }
.wpm_gallery_warp .item .mask, .wpm_gallery_warp .columns .mask{ position:absolute; background:rgba(0,0,0,0.4); width:100%; height:100%;  z-index:99; opacity:0; -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;}
.wpm_gallery_warp .item:hover .mask, .wpm_gallery_warp .columns:hover .mask{ opacity:1; }
.wpm_gallery_warp .item .mask a, .wpm_gallery_warp .columns .mask a{ width:100%; height:100%; display:block; }
.mask_title{ color:#FFF; font-weight:bold; font-size:15px; margin-top:40%; padding:20px; text-align:center; background:rgba(0,0,0,0.6); }
.wpm_gallery_warp .item .mask_warper p, .wpm_gallery_warp .columns .mask_warper p{ margin:0;padding:0; }


.loading_gcpt{ display:none; }

.pagenation_off{ display:none; }
@media (max-width: 768px), only screen and (max-device-width: 768px) { .pagenation_off{ display:block; }  }

/******** Grid View **************/
.gcpt_image_grid{ margin-bottom:20px; }
.gcpt_title{ text-align:center; margin-top:7px; }
.gcpt_exceprt{ margin-top:4px; }



/*******************/
.gallery_pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
margin-bottom:20px;
width:100%;
}
 
.gallery_pagination span, .gallery_pagination a {
display:block;
float:left;
margin: 4px 4px 4px 0;
padding:9px 12px 8px 12px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.gallery_pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.gallery_pagination .current{
background: #3279BB;
color:#fff;
}