/* General styles */
html {
  /* for better scroll fluidity in mobile webkit devices */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  	overflow-x: hidden;
}

body {
	margin: 0 auto;
	font-family: Helvetica,"Nimbus Sans L",sans-serif;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(111,111,111,1);
}
::-webkit-scrollbar-thumb:window-inactive {
   background: rgba(255,0,0,0.4);
}


h1,
h2,
h3,
h4,
p,
form {
	margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../fonts/bandongrotesqueregular.eot');
  src: url('../fonts/bandongrotesqueregular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/bandongrotesqueregular.woff') format('woff'),
       url('../fonts/bandongrotesqueregular.ttf')  format('truetype');
}

@font-face {
  font-family: 'Brandon Grotesque Black';
  src: url('../fonts/brandongrotesqueblack.eot');
  src: url('../fonts/brandongrotesqueblack.eot?#iefix') format('embedded-opentype'),
       url('../fonts/brandongrotesqueblack.woff') format('woff'),
       url('../fonts/brandongrotesqueblack.ttf')  format('truetype');
}

@font-face {
  font-family: 'Museo';
  src: url('../fonts/museo100regular.eot');
  src: url('../fonts/museo100regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/museo100regular.woff') format('woff'),
       url('../fonts/museo100regular.ttf')  format('truetype');
}

/*http://css-tricks.com/perfect-full-page-background-image/*/
img.backgroundBody {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.backgroundBody {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

.hide {
	display: none;
}

.show {
	display: inline;
}

ul,
form,
fieldset,
input,
textarea {
	margin: 0;
	border: none;
}

section,
aside {
	position: relative;
	margin: 0;
}

main {
	overflow: hidden;
	padding-top: 60px;
	margin: 0 auto;
}



/* Parallax */
.scene {
	position: absolute;
}

.scene li img {
	max-width: 100%;
}


/* Form validatons */
.green {
	position: relative;
	font-size: 14px;
	background-color: #E9F4E4;
	margin: 10px 0 0 4px;
	border-radius: 10px;
	z-index: 999;
	width: 300px;
	height: 30px;
	font-family: 'Museo';
}

#error {
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	font-size: 16px;
	background-color: #F5E6E6;
	margin: 0 2px;
	border-radius: 0 0 10px 10px;
	z-index: 999;
	font-family: 'Museo';
}

#error,
.error{
	color: #B94A48;
	font-size: 16px;
	font-family: 'Museo';
}


/* Header */
header {
	background: #FFF;
	height: 60px;
	margin: 0 0 30px 0;
	width: 100%;
	position: fixed;
	box-shadow: 1px 1px 4px #656566;
	z-index: 99999;
}

header .section-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
}

header .content-brand {
	float: left;
	margin: 8px 0 0 15px;
}

header .brand {
	width: 207px;
}

header .content-brand h1 {
	text-indent: -99999px;
	display: none;
}

header .content-brand img {
	max-width: 100%;
	max-height: 100%;
	padding-top: 3px;
}

header .content-nav {
	float: right;
	margin: 0;
	height: 60px;
	overflow: hidden;
}

header .content-nav .icon-facebook {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 56px;
	height: 83px;
	background-position: 0 0;
	margin: 2px 5px 0 0;
}

header .content-nav .icon-facebook:hover {
	background-position: -174px 0;
}

header .content-nav .icon-twitter {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 56px;
	height: 83px;
	background-position: -56px 0;
	margin: 2px 8px 0 0;
}

header .content-nav .icon-twitter:hover {
	background-position: -231px 0;
}

header .content-nav .icon-play {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 56px;
	height: 83px;
	background-position: -114px 0;
	margin: 2px 5px 0 0;
}

header .content-nav .icon-play:hover {
	background-position: -286px 0;
}

header .content-nav .icon-nav {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 55px;
	height: 75px;
	background-position: -872px 2px;
	margin: 0 0 0 15px;
}

header .content-nav .icon-nav:hover {
	background-position: -1004px 2px;
}

