@charset "UTF-8";


/* Popup structure */
*:focus{
	outline: 0 !important;
	}

.copyright_box{
	z-index: 88888 !important;
	}

.fancybox-container{
    z-index: 999999999999999 !important;
	}
/*
.fancybox-content{
	max-width: 100%;
	padding: 0 !important;
	background: rgba(13, 13, 13, 0.7);
	margin: 120px auto;
	}
*/
.fancybox-bg {
	background: rgba(0,0,0,0.65) !important;
	}

.fancybox-close-small {
	background-image: url('../img/cross_light.svg');
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-position: center;
    right: 15px !important;
    top: 15px !important;
	}

.fancybox-close-small svg{
	display: none;
	}

.fancybox-content{
	max-width: 100%;
	padding: 0 !important;
	background-color: #FBFBF9;
	z-index: 9999999999999;
	max-width: calc(100% - 88px) ;
	font-family: 'Azo Sans';
	margin: 100px auto;
	}	

.popup_grid{
	text-align: center;
	letter-spacing: 6px;
	text-transform: uppercase;
	line-height: 1.8;
    color: #1F1F1E;
	font-size: 12px;
	display: flex;
	min-height: 346px;
	position: relative;
	}
.popup_grid::after,
.popup_grid::before {
	content: '';
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #0E4B6C;
}
.popup_grid::after {
	right: 0;
}
.popup_grid::before {
	left: 0;
}

.popup_item{
	font-family: "Azo Sans", sans-serif;
    padding: 4rem 2rem;
	width: 100%;
	position: relative;
	float: left;
	}

.popup_grid_3{
	/*max-width: 1420px;
	background-image: url('../img/aalto_line_03-1.png'), url('../img/aalto_line_03-2.png');
	background-position: 31% bottom, 65% bottom;
    background-repeat: no-repeat, no-repeat;*/
	}

.popup_grid_3 .popup_item{
	max-width: 33.33%;
	}

.popup_grid_2{
	/*background-image: url('../img/aalto_line_02.png');
	background-repeat: no-repeat;
	background-position: 48% bottom;
	max-width: 1040px;*/
	}

.popup_grid_2 .popup_item{
	max-width: 50%;
	}

.popup_grid_1{
	/*background-image: url('../img/aalto_line_01.png');
    background-repeat: no-repeat;
    background-position: 8% bottom;
    max-width: 500px;
    padding: 40px 40px 40px 80px;*/
	max-width: 430px;
	}

.popup_grid_1 .popup_item{
	max-width: 100%;
	}


/* Popup content */
.popup_sub{
	font-size: 15px;
	font-weight: 300;
	padding-bottom: 0.5rem;
	}

.popup_text_wr{
	}

.popup_title{
	font-size: 38px;
    line-height: 1.1;
	font-weight: 300;
	color: #0E4B6C;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.popup_thumb{
	padding: 0 3rem;
	position: relative;
	z-index: 2;
	}
.popup_content{
	color: #1F1F1E;
	font-weight: 300;
	margin: 24px auto;
	letter-spacing: 3px;
	}

.popup_cta_wrapper{
	text-align: center;
    position: static;
    width: 100%;
	}

.popup_cta_wrapper a{
	font-size: 10px;
	text-decoration: none;
	margin: 20px 0 0 0;
	display: block;
	font-weight: 500;
	color: #1F1F1E;
	}



@media only screen and (max-width: 1140px)  {

	.fancybox-content{
		max-width: 100%;
		}

	.popup_grid_3{
		max-width: 430px;
		display: block;
    	padding: 0;
	    float: left;
	    width: 100%;
		}

	.popup_grid_3 .popup_item{
		max-width: 100%;
	    padding: 40px;
	    float: none;
		}

	.popup_grid_3 .popup_cta_wrapper{
		position: static;
		margin-top: 40px;
		transform: none;
		}

}


@media only screen and (max-width: 740px)  {


	.fancybox-content{
		max-width: 100%;
		}

	.popup_grid_2{
		max-width: 430px;
		display: block;
    	padding: 0;
	    float: left;
	    width: 100%;
		}

	.popup_grid_2 .popup_item{
		max-width: 100%;
	    padding: 40px;
	    float: none;
		}


	.popup_grid_2 .popup_cta_wrapper{
		position: static;
		margin-top: 40px;
		transform: none;
		}
}



@media only screen and (max-width: 520px)  {

	.popup_grid_1 + .valentino-texture > img {
        transform: scale(1) !important;
    }
    .popup_grid_2 + .valentino-texture > img {
        transform: scale(1) !important;
    }
    .popup_grid_3 + .valentino-texture > img {
        transform: scale(1) !important;
    }


}
