.signupinput{
    margin-left: 30px;
}
.rdt {
    position: relative;
}
.rdtPicker {
    display: none;
    position: absolute;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
    display: block;
}
.rdtStatic .rdtPicker {
    box-shadow: none;
    position: static;
}

.rdtPicker .rdtTimeToggle {
    text-align: center;
}

.rdtPicker table {
    width: 100%;
    margin: 0;
}
.rdtPicker td,
.rdtPicker th {
    text-align: center;
    height: 28px;
}
.rdtPicker td {
    cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
    background: #eeeeee;
    cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
    color: #999999;
}
.rdtPicker td.rdtToday {
    position: relative;
}
.rdtPicker td.rdtToday:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fd3e69;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
    background-color: #fd3e69;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
    border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
    color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
}
.rdtPicker th {
    border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
    width: 14.2857%;
    border-bottom: none;
}
.rdtPicker th.rdtSwitch {
    width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
    font-size: 21px;
    vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
    display: block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
    cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
    background: #eeeeee;
}

.rdtPicker tfoot {
    border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
    border: none;
    background: none;
    cursor: pointer;
}
.rdtPicker button:hover {
    background-color: #eee;
}

.rdtPicker thead button {
    width: 100%;
    height: 100%;
}

td.rdtMonth,
td.rdtYear {
    height: 50px;
    width: 25%;
    cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
    background: #eee;
}

.rdtCounters {
    display: inline-block;
}

.rdtCounters > div {
    float: left;
}

.rdtCounter {
    height: 100px;
}

.rdtCounter {
    width: 40px;
}

.rdtCounterSeparator {
    line-height: 100px;
}

.rdtCounter .rdtBtn {
    height: 40%;
    line-height: 40px;
    cursor: pointer;
    display: block;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}
.rdtCounter .rdtBtn:hover {
    background: #eee;
}
.rdtCounter .rdtCount {
    height: 20%;
    font-size: 1.2em;
}

.rdtMilli {
    vertical-align: middle;
    padding-left: 8px;
    width: 48px;
}

.rdtMilli input {
    width: 100%;
    font-size: 1.2em;
    margin-top: 37px;
}
/*
    Note: It is best to use a less version of this file ( see http://css2less.cc
    For the media queries use @screen-sm-min instead of 768px.
    For .omb_spanOr use @body-bg instead of white.
*/

.iconic {
    padding-top: 20px;
}
@media (max-width: 768px) { 
    .iconic {
        padding-top: 0px;
    }
    }


/* .normal {

} */
/* .normal-chosen{

} */
.hidden {
    display: none;
}

.sidemenu-dot {
    width: 20px;
    height: auto;
    position: absolute;
    border: none transparent;
    right: 24px;
    top:10px;
    margin: 15px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 10000000;
}
@media (max-width: 768px) { 
.sidemenu-dot {
    width: 20px;
    height: auto;
    position: absolute;
    border: none transparent;
    right: 12px;
    top:-5px;
    margin: 26px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 10000000;
}
}

.sidemenu {
    width: 200px;
    height: auto;
    top: 40px;
    z-index: 10000000;
    outline: 0px solid;
    position: absolute;
    right: 12px;
    margin: 5px;
    background: white;
    color: grey;
    border:  0.7px solid #fd3e69;
    border-radius: 7px;
    font-family: "Helvetica", "Arial", sans-serif;

}

.sub-nav{
    z-index: 20;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
    font-family: "Helvetica", "Arial", sans-serif; 

}
/*@media (min-width: 1200px){*/
    /*.sidemenu {*/
        /*top: 120px;*/
    /*}*/
/*}*/
/*@media (max-width: 600px){*/
    /*.sidemenu {*/
         /*width: 120px;*/
         /*font-size: 10px;*/
    /*}*/
/*}*/

#footer-id {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 1.0em;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #F0FFFF;
    padding-left: 0px;
    font-family: "Helvetica", "Arial", sans-serif; 

  }

.footer {
    bottom: 30px;
    font-size: 17px;
    margin-top: 15px;
    text-align: center;
    font-weight: 400;
    width: 100%;
}

#footer-id-2 {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 1.2em;
    margin-top: -25px;
    margin-bottom: 0px;
    background-color: #F0FFFF;
    padding-left: 0px;
  }

       @media (max-width: 768px) {
          #footer-id-2 {
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 1.2em;
            margin-top: -25px;
            margin-bottom: 0px;
            background-color: #F0FFFF;
            display: table-footer-group;
    }
}


#follow-us {
    /*  margin-left: 20px;    */
  /* padding-right: 10px;     */
  font-size: 1.0em;  
  color: #f52a84 !important;
  }
  @media (max-width: 768px) {
  #follow-us {
          /* padding-right: 20px;     */
          font-size: 2.5em;  
          display: block;
                     }
               }

.inline-list {
    margin-left: 0;
}
.footer > ul > li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    /* color: #fd3e69; */
    color: #f52a84;

}
@media (max-width: 768px) {
  .footer {
      bottom: 30px;
      font-size: 6px;
      margin-top: -100px;
      text-align: center;
      width: 100%;
  }
  .footer > ul > li {
      list-style-type: none;
      display: inline-block;
      text-align: center;
      padding: 7px 5px;
  }
  #footer-id {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2.6em;
    /* margin-top: 0px; */
    padding-left: 0px;
    padding-right: 0px;
    visibility: collapse;
  }
}
/*   #footer-id {
    padding: 0 0 0 0;
  } */

yright{
    color: black;
}
.image-gallery {
    width: 60%;
    margin-left: 20%;
    
}
@media (max-width: 768px) {
.image-gallery {
    width: 80%;
    margin-left: 10%;
    height: 50%;
    visibility: collapse;
}
}
.image-gallery-slide{
    height: 350px;
}

.image-gallery-image{
    height: 400px;
}

@media (max-width: 768px) {
    .image-gallery-image{
    height: 350px;
}
}

.image-gallery-slide img{
    width: 100%;
    height: 100%;
    margin-left: 0px;
    border: 1px solid #fff
}
.sidemenu-item {
    padding: 5px;
    cursor: pointer;
    margin: 3px 5px;
}
.sidemenu-item:hover {
    background-color: #fd3e69;
    color: white;
    border-radius: 7px;

}


@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}

.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}

/* In yourUse @body-bg */
.omb_login .omb_socialButtons a {
    color: white;
opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
    opacity:1;
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}
.omb_login .omb_loginOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: #eeeeee;
    width: 3em;
    text-align: center;
}

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}


@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: left;
    }
}
.super-menu{
    display: flex;
    flex-direction: row;
}
.item-nav{
    flex-shrink: 1;
}

.navbar-collapse.collapse {
    display: block!important;
}

.navbar-nav>li, .navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right!important;
}

