/* Context */
.mobile #desktop_site_wrapper,
.desktop #mobile_site_wrapper,
.desktop .ipad_background,
.mobile .ipad_background,
.desktop .mobile_grey_overlay {
  display: none;
}
/* Context */

/* General */
body,
html,
div,
p,
a,
video,
span {
  padding: 0;
  margin: 0;
  font-family: 'Andale Mono';
}

html,
body {
  background-color: #000;
}

/* garbage extra FB text */
td._51m-._2pir._51mw {
  display: none !important;
}
/* General */

/* video hack */
#video-overlay {
  position: absolute;
  width: 400px;
  height: 300px;
  z-index: 999;
}
/* video hack */

/* Desktop */
.desktop video,
.desktop #bot-description {
  position: absolute;
}

.desktop #desktop_site_wrapper {
  min-width: 700px;
  min-height: 620px;
}

.desktop #desktop_site_wrapper,
.desktop video {
    width: 100%;
    height: 100%;
}

.desktop #desktop_site_wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.desktop .right_content_container {
  background-image: url('../assets/images/black_50_opacity.png');
  position: fixed;
  right: 0;
  height: 100%;
  min-width: 410px;
  width: 410px;
  display: inline-block;
}

.desktop .right_inner_content_container {
    height: 80%;
    position: relative;
    top: 10%;
}

.desktop .right_content_container #bot-description {
  bottom: 75px;
  right: 30px;
  width: 350px;
  max-width: 419px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
}

.left_content_container {
  position: fixed;
  left: 6%;
  bottom: 10%;
  text-align: center;
  float: left;
  width: 28%;
}

.left_content_container .number {
  font-family: 'Andale Mono';
  font-size: 25px;
}

/* BEGIN: Bot Description which is shown once we pass below 955px height */
.left_content_container .small_height.subheader,
.left_content_container .credits,
.left_content_container .faq-button {
  display: none;
}

.left_content_container .small_height.subheader {
  padding-top: 5px;
}

.left_content_container .small_height.subheader p {
  font-size: 12px;
  font-family: 'Andale Mono';
}

.left_content_container .credits,
.left_content_container .credits p,
.left_content_container .credits a {
  position: relative;
}

.left_content_container .credits {
  position: absolute;
  width: 100%;
  min-width: 160px;
  text-align: center;
}

.left_content_container .credits p {
  display: inline-flex;
  font-family: 'Gotham-Book';
  font-size: 12px;
  vertical-align: middle;
  margin-top: 10px;
}

.left_content_container .credits a {
  top: 6.5px;
  left: 4px;
}

.left_content_container .credits a img {
  width: 53px;
  top: 5px;
  position: relative;
}
/* END: Bot Description which is shown once we pass below 955px height */

.desktop .right_content_container .header {
  text-align: center;
  width: 100%;
}

.desktop .right_content_container .header p {
  margin: 0 auto;
  font-size: 25px;
  font-family: 'Andale Mono';
  padding-bottom: 20px;
}

.desktop .right_content_container .subheader {
  text-align: center;
  padding: 5% 0 0% 0;
  width: 80%;
  float: center;
  display: block;
  margin: 0 auto;
}

.desktop .right_content_container .subheader p {
  width: 97%;
  margin: 0 auto;
  font-size: 12px;
  font-family: 'Andale Mono';
  line-height: 15px;

}

.name {
  font-size: 23px;
}

/* chat */
.desktop #chat-window {
  width: 320px;
  max-width: 419px;
  /*height: 450px;
  min-height: 450px;*/
  height: 75%;
  min-height: 75%;
  right: 50px;
  top: 1.8%%;
  overflow: hidden;
  position: fixed;
}

