
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600&subset=latin,latin-ext";
body {
    font-size: 12.5px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
body.front {
    background: #000 none repeat scroll 0 0;
}
.navbar-primary {
    background-image: linear-gradient(#474747, #363636);
    background-size: 100% auto;
}
.navbar-primary .user-menu .user-menu-trigger {
    margin: 0 !important;
    padding: 12px 0 !important;
}
/*
@media (max-width: 992px) {
.navbar-primary .navbar-header {
    margin-left: 0;
    margin-right: 0;
}
}
*/
.navbar-primary .navbar-nav .dropdown li .dropdown-menu {
    max-height: 500px;
    overflow: auto;
}
.navbar-primary .navbar-nav .dropdown.unread > a .fa.fa-envelope::before {
    background-position: -44px 0;
}
.navbar-primary .navbar-nav .dropdown > a {
    padding: 12px 15px;
}


.navbar-primary .navbar-nav .dropdown > a .label-primary {
    background: #dc0000 none repeat scroll 0 0;
    display: inline-block;
    font-size: 10px;
    left: 28px;
    padding: 1px 3px;
    top: 10px;
}
.navbar-primary .navbar-nav .dropdown > a .fa {
    height: 22px;
    width: 22px;
}
.navbar-primary .navbar-nav .dropdown > a .fa::before {
    background-image: url("../images/navbar-icons.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}
.navbar-primary .navbar-nav .dropdown > a .fa.fa-bell::before {
    background-position: 0 0;
}
.navbar-primary .navbar-nav .dropdown > a .fa.fa-bell:hover::before {
    background-position: 0 -22px;
}
.navbar-primary .navbar-nav .dropdown > a .fa.fa-coffee::before {
    background-position: -22px 0;
}
.navbar-primary .navbar-nav .dropdown > a .fa.fa-coffee:hover::before {
    background-position: -22px -22px;
}
.navbar-primary .navbar-nav .dropdown > a .fa.fa-envelope::before {
    background-position: -44px 0;
}
.navbar-primary .navbar-nav .dropdown > a .fa.fa-envelope:hover::before {
    background-position: -44px -22px;
}
.navbar-primary .navbar-nav .dropdown > a .fa.fa-group::before {
    background-position: -66px 0;
}
.navbar-primary .navbar-nav .dropdown > a .fa.fa-group:hover::before {
    background-position: -66px -22px;
}
.navbar-primary .navbar-nav .dropdown > a .fa.fa-cog {
    margin: 0 0 0 20px;
    padding-top: 1px;
    vertical-align: top;
}
.navbar-primary .navbar-nav .dropdown > a .fa.fa-cog::before {
    background-position: -88px 0;
}
.navbar-primary .navbar-nav .dropdown > a .fa.fa-cog:hover::before {
    background-position: -88px -22px;
}
.navbar-global .nav li {
    margin-top: 0;
}
.navbar-global .nav li a {
    padding: 4px 0;
}
.navbar-global .nav-pills {
    margin-top: 5px;
}
.navbar-nav li .dropdown-menu {
    max-height: 500px;
    /*overflow: auto;*/
}
.dropdown-menu li a {
    color: #7f7f7f;
}
.dropdown-menu li a .fa {
    color: #454545;
    height: 58px;
}
.dropdown-menu li:last-of-type {
    font-size: 16px;
}
.dropdown-menu li:last-of-type a .fa {
    display: none;
}
.navbar-secondary {
    background: #f5f5f5 none repeat scroll 0 0;
}
.navbar-secondary .nav > li {
    margin-right: 30px;
}
.navbar-secondary .nav > li > a {
    padding: 12px 0 8px;
}
.navbar-secondary .online-counter {
    padding-top: 12px;
}
.navbar-secondary .online-counter .online-icon {
	color: #20ce20;
	font-size: 11px;
}
#wrap > .container > .row > .left-column {
    border-right: 0 none;
    padding: 0 20px 0 0;
    width: 200px;
}
#wrap > .container > .row > .left-column .black-menu {
    border: 0 none;
    /*border-radius: 5px;*/
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 0 0 30px; /* LL */
}
#wrap > .container > .row > .left-column .black-menu .user-menu-info img {
    border-radius: 0;
    height: auto;
    width: 100%;
    max-height: 180px;
    padding: 5px; /*LL */
}
#wrap > .container > .row > .left-column .black-menu .user-menu-info .hidden-sm {
  /*  padding: 10px; LL */
}
#wrap > .container > .row > .right-column {
    border-left: 0;
    padding: 0 0 0 20px;
    width: 180px;
}

#wrap > .container > .row > .center-column {
    padding: 20px 20px 0;
    border-left: 1px solid #e9e9e9 !important;
    margin-top: -20px;
}

#wrap > .container > .row > .center-column .carousel {
	margin-left: -20px;
	margin-right: -20px;
	height: 295px;
}

#wrap > .container > .row > .center-column .carousel-inner img {
	height: 295px;
	width: 100%;
}
#wrap > .container {
	margin-top:116px;
}

#wrap > .container.places-master-container {
	margin-top: 77px;
}


#wrap > .container-fluid {
	margin-top: 77px;
}

.container {
    padding: 0 !important;
    width: 970px;
    max-width: none !important;
}
/*
@media (max-width: 992px) {
.container {
    max-width: 100%;
}
}
*/
.container > .row {
    margin: 0;
}
.container > .row.membership {
    font-family: Arial,sans-serif;
    font-size: 13px;
}
.container > .row.membership .text {
    color: #666;
}
.container > .row.membership h1 {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}
.container > .row.membership .col-sm-10 h2 {
    font-size: 24px;
    font-weight: bold;
}
.container > .row.membership ul {
    color: #666;
}
.container > .row.membership ul li {
    font-size: 13px;
    margin-bottom: 10px;
}
.container > .row.membership ul li .glyphicon {
    margin-right: 10px;
}
.container > .row > .col-md-8 {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 0;
    width: 590px;
}
.container > .row > .col-md-8 ul.media-list {
    padding: 0;
}
/*
@media (max-width: 992px) {
.container > .row > .col-md-8 ul.media-list {
    padding: 0;
}
}
*/
.container > .row > .col-md-8 ul.media-list img.media-object {
    height: 50px;
    width: 50px;
}