.container {
    width: 100%;
    max-width: 600px;
    /* height:750px; */
    /* max-height: 490px; */
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 900px){
    .container {
        width: 100%;
        max-width: 500px;
        /* height:750px;
        max-height: 490px; */
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 768px){
    .container {
        /* width: 80%; */
        max-width: 600px;
        /* height:750px; */
        /* max-height: 490px; */
        padding-left: 15px;
        padding-right: 15px;
        /* height: 200px; */
        margin-bottom: 0px;
        /* background-color: #FF69B4; */
        background-color: #f52a84;
        /* padding-bottom: 182px; */
        color: white;
        margin-top: -1px;
        /* position: fixed; */
        height: 100%;
        /* padding-bottom: 60px; */
    }
}

.peep{
    margin-top: -30px;
    height: 10px;
    width: 10px;
    min-height: 10px;
    min-width: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
    margin-left: 10px;
    box-shadow: 0px 0px 3px 0px;
}
.not-peep{
    margin-top: -30px;
    height: 10px;
    width: 10px;
    min-height: 10px;
    min-width: 10px;
    display: inline-block;
    border-radius: 50%;
    /* background-color: #e03e28; */
    margin-left: 10px;
}
/*NAVIGATION*/
/* .react-autosuggest__suggestions-list {

} */
.react-autosuggest__suggestion {
    list-style-type: none;
}
.main-nav {
    margin: 0;
}

.item-nav{
    /* width: 20%; */
    width: 25%;
    /* width: 33%; */
    margin: 0;
    text-align: center;
}
.full-width{
    min-width: 100%;
    max-width: 100%;
}
.logo {
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 25px;
}

@media (max-width:1024px) and (min-width:768px) {
    .logo {
        /* display: inline-block; */
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;

    }
 }

 @media (max-width:768px){
    .logo {
        /* display: inline-block; */
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        float: left;
        margin-bottom: 30px;

    }
 }

.account-logo{
    float: right!important;
    margin-right: 15px;
}
.react-autosuggest__suggestions-list {
    z-index: 10;
    padding: 0;
    max-width: 80%;
    margin: 0;
    margin-left: 10%;
    cursor:pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eceef4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -ms-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(top, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hidden {
    display: none;
}
.online {
    height: 10px;
    width: 10px;
    min-height: 10px;
    min-width: 10px;
    border-radius: 50%;
    background-color: #55e05b;
    display: inline-block;
    margin-left: 10px;
    box-shadow: 0px 0px 3px 0px;
}
.not-online {
    height: 10px;
    width: 10px;
    min-height: 10px;
    min-width: 10px;
    border-radius: 50%;
    background-color: #e0ab26;
    display: inline-block;
    margin-left: 10px;
    box-shadow: 0px 0px 3px 0px;
}

.nav-tabs .nav-active {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    color: #333;
}

.nav-tabs>li>a:focus {
    background-color: #fff;
}

.nav-tabs .nav-active:hover {
    background-color: #eee;
    border-bottom: 1px solid #eee;
}

.container-messages {
    padding: 0;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
}

.messages {
    overflow-y: scroll;
    overflow-x: hidden;
    flex-grow: 1;
    padding: 20px;
    max-height: 55vh;
    min-height: 55vh;
    text-align: start;
}



.chat-input {
    position: relative;
    overflow: hidden;
    padding: 10px;
    flex-shrink: 0;
    bottom: 0;
    flex-grow: 1
}

.chat-input input[type="text"] {
    width: 60%;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 60px;
    border-radius: 33px;
    flex-grow: 5
}

.message.from-me .username {
    /* display: none; */
    text-align: right;
    margin-left: 0px;
}

.login-top{
    width: 600px;
    margin: 50px auto;
}
@media only screen and (max-width: 600px){
    .chat-input{
        position: relative;
        bottom: 0px;
        width: 100%;
    }
    .login-top{
        width: auto;
        margin: 50px 5px;
    }
    .messages {
        padding: 5px;
        margin-bottom: 0px;
    }
}



/* .my-facebook-button-class.small {
    padding: calc(.34435vw + 3.38843px) calc(.34435vw + 8.38843px)
} */

/* .my-facebook-button-class.medium {
    padding: calc(.34435vw + 8.38843px) calc(.34435vw + 13.38843px)
} */

/* .my-facebook-button-class.metro {
    border-radius: 15px;
} */

.my-facebook-button-class .fa {
    margin-right: calc(.34435vw + 3.38843px)
}

.newTab {
    text-decoration: none;
    color: inherit;
}
.newTab:hover {
    text-decoration: none;
    color: inherit;
}
.newTab:focus {
    text-decoration: none;
    color: inherit;
}

.message.from-me {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.message.from-me .message-body {
    background-color: #fd3e69;
    color: white;
    border-radius: 10px 10px 3px 10px;
}
.message.from-me .message-time {
    background-color: #af9570;
    color: white;
    font-size: smaller;
    display: block;
}

.message {
    margin-bottom: 20px;
    margin-right: 10px;
}
.message-container {
  max-width: 50%;
  display: inline-block;
}
.message.from-me .message-container{
  text-align: -webkit-right;
}
.message-body {
    /* max-width: 80%;
    display: inline-block; */
    padding: 10px;
    border: 1px;
    border-radius: 10px 10px 10px 3px;
    background-color: #b4b8b3;
    margin-left: 10px;
    word-wrap: break-word;
    text-align: left;
    min-width: initial;
    max-width: max-content;
}

.username {
    font-weight: bold;
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-top: 3px;
}
body {
    font-family: 'proxima-nova', sans-serif;
    margin: 0;
    /* overflow-x: hidden; */
}

input[type="text"] {
    margin: 10px 0px;
    height: 50px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    color: #1e1e1e;
    font: 100 1.5rem "proxima-nova", sans-serif;
    width: 80%;
    border: 1px solid  #cacccd;
    border-radius: 10px;
    padding: 0 20px;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    position: realtive;
    
}

input[type="text"]:focus {
    border: 1px solid  #cacccd;
    border-radius: 10px;
    outline: none !important;
    bottom: 0px;
}

input[type="text"]:hover {
    border: 1px solid  #cacccd;
    border-radius: 10px;
    outline: none !important;
    
    bottom: 0px;
}

input[type="submit"] {
    background-color: #323232;
    color: white;
    font: 700 1rem "proxima-nova",sans-serif;
    border: none;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    padding: 20px 80px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: -7px 7px 0px rgba(50,50,50,0.15);
    -moz-box-shadow: -7px 7px 0px rgba(50,50,50,0.15);
    box-shadow: -7px 7px 0px rgba(50,50,50,0.15);
    margin-top: 20px;
}

input[type="submit"]:hover {
    -webkit-box-shadow: -10px 10px 0px rgba(50,50,50,0.15);
    -moz-box-shadow: -10px 10px 0px rgba(50,50,50,0.15);
    box-shadow: -10px 10px 0px rgba(50,50,50,0.15);
    background-color: #1e1e1e;
    position: relative;
}
.username-container {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
}

h1 {
    display: block;
}
.row-content{
    text-align: left;
    vertical-align: text-bottom
}
.row-picture{

    height: 70px;
    min-height: 70px;


}
.emoji-mart,
.emoji-mart * {
    box-sizing: border-box;
    line-height: 1.15;
}

.emoji-mart {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #222427;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background: #fff;
}

.emoji-mart .emoji-mart-emoji {
    padding: 6px;
}

.emoji-mart-bar {
    border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
    border-bottom-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
    border-top-width: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.emoji-mart-scroll {
    border-bottom: 0;
    margin-bottom: 6px;
}

.emoji-mart-scroll + .emoji-mart-bar {
    display: none;
}

.emoji-mart-anchors {
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
    color: #858585;
    line-height: 0;
}

.emoji-mart-anchor {
    position: relative;
    flex: 1;
    text-align: center;
    padding: 12px 4px;
    overflow: hidden;
    transition: color .1s ease-out;
}
.emoji-mart-anchor:hover,
.emoji-mart-anchor-selected {
    color: #464646;
}

.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
    bottom: 0;
}

.emoji-mart-anchor-bar {
    position: absolute;
    bottom: -3px; left: 0;
    width: 100%; height: 3px;
    background-color: #464646;
}

.emoji-mart-anchors i {
    display: inline-block;
    width: 100%;
    max-width: 22px;
}

.emoji-mart-anchors svg {
    fill: currentColor;
    max-height: 18px;
}

.emoji-mart-scroll {
    overflow-y: scroll;
    height: 270px;
    padding: 0 6px 6px 6px;
}

.emoji-mart-search {
    margin-top: 6px;
    padding: 0 6px;
}
.emoji-mart-search input {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: .2em .6em;
    border-radius: 25px;
    border: 1px solid #d9d9d9;
    outline: 0;
}

.emoji-mart-category .emoji-mart-emoji span {
    z-index: 1;
    position: relative;
    text-align: center;
    cursor: default;
}

.emoji-mart-category .emoji-mart-emoji:hover:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #f4f4f4;
    border-radius: 100%;
}

.emoji-mart-category-label {
    z-index: 2;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.emoji-mart-category-label span {
    display: block;
    width: 100%;
    font-weight: 500;
    padding: 5px 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
}

.emoji-mart-emoji {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.emoji-mart-no-results {
    font-size: 14px;
    text-align: center;
    padding-top: 70px;
    color: #858585;
}
.emoji-mart-no-results .emoji-mart-category-label {
    display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
    margin-top: .2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
    content: none;
}

.emoji-mart-preview {
    position: relative;
    height: 70px;
}

.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.emoji-mart-preview-emoji {
    left: 12px;
}

.emoji-mart-preview-data {
    left: 68px; right: 12px;
    word-break: break-all;
}

.emoji-mart-preview-skins {
    right: 30px;
    text-align: right;
}

.emoji-mart-preview-name {
    font-size: 14px;
}

.emoji-mart-preview-shortname {
    font-size: 12px;
    color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
    margin-left: .5em;
}

.emoji-mart-preview-emoticon {
    font-size: 11px;
    color: #bbb;
}

.emoji-mart-title span {
    display: inline-block;
    vertical-align: middle;
}

.emoji-mart-title .emoji-mart-emoji {
    padding: 0;
}

.emoji-mart-title-label {
    color: #999A9C;
    font-size: 26px;
    font-weight: 300;
}

.emoji-mart-skin-swatches {
    font-size: 0;
    padding: 2px 0;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background-color: #fff;
}

.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch {
    width: 16px;
    padding: 0 2px;
}

.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch-selected:after {
    opacity: .75;
}

.emoji-mart-skin-swatch {
    display: inline-block;
    width: 0;
    vertical-align: middle;
    transition-property: width, padding;
    transition-duration: .125s;
    transition-timing-function: ease-out;
}

.emoji-mart-skin-swatch:nth-child(1) { transition-delay: 0s }
.emoji-mart-skin-swatch:nth-child(2) { transition-delay: .03s }
.emoji-mart-skin-swatch:nth-child(3) { transition-delay: .06s }
.emoji-mart-skin-swatch:nth-child(4) { transition-delay: .09s }
.emoji-mart-skin-swatch:nth-child(5) { transition-delay: .12s }
.emoji-mart-skin-swatch:nth-child(6) { transition-delay: .15s }

.emoji-mart-skin-swatch-selected {
    position: relative;
    width: 16px;
    padding: 0 2px;
}
.emoji-mart-skin-swatch-selected:after {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 4px; height: 4px;
    margin: -2px 0 0 -2px;
    background-color: #fff;
    border-radius: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease-out;
}

.emoji-mart-skin {
    display: inline-block;
    width: 100%; padding-top: 100%;
    max-width: 12px;
    border-radius: 100%;
}

.emoji-mart-skin-tone-1 { background-color: #ffc93a }
.emoji-mart-skin-tone-2 { background-color: #fadcbc }
.emoji-mart-skin-tone-3 { background-color: #e0bb95 }
.emoji-mart-skin-tone-4 { background-color: #bf8f68 }
.emoji-mart-skin-tone-5 { background-color: #9b643d }
.emoji-mart-skin-tone-6 { background-color: #594539 }

#main-nav, #activate, #out-nav, #sub-nav, #sign-in, #sign-up, #edit-user, #edit-user-detail, #forget {
    /* background-color: #fd3e69; original */
    background-color: #f52a84;
    color: #ffffff;
    /* background-color: #fd3e69; */
    /* background-color: #fd3e69; */
}

#add, #remove, .primary-color, .primary-color:hover {
    /* color: #fd3e69; */
    /* color: #fd3e69; */
    color: #f52a84;

    /* color: #fd3e69; */
    /* color: #fd3e69; */
}
.map-container{
    width: 700px;
    height: 400px;
}

#text {
    font-size: 1.2em;
    text-align: justify;
    margin-top: 2.0em;
    margin-bottom: 2.0em;
}



#trademark {

/* vertical-align: text-top; */
font-size: 0.15em;
line-height: 1.8em;

}
.navbar-brand {
    padding-top: 20px !important;
    font-size: 3.4em;
    line-height: 2.7em;
    font-weight: 600;
    letter-spacing: -0.1;
    float: none !important;


    }
    @media (max-width: 768px) {
    .navbar-brand {
        padding-top: 11px !important;
        font-size: 2.1em;
        line-height: 2.7em;
        font-weight: 600;
        letter-spacing: -0.1;
        float: none !important;

        }
    }


    #navbar-profile {
        font-size: 2.3em;
        line-height: 2.1em;
        font-weight: 500;
        line-height: 1.1em;
        /* padding-top: 0px; */
    
        }

@media (max-width: 768px) {
#navbar-profile {
font-size: 1.7em;
line-height: 1.7em;
font-weight: 500;
line-height: 1.7em;
padding-right: 10px;
/* padding-top: 0px; */     
    }
   }
    
#main-nav-profile {
    /* font-size: 2.3em; */
    line-height: 2.1em;
    font-weight: 500;
    line-height: 1.1em;
    margin-top: -49px;
    margin-bottom: -21px;

    /* padding-top: 0px; */

    }



.react-autosuggest__suggestion--highlighted {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  border-color: #2380dd #2179d5 #1a60aa;
  background-color: #338cdf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59aaf4), color-stop(100%, #338cdf));
  background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
  background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
  background-image: -ms-linear-gradient(top, #59aaf4, #338cdf);
  background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
  background-image: linear-gradient(top, #59aaf4, #338cdf);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
}
.hint__content {
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
}

.hint .hint__content, [data-hint] .hint__content {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}
.hint--top .hint__content {
    margin-left: -36px;
    bottom: 100%;
    left: calc(50% - 6px);
}
.hint--top .hint__content:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 0;
    height: 12px;
    width: 100%;
    opacity: 0;
    background-color: red;
}
.hint--info .hint__content {
    background-color: #3986ac
}

.hint:hover .hint__content, .hint:focus .hint__content, [data-hint]:hover .hint__content, [data-hint]:focus .hint__content {
    visibility: visible;
    opacity: 1;
}
.hint:hover .hint__content, [data-hint]:hover .hint__content {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.hint--top:hover .hint__content, .hint--top:focus .hint__content {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fd3e69;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #fd3e69;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #fd3e69;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
#main-nav-sub-2 {
    background-color: white;
    z-index: 999;
  }
.circle-1 {
    /* border: 2px solid rgba(0,0,0, .54); */
    height: 15px;
    width: 15px;
    border-radius: 100%;
    vertical-align: middle;
        position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .list-group-item-heading-chat{
    color: black;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  /* .list-group-item-heading-chat{
    color: black;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  } */
  .list-group-item-text {
    margin-bottom: 15px;
    line-height: 1.3;
    white-space: nowrap;
}
.list-group-item-heading {
    margin-top: 10px;
    margin-bottom: 5px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    transition: opacity .6s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    bottom: 95%;
    left: 50%;
    margin-left: -60px;
}


.my-facebook-button-class {
    background-color: #4C69BA;
    background-image: -webkit-linear-gradient(#4C69BA, #3B55A0);
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /* font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif; */
    text-shadow: 0 -1px 0 #354C8C;
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 15px;
    border: none;
    text-align: left;
    line-height: 42px;
    white-space: nowrap;
    border-radius: 25px;
    font-size: 15px;
    color: #FFF;
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif; 

    display: block;
    margin: auto;
    background:#3B5998;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 42px;
    font-weight: 400;

    visibility: hidden;
}

.my-vkontakt-button-class {
    background-color: #2a5885;
    background-image: -webkit-linear-gradient(#5e7bba, #4a61a0);
    background-image: linear-gradient(#6a7eba, #636fa0);
    /* font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif; */
    text-shadow: 0 -1px 0 #56698c;
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 15px;
    border: none;
    text-align: left;
    line-height: 42px;
    white-space: nowrap;
    border-radius: 25px;
    font-size: 15px;
    color: #FFF;
    font-family: "Helvetica", "Arial", sans-serif; 

    visibility: hidden;


}

#vkontakt {
    color: white;
    background: #45668e;
    width: 60%;
    text-align: center;
    display:block;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: 400;
    visibility: hidden;
    }

.my-wechat-button-class {
    background-color: #09b83e;
    background-image: -webkit-linear-gradient(#39ba8d, #50a064);
    background-image: linear-gradient(#43ba7b, #58a06a);
    /* font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif; */
    text-shadow: 0 -1px 0 #598c64;
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 15px;
    border: none;
    text-align: left;
    line-height: 55px;
    white-space: nowrap;
    border-radius: 25px;
    font-size: 17px;
    color: #FFF;
}

@media (max-width: 768px) {

    .my-facebook-button-class {
        display: block;
        margin: auto;
        background:#3B5998;
        width: 75%;
        height: 50px;
        font-size: 14px;
        border-radius: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
        font-weight: 500;
        margin-top: 27px;
        visibility: hidden;
        }
    }


    @media (max-width: 768px) {
#vkontakt {
        color: white;
        background: #45668e;
        width: 75%;
        height: 50px;
        font-size: 14px;
        border-radius: 25px;
        text-align: center;
        display:block;
        margin: 0 auto;
        margin-bottom: 10px;
        font-weight: 500;
        visibility: hidden;

        }
    }

#wechat {
    color: white;
    background:#7bb32e;
    width: 23%;
    text-align: center;
    font-weight: 350;
    display: block;
    margin: 0 auto;
    }

@media (max-width: 768px) {
    #wechat {
        color: white;
        background:#7bb32e;
        width: 80%;
        height: 50px;
        font-size: 17px;
        border-radius: 25px;
        text-align: center;
        font-weight: 350;
        display: block;
        margin: 0 auto;
        }
    }


#sign-in {
        font-weight: 350;
        line-height: 37px;
        border-radius: 25px;
        font-weight: 350;
        max-width: 85%;
        
        }

#sign-up {
            font-weight: 350;
            line-height: 41px;
            border-radius: 2.5em;
            font-weight: 350;
            margin: 25px auto 0 auto;
            width: fit-content;
            padding-left: 45px;
            padding-right: 45px;
            
            }
#email-input {
        border: 0px;
        margin-left: auto;
        background-color: #F0FFFF !important;
        border-radius: 4px;
        padding-left: 5px;
        margin-top: 5px;
        margin-right: auto;
        max-width: 100%;

                }
/* #email-input:focus {
                    border: 0px;
                    margin-left: 0;
                    padding-left: 0;        
                            }
#email-input:hover {
                    border: 0px;
                    margin-left: 0;
                    padding-left: 0;        
                                        } */


@media (max-width: 768px) {
   #sign-in {
                
                
                width: 100%;
                height: 50px;
                border-radius: 25px;
                text-align: center;
                font-weight: 350;
                display: block;
                margin: 0 auto;
                margin-bottom: 15px;
                max-width: 120%;
                }
            }


#button_no {
            color: red;
            width: 90px !important;
            margin-right: 10px;
            display:inline-block;
            border-radius: 10px;
        }
#button_yes {
            color: green;
            width: 90px !important;
            margin-left: 10px;
            display:inline-block;
            border-radius: 10px;

        }

/*         #button_yes:hover {
            border: 1px solid green;
            -webkit-box-shadow:inset 0px 0px 0px 1px green;
            -moz-box-shadow:inset 0px 0px 0px 1px green;
            box-shadow:inset 0px 0px 0px 1px green;
            
        }
        #button_no:hover {
            border: 1px solid red;
        } */


/* #yes_text {
            text-align: center !important;

        } */
        

#button_last {
            margin-bottom: 250px;
        }


#out-nav {
            height:95px;
            font-family: "Helvetica", "Arial", sans-serif;
            color: white;
            display: table;   /* Allow the centering to work */
            margin: 0 auto;
            text-align: center;
        
        }
        @media (max-width: 768px) {
        #out-nav {
            height:115px;
        }
        }

