@charset "UTF-8";
@viewport{
	width: device-width;
	zoom: 1;
}

html{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

body{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: Enzo, arial;
	font-size: 14px;
	font-weight: 500;
	background-color: #bbbf46;
}

.uppercase{
	text-transform: uppercase;
}
.align_center{
	text-align: center;
}
.spacer_large{
	clear: both;
	height: 40px;
}
.clear{
	clear: both;
}
a.link-local{
	position: absolute;
	border: 1px solid #000;
}

div{
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px;
	padding: 10px;
	text-align: justify;
}

h1{
	margin: 0px auto;
	font-size: 49px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -2px;
}

h2{
	margin: 0px auto;
	font-size: 21px;
	font-weight: 700;
}

img, image{
	border: 0px;
	margin: 0px;
}

a{
	color: #000;
	outline: none;
}

.buttonMode > img:nth-of-type(1) {
	position: absolute;
	opacity: 1;
	transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-webkit-transition: opacity .1s linear;
}
.buttonMode:hover  > img:nth-of-type(1){
	opacity: 0;
}

/*--------------VIDEO-------------*/

#layerVideo{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 5;
}
#wrapperVideo{
	position: relative;
	display: block;
	max-width: 966px;
	height: 644px;
	margin: 80px auto;
}
.blackLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: black;
	opacity: 0.5;
}

/*--------------VIDEO-------------*/

/*--------------LAYER-------------*/

.doubleArrow{
	width: 966px;
	height: 27px;
	margin: 0 auto;
	background: no-repeat center url(../images/double-arrow.png);
}

/*--------------LAYER-------------*/

/*--------------BG ANIMATE-------------*/

.bgAnimate{
	position: absolute;
	width: 966px;
	height: 700px;
	z-index: -1;
	overflow: hidden;
}
.bgAnimate div{
	position: absolute;
	width: 1280px;
	height: 472px;
	left: -160px;
}
.bgImage1{
	margin: 60px auto;
	background-image: url(../images/bg_image_1.jpg);
	background-size: 500%;
}
.bgImage2{
	margin: 0px auto;
	background-image: url(../images/bg_image_2.jpg);
	background-size: 500%;
}
.bgImage3{
	margin: 0px auto;
	background-image: url(../images/bg_image_3.jpg);
	background-size: 500%;
}
.bgImage4{
	margin: 50px auto;
	background-image: url(../images/bg_image_4.jpg);
	background-size: 500%;
}

/*--------------BG ANIMATE-------------*/

/*--------------MENU---------------*/

.menuHolder{
	position: fixed;
	width: 100%;
	height: 40px;
	left: 0px;
	top: 0px;
	z-index: 3;
	background-color: #c2c659;
}

.menu{
	width: 90%;
	height: 40px;
	margin: 0 auto;
}

.menu .button{
	display: none;
}

.nav {
	display: block;
	float: right;
}

.nav a {
	display: inline-block;
	margin-top: 12px;
	margin-left: 20px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.nav a:hover{
    -webkit-transform: translate(0,-4px);
    -moz-transform: translate(0,-4px);
    -ms-transform: translate(0,-4px);
    -o-transform: translate(0,-4px);
    transform: translate(0,-4px);
}

.menuBottom{
	width: 100%;
	height: 7px;
	background-image: url("../images/menu_bottom.png");
}

/*--------------MENU---------------*/

/*--------------LANGUAGE---------------*/

.languages {
	float: left;
}

.languages a{
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.languages a.selected{
	font-weight: 700;
}

/*--------------LANGUAGE---------------*/

/*--------------END-------------*/
#octopus-end{
	width: 966px;
	margin: 80px auto 0 auto;
}
#octopus-end h1{
	display: block;
	font-weight: 900;
	width: 750px;
	margin: 0 auto;
	font-size: 60px;
	line-height: 65px;
	text-transform: uppercase;
}
#octopus-end h2{
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 20px 0;
}
#octopus-end h3{
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 20px 0;
}
#octopus-end .illustration{
	display: block;
	width: 300px;
	margin: 20px auto 0 auto;
}
/*--------------END-------------*/

/*--------------INTRO-------------*/

#intro{
	width: 966px;
	margin: 100px auto 0 auto;
}

