/*
 * Globals
 */

/* Links */
body.common-home a,
body.common-home a:focus,
body.common-home a:hover {
  color: #fff;
}

body.common-home a:focus,
body.common-home a.btn-lg:hover {
  color: #F7941D;
  background: #fff;
}

/* Custom default button */
body.common-home .btn-default,
body.common-home .btn-default:hover,
body.common-home .btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #F7941D;
  border: 3px solid #F7941D;
}

body.common-home .btn-default{
  background-image: none;
}

body.common-home .cover-heading{
  font-weight: bold;
  font-size: 4em;
}
/*
 * Base structure
 */

html,
body.common-home {
  height: 100%;
  background-color: #333;
  overflow-x: hidden;
}
body.common-home {
  color: #F7941D;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  /*background: url("../img/image001.jpg");*/
}

body.common-home nav{
  display: none;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
body.common-home .site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
body.common-home .site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
body.common-home .cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
body.common-home .inner {
  padding: 30px;
}


/*
 * Header
 */
body.common-home .masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

body.common-home .masthead-nav > li {
  display: inline-block;
}
body.common-home .masthead-nav > li + li {
  margin-left: 20px;
}
body.common-home .masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
body.common-home .masthead-nav > li > a:hover,
body.common-home .masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
body.common-home .masthead-nav > .active > a,
body.common-home .masthead-nav > .active > a:hover,
body.common-home .masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  body.common-home .masthead-brand {
    float: left;
  }
  body.common-home .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

body.common-home .cover {
  padding: 0 20px;
}
body.common-home .btn-lg {
  font-weight: bold;
  padding: 20px 70px;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 1em;
}

body.common-home header{
  display: none;
}

body.common-home header.home_screen{
  display: block;
}

body.common-home #homeLogin .btn-lg{
  background: #333333;
  font-size: 1em;
  border-color: #fff;
}
/*
 * Footer
 */

body.common-home .mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  body.common-home .masthead {
    position: fixed;
    top: 0;
  }
  body.common-home .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  body.common-home .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  body.common-home .masthead,
  body.common-home .mastfoot,
  body.common-home .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  body.common-home .masthead,
  body.common-home .mastfoot,
  body.common-home .cover-container {
    width: 700px;
  }
}

#homeLogin{
  background: #F7941D;
  display: table;
  width: 40%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  border: 2px solid;
  border-radius: 10px;
}

#homeLogin .wrapper{
  padding: 30px;
  display: table;
  display: table-cell;
  vertical-align: middle;
}

.meetingBox .meetingTrigger{
  display: inline-block;
  padding: 5px 15px;
  font-size: 2em;
  border: 2px solid #333333;
  border-radius: 7px;
  cursor: pointer;
  color: #333333;
}

#homeLogin .wrapper label{
  font-size: 2em;
  color: #fff;
}

.exitButton{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
  font-size: 2em;
  border: 2px solid #333333;
  border-radius: 7px;
  cursor: pointer;
  color: #333333;
}