body {
	background-color:#666;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	padding:0px;
	overflow-x:hidden;
	}
.logo {
	position:absolute;
	right:10px;
	top:15px;
	height:60px;
}
 @media only screen and (max-width: 1200px) {
	 .logo {
		 height:50px;
	 }
 }
  @media only screen and (max-width: 1200px) {
	 .logo {
		 height:40px;
	 }
 }
.menu_background_blue {
	position:fixed;
	right:0px;
	top:0px;	
	height:50px;
	width:100%;
	background: #0099ff;
    background: -webkit-linear-gradient(#005c99, #0099ff);
    background: -o-linear-gradient(#005c99, #0099ff);
    background: -moz-linear-gradient(#005c99, #0099ff);
    background: linear-gradient(#005c99, #0099ff);
	z-index:1000;
}
.menu_background_grey {
	position:fixed;
	right:0px;
	top:0px;
	height:50px;
	width:100%;	
	color:#FFF;
	text-decoration:none;
    font-family: 'Lato', sans-serif;
	background: #666666;
    background: -webkit-linear-gradient(#333333, #666666);
    background: -o-linear-gradient(#333333, #666666);
    background: -moz-linear-gradient(#333333, #666666);
    background: linear-gradient(#333333, #666666);
	z-index:1101;
}
.menu_background_grey ul {
	position:fixed;
	top:-10px;
}
.menu_background_grey ul li {
	display:inline-block;
	width:140px;
	text-align:center;
	font-weight:300;
	transition:0.25s;
}
.menu_background_grey ul li:hover {
	font-weight:400;
	color: #0099ff;
	transition:0.25s;
}
.menu_background_grey ul li a {
	text-decoration:none;
	font-size:25px;
	color:#FFF;
	border-bottom:1px solid #FFF;
	transition:0.25s;
}
 @media only screen and (max-width: 1100px) {
	 .menu_background_grey ul {
		 top:0px;
	 }
	 .menu_background_grey ul li a {
		font-size:20px;
	 }
	 .menu_background_grey ul li {
		 width:100px;
	 }
 }
.menu_background_grey ul li a:hover {
	text-decoration:none;
	color:#0099ff;
	border-bottom: 5px solid #0099ff;
	padding-top:3px;
	transition:0.25s ease-out;
}
.menu_triangle_blue {
	position:fixed;
	left:0px;
	top:50px;
	width: 0;
	height: 5px;
	border-style: solid;
	border-width: 0 100vw 50px 0;
	border-color: transparent #0099ff transparent transparent;
	z-index:1000;
}
 @media only screen and (max-width: 1200px) {
	 .menu_triangle_blue {
		 border-width: 0 100vw 30px 0;
	 }
	 .menu_background_grey ul li a:hover {
		 border-bottom:3px solid #0099ff;
	 }
 }
  @media only screen and (max-width: 900px) {
	.menu_triangle_blue {
		 border-width: 0 100vw 20px 0;
	 }   
  }
.menu_triangle_grey {
	position:fixed;
	left:0px;
	top:50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100vw 50px 0;
	border-color: transparent #666666 transparent transparent;
	z-index:1100;
}
 @media only screen and (max-width: 1200px) {
	 .menu_triangle_grey {
		 border-width: 0 100vw 30px 0;
	 }
 }
   @media only screen and (max-width: 900px) {
	.menu_triangle_grey {
		 border-width: 0 100vw 20px 0;
	 }   
  }
.dynamic_media {
	position:fixed;
	left:0px;
	top:0px;
	z-index:500;
	height: 800px;
	max-width:100%;
}
.dynamic_media h3 {
	position:absolute;
	top:20vw;
	width:100%;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:50px;
	color:#FFF;
	z-index:600;
}
.dynamic_media h4 {
	position:absolute;
	top:27.5vw;
	width:100%;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:35px;
	color:#FFF;
	z-index:600;
}
.dynamic_media_triangle_blue {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 0 100vw;
	border-color: transparent transparent transparent #0099ff;
	padding-bottom:5px;
}
 @media only screen and (max-width: 1200px) {
	 .dynamic_media_triangle_blue {
		 margin-top:20px;
		 border-width: 30px 0 0 100vw;
	 }
 }
   @media only screen and (max-width: 900px) {
	.dynamic_media_triangle_blue {
		margin-top:30px;
		 border-width: 20px 0 0 100vw;
	 }   
  }
.dynamic_media_triangle_grey {
	position:relative;
	top:-50px;
	z-index:502;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 0 100vw;
	border-color: transparent transparent transparent #333333;
}
 @media only screen and (max-width: 1200px) {
	 .dynamic_media_triangle_grey {
		 margin-top:20px;
		 border-width: 30px 0 0 100vw;
	 }
 }
   @media only screen and (max-width: 900px) {
	.dynamic_media_triangle_grey {
		margin-top:30px;
		border-width: 20px 0 0 100vw;
	 }   
  }
.dynamic_media_triangles {
	width:100%;
	overflow:hidden;
	position:absolute;
	top:calc((100vw / 16 * (9*0.75)));
	left:0px;
	z-index:500;
}
.content_main {
	position:absolute;
	top:calc((100vw / 16 * (9*0.75)) + 53px);
	left:0px;
	min-height:1500px;
	width:100%;
	background-color:#333333;
	z-index:503;
}
.content_main h2 {
	padding-left:10px;
	border-left:5px solid #0099ff;
	color:#0099ff;
	margin-left:10px;
}
.content_main p {
	padding-left: 10px;
	padding-right: 10px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.slider_description {
	width:calc(50% - 20px);
	min-height:25vw;
	background-color: #0099ff;
	padding:10px;
}
.slider_img {
	width:50%;
	background-color:#CCC;
}
.title_first p {
	display:none;
}
.title_second h2 {
	display:none;
}