body {
	margin: 0;
	background-color: #26578b;
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
}

a {
	text-decoration: none;
	color: #fc6479;
}

#container {
	/*height: 100%;*/
	background: top center repeat-x url('assets/BG5.jpg');
	/*background: rgba(255,255,255,0);*/
	/*background: rgba(255,255,255,0);*/
	/*background: -webkit-gradient(left top, left bottom, color-stop(75%, rgba(255,255,255,0)), color-stop(91%, rgba(51,97,146,1)), color-stop(92%, rgba(38,87,139,1)), color-stop(100%, rgba(38,87,139,1)));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, rgba(255,255,255,0)), color-stop(91%, rgba(45,93,143,1)), color-stop(92%, rgba(38,87,139,1)), to(rgba(38,87,139,1))), url("assets/BG5.jpg") repeat-x top center;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 62%, rgba(45,93,143,1) 91%, rgba(38,87,139,1) 92%, rgba(38,87,139,1) 100%), url("assets/BG5.jpg") repeat-x top center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#26578b', GradientType=0 );*/
	overflow-x: hidden;
	/*position: relative;*/
}

#container2 {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(52%, rgba(255,255,255,0)), color-stop(96%, rgba(45,93,143,1)), color-stop(99%, rgba(38,87,139,1)), to(rgba(38,87,139,1))), url("assets/BG5.jpg") repeat center;
	background: linear-gradient(to top, rgba(255,255,255,0) 52%, rgba(45,93,143,1) 96%, rgba(38,87,139,1) 99%, rgba(38,87,139,1) 100%), url("assets/BG5.jpg") repeat center;
	/*height: 90%;*/
}

#container3 {

}

#background {
	/*height: 100%;*/
	width: 960px;
	margin: auto;
	position: relative;
}

#background2 {
	width: 90%;
	margin: auto;
}

#header {
	display: block;
	/*height: 0px;*/
	margin: auto;
	height: 100vh;
	
}

.cloudHolder {
	display: block;
	width: 100%;
	height: 2000px;
	position: relative;
	/*overflow-x: hidden;*/
}

.clouds {
	width: 2792px;
	/*width: 1920px;*/
	height: 449px;
	top: -100px;
	left: -1300px;
	position: absolute;
	background-image: url('assets/clouds.png');
	margin-left: 30%;
	
	opacity: 0.3;
	z-index: 0;

		animation: clouds 30s linear -30s infinite;
  		-webkit-animation: clouds 30s linear -30s infinite;
		-moz-animation: clouds 30s linear -30s infinite;
		-o-animation: clouds 30s linear -30s infinite;
		-webkit-animation-direction: alternate;
		        animation-direction: alternate;
}

.clouds2 {
	top: 550px;
	background-image: url('assets/cloudsb.png');
}

.logo {
	margin: auto;
	padding: 100px 0 50px;
	text-align: center;
	z-index: 2;
}

.logo3 {
	padding: 0;
	opacity: 0.7;
}

.logo p {
	color: white;
}

.nippers {
	margin: auto;
	padding: 50px 0 50px;
	text-align: center;
	z-index: 50;
	position: relative;
}

.nippers2 {
	padding: 200px 0 0px;
}

.nippers a:first-child {
	margin-left: 60px;
}

.nippers a {
	margin-right: 60px;
	z-index: 51;
	position: relative;
}

.nippers a img {
	opacity: 1;
}

.nippers a img:hover {
	opacity: 1;
}

.logo a {
	font-size: 1.6em;
	margin-right: 50px
}

.logo a:hover {
	text-decoration: underline;
}

.logo a:last-child {
	margin-right: 0;
}

.logo2 {
	padding: 360px 0 0px;
}

.subtitle {
	text-align: center;
	padding: 50px 0;
	color: white;
	font-family: 'Noto Sans', sans-serif;
	/*font-weight: bold;*/
	font-size: 2.5em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	/*z-index: -3;*/
}

.red {
	color: #e60012;
}

.presser {
	width: 100%;

}

.wall ul {
	margin: 0 0 0 0px;
	padding: 0;
}