.container > .row > .col-md-6 ul.media-list img.media-object {
    height: 50px;
    width: 50px;
}

/*
@media (max-width: 992px) {
.container > .row > .col-md-8 ul.media-list .media-body {
    overflow: visible;
}
}
@media (max-width: 992px) {
.container > .row > .col-md-8 ul.media-list .extend_comment {
    margin-top: 20px;
}
}
*/
.container > .row > .col-md-10 ul.media-list .extend_comment .ghi {
    margin-left: 0 !important;
}
.container > .row > .col-md-8 ul.media-list .extend_comment .ghi {
    margin-left: 0 !important;
}
.container > .row > .col-md-8 ul.media-list .extend_comment .ghi .fix-shadow .feed_content_listcomment .right {
    margin: 0 0 0 45px !important;
}

.container > .row > .col-md-6 ul.media-list .extend_comment .ghi {
    margin-left: 0 !important;
}
.container > .row > .col-md-6 ul.media-list .extend_comment .ghi .fix-shadow .feed_content_listcomment .right {
    margin: 0 0 0 45px !important;
}

/*
@media (max-width: 992px) {
.container > .row > .col-md-8 {
    border-left: medium none;
    border-right: medium none;
    margin: auto;
    width: 90%;
}
}*/
.container > .row > .col-md-10 {
    padding: 15px 0 0 25px;
    width: 790px;
    margin-top: -20px;
}
.container > .row > .col-md-10 .page-header {
    border-bottom: 1px solid #e8e8e8;
    /* margin-bottom: 20px;  LL */
}
.container > .row > .col-md-10 .page-header h1 {
    font-size: 24px;
    line-height: 35px;
}
.container > .row .page-header {
    /*border: 0 none;*/
}
.container > .row .page-header .pull-right {
    margin-top: 6px;
}
h4 {
    font-size: 14px;
    font-weight: bold;
}

.upgrade-box h3 {
    font-weight: bold;
}

.well {
    box-shadow: none;
    padding: 40px 60px;
}
.well .field-user-gpslocation .control-label {
    width: 20%;
}
.well .field-user-gpslocation .col-md-10 {
    width: 80%;
}
.btn-default {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #e0e0e0 #e0e0e0 #afafaf;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}
.btn-default:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #e0e0e0 #e0e0e0 #afafaf;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #cf0d0d;
}
.btn-default:active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #afafaf #e0e0e0 #e0e0e0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0 0 transparent;
    color: #7c0000;
}
.btn-primary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #cd0000 none repeat scroll 0 0;
    border-color: #cd0000 #cd0000 #8c0000;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}
.btn-primary:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #eb0000 none repeat scroll 0 0;
    border-color: #eb0000 #eb0000 #8c0000;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
.btn-primary:active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #cd0000 none repeat scroll 0 0;
    border-color: #8c0000 #eb0000 #eb0000;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0 0 transparent;
}
/* .img-circle {
    border-radius: 0;
}*/
.img-rounded {
    border-radius: 0;
}
.media-body-fix textarea.form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f9f9f9 none repeat scroll 0 0;
    border-color: #b7b7b7 #d6d6d6 #d6d6d6;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    resize: none;
}
.browse-search-form .col-md-7 {
    width: 55%;
}
.browse-search-form .col-md-2 {
    width: 20%;
}
.tab-content {
    border: 0 none;
}
.media-list .media {
    padding: 5px 0 10px;
}

.media-list a.pull-left.mbt10 {
	margin-bottom: -10px;
}

.plan {
    background: #f8f8f8 none repeat scroll 0 0;
    margin: 0 6px;
    width: 180px;
}
.plan:hover {
    border: 1px solid #d10000;
}
.members_list {
    margin-top: 20px;
}
.members_list .single-place .col-xs-9 hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.members_list .row_item {
    /* margin-right: 22px; */
}
.members_list .row_item > div {
    width: 180px /*!important;*/
}
.members_list .row_item > div hr {
    display: none;
}
.members_list .row_item > div > div:last-child {
    /* border-top: 1px solid #eeeeee; */
    /* margin-top: 15px; */
    padding-top: 10px;
    width: 220px;
}
.members_list .row_item > div > div:last-child::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.members_list .row_item > div > div:last-child div a {
    font-size: 11px;
    display: block;
}
.members_list .row_item > div > div:last-child div a.user-stats {
    font-size: 18px;
    line-height: 20px;
    display: block;
}
.latest-visit-container .latest-visit {
    height: 50px;
    overflow: hidden;
    width: 20%;
}
.login-form, .signup-form, .pass-recovery, .confirm-email {
    padding-top: 70px;
}
.login-form.pass-recovery-well .well, .signup-form.pass-recovery-well .well, .pass-recovery.pass-recovery-well .well, .confirm-email.pass-recovery-well .well {
    padding: 40px;
}
.login-form.pass-recovery-well .well .control-label, .signup-form.pass-recovery-well .well .control-label, .pass-recovery.pass-recovery-well .well .control-label, .confirm-email.pass-recovery-well .well .control-label {
    padding: 0;
}
.login-form.pass-recovery-well h2, .signup-form.pass-recovery-well h2, .pass-recovery.pass-recovery-well h2, .confirm-email.pass-recovery-well h2 {
    padding-top: 10px;
}
.login-form h1, .signup-form h1, .pass-recovery h1, .confirm-email h1 {
    margin-bottom: 40px;
}
.signup-form h2, .pass-recovery h2, .confirm-email h2 {
    font-weight: 300;
    padding-top: 50px;
    width: 80%;
}


