body {
	background-color:#262122;
	color:#949495;
}

.container {max-width:1200px;}


a {color:#c45428;}
a:hover, a.current {
	color:#f58220;
	text-decoration: none;
}

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

.btn-primary {
	background-color:#c45428;
	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:#f58220;}


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

header {
	padding-top:35px;
	margin-bottom:20px;
}

#logo img {
	max-width:183px;
	width:100%;
	height:inherit;
	display:block;
}

.mailingList {
	background:url("/images/_pages/_global/Join_MailingLIst.png") no-repeat 0 0 transparent;
	height:168px;
	width:168px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	display: inline-block;
	position: relative;
	margin:10px auto;
}

.mailingList span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background:url("/images/_pages/_global/Join_MailingLIst.png") no-repeat 0 -168px transparent;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.mailingList:hover span {
	opacity: 1;
}

.carousel-control.left, .carousel-control.right {background:none;}
.carousel-control .icon-prev, .carousel-control .icon-next { font-size:50px; margin-top:-25px; margin-left:0; margin-right:0;}
.carousel-control {width:inherit;}
.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
    background: none repeat scroll 0 0 #000000;
    padding: 10px;
}

.carousel-control.right {
    left: auto;
    right: 18px;
    width: 37px;
}


.pageMargin {margin-top:35px;}

.marginBot {margin-bottom:20px;}

/*-- NAV --*/

.nav > li > a{
    margin:0px 20px 20px 0;
    border:5px solid #633d20;
    color:#c45428;
    text-transform: uppercase;
    font-size: 20px;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    padding:10px 20px;
}

.nav > li > a:hover, .nav > li.active > a {
	border-color:#f58220;
	background-color: transparent;	
}


/* Mobile Nav */
/*-----------------------------------------------------------------------------------*/


ul#phone-nav {
	/*display:none;*/
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
	background-color: #000;
	list-style: none;
	margin:0;	
	z-index: 100000;
	display: none;
	padding:0;
	
}

ul#phone-nav a{
	clear:both;
	width:100%;
	padding:10px 0;
	text-align: center;
	color:#c45428;
	font-size:20px;
	display: block;
	border-bottom:2px solid #633d20;
	text-transform: uppercase;
	
}

ul#phone-nav a:hover {background-color:#f58220; text-decoration: none; color:#000; border-bottom:2px solid #633d20;}

a.phoneMenu {
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin-left: -20px;
    margin-top:50px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;    
    border:5px solid #633d20;
    color:#c45428;
    text-transform: uppercase;
    font-size: 20px;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    padding:10px 20px;
}

a.phoneMenu:hover {
	border-color:#f58220;
	background-color: transparent;
}

a.closeMenu {background-color:#aaa; text-decoration: none; color:#000 !important;}

.pageMask {background-color: rgba(0,0,0,0.9); width:100%; height:100%; z-index: 99999; position:fixed; display: none; cursor: pointer;}
	
	
/* --  ADD THIS  -- */


.addthis_toolbox {
    display: inline-block;
    min-width: inherit !important;
}


.shareTrig{
	background:url("/images/_pages/_global/header_socials.png") no-repeat 0 0 transparent !important;
	display:block;
	padding:0;
	margin:0;
	text-indent:-9999px;
}

.shareTrig.em {
	background-position:0 0 !important;
	height:25px;
	width:32px;
}

.shareTrig.em:hover {background-position: 0 -25px !important;}

.shareTrig.fb {
	background-position:-32px 0 !important;
	height:25px;
	width:32px;
}

.shareTrig.fb:hover {background-position: -32px -25px !important;}

.shareTrig.tw {
	background-position:-64px 0 !important;
	height:25px;
	width:32px;
}

.shareTrig.tw:hover {background-position: -64px -25px !important;}


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

footer {
	padding:20px 0 0;
	text-align:center;
	background-color:#1e1c1d;
	margin-top:40px;
}

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

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

footer a.footerSocialLink i {
	color: #aaa;
}

footer a.footerSocialLink:hover i {
	color: #000;
	text-decoration: none;
}


ul.socials {
    display: block;
    height: 25px;
    list-style: none outside none;
    margin: 20px auto;
    padding: 0;
    text-indent: -9999px;
    width: 170px;
}
ul.socials li {
    display: block;
    float: left;
    height: 25px;
}
ul.socials li a {
    background-image: url("/images/_pages/_global/footer_socials.png");
    display: block;
    float: left;
    height: 25px;
    
}

ul.socials li.fb {width: 25px;}
ul.socials li.fb a {
	background-position: 0 0;
	width: 20px;
}
ul.socials li.fb a:hover {background-position: 0 -25px;}

ul.socials li.tw {width: 35px;}
ul.socials li.tw a {
	background-position: -20px 0;
	width: 30px;
}
ul.socials li.tw a:hover {background-position: -20px -25px;}

ul.socials li.yt {width: 42px;}
ul.socials li.yt a {
	width: 35px;
	background-position: -55px 0;
}
ul.socials li.yt a:hover {background-position: -55px -25px;}

ul.socials li.gp {width: 37px;}
ul.socials li.gp a {
	width: 30px;
	background-position: -94px 0;
}
ul.socials li.gp a:hover {background-position: -94px -25px;}

ul.socials li.pi {width: 32px;}
ul.socials li.pi a {
	background-position: -128px 0;
	width: 30px;
}
ul.socials li.pi a:hover {background-position: -128px -25px;}


ul.socials li.ig {width: 31px;}
ul.socials li.ig a {
	width: 29px;
	background-position: -158px 0;
}
ul.socials li.ig a:hover {background-position: -158px -25px;}


.bordered {
	padding:10px 20px;
	border-top:1px solid #333132;
	border-bottom:1px solid #333132;
	margin-bottom:40px;
	display: inline-block;
}

/* ---------- Global Elements ----------- */


.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%;
}