.desktop .inner-chat-container {
  /*position: relative;*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
}

.desktop .message {
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-flex;
  opacity: 0;
}

.desktop .right p,
.desktop .left p {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 15px;
  font-family: 'Gotham-Book';

}

.desktop .right p {
  text-align: left;
  background-color: #03A9F4;
}

.desktop .left p {
  text-align: left;
  background-color: #BDBDBD;
}

.desktop .message.right {
  width: 65%;
  float: right;
}

.desktop .message.right:first-child p{
  float: right;
  margin: 0 auto;
  display: inline-block;
  margin-right: 0px;
}

.desktop .message.left {
  width: 65%;
  padding-right: 45%;
}
/* chat */

/* branding */
.desktop .right_content_container .credits,
.desktop .right_content_container .credits a {
  position: relative;
}

.desktop .right_content_container .credits {
  position: absolute;
  width: 100%;
  min-width: 160px;
  text-align: center;
}

.desktop .right_content_container .credits p {
  display: inline-flex;
  font-family: 'Gotham-Book';
  font-size: 12px;
  position: relative;
  vertical-align: middle;
  margin-top: 10px;
}

.desktop .right_content_container .credits a {
  top: 6.5px;
  left: 4px;
}

.desktop .right_content_container .credits a img {
  height: 15px;
  vertical-align: middle;
}
/* branding */

/* FAQ */
.desktop .right_content_container .faq-button {
  position: fixed;
  bottom: 14px;
  right: 2%;
  width: 20px;
  height: 22px;
  display: inline-flex;
  z-index: 10;
}

.desktop .right_content_container .faq-button a {
  font-size: 20px;
}

.desktop .modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  background: #FFF;
  display: none;
}

.desktop .modal-inner-container {
  position: relative;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  padding-top: 8%;
}

.desktop .faq-inner-block {
  padding-bottom: 10px;
  /*padding-top: 10px;*/
}

.desktop .faq-inner-block h3 {
  font-family: 'Gotham-Medium';
  font-size: 20px;
}

.desktop .faq-inner-block p {
  font-family: 'Gotham-Book';
  line-height: 20px;
  font-size: 15px;
  font-weight: 100;
}
/* FAQ */

/* Social */
.desktop .fb-like {
  display: inline-block;
  float: center;
  margin-top: -5px;

}

.desktop .twitter-share-button {
  display: inline-block;
  overflow: hidden;
  float: initial;
  margin-bottom: -5px;
  margin-left: -5px;
}

.socbutton {
  display: inline-block;
  float: center;
}

.social {
  position: fixed;
  bottom: 18px;
  right: 22px;
  width: 350px;
  text-align: center;
}

/* Social */

/* Font */
@font-face {
font-family: 'Andale Mono';
font-weight: 'regular';
src: url("../fonts/AndaleMono.ttf") format("opentype");
}


@font-face {
font-family: Gotham-Book;
font-weight: bold;
src: url("../fonts/Gotham-Book.otf") format("opentype");
}

@font-face {
font-family: Gotham-Medium;
font-weight: bold;
src: url("../fonts/Gotham-Medium.otf") format("opentype");
}

@font-face {
font-family: Gotham-Ultra;
font-weight: bold;
src: url("../fonts/Gotham-Ultra.otf") format("opentype");
}

p {
  font-size: larger;
}

a,
p,
h3,
strong {
  color: #FFF;
  font-family: 'Andale Mono';
  text-decoration: none;
  opacity: 1;
}

.desktop .modal h3,
.desktop .modal p {
  color: #000;
}

strong {
  font-weight: 700;
}
/* Font */

/* Desktop Media Queries */
@media screen and (max-height: 620px) {
  .left_content_container .small_height.subheader,
  .left_content_container .credits {
      display: block;
  }

  .right_content_container #bot-description .subheader,
  .right_content_container #bot-description .credits p:nth-child(1),
  .right_content_container #bot-description .credits a:nth-child(2) {
    display: none;
  }

  .right_content_container #chat-window {
    top: initial;
    503px
    height: 98%;
    min-height: 98%;
  }
}

@media screen and (max-height: 411px) {
  .desktop .right_content_container .social {
      display: none;
  }

  .left_content_container {
      position: fixed;
      left: 6%;
      bottom: 16%;
      text-align: center;
      float: left;
      width: 28%;
  }

  .desktop .left_content_container .social {
    position: relative;
    bottom: -7px;
    left: 0px;
    width: 100%;
    text-align: center;
  }

  .desktop .modal {
    overflow-y: scroll;
  }
}
/* Desktop Media Queries */
/* Desktop */

/* iPad */
.ipad div.social {
  width: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.ipad #desktop_site_wrapper {
  background-image: url('../assets/images/ipad_landscape.gif');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100vw;
  background-position-x: 15%;
  box-sizing: content-box;
}

.ipad .ipad_purple_overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .30);
  z-index: 1;
}

.ipad .right_content_container {
  z-index: 2;
}
/* iPad */

/* Aspect Ratio */
@media (min-aspect-ratio: 16/9) {
  .desktop video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .desktop video {
    width: auto;
    height: 100%;
  }
}
/* Aspect Ratio */

/* Mobile */
.mobile #mobile_site_wrapper {
  height: 100vh;
  width: 100vw;
}

