.gallery__container.image-center{
	text-align: center;
}

.gallery__picture{
	position: relative;
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
	background: #000;
}

.image-center .gallery__picture{
	display: inline-block;
	float: none;
}

.gallery__picture img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.gallery__caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10%;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
}

.gallery__caption h3 {
	font-size: 19px;
	margin: 0;
}

@media(min-width: 501px) and (max-width: 768px){

	.gallery__container[data-columns="3"] .gallery__picture:nth-child(2n + 1){
		width: calc(50% - 8px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="3"] .gallery__picture:nth-child(2n + 2){
		width: calc(50% - 8px);
    margin-left: 8px;
		margin-right: 0;
	}

	.gallery__container[data-columns="4"] .gallery__picture:nth-child(3n + 1){
		width: calc(33.3333% - 11px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="4"] .gallery__picture:nth-child(3n + 2){
		width: calc(33.3333% - 11px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="4"] .gallery__picture:nth-child(3n + 3){
		width: calc(33.3333% - 11px);
		margin-left: 8px;
		margin-right: 0px;
	}

	.gallery__container[data-columns="5"] .gallery__picture:nth-child(3n + 1){
		width: calc(33.333% - 11px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="5"] .gallery__picture:nth-child(3n + 2){
		width: calc(33.333% - 11px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="5"] .gallery__picture:nth-child(3n + 3){
		width: calc(33.333% - 11px);
		margin-left: 8px;
		margin-right: 0;
	}

	.gallery__container[data-columns="6"] .gallery__picture:nth-child(2n + 1){
		width: calc(50% - 8px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(2n + 2){
		width: calc(50% - 8px);
		margin-left: 8px;
		margin-right: 0px;
	}
}

@media(min-width: 769px){
	.gallery__picture:nth-child(2n + 1){
		width: calc(50% - 15px);
		margin-left: 0;
		margin-right: 15px;
	}
	.gallery__picture:nth-child(2n + 2){
		width: calc(50% - 15px);
		margin-left: 15px;
		margin-right: 0;
	}

	.gallery__container[data-columns="3"] .gallery__picture:nth-child(3n + 1){
		width: calc(33.3333% - 11px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="3"] .gallery__picture:nth-child(3n + 2){
		width: calc(33.3333% - 11px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="3"] .gallery__picture:nth-child(3n + 3){
		width: calc(33.3333% - 11px);
		margin-left: 8px;
		margin-right: 0px;
	}

	.gallery__container[data-columns="4"] .gallery__picture:nth-child(4n + 1){
		width: calc(25% - 12px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="4"] .gallery__picture:nth-child(4n + 2){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="4"] .gallery__picture:nth-child(4n + 3){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="4"] .gallery__picture:nth-child(4n + 4){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 0;
	}

	.gallery__container[data-columns="5"] .gallery__picture:nth-child(4n + 1){
		width: calc(25% - 12px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="5"] .gallery__picture:nth-child(4n + 2){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="5"] .gallery__picture:nth-child(4n + 3){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="5"] .gallery__picture:nth-child(4n + 4){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 0px;
	}


	.gallery__container[data-columns="6"] .gallery__picture:nth-child(4n + 1){
		width: calc(25% - 12px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(4n + 2){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(4n + 3){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(4n + 4){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 0px;
	}
}

@media(min-width: 1300px){
	.gallery__container[data-columns="4"] .gallery__picture:nth-child(4n + 1){
		width: calc(25% - 12px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="4"] .gallery__picture:nth-child(4n + 2){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="4"] .gallery__picture:nth-child(4n + 3){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="4"] .gallery__picture:nth-child(4n + 4){
		width: calc(25% - 12px);
		margin-left: 8px;
		margin-right: 0;
	}
	.gallery__container[data-columns="3"] .gallery__picture:nth-child(3n + 1){
		width: calc(33.333333% - 11px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="3"] .gallery__picture:nth-child(3n + 2){
		width: calc(33.333333% - 11px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="3"] .gallery__picture:nth-child(3n + 3){
		width: calc(33.333333% - 11px);
		margin-left: 8px;
		margin-right: 0;
	}

	.gallery__container[data-columns="6"] .gallery__picture:nth-child(5n + 1){
		width: calc(20% - 13px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(5n + 2){
		width: calc(20% - 13px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(5n + 3){
		width: calc(20% - 13px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(5n + 4){
		width: calc(20% - 13px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(5n + 5){
		width: calc(20% - 13px);
		margin-left: 8px;
		margin-right: 0px;
	}
}

@media(min-width: 1600px){
	.gallery__container[data-columns="5"] .gallery__picture:nth-child(5n + 1){
		width: calc(20% - 13px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="5"] .gallery__picture:nth-child(5n + 2){
		width: calc(20% - 13px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="5"] .gallery__picture:nth-child(5n + 3){
		width: calc(20% - 13px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="5"] .gallery__picture:nth-child(5n + 4){
		width: calc(20% - 13px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="5"] .gallery__picture:nth-child(5n + 5){
		width: calc(20% - 13px);
		margin-left: 8px;
		margin-right: 0px;
	}

	.gallery__container[data-columns="6"] .gallery__picture:nth-child(6n + 1){
		width: calc(16.666666% - 13.5px);
		margin-left: 0;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(6n + 2){
		width: calc(16.666666% - 13.5px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(6n + 3){
		width: calc(16.666666% - 13.5px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(6n + 4){
		width: calc(16.666666% - 13.5px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(6n + 5){
		width: calc(16.666666% - 13.5px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.gallery__container[data-columns="6"] .gallery__picture:nth-child(6n + 6){
		width: calc(16.666666% - 13.5px);
		margin-left: 8px;
		margin-right: 0;
	}
}


/**************** STYL 1 (Ruby)*******************/
.gallery--style1 .gallery__picture img,
.gallery--style1.gallery__picture img {
	opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.gallery--style1 .gallery__picture:hover img,
.gallery--style1.gallery__picture:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gallery--style1 .gallery__picture h3,
.gallery--style1.gallery__picture h3 {
	margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.gallery--style1 .gallery__picture:hover h3,
.gallery--style1.gallery__picture:hover h3 {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.gallery--style1 .gallery__picture p,
.gallery--style1.gallery__picture p {
	position: absolute;
	bottom: 20%;
	left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100px;
    padding: 10px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
}
.gallery--style1 .gallery__picture:hover p,
.gallery--style1.gallery__picture:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}
/************** END STYL 1 *****************/

/**************** STYL 2 (Goliath)*******************/
.gallery--style2 .gallery__picture img,
.gallery--style2.gallery__picture img {
	-webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery--style2 .gallery__picture:hover img,
.gallery--style2.gallery__picture:hover img {
	-webkit-transform: translate3d(0,-60px,0);
    transform: translate3d(0,-60px,0);
}

.gallery--style2 .gallery__picture h3,
.gallery--style2.gallery__picture h3 {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
	-webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.gallery--style2 .gallery__picture:hover h3,
.gallery--style2.gallery__picture:hover h3 {
	-webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}

.gallery--style2 .gallery__picture p,
.gallery--style2.gallery__picture p {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}
.gallery--style2 .gallery__picture:hover p,
.gallery--style2.gallery__picture:hover p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/************** END STYL 2 *****************/

/**************** STYL 3 (Apollo)*******************/
.gallery--style3 .gallery__picture img,
.gallery--style3.gallery__picture img {
	opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
		background-color: white;
}
.gallery--style3 .gallery__picture:hover img,
.gallery--style3.gallery__picture:hover img {
	opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.gallery--style3 .gallery__picture h3,
.gallery--style3.gallery__picture h3 {
	text-align: left;
}

.gallery--style3 .gallery__picture .gallery__caption:before,
.gallery--style3.gallery__picture .gallery__caption:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	pointer-events: none;
}
.gallery--style3 .gallery__picture:hover .gallery__caption:before,
.gallery--style3.gallery__picture:hover .gallery__caption:before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.gallery--style3 .gallery__picture p,
.gallery--style3.gallery__picture p {
	position: absolute;
    right: 0;
    bottom: 0;
    margin: 30px;
    padding: 0 10px;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.gallery--style3 .gallery__picture:hover p,
.gallery--style3.gallery__picture:hover p {
	opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
/************** END STYL 3 *****************/

/**************** STYL 4 (Jazz)*******************/
.gallery--style4 .gallery__picture,
.gallery--style4.gallery__picture {
    background: -webkit-linear-gradient(-45deg, #FFF 0%,#000 100%);
    background: linear-gradient(-45deg, #FFF 0%,#000 100%);
}
.gallery--style4 .gallery__picture img,
.gallery--style4.gallery__picture img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.gallery--style4 .gallery__picture:hover img,
.gallery--style4.gallery__picture:hover img {
	opacity: 0.7;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.gallery--style4 .gallery__picture .gallery__caption:after,
.gallery--style4.gallery__picture .gallery__caption:after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	pointer-events: none
}
.gallery--style4 .gallery__picture:hover .gallery__caption:after,
.gallery--style4.gallery__picture:hover .gallery__caption:after {
	opacity: 1;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

.gallery--style4 .gallery__picture h3,
.gallery--style4.gallery__picture h3 {
	opacity: 1;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
	padding-top: 22%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.gallery--style4 .gallery__picture:hover h3,
.gallery--style4.gallery__picture:hover h3 {
	opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.gallery--style4 .gallery__picture p,
.gallery--style4.gallery__picture p {
	padding: 1.5em 2em;
    font-size: 0.85em;
    opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.gallery--style4 .gallery__picture:hover p,
.gallery--style4.gallery__picture:hover p {
	opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
/************** END STYL 4 *****************/

/**************** STYL 5 (Ming)*******************/
.gallery--style5 .gallery__picture img,
.gallery--style5.gallery__picture img {
	opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.gallery--style5 .gallery__picture:hover img,
.gallery--style5.gallery__picture:hover img {
	opacity: 0.4;
}
.gallery--style5 .gallery__picture .gallery__caption:before,
.gallery--style5.gallery__picture .gallery__caption:before {
	position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
	pointer-events: none;
}
.gallery--style5 .gallery__picture:hover .gallery__caption:before,
.gallery--style5.gallery__picture:hover .gallery__caption:before {
	opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.gallery--style5 .gallery__picture h3,
.gallery--style5.gallery__picture h3 {
	margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.gallery--style5 .gallery__picture:hover h3,
.gallery--style5.gallery__picture:hover h3 {
	-webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.gallery--style5 .gallery__picture p,
.gallery--style5.gallery__picture p {
	padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.gallery--style5 .gallery__picture:hover p,
.gallery--style5.gallery__picture:hover p {
	opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
/************** END STYL 5 *****************/

/**************** STYL 6 (Bubba)*******************/
.gallery--style6 .gallery__picture img,
.gallery--style6.gallery__picture img {
	opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.gallery--style6 .gallery__picture:hover img,
.gallery--style6.gallery__picture:hover img {
	opacity: 0.4;
}
.gallery--style6 .gallery__picture .gallery__caption:before,
.gallery--style6.gallery__picture .gallery__caption:before,
.gallery--style6 .gallery__picture .gallery__caption:after,
.gallery--style6.gallery__picture .gallery__caption:after {
	position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	pointer-events: none;
}
.gallery--style6 .gallery__picture .gallery__caption:before,
.gallery--style6.gallery__picture .gallery__caption:before{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.gallery--style6 .gallery__picture .gallery__caption:after,
.gallery--style6.gallery__picture .gallery__caption:after{
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.gallery--style6 .gallery__picture:hover .gallery__caption:before,
.gallery--style6.gallery__picture:hover .gallery__caption:before,
.gallery--style6 .gallery__picture:hover .gallery__caption:after,
.gallery--style6.gallery__picture:hover .gallery__caption:after {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery--style6 .gallery__picture h3,
.gallery--style6.gallery__picture h3 {
	padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.gallery--style6 .gallery__picture:hover h3,
.gallery--style6.gallery__picture:hover h3 {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gallery--style6 .gallery__picture p,
.gallery--style6.gallery__picture p {
	padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.gallery--style6 .gallery__picture:hover p,
.gallery--style6.gallery__picture:hover p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/************** END STYL 6 *****************/

/**************** STYL 7 (Milo)*******************/
.gallery--style7 .gallery__picture img,
.gallery--style7.gallery__picture img {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-25px,0,0) scale(1.12);
    transform: translate3d(-25px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery--style7 .gallery__picture:hover img,
.gallery--style7.gallery__picture:hover img {
	opacity: 0.5;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

.gallery--style7 .gallery__picture h3,
.gallery--style7.gallery__picture h3 {
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
}
.gallery--style7 .gallery__picture:hover h3,
.gallery--style7.gallery__picture:hover h3 {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gallery--style7 .gallery__picture p,
.gallery--style7.gallery__picture p {
	padding: 0 10px 0 0;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}
.gallery--style7 .gallery__picture:hover p,
.gallery--style7.gallery__picture:hover p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/************** END STYL 7 *****************/

/**************** STYL 8 (Lily)*******************/
.gallery--style8 .gallery__picture,
.gallery--style8.gallery__picture {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
    background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

.gallery--style8 .gallery__picture img {
	margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery--style8 .gallery__picture:hover img {
	opacity: 0.6;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gallery--style8 .gallery__picture .gallery__caption:before,
.gallery--style8.gallery__picture .gallery__caption:before{
	position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.gallery--style8 .gallery__picture:hover .gallery__caption:before,
.gallery--style8.gallery__picture:hover .gallery__caption:before{
	opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.gallery--style8 .gallery__picture h3,
.gallery--style8.gallery__picture h3 {
	text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px,5px,0);
    transform: translate3d(5px,5px,0);
}
.gallery--style8 .gallery__picture:hover h3,
.gallery--style8.gallery__picture:hover h3 {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gallery--style8 .gallery__picture p,
.gallery--style8.gallery__picture p {
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px,20px,0);
    transform: translate3d(20px,20px,0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.gallery--style8 .gallery__picture:hover p,
.gallery--style8.gallery__picture:hover p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/************** END STYL 8 *****************/

/**************** STYL 9 (Sadie)*******************/
.gallery--style9 .gallery__picture .gallery__caption:before,
.gallery--style9.gallery__picture .gallery__caption:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.gallery--style9 .gallery__picture:hover .gallery__caption:before,
.gallery--style9.gallery__picture:hover .gallery__caption:before{
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.gallery--style9 .gallery__picture h3,
.gallery--style9.gallery__picture h3 {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #000;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.gallery--style9 .gallery__picture:hover h3,
.gallery--style9.gallery__picture:hover h3 {
	color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

.gallery--style9 .gallery__picture p,
.gallery--style9.gallery__picture p {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.gallery--style9 .gallery__picture:hover p,
.gallery--style9.gallery__picture:hover p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/************** END STYL 9 *****************/

/**************** STYL 10 (Layla)*******************/
.gallery--style10 .gallery__picture,
.gallery--style10.gallery__picture {
    background: #000;
}

.gallery--style10 .gallery__picture img,
.gallery--style10.gallery__picture img {
	-webkit-transform: translate3d(0,-30px,0) scale(1.2);
    transform: translate3d(0,-30px,0) scale(1.2);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.gallery--style10 .gallery__picture:hover img,
.gallery--style10.gallery__picture:hover img {
	opacity: 0.7;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
	-webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.gallery--style10 .gallery__picture .gallery__caption:before,
.gallery--style10.gallery__picture .gallery__caption:before{
	position: absolute;
    content: '';
    opacity: 0;
	top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.gallery--style10 .gallery__picture:hover .gallery__caption:before,
.gallery--style10.gallery__picture:hover .gallery__caption:before{
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery--style10 .gallery__picture .gallery__caption:after,
.gallery--style10.gallery__picture .gallery__caption:after{
	position: absolute;
    content: '';
    opacity: 0;
	top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.gallery--style10 .gallery__picture:hover .gallery__caption:after,
.gallery--style10.gallery__picture:hover .gallery__caption:after{
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery--style10 .gallery__picture h3,
.gallery--style10.gallery__picture h3 {
	padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
.gallery--style10 .gallery__picture:hover h3,
.gallery--style10.gallery__picture:hover h3 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	-webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery--style10 .gallery__picture p,
.gallery--style10.gallery__picture p {
	padding: 0.5em 2em;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.gallery--style10 .gallery__picture:hover p,
.gallery--style10.gallery__picture:hover p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	-webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
/************** END STYL 10 *****************/

/**************** STYL 11 (Oscar)*******************/
.gallery--style11 .gallery__picture,
.gallery--style11.gallery__picture {
	background: -webkit-linear-gradient(45deg, #FFF 0%, #9b4a1b 40%, #000 100%);
    background: linear-gradient(45deg, #FFF 0%,#9b4a1b 40%,#000 100%);
}

.gallery--style11 .gallery__picture img,
.gallery--style11.gallery__picture img {
	opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.gallery--style11 .gallery__picture:hover img,
.gallery--style11.gallery__picture:hover img {
	opacity: 0.4;
}

.gallery--style11 .gallery__picture .gallery__caption,
.gallery--style11.gallery__picture .gallery__caption{
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

.gallery--style11 .gallery__picture:hover .gallery__caption,
.gallery--style11.gallery__picture:hover .gallery__caption{
	background-color: rgba(0,0,0,0);
}

.gallery--style11 .gallery__picture .gallery__caption:before,
.gallery--style11.gallery__picture .gallery__caption:before{
	position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
	opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.gallery--style11 .gallery__picture:hover .gallery__caption:before,
.gallery--style11.gallery__picture:hover .gallery__caption:before{
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery--style11 .gallery__picture h3,
.gallery--style11.gallery__picture h3 {
	margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.gallery--style11 .gallery__picture:hover h3,
.gallery--style11.gallery__picture:hover h3 {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gallery--style11 .gallery__picture p,
.gallery--style11.gallery__picture p {
	opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.gallery--style11 .gallery__picture:hover p,
.gallery--style11.gallery__picture:hover p {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/************** END STYL 11 *****************/

/**************** STYL 12 (Roxy)*******************/
.gallery--style12 .gallery__picture,
.gallery--style12.gallery__picture {
	background: -webkit-linear-gradient(45deg, #FFF 0%, #9b4a1b 40%, #000 100%);
    background: linear-gradient(45deg, #FFF 0%,#9b4a1b 40%,#000 100%);
}

.gallery--style12 .gallery__picture img,
.gallery--style12.gallery__picture img {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px,0,0) scale(1.3);
    transform: translate3d(-50px,0,0) scale(1.3);
}
.gallery--style12 .gallery__picture:hover img,
.gallery--style12.gallery__picture:hover img {
	opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gallery--style12 .gallery__picture .gallery__caption,
.gallery--style12.gallery__picture .gallery__caption{
    text-align: left;
}

.gallery--style12 .gallery__picture .gallery__caption:before,
.gallery--style12.gallery__picture .gallery__caption:before{
	position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

.gallery--style12 .gallery__picture:hover .gallery__caption:before,
.gallery--style12.gallery__picture:hover .gallery__caption:before{
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gallery--style12 .gallery__picture h3,
.gallery--style12.gallery__picture h3 {
	padding: 25% 0 30px 0;
}

.gallery--style12 .gallery__picture p,
.gallery--style12.gallery__picture p {
	opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}
.gallery--style12 .gallery__picture:hover p,
.gallery--style12.gallery__picture:hover p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/************** END STYL 12 *****************/

/**************** STYL 13 (Marley)*******************/
.gallery--style13 .gallery__picture .gallery__caption,
.gallery--style13.gallery__picture .gallery__caption{
	text-align: right;
}

.gallery--style13 .gallery__picture h3,
.gallery--style13.gallery__picture h3 {
	position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
	top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.gallery--style13 .gallery__picture:hover h3,
.gallery--style13.gallery__picture:hover h3 {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gallery--style13 .gallery__picture h3:after,
.gallery--style13.gallery__picture h3:after{
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
	opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.gallery--style13 .gallery__picture:hover h3:after,
.gallery--style13.gallery__picture:hover h3:after{
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gallery--style13 .gallery__picture p,
.gallery--style13.gallery__picture p {
	position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
	bottom: 30px;
    line-height: 1.5;
	color: #FFF;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
	opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.gallery--style13 .gallery__picture:hover p,
.gallery--style13.gallery__picture:hover p {
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/************** END STYL 13 *****************/

/************** KOLEJNOSC ********************/

.order-list__container{
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.order-list__list{
	position: relative;
	list-style: none;
	margin: 30px 0;
	padding: 0;
}

.order-list__list:before,
.order-list__list:after{
	content: "";
	display: table;
}
.order-list__list:after{
	clear: both;
}
.order-list__element{
	position: relative;
	float: left;
	width: calc(25% - 10px);

	margin: 5px;
	overflow: hidden;
	text-align: center;
	background: #FFF;
	cursor: pointer;
}

.order-list__list[data-columns="2"] .order-list__element{
	width: calc(50% - 10px);
}

.order-list__list[data-columns="3"] .order-list__element{
	width: calc(33% - 10px);
}

.order-list__list[data-columns="4"] .order-list__element{
	width: calc(25% - 10px);
}

.order-list__list[data-columns="5"] .order-list__element{
	width: calc(20% - 10px);
}

.order-list__list[data-columns="6"] .order-list__element{
	width: calc(16.666% - 10px);
}

.order-list__element img {
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.image__caption {
	position: absolute;
	top: 0;
	left:0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	opacity: 0;
	-webkit-transition: 0.35s;
    transition: 0.35s;
}

.order-list__element:hover .image__caption{
	opacity: 0.6;
}

.image__instruction {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 30px;
}

.image__caption i{
	color: #FFF;
	font-size: 50px;
}

.image__caption p{
	color: #FFF;
	padding-top: 10px;
}

.order-list__divider{
	position: absolute;
	top: 0;
	left: -70px;
	display: block;
	width: 100%;
	z-index: 10;
}
.order-list__divider:after{
	content: "";
	position: absolute;
	width: calc(100% + 70px);
	height: 1px;
	background-color: #000;
	left: 0;
	top: 0;
}

/************ END KOLEJNOSC ******************/