body {
  height: 100% !important;
}

#hpNavbar {
  margin: 0;
  background: rgba(255, 255, 255, 1.0);
  border: none;
  margin-bottom: -80px;
  height: 80px;
  border-radius: 0!important;
}

#hpNavbar .navbar-brand {
  width: 238px;
  height: 48px;
  padding: 0;
  margin-left: 50px;
  margin-top: 16px;
  /*-webkit-transition: all .5s ease-in-out;*/
  /*-moz-transition: all .5s ease-in-out;*/
  /*-ms-transition: all .5s ease-in-out;*/
  /*-o-transition: all .5s ease-in-out;*/
  /*transition: all .5s ease-in-out;*/
}

@media only screen and (max-width: 375px) {
  #hpNavbar .navbar-brand {
    width: 159px;
    height: 32px;
    margin-top: 24px;
  }
}

#hpNavbar .navbar-brand img {
  display:  inline-block;
  vertical-align: middle;
  margin-right:  18px;
}

#hpNavbar.affix {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
}

#hpNavbar ul {
  float: right;
  height: 80px;
  margin-right: 80px;
}

#hpNavbar ul li a {
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  font-size: 26px;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}

#hpNavbar ul>li>a {
  color:  #1d53a0;
  font-family: 'PT Sans', sans-serif;
}

#hpNavbar ul.nav>.active>a {
  background: none;
  color:  #6b6b6b;
}

.nav>li>a:focus, .nav>li>a:hover {
  background: none;
}

.nav>li>a:hover {
  color:  #6b6b6b !important;
}

#hpNavbar .navbar-toggle {
  margin-top: 23px;
  border: none;
}

#hpNavbar .navbar-toggle:hover {
  background-color: transparent;
}



#hpNavbar .navbar-collapse.collapse {
  z-index: 10;
  border: none;
  overflow: hidden;
  margin-left: 35px;
}

#hpNavbar .navbar-toggle .icon-bar {
  background-color: #1d53a0;
}

#hpNavbar .navbar-toggle:hover .icon-bar {
  background-color: #6b6b6b;
}

#hpNavbar .navbar-toggle.opened .icon-bar {
  background-color: #6b6b6b;
}

html.can-touch #hpNavbar .navbar-toggle .icon-bar {
  background-color: #1d53a0;
}

html.can-touch #hpNavbar .navbar-toggle.opened .icon-bar {
  background-color: #6b6b6b;
}

/*--------------------ABOUT----------*/

#hp-about {
  width: 100%;
  background: #184076; /* Old browsers */
  background: -moz-linear-gradient(top, #184076 0%, #2b5389 50%, #5f98bf 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #184076 0%,#2b5389 50%,#5f98bf 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #184076 0%,#2b5389 50%,#5f98bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184076', endColorstr='#5f98bf',GradientType=0 ); /* IE6-9 */
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

#hp-about #bg1, #hp-about #bg2, #hp-about #bg3 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#hp-about #bg1 {
  background-image: url("../images/hp/cam2cam-chat-big.png");
  z-index: 1;
}

#hp-about #bg2 {
  background-image: url("../images/hp/cam2cam-chat-normal.png");
  z-index: 2;
}

#hp-about #bg3 {
  background-image: url("../images/hp/cam2cam-chat-quick.png");
  z-index: 3;
}

#bg1, #bg2, #bg3, #hp-mobile {
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#hp-about .container {
  position: relative;
  z-index: 4;
}

#hp-about h1 {
  color: #ffffff;
  font-family: 'PT Sans', sans-serif;
  margin: 15px;
  margin-top: 43px;
}

#hp-about .row {
  margin-top: 65px;
  margin-bottom: 40px;
}

#hp-about .video-container {
  overflow: hidden;
}

#hp-about video, #hp-about img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#hp-about p {
  font-size: 26px;
  line-height: 36px;
  color:  #ffffff;
  font-family: 'PT Sans', sans-serif;
}

#hp-about p a {
  color: #ffffff;
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  #hp-about p {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  #hp-about .row { margin-top: 32px; }
  #hp-about p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 479px) {
  #hp-about p {
    font-size: 16px;
    line-height: 26px;
  }
}

/*-----------------------MOBILE------------------------------*/

#hp-mobile {
  width: 100%;
  background-image: url("../images/hp/chatruletka-girl.jpg");
  background-size: 100% auto;
}

