@charset "utf-8";
/* CSS Document */

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

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


/*-------------------------------------------------- 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,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	}

body {
	color: #06284b;
	font-family: 'Raleway-Medium', Helvetica, Arial, sans-serif;
	}


ul {
	margin:0 0 1.5em 1.25em;
	}
	
ul li {
	margin:0 0 .75em 0;
	line-height:1.7;
	font-weight:500;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Raleway-ExtraBold', Helvetica, Arial, sans-serif;
	}


/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}


/* general, reusable styles */
.clear {
	clear: both;
	}

.left {
	float: left;
	margin: 0 1em 1em 0;
	}

.right {
	float: right;
	margin: 0 0 1em 1em;
	}

.centered {
	text-align: center;
}

.centered a {
	background: #06284b;
	padding: 6px 22px;
	border-radius: 20px;
	color: #FFF;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.centered a:hover {
	background: #e36316;
	color: #FFF;
}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

a {
	color: #5179a6;
	transition-duration: .5s;
	}

#mainMessage a {
	color: #d0d2d0;
}

a:hover {
	color: #139d04;	
	}

#mainMessage a:hover {
	color: #96de8f;
}

p {
	margin:0 0 1em 0;
	line-height:1.7;
	font-weight:500;
	}
	
p.lead {
	font-size:19px;
	font-weight:700;
	}

p.small {
	font-size: .85em;
}

#container {
	position:relative;
	padding-bottom: 200px;	
	}

h1 {
	position:absolute;
	bottom:0px;
	font-size:12px;
	background-color:#06284b;
	color:#fff;
	width:90%;
	padding:.75em 5%;
	text-align: center;
	}

h1:before {
	content: 'This page is about: ';
	font-style: italic;
	display: inline;
}

header {
	background-color:#363737;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:5000!important;
	height:56px;
	}

#logo {
	margin: 7px 0 0 17px;
	float: left;
	width: 157px;
	height: 42px;
	background: url(/images/envision-inflight-logo.png) no-repeat center;
	display: block;
	text-indent:-9999px;
	}
	
#logo a {
	display:block;
	width:157px;
	height:42px;
	position:relative;
	z-index:10000!important;	
	}

/* ----------------------------- nav ----------------------------- */

nav#desktopNav {display:none;}

a.menu-link {
	float: right;
	display: block;
	height:56px;
	width:105px;
	background: transparent url(/images/menu-icon.png) no-repeat right;
	text-indent: -9999px;
	}

a.menu-link.active {
	background: transparent url(/images/menu-close-icon.png) no-repeat right;
	}

nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}

.js nav[role=navigation] {
	overflow: hidden;
	max-height: 0;
	}

nav[role=navigation].active {	
	max-height: 25em;
	}

nav[role=navigation] ul {
	margin: 0;
	padding: 0;
	display:block;
	}

nav[role=navigation] ul li {margin:0;}

nav[role=navigation] li a {
	display: block;
	padding: .5em 1em;
	line-height:1;
	border-bottom: 1px solid #244a95;
	background-color: #3058a6;
	color:#fff;
	}

nav[role=navigation] li a:hover {background-color:#244a95;}

	
/************END NEW NAV****************/
	
.wrapper, .wrapper-text {
	max-width:1200px;
	min-width:273px;
	margin:0 auto;
	position:relative;
	}


	
section .wrapper {
	padding:85px 5% 50px 5%;	
	}

section .wrapper-text {
	padding: 80px 5% 20px 5%;
}


h2 {
	text-transform:uppercase;
	font-weight:800;
	text-align:center;
	margin:0 0 1em 0;	
	font-size:1.375em;
	position:relative;
	z-index:100!important;
	}


h2 span {
	font-size: .9em;
	display: block;
}

#mainMessage  {
	background: url(../images/bg-toys.jpg) no-repeat center top;
}

.mythic #mainMessage  {
	background: url(../mythic-images/mythic-bg.jpg) no-repeat center top;
}


#mainMessage{
	color: #FFF;
}

section .wrapper {
	background: url(../images/collection/seperator.gif) no-repeat center bottom;
}

