html {
  height: 100%;
}
body {
  color: #666666;
  background-color: #e9e9e9;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  margin: 0;
}
h2 {
  margin: 0 0 20px;
  color: #FFA500;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
i {
  text-rendering: optimizeLegibility;
}
input:focus {
  border: 1px solid #FFA500;
  color: #333333;
}
input[type="submit"] {
  cursor: pointer;
  background-color: #FFA500;
  border: none;
  padding: 10px 15px;
  color: #ffffff;
}
input.error {
  border: 1px solid red;
}
.more {
  padding: 2px 10px;
  font-size: 1.2em;
}
.more-div {
  text-align: right;
  margin: 20px 5px;
  cursor: pointer;
  background-color: #f5e5f5;
}
.more-div:hover {
  background-color: #f5f5f5;
}
#ssl {
  float: right;
  display: inline-block;
  margin-bottom: 20px;
}
#login input {
  margin-top: 20px;
}
a {
  text-decoration: none;
}
.video-js {
  width: 100%;
  min-height: 200px;
}
.premium, .premium-show {
  display: none;
}
.is-premium .premium-show {
  display: block;
}
.if-not-premium {
  display: block;
}
.is-premium .if-not-premium {
  display: none;
}
#alert-not-premium {
  margin-left: 120px;
  padding: 64px 16px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 18px;
}
.shadow, .popup-content {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.popup {
  z-index: 1000;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  min-height: 100%;
  min-width: 100%;
}
.popup-content {
  max-width: 320px;
  margin: 50px auto 0;
  background-color: #ffffff;
}
.button {
  cursor: pointer;
  background-color: #1E90FF;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
}
.toggle-div {
  display: none;
  padding: 40px;
}
.toggle-div:nth-child(2) {
  display: block;
}
.content {
  display: none;
}
.content.visible {
  display: block;
  min-height: 500px;
}
.filelist {
  margin-top: 25px;
  border: 1px solid #eee;
}
.filelist p {
  padding: 10px 15px;
  text-align: center;
}
.filelist a {
  display: block;
  padding: 10px 15px;
  font-size: 1.2em;
}
.filelist a:hover {
  border: 1px solid #ddd;
  margin: -1px;
  border-left: 5px solid #e52;
  margin-left: -5px;
}
.filelist a * {
  vertical-align: middle;
}
.filelist a img {
  max-width: 24px;
  max-height: 24px;
}
.filelist audio {
  width: 100%;
}
.sms_content {
  background-color: #aaa;
  padding: 10px;
  display: none;
}
.filelist .message {
  display: inline-block;
  max-width: 50%;
  margin: 5px;
  font-size: 1em;
  border-radius: 3px;
  background-color: #fff;
  word-break: break-word;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 0;
  padding: 0; 
}
nav .material-icons {
  display: block;
  font-size: 40px;
}
.material-icons {
  vertical-align: middle;
}
nav {
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.4);
  z-index: 10;
  background-color: #ddd;
  float: left;
  position: fixed;
  width: 120px;
  height: 100%;
}
nav ul {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
a, nav li.selected a {
  color: #FFA500;
}
nav li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
nav li:hover {
  background-color: #eee;
}
nav li.selected {
  background-color: #fff;
  border-left: 5px solid #e52;
}
nav li.selected a {
  margin-left: -5px;
}
nav a {
  display: block;
  padding: 4px;
  text-align: center;
  color: #777;
}
.filelist a.picture {
  display: inline-block;
  padding: 0;
  margin: 1%;
  width: 48%;
  position: relative;
}
.filelist a.picture img {
  max-width: 1000px;
  max-height: 1000px;
  width: 100%;
}
.filelist a.picture:hover {
  margin: 1%;
  border: none;
}
.caption-top, .caption {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: .85em;
  z-index: 10;
  padding: 5px 0;
}
.caption {
  position: absolute;
  bottom: 10px;
  background-color: rgba(0,0,0,.5);
  left: 0;
}
.caption-top {
  background-color: #1E90FF;
  padding: 2px;
}
.left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.pointer {
  cursor: pointer;
}
.close-popup {
  color: white;
  background-color: #e52;
  padding: 4px;
}
.path {
  background-color: #ddd;
}
.path > * {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #eee;
}
.path > *:hover, .path > *.current {
  background-color: #fff;
  border: 1px solid #eee;
}
.path > *.current {
  cursor: default;
  border-bottom: 1px solid #fff;
}
.path span {
  display: inline-block;
  height: 22px;
  padding-top: 7px;
  vertical-align: top;
}
.panel {
  background-color: #ddd;
  padding: 0 20px;
}.
panel input {
  margin: 5px 0;
}
.right-text {
  text-align: right;
}
.dir {
  color: #000;
  cursor: pointer;
}
button {
  border: none;
  background: none;
  margin: 5px;
  color: #1E90FF;
  cursor: pointer;
}
button:hover {
  border-bottom: 3px solid #1E90FF;
  margin-bottom: 2px; 
}
.actionbar {
  padding-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.action {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  background-color: #FFA500;
  padding: 5px 15px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 3px;
  border-bottom: 3px solid #976100;
}
.action:hover {
  background-color: #90D030;
  border-bottom: 3px solid #509000;
}
.action i {
  font-size: 20px;
  margin-right: 10px;
}
.actionblock {
  border-top: 1px solid #eee;
  margin-top: 20px;
  text-align: center;
}
.alternative {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.selected .triangle {
  display: inline-block;
  float: left;
  margin-top: 32px;
  border-left: 4px solid #e52;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #e52;
}
.triangle {
  width: 0;
  height: 0;
  display: none;
}
.pa {
  padding: 2em;
}
.hide, .material-icons.hide, .human {
  display: none;
}
#logout {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 100;
  cursor: pointer;
  background-color: #F33;
  padding: 5px;
  border-radius: 50px;
}
#contact {
  z-index: 10000;
}
#contact input[type="radio"] {
  display: inline-block;
  width: initial;
}
.right {
  float: right;
}
.info {
 position: relative;
}
.info .help {
   display: none;
}
.info:hover {
   background-color: none;
   z-index: 1000;
   cursor: help;
}
.info:hover .help {
   display: inline-block;
   max-width: 150px;
   background-color: white;
   color: black;
   padding: 5px;
   border: 1px solid #e52;
   border-left: 4px solid #e52;
}
#contact input[type="email"], #contact input[type="text"], #contact textarea {
  margin-top: 20px;
}
#contact textarea {
  width: 100%;
  min-height: 50px;
  margin-bottom: 20px;
}
#options #phone {
  margin-left: -100px;
}
#main {
  min-height: 100%;
}
#page {
  margin: 15px 15px 0 0;
}
#top {
  background-color: #1E90FF;
  color: #fff;
  padding: 10px 20px;
}
#content, #footer {
  margin-left: 120px;
}
#content {
  background-color: #fff;
  padding: 30px 50px;
}
#download {
  margin-top: 1px;
  text-align: center;
  padding: 50px 10px 30px 10px;
  margin-bottom: 75px;
  background-color: #e9e9e9;
}
#download ul {
  padding-left: 0;
}
#download li {
  list-style: none;
  font-size: 1.3em;
  margin-top: 1em;
}
#download a{
  margin: 10px;
}
#guest {
  position: absolute;
  bottom: 0;
  background-color: white;
  text-align: center;
  width: 100%;
  padding: 20px 20px 0 0;
}
#guest li {
  display: inline-block;
  margin: 10px;
  list-style: none;
  font-size: 1.1em;
}
#guest li .popup-action {
  color: #FFA500;
  cursor: pointer;
}
a#row_get, a#row_get_guest {
  vertical-align: top;
  display: inline-block;
  padding: 13px 18px;
  margin: 14px 0;
  border-radius: 5px;
  box-shadow: 0 0 3px #000;
  font-size: 1.3em;
  background-color: #FFA500;
  color: white;
}
#footer {
  color: #fff;
  bottom: 0;
}
#left-options a {
  color: #fff;
  font-weight: bold;
  margin: 10px;
}
#corner {
  border-style: solid;
  border-width: 155px 0 0 800px;
  border-color: transparent transparent transparent #1E90FF;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.ma {
  margin: 5px;
}
#footer ul {
  display: inline-block;
  float: left;
}
#footer li a, #footer li span {
  cursor: pointer;
  color: #fff;
  font-size: 1.2em;
}
#top h1 {
  margin: 2px;
  display: inline-block;
}
#options {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
#options i {
  font-size: 30px;
  margin-left: -40px;
}
#options input {
  width: auto;
  margin-top: -32px;
  padding: 7px;
}
#left-options {
  margin-top: 5px;
  cursor: default;
}
#phone {
  margin-left: 10px;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: middle;
  background-color: #1E90FF;
  color: white;
}
#map {
  height: 500px;
  width: 100%;
}
.count {
  color: #fff;
  background-color: #808080;
  border-radius: 5px;
  padding: 5px;
  margin-left: 15px;
}
i.load {
  cursor: pointer;
}
.filelist p {
  text-align: left;
  color: #333;
  margin: 0;
  font-size: .9em;
}
.filelist h3, .filelist[data-type="contact"] h3 {
  margin: 0;
  display: inline-block;
}
.filelist .right {
  color: #808080;
}
.filelist .icon {
  float: left;
  margin: 10px;
  cursor: default;
  font-size: 30px;
  font-weight: bold;
}
.filelist.no-border {
  border: none;
}
#phone_select {
  display: none;
}
input[name="login"] {
  padding-left: 50px;
}
.intl-tel-input {
  position: relative;
  top: 42px;
}
#overlay {
  position: relative;
  top: -90px;
  left: 10px;
  display: inline-block;
  z-index: 10;
  background-color: #1E90FF;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}
