@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(0px, -1px) rotate(-1deg); }
  20% { transform: translate(-1px, 0px) rotate(1deg); }
  30% { transform: translate(1px, 0px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-0px, 1px) rotate(-1deg); }
  60% { transform: translate(-1px, 0px) rotate(0deg); }
  70% { transform: translate(1px, 0px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(0px, 1px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


body {
	background: #252525;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
    padding-top: 115px;
}

dl, ol, ul {
	width: 100%;
}

a {
	text-decoration:none!important;
}

a.underline {
	text-decoration:underline!important;
}

.row {
	margin: 0px;
}

.main {
	padding: 0;
}

.color-b {
	color: #000;
}

h1, h2 {
	font-size: 30px;
}

.headline {
	width: 100%;
	padding-left: 5px;
}

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

.btn-red {
    background: #CB1D2A;
    color: #fff;
    width: 100%;
    border-radius: 0;
}


.alert-success {
    color: #ffffff;
    background-color: #636363;
    border-color: #ffffff;
}


/*=========================================================================================================================================================================================
                                                                                         NAVIGATION
==========================================================================================================================================================================================*/

.navbar {
	padding: .5rem 5rem;
}

.bg-dark {
    background-color: #151515!important;
}

.nav-link {
    padding: 0 1rem;
    line-height: 1em;
    border-right: 1px solid rgba(255,255,255,0.5);
}

.nav-item:last-child .nav-link {
	border: 0px;
}

.member-nav {
	/*display: none;*/
}

.credits {
	position: relative;
    float: left;
    padding-right: 0;
    padding-left: 0;
    line-height: 37px;
    font-size: 18px;
    margin-right: 10px;
}

.get-more {
	position: relative;
    float: left;
    background: #cb1d2a;
    color: #fff!important;
    padding: 5px 10px;
    border-radius: 10px;
    line-height: 25px;
    font-size: 18px;
}

.mobile-show {
	display: none;
}

.nav-item.dropdown .main-dropdown {
    padding-right: 10px!important;
    padding-left: .5rem!important;
    line-height: 17px!important;
}

.nav-item.dropdown .main-dropdown:after {
    top: 7px;
    border: 0px;
}

.main-dropdown-box .dropdown-menu {
    background-color: #252525;
    padding: 0px;
}

.main-dropdown-box .dropdown-menu a {
    border: 0px;
    padding: 10px 5px;
    border-radius: 5px;
}

.main-dropdown-box .dropdown-menu a:hover {
    background-color: #151515;
}

.member-nav .nav-link.dropdown-toggle:after {
    border: 0px;
}

.member-nav .nav-link.dropdown-toggle i {
    position: absolute;
    right: 8px;
    top: 10px;
}

.member-nav .nav-link.dropdown-toggle {
    border: 0px;
    margin-right: 15px;
    position: relative;
}

.navbar-nav.mr-auto {
    width: auto;
}

#creditsplace,
#creditsplace-m {
    color:#C9192E;
    font-weight: 600;
}

/*=========================================================================================================================================================================================
                                                                                           HEADER
==========================================================================================================================================================================================*/

header{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999999;
}

.user-menu {
    background-color: #252525;
    color: #fff!important;
    text-align: center;
    padding: 0px;
    border-radius: 5px;
    top: 40px;
    right: -70px;
    left: auto;
}

.user-menu a {
    padding: .35rem 1.5rem;
    border-radius: 5px;
    color: #fff;
}

.user-menu a:hover {
    color:#fff!important;
    text-align: center;
    background-color: #151515;
}

.user-menu input {
    background: transparent;
    color: #cb1d2a;
    border: 0px;
    padding: 0px 0 10px;
    width: 100%;
    text-transform: capitalize;
    font-size: 20px;
}

.join-button a {
    white-space: nowrap;
}

.login-nav a, .join-button a {
    line-height: 35px;
}




.email-verification {
    text-align: center;
    padding: 10% 10px;
}



.credits-mobile {
    display: none;
    top: 8px;
    position: relative;
}

.credits-desktop {
    display: block;
    padding-left: 5px;
}


.credits-mobile .nav-link {
    border-right: 0px;
}

.credits-mobile .get-more {
    color: rgba(255, 255, 255, 0.5);
}


.credits-mobile a, .credits-mobile span {
    font-size: 12px;
}


.login-form input:-internal-autofill-previewed, .login-form input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background-color: #151515!important;
    background-image: none !important;
    color: #fff !important;
}


.nav-link.dropdown-toggle {
    padding-right: 25px!important;
    padding-left: 0!important;
    line-height: 37px;
}

.nav-link.dropdown-toggle:after {
    right: 8px;
    position: absolute;
    top: 16px;
}


.mobile-member {
    display: none;
}


.mobile-logo {
    display: none;
}

/***************************************
*   HOST IS ONLINE NOTIFICATION
***************************************/
.favorites-notification{
    position: absolute;
    top: 79px;
    right: 0;
}

.favorites-notification a{
    display: flex;
    flex-wrap: wrap;
    color:#fff;
    padding: 10px;
    border: 2px solid rgba(0,0,0,0.35);
    background-color: #252525;
    border-radius: .25rem;
}

.favorites-notification .image{
    width: 100px;
    margin-right: 10px;
}

.favorites-notification .image img{
    width: 100%;
}

.fave-text p{
    margin-bottom: 3px;
}

.fave-text .host-name{
    font-weight: 600;
}


/*=========================================================================================================================================================================================
                                                                                            FOOTER
==========================================================================================================================================================================================*/

footer {
	position: relative;
    float: left;
    width: 100%;
    padding: 15px 0;
}

footer .row {
	text-align: center;
}

footer .footer-nav {
	text-align: center;
	padding: 0px;
	flex-direction: row;
	margin-bottom: 0px;
    padding: 10px 0;
    display: inline-block;
    margin: 0 auto;
}

footer .footer-nav:first-child {
	border-bottom: 2px solid #fff;
}

footer .footer-nav li {
	display: inline-block;
	float: none;
}

footer .footer-nav li a {
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	border: 0px;
}

footer p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	width: 100%;
}

footer p a {
    color:#fff;
}

footer img {
	margin: 5px auto;
}


.policy-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    z-index: 99999999999;
}


.popup-box {
    position: absolute;
    width: 30%;
    background: #fff;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
}

.popup-box h4 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.popup-box div {
    width: 40%;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    margin-top: 30px;
}

.popup-box div:nth-child(2) {
    background: grey;
    position: relative;
    float: left;
}


.popup-box div:last-child {
    background: #C91A2E;
    position: relative;
    float: right;
}

/*=========================================================================================================================================================================================
                                                                                             HOME
==========================================================================================================================================================================================*/

.live-cams {
	padding: 0 45px;
	width: 100%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    float: right;
}


#hostslist, .related-videos {
    width: 100%;
}

.premium-star {
    color:#F5EB4A;
    float: right;
   /* margin-top: 5px;*/
    line-height: 2.2em;
}

/**DELAY OVER CSS*/