#mainMessage .wrapper, #contact .wrapper, .mythic #toys .wrapper {
	background: none;
}
	
h3 {
	font-weight:800;
	margin:0;
	font-size:1.25em;	
	line-height:1.5;
	padding:1.25em 0 .375em 0;
	}

.downArrow {
	display: block;
	background: #06284b url(/images/inflight-arrow.png) no-repeat center center;	
	text-indent:-9999px;
	margin:0 auto;
	width:90px;
	height:90px;
	border-radius:50px;
	}
	
.downArrow:hover {background-color:#3058a6;}

.backButton {
	/*background: #06284b url(/images/inflight-back-arrow.png) no-repeat 17px center;
	border-radius:50px;
text-indent: -9999px;
margin: 0 auto;
width: 90px;
height: 90px;
border-radius: 50px;
display:block;*/
	/*display:block;*/
	padding:.5em 1em;
	background-color: #06284b;
	border-radius: 50px;
	line-height:1.3;
	color:#fff;
	}

	
figure img {width:100%;}

.collList, .teaseList  {
	list-style: none;
	text-align: center;
}

.collList li {
	display: inline;
	margin: 15px;
}

#toys .collList li {
	display: block;
	float: left;
}

.collList img {
	width: 150px;
}


.mythic-entry .collList img {
width: 300px;
}

.ml-tn-list img:hover {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all .5s linear;
-moz-transition: all .5s linear;
-ms-transition: all .5s linear;
-o-transition: all .5s linear;
transition: all .5s linear;
}


.mythic-entry .wrapper {
	padding: 30px 13% 100px 13%;
}

.ml-tn-list {
	display: flex;
	flex-wrap: wrap;
	width: 98%;
	text-align: center;
	list-style: none;
}

.ml-tn-list li {
	width: 46%;
	margin: 0 1% 6px 1%;
	position: relative;
}

.ml-tn-list img {
	width: 100%;
}

.collList span {
	font-size: .85em;
	display: block;
}

.ml-tn-list a {
	color: #FFF;
	text-shadow: 1px 1px 0 #363636;
}

.ml-tn-list span {
	position: absolute;
	bottom: 12px;
	left: 12px;
	font-size: 1.2em;
}

.mythic #contact {
	text-align: center;
}


.teaseList li {
	display: inline;
}

.teaseList img {
	height: 250px;
}

/*========================RESPONSIVE STYLES START===============================*/

@media screen and (min-width: 37.5em) { /*600 and up*/


nav#desktopNav {display:block;}

nav[role=navigation],
.js nav[role=navigation],
a.menu-link,
nav#mobileMenu {display:none}

 #desktopNav #menu-icon {
	display: inline-block;
	width: 88px;
	height: 35px;
	background: #363737 url(../images/menu-icon.png) no-repeat left top;
	cursor:pointer;
	}

#desktopNav a#menu-icon:hover {
	background-color: #6c797e;
	}
	
nav#desktopNav {
	float: right;
	padding: 10px 17px 13px 17px;
	position:relative;
	}

nav#desktopNav ul, nav#desktopNav:active ul { 
	display: none;
	position: absolute;
	padding:0px;
	background: #fff;
	border: 5px solid #6c797e;
	right: 17px;
	top: 45px;
	width: 280px;
	border-radius: 4px 0 4px 4px;
	margin:0px;
	list-style: none;
	}

nav#desktopNav li {
	width: 100%;
	padding:0;
	margin: 0;
	}
	
nav#desktopNav li a {
	display:block;
	text-decoration:none;
	background-color:#6c797e;
	color:#fff;
	padding:.5em;
	font-size:15px;
	}
	
nav#desktopNav li a:hover {
	background-color:#6994a4;
	color:#fff;
	}
	
nav#desktopNav:hover ul {
	display: block;
	}



#caseStudy h2 figure {width:185px;}

#teamPhoto {
	width:50%;
	float:right;
	padding-top:1em;
	margin:0 0 1em 1.5em;
 -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
	}

#caseStudy h3,
#caseStudy p {padding-left:180px;}

#caseStudy figure.icon {
	width:180px;
	float:left;	
	padding-top:2em;
	}