.wall ul li {
	display: inline-block;
	width: 49.5%;
	/*height: 100%;*/
	/*height: 150px;*/
	/*background-color: red;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.wall ul li a img {
	width: 100%;
}

.wall2 {
	float: left;
	padding: 20px;
}

.wall2 a img {
	width: 480px;
}

.news {
	padding-bottom: 20px;
}

.news p {
	color: white;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.3em;
}

.news ul {
	color: white;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.3em;
	list-style-type: square;
}

.news p.quote {
	text-indent: 15px;
	color: #fc6479;
}

.news h2 {
	border-left: solid 7px #fc6479;
	color: white;
	font-family: 'Noto Sans', sans-serif;
	text-indent: 10px;
	font-size: 1.8em;
	margin: none;
	padding: none;
}

.stories {
	width: 100%;
	overflow: auto;
}

.story {
	position: relative;
	overflow: hidden;
	color: white;
}

.story span {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
	padding: 15px;
	font-size: 1.5em;
	background-color: rgba(0,0,0,0.5);
}

.wall ul li:hover {
	-webkit-transform: translateX(-2px) translateY(-2px);
	        transform: translateX(-2px) translateY(-2px);
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.3);
	        box-shadow: 2px 2px 0px rgba(0,0,0,0.3);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	/*color: #fc6479;*/
}

.story:hover {
	color: #fc6479;
}

.story:hover:after {
/*  content: "";
  display: block;
  position: absolute; /* could also be absolute */ 
  /*top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(255,255,255,0.02);*/
  /*box-shadow: inset 0px 0px 50px rgba(0,0,0,0.5)*/
   /*background-blend-mode: overlay;*/
}

.storyBig {
	width: 55%;
	height: 616px;
	float: left;
	background-color: green;
}

.storySmall {
	width: 44%;
	height: 200px;
	float: right;
	background-color: red;
	margin-bottom: 8px;
}

	.cloudMed2
	{
		/*left: -460px;
		top: 230px;
		
		width: 230px;
		height: 110px;
		background: transparent url('images/cloudMed.svg') no-repeat;*/
		
  		animation: cloudmove 5s linear -5s infinite;
  		-webkit-animation: cloudmove 5s linear -5s infinite;
		-moz-animation: cloudmove 5s linear -5s infinite;
		-o-animation: cloudmove 5s linear -5s infinite;
		-webkit-animation-direction: alternate;
		        animation-direction: alternate;

		-webkit-transition: -webkit-transform 2s;

		transition: -webkit-transform 2s;

		transition: transform 2s;

		transition: transform 2s, -webkit-transform 2s;
  		
  		/*opacity: 0.3;*/
	}

	.cloudMed2:hover {
		/*animation: nip 2s linear -2s;*/
		/*transform: translateY(random(-10) * 5px);
		animation-iteration-count: 1;*/
	}


@keyframes clouds {
	0%   {-webkit-transform: translateX(-500px);transform: translateX(-500px);}
    100% {-webkit-transform: translateX(500px);transform: translateX(500px);}	
}

@keyframes nip 
{
	0% {-webkit-transform: translateY(random(10) * 5px);transform: translateY(random(10) * 5px);}
	100% {-webkit-transform: translateY(random(-10) * 5px);transform: translateY(random(-10) * 5px);}
}


@keyframes cloudmove
{
    0%   {-webkit-transform: translateY(-20px);transform: translateY(-20px);}
    100% {-webkit-transform: translateY(20px);transform: translateY(20px);}
}

	#trailer
	{
		position: relative;
		margin: 0 auto;
		margin-top: 50px;
		padding-bottom: 20px;
		text-align: center;
	
		z-index: 500;
	}
	
		#embeddedVideo
		{
			-webkit-box-shadow: 0px 5px 25px 5px rgba(26,6,16,0.25);
			        box-shadow: 0px 5px 25px 5px rgba(26,6,16,0.25);
			max-width: 960px;
			max-height: 720px;
		
			width: 960px;
			height: 540px;
		
			min-width: 640px;
			min-height: 360px;
		}

		.clear
{
	position: relative;
	clear: both;
}