@media (max-width: 1440px) {
  #hp-mobile, #bg1, #bg2, #bg3 {
    background-size: 1440px auto;
  }

  html.is-mobile #hp-mobile {
    position: relative;
    background: none;
  }

  html.is-mobile #hp-mobile:after{
    content: "";
    background-image: url("../images/hp/chatruletka-girl.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

#hp-mobile .row {
  margin-top: 135px;
  margin-bottom: 135px;
  display: flex;
  align-items: center;
}

@media (max-width: 700px) {
  #hp-mobile .row {display: block;}
}

#hp-mobile p {
  color: #315990;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 22px;
}

#hp-mobile p a {
  color: #315990;
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  #hp-mobile p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 768px) {
  #hp-mobile p {
    font-size: 16px;
    line-height: 26px;
  }

  #hp-mobile .btn-container { float: none !important; }

  #hp-mobile .row {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #hp-mobile .hp-appstore { margin-top: 0; }
}

@media only screen and (max-width: 479px) {
  #hp-mobile p {
    font-size: 14px;
    line-height: 24px;
  }

  #hp-mobile .hp-appstore { margin-top: 0; }
}

#hp-mobile .btn-container {
  max-width: 307px;
  margin: 0 auto;
  float: right;
}

.hp-app-btn {
  display: block;
  width: 307px;
  height: 91px;
  background-position: center;
  background-repeat: no-repeat;
}

#hp-mobile .hp-app-btn.hp-margin0 {
  margin-top: 0;
  margin-bottom: 0;
}

.hp-app-btn svg {fill:#315990; transition: .2s;}
.hp-app-btn:hover svg {fill:#83cce4;}

@media only screen and (max-width: 320px) {
  .hp-app-btn {
    width: 250px;
    height: 73px;
    margin: 0 auto;
  }
}

#hp-mobile .hp-appstore {
  margin-bottom: 42px;
}

#hp-features {
  background: #f5fcfc;
  padding-bottom: 40px;
}

#hp-features h2 {
  font-family: 'PT Sans', sans-serif;
  color: #315990;
  margin-top: 43px;
}

#hp-features .row {
  margin-top: 30px;
  margin-bottom: 35px;
  text-align: center;
}

#hp-features dt {
  color: #6b6b6b;
  font-family: 'PT Sans', sans-serif;
  font-size: 26px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
}

#hp-features dd {
  color: #6b6b6b;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 21px;
}

#hp-features dd.ico {
  margin-bottom: 16px;
}

@media only screen and (max-width: 991px) {
  #hp-features dt {
    font-size: 24px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {

  #hp-features dt {
    font-size: 22px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 479px) {
  #hp-features dt {
    font-size: 20px;
    line-height: 18px;
  }
}

.hp-feature-box {
  width: 229px;
  height: auto;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 30px;
  margin-right: 30px;
}

.hp-btn-box {
  width: 425px;
  height: 89px;
  position: relative;
  margin: 0 auto;
}

.hp-btn-box .btn {
  font-size: 34px;
}

#hp-experience {
  width: 100%;
  background: #e3f4fa;
  padding-bottom: 40px;
}

#hp-experience h2 {
  font-family: 'PT Sans', sans-serif;
  color:  #315990;
  margin-top: 60px;
  margin-bottom: 45px;
}

#hp-experience .row {
  display: flex;
  margin-bottom: 37px;
}

.hp-vertical-align-middle {
  margin-top: auto;
  margin-bottom: auto;
}

#hp-experience h3 {
  font-size: 26px;
  font-family: 'PT Sans', sans-serif;
  color: #315990;
  text-align: left;
  margin-bottom: 31px;
}

#hp-experience .small-column h3 { text-align: center; }

#hp-experience .small-column h3, .small-column p { display: none; }

#hp-experience p {
  font-size: 20px;
  line-height: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #6b6b6b;
}

@media only screen and (max-width: 676px) {
  #hp-experience .small-column h3, .small-column p { display: block; }
  #hp-experience .hp-vertical-align-middle { display: none; }

  .image-1, .image-2, .image-3, .image-4, .image-4, .image-5 {
    float: none !important;
    margin: 0 auto;
  }

  #hp-experience p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 15px;
  }
}

#hp-experience .stencil-1, #hp-experience .stencil-2, #hp-experience .stencil-3, #hp-experience .stencil-4, #hp-experience .stencil-5 {
  width: 100%;
  height: auto;

}

#hp-experience .image-1 {
  width: 400px;
  height: 322px;
  background-image: url("../images/hp/casual-cam-to-cam-chat.jpg");
  float: right;
}