header .content-nav .icon-nav-close {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 55px;
	height: 75px;
	margin: 0 0 0 15px;
	background-position: -402px 0;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	header .content-nav .icon-facebook,
	header .content-nav .icon-twitter,
	header .content-nav .icon-play,
	header .content-nav .icon-nav,
	header .content-nav .icon-nav-close {
		/*background: url('../images/sprite-nav-header@x2.png');*/
		background: url('../images/sprite-nav-header-2@x2.png');
		background-size: 532px;
		background-position: -479px 3px;
	}

	header .content-nav .icon-nav-close {
		background-position: -403px 0px;
	}

}

header .content-nav nav {
	font-family: 'Brandon Grotesque Black';
	font-size: 18px;
	text-transform: uppercase;
	top: 60px;
	right: 0;
	position: absolute;
	z-index: 999;
	background-color: #535353;
	width: 340px;
	color: #FFF;
	height: 800px; /* Set with js to the window.heigth*/
	-moz-box-shadow:    inset 10px 0 80px #222;
	-webkit-box-shadow: inset 10px 0 80px #222;
	box-shadow:         inset 10px 0 80px #222;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	right: -343px;
}

header .content-nav nav.nav-showed {
	right: 0;
}

header .content-nav nav ul {
	list-style: none;
	padding: 0;
}

header .content-nav nav ul li {
	padding: 0;
	width: 100%;
	border-top: 1px solid #000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

header .content-nav nav ul li.last-child {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

header .content-nav nav ul li.nav-selected {
	background-color: #000;
}

header .content-nav nav ul li:hover {
	background-color: #111;
}

header .content-nav nav ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 20px 26px 17px 26px;
	width: 100%;
	display: block;
}

.mobile-nav-height {
/*	max-width: 50%;
	display: inline;
	float: left;
	border-right: 1px solid #000;*/
	padding: 11px 26px 14px 26px;
}


.social-mobile {
	display: none;
}



/* Hero */
#hero {
	width: 100%;
	min-height: 200px;
}

#hero .section-content {
	max-width: 810px;
	margin: 0 auto;
	font-family: 'Museo';
	padding: 0 15px;
	text-align: center;
}

#hero h1 {
	font-size: 32px;
	color: #535353;
	text-align: center;
	line-height: 36px;
	padding-top: 10%;
	font-family: 'Museo';
	text-transform: uppercase;
}

/*-webkit-animation: fadeInUp .9s cubic-bezier(0.645,.045,.355,1) forwards;
animation: fadeInUp .9s cubic-bezier(0.645,.045,.355,1) forwards;*/

#hero .iso-ms {
	position: absolute;
	/* margin: 0 auto; */
	top: 425px;
	margin-top: -213px;
	right: 0;
	left: 0;
	margin: -213px auto 0 auto;
}

#hero .hero-description {
	max-width: 100%;
	max-height: 100%;
	margin: 50px 0 20px 0;
}



/* About */
#about {
	background: url('../images/background-about.png');
	width: 100%;
	min-height: 200px;
	color: #FFF;
	text-align: center;
	background-color: #FFF;
}

#about .section-content {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
}

#about h1 {
	font-family: 'Brandon Grotesque Black';
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 16%;
	padding-bottom: 20px;
	line-height: 36px;
}

#about p {
	font-family: 'Museo';
	font-size: 26px;
	padding-bottom: 15px;
	max-width: 1002px;
	margin: 0 auto;
}


/* Services */
#services {
	width: 100%;
	min-height: 200px;
	text-align: center;
	color: #FFF;
	background-color: #EB5731;
}

#services .section-content {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
}

#services .services-home h1 {
	font-family: 'Brandon Grotesque Black';
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
	line-height: 36px;
}

#services .services-home p {
	font-family: 'Museo';
	font-size: 26px;
	padding-bottom: 15px;
	max-width: 1002px;
	margin: 0 auto;
}

#services nav {
	display: block;
	font-family: 'Brandon Grotesque Black';
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 14%;
}