#work-picker {
    vertical-align:bottom;
    }
    #name {
        padding-left:0px;
        font-size: 23px;
        font-weight: 500;
        font-family: "Helvetica", "Arial", sans-serif;

        }
    #distance {
         padding-left:0px;
         font-size: 15px;
         font-family: "Helvetica", "Arial", sans-serif;

        }
    #about {
        padding-left:0px;
        font-size: 15px;
        border: 0px;
        max-width: 90%;
        font-family: "Helvetica", "Arial", sans-serif;

        }
    #education {
        padding-left:0px;
        font-size: 15px;
        border: 0px;
        font-family: "Helvetica", "Arial", sans-serif;

        }
    #work {
        padding-left:0px;
        font-size: 15px;
        border: 0px;
        font-family: "Helvetica", "Arial", sans-serif;

             }

    #name_profile {
        margin-left:-10%;
        max-width: 100%;
        font-family: "Helvetica", "Arial", sans-serif;
        font-size: 25px;
        font-weight: 400;
      /*   font-family: 'Open Sans', Helvetica, sans-serif */
                    }
    #about_profile {
        margin-left:-10%;
        max-width: 50%;
        font-size: 17px;
        font-family: "Helvetica", "Arial", sans-serif;


            }
    #education_profile {
        margin-left:-10%;
        max-width: 50%;
        font-size: 17px;
        font-family: "Helvetica", "Arial", sans-serif;

        }
    #work_profile {
        margin-left:-10%;
        max-width: 50%;
        font-size: 17px;
        font-family: "Helvetica", "Arial", sans-serif;

         }
    #svg17805{
        height: 20px;
        padding-left: 4px;
        }



             @media (max-width: 768px) {
             #name {
                padding-left:10px;
                font-size: 23px;
                font-weight: 500
                }
            #distance {
                 padding-left:10px;
                 font-size: 15px
                }
            #about {
                padding-left:10px;
                font-size: 15px;
                border: 0px;
                }
            #education {
                padding-left:10px;
                font-size: 15px;
                border: 0px;
                }
            #work {
                padding-left:10px;
                font-size: 15px;
                border: 0px;
                     }

            #name_profile {
                margin-left:-25%;
                font-size: 23px;
                font-weight: 500;
                max-width: 80%;
                }

            #about_profile {
                margin-left:-50%;
                max-width: 100%;
                font-size: 15px;
                            }
            #education_profile {
                margin-left:-50%;
                max-width: 100%;
                font-size: 15px;
                        }
            #work_profile {
                margin-left:-50%;
                max-width: 100%;
                font-size: 15px;
                         }
            #compatibility {
                padding-left:25px;
                font-size: 14px;
                margin-top: 27px;
                visibility: hidden;
                    }

            #number1 {
                padding-left:25px;
                font-size: 13px;
                line-height: 10px;
                visibility: hidden;
                     }
            #number2 {
                padding-left:25px;
                font-size: 13px;
                line-height: 10px;
                visibility: hidden;

                     }
            #number3 {
                padding-left:25px;
                font-size: 13px;
                line-height: 10px;
                visibility: hidden;

                      }

            #svg17805{
                height: 17px;
                      }

                    }

