@import 'library.less';

.page-artguide {
	position: relative;
	background: #0045AD;
	padding-bottom: 40px;
	
	.bg {
		position: absolute;
		top: 0px;
		width: 100%;
		height: 1127px;
		background: url(../images/visual/artguide/bg.jpg);
		z-index: 0;
	}
	
	.header {
		position: relative;
		z-index: 2;
		color: #fff;
		font-size: 17px;
		line-height: 20px;
		padding: 0 20px;
		
		.title {
			font-family: futura-pt-condensed;
			font-weight: 800;
			text-transform: uppercase;
			font-size: 70px;
			line-height: 86px;
			width: 620px;
			padding: 60px 0;
		}
		.collapsed-text {
			display: none;
			
			p {
				margin: 1em 0;
				width: 455px;
			}
		}
		.more {
			width: 343px;
			height: 54px;
			background: url(../images/visual/artguide/more.png) no-repeat center center;
			cursor: pointer;
			margin: 40px 0;
		}
		
	}
	
	.guide-title {
		position: relative;
		z-index: 3;
		padding: 40px 20px 150px 20px;
		
		font-family: futura-pt-condensed;
		font-weight: 800;
		text-transform: uppercase;
		font-size: 65px;
		line-height: 70px;
		color: #fff;
	}
	
	.event-block {
		margin-top: -100px;
	}
	
	.event {
		position: relative;
		z-index: 4;
		margin-bottom: 20px;
		
		.face {
			position: relative;
			width: 455px;
			height: 525px;
			cursor: pointer;
			
			.img {
				width: 100%;
				height: 100%;
				background: #DDE6ED;
				box-shadow: 7px 7px 7px rgba(0,0,0,0.4);
			}
			.info {
				position: absolute;
				width: 210px;
				height: 340px;
				background: fadeout(#FFFF02, 10%);
				box-shadow: 12px 12px 7px rgba(0,0,0,0.1);
				z-index: 1;
				right: -160px;
				top: 0px;
				padding: 20px 15px;
				opacity: 0.85;
				.box-sizing;
				.transition(@delay: 0ms);
				
				.num {
					width: 34px;
					height: 34px;
					border: 2px solid #000;
					text-align: center;
					line-height: 32px;
					font-size: 20px;
					margin-bottom: 20px;
					.box-sizing;
					.border-radius;
				}
				.title {
					font-size: 20px;
					line-height: 24px;
					font-family: futura-pt-condensed;
					font-weight: 800;
					text-transform: uppercase;
				}
				.name {
					font-size: 20px;
					line-height: 24px;
					margin-bottom: 20px;
				}
				.place {
					display: block;
					padding-left: 30px;
					background: url(../images/visual/artguide/place.png) no-repeat 0px 3px;
					font-size: 13px;
					line-height: 16px;
					margin-bottom: 20px;
					
					span {
						font-family: futura-pt-condensed;
						font-weight: 800;
					}
				}
				.date {
					font-size: 20px;
					line-height: 24px;
					padding-left: 30px;
					background: url(../images/visual/artguide/date.png) no-repeat 0px 3px;
				}
			}
			
			&:hover {
				
				.info {
					.transition(@delay: 150ms);
					.translate(-70px, 0px, 0px);
				}
			}
		}
		
		.fact {
			position: absolute;
			width: 455px;
			height: 340px;
			padding: 15px;
			border: 4px solid #fff;
			color: #fff;
			text-align: center;
			top: 0px;
			overflow: hidden;
			.box-sizing;
			
			.va {
				display: table;
				width: 100%;
				height: 100%;
			}
			
			p {
				display: table-cell;
				vertical-align: middle;
				font-size: 20px;
				line-height: 28px;
			}
			
			.title {
				display: block;
				font-family: futura-pt-condensed;
				font-weight: 800;
				text-transform: uppercase;
				font-size: 20px;
				padding-top: 20px;
			}
			
			&.hidden {
				display: none;
			}
		}
		
		.popup {
			display: none;
		}
		
		&.first {
			.face {
				left: 20px;
			}
			.fact {
				right: 20px;
			}
		}
		
		&.second {
			.fact {
				left: 20px;
				top: 35px;
			}
			.face {
				left: 564px;
				top: -150px;
			}
		}
		
	}
	
	.partners {
		padding: 40px 0 0 0;
		
		p {
			text-align: center;
			color: #fff;
			font-size: 20px;
			line-height: 30px;
		}
		.logos {
			width: 425px;
			height: 98px;
			background: #fff url(../images/visual/artguide/logos.png) no-repeat center center;
			margin: 20px auto;
			padding: 20px;
			box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
		}
	}
	
}

.popup-container.mod-artguide {
	background: transparent !important;
	width: 1200px !important;
	
	.close {
		width: 80px !important;
		height: 80px !important;
		right: 0px !important;
		top: 0px !important;
		background: #FFFF02 url(../images/visual/artguide/close.png) no-repeat center center !important;
	}
}

.artguide-popup {
	.cover {
		float: left;
		width: 480px;
		padding: 50px 70px;
		.box-sizing;
		.transition(@delay: 0ms);
		
		.num {
			width: 34px;
			height: 34px;
			border: 2px dotted #000;
			text-align: center;
			line-height: 32px;
			font-size: 20px;
			margin-bottom: 20px;
			.box-sizing;
			.border-radius;
		}
		.title {
			font-size: 40px;
			line-height: 48px;
			font-family: futura-pt-condensed;
			font-weight: 800;
			text-transform: uppercase;
		}
		.name {
			font-size: 40px;
			line-height: 48px;
			margin-bottom: 40px;
		}
		.place {
			display: block;
			padding-left: 30px;
			background: url(../images/visual/artguide/place.png) no-repeat 0px 3px;
			font-size: 15px;
			line-height: 18px;
			margin-bottom: 20px;
			
			span {
				font-family: futura-pt-condensed;
				font-weight: 800;
			}
		}
		.date {
			font-size: 15px;
			line-height: 18px;
			padding-left: 30px;
			background: url(../images/visual/artguide/date.png) no-repeat 0px 3px;
			margin-bottom: 40px;
		}
		.text {
			font-size: 19px;
			line-height: 23px;
		}
	}
	.images, .quote {
		float: left;
		background: #fff;
		.box-sizing;
	}
	.quote {
		font-family: garamond-premier-pro;
	}
	
	.fotorama__nav-wrap {
		margin-top: 20px;
	}
	
	&.horizontal {
		.images, .quote {
			width: 720px;
		}
		
		.quote {
			padding: 20px 35px 50px 35px;
			font-size: 17px;
			line-height: 30px;
		}
	}
	
	&.vertical {
		.images {
			width: 420px;
			padding-bottom: 20px;
			min-height: 200px;
		}
		.quote {
			width: 300px;
			padding: 100px 25px 50px 25px;
			font-size: 17px;
			line-height: 30px;
		}
	}
}