@CHARSET "UTF-8";

/******************************************
 * GENERAL
 *
 */
.button-center {
	margin: 20px auto 20px auto;
	display: block;
	width: 200px;
}

.image-centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.button {
	border-radius: 5px;
}

.reveal-modal {
	box-shadow: none;
	border: none;
	background: #FAFAFA;
}

[id] { /* Used to highlight specific items that are linked. see base.tag js */
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s
}

/******************************************
 * TYPOGRAPHY
 *
 */
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial,
		sans-serif;
}

.header-lined {
	border-bottom: 3px solid #A3A6A9;
	margin-bottom: 20px;
}

.header-lined.orange {
	border-bottom-color: #FF8300;
}

.header-lined.red {
	border-bottom-color: #f36342;
}

.header-lined.black {
	border-bottom-color: #333;
}

.lined-top {
	border-top: 1px solid #A3A6A9;
}

.thin {
	font-weight: 100;
}

p {
	font-weight: 200;
}

.lead {
	font-size: 1.25rem;
	line-height: 1.4;
}

address {
	color: #888;
	line-height: 1.5;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial,
		sans-serif;
}

.hello-right {
	text-align: right;
}

.hello p, .hello strong, .small-text, .small-text li {
	font-size: .85rem;
}

.hello .small-9 {
	height: 250px;
}

/******************************************
 * YANZI COLORS
 * Todo: add all
 */
.yblue {
	color: #00B2E2;
}

.ydarkblue {
	color: #00567d;
}

.ygray {
	color: #A3A6A9;
}

.ygreen {
	color: #54B500;
}

.yred {
	color: #f36342;
}

.yyellow {
	color: #FFD600;
}

.yorange {
	color: #FF8300;
}

.invert {
	color: #FFF;
}

.button.orange, .button.red:hover {
	background-color: #ff8201;
}

.button.orange:hover, .button.red {
	background-color: #f7313e;
}

.button.blue, .button.darkblue:hover {
	background-color: #0B9BC2;
}

.button.blue:hover, .button.darkblue {
	background-color: #01567d;
}

/******************************************
 * NAVIGATION
 *
 */
#menu-large {
	height: 100px;
	background: #333;
}

#menu-large h1 {
	padding-top: 13px;
}

#menu-large .inline-list {
	margin-top: 28px;
}

#menu-large .inline-list a {
	color: #FFF;
	transition: background-color 300ms ease-out;
	padding: 10px 0;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial,
		sans-serif;
}

#menu-large .inline-list a:hover, #menu-large .inline-list a.active {
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

.blueitem:hover, .blueitem.active {
	color: #00B2E2 !important;
	border-bottom-color: #00B2E2;
}

.greyitem:hover, .greyitem.active {
	color: #A3A6A9 !important;
	border-bottom-color: #A3A6A9;
}

.orangeitem:hover, .orangeitem.active {
	color: #FF8300 !important;
	border-bottom-color: #FF8300;
}

.reditem:hover, .reditem.active {
	color: #F36342 !important;
	border-bottom-color: #F36342;
}

.yellowitem:hover, .yellowitem.active {
	color: #FFD600 !important;
	border-bottom-color: #FFD600;
}

.greenitem:hover, .greenitem.active {
	color: #54B500 !important;
	border-bottom-color: #54B500;
}

.orangeitem.emphasis {
	background: #FF8300;
	padding: 10px 10px !important;
}

#menu-large .inline-list a.emphasis:hover {
	color: #fff !important;
	background: #f7313e;
	border-bottom-width: 0;
}

/******************************************
 * CAROUSEL
 *
 */
.carousel-image {
	background-size: cover;
	background-position: center center;
}

.carousel-content {
	padding-top: 80px;
	padding-bottom: 80px;
	height: 480px;
}

.carousel-text {
	padding: 40px 40px 20px 40px;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 5px;
	position: absolute;
	top: -40px;
}

.carousel-text.blue {
	background-color: rgba(26, 187, 230, 0.9);
	border-radius:0px;
}