#compatibility {
    padding-left:20px;
    font-size: 14px;
    margin-top: 27px;
    color: #fd3e69;
    font-weight: 500;
    font-family: "Helvetica", "Arial", sans-serif;

    visibility: hidden;

    
         }

#number1 {
    padding-left:20px;
    font-size: 13px;
    line-height: 10px;
    font-weight: 400;
    font-family: "Helvetica", "Arial", sans-serif;

    visibility: hidden;

        }
#number2 {
    padding-left:20px;
    font-size: 13px;
    line-height: 10px;
    font-weight: 400;
    font-family: "Helvetica", "Arial", sans-serif;

    visibility: hidden;

        }
#number3 {
    padding-left:0px;
    font-size: 13px;
    line-height: 10px;
    font-weight: 400;
    font-family: "Helvetica", "Arial", sans-serif;

    visibility: hidden;

        }
#leftdiv {
    display:table;
    float: left;
    text-align: left;
    margin-left: 100px;
            }
#righttdiv {

    float: right;
    margin-top: 20px;
    font-size: 12px;
    
    
          }


@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.0") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.image-gallery-fullscreen-button::before,
.image-gallery-play-button::before,
.image-gallery-left-nav::before,
.image-gallery-right-nav::before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .image-gallery.fullscreen-modal {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
    .image-gallery.fullscreen-modal .image-gallery-content {
      top: 50%;
      transform: translateY(-50%); }

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0; }
  .image-gallery-content.fullscreen {
    background: #000; }
    .image-gallery-content.fullscreen .image-gallery-slide {
      background: #000; }

.image-gallery-slide-wrapper {
  position: relative; }
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    display: inline-block;
    width: calc(100% - 113px); }
    @media (max-width: 768px) {
      .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
        width: calc(100% - 84px); } }

.image-gallery-fullscreen-button,
.image-gallery-play-button,
.image-gallery-left-nav,
.image-gallery-right-nav {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4; }
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before,
  .image-gallery-left-nav::before,
  .image-gallery-right-nav::before {
    color: #fff;
    line-height: .7;
    text-shadow: 0 2px 2px #1a1a1a;
    transition: color .2s ease-out; }
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before,
  .image-gallery-left-nav:hover::before,
  .image-gallery-right-nav:hover::before {
    color: #337ab7; }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button:hover::before,
      .image-gallery-play-button:hover::before,
      .image-gallery-left-nav:hover::before,
      .image-gallery-right-nav:hover::before {
        color: #fff; } }

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0; }
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before {
    font-size: 2.7em;
    padding: 15px 20px;
    text-shadow: 0 1px 1px #1a1a1a; }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button::before,
      .image-gallery-play-button::before {
        font-size: 2.4em; } }
    @media (max-width: 480px) {
      .image-gallery-fullscreen-button::before,
      .image-gallery-play-button::before {
        font-size: 2em; } }
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before {
    color: #fff;
    transform: scale(1.1); }
    @media (max-width: 768px) {
      .image-gallery-fullscreen-button:hover::before,
      .image-gallery-play-button:hover::before {
        transform: none; } }

.image-gallery-fullscreen-button {
  right: 0; }
  .image-gallery-fullscreen-button::before {
    content: ""; }
  .image-gallery-fullscreen-button.active::before {
    content: ""; }
  .image-gallery-fullscreen-button.active:hover::before {
    transform: scale(0.9); }

.image-gallery-play-button {
  left: 0; }
  .image-gallery-play-button::before {
    content: ""; }
  .image-gallery-play-button.active::before {
    content: ""; }

.image-gallery-left-nav,
.image-gallery-right-nav {
    color: #fff;
    font-size: 40px !important;
    padding: 50px 15px;
    top: 90% !important;
    transform: translateY(-50%); }
  .image-gallery-left-nav[disabled],
  .image-gallery-right-nav[disabled] {
    cursor: disabled;
    opacity: .6;
    pointer-events: none; }
  @media (max-width: 768px) {
    .image-gallery-left-nav,
    .image-gallery-right-nav {
      font-size: 3.4em;
      padding: 20px 15px; } }
  @media (max-width: 480px) {
    .image-gallery-left-nav,
    .image-gallery-right-nav {
      font-size: 2.4em;
      padding: 0 15px; } }

.image-gallery-left-nav {
  left: 0; }
  .image-gallery-left-nav::before {
    content: ""; }

.image-gallery-right-nav {
  right: 0; }
  .image-gallery-right-nav::before {
    content: ""; }

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  max-width: 500px;
  border-radius: 20px
  
 }

.image-gallery-slide {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .image-gallery-slide.center {
    position: relative;
    max-width: 500px;
   }

  .image-gallery-slide .image-gallery-description {
    background: rgba(0, 0, 0, 0.4);
    bottom: 70px;
    color: #fff;
    left: 0;
    line-height: 1;
    padding: 10px 20px;
    position: absolute;
    white-space: normal; }
    @media (max-width: 768px) {
      .image-gallery-slide .image-gallery-description {
        bottom: 45px;
        font-size: .8em;
        padding: 8px 15px; } }

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4; }
  .image-gallery-bullets .image-gallery-bullets-container {
    margin: 0;
    padding: 0;
    text-align: center; }
  .image-gallery-bullets .image-gallery-bullet {
    appearance: none;
    background-color: #fff;
    border: 0px solid rgb(133, 24, 24);
    border-radius: 50%;
   /*  box-shadow: 0 0 0 #fff; */
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    padding: 5px; }
    @media (max-width: 768px) {
      .image-gallery-bullets .image-gallery-bullet {
        margin: 0 3px;
        padding: 3px; } }
    @media (max-width: 480px) {
      .image-gallery-bullets .image-gallery-bullet {
        padding: 2.7px; } }
    .image-gallery-bullets .image-gallery-bullet.active {
      background-color:  red;
      z-index: 4;
       }
    
       .featured-slide-profile.image-gallery-bullets.image-gallery-bullet.active {
        background-color:  red;
        z-index: -1;
                } 
   