#services nav ul {
	padding: 0;
	margin-bottom: 40px;
}

#services nav ul li {
	display: inline;
	list-style: none;
}

#services nav ul li a {
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #FFF;
	padding: 0 10px;
}

#services nav ul li a:hover {
	color: #333;
}

#services nav ul li a.active {
	color: #000;
}

#services nav ul li a.events {
	border-right: none;
}

#services article h1 {
	font-family: 'Museo';
	font-size: 28px;
	font-weight: bold;
	padding: 30px 0 20px 0;
}

#services article p {
	font-family: 'Museo';
	font-size: 22px;
	padding-bottom: 15px;
}

#services .squeares-content {
	font-family: 'Brandon Grotesque Black';
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 40px;
}

#services .squeares-content .squeare {
	border: 1px solid #FFFFFF;
	padding: 28px 6px;
	line-height: 14px;
	height: 70px;
}

#services .squeares-content .squeare.two-lines {
	padding: 22px 6px;
}


/* Project */
#project {
	background-color: #FFF;
	width: 100%;
	min-height: 200px;
	color: #EB5731;
	text-align: center;
}

#project .section-content {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
}

#project h1 {
	font-family: 'Brandon Grotesque Black';
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20%;
	padding-bottom: 20px;
	line-height: 36px;
}

#project p {
	font-family: 'Museo';
	font-size: 26px;
	padding-bottom: 15px;
	max-width: 1002px;
	margin: 0 auto;
}

#project .link-to-works {
	position: relative;
	top: 20px;
	text-indent: -9999;
	background: url('../images/project-arrow.png');
	width: 60px;
	height: 60px;
	display: inline-block;
	background-position: 0 0;
	z-index: 88888;
}

#project .link-to-works:hover {
	background-position: -60px 0;
}

/*#project .link-to-works img:hover {
	background-color: red;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding: 11px;
	border-color: green;
	border: 3px solid green;
	position: absolute;
	z-index: 9999;
}*/


/* Works */
#works {
	background-color: #FFF;
	width: 100%;
	min-height: 200px;
	padding-top: 200px;
}

#works .section-content {
	max-width: 1900px;
	margin: 0 auto;
}

#works ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#works ul li {
	list-style: none;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	background-color: #000;
	max-width: 475px;
}

#works ul li img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	webkit-transition: all 0.2s cubic-bezier(0.75, 0.25, 0.25, 0.75);
	-moz-transition: all 0.2s cubic-bezier(0.75, 0.25, 0.25, 0.75);
	-ms-transition: all 0.2s cubic-bezier(0.75, 0.25, 0.25, 0.75);
	-o-transition: all 0.2s cubic-bezier(0.75, 0.25, 0.25, 0.75);
	transition: all 0.2s cubic-bezier(0.75, 0.25, 0.25, 0.75);
}

#works ul li img:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	opacity: 0.3;
}

#works ul li .works-link:hover .works-info {
	background-color: rgba(0,0,0,0.5);
	display: inline;
	position: absolute;
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	padding-top: 15px;
}

#works ul li .works-info {
	display: none;
}

#works ul .works-info li.title {
	font-family: 'Brandon Grotesque Black';
	font-size: 25px;
	padding: 30px 0 30px 0;
}

#works ul .works-info li {
	font-family: 'Brandon Grotesque';
	font-size: 19px;
	line-height: 23px;
	padding: 5px 0;
}

#works .li-circle img {
	cursor: pointer;
	webkit-transition: all 0.2s cubic-bezier(0.75, 0.25, 0.25, 0.75);
	-moz-transition: all 0.2s cubic-bezier(0.75, 0.25, 0.25, 0.75);
	-ms-transition: all 0.2s cubic-bezier(0.75, 0.25, 0.25, 0.75);
	-o-transition: all 0.2s cubic-bezier(0.75, 0.25, 0.25, 0.75);
	transition: all 0.2s cubic-bezier(0.75, 0.25, 0.25, 0.75);
}

