/*-----------------*/
/*----- RESET -----*/
/*-----------------*/

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
form legend {display: none;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
ol, ul {list-style: none;}
hr {display: none; visibility: hidden;}

:focus {outline: 0;}

body {
	width: 100%;
	margin: auto;
  	font-family: 'Open Sans', sans-serif;
  	color: #404040;
  	font-size: 14px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	color: #222;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
}

p {
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	font-weight: 400;
	color: #666;
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 72px;
}

h2, h3 {
	font-size: 44px;
	margin-bottom: 15px;
	line-height: 1.4em;
	margin-top: 15px;
}

h3 {
	font-size: 26px;
	line-height: 1.4em;
}

strong {
	font-weight: bold;
}

ul.list {
	margin-left: 40px;
}

ul.list li {
	padding: 10px 0px 10px 40px;
	background: url(../images/arrow.jpg) no-repeat left center;
	background-size: 22px auto;
	color: #999;
	font-size: 16px;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.container {
	width: 100%;
	min-height: 100px;
	padding: 80px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	#logo.container {
		padding-top: 40px;
		background: url(../images/tableau-nine.jpg) center center no-repeat;
		background-attachment: fixed;
		background-size: cover;
		/*height: 100vh;*/
		height: 500px;
		padding: 0px;
	}
	
	.whitepaper #logo.container {
		height: 100vh;
	}

	#bg-color {
		background: rgba(0,0,0,0.3);
		width: 100%;
		height: 100%;
		padding: 40px 0px;
		display: table;
	}

	#bg-color .row {
		display: table-row;
	}

	.vcenter {
		display: table-cell;
		vertical-align: middle;
	}

	h1#title {
	  color: white;
	  position: relative;
	  margin: auto;
	  font-weight: 900;
	  font-size: 80px;
	  display: block;
	  text-align: left;
	  text-shadow: 0px 8px 8px rgba(0,0,0,0.5);
	  position: relative;
	  letter-spacing: 0px;
	  border-bottom: none;
	  display: block;
	  text-align: center;
	}

	#logo .vcenter p {
		color: white;
		font-size: 34px;
		margin-top: 20px;
		font-weight: 300;
		text-align: center;
		max-width: 100%;
		text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
	}

	#upgrade.container {
		background: #fff;
		padding: 60px 0px 100px;
	}

	#why.container {
		background: #0091ba;
	}

	#work.container {
		background: #fff;
		padding: 60px 0px 100px;
	}

	#footer.container {
		background: #EF7232;
		background-size: contain;
		padding: 80px 0px;
		display: block;
	}

.row {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	position: relative;

	-webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}

.arrow {
	width: 135px;
	height: 40px;
	position: absolute;
	top: -101px;
	right: 0px;
	display: none;
}
	#about-iw .arrow {
		background: url(../images/white-arrow.png) no-repeat center bottom;
	}

	#clients .arrow {
		left: 0px;
		background: url(../images/blue-arrow.png) no-repeat center bottom;
	}

	#culture .arrow {
		background: url(../images/orange-arrow.png) no-repeat center bottom;
	}

#logo-img {
	margin: auto;
	display: block;
}

#logo h1 {
	text-align: center;
}

#logo p {
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	max-width: 460px;
	margin: auto;
	line-height: 1.2em;
}

.left {
	width: 46%;
	padding-right
	display: block;
	float: left;
	margin-right: 8%;
}

.right {
	width: 46%;
	margin-right: 0;
	display: block;
	float: left;
}

#upgrade .left {
	width: 60%;
	margin-right: 8%;
}

#upgrade .right {
	width: 32%;
}

#why .left {
	width: 32%;
	margin-right: 8%;
}

#why .right {
	width: 60%;
}

#why img {
	width: 85%;
	height: auto;
	margin: auto;
	display: block;
}

#work .left {
	width: 60%;
	margin-right: 8%;
}

#work .right {
	width: 32%;
}

#about-iw img {
	position: relative;
	left: 10%;
}

#about-iw p, #about-iw h2, #footer h2, #footer p {
	color: white;
}

#work h2 {
	margin-top: 50px;
}