.image-gallery-thumbnails-wrapper {
  position: relative; }
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    display: inline-block;
    vertical-align: top;
    width: 108px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        width: 81px; } }
    .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
      height: 100%;
      width: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      top: 0; }
      .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
        display: block;
        margin-right: 0;
        padding: 0; }
        .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
          margin-left: 0; }
  .image-gallery-thumbnails-wrapper.left {
    margin-right: 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left {
        margin-right: 3px; } }
  .image-gallery-thumbnails-wrapper.right {
    margin-left: 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.right {
        margin-left: 3px; } }

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0; }
  @media (max-width: 768px) {
    .image-gallery-thumbnails {
      padding: 3px 0; } }
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    cursor: pointer;
    text-align: center;
    transition: transform .45s ease-out;
    white-space: nowrap; }

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border .3s ease-out;
  width: 100px; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail {
      border: 3px solid transparent;
      width: 75px; } }
  .image-gallery-thumbnail + .image-gallery-thumbnail {
    margin-left: 2px; }
  .image-gallery-thumbnail img {
    vertical-align: middle;
    width: 100%; }
  .image-gallery-thumbnail.active {
    border: 4px solid #337ab7; }
    @media (max-width: 768px) {
      .image-gallery-thumbnail.active {
        border: 3px solid #337ab7; } }

.image-gallery-thumbnail-label {
  color: #1a1a1a;
  font-size: 1em; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail-label {
      font-size: .8em; } }

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4; }
  @media (max-width: 768px) {
    .image-gallery-index {
      font-size: .8em;
      padding: 5px 10px; } }

      
      #leftlogin {
        width: 62%;
        margin-top: 100px !important;
        margin-left: -10px;
      }

  @media (max-width: 768px) {
   
    #leftlogin {
        width: 100% !important;
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding-top: 20px;
       
      }

      #rightlogin {
        margin-left: 0px !important;
       
      }

      .col-md-6 {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
      }

      
      .image-gallery-slide img{
        width: 100%;
        height: 60%;
        margin-top: 10px;
    }

    @media (max-width: 768px) {
    .image-gallery-slide img{
        width: 100%;
        height: 60%;
        margin-top: 0px;
    }
}
    .image-gallery-slide{
      height: 200px;
    }
    .body{
      width: 100%;
      height: 60%;
    }
    
    .omb_authTitle{
      font-size: 15px;
    }
               
    }





#terms {
        font-size: 12px;
        font-weight: 300;
        text-rendering: optimizeLegibility;
        color: white;
        /* background-color: #F0FFFF; */
        border-radius: 5px;
        max-width: fit-content;
        margin: 0 auto;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
        visibility: hidden;
            }

            @media (max-width: 768px) {
                #terms{
                    color: black;
               visibility: hidden;
                }
            }

#terms-signup {
                font-size: 12px;
                font-weight: 400;
                text-rendering: optimizeLegibility;
                /* background-color: #F0FFFF; */
                border-radius: 5px;
                max-width: fit-content;
                margin: 0 auto;
                padding-left: 5px;
                padding-right: 5px;
                border-radius: 5px;
                margin-top: 20px;
                margin-bottom: 50px;
                    }     

#divcard {
   width: 100%;
   height: 100%;  
   text-align: center    
      }  

#copyright {
    color: #fd3e69;
    margin-left: 0px;
    max-width: 200px;
        }
    
    @media (max-width: 768px) {
           #copyright {
            color: #fd3e69;
            margin-left: 0px;
               }
            }

#cont {
  width: 60%;
  
  display: table;
  margin: 0 auto
            }
 


@media (max-width: 768px) {
#cont {
    width: 100%;            
    display: table;
    margin: 0 auto
    }
}

#leftdetail {
    width: 60%;
    display: table-cell;
    text-align: left
            }
    
    @media (max-width: 768px) {
    #leftdetail {
    width: 50%;
    display: table-cell;
    text-align: left;
    padding-left: 15px;
        }
        }
    
    #rightdetail {
        width: 40%;
        display: table-cell;
        text-align: right;
        }
    @media (max-width: 768px) {
    #rightdetail {
        width: 45%;
        display: table-cell;
        text-align: right;
        padding-right: 20px;
        }
    }
    
    #text-center-button{
        text-align: center;
        }
    
    #loading-people{
        font-size: 1.4em;
        font-weight: 350;
        font-family: "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
        padding-top: 20px;
        }
    @media (max-width: 768px) {
    #loading-people{
        font-size: 1.1em;
        font-weight: 350;
        font-family: "Helvetica-Neue", "Helvetica", "Arial", sans-serif;

        }
    }

    #loading-people-matches{
        font-size: 1.4em;
        font-weight: 350;
        font-family: "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
        padding-top: 20px;

        }
    @media (max-width: 768px) {
    #loading-people-matches{
        font-size: 1.0em;
        font-weight: 350;
        font-family: "Helvetica-Neue", "Helvetica", "Arial", sans-serif;

        }
    }

    
    #button-amounts{
        background-color: green;
        border-radius: 30px;
        }
    
    #button-premium{
        background-color: #fd3e69;
        border-radius: 30px;
        height: 27%;
        width: 36%;
        padding: 11px;
        font-size: 1.3em;
        line-height: 1.2em;
        text-transform: lowercase;
        font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
    
    
        }
        @media (max-width: 768px) {
        #button-premium{
            background-color: #fd3e69;
            border-radius: 30px;
            height: 27%;
            width: 76%;
            padding: 11px;
            font-size: 1.3em;
            line-height: 1.2em;
            text-transform: lowercase;
            font-family: "Helvetica", "Arial", sans-serif;
    
        }
            }
    
    #button-back{
        background-color: #fd3e69;
        border-radius: 7px;
            }

    /* #paypal-button-container{
         width: 100%; 
    
                    } */
    
    /* .paypal-button{
     width: 50%;
         } */
    /* #paypal-button {
            border: 1px solid transparent;
            border-radius: 0 3px 3px 0;
            position: relative;
            width: 50% !important;
            box-sizing: border-box;
            border: none;
            vertical-align: top;
            cursor: pointer;
            outline: none;
            overflow: hidden;
        } */
    
 
    #logo{
            margin-bottom: 15px;
        }
    
            @media (max-width: 768px) {
                #logo {
                    margin-bottom: 10px;
                    margin-left: auto;
                    margin-right: auto;
                    padding-left: 0;
                    justify-content: center;
                    position: relative;
                    display: inline-block;
                    left: 50%;
                    transform: translate(-50%);
                }
            }
 
 
        #logo-image{
            width:80%;
            height: 125px;
            margin-top: -14px;
            margin-bottom: 8px;
            padding-bottom: 8px;
                }
    
            @media (max-width: 768px) {
                #logo-image {
                    width: 100%;
                    
                    height: 150px;
                    margin-left: auto;
                    margin-right: auto;
                    margin-top: -20px;
                    margin-bottom: 15px;
                    display: -webkit-inline-box;
                }
            }


    
        #logo-image-footer{
            width:100%;
            height: auto;
            margin-left: 0px;
            padding-bottom: 2px;
                }
                @media (max-width: 768px) {
                #logo-image-footer{
                    width:100%;
                    height: auto;
                    padding-left: 0px;
                    padding-right: 0px;
                    /* padding-bottom: 5px; */
                        }
                    }
    
    
    #qr-code-android {
        margin: 0%;
        width: 50%;
        height: auto;
        max-width: 100%;
        box-sizing: border-box;
            }
    #qr-code-ios {
        margin: 0%;
        width: 50%;
        height: auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-left: 8px;
            }

            @media (max-width: 768px) {
    
                #qr-code-android {
                    visibility: collapse;
                    }
                #qr-code-ios {
                    visibility: collapse;
                    }
                }



    #android-badge {
        height: auto;
        /* margin-left: 72%; */
        width: 40%;
        mix-blend-mode: unset;
        margin-top: -5px;
        margin-bottom: 15px;
                }
    #ios-badge {
        margin: 0%;
        /* width: 34%; */
        width: 38%;
        height: auto;
        /* max-width: 100%; */
        box-sizing: border-box;
        mix-blend-mode: unset;
        margin-left: 5px;
        margin-top: 30px;
        margin-bottom: 27px;

            }

                @media (max-width: 768px) {
    
                #android-badge {
                    height: auto;
                    margin-left: 0%;
                    width:72%;
                    margin-top: 50px;
                    mix-blend-mode: screen;

                    }
                #ios-badge {
                    margin:0%;
                    width:64%;
                    height: auto;
                    max-width: 100%;
                    box-sizing:border-box;
                    margin-top: -150px;
                    margin-left: 80px;
                    mix-blend-mode: screen;

                    }
                }
    #filter {
        text-align:left;
        padding-left: 50px;
        font-size: 17px;
        font-family: "Helvetica", "Arial", sans-serif;
        font-weight: 400;
        }
        @media (max-width: 768px) {
            #filter {
                text-align:left;
                padding-left: 0px;

                }
            }           
            
    #filter_edit {
        text-align:left;
        font-size: 15px;
        font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
        margin-left: 15px;

        }
    
    .wrapper {
            width: 100%;
            display: inline-block;
            left: 50%;
        }
    
    #select-edit-user  {
            text-align:center;
            border-radius: 10px;
            float: right;
            right: 31%;
            position: relative;
            width: 110px;
            font-size: 15px;
            text-align-last: center;
            }
    
            @media (max-width: 768px) {
            #select-edit-user  {
                text-align:center;
                border-radius: 10px;
                float: right;
                right: 10%;
                position: relative;
                width: 110px;
                font-size: 15px;
                text-align-last: center;
                }
            }
    
    #select-filter  {
                text-align:center;
                border-radius: 10px;
                float: right;
                right: 33%;
                position: relative;
                width: 110px;
                font-size: 15px;
                text-align-last: center;
                }
                @media (max-width: 768px) {
                #select-filter  {
                    text-align:center;
                    border-radius: 10px;
                    float: right;
                    right: 8%;
                    position: absolute;
                    width: 80px;
                    font-size: 15px;
                    text-align-last: center;
                    }
                }
    
    #select-filter-locale  {
                border-radius: 7px;
                width: 110px
    
                    }
                    @media (max-width: 768px) {
                    #select-filter-locale  {
                        border-radius: 5px;
                        width: 105px;
                        visibility: collapse;
                    }
                            }
