/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Select */
*::selection {
	background:#ffffff;
	color:#fa6522;
}

*::-moz-selection {
	background:#ffffff;
	color:#fa6522;
}

*::-webkit-selection {
	background:#ffffff;
	color:#fa6522;
}

a:focus { 
	outline:0; 
} 

/* No Javascript */
div.nojs {
	width: 450px;
	_height: 250px;
	position: absolute;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -225px;
    border: 1px solid red;
    padding: 15px 15px 15px 15px;
    background: #ffe5e5
}

div.nojs p.title {
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: red;
}

div.nojs p {
	font-size: 14px;
	padding: 0 0 15px 0;line-height: 21px;
}

div.nojs a {
	background: red;
	padding: 5px 10px;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

/* Defaults */
body {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.bg-orange {
	background: #f9481e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5NDgxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhNjUyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTQ4MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9481e 0%, #fa6522 50%, #f9481e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9481e), color-stop(50%,#fa6522), color-stop(100%,#f9481e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9481e 0%,#fa6522 50%,#f9481e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9481e 0%,#fa6522 50%,#f9481e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9481e 0%,#fa6522 50%,#f9481e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9481e 0%,#fa6522 50%,#f9481e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9481e', endColorstr='#f9481e',GradientType=0 ); /* IE6-8 */
}

.bg-white {
	background: #ffffff;
}



.bg-black {
	background: url(../img/background-where-we-do-it.jpg) top center #0d0d0d;
	color: #ffffff;
}

.col1 {
	width: 100%;
}

.col2 {
	width: 50%;
	float: left;
}

/* Menu top */
.navbar-inverse {
	background: url(../img/background-orange-opacity-80.png) 0 0 repeat;
	border: none;
}
.navbar-header {
	width: 100%;
	padding: 10px 0;
	background: #000000;
}

.navbar-header #social {
	width: 10%;
	float: left;
	margin: 15px 0 0 0;
}

.navbar-header #social ul li {
	float: left;
}

.navbar-header #social ul li a {
	display: block;
}

.navbar-header #social ul li a.fb {
	background: url(../img/sprite.png) -300px -100px no-repeat;
	height: 12px;
	width: 7px;
	margin: 0 20px 0 0;
}

.navbar-header #social ul li a.mail {
	background: url(../img/sprite.png) -200px -100px no-repeat;
	height: 12px;
	width: 17px;
}


.navbar-header a.navbar-brand {
	width: 80%;
	background: url(../img/sprite.png) center 0 no-repeat;
	height: 50px;
	margin: 0 auto;
}


.navbar-header div#lang {
	float: right;
	width: 10%;
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 700;
	margin: 15px 0 0 0;
}

.navbar-header div#lang ul {
	float: right;
}

.navbar-header div#lang ul li {
	float: left;
	margin: 0 0 0 15px;
}

.navbar-header div#lang ul li a {
	color: #FF6600;
}

.navbar-header div#lang ul li a.active {
	color: #ffffff;
}


.navbar-collapse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;	
}

.navbar-inverse .navbar-nav > li > a:hover {
	background: #000000;
}

.nav > li > a {
	padding: 4px 11px;
}

.navbar-collapse ul.nav li.dropdown ul.dropdown-menu {
	background: url(../img/background-white-opacity-70.png) 0 0 repeat;
}

.navbar-collapse ul.nav li.dropdown ul.dropdown-menu li a {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navbar-collapse ul.nav li.dropdown ul.dropdown-menu li a:hover {
	background: #FF6600;
	color: #ffffff;
}

/* Home */
div.title {
    left: 50%;
    margin: -50px 0 0 -400px;
    position: absolute;
    top: 50%;
    width: 800px;
    text-align: center;
    color: #ffffff;
}

div.title span.big {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
    font-size: 80px;
    text-transform: uppercase;
    opacity: 0.8;
}

div.title span.sub {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;
    font-size: 42px;
}

#home div#slideshow ul li div.mini-map {
	display: inline-block;
	height: 213px;
	width: 310px;
	bottom: 30px;
	right: 150px;
	position: absolute;
}

#home div#slideshow ul li#bg1 div.mini-map {
	background: url(../img/background/bg1_map.png) 0 0 no-repeat;
}

#home div#slideshow ul li#bg2 div.mini-map {
	background: url(../img/background/bg2_map.png) 0 0 no-repeat;
}

#home div#slideshow ul li#bg3 div.mini-map {
	background: url(../img/background/bg3_map.png) 0 0 no-repeat;
}

#home div#slideshow ul li#bg4 div.mini-map {
	background: url(../img/background/bg4_map.png) 0 0 no-repeat;
}

