body {
    background-color: #000 !important;
  overflow-y: hidden;
  font-family: Arial;
  
  /*margin: 56px !important;*/
  height: 100%;
  
}

html {
    min-height: 100%;
}

/*headers font-family: Palatino Linotype;*/

/*Styling floated images via CKEditor*/
img[style*="left"]  {margin:0 20px 20px 0;}
img[style*="right"] {margin:0 0 20px 20px; }

.embeddedContent[style*="left"] {
    margin-right: 30px;
}

.embeddedContent[style*="right"] {
    margin-left: 30px;
}

.embeddedContent {
  position: relative;
  width: 100%;
}

.embeddedContent iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}


#admin-bar {
	top: 0;
	position: fixed;
	width: 100%;
	background: #000;
	color: #fff;
	border: 1px #fff dotted;
	padding: 4px;
}

#admin-bar a {
	color: #fff;
	text-decoration: none;
}

#admin-bar-content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
        text-align: right;
        padding-right: 12px;
}


.highlight {
    font-size: 18px;
}





/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    padding-top: 0px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background: url('/images/nav-background.png');
    background-position: top center;
    background-repeat: repeat-y;
    background-color: #000;
    opacity: 0.8;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
  margin-top: 18px;
  text-align: center;
  background: #000;
  
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}
.nav-sidebar > li > a:hover, 
.nav-sidebar > li > a:active, 
.nav-sidebar > li > a:focus {
    color: #000;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #000;
  background-color: #e4e4e4;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}



#blendtop {
      background: url('/images/Image-Fade-2.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 139px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#maindiv {
    overflow-y: scroll; 
    color: #fff;
}

.contentdiv {
  background: url('../../images/content-bg.png');
  background-repeat: repeat;
  color: #fff;
  padding: 20px;
  /*display: table;*/
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.logocontainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 226px;
}
.forgotpwdiv {
    margin-top: 2px;
    margin-left: 4px;
}
.forgotpwdiv a:link, .forgotpwdiv a:hover, .forgotpwdiv a:visited, .forgotpwdiv a:active {
    color: #fff;
    text-shadow: 1px 1px #000;
    text-decoration: none;
}

.modal-content {
    width: 153% !important;
    margin-left: -140px;
}

#contact-content {
    background: url('/images/contactbg.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    color: #000;
}

.contact-header {
  color: #fff;
    margin-top: -40px;
}

.rightcontacts {
  margin-left: 30px;
  border-left: 4px solid #fff;
  padding-left: 20px;
}

.headercontacts {
  margin-left: 20px;
}

.headercontacts h2 {
  font-size: 22px;
}

.boardmember {
  margin-bottom: 12px;
}

.boardmember h2 {
    font-size: 20px;
}

.contactform h2 {
    font-family: Palatino Linotype;
}

.boardmemberheader {
    font-family: Palatino Linotype;
}

.contacttopheader {
    font-family: Palatino Linotype;
}












.x-button{
  padding:5px 10px;
  background:none;
  border:none;
  position:relative;
  height:40px;
  width:60px;
  cursor:pointer;
  outline:none;
  float: right;
}
.x-line{
  position:absolute;
  height:2px;
  width:40px;
  background:#fff;
  left:10px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.x-line-t{
  top:10px;
}
.x-line-m{
  top:20px;
}
.x-line-b{
  top:30px;
}

.x-button:hover .x-line{
  background:#fff;
}
.x-menu-on .x-line-m, .x-menu-on:hover .x-line-m{
  background:rgba(0,0,0,0);
}
.x-menu-on .x-line{
  top:20px;
}
.x-menu-on .x-line-t{
  -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.x-menu-on .x-line-b{
  -webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}



/*max-width 767px mobile*/

@media (max-width: 767px) {
    
}
/*
#bgslidertext {
  position: fixed;
  left: 0px;
  color: #fff;
    font-size: 40px;
  bottom: 0px;
  display: block;
  background: url('/images/Image-Fade.png');
  background-repeat: repeat-x;
  background-position: top left;
  width: 100%;
  height: 139px;
  padding-left: 310px;
      font-family: arial;
  font-weight: bold;
}
*/

#bottomblend {
      background: url('/images/Image-Fade.png');
  background-repeat: repeat-x;
  background-position: top left;
  width: 100%;
  height: 139px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

#bgslidertext {
  position: fixed;
  left: 17%;
  color: #fff;
  font-size: 40px;
  bottom: 12px;
  display: block;
  width: 83.33%;
  height: 139px;
  font-family: arial;
  font-weight: bold;
  z-index: 500;
}

.bscleft {
  float: left;
  width: 53%;
  text-align: right;
  line-height: 46px;
}

.bscright {
  float: left;
  width: 42%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  margin-left: 19px;
  border-left: 13px solid #fff;
  line-height: 46px;
}





/*loading*/

#loadingscreen {
    color: #fff;
    display: none;
}

/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 900;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  color: #fff;
  text-align: center;
  padding-top: 100px;
  font-size: 28px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0,0,0,0.91);
}