#intro h1{
	display: block;
	font-weight: 900;
	width: 750px;
	margin: 0 auto;
	font-size: 96px;
	line-height: 95px;
	text-transform: uppercase;
}
#intro h2{
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0 20px 0;
}

#intro p{
	font-size: 18px;
}

#intro .button_subscribe_vr{
	display: block;
	width: 260px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	margin: auto;
	padding: 4px;
	text-align: center;
	background-color: #939729;
}
#intro .illustration{
	position: absolute;
	width: 296px;
	margin-top: 225px;
}
/*--------------VIDEO-------------*/

#intro .btnPlayVideo{
	display: block;
	width: 120px;
	margin: 40px auto;
	text-align: center;
	cursor: pointer;
}
#intro .btnPlayVideo p{
	text-align: center;
}
#intro .btnPlayVideo:hover > img{
	opacity: 0.1;
	transition: 1s;
}

#intro .bottom{
	margin-top: 50px;
}

#intro .bottom p{
	text-align: center;
	font-size: 15px;
	color: #939832;
}

/*--------------INTRO-------------*/

/*--------------OCTOPUS BOX-------------*/

.octopusPresentation {
	width: 966px;
	margin: 50px auto;
	text-align: center;
}
.octopusPresentation h1 {
	font-weight: 900;
}
.octopusPresentation p {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

/*--------------OCTOPUS BOX-------------*/

/*--------------WHO WE ARE-------------*/

#whoWeAreContainer {
	width: 966px;
	margin: 50px auto 0 auto;
}
#whoWeAreContainer .box{
	float: left;
	width: 315px;
	min-height: 490px;
	margin: 0;
	margin-right: 10px;
	background-color: #939729;
}
#whoWeAreContainer .box.b3{
	float: left;
	margin-right: 0px;
}
#whoWeAreContainer .arrow{
	position: absolute;
	width: 42px;
	height: 19px;
	margin-left: 135px;
	background-image: url(../images/pointer.png);
}


#whoWeAreContainer .box-full{
	max-width: 965px;
	margin: 0;
	margin-bottom: 50px;
	background-color: #939729;
}
#whoWeAreContainer .box-full img{
	height: 236px;
	float: left;
	margin: 0;
}
#whoWeAreContainer .box-full .arrow{
	position: absolute;
	width: 42px;
	height: 19px;
	margin-left: 461px;
	background-image: url(../images/pointer.png);
}
#whoWeAreContainer .box-full .button.left{
	float: left;
}
#whoWeAreContainer .box-full .button.right{
	float: right;
}
#whoWeAreContainer .button {
	width: 285px;
	text-align: center;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #bbbf46;
}
#whoWeAreContainer .button:hover {
	background-color: #dde253;
}
#whoWeAreContainer .button.left {
	float: left;
	margin-right: 0;
}
#whoWeAreContainer .button.right {
	margin-left: 0;
}

#whoWeAreContainer h2{
	clear: both;
	margin: 4px 10px -4px 10px;
}
/*--------------WHO WE ARE-------------*/

/*--------------WORKS CONTENT----------*/

#worksContainer{
	clear: both;
	width: 966px;
	margin: 0 auto;
}
#worksContainer h1{
	width: 700px;
	font-weight: 900;
	margin: auto;
	padding: 80px 0px;
	text-transform: uppercase;
	font-size: 92px;
	line-height: 80px;
}
#worksContainer h2{
	padding: 25px;
	text-align: center;
}

#worksContainer a{
	display: block;
	position: relative;
	float: left;
	width: 315px;
	height: 240px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
#worksContainer a:nth-of-type(3n+2){
	margin-left: 10px;
	margin-right: 10px;
}
#worksContainer a:nth-of-type(2n){
	float: left;
}

.worksImage{
	width: 315px;
	height: 240px;
	transition: all 0.5s;
}

.worksBoxHover{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 315px;
	height: 240px;
	visibility: hidden;
}

.worksBoxHover p{
	margin-top: 170px;
	text-align: right;
	font-size: 14px;
	color: #d3d587;
	font-weight: 700;
	text-shadow: 1px 1px #000000;
}

