 
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;  
	background: #0b1517;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #0b1517;
}
::-moz-selection {
	color: #fff;
	background-color: #0b1517;
}
.container {
	margin: 0 auto; 
	max-width: 1476px !important;
}
 
.menu-top {
	padding: 10px;
	border-bottom: 1px solid #212b2d;
}
.menu-top .input-group {
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	background: #1a272d;
	color: #fff;
}
.menu-top .input-group i {
	width: 35px;
	line-height: 38px;
	text-align: center;
}

.dropdown-top {
	background: #33464c !important;
}
.dropdown-top .dropdown-item {
	border-bottom: 1px solid #1a272d !important;
}

.dropdown-top a.dropdown-item:nth-last-child {
	border-bottom: 0px solid #1a272d !important;
}
 
input.form-control {
	background: #1a272d;
	border: 0px;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
input.form-control:focus {
	-webkit-box-shadow: none;
	background: #1a272d;
	color: #fff;
}
body a {
	color: #839096 !important;
	text-decoration: none;
}
body a:hover, 
body a:focus, 
body a:active {
	color: #e9f1f4 !important; 
}
p, h4, h5, h2, h3, h1, td, th,small  {
	color: #839096 !important;
}
.menu-main-left {
	position: relative;
	width: 340px;
	max-width: 100%;
	min-height: 20px;
	text-align: left;
	padding-right: 10px;
	padding-top: 30px;
	color: #e9f1f4 !important; 
	border-right: 1px solid #212b2d;
}
.logo_admin_log {
	position: relative;
	width: 200px;
	display: block;
	height: 80px;
	margin: 0 auto; 
}
.logo_admin_log img {
	width: 60%;
	display: block;
	
}
.login_admin_card {
	background: #34444c;
	color: #fff;
}
.login_admin_card h4 {
	color: #fff !important;
}
.login_admin_card button {
	background: #ffe107;
	color: #000 !important;
	font-weight: bolder;
	border: 0px;
}
.login_admin_card button:hover,
.login_admin_card button:active,
.login_admin_card button:focus {
	background: #0b1517;
	color: #fff !important; 
}
.menu-right-main-0 {
	position: relative; 
	width: 340px;
	max-width: 100%;
	min-height: 20px;  
}

.logo {
	position: relative;
	width: 80px;
}
.modal-open .main-wrapper {
  filter: blur(5px);
}
#myModalRegister .modal-header {
	background: #34424b !important;
	-webkit-border-top-right-radius: 0em;
	-webkit-border-top-left-radius: 0em;
}
.logo img {
	display: block;
	width: 100%;
} 
.menu-main-left ul { 
	position: relative;
	width: 100%; 
	padding-left: 0px;
	border-bottom: 1px solid #212b2d;
	padding-bottom: 21px;
}
.menu-main-left ul li {
	list-style-type: none;
	margin-left: -18px;
}
.menu-main-left ul li a {
	padding: 0px 15px;
	line-height: 30px;
	font-size: 0.8em;
	display: block;
	position: relative;
}
.menu-main-left ul li a span {
	padding: 0px 15px;
	line-height: 30px; 
	display: inline-block; 
	position: absolute;
	right: 10px;
	top: -10px;
}
.menu-main-left li i {
	display: inline-block;
	line-height: 35px;
	width: 20px;
	text-align: center;
	margin-right: 12px;
	margin-bottom: -15px;
	font-size: 1.7em !important;
}
.menu-main-left li img {
	display: inline-block;
	width: 25px;
	margin-left: -3px;
	margin-right: 10px;
}
.menu-main-left span {
	display: block;
	text-align: left;
	margin-left: 30px;
	margin-top: 12px;
}
.menu-main-left small {
	font-size: 0.7em;
}
.navbar-toggler {
	color: #fff !important;
	line-height: 38px;
	text-align: right !important;
	display: table;
}
.navbar-toggler:focus {
	-webkit-border-radius: 0px;
	-webkit-box-shadow: none !important;
}
.navbar-toggler .navbar-toggler-icon {
	margin-top: -5px;
}

.nav-menu-log {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 5px !important;
	text-align: right;
	padding-right: 40px;
}
.nav-menu-log a {
	margin-top: 0px;
}
.nav-menu-log a.menumenu:last-child {
	padding: 0px;
}
.nav-menu-log a.menumenu {
	padding: 0px 15px;
	margin-left: 4px;
	display: inline-block;
	background: #ffcc04;
	font-size: 12px !important;
	color: #222 !important;
	-webkit-border-radius: 5em;
	line-height: 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}   
.nav-menu-log a:hover,
.nav-menu-log a:focus,
.nav-menu-log a:active { 
	background: #192329;
	color: #fff !important; 
}
.navbar-toggler {
	margin-top: 10px;
}
.dropdown-menu:before {
	content: '';
	display: block;
	width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  	position: absolute;
    border-bottom: 10px solid #0b1517;
    right: 6px;
	top: -10px;
}
.nav-menu-log .dropdown-menu {
	min-height: 20px;
	margin-top: 18px;
	background: #212b2d !important;
}
.dropmenumenu2 .dropdown-menu:before {
	content: '';
	display: block;
	width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  	position: absolute;
    border-bottom: 10px solid #0b1517;
    right: 7px;
	top: -10px;
}
.dropmenumenu2 .dropdown-menu {
	min-height: 20px;
	margin-top: 12px;
	background: #1a272d !important;
}

.nav-menu-log .dropdown-menu a > i { 
	display: inline-block;
	line-height: 22px;
	margin-right: 8px;
	width: 22px;
	text-align: center;
}
.chat-top-links {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 21px;
}
.content-middle-display {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	padding-top: 10px;
}
.dropdown-menu{
   margin-top: 20;
   padding: 0px;
}
.dropdown-menu-right {
	padding-top: 0px !important;
}
.dropdown-menu a {
	border-radius: 0px !important;
}
.dropdown-menu a:nth-of-type(1){
   margin-top: 0; 
}
.min_profile_display {
	position: relative;
	color: #839096;
	padding: 10px; 
	width: 100%;
	font-size: 12px;
	height: auto;
}