.login-form .control-label, .signup-form .control-label, .pass-recovery .control-label, .confirm-email .control-label {
    padding: 7px 0 0;
}
.login-form .form-group, .signup-form .form-group, .pass-recovery .form-group, .confirm-email .form-group {
    margin-bottom: 0;
}
.login-form .profile-links, .signup-form .profile-links, .pass-recovery .profile-links, .confirm-email .profile-links {
    margin-top: 10px;
}
.login-form .profile-links .create-account, .login-form .profile-links .forgot-pass, .signup-form .profile-links .create-account, .signup-form .profile-links .forgot-pass, .pass-recovery .profile-links .create-account, .pass-recovery .profile-links .forgot-pass, .confirm-email .profile-links .create-account, .confirm-email .profile-links .forgot-pass {
    padding: 0;
}
.centered-front-box {
    height: 180px;
    left: 50%;
    margin: -90px 0 0 -495px !important;
    padding: 0 !important;
    position: fixed;
    top: 50%;
    width: 1005px;
}
.centered-front-box h1 {
    margin-top: 0;
}
.language-selector .nav li a {
    color: rgba(255, 255, 255, 0.6);
}
.language-selector .nav li.active a {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}
.text-copyright {
    color: rgba(255, 255, 255, 0.6);
}
.form-group{
	margin-bottom: 5px;
}

.form-control{
    background-color: #fff;
    padding: 4px 12px 4px 6px;
    font-size: 0.981em;
    height: 26px;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.has-success .form-control {
    border-color: #ccc;
}
.has-success .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice {
    border: medium none #ccc;
}
.select2-container-active .select2-choice, .has-success .select2-choice, .has-success.select2-drop-active, .has-success .select2-container-active .select2-choice {
    border-color: #ccc;
    box-shadow: none;
}
.select2-drop.select2-drop-above.select2-drop-active, .select2-drop.select2-drop-above.select2-drop-active, .select2-drop-active {
    border: 1px solid #ccc;
}
.select2-drop.select2-drop-above {
    box-shadow: none;
}

.text-primary {
    color: #cf0000;
}

/*.text-muted {
    font-size: 13px;
    font-style: italic;
}*/

p strong {
    font-size: 14px;
}
ul{
    padding-left: 15px;
}
ul li {
    color: #5e5e5e;
}

.media-body {
	display:inherit;
	/*width:inherit;*/
	width: 88%;
	float: left;
}

.col-md-6 .media-body {
	display:inherit;
	width: 85%;
	float: left;
}

#calendarPicker-kvdate {
    border: 1px solid #ccc;
    border-top-width: 2px;
    border-radius: 4px;
}


#speeddateform-numdays {
    width: 140px !important;
}

.single-place .col-xs-6 p strong {
	color: #4c4c4c;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 1px 4px #888888;
}

.ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6a6a6a;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -3px;
}

.ui-slider .ui-slider-handle:focus {
    outline: 0;
}


.ui-slider-range {
    background: #464646 !important;
}

.ui-widget-content {
    background: #ddd;
    border: 1px solid #ddd;
}

#maxdistance {
	width: 48px;
}

.friends-filter .field-from_name label {
	display: none;
}

.friends-filter .field-from_name .col-sm-7 {
	width: 100%;
}

form.filter-events label[for=orderby],
form.filter-events label[for=maxdistance] {
    color: #a4a4a4;
    margin-right: 5px;
}

.ui-slider-horizontal {
    height: 8px;
}

.ui-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
}

.members_list .col-xs-9 .row .col-xs-6:first-child {
    padding-left: 7px;
}

.members_list .col-xs-9 .row .col-xs-6:last-child {
    padding: 0;
}

.members_list .col-xs-9 .row .col-xs-6 p {
    margin: 0 0 2px;
}

.members_list .col-xs-9 .row .col-xs-6 a>img {
    width: 50px;
    height: 50px;
}

.members_list .row {
    margin-left: -7px;
    margin-right: 0;
}

.label {
    padding: .3em .6em .3em;
}

.speed-date-label .label {
  line-height: 2.4em;
  padding: .5em .6em .5em;
  font-size: 85%;
}

.label-default {
    background-color: rgba(0,0,0,0.5);
}

.user-menu-info .label-default {
    background-color: #a7a7a7;
}


.friends-filter .field-from_name .col-sm-7 {
    padding-left: 0;
}

.summary {
    padding-left: 15px;
}

.delete_validate:hover {
	color: #373737 !important;
}

.visits-filter .control-label {
	padding-left: 0;
	padding-right: 0;
	font-weight: normal;
	margin-top: 4px;
	width: auto;
}

.visits-filter .form-control {
    height: 26px;
    font-size: 12.5px;
}

.visits-filter .col-md-3  {
    border-right: 1px solid #EEEEEE;
    max-width: 24%;
}

.visits-filter .help-block {
    display: none;
}

.visits-filter .col-sm-7 {
	/*padding-left: 0;*/
	padding-right: 0;
}

.visits-filter .col-xs-9 {
	padding-left: 0;
	padding-right: 0;
}

.form-horizontal .field-maxdistance .control-label {
    padding-left: 0;
    padding-right: 0;
}

.form-horizontal .field-maxdistance .col-xs-8 {
    margin-top: 10px;
}

.form-horizontal .field-maxdistance .col-xs-4 .col-xs-9 {
    width: 60%;
}

.field-signupform-password_repeat .form-control {
	padding: 0 0 0 3px;
}

.field-signupform-password_repeat .col-sm-3 {
	width: 21%;
}

.field-signupform-password_repeat .col-sm-2:first-of-type {
	width: 8%;
}

.field-signupform-password_repeat .col-sm-3 {
    width: 27%;
}

.field-signupform-password_repeat .col-sm-2:first-of-type {
    width: 15%;
    margin-bottom: 5px;
}

