@charset "UTF-8";
/* CSS Document */

/* Commons */
html {
	overflow-x: hidden;
}

body {
	background-color: #E8E8E8;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans Narrow', sans-serif;
}

h1, h2, h3 p {
	font-family: 'PT Sans Narrow', sans-serif;
}

a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    cursor: pointer;
}

a:hover {
    color: purple;
}

i {
    cursor: pointer;
}

video {
	width: 100%;
}

#page_4 img {
    width: 100%;
    height: 175px;
}

/* PopUp */
#popup {
	z-index: -2000;
	height: 574px;
	width: 800px;
	position: fixed;
	left: 28%;
	top: 15%;
	opacity: 0;
}

#popup #popUpClose {
	position: absolute;
	right: 5px;
	top: 5px;
}

#popup #popUpPicture {
	position: relative;
	top: 40px;
	height: 533px;
	width: 800px;
}

#popup #popUpLeft {
	position: absolute;
	top: 46%;
	left: -10%;
	font-size: 32px;
}

#popup #popUpRight {
	position: absolute;
	top: 46%;
	left: 107%;
	font-size: 32px;
}

/* Wrappings */
#p1_wrap, #p2_wrap, p3_wrap, #p4_wrap, #p5_wrap, #p6_wrap {
	max-width: 1280px;
	margin: 0 auto;
}

/* Header */
#page_1 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#page_1 #p1_wrap {
	width: 100%;
}

#page_1 #p1_wrap #p1w_bg {
	height: 40px;
}

#page_1 #p1_wrap #p1w_bg #p1w_logo {
	/*border: 1px solid red;*/
	width: 40%;
	position: relative;
	top: 3px;
	padding-left: 15px;
}

#page_1 #p1_wrap #p1w_bg #p1w_logo img {
	width: 18%;
	float: left;
}

#page_1 #p1_wrap #p1w_bg #p1w_nav {
	/*border: 1px solid red;*/
	width: 70%;
	position: absolute;
	right: 15%;
	top: 15px;
	text-align: right;
	font-size: 18px;
	font-family: 'PT Sans Narrow', sans-serif;
}

#page_1 #p1_wrap #p1w_bg #p1w_nav a {
	font-family: 'PT Sans Narrow', sans-serif;
}

/* Page 2 */
#page_2 {
	padding-top: 90px;
}

/* Page 3 */

#page_3 {
	width: 75%;
	padding-bottom: 200px;
	/*border: 1px solid red;*/
}

#page_3 #p3_wrap {
    
    position: relative;
    left: -200%;
    /*border: 1px solid red;*/
    padding-top: 50px;
}

#page_3 #p3_wrap #p3_left {
    /*border: 1px solid red;*/
    width: 80%;
    float: left;
    padding-right: 75px;
	padding-bottom: 15px;
}

#page_3 #p3_wrap #p3_left h2 {
	border-bottom: 1px solid black;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	font-size: 36px;
}

#page_3 #p3_wrap #p3_left p {
	padding-top: 15px;
	font-size: 18px;
	/*border: 1px solid red;*/
}

#page_3 #p3_wrap #p3_left img {
	width: 35%;
	float: left;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	position: relative;
	top: 15.5px;
}

#page_3 #p3_wrap #p3_left span {
	color: #4f4f4f;
	position: relative;
	left: 45%;
}

#page_3 #p3_wrap #p3_left #pText {
	position: relative;
	left: 250px;
	top: 45px;
}

#page_3 #p3_wrap #p3_left #pText img {
	width: 105px;
}


/* Page 4 */
#page_4 {
    clear: both;
	width: 100%;
}

#page_4 #p4_wrap #p4w_bg {
    /*border: 1px solid red;*/
    height: 175px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
}

#page_4 #p4_wrap #p4w_bg #galleriTitleDiv h2 {
	text-align: center;
	position: relative;
	top: -10px;
	left: 75px;
	width: 90%;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}

#page_4 #p4_wrap #p4w_bg #left_arrow {
    position: relative;
    left: 8%;
    top: 75px;
    float: left;
    /*border: 1px solid red;*/
    opacity: 0;
}

#page_4 #p4_wrap #p4w_bg #left_picture {
    position: relative;
    left: 15%;
	width: 20%;
    /*border: 1px solid green;*/
    float: left;
    height: 175px;
    opacity: 0;
	cursor: pointer;
	/*border: 1px solid white;*/
}

#page_4 #p4_wrap #p4w_bg #middel_picture {
    position: relative;
    left: 20%;
	width: 20%;
    /*border: 1px solid blue;*/
    float: left;
    height: 175px;
    opacity: 0;
	cursor: pointer;
	/*border: 1px solid white;*/
}

#page_4 #p4_wrap #p4w_bg #right_picture {
    position: relative;
    left: 25%;
	width: 20%;
    /*border: 1px solid blue;*/
    float: left;
    height: 175px;
    opacity: 0;
	cursor: pointer;
}

#page_4 #p4_wrap #p4w_bg #right_picture #picture_3, #page_4 #p4_wrap #p4w_bg #middel_picture #picture_2, #page_4 #p4_wrap #p4w_bg #left_picture #picture_1 {
	border: 1px solid white;
}

#page_4 #p4_wrap #p4w_bg #right_picture #picture_3:hover, #page_4 #p4_wrap #p4w_bg #middel_picture #picture_2:hover, #page_4 #p4_wrap #p4w_bg #left_picture #picture_1:hover {
	border: 1px solid #271FCD;
	opacity: .8;
}