#hp-experience .image-2 {
  width: 338px;
  height: 300px;
  background-image: url("../images/hp/anonymous-dating.jpg");
}

#hp-experience .image-3 {
  width: 375px;
  height: 298px;
  background-image: url("../images/hp/camchat-skills.jpg");
  float: right;
}

#hp-experience .image-4 {
  width: 372px;
  height: 301px;
  background-image: url("../images/hp/random-cam-chat-anywhere.jpg");
}

#hp-experience .image-5 {
  width: 346px;
  height: 300px;
  background-image: url("../images/hp/camchat-conversations.jpg");
  float: right;
}

@media screen and (max-width: 420px) {
  #hp-experience .image-1, #hp-experience .image-2, #hp-experience .image-3, #hp-experience .image-4, #hp-experience .image-5 {
    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

/*----------------------------------FAQ------------------------------------------*/

#hp-faq, #hp-rules {
  width: 100%;
  background: #f5fcfc;
  padding-bottom: 40px;
}

#hp-faq .container, #hp-rules .container {
  margin-top: 80px;
}

#hp-faq h1, #hp-rules h1 {
  margin-top: 42px;
  margin-bottom: 80px;
}

h1.hp-header, h2.hp-header {
  font-size: 48px;
  text-align: center;
  color: #315990;
}

@media only screen and (max-width: 991px) {
  h1.hp-header, h2.hp-header { font-size: 38px; }
}

@media only screen and (max-width: 768px) {
  h1.hp-header, h2.hp-header { font-size: 36px; }
}

@media only screen and (max-width: 479px) {
  h1.hp-header, h2.hp-header { font-size: 32px; }
}

.hp-chat-box {
  height: 100%;
  margin: 15px;
  position: relative;
  overflow: hidden;
}

.hp-chat-box .msg {
  width: 100%;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
}

#hp-faq .hp-chat-box .msg .ava { background-size: cover; }

#hp-faq .hp-chat-box .msg .couple {
  min-width: 29px;
  height: 31px;
  background-image: url("../images/hp/couple.svg");
}

#hp-faq .hp-chat-box .msg .chatruletka {
  min-width: 32px;
  height: 32px;
  background-image: url("../images/hp/avatar.svg");
}

#hp-faq .hp-chat-box .msg .female {
  min-width: 28px;
  height: 30px;
  background-image: url("../images/hp/female.svg");
}

#hp-faq .hp-chat-box .msg .male {
  min-width: 29px;
  height: 31px;
  background-image: url("../images/hp/male.svg");
}

.hp-chat-box .msg figure.hp-q {
  display: flex;
  flex-direction: row;
  margin-right: 54px;
  transform: translateX(-100%);
  opacity: 0;
  width: 100%;
}

figure.hp-q[show=true] {
  animation: fade-in-100-left 1.5s 0s ease-in-out both;
}

figure.hp-a[show=true] {
  animation: fade-in-100-right 1.5s 0s ease-in-out both;
}

.hp-chat-box .msg-text {
  background: #ffffff;
  padding: 15px;
  border-radius: 0px 5px 5px 5px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
  display: inline-block;
  position: relative;
}

figure.hp-a .msg-text {
  border-radius: 5px 0px 5px 5px;
}

.hp-q .msg-text h3, .hp-a .msg-text p, #hp-rules h3 {
  color: #a14c4e;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
  line-height: 30px;
}

.hp-q .msg-text::before {
  content: ' ';
  border-top: 16px solid #fff;
  border-left: 13px solid transparent;
  transform: translateX(-100%);
  color: #ffffff;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.hp-q .ava {
  margin-right: 25px;
}

.hp-a .ava {
  margin-left: 25px;
}

.hp-chat-box .msg figure.hp-a {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 54px;
  transform: translateX(0%);
  opacity: 0;
  width: 100%;
}

.hp-a .msg-text p {
  color: #315990;
}

.hp-a .msg-text p a {
  color: #315990;
  text-decoration: underline;
}

.hp-a .msg-text::before {
  content: ' ';
  border-top: 16px solid #fff;
  border-right: 13px solid transparent;
  transform: translateX(100%);
  color: #ffffff;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}

/*-------------------------------RULES---------------------------*/

#hp-rules h3 {
  font-weight: bold;
  margin-top: 15px;
}

#hp-rules ul {
  list-style: disc;
}

#hp-rules ul li, #hp-rules p {
  color: #6b6b6b;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}

