
/***********************************************************************/
/***********************************************************************/

    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */
	
	html {background: #2c2c2c none no-repeat center -400px;background-attachment: fixed; overflow-x:hidden;min-height:100%;}


    body {
	  background: transparent none;
      /*padding-bottom: 40px;*/
      color: #5a5a5a;
	  color: #DDD;
	  font-family: 'open sans';
	  cursor: default;
	  font-size:14px;
	  padding: 0 !important;
	  min-width: 340px;
	  min-height:100%;
    }


	.inverse {background: rgba(50,50,50,0.7) none;}
	.no-border {border: 0 none !important;}
	.display-block {display:block;}

	.invisible,.hide-loading {
		visibility:hidden;
	}

	input, button, select, textarea {font-family:inherit;}

	a, img {border: 0;outline: 0;}
	a, a:visited, a:link {color: #ffa300;transition: all 0.1s ease-in-out 0s;cursor: pointer;}
	a:hover, a:focus {color: #ffd196;outline:0;text-decoration:none;}

	sup {font-family: arial;font-size: 55%;}

	.text-bold {font-weight: 700;}
	.text-semibold {font-weight: 600;}

	.btn {transition: all 0.1s ease-in-out 0s;}
	
	a.btn:active, button:active, input[type=submit]:active {outline: none 0 !important;}
	a.btn:focus, button:focus, input[type=submit]:focus {outline: none 0 !important;}

	/*.btn-primary {
		background-color: #1c5f99;
		background-image: linear-gradient(to bottom, #1c6f99, #1c5099);
	}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary.active,
	.btn-primary.disabled,
	.btn-primary[disabled] {
		background-color: #1c5099;
	}*/

	.btn a,.btn span {
		color: inherit;
	}

	a.btn {color: #FFF;}

	.btn-default.btn-inverse,
	.btn-group.btn-group-inverse .btn-default {
		border-color: #232323;
		background-color: #565656;
		/*background-image: linear-gradient(to bottom, #565656, #404040);*/
		color: #DDDDDD;
		outline: 0 none !important;
	}

	.btn-default.btn-inverse:hover,
	.btn-default.btn-inverse:focus,
	.btn-group.btn-group-inverse .btn-default:hover,
	.btn-group.btn-group-inverse .btn-default:focus {

		background-color: #444444;
		color: #FFFFFF;
	}

	.btn.btn-inverse:active,
	.btn-group.btn-group-inverse .btn-default:active,
	.input-group.input-group-inverse .btn-default:active {
		background-color: #222222;
		color: #DDDDDD;
		outline: 0 none !important;
	}

	.btn-group.btn-group-inverse .form-control,
	.input-group.input-group-inverse .form-control {
		border-color: #232323;
	}

	.btn-long {min-width: 25%;}

	.font-small {
	}

	.font-small h1,
	.font-small h2,
	.font-small h3,
	.font-small h4,
	.font-small h5,
	.font-small h6 {}


	.input-xs, .form-group-xs .form-control {
		border-radius: 2px;
		font-size: 10px;
		height: 30px;
		line-height: 1.5;
		padding: 2px 5px;
	}

	input[type=radio],input[type=checkbox] {display:inline-block;}
	td.radio, td.checkbox {display:table-cell;}

	select.input-xs, form-group-xs select.form-control {
		height: 24px;
		line-height: 24px;
	}

	.has-error .help-block, .has-error .control-label, 
	.has-error .radio, .has-error .checkbox, 
	.has-error .radio-inline, .has-error .checkbox-inline, 
	.has-error.radio label, .has-error.checkbox label, 
	.has-error.radio-inline label, .has-error.checkbox-inline label {
		color: #f94445;
	}

	.table > thead > tr > th.vcenter, .table > tbody > tr > th.vcenter, 
	.table > tfoot > tr > th.vcenter, .table > thead > tr > td.vcenter, 
	.table > tbody > tr > td.vcenter, .table > tfoot > tr > td.vcenter {
		vertical-align: middle;
	}

	.img-polaroid {
		border: 1px solid rgba(0, 0, 0, 0.35);
		background-color: transparent;
	}

	a:hover .img-polaroid {
		border: 1px solid rgba(200, 200, 200, 0.75);
	}

	.affix-top {position: absolute;}

	#body-wrapper {
		margin: auto;
		max-width: 1570px;
		background: #414145 none no-repeat center -300px;
		background-attachment: fixed;
		position: relative;
	}

	.alert {
		position: absolute;
		max-width: 1510px;
		top: 30px;
		left: 30px;
		right: 30px;
		z-index:9999;
	}

	/*.page-body {		
		margin-bottom: 50px;
	}*/

	.solid {
		background-color: rgba(70,70,70,1);
		border: 2px solid #555555;
	}

	.fb_iframe_widget > span {
		vertical-align: baseline !important;
	}

	.table-striped tbody > tr:nth-child(2n+1) > td, 
	.table-striped tbody > tr:nth-child(2n+1) > th {
		background-color: #595959;
		transition: all 0.2s ease-in-out 0s;
	}

	.table-striped tbody td, 
	.table-striped tbody th {
		border-top: 1px solid #999999;
		background-color: #3D3D3D;
	}

	.table-hover tbody tr:hover > td,
	.table-hover tbody tr:hover > th {
		background-color: #797979;
		cursor: pointer;
	}

	.table-hover tbody tr:active > td,
	.table-hover tbody tr:active > th {
		background-color: #232323;
	}

	.progress-inverse {
		background-color: #292929;
		margin-bottom: 0;
		border: 1px solid #777777;
	}

	.table-striped tbody > tr:nth-child(2n+1) > td .progress-inverse {
		border-color: #999999;
	}


	.modal-inverse .modal-content {
		background-color: #666;
	}

	.modal-header .close {
		margin-top: -6px;
		font-size: 32px;
	}

	.modal-inverse .modal-header .close {
		color: #FFF;
		opacitY: .5;
		filter:alpha(opacity=50);
	} 


    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 20;
		transition: all 0.2s ease-in-out 0s;
		margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
		min-width: 320px;
		-webkit-transform: none !important;
		transform: none !important;
    }

    .navbar-wrapper .navbar {

      border: 0;
      -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.5);
         -moz-box-shadow: 0 2px 6px rgba(0,0,0,.5);
              box-shadow: 0 2px 6px rgba(0,0,0,.5);
		background-color: #2B2B2B;
	    background-image: linear-gradient(to bottom, #333333, #222222);
		padding-left: 10px;
		padding-right: 10px;
		position:relative;
    }

   /* Remove border and change up box shadow for more contrast */


	/* Fixed navbar if scrolled past, only on larger screens */
	.navbar-wrapper.affix,
	.navbar-wrapper.fixed {
		margin-top: 0;
		position: fixed;
	}

	.navbar-wrapper .container-fluid,
	.navbar-wrapper.fixed .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-wrapper.fixed .navbar ,
	.navbar-wrapper.affix .navbar {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

    /* Downsize the brand/project name a bit */
    .navbar-brand {
      /*padding: 14px 20px 16px;  Increase vertical padding to match navbar links */
	  padding: 0;
	  background: transparent url(img/menulogo-sheet.png) no-repeat center top;
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	  margin-left: -10px;
	  width: 182px;
	  height: 60px;
    }

	.navbar-brand span {
		margin-left: -9000px;
	}

	.navbar .nav {
		margin: 0 5px 0 0;
	}

	/* PUT SUBMENUS BACK INTO BOOTSTRAP 3+ */
	.dropdown-submenu {
		position:relative;
	}
	.dropdown-submenu>.dropdown-menu {
		top:0;
		left:100%;
		margin-top:-6px;
		margin-left:-1px;
		-webkit-border-radius:0 6px 6px 6px;
		-moz-border-radius:0 6px 6px 6px;
		border-radius:0 6px 6px 6px;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display:block;
	}
	.dropdown-submenu>a:after {
		display:block;
		content:" ";
		float:right;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:#cccccc;
		margin-top:5px;
		margin-right:-10px;
	}
	.dropdown-submenu:hover>a:after {
		border-left-color:#ffffff;
	}
	.dropdown-submenu.pull-left {
		float:none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
		left:-100%;
		margin-left:10px;
		-webkit-border-radius:6px 0 6px 6px;
		-moz-border-radius:6px 0 6px 6px;
		border-radius:6px 0 6px 6px;
	}
	/**********************************************/

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 20px 10px;
	  font-weight: 600;
	  font-size: 14px;
	  color: #BBBBBB;
	  transition: all 0.2s ease-in-out 0s;
    }

	.navbar .dropdown-menu {
		background-color: #666666;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
		top: 99%;
		min-width: 200px;
	}

	.navbar .dropdown-submenu .dropdown-menu {
		top: 0;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	}

	.navbar .dropdown-menu > li > a,
	.navbar .dropdown-menu ul > li > a {
		color: #C5C5C5;
	}

	.navbar .dropdown-menu > li > span {
		display:block;
		padding: 3px 20px;
		min-width: 200px;
	}

	.navbar .nav > li > .dropdown-menu:after {
		border-bottom: 6px solid #666666;
	}

	.navbar .dropdown-menu > li > a:hover,
	.navbar .dropdown-menu > li > a:focus,
	.navbar .dropdown-submenu:hover > a,
	.navbar .dropdown-submenu:focus > a,
	.navbar .dropdown-menu ul > li > a:hover,
	.navbar .dropdown-menu ul > li > a:focus {
	  color: #ffffff;
	  text-decoration: none;
	  background-color: #1c5f99;
	  /*background-image: -moz-linear-gradient(top, #1c6f99, #1c5099);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c6f99), to(#1c5099));
	  background-image: -webkit-linear-gradient(top, #1c6f99, #1c5099);
	  background-image: -o-linear-gradient(top, #1c6f99, #1c5099);
	  background-image: linear-gradient(to bottom, #1c6f99, #1c5099);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c6f99', endColorstr='#ff1c5099', GradientType=0);*/
	}

	.navbar .dropdown-menu > .active > a,
	.navbar .dropdown-menu > .active > a:hover,
	.navbar .dropdown-menu > .active > a:focus {
	  color: #ffffff;
	  text-decoration: none;
	  background-color: #1c5f99;
	  /*background-image: -moz-linear-gradient(top, #1c6f99, #1c5099);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c6f99), to(#1c5099));
	  background-image: -webkit-linear-gradient(top, #1c6f99, #1c5099);
	  background-image: -o-linear-gradient(top, #1c6f99, #1c5099);
	  background-image: linear-gradient(to bottom, #1c6f99, #1c5099);
	  background-repeat: repeat-x;
	  outline: 0;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c6f99', endColorstr='#ff1c5099', GradientType=0);*/
	}


	.navbar .dropdown-header {
		color: #EEE;
		font-size:14px;
	}

	.navbar .dropdown-menu fieldset {
		padding: 0;
		margin: 0;
		border: 0 none;
	}

	.navbar .dropdown-menu *[class^=fa] {
		margin-right: 10px;
		min-width: 20px;
	}
	.navbar .dropdown-menu .fa-stack {
		margin-left: -4px;
	}

	.navbar #menu-account > .dropdown-menu {
		min-width: 200px;
	}

	.navbar #menu-account > a.dropdown-toggle {
		padding: 10px 12px;
	}

	.navbar #menu-account img.avatar {
		max-height: 40px;
	}


	#menu-networkinfo {
		float:right;
		padding: 6px 4px;
		text-align:right;
		margin-right:2px;
		margin-top: 14px;
		color: #DDDDDD;
		line-height: 16px;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		border-radius: 4px 4px 4px 4px;
		border-style: solid;
		border-width: 1px;
		background-color: #0E0E0E;
		background-image: linear-gradient(to bottom, #151515, #040404);
		background-repeat: repeat-x;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		cursor: pointer;
	}

	#menu-networkinfo:hover {
		-webkit-box-shadow:0 0 15px #1c6f99; 
		-moz-box-shadow: 0 0 15px #1c6f99; 
		box-shadow:0 0 15px #1c6f99;
		color: #FFFFFF;
	}

	#menu-networkinfo i {
		
	}

	.nav li a:empty {display:none;}


