@font-face {
    font-family: 'Geometria-Medium';
    font-style: normal;
    font-weight: normal;
    /* src: url('../fonts/Geometria-Medium.ttf') format('truetype');  */
    src: local('Geometria-Medium'), url('../fonts/Geometria-Medium.woff') format('woff');
}

@font-face {
    font-family: 'roboto';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/Roboto-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto';
    font-style: italic;
    font-weight: bold;
    src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
}

strong { font-weight: 700; }
*{
    font-family: 'Geometria-Medium';
}
.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
nav {
    padding: 10px;
    height: 102px;
    box-shadow: none;
}
ul.main-menu { margin-top: 20px; margin-right: 50px; }
nav ul li a{
    font-size: 1em;
}
nav ul li a:hover {
    color: #da205d !important;
}
.carousel {
    height: 85vh;
}
.carousel-item {
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.carousel-item h2 {
    font-size: 2.5em !important;
    width: 50vw;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    margin: 170px 0 0;
}
.carousel-item p {
    font-size: 1em !important;
    width: 30vw;
}
.carousel-item button {
    background-color: #dd1c5b;
    padding: 10px;
    width: 240px;
    height: 47px;
    line-height: 1;
    border-radius: 5px;
    margin-top: 50px;
}
.carousel-item button:hover {
    background-color: #dd1c5b;
}
.carousel-item button:focus {
    background-color: #dd1c5b;
}
.carousel .indicators .indicator-item.active {
    background-color: #bb1d51;
}
.carousel .indicators {
    bottom: 10%;
}
.carousel .indicators .indicator-item {
    height: 14px;
    width: 14px;
}
.section-header{
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 30px;
}
.container {
    padding-top: 20px;
    width: 90%;
    background-color: #fff;
}
.girl-container .girl-photo img{
    display: block;
    margin: auto;
}
.girl-container .girl-button a {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #dd1c5b;
    border-radius: 5px;
    color: #fff;
    width: 210px;
}
.girl-container .girl-button a:hover {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #dd1c5b;
    border-radius: 5px;
    color: #fff;
}
.girl-container .girl-name {
    margin: 10px 0 0;
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
}
.girl-container .girl-data {
    margin-top: 5px;
    color: #757575;
    font-size: 0.8em;
    text-align: center;
}
.girl-footer-btn {
    margin-top: 30px;
    margin-bottom: 40px;
}
.girl-footer-btn a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: transparent;
    box-shadow: none;
    color: #dd1c5b;
    border:solid 1.5px #dd1c5b;
    width: 190px;
    height: 40px;
    border-radius: 5px;
}
.girl-footer-btn a:hover {
    background: #FFF2F7;
    box-shadow: none;
    color: #dd1c5b;
}
.girl-footer-btn a:focus{
    background: #FFF2F7;
    box-shadow: none;
    color: #dd1c5b;
}
.select-your .container { background-color: transparent; }
.select-your {
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}
.select-your .select-your-title{
    font-size: 3em;
    color: #ffffff;
    font-weight: 600;
}
.select-your .select-your-title span {
    display: block;
}
.select-your .select-your-text {
    font-size: 1em;
    color: #ffffff;
}
.video-section .container-video iframe{
    margin: auto;
    display: block;
}
.certificate-section .certificate-text{
    font-size: 1.3em;
    min-height: 90px;
}
.certificate-section .certificate-image {
    margin-top: 30px;
    text-align: center;
}
.love-stories-image {
    text-align: center;

}
.love-stories-image img {
    max-height: 265px;
}
.love-stories-title {
    margin-top: 10px;
}
.love-stories-title a {
    font-size: 1.2em;
    color: #000000;
}
.love-stories-title a:hover {
    color: #dd1c5b;
}
.love-stories-text {
    margin-top: 10px;
}
.more-stories {
    margin-top: 70px;
}
.more-stories a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: transparent;
    box-shadow: none;
    color: #dd1c5b;
    border:solid 1.5px #dd1c5b;
    width: 190px;
    height: 40px;
    border-radius: 5px;
}
.more-stories a:hover {
    background: transparent;
    box-shadow: none;
    color: #dd1c5b;
}
.more-stories a:focus{
    background: transparent;
    box-shadow: none;
    color: #dd1c5b;
}
.pre-footer-text {
    margin-top: 60px;
    margin-bottom: 80px;
}
.page-footer {
    background: #2f2f2f;

}
.page-footer h5 {
    font-weight: 500;
    font-size: 2em!important;
}
.page-footer li a:hover{
    color: #dd1c5b !important;
}
.follow-container img{
    margin-left: 5px;
}