.address-input .input-group-addon {
	position: relative;
	line-height: 45px;
	padding: 0px 16px;
	font-size: 22px;
}

.countMsg_user {
	position: absolute;
	display: inline-block;
	right: -10px;
	top: 25px;
	width: 20px;
	height: 20px;
	color: #919da2 !important;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	z-index: 99;
	background: #243239 !important;
	-webkit-border-radius: 50em;
}
.min_profile_display b {
	color: #fff;
}
 
.min_profile_display span {
	line-height: 20px;
	position: relative;
}
.min_profile_display span i {
	display: inline-block;
	width: 15px;
	position: relative; 
	font-size: 16px; 
	margin-left: 8px;
	color: #067bff;  
}
.min_profile_display span i:after {
	display: block; 
	content: ''; 
	position: absolute;
	font-size: 16px;
	height: 10px;
	width: 10px; 
	top: 3px;
	left: 2px;
	z-index: -1;
	background: #fff;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.img_small {
	position: relative;
	width: 40px;
	height: 40px;
	background: #000;
	text-align: center;
	margin-right: 6px;
	border: 2px solid #1a272d;
	line-height: 38px;
	font-size: 23px;
	margin-left: -12px;
	overflow: hidden;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.img_small img  {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}
.dropmenumenu2 {
	position: absolute;
	right: 0px;
	width: 35px;
	height: 35px; 
	margin-right: 2px;
	margin-top: 2px;
	background: #ffcc04;
	border: 0px;
	display: block;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
 
.button-right-post {
	position: relative; 
}
.button-right-post a {
	display: inline-block;
	line-height: 20px;
	color: #fff !important;  
	margin-right: 12px;
}
.button-right-post .joing_link {
	background: #0047a8;
	line-height: 25px;
	padding: 0px 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.button-right-post .dropdown-menu a:nth-of-type(1){
	margin-top: 0px;
}

.prefernce_tags_post {
	font-size: 12px;
}
.prefernce_tags_post i {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #000;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	font-weight: bolder;
	background: gold !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.notify_posts {
	position: relative;
	width: 100%;
	min-height: 20px;
	border: 1px solid #263335;
	padding: 10px;
	color: #7b8586;
	background: rgba(21,79,166,0.2);
}
.notify_posts i {
	display: inline-block; 
	text-align: center;
	color: #fff;
	font-size: 38px;
	padding-right: 20px;
}
.notify_posts span {
	line-height: normal;
	display: inline-block;
	margin-top: 5px;
	font-size: 14px;
}

.country_flags {
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	min-height: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #263335;
} 
 
.like_counts_comments {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 21px;
}
.like_counts_comments button {
	display: inline-block;
	background: #1c272b;
	font-size: 18px;
	line-height: 35px;
	padding: 0px 16px;
	text-decoration: none;
	color: #fff !important;
	border: 0px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.like_counts_comments  button span { 
	display: inline-block; 
	line-height: 20px;    
	position: relative; 
}
.like_counts_comments  button i {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;  
}
 
.like_counts_comments  a i:nth-of-type(2),
.like_counts_comments  button i:nth-of-type(2) { 
	margin-left: 8px; 
	display: inline-block;
}
.like_counts_comments  a i:nth-of-type(1),
.like_counts_comments  button i:nth-of-type(1) { 
	margin-right: 8px; 
}
.icon-preference i { 
	color: gold !important;
}
.preferencesTags {
	color: #fff !important;
	position: relative;
}
.like-btn {
	display: inline-block; 
	height: 30px;  
	margin-right: 10px;
	font-size: 22px;
}
.like-btn i {
	padding: 0px;
	margin: 0px;
}
.sorted-line {
	position: relative;
	width: 100%;
	height: 1px;
	background: #263335; 
	margin-top: 41px;
	margin-bottom: 21px;
}
 
.sorted-line p { 
	margin-top: -14px;
	position: absolute;
	display: inline-block;
	background: #101d20;
	padding: 0px 10px;
	color: #fff !important;
}
.sorted-line p i {
	margin-left: 12px;
}
.sorted-line p:nth-of-type(2){ 
	margin-top: -14px;
	right: 0px;
	font-size: 12px;
	position: absolute;
	display: inline-block;
	background: #101d20;
	padding: 0px 10px; 
	color: #848484 !important;
}
 
.sorted-line p span {  
	color: #848484 !important;
	margin-right: 10px;
}
.comment_wrappeds {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 21px;
}
.comment_wrappeds p {
	font-size: 12px;
	display: block;
	margin-left: 42px; 
	color: #f1f1f1 !important;
}
.wrapped__users_online {
	position: relative; 
	padding: 0px;
}
.block_profile {
	border-bottom: 2px solid red !important;
}
.wrapped__users_online p {
	font-size: 12px;
	display: block;
	margin-left: 42px;  
}
.comment_wrappeds button:nth-of-type(1) { 
	margin-left: 48px; 
}
.wrapped__users_online button:nth-of-type(1) { 
	margin-left: 42px; 
}
.comment_wrappeds button,
.wrapped__users_online button {
	font-size: 14px;
	font-size: 18px;
	padding: 0px 0px;
	display: inline-block;
	margin-left: 22px;
	color: #f1f1f1 !important;
	background: transparent;
	border: 0px;
}
.comment_wrappeds button i {
	margin-right: 10px;
} 
.comment_wrappeds button i:nth-of-type(2) {
	margin-left: 10px;
}
.comment_wrappeds .dropdown-menu {
	background: #000 !important;
	padding: 0px;
}

#personal_information,
#company_information{
	display:none;
}
.has-error {
	color: red !important; 
}
.form-horizontal label {
	color: #333 !important;
}
.btn-success {
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.comment_wrappeds:after {
	position: absolute;
	content: '';
	top: 50px;
	left: 16px;
	display: block;
	width: 30px;
	min-height: 86px;
	border-left: 2px solid #1a272d;
	border-bottom: 2px solid #1a272d;
	-webkit-border-bottom-left-radius: 5em;
}

.wrapped__users_online {
	font-size: 12px !important; 
	border-bottom: 1px solid #1a272d;
	width: 100%;
	display: table;
}

div.wrapped__users_online:nth-of-type(1) { 
	margin-top: 20px;  
}

div.wrapped__users_online:nth-of-type(5)  { 
	border-bottom: 0px;
}

.user_visitors_alerts {
	width: 100%;
	min-height: 120px;
	padding: 10px;
	padding-left: 20px; 
	padding-right: 20px;  
	margin-top: 21px;
	margin-bottom: 21px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.user_visitors_alerts .row .col-4 {
	padding: 5px;
}
.load_more {
	position: relative;
	width: 100%;
	min-height: 40px;
	text-align: center;
	margin-bottom: 21px;
}
.load_more button,
.load_more a {
	display: inline-block;
	padding: 0px 18px;
	background: #1a272d;
	line-height: 38px;
	color: #fff !important;
	border: 2px solid #1a272d;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.load_more button i,
.load_more a i {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #33464c;
	margin-right: 8px;
	margin-left: -14px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.aLright_users {
	position: relative;
	display: block;
	width: 100%;
}

.user_visitors_alerts {
	position: relative;
	width: 100%;
	padding: 10px;
	min-height: 20px;
} 
.user_visitors_alerts a {
	width: 100%;
	margin: 0 auto;
	display: block;
	min-height: 50px;
	background: #fdefc9; 
	color: #000 !important;
	border: 1px solid #1a272d;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px;
	font-size: 12px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}


#myModalRegister .form-control {
	-webkit-border-radius: 0px !important;
	background: #e4edf1;
	color: #000 !important;
}

#myModalRegister .modal-content { 
	/*background: #222222; */
}

.question_email2 { 
	background: #0b1517 !important; 
}
.question_email {
	position: relative;
	width: 38px;
	height: 38px;
	display: block;
	background: red;
	text-align: center;
	line-height: 35px;
	color: #fff !important;
	margin-left: -20px;
	z-index: 4;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-moz-border-radius: 5em;
	-o-border-radius: 5em;
}
.wrapped_textarea {
	background: #fff !important;
	position: relative;
}
.comments_modal_bg {
	background: #f7f7f7 !important;
	padding: 0px;
	margin: 0px !important;
}
.modal_comments p {
	color: #0b1517 !important;
}
.user_visitors_alerts a:hover {
	color: #000 !important;
}
.user_visitors_alerts a i{ 
	color: #fa8831 !important; 
	font-size: 32px;
}
.user_visitors_alerts div.col-4:nth-of-type(2) a { 
	background: #c8ffde; 
} 
.user_visitors_alerts div.col-4:nth-of-type(2) a i { 
	color: #00c951 !important;  
} 
.user_visitors_alerts div.col-4:nth-of-type(3) a { 
	background: #ffcdc8; 
} 
.user_visitors_alerts div.col-4:nth-of-type(3) a i { 
	color: #eb1900 !important;  
}
.navbar-nav li > a {
	font-weight: normal !important;
	position: relative;
	display: block;
}
.navbar-nav li > a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 22px;
	text-align: center;
	margin-right: 6px;
	color: #828f96 !important;
}
.form-control:focus {
	-webkit-box-shadow: none !important;
}
textarea { resize: none; }
.navbar-nav li > a span {
	display: inline-block; 
	float: right;
	font-size: 15px;
	text-align: center;
	margin-right: 16px;
	color: #828f96 !important;
} 
.chat-list {
	padding: 0px;
}
.modal-comments .min_profile_display {
	padding-top: 20px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.modal-comments .min_profile_display b {
	color: #000 !important;
}
.modal .min_profile_display .img_small {
	margin: 0px;
	margin-right: 12px;
}
.modal-comments .modal-header {
	padding-bottom: 0px;
}
.modal-comments .modal-header:before {
	position: absolute;
	content: '';
	width: 100px;
	height: 4px;
	background: #777;
	z-index: 3;
	margin: 0 auto;
	left: 40%;
	top: 5px;
	-webkit-border-radius: 5em;
}
.modal-comments .wrappwedTextModal {
	 position: relative;
	 width: 100%;
	 height: auto;
	 font-size: 16px;
	 margin-top: 12px;
}

.modal-comments form  {
	 position: relative;
	 width: 100%;
	 height: auto; 
	 padding: 5px;
}
.modal-comments form textarea {
	border: 0px;
	font-size: 14px;
}
.modal-comments form .img_small {
	margin: 0 auto;
	margin-right: 10px;
	margin-top: 20px;
}
.modal-comments .modal-body {
	padding-top: 0px;
	padding-bottom: 0px;
}
.modal-comments  p {
	line-height: normal !important;
}
.comments__wrap_modal {
	width: 100%;
	padding: 5px;
	position: relative;
	min-height: 10px;
	max-height: 330px;
	overflow-y: auto;
	display: flex;
	flex-direction: column-reverse;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #101d20 #0b1517;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }
	*::-moz-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #0b1517;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #101d20;
    border-radius: 10px;
    border: 3px solid #0b1517;
  }

.comments__wrap_modal::-webkit-scrollbar {
    width: 10px !important;
  }

.comments__wrap_modal .dropdown-menu  {
	padding: 0px;
}
.comments__wrap_modal .ion-more {
	color: #0b1517 !important;
}
.comments__wrap_modal .wrapped__users_online {
	border-bottom: 1px solid #e0e0e0 !important;
}

.modal-comments .btn {
	line-height: 28px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.modal-comments .submit_btn {
	background: #0b1517;
	border: 0px;
}

#myModalRegister .modal-content {
	
}
body {
  -webkit-backface-visibility: none;
  padding: 0px;
  margin: 0px;
}

.section {
  -webkit-transform: scale(1);
  -webkit-transition: all linear 0.5s 0;
}

.modal-open .section {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(0.8);
  
}
.alert-login {
	position: fixed;
	bottom: 0px;
	min-height: 50px;
	background: #ffcc04;
	width: 100%;
	margin: 0 auto;
	z-index: 90;
}

.form__comments {
	position: relative;
	width: 100%;
	min-height: 30px;
}
 
.form__comments .img_small {
	position: relative;
	top: -15px;
	width: 31px;
	right: -5px;
	height: 31px;
	line-height: 31px;
	font-size: 15px;
}

.posts__pages {
	position: relative;
	width: 100%;
	min-height: 25px;
	margin-top: 21px;
	padding: 0px 10px;
}

.posts__pages .input-group-addon  .ion-images {
	font-size: 38px;
	padding: 0px 0px 0px 10px;
}

#myModalPosts .min_profile_display span  b {
	color: #222;
}
 

.success_user_posts {
	margin-bottom: -21px;
	position: relative;
}

.success_user_posts i {
	font-size: 28px;
	display: block;
	width: 50px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	border: 2px solid green;
	margin: 0 auto;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.success_user_posts .close {
	opacity: 1;
	color: #000 !important;
	font-size: 22px;
	left: 10px;
	top: 10px;
}

.section_bg_login {
	position: relative;
	width: 100%;
	min-height: 300px;
	z-index: -1;
	background: #1a272d url('../img/background-chat.png'); 
}

.bg-wrapped-log { 
    position: relative; 
	width: 600px;
	max-width: 100%; 
	margin: 0 auto; 
}
.login_page_users p {
	display: block;
	position: absolute;
	bottom: -100px;
}

.home__pages {
	position: relative;
	width: 100%;
	min-height: 50vh;
	background: gold url('../img/img-4-rel.png') no-repeat 100% center;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	padding: 20px;
}
.home__pages a:hover,
.home__pages a:active {
	color: #222 !important;
}
.home_page_bottom_wrapped {
	position: relative;
	width: 100%;
	text-align: center;
	min-height: 50px; 
	padding: 30px 20px;
}

.home_page_bottom_wrapped hr {
	display: block;
	height: 1px;
	background: #676767;
}
.home_page_bottom_wrapped h2 {
	display: inline-block;
	margin: 40px 40px;
	color: #ddca22 !important;
}
.smile-like {
	color: #fff;
	display: inline-block; 
}
.smile-like button,
.smile-like a {
	position: relative;
	display: inline-block;
	background: #fff;
	width: 34px;
	font-size: 25px;
	top: 5px;
	border: 0px;
	margin-left: 8px;
	height: 34px;  
	text-align: center; 
	line-height: 34px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.smile-like button:hover,
.smile-like button:focus,
.smile-like button:active,
.smile-like a:hover,
.smile-like a:focus,
.smile-like a:active { 
	background: #ff0000 !important;
}
.smile-like button:hover i,
.smile-like button:focus i,
.smile-like button:active i,
.smile-like a:hover i,
.smile-like a:focus i,
.smile-like a:active i {
	color: #fff !important;
}
.smile-like button i { 
	color: #ff0000 !important; 
}
.smile-like a i { 
	color: #ff0000 !important; 
}
#myModal_join_preimer .modal-content {
	overflow: hidden;
	-webkit-border-radius: 1em;
}
#myModal_join_preimer .modal-header {
	position: relative;
	min-height: 100px; 
	width: 100%;
	text-align: center !important;
	 background: rgb(209,44,50);
	background: linear-gradient(90deg, rgba(209,44,50,1) 0%, rgba(234,98,56,1) 100%); 
	line-height: 100px;
}
#myModal_join_preimer .modal-header h4 {
	width: 100%;
	display: block;
	height: auto;
	margin: 0 auto; 
}
#myModal_join_preimer .modal-body {
	 background: rgb(215,233,245);
	background: linear-gradient(0deg, rgba(215,233,245,1) 0%, rgba(255,255,255,1) 100%); 
	text-align: center;
}

#myModal_join_preimer .modal-body h1 {
	color: #ec673a !important;
}

#myModal_join_preimer .modal-body p {
	color: #2b0e04 !important;
	font-weight: 900;
}

#myModal_join_preimer .modal-body small {
	display: inline-block;
	width: 80%;
	font-size: 14px;
} 
#myModal_join_preimer .modal-header i { 
	font-size: 120px;  
	color: #fff;
}
#myModal_join_preimer .modal-body a {
	position: relative;
	display: inline-block;
	padding: 0px 40px;
	line-height: 45px;
	background: #fff;
	color: #ff0000 !important;
	text-align: center; 
	margin: 20px;
	font-weight: bold;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
} 
#myModal_join_preimer .modal-body a:nth-of-type(2) {
	 
	background: #ff0000; 
	color: #fff !important; 
}
 