#home div#slideshow ul li#bg5 div.mini-map {
	background: url(../img/background/bg5_map.png) 0 0 no-repeat;
}

#slideshow {
	_display: none;
}

/* Slideshow */
.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -200;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

.cbp-bicontrols {
	position: fixed;
	width: 900px;
	height: 100px;
	margin: -20px 0 0 -450px;
	top: 50%;
	left: 50%;
	z-index: -100;
}

.cbp-bicontrols span {
	float: left;
	width: 30px;
	height: 50px;
	position: relative;
	cursor: pointer;
}

.cbp-bicontrols span.cbp-biprev {
	background: url(../img/sprite.png) 0 -100px no-repeat;
}

.cbp-bicontrols span.cbp-binext {
	background: url(../img/sprite.png) -100px -100px no-repeat;
}

.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}

.cbp-bicontrols span:hover:before {
	opacity: 1;
}

.cbp-bicontrols span:active:before {
	top: 2px;
}

span.cbp-biplay:before {
	content: "\e002";
}

span.cbp-bipause:before {
	content: "\e003";
}

span.cbp-binext:before {
	content: "";
}

span.cbp-biprev:before {
	content: "";
}

.cbp-bicontrols span.cbp-binext {
	float: right;
}

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}


/* Who we are */
#who-we-are {
	margin: 1500px 0 0 0;
}

#who-we-are.col1 div div.col2 div.right h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 100px;
	text-transform: uppercase;
	line-height: 90px;
	text-align: center;
	padding: 0 0 30px;
	display: none;
}

#who-we-are.col1 {
	padding: 60px 0;
}

#who-we-are.col1 div div.col2 div.left, #who-we-are.col1 div div.col2 div.right {
	width: 450px;
}

#who-we-are.col1 div div.col2 div.left {
	float: right;
}

#who-we-are.col1 div div.infinite {
	background: #ffffff;
	padding: 30px 0;
}

#who-we-are.col1 div div.col2 div.left h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 110px;
	text-transform: uppercase;
	line-height: 90px;
}

#who-we-are.col1 div div.col2 div.left div.round {
	background: url(../img/sprite.png) 0 -500px no-repeat;
	width: 310px;
	height: 310px;
	margin: 20px 0 0 -30px;
}

#who-we-are.col1 div div.col2 div.left div.round p {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	
	-webkit-transform: rotate(340deg);
	-moz-transform: rotate(340deg);
	-o-transform: rotate(340deg);
	-ms-transform: rotate(-380deg);
	
	padding: 110px 0 0 0;
	margin: 0 0 0 -30px;
}

#who-we-are.col1 div div.col2 div.left div.round p span {
	font-weight: 700;
}

#who-we-are.col1 div div.col2 div.right {
	_font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	margin: 0 0 0 40px;
}

#who-we-are.col1 div div.col2 div.right p {
	padding: 0 0 40px 0;
}

#who-we-are.col1 div div.col2 div.right div.line-top {
	background: url(../img/line_black.png) 0 0 no-repeat;
	height: 60px;
}

#who-we-are.col1 div div.col2 div.right div.line-bottom {
	background: url(../img/line_black.png) 0 bottom no-repeat;
	height: 97px;
}

/* What we do */
#what-we-do {
	background: url(../img/what-we-do.jpg) center center no-repeat;
	height: 500px;
}

#what-we-do.col1 div div.col2.right {
	background: url(../img/background-black-opacity-75.png) 0 0 repeat;;
	margin: 100px 0 0 0;
}

#what-we-do.col1 div div.col2.right h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 110px;
	text-transform: uppercase;
	line-height: 90px;
	color: #ffffff;
	padding: 25px 0 0 25px;
}

#what-we-do.col1 div div.col2.right div {
	width: 430px;
	padding: 40px 0 40px 20px;
}

#what-we-do.col1 div div.col2.right div p {
	color: #FF6600;
	font-size: 14px;
	line-height: 21px;
}



/* MICE */
.mice {
	height: 475px;
	width: 475px;
	margin: 40px 0 40px -50px;
	position: relative;
}

#mice-m.col1 div.ss-row div.container div.col2 div.mice {
	background: url(../img/sprite_mice.png) 0 0 no-repeat;
}

#mice-i.col1 div.ss-row div.container div.col2 div.mice {
	background: url(../img/sprite_mice.png) 0 -750px no-repeat;
}

#mice-c.col1 div.ss-row div.container div.col2 div.mice {
	background: url(../img/sprite_mice.png) 0 -1500px no-repeat;
}

#mice-e.col1 div.ss-row div.container div.col2 div.mice {
	background: url(../img/sprite_mice.png) 0 -2250px no-repeat;
}