.field-signupform-password_repeat .col-sm-2{
	width: 15%;
    margin-left: 3px;
    margin-bottom: 5px;
}

form#w0 .col-sm-8 .form-control {
	width: 49.3%;
}

form#w0 button.btn-primary {
	position: absolute;
	top: -85px;
	right: -60px;
    padding: 3px 12px;
    font-size: 13px;
    font-weight: normal;
}

form#w0 .alert-success {
	position: absolute;
	width: 100%;
	top: -5px;
}

.widget-body.member-info-box {
	color: #7a7a7a;
}

.glyphicon-envelope:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #3c5a98;
	position: absolute;
    left: -7px;
    top: -7px;
}

.select2-container--krajee .select2-selection {
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: transparent;
    border: none;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field:not(:focus) {
	background-color: #6D6D6D !important;
	background-image: url("../images/search-icon.png") !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
    border: 1px solid #313131;
    border-radius: 4px;
}

.select2-search__field::-webkit-input-placeholder { color: rgba(255,255,255, 0.5); }  /* WebKit, Blink, Edge */
.select2-search__field:-moz-placeholder { color: rgba(255,255,255, 0.5); }  /* Mozilla Firefox 4 to 18 */
.select2-search__field::-moz-placeholder { color: rgba(255,255,255, 0.5); }  /* Mozilla Firefox 19+ */
.select2-search__field:-ms-input-placeholder { color: rgba(255,255,255, 0.5); }  /* Internet Explorer 10-11 */
.select2-search__field::-ms-input-placeholder { color: rgba(255,255,255, 0.5); }  /* Microsoft Edge */

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
	background: #fff;
	background-image: url("../images/search-icon.png") !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	color: #1b1b1b;
	border-radius: 4px;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
	color: #fff;
	font-size: 12px;
}

ul#select2-w0-results img {
	width: 35px;
	height: 35px;
}

.chat-window {
	border: none;
	background: #f3f3f3;
	-webkit-box-shadow: 0px 0px 91px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 91px -20px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 91px -20px rgba(0,0,0,0.75);
}

.chat-window-title {
	background: #373737;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.chat-window-inner-content.user-list:hover {
	background: #e9e9e9;
}

.white-menu .nav > li {
	margin-top: 0;
}

.white-menu .nav ul, .white-menu .nav > li > a {
	padding: 3px 10px;
}

.form-group .list-group-item {
	background: #f1f1f1;
	border: 1px solid #ddd;
}

.form-group .list-group-item.active {
	background: #fff;
	border: 1px solid #ddd;
}

.form-group .list-group-item.active:hover {
	border: 1px solid #ddd;
}

#tabsWidget li a {
	font-size: 13px;
	font-weight: bold;
}

#tabsWidget li.active a {
	color: #000;
}

.pull-right.going {
	margin-right: 40px;
	margin-top: 15px;
	position: relative;
}

.pull-right.going a:after {
	content: " ";
	width: 6px;
	height: 9px;
	background: url("../images/picker-right.png");
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 4px;
	right: -10px;
}

#sliderDistance:after {
    content: " ";
    width: 100%;
    height: 2px;
    background: url("../images/distance-bg.png");
    position: absolute;
    bottom: -10px;
    left: 3px;
}

.navbar-global .user-panel-widget .col-xs-4,
.left-column .user-panel-widget .col-xs-4 {
	width: 50px;
	height: 50x;
}

.navbar-global .user-panel-widget .user-panel-info,
.left-column .user-panel-widget .user-panel-info {
	padding-top: 9px;
}

.pagination > li > a {
    color: #3b5998;
    font-size: 12px;
    font-weight: bold;
}

.pull-left h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

.sectional-title h1 {
	margin-bottom: 3px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 3px 10px;
}

#btn_presence {
	background: #cf0000;
}

.form-group #wall-content {
	font-size: 13px;
	padding: 8px 12px 6px 6px;
}

.form-group #btnSendPost {
	background: #cf0000;
	color: #fff;
	padding: 3px 18px;
}

.commentContent .usercomment {
	font-weight: bold;
}

.list-group-item .list-group-item-text, .list-group-item:hover .list-group-item-text {
	margin-left: 28px;
}

.center-column .page-header {
	border-bottom: none;
  padding-bottom: 0;
}

.center-column .pull-left p {
	margin-bottom: 5px;
}

.fa-stack {
	margin: 0 3px;
}

.fa-stack-2x {
	font-size: 2.1em;
  line-height: 1.12em;
}

.fa-clock-o:before {
	background-image: url("../images/clock.png");
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content:"";
  top: 7px;
  position: relative;
  left: 1px;
}

.notification-dropdown .fa-coffee:before {
	top: 0;
	left: 0;
}

.fa-evento:before {
	background-image: url("../images/i_event.png");
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content:"";
  position: relative;
  left: 1px;
  top: 4px;
}

.fa-plane:before {
  background-image: url("../images/travel.png");
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
  position: relative;
  left: 1px;
  top: 4.5px;
  transform: rotate(-45deg);
}

.fa-date:before {
  background-image: url("../images/i_slowdate.png");
  background-size: 15px 13px;
  display: inline-block;
  width: 15px;
  height: 13px;
  content:"";
  position: relative;
  left: 0.5px;
  top: 3px;
}