#culture p {
	width: 50%;
	text-align: right;
	float: right;
}

.row img {
	max-width: 100%;
}

#why h2 {
	color: white;
	display: block;
}

#why p {
	color: white;
	width: 100%;
	margin: auto;
	font-size: 22px;
}

.btn, .read-on {
	background: #0091ba;
	color: white;
	font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 0px;
    text-decoration: none;
    width: 46%;
    margin-left: 8%;
    text-align: center;
}

.read-on {
 	margin-left: 0px;
}

	.btn:hover, .read-on:hover {
		opacity: 0.7;
	}

/*hex*/
#hex-container.container .row {
	max-width: 1440px;
}

section {
  margin: 0 auto;
  text-align: center;
/*  width: 1440px;*/
  margin-top: -190px;
  padding-bottom: 160px;
}

.hex_row_even {
  display: inline-block;
  margin: 0 auto -125px auto;
  overflow: hidden;
}

.hex_row_odd {
  display: inline-block;
  margin: 0 auto -125px auto;
  overflow: hidden;
}

.center {
  float: left;
  margin: 20px 10px;
  width: 175px;
}

.hexagon {
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
  height: 250px;
  overflow: hidden;
  visibility: hidden;
  width: 175px;
}

.hex1 {
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  height: 100%;
  overflow: hidden;
  width: 100%;
}


.hex2 {
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  height: 100%;
  /*@include background-size(($width + ($width * .20)) ($width + ($width * .20)));
  background-position: 50%;*/
  position: relative;
  visibility: visible;
  width: 100%;
  background-size: 25% auto;
}

.hexagon img {
	position: relative;
	width: 60%;
	height: auto;
	top: 40%;
}

.desc {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  height: 250px;
  line-height: 1.5em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  visibility: visible;
  width: 175px;
}
  .desc.base {
    background: none;
    color: transparent;
  }

  .desc.one {
    background: rgba(80,203,203, 0.6);
  }
  .desc.two {
    background: rgba(255,202,79, 0.6);
  }
  .desc.three {
    background: rgba(255,83,50, 0.6);
  }
  .desc.four {
    background: rgba(245,245,242, 0.6);
  }
  .hexagon h2 {
    margin: 80px 20px 0 20px;
    font-size: 16px;
  }
  .hexagon p {font-size: .5em; text-transform: lowercase;}

#overlay {
	position: fixed;
	background: rgba(255,255,255,0.8);
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: none;
}

#overlay img {
	margin: auto;
	max-width: 80%;
	max-height: 80%;
	margin-top: 50px;
	width: auto;
	height: auto;
	display: block;
	border-radius: 100%;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.3);
}

#footer-logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#footer .left {
	display: block;
	float: none;
	margin: auto;
	max-width: 820px;
	width: auto;
	text-align: center;
}

h1.lets-go {
	font-size: 150px;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -256px;
	display: none;
}

a.back {
	font-size: 16px;
	color: white;
	text-decoration: none;
	position: absolute;;
	top: 10px;
	right: 10px;
	font-weight: 400;
}

a.back:hover {
	opacity: 0.5
}

#success_page {
	padding: 20px;
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
}

#success_page h1 {
	font-size: 30px !important;
	color: #404040;
}

#success_page a {
	color: #3191BB;
}

a.small-logo {
	height: 30px;
	width: auto;
	opacity: 0.5;
	position: absolute;
	top: 15px;
	left: 15px;
}

a.small-logo img {
	height: 30px;
	width: auto;
}

a.small-logo:hover {
	opacity: 1;
}

@media only screen and (max-width: 1100px) {
	.container .row {
		max-width: 90%;
		magin: auto;
	}

	#logo .vcenter h1 {
		font-size: 46px;
		max-width: 80%;
		margin: auto;
		line-height: 1.2em;
		margin-bottom: 20px;
	}

	#logo .vcenter p {
		font-size: 24px;
		max-width: 80%;
		margin: auto;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.container .row {
		max-width: 90%;
		margin: auto;
	}

	.container .row h2 {
		font-size: 48px;
	}

	#about-iw img {
		left: 0px;
		max-width: 100%;
	}

	#footer.container {
		background: url(../images/eli.jpg) no-repeat right center #000;
		background-size: cover;
		padding: 80px 0px;
		display: block;
	}


}