/* background */
.mobile #mobile_site_wrapper .background {
  background-image: url('../assets/images/mobile.gif');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100vw;
  background-position-x: 48%;
  box-sizing: content-box;
}
/* background */

/* overlay */
.mobile {
  overflow: hidden;
  position: relative
}

.mobile_grey_overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .20);
  z-index: 1;
}

.mobile div.header {
  position: absolute;
  top: 6%;
  width: 100%;
  z-index: 2;
}

.mobile div.header p {
  width: 100%;
  text-align: center;
  font-size: 2em;
}

.mobile .bottom_container {
  /*position: fixed;*/
  position: absolute;
  bottom: 0;
  /*height: 36%;*/
  /*padding: .5em .75em;*/
  width: 100%;
}


.mobile .bottom_container {
  background-image: url('../assets/images/black_50_opacity.png');
  z-index: 2;
  padding: .5em 0em 1em 0em;
}

.mobile .bottom_container .bot-description {
  text-align: center;
/*  padding-top: 2.5%;
  padding-bottom: 1%*/
   padding: 1.25em 1em .5em .75em;
}

.mobile .bottom_container .bot-description .subheader {
  /*padding: 5px 20px 0 20px;*/
 
}
.mobile .bottom_container .bot-description .subheader h3 {
  font-size: 1.65em;
  line-height: 0px;
}
.mobile .bottom_container .bot-description .subheader p {
  font-size: .95em;
  padding: 0em 1em;
}

.mobile .bottom_container .bot-description .subheader p:nth-child(2) {
  margin-top: 5px;

}

.mobile .logo {
  text-align: center;
  padding-top: 1em;
}

.mobile .logo p {
  display: inline;
  position: relative;
  bottom: 5px;
  font-size: 13.5px;
}

.mobile .logo img {
  /*width: 14%;
  max-width: 14%;
  min-width: 11%;
  min-height: 8%;
  max-height: 8%;*/
  height: 15px;
  padding-left: 8px;
}

.mobile .logo .social {
  width: 162px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 4%;
  position: initial;
  bottom: initial;
  right: initial;
  text-align: center;
}

.mobile .socbutton {
  float: right;
  margin-top: -20px;
  position: relative;
}

.mobile .faq-button {
  position: absolute;
  right: 20px;
  bottom: 17.5%;
  font-size: larger;
}

.mobile .modal {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  z-index: 2;
}

.mobile .modal.open {
  display: block;
}

.mobile .modal h3,
.mobile .modal p {
  color: #000;
  font-size: 20px;
}

.mobile .faq-inner-block h3 {
  font-size: 15px;
  padding: 0px;
  font-family: 'Gotham-Medium';
}

.mobile .faq-inner-block p {
  font-size: 12px;
  padding: 0px;
  padding-bottom: 20px;
  font-family: 'Gotham-Book';
}

.mobile .faq-inner-block {
  margin-top: 10px;
}

.mobile .modal-inner-container {
  float: center;
  display: block;
  margin: 0 auto;
  padding: 5em 1em 1em 1em;
}

a[href^=tel] { color: inherit; text-decoration: none; }
/* overlay */

/* iPhone 6 Media Queries */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
  .mobile #mobile_site_wrapper .background {
    background-position-y: 34%;
  }

  .mobile .logo {
    padding-top: initial;
  }

  .mobile .logo .social {
    padding-top: initial;
  }

  .mobile .logo img {
    /*width: 9%;
    max-width: 9%;
    min-width: 9%;
    min-height: 8%;
    max-height: initial;*/
    height: 15px;
    padding-left: 11px;
  }

  .mobile .bottom_container .bot-description {
    text-align: center;
    padding-top: 0.5%;
    padding-bottom: 1%;
  }

  .mobile .modal {
    overflow-y: scroll;
  }

  .mobile .modal p {
    font-size: smaller;
  }
}
/* iPhone 6 Media Queries */
/* Mobile */




@media screen and (max-width: 867px) {
  .left_content_container{
    display: none;

  }
  }


/*iphone 5 and 5s media queries*/


@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 
    
    .twitter-share-button {
      margin-top: -4px;
    }


   .mobile .faq-button {

  bottom: 16.5%;
}

    .mobile .modal {
    overflow-y: scroll;
  }

}

/*iphone 6 more*/

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
  .twitter-share-button {
    margin-top: 0px;
  }
  
  .mobile .faq-button {
  bottom: 19%;
}
 
}