#new_company {
    display: none;
}

.btn-default {
  background: #000;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-default:hover {
    background: #0a0a0a;
    color: #fff;
}

#logoutlink a:link, #logoutlink a:hover, #logoutlink a:active, #logoutlink a:visited {
    color: #fff;
    text-transform: none;
    text-decoration: none;
}

#maintextdivs {
    z-index: 999;
    position: relative;
}

.modal-backdrop.in {
    z-index: 0;
}

.inputyourfirstname {
  float: left;
  display: block;
  width: 49%;
  margin-right: 6px;
}

.inputyourlastname {
  float: left;
  display: block;
  width: 48%;
}







.nav-sidebar li {
    font-family: 'EB Garamond', Times New Roman, Times, Serif;
      font-size: 18px;
}


#mobile-nav {
    display: none;
}

.mobile-contact-link {
    display: none !important;
}

.desktop-contact-link {
    display: block !important;
}

#textsliderbreak {
    height: 0px;
    margin: 0px;
    padding:0px;
    line-height: 0px;
    margin-top: -4px;
}

@media (max-width: 1328px) {
    #bgslidertext {
        /*display: none;*/
        font-size: 30px;
    }
    
    #textsliderbreak {
        height: 0px;
        margin: 0px;
        padding:0px;
        line-height: 0px;
        margin-top: -10px;
    }
    
    #bottomblend {
        /*display: none;*/
    }
}

@media (max-width: 1052px) {
    #bgslidertext {
        /*display: none;*/
        font-size: 20px;
    }
    
    #textsliderbreak {
        height: 0px;
        margin: 0px;
        padding:0px;
        line-height: 0px;
        margin-top: -18px;
    }
    
    #bottomblend {
        /*display: none;*/
    }
}

#mobile-nav-container {
    display: none;
}


@media (max-width: 1314px) {
    .mobile-contact-link {
        display: block !important;
    }
    .desktop-contact-link {
        display: none !important;
    }
}

@media (min-width: 767px) {
    #mobile-nav-container {
        display: none !important;
    }
}

/* need display mobile nav */
@media (max-width: 767px) {
    .contentdiv {
        width: 100%;
    }
    .container-fluid {
        margin-top: 30px;
    }
    #mobile-nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1234;
        background: #000;
        opacity: 0.9;
        width: 100%;
        padding-right: 20px;
        padding-bottom: 4px;
        padding-top: 4px;
        
    }
    #full-account-header {
        display: none;
    }
    #mobile-nav-container {
        background: #000;
        opacity: 0.9;
        color: #fff;
        padding: 20px;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1233;
        overflow: scroll;
    }
    
    #bgslidertext {
        position: fixed;
        left: 0;
        color: #fff;
        font-size: 20px;
        bottom: 0px;
        display: block;
        width: 100%;
        font-family: arial;
        font-weight: bold;
        z-index: 500;
        padding: 12px;
    }
    
    .bscleft {
        float: none;
        width: 100%;
        text-align: left;
    }
    
    
    .bscright {
      float: none;
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      text-align: left;
      margin-left: 0px;
      border-left: 0px solid #fff;
      line-height: 46px;
    }
}

