@charset "UTF-8";


/*
@font-face {
  font-family: "OstrichSansMedium";
  src: url('fonts/ostrich-regular-webfont.eot');
  src: url('fonts/ostrich-regular-webfont.eot?#iefix') format('eot'), url('fonts/ostrich-regular-webfont.ttf') format('truetype'), url('fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg'), url('fonts/ostrich-regular-webfont.woff') format('woff');
  font-weight: "normal";
  font-style: "normal";
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 26, 2013 11:39:24 AM America/New_York */

/*

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('fonts/PTN57F-webfont.eot');
    src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN57F-webfont.woff') format('woff'),
         url('fonts/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('fonts/PTN77F-webfont.eot');
    src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN77F-webfont.woff') format('woff'),
         url('fonts/PTN77F-webfont.ttf') format('truetype'),
         url('fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

*/


@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('fonts/OpenSans-CondLight-webfont.eot');
    src: url('fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('fonts/OpenSans-CondBold-webfont.eot');
    src: url('fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SteelfishRgBold';
    src: url('fonts/steelfish_bd-webfont.eot');
    src: url('fonts/steelfish_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/steelfish_bd-webfont.woff') format('woff'),
         url('fonts/steelfish_bd-webfont.ttf') format('truetype'),
         url('fonts/steelfish_bd-webfont.svg#SteelfishRgBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SteelfishRgRegular';
    src: url('fonts/steelfish_rg-webfont.eot');
    src: url('fonts/steelfish_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/steelfish_rg-webfont.woff') format('woff'),
         url('fonts/steelfish_rg-webfont.ttf') format('truetype'),
         url('fonts/steelfish_rg-webfont.svg#SteelfishRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* `Main Styles and Grid Overrides
----------------------------------------------------------------------------------------------------*/
/* Set some colors that will be used in the layout */
body {background-color:#F1F1F1; font-family: OpenSansCondenssedLight;
}

p {
	font-family: OpenSansCondenssedLight;
}

h1 {
	font-family: SteelfishRgRegular;
}

h2 {
	font-family: SteelfishRgRegular;
	font-weight: normal;
}


.color-one {background-color: #181818;} /* dark grey */
.color-two {background-color:#F1F1F1 ;} /* light grey */ 
.color-three {background-color: #242424;} /* footer grey */
.color-four {background-color:#242424 ;} /*blue*/
.color-five {background-color:#808080;} /*grey */
.color-six {background-color:#FFFFFF;} /*white */
.color-seven {background-color:#e7e5e5;} /*mid grey */
.color-eight {background-color:#3c3c3c;} /*darkish grey */


242424



/* HERO SECTION
----------------------------------------------------------------------------------------------------*/
.container, .section {
	padding:0;
	margin:0;
	/* Prevents horizontal scrollling for off-canvas elements */
	overflow-x: hidden;
	
}

.hero-section {
	background: url("../images/heroimage.jpg") top right no-repeat;
	max-width: 100%;
	min-height: 550px;
	background-size: cover;
	color: white;
	line-height: 0px;
}

.hero-section h1 {
	color: #bf820f;
	margin: 100px 0px 0px 0px;
	font-family: SteelfishRgBold;
	font-weight: normal;
	font-size: 5.50em;
	line-height: 1em;
}


.hero-section h2 {
	color: white;
	font-family: SteelfishRgRegular;
	font-weight: normal;
	font-size: 4.5em;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: 0px;
}

.hero-section h3 {
	font-family: SteelfishRgRegular;
	color: white;
	line-height: 1px;
	margin-bottom: 20px;
	font-weight: normal;
}

.hero-section .appstore {
	width: 200px;
	margin-top: 15px;
}


.highlight-section {
	padding: 50px;
}

.highlight-section h2 {
	font-family: SteelfishRgRegular;
	font-size: 2.25em;
	color: #bf820f;
	font-weight: normal;
}

.highlight-section h3 {
	font-family: SteelfishRgRegular;
	font-size: 1.5em;
	color: #777777;
	font-weight: normal;
}


/* TOP NAVIGATION
----------------------------------------------------------------------------------------------------*/
#mainNav {
	background-color: #242424;
}

.top-bar {
	font-family: SteelfishRgRegular;
	margin-bottom: 0px;
	height: 65px;
	line-height: 65px
	background-color: #242424;
	color: #FFFFFF;
	text-transform: uppercase;
}


.top-bar ul > li:hover, .mainNav ul > li.active {
  background: none;
}

.top-bar a.logo img {
	margin: 14px 0px 0px 0px;
	max-width: 75%;
}

.top-bar ul > li {
	float: left;
	margin: 15px;
	font-size: 1.5em
}
.top-bar ul > li a.main {
	font-size: 20px;
}

.top-bar ul li.name {
	
}

.top-bar ul li.toggle-topbar:hover {
	
}

.centered {
	text-align: center;
}

.rightside {
	text-align: right;
}

.middle-nav-bar {
	font-family: SteelfishRgRegular;
	margin-bottom: 0px;
	height: 65px;
	line-height: 65px;
	background-color: #242424;
	color: #FFFFFF;
	text-transform: uppercase;
}



.middle-nav-bar a {
  background: none;
	font-size: 1.5em;
	padding: 5px 15px 5px 0px;
	color: #FFFFFF;
	font-size: 2em;
}

.middle-nav-bar a:hover {

	color: #bf820f;
	
}


/* FAQ
----------------------------------------------------------------------------------------------------*/
.faq-section {
	color: #000;
	padding: 30px;
	font-family: OpenSansCondensedLight;
}

.faq-section h3 {
	text-transform: uppercase;
	margin-bottom: .1em;
	color: #858484;
	font-size: 1.7em;
	font-family: SteelfishRgRegular;
	text-transform: uppercase;
	font-weight: normal;
}

.faq-section p {
	font-family: OpenSansCondensedLight;
	font-weight: normal;
	font-size: 1.2em;
}

.faq-section h2 {
	text-transform: uppercase;
	margin-bottom: .1em;
	color: #bf820f;
	font-size: 2.5em;
	margin-bottom: 10px
}

.faq-section a {
	color: #bf820f;
}


/* FOOTER
----------------------------------------------------------------------------------------------------*/
.footer-section {
	color: white;
	padding: 50px 0px;
	font-family: OpenSansCondensedLight;
	
}

.footer-section .rslogo {
	width: 75%;
	margin:20px 0px;
}

.footer-section h3, a {
	color: white;
}

#social-icons {
     text-align:center;
}

#social-icons img {
	width: 71px;
	height: 71px;
}

.footer-section h2 {
	color: white;
}

.footer-section h3 {
	text-transform: uppercase;
	margin-bottom: .1em;
	color: #FFFFFF;
	font-size: 1.5em;
	font-family: SteelfishRgRegular;
}

/* Feature Section */

.feature-section {
	padding: 50px 0px 50px 0px;
}

.feature-section h2 {
	text-transform: uppercase;
	margin-bottom: .1em;
	color: #bf820f;
	font-size: 2em;
}

.feature-section p {
	font-family: OpenSansCondensedLight;
	font-weight: normal;
	font-size: 1.2em;
	
}

.feature-section img {
	width: 70%;
	height: 70%;
}


/* Content Section */

.content-section {
	padding: 0px 0px 10px 0px;
}

.content-section h2 {
	text-transform: uppercase;
	margin-bottom: .1em;
	color: #bf820f;
	font-size: 2.5em;
	margin-bottom: 10px
}

.content-section p {
	font-family: OpenSansCondensedLight;
	font-weight: normal;
	font-size: 1.0em;
	text-align: left;
}

/* Make sure that the bands stretch to 100% width 
.full-width, .site-footer {
	min-width:100%; 
	position: relative; 
	z-index:9999;
}
*/

/* `MEDIA QUERIES
----------------------------------------------------------------------------------------------------*/

/* Small Screen - Mobile */
@media only screen and (max-width: 767px) {
  
  .hero-section  {
    min-height:400px;
  }
  
  .hero-section .button {
  	display: inline;
  }
  
  .hero-section h1 {
  	font-size: 4.0em;
	line-height: 1em;
	margin: 30px 30px 0px 30px;
  }
  
  .hero-section h2 {
  	font-size: 3.5em;
  	margin: 0px 30px 30px 30px;
  	
  }
  
  .hero-section .appstore {
  	margin: 0px 0px 20px 30px
  }
  
}

/* Mobile Styles */
@media only screen and (max-width: 940px) and (min-width: 768px) {

	.hero-section h1 {
  		margin: 50px 0px 0px 0px;
  }
  
  .hero-section .appstore {
  		margin-top: 0px;
  }
  
}

/* Medium Display Targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {

}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {

}
