#lefthamburger, #righthamburger {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

span.text {
	color: white !important;
	text-align: initial !important;
}

.nav_container {
	text-align: center;
}

nav ul {
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navbar-nav {
	padding: 0 15px 0 15px;
}

.navbar_item {
	display: inline-block;
	width: 10%;
	min-width: 150px;
}

.navbar_item > a {
	display: block;
	font-family: 'Bangers', sans-serif;
	font-weight: 100;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: white;
	text-decoration: none;
}

.navbar_item > a:hover {
	background: rgba(255,255,255,.2);
	color: #63BDFF;
}

#logo {
	display: inline-block;
	width: 15%;
	min-width: 118px;
	vertical-align: middle;
	height: 50px;
}

#primary_logo {
	font-size: 1.7em;
	text-shadow: 2px 2px #770f0f;
	display: block;
	font-family: 'Bangers', sans-serif;
	font-weight: 100;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: white;
	text-decoration: none;
}

#modmaker_logo{
	text-decoration: none;
}

#modmaker_logo_top{
	font-size: 1.7em;
	text-shadow: 2px 2px #770f0f;
	display: block;
	font-family: 'Bangers', sans-serif;
	font-weight: 100;
	line-height: 20px;
	text-align: center;
	color: white;
	text-decoration: none;
	margin: 8px 0px 0px 0px;
	position: relative;
}

#modmaker_logo_bottom{
	font-size: 1.1em;
	text-shadow: 1px 1px #770f0f;
	display: block;
	font-family: 'Trebuchet MS';
	font-weight: 100;
	text-align: center;
	color: white;
	text-decoration: none;
	margin: -6px 0 0 4px;
	z-index: -1;
}

#modmaker_logo_bottom a, #modmaker_logo_top a {
    text-decoration: none;
}

/*a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}*/

#menu_logo {
	font-size: 1.5em;
	text-shadow: 2px 1.5px #770f0f;
	display: block;
	font-family: 'Bangers', sans-serif;
	font-weight: 100;
	line-height: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	color: white;
	text-decoration: none;
}

#nav_logo {
	display: inline-block;
    max-width:100%;
    line-height: 0px;
    vertical-align: bottom;
}

#nav_bar {
	/* background-color: rgba(55, 230, 255, 0.5); */
	z-index:-3;
	margin-bottom:5px;
}