.mice div.round {
	height: 165px;
	width: 165px;
	bottom: 0;
	position: absolute;
	right: 0;
}

.mice div.round p {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;	
	font-size: 30px;
	text-align: center;
	
	-webkit-transform: rotate(340deg);
	-moz-transform: rotate(340deg);
	-o-transform: rotate(340deg);
	-ms-transform: rotate(-380deg);
	
	padding: 50px 0 0 0;
	margin: 0 0 0 -20px;
}

.mice div.round.orange {
	background: url(../img/sprite.png) -400px -300px no-repeat;
	color: #ffffff;
}

.mice div.round.white {
	background: url(../img/sprite.png) -400px -500px no-repeat;
	color: #FF6600;
}

.col2 div.mice-bottom p {
	font-size: 15px;
	_font-weight: bold;
	line-height: 28px;
}

.bg-white .col2 div.mice-bottom p {
	color: #FF6600;
}

.bg-orange .col2 div.mice-bottom p {
	color: #ffffff;
}

.col2 div.mice-bottom p.tiret-color-grey {
	color: #9B9B9B;	
}

.col2 div.mice-bottom p.tiret-color-black {
	color: #000000;	
}

#mice-m .col2 div.mice-bottom div.row-bottom div.inner {
	background: url(../img/sprite.png) 0 -300px no-repeat;
	width: 316px;
	height: 20px;
}

#mice-i .col2 div.mice-bottom div.row-bottom div.inner {
	background: url(../img/sprite.png) 0 -350px no-repeat;
	width: 316px;
	height: 20px;
}

#mice-c .col2 div.mice-bottom div.row-bottom div.inner {
	background: url(../img/sprite.png) 0 -400px no-repeat;
	width: 316px;
	height: 20px;
}

#mice-e .col2 div.mice-bottom div.row-bottom div.inner {
	background: url(../img/sprite.png) 0 -450px no-repeat;
	width: 316px;
	height: 20px;
}

.mice-bottom {
    height: 475px;
    position: relative;
    left: 0;
    bottom:0px;
    padding: 100px 0 0 40px;
}

.row-bottom {
    position: absolute;
    bottom:0px;
    right: 0;
    width: auto;
    background: none !important;
}

body.fr div#mice-i.col1 div.ss-row div.container div.col2 div.mice-bottom {
	padding-top: 130px;
}

body.fr div#mice-c.col1 div.ss-row div.container div.col2 div.mice-bottom {
	padding-top: 130px;
}

body.fr div#mice-e.col1 div.ss-row div.container div.col2 div.mice-bottom {
	padding-top: 130px;
}

/* Our story */
#our-story.col1 {
	padding: 60px 0;
}

#our-story.col1 div div.col2 div.right h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 100px;
	text-transform: uppercase;
	line-height: 90px;
	text-align: center;
	padding: 0 0 30px;
	display: none;
	color: #FF6600;
}

#our-story.col1 div div.col2 div.left, #our-story.col1 div div.col2 div.right {
	width: 450px;
}

#our-story.col1 div div.col2 div.left {
	float: right;
}

#our-story.col1 div div.infinite {
	background: black;
	padding: 30px 0 160px 0;
}

#our-story.col1 div div.col2 div.left h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 110px;
	text-transform: uppercase;
	line-height: 90px;
	color: #ffffff;
}

#our-story.col1 div div.col2 div.left div.round {
	background: url(../img/sprite.png) 0 -500px no-repeat;
	width: 310px;
	height: 310px;
	margin: 40px 0 0 -30px;
}

#our-story.col1 div div.col2 div.left div.round p {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	
	-webkit-transform: rotate(340deg);
	-moz-transform: rotate(340deg);
	-o-transform: rotate(340deg);
	-ms-transform: rotate(-380deg);
	
	padding: 110px 0 0 0;
	margin: 0 0 0 -30px;
}

#our-story.col1 div div.col2 div.left div.round p span {
	font-weight: 700;
}

#our-story.col1 div div.col2 div.right {
	_font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	color: #ffffff;
	margin: 0 0 0 40px;
	
	
}

#our-story.col1 div div.col2 div.right p {
	color: #8F8479;
}

#our-story.col1 div div.col2 div.right div.line-top {
	background: url(../img/line_gray.png) 0 0 no-repeat;
	height: 65px;
}

#our-story.col1 div div.col2 div.right div.line-bottom {
	background: url(../img/line_gray.png) 0 bottom no-repeat;
	height: 65px;
}

/* What we do */
#what-we-do {
	background: url(../img/what-we-do.jpg) center center no-repeat;
	height: 730px;
}

