body {
	background-color:#222;
	font-weight:300;
	color:#fff ;
	font-family: 'Lato', sans-serif;
}

.container {
	max-width:1200px;
	padding:0;
}
.relative {position:relative;}
.row {margin:0;}

.pad20 {padding:0 20px;}

h1, h2 {
	font-family: 'Lato', sans-serif; 
	font-size:17px;
}

h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif; 
}

a {color:#8f8f8f;}
a:hover, a.current {
	color:#ccc;
	text-decoration: none;
}

.text-center {text-align: center;}
.clear {clear:both;}
.float-left{float:left;}
.float-right{float:right;}
.relative {position: relative;}

.btn-primary {
	background-color:#8f8f8f;
	border:none;
	text-transform: uppercase;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary:hover {background-color:#ccc;}


/* ---------- HEADER ----------- */

header {border-bottom:25px solid #525252;}

#logo img {
    display:block;
    padding:0;
    margin:10px 0 0 10px;
    max-width:29px;
    width:100%;
    height:auto;
    float:left;
    margin-left:70px;
}

.mailingList {
    float: right;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    font-weight:300;
    font-size:15px;
    padding:15px;
    z-index: 1001;
    position:relative;
    margin-right:70px;
    
}	
	
.nav li.active a {}

.navbar-toggle {
    border: 0px solid black;
    color: #8f8f8f;
    float: left;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 600ms ease 0s;
    width: auto;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    margin-top:15px;
    
}

.navbar-toggle:hover {border:0;}


.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 #8F8F8F;
    border-radius: 1px;
    color: #8F8F8F;
    display: block;
    height: 2px;
    width: 22px;
}

.menuText {
    float: left;
    line-height: 0.9;
    margin: 0 0 0 10px;
}

.showPhone {display:none;}

/* --- NAV --- */

.navbar {
	background-color: transparent;
	text-align: left;
	font-size:15px;
	min-height: inherit;
	padding: 0 0;
	margin-bottom:0px;
	border:0px;
}

.navbar-nav {float:none;}

.navbar-nav > li {
	float:none;
	text-align: center;
	display: inline-block;
	padding:0; 
	margin:0;	
}

.navbar-nav > li > a {
	padding: 15px;
	line-height: inherit;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	font-size:15px;
	font-weight:300;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a.active, .navbar-nav > li.active > a{
	background-color:#000;
	text-decoration: none;
	color:#fff;
	
}

.navbar-collapse {max-height:1000px;}


/* ---------- FOOTER ----------- */

footer {
	margin:30px 0 20px;
	text-align:center;
	border-top:25px solid #525252;	
	padding:20px 0 0 ;
	color:#8f8f8f;	
}


a.siteBy {
	background:url("/images/_pages/_global/oniracom.png") repeat scroll 0 0 transparent;
	display:inline-block;
	height:24px;
	line-height:20px;
	text-indent:-999em;
	width:117px;
}

a.siteBy:hover {
	background-position:0 -24px;
}





/* ---------- GLOBAL ----------- */
		
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* mailing list tabs */

#emailSubmitPanes input {
    display: block;
    height: 25px;
    line-height: 18px;
    padding: 2px 3px;
    border: none;
    float: left;
}
 input#emailSubmitEmail {
    width: 235px;
    margin-right: 3px;
    margin-top:15px;
    height:29px;
    border:1px solid #555;
}
input#emailSubmit {
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
	margin-top:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	margin-right:0;
	height:30px;
    
}

.modal-body {padding-bottom:40px;}
.modal-content { background-color: #222; }
.close { color: #fff; opacity: 0.4; }
.close:hover, .close:focus { color: #fff; opacity: 0.8; }
#joinMailingList .modal-dialog {max-width:425px;}


#mailingListTabs {
    display: none;
}

.addthis_toolbox {
    display: inline-block;
    min-width: 156px;
}


/* --- RESPONSIVE FIXES ------*/

@media (max-width: 1200px) {
	
}


@media (max-width: 992px) {	
		
}

@media (max-width: 770px) {
		
	.navbar {
	    float:none;
	}
	
	.navbar-nav > li {
		display:block;
		clear:both;
	}
	
	.navbar-nav > li > a {
	    clear: both;
	    display: block;
	    font-size: 15px;
	    font-weight: 300;
	    line-height: inherit;
	    padding: 15px;
	    text-align: center;
	    transition: all 300ms ease 0s;
	    width: 100%;
	}
	
	.imageMenuItem {
	    float: left;
	    margin: 10px;
	    width: 200px;
	}
	
	.mailingList {margin-right:0px;}
	
}

@media (max-width: 400px) {
	
}