.colapse-cams {
	width: 75%!important;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.home-cam {
	position: relative;
	padding: 5px;
    overflow: hidden;
}

.home-cam img {
	width: 100%;
	/*height: 260px;*/
    max-height: 260px;
}

.video-status {
    width: 16px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
}
/*
.live {
	background: #33CC00;
}

.offline {
	background: #cc0006;
}
*/
.host-img{
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden; 
}

.ratio-16-9{
    padding-bottom:57.25%; /* 9/16*100 */
}

.host-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.video-info {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 5px;
    bottom: auto;
    color: #fff;
    width: calc(100% - 10px);
    font-size: 12px;
    padding: 5px;
    z-index: 3;
}
/*
.host-preview-holder{
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    overflow: hidden;
}*/

.host-preview-holder,
.host-preview-holder > div > img,
.host-preview-holder video{
    position: absolute!important;
    display: block;
    top: -1px!important;
    left: -1px!important;
    right: 0!important;
    bottom: 0!important;
    width: 103%!important;
    height: 103%!important;
    padding: 0;
    margin: 0 auto;
}

.host-preview-holder .no-preview{
    background: rgba(38, 38, 38, 0.5);
    display: block;
    z-index: 999;
    position: relative;
    width: 100%;
    height: 100%;
}

.host-preview-holder .no-preview p{
    display: block;
    position: absolute;
    background: rgb(37, 37, 37);
    color: rgb(255, 255, 255);
    border: 2px solid #151515;
    bottom: 20px;
    left: 20px;
    margin: 0;
    padding: 5px 15px;
}

.name {
    position: relative;
	padding: 0 10px;
}

.age {
	float: right;
	position: relative;
	text-align: right;
	padding: 0 10px;
}

.categories-wrap {
	position: relative;
	display: inline;
}

/*.categories {
	width: 25%;
	position: absolute;
    float: left;
    border-right: 1px solid #CB1D2A;
    left: -25%;
    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #252525;
}
*/

.categories {
    width: 25%;
    position: fixed;
    float: left;
    border-right: 1px solid #CB1D2A;
    left: -25%;
    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #252525;
    border-bottom: 1px solid #CB1D2A;
}

.expand-cat {
	left: 0%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


.rel {
	position:relative;
}

.nerel {
	position: absolute;
}

.slide-button {
    background: #CB1D2A;
    transform: rotate(-90deg);
    position: absolute;
    right: -101px;
    top: 70px;
    padding: 0 30px 0 10px;
    font-size: 20px;
    cursor: pointer;
}


.slide-button i {
	position: absolute;
	right: 8px;
    bottom: 5px;
}

.home-cam .favorite {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 20px;
    font-size: 34px;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
    width: 60px;
}

.home-cam .favorite:before {
    text-shadow: 0 0 2px #cb1d2a;
}

.home-cam .favorite.active,
.headline .fa-heart.favorite.active,
.host-offline .fa-heart.favorite.active {
    opacity: 1;
    color:  #E5172C;
}

.toy {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 15px;
    right: 20px;
    opacity: 0.7;
    cursor: pointer;
    padding: 5px 12px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 2px #cb1d2a;    
}

.toy img {
    width: 100%;
    height: auto;
}

.toy img:hover {
    animation: shake 0.5s; 
    animation-iteration-count: infinite; 
}


/*=============================================================================================
                                        HOME CATEGORIES
==============================================================================================*/

.cat-cam {
	padding-left: 0px;
	padding-right: 0px;
}

.close-cat {
	left:-200px;
}

.categories .nav-tabs {
	border: 0px;
}

.categories .nav li {
    color: #fff;
    background: #0C0C0C;
    width: 25%;
    text-align: center;
}

.categories .nav li.active {
	background: #252525;
}

.categories .nav li a {
	color: #fff;
    padding: 10px 10px;
    position: relative;
    float: left;
    width: 100%;
}

.cat-table {
	width: 100%;
	padding: 0 15px;
}

.cat-table .selected {
        background: #cb1d29;
}

.cat-table tr {
	border-bottom: 1px solid #515151;
}

.cat-table tr td {
	padding: 10px 0 10px 10px;
}

.cat-table tr td a {
	color: #fff;
}

.cat-table tr td:last-child {
	text-align: right;
	padding: 10px 20px 10px 0;
	position: relative;
}

.cat-table tr td:last-child:after {
	content: "";
    position: absolute;
    right: 5px;
    background: url(../img/cat-arrow.png);
    width: 8px;
    height: 11px;
    top: 18px;
}


.cam-button {
	text-align: center;
	margin: 20px 0;
}

.cam-button a {
	display: inline-block;
	background: #CF1D2A;
	color: #fff;
	padding: 10px 15px;
	font-size: 26px;
}


.burger-categories, .burger-hsb {
	display: none!important;
    border-bottom: 0px;
}


.main-cat .tab-content {
	display: block;
    height: calc(100vh - 183px);
    overflow-y: auto;
}

.burger-categories .tab-content .tab-pane {
	display: none;
}

.burger-categories .tab-content .tab-pane.active {
    display: block;
    height: 265px;
    overflow-y: scroll;
}

.category-content {
    margin-bottom: 20px;
    text-align: justify;
}

/*=============================================================================================
                                        HOME SEARCH HOST BAR
==============================================================================================*/

/*.host-search-bar {
    background: #fff;
    display: flex;
    margin-bottom: 20px;
    position: fixed;
    top: 78px;
    width: 100%;
    z-index: 10;
}*/


.host-search-bar {
    display: flex;
    float: left;
    margin-right: 5px;
}

.host-search-bar .col-lg-6 {
	position: relative;
	float: left;
}

.host-search-bar input {
	background: transparent;
    border-bottom: 1px solid #5d5d5d!important;
    color: #fff;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 125px;
}

input {
	background: #EBEBEB;
}

.host-search-bar input, .host-search-bar button[type="submit"] {
	border-radius: 0px;
	border: 0px;
}

.host-search-bar button[type="submit"] {
    background: transparent;
    color: #768a83;
    float: right;
}

.host-search-bar .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.host-search-bar .form-group {
    position: relative;
    float: right;
    margin-bottom: 0px;
}

.host-search-bar .form-control::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease; 
    text-indent: -100%;
}

.host-search-bar .form-control:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease; 
    text-indent: 0;
    opacity: 1;
}

.host-search-bar .form-control::-moz-input-placeholder {
    transition: text-indent 0.5s 0.5s ease; 
    text-indent: -100%;
}

.host-search-bar .form-control:focus::-moz-input-placeholder {
    transition: text-indent 0.5s 0.5s ease; 
    text-indent: 0;
    opacity: 1;
}

.host-search-bar .form-control::-ms-input-placeholder {
    transition: text-indent 0.5s 0.5s ease; 
    text-indent: -100%;
}

.host-search-bar .form-control:focus::-ms-input-placeholder {
    transition: text-indent 0.5s 0.5s ease; 
    text-indent: 0;
    opacity: 1;
}

.form-group:active + button[type="submit"],
.form-group:focus + button[type="submit"],
.form-group:focus-within + button[type="submit"]{
    color: #CB1D2A;
}

.hosts a {
	font-size: 23px;
    color: #172d3d;
    font-weight: 600;
    padding: 0 10px;

}

.hosts a:first-child {
	border-right: 2px solid  #172d3d;
}

/*=============================================================================================
                                        HOME TAGS
==============================================================================================*/

.tags-bar {
	padding: 15px 10px;
}

.tags-bar a {
	font-size: 15px;
	display: inline;
	margin-right: 10px;
	color: #fff;
}

/*=========================================================================================================================================================================================
                                                                                          HOST ROOM
==========================================================================================================================================================================================*/

/* PREMIUM HOST CONFIRMATION POPUP */

.confirmation-popup{
    position: fixed;
    z-index: 99;
    max-width: 760px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    background: rgb(99, 99, 99);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 5px;
    padding: 20px;
/*    transform: translate(-50%, -50%);*/
}

.close{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    font-size: 16px; 
}