.activity-indicator a.active.speed-date {color: #0066FF !important;}
.activity-indicator a.active.slow-date {color: #8F00FF  !important;}
.activity-indicator a.active.travel-plan {color: #FF7800  !important;}
.activity-indicator a.active.event-calendar {color: #CF0000  !important;}

#form_wall_post .pull-left a {
	margin-right: 20px;
	line-height: 29px;
}

.container > .row > .col-md-10 .page-header h1 small {
    font-size: 24px;
    color: #9c9c9c;
}

#w1 .summary {
    display: none;
}

.visits-filter {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.visits-filter .pull-right {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
}

#list-view-likes-me .photo-switcher .col-xs-12 {
    min-height: 88px;
}

.members_list .photo-switcher .location {
    display: inline-block;
    max-width: 124px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.members_list .photo-switcher .link-black.username {
    display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}

.slider-text-addon {
    padding-top: 5px;
    padding-left: 15px;
}

#order_by {
    margin-bottom: 1px;
}

#w0 .row.well .row > .col-xs-6 {
    width: 100%;
}

.form-horizontal .control-label {
    padding-top: 4px;
}

.select2-results__options .select2-results__option {
	padding: 0 15px 1px;
}

.select2-container--krajee .select2-results > .select2-results__options {
	padding: 15px 0;
}


.select2-container--krajee .select2-results > .select2-results__options .img-responsive {
	max-width:35px !important;
}


.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
	background-color: #f5f5f5;
	color: #000;
}

.input-group-addon {
	padding: 4px 12px;
}

#w1 {
	margin-left: 0;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
}

.popover.bottom {
	border-radius: 0;
	border: none;
	top: 40px;
	-webkit-box-shadow: 0px 2px 20px 2px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 2px 20px 2px rgba(0,0,0,0.57);
box-shadow: 0px 2px 20px 2px rgba(0,0,0,0.57);
}

/*.fa-edit:before, .fa-pencil-square-o:before {
	content: url("../images/settings-images/update-info.png");
}

.fa-bullhorn:before {
	content: url("../images/settings-images/news-feed.png");
}

.fa-bell:before {
	content: url("../images/settings-images/notifications.png");
}

.fa-minus-circle:before {
	content: url("../images/settings-images/black-list.png");
}

.fa-filter:before {
	content: url("../images/settings-images/filters.png");
}

.fa-credit-card:before {
	content: url("../images/settings-images/membership.png");
}

.fa-map-marker:before {
	content: url("../images/settings-images/location.png");
}

.fa-lock:before {
	content: url("../images/settings-images/privacy.png");
}

.fa-key:before {
	content: url("../images/settings-images/change-password.png");
}*/

.text-muted {
  /*  color: #a8a8a8; LL */
}

.wall-status {
    margin-top: 3px;
}

.wall-status .photowidget {
    margin-bottom: 23px;
}


.wall-status img {
    margin-top: 5px;
}

#paginationItemsPerPage li > a, #paginationItemsPerPage > li > span {
    margin: 0;
}

.pagination > li > a, .pagination > li > span {
    padding: 10px 14px;
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: url("../images/create-event-img.png");
}

#form-event .tab-content {
    background-color: #F5F5F5;
}

#form-event .form-control {
    background-color: #fff;
}

#lstViewValidations {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

#lstViewValidations .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.validation-popup,
.new-message-popup .modal-content {
    background-color: #f5f5f5;
}

.validation-popup .caption img {
    width: 50px;
    height: 50px;
    max-width: 50px;
}

.validation-popup .caption .col-xs-10 {
    line-height: 25px;
}

.validation-popup .caption .col-xs-2 {
    width: 80px;
    padding-left: 25px;
}

.validation-popup .form-control,
.new-message-popup .form-control {
    border-radius: 0;
    background: #fff;
    border: none;
    border-top: 1px solid #e5e5e5;
    padding: 15px 25px;
}

.validation-popup .file-preview,
.new-message-popup .file-preview {
    border: none;
}

.validation-popup .form-group label,
.new-message-popup .form-group label {
    padding-left: 20px;
}

.validation-popup .btn-file,
.new-message-popup .btn-file {
    margin-left: 20px;
}

.validation-popup .modal-header {
    color: #000;
}

.new-message-popup .has-success .select2-container--open .select2-selection,
.new-message-popup .input-lg.select2-container--krajee .select2-selection--single,
.new-message-popup .has-success .select2-container--krajee.select2-container--focus .select2-selection {
    background-color: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    padding-left: 65px;
    font-weight: bold;
}

.new-message-popup .select2-selection:before {
    content: "A:";
    position: absolute;
    left: 25px;
    top:15px;
    color: #838383;
    font-weight: normal;
}

.new-message-popup .modal-body,
.new-message-popup .modal-body .form-group {
    padding-top: 0;
}

.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu:before {
	content: url("../images/picker-top-white.png");
	position: absolute;
	top: -7px;
    right: 19px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #f2f2f2;
	border-bottom: 0;
}

.navbar-primary .navbar-nav .user-menu > ul.dropdown-menu > li a:nth-child(3n):hover {
	border-bottom: 0;
}

.user-menu-navigation .pull-right.label {
	font-size: 10.5px;
	color: #fff;
}

.user-menu-navigation .label-success {
	border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: .3em 0.3em .3em;
    margin-top: 5px;
}

.popover .row.latest-visits-pop {
	margin-left: 0;
	margin-right: 0;
}

.popover .row.latest-visits-pop .col-xs-6 {
	padding: 0;
}

.popover .row.latest-visits-pop > .col-xs-6:last-child {
	padding: 20px;
}

.popover .row.latest-visits-pop .col-xs-6 .row {
	margin-left: 0;
	margin-right: 0;
}

.latest-visit-container .popover .arrow {
	display: none;
}

.select2-dropdown.select2-dropdown--below {
	border: none;
	border-radius: 0;
}


.list-view .pagination > .active > a, .list-view .pagination > .active > span {
    background-color: #464646;
    border-radius: 3px;
}
.list-view .pagination > li > a, .list-view .pagination > li > span {
    border: medium none;
    margin: 0 10px 0 0;
}
.list-view .pagination .prev, .list-view .pagination .next {
    display: none;
}

ul.media-list li a[data-toggle="popover-custom-hover"]{
    display: inline-block;
    float: left;
}

ul.feed_content_listcomment li.liItemCom a[data-trigger="hover"] {
    display: inline-block;
    float: left;
}