.registeration {
	width: 100%;
	min-height: 600px;
	background: #fff;  
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	padding: 20px;
}
.registeration a {
	text-decoration: underline;
}
.online-reg {
	position: relative;
	width: 100%;
	text-align: center;
}
.online-reg a:nth-of-type(1){
	margin-right: 12px;
}
.online-reg a {
	padding: 0px 15px 0px 15px;
	border: 1px #333 solid;
	display: inline-block;
	width: 47%;
	height: 45px;
	color: #333;
	text-decoration: none;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	line-height: 45px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.online-reg a:hover,
.online-reg a:focus,
.online-reg a:active {
	background: #ff5325;
	border-color: #ff5325;
	color: #fff !important;
}
.online-reg a i {
	width: 25px;
	height: 25px;
	background: #3851fa;
	color: #fff;
	line-height: 25px;
	margin-right: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.online-reg a:nth-of-type(2) i { 
	background: #ff5325; 
}
.form-regs label {
	color: #898989;
}
.right_account_block {
	position: relative;
	width: 100%;
	min-height: 50px;
	margin-bottom: 21px;
}

.form-regs .form-control {
	background: #eeeeee;
	margin-bottom: 8px;
	color: #222 !important;
	-webkit-border-radius: 0px !important;
}
.form-regs .form-control option {
	background: #eeeeee;
	margin-bottom: 8px;
	color: #222 !important;
}  
.form-control:active option{
	-webkit-box-shadow: none;
	color: #818181 !important;
} 
.form-control:focus,
.form-control:active {
	-webkit-box-shadow: none;
	color: #fff !important;
}
.form-regs button:hover,
.form-regs button:focus,
.form-regs button:active {
	background: #222;
	color: #fff;
}
.form-regs .input-group {
	position: relative;
}
.form-regs .preview_icon{
	position: absolute;
	margin-top: -40px;
	right: 20px;
}
 
.form-regs button {
	display: inline-block;   
	line-height: 35px;
	background: #ffcc00;
	color: #000; 
	border: 0px;
	padding: 0px 18px;
	font-size: 18px;
	margin-top: 21px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	margin-bottom: 12px;
}
.form-regs a.log_users_btn {
	display: inline-block;   
	line-height: 35px;
	background: #000;
	color: #fff !important; 
	border: 0px;
	padding: 0px 18px;
	text-decoration: none;
	font-size: 18px;
	margin-top: 21px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	margin-bottom: 12px;
}

.form-regs select:focus {
	color: #333 !important;
}

.list____features {
	position: absolute;
	width: 300px;
  left: 50%;
  top: 50%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list____features a {
	display: block;
	background: #fff;
	line-height: 45px;
	margin-bottom: 8px;
	color: #222 !important;
	position: relative;
	text-align: left;
	text-decoration: none;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.list____features a:focus,
.list____features a:hover,
.list____features a:active {
	color: #333 !important;
}
.logo_2 {
	width: 150px;
	max-width: 100%;
	margin-bottom: 12px;
}
.logo_2 img {
	display: block;
	width: 100%;
}
.list____features a i {
	display: inline-block;
	width: 45px;
	height: 45px;
	font-size: 32px;
	background: gold;
	line-height: 45px;
	color: #000;
	font-weight: bold; 
	text-align: center;
	margin-right: 10px;
	margin-left: 3px;
	margin-top: 3px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em; 
} 
.mouth_content_pg {
	width: 100%;
	max-width: 100%;
	min-height: 50px; 
	position: absolute;
	bottom: 20px;
	margin: 0 auto;
	
}
.mouth_content_pg .text_wrapped_homed {
	min-width: 120px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;  
	height: auto;
	padding: 10px;
	font-size: 14px;
	background: #1a272d;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em; 
}  
.mouth_content_pg .text_wrapped_homed h2 {
 	color: #fff !important;
}
.mouth_content_pg .text_wrapped_homed small {
 	line-height: 12px;
}

@media(max-width: 900px ){
	.mouth_content_pg {
		display: none;
	}
}


.info-top_wrapped i {
	color: gold !important;
}
.info-top_wrapped h2 {
	font-size: 22px;
}
.recent_views {
	position: relative;
	width: 100%;
	min-height: 80px;
	background: #1a272d;
	padding: 10px;
	margin-bottom: 21px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}




.recent_views h5 {
	font-size: 16px;
}
.short_prof_img_view {
	position: relative;
	width: 100%;
	height: auto;
}

.short_prof_img_view a {
	position: relative;
	display: inline-block;
	width: 40px;
	text-align: center;
	line-height: 40px;
	height: 40px; 
	overflow: hidden;
	border: 2px solid #0b1517;
	background: #888; 
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
} 
.viewersMore {
	background: #0b1517 !important; 
}
.short_prof_img_view a:first-child {
	 
}
.short_prof_img_view .premium_lock {
	font-size: 12px;
	line-height: 45px;
}
.short_prof_img_view a img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
}
.block-settings-field {
	position: relative;
	width: 100%;
	min-height: 100px;
	background: #1a272d;
	margin-top: 12px;
	margin-bottom:  12px;
	padding: 20px;
}
.btn-deleted {
	position: relative;
	display: inline-block;
	padding: 0px 26px;
	background: #aa0000;
	line-height: 38px;
	clear: both;
	color: #fff !important;
	margin-right: -20px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.block-settings-field label {
	color: #fff;
	font-size: 12px;
	line-height: 35px;
}
.block-settings-field select {
	background: #0b1517 !important;
	border: 0px;
	-webkit-border-radius: 5em;
}
.header-content-pg {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
}

.bnt-update-info {
	position: relative;
	display: inline-block;
	line-height: 35px;
	padding: 0px 20px;
	background: #33464c;
	color: #fff !important;
	margin-top: 7px;
	text-decoration: none !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.bnt-update-info:hover,
.bnt-update-info:focus,
.bnt-update-info:active {
	color: gold !important;
}
.profile____users{
	background: #1a272d;
	position: relative;
	width: 100%;
	min-height: 200px;
	padding: 20px;
	margin-top: 21px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}  

.profile_settings {
	position: relative;
	width: 100%;
	min-height: 65vh;
}
 
.profile_Img_Users { 
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 160px;
	background: #1b2527;
	border: 5px solid #32454b;
	margin: 0 auto;
	margin-bottom: 12px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.profile_Img_Users h1 { 
	line-height: 160px;
	text-align: center;
	font-size: 65px;	
	color: #3f555a !important;
} 
.profile_Img_Users img  {
	display: block;
	width: 100%; 
	-o-object-fit: cover;
	-o-object-position: center;
}
@supports (object-fit: cover) {
  .profile_Img_Users img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    -o-object-position: center;
  }
}
.right-top-info-perc {
	position: relative;
	text-align: center;
	width: 90px;
	height: 90px;
	border: 1px solid #7e8b91;
	margin: 0 auto;
	margin-top: 21px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.right-top-info-perc h1 {
	position: relative; 
	display: inline-block;
	color: gold !important;
}
.right-top-info-perc h1 span {
	position: relative;
	font-size: 23px;
}
.right-top-info-perc h1 small { 
	font-size: 11px;
	letter-spacing: 1px;
	position: relative;
	display: block;
	margin-top: 0px;
}



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

/* 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: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  right: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
} 
#myModalCookies input:checked + .slider {
  background-color: #52AF52;
}

#myModalCookies input:focus + .slider {
  box-shadow: 0 0 1px #52AF52;
}

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

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

.slider.round:before {
  border-radius: 50%;
}
.cookie-container {
	position: fixed;
	bottom: -100%;
	left: 1%; 
	width: 350px;
	max-width: 100%;
	background: #333;
	color: #fff;
	padding: 10px 32px;
	z-index: 99;
	visibility: hidden;
	transition: 400ms;
	-moz-transition: 400ms;
	-webkit-transition: 400ms;
	-ms-transition: 400ms;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.cookie-container.active {
	bottom: 2%;
	visibility: visible;
}
.cookie-container p {
	font-size: 14px;
	line-height: 17px;
}

.cookies-icon {
	width: 80px;
	height: 80px; 
	margin-bottom: 12px;
	background: url("../../assets/img/cookies-icon.svg")no-repeat 100% center;
	background-size: contain; 
} 
.cookie-btn::first-child {
	background: #f4ce0e;
}
.cookie-btn {
	background: #f4ce0e;
	padding: 6px 24px;
	line-height: 20px;
	border: 0px;
	display: block;
	color: #000;
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	-webkit-border-radius: 0.3em; 
	-moz-border-radius: 0.3em; 
	-ms-border-radius: 0.3em; 
	-o-border-radius: 0.3em; 
	cursor: pointer;
}
a.cookie-btn2 {
	background: #e1ecf4;
	padding: 6px 24px;
	line-height: 20px;
	border: 0px;
	display: block;
	width: 100%;
	color: #333 !important;
	text-align: center;
	margin-bottom: 5px;
	position: relative;
	-webkit-border-radius: 0.3em; 
	-moz-border-radius: 0.3em; 
	-ms-border-radius: 0.3em; 
	-o-border-radius: 0.3em; 
	cursor: pointer;
}


#myModalEmail_confirm .modal-header h4 { 
	color: #fff !important;
	font-size: 20px;
}
#myModalEmail_confirm .modal-content {
	width: 500px;
	max-width: 100%;
}
#myModalEmail_confirm .modal-content,
#myModalEmail_confirm .modal-header {
	background-color: transparent !important;
	padding: 0px;
	-webkit-box-shadow: none;
	border: 0px;
}
#myModalEmail_confirm .close {
	position: absolute;
	border: 1px solid #fff;
	color: #fff !important;
	padding: 0px;
	top: 5px;
	right: 15px;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	-webkit-border-radius: 5em;
}
#myModalEmail_confirm .modal-body {
	background: #2f2f2f; 
	padding: 30px;
	text-align: center;
}

#myModalEmail_confirm .modal-body p { 
	color: #fff !important;
}

#myModalEmail_confirm .modal-body a { 
	color: #fff !important;
	background: #5b5b5b !important;
	line-height: 38px;
	padding: 0px 16px;
	display: inline-block;
	text-decoration: none;
	margin-top: 21px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
} 


.nav-tabs .active, .nav-tabs .nav-link:hover { 
    color: gold !important ;
} 

.nav-tabs  .nav-link {
    border: 0px !important;
    background: transparent !important;  
    line-height: 38px;
}
.nav-tabs {
	border-bottom-color: #1a272d;
}

.wrapped-profile-text {
	position: relative;
	width: 100%;
	height: auto;
}

.wrapped-profile-text p {
	display: inline-block;
	width: 90%;
	font-size: 14px;
	padding-right: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.wrapped-profile-text a {
	position: absolute;
	top: 0px;
	right: 0px;
}
.premium_lock_img {
	-webkit-filter: blur(20px); /* Safari 6.0 - 9.0 */
      filter: blur(20px);
}
.premium_lock { 
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 10;
	text-align: center;
	font-size: 23px;
	color: #fff;
	text-shadow: 2px 1px 10px #000000;
	line-height: 180px;
	
	position: absolute !important;
}
.prof_img_add {
	position: absolute;
	z-index: 9; 
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	color: #fff !important;
	bottom: 10px;
	left: 38%; 
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.prof_img_add .ion-close-round {
	color: red !important;
}


.prof_img_set {
	position: absolute;
	z-index: 9; 
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	color: #fff !important;
	bottom: 10px;
	left: 58%; 
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.prof_img_set .ion-close-round {
	color: rgb(14, 13, 13) !important;
}

.btn-premium {
	position: relative;
	display: inline-block;
	padding: 0px 23px;
	background: #30474d;
	color: #fff !important;
	line-height: 40px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.right_account_block {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 21px;
	text-align: center;
	background: #1a272d;
	padding-bottom: 20px;
}
.right_account_block h1 {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
}
.right_account_block h1 span {
	font-weight: lighter;
	font-family: arial;
	display: block;
}
.right_account_block p {
	padding: 20px;
	display: block;
}
.tab-content #about,
.tab-content #photos,
.tab-content #posts {
	padding-top: 20px;
}
.tab-content #about h4 {
	color: #334e59 !important;
}

.tab-content #about div.col-sm-6:nth-of-type(1) {
	border-right: thin solid #1f2e32;
}

.details_users {
	position: relative;  
	width: 100%; 
}
.details_users li {
	list-style-type: none; 
	color: #30474d;
	text-indent: -28px;
	line-height: 40px;  
}
.details_users li span { 
	color: #96b6be;  
	text-align: left;
	width: 50%;
	float: right;
}
.photos_galley ul { 
	position: relative;
	width: 100%; 
	display: table;
	padding: 0px; 
}
.photos_galley ul li  {
	position: relative;
	float: left; 
	width: 33.3%; 
	height: 220px;
	list-style-type: none;  
	border: 4px solid #1a272d;
	overflow: hidden;
}
.photos_galley ul li img  {
	display: block;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

@supports (object-fit: cover) {
  .photos_galley ul li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

.photos_galley ul li:hover img  {
	transform: scale(1.08);
	opacity: 0.5;
}
.verify_page_users {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 20px;
  background: #1a272d !important;
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.verify_page_users p { 
  color: #fff !important; 
}
.verify_page_users small { 
  padding-right: 20px;
}

.cions_verify {
	width: 50px;
	height: 50px;
	max-width: 40px;
	margin: 0 auto;
	background: url('../../assets/img/icon-ckecked-01.svg')no-repeat center 100%;
	background-size: contain; 
}

.page_not_found {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center !important; 
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.page_not_found .input-group {
	background: #1a272d;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.page_not_found .input-group-addon {
	padding: 0px 10px;
	line-height: 38px;
	color: #f1f1f1 !important;
}
.login_page_users { 
margin: 0 auto;
	position: relative;
  padding: 20px;
  margin-top: -100px;
  margin-bottom: 41px;
  width: 500px;
  max-width: 100%;
  min-height: 300px;
  background: rgb(24,30,44);
  background: linear-gradient(309deg, rgba(24,30,44,1) 38%, rgba(79,100,105,1) 100%); 
  text-align: center !important; 
  text-align: left; 
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.login_page_users input {
	background: transparent !important;
	color: #333 !important;
}
.login_page_users input:focus { 
	color: #333 !important;
}
/* Change the white to any color */
.login_page_users input:-webkit-autofill,
.login_page_users input:-webkit-autofill:hover, 
.login_page_users input:-webkit-autofill:focus, 
.login_page_users input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #333;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px rgba(0,0,0,0.0);
}
.login_page_users .wrapped-log {
	background: #858c94;
	padding: 10px;
	margin-bottom: 21px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.login_log {
	width: 240px;
	height: 70px;
	margin: 0 auto; 
	background: url('../img/logo.svg')no-repeat center 100%;
	background-size: contain;
	margin-bottom: 12px;
}
 
.login_page_users .wrapped-log div.input-group:nth-of-type(1) {
	border-bottom: thin solid #000;
}
.login_page_users .wrapped-log i {
	line-height: 38px;
}

.login_page_users .preview_icon {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}

.log-button {
	background: #1d242c;
	border: 0px;
	line-height: 45px;
	width: 100%; 
	color: #f1f1f1;
	margin-bottom: 12px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}

.reg-button {
	display: inline-block;
	background: #1d242c;
	line-height: 45px;
	padding: 0px 20px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 21px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.modal textarea:focus {
	color: #000 !important;
}

.alert-login {
	position: relative;
	z-index: 10;
	min-height: 30px;
	width: 100%;
	background: #ffe1e2;
	padding: 5px;
	line-height: 15px;
	margin-top: -50px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.alert-login small { 
	color: #ff0000 !important;
}
.alert-login:before {
  	position: absolute;
	content: '';
	display: block;
	width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffe1e2;
    bottom: -14px;
	left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-dark {
	margin-bottom: 12px;
	padding: 0px 26px;
	line-height: 35px;
	border: 0px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.btn-dark:focus { 
	border: 0px; 
}

.edit_profile_users input {
	background: #0b1517;
}

.edit_profile_users input:focus {
	background: #0b1517;
}

.text-primary {
	color: #ff0000 !important;
}

.modal-confirm {		
	color: #434e65;
	width: 525px;
	max-width: 100%;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #e85e6c;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 58px;
	margin: -2px 0 0 -2px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	min-width: 150px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

.form-filter-match {
	position: relative;
	width: 100%;
}

.form-filter-match label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
}

.matches_profile_mini {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #1a272d ;
	margin-top: 6px; 
}

.mini_profile {
	padding: 10px;
}
.mini_profile p {
	margin-top: 6px;
}
.btm-mini-prof {
	position: relative;
	width: 100%;
	min-height: 40px;
	 background: rgb(26,39,45);
background: linear-gradient(0deg, rgba(26,39,45,1) 35%, rgba(46,74,75,1) 73%); 
} 
.btm-mini-prof a {
	display: inline-block;
	padding: 6px 12px; 
	text-decoration: none;
}
.mini_profile a {
	color: gold !important;
}
.img_mini_prof {
	position: relative;
	width: 100%;
	height: 170px;
	background: #000;
	overflow: hidden;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.img_mini_prof small {
	position: relative;
}
small .view_img {
	color: #fff !important;
}
.img_mini_prof small.view_img i {
	display: inline-block;
	margin-left: 12px;
}
.img_mini_prof img { 
	width: 100%; 
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
	position: absolute;
    left: 50%;
    transform: translateX(-50%); 
}
 
.page-header {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  margin: 30px 0
} 

.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
}
.pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #1a272d;
}
.pagination.pg-blue .page-item.active .page-link:hover {
    background-color: transparent; 
}
.pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: transparent;
    color: #fff;
}
.pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #999;
    font-weight:bold;
}
.pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%;
}
.pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}
.pagination .page-item.active .page-link{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.page-link{
  border:none!important;
}



/*--------- Pager3 ---------*/
.Pager3 .pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
    border: 1px solid #344650 !important;
    background-color: transparent; 
    font-weight:bold;
}
.Pager3 .pagination .page-item.active .page-link{
    box-shadow:none;
}
.Pager3 .pagination .page-item .page-link{
  color:#344650;
}


.modal-errors {		
	color: #434e65;
	width: 525px;
}
.modal-errors .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-errors .modal-header {
	background: #e85e6c;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-errors h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-errors .form-control, .modal-errors .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-errors .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-errors .close:hover {
	opacity: 0.8;
}
.modal-errors .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-errors .icon-box i {
	font-size: 58px;
	margin: -2px 0 0 -2px;
}
.modal-errors.modal-dialog {
	margin-top: 80px;
}
.modal-errors .btn, .modal-errors .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	min-width: 150px;
	border: none;
}
.modal-errors .btn:hover, .modal-errors .btn:focus {
	background: #eda645 !important;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }




/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
  
	.info-top_wrapped {
		text-align: center;
	}
	
   .pagination{
     width:100%;
     border-radius:0px;
   }
  
  .pagination > li > a, .pagination > li > span{
    width:50%;
    display:block;
    text-align:center;
    border-radius:0px;
    margin-left:0px;
    border-width: 1px 0 0 1px;

  }
  
  .pagination.even > li:nth-child(even) > a, .pagination > li:nth-child(even) > span{
    border-right:solid 1px #DDDDDD;
  }

  .pagination.even > li:first-child > a, .pagination > li:first-child > span{
    border-radius:4px 0px 0px 0px;
  }
  
  .pagination.even > li:nth-child(2) > a, .pagination > li:first-child > span{
    border-radius:0px 4px 0px 0px;
  }
  
  .pagination.even > li:last-child > a, .pagination > li:last-child > span{
    border-bottom:solid 1px #DDDDDD;
    border-radius:0px 0px 4px 0px;
  }
  
  .pagination.even > li:nth-last-child(2) > a, .pagination > li:nth-last-child(2) > span{
    border-bottom:solid 1px #DDDDDD;
    border-radius:0px 0px 0px 4px;
  }
  

  
  .pagination.odd > li:nth-child(odd) > a, .pagination > li:nth-child(odd) > span{
    border-right:solid 1px #DDDDDD;
  }

  .pagination.odd > li:first-child > a, .pagination > li:first-child > span{
    border-radius:4px 4px 0px 0px;
    border-bottom:0px;
    width:100%;
  }

  .pagination.odd > li:last-child > a, .pagination > li:last-child > span{
    border-bottom:solid 1px #DDDDDD;
    border-radius:0px 0px 4px 0px;
  }
  
  .pagination.odd > li:nth-last-child(2) > a, .pagination > li:nth-last-child(2) > span{
    border-bottom:solid 1px #DDDDDD;
    border-radius:0px 0px 0px 4px;
  }
  

  
}


#css-dropdown
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: 42px;
    margin: 100px auto 0 auto;
} 

#return-to-top {
	position: fixed;
	display: none;
	width: 40px;
	height: 40px;
	bottom: 60px; 
	right: 10px;  
	z-index: 9999;
	text-align: center;
	color: #fff !important;
	border: 1px solid #666;
	line-height: 40px;
	background: rgba(0,0,0,0.3);
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}

.menu-top2 {
	display: none;
}

@media (max-width: 768px ){
	.comment_wrappeds:after {
		min-height: 110px;
	}
	.menu-top2 {
		display: block;
	}
	.login_home {
		display: block;
	}
	.right-top-info-perc {
		display: none;
	}
	.photos_galley ul li  { 
		width: 50%;  
	}
	.img_mini_prof img { 
		width: 100%;  
	}
}


 
@media (max-width: 768px ){
	.list____features {
		display: none;
	}
	.menu-main-left {
		border: 0px;
	}
	.nav-menu-log {
		text-align: center;
		display: none;
	}
	.logo {
		position: relative;
		width: 80px;
		margin: 0 auto;
		margin-bottom: 12px;
	}
}

@media (max-width: 900px ){
	.menu-main-left {
		display: none;
	}
	.wrapped__users_online { 
		display: none;
	}
	.user_visitors_alerts { 
		display: none;
	}
	.comments__wrap_modal .wrapped__users_online {
		display: block;
	}
} 
.tab-content{
  padding: 10px;
}

 .modal-backdrop
{
    opacity:0.7 !important;
}
.demo {
  padding: 0px;
  min-height: 280px;
}

 
#success_tic .page-body{
  max-width:300px;
  background-color:#FFFFFF;
  margin:10% auto;
}
 #success_tic .page-body .head{
  text-align:center;
}
/* #success_tic .tic{
  font-size:186px;
} */
#success_tic .close{
      opacity: 1;
    position: absolute;
    right: 0px;
    font-size: 30px;
    padding: 3px 15px;
  margin-bottom: 10px;
}
#success_tic .checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #1ab394;
  position: absolute;
}
#success_tic a {
	color: #000 !important;
}
#success_tic .checkmark-circle .checkmark {
  border-radius: 5px;
}
#success_tic .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#success_tic .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: '';
  left: 35px;
  top: 80px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

@media (max-width: 767px) { 

}

.modal-backdrop {
   z-index: 99 !important;
}