.featured-slide-login.image-gallery{
        height: 550px;
        width: 400px;
        border-radius: 20px;
        background: url("/img/background-gradient.png");


    
            }
            @media (max-width: 768px) {
            .featured-slide-login.image-gallery{
                height: 230px;
                width: 400px;
                background-color: #fd3e69;
            }
        }
.featured-slide-login.image-gallery-slides {
            line-height: 0;
            overflow: hidden;
            position: relative;
            white-space: nowrap;
            max-width: 400px;
            border-radius: 7px !important;
            background: url("/img/background-gradient.png");


           }
           @media (max-width: 768px) {
            .featured-slide-login.image-gallery-slides {
                line-height: 0;
                overflow: hidden;
                position: relative;
                white-space: nowrap;
                max-width: 400px;
                width: 400px;
                background-color: #fd3e69;

               }
            }
.featured-slide-login.image-gallery-slide{
        height: 550px;
        max-height: 450px;
        width:400px;
        border-radius: 7px;
        background: url("/img/background-gradient.png");


        }
        
        @media (max-width: 768px) {
            .featured-slide-login.image-gallery-slide{
                height: 550px;
                max-height: 450px;
                width:100%;
                background-color: #fd3e69;

                }
            }

.featured-slide-login.image-gallery-image{
            height: 450px;
            border-radius: 7px;
            width: 400px

        }

        @media (max-width: 768px) {
            .featured-slide-login.image-gallery-image{
                height: 450px;
                width: 100%;
                background-color: #fd3e69;

            }
            }
        
        
.featured-slide-login.image-gallery-slide img{
            width: 75%;
            height: 113%;
            margin-left: 0px;
            border: 7px solid #fd3e69;
            border-radius: 7px;
        }
        @media (max-width: 768px) {
            .featured-slide-login.image-gallery-slide img{
                width: 100%;
                height: 130%;
                margin-left: 0px;
                border: 7px solid #fd3e69;
                margin-top: 0px;
                background-color: #fd3e69;

            }
            }




#text-nav {
    padding-top: 19px;
    font-size: 40px;   
    font-weight: 600;    
    font-family: 'Helvetica','Arial', sans-serif;  
    color: #ffffff;               
        }                
    @media (max-width: 768px) {
    #text-nav {
        vertical-align: center;
        font-size: 0px;
        visibility: hidden
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        #text-nav {
            vertical-align: center;
            font-size: 0px;
            visibility: hidden
            }
        }

    #div-signup {
        background-color: #F0FFFF !important;
        /* background: url("/img/body-image4.png"); */
        /* z-index: -1; */
        }
#div-signin {
        /* background-color: #eeeeee !important; */
        /* background-color: #F0FFFF !important; */
        /* background: url("/img/body-image37.jpg"); */
        background-color: #f52a84;
        /* background: url("/img/background-gradient.png"); */

        /* background-image: url("/img/bg_image_mobile_landscape_2.jpg"); */
        /* background-size: cover; */
        background-size: contain;
        background-repeat: no-repeat;
        /* background-size: 100% 100%; */


        background-size: 100% 100%;

        height: 1000px;

        padding-top: 40px;
        margin-bottom: -15px;
        /* z-index: -1; */
        }
           @media (max-width: 768px) and (orientation: portrait) {
               #div-signin {
                /* background-color: #eeeeee !important; */
                /* background-color: #f7f8c0 !important; */
                /* background: transparent;  */
                background-image: none;
                /* background-color: #FF69B4; */
                background-color: #f52a84;

                /* background: none; */
                /* background-color: none !important; */

                /* background-color: #F0FFFF !important; */
                /* background: url("/img/bg_image_copy.jpg"); */
                /* background-size: cover; */
                /* background-size: contain; */
                background-repeat: no-repeat;
                background-size: 100% 100%;
                padding-top: 0px;
                height: 100%;
                overflow: hidden;
                /* font-family: '/fonts/billabong.ttf', */
                height: auto;


                /* height: 0px; */
          }
    }

    @media (max-width: 768px) and (orientation: landscape) {
        #div-signin {
         /* background-color: #eeeeee !important; */
         /* background-color: #f7f8c0 !important; */
         /* background: transparent;  */

         /* background: none; */
         /* background-color: none !important; */

         /* background-color: #F0FFFF !important; */
         background: url("/img/bg_image_mobile_landscape_2.jpg");
         /* background-size: cover; */
         /* background-size: contain; */
         background-repeat: no-repeat;
         background-size: 100% 100%;
         height: auto;


         /* height: 0px; */
   }
}


    #logo-big {
        /* background-color: #eeeeee !important; */
        background-color: #F0FFFF !important;
        /* background: url("/img/body-image37.jpg"); */
        background: url("/img/logo113_tm.png");

        background-size: 125% 100%;
    width: 100%;
    height: 500px;
        padding-top: 40px;
        /* z-index: -1; */
        }
           @media (max-width: 768px) {
               #logo-big {
                /* background-color: #eeeeee !important; */
                /* background-color: #f7f8c0 !important; */
                background-size: 125% 100%;

                background: transparent; 
                /* background-color: #F0FFFF !important; */
                /* background: url("/img/body-image30.png"); */
          }
    }


#never-post {
        font-size: 12px;
        font-weight: 300;
        text-rendering: optimizeLegibility;
        color: white;
        /* background-color: #F0FFFF; */
        max-width: fit-content;
        margin: 0 auto;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        font-family: "Helvetica", "Arial", sans-serif;
        visibility: hidden;
         }

         @media (max-width: 768px) {
            #never-post{
                color: black;
           visibility: hidden;
            }
        }

#textarea-chat {
    padding: 10px 10px;
    border: 1px solid #a9a9a9;
    border-radius: 15px;
    font-size: 15px;
    width: 250px;
    resize: none;
    position: relative;
    }
    @media (max-width: 768px) {
            #textarea-chat {
                width: 150px;
                }
    }
#textarea-chat:focus {        
    border: 1px solid #fd3e69;
    }

#emoji {
        margin-left: -43px;
        margin-bottom: 18px;

        }
#button-send {
    border-radius: 50%;
    border: 1px solid #fd3e69;
    font-size: 20px;
    height: 35px;
    margin: -35px -23px auto -17px;
    min-width: 30px;
    width: 35px;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    position: relative;
    line-height: normal;
    outline: 0px;
    background-color: #fff;     
          }

#login-title-signin{
    max-width: 25%;
    margin: 20px auto;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 10px;
    background-color: #F0FFFF;
    font-size: 20px;
    /* margin-top: 50px; */
    }
            @media (max-width: 768px) {
            #login-title-signin {
                font-size: 13px;
                max-width: 65%;
                margin-top: 0px;
                }
        }
#login-title-signup{
            max-width: 65%;
            margin: 20px auto;
            padding-left: 0px;
            padding-right: 0px;
            border-radius: 10px;
            background-color: #F0FFFF;
            font-size: 22px;
            /* margin-top: 50px; */
            }
                    @media (max-width: 768px) {
                    #login-title-signup {
                        font-size: 13px;
                        }
                }         
        
#or {
    font-size: 13px;
    /* background-color: #F0FFFF; */
    border-radius: 4px;        
        }

#facebook-icon {
    max-width: 73%;
    padding-bottom: 5px;
    filter: brightness(2.5);
    
    }
    @media (max-width: 768px) {
        #facebook-icon {
            max-width: 56%;
            padding-bottom: 5px;
          }
    }
    
#youtube-icon {
        max-width: 73%;
        padding-bottom: 5px;
        filter: brightness(2.5);
        
        }
        @media (max-width: 768px) {
            #youtube-icon {
                max-width: 56%;
                padding-bottom: 5px;
              }
        }

#instagram-icon {
        max-width: 73%;
        padding-bottom: 5px;
        filter: brightness(2.5);

            }
        @media (max-width: 768px) {
                #instagram-icon {
                max-width: 56%;
                padding-bottom: 5px;
                }
            }

#twitter-icon {
        max-width: 73%;
        padding-bottom: 5px;
        filter: brightness(2.5);

                }
        @media (max-width: 768px) {
                #twitter-icon {
                max-width: 56%;
                padding-bottom: 5px;
                }
                }


#facebook-li {
    margin-left: 20px;    
    max-width: 4%;
        padding: 0px;  
        text-align: center  
        }
        @media (max-width: 768px) {
            #facebook-li {
                margin-left: 0px;
                max-width: 17%;
                margin-top: 10px;
              }
        }
#youtube-li {
    margin-left: 10px;    
    max-width: 4%;
    padding: 0px;  
    text-align: center  
    }
    @media (max-width: 768px) {
        #youtube-li {
        max-width: 17%;
        margin-left: 0px;
        margin-top: 10px;
                  }
    }

#instagram-li {
        margin-left: 10px;    
        max-width: 4%;
        padding: 0px;  
        text-align: center  
        }
        @media (max-width: 768px) {
            #instagram-li {
            max-width: 17%;
            margin-left: 0px;
            margin-top: 10px;
                      }
        }