#list-view-friends a[data-trigger="hover"] {
	display: inline-block;
	float: left;
}

.user-menu-info hr {
	margin-top: 10px;
}

.popover-content ul.media-list .inner-media-list li {
	padding-bottom: 10px;
}

.popover.top .popover-content .col-xs-6 .row {
	margin-top: 10px;
}



.popover .speed-date-popup h3 {
    font-weight: bold;
    font-size: 18px;
}

.popover .speed-date-popup p {
    color: #5a5a5a;
}

.popover .speed-date-popup .pull-right a.btn {
    color: #333;
    cursor: pointer;
}

.popover .speed-date-popup .pull-left {
    line-height: 25px;
}

.popover .speed-date-popup .col-xs-12 {
    max-width: 380px !important;
    margin: 0 auto;
    float: none;
    left:0;
    right:0 !important;
    margin:0 !important;
    padding-left: 25px;
    padding-right:0 !important
}
.popover .speed-date-popup .col-xs-12 ul li {
    list-style-type: none;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
        overflow:hidden;
}

video::-webkit-media-controls-panel {
        width: calc(100% + 30px); /* Adjust as needed */
}
/* Add LL */

.label-success {
    background-color: #18bc18;
}

.popup-member-widget
{padding:0px;
width:380px;
}


.popup-member-widget p {
  font-size: 0.9em;
  margin-bottom: 10px;
  line-height: 18px;
}

.popup-member-widget .col-xs-6 .btn-sm {
  width:70px;
  padding: 3px 10px;
}


.popup-member-widget .col-xs-6:nth-child(2) {
  padding-left: 0;
}

.popup-member-widget  .col-xs-6 h3 {
	white-space: nowrap;
    max-width: 100%;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px !important;
    margin-top:15px !important;
}

.popup-member-widget .col-xs-6 .img.img-responsive {
  width: 100%;
  height: 100%;
}

.fas.fa-align-left {display:block}

/* LL  */

.row.single-place div.col-xs-9 p:nth-of-type(1)
{font-size:0.981em !important;
color: #727272;
margin-bottom: 1.6em}

.form-cerca {
  padding: 10px 0 !important;
}

label[for=maxdistance]
{
    padding-left: 7px
}

.form-cerca label {

    font-weight: normal;
    font-size: 0.981em !important;
    color: #727272 !important;}

    .form-cerca .form-control {
        padding: 2px;
        height: 26px !important;
        color: black;
        background: #f5f5f5;
    }

.form-control {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, .0);
}

.form-cerca .form-group:last-child {
    padding-right: 0;

}

.form-cerca .form-group {
    padding-left: 0;
}