#what-we-do.col1 div div.col2.right {
	background: url(../img/background-black-opacity-75.png) 0 0 repeat;;
	margin: 180px 0 0 0;
}

#what-we-do.col1 div div.col2.right h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 110px;
	text-transform: uppercase;
	line-height: 90px;
	color: #ffffff;
	padding: 25px 0 0 25px;
}

#what-we-do.col1 div div.col2.right div {
	width: 430px;
	padding: 40px 0 40px 20px;
}

#what-we-do.col1 div div.col2.right div p {
	color: #FF6600;
	font-size: 14px;
	line-height: 21px;
}

.mice-bottom h3 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 90px;
	color: #000000;
	text-align: center;
	display: none;
}


/* Where we are */
#where-we-do-it {
	height: 925px
}
#where-we-do-it.col1 div.container div h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 100px;
	text-transform: uppercase;
	line-height: 90px;
	color: #ffffff;
	padding: 50px 0 25px 0;
	text-align: center;
}

#where-we-do-it.col1 div.container div h3 {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding: 10px 0;
}

#where-we-do-it.col1 div.container div #map {
	background: url(../img/where-we-do-it/map.png) center center no-repeat;
	height: 582px;
	width: 900px;
	margin: 20px 0;
}

#where-we-do-it.col1 div.container div #map img {
	display: none;
}

#where-we-do-it.col1 div.container div div#map a {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	display: block;
	float: left;
	position: absolute;
}

#where-we-do-it.col1 div.container div div#map a:hover {
	color: #FF6600;
	text-decoration: none;
}

#where-we-do-it.col1 div.container div div#map a span.bullet {
	background: url(../img/sprite.png) -400px -100px no-repeat;
	height: 38px;
	width: 38px;
	display: block;
	float: left;
	margin: -12px 0 0 0;
}

#where-we-do-it.col1 div.container div div#map a.seattle {
	margin: 30px 0px 0px 80px;
}

#where-we-do-it.col1 div.container div div#map a.yellowstone {
	margin: 130px 0px 0px 200px;
}

#where-we-do-it.col1 div.container div div#map a.sanfrancisco {
	margin: 220px 0px 0px 10px;
}

#where-we-do-it.col1 div.container div div#map a.lasvegas {
	margin: 280px 0px 0px 100px;
}

#where-we-do-it.col1 div.container div div#map a.grandcanyon {
	margin: 300px 0px 0px 160px;
}

#where-we-do-it.col1 div.container div div#map a.losangeles {
	margin: 310px 0px 0px 40px;
}

#where-we-do-it.col1 div.container div div#map a.phoenix {
	margin: 360px 0px 0px 150px;
}

#where-we-do-it.col1 div.container div div#map a.denver {
	margin: 240px 0px 0px 320px;
}

#where-we-do-it.col1 div.container div div#map a.chicago {
	margin: 230px 0px 0px 545px;
}

#where-we-do-it.col1 div.container div div#map a.stlouis {
	margin: 300px 0px 0px 500px;
}

#where-we-do-it.col1 div.container div div#map a.dallas {
	margin: 410px 0px 0px 400px;
}

#where-we-do-it.col1 div.container div div#map a.houston {
	margin: 460px 0px 0px 430px;
}

#where-we-do-it.col1 div.container div div#map a.neworleans {
	margin: 470px 0px 0px 520px;
}

#where-we-do-it.col1 div.container div div#map a.atlanta {
	margin: 405px 0px 0px 625px;
}

#where-we-do-it.col1 div.container div div#map a.newyork {
	margin: 220px 0px 0px 765px;
}

#where-we-do-it.col1 div.container div div#map a.washington {
	margin: 270px 0px 0px 750px;
}

#where-we-do-it.col1 div.container div div#map a.miami {
	margin: 540px 0px 0px 690px;
}

#where-we-do-it.col1 div.container div p {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	background: url(../img/background-where-we-do-it-p.png) center center no-repeat;
	padding: 15px 0;
}

#where-we-do-it.col1 div.container div p span {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 600;
}

.country-bottom {
    height: 570px;
    position: relative;
    left: 0;
    bottom:0px;
}

.country-bottom h3 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}

.country-bottom ul {
	padding: 20px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	list-style: circle;
}

.country-bottom .row-bottom {
	padding: 15px 0 0 0;
	width: 100%;
}

.row-bottom p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
}

.row-bottom .inner {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 10px;
	margin: 30px 0 0 0;
}

.row-bottom .inner .map-back {
	float: left;
}

.row-bottom .inner .map-back a {
	display: block;
	height: 58px;
	width: 86px;
	padding: 15px 0 0 15px;
}

