.fancybox-close-small {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fancybox-close-small::after {
  color: #fff !important;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fancybox-close-small:hover {
  background-color: #FFBB17 !important;
}
.fancybox-close-small:hover::after {
  color: #000 !important;
  background-color: transparent !important;
}

body {
  margin: 0;
  padding: 0;
  background-color: #C61A06;
}

input,
select,
textarea,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #7b7b7b;
  line-height: normal;
  letter-spacing: normal;
}

#background-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: .4;
}

.online {
  background-color: #24FF24;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  padding: 2px 10px;
  font-size: .9em;
  border-radius: 20px;
}
.online::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  animation: blink2 infinite 1s;
}
@keyframes blink2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.phone-ic .back-circle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: #24FF24;
  opacity: 0;
  border-radius: 100%;
  animation: back 2s infinite;
  animation-delay: 0.3s;
}
.phone-ic .button {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 75px;
  background-color: #24FF24;
  animation: ring 2s infinite;
}
.phone-ic .phone {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #ffffff;
  animation: call 2s infinite;
}
.phone-ic .front-circle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0.2;
  border-radius: 100%;
  width: 0px;
  height: 0px;
  animation: breath 2s infinite;
}
@keyframes back {
  0% {
    height: 0px;
    width: 0px;
  }
  50% {
    height: 40px;
    width: 40px;
    opacity: 0.4;
  }
  70% {
    height: 50px;
    width: 50px;
    opacity: 0.1;
  }
  100% {
    height: 60px;
    width: 60px;
    opacity: 0;
  }
}
@keyframes ring {
  50% {
    height: 60px;
    width: 60px;
  }
}
@keyframes call {
  2.5% {
    transform: translate(-30%, -50%);
  }
  5% {
    transform: translate(-70%, -50%);
  }
  7.5% {
    transform: translate(-30%, -50%);
  }
  10% {
    transform: translate(-70%, -50%);
  }
  15% {
    transform: translate(-20%, -50%);
  }
  20% {
    transform: translate(-50%, -50%);
  }
}
@keyframes breath {
  50% {
    width: 80px;
    height: 80px;
  }
}
.girl-modal {
  width: 700px;
  background-color: #C61A06;
  display: none;
  overflow: hidden;
}
.girl-modal .left-image {
  width: 40%;
  height: auto;
  overflow: hidden;
  position: relative;
  border: 4px solid #FFBB17;
  float: left;
}
.girl-modal .left-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.girl-modal .text {
  width: 60%;
  float: right;
  padding: 30px;
}
.girl-modal .text .name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #FFBB17;
  display: block;
  font-size: 1.8em;
}
.girl-modal .text .phone-number {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 1.8em;
  color: #fff;
  margin: 0;
}
.girl-modal .text .phone-number span {
  font-weight: 600;
}
.girl-modal .text .t {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  color: #FFBB17;
  margin: 20px 0 0 0;
}
.girl-modal .text .online {
  display: inline-block;
  margin-top: 10px;
}
.girl-modal .text .phone-ic {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 60px 0 0 30px;
}

