.menu_button {display: none;}





#front_page {
    width: 100%;
    background: #575656;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 0;
}

#front_page .dark_background {
    background: rgba(0, 0, 0, 0.93);
    position: absolute;
    top: 27%;
    width: 100%;
    height: 100%;
	display: none;
}

#animation {
	position: relative;
	overflow: hidden;
}

.homepage.desktop .slide_text {
	height: 350px;
}

#man {
	bottom: -200px;
	right: -300px;
	position: absolute;
    width: 200px;
    height: 270px;
	background: url(../img/man.png) left top / contain no-repeat;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#man.addcolor {
	-webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
   -webkit-filter: grayscale(0);
   filter: grayscale(0);
}

.partsBack, .partsFront, .partsMiddle {
	position: absolute;
    bottom: 0;
    right: 30px;
	z-index: 1;
}

.parts {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0px;
    right: 0;
    opacity: 0;
}


div#break_out {
    position: absolute;
    bottom: 40px;
    right: -20px;
    z-index: 0;
    width: 210px;
    height: 30px;
	opacity: 0;
}


#partOne {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    position: relative;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #000000;
    transform: skew(-49deg);
}

#partOne::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: -40px;
    left: 0;
    border: 105px solid rgba(0,0,0,0);
    border-top: 0 solid;
    border-bottom: 40px solid #000000;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    text-shadow: none;
}

#partOne::after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    bottom: -40px;
    left: -72px;
    border: 85px solid rgba(0,0,0,0);
    border-top: 40px solid #000000;
    border-bottom: 0 solid;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    text-shadow: none;
    transform: skew(-57deg);
}


.crack {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 200px;
	max-height: 200px;
    z-index: 0;
}

.crack01 {
	background: url(../img/crack01.png) right bottom / contain no-repeat;
}

.crack02 {
    background: url(../img/crack02.png) right bottom / contain no-repeat;
}

#front_page .top_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    top: 5%;
    position: relative;
	display: none;
}

#front_page .top_content h1 {
    font-size: 85px;
	margin: 0;
}

#front_page .top_content h2 {
    font-size: 51px;
    color: #009edb;
	margin: 0;
}

#front_page .inforamtion_box_conteiner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
	overflow: hidden;
}

#front_page .inforamtion_box_conteiner h3 {
    font-size: 26px;
    font-family: Helvetica-thin;
}

#front_page .inforamtion_box p {
	display: block;
    position: absolute;
    right: -420px;
    width: 400px;
    top: 150px;
    text-align: left;
    margin: 0;
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
	font-size: 17px;
}



#front_page .inforamtion_box {
    width: 23%;
    float: left;
    background: #3d3d3d;
    height: 110px;
    margin: 0 1% 0 1%;
	position: relative;
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
	left: 0;
	right: 0;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	cursor: pointer;
}
 
	
#front_page .inforamtion_box:nth-of-type(1) {
	border-left: 4px solid #724e9f;

}

#front_page .inforamtion_box:nth-of-type(2) {
	border-left: 4px solid #e81e8f;
}

#front_page .inforamtion_box:nth-of-type(3) {
	border-left: 4px solid #b0c836;
}

#front_page .inforamtion_box:nth-of-type(4) {
	border-left: 4px solid #ffb302;
}

#front_page .inforamtion_box:nth-of-type(1).active1 {}
#front_page .inforamtion_box:nth-of-type(1).active2 {left: -230px;}
#front_page .inforamtion_box:nth-of-type(1).active3 {left: -460px;}
#front_page .inforamtion_box:nth-of-type(1).active4 {left: -460px;}

#front_page .inforamtion_box:nth-of-type(2).active1 {left: 460px;}
#front_page .inforamtion_box:nth-of-type(2).active2 {left: -230px;}
#front_page .inforamtion_box:nth-of-type(2).active3 {left: -460px;}
#front_page .inforamtion_box:nth-of-type(2).active4 {left: -460px;}

#front_page .inforamtion_box:nth-of-type(3).active1 {left: 460px;}
#front_page .inforamtion_box:nth-of-type(3).active2 {left: 260px;}
#front_page .inforamtion_box:nth-of-type(3).active3 {left: -460px;}
#front_page .inforamtion_box:nth-of-type(3).active4 {left: -460px;}

#front_page .inforamtion_box:nth-of-type(4).active1 {left: 460px;}
#front_page .inforamtion_box:nth-of-type(4).active2 {left: 460px;}
#front_page .inforamtion_box:nth-of-type(4).active3 {left: 0;}
#front_page .inforamtion_box:nth-of-type(4).active4 {left: -460px;}