.row-bottom .inner .testimonial {
	float: right;
}

.row-bottom .inner .testimonial a {
	display: block;
	height: 58px;
	width: 86px;
	padding: 18px 0 0 13px; 
}

.bg-white .country-bottom {
	margin: 35px 0 35px 20px;
}

.bg-orange .country-bottom {
	margin: 35px 20px 35px 0;
}

.bg-white .country-bottom h3 {
	color: #FF6600;
	background: url(../img/line_orange.png) 0 bottom no-repeat;
}

.bg-orange .country-bottom h3 {
	color: #000000;
	background: url(../img/line_black.png) 0 bottom no-repeat;
}

.bg-white .country-bottom ul {
	padding: 20px 0 0 15px;
	color: #FF6600;
}

.bg-orange .country-bottom ul {
	padding: 20px 0 0 10px;
	color: #000000;
}

.bg-white .country-bottom ul li span {
	color: #000000;
}

.bg-orange .country-bottom ul li span {
	color: #ffffff;
}

.bg-white .row-bottom {
	background: url(../img/line_black.png) 0 top no-repeat;
}

.bg-orange .row-bottom {
	background: url(../img/line_white.png) 0 top no-repeat;
}

.bg-white .row-bottom p {
	color: #FF6600;
}

.bg-orange .row-bottom p {
	color: #000000;
}

.bg-white .row-bottom p span {
	color: #000000;
}

.bg-orange .row-bottom p span {
	color: #ffffff;
}

.bg-white .row-bottom .inner a {
	color: #ffffff;
}

.bg-orange .row-bottom .inner a {
	color: #FF6600;
}

.bg-white .row-bottom .inner .map-back a {
	background: url(../img/sprite.png) 0 -200px no-repeat;
}

.bg-orange .row-bottom .inner .map-back a {
	background: url(../img/sprite.png) -300px -200px no-repeat;
}

.bg-white .row-bottom .inner .testimonial a {
	background: url(../img/sprite.png) -150px -200px no-repeat;
}

.bg-orange .row-bottom .inner .testimonial a {
	background: url(../img/sprite.png) -450px -200px no-repeat;
}

/* Responsive slides */
.rslides {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 0;
}

.rslides li {
  	-webkit-backface-visibility: hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}

.rslides li:first-child {
  	position: relative;
  	display: block;
  	float: left;
}

.rslides img {
  	display: block;
  	_height: auto;
  	float: left;
  	width: 100%;
  	border: 0;
}

.callbacks_container {
 	position: relative;
 	float: left;
 	width: 100%;
}

.callbacks {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 0;
}

.callbacks li {
  	position: absolute;
  	width: 100%;
  	left: 0;
  	top: 0;
}

.callbacks img {
  	display: block;
  	position: relative;
  	z-index: 1;
  	_height: auto;
  	width: 100%;
  	border: 0;
}

.callbacks .caption {
  	display: block;
  	position: absolute;
  	z-index: 2;
  	font-size: 20px;
  	text-shadow: none;
  	color: #fff;
  	background: #000;
  	background: rgba(0,0,0, .8);
  	left: 0;
  	right: 0;
  	bottom: 0;
  	padding: 10px 20px;
  	margin: 0;
  	max-width: none;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	width: 30px;
	height: 50px;
	background: url(../img/sprite.png) 0 -100px no-repeat;
	margin-top: -45px;
	margin-left: 15px;
}

.callbacks_nav:active {
  	opacity: 1.0;
}

.callbacks_nav.next {
  	left: auto;
  	background-position: -100px -100px;
  	right: 0;
  	margin-right: 15px;
}

/* Orange Arrows */
.callbacks_nav {
	width: 35px;
	height: 36px;
	background: url(../img/fancybox/fancybox_sprite.png) 0 -36px no-repeat;
	opacity: 0.8;
}

.callbacks_nav:active {
  	opacity: 1.0;
}

.callbacks_nav.next {
  	background-position: 0 -72px;
}

/* Gallery */
#gallery.col1 div h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
    font-size: 100px;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0;
}


.ri-grid{
	position: relative;
	height: 100%;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}


/*! fancyBox v2.1.5 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Références */
#references h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
    font-size: 100px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0 40px 0;
    color: #FF6600;
    background: url(../img/line_orange.png) 0 bottom repeat-x;
}

/* Swiper */ 
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
	padding: 40px 0 0 0;
}

.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	float: left;
}

	/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.swiper-container {
	height:400px;
}

.pagination {
  	position: absolute;
  	left: 0;
  	text-align: center;
  	bottom:5px;
  	width: 100%;
}