/* pages */
.cmt_like_icon.white {
    background-image: url("../images/like2w.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    margin-right: 3px;
    width: 12px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #8c0000 !important;
    border-color: #8c0000 !important;
}

.btn.btn-default.btn-sm.like {
background: #fff none repeat scroll 0 0;
border-color: #b7b7b7;
color: #727272;
}
h4.title-upcoming-events {
  border-bottom: 1px solid #eee;
  margin-top: 32px;
  padding-bottom: 6px;
}

h4.title-upcoming-events span {font-weight: normal; color: #727272;}

.event-title {
  font-size:1.6em;
  text-overflow: ellipsis;
  width: 350px;
  white-space: nowrap;
  overflow:hidden}

  .event-title a { color: #3b3b3b;}

  .event-description {
    font-size: 1em; color: #727272;
  }

  .hr-event {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  div.event-details-button {
    float:right;
    display:table-cell;
  }

  div.event-details-button a.btn-default {
    margin-top: 18%
  }

  .col-md-7.place-description {
    line-height: 22px;
    font-size: 13px;
    color: #727272;
  }

h3.opening-hours-title {
  font-size: 18px;
  color: #3b3b3b;
}

.opening-hours-table {color: #727272}

img.location-map-pages {width: 100%}

.label.status_online_1 {margin-left: 21px;}

a.more-info-btn {color: #333 !important;}
a.more-info-btn:hover {color: #cf0000 !important;}

ul.navbar-nav.timeline-photo {
  list-style-type: none;
  padding: 0;}

  ul.navbar-nav.timeline-photo li a {
    display: block;
    border-bottom: 4px solid #FFF;
    padding: 1rem 0;
  }
  ul.navbar-nav.timeline-photo li a:hover {
    text-decoration: none;
    border-bottom: 4px solid #1b1b1b;

  }

  ul.navbar-nav.timeline-photo li a.active {
    text-decoration: none;
    font-weight: bold;
    color: #1b1b1b;
    border-bottom: 4px solid #1b1b1b;}


ul.navbar-nav.timeline-photo li {
  padding: 0;
margin-left: 1.5rem;}


ul.navbar-nav.timeline-photo li:first-child {
margin-left: 0;}

ul.navbar-nav.timeline-photo li span, ul.navbar-nav.timeline-photo li span:hover, ul.navbar-nav.timeline-photo li span:active {
  color: #777;
  font-weight: normal !important;
}

/* pages admin */

.create-place-row {margin-bottom:20px;}
.create-place-row p {color: #999}


/* new speed dates */
div.container.filters {
  padding:0.9em 1.2em !important;
  width: 100% !important;
  margin-bottom:15px;
  color:#333 !important;
  font-weight:bold;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  font-size:13px;
}
.form-group.filters  {
  position:relative;
}
.form-group.filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 15px !important;


}
.form-group.filters select option {
padding-right: 5px;
}
.form-group.filters::-ms-expand {
  display: none;
}
.form-group.filters:after  {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0,0,0,0.3);
    /*Adjust for position however you want*/
    right: 3px;
    top: 11px;
    position: absolute;
    pointer-events: none;
}

/* button */

.btn-secondary.filters {
  background: transparent !important;
  font-size:13px;
}
.btn-secondary.filters .caret {
  color: rgba(0,0,0,0.3);
}

.container.filters .dropdown-menu li:last-of-type {
    font-size: 13px;
}

.container.filters .dropdown-menu  {
    font-size: 13px;
    margin: 11px 0 0;
    border-radius:0;
    min-width:250px;
    top:auto !important;
    padding:1.8em 0;
}



.container.filters .dropdown-menu > li > a {
    padding: 8px 20px 8px 40px;
    color: #333;
  }

.container.filters .dropdown-menu .dropdown-divider {
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0;
}
 .checkbox-new label:after {
    content: '';
    display: table;
    clear: both;
}
 .checkbox-new .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    background:#FFF;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}


.checkbox-new .cr .cr-icon {
    position: absolute;
    font-size: .7em;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: #FFF;
}

 .checkbox-new label input[type="checkbox"] {
    display: none;
}

 .checkbox-new label input[type="checkbox"] + .cr > .cr-icon {
    opacity: 0;
}

.checkbox-new label input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
}
.checkbox-new label input[type="checkbox"]:checked + .cr {
    background: #333;
}

.checkbox-new label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}

.members_list a.link-black {
  font-size: 15px;
}
.img-responsive.single-males {
  height:22px;
  width:auto;
  display: inline-block;
  margin-right:9px;
}
.single-males-img span {
  height:22px;
  color: #6f6f6f;
}
.single-males-img  {
  margin:10px 0;
}

.speed-date-label {
  width: 100% !important;
  margin-top:10px;
  color: #6f6f6f;
  margin-bottom: 10px;

}
.container.filters .search-container {
  padding-left: 20px;
}
.container.filters .search-container input {
  width: 85%;
  margin-left: 2%;
  border: 0;
  background: #FFF;
  border-radius: 0;
  font-weight: normal;
}
.container.filters .search-container i.fas.fa-search {
  color: #e5e5e5
}

.speed-date-labels {
  margin-bottom:10px;
}

.speed-date-labels .tag.label {
  background: #3B5998;
  font-weight:normal;
  padding:10px;
  font-size:12px;
  margin-right:10px;
  display: inline-block;
  margin-top: 5px;
}

.speed-date-labels i.glyphicon-remove {
  color: #FFF;
  margin-left:5px;
  font-size: 10px;
}

.speed-date-labels .btn.btn-default {
  font-size: 12px;
  padding: 7px;
  display: inline-block;
  top: -1px;
  position: relative;
  }

div.speed-date-map {
  border-radius: 4px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.16);
  padding-bottom:15px;
  margin-top: 22px;
}

div.speed-date-map span {
  display:block;
  text-align:center;
  margin: 15px 0 0 0;
}

a div.speed-date-map , a:hover div.speed-date-map , a:active div.speed-date-map   {
  color: rgba(0,0,0,0.7) !important;
}

.toggle-speed-date-profile {
  color: #aeaeae;
  padding: 2px 12px 0;font-size:12px
}

.toggle-speed-date-profile span.togglelabel {display: inline-block;
position: relative;
top: -10px;
left: 2px;
}

.toggle-slow-date-profile {
  color: #aeaeae;
  padding: 2px 12px 0;font-size:12px
}

.toggle-slow-date-profile span.togglelabel {display: inline-block;
position: relative;
top: -10px;
left: 2px;
}

/* toggle switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

.toggle-switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.2);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: #373737;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

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

/* wall post - speed date */
.speed-date-wall-map.panel.panel-default {
  margin-top:20px
}

.speed-date-wall-map.panel.panel-default .panel-body {
  padding:0
}

.speed-date-wall-map.panel.panel-default .panel-body .widget {
  line-height:23px;
}

.speed-date-wall-map.panel.panel-default .panel-body .widget img.google-map {
  width:100%;background:#e5e5e5;height:150px
}
.speed-date-wall-map.panel.panel-default .panel-body .widget .container {
  width:100%!important;margin:20px 0
}
.speed-date-wall-map.panel.panel-default .panel-body .widget .container strong {
  color:#333;
}

/* speed date wall icon */
.round-icon {
    position: absolute;
    left: 35px;
    top: 30px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
    background-color: #222;
    color: #FFF;
    text-align: center;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);
}
.round-icon.green {
  background-color: #33CC33;
}

/* like-feed */
.like-hand-icon {
  width: 14px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.plus-icon-speed-date {
  padding-right:5px;
  top:-1px;
  position: relative;
}

div.fix-name-menu {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #FFF;
  font-size: 12px;
  top: 2px;
  left: -4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}


 /* radio */

 radio {
   padding-left: 20px; }
   .radio label {
     display: inline-block;
     position: relative;
     padding-left: 5px; }
     .radio label::before {
       content: "";
       display: inline-block;
       position: absolute;
       width: 17px;
       height: 17px;
       left: 0;
       margin-left: -20px;
       border: 1px solid #cccccc;
       border-radius: 50%;
       background-color: #FFF;
       -webkit-transition: border 0.15s ease-in-out;
       -o-transition: border 0.15s ease-in-out;
       transition: border 0.15s ease-in-out; }
     .radio label::after {
       display: inline-block;
       position: absolute;
       content: " ";
       width: 9px;
       height: 9px;
       left: 4px;
       top: 4px;
       margin-left: -20px;
       border-radius: 50%;
       background-color: #fff;
       -webkit-transform: scale(0, 0);
       -ms-transform: scale(0, 0);
       -o-transform: scale(0, 0);
       transform: scale(0, 0);
       -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
       -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
       -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
       transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
   .radio input[type="radio"] {
     position: relative;
     margin-left: 0;
     opacity: 0; }
     .radio input[type="radio"]:focus + label::before {
       background-color: #333 !important;
       outline: thin dotted;
       outline: 5px auto -webkit-focus-ring-color;
       outline-offset: -2px; }
       .radio input[type="radio"]:checked + label::before {
         background-color: #333 !important;
          }
     .radio input[type="radio"]:checked + label::after {
       -webkit-transform: scale(1, 1);
       -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
       transform: scale(1, 1);
        background: #FFF;}
     .radio input[type="radio"]:disabled + label {
       opacity: 0.65; }
       .radio input[type="radio"]:disabled + label::before {
         cursor: not-allowed; }
   .radio.radio-inline {
     margin-top: 0; }


/* */
.round-icon.notifica-travel-plans {background:#FF7800 !important}
.round-icon.notifica-slow-date {background:#8F00FF !important}
.round-icon.notifica-speed-date {background:#0066FF !important}
.round-icon.notifica-speed-date .glyphicon-clock:before {
      background-image: url("../images/clock.png");
      background-size: contain;
      display: inline-block;
      width: 12px;
      height: 12px;
      content: "";
}

.round-icon.notifica-travel-plans .glyphicon-ok:before {
      background-image: url("../images/travel.png") !important;
      background-repeat: no-repeat;
      transform: rotate(-45deg);
      background-size: contain;
      display: inline-block;
      width: 13px;
      height: 13px;
      content: "";
}


.round-icon.notifica-travel-plans .glyphicon-ok {
      top:2.4px;
}

.round-icon.notifica-speed-date .glyphicon-clock {
  position: relative;
  top: 3.2px;
}

/* profile photo widget */
.profile-likes a {color: rgba(0,0,0,0.5) !important}
span.unlike a {color: #4299FF}

.wall-status.profile-image .img-responsive {
    border: 6px solid #FFF;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    object-fit: cover;
    margin-top: 60px;
}

.wall-status.profile-image {
    height: 448px !important;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.wall-status.profile-image .image-blur {
    height: 240px !important;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index: -100;
    -webkit-filter: blur(15px); /* Safari 6.0 - 9.0 */
    filter: blur(15px);
    opacity: 0.7;
    background-size: cover !important;
}

.wall-status.profile-image .image-blur img {
    width: 100%;
    object-fit: cover;

}

/* event widget */

.display-message-going {
  margin-top:27px;
}
.display-message-going .image-message-going {
  width:35px;
  height: 35px;
}
.display-message-going .image-message-going img {
  margin-top:0;
}
.display-message-going .text-message-going {
  margin-left:13px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
}

.pull-left.widget-title {
  width: 470px;
  height: 50px;
  padding-top:7px;
}

.share-event-title {
  font-family: Arial;
  line-height: 23px;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.9);
}
.share-event-title a {
  color: #1b1b1b
}
.share-event-buttons, .share-event-going, .share-event-members, .share-event-date, .share-event-place {
  margin-top: 20px;
}

.share-event-place, .share-event-organiser {
  color: rgba(0,0,0,0.5)
}

.share-event-place .label-default {
  margin-right: 8px;
}

.share-event-date {
  color: rgba(0,0,0,0.9)
}

.share-event-going img {
  float:right;
  margin-left:3px;
  width:36px;
  height:36px;
}

.share-event-image {
  max-width: 156px;
  max-height: 500px;
  margin: 0 0 0 30px;
  object-fit: fill;

}
.share-event-buttons {
  /*border-bottom: 1px solid #e5e5e5;*/
  padding-bottom: 20px;
}

.share-event-buttons a.btn {
  font-size: 13px;
  padding: 6px 12px;
}

/* btn general */
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #CF0000;
    border-color: #CF0000;

}

.partyShareEventBtnGoing {}

element.style {
}
.share-event-buttons a.btn {
    font-size: 13px;
}

.share-event-friends-number {
  margin-left: 3px;
  margin-top: 5px;
  float: left;
  border-radius: 50%;
  width:36px;
  height: 36px;
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  background: rgba(0,0,0,0.1);
  line-height:36px;
  text-align:center
}


.share-event-friends-number:hover {
  opacity: 0.7;
}

/* widget public post */
.btn.public-post {
  color: #1b1b1b;
  font-size:13px;
  text-decoration: none;
}
.btn.public-post .glyphicon {
  color: rgba(0,0,0,0.3);
  top: 2px;
}

.btn.public-post .glyphicon-triangle-bottom:before {
    font-size: 11px;
}

/* widget suggested post carousel */

.widget-post-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position:relative;
  margin-right: 12px;
}

.widget-post-image .img-responsive {
  position: absolute;
  margin: auto !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.widget-profile-image {
  width: 140px !important;
  background: #000;
  margin-bottom: 13px;
  object-fit: cover;
}
.widget-sex {
  margin-bottom:7px
}

.CarouselWidget.carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: auto !important;
}

.CarouselWidget.carousel .carousel-inner img {
    height: 140px!important;}

.CarouselWidget.carousel-inner .active.left { left: -33.3%; }
.CarouselWidget.carousel-inner .next        { left:  33.3%; }
.CarouselWidget.carousel-inner .prev		 { left: -33.3%; }
.CarouselWidget.carousel-control 			 { width:  4%; }
.CarouselWidget .carousel-control.left, .CarouselWidget .carousel-control.right {
  background-image: none;
  background-color: #FFF;
  opacity: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 25%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.media-body.carousel-widget-media {
  overflow: visible;
}

.CarouselWidget .carousel-control .glyphicon-menu-left,
.CarouselWidget .carousel-control .glyphicon-menu-right,
.CarouselWidget .carousel-control .icon-prev,
.CarouselWidget .carousel-control .icon-next {
    font-size: 19px;
    color: #999;
    width: auto;
    height:auto;
    top: 8px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.postCommentsCounter {
    cursor: pointer;
}

.popover.fade.top .popover-content {width: 400px !important; padding:20px}
.popover.popover-top-menu {position:fixed}
/*.popover.fade.top.in .popover-content {width: 400px !important; padding:20px}*/
.popup-h3-title {font-weight: bold;
font-size: 24px}