.fa-spin { font-size: 22px; color: #72BD27; }

/* ---------------------------------------- JP -------------------------------------------------------------- */
.top-login { position: fixed; top: -100px; display: flex; justify-content: space-between; width: 100%; height: 80px;
    background: rgba(200,200,200,.8); z-index: 990; }
.top-login a.logo { position: relative; }
.top-login .control { padding: 20px; margin-right: 50px; }
.top-login .control .btn { margin-left: 10px; background: #dd1c5b; }
.top-login .control .btn:hover, .top-login .control .btn:focus { color: #fff; }

.top-login-form { position: fixed; right: 0; top: -240px; height: 80px; color: #fff; background: #444; z-index: 1010; }
.top-login-form form { display: flex; justify-content: flex-end; }
.top-login-form form a { }
.top-login-form form a:hover { text-decoration: underline; color: #039be5; }
.top-login-form form a.remember-check { color: #fff; }
.top-login-form form a.remember-check:hover { color: #fff; text-decoration: none; }
.top-login-form form .control-top { display: flex; justify-content: flex-end; }
.top-login-form form .control-bottom { display: flex; justify-content: space-between; padding: 0 10px 0 26px; }
.social-forgot { width: 60%; }
.top-login-form form .control-btn { text-align: right; padding: 15px 20px 0 10px; }
.top-login-form form .form-row { margin: 10px 10px 0; }
.top-login-form form label { color: #fff; font-size: 16px; margin-right: 10px; }
.top-login-form form input[type="text"], .top-login-form form input[type="password"]
{ background: #fff; height: 2rem; border-radius: 0; padding: 0 5px; box-sizing: border-box; font-size: 16px; font-weight: normal; }
.top-login-form form input[type="text"] { width: 150px; }
.top-login-form form input[type="password"] { width: 100px; }
.top-login-form form input[type="submit"] { line-height: normal; display: block; margin-bottom: 5px; background: #dd1c5b; }
.top-login-form form a.close-form-login { font-size: 14px; color: #ccc; }

a.dialog-btn { background: #dd1c5b; display: block; margin-bottom: 20px; }
a.dialog-btn:hover { background: #dd1c5b; color: #fff; }

.slider-section { position: relative; }
.reg-form-container { position: absolute; left: 20px; top: 50px; width: 260px; background: rgba(0,0,0,.5); padding: 20px; border-radius: 10px;
    color: #fff; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.2); }
.content .reg-form-container { position: relative; margin: 30px auto 50px; left: inherit; top: inherit; }
.reg-form-container h2 { font-size: 32px; margin: 0 0 20px; text-align: center; }
.inline-radio { display: flex; justify-content: space-between; margin-bottom: 20px; }
.inline-radio .fa { font-size: 18px; }
.inline-radio a { color: #fff; }
.inline-radio a.selected { color: #FFFFA7; }
.reg-form-container input[type="text"], .reg-form-container input[type="password"], .reg-form-container select
    { background: #fff; height: 2.5rem; border-radius: 5px; padding: 0 10px; margin: 0 0 8px 0; box-sizing: border-box; }
.reg-form-container option { font-family: Roboto, sans-serif; }
.reg-form-container input[type="text"]::placeholder, .reg-form-container input[type="password"]::placeholder {
    color: #777; font-weight: normal;
}
.reg-form-container .btn-submit-reg { width: 100%; padding: 0; margin: 10px 0 20px; }
.reg-form-container .alert { text-shadow: none; margin-bottom: 15px; }

.reg-social { padding-top: 10px; }
.reg-social a { background-color: #fff; color: #343434; padding: 5px 10px; border-radius: 2px; }
.reg-social a img { display: block; width: 25px; height: 25px; }

.login-icon img { width: 100%; height: 100%; }
.login-social .login-icon { width: 25px; height: 25px; vertical-align: middle; }

/* end ------------------------------------ JP -------------------------------------------------------------- */

@media (max-width: 1024px) {
    .carousel-item button{
        width: 30vw;
        height: 5vw;

    }
    .girl-footer-btn button{
        width: 11vh;
        height: 3.5vw;
    }
    .more-stories button{
        width: 11vh;
        height: 3.5vw;
    }
}
@media (max-width: 992px) {
    .carousel-item { justify-content: flex-end; padding-bottom: 130px;}
}
@media (max-width: 768px) {
    .carousel.carousel-slider .carousel-item h2{
        width: 70vw;
    }
    .carousel.carousel-slider .carousel-item p{
        width: 40vw;
    }
    .carousel-item button{
        width: 40vw;
        height: 8vw;
    }
    .reg-form-container { left: auto; right: 20px; }
    .girl-footer-btn button{
        width: 15vh;
        height: 5vw;
    }
    .more-stories button{
        width: 15vh;
        height: 5vw;
    }
    table.listing.w-100 {
        display: block;
        overflow: auto;
        width: 100%;
    }
    .top-login-form { height: 240px; overflow: hidden; }
    .top-login-form form, .top-login-form form .control-top { display: block; }
    .top-login-form form label { display: inline-block; width: 150px; }
    .top-login-form form input[type="password"] { width: 150px; }
    .top-login-form form .control-btn { text-align: center; }
    .top-login-form form .control-bottom { display: block; text-align: center; }
    .social-forgot { margin-top: 15px; width: 100%; }
}
@media (max-width: 568px) {
    .carousel.carousel-slider .carousel-item h2{
        width: 90vw;
    }
    .carousel.carousel-slider .carousel-item p{
        width: 80vw;
        font-size: 1em;
    }
    .carousel .indicators{
        bottom: 0;
    }
    .carousel-item button{
        width: 62vw;
        height: 11vw;
    }
    .girls-wrapper{
        margin-top: -40px;
    }
    .girl-container{
        margin-top: 40px;
    }
    .girl-footer-btn button{
        width: 25vh;
        height: 12vw;
    }
    .love-stories-image{
        margin-top: 40px;
    }
    .more-stories button{
        width: 25vh;
        height: 12vw;
    }
    .page-footer{
        text-align: center;
    }
    .section-header{
        font-size: 2.5em;
        letter-spacing: -1px;
    }
    .container-video iframe{
        height: 400px !important;
        width: 100% !important;
    }
    .top-login .control { padding-top: 10px; margin-right: 10px; }
    .top-login .control .btn { padding: 0 10px; font-size: 14px; line-height: 30px; height: auto; }
    .top-login-form form label { display: inline-block; width: 100px; font-size: 12px; }
    .top-login-form form input[type="text"], .top-login-form form input[type="password"] { width: 100px; font-size: 12px; }

/**new-girls
    .home-container img {
    position: relative;
    left: 161%;
    top: 0;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-5%);
}
/**blonde-girls
    .home-container p img {
    position: relative;
    left: 161%;
    top: 0;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-83%,-4%);
}

/**brunette-girls
    .home-container h1 span img {
    position: relative;
    left: 161%;
    top: 0;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-98%,-4%);
}
**/

    .img-box img {
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    .page.home-container h1 {
        font-size: 40px !important;
        line-height: 60px;
    }
    .bg.rel {
        overflow: hidden;
    }

    .one-news.bottom-line img {
    }

    .a-center.bottom-space img {
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .column-container ul {
        margin-left: 0;
        line-height: normal;
    }
    .column-container .content ul, .column-container .content ol { margin-left: 1.5em; }

    .contact-left {
        float: left;
        width: calc(100% - 0px);
        margin-bottom: 10px;
    }

    .contact-right {
        float: right;
        width: calc(100% - 0px);
    }

    span.oh2 td {
        display: block;
        width: 100% !important;
        text-align: center;
    }

    table.listing.w-100 {
        display: block;
        overflow: auto;
        width: 100%;
    }

}
@media (max-width: 320px) {
    .section-header{
        font-size: 2em;
    }
    .select-your .select-your-title{
        font-size: 2em;
    }
    .carousel .indicators{
        bottom: 0;
    }
    .carousel-item button{
        width: 71vw;
    }
}

.col.girls-wrapper {
    padding-bottom: 40px;
}
.girl-photo {
    height: 440px;
    overflow: hidden;
    display: block;
}
.girl-photo a {
    display: block;
    height: 100%;
    position: relative;
}
.girl-photo img {
    min-height: 100%;
    max-height: 100%;
    width: auto;
    max-width: 600px;
    transition: .2s;
      position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.page.rel .girl-photo {
    height: 380px;
    overflow: hidden;
}
.page.rel .girl-photo img {
    min-height: 100%;
    max-height: 100%;
    width: auto;
    max-width: 600px;
}
.girl-photo a:before,
.love-stories-image a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.2);
    opacity: 0;
    transition: .2s;
    z-index: 2;
}
.girl-photo a:hover:after,
.girl-photo a:hover:before,
.love-stories-image a:hover:after,
.love-stories-image a:hover:before{
    opacity: 1;
}
.girl-photo a:after,
.love-stories-image a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/zoom.png) no-repeat center;
    opacity: 0;
    transition: .4s;
}
.girl-photo:hover,
.love-stories-image:hover {
    position: relative;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}

.girl-photo a:hover img {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
          position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
          -webkit-animation: cssAnimation 3.504s 5 ease;
-moz-animation:  cssAnimation 3.504s 5 ease;
-o-animation: cssAnimation 3.504s 5 ease;
}
.love-stories-image {
    position: relative;
}

.footer-copyright a {
    display: block;
    margin: auto;
}
.dd-menu li{
    width: 100%;
    margin: auto;
}
.dd-menu li a {
    height: 50px;
    line-height: 3;
}
.login-panel{
    position: relative;
    left: 0;
    top: 0;
}
#modal1 {
    width: 300px;

}
#modal1 .modal-content{
    padding: 0;
    overflow: hidden;
    height: 100%;
}


/**
love-stories

**/
.page-title.rel {
    margin-bottom: 30px;
}

/*
.one-news.bottom-line img {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
*/

.one-news-container { display: flex; justify-content: flex-start; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -20px; margin-right: 20px; }
.one-news-container .one-news { width: calc(50% - 40px); margin: 0 20px 40px; border-bottom: none; background: #fff; padding-bottom: 0; }
.one-news-container.love-stories .one-news { width: calc((100% / 3) - 40px); }
.one-news-container .one-news.bottom-line img { display: block; width: 100%; height: 260px!important; object-fit: cover; object-position: top; }
.one-news-container .one-news .content-news { padding: 20px; }
.one-news-container .one-news .content-news h2 a { color: #000; font-size: 30px; }
.one-news-container .one-news .content-news h2 a:hover { color: #df1b5b; }
.one-news-container .one-news .content-news .top-line { flex-direction: row; align-items: center; }
.one-news-container .one-news .content-news .top-line .date { color: #5e5e5e; font-size: 14px; }
.one-news-container .one-news .content-news .top-line .cat { color: #fff; font-size: 14px; padding: 5px 10px; background: #aeaeae;
    border-radius: 5px; }
.one-news-container .one-news .content-news .read-more { color: #df1b5b; font-size: 15px; border: 1px solid #df1b5b; padding: 15px 30px;
    display: block; margin-top: 30px; width: 150px; text-align: center; }
.one-news-container .one-news .content-news .read-more:hover { color: #fff; background: #df1b5b; }
.one-news-container .one-news .content-news .lead { height: 200px; }
@media screen and (max-width: 992px) {
    .one-news-container .one-news .content-news .lead { height: 240px; }
}
@media screen and (max-width: 768px) {
    .one-news-container .one-news .content-news .lead { height: 180px; }
    .one-news-container .one-news, .one-news-container.love-stories .one-news { width: 100%; margin: 0 0 40px; }
}
@media screen and (max-width: 576px) {
    .one-news-container .one-news .content-news .lead { height: 220px; }
    .one-news-container .one-news .content-news .read-more { padding: 10px 20px; width: 130px; }
}

form#s-form input {
    position: relative;
}

.form-box {
    clear: both;
}

.chat-container h2 {
    font-size: 16px;
}

img.cert-home2 {
    margin-top: -30px;
}

img.cert-home3 {
    margin-top: -20px;
}

img.cert-home4 {
    margin-top: 0;
}

.love-stories-image img:hover {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}

.love-stories-image img:hover {
    box-shadow: 0 0 8px 0 rgba(167, 167, 167, 0.51);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.map-responsive { text-align: center; }
.map-responsive iframe { width: 640px; height: 480px; }
@media screen and (max-width: 768px) {
    .map-responsive iframe { width: 540px; height: 480px; }
}
@media screen and (max-width: 576px) {
    .map-responsive iframe { width: 90%; height: 400px; }
}

.content-font div,
.content-font p,
.content-font td,
.content-font span
{ font-family: 'roboto'!important; font-size: 16px; }