.swiper-pagination-switch {
 	display: inline-block;
 	width: 10px;
 	height: 10px;
  	border-radius: 10px;
  	background: #999;
  	box-shadow: 0px 1px 2px #555 inset;
  	margin: 0 3px;
  	cursor: pointer;
}

.swiper-active-switch {
  	background: #efefef;
}

/* Contact */
#contact h2 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
    font-size: 100px;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 40px 0;
    color: #ffffff;
    background: url(../img/line_white.png) 0 bottom repeat-x;
}

#contact h3 {
	font-size: 18px;
	line-height: 27px;
	color: #FF6600;
	text-align: center; 
	background: url(../img/line_white.png) 0 bottom repeat-x;
	padding: 15px 0 18px 0;
	margin: 0 0 30px 0;
}

#contact h3 span {
	text-transform: uppercase;
}

#contact .col2 .round {
	background: url(../img/sprite.png) -306px -700px no-repeat;
	height: 295px;
	width: 295px;
	margin: 0 0 0 60px;
}

#contact .col2 {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 30px 0;
}

#contact .col2 .round p {
	font-family: "adobe-garamond-pro",sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	
	-webkit-transform: rotate(340deg);
	-moz-transform: rotate(340deg);
	-o-transform: rotate(340deg);
	-ms-transform: rotate(-380deg);
	
	padding: 85px 0 0 0;
	margin: 0 0 0 -30px;
}

#contact .col2 h4 {
	font-family: "aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	color: #FF6600;
	padding: 0 0 5px 0;
	margin: 40px 0 0 0;
}

#contact .col2 ul {
	color: #FF6600;
    float: left;
    list-style: circle outside none;
    margin: 30px 0 0 15px;
    width: 210px;
}

#contact .col2 ul li {
	padding: 0 0 4px 0;
}

#contact .col2 ul li span, #contact .col2 ul li a {
	color: #ffffff;
}

#contact .col1 {
	width: 100%;
	float: left;
}

#contact .denis {
	margin: -50px 0 0 0;
	float: right;
}

#contact #parteners {
	background: url(../img/line_white.png) 0 top repeat-x;
	padding: 30px 0 40px 0;
	
	display: none;
}

#contact #parteners ul li {
	float: left;
	margin: 0 30px 0 0;
}

/* Slide left right */
.ss-container{
    width: 100%;
    position: relative;
    float: left;
	overflow: hidden;
}

.ss-container:before{
    position: absolute;
    width: 4px;
    top: 0px;
    left: 50%;
	margin-left: -2px;
    content: '';
    height: 100%;
}

.ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
}

.ss-left, .ss-right{
    float: left;
    width: 50%;
    position: relative;
}

.ss-right{
    padding-left: 0%;
}

.ss-left{
    padding-right: 0%;
}

/* Scroll Up */ 
#scrollUp {
	background: url(../img/sprite.png) -500px -100px no-repeat;
	bottom: 20px;
	right: 30px;
	width: 63px;
	height: 53px;
	margin-bottom: -10px;
	padding: 13px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	text-decoration: none;
	color: #FF6600;
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
	margin-bottom: 0px;
}

/* Media Queries */

/* Retina display */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.navbar-header #social ul li a.fb,
	.navbar-header #social ul li a.mail,
	.navbar-header a.navbar-brand,
	.cbp-bicontrols span.cbp-biprev,
	.cbp-bicontrols span.cbp-binext,
	#who-we-are.col1 div div.col2 div.left div.round,
	.mice div.round.orange,
	.mice div.round.white,
	#mice-m .col2 div.mice-bottom div.row-bottom div.inner,
	#mice-i .col2 div.mice-bottom div.row-bottom div.inner,
	#mice-c .col2 div.mice-bottom div.row-bottom div.inner,
	#mice-e .col2 div.mice-bottom div.row-bottom div.inner,
	#our-story.col1 div div.col2 div.left div.round,
	#where-we-do-it.col1 div.container div div#map a span.bullet,
	.bg-white .row-bottom .inner .map-back a,
	.bg-orange .row-bottom .inner .map-back a,
	.bg-white .row-bottom .inner .testimonial a,
	.bg-orange .row-bottom .inner .testimonial a,
	.callbacks_nav,
	#contact .col2 .round,
	#scrollUp {
		background-image: url('../img/sprite@2x.png');
		background-size: 600px 1000px;
	}
	
	#mice-m.col1 div.ss-row div.container div.col2 div.mice,
	#mice-i.col1 div.ss-row div.container div.col2 div.mice,
	#mice-c.col1 div.ss-row div.container div.col2 div.mice,
	#mice-e.col1 div.ss-row div.container div.col2 div.mice {
		background-image: url('../img/sprite_mice@2x.png');
		background-size: 475px 3000px;
	}
		
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
	
	/* Arrows orange */
	.callbacks_nav {
		background-image: url('../img/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
	
}

@media (min-width:480px){	
	img.mobile {
		display: none;
	}
}

/* Home iPad horizontal */
@media (max-width:1200px){
	
	body {
		overflow-x: hidden;
	}
	
	.cbp-bislideshow,
	.cbp-bicontrols {
		position: absolute;
	}
	
	#scrollUp {
		display: none !important;
	}
	
	.caret {
		display: none;
	}
	
	#home div#slideshow ul li div.mini-map {
		bottom: 0;
		right: 0;
	}
	
	.ss-left {
		left: 0% !important;
	}
	
	.ss-right {
		right: 0% !important;
	}
	
	ul.rslides li.iPad {
		display: none !important;
	}
	
	.callbacks_nav {
		display: none !important;
	}

}