.jumbotron {
	background-color: #083666;
    background: linear-gradient(0deg, #01183c 0%, #103c7f 100%) repeat scroll 0 0 transparent;
    /*box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;*/
	/*box-shadow: 0 3px 3px 2px rgba(20, 20, 20, 0.65);*/
    margin-bottom: 10px;
    /*overflow: hidden;*/
    color: #FFFFFF;
    padding: 70px 0 0px;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);

}
.jumbotron h1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
}
.jumbotron p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 30px;
}
.jumbotron a {
/*    color: rgba(255, 255, 255, 0.5);*/
    transition: all 0.2s ease-in-out 0s;
}
.jumbotron a:hover {
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

.jumbotron a.btn:hover {
	color: #333;
}

.jumbotron h1 > a {
	color: #FFF;
}

.jumbotron .btn-group {
	text-shadow: none;
}

.jumbotron .dropdown-menu > li > a:hover,
.jumbotron .dropdown-menu > li > a:focus {
	background-color: #DDD;
}

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

/***********************************************************************/
/***********************************************************************/

.pager li > a, 
.pager li > span, 
ul.pagination  > li > a,
ul.pagination  > li > span {
  background-color: #606060;
  border: 1px solid #404040;
  border-left-width: 0;
  color: #FFA300;
}

.pager li > a:hover, 
.pager li > a:hover, 
ul.pagination > li > a:hover,
ul.pagination > li > a:focus,
ul.pagination > .active > a,
ul.pagination > .active > span {
  background-color: #808080;
  border-color: #696969;
  
  color: #FFA300;
}

.pager .disabled > a, 
.pager .disabled > span, 
ul.pagination > .active > a,
ul.pagination > .active > span {
  color: #EEEEEE;
  cursor: default;
}

.pager .disabled > a, 
.pager .disabled > span, 
ul.pagination > .disabled > span,
ul.pagination > .disabled > a,
ul.pagination > .disabled > a:hover,
ul.pagination > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  border: 1px solid #404040;
}

