
.photo__captions {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0 15px 15px;
	color: #fff;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -moz-linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -ms-linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.photo__captions:before {
	content: '';
	position: absolute;
	left: 0;
	top: -15px;
	height: 15px;
	width: 100%;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: -ms-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%)
}

.photo__captions_icon {
	padding-right: 45px
}



.photo__pic {
	display: block;
	width: 100%
}


.photo__inner {
	position: relative;
	display: block;
	height: 100%
}

.photo__inner:hover .photo__action-inner {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}




.photo_full {
	width: 100%;
	height: 100%
}

.photo_full .photo__pic {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(0.99999);
	-moz-transform: scale(0.99999);
	-o-transform: scale(0.99999);
	-ms-transform: scale(0.99999);
	transform: scale(0.99999)
}

.photo_full_round .photo__pic {
	-webkit-border-radius: 50%;
	border-radius: 50%
}




.photo_scale {
	overflow: hidden
}

.photo_scale .photo__pic {
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	-ms-transition: -ms-transform 0.5s;
	transition: transform 0.5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.photo_scale:hover .photo__pic {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}


.photo_small .photo__title_new:before {
	width: 10px;
	height: 10px;
	margin-right: 5px
}

.photo_small .photo__title {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px
}

.photo_small .photo__subtitle {
	font-weight: 300;
	font-size: 13px;
	line-height: 20px
}

.photo_small .photo__icon,
.photo_small .photo__count {
	bottom: 15px
}


.grid__item {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	vertical-align: top;
	position: relative;
	overflow: hidden
}


.grid__row {
	position: relative;
	left: -1px
}


.grid__row_table {
	display: table;
	width: 100%
}

.grid__row_table .grid__item {
	display: table-cell
}

.grid__row_table .grid__photo {
	margin-bottom: -1px
}

.grid__row_infinite {
	position: relative;
	white-space: nowrap
}

.grid__row_infinite .grid__item {
	white-space: normal
}


.grid__row_height_150 .grid__item {
	height: 150px
}

.grid__row_height_150 .grid__item_more .grid__fixer {
	height: auto
}

.grid__row_height_150 .grid__photo {
	margin-bottom: 0
}

.grid__row_height_150 .grid__fixer {
	height: 100%
}

.grid__row_height_200 .grid__item {
	height: 161px
}

.grid__row_height_200 .grid__item_more .grid__fixer {
	height: auto
}

.grid__row_height_200 .grid__photo {
	margin-bottom: 0
}

.grid__row_height_200 .grid__fixer {
	height: 100%
}

.grid__row_height_250 .grid__item {
	height: 250px
}

.grid__row_height_250 .grid__item_more .grid__fixer {
	height: auto
}

.grid__row_height_250 .grid__photo {
	margin-bottom: 0
}

.grid__row_height_250 .grid__fixer {
	height: 100%
}

.grid__row_height_350 .grid__item {
	height: 350px
}

.grid__row_height_350 .grid__item_more .grid__fixer {
	height: auto
}

.grid__row_height_350 .grid__photo {
	margin-bottom: 0
}

.grid__row_height_350 .grid__fixer {
	height: 100%
}

.grid__row_height_450 .grid__item {
	height: 450px
}

.grid__row_height_450 .grid__item_more .grid__fixer {
	height: auto
}

.grid__row_height_450 .grid__photo {
	margin-bottom: 0
}

.grid__row_height_450 .grid__fixer {
	height: 100%
}

.grid {
	overflow: hidden;
	position: relative;
	font-size: 0
}

.grid__fixer {
	position: relative
}

@media screen and (min-width:1340px) {
	.grid__item_small {
		font-size: 17px;
		line-height: 24px
	}
}

.grid__item_current .grid__photo {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.grid__item_small_percent-16 {
	width: 16%
}

.grid__item_small_percent-20 {
	width: 20%
}

.grid__item_small_percent-25 {
	width: 25%
}

.grid__item_small_percent-33 {
	width: 33.33%
}

.grid__item_small_percent-50 {
	width: 50%
}

.grid__item_small_percent-60 {
	width: 60%
}

.grid__item_small_percent-80 {
	width: 80%
}

.grid__item_small_percent-100 {
	width: 100%
}

@media screen and (min-width:1280px) and (max-width:1339px) {
	.grid__item_medium_percent-16 {
		width: 16%
	}
	.grid__item_medium_percent-20 {
		width: 20%
	}
	.grid__item_medium_percent-25 {
		width: 25%
	}
	.grid__item_medium_percent-33 {
		width: 33.33%
	}
	.grid__item_medium_percent-50 {
		width: 50%
	}
	.grid__item_medium_percent-60 {
		width: 60%
	}
	.grid__item_medium_percent-80 {
		width: 80%
	}
	.grid__item_medium_percent-100 {
		width: 100%
	}
}

@media screen and (min-width:1340px) {
	.grid__item_large_percent-16 {
		width: 16%
	}
	.grid__item_large_percent-20 {
		width: 20%
	}
	.grid__item_large_percent-25 {
		width: 25%
	}
	.grid__item_large_percent-33 {
		width: 33.33%
	}
	.grid__item_large_percent-50 {
		width: 50%
	}
	.grid__item_large_percent-60 {
		width: 60%
	}
	.grid__item_large_percent-80 {
		width: 80%
	}
	.grid__item_large_percent-100 {
		width: 100%
	}
}