/* Home iPad Verticale */
@media (max-width:990px){
	img {
		height: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.navbar-toggle {
		display: block;
	}
	
	.navbar-header div#lang {
		margin: 15px 25px 0 0;
	}
	
	/* Home */
	#home div#slideshow ul li div.title span.big {
	    font-size: 60px;
	    text-transform: uppercase;
	}
	
	#home div#slideshow ul li div.title span.sub {
	    font-size: 30px;
	}
	
	.cbp-bicontrols {
		width: 670px;
		margin: -20px 0 0 -330px;
	}
	
	/* Who we are */
	#who-we-are.col1 div div.col2 div.left {
		display: none;
	}
	
	#who-we-are.col1 div div.infinite {
		background: none;
		padding: 0;
	}
	
	#who-we-are.col1 div div.col2 div.left, #who-we-are.col1 div div.col2 {
		width: 100%;
	}
	
	#who-we-are.col1 div div.col2 div.right {
		width: 100%;
	}
	
	#who-we-are.col1 div div.col2 div.right {
		margin: 0;
		padding: 0 15px;
	}
	
	#who-we-are.col1 div div.col2 div.right div.line-top {
		height: 30px;
	}
	
	#who-we-are.col1 div div.col2 div.right div.line-bottom {
		height: 10px;
	}
	
	#who-we-are.col1 div div.col2 div.right h2 {
		display: block;
	}
	
	/* What we do */
	#what-we-do.col1 div div.col2.right div {
		width: 350px;
	}
	
	#what-we-do.col1 div div.col2.right h2 {
		font-size: 100px;
	}
	
	/* MICE */
	.col1 div.ss-row div.container div.col2 {
		width: 100%;
	}
	
	.col1 div.ss-row div.container div.ss-left {
		display: none;
	}
	
	.mice-bottom,
	body.fr div#mice-i.col1 div.ss-row div.container div.col2 div.mice-bottom,
	body.fr div#mice-c.col1 div.ss-row div.container div.col2 div.mice-bottom,
	body.fr div#mice-e.col1 div.ss-row div.container div.col2 div.mice-bottom {
		height: auto !important;
		padding: 75px 0 100px 0;
	}
	
	.row-bottom {
		_display: none;
	}
	
	.mice-bottom h3 {
		display: block;
	}
	
	
	/* Our story */
	#our-story.col1 div div.col2 {
		width: 100%
	}
	
	#our-story.col1 div div.infinite {
		display: none;
	}
	
	#our-story.col1 div div.col2 div.left, #our-story.col1 div div.col2 div.right {
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	
	#our-story.col1 div div.col2 div.right h2 {
		display: block;
	}
	
	#our-story.col1 div div.col2 div.right div.line-top {
		height: 30px;
	}
	
	#our-story.col1 div div.col2 div.right div.line-bottom {
		height: 30px;
	}
	
	/* Where we do it */
	#where-we-do-it.col1 div.container div #map {
		background: none;
		height: auto;
		width: auto;
	}
	
	#where-we-do-it.col1 div.container div #map img {
		display: block;
	}
		
	#where-we-do-it.col1 div.container div div#map a {
		display: none;
	}
	
	#where-we-do-it.col1 div.container div h2 {
		font-size: 85px;
	}
	
	.country-bottom {
		height: 100%;
		padding: 0 0 30px 0;
	}
	
	/*
.country-bottom .row-bottom {
		display: block;
		padding: 400px 0 0 0;
		width: 100%;
		height: 100%;
	}
*/

	.country-bottom .row-bottom {
		_display: none;
	}
	
	.row-bottom {
		position: relative;
	}
	
	.country-bottom h3 {
		font-size: 32px;
	}
	
	.map-back {
		display: none;
	}
	
	/* Contact */
	#contact .col2 .round {
		margin: 0 0 0 20px;
	}
	
	#contact .col2 ul {
		width: 100%;
	}
	
	#contact .denis {
		display: none;
	}
}

