/* Devices 2000px and below */
@media (max-width: 2000px) {
/*.navbar-nav {float: right;}*/
}

/* Devices 1200px and below */
@media (max-width: 1200px) {
.nav {font-size: 16px;}
/*h3, .h3 {font-size: 24px;}*/
#login-row-fixed-nonav {margin-left: -485px; top: 12px; right: 10px; left: 50%; width: 970px;}

}

/* Devices 992px and below) */
@media (max-width: 992px) {
#site-name .title {
	font-size: 16px;
}
#site-name .sub-title {
	font-size: 12px;
}
.nav > li > a {
	padding: 15px 10px 15px 10px;
}
#page-content {
	padding-bottom: 50px;
}
#center-column {
	width: 100% !important;
}
p {
	text-align: justify;
}
#login-row-fixed-nonav {margin-left: -375px; top: 12px; right: 10px; left: 50%; width: 750px;}
}

/* Devices 768px and below) */
@media (max-width: 768px) {
.container > .navbar-header {
	margin-left: 0;
}
.navbar-nav {
	float: none;
	text-align:center;
	width: 100%;
	margin: 0 0 7.5px 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:focus {
	color: #7399c8;
	background-color: transparent;
}
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#page-content {
	padding-bottom: 50px;
}
#center-column {
	width: 100% !important;
}
p {
	text-align: justify;
}
#back-top {
	right: 20px;
	bottom: 20px;
}

.navbar-toggle {
  position: absolute;
  right: 5px;
  top: 0px;
  float: none;
}

#login-row-fixed-nonav {margin-left: -325px; top: 12px; right: 10px; left: 22%; width: 650px;}
}
/* Devices 500px and below) */
@media (max-width: 500px) {
#page-content #left-column .menu-button h3 {
	border: 1px solid #ddd;
	padding: 8px 10px;
	margin-bottom: 0;
	background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}
}