#works .li-circle img:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	opacity: 1;
	background-color: #000000;
}

.margin-footer { margin-bottom: 120px; }
/*
#works .li-circle {
	background-color: #FFF;
}

#works .circle {
	position: relative;
	border-radius: 50%;
	width: 60%;
	padding-bottom: 60%;
	background: #f5f5f5;
	margin: 50px auto;
}

#works .rect {
	position: absolute;
	width: 70%;
	padding-bottom: 15%;
	background-color: #EB5731;
	left: 50%;
	top: 50%;
	margin-left: -35%;
	margin-top: -7.5%;
}

#works .rect-last {
	width: 15%;
	padding-bottom: 70%;
	margin-left: -7.5%;
	margin-top: -35%;
}
*/
/*#works .circle:hover .rect {

}*/



/* Clients */
#clients {
	background-color: #FFF;
	width: 100%;
	min-height: 200px;
	color: #545454;
	text-align: center;
}

#clients .section-content {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
}

#clients h1 {
	font-family: 'Brandon Grotesque Black';
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 12%;
	padding-bottom: 20px;
	line-height: 36px;
}

#clients h2 {
	font-family: 'Museo';
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 20px;
}

#clients p {
	font-family: 'Museo';
	font-size: 26px;
	padding-bottom: 15px;
	max-width: 1002px;
	margin: 0 auto;
}

#clients img {
	padding-top: 30px;
	max-width: 100%;
	max-height: 100%;
}

#clients .clients-mobile {
	display: none;
}


/* Social */
#social {
	background-color: #E9E9E9;
	width: 100%;
	min-height: 200px;
	color: #545454;
	text-align: center;
}

#social .section-content {
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 15px;
}

#social h1 {
	font-family: 'Brandon Grotesque Black';
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 90px;
	padding-bottom: 40px;
	line-height: 36px;
}

/*#social .content-twitter {
	max-width: 520px;
	border: 1px solid #DADADA;
	border-radius: 6px;
}*/

#social .fb_iframe_widget iframe {
	background-color: #FFF;
	border-radius: 6px;
}


/*.twitter-timeline {
	background-color: #E9E9E9;
}*/

.fb-like-box {
	background-color: #E9E9E9;
	border: 1px solid #DADADA;
	border-radius: 6px;
}


/* Form */
#contact {
	background-color: #FFF;
	width: 100%;
	min-height: 200px;
	color: #545454;
	text-align: center;
	padding-bottom: 50px;
}

#contact .section-content {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
}

#contact fieldset {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}

#contact h1 {
	font-family: 'Brandon Grotesque Black';
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15%;
	padding-bottom: 20px;
	line-height: 36px;
}

#contact p {
	font-family: 'Museo';
	font-size: 26px;
	padding-bottom: 35px;
	max-width: 670px;
	margin: 0 auto;
}

#contact div {
	padding: 0;
}

#contact input,
#contact textarea {
	border: 2px solid #545454;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: 'Brandon Grotesque';
	font-size: 18px;
	text-transform: uppercase;
	color: #CFCFCF;
	width: 100%;
	margin: 5px 0;
	padding: 15px;
}

#contact input:focus,
#contact textarea:focus {
	border: 2px solid #EB5731;
	outline: 0;
}

#contact textarea {
	height: 200px;
}

#contact input[type=submit]{
	font-family: 'Brandon Grotesque';
	color: #EB5731;
	background-color: #FFF;
	border: 2px solid #EB5731;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: 200ms linear;
	-moz-transition: 200ms linear;
	-o-transition: 200ms linear;
	-ms-transition: 200ms linear;
	 transition: 200ms linear;
}

#contact input[type=submit]:hover {
	background-color: #EB5731;
	color: #FFFFFF;
}

#contact input[type=submit]:active {
	background-color: #EB5731;
	color: #FFF;
}

#contact .content-message {
	padding: 0 5px;
}

#contact .content-name {
	padding: 0 5px;
}

#contact .contact-social {
	margin: 0 auto;
	display: none;
}