@media only screen and (max-width: 768px) {
	.container .row {
		max-width: 90%;
		margin: auto;
	}

	.hex_row_even {
	  display: inline-block;
	  margin: 0 auto -125px auto;
	  overflow: hidden;
	}

	.hex_row_odd {
	  display: inline-block;
	  margin: 0 auto -125px auto;
	  overflow: hidden;
	}

	.center {
	  float: left;
	  margin: 20px 10px;
	  width: 125px;
	}

	.hexagon {
	  -moz-transform: rotate(120deg);
	  -ms-transform: rotate(120deg);
	  -webkit-transform: rotate(120deg);
	  transform: rotate(120deg);
	  cursor: pointer;
	  height: 200px;
	  overflow: hidden;
	  visibility: hidden;
	  width: 125px;
	}
	.desc {
	  color: white;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 1.5em;
	  font-weight: 300;
	  height: 200px;
	  line-height: 1.5em;
	  position: absolute;
	  text-align: center;
	  text-transform: uppercase;
	  visibility: visible;
	  width: 125px;
	}
}

@media only screen and (max-width: 599px) {

	#logo .vcenter p {
		font-size: 20px;
		max-width: 80%;
		margin: auto;
	}

	ul.list {
		margin-left: 0px;
		max-width: 90%;
		margin: auto;
		display: block;
	}

	p, h2, h3 {
		text-align: center;
	}

/*	.btn {
		display: block;
		margin: auto;
		width: 60%;
		text-align: center;
	}*/

	.container .row {
		max-width: 90%;
		margin: auto;
	}

	#footer.container {
		background-size: cover;
		padding: 80px 0px;
		display: block;
	}

	h1#title {
		font-size: 48px;
	}

	#logo.container {
		height: 300px;
	}

	#upgrade h2,
	#why h2,
	#work h2 {
		margin-top: 0px;
		font-size: 36px;
		line-height: 1.3em;
	}

	.container .row h2 {
		font-size: 48px;
	}

	#upgrade img, #work img {
		left: 0px;
		max-width: 100%;
		margin-top: 20px;
		opacity: 1 !important;
	}

	#why img {
		max-width: 90%;
		width: 90%;
		margin-bottom: 20px;
		opacity: 1 !important;
	}

	#upgrade.btn {
		display: none;
	}

	.left, .right {
		width: 100% !important;
		display: block;
		float: none;
		margin: 0px;
	}

	#culture h2, #about-iw h2 {
		text-align: center;
	}

	#culture p, #about-iw p {
		text-align: center;
		float: none;
		width: 100%;
	}

	.hex_row_even {
	  display: inline-block;
	  margin: 0 auto -125px auto;
	  overflow: hidden;
	}

	.hex_row_odd {
	  display: inline-block;
	  margin: 0 auto -125px auto;
	  overflow: hidden;
	}

	.center {
	  float: left;
	  margin: 25px 3px;
	  width: 50px;
	}

	.hexagon {
	  -moz-transform: rotate(120deg);
	  -ms-transform: rotate(120deg);
	  -webkit-transform: rotate(120deg);
	  transform: rotate(120deg);
	  cursor: pointer;
	  height: 125px;
	  overflow: hidden;
	  visibility: hidden;
	  width: 50px;
	}
	.desc {
	  color: white;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 1.5em;
	  font-weight: 300;
	  height: 125px;
	  line-height: 1.5em;
	  position: absolute;
	  text-align: center;
	  text-transform: uppercase;
	  visibility: visible;
	  width: 50px;
	}

	section {
	  margin-top: -220px;
	  padding-bottom: 0px;
	}

/*	textarea {
		width: 100% !important;
	}
*/
	#footer-logo {
		position: relative;
  		margin: 80px auto 0px;
  		display: block;
	}

	#contact {
		width: 100%;
		margin: auto;
	}

	#contact input, #contact textarea, select {
		width: 90%;
	}

	.arrow {
		top: -101px;
	}
}