
/*
**************************************************************
* Typography
**************************************************************
*/

@import url('http://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,latin-ext');
@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin,latin-ext');

@font-face {
  font-family: 'OstrichSans';
  src: url('../fonts/ostrich/ostrich-light-webfont.eot');
  src: url('../fonts/ostrich/ostrich-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ostrich/ostrich-light-webfont.woff') format('woff'), url('../fonts/ostrich/ostrich-light-webfont.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'OstrichSans';
  src: url('../fonts/ostrich/ostrich-regular-webfont.eot');
  src: url('../fonts/ostrich/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ostrich/ostrich-regular-webfont.woff') format('woff'), url('../fonts/ostrich/ostrich-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OstrichSans';
  src: url('../fonts/ostrich/ostrich-black-webfont.eot');
  src: url('../fonts/ostrich/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ostrich/ostrich-black-webfont.woff') format('woff'), url('../fonts/ostrich/ostrich-black-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OstrichSansRounded';
  src: url('../fonts/ostrich/ostrich-rounded-webfont.eot');
  src: url('../fonts/ostrich/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ostrich/ostrich-rounded-webfont.woff') format('woff'), url('../fonts/ostrich/ostrich-rounded-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*
**************************************************************
* Base Elements
**************************************************************
*/

body{

	background:#111111;
	color:#e4e4e4;
}
h1,h2,h3,h4,h5,h6{
	color:#2EDBFD;
}
h1{
	margin-top:100px;
}

/* mobile hack - cut top margin */
@media only screen and (max-width:480px){
	h1{
		margin-top:4px;
	}
}

h2{
	margin:0px 0px 18px 0px;
	font-family: 'OstrichSans';
	font-size: 3.4375em;
	line-height: 1;
	font-weight: normal;
	text-transform:uppercase;
	color:#ffffff;
}
h3{
	margin:0px 0px 18px 0px;
	font-family: 'OstrichSans';
	font-size: 2.4375em;
	line-height: 1;
	font-weight: normal;
	text-transform:uppercase;
	color:#2EDBFD;
}
h4{
	margin:15px 0px 18px 0px;
	font-family: 'OstrichSans';
	font-size: 1.4375em;
	line-height: 1;
	font-weight: normal;
	text-transform:uppercase;
	color:#2EDBFD;
}

hr {
	border:1px solid #222222;
}

section{
	border:none;
}



/*
**************************************************************
* Reusables
**************************************************************
*/

.txtcenter{
	text-align:center;
}

.txtleft{
	text-align:left;
}

.smaller {
	font-size:75%;
}

.rounded{
	border-radius:4px;
}

.quote{
	font-family: OstrichSansRounded;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.1;
	margin: 1em 0;
	color: #FFF;
}

/*
**************************************************************
* Accent Colors
**************************************************************
*/

.accent{
	color:#2EDBFD;
}


.accent2{
	color:#167c95;
}

/*
**************************************************************
* Structure
**************************************************************
*/

#intro{
	padding:28px 0px 40px 0px;
	min-height:600px;
	background:#000000;
	border:none;
	background-image: url('../bg-shade.png'), url('../bg-light.jpg');
	background-repeat: repeat-x, no-repeat;
	background-position: bottom, center top 80px;
	background-attachment: scroll, fixed;
	-webkit-background-size: auto, cover;
	-moz-background-size: auto, cover;
	-o-background-size: auto, cover;
	background-size: auto, cover;
}
#overview{
	padding:120px 0px 80px 0px;
	min-height:600px;
	background:#000000;
	border:none;
	background-image:url('../images/bg-arrow-111111.png');
	background-position: center top;
	background-repeat:no-repeat;
	/*
	background: url('../images/bg-shade4.png'), url('../images/bg-light.jpg');
	background-repeat: repeat, no-repeat;
	background-position: top, center top 80px;
	background-attachment: fixed, fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/


}
#features{
	padding:100px 0px 40px 0px;
	min-height:600px;
	background:#111111;
	border:none;
	background-image:url('../images/bg-arrow-000000.png');
	background-position: center top;
	background-repeat:no-repeat;
}
#bottom{
	padding:100px 0px 80px 0px;
	min-height:400px;
	background:#000000;
	border:none;
	background-image:url('../images/bg-arrow-111111.png');
	background-position: center top;
	background-repeat:no-repeat;
}
#footer{
	padding:28px 0px 28px 0px;
	min-height:80px;
	background:#000000;
	border:none;
	color:#808080;
}

/*
**************************************************************
* Foundation Buttons
**************************************************************
*/

.button{
	background:#167c95;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.button:hover{
	background:#2EDBFD;
}


/*
**************************************************************
* Foundation 4 Top Bar
**************************************************************
*/

.top-bar{
	height:80px;
	margin-bottom:0px !important;
}
.top-bar .name h1 a {
	line-height: 80px;
}
.top-bar-section li a:not(.button) {
	line-height: 80px;
	text-transform: uppercase;
	font-family: 'OstrichSans';
	font-size: 1.4375em;
}
.top-bar-section li a:hover {
	color:#2EDBFD;
}
.top-bar .title-area {
	height: 80px;
}

/*
**************************************************************
* Foundation 4 Orbit Slider
**************************************************************
*/

div.orbit-container{
  background:transparent !important;
}
div.orbit-slide-number{
  display:none !important;
}
div.orbit-timer{
  display:none !important;
}
a.orbit-prev{
	width:60px !important;
	height:60px !important;
	background:rgba(22, 129, 149, 0.6) !important;
	-webkit-border-top-right-radius: 1000px;
	-webkit-border-bottom-right-radius: 1000px;
	-moz-border-radius-topright: 1000px;
	-moz-border-radius-bottomright: 1000px;
	border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
}
a.orbit-next{
	width:60px !important;
	height:60px !important;
	background:rgba(22, 129, 149, 0.6) !important;
	-webkit-border-top-left-radius: 1000px;
	-webkit-border-bottom-left-radius: 1000px;
	-moz-border-radius-topleft: 1000px;
	-moz-border-radius-bottomleft: 1000px;
	border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
}
a.orbit-prev:hover, a.orbit-next:hover{
  background:rgba(46, 219, 253, 0.6) !important;
}


/*
**************************************************************
* Foundation 4 Reveal Lightbox
**************************************************************
*/

.reveal-modal{
	background:#111111;
	color:#dddddd;
	border:none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}


ul.features li img {
	cursor:pointer;
	cursor:hand;
}

/*
**************************************************************
* Media Queries
**************************************************************
*/

@media only screen and (min-device-width:768px) and (max-device-width:1024px){
	#intro{
		background-image:url('../images/bg-ipad.jpg');
		background-repeat:no-repeat;
		background-position:center top;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	#intro{
		background-image:url('../images/bg-iphone.jpg');
		background-repeat:repeat-y;
		background-position:center top;
		padding-bottom:0px;
	}
}