#mobile .contact-social .icon-facebook {
	background: url('../images/sprite-nav-header.png');
	display: inline-block;
	width: 67px;
	height: 64px;
	background-position: 0 0;
}

#mobile .contact-social .icon-twitter {
	background: url('../images/sprite-nav-header.png');
	display: inline-block;
	width: 67px;
	height: 64px;
	background-position: -62px 0;
}

#mobile .contact-social .icon-play {
	background: url('../images/sprite-nav-header.png');
	display: inline-block;
	width: 43px;
	height: 64px;
	background-position: -118px 0;
}



/* Map Section */
#map {
	background-color: #FFF;
}

/* Footer */
footer {
	min-height: 60px;
	background-color: #E9E9E9;
	width: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
	position: relative;
	clear: both;
	font-family: 'Brandon Grotesque';
	font-size: 12px;
	text-transform: uppercase;
	color: #9C9C9C;
	text-align: center;
}

footer .footer-content {
	max-width: 1300px;
	margin: 0 auto;
	padding: 13px 15px 0 15px;
}

footer .copyrigth,
footer .location,
footer .mobile {
	padding: 0 10px;
}

footer .location {
	color: #333;
}

footer .mobile {
	color: #333;
}

footer .location img {
	position: relative;
	top: 6px;
	right: 3px;
	width: 20px;
}

footer .mobile img {
	position: relative;
	top: 6px;
	right: 3px;
	width: 15px;
}


/* Medias queries */
@media (max-width: 1024px) {
	#hero {
		background: url('../images/bg-1.jpg');
		background-size: 100%;
	}


	.backgroundBody {
		display: none;
	}

	.iso-ms {
		display: none;
	}

	.hero-description {
		display: inline;
	}
}

/* Large width */
@media (min-width: 1025px) {
	.hero-description {
		display: none;
	}
}


/* Medias queries */
@media (max-width: 768px) {
	.backgroundBody {
		display: none;
	}

	.scene {
		display: none;
	}

	.scene li img {
		max-width: 768px;
	}

	#hero {
		background-size: 140%;
		background-position: 38% 0;
	}


	header .content-nav .icon-facebook,
	header .content-nav .icon-twitter,
	header .content-nav .icon-play {
		display: none;
	}

	header .section-content {
		max-width: 1400px;
		margin: 0 auto;
		padding: 0;
	}

	.social-mobile {
		display: inline-block;
	}

	.social-desktop {
		display: none;
	}



	#hero {
		padding-bottom: 15px;
	}

	#hero h1 {
		font-size: 25px;
		max-width: 630px;
		text-align: center;
		margin: 0 auto;
	}

/*	#hero .hero-description {
		display: none;
	}*/

	#hero .iso-ms {
		position: relative;
		margin: 0 auto;
		top: 0;
		margin-top: 0;
		right: 0;
		left: 0;
		max-width: 100%;
		max-height: 100%;
	}

	#imageBackgroundHero2 {
		margin-left: -358px;
		padding-top: 140px;
		left: 0;
		background-color: #FFF;
	}

	#imageBackgroundHero3 {
		margin-left: -360px;
		padding-top: 152px;
		left: 0;
		background-color: #FFF;
	}



	#about {
		padding-bottom: 15px;
	}

	#about h1 {
		padding-top: 33%;
	}


	#services {
		padding-bottom: 15px;
	}

	#services nav {
		padding-top: 30%;
	}

	#services nav ul li {
		display: block;
	}

	#services nav ul li a {
		border-right: none;
	}


	#project h1 {
		padding-top: 30%;
	}

	#works {
		padding-top: 80px;
		padding-bottom: 15px;
	}


	#clients {
		background-color: #E9E9E9;
		padding-bottom: 20px;
	}

	#clients h1 {
		padding-top: 30%;
	}

	#clients .clients-desktop {
		display: none;
	}

	#clients .clients-mobile {
		display: block;
		margin: 0 auto;
	}



	#social {
		display: none;
	}

	.social-mobile,
	.social-desktop {
		display: none;
	}


	#contact h1 {
		padding-top: 30%;
	}

	#contact .contact-social {
		display: inline-block;
		margin: 20px 0;
	}

	#contact fieldset {
		max-width: 600px;
	}


	@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {

		#mobile .contact-social .icon-facebook,
		#mobile .contact-social .icon-twitter,
		#mobile .contact-social .icon-play {
			/*background: url('../images/sprite-nav-header@x2.png');*/
			background: url('../images/sprite-nav-header-2@x2.png');
			background-size: 532px;
			background-position: -402px 0px;
		}

		#mobile .contact-social .icon-facebook {
			background-position: 10px 0px;
		}

		#mobile .contact-social .icon-twitter {
			background-position: -58px 0px;
		}

		#mobile .contact-social .icon-play {
			background-position: -121px 0px;
		}

	}


	#map {
		display: none;
	}


	footer {
		padding-bottom: 15px;
	}

	footer .copyrigth,
	footer .location,
	footer .mobile {
		display: block;
	}

}






