body {

    margin: 0;

    text-align: center;
    font-family: 'Roboto', sans-serif;
    background-color: #eeeeee;
    color: #666666;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
	font-weight: normal;

	margin-top: 40px;
	margin-bottom: 40px;

	/*text-shadow: 0px 4px rgba(0, 0, 0, 0.3);*/
}

p {
	font-size: 26px;
	font-style: italic;
}

.small {
	font-size: 12px;
}

.justify {
	text-align: justify;
}

#container-all {
}

#container-top {
	/*background-image: url("img/bg2.png");*/
	width: 100%;

}

#container-separator {
	background-image: url("img/separator.png");
	height: 8px;
	width: 100%;
}

.container-half {
	max-width: 900px;
	margin: auto;
}

#top {
	width: 100%;
	overflow: hidden;
	text-align: right;
}

#top-left {
	width: 35%;
	float: left;
	text-align: center;

	-webkit-transition:all .2s ease-in;  
	-moz-transition:all .2s ease-in;  
	-o-transition:all .2s ease-in;  
	transition:all .2s ease-in;
}

#top-right {
	width: 65%;
	float: left;

	-webkit-transition:all .2s ease-in;  
	-moz-transition:all .2s ease-in;  
	-o-transition:all .2s ease-in;  
	transition:all .2s ease-in;
}

#logo {
	width: 100%;
}

#social {
	text-align: right;

	-webkit-transition:all .2s ease-in;  
	-moz-transition:all .2s ease-in;  
	-o-transition:all .2s ease-in;  
	transition:all .2s ease-in;

	padding-right: 40px;
}

.social-icon {
	margin-left: 14px;
}

#gif-1 {
	margin-bottom: 30px;
}

/*.desc {
	padding-top: 20px;
	padding-bottom: 20px;
}*/

#desc-1 {
	font-size: 18px;
	/*text-shadow: 0px 4px rgba(0, 0, 0, 0.3);*/
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 40px;
}

#desc-1 h1 {
	margin-bottom: 10px;
}

#desc-1 p {
	margin-top: 10px;
}

#desc-1 sup {
	font-size: 12px;
}

#desc-2 {
	font-size: 12px;
	/*text-shadow: 0px 4px rgba(0, 0, 0, 0.3);*/
	padding-top: 10px;
	/*padding-left: 20px;*/
	padding-right: 40px;
}

#desc-2 h2 {
	margin-bottom: 10px;
}

#trailer-box {
/*	background-image: url("img/video-placeholder.png");
	background-repeat: no-repeat;
	background-size: contain;*/
	width: 100%;
}

#video-box {
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

    background: #FFFFFF;
    padding: 3px;

    margin-top: 15px;
    box-shadow: 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px rgba(0, 0, 0, 0.3);
}

.video-container {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.screen-container {
	/*position: relative;
	padding-top: 35px;
	padding-bottom: 10px;
	font-size: 12px;

	overflow: hidden;
	width: 100%;*/


	width: 100%;
	overflow: hidden;
	text-align: right;
}

.screen-container img {
	width: 98%;
}

#under-video {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;

	overflow: hidden;
}

.screen {
	width: 98%;
}

.screen-small {
	width: 300px;
	float: left;
	position:relative;

	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.screen-small:after {
    opacity:0;
    content:'\A';
    
    position:absolute;
	width:290px; height:163px;
    top:3px; left:5px;

    background:rgba(65, 121, 164, 0.6);

    background-image: url('img/zoom.png');
    background-repeat: no-repeat;
    background-position: center; 

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.screen-small:hover:after {
	opacity: 1;
}


.screen img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

    background: #FFFFFF;
    padding: 3px;

    box-shadow: 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px rgba(0, 0, 0, 0.3);
}

.screen-small img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

    background: #FFFFFF;
    padding: 3px;

    box-shadow: 0px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px rgba(0, 0, 0, 0.3);
}

.description {
	font-size: 16px;
	/*text-shadow: 0px 3px rgba(0, 0, 0, 0.3);*/
	padding-top: 10px;
	padding-bottom: 20px;

	padding-left: 20px;
	padding-right: 20px;
}

#under-video-2 {
	font-size: 12px;
	margin-top: 100px;
	margin-bottom: 100px;
	
}

#team {
	overflow: hidden;
}

.team-member {
	width: 33%;
	float: left;
}

#under-desc {
	display: flex;
	padding-bottom: 30px;
}

.third {
	width: 33%;
	float: left;
}

.third img {
	width: 80%;
}

.team-member p {
	font-size: 18px;
	/*text-shadow: 0px 3px rgba(0, 0, 0, 0.3);*/
}

#contact {
	/*padding-top: 20px;*/
	padding-bottom: 20px;
}

/* Newsletter form */
#newsletter {
	display: inline-block;
	text-align: right;
}

#newsletter form {
	max-width: 400px;
}

#form-mail {
   background: rgba(35, 68, 94, 0.3);

   border: 3px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

    box-shadow: 0px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px rgba(0, 0, 0, 0.3);

    width: 345px;
    height: 25px;

    font-family: 'silkscreennormal';
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    z-index: -99;

    padding-left: 3px;
}

#form-mail:focus {
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
}

#form-submit {
	margin-top: -3px;
	z-index: 99;
}

/* Additional decorators */
#ship-img {
	/* Could be hidden on narrow screens*/
	position: fixed;
/*    bottom: -50px;
    left: 1480px;*/
    bottom: -50px;
    left: 50%;
    margin-left: 520px;
}

#chicken-trailer-img {
	position: absolute;
	top: -75px;

	left: -60px;
	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

/*#chicken-left-img {
	position: absolute;
	top: 150px;
	left: 0px;
}*/

/* RESPONSIVE */
@media only screen and (max-width: 1040px)
{
/*	#chicken-left-img {
		display: none;
	}*/

	#chicken-trailer-img {
		display: none;
	}

	#ship-img {
		display: none;
	}
}

@media only screen and (max-width: 800px)
{
	#top-left {
		width: 100%;
		float: none;
	}

	#top-right {
		width: 100%;
		float: none;
	}

	#social {
		margin-top: 10px;
		text-align: center;
		padding-right: 0px;
	}

	#desc-1 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#desc-2 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#top {
		text-align: center;
	}
}


@media only screen and (max-width: 915px)
{
	.screen-small {
		width: 300px; 
		float: none;
		margin-left: auto;
		margin-right: auto;

		padding-top: 12px;
	}

	.screen-small:after {
	    top:15px; left:5px;
	}

	.team-member {
		width: 300px; 
		float: none;
		margin-left: auto;
		margin-right: auto;

		padding-top: 12px;
	}
}

/* Animations */
#ship-img {
	-webkit-animation: rock-boat 3s ease-in-out infinite;
}

@-webkit-keyframes rock-boat {
	50%  { -webkit-transform: rotate(5deg) translateY(-15px); }
}

/*#form-mail {
	-webkit-animation: glow 3s ease-in-out infinite;
}

@-webkit-keyframes glow {
	50%  { -webkit-transform: scale(1.05); }
}*/

/* Messages */
div.messages {
  background-position: 8px 50%; /* LTR */
  background-repeat: no-repeat;
  /*border: 1px solid;*/
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
}

div.status {
	    background-color: #211e24;
  /*background-image: url('img/message-ok.png');*/
  /*border-color: #be7;*/
  /*color: #234600;*/
}
/* Messages */