.worksBox:hover  > .worksImage, .worksBoxCenter:hover  > .worksImage, .btnPlayVideoWork:hover  > .worksImage{
	transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
}
.worksBox:hover > .worksBoxHover, .worksBoxCenter:hover > .worksBoxHover, .btnPlayVideoWork:hover > .worksBoxHover{
	visibility: visible;
}

.btnPlayVideoWork{
	position: relative;
	cursor: pointer;
}
.btnPlayVideoWork .animated{
	position: absolute;
	margin-top: 95px;
	margin-left: -190px;
	pointer-events: none;
}

/*--------------WORKS CONTENT----------*/

/*----------------MAPS-----------------*/

#contact{
	clear: both;
	margin: 0 auto;
	width: 966px;
}
#contact h1{
	width: 700px;
	font-weight: 900;
	margin: auto;
	padding: 50px 0;
	text-transform: uppercase;
	font-size: 96px;
	line-height: 100px;
}

#contactAddress{
	margin: 10px auto 20px auto;
	font-size: 18px;
	text-align: center;
}
#contactAddress p{
	text-align: center;
	margin-top: 20px;
}
#contactAddress a{
	text-decoration: none;
}

#map-canvas{
	width: 966px;
	height: 500px;
}

#mapZoom{
	text-align: center;
}
#mapZoom a{
	text-decoration: none;
	color: #939832;
}

/*-----------------MAPS------------------*/

/*---------------CONTACT----------------*/

#contact_form{
	clear: both;
	margin: 0 auto;
	width: 966px;
}

#contact_form h1{
	width: 860px;
	font-weight: 900;
	margin: auto;
	padding: 50px 0;
	text-transform: uppercase;
	font-size: 96px;
	line-height: 90px;
}

form{
	margin: auto;
	margin-bottom: 40px;
	width: 315px;
	font-family: Enzo, arial;
	font-size: 14px;
	font-weight: 700;
}

form input, textarea{
	width: 275px;
	padding: 10px;
	border: 0;
	font-family: Enzo, arial;
}
form select{
	width: 295px;
	padding: 10px;
	border: 0;
	font-family: Enzo, arial;
}

form input[type=submit]{
	width: 295px;
	margin-top: 20px;
	border: 0;
	font-family: Enzo, arial;
	text-align: center;
	font-weight: 700;
	font-size: 19px;
	background-color: #939729;
	cursor: pointer;
}

#formMessageOk{
	width: 100%;
	padding: 80px 0px;
	margin: 50px auto 180px auto;
	text-align: center;
	font-weight: 700;
	font-size: 19px;
	border: 0px solid;
}

/*---------------CONTACT---------------*/

/*----------------FOOTER-------------*/

footer{
	width: 100%;
	height: 50px;
	padding-bottom: 25px;
	background-color: #c2c659;
}
#footer{
	width: 90%;
	margin: auto;
}
#footer .left{
	float: left;
	padding-top: 15px;
}
#footer .right{
	float: right;
	padding-top: 6px;
}

/*--------------FOOTER-------------*/

/*------------ANIMATION------------*/

.animated {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	-ms-animation-duration:3s;
	-o-animation-duration:3s;
	animation-duration:3s;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes shake {
	0%, 60%, 70%, 80%, 90%, 100% {-webkit-transform: translateX(0);}	
	10%, 30%, 50% {-webkit-transform: translateX(-5px);}
	20%, 40%{-webkit-transform: translateX(5px);}
}
@-moz-keyframes shake {
	0%, 60%, 70%, 80%, 90%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50% {-moz-transform: translateX(-5px);}
	20%, 40% {-moz-transform: translateX(5px);}
}
@-o-keyframes shake {
	0%, 60%, 70%, 80%, 90%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50% {-o-transform: translateX(-5px);}
	20%, 40% {-o-transform: translateX(5px);}
}
@keyframes shake {
	0%, 60%, 70%, 80%, 90%, 100% {transform: translateX(0);}
	10%, 30%, 50% {transform: translateX(-5px);}
	20%, 40% {transform: translateX(5px);}
}

.shake {
	-webkit-animation-name: shake ;
	-moz-animation-name: shake ;
	-o-animation-name: shake ;
	animation-name: shake ;
}