﻿body{
    margin: auto 0;
	position:relative;
    background: #030b1e;
/*
	background-color:#fff;
*/
    font-family: "Helvetica Neue", sans-serif !important ;
	font-weight: 100;
	font-size:14px;
	letter-spacing: .14em
}
h2,h3,h4,h5,h6{
	color:#666;
	font-weight: 100;
	letter-spacing: .1em
}
h1 {
	font-size:60px;
	margin-bottom:25px;
	letter-spacing: .04em
}

h2 {
	margin-bottom:15px;
}
h3{
	margin-bottom:1px}
h5{
	text-align:center}
p{
	margin-bottom:20px;
	font-size:14px;
}
a{
	text-decoration:none}
a:hover{
	text-decoration:none}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
	font-size:15px;
	font-style:italic;
	color:#000;
	line-height:5px;
	letter-spacing:0}
	
.red{
	color:#cd1719;
}

/********** BOOTSTRAP MODIFICATIONS **********/
.navbar {
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
/* Navbar Tweaks */
.navbar-inverse .navbar-inner {
    background-color: #353535;
    background-repeat: repeat-x;
	border-color: transparent;
	background-image: none;
}
.main-navigation .nav > li > a {
    color: #929292;
    text-shadow: none;
    text-transform: uppercase;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.main-navigation .nav > li:last-child > a{
    border-right: none;
}
.navbar-inverse .logo:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .logo:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .logo {
    color: #FFFFFF;
    line-height: 42px;
    padding: 20px;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #C8C8C8;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
        
}
.navbar .nav {
    display: inline-table;
    float:none;
}
.nav-collapse.collapse{
    text-align: center;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #424242;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
form{
	margin-top: 20px !important;
}
/* HR Tweak */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px dashed #eeeeee;
  border-bottom: 1px dashed #bfbfbf;
}

#sticky{
    z-index: 9999;
}
/********** HEADER WRAP **********/
hgroup h1{
    margin: auto 3%;
    padding:30px 0 30px 0;
    font-family: "Helvetica Neue", sans-serif !important ;
}
hgroup h1 span{
    color: red;
}
#headerwrap .container {
    text-align: center;
    margin-top: 100px;
}
#headerwrap {
    width: 100%;
    background: url(../img/topbg5_500px.jpg) no-repeat center bottom; 
    height: 500px;
    margin-top: 0px;
    text-align:center;
}
#headerwrap h1 {
    color: #FFFFFF;
    font-size: 84px;
    font-weight: 100;
    line-height: 84px;
    margin-bottom: 25px;
    text-shadow: 1px 1px #ccc;
}
#headerwrap img{
    width: 30%;
    margin: 0 auto 0px auto;
}

/********** FOOTER WRAP **********/
#footerwrap h1 {
    color: #FFFFFF;
    font-size: 84px;
    font-weight: 100;
    line-height: 84px;
}
#footerwrap {
    margin: auto 0;
    width: 100%;
    background: #030b1e;
    padding-bottom: 45px;
    text-align:center;
}
#footerwrap h2 {
    color: #FFFFFF;
    margin-bottom: 40px;
    padding-left: 3px;
    text-align: center;
}

#footerwrap h3 {
	font-size:28px;
	color:#fff;
	text-align:left;
}

#footerwrap h4 {
	font-size:22px;
	line-height:28px;
	color:#fff;
}

#footerwrap p {
	font-size:19px;
	line-height:28px;
	color:#ccc;
	padding-top:20px;
	margin-bottom:10px;
    text-align: left;
}
#footerwrap p i{
    color:#fff;
    padding-right: 10px;
}

/********** MAP SECTION **********/
#map {
	display:block;
	width:100%;
	margin:0px;
}