.galileo-image {
	background-image: url(/images/template/galileo.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

.example-orbit {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background: #000;
}

/******************************************
 * INDEX PAGE ELEMENTS
 *
 */
.front-section {
	background-position: center center;
	background-size: cover;
	padding: 100px 0;
}

h1.section-title {
	margin-bottom: 80px;
}

h1.section-title-small {
	margin-bottom: 40px;
}

.section-ingress {
	margin-top: -60px;
	margin-bottom: 100px;
}

.thing-panel {
	margin: 0 auto 80px auto;
	border-radius: 20px;
	background-color: #FAFAFA;
	padding: 50px 20px 20px 20px;
	margin-top: 100px;
	height: 470px;
	position: relative;
}

.thing-panel li {
	font-size: .95rem;
	font-weight: 200;
	padding: 5px 5px;
	list-style-type: square;
}

.thing-image {
	bottom: -200px;
	position: absolute;
	bottom: 155%;
	margin-bottom: -100%;
	right: 0;
}

.ipad-section {
	background-image: url(/images/template/ipad.2x.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 610px 656px; /* Retina Ready */
	padding: 200px 0;
}

.imac-section {
	background-image: url(/images/template/data.jpg);
	background-position: -50px center;
	background-repeat: no-repeat;
	background-size: contain; /* Retina Ready */
	padding: 200px 0;
}

.map-section {
	background-image: url(/images/template/map.png);
	background-position: center;
	background-size: cover;
}

.lined-section {
	border-bottom: 1px solid #CCC;
}

.offset-padding {
	padding-top: 130px;
}

.section-red {
	background: #F36342;
}

.section-gray {
	background: #A3A7A9;
}

.section-grayer {
	background: #4d4d4d;
}

.section-darkgray {
	background: #333;
}

.section-blue {
	background: #00B2E2;
}

.section-orange {
	background: #FF8300;
}

.front-nugget {
	padding: 20px;
	min-height: 160px;
	margin-bottom: 20px;
}

.triplet {
	margin-top: -10px;
}

@media only screen and (max-width: 64em) {
	.triplet {
		margin-top: 20px;
	}
}

/******************************************
 * SLIDER
 *
 */
#helloSliderTabs .tabs dd>a {
	background: none;
	margin-bottom: 1rem;
}

#helloSliderTabs .tabs dd {
	float: none;
}

#helloSliderTabs .tabs dd.active>a {
	background-color: rgba(0, 255, 0, 0.1);
}

#helloSliderTabs .tabs dd>a:hover {
	background-color: rgba(0, 255, 0, 0.05);
}

#helloSlider .tabs-content>.content {
	float: none;
}

/******************************************
 * FOOTER
 *
 */
footer {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #333;
}

/******************************************
 * GETYANZI.COM
 *
 */
.expose-image {
	position: relative;
	transition: all .2s ease-in-out;
}

.expose-image>img {
	
}

.expose-image>.caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 235px;
	padding: 20px;
	margin: 0;
	color: white;
	font-weight: bold;
	font-size: small;
	text-transform: uppercase;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0
		, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 0, 0, 0) 100%); /* IE10+ */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 0, 0, 0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000',
		endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

/******************************************
 * PRESS PAGE ELEMENTS
 *
 */
.releases article {
	margin-bottom: 40px;
	border-bottom: 1px solid #FF8300;
}

/******************************************
 * ABOUT PAGE ELEMENTS
 *
 */
.map-address {
	background-color: rgb(254, 254, 250);
	background-color: rgba(254, 254, 250, .9);
	padding-top: 20px;
	border-radius: 5px;
}

/******************************************
 * CAREERS PAGE ELEMENTS
 *
 */
.jobs article {
	background-color: #FAFAFA;
	padding: 40px;
}

.jobs article+article {
	margin-top: 60px;
}

.jobs h3 {
	color: #f36342;
}

/******************************************
 * FAQ PAGE ELEMENTS
 *
 */
*.faq h4+dl {
	margin-bottom: 40px;
}

/******************************************
 * VIDEO PAGE ELEMENTS
 *
 */
.backdrop {
	background-color: black;
}

@media only screen and (min-width: 1919px) {
	.backdrop .flex-video.vimeo {
		width: 1920px;
		height: 1080px;
		padding-bottom: 0px;
		margin: 0 auto;
	}
}

/******************************************
 * RESPONSIVE RULES
 *
 */
@media only screen and (max-width: 64em) {
	.ipad-section, .imac-section {
		background: #FFF;
		/* Dont show the ipad on small devices, the text cannot be read */
	}
	.mobile-add-margin {
		margin-bottom: 20px;
	}
	.mobile-eliminate {
		margin: 0px !important;
		padding: 20px !important;
	}
	.carousel-text {
		padding: 15px;
	}
	.front-section {
		padding: 50px 0;
	}
	.offset-padding {
		padding-top: 0;
	}
	.hello .small-9 {
		height: auto;
	}
	.thing-panel {
		margin: 0 0 20px 0;
		padding-top: 20px;
		height: 640px;
		background-color: #F4F4F4;
		height: auto;
	}
	.thing-image {
		margin: 20px;
		position: relative;
	}
	.thin, p.lead {
		font-weight: 200;
	}
	.galileo-image {
		background: #F4F4F4;
	}
	.orbit-bullets {
		display: none;
	}
}