
#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	font-weight: bold;
	background: transparent;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
}

body.modal-open #header,
body.modal-open #dev-banner {
	padding-right: 15px;
}

#header, 
#header nav {
	box-shadow: 0 0 10px 4px rgba(92, 92, 92, 0.25);
	border-bottom: 1px solid rgb(200,200,200);
}

#header.ontop {
	box-shadow: none !important;
	transition: 0.7s all;
}

#header nav,
#header .navbar-brand {
	font-size: 25px;
}

.mobile-menu .navbar-header {
	position: relative;
}

.mobile-menu .navbar-brand.logo-background {
	width: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.navbar-white-bg {
	background: #fff;
	width: calc(100% - 200px);
	height: 50px;
	position: absolute;	
	right: 0;
	z-index: -1;
}

#header .navbar-toggle {
/*	color: black;
	border: 1px solid #e7e7e7;
*/	
	padding-top: 7px;
  	padding-bottom: 10px;
}

#header .navbar-toggle > .icon-bar {
	background: #ddd;	
}

#header #navbar {
	background: white;
	border-top: 1px solid #eee;
}

#header table {
	width: 100%;
	font-size: 33px;
	line-height: 68px;
}

#header table .home {
	width: 250px;
	height: 70px;
	float: left;
	margin-right: 0;
	font-size: 33.3px;
	font-weight: 1000;
  	line-height: 2.16;
  	padding-left: 6px;
  	letter-spacing: 0.47px;
  	color: rgba(0,0,0,0.001) !important;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;  	
  	transition: all 0.9s;
}

#header table .white-top-banner {
	width: calc(100% - 250px);
	height: 70px;
	float:left;
	background: white;
}

#header table .home:hover {
  	color: rgba(187, 187, 187, 0.65) !important; 
  	transition: all 0.9s;
}

#header a {
	color: rgb(241,241, 241);
}

#header a:hover,
#header a:focus {
	color: #ddd;
	text-decoration: none;
}

#header a.active {
	color: #777;
}

@media (max-width:767px) {
	#header .mobile-menu .navbar-nav>li a {
		color: #ccc;
	}
	#header .mobile-menu .navbar-nav>li a:hover,
	#header .mobile-menu .navbar-nav>li a:focus,
	#header .mobile-menu .navbar-nav>li a.active {
		color: #aaa;
	}
}

.headerbg {
	background: white;
}

.custombg {
	padding-right: 0;
}

#header .navbar-header,
#header .custombg {
	Xbackground: url('/img/topbanner.png') no-repeat;
	background-color: white;
	background-size: 1650px;
	background-position-x: 10px;
}

@media (max-width: 1600px) {
	#header .custombg {
		background-position-x: 15px;
	}
}



#header .custombg {
	margin-left: -2px;
	margin-right: -2px;
	padding-left: 16px;
}

#header .headercenter .headerbg {
	padding-left: 2px;
}


#header .navbar-header {
	height: 50px;
	background-size: 1200px;
	background-position-x: 0;
}

.mobile-menu #navbar {
	font-size: 18px;
}

.menu {
	font-size: 18px;
}

.submenu {
	padding-top: 2px;
	position: absolute;
	right: 25px;
	top: 0;
}

.submenu a {
	border-right: 1px solid #ddd;
	padding-right: 6px;
	padding-left: 6px;
}

.submenu a:last-child {
	border: 0;
}

.post-navigation {
	top: 77px;
	padding-top: 20px;
	position: fixed;
	width: inherit;
	height: 100%;
/*	width: 100%;*/
}

.project-navigation {
/*	position: fixed;*/
}
.project-navigation.fixed {
	position: fixed;
	top: 100px;
	width: inherit;
}

.post-navigation,
.project-navigation {
	font-size: 13px;
	letter-spacing: 0.8px;
	line-height: 22px;
}

.project-navigation.fixed, 
.post-navigation {
	padding-right: 30px;
}

.nav-right .nav>li>a {
	display: block;
	color: rgb(175,175,175);
	transition: 0.1s all;
	padding: 0;
	float: left;
}

.nav-right .nav>li a  {
	color: rgb(175,175,175);
	transition: 0.1s all;
}

.nav-right .project-menu-option-arrows {
	margin-left: 5px;
	opacity: 0.25;
	float: right;
}

.nav-right li:hover .project-menu-option-arrows {
	opacity: 1;
}

.nav-right .nav>li {
	clear: both;
}

.nav-right .nav>li a.active,
.nav-right .nav>li:hover a,
.nav-right .nav>li.active a {
	color: rgb(65,65,65);
}