/*Social Media Box*/
#social-media {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    display: block;
    height: 40px;
    position: fixed;
    width: 100%;
    z-index:9999;
}
.social-container{
    text-align: center;
    display:inline-block;
}
.social-container-models {
    padding: 5px 0 !important;
    text-align: center;
}
.social-container-models i{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding-right: 5px;
    text-shadow: 1px 1px #FFFFFF, 2px 2px #BBBBBB;
}
.social-container-models i:hover{
    opacity: 0.6;
}
a[class^="s-icon"]{
    height:24px;
    width:24px;
    display:block;
    float: right;
    margin:8px 5px;
}
.s-icon-gplus{
    background: url('../img/icons/google_plus.png');
}
.s-icon-skype{
    background: url('../img/icons/skype.png');
}
.s-icon-stumbleupon{
    background: url('../img/icons/stumbleupon.png');
}
.s-icon-addthis{
    background: url('../img/icons/addthis.png');
}
.s-icon-appstore{
    background: url('../img/icons/apstore.png');
}
.s-icon-deviantart{
    background: url('../img/icons/deviantart.png');
}
.s-icon-digg{
    background: url('../img/icons/digg.png');
}
.s-icon-email{
    background: url('../img/icons/email.png');
}
.s-icon-facebook{
    background: url('../img/icons/facebook.png');
}
.s-icon-twitter{
    background: url('../img/icons/twitter.png');
}
.s-icon-linkedin{
    background: url('../img/icons/linkedin.png');
}
.s-icon-pinterest{
    background: url('../img/icons/pinterest.png');
}
.s-icon-reddit{
    background: url('../img/icons/reddit.png');
}
.s-icon-rss{
    background: url('../img/icons/rss.png');
}
.s-icon-vimeo{
    background: url('../img/icons/vimeo.png');
}
.s-icon-wp{
    background: url('../img/icons/wp.png');
}
.s-icon-youtube{
    background: url('../img/icons/youtube.png');
}

/********** MEDIA QUIERIES **********/
/* iPhone 5 in landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {
    #headerwrap {
    background: url(../img/topbg5_150px.jpg) no-repeat center top fixed; 
    height: 150px;
    width: 100%;
    }
	#headerwrap .container {
	text-align: center;
	margin-top: 10px;
	}
	#footerwrap h1 {
	    color: #FFFFFF;
	    font-size: 18px;
	    line-height: 18px;
	    margin-bottom: 25px;
	    font-weight: 100;
	}
}

/* iPhone 5 in portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {
    #headerwrap {
    background: url(../img/topbg5_150px.jpg) no-repeat center top fixed; 
    height: 150px;
    width: 100%;
    }
	#headerwrap .container {
	text-align: center;
	margin-top: 10px;
	}
	#footerwrap h1 {
	    color: #FFFFFF;
	    font-size: 18px;
	    line-height: 18px;
	    margin-bottom: 25px;
	    font-weight: 100;
	}
}


/* iPad Media Queries (All generations - including iPad mini) */

/* iPad in portrait & landscape */
/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    background: url(../img/topbg5_200px.jpg) no-repeat center top fixed; 
    height: 200px;
    width: 100%;
    }
	#headerwrap .container {
	text-align: center;
	margin-top: 30px;
	}
	#footerwrap h1 {
	    color: #FFFFFF;
	    font-size: 64px;
	    line-height: 64px;
	    margin-bottom: 25px;
	    font-weight: 100;
	}
}
/* iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    #headerwrap {
    background: url(../img/topbg5_300px.jpg) no-repeat center top fixed; 
    height: 300px;
    width: 100%;
    }
	#headerwrap .container {
	text-align: center;
	margin-top: 40px;
	}
	#footerwrap h1 {
	    color: #FFFFFF;
	    font-size: 54px;
	    line-height: 54px;
	    margin-bottom: 25px;
	    font-weight: 100;
	}
}
/* iPad 3 & 4 Media Queries*/

/* Retina iPad in landscape */
@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : landscape)
	and (-webkit-min-device-pixel-ratio: 2) {
    #headerwrap {
    background: url(../img/topbg5_200px.jpg) no-repeat center top fixed; 
    height: 200px;
    width: 100%;
    }
	#headerwrap .container {
	text-align: center;
	margin-top: 30px;
	}
	#footerwrap h1 {
	    color: #FFFFFF;
	    font-size: 64px;
	    line-height: 64px;
	    margin-bottom: 25px;
	    font-weight: 100;
	}
}
/* Retina iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    #headerwrap {
    background: url(../img/topbg5_300px.jpg) no-repeat center top fixed; 
    height: 300px;
    width: 100%;
    }
	#headerwrap .container {
	text-align: center;
	margin-top: 40px;
	}
	#footerwrap h1 {
	    color: #FFFFFF;
	    font-size: 54px;
	    line-height: 54px;
	    margin-bottom: 25px;
	    font-weight: 100;
	}
 }