#front_page .inforamtion_box:nth-of-type(1).active1 p,
#front_page .inforamtion_box:nth-of-type(2).active2 p,
#front_page .inforamtion_box:nth-of-type(3).active3 p,
#front_page .inforamtion_box:nth-of-type(4).active4 p {
	position: absolute;
    right: -420px;
    width: 400px;
    top: 10px;
    text-align: left;
    margin: 0;
	display: block;
}


#front_page .inforamtion_box h3 {
	font-size: 18px;
    padding: 14px 0 0;
}

.selector_container {
	width: 100%;
	padding: 20px 0;
}


.selector_container button:nth-of-type(1){border: 2px solid #724e9f;}
.selector_container button:nth-of-type(2){border: 2px solid #e81e8f;}
.selector_container button:nth-of-type(3){border: 2px solid #b0c836;}
.selector_container button:nth-of-type(4){border: 2px solid #ffb302;}

.selector_container button {
	display: inline-block;
	border-radius: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	background: transparent;
	width: 8px;
	height: 16px;
	cursor: pointer;
	padding: 6px;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	-ms-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

.selector_container button.filled {
	background-color: #999999;
}



/* SLIDER */

ul.sliders {
    overflow: hidden;
}

ul.sliders li {
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

@media only screen and (max-width: 960px) {

	.navbar_row.row_left {
		width: auto;
		margin: 10px;
	}

	.menu_button {
		display: block;
		border: 0;
		background: transparent;
		position: fixed;
		right: 0;
		top: 0;
		cursor: pointer;
	}
	
	.menu_button img {
		width: 100%;
		height: auto;
		max-width: 60px;
	}

	
	
	.navbar_row.row_right {
		position: absolute;
		top: 70px;
		right: 0;
		padding: 0;
		padding-top: 0;
		width: 100%;
		height: 0;
		text-align: center;
		background: rgba(0, 0, 0, 0.85);
		overflow: hidden;
		
		-webkit-transition-duration: 700ms;
		-moz-transition-duration: 700ms;
		-o-transition-duration: 700ms;
		transition-duration: 700ms;
	}
	
	.navbar_row.row_right.open {
		height: 180px;
		padding-top: 16px;
	}
	
	.navbar_row.row_right a {
		display: block;
		padding-bottom: 16px;
	}
	
	.navbar_row {
		width: auto;
		float: left;
	}

}


@media only screen and (max-width: 767px) {
	
	#front_page .inforamtion_box {
		width: 100%;
		margin: 3px auto;
		height: auto;
		position: static;
		float: none;
		border-left: none !important;
	}
	#front_page .inforamtion_box_conteiner {
		margin: 0 auto;
		max-width: 1000px;
		width: 100%;
		overflow: auto;
		
	}
	#front_page .inforamtion_box h3 {
		font-size: 16px;
		padding: 15.5px;
		margin: 0;
		text-align: left;
	}
	#front_page .inforamtion_box:nth-of-type(1) {
		border-bottom: 1px solid #724e9f;
	}
	#front_page .inforamtion_box:nth-of-type(2) {
		border-bottom: 1px solid #e81e8f;
	}
	#front_page .inforamtion_box:nth-of-type(3) {
		border-bottom: 1px solid #b0c836;
	}
	#front_page .inforamtion_box:nth-of-type(4) {
		border-bottom: 1px solid #ffb302;
	}
	.selector_container {
		display: none;
	}
	#front_page .inforamtion_box {
		width: 98%;
		padding: 0 2%;
		margin: 3px auto;
		position: static;
		float: none;
		border-left: none !important;
		overflow: hidden;
		height: 50px;
	}
	
	#front_page .inforamtion_box p {
		position: static !important;
		padding-top: 10px;
		font-size: 15px;
	}
	
	#front_page .inforamtion_box:nth-of-type(1).active1 p,
	#front_page .inforamtion_box:nth-of-type(2).active2 p,
	#front_page .inforamtion_box:nth-of-type(3).active3 p,
	#front_page .inforamtion_box:nth-of-type(4).active4 p {
		position: static !important;
		width:90%;
		padding: 15px;
	}
	
	#front_page .inforamtion_box:nth-of-type(1).active1 {height: 160px;}
	#front_page .inforamtion_box:nth-of-type(2).active2 {height: 160px;}
	#front_page .inforamtion_box:nth-of-type(3).active3 {height: 160px;}
	#front_page .inforamtion_box:nth-of-type(4).active4 {height: 160px;}
		


}

@media only screen and (max-width: 320px) {
	
	#front_page .inforamtion_box:nth-of-type(1).active1 {height: 200px;}
	#front_page .inforamtion_box:nth-of-type(2).active2 {height: 200px;}
	#front_page .inforamtion_box:nth-of-type(3).active3 {height: 200px;}
	#front_page .inforamtion_box:nth-of-type(4).active4 {height: 200px;}
}