.yes, .no{
    display: inline-block;
    position: relative;
    font-size: 18px;
    border: none;
    width: 90px;
    background: #cb1d29 !important;
    background: -moz-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#cb1d29),color-stop(100,#cb1d29)) !important;
    background: -webkit-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
    background: -o-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
    background: -ms-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
    background: linear-gradient(to bottom,#cb1d29 0%,#cb1d29 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb1d29',endColorstr='#cb1d29',GradientType=0) !important;
    color: #fff !important;
    -ms-word-break: break-word;
    word-break: break-word;
    padding: 5px 15px;
    margin: 10px 5px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}

.yes a{
    color: #fff !important;  
}

/* HOST PRIVATE ROOM */

.headline, .Credit{
    display: inline-block;
    width: auto;
}



.premium-host p{
    color: #F5EB4A;
    font-weight: bold;
    margin: 0 0 0 5px;
    line-height: 1.2;
}

.Credit{
    float: right;
}

.Credit p{
    color: #CB1D2A;
    margin: 0 5px 0 0;
    line-height: 1.2;
}

.Credit span{
    font-weight: bold;
    font-size: x-large;
}

.Rating {
    position: relative;
    float: none;
    clear: both; 
    margin: 5px 5px 10px;
}

.lang-container .langs{
    overflow: hidden;
}

#video-chat-in-private, #video-chat-in-silent, #video-chat-in-happyhour {
    position: absolute;
    right: auto;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
    z-index: 98;
    top: 30px;
    left: 20px;
    background: #cb1d29!important;
    color: #fff!important;
    text-transform: uppercase;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.5;
}

#video-chat-leave-private-msg, #video-chat-leave-silent-msg, #video-chat-leave-happyhour-msg {
    position: fixed;
    top: 45px;
    z-index: 99;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff;
    width: 40%;
    left: 30%;
    top: 30%;
    font-size: 18px;
    text-align: center;
    box-shadow: #666 6px 6px 6px;
}

/* PAYMENT CONFIRMATION */

.sign-up-box .credits-amount{
    color: #c9192e;
}

.sign-up-box a {
    color: #000;
}



/*=========================================================================================================================================================================================
                                                                                            VIDEO
==========================================================================================================================================================================================*/
/*
#video-chat-container {
    min-height: 470px;
}*/

#video-chat-hide-history {
    display: none;
}

.live-video,
.live-video-profile {
	padding: 0 45px;
	width: 100%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    margin-bottom: 60px;
    float:right;
}

.live-video .col-xs-12 {
	position: relative;
	float: left;
}

.video-stream img {
	width: 100%;
}

.video-chat {
	width: 100%;
	background: #fff;
	color:#333;
}

#video-chat-history{
	background-color: #2a2a2a;
 }

#video-chat-history.fixed-height{
    height: 367px!important;
 }

.video-stream {
	padding: 0px;
}

.align-bottom {
    vertical-align: bottom !important;
}

.video-stream .col-xs-12 {
	color: #333;
	text-align: center;
	cursor: pointer;
}

.video-stream .col-lg-3 {
	background: #fff;
}

.video-stream .col-lg-9 {
	background: #33CC00;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.related-videos .headline {
	text-align: center;
}

.host-info {
	position: absolute;
    bottom: 25px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 10px 10px;
}

.host-info h3 {
	display: inline;
	position: relative;
	float: left;
	margin-bottom: 0px;
	line-height: 27px;
}

.host-info ul {
	position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
}

.host-info ul li {
	display: inline;
}

.host-info img {
	height: 27px;
    width: auto;
    position: relative;
	float: left;
}

.galery .carousel-item{
    max-width: 340px;
    max-height: 254px;
    overflow: hidden;
    margin: 10px 0;
}

.galery .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.galery .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.loadingElement img{
     animation: spin 2s linear infinite;
}

.host-info a {
	position: relative;
    float: right;
    background: #fff;
    color: #33CC00;
    padding: 3px 10px;
    font-weight: bold;
}

.profile_page img {
    width: 100%;
    margin-bottom: 10px;
}

.profile_page h2 {
    font-size: 25px;
}

.profile_page hr {
    border-top-color: #ffffff;
}

.profile_page .info-holder p {
    margin-bottom: 5px;
    font-size: 14px;
}

.profile_page p small {
    display: block;
}

.profile_page .description-holder {
    padding: 40px 15px;
}

.profile_page .description-holder p {
    text-align: justify;
}

#video-container canvas {
	height: 100%!important;
    position: relative;
    float: left;
    width: 100%;
}

#video-chat-go-private, #video-chat-go-silent {
    top: 30px;
    left: 20px;
    background: #cb1d29!important;
    color: #fff!important;
    text-transform: uppercase;
    width: 11vw;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.5;
}

#video-chat-go-private:hover, #video-chat-go-silent:hover {
    opacity: 1;
}

#video-chat-form-container input {
	height: 30px!important;
}


#video-chat-header {
	background: transparent!important;
	box-shadow: none;
	height: 0px;
}

#video-chat-input {
    width: 60%!important;
    margin-top: 10px;
    margin-left: 0px;
}

#video-chat-submit {
    margin-top: 10px!important;
    background: #cb1d29!important;
    border: 0!important;
    text-transform: uppercase;
    width: 30%!important;
}

.video-container {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

#video-chat-history-form-container {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

#video-chat-form-container {
    margin-top: -17px;
    z-index: 9;
}

.msg {
	color: #cacaca;
    margin-left: 10px;
}

#video-chat-form-container input[type="button"]:not(#video-chat-submit) {
    border-radius: 5px;
    width: 23%!important;
    height: 30px;
    border: solid 1px #000;
    background-position-x: 0!important;
    margin: 0 2px;
    background-position: 0!important;
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: center!important;
}


#video-chat-predefined-msg-btn {
    background-image: url(../img/comment.svg);
}

#video-chat-predefined-emo-btn {
    background-image: url(../img/smile.svg);
}

 #video-chat-gifts-btn {
    background-image: url(../img/gift.svg);
}

#video-chat-tips-btn {
    background-image: url(../img/tip.svg);
}

#video-chat-predefined-msg-container, #video-chat-predefined-emo-container, #video-chat-gifts-container {
	box-shadow: none;
	background: #fff!important;
}

#video-chat-gifts-container {
    width: 409px;
}

.video-chat-predefined-emo-container, #video-chat-predefined-msg-container {
    width: 409px;
    left: -70px;
}


#video-chat-leave-private-msg, #video-chat-leave-silent-msg, #video-chat-leave-happyhour-msg {
    color: #333!important;
    box-shadow: none;
}

#video-chat-btn-leave-private, #video-chat-btn-leave-silent, #video-chat-btn-leave-happyhour, #video-chat-btn-stay-private, #video-chat-btn-stay-silent, #video-chat-btn-stay-happyhour {
    color: #fff!important;
    border-radius: 5px;
}

.video-chat-gifts-category {
	background: transparent!important;
}

.video-chat-gifts-category h3 {
    color: #cb1d29;
}

.video-chat-gifts-head {
    background-color: #cb1d29;
}

.video-chat-gifts-category .video-chat-gift .video-chat-gift-price {
    background: #cb1d29;
}

.slick-dots li button.active {
    background-color: #cb1d29;
}
.slick-dots li button {
    height: 12px;
}

.video-chat-gifts-category {
    padding: 0 10px;
}


.langs-col {
    padding: 0px;
}

.langs .lang {
    position: relative;
    float: left;
    margin: 5px;
}

.langs>span {
    position: relative;
    float: left;
    margin-right: 10px;
}

.waiting-message, .okPopup{
    color: #fff;
    padding: 20px 10px;
    position: fixed; 
    z-index: 99; 
    max-width:760px; 
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    background: #636363;
    color: #fff;
    text-align: center;
    border-radius: 5px;
/*    transform: translate(-50%, -50%);*/
}

.okPopup{
    max-width:300px; 
    left: unset;
    right: 10px;
    top: 85px;
}

.okPopup h2{
    font-size: 24px;
}

.waiting-message p{
    margin: 0;
}


/*VIBES BUTONS TIPS*/

#video-chat-vibe-show-cont .send-vibe-btn {
    position: relative;
    display: inline-block!important;
    border: 1px solid black;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    flex: 1 1 60px;
    padding: 0px;
    font-size: 12px;
    margin-right: 5px;
}