#twitter-li {
        margin-left: 10px;    
        max-width: 4%;
        padding: 0px;  
        text-align: center  
        }
        @media (max-width: 768px) {
                #twitter-li {
                max-width: 17%;
                margin-left: 0px;
                margin-top: 10px;
                          }
            }


#logo-footer-li {
         
        max-width: 100%;
        padding: 0px;  
        text-align: center  
        }

#store-icons{
    padding-bottom: 70px; 
    margin-bottom: -15px;
    display: inline-grid;
    /* width: 700px; */
    }
    @media (max-width: 768px) {
        #store-icons {
        display: inline;
        width: 700px;
                  }
    }


        @media (max-width: 768px) {
            #logo-footer-li {
            max-width: 28%;
            margin-left: 0px;
            margin-top: 5px;
                      }
        }
        
        #name-input {
            background-color: #F0FFFF !important;
            border-radius: 5px;
            padding-left: 5px;
        
                }        
        #gender-input {
        background-color: #F0FFFF;
        border-radius: 5px;
        padding-left: 5px;
        margin-left: 35px;
        max-width: 90%;
        
            }
        #password-input{
            background-color: #F0FFFF !important;
            border-radius: 5px;
            padding-left: 5px;
            margin-top: 5px;
        }
        #birthday{
            
            font-size: 16px;
            color: #bdbdbd;
            font-weight: 400;
        
               }
        
        @media (max-width: 768px) {
        
        #name-input {
            border-radius:10px;
            max-width: 90%;
        
                }        
        #gender-input {
            margin:5%;
            max-width: 79%;
            margin-left: 50px;
            }
        #password-input{
        
            max-width: 88%;
            width:150px;
                }
        #email-input{
            max-width: 88%;
            width:150px;
                        }
        #gender-label{
            margin-top: 20px; 
            }
        #store-icons{
            padding-bottom: 33px; 
            margin-top: -33px;
            }
        
        }

#birthday-input{
    border-radius: 10px;
    margin: 0 auto;
        }
#image-like{
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    }
#image-no{
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    }

#premium-images{

        margin-bottom: 50px;
        }    


.featured-slide-profile.image-gallery{
        height: 200px;
        width: 500px;
        max-height: 200px;

            }
            @media (max-width: 768px) {
            .featured-slide-profile.image-gallery{
                height: 200px;
                width: 400px;
            }
        }
.featured-slide-profile.image-gallery-slides {
            line-height: 0;
            overflow: hidden;
            position: relative;
            white-space: nowrap;
            max-width: 500px;
            width: 500px;
            height: 200px;
            max-height: 200px;


           }
           @media (max-width: 768px) {
            .featured-slide-profile.image-gallery-slides {
                line-height: 0;
                overflow: hidden;
                position: relative;
                white-space: nowrap;
                max-width: 400px;
                width: 500px;
                height: 200px;

               }
            }
.featured-slide-profile.image-gallery-slide{
        height: 200px;
        max-height: 200px;
        width:500px;
        }
        
        @media (max-width: 768px) {
            .featured-slide-profile.image-gallery-slide{
                height: 200px;
                max-height: 200px;
                width:100%;
                }
            }

.featured-slide-profile.image-gallery-image{
            height: 200px;
            width: 500px;
            max-height: 200px;

        }

        @media (max-width: 768px) {
            .featured-slide-profile.image-gallery-image{
                height: 200px;
                width: 100%;
            }
            }
        
        
.featured-slide-profile.image-gallery-slide img{
            width: 60%;
            height: 50%;
            margin-left: 0px;
            margin-right: 50%;

            border: 1px solid #fff
        }
        @media (max-width: 768px) {
            .featured-slide-profile.image-gallery-slide img{
                width: 100%;
                height: 57%;
                margin-left: 0px;
                border: 1px solid #fff;
                margin-top: 0px;
            }
            }

.featured-slide-profile-thumb.image-gallery-bullets-container{
    visibility: collapse; 
               }


#edit-user {
                margin-top: -15px; 
                border-radius: 25px;
            }

#locales {
            visibility: visible; 
            }
            @media (max-width: 768px) {
                #locales {
                    /* margin-left: 0px;
                    margin-right: 0px; */
                    width:20%;
                    display: table-cell;
                        }
                    }
#text-nav-media {
            visibility: hidden; 
             }
             @media (max-width: 768px) {
                #text-nav-media {
                          font-size: 19px;
                          visibility: none;
                          position: relative;
                          margin-left: auto;
                          margin-right: auto;
                          position: relative;
                          text-align: center;
                          font-family: "Helvetica", "Arial", sans-serif;

                            }
                        }
                @media (min-width: 768px) and (max-width: 1024px) {
                    #text-nav-media {
                        font-size: 19px;
                        visibility: visible;
                        position: relative;
                        margin-left: auto;
                        margin-right: auto;
                        position: relative;
                        text-align: center;
                        font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
                                }
                            }


.featured-slide-card.image-gallery{
        height: 277px;
        width: 277px;
        border-radius: 7px !important;
        margin: 0 auto;
                }
                    @media (max-width: 768px) {
                                    .featured-slide-card.image-gallery{
                                        height: 245px;
                                        width: 245px;
                                        margin: 0 auto;
                                        border-radius: 7px !important;

                                    }
                                }
.featured-slide-card.image-gallery-slides {
            width: 277px;
            height: 277px;                       
            overflow: hidden;
            position: relative;
            white-space: nowrap;
            border-radius: 7px !important;
        }
                    @media (max-width: 768px) {
                    .featured-slide-card.image-gallery-slides {
                                        line-height: 0;
                                        overflow: hidden;
                                        position: relative;
                                        white-space: nowrap;
                                        max-width: 245px;
                                        width: 245px;
                                        border-radius: 7px!important;

                                       }
                                    }
.featured-slide-card.image-gallery-slide{
    width: 277px;
    height: 277px;
    border-radius: 7px !important;
                        
    }
                                
                    @media (max-width: 768px) {
                    .featured-slide-card.image-gallery-slide{
                                height: 245px;
                                max-height: 245px;
                                width:245px;
                                border-radius: 7px !important;

                                }
                                }
                        
.featured-slide-card.image-gallery-image{
                height: 200px;
                border-radius: 7px !important;
                width: 200px
                }
                        @media (max-width: 768px) {
                        .featured-slide-card.image-gallery-image{
                                        height: 245px;
                                        width: 245px;
                                        border-radius: 7px !important;

                                    }
                                    }
                                
                                
.featured-slide-card.image-gallery-slide img{
                        width: 277px;
                        height: 277px;
                        margin-left: 0px;
                        border: 1px solid #fff;
                        border-radius: 7px !important;
                                }
                                @media (max-width: 768px) {
                                    .featured-slide-card.image-gallery-slide img{
                                        width: 245px;
                                        height: 245px;
                                        margin-left: 0px;
                                        border: 1px solid #fff;
                                        margin-top: 0px;
                                        border-radius: 7px !important;

                                    }
                                    }

#header-terms {
    margin-top: 42px; 
  }
  
#filter-header {
    margin-bottom: 25px; 
    font-weight: 400;
  }

#men-header {
    padding-bottom: 5px; 
  }
#signin-text{
    font-weight: 400;
    font-family: "Helvetica", "Arial", sans-serif; 
    color: white;
            }
    @media (max-width: 768px) {
                #signin-text{
    font-weight: 400;
    font-family: "Helvetica", "Arial", sans-serif; 

                }
                }

#div-navbar-header{
   /* margin-left: auto; */
            }
    @media (max-width: 768px) {
                #div-navbar-header{
                    margin-left: auto;
                    margin-right: auto;
                    width: 100%;
                }
                }


@media (max-width: 768px) {

    .text-center{
        /* background-color: #c52156; */
        color: black

    }

    }

#logo {
        float: left;
    }
    
    @media (max-width:1024px) and (min-width:768px) {
    #logo {
            /* display: inline-block; */
            margin-left: auto;
            margin-right: auto;
            float: none;
            width: max-content;

        }
     }

#button-chat {
        background-color: #fd3e69;
        border-radius: 25px;
        color:white;
    }
    
    @media (max-width:1024px) and (min-width:768px) {
    #button-chat {
            /* display: inline-block; */
            background-color: #fd3e69;
            border-radius: 25px;
            color:white;

        }
     }

#div-about-minicards-detail {
        text-align: justify ;
      
    }
#div-about-minicards {
        display: none;
        visibility: hidden;
      
    }
#about-minicards {
        padding-left: 45px;
        font-size: 15px;
        border: 0px;
        max-width: 90%;
        font-family: "Helvetica", "Arial", sans-serif;
display: none
    }
    #about-minicards-detail {
        padding-left: 0px;
        font-size: 15px;
        border: 0px;
        max-width: 160%;
        width: 160%;
        font-family: "Helvetica", "Arial", sans-serif;
        text-align: justify;
        padding-top: 36px;
    }

#filter_edit-gender {
    text-align:left;
    font-size: 15px;
    font-family: "Helvetica", "Arial", sans-serif;
    margin-left: 15px;
    display: none;
    }
    
    
#edit-user-detail {
        margin-top: 15px; 
        border-radius: 25px;
        display: none
    }

