.spbw {
	margin-left: 8px;
	margin-right: 8px;	
}
.box-gallery, .box-album {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding:10px;
}
.box-gallery .image, .box-album .image {
	text-align: center;
}
.box-gallery .image a, .box-album .image a {
	display: block;
}
.box-gallery .image a:hover, .box-album .image a:hover {
	opacity: 0.8;
}
.box-gallery .image img, .box-album .image img {
	margin-left: auto;
	margin-right: auto;
}
.box-gallery .caption h4, .box-album .caption h4 {
	margin-top:8px;
	margin-bottom:0px;
	font-size: 15px;
	line-height: 20px;
}
#column-right .col-sm-6, #column-left .col-sm-6{width: 100%;}
.gallalbum { padding:8px 8px 4px 8px; }
h4.gallalbum {text-align:center;}
@media only screen and (max-width: 979px) {
	.box-gallery { text-align:center; }
	#cgallCurrent { display:none !important; }
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.owl-carousel-gallery {
	margin: 0 0 10px !important; 
	background: none !important; 
	position: relative;
	direction: ltr !important;
	overflow: hidden;
}
.owl-carousel-gallery .owl-wrapper-outer {
	border: none !important; 
	-webkit-border-radius: 0px !important; 
	-moz-border-radius: 0px !important; 
	-o-border-radius: 0px !important; 
	border-radius: 0px !important; 
	-webkit-box-shadow: none !important; 
	-moz-box-shadow: none !important; 
	-o-box-shadow: none !important; 
	box-shadow: none !important;
}
.gallNav{
	
}
.gallNav a {
  -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);
  padding:4px 6px 2px 6px;
  -webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px; 
	color:#333;
	background:#FFF;
}
.gallNav a.gallprev {
	position:absolute;
	left:0px;
	top:40%;	
	z-index:9;
}
.gallNav a.gallnext {
	position:absolute;
	right:0px;
	top:40%;
	z-index:9;	
}
.gallNav a i {
	font-size: 24px;	
}