#video-chat-vibe-show-cont .send-vibe-btn .send-vibe-btn-inner {
    font-size: 11px;
    line-height: 1em;
    font-weight: bold;
}

#video-chat-vibe-show-cont .send-vibe-btn .send-vibe-btn-inner[attribute="value"] {
    font-size: 11px;
    line-height: 1em;
    font-weight: bold;
}
/*
#video-chat-vibe-show-cont.opened .video-chat-send-vibe-btn {
    display: inline-block;
}
*/
#video-chat-tips-btn {
    display: none;
}

#video-chat-vibe-show-cont {
    display: flex;
    align-items: center;
    position: unset;
    right: unset;
    z-index: 23;
    bottom: unset;
    top: unset;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

#video-chat-vibe-show-cont:before {
    content: "Control the vibe";
    color:#fff;
    background: #cb1d29;
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
    padding: 5px 0;
    border-radius: 10px 10px 0 0;
}

#vibesToggler {
    width: 64.8px!important;
    position: unset!important;
    bottom: unset;
    right: unset;
}

#video-chat-vibe-show-cont .send-vibe-btn[data-duration="1"],
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="4"],
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="10"],
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="15"] {
    background: url('../../img/vibe.png') center no-repeat;
    border: none;
    position: relative;
}

#video-chat-vibe-show-cont .send-vibe-btn[data-duration="1"]:after,
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="4"]:after,
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="10"]:after,
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="15"]:after {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "1 credit";
}

#video-chat-vibe-show-cont .send-vibe-btn[data-duration="1"]:after{
    content: "1 credit";
}

#video-chat-vibe-show-cont .send-vibe-btn[data-duration="4"]:after {
    content:"3 credit";
}

#video-chat-vibe-show-cont .send-vibe-btn[data-duration="10"]:after {
    content:"5 credit";
}

#video-chat-vibe-show-cont .send-vibe-btn[data-duration="15"]:after {
    content:"7 credit";
}

#vibesToggler .send-vibe-btn-inner,
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="1"] .send-vibe-btn-inner,
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="4"] .send-vibe-btn-inner,
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="10"] .send-vibe-btn-inner,
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="15"] .send-vibe-btn-inner {
    visibility: hidden;
    position: relative;
    display: inline-block;
}

#vibesToggler .send-vibe-btn-inner:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url('../../img/vibes-shadow.png') center no-repeat;
    background-size: contain
}

#video-chat-vibe-show-cont .send-vibe-btn[data-duration="1"] .send-vibe-btn-inner:after,
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="4"] .send-vibe-btn-inner:after,
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="10"] .send-vibe-btn-inner:after,
#video-chat-vibe-show-cont .send-vibe-btn[data-duration="15"] .send-vibe-btn-inner:after {
    font-size: 16px;
    visibility: visible;
    position: absolute;
    top:17px;
    left: 3px;
    right: 0;
}

#video-chat-vibe-show-cont .send-vibe-btn[data-duration="1"] .send-vibe-btn-inner:after {
    content:"1 s";
}

#video-chat-vibe-show-cont .send-vibe-btn[data-duration="4"] .send-vibe-btn-inner:after {
    content:"4 s";
}

#video-chat-vibe-show-cont .send-vibe-btn[data-duration="10"] .send-vibe-btn-inner:after {
    content:"10 s";
}

#video-chat-vibe-show-cont .send-vibe-btn[data-duration="15"] .send-vibe-btn-inner:after {
    content:"15 s";
}

#video-chat-vibe-show-cont .send-vibe-btn:first-child {
    display: inline-block;
    background: transparent;
    border: none;
    height: 133px;
}

.credit-btn{
    display: block;
    max-width: 270px;
    width: 100%;
    float: right;
    text-align: center;
    color: #fff;
    background: #cb1d29;
    border-radius: 0 0 10px 10px;
    margin-right: -5px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
}

.credit-btn:hover{
    color: #fff;
}

.opened #vibesToggler {
    width: 24%!important;
}

.loggedout {
    margin-top: 10px;
}

.loggedout a {
    background: #CF1D2A;
    color: #fff;
    padding: 10px 15px !important;
    cursor: pointer;
    width: auto;
    border-radius: 5px;
    margin: 0 auto;
    min-width: 110px;
    display: inline-block;
}

.creditPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    z-index: 99999999999;
    color: #333;
    max-width: 500px;
    width: 95%;
}

.creditPopup h2{
    max-width: 310px;
    margin: auto;
}

.creditPopup .creditPopupExit + div{
    border-radius: 10px;
}

.creditPopup .payment-box div {
    background: #e6e6e6;
}


/*
.Rating { 
    position: relative;
    float: left;
}
*/
/*=========================================================================================================================================================================================
                                                                                  PAYMENT
==========================================================================================================================================================================================*/

.payment {
	padding: 40px 0;
}

.payment .headline {
	text-align: center;
	width: 100%;
}

.payment-box {
	text-align: center;
	padding-top: 40px;
}

#payment-form{
    font-size: 0.94rem;
}

.payment-box div {
	background: #fff;
}

.payment-box h3 {
	background: #33CC00;
    color: #333;
    font-weight: bold;
    font-size: 36px;
    padding: 5px 0;
}

.payment-box h3 span {
	font-size: 20px;
}

.payment-box a {
	background: #CF1D2A;
    color: #fff;
    padding: 5px 10px;
    margin: 40px 0 20px 0;
    display: inline-block;
}

.payment-box h4 {
	color: #CF1D2A;
    border-top: 1px solid #333;
    display: inline-block;
    width: auto;
    padding: 5px 5px 15px 5px;
    margin: 0 20%;
}

#change-default-card{
    list-style-type: none;
    background: #636363;
    padding: 20px;
    position: relative;
    height: 50vh;
    overflow-y: auto;
    border-radius: 10px;
}

#change-default-card .color{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 30px;
    margin-bottom: 5px;
    border-bottom: 2px solid #000;
}

#change-default-card .marl{
    flex: 1 1 30%;
    text-align: center;
}

#change-default-card .minw{
    flex: 1 1 30%;
    text-align: center;
}

.delete-payment {
    color: red;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.default-payment {
    color: green;
    font-size: 12px;
    font-weight: bold;
}

.credits-info {
	text-align: center;
	font-size: 16px;
	margin-top: 40px;
}

.credits-info p {

}

.credits-info a {
	color: #fff;
}

#promocode{
    max-width: 300px;
    width:100%;
    margin-bottom: 15px;
    background: #151515!important;
    color: #fff;
    border-radius: 10px;
    border:none;
    margin:5px auto;
    padding: 7px 15px;
}

.confirm-popup-button {
    background: #cf1d2a;
    color: #fff !important;
    padding: 7px 15px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    margin: 10px 5px;
    display: inline-block;
}
/*
.confirm-credit-popup .btn-danger {
    top: -35px;
    right: -35px;
    position: relative;
}
*/
/*=========================================================================================================================================================================================
                                                                                           SIGN UP
==========================================================================================================================================================================================*/

.sign-up {
	padding: 20px 30px 30px 30px;
}

.sign-up h2 {
	font-weight: 600;
    padding: 5px 20px;
    width: 66.66%;
}

.sign-up-box {
    background: #252525;
    border-radius: 5px;
    padding: 40px 20px 0;
    display: flex;
    margin-bottom: 30px;
    box-shadow:
      0 2.8px 2.2px rgba(0, 0, 0, 0.034),
      0 6.7px 5.3px rgba(0, 0, 0, 0.048),
      0 12.5px 10px rgba(0, 0, 0, 0.06),
      0 22.3px 17.9px rgba(0, 0, 0, 0.072),
      0 41.8px 33.4px rgba(0, 0, 0, 0.086),
      0 100px 80px rgba(0, 0, 0, 0.12)
}