#caseStudy figure.icon img {width:auto;}

h2 {font-size:26px;}

h2 span {
	font-size: 13px;
	display: block;
}
	
#replicationPlanning figure {margin-top:-90px;}
	
#replicationPlanning p.lead {
	margin-top:-30px;
	z-index:200!important;
	position:relative;
	}
	
nav ul {
	float:right;
	width:50%;	
	}
	
.submenu {text-align:left;}
	
.submenu a {
	width: 90%;
	padding: 13px 5%;
	}
	
#specifications ul,
#specifications p {padding-right:20%;}

}

@media screen and (min-width: 48em) { /*768 and up*/

#tourButton {
	position:fixed;
	top:120px;
	left:0px;
	z-index:50000;
display:block;
	}

#tourButton a {
	display:block;
	color:#fff;
	background:#e36316 url(/images/tour-button.png) no-repeat center;
	width:17px;
	height:150px;
	text-indent:-9999px;
	padding:10px;
	/*border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;*/
	}

#tourButton a:hover {background-color:#fe833a;}


section {
	position:relative;
	height:100%;
	}

.controls {
	display:block;
	position:absolute;
	right:-1px;
	/*top:50%;*/
	top:183px;
	z-index:4000;
	height:61px;
	/*margin-top:-30px;*/
	}

.controls a {
	display:block;
	width:27px;
	height:27px;
	border:solid 1px #3058a6;
	text-indent:-9999px;
	}

.controls a.backArrow {
	margin-bottom:0px;
	background:rgba(255, 255, 255, 0.8) url(/images/arrow-up-blue.png) no-repeat center center;
	border-radius:6px 0px 0px 0px;
	border-bottom:solid 1px #fff;
	}

.controls a.nextArrow {
	background:rgba(255, 255, 255, 0.8) url(/images/arrow-down-blue.png) no-repeat center center;
	border-radius:0px 0px 0px 6px;
	}

#learnMore .controls a.backArrow {
	border-radius:6px 0px 0px 6px;
	border-bottom:solid 1px #3058a6;
	}

.controls a:hover.backArrow {
	background:#3058a6 url(/images/arrow-up-white.png) no-repeat center center;
	border-bottom:solid 1px #3058a6;
	}
.controls a:hover.nextArrow {
	background:#3058a6 url(/images/arrow-down-white.png) no-repeat center center;
	}

#cloudReplicationServices a:hover.backArrow,
#cloudReplicationServices a:hover.nextArrow {background-color:#e36316;}

.opener {
	width:40%;
	float:left;	
	}

#caseStudy blockquote {
	width:40%;
	float:right;	
	}

nav ul {width:330px;}

h2 {font-size:30px;}

h2 span {
	font-size: 15px;
	display: block;
}
	
h3 {font-size:26px;}
	
#caseStudy h2 span,
#learnMore h2 span,
#cloudReplicationServices h2 span {display:block;}

#cloudReplicationServices p {padding-right:20%;}
	
section .wrapper {
	padding:105px 8% 100px 8%;	
	}
	
fieldset {
	width:60%;
	margin:2.5em auto 0 auto;
	}
	

	
.downArrow {
	position:relative;
	z-index:1000!important;
}

.ml-tn-list li {
	
	width: 30%;
	margin: 0 1% 12px 1%;
}

.ml-tn-list span {
	font-size: 1.75em;
}

}



@media screen and (min-width: 60em) { /*960 and up*/




h2 {font-size:40px;}

h2 span {
	font-size: 20px;
	display: block;
}




section .wrapper {
	padding:105px 13% 100px 13%;	
	}




}


@media screen and (min-width: 75em) { /*1200 and up*/

h2 {font-size:50px;}

#mainMessage h2 {
	font-size: 80px;
}

#mainMessage h2 span {
	display: block;
	font-size: 40px;
}
	
ul, p, label {font-size:18px;}

p.lead {font-size:22px;}
.ml-tn-list li {
	width: 18%;
	margin: 0 1% 20px 1%;
}

.ml-tn-list span {
	font-size: 2em;
}

}