.pink.nav-button, .pink.nav-button:visited      { background-color: #e22092; }
.pink.nav-button:hover                      { background-color: #c81e82; }
.green.nav-button, .green.nav-button:visited    { background-color: #91bd09; }
.green.nav-button:hover                     { background-color: #749a02; }
.red.nav-button, .red.nav-button:visited        { background-color: #e62727; }
.red.nav-button:hover                       { background-color: #cf2525; }
.orange.nav-button, .orange.nav-button:visited  { background-color: #ff5c00; }
.orange.nav-button:hover                    { background-color: #d45500; }
.blue.nav-button, .blue.nav-button:visited      { background-color: #2981e4; }
.blue.nav-button:hover                      { background-color: #2575cf; }
.yellow.nav-button, .yellow.nav-button:visited  { background-color: #ffb515; }
.yellow.nav-button:hover                    { background-color: #fc9200; }

.nav.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.footer nav ul {
	list-style: none outside none;
}

#mmnav a:link.roundedbutton {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 100;
    line-height: 0.8em;
    color: #e0e0e0;
    border-bottom: none;
}

#sb-site {
	background: none;
}

.navicon-line {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	margin-bottom: 3px;
	background-color: #fff;
}

.navbar-right .navicon-line {
	float:right;
}

.navbar {
	box-shadow: /* Shadow beneath the bar and edge highlights. */
		/* Layered single pixel shadows to create a one sided shadow effect. */
		0 5px 0 0 rgba(0, 0, 0, 0.01),
		0 4px 0 0 rgba(0, 0, 0, 0.02),
		0 3px 0 0 rgba(0, 0, 0, 0.04),
		0 2px 0 0 rgba(0, 0, 0, 0.06),
		0 1px 0 0 rgba(0, 0, 0, 0.08),
		/* Top highlight */
		0 1px 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Left highlight */
		1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Right highlight */
		-1px 0 0 0 rgba(255, 255, 255, 0.1) inset,
		/* Bottom lowlight */
		0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
		
	/* Glass gradient overlay. */
	background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.05) 50%, rgba(0,0,0, 0.02) 51%); /*  Webkit syntax. */
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.02) 51%); /* Final syntax. */
	background-size: 100%;
	background-repeat: no-repeat;
	
	/* Bootstrap Changes */
	border: none;
/*	width: 100%;*/
/*	left: auto;
	right: auto;*/
	min-height: 50px;
}

.fixed-nav-bar {
 	background-color: rgba(2, 76, 129, 0.95);
 	z-index: 2;
 	left: 0;
 	right: 0;
}

.navbar .sb-toggle-left {
/*	float: left;*/
	position: absolute;
	left:0;
/*	padding: 15px 14px 15px 14px;*/
	height: 50px;
}

.navbar .sb-toggle-right {
	float: right;
/*	padding: 15px 14px 15px 14px;*/
	height: 50px;
}

.navbar_fixed {
	position: fixed;
}

.navigation-menu {
	background-color: #222222; /* Background colour. */
	color: #e8e8e8; /* Text colour. */
	min-width: 250px;
	max-height: 100%;
/*	overflow-x: visible;
*/}

.navigation-menu a {
	color: #FF5991;
	text-decoration: none;
}

.navigation-menu a:hover {
	color: #63BDFF; /* Link hover colour. */
	text-decoration: underline;
}

.navigation-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}

.navigation-menu, .copyright {
	font-family: 'Source Sans Pro', sans-serif;
}

/* Borders */
.sb-left.navigation-menu li a {
	border-left: 3px solid transparent;
	padding-left: 4px;
	text-align: center;
}

.sb-left.navigation-menu li a:hover {
	border-left: 3px solid;/* Removes transparent colour, so border colour will be the same as link hover colour. */
	padding-left: 8px;
}

.sb-right .navigation-menu li a {
	border-right: 3px solid transparent;
}

.sb-right .navigation-menu li a:hover {
	border-right: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

.navigation-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}

.navigation-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.navigation-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.navigation-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: .5em 0 .5em 0; /* Creates an even padding the same size as your font. */
	color: #f2f2f2;
}

.navigation-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}

.content a:hover.roundedbutton, .gallerymod a:hover.roundedbutton, #mmnav a:hover.roundedbutton, #galleryinfo a:hover.roundedbutton {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 7%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 7%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 7%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 7%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 7%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    color: white;
    border-bottom: none;
}

.mainnav_button {
  cursor: pointer;
  position: relative;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
/*  margin-bottom: 5px;*/
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
/*  padding: 0.7em;*/
  color: white;
/*  padding-top: 9px;
  padding-bottom: 9px;*/
  top: 15%;
  display: inline-block;
  vertical-align: middle;
}

.navigation-menu {
	background: url('/images/seamless-nav-bg.jpg');
	list-style-type: none;
}

.mainnav_button span{
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	line-height: 20px;
	font-size: 1.2em;
}

.mainnav_button span.text {
	top: 33%;
	height: 50px;
}

.navbar-left {
	padding-left:8px;
}

.navbar-right {
	padding-right: 8px;
	display: none; /*must be turned on by page*/
}

.fa-2_5x {
	font-size: 2.5em !important;
}

.sb-menu {
	list-style-type: none;
	padding: 0;
}

.valign-middle {
	vertical-align: middle;
}

#mmnav a:link.roundedbutton {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 100;
    line-height: 0.8em;
    color: #e0e0e0;
    border-bottom: none;
}

/*MODMAKER NAV*/
#mmnav {
	margin-left:auto;
	margin-right: auto;
	border-radius: 0px 0px 5px 5px;
	background: rgba(56, 92, 162, .6);
	max-width: 1000px;
}

#mmnav > h2 {
	text-align: left;
}

#mmnav_title {
	float:left;
	margin: 3px 0 3px 10px;
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
}

#mmnav_links {
	float:right;
	margin-right: 5px;
	font-size: 1.2em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	vertical-align: bottom;
}

a:link.mmnav_link {
	color: white;
}

a:visited.mmnav_link {
	color: white;
}

.js-close-any {
	cursor: pointer;
}

@media only screen and (max-width:1045px) { 

	nav ul {
		-webkit-padding-start: 0px;
		-moz-padding-start: 0px;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	nav ul li a{
		font-size: 115%;
	}
	
	#logo {
		display: inline-block;
		width: 15%;
		min-width: 118px;
		vertical-align: middle;
		height: 50px;
	}

	#primary_logo {
		font-size: 1.7em;
		text-shadow: 2px 2px #770f0f;
		display: block;
		font-family: 'Bangers', sans-serif;
		font-weight: 100;
		line-height: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		color: white;
		text-decoration: none;
	}
	
	.navbar_item {
		display: none;
	}

	#mmnav {
		margin-left:auto;
		margin-right: auto;
		border-radius: 0px 0px 5px 5px;
		background: rgba(56, 92, 162, .6);
		width: 100%;
	}
	
	#mmnav_title, #mmnav > h2 {
		float:none;
		display: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}
	
	#mmnav_links {
		float:none;
		text-align:center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}