@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900');
body, table, td, font {color:#65666A; font-size: 20px; font-family: Lato, 'Century Gothic', CenturyGothic, 'MS Century Gothic', 'Helvetica Neue', Arial, Helvetica, sans-serif !important; line-height: 1.2 !important;}

body {overflow-x: hidden; max-width: 100vw;}

input::placeholder {
    font-style: italic;
	font-weight: normal;
    color: silver;
}

.navbar-default {
  background-color: #ffffff;
}
.navbar {
  min-height: 80px;
}

.navbar-nav {
/*	position: absolute; left: 25vw; */
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-collapse.in {
    overflow-y: auto !important;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
  ul.navbar-nav>li {font-size: 1.1vw;}
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: silver;
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
.pageheader {
	font-weight: 200;
	font-size: 50px;
	padding-top: 12px;
}
hr.pageheader {
	padding-top: 0px;
	margin-top: 11px;
}

.dropdown-header {
	font-weight: bold !important;
	color: white;
	background-color: #808080;
	}

/*DROP-DOWN SUBMENU CSS START*/
.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>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:#808080;
    margin-top:5px;
    margin-left:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
}
.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;
}
@media (max-width: 1365px) {
  .dropdown-submenu>a:after {
    transform: rotate(90deg);
	display:inline-block;
	float:none;
	}
}
/*DROP-DOWN SUBMENU CSS END*/

/* CUSTOM BREAK-POINT CSS: 1365px START */
@media (max-width: 1365px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
	  position: static;
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-right {
	  margin-bottom: 200px;
  }  
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
/* CUSTOM BREAK-POINT CSS: 1365px END */

.navbar-collapse {
	height: calc(95vh - 80px) !important;
	max-height: calc(95vh - 80px) !important;
	overflow: auto;
}

@media (max-width: 1365px) {
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}