.sign-up-box .sign-up-form input {
    background: transparent;
    border: 1px solid #fff;
    margin-bottom: 15px;
    padding: 5px 10px;
}

.sign-up-box .sign-up-form input[type="submit"]{
    margin: 10px 20px 10px 0;
    border: none;
    padding: 10px 20px;
}

.form-img {
	width: 100%;
	margin-bottom: 40px;
}

.sign-up-box h2{
    font-size: 24px;
    font-weight: 400;
}

.sign-up-box h2 span{
    font-weight: bold;
}

.sign-up-box h2, .sign-up-box h4 {
    color:#fff;
    text-align: center;
    width: 100%;
}

.sign-up-box h5 {
    font-weight: 400;
    font-size: 16px;
}

.sign-up-box a {
    color: #cb1d2a;
    font-weight: 600;
}

.sign-up-box a:hover {
    color: #cb1d2a;
}

.sign-up-box .w-190{
    width: 190px;
}

.sign-up-box .icon-wrap{
    min-width: 35px;
}

.sign-up-form input {
	width: 100%;
	background: #252525;
	border: 0px;
	margin-bottom: 10px;
	padding: 10px;
    color:#fff;
    border-radius: 5px;
}

.login-form input {
    width: 100%;
    background: #151515;
    border: 0px;
    margin-bottom: 20px;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
}

.login-form input::-webkit-input-placeholder, .sign-up-form input::-webkit-input-placeholder { 
  color: #fff;
}
.login-form input::-moz-placeholder, .sign-up-form input::-moz-placeholder { 
  color: #fff;
}
.login-form input:-ms-input-placeholder, .sign-up-form input:-ms-input-placeholder { 
  color: #fff;
}
.login-form input:-moz-placeholder, .sign-up-form input:-moz-placeholder { 
  color: #fff;
}

#auto-reset-pass-form,
#auto-reset-pass-form * {
    opacity: 0.8;
    pointer-events: none;
}

.error-msg {
	color: red;
}

.sign-up-form p, .login-form p {
	font-size: 13px;
}

.sign-up-form input[type="submit"] {
    background: #CF1D2A;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
    width: auto;
    margin: 40px auto;
    float: none;
    display: block;
    margin-bottom: 40px;
}

.authPopup .sign-up-box {
    margin: 0 auto;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.login-form input[type="submit"] {
    background: #CF1D2A;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
    width: auto;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.sign-up-info {
	display: flex;
}

.sign-up-info .icon {
	margin-bottom: 0px;
}

.sign-up-info .icon i {
	font-size: 24px;
}

.login-button i {
    position: absolute;
    right: 10px;
    top: 10px;
}

.login-button {
    padding-right: 25px!important;
}

.login-popup {
    background: #252525;
    position: absolute;
    width: 250px;
    top: 50px;
    right: -40px;
    padding: 30px 25px 20px 25px;
    display: none;
    z-index: 9999999;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 5px;
}

.skip-new-payment {
    background: #CF1D2A;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 10px;
}

.login-popup-mobile {
    background: #252525;
    position: fixed;
    width: 300px;
    top: 50%;
    left: 50%;
    padding: 30px 25px 20px 25px;
    display: none;
    z-index: 9999999;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    border-radius: 10px;
}

.login-popup-mobile .f30,
.login-popup .f30 {
    font-size: 30px;
}

.popup-close {
	position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    color: #fff;
    background: #cb1d2a;
    min-width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    line-height: 25px;
}


.forgot-pass {
    color: #fff!important;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    display: block;
}

.login-nav {
	position: relative;
}


.authPopup {
    display: none;
    position: fixed;
    z-index: 99;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*=========================================================================================================================================================================================
                                                                                           PREFERENCES
==========================================================================================================================================================================================*/

.preferences {
	padding: 20px 30px 30px 30px;
}


.preferences-box {
	background: #636363;
	border-radius: 10px;
	padding: 0px 0 20px 0;
	display: flex;
    margin-bottom: 30px;
}

.preferences-box h2 {
	padding: 10px;
	margin: 0px;
	border-radius: 10px 10px 0 0;
	width: 100%;
	text-align: center;
}

.preferences-box  p {
	font-size: 12px;
}

.preferences-box .col-xs-12 {
	padding: 20px;
}

.close-accoutnt-box {
    border: 0;
    margin-top: 20px;
    background-color: transparent;
}

.close-accoutnt-box .card-header {
    padding: 0px;
    border: 0px;
    margin: 0 auto;
    float: none;
}

.btn.close-accoutnt, .return-btn, .pref-buy, .red-button  {
    display: block;
    background: #CF1D2A;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: inherit;
    width:100%;
    max-width: 180px;
}

.red-button:hover{
    text-decoration: none;
    color: #fff;
}

.btn-link:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #CF1D2A;
}

.grey-button{
    background-color: #636363;
}

/*=========================================================================================================================================================================================
                                                                                           BALANCE
==========================================================================================================================================================================================*/

.balance-box .col-xs-12:first-child {
	padding-bottom: 0px;
}

.date-pick input {
	border: 0px;
	margin: 10px;
	padding: 5px;
}

.date-pick button {
	display: none;
}

.chose-day {

}

.chose-day ul {
    list-style: none;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px;
}

.chose-day ul li {
	display: inline;
}

.chose-day ul li a {
	border-right: 1px solid rgba(255,255,255,0.5);
    padding: 0 5px;
    color: #ffffff80;
}

.chose-day ul li:last-child a {
	border-right: 0;
}

#payment_history_filter{
    background-color: #636363;
    border: none;
    font-size: 19px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: inherit;
    width: 100%;
    max-width: 180px;
    outline: none; 
}

#payment_history_filter:focus{
    outline: none;
    border:none;
}

#payment_history_filter option{
    background-color: #252525;
    border: none;
    font-size: 19px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    font-size: inherit;
    width: 100%;
    max-width: 180px;
    outline: none; 
}


/*=========================================================================================================================================================================================
                                                                                           PAYMENT
==========================================================================================================================================================================================*/

.payment-box iframe {
	width: 100%;
    height: 750px;
    background: #fff;
}


.dark-payment-box {
    padding: 20px;
    background: #636363;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    border-radius: 10px;
    margin-top: 10px;
    text-align: left!important;
}
/*
.dark-payment-box label {
    color:#151515;
    font-weight: 600;
}
*/
.dark-payment-box .col-sm-6.row {
    padding-left: 0;
    padding-right: 0;
}

.dark-payment-box #payment-form input, .dark-payment-box #payment-form select {
    margin-bottom: 15px;
    background: #151515;
    color:#fff;
    border-radius: 10px;
}
/*
.dark-payment-box input[type="submit"] {
    background-color: #cb1d2a!important;
    float: right!important;
    width: 100%!important;
    padding: 10px 20px!important;
    margin-bottom: 0px;
    font-weight: 600;
    cursor:pointer;

}
*/

.dark-payment-box label, .payment-amount{
    line-height: 1.7em;
    color: #fff;
    font-weight: 600;
}

/*======================buy credits===============================*/

.buy-credits-box {
    background: #252525;
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px;
}

.buy-credits-box .payment-box {
    text-align: center;
    padding: 10px;
}

.buy-credits-box .payment-box div {
    background: #252525;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    border: 1px solid #fff;
    border-radius: 5px;
}

.buy-credits-box .payment-box h3 {
    background: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 20px 0 0 0;
}

.buy-credits-box .payment-box h4 {
    color: #ffffff;
    border-top: 0;
    display: inline-block;
    width: auto;
    padding: 5px 5px 15px 5px;
    margin: 0 20%;
    font-size: 20px;
}

.buy-credits-box .payment-box a {
    background: #CF1D2A;
    color: #fff;
    padding: 5px 10px;
    margin: 20px 0 20px 0;
    display: inline-block;
    border-radius: 10px;
}