/* Home iPhone */
@media (max-width:620px){
	.navbar-wrapper div.container div.navbar div.navbar-collapse div.container ul.nav li a.hide-iphone {
		display: none;
	}
	
	.col2 {
		width: 100%;
	}
	
	.navbar-header {
		width: 100%;
	}
	
	.navbar-header a.navbar-brand {
		background: none;
		font-family: "aktiv-grotesk-std",sans-serif;
		font-style: normal;
		font-weight: 800;
		color: #ffffff;
		
	}
	
	.navbar-brand {
		padding: 15px 0;
	}
	
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin: 0;
	}
	
	.navbar-toggle {
		margin-right: 0;
	}
	
	.navbar-header a.navbar-brand .hide {
		display: block !important;
	}
	
	.navbar-header a.navbar-brand {
		width: auto;
	}
	
	.navbar-header div#lang {
		width: auto;
		padding: 5px 0 0 0;
	}
		
	#references, 
	#scrollUp,
	#home div#slideshow ul li div.mini-map,
	#social,
	#slideshow {
		display: none !important;
	}
	
	#home {
		background: url(../img/background/bg-mobile.jpg) center center no-repeat;
		height: 250px;
		width: 100%;
		margin: 30px 0 0 0;
	}
	
	#who-we-are {
		margin: 0 !important;
	}
	
	#who-we-are.col1 {
		padding: 0;
	}
	
	#who-we-are.col1 div div.col2 div.right h2 {
		font-size: 36px;
		padding: 0;
	}
	
	#who-we-are.col1 div div.col2 div.right div.line-bottom {
		background: none;
	}
	
	/* What we do */
	#what-we-do {
		height: auto;
	}
	
	#what-we-do.col1 div div.col2.right {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	#what-we-do.col1 div div.col2.right h2 {
		font-size: 36px;
		padding: 30px 0 0 0;
		line-height: 36px;
		text-align: center;
	}
	
	#what-we-do.col1 div div.col2.right div {
		width: 100%;
		padding: 20px 15px 20px 15px;
	}
	
	.mice-bottom h3 {
		font-size: 21px;
		line-height: 25px;
		padding: 0 0 15px 0;
	}
	
	.mice-bottom, body.fr div#mice-i.col1 div.ss-row div.container div.col2 div.mice-bottom, body.fr div#mice-c.col1 div.ss-row div.container div.col2 div.mice-bottom, body.fr div#mice-e.col1 div.ss-row div.container div.col2 div.mice-bottom {
		padding: 30px 0 30px 0;
	}
	
	/* Our story */
	#our-story.col1 div div.col2 div.left, #our-story.col1 div div.col2 div.right {
		width: 100%;
	}
	
	#our-story.col1 div div.col2 div.right h2 {
		font-size: 32px;
		padding: 0;
	}
	
	#our-story.col1 {
		padding: 0;
	}
	
	#our-story.col1 div div.col2 div.right div.line-bottom {
		background: none;
	}
	
	/* Where we do it */
	.callbacks_container {
		display: none !important;
	}
	
	img.mobile {
		display: block;
	}
	
	#where-we-do-it.col1 div.container div h2 {
		font-size: 32px;
		line-height: 32px;
		padding: 30px;
	}
	
	#where-we-do-it.bg-black {
		height: auto;
	}
	
	#where-we-do-it.col1 div.container div p {
		background: none;
	}
	
	.bg-white .country-bottom,
	.bg-orange .country-bottom {
		margin: 25px 0;
	}
	
	.country-bottom h3 {
		text-align: center;
		font-size: 21px;
	}
	
	.bg-white .country-bottom h3, 
	.bg-orange .country-bottom h3 {
		background: none;
	}
	
	.bg-white .country-bottom ul,
	.bg-orange .country-bottom ul {
		padding: 0 0 0 15px;
	}
	
	.row-bottom .inner {
		display: none;
	}
	
	.country-bottom {
		padding: 0;
	}
	
	/* Gallery */
	#gallery.col1 div h2 {
		font-size: 36px;
		padding: 30px 0;
	}
	
	/* Contact */
	#contact h2 {
		font-size: 36px;
		padding: 30px 0;
	}
	
	#contact .col2 .round,
	#contact #parteners {
		display: none;
	}
	
	#contact .col2,
	#contact .col2 ul,
	#contact .col2 h4 {
		margin: 0;
		list-style: none;
	}
	
	#contact .col2 {
		text-align: center;
	}
	
}