/* ====== ALL ====== */
* {
	padding: 0;
	margin: 0;
	outline: none;
	font-family: 'Open Sans', sans-serif;
}

/* ====== FONT-FACE ====== */
@font-face {
	font-family: lato;
	src: url( /font/LATO-BLACK.TTF );
}

/* ====== BACKGROUND ====== */
body {
	background-color: #1e0130;
}

/* ====== LOADING ====== */
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #000;
	transition: 1s;
}
#loading img {
	width: 100px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
}

/* ====== HEADER ====== */
.logo {
	margin: 40px 0 0 0;
	width: 250px;
	text-align: center;

}
.logo-gif {
	width: 100px;
	height: 100px;
}
.title {
	color: #fff;
	font-size: 13pt;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.about {
	width: 400px;
	color: #fff;
	font-size: 12pt;
	margin: -35px 0 100px 350px;
}
.about p {
	margin-top: -200px;
}
/* header */
.v_header {
	width: 88.5%;
	margin: 2em auto;
	display: flex;


}
.v_logo, .v_about {
	flex-basis: 50%;
}
.v_logo {

}
.v_logo img {
	max-width: 150px;
}
.v_logo div {
	text-align: center;
}
.v_header a {
	text-decoration: none;
}
.v_header h1 {
	font-size: 2.1em;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}
.v_about {
	color: #fff;
	padding-top: .75em;
	text-align: left;
}
.v_about div {
	margin-left: 9.5vw;
	max-width: 440px;
}
.v_about a {
	color: #fff;
	text-decoration: underline;
}
/* end header */

/* ====== CONTENT ====== */
.wrapper {
	padding: 0 20px;
}
.wrapper-title {
	color: #fff;
	width: 100%;
	font-size: 12pt;
	text-align: left;
	border: none;
	background-color: #34035b;
	font-family: lato;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.arrow {
	transition: all .8s;
	width: 30px;
	margin: 0 5px;
	display: inline-block;
}
h2 {
	display: inline-block;
	font-size: 12pt;
	font-weight: normal;
}
.wrapper-content {
	color: white;
	font-size: 12pt;
	max-height: 0px;
	transition: 1.5s;
	overflow: hidden;
	width: 85%;
	margin: 20px auto;
}
.content {
	display: none;
	opacity: 0;
	transition: opacity .4s;
	text-align: center;
}
.costume-gif, .costume-gif-wide {
	display: block;
	margin: 0 auto;
	padding: 15px 0;
	/* border-radius: 25px; */
}
.costume-gif {
	width: 100px;
}
.costume-gif-wide {
	width: 500px;
}
.costume-gif-50, .desc-50 {
	width: 100px;
	display: inline-block;
}
/* ====== BLOCKS ====== */
.block {
	width: 500px;
	line-height: 0;
	font-size: 0;
	margin: 0 auto;
}
.wideblock, .halfblock {
	font-size: 12pt;
	line-height: normal;
	vertical-align: top;
}
.wideblock {
	display: block;
	width: 100%;
}
.halfblock {
	display: inline-block;
	text-align: left;
	padding: 15px 0;
	width: 50%;
}


/* ====== FOOTER ====== */
.sticky-footer {
	min-height: 50vh;
}
.footer {
	color: #fff;
	padding: 15px;
	font-size: 1em;
	height: 30px;
	width: 250px;
	text-align: center;
	margin: 0 auto;
}

/* ====== LINKS ====== */
.text-link {
	text-decoration: none;
}

/* Group */
.v_group_title h1 {
	color: #fff;
	font-size: 2vw;
	padding-left: 8px;
	font-weight: normal;
}
.v_group {
	width: 90%;
	margin: 2em auto;
}

.v_group_flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.v_group_item, .v_group_item_narrow {
	overflow: hidden;
	width: 20vw;
	height: 14vw;
	border: 8px solid #1e0130;
}
.v_group_item_dummy {
	width: 20vw;
	height: 14vw;
	opacity: 0;
	border: 8px solid #1e0130;
}
.v_group_image {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	width: 150%;
	cursor: pointer;
	transition: all .5s;
}
.v_group_image:hover {
	transform: translate( -50%, -50% ) scale( 1.2 );
}
.v_group_image_dim {
	display: none;
	position: absolute;
	width: 20vw;
	height: 14vw;
	background: #000;
	opacity: .5;
	z-index: 1;
	cursor: pointer;
}
.v_group_ajax_box {
	background: #34035b;
}
.v_group_ajax_content {
	width: 100%;
	padding: 2em 0;
}
/* end Group */

/* group narrow screens */
.v_group_item_narrow {
	display: none;
	width: 37.72222vw;
	height: 25vw;
}
.v_group_ajax_modal {
	position: fixed;
	top: 0;
	left: -1000%;
	background: #34035b;
	width: 100vw;
	height: 100vh;
	transition: all .5s;
	overflow-y: auto;
}
.v_group_ajax_modal_show {
	left: 0;
}
.v_group_ajax_modal_content {
	width: 100%;
}
.v_group_ajax_modal_close {
	position: fixed;
	bottom: 1em;
	right: 1em;
	width: 64px;
	z-index: 2;
	display: none;
	cursor: pointer;
	transition: all .3s;
}
.v_group_ajax_modal_close:hover {
	width: 70px;
}
/* end group narrow screen */

/* Paragraph */
.v_group_textbox {
	color: #fff;
	width: 90%;
	max-width: 580px;
	margin: 0 auto;
	text-align: center;
	padding: 2em 0;
}
.v_group_textbox_title {
	margin-bottom: 1em;
}
/* end Paragraph */

/* grid 2x2 */
.v_group_grid_2, .v_group_grid_2_1 {
	display: flex;
	flex-wrap: wrap;
	width: 72%;
	margin: 0 auto;
	justify-content: space-between;
	padding: 2em 0;
}
.v_group_grid_2_frame, .v_group_grid_2_1_frame {
	flex: 0 49.5%;
	overflow: hidden;
	height: 25vw;
	margin-bottom: 1%;
}
.v_group_grid_2_frame img, .v_group_grid_2_1_frame img {
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
}
/* end grid 2x2 */

/* grid 2+1 */
.v_group_grid_2_1 div:nth-child( 3 ) {
	transform: translate( 50%, 0 );
}

/* end grid 2+1 */

/* grid 3 */
.v_group_grid_3 {
	display: flex;
	width: 50%;
	margin: 2em auto;
	justify-content: space-between;
}
.v_group_grid_3_item {
	width: 33.33333%;
	color: #fff;
	text-align: center;
}
.v_group_grid_3 img {
	max-height: 15vw;
}
/* end grid 3 */

/* image */
.v_group_single_image {
	max-width: 580px;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.v_group_single_image img {
	width: 100%;
}
/* end image */

/* image frame */
.v_group_single_image_frame {
	height: 25vw;
	margin: 2em auto;
	width: 52.25%;
	max-width: 580px;
	max-height: 300px;
	overflow: hidden;
}
.v_group_single_image_frame img {
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
}
/* end image frame */

/* video */
.v_group_video_wrapper {
	width: 90%;
	max-width: 580px;
	margin: 2em auto;
	overflow: hidden;
	cursor: pointer;
}
.v_group_video {
	position: relative;
	height: 0;
	padding-bottom: 52%;
	max-width: 580px;
}
.v_group_video img {
	width: 100%;
}
.v_group_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* end video */

/* language */
.v_lang {
	position: absolute;
	top: 2.5em;
	right: 5%;
	font-size: 1em;
}
.v_lang a {
	color: #fff;
	text-decoration: none;
}
.v_lang_select {
	text-decoration: underline !important;
}
/* end language */

/* responsive */
@media only screen and ( max-width: 768px ) {
	.v_group_item_narrow {
		display: block;
	}
	.v_group_flex {
		flex-wrap: wrap;
	}
	.v_group_item {
		display: none;
	}
	.v_group_image_dim {
		width: 37vw;
		height: 25vw;
	}
	.footer {
		text-align: center;
		width: 100%;
		padding: 0;
	}

	.v_group_title h1 {
		font-size: 5vw;
	}

	/* header */
	.v_header {
		flex-direction: column;
		margin: 2em auto;
		width: 90%;
	}
	.v_logo, .v_about {
		flex-basis: 100%;
		text-align: center;
	}
	.v_logo img {
		max-width: 120px;
	}
	.v_about div {
		margin: 0 auto;
	}
	/* end header */

	/* image */
	.v_group_single_image {
		margin: 0 auto 2.5em auto;
	}
	/* end image */

	/* grid 2 */
	.v_group_grid_2 {
		width: 90%;
		margin: 0 auto;
	}
	.v_group_grid_2_frame, .v_group_grid_2_1_frame {
		flex: 0 100%;
		height: 60vw;
		margin-bottom: 2.5em;
	}
	/* end grid 2 */

	/* grid 2+1 */
	.v_group_grid_2_1 div:nth-child( 3 ) {
		transform: translate( 0, 0 );
	}
	/* end grid 2+1 */

	/* grid 3 */
	.v_group_grid_3 {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	.v_group_grid_3 div:nth-child( 1 ) {
		margin-right: 1em;
	}
	.v_group_grid_3 div:nth-child( 3 ) {
		margin-top: 1em;
	}
	.v_group_grid_3 img {
		max-height: 40vw;
	}
	/* end grid 3 */
}
/* end responsive */
