@font-face {
    font-family: 'Gerbera-Regular';
    src: url('/assets/homef/Gerbera W04 Regular.eot');
    src: local('☺'), url('/assets/homef/Gerbera W04 Regular.woff') format('woff'), url('/assets/homef/Gerbera W04 Regular.ttf') format('truetype'), url('/assets/homef/Gerbera W04 Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gerbera-Bold';
    src: url('/assets/homef/Gerbera W04 Bold.eot');
    src: local('☺'), url('/assets/homef/Gerbera W04 Bold.woff') format('woff'), url('/assets/homef/Gerbera W04 Bold.ttf') format('truetype'), url('/assets/homef/Gerbera W04 Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
strong {
    font-family: 'Gerbera-Bold';
}
body {
    padding: 0;
    margin: 0;
    color: #000;
    cursor: default;
    background-color: #fff;
    font-size: 14px;
    font-family: "Gerbera-Regular", 'sans-serif';
}
*,
html,
body {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
form,
input {
    padding: 0;
    margin: 0;
    outline: none;
}
h1 {
    margin-bottom: 20px;
}
h2 {
    margin-bottom: 20px;
}
h3 {
    margin-bottom: 20px;
}
h4 {
    margin-bottom: 10px;
}
img {
    border: none;
    vertical-align: top;
}
p {
    padding: 0;
    margin: 10px 0;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.form-field:before,
.form-field:after,
.radio-field:before,
.radio-field:after {
    content: " ";
    display: block;
    height: 0;
}
.form-field:after,
.radio-field:after {
    clear: both;
}
select,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="date"],
textarea,
.input {
    font-family: "Gerbera-Regular", sans-serif;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-top: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    color: #000;
    height: 38px;
    padding: 5px 12px;
    resize: none;
    width: 100%;
    font-size: 14px;
}
select.age,
input[type="text"].age,
input[type="number"].age,
input[type="password"].age,
input[type="email"].age,
input[type="date"].age,
textarea.age,
.input.age {
    float: left;
    width: 49%;
    margin-right: 2%;
}
select.age:last-of-type,
input[type="text"].age:last-of-type,
input[type="number"].age:last-of-type,
input[type="password"].age:last-of-type,
input[type="email"].age:last-of-type,
input[type="date"].age:last-of-type,
textarea.age:last-of-type,
.input.age:last-of-type {
    margin-right: 0;
}
.date:before,
.date:after {
    content: " ";
    display: block;
    height: 0;
}
.date:after {
    clear: both;
}
.date input[type="number"] {
    width: 28%;
    float: left;
    margin-right: 2%;
}
.date input[type="number"].year {
    width: 40%;
}
.date input[type="number"]:last-of-type {
    margin-right: 0;
}
textarea {
    outline: none;
}
.location-dropdown {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    z-index: 2;
    position: absolute;
    border-top: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    width: 80%;
}
.location-dropdown .location-container {
    width: auto;
}
.location-dropdown .location-container .location-suggest {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow: auto;
}
.location-dropdown .location-container .location-suggest p {
    margin: 0;
}
.location-dropdown .location-container .location-suggest li {
    padding: 0;
    margin: 0;
    height: 40px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    font-size: 13px;
    padding-left: 10px;
    text-align: left;
    line-height: 40px;
}
.location-dropdown .location-container .location-suggest li:hover {
    background: #cccccc;
}
.error,
.success {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;


    padding: 5px 10px;


    margin-top: 10px;
    margin-bottom: 10px;
}




@media only screen and (max-width: 767px) {
    .error,
    .success {
        font-size: 13px;
    }
}
.success {
    background: #48C61D;
    color: #ffffff;
}
.container {
    padding: 0;
    margin: 0 auto;
    width: 94%;
}
@media only screen and (min-width: 1025px) {
    .container {
        max-width: 1100px;
    }
}
.content-block {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    margin: 10px 0;
    padding: 10px;
}
@media only screen and (min-width: 1025px) {
    .content-block {
        padding: 20px;
        margin: 20px 0;
    }
}
.content-block .content-title {
    font-family: 'Gerbera-Bold';
}
.content-block .content-title:before,
.content-block .content-title:after {
    content: " ";
    display: block;
    height: 0;
}
.content-block .content-title:after {
    clear: both;
}
.content-block .content-title .subtitle {
    font-family: 'Gerbera-regular';
    font-size: 14px;
    margin-top: -10px;
    color: #333333;
}
.cc-static-content h1,
.cc-static-content h2 {
    color: #f70000;
}
.on-hold {
    color: transparent !important;
    pointer-events: none;
    position: relative;
}
.on-hold:after {
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    border: 2px solid #fff;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    left: calc(50% - 0.5em - 2px);
    top: calc(50% - 0.5em - 2px);
    position: absolute;
}
.fa,
.fas,
.far {
    font-weight: 100;
}
.page-not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88vh;
    flex-direction: column;
}
.page-not-found h1 {
    color: #f70000;
}
.activation-page {
    width: 100%;
    padding: 0;
    background-position: center;
    background-size: cover;
    background-image: url(/assets/homef/splash/register6.jpg);
    max-width: 100%;
    height: calc(100vh - 50px);
    padding-top: 40px;
    color: #000;
}
.activation-page .content {
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    zoom: 1;
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    color: #000;
}
.removed-page {
    margin: 20px 150px 0 150px;
}
.cc-tickbox-on-registration,
.cc-tickbox cc-tickbox-prepend-checkbox {
    text-align: left;
}
.cc-tickbox-label a {
    display: inline !important;
    padding: 0 !important;
    font-weight: normal !important;
}
.modal {
    align-items: center;
    display: none;
    opacity: 0;
    overflow: hidden;
    padding: .4rem;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.modal.active {
    display: block;
    opacity: 1;
    z-index: 400;
}
@media only screen and (max-width: 767px) {
    .modal {
        overflow-y: scroll;
    }
}
.modal-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    zoom: 1;
}

.register{
    padding: 0;
    margin-top:10px;
}

.modal-overlay.register {
    background-position: center;
    background-size: cover;
}
.modal-overlay.register.register1 {
    background-image: url(/assets/homef/splash/register1.jpg);
}
@media only screen and (max-width: 767px) {
    .modal-overlay.register.register1 {
        background-position: -100px center;
    }

    header{
        padding-top: 0px;
    }

    .register{

        margin-top:0px;
    }

}
.modal-overlay.register.register2 {
    background-image: url(/assets/homef/splash/register2.jpg);
}
@media only screen and (max-width: 767px) {
    .modal-overlay.register.register2 {
        background-position: -500px center;
    }
}
.modal-overlay.register.register3 {
    background-image: url(/assets/homef/splash/register3.jpg);
}
.modal-overlay.register.register4 {
    background-image: url(/assets/homef/splash/register4.jpg);
}
.modal-overlay.register.register5 {
    background-image: url(/assets/homef/splash/register5.jpg);
}

* {
    font-family: 'Gerbera-Regular', sans-serif;
}
body {
    background: #000;
}
.button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    width: auto;
    height: 40px;
    line-height: 40px;
    float: none;
    margin: 20px 0 0;
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    border: none;
    text-decoration: none;
    background: #f70000;
    color: #fff;
    letter-spacing: 1px;
    z-index: 10;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.button.noaccent {
    background: #d30000;
}
.button:hover {
    background: #ff1c1c;
}
.button.trans {
    background: none;
    border: 1px solid #f70000;
    color: #f70000;
}
.button.trans:hover {
    background-color: #fff;
    background-color: rgba(255,255,255,0.2);
    zoom: 1;
    height: 40px;
    line-height: 40px;
}
.button.match {
    background: #000000;
    color: #f70000;
}
.button.match.trans {
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
}
.button.deselected {
    background: none;
    border: 1px solid #999;
    color: #999;
}
.background-splash {
    background: url(/assets/homef/splash-banner.jpg);
    background-size: cover;
    background-position: top center;
    position: relative;
    min-height: 600px;
    padding: 50px 0;
}
.background-splash .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background: -moz-linear-gradient(top,transparent 50%,#000 100%);
    background: -webkit-linear-gradient(top,transparent 50%,#000 100%);
    background: linear-gradient(to bottom,transparent 50%,#000 100%);
}



.content {
    background: #000;
    color: #fff;
    padding: 10px;
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1250px) {
    .profile-box.pbn5{
        display: none;
    }
}


@media only screen and (max-width: 950px) {
    .profile-box.pbn5, .profile-box.pbn4{
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .profile-box.pbn5, .profile-box.pbn4, .profile-box.pbn3{
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .background-splash {
        min-height: 540px;
    }


}


.login-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0 5%;
    z-index: 100;
}
@media only screen and (min-width: 767px) {
    .login-mobile {
        display: none;
    }
}
.login-mobile:before,
.login-mobile:after {
    content: " ";
    display: block;
    height: 0;
}
.login-mobile:after {
    clear: both;
}
.login-mobile .button {
    margin: 15px 5%;
    width: 40%;
    float: left;
}
/*
header {
  position: absolute;
  width: 100%;
  padding-top: 50px;
  text-align: center;
  top: 0;
}*/

header .logo {
    display: block;
    max-height: 110px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    header .logo {
        max-width: 300px;
    }

    header{
        padding-top: 0px;
    }

    .content{
        padding: 0;
    }


}
header h1 {
    font-size: 28px;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
@media only screen and (max-width: 767px) {
    header .login {
        display: none;
    }
    header h1 {
        width: 90%;
        margin: 0 auto;
        font-size: 21px;
    }
}

.clearfix{
    clear:both;
}


.content.splash {
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 20px 10px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.content .about-cnt:before,
.content .about-cnt:after {
    content: " ";
    display: block;
    height: 0;
}
.content .about-cnt:after {
    clear: both;
}
.content .about-cnt .video-content {
    float: left;
    width: 50%;
    position: relative;
    padding: 20px;
    text-align: right;

}


#videoboxhome{
    overflow:hidden;
    max-width:100%;
}

.content .about-cnt .about {
    float: left;
    width: 50%;
    padding: 20px;
    text-align: left;
}
.content .about-cnt .about h2 {
    font-size: 36px;
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.content .about-cnt .about p {
    font-size: 16px;
}
@media only screen and (min-width: 767px) {
    .content .about-cnt .about h2 {
        font-size: 30px;
    }

}
@media only screen and (max-width: 767px) {
    .content .about-cnt .video-content {
        width: 100%;
    }
    .content .about-cnt .about {
        width: 100%;
        text-align: center;
    }

    .content .about-cnt .video-content {
        padding: 0;
        text-align: center;
        float: none;
    }


    .content .about-cnt .about h2 {
        font-size: 24px;
    }





}
.content .cta-cnt:before,
.content .cta-cnt:after {
    content: " ";
    display: block;
    height: 0;
}
.content .cta-cnt:after {
    clear: both;
}
.content .cta-cnt .cta {

    text-align: center;


    font-size: 20px;
    color: #bfbfbf;
}
.content .cta-cnt .cta strong {
    color: #fff;
}
.content .cta-cnt .cta i {
    color: #fff;
    font-size: 100px;
}




@media only screen and (max-width: 1510px) {
    .content .cta-cnt.large-hide{
        display:none;
    }

    .content.splash {
        margin: 0;
        max-width: 100%;
        display:block;
    }
}



@media only screen and (max-width: 767px) {
    .content .cta-cnt .cta {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .guest .button {
        max-width: 90%;
        padding: 9px 20px;
        line-height: inherit;
        height: auto;
        min-height: 40px;
    }
}
.chat-page .chat .conversation-message.sent .message {
    color: #fff !important;
}
.chat-page .chat .conversation-message.sent .message .message-date {
    color: #ddd !important;
}