#hp-rules ul li {
  margin-left: 43px;
  padding-left: 13px;
}

#hp-rules section {
  margin-top: 10px;
}

#hp-rules section.highlighted {
  background-color: #ffffff;
  color: #333333;
  border: 2px solid #e5e5e5;
  padding: 0px 10px 10px 10px;
}

footer {
  width: 100%;
  min-height: 140px;
  background: #315990;
  text-align: center;
  overflow: hidden;
}

.hp-soc-links {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  min-width: 215px;
}

.hp-soc-links a {
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}

a#hp-googleplus {
  background: url("../images/hp/googleplus.svg");
}

a#hp-youtube {
  background: url("../images/hp/youtube.svg");
}

a#hp-instagram {
  background: url("../images/hp/instagram.svg");
}

a#hp-twitter {
  background: url("../images/hp/twitter.svg");
}

footer .hp-app-btn-wrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

footer .app-btn {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 32.5px;
  width: 255px;
  height: 75px;
  padding-bottom: 0;
  background-size: contain;
}

.hp-copyright {
  color: #ffffff;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  margin-right: 10px;
}

@keyframes fade-in-100-left {
  0%   { transform: translateX(-100%); opacity: 0; }
  100% { transform: translateX(0%); opacity: 1; }
}
@keyframes fade-in-100-right {
  0%   { transform: translateX(100%); opacity: 0; }
  100% { transform: translateX(0%); opacity: 1; }
}


@media only screen and (max-width: 1200px) {
  #hpNavbar ul {
    position: absolute;
    right: 0;
    overflow: auto;
    transform: translateX(100%);
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 0 2000px;
    margin: 0;
    margin-top: 15px;
    overflow: hidden;
    display: none;
  }

  #hpNavbar.affix ul { display: block; }

  #navbarCollapse.opened ul {
    transform: translateX(0);
    display: block;
  }

  #hpNavbar ul li {
    float: none;
    height: auto;
  }

  html.can-touch #hpNavbar ul li a {
    height: 60px;
    line-height: 60px;
  }

  #hpNavbar .navbar-header {
    float: none;
  }

  #hpNavbar .navbar-toggle {
    display: inline-block;
  }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
  .hp-btn-box {
    width: 300px;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
  .hp-btn-box {
    width: 300px;
  }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
  .hp-btn-box {
    width: 290px;
  }
}

/* PRIVACY POLICY */

.privacy-policy {
  font-size: 18px;
  line-height: 30px;
  font-family: 'PT Sans', sans-serif;
}
.privacy-policy ol {
  counter-reset: item;
}
.privacy-policy ol>li {
  display: block;
  list-style: decimal;
  padding-left: 60px;
  position: relative;
}
.privacy-policy ol>li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
}
.privacy-policy>ol>li {
  color: #a14c4e;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
}
.privacy-policy>ol>li:before {
  content: counters(item, ".") ". ";
}
.privacy-policy>ol>li>ol {
  color: #6b6b6b;
  font-weight: normal;
  font-size: 18px;
  margin-left: -60px;
}
.privacy-policy>ol>li>ol>li {
  margin: 1em 0;
}
.privacy-policy>ol>li>ol>li:before {
}
.privacy-policy .table-wrap {
  border: 1px solid #6b6b6b;
  border-style: solid solid none none;
  margin: 20px 0;
  overflow: auto;
}
.privacy-policy .table {
  display: flex;
  flex-direction: column;
}
.privacy-policy .table .tr {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.privacy-policy .table .th, .privacy-policy .table .td {
  flex: 1 1 auto;
  width: calc(100%/3);
  border-left: 1px solid #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
  padding: 15px 20px;
  line-height: normal;
}
.privacy-policy .table .th {
  background: #d8e9f5;
  font-weight: bold;
}
.privacy-policy .table .td ul>li {
  margin: 0 0 10px 20px !important;
  padding: 0 !important;
  line-height: normal !important;
}
.privacy-policy .link {
  word-break: break-all;
}
@media only screen and (max-width: 480px) {
  .privacy-policy .table-wrap {
    margin-left: -40px;
  }
  .privacy-policy .table {
    min-width: 150%;
  }
  .privacy-policy .table .th, .privacy-policy .table .td {
    font-size: 16px;
    padding: 6px;
  }
  .privacy-policy .table .td ul>li {
    font-size: 16px!important;
  }
  .privacy-policy ol>li {
    padding-left: 40px;
  }
  .privacy-policy>ol>li>ol {
    margin-left: -40px;
  }
}
