#whitenights-main{
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
    /*background-color: #f4f4f4;*/
    /*background-color: #eeeeee;*/
   	
   	/*background: url('../images/bg_news2.jpg') no-repeat top center;
   	background-size: 100% auto;
   	background-color: #eeeeee;*/
}

#whitenights-main .container .row{}

#whitenights{
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
    /*background-color: #f4f4f4;*/
    /*background-color: #eeeeee;*/
   	
   	/*background: url('../images/bg_news2.jpg') no-repeat top center;
   	background-size: 100% auto;*/
   	background-color: #eeeeee;
}

#whitenights .container .row{}

.whitenights-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    
    width: 400px;
    margin-right: 30px;
}

.whitenights-slide .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.whitenights-slide .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 400px;
    /*min-height: 422px;*/
    margin: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}




.whitenights-block {
   	display: inline-block;
	/*height: 100%;*/
	/*width: 385px;*/
    /*margin-right: 30px;*/
}

.whitenights-block .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.whitenights-block .item {
    /*display: inline-block;*/
    vertical-align: top;
    /*max-width: 360px;*/
    margin: 0 12.5px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}


/*.festival_bullets{
	width:100%;
  	padding: 0;
	margin: 0;
	
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
		-ms-flex-pack: justify;
		justify-content: space-around;
}

.festival_bullets li{
	display: inline-block;
	vertical-align: top;
}

.festival_bullets li{
  	position: relative;
  	width: 360px;
  	padding: 0 5px;
  	margin: 0 10px;
  	margin-bottom: 33px;
}*/




.grid {
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
}

.grid figure img {
	position: relative;
	display: block;
	/*opacity: 0.8;*/
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}




/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-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);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 50%;
	text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.6);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
} 


/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);*/
	
	/*background-image: -webkit-linear-gradient(top, rgba(35, 91, 199, 0.38) 0%, rgba(16, 32, 48, 0.38) 100%);
    background-image: linear-gradient(to bottom, rgba(35, 91, 199, 0.38) 0%, rgba(16, 32, 48, 0.38) 100%);*/
    
    background-image: -webkit-linear-gradient(top, rgba(35, 91, 199, 0) 0%, rgba(16, 32, 48, 1.8) 100%);
    background-image: linear-gradient(to bottom, rgba(35, 91, 199, 0) 0%, rgba(16, 32, 48, 1.8) 100%);
    
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	/*color: #102030;*/
	/*color: transparent;*/
	font-size: 40px;
	-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);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 



/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe figcaption > span {
	float: right;
}

figure.effect-zoe p {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-zoe h2,
figure.effect-zoe figcaption > span {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe figcaption > span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover figcaption > span {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover figcaption > span:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover figcaption > span:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover figcaption > span:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
} 










/*iphone 4 portret*/
@media (min-width: 320px) and (max-width: 374px){}

/*iphone 4 lanscape*/
@media (min-width: 480px) and (max-width: 567px){
	.whitenights-block{width: 410px;}
}

/*iphone 5 portret*/
@media (min-width: 320px) and (max-width: 374px){}

/*iphone 5 lanscape*/
@media (min-width: 568px) and (max-width: 665px){
	.whitenights-block{width: 410px;}
}

/*iphone 6 portret*/
@media (min-width: 375px) and (max-width: 413px){}

/*iphone 6 lanscape*/
@media (min-width: 667px) and (max-width: 735px){
	.whitenights-block{width: 460px;}
}

/*iphone 6 plus portret*/
@media (min-width: 414px) and (max-width: 479px){}

/*iphone 6 plus lanscape*/
@media (min-width: 736px) and (max-width: 767px){
	.whitenights-block{width: 540px;}
}

/*ipad portret*/
@media (min-width: 768px) and (max-width: 1023px){
	/*.direction_bullets li{width: 350px;}*/
	.whitenights-block{width: 370px;}
}

/*ipad lanscape*/
@media (min-width: 1024px) and (max-width: 1199px){
	.whitenights-slide .item{max-width: 480px;}
	.whitenights-block{width: 480px;}
}

/*monitor*/
@media (min-width: 1200px){
	.whitenights-block{width: 385px;}
}