/*=========================================================================================================================================================================================
                                                                                         POLICY
==========================================================================================================================================================================================*/

.policy {
	padding: 40px 0;
}

.policy  li {
    word-wrap: break-word;
}

.policy .headline {
	text-align: center;
	margin-bottom: 30px;
}

.policy table {
	width: 100%;
	margin-bottom: 20px;
}

.policy td, .policy th {
	border: 1px solid #fff;
	padding: 10px;
}

.policy p {
	display: block;
	width: 100%;
}

.policy ol[type="a"] li {
	margin-bottom: 20px;
}

.policy #accordion, .policy #accordion1, .policy #accordion2, .policy #accordion3 {
	width: 100%;
	margin-top: 30px;
}

.policy .card {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.67);
}

.policy .card-header {
	border-bottom: 1px solid rgb(183, 183, 183);
	background-color: transparent;
}

.policy .card-header .btn {
	color: #e51c25;
	font-weight: 600;
	white-space: inherit;
    text-align: left;
}

.acord-slider img {
	width: auto!important;
	margin: 0 auto;
	max-width: 100%;
}

.acord-slider .carousel-indicators {
	bottom: -20px;
	margin-right: 0;
    margin-left: 0;
}

.acord-slider .slider-content {
	text-align: center;
	margin-top: 10px;
}

.acord-slider .carousel-control-next-icon, .acord-slider .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: black;
    background-size: 50% 50%;
    border-radius: 50px;
    border: 2px solid #cb1d29;
    text-align: center;
}

.acord-slider  .carousel-control-next, .acord-slider .carousel-control-prev {
	opacity: 0.5;
}

.support-bottom {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 30px;
	padding: 20px 0;
}

.support-bottom p {
	margin-bottom: 10px;
}



/*=========================================================================================================================================================================================
                                                                                         RESET PASSWORD
==========================================================================================================================================================================================*/

.reset-box {
    background: #252525;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 40px 20px;
    text-align: center;
}

.reset-box .col-md-6 {
    margin: 0 auto;
}

.reset-box .form-control {
    color: #fff;
    background: #151515;
    border: 0px;
}

.reset-box  .btn-red {
    color: #fff;
    background-color: #E5172C;
    border-color: transparent;
    width: auto;
    border-radius: 10px;
}

/*=========================================================================================================================================================================================
                                                                                            MEDIA QUERY
==========================================================================================================================================================================================*/
@media only screen and (min-width : 992px) {
    .sign-up-box .border-right-red{
        border-right: 2px solid #cb1d2a;
    }

    .top-space{
        margin-top: 73px;
    }
}

@media only screen and (max-width : 1500px) and (min-width : 992px) {
    .navbar {
        padding: .5rem 1rem;
    }

    .navbar-dark .navbar-brand {
        width: 120px;
    }

    .navbar-dark .navbar-brand img {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 11px!important;
    }

    #navbarDropdown, .credits {
        font-size: 14px!important;
    }

    .nav-item.dropdown.main-dropdown-box #navbarDropdown {
        line-height: 10px!important;
        font-size: 11px!important;
    }

    .favorites-notification {
        top: 56px;
    }
}


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

    .payment-box h3 span {
        font-size: 14px;
    }

    .payment-box h3 {
        font-size: 24px;
    }

    .favorites-notification {
        top: 103px;
    }
}


@media only screen and (max-width : 1650px) {
    .tags-bar .row {
    	text-align: center;
    	display: block;
    }

    #video-chat-go-private, #video-chat-go-silent {
        width: 15vw;
    }
}

@media only screen and (max-width : 1366px) {
    .credit-btn{
        max-width: 266px;
        margin-right: 10px;
    }
}

@media only screen and (min-width : 1200px) and (max-width : 1235px){
    .credit-btn{
        max-width: 260px;
        margin: 10px 10px 0 0;
    }
}

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

    .pay-row {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .authPopup {
        width: 80%;
    }

    #video-chat-history.fixed-height {
        height: 312px!important;
    }

    #video-chat-go-private, #video-chat-go-silent {
        width: 19vw;
    }

    #vibesToggler {
        width: 53.8px!important;
    }
    #vibesToggler {
        bottom: -36px;
    }

    #video-chat-vibe-show-cont:before{
        padding: 2px 0;
        font-size: 14px;
    }

    #video-chat-vibe-show-cont .send-vibe-btn:first-child {
        height: 95px;
    }

    #video-chat-vibe-show-cont .send-vibe-btn .send-vibe-btn-inner {
        font-size: 10px;
        line-height: 1em;
        font-weight: 400;
        width: 100%;
    }

    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="1"]:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="4"]:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="10"]:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="15"]:after {
        bottom: -43px;
    }

    #video-chat-vibe-show-cont .send-vibe-btn {
        width: 22.5%;
        height: 40px;
        font-size: 10px;
    }

    #video-chat-vibe-show-cont {
        bottom: 0;
    }

    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="1"] .send-vibe-btn-inner:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="4"] .send-vibe-btn-inner:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="10"] .send-vibe-btn-inner:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="15"] .send-vibe-btn-inner:after {
        left: 0;
        font-size: 14px;
    }

    .video-chat-msg-host{
        font-size: 0.8rem;
    }

    .colapse-cams {
		width: 100%;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 16px;
	}

	.row-eq-height {
		display: block;
	}

	.live-video .col-xs-12 {
	    position: relative;
	    float: left;
	    width: 100%;
	    display: block;
	    -ms-flex: 0 0 75%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.host-info {
    	bottom: 48px;
    }

    .popup-box {
        position: absolute;
        width: 80%;
    }

    .credit-btn {
        max-width: 221px;
        margin-right: 10px;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1040px) {
    .credit-btn {
        max-width: 210px;
        margin: 20px 10px 0 0;
    }
}

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

    .navbar-toggler {
        padding: 0;
        font-size: 1rem;
        line-height: 3;
        background-color: transparent;
        border: 0;
        border-radius: .25rem;
    }

    .mobile-member .non-member-nav {
        margin-top: 1.5rem!important;
    }

    .mobile-member .member-nav .nav-link.dropdown-toggle i {
        position: relative;
        right: 0;
        top: 23px;
        font-size: 22px;
        color: #fff;
        margin-left: 15px;
    }

    .mobile-member .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding: 2px 6px;
        border: 0px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .mobile-member .member-nav .nav-link.dropdown-toggle {
        margin-right: 5px;
    }

    .mobile-member .get-more {
        padding: 2px 10px!important;
        border: 0px;
    }

    .mobile-member .navbar-nav .dropdown-menu {
        position: absolute;
        top: 72px;
        right: -37px;
    }

    .mobile-member .credits  {
        font-size: 14px;
        margin-right: 0;
        line-height: 26px;
    }

    .mobile-member .navbar-nav.mr-auto {
        flex-direction: row;
    }

    .mobile-member .join-button {
        margin-left: 8px;
    }

    .navbar-toggler {
        top: -13px;
        position: relative;
        margin-left: 8px;
    }

    .mobile-logo {
        display: inline-block;
        margin-top: 10px;
    }

    .mobile-logo img {
        width: 80px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }

    .desktop-logo {
        display: none;
    }

    .host-search-bar .form-group {
        width: calc(100% - 45px);
    }

    .host-search-bar input {
        max-width: 100%;
    }

    .mobile-member {
        display: inline-block;
    }

    .desktop-member {
        display: none;
    }

    .buy-credits-box .payment-box h3 {
        font-size: 16px;
    }

    .buy-credits-box .payment-box h4 {
        font-size: 14px;
    }

    .buy-credits-box .payment-box a {
        font-size: 12px;
    }

    .nav-link.dropdown-toggle {
       padding-right: 0px!important;
    }

    .user-menu {
        padding-top: 5px;
    }

    .nav-link.dropdown-toggle:after {
        top: 23px;
    }

    .login-button i {
        top: 11px;
    }
    
    .credits-mobile {
        display: inline-block;
    }

    /*.credits-desktop {
        display: none;
    }*/

    #video-chat-go-private, #video-chat-go-silent {
        width: 24vw;
    }

    #video-chat-form-container {
        margin-top: 0px;
    }

    #vibesToggler .send-vibe-btn-inner {
        margin: 0 auto;
        position: relative;
        display: block!important;
        padding: 10px 0;
    }

    #video-chat-vibe-show-cont .send-vibe-btn .send-vibe-btn-inner {
        font-size: 10px;
        line-height: 1em;
        font-weight: bold;
    }

    #video-chat-vibe-show-cont{
        height: 135px;
        width: auto;
        margin:0 auto;
    }

    #video-chat-vibe-show-cont:before {
        padding: 5px 0;
        font-size: 16px;
    }

    #video-chat-vibe-show-cont .send-vibe-btn {
        flex: 0 1 60px;
        height: 50px
    }

    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="1"] .send-vibe-btn-inner:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="4"] .send-vibe-btn-inner:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="10"] .send-vibe-btn-inner:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="15"] .send-vibe-btn-inner:after {
        top: 23px;
    }

    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="1"]:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="4"]:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="10"]:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="15"]:after {
        bottom: -13px;
        left: 6px;
        right: unset;
    }

    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="1"]:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="4"]:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="10"]:after, 
    #video-chat-vibe-show-cont .send-vibe-btn[data-duration="15"]:after {
        bottom: -20px;
        left: -9px;
        height: auto;
    }

    .opened #vibesToggler {
        width: 25%!important;
    }

    #video-chat-vibe-show-cont.mobile {
        width: 100%;
        top: auto;
        left: auto;
        right: 0;
        text-align: right;
    }

    #vibesToggler {
        bottom: -33px;
    }

    #video-chat-vibe-show-cont.mobile .video-chat-send-vibe-btn {
        width: 23%;
        height: 50px!important;
        font-size: 11px;
    }

    #vibesToggler {
        width: 25%!important;
    }

    body {
        padding-top: 90px;
    }

    .categories {
    	width: 40%;
    	left: -40%;
    }

    .expand-cat {
    	left: 0%;
	}