/*/////////////////  WORKS   ///////////////*

/* Works general styles */
.main-works {
	padding-top: 120px;
}


/* Header works */
header.header-works {
	background-color: #EB5731;
}

header.header-works .content-nav .icon-facebook {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 56px;
	height: 83px;
	background-position: 0 -82px;
	margin: 2px 5px 0 0;
}

header.header-works .content-nav .icon-facebook:hover {
	background-position: -174px -82px;
}

header.header-works .content-nav .icon-twitter {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 56px;
	height: 83px;
	background-position: -56px -82px;
	margin: 2px 8px 0 0;
}

header.header-works .content-nav .icon-twitter:hover {
	background-position: -231px -82px;
}

header.header-works .content-nav .icon-play {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 56px;
	height: 83px;
	background-position: -114px -82px;
	margin: 2px 5px 0 0;
}

header.header-works .content-nav .icon-play:hover {
	background-position: -286px -82px;
}

header.header-works .content-nav .icon-nav {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 55px;
	height: 75px;
	background-position: -872px -82px;
	margin: 0 0 0 15px;
}

header.header-works .content-nav .icon-nav:hover {
	background-position: -1004px -82px;
}

header.header-works .content-nav .active {
	background-position: -402px -82px;
}

header.header-works .content-nav .icon-nav-close {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 55px;
	height: 75px;
	margin: 0 0 0 15px;
	background-position: -402px -82px;
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

/*	header.header-works .content-nav .icon-facebook,
	header.header-works .content-nav .icon-twitter,
	header.header-works .content-nav .icon-play,*/
	header.header-works .content-nav .icon-nav,
	header.header-works .content-nav .icon-nav-close {
		/*background: url('../images/sprite-nav-header@x2.png');*/
		background: url('../images/sprite-nav-header-2@x2.png');
		background-size: 532px;
	}


	header.header-works .content-nav .icon-nav {
		background-position: -346px -83px;
	}

	header.header-works .content-nav .icon-nav-close {
		background-position: -402px -86px;
	}

}

/* Ipad */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
	header.header-works .content-nav .icon-facebook,
	header.header-works .content-nav .icon-twitter,
	header.header-works .content-nav .icon-play {
		display: none;
	}

	header .content-nav .icon-facebook,
	header .content-nav .icon-twitter,
	header .content-nav .icon-play {
		display: none;
	}

}


/*header.header-works .content-nav .icon-facebook {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 65px;
	height: 64px;
	background-position: 10px -75px;
}

header.header-works .content-nav .icon-facebook:hover {
	background-position: -215px -75px;
}

header.header-works .content-nav .icon-twitter {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 65px;
	height: 64px;
	background-position: -72px -75px;
}

header.header-works .content-nav .icon-twitter:hover {
	background-position: -293px -75px;
}

header.header-works .content-nav .icon-play {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 65px;
	height: 64px;
	background-position: -151px -75px;
}

header.header-works .content-nav .icon-play:hover {
	background-position: -374px -75px;
}

header.header-works .content-nav .icon-nav {
	background: url('../images/sprite-nav-header.png');
	float: left;
	width: 56px;
	height: 64px;
	background-position: -437px -79px;
}

header.header-works .content-nav .active {
	background-position: -502px -79px;
}*/