.header {
  position: relative;
  z-index: 3;
  background-color: #C61A06;
}
.header .container {
  max-width: 1300px;
}
.header .slider {
  width: 100%;
  height: 650px;
  background-image: url(../../img/girlbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 150px top;
}
.header .slider .content {
  position: relative;
  height: 100%;
  z-index: 3;
}
.header .slider .content .v-center {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.header .slider .content .v-center .left-text {
  display: inline-block;
  text-align: center;
}
.header .slider .content .v-center .left-text strong {
  font-size: 1.5em;
  color: #FFBB17;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  display: block;
  letter-spacing: .2em;
  margin-bottom: 30px;
}
.header .slider .content .v-center .left-text p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 3.5em;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
.header .slider .content .v-center .left-text p:nth-of-type(1) {
  font-weight: 200;
}
.header .slider .content .v-center .left-text p:nth-of-type(3) {
  font-weight: 700;
}
.header .slider .content .v-center .right-text {
  text-align: right;
  position: relative;
  top: 150px;
}
.header .slider .content .v-center .right-text .ll {
  background-color: #fff;
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 1.6em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #C61A06;
  text-decoration: none;
  line-height: 1.1;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  animation: blink infinite .6s;
}
.header .slider .content .v-center .right-text .ll:hover {
  color: #000;
  animation: none;
}
.header .slider .content .v-center .right-text .ll span {
  display: block;
  font-weight: 700;
}
@keyframes blink {
  0% {
    color: #C61A06;
  }
  50% {
    color: #000;
  }
  100% {
    color: #C61A06;
  }
}
.header .slider .content .v-center .right-text p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 3.5em;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
.header .slider .content .v-center .right-text p:nth-of-type(1) {
  text-shadow: -2px 4px 10px rgba(0, 0, 0, 0.2);
}
.header .slider .content .v-center .right-text p:nth-of-type(2) {
  font-size: 1.1em;
  letter-spacing: .06em;
}
.header .scroll {
  text-align: center;
  display: none;
}
.header .scroll a {
  text-decoration: none;
  display: inline-block;
}
.header .scroll a .mouse-icon {
  position: relative;
  margin: 40px 0;
}
.header .scroll a .mouse-icon .mouse {
  width: 18px;
  height: 28px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  margin-bottom: 3px;
}
.header .scroll a .mouse-icon .mouse:after {
  content: "";
  background: #C61A06;
  width: 4px;
  height: 6px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -2px;
  border-radius: 20px;
  animation: scrollAnim 1.1s infinite;
}
.header .scroll a .mouse-icon .arrow {
  width: 6px;
  height: 6px;
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: relative;
  margin: 0 auto;
  animation: arrowAnim 1.2s infinite;
}
.header .scroll a .mouse-icon .arrow.arrow-01 {
  animation-delay: .2s;
}
.header .scroll a .mouse-icon .arrow.arrow-02 {
  animation-delay: .3s;
}
.header .scroll a .mouse-icon .arrow.arrow-03 {
  animation-delay: .4s;
}
@keyframes scrollAnim {
  from {
    top: 5px;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@keyframes arrowAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.girls .list {
  padding: 40px 0;
}
.girls .list .container {
  max-width: 1300px;
}
.girls .list .item {
  width: 100%;
  position: relative;
  margin: 15px 0;
}
.girls .list .item a {
  text-decoration: none;
  display: block;
  position: relative;
}
.girls .list .item a:hover .image .overlay {
  opacity: 1;
}
.girls .list .item a .image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  border: 4px solid #FFBB17;
}
.girls .list .item a .image img {
  width: 100%;
  height: 100%;
  display: block;
}
.girls .list .item a .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.girls .list .item a .image .overlay .v-center {
  width: 100%;
  height: 100%;
}
.girls .list .item a .image .overlay .v-center .phone-ic .back-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.girls .list .item a .image .overlay .v-center .phone-ic .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.girls .list .item a .image .overlay .v-center .phone-ic .phone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.girls .list .item a .image .overlay .v-center .phone-ic .front-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.girls .list .item a .image .online {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}
.girls .list .item a .text {
  position: relative;
  padding: 15px 20px;
  background-color: #ad1705;
}
.girls .list .item a .text .name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #FFBB17;
  display: block;
  font-size: 1.8em;
}
.girls .list .item a .text .phone-number {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 1.5em;
  color: #fff;
  margin: 0;
}
.girls .list .item a .text .phone-number span {
  font-weight: 600;
}
.girls .list .item a .text .hot {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #FFBB17;
  display: none;
}
.girls .list .item a .text .phone-ic {
  position: absolute;
  right: 50px;
  top: 40px;
  transform: scale(0.7, 0.7);
  display: none;
}

.footer {
  padding: 10px 20px 50px 0;
  text-align: center;
}
.footer .content .container {
  max-width: 1300px;
}
.footer .content .items h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #FFBB17;
  display: block;
}
.footer .content .items .item h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  display: block;
}
.footer .content .items .item p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
}
.footer .content .items .item p a {
  display: inline-block;
  text-decoration: none;
  color: #FFBB17;
}
.footer .content .items .item p a:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin-top: 30px;
}
.footer .copyright span {
  display: block;
  font-weight: 600;
}

/*Mobile*/
@media only screen and (max-width: 768px) {
  .header .slider {
    height: 650px;
    background-position: center top;
  }
  .header .slider .content .v-center .left-text strong {
    font-size: 1.2em;
  }
  .header .slider .content .v-center .left-text p {
    font-size: 2em;
  }
  .header .slider .content .v-center .right-text a {
    font-size: 1.3em;
  }
  .header .slider .content .v-center .right-text p {
    font-size: 2em;
  }
}
@media only screen and (max-width: 425px) {
  .girl-modal {
    display: none;
  }

  .header .col-md-12,
  .header .row {
    margin: 0;
    padding: 0;
  }
  .header .scroll {
    display: block;
  }
  .header .container {
    padding: 0;
    margin: 0;
  }
  .header .slider {
    width: 100%;
    height: 100vh;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-size: auto 100vh;
    background-position: center top;
  }
  .header .slider .content {
    height: 100%;
  }
  .header .slider .content .v-center {
    width: 100%;
    margin-top: 40px;
  }
  .header .slider .content .v-center .left-text {
    display: block;
  }
  .header .slider .content .v-center .left-text strong {
    font-size: 1em;
    letter-spacing: .1em;
    margin-bottom: 10px;
  }
  .header .slider .content .v-center .left-text p {
    font-size: 1.8em;
    line-height: 1.4;
  }
  .header .slider .content .v-center .right-text {
    text-align: center;
    position: relative;
    top: 0;
    margin-top: 20px;
  }
  .header .slider .content .v-center .right-text a {
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 1em;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .header .slider .content .v-center .right-text p {
    font-size: 2em;
    line-height: 1.4;
  }
  .header .slider .content .v-center .right-text p:nth-of-type(2) {
    font-size: .9em;
    opacity: .6;
    letter-spacing: .02em;
  }

  .girls .list {
    padding: 40px 0;
  }
  .girls .list .item a:hover .image .overlay {
    opacity: 0;
  }
  .girls .list .item a .image {
    height: auto;
  }
  .girls .list .item a .image .overlay {
    display: none;
  }
  .girls .list .item a .image .online {
    left: 15px;
    bottom: 15px;
  }
  .girls .list .item a .text {
    padding: 15px 15px;
  }
  .girls .list .item a .text .name {
    font-size: 1.5em;
  }
  .girls .list .item a .text .phone-number {
    font-size: 1.3em;
  }
  .girls .list .item a .text .hot {
    display: block;
    font-size: 1em;
  }
  .girls .list .item a .text .phone-ic {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */

.girls .list .item a .image .offline{
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  background-color: #C61A06;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 2px 10px;
  font-size: .9em;
  border-radius: 20px
}
.girls .list .item a .image .internal{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  background-color: rgba(0,0,0,.6);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 2px 10px;
  font-size: .9em;
  border-radius: 20px
}
.girls .list .item a .image .click-call{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #FFBB17;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  padding: 6px 15px;
  font-size: 1em;
}