.featured-slide-minicard.image-gallery{
        height: 277px;
        width: 277px;
        border-radius: 7px !important;
        margin: 0 auto;
                }
                    @media (max-width: 768px) {
                                    .featured-slide-minicard.image-gallery{
                                        height: 245px;
                                        width: 245px;
                                        margin: 0 auto;
                                        border-radius: 7px !important;

                                    }
                                }
.featured-slide-minicard.image-gallery-slides {
            width: 277px;
            height: 277px;                       
            overflow: hidden;
            position: relative;
            white-space: nowrap;
            border-radius: 7px !important;
        }
                    @media (max-width: 768px) {
                    .featured-slide-minicard.image-gallery-slides {
                                        line-height: 0;
                                        overflow: hidden;
                                        position: relative;
                                        white-space: nowrap;
                                        max-width: 245px;
                                        width: 245px;
                                        border-radius: 7px!important;

                                       }
                                    }
.featured-slide-minicard.image-gallery-slide{
    width: 277px;
    height: 277px;
    border-radius: 7px !important;
                        
    }
                                
                    @media (max-width: 768px) {
                    .featured-slide-minicard.image-gallery-slide{
                                height: 245px;
                                max-height: 245px;
                                width:245px;
                                border-radius: 7px !important;

                                }
                                }
                        
.featured-slide-minicard.image-gallery-image{
                height: 200px;
                border-radius: 7px !important;
                width: 200px
                }
                        @media (max-width: 768px) {
                        .featured-slide-minicard.image-gallery-image{
                                        height: 245px;
                                        width: 245px;
                                        border-radius: 7px !important;

                                    }
                                    }
                                
                                
.featured-slide-minicard.image-gallery-slide img{
                        width: 277px;
                        height: 277px;
                        margin-left: 0px;
                        border: 1px solid #fff;
                        border-radius: 7px !important;
                                }
                    @media (max-width: 768px) {
                        .featured-slide-minicard.image-gallery-slide img{
                            width: 245px;
                            height: 245px;
                            margin-left: 0px;
                            border: 1px solid #fff;
                            margin-top: 0px;
                            border-radius: 7px !important;

                                    }
                                    }

.featured-slide-minicard-detail.image-gallery{
                            height: 277px;
                            width: 277px;
                            border-radius: 7px !important;
                            margin: 0 auto;
                                                }
                    @media (max-width: 768px) {
                            .featured-slide-minicard.image-gallery{
                            height: 245px;
                            width: 245px;
                            margin: 0 auto;
                            border-radius: 7px !important;
                    
                                                        }
                                         }
.featured-slide-minicard-detail.image-gallery-slides {
                            width: 277px;
                            height: 277px;                       
                            overflow: hidden;
                            position: relative;
                            white-space: nowrap;
                            border-radius: 7px !important;
                                        }
                            @media (max-width: 768px) {
                            .featured-slide-minicard-detail.image-gallery-slides {
                            line-height: 0;
                                    overflow: hidden;
                                    position: relative;
                                    white-space: nowrap;
                                    max-width: 245px;
                                    width: 245px;
                                    border-radius: 7px!important;
                                                                       }
                                                                    }
.featured-slide-minicard-detail.image-gallery-slide{
                            width: 177px;
                            height: 177px;
                            border-radius: 50% !important;
                                                        
                                    }
                                                                
                            @media (max-width: 768px) {
                            .featured-slide-minicard-detail.image-gallery-slide{
                            height: 245px;
                            max-height: 245px;
                            width:245px;
                            border-radius: 7px !important;
                                
                                                                }
                                                                }
                                                        
.featured-slide-minicard-detail.image-gallery-image{
                                                height: 200px;
                                                border-radius: 7px !important;
                                                width: 200px
                                                }
                            @media (max-width: 768px) {
                            .featured-slide-minicard-detail.image-gallery-image{
                                                                        height: 245px;
                                                                        width: 245px;
                                                                        border-radius: 7px !important;
                                
                                                                    }
                                                                    }
                                                                
                                                                
.featured-slide-minicard-detail.image-gallery-slide img{
                        width: 177px;
                        height: 177px;
                        margin-left: 0px;
                        border: 1px solid #fff;
                        border-radius: 50% !important;
                                                                }
                        @media (max-width: 768px) {
                        .featured-slide-minicard-detail.image-gallery-slide img{
                        width: 245px;
                        height: 245px;
                        margin-left: 0px;
                        border: 1px solid #fff;
                        margin-top: 0px;
                        border-radius: 7px !important;
                                
                }
    }
    #button-like {
        background-color: #fd3e69;
        border-radius: 25px;
        color:white;
        width: 125px;
    }
    
    @media (max-width:1024px) and (min-width:768px) {
    #button-like {
            /* display: inline-block; */
            background-color: #fd3e69;
            border-radius: 25px;
            color:white;

        }
     }

     #button-not-now {
        background-color: #ccc8c9;
        border-radius: 25px;
        color:black;
        width: 125px;
    }
    
    @media (max-width:1024px) and (min-width:768px) {
    #button-not-now {
            /* display: inline-block; */
            background-color: #fd3e69;
            border-radius: 25px;
            color:white;

        }
     }


     #button-open-detail {
        background-color: #fd3e69;
        border-radius: 25px;
        color:white;
        width: 125px;
    }
    
    @media (max-width:1024px) and (min-width:768px) {
    #button-open-detail {
            /* display: inline-block; */
            background-color: #fd3e69;
            border-radius: 25px;
            color:white;

        }
     }

    #div-terms {
        /* background-color: #fd3e69; */
        color: #00aced

    }


    /* #logo-name {
        padding-top: 50px;
        margin-top: 10px;
        font-size: 3.2em;
        font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
      }
           @media (max-width: 768px) {
            #logo-name {
                width: 100%;
                height: auto;
                margin-left: auto;
                margin-right: auto;
                position: relative;
                text-align: center;
                margin-top: 3px;
                font-size: 2.7em;
                font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
    
              }
            }
    
            @media (max-width: 320px) {
                #logo-name {
                    width: 100%;
                    height: auto;
                    margin-left: auto;
                    margin-right: auto;
                    position: relative;
                    text-align: center;
                    margin-top: 3px;
                    font-size: 2.5em;
                    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
        
                  }
                } */


#logo-name {
                    padding-top: 50px;
                    margin-top: 0px;
                    font-size: 2.7em;
                    /* font-family: "Montserrat", "Helvetica", "Arial", sans-serif; */
                    font-family: "Helvetica", "Arial", sans-serif;
                    display: inline-block;
                    text-align:center;
                  }
                       @media (max-width: 768px) {
                        #logo-name {
                            width: 100%;
                            height: auto;
                            margin-left: auto;
                            margin-right: auto;
                            position: relative;
                            text-align: center;
                            margin-top: 10px;
                            font-size: 2.7em;
                            font-family: "Helvetica", "Arial", sans-serif;
                
                          }
                        }
                
                        @media (max-width: 320px) {
                            #logo-name {
                                width: 100%;
                                height: auto;
                                margin-left: auto;
                                margin-right: auto;
                                position: relative;
                                text-align: center;
                                margin-top: 3px;
                                font-size: 2.0em;
                                font-family: "Helvetica", "Arial", sans-serif;
                    
                              }
                            }
                
                
                #logo-sub-name {
                                padding-top: 50px;
                                margin-top: 23px;
                                margin-bottom: 17px;
                                font-size: 2.1em;
                                /* font-family: "Montserrat", "Helvetica", "Arial", sans-serif; */
                                font-family: "Helvetica", "Arial", sans-serif;
                                font-weight: 600;
                                /* display: inline-flex; */
                              }
                                   @media (max-width: 768px) {
                                    #logo-sub-name {
                                        /* width: 100%; */
                                        height: auto;
                                        margin-left: 15px;
                                        margin-right: 15px;
                                        position: relative;
                                        text-align: center;
                                        margin-top: 15px;
                                        font-size: 2.1em;
                                        font-weight: 600;
                                        /* font-family: "Montserrat", "Helvetica", "Arial", sans-serif; */
                                        font-family: "Helvetica", "Arial", sans-serif;

                                      }
                                    }
                            
                                    @media (max-width: 320px) {
                                        #logo-sub-name {
                                            width: 100%;
                                            height: auto;
                                            margin-left: auto;
                                            margin-right: auto;
                                            position: relative;
                                            text-align: center;
                                            margin-top: 3px;
                                            font-size: 2.1em;
                                            font-weight: 600;
                                            font-family: "Helvetica", "Arial", sans-serif;
                                
                                          }
                                        }


#text-nav {
                    padding-top: 55px;
                    font-size: 35px;
                    padding-left: 430px;   
                    font-weight: 500;  
                    transform: translate(0,-42%);
              
                    font-family: 'Montserrat', 'Helvetica','Arial', sans-serif;  
                    color: white;               
                        }                
        @media (max-width: 768px) {
            #text-nav {

                vertical-align: center;
                font-size: 0px;
                visibility: hidden
            }
        }

#text-nav-media {
        visibility: hidden; 
        }
    @media (max-width: 768px) {
    #text-nav-media {
                          padding-top: 21px;
                          font-size: 17px;
                          visibility: visible;
                          position: relative;
                          margin-left: auto;
                          margin-right: auto;
                          position: relative;
                          text-align: center;
                          font-family: "Helvetica", "Arial", sans-serif;
        
            }
    }