.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.hide-text {
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@-webkit-keyframes h-progress {
	0% {
		width: 0;
	}
}

@-moz-keyframes h-progress {
	0% {
		width: 0;
	}
}

@-ms-keyframes h-progress {
	0% {
		width: 0;
	}
}

@-o-keyframes h-progress {
	0% {
		width: 0;
	}
}

@keyframes h-progress {
	0% {
		width: 0;
	}
}

@-webkit-keyframes v-progress {
	0% {
		height: 0;
	}
}

@-moz-keyframes v-progress {
	0% {
		height: 0;
	}
}

@-ms-keyframes v-progress {
	0% {
		height: 0;
	}
}

@-o-keyframes v-progress {
	0% {
		height: 0;
	}
}

@keyframes v-progress {
	0% {
		height: 0;
	}
}

.page-gallery__works .item_img {
	margin-bottom: 0;
	position: relative;
}

.page-gallery__works .item_img .more_wrapper {
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
}

.page-gallery__works .item_img .more_wrapper .vert-align {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.page-gallery__works .item_img:hover .more_wrapper {
	opacity: 1;
}

.page-gallery__works .item_title {
	color: white;
}

.page-gallery__works .item_title a {
	color: white;
}

.page-gallery__works .item_title a:hover {
	/*text-decoration: underline;*/
}

.page-gallery__works .btn {
	border: none;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	padding: 7px 16px 4px;
}

.page-gallery__works .gallery-item {
	text-align: center;
}

ul.gallery {
	font-size: 0;
}

ul.gallery .gallery-item {
	margin-bottom: 30px;
	font-size: 20px;
}

ul.gallery .gap {
	display: inline-block;
}

ul.gallery .gap:before {
	display: none;
}

ul.gallery .gallery-list {
	margin: 0 0 15px;
}

ul.gallery .gallery-list .galleryZoom {
	display: none;
}

.filters b,
.sorting b,
.layout-mode b {
	display: block;
	margin: 0 0 15px;
}

.layout-mode {
	float: right;
}

ul#filters {
	margin: 0 0 15px;
}

ul#filters li {
	display: inline-block;
	vertical-align: top;
}

ul#filters li a {
	cursor: pointer;
}

ul#sort li a {
	cursor: pointer;
}

ul#sort li a:after {
	font-family: FontAwesome;
	margin-left: 5px;
	display: none;
}

ul#sort li a[data-order=asc]:after {
	content: '\f0d7';
}

ul#sort li a[data-order=desc]:after {
	content: '\f0d8';
}

ul#order {
	float: right;
	position: relative;
	z-index: 2;
}

ul#grid-list {
	margin: 0 0 15px;
}

ul#grid-list li {
	display: inline-block;
}

.gallery-grid .item_img {
	margin-right: 0;
}

.page-gallery_img {
	margin-left: 0;
}

.item_img .articleGalleryZoom .BWfade,
.item_img .galleryZoomIcon .BWfade {
	display: none!important;
}

.item_img .articleGalleryZoom:before,
.item_img .galleryZoomIcon:before,
.item_img .articleGalleryZoom:after,
.item_img .galleryZoomIcon:after {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.item_img .articleGalleryZoom:before,
.item_img .galleryZoomIcon:before {
	content: '';
	background: #12181f;
	bottom: 0;
	top: 0;
	opacity: 0;
}

.item_img .articleGalleryZoom:after,
.item_img .galleryZoomIcon:after {
	top: 50%;
	color: #FFF;
	content: '\f00e';
	font-family: 'FontAwesome';
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.item_img .articleGalleryZoom:hover:before,
.item_img .galleryZoomIcon:hover:before {
	opacity: 0.5;
}

.item_img .articleGalleryZoom:hover:after,
.item_img .galleryZoomIcon:hover:after {
	font-size: 40px;
}

.img-full__left.span5 {
	padding-left: 0;
}

.view-article #prevArrow,
.view-article #nextArrow {
	display: none;
}

@media (max-width: 767px) {
	ul.gallery .gallery-grid .item_img img {
		width: 100%;
	}
}

@media (max-width: 639px) {
	.gallery li.gallery_desc {
		display: none;
	}
}