/* Typo
* --------------------------------------- */

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Roboto', sans-serif; color:#29414f;  }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 300;}

p {font-size: 16px; font-weight: 300; line-height: 24px;}
.jumbotron p {font-weight: 300;}
.home p {color: #fff; font-size: 18px;font-weight: 200; letter-spacing: 1px; line-height: 26px; }

@media screen and (min-width: 768px) {
    .lead { font-size: 18px; font-weight: 300; }
}
a {color: #13a0ff; transition: all 500ms ease; padding-bottom: 2px}  
a:hover {color: #13a0ff; text-decoration: none; border-bottom: 3px solid #13a0ff;} 


.container .jumbotron {
border-radius: 0;
}

/* Style for our header texts
* --------------------------------------- */
h1 {font-weight: 100; color: #13a0ff; margin:0; padding:0; font-size: 28px;margin-top: 60px;}
/*
@media screen and (min-width: 768px) {
    .home h1 { font-size: 2.1em;}
}
@media screen and (min-width: 1024px) {
    .home h1 { font-size: 3em;}
}
*/


h2 {
	font-weight: 100; 
	color: #13a0ff; 
	margin-bottom: 40px;
	margin-top: 60px;
}
@media screen and (min-width: 768px) {
	h2 {margin-top: 60px;}
	h1 {margin-top: 0px;}
}
/*
@media screen and (min-width: 1024px) {
	h2 {margin-top: 60px;}
}
*/

@media screen and (max-width: 768px) {
	.card h2, .jumbotron h2 {margin-top: 0px;}
}
@media screen and (max-width: 1024px) {
	.card h2, .jumbotron h2 {margin-top: 0px;}
}



.references h3 {color: #13a0ff;}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.references h3 {font-size: 22px;}	
}

/* BlackAndWhite
* --------------------------------------- */
/*
.bwWrapper {
  cursor: pointer;
}
 
*/
.bwWrapper img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
/*
  opacity: .7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
*/
  /* IE 6-9 */
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  
  cursor: pointer;
}
 
.bwWrapper:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

/* srcoll down & scroll to top buttons appear `
* --------------------------------------- */

#btScrollDown {width: 50px; margin: 0 auto; display: block; position: relative; font-size: 12px;height: 60px; }
#btScrollDown div {/* position: absolute;width: 80px;  */line-height: 10px; margin-bottom: 10px; text-transform: uppercase; display: inline-block;}

.fixedBottom {position: fixed; bottom: 16px; right: 20px; z-index: 1000;}

#btGoToTop {padding-top: 6px; text-align: center; font-size: 14px;font-size: 22px; color: #fff;}
#btGoToTop i {width: 26px;}
#btGoToTop:hover {border-bottom: 0px solid #fff; border-top: 3px solid #fff;}

#btGoToTop.invertColor {color:#000;}
#btGoToTop.invertColor:hover {border-top: 3px solid #000;}


.translate-50 {transform: translate(0,-75px); opacity: 1;}
.translate0 {transform: translate(0,0); opacity: 1;}
.translate50 {transform: translate(0,50px); opacity: 0;}

/**/
.charWrap {
    display:inline-block;
    position:relative;
    overflow: hidden;
}
.funnyText span.left, 
.funnyText span.right,
.funnyText span.top,
.funnyText span.bottom {
    position:absolute;
}
.funnyText .charWrap {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;/** Chrome & Safari **/
    -moz-transition: all 0.4s ease-in-out;/** Firefox **/
    -o-transition: all 0.4s ease-in-out;/** Opera **/
}
.funnyText .charWrap .top {
    top:0;
}
.funnyText .charWrap .left {
    left:0;
}
.funnyText .charWrap .right {
    right:0;
}
.funnyText .charWrap .bottom {
    bottom:0;
}
.funnyText .character {
    overflow:hidden;
    display:inline-block;
}

/* Header `
* --------------------------------------- */
header, footer {
	position: fixed;
	height: 50px;
	display: block;
	width: 100%;
	z-index: 9;
	text-align: center;
	color: #f2f2f2;
}

header.container-fluid {padding-left: 0; padding-right: 0; z-index: 11;}

header {top: 0px; background-color: rgba(41,65,79, 0);}
footer {bottom: 0px; 
	background: transparent url('../img/footer-bg-3.png') top center no-repeat;
	/* background-position-y: 30px; */
	height: 94px; 
	padding:50px 0 40px;
	 transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;/** Chrome & Safari **/
    -moz-transition: all 0.4s ease-in-out;/** Firefox **/
    -o-transition: all 0.4s ease-in-out;/** Opera **/
}

/*
@media screen and (max-width: 768px) {
    footer { background-position-x: -55px;}
}
*/



footer address {
	text-align: left; font-size: 13px; font-weight: 400; margin-top: -50px;
}
footer address p {font-size: 13px; font-weight: 400;}
footer strong {font-weight: 300;}
footer strong small {font-weight: 100;}
footer address span, footer address {
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;/** Chrome & Safari **/
    -moz-transition: all 0.4s ease-in-out;/** Firefox **/
    -o-transition: all 0.4s ease-in-out;/** Opera **/
}
.hideIfSmallFooter {opacity: 0;}
footer a, footer a:visited, footer a:active {
	font-weight: 400;
	margin-right: 30px;
	color: #fff; padding-bottom: 2px ;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;/** Chrome & Safari **/
    -moz-transition: all 0.4s ease-in-out;/** Firefox **/
    -o-transition: all 0.4s ease-in-out;/** Opera **/
}  
footer a:hover {
	color: #fff; text-decoration: none; border-bottom: 3px solid #fff;}  



.footerHigher {height: 150px; }
.footerHigher address {margin: 0 0 0 20px;font-size: 16px;margin-top: 5px;}

.footerHigher address span.hidden-xs:first-child {display: inline-block !important; margin-right: 20px;}

.footerHigher .hideIfSmallFooter {opacity: 1;}
.opacity40 {opacity: .3;}

@media screen and (min-width: 768px) {
    footer { background-position: center top;}
    footer address {margin-top: -110px;}
    footer a, footer a:visited, footer a:active {margin:0 0 0 30px;}
    .footerHigher {height: 190px; }
    .footerHigher address {margin-top: -60px;}
    .footerHigher address p {font-size: 16px;}
}
/*
.footerHigher .hideIfSmallFooter.opacity40 {opacity: .4;}
*/

/* Navigation
* --------------------------------------- */
.navbar-toggle { transition: all 250ms ease; border: 0px solid red; border-radius: 0px; z-index: 100;
	width: 50px;
  height: 40px;
  margin: 10px 0 0 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
	
	
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {background-color: #13a0ff;}
.navbar-inverse .navbar-toggle.open:hover, .navbar-inverse .navbar-toggle.open:focus {background-color: transparent;}

.navbar-toggle .icon-bar {
	display: block;
  position: absolute;
  height: 3px;
  width: 24px;
  background: #d3531a;
  opacity: 1;
  left: 13px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	
}
/* Icon 3 */

.navbar-toggle span:nth-child(2) {
  top: 10px;
}
.navbar-toggle span:nth-child(3),
.navbar-toggle span:nth-child(4) {
  top: 15px;
}
.navbar-toggle span:nth-child(5) {
  top: 24px;
}


.navbar-toggle.open span:nth-child(2) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.navbar-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle.open span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle.open span:nth-child(5) {
  top: 15px;
  width: 0%;
  left: 50%;
}






.container > .navbar-header {margin: 0;}

.navbar-inverse {
/*
background-color: #29414f; 
	background-color: rgba(41,65,79, 0.7);
*/
	background-color: transparent;
	border: none;
}
.navbar-inverse .navbar-collapse.collapsing,
.navbar-inverse .navbar-collapse.collapse.in {
	border-color: transparent; position: fixed; width: 100%; top:0px; left: 0px; right: 0px; bottom: 0px; margin-left: 0; margin-right:0;
	z-index: 99;
	background-color: rgba(19, 160, 255, 0.8);
	}
.navbar-brand {padding-top: 8px}
.navbar-brand img {
	margin-left: 30px;
	margin-top: 25px;
	/* width:100%; */
	height:60px;
	transition: height 500ms, background 500ms, margin 500ms;
}
.navbar-brand.tiny img {height: 50px;margin: 0px;margin-left: 80px;}


.navbar-inverse .navbar-nav > li > a {color: #fff; padding:8px 12px; font-weight: 100; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: rgba(41,65,79, 0);
	transition: all 250ms ease;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {border-bottom: 0px solid red;}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff; background-color: #13a0ff;
	background-color: rgba(41,65,79, 0);
	border: 3px solid #fff;
}

@media screen and (max-width: 768px) {
	.navbar-brand img {
		margin-left: 20px;
		margin-top: 0px;
		height:40px;
	}
	.navbar-brand.tiny img {height: 40px;margin-left: 20px;}
	.navbar-nav {margin-top: 50px;}	
	.navbar-inverse .navbar-nav > li > a {
		border: 3px solid transparent; font-size: 36px; line-height: 36px; font-weight: 100; display: inline-block; }
}

@media screen and (min-width: 768px) {
	.navbar-brand img {
		margin-left: 30px;
		margin-top: 25px;
	}
	.navbar-brand.tiny img {height: 40px; margin-left: 65px;} 
	.navbar-inverse .navbar-nav { margin-top: 10px;}

	.navbar-inverse .navbar-nav > li > a { font-size: 15px; border: 3px solid transparent; padding:8px 12px;line-height: 22px;font-weight: 400; color: #13a0ff;}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {border: 3px solid transparent;}
}
@media screen and (min-width: 1024px) {
	.navbar-brand img {
		margin-left: 120px;
		margin-top: 40px;
	}
	.navbar-brand.tiny img {height: 40px; margin-left: 65px;}
}
.navbar-inverse .navbar-nav.invertColor > li > a:hover, 
.navbar-inverse .navbar-nav.invertColor > li > a:focus {color:#13a0ff;border: 3px solid #13a0ff;}
.navbar-inverse .navbar-nav.invertColor > .active > a {color:#ccc; border: 3px solid #ccc;}
.navbar-inverse .navbar-nav.invertColor > .active > a:hover {color:#ccc; border: 3px solid #ccc; cursor: default;}



.deuxTiers {
	height:100%; background-color: white;
	padding: 40px 40px 80px;
	background-color: #202e39;
	background-color: rgba(255,255,255,0.85);
	margin-top: 60px;
}



.home .col-xs-12 {background-color: rgba(34, 35, 39, 0.7); margin-bottom: 100px;}
/* 	.home .col-xs-12 {background-color: rgba(41,65,79, 0.7);}
	.home .col-xs-12 {background-color: rgba(19,160,255, 0.9);} */


.home aside { padding: 30px 30px 0;}
.home .col-xs-12 { margin-bottom: 100px;}
.home aside a { color: #fff;}
.home aside a:hover { color: #13a0ff; border-bottom: 3px solid #13a0ff;}


@media screen and (min-width: 768px) {
    .home aside { padding: 40px 20px;}
	.home .col-xs-12 {margin-bottom: 0px;}
	.deuxTiers { margin-top: 0px;}
}


.card {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
  	padding: 20px; margin-bottom: 20px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
}
.card:hover {
	background-color: rgba(255,255,255,1);
}

.card a:hover {border-bottom: none;}

.card figure img {max-width: 75%; max-height: 50px;}

.references .card { text-align: left;}

/* .references .card:first-child {margin-top: 60px; margin-bottom: 60px; min-height: 340px; text-align: left;} */

.references .card h2 {margin-top: 0;}
.references .card figure {margin: 20px 0 40px; text-align:center; }
.references .card p {margin-top: 20px;}

@media screen and (max-width: 768px) {
	.bwWrapperLast {margin-bottom: 100px;}
}	
@media screen and (min-width: 768px) {
	.references .card {margin-bottom: 100px; min-height: 695px;}
}	
@media screen and (min-width: 1024px) {
	.references .card { min-height: 520px;}
}
@media screen and (min-width: 1200px) {
	.references .card { min-height: 450px;}
}	

/* Hospitabilty
* --------------------------------------- */


.section.hospitabilty {
	padding-top: 200px;
	padding-bottom: 200px;
	position: relative;
	/* background: #f3f3f3; */
	text-align: left;
}

.hospitabilty .background {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: 50% 50% no-repeat;
	opacity: 100;
	filter: alpha(opacity=10000);
	opacity: 1;
	filter: alpha(opacity=100);
	

}

.hospitabilty h2 {margin-top: 0px; font-size: 28px; margin-bottom: 20px;}
@media screen and (min-width: 768px) {
		.hospitabilty h2 { margin-top: 60px; }
	}

.hospitabilty p a {color: #333;}
.hospitabilty p a:hover {color: #13a0ff;}


.hospitabilty .background > .container { height: 100%; background: url('../img/header-bg.png') no-repeat; }
.hospitabilty .background .col-sm-4 { position: absolute; height: 100%; }
.hospitabilty .background .col-sm-4 > div {
	position: absolute;
	right: 0;
	height: 100%;
	background-image: none;
	width: 200%;
	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	.hospitabilty .background .col-sm-4 > div img {
		height: 100% !important; width: auto; max-width: 100%; vertical-align: middle; border: 0;
	}
	.hospitabilty .imgHotel {max-width: 200px;}
	@media screen and (min-width: 1024px) {
		.hospitabilty .imgHotel { max-width: 270px;}
	}
	@media screen and (min-width: 1200px) {
		.hospitabilty .imgHotel { max-width: 340px;}
		.hospitabilty h2 {margin-top: 100px; }
	}
/*
@media screen and (min-width: 1024px) {
    .hospitabilty .background .col-sm-4 > div {width: 850px;}
}
@media screen and (min-width: 1200px) {
	.hospitabilty .background .col-sm-4 > div { width: 890px;}
}
*/



/*
.partners .container { background: url('../img/hexa.png') no-repeat 93px 20px; }
@media screen and (min-width: 1024px) {
    .partners .container { background: url('../img/hexa-big.png') no-repeat 93px 57px; }

}
*/
.partners h2 {
text-align: right; /* color: #202e39; */
font-weight: 200;
padding: 20px;
margin-bottom: 20px;
/*
background-color: #000;
background-color: rgba(0,0,0,0.50);

*/
text-shadow: 0px 0px 8px rgba(0,0,0,0.75);
}


.partners aside.col-sm-5 {margin-top: 100px;}

.partners .card {min-height: 558px;}
@media screen and (max-width: 768px) {
	.partners .card {min-height: 100px;}
}
@media screen and (min-width: 768px) {
	.partners h2 {
		margin-top: 70px;
		padding:15px 20px;
		display: inline-block;
		float: right;
	}
}
@media screen and (min-width: 1024px) {
	.partners .card {min-height: 438px; }
}
@media screen and (min-width: 1200px) {
	.partners .card {min-height: 390px; }
}

/* .partners .card {margin:40px 0 60px 0;}  */
.partners figure {margin: 20px 0; min-height: 60px;}
.partners p, .references p {text-align: left;}

/*
.references .card {background-color: #202e39;
	background-color: rgba(32,46,57,0.7);
	}
*/
.dev .card h2 { margin-top: 8px; margin-bottom: 16px}
.dev article { text-align: left; padding-top: 20px;}

.dev article .card {
	/* background-color: #fff; background-color: rgba(255,255,255,.9); */
	min-height: 450px; margin-top: 170px; 
}

@media screen and (max-width: 768px) {
	.dev article:first-child {padding-top: 80px;}
	.dev article .card {margin-top: 20px; }
	.dev article .card:first-child {margin-top: 0px; }
}

@media screen and (min-width: 768px) {
	.dev article .card {min-height: 450px; }
}



/* .section.letsMeet {background: #e09b4b url("../img/pic-discuss.jpg"); background-size: 100%; } */
.section.letsMeet .jumbotron {background-color: rgba(62,63,57,.7); margin-bottom: 40px; padding-left: 30px;padding-left: 30px;  }
.section.letsMeet h3 {color: #fff; margin: 0px 0 22px;}
.section.letsMeet .letsMeetBtns {height: 45px; float: left;}
.section.letsMeet .letsMeetBtns a.btn { color:#fff ; border-bottom: 3px solid transparent;/*  border-bottom: 3px solid rgba(255,255,255, 0.5); */border: 0px solid transparent;  border-radius: 0px;}
.section.letsMeet .letsMeetBtns a.btn:hover {border-bottom: 3px solid #13a0ff; color: #13a0ff}
/* .section.stepIn {background: #e09b4b url("../img/pic-step-in.jpg") no-repeat; background-size: 100%; } */
.section .jumbotron {text-align: left; }
.section.stepIn .jumbotron {background-color: rgba(71,35,69,.4); }
.section.stepIn .jumbotron hd2, .section.stepIn .jumbotron p, .section.letsMeet .jumbotron p {color: #fff; font-weight: 200; font-size: 22px; }

.section.stepIn .jumbotron h2 {margin-top: 0;}

@media screen and (min-width: 1024px) {
    .section.letsMeet .jumbotron {margin-bottom: 115px; padding-left: 60px;padding-left: 60px;}
}	


	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section0,
	#section1,
	#section2,
	#section3,
	#section4,
	#section5,
	#section6,
	.fp-tableCell {
		background-size: cover;
		background-attachment: fixed;
		background-position-x: center;
	}

	/* Defining each sectino background and styles
	* --------------------------------------- */
	#section0{
		background-image: url(../img/bg1.jpg);
		padding: 0 0 0 0;
		text-align: left;
	}
	#section1{
		background-image: url(../img/bg-smoggy-lac.jpg);
		padding: 0 0 0 0;
	}
	@media screen and (max-width: 480px) {
    	#section1{ background-position: 30% top;}    
	}
	@media screen and (max-width: 768px) {
    	#section1{ background-position: 50% top;}    
	}
	
	#section2{
		background-image: url(../img/pic-rocks-see.jpg);
		padding: 0 0 0 0;
	}
	#section3{
		background-image: url(../img/bg-desk.jpg);
		padding: 0% 0 0 0;
	}
	#section4{
		background-image:  url(../img/bg-waves.jpg);
		padding: 0% 0 0 0;
	}
	#section5{
		background-image: url(../img/pic-step-in.jpg);
		padding: 0 0 0 0;
	}
	#section6{
		background-image: url(../img/pic-discuss.jpg);
		padding: 0 0 0 0;
	}
	
	.partners .fp-tableCell {background: url('../img/overlay-partner.png') no-repeat top center;}
	.dev .fp-tableCell {background: url('../img/overlay-app.png') no-repeat top center;}
	.hospitabilty .fp-tableCell {background: url('../img/overlay-voip.png') no-repeat top center;}
	.stepIn .fp-tableCell {background: url('../img/overlay-job.png') no-repeat top center;}
	.letsMeet .fp-tableCell {background: url('../img/overlay-contact.png') no-repeat top center;}
	
	#cookies-popup-div {
		color:#fff;
		background-color: rgba(62,63,57,.7);
		box-sizing: border-box;
		position: absolute;
		top: 15px;
		width: 20%;
		z-index: 50;
		padding: 10px;
		font-family: 'Roboto', sans-serif;
		overflow: hidden;
		display: none;
		left: 15px;
	}
	
	#cookies-popup-div p {
		font-size: 14px;
	}
	
	#accept-cookie-button-container {
		background-color: rgba(62,63,57,.7);
		float: right;
		margin-top: -15px;
	}
	
	.cookie-accept-buttons {
		background-color: rgba(0, 0, 0, 0.0);;
		border: 0px;
		margin-right: 10px;
	}