/*
    .video-info {
	    font-size: 2vw;
	}
*/
	.categories, .host-search-bar {
		display: none!important;
	}

	.burger-categories {
		display: block!important;
		left: 0!important;
    	width: 100%!important;
    	border-right: 0;
    	position: relative;
	}

	.burger-hsb {
		display: block!important;
	    position: relative;
	    background: #252525;
	    float: left;
	    padding: 0 0 10px 0;
        top: 0px;
	}

    .burger-hsb .search {
        padding-right: 0;
        padding-left: 0;
    }

	.live-cams {
    	margin-top: 20px;
	}

    .login-button {
        padding-right: 25px!important;
    }

    .navbar-collapse{
        height: 100%;
        max-height: 300px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

	.navbar-collapse .nav-item {
	    text-align: center;
	    padding: 8px 0;
	    border-bottom: 1px solid grey;
	}

	.navbar-collapse .nav-item a {
	    border: 0px;
	}

    .login-popup {
        position: absolute;
        width: 270px;
        margin-bottom: 20px;
        right: -90px;
        top: 55px;
        padding-top: 40px;
    }

	.credits, .get-more {
	    float: none;
	}

	.mobile-show {
		display: block;
	}

	h1 {
		font-size: 2rem;
	}

    h1, h2 {
	    font-size: 22px;
	}

	 h3 {
	    font-size: 1.5rem;
	}

	.padding-mobile {
		padding: 0px 20px!important;
	}

	.margin-mobile {
		margin: 0px;
	}

	.chose-day ul li a {
	    padding: 0 2px;
	    font-size: 12px;
	}

	.payment-box h4 {
	    width: 60%;
	    margin: 0 20%;
	}

	.video-container {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    /*height: auto!important;*/
	}

	#video-chat-history-form-container {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    width: 100%!important;
    	position: relative;
        height: auto!important;
        margin-top: 10px;
	}

	#video-chat-form-container input[type="button"]:not(#video-chat-submit) {
		background-size: auto 80%;
	}

	#video-chat-history {
    	width: 100%!important;
	}

	#video-chat-form-container {
		height: 80px!important;
	}

	#video-chat-form-container input[type="button"]:not(#video-chat-submit) {
   		width: 24.3%!important;
   	}

   	#video-container canvas {
	    height: 100%!important;
	    position: relative;
	    width: 100%;
	    display: block;
	    float: left;
	}

	.video-container {
		height: 480px!important;
	}

    .credit-btn {
        max-width: calc(100% - 20px);
    }

}


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

    body {
        padding-top: 65px;
    }

    .creditPopup {
        overflow: auto;
    }

    #video-chat-go-private, #video-chat-go-silent {
        width: 30vw;
    }
/*
    .video-info {
    	font-size: 3vw;
	}
*/
    .galery .carousel-item{
        max-width: 100%;
        max-height: 359px;
        overflow: visible;
    }

    .Credit{
        float: none;
        display: block;
        margin: 0 0 5px 5px;
    }

	.categories {
    	width: 60%;
    	left: -60%;
    }

    .expand-cat {
    	left: 0%;
	}

	.host-search-bar .col-lg-6 {
    	text-align: center;
    	margin: 10px 0;
	}

	.host-search-bar button[type="submit"] {
	    background: transparent;
	    color: #768a83;
	    float: right;
	    display: inline-block;
	}

	.host-search-bar .form-group {
	    position: relative;
	    float: right;
	    margin-bottom: 0px;
        width: calc(100% - 45px);
	    display: inline-block;
	    top: 1px;
	    left: -5px;
	}

	.navbar {
    	padding: .4rem 1rem 0;
	}

    .mobile-logo {
        margin-top: 0;
    }

    .mobile-logo img {
        width: 70px;
    }

    .mobile-member .non-member-nav{
        margin: 0!important;
    }

    .navbar-toggler {
        line-height: 1; 
    }

    .categories .nav li a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .search .navbar-form{
        max-width: 400px;
        margin: 0 auto;
    }

    .search .navbar-form .btn{
        line-height: 3;
    }

	.preferences {
    	padding: 20px 0;
	}

	.pass-select {
		width: 100%;
		margin-bottom: 10px;
	}

	#video-chat-form-container input[type="button"]:not(#video-chat-submit) {
    	width: 23.3%!important;
	}

	.video-container {
	    height: 366px!important;
	}

    .live-video, .live-video-profile,
    .info-holder{
		padding: 20px 0 0;
	}

	#video-chat-predefined-msg-container, #video-chat-predefined-emo-container, #video-chat-gifts-container {
	    bottom: 80px;
	    z-index: 10;
	    width: 100%;
	    left: 0;
	}

	.video-chat-gifts-category .video-chat-gift .video-chat-gift-img {
		width: 100%;
	}


  .favorites-notification {
    top: 103px;
  }

  .favorites-notification .image {
    width: 70px;
    margin-right: 10px;
  }

  .fave-text{
    font-size: small;
  }
  .profile_page  .description-holder{
    padding: 20px 0;
  }

    .confirmation-popup, .waiting-message{
       max-width: 500px; 
    }

    .okPopup{
        top: 110px;
    }

    .host-preview-holder .no-preview p{
        font-size: 12px;
        bottom: 10px;
        left: 10px;
    }

    .creditPopup h2{
        max-width: 226px;
    }
}


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

    .categories .nav li a {
        color: #fff;
        padding: 10px 5px;
        position: relative;
        float: left;
        font-size: 14px;
        width: 100%;
    }

    .home-cam .favorite {
        font-size: 20px;
        width: 30px;
    }

    .video-info {
        padding: 0 5px;
    }

    .home-cam .favorite {
        bottom: 12px;
        left: 12px;
    }

    .toy {
        padding: 0px 8px 2px;
        bottom: 12px;
        right: 12px;
    }

    .toy img {
        width: auto;
        height: 15px;
    }

    .dark-payment-box input[type="submit"] {
        width: 100%!important;
    }

    .dark-payment-box input, .dark-payment-box select {
        margin-bottom: 5px;
    }

    .dark-payment-box label {
        margin-bottom: 0px;
    }

    .dark-payment-box form, .dark-payment-box div {
        background: transparent!important;
        padding: 0px!important;
    }

    .video-chat-container {
        margin: 10px -15px;
    }

    .video-info {
/*    	font-size: 4vw;
    	padding: 5px 0px;*/
	}

	.live-cams .col-md-6 {
    	-ms-flex: 0 0 50%!important;
    	flex: 0 0 50%!important;
    	max-width: 50%!important;
	}

	.live-cams {
    	padding: 0 5px;
	}

	.name, .age {
		padding: 0 5px;
        line-height: 2.2em;
	}

	.video-container {
	    height: 75vw!important;
	}

	#video-chat-header {
	    height: 40px;
	    margin-bottom: 0;
	}

	#video-chat-go-private, #video-chat-go-silent {
	    top: 0;
	    left: 0;
	    opacity: 0.8;
	    width: 100%;
	}

    .popup-box div {
        width: 100%;
        margin-top: 14px;
    }

    .popup-box h4 {
       font-size: 22px;
    }


    #change-default-card{
        font-size: smaller;
    }
  
    .confirmation-popup, .waiting-message {
       max-width: 350px; 
    }

    .okPopup{
        right: 0;
        left: 0;
    }

    .okPopup{
        right: 0;
        left: 0;
        max-width: 250px;
    }

    .btn{
        padding: .1rem .5rem;
    }

    .okPopup h2 {
        font-size: 20px;
    }

    .okPopup img {
        width: 40px;
    }

    .credit-btn {
        max-width: 100%;
        margin: 0 auto;
    }

}


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

    .navbar-brand {
        margin-right: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 11px;
    }

    .mobile-logo img {
        width: 70px;
    }

    .categories .nav li a {
        font-size: 12px;    
    }

    .buy-credits-box {
        padding: 10px 0;
    }

    .buy-credits-box .payment-box {
        padding: 5px;
    }
}