ul.pagination-centered {
	margin-left: auto;
	margin-right: auto;
}

.form-inline {display:inline-block;}

.form-control-inline {display:inline; width: auto;}


.input-group-inverse {
	
}

.input-group-inverse .input-group-addon {
  background-color: #606060;
  border-color: #404040;
  color: #FFA300;
  outline: 0 none !important;
}

.input-group-inverse .btn-default {
	border-color: #404040;
	outline: 0 none !important;
	background-color: #565656;
	/*background-image: linear-gradient(to bottom, #565656, #404040);*/
	color: #DDDDDD;
}

.input-group-inverse .btn-default:hover,
.input-group-inverse .btn-default:focus {

  border-color: #323232;
}

.input-group-inverse .btn-default:active{
	outline: 0 none;
}



/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  border-bottom: 1px solid #555555;
}
.subhead h1 {
  font-size: 40px;
  letter-spacing: -.05em;
}
.subhead p {
  margin-bottom: 20px;
}
.subhead .navbar {
  display: none;
}

.well.well-inverse,
.panel.panel-inverse,
.panel .well-inverse {background:rgba(50,50,50,0.7); border: 1px solid #454545;}

.panel-title > a,
.panel-title > a:visited {color: #D97B33;}

.panel-title > a:hover,
.panel-title > a:focus {color: #FFA300;}

.panel-inverse .well-inverse {border-color: transparent;}

.panel-inverse > .panel-heading {
	background-color: #2C2C2C;
	background-image: linear-gradient(to bottom, #333333, #222222);
}

.panel-inverse > .panel-body,
.panel-inverse > .table,
.panel-inverse td {
	color: #F5F5F5;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, 
.table > tfoot > tr > td.info, .table > thead > tr > th.info, 
.table > tbody > tr > th.info, .table > tfoot > tr > th.info, 
.table > thead > tr.info > td, .table > tbody > tr.info > td, 
.table > tfoot > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr.info > th, .table > tfoot > tr.info > th {background-color: #3D3D3D;}

.table-striped tbody > tr:nth-child(2n+1) > td.info, .table-striped tbody > tr:nth-child(2n+1) > th.info {
	background-color: #595959;
}

.panel .panel .panel-heading {
	padding: 6px 10px;
}

.panel .well-inverse.even {
	background-color: rgba(40, 40, 40, 0.6);
}


.panel .panel-nav {
	height: auto;
	min-height: auto;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-radius: 0;
	box-shadow: 0 3px 6px #333;
}

.panel .panel-nav .nav > li > a {
	padding: 10px;
}

.panel .panel-nav .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.panel .panel-body .panel-body {
	padding: 15px;
}

footer {
    padding-bottom: 40px;
    padding-top: 40px;
	background-color: #181818;
}
footer .smalltext {font-size: inherit !important;}


/**********************************************/

#bugtracker .radio input[type="radio"], 
#bugtracker .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}

#bugtracker table.main tr {
	border: 0;
}

#bugtracker table.main td {
	padding-bottom: 15px;
}

#bugtracker .warningmessages,
#bugtracker .criticalmessages {
	background-color:#555;
}


/* RIGHT CLICK MENU VIA YUI
-------------------------------------------------- */

.fa-hidden {visibility:hidden;}

.yui-overlay, .yui-panel-container {
    position: absolute;
    visibility: hidden;
    z-index: 9999;
}

.yuimenu {
    font-size: 85%;
    line-height: 1.5;
    left: -999em;
    top: -999em;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

.yuimenu .bd {
    background-color: #EEE;
    border: 1px solid #AAA;
}

.yuimenubar ul, .yuimenu ul, .yuimenubar li, .yuimenu li, .yuimenu h6, .yuimenubar h6 {
    margin: 0;
	padding: 0;
}

.yuimenu ul {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    padding: 3px 0;
}


.yuimenu ul.first-of-type {
    border-width: 0;
}

.yuimenubar li, .yuimenu li {
    list-style-type: none;
}

.yuimenu .yuimenuitemlabel, .yuimenu .yuimenubaritemlabel {
    text-align: left;
    white-space: nowrap;
}

.yuimenu .yuimenubaritemlabel, .yuimenu .yuimenuitemlabel {
    display: block;
	transition: none;
}
.yuimenu .yuimenuitemlabel {
    color: #000;
    padding: 0 20px;
    text-decoration: none;
}
.yuimenu .yuimenuitem-selected {
	background-color: #777;
}
.yuimenu .yuimenuitemlabel-selected,
.yuimenu .yuimenuitemlabel-selected:hover,
.yuimenu .yuimenuitemlabel-selected:focus {
	color: #EEE !important;
}

.yuimenu .yuimenuitemlabel-disabled {
	color: #959595;
}

.yui-overlay-hidden {visibility:hidden;}

#rc-refresh {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

#rc-logout {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #CCC;
}


/**********************************************/

/* RESPONSIVE CSS
-------------------------------------------------- */


@media (max-width: 372px) {

	.hidden-smallmobile {	
		display:none;
	}
}


@media (min-width: 480px) {

}



@media (max-width: 485px) {
	
	/*.navbar-brand {
		width: 60px;
		background-position: 0px -64px;
	}*/

	footer .pull-right.text-right {
		float: none !important;
		text-align:left;
		font-size:12px;
	}
	
}


@media (max-width: 767px) {
	html {background: #1c1c1c none;}

	/*body {padding-bottom: 20px;}

	.page-body {margin-bottom: 20px;}*/

	.btn-large {
		padding: 6px 15px;
	}

	.navbar-wrapper.fixed,
	.navbar-wrapper.affix {
		margin-top: 20px;
		position: fixed;
	}

	.navbar {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.navbar-brand {
		width: 172px;
	}

	.navbar-toggle {
		margin-top: 12px;
		margin-bottom: 12px;
		margin-right: 2px;
	}

	footer {
		font-size: 12px;
		line-height: 14px;
		padding-bottom: 20px;
	}

	.jumbotron {
		/*padding: 55px 0 0px;
		margin-left: -20px;
		margin-right: -20px;*/
	}

	.subhead h1 {
		margin-left:auto;
		margin-right:auto;
		width: 99%;
	}

	.subhead h4 {
		font-size: 13px;
		line-height: 13px;
		margin: 5px 0;
	}

	.hidden-mobile {
		display:none;
	}
	
	.navbar-brand {
		float:left !important;
	}
}


@media (min-width: 768px) {

}


@media (max-width: 991px) {

	.navbar-wrapper {
		position: fixed;
		margin-top: 0px;
	}
	.navbar-wrapper.fixed,
	.navbar-wrapper.affix {
		margin-top: 0px;
	}
	.navbar-wrapper .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	#menu-networkinfo {
		vertical-align:middle;
		/*padding: 10px;*/
		height: auto;
		padding: 2px 4px;
		/*margin-top: 12px;*/
		margin-top: 0;
		margin-left: 16px;
		line-height: 24px;
		border-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.navbar-wrapper .container-fluid {
		margin-bottom: 0;
		width: auto;
	}

	.navbar {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		/*margin: -20px 0 0;*/
		padding-left: 10px;
		padding-right: 10px;
	}

	.navbar-brand {width: 176px;}



	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}


	footer {
		font-size: 12px;
		line-height: 16px;
	}


	#latestdetails {
		margin: 0 auto;
	}
}


@media (min-width: 992px) {

	#body-wrapper > .navbar-wrapper .nav .dropdown-menu-right {
		left: 0;
	}

	.subhead h1 {
		font-size: 4.35vw;
	}
}




@media (min-width: 992px) and (max-width: 1199px) {

	.navbar-wrapper .container-fluid {
		margin-bottom: 0;
		width: auto;
	}

	.navbar {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		margin-top: -20px 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	.navbar-brand {width: 176px;}



	.navbar-collapse {
		padding-right: 0;
	}
}


@media (min-width: 1200px) {
	
	body {
	  /*margin-bottom: -20px;*/
	}


	.container, .container-fluid {
		width: auto;
		max-width: 1570px;
	}

	#body-wrapper {
		/*border-left: 3px solid #272727;
		border-right: 3px solid #272727;
		*/
		-webkit-box-shadow: 0px 4px 19px 0px rgba(0,0,0,1);
		-moz-box-shadow: 0px 4px 19px 0px rgba(0,0,0,1);
		box-shadow: 0px 4px 19px 0px rgba(0,0,0,1);
	}
	#body-simple #body-wrapper {

		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
	}
}

@media (min-width: 1600px) {
	.subhead h1 {
		font-size: 70px;
	}
}