.nav-right .drag-icon {
	display: none;
}

.nav-right.sortable-menu .drag-icon {
	display: inline-block;
}

.nav-right .drag-icon {
	opacity: 0;
	font-size: 11px;
	transition: 0.1s all;
	padding: 5px;
    padding-left: 15px;
    margin-left: -20px;
}

.nav-right .drag:hover .drag-icon,
.nav-right .drag.ui-sortable-helper .drag-icon {
	opacity: 1;
	transition: 0.1s all;
}

.nav-right .sortable-disabled .drag:hover .drag-icon {
	opacity: 0;
}

.nav-right .drag {
	margin-left: -15px;
}


.nav-right .nav>li>a:hover, 
.nav-right .nav>li>a:focus {
	background: transparent;
	transition: 0.1s all ease;
	color: rgb(80,80,80);
}

.nav-right .ui-sortable-placeholder {
	border-bottom: 1px dotted #aaa;
	visibility: visible!important;
}

.project-navigation-search input {
	border: 0;
	outline: 0;
	background: transparent;
	margin-top: 5px;
	line-height: 1.4;
	font-size: 13px;
}

.project-navigation-search.mobile {
/*	margin-top: 8px;*/
	line-height: 1;
	font-size: 20px;
	font-weight: normal;
	/*display: none;*/
}

#MobileSearchIcon {
	font-size: 15px;
	font-weight: normal;
	color: #ccc;
	cursor: pointer; 
	padding: 14px 10px 10px 25px;
	display: none;
}

.project-navigation-search input {
	border-bottom: 1px solid #ddd;
}

.project-navigation-search input:hover, 
.project-navigation-search input:focus {
	border-bottom: 1px solid silver;
}

.project-navigation-search {
	/*margin-right: 10px;
	margin-bottom: 4px;*/
}


.project-navigation-search.mobile input {
	border-bottom: none;
}
.project-navigation-search.mobile input.open {
	border-bottom: 1px solid silver;
}

.project-navigation-search .glyphicon {
	margin-top: 3px;
	margin-left: -15px;
	font-size: 13px;
	color: silver;
}

.project-navigation-search.from-menu .glyphicon {
	margin-left: 0;
	margin-right: -14px;
}

#SearchInProjectsFromMenu {
	padding-left: 20px;
	margin-bottom: 4px;
}

@media (max-width:899px) {
	#SearchInProjectsFromMenu {
		width: 150px;
	}
}

#MobileSearchInProjects {
	width: 0px;
	transition: 0.25s all;
}

#MobileSearchInProjects.open {
	width: 120px;
	font-size: 75%;
	transition: 0.25s all;
}

@media (max-width: 370px) { 
	.project-navigation-search.mobile {
  		background-color: white;
  		margin: 0;
	}
	.project-navigation-search.mobile.open {
		display: block;
		width: 100%;
	}
	#MobileSearchIcon {
/* 	 	padding: 14px 10px 15px 30px;*/
	}
	.open #MobileSearchIcon {
 	 	padding-top: 2px;
	}
	#MobileSearchInProjects {
		margin-top: 0;
		transition: none;
	}
	#MobileSearchInProjects.open {
		width: 85%;
		transition: none;
	}
}




.scroll-navigation {
	margin-top: -20px;
}

.scroll-navigation {
/*	overflow: hidden;*/
	position: relative;
	height: 100%;
	
}

#navigation {
	position: absolute;
	top: 0px;
	transition: 0.4s all;
}

.dropdown-menu .divider {
	margin: 3px 0;
}

.mobile-menu .navbar-toggle {
	padding: 0px 10px;
	margin-top: 5px;
	margin-bottom: 0;
}

.mobile-menu .navbar-toggle {
	margin-right: 5px;
	border: 0;
	color: #ddd;
}

.mobile-menu .navbar-toggle .glyphicon {
	font-size: 18px;
	color: #777;
}

.mobile-menu .navbar-toggle.collapsed .glyphicon {
	color: silver;
}

.mobile-right-header-btn {
	/*margin: 7px 15px 0 0;*/
	padding: 12px 15px 12px 7px;
}

.mobile-menu .navbar-nav>li>a {
	line-height: 18px;
	font-size: 17px;
	padding: 9px 15px;
}

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

.right-panel.logged .scroll-navigation {
	/*overflow: scroll;*/
	height: 100%;
}

.right-panel.logged .post-navigation-footer {
	display: none;
}

.right-panel.logged .nav-posts {
	padding-bottom: 34px;
}

.right-panel.logged .infinity_scroll_enabled_placeholder {
	display: none!important;
}