#mailingListTabs {
	display: none;
}

.clearAfter:after {
    clear: both;
    content: "";
    display: table;
    height: 0;
    width: 100%;
}
.shareLinks {
    clear: both;
    padding-top: 20px;
}
.shareLinks {
    padding: 4px 0;
}
.addthis_toolbox {
    display: inline-block;
    min-width: 156px;
}
.shareTrig{
	background: url('/images/_pages/_global/share.png') no-repeat -1px 0;
	width: 36px;
	height: 40px;
	display: inline-block;
	float: left;
	margin-left: 4px;
}
.shareTrig.fb{
	margin-left: 0;
	background-position: -1px 0;
}
.shareTrig.fb:hover{
	background-position: -1px -41px;
}
.shareTrig.tw{
	background-position: -39px 0;
}
.shareTrig.tw:hover{
	background-position: -39px -41px;
}
.shareTrig.gp{
	background-position: -77px 0;
}
.shareTrig.gp:hover{
	background-position: -77px -41px;
}
.shareTrig.em{
	background-position: -115px 0;
}
.shareTrig.em:hover{
	background-position: -115px -41px;
}


/* 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:0px;
/*    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;}

#joinMailingList .modal-dialog {max-width:425px;}

/* end mailing list tabs */



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


@media (max-width: 992px) {
	header {padding-top: 20px;}
	.container {
		padding:0;
		overflow: hidden;
	}	
	
	/*.mailingList {float:right;}*/
	
	#logo img {
	    display: block;
	    float: left;
	    height: inherit;
	    margin: 0 20px 20px 40px;
	    width: 183px;
	}
	
	/*.row {
	    margin-left: 0;
	    margin-right: 0;
	}*/
	
	a.phoneMenu {
		position:absolute;
		top:20px;
		left:30px;
	}
	
	.mailingList {
		position: absolute;
		right: 20px;
		top:20px;
	}
	
	#logo {float:none;}
	
	#logo img {
	    display: block;
	    float: none;
	    height: inherit;
	    margin: 0 auto;
	    text-align: center;
	    width: 183px;
	}
	
	.pageContainer {padding:15px;}
	
	.pageMargin {margin-top:15px;}
	
	.blogEntry {margin-top: 20px;}
}

@media (max-width: 570px) {
	
	a.phoneMenu {
		position:relative;
		margin:20px auto 0px;
		width:183px;
		float:none;
		text-align: center;
		top:0;
		right:0;
		left:0;
	}
	
	.mailingList {
		position: relative;
		margin:20px auto 20px;
		float:none;
		display: block;
		top:0;
		right:0;
	}
	
}


@media (max-width: 400px) {
	
	input#emailSubmitEmail {
    	width: 100%;
    }
    
    input#emailSubmit {
	    clear:both;
	    margin:10px auto;
	    display: block;
	    width:100%;
	}
}