/* Works template */
#work-template .section-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

#work-template .work-info {
	color: #7C7B7B;
}

#work-template .work-info .brand-works {
	padding-top: 12px;
}

#work-template .work-info .content-arrows {
	display: none;
	float: right;
	line-height: 0;
	font-family: 'Brandon Grotesque';
	font-size: 60px;
	padding-top: 16px;
}

#work-template .work-info .content-arrows a {
	text-decoration: none;
	color: #7C7B7B;
	font-weight: normal;
}

#work-template .work-info a {
	text-decoration: none;
	color: #7C7B7B;
	font-weight: normal;
}

#work-template .work-info a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

#work-template .work-info .content-arrows a:hover {
	color: #EB5731;
}

#work-template .work-info h1,
#work-template .work-info h2 {
	font-family: 'Brandon Grotesque Black';
	font-size: 18px;
	text-transform: uppercase;
	margin: 30px 0 10px 0;
}

#work-template .work-info .arrow-more,
#work-template .work-info .arrow-less {
	display: none;
	line-height: 0;
	font-family: 'Brandon Grotesque';
	font-size: 33px;
	color: #EB5731;
	padding: 5px 5px 5px 0;
}

#work-template .work-info p {
	font-family: 'Museo';
	font-size: 17px;
	line-height: 23px;
	color: #4F4F4F;
}

#work-template .work-info ul {
	padding: 0;
	font-family: 'Museo';
	font-size: 17px;
}

#work-template .work-info ul li {
	list-style: none;
	padding: 7px 0;
}

#work-template .work-info ul li a {
	color: #4F4F4F;
	text-decoration: none;
}

#work-template .work-info ul li a:hover{
	color: #000000;
	text-decoration: none;
}

#work-template .work-info ul li img {
	position: relative;
	top: 4px;
	right: 4px;
}



#work-template .work-visual {
	color: #7C7B7B;
	padding-bottom: 30px;
}

#work-template .work-visual .image-works {
	padding-top: 22px;
    max-width: 100%;
/*  max-height: 100%;*/
}

#work-template .work-visual h1 {
	float: left;
	font-family: 'Brandon Grotesque';
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
}


#work-template .work-visual h1 strong {
	font-family: 'Brandon Grotesque Black';
}


#work-template .work-visual .content-arrows {
	float: right;
	line-height: 0;
	font-family: 'Brandon Grotesque';
	font-size: 60px;
}

#work-template .work-visual .content-arrows a {
	text-decoration: none;
	color: #7C7B7B;
	font-weight: normal;
}

#work-template .work-visual .content-arrows a:hover {
	color: #EB5731;
}

#work-template .work-visual .arrow-right {
	color: #EB5731;
}

/*#work-template .work-visual .arrow-left,
#work-template .work-visual .arrow-right {
	float: left;
}*/

/* Medias queries */
@media (max-width: 768px) {
	.main-works {
		padding-top: 90px;
	}

	header.header-works .section-content {
		max-width: 1400px;
		margin: 0 auto;
		padding: 0;
	}


	#work-template .work-info h1 {
		cursor: pointer;
	}

	#work-template .work-info .arrow-more, #work-template .work-info .arrow-less {
		display: inline;
	}

	#work-template .work-info .content-arrows {
		display: inline;
	}

	#work-template .work-info .arrow-more {
		display: inline;
	}

	#work-template .work-info .hide-section {
		display: none;
	}



	#work-template .work-visual {
		padding-top: 30px;
	}

	#work-template .work-visual .content-arrows {
		display: none;
	}

	#work-template .work-visual h1 {
		line-height: 30px;
	}

	#work-template .work-visual .image-works {
		padding-top: 10px;
	}

}