@media only screen and (max-width : 370px) {
    .categories {
    	width: 80%;
    	left: -80%;
    }

    .expand-cat {
    	left: 0%;
	}
}

#video-chat-in-private, #video-chat-in-silent, #video-chat-in-happyhour {
	position: absolute;
	right: auto;
	font-size: 12px;
	text-align: center;
	line-height: 27px;
	z-index: 999999;
	top: 30px;
	left: 20px;
	background: #cb1d29!important;
	color: #fff!important;
	text-transform: uppercase;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0.5;
}


#video-chat-in-private #video-chat-leave-private, #video-chat-in-private #video-chat-leave-silent, #video-chat-in-private #video-chat-leave-happyhour, #video-chat-in-silent #video-chat-leave-private, #video-chat-in-silent #video-chat-leave-silent, #video-chat-in-silent #video-chat-leave-happyhour, #video-chat-in-happyhour #video-chat-leave-private, #video-chat-in-happyhour #video-chat-leave-silent, #video-chat-in-happyhour #video-chat-leave-happyhour {
	border: none;
	width: 90px;
	background: #d47d73 !important;
	background: -moz-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#cb1d29),color-stop(100,#cb1d29)) !important;
    background: -webkit-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: -o-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: -ms-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: linear-gradient(to bottom,#cb1d29 0%,#cb1d29 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb1d29',endColorstr='#cb1d29',GradientType=0) !important;
	color: #fff !important;
	-ms-word-break: break-word;
	word-break: break-word;
	padding: 3px 0;
	font-size: 15.33px;
	font-weight: 600;
}

.video-chat-leave-private-msg, .video-chat-leave-private-msg p {
	color: #000000 !important;
}

#video-chat-btn-leave-private, #video-chat-btn-leave-silent, #video-chat-btn-leave-happyhour {
	border: none;
	width: 90px;
	background: #cb1d29 !important;
	background: -moz-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#cb1d29),color-stop(100,#cb1d29)) !important;
	background: -webkit-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: -o-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: -ms-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: linear-gradient(to bottom,#cb1d29 0%,#cb1d29 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb1d29',endColorstr='#cb1d29',GradientType=0) !important;
	color: #ff0 !important;
	-ms-word-break: break-word;
	word-break: break-word;
	padding: 3px;
	font-size: 13.33px;
	margin-right: 5px;
}

#video-chat-btn-stay-private, #video-chat-btn-stay-silent, #video-chat-btn-stay-happyhour {
	border: none;
	width: 90px;
	background: #cb1d29 !important;
	background: -moz-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#cb1d29),color-stop(100,#cb1d29)) !important;
	background: -webkit-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: -o-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: -ms-linear-gradient(top,#cb1d29 0%,#cb1d29 100%) !important;
	background: linear-gradient(to bottom,#cb1d29 0%,#cb1d29 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb1d29',endColorstr='#cb1d29',GradientType=0) !important;
	color: #ff0 !important;
	-ms-word-break: break-word;
	word-break: break-word;
	padding: 3px;
	font-size: 13.33px;
}

.payment-box form .input {
	background: #EBEBEB;
	width: 100%;
	border: 0px;
	padding: 5px 10px;
	float: left;
}

.payment-box form input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.payment-box form input[type="number"]::-webkit-inner-spin-button, 
.payment-box form input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
}

.payment-box {
	text-align: center;
	padding: 20px;
}
#payment-form > div.row .col-sm-6 {
    margin-bottom: 20px;
}

.payment-box #payment-form input[type="submit"] {
	background: #CB1D2A;
	width: 98%;
	color: #fff;
    cursor: pointer;
}

.payment-box form select {
	background: #EBEBEB;
	width: 48%;
	border: 0px;
	margin: 1%;
	padding: 5px 10px;
	float: left;
}

.pref-buy {
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 5px;
}

.popup-box .accepted {
	background: grey;
	position: relative;
	float: left;
}

.popup-box-text{
	width: 100%;
	display: block;
	text-align: center
}

.payment-box form select {
	background: #EBEBEB;
	width: 100%;
	border: 0px;
	padding: 5px 10px;
	float: left;
    height: 34px;
}

.error {
    border: 1px solid red !important;
}

.dark-payment-box form, .dark-payment-box div {
    background: transparent!important;
}

.dark-payment-box #payment-form > div.row .col-sm-6 {
    margin-bottom: 0px;
}

.pay-row {

}


@media only screen and (max-width : 768px) {
	.payment-box form .input, .payment-box form .input[type="submit"] {
		width: 100%;
	}

    .authPopup {
        display: none;
/*        position: absolute;*/
        z-index: 99;
        width: 80%;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
    }

    .authPopupExit .btn-danger{
        top: 25px!important;
        font-size: 12px;
        padding: .16rem .46rem;
    }

    .sign-up-box {
        padding: 30px 12px 0;
    }

    .sign-up-box .col-lg-12 {
        padding: 10px 0 0;
    }

    .sign-up-form input {
        padding: 5px 10px;
        font-size: 14px;
    }

    .sign-up-form input[type="submit"] {
        margin: 20px auto;
    }
    .sign-up-form .login-button {
        padding-right: unset!important;
    }
}

.ui-tooltip {
    background: black !important;
    opacity: 1 !important;
    border: 2px solid white !important;
    padding: 5px !important;
    color: white !important;
    max-width: 60%;
    padding-top: 0px!important;
}