#page_4 #p4_wrap #p4w_bg #left_picture #picture_1h, #page_4 #p4_wrap #p4w_bg #middel_picture #picture_2h, #page_4 #p4_wrap #p4w_bg #right_picture #picture_3h {
	position: absolute;
	top: 0;
	height: 175px;
	width: 100%;
	opacity: 0;
	background-color: #271FCD;
	pointer-events: none;
}

#page_4 #p4_wrap #p4w_bg #right_arrow {
    position: relative;
    left: 30%;
    top: 75px;
    float: left;
    /*border: 1px solid red;*/
    opacity: 0;
}

/* Page 5 */
#page_5 #p5_wrap #p5w_bg {
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

/* Animations */
@keyframes AnimationPageLeft { /* Sliding to the left */
	from { -webkit-transform: translate(0, 0); -webkit-opacity: 0; }
	to { -webkit-transform: translate(228%, 0); -webkit-opacity: 1; }
}

.animationSlide { -webkit-animation: 1.5s AnimationPageLeft forwards; }

/* RWD */
@media screen and (max-width: 1440px){
	#page_3 #p3_wrap #p3_left #pText {
		position: relative;
		top: 5px;
		left: 50%;
	}
	
	#page_5 #p5_wrap #p5w_bg {
    	padding-top: 20px;
	}
}

@media screen and (max-width: 1024px) {
	#page_2 {
		padding-top: 50px;
	}
	
	#page_1 #p1_wrap #p1w_bg #p1w_logo img {
		width: 23%;
	}
	
	/*#page_5 {
    	position: relative;
		top: 150px;
	}*/
	
	/*#page_5 #p5_wrap #p5w_bg #bck2Top {
    	position: relative;
		left: -350px;
	}*/
	
	#popup {
		height: 574px;
		width: 800px;
		position: fixed;
		left: 10%;
		top: 15%;
	}
	
	#popup #popUpPicture {
		position: relative;
		top: 40px;
		height: 533px;
		width: 800px;
	}
}

@media screen and (max-width: 768px) {
	#page_2 {
		padding-top: 0px;
		padding-bottom: 40px;
	}
	
	video {
		width: 100%;
		height: 640px;
	}
	
	#page_3 {
		position: relative;
		top: -100px;
		padding-bottom: 200px;
	}
	
	#page_1 #p1_wrap #p1w_bg #p1w_logo img {
		width: 32%;
	}
	
	#popup {
		height: 414px;
		width: 640px;
		position: fixed;
		left: 7%;
		top: 15%;
	}
	
	#popup #popUpPicture {
		position: relative;
		top: 40px;
		height: 373px;
		width: 640px;
	}
	
	#popup #popUpPicture #changePopUpPicture {
		height: 373px;
		width: 640px;
	}
	
	#page_3 #p3_wrap #p3_left span {
		position: relative;
		left: 33.5%;
	}
}

@media screen and (max-width: 552px) {
	#page_1 #p1_wrap #p1w_bg #p1w_nav {
		font-size: 14px;
	}
	
	#page_2 {
		position: relative;
		top: 10px;
	}
	
	video {
		width: 100%;
		height: 340px;
	}
	
	#page_3 {
		position: relative;
		top: -35px;
	}
	
	#page_4 img {
    	width: 100%;
		
	}
	
	#page_4 #p4_wrap #p4w_bg #left_picture {
		display: block;
		width: 63%;
		float: left;
		position: relative;
	}
	
	#page_4 #p4_wrap #p4w_bg #right_arrow {
		position: relative;
		left: 20%;
	}
	
	#page_4 #p4_wrap #p4w_bg #middel_picture {
		display: none;
	}
	
	#page_4 #p4_wrap #p4w_bg #right_picture {
		display: none;
	}
	
	#page_4 #p4_wrap #p4w_bg #galleriTitleDiv h2 {
	position: relative;
	left: 21px;
}
	
	#page_1 #p1_wrap #p1w_bg #p1w_logo img {
		width: 55%;
	}
	
	#page_3 #p3_wrap #p3_left img {
		width: 100%;
		height: 100%;
		float: left;
		padding-right: 10px;
		padding-top: 10px;
	}
	
	#page_3 #p3_wrap #p3_left #pText {
		position: relative;
		top: 5px;
		left: 35%;
	}
	
	/*#page_5 {
		position: relative;
		top: 800px;
	}*/
	
	/*#page_5 #p5_wrap #p5w_bg #bck2Top {
    	position: relative;
		left: -250px;
	}*/
	
	#popup {
		height: 214px;
		width: 440px;
		position: fixed;
		left: 7%;
		top: -100%;
	}
	
	#page_3 #p3_wrap #p3_left span {
		position: relative;
		left: 21.5%;
	}
}

@media screen and (max-width: 375px){
	#page_1 #p1_wrap #p1w_bg #p1w_logo {
		padding-left: 0;
		top: 5px;
	}
	
	video {
		width: 100%;
		height: 250px;
	}
	
	#page_1 #p1_wrap #p1w_bg #p1w_nav {
		font-size: 14px;
	}
	
	#page_3 #p3_wrap #p3_left p {
    	width: 100%;
	}
	
	/*#page_5 #p5_wrap #p5w_bg #bck2Top {
    	position: relative;
		left: -200px;
	}*/
	
	#page_3 #p3_wrap #p3_left span {
		position: relative;
		left: 17.5%;
	}
}