#map div[style="*z-index: 107*"]{
  vertical-align: middle;
  background: #1E90FF;
  color: #fff;
}
.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}
#guest .right {
  margin-top: -60px;
  padding: 7px;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media only screen and (max-height: 800px) {
  nav a {
    padding: 2px;
  }
  nav .material-icons {
    padding: 5px;
    font-size: 25px;
  }
  .selected .triangle {
    margin-top: 23px;
  }
}
@media only screen and (max-height: 600px) {
  .intl-tel-input {
    left: -150px;
  }
  #content, #footer {
    margin-left: 190px;
  }
  nav li {
    display: inline-block;
    width: 90px;
  }
  nav {
    width: 190px;
  }
  #map {
    height: 300px;
  }
  .popup-content {
    margin: 0 auto;
  }
  #guest {
    width: 100%;
    padding: 0;
  }
  .toggle-div {
    padding: 5px;
    text-align: center;
  }
  h2 {
    margin-bottom: 0;
    padding-top: 10px;
  }
  .popup {
    background-color: #eee;
  }
}
@media only screen and (max-height: 700px) {
  nav a {
    padding: 3px;
  }
  nav .material-icons {
    padding: 3px;
    font-size: 20px;
  }
  .selected .triangle {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 650px) {
  #left-options {
    display: inline-block;
    position: absolute;
    right: 5px;
  }
}
@media only screen and (max-width: 800px) {
  #corner {
    border-width: 200px 0 0 800px;
    height: 50px;
  }
  #guest .right {
    margin: 0;
    float: none;
    display: block;
  }
  #guest ul , #guest h2 {
    margin: 0;
    padding: 0;
  }
  #guest li  {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  #page > nav {
    margin-bottom: 2rem;
    padding: 10px 0;
  }
  #footer {
    height: 90px;
  }
  #page {
    margin-right: 0;
  }
  #content, #footer{
    margin-left: 0;
    padding: 150px 10px 30px 10px;
  }
  nav {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
  }
  nav ul {
    text-align: center;
  }
  nav li {
    display: inline-block;
    width: 70px;
    border: none;
  }
  nav li.selected {
    border: none;
  }
  nav a {
    padding: 3px;
    overflow: hidden;
  }
  nav li.selected a {
    margin-left: 0;
  }
  #top h1, .selected .triangle {
    display: none;
  }
  .action {
    display: block;
  }
  .alternative {
    text-align: center;
    margin-right: 0;
    display: block;
  }
  .alternative .action {
    display: inline-block;
  }
  .filelist a.picture {
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
  .filelist a.picture:hover {
    margin: 0px 0px 10px 0px;
  }
  .content > h2 {
    padding-top: 50px;
  }
}
@media only screen and (max-height: 625px) {
  #guest {
    z-index: -1;
  }
  #guest h2 {
    display: none;
  }
  #guest ul {
    margin: 0;
    margin-top: -10px;
    padding: 0;
  }
