/* 
 * 	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%; }
.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{   margin-left:10px; margin-right:10px; }
.wpm_gallery_warp .item img{ width:100%; }




/******** 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;
}