﻿body {
	background: #e9ebee;
	font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
	overflow-x: hidden
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
/* Reset the container */
.container {
  width: 970px;
  max-width: none !important;
}
@media only screen and (min-width : 1200px) {
	.container {
	  width: 1170px;
	  max-width: none !important;
	}
}

textarea{
	resize: vertical;
	}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 26px;
	line-height: 20px;
	height: 50px;
	font-weight: 600 !important;
}
.navbar-nav>li>a {
	font-size: 12px;
	padding:0 7px;
	line-height:50px;
}
.profile-img{
    margin-right: 5px;
    float: left;   
	background-repeat: no-repeat;
    background-size: auto 100%; /* Interchange this value depending on prefering width vs. height */
    width: 30px;
    height: 30px;
	border-radius:50%;
	border:1px solid #fff;
	top: 10px;
    position: relative;	
    background-position: center center;
}
.navbar-collapse.in {
	overflow-y: hidden;
}
.cursor {
	cursor: pointer;
}
footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.7);
	margin-top:20px;
}
.p-0 {
	padding: 0 !important;
}
.m-0{
	margin:0 !important; 
}
.pr-5 {
	padding-right: 3px;
}
.p-10{
	padding:10px;
}
.ml-10{
	margin-left: 10px;
}
.p5{
	padding: 5px;
}
.pna {
	padding: 20px;
}
.pna h4 {
	font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
	color: #111;
	font-weight: bold;
	margin-top: 5px;
}
.badge {
	font-weight: 500;
}
.tag-line {
	font-size: 14px;
	margin-top: 3px;
	color: #292c2f;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.text-lowercase{
	text-transform:lowercase !important;
}
.countdown{
	background: #292c2f;
    display: block;
    margin: auto;
    width: 112px;
    height: 112px;
    text-align: center;
    line-height: 112px;
    font-size: 36px;
    border-radius: 50%;
    color: #fff;
	margin-top:10px;
}
.delete_button{
	position:absolute;
	z-index:9999;
	top:-15px;
	right:-15px;
}
.delete_button:hover{
	color:#ff000e;
}
.ml-5{
	margin-left:5px;
}
.f16{
	font-size:16px;
}
.text-normal{
	text-transform: none !important;
}
.fa-stack{
	vertical-align: bottom;
}
a.rotate-images,
a.rotate-images:hover,
.image-navigation a:hover{
	text-decoration: none;
}
.image-navigation a{
	font-size: 27px;
}
.image-navigation a.rotate-images{
	font-size: unset;
}
.date-info
{
	letter-spacing: 0.5px;
	font-size: 13px;
}
.clear-border{
	border: none !important;
}
a.clear-decoration,
a.clear-decoration:hover,
a.clear-decoration:active{
	text-decoration: none;
}
.disable-input{
	pointer-events:none;
}
.ads-wrapper{
	display: block;
	margin: 0 0 15px 0;   
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    transform: none;
    min-height: unset;
    min-width: unset;
    border-radius: 0;  
    border: 1px solid #dddfe2;
    box-shadow: none;
}
/* Grid Listing */
.events-list {
	background: transparent;
}
.grid-listing .card {
	background: white;
	min-width: 100px;
	min-height: 100px;
	max-width: 400px;
	border-radius: 2px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	float: left;
	margin: 7px;
}
.home-page-listing{
	margin-top:10px;
}
.home-page-listing .card{
	float: none;
	display: inline-block;
	width: 25% !important;
	padding: 7px;
	margin: 0 0 5px 0;
	border-radius: none;
	background: none;
	box-shadow:none;
}
.home-page-listing .card .card-innner{
	border-radius: 2px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.page-event-info .grid-listing .card{
	margin: 3px;
}
.page-user-profile .grid-listing .card{
	width: 25% !important;
	display: inline-block;
	margin: 0;
	padding: 10px;
	background: transparent;
	box-shadow: none;
	float: none;
}
.page-user-profile .grid-listing .card .card-content{
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);	
}
.page-user-profile .grid-listing.followers .card .card-content{
	box-shadow: none;
}
.page-user-profile .grid-listing .delete_button {
    position: absolute;
    z-index: 9999;
    top: -8px;
    right: -8px;
    color: #da3737;
}
.page-user-profile .grid-listing .delete_button:hover{
	color:  #ff0000;
	-webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
    transition: color 1s; /* For modern browsers */
}
.grid-listing .card .img {
	width: 100%;
	height: 0;
	padding-top: 75%;
	background-size: cover;
	background-color: #ccc;
	background-position: center center;
}
.grid-listing .card img
{	
	overflow: hidden;
	/*object-position: 10% 50%;	*/
	box-shadow: 0 2px 2px -2px black;
	max-width: 100%
}
.grid-listing .card .inside {	
	padding: 10px 10px 10px 10px;
	word-wrap: break-word;
    width: 100%;    
    color: #ffffff;  
    transition: none;    
}
.grid-listing .card .inside{
	position: relative;
    bottom: unset;
    background: #fff;
    color: #292c2f;
    font-size: 14px;
}
.grid-listing .card .inside a{
	color: inherit;
	font-size: 13px;
}
.grid-listing .card .inside h3 a{
	font-size: 14px;
}
.grid-listing .card .inside h3 {
	margin-top: 0;
	margin-bottom: 10px;
	display: block;	
	-webkit-margin-end: 0px;
	font-weight: 500;	
	line-height: 13px;
}
.unpub-events.grid-listing .card{	
	min-height: unset;
	opacity: 1;
	transform: none;
	float: none;
	display: inline-block;
	width: 25%;
}
.unpub-events.grid-listing .card .card-content{
	background: #ffffff;
}
.event-images .card{
	padding: 5px;
	float: none;
	display: inline-block;
}
.event-images .card .delete-block p{
	padding: 5px 0 0 0;
	margin-bottom: 0;
}
.event-images .card .delete-block label{
	font-weight: 500;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 0;
}
.event-images .card .delete-block label input[type="radio"]{
	margin-right: 5px;
}
.event-images .card .delete-block .btn{
	margin-top: 10px;
}
.event-images .card .delete-button{
	margin: 5px auto 0px auto;
	text-align: center;
	display: block;
}
.unpub-events.grid-listing .card .inside{
	position: relative;	
    color: #292c2f;
    background: none;
}
.unpub-events.grid-listing .card .inside h3{
	font-size: 15px;
	margin-bottom: 15px;
}
.grid-listing .card.favorites .inside h3{
	margin-bottom:0;
}
.grid-listing .card .inside a:hover {
	text-decoration: underline;
}
.unpub-events.grid-listing .inside a,
.unpub-events.grid-listing .inside a:hover{
	color: #fff !important;
	text-decoration: none;
}
.grid-listing .card .inside .description {
	font-size: 14px;
	line-height: 1.3;
	color: #555;
}
.grid-listing .cards-wrap {
	position: relative;
}
.grid-listing .card.angular-grid-item {
	/*border: 8px solid #fff;*/
	background-image: url(assets/images/infinity.svg);
	background-size: 28%;
	background-repeat: no-repeat;
	background-position: center center;
}
.grid-listing .card.enable-overflow.angular-grid-item{
	overflow:visible;
}
.grid-listing .card.angular-grid-item.active {
	border-color: #101010;
}

.full-image {
	max-width: 100%;
}
.infinity-loader {
	display: block;
	margin: auto;
	height: 200px;
	width: 200px;
}
.big-image {
	margin-top: 20px;
	margin-bottom:10px;
    position: relative;    
    text-align: center;
    background: white;
    min-width: 100px;
    min-height: 100px;    
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.big-image img {		
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	max-height: 500px;	
    cursor: pointer;
    transition: 0.3s;
	border-radius: 0;
	margin: 15px auto 15px auto;
}
.big-image .description-block .card{
	transform: none;
    max-width: unset;
    opacity: 1;
    text-align: left;
    padding: 0 10px 10px 10px;
    box-shadow: none;
    min-height: unset;
    width: 100%;
    float: none;
}
.big-image .description-block .card-head {
    border-bottom: 1px solid #e5e5e5;
    color: #292c2f;
    line-height: 15px;
    margin: 0 0 6px 0;
    padding: 0px 0px 10px 0;
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.image-option-bar{
	padding: 10px 15px 5px 15px;
	border: 1px solid #dddfe2;
    background: #ffffff;
    margin-top: 0px;
    text-align: left;
}
.image-option-bar a{
	font-size: 18px;
	padding: 0 6px 0 6px;
}
.image-option-bar p{
	    vertical-align: middle;
    display: inline-flex;
}
.image-option-bar p a{
   font-size: 16px;
   padding: 0px 0px 0 0;
   margin: 0 10px;
}
#currentImage:hover {opacity: 0.7;}

.image-modal {  
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */   
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */    
    z-index: 99999;
}
.image-modal .modal{
	 padding-top: 100px; /* Location of the box */
	 top: 0;
	 background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.image-modal .modal-dialog  {
    margin: auto;
    display: block;
    width: 90%;
    height: 90%;  
}
.image-modal .modal-dialog img{
	max-height: 100%;
}
.image-modal .modal-content{    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    text-align: center;
    height: 100%;
}
.image-modal .modal-content #imageModal{
	height: 100%;
}
/*@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}*/
.image-modal .close {
    position: absolute;
    top: -85px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
}
.image-modal .close:hover,
.image-modal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
/* ===== */

/* CMS Pages */
.cms-pages article {
	padding: 25px;
	text-align: left;
	border: #fff;
	-webkit-box-shadow: 0px 9px 24px 0px rgba(151, 160, 204, 0.12);
	box-shadow: 0px 9px 24px 0px rgba(151, 160, 204, 0.12);
	background-color: #fff;
	border-radius: 8px;
	margin: 0px auto 20px auto;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.cms-pages article .page-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	position: relative;
}
.cms-pages article .page-title:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #292c2f;
	bottom: 0px;
	margin-top: 4px;
}
.cms-pages article h2 {
	font-weight: 400;
	font-size: 22px;
}
.cms-pages article .post-content {
	color: #5c5c5c;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.angular-with-newlines {
	white-space: pre-wrap;
}
/* ===== */

/* common page header */
#page-header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-top: 5px;
}
.page-user-profile  #page-header{
	padding:10px 0 5px 0;
}
.page-event-info #page-header{
	
}
#page-header h2 {
	font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
	color: #111;
	font-weight: 600;
	margin-top: 5px;
	font-size: 22px;
}
#page-header .list-inline>li,
.title-section .list-inline>li {
	padding-right: 0px;
}
#page-header .list-inline .badge,
.title-section .list-inline badge{
	padding: 5px 10px;
	/*cursor: text !important;
    */
	font-size: 12px;
	font-weight: 500;
	font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
	border: 1px solid #ccc;
	background: #fff;
	color: #000;
}
#page-header .list-inline>li.active .badge,
.title-section .list-inline>li.active .badge{
	background: #333;
	color: #fff;
}
#page-header .badge a,
.title-section .badge a{
	text-decoration: none;
	color: #000;
}
#page-header .badge:hover,
#page-header .badge:hover a,
.title-section .badge:hover,
.title-section .badge:hover a{
	background: #333;
	color: #fff;
}
.title-section small a{
	font-weight: 500;
	color: #111;
	text-decoration: none;
}
/* ===== */

/* user profile */
.profile-pic-wrap {
	display: block;
	margin: auto;
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	margin-top: 0px;
	margin-bottom: 5px;
	border-radius: 50%;
}
.profile-pic-wrap img {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	object-fit: cover;
}
.followers .card .top-banner {
	height: 0;
	padding-bottom: 80px;
	background-size: cover;
	background-color: #09c;
}
.followers .card .card-content {
	padding-top: 55px;
	color: #666;
}
.followers .card .card-content a {
	color: #09C;
}
.followers .card .card-content h4 {
	font-weight: 500;
	font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}
.followers .card {
	/*background:#292c2f;
    */
	background: #fff;
	min-height: 200px;
}
.followers .profile-pic-wrap {
	border: none;
	box-shadow: none;
	background: transparent;
}
.followers .profile-pic-wrap img {
	width: 120px;
	height: 120px;	
	margin: 5px;
	object-fit: cover;
	object-position: center center;
	display: block;
	margin: auto;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	border-radius: 99em;
	border: 5px solid #eee;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	position: absolute;	
	top: 3%;
	left: 50%;
	margin-left: -60px;
}
.followers.grid-listing .card.angular-grid-item {
	background: none;
}
#page-header .user-information {
	padding: 10px;
}
#page-header .user-information h2 {
	margin-bottom: 0;
}
.title-section{
	border-bottom: 3px solid #eee;
	padding-bottom: 0px;
}
.title-section h3 {
	margin: 0 0 15px 0;
	font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
	font-size: 20px;
	color: #111;
	font-weight: 600;
}
/* ===== */

/* hashtag */
.grid-listing .full-card {
	background: white;	
	border-radius: 2px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	opacity: 1;
	margin-bottom: 15px;
}
.grid-listing .full-card .img {
	background-color: transparent;
	background-image: url(assets/images/infinity.svg);
	background-size: 28%;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 150px;
	text-align: center;
}
.grid-listing .full-card .img a {
	display: block;
	cursor: pointer;
}
.grid-listing .full-card .img img {
	display: block;
	margin: auto;
	max-width: 100%;
}
.grid-listing .full-card .inside {
	padding: 12px;
	word-wrap: break-word;
	background: #fff;
}
.grid-listing .full-card .inside.add-border {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 0;
}
.grid-listing .full-card .inside h3 {
	margin-top: 0;
	margin-bottom: 8px;
	display: block;
	font-size: 1.1em;
	-webkit-margin-end: 0px;
	font-weight: 500;
}
.grid-listing .full-card .inside a {
	color: #E91E63;
	text-decoration: none;
}
.grid-listing .full-card .inside a:hover {
	text-decoration: underline;
}
.grid-listing .full-card .inside .description {
	font-size: 14px;
	line-height: 1.3;
	color: #555;
}
.grid-listing .full-card.angular-grid-item {
	border: 8px solid #fff;
	background: none;
}
.grid-listing .full-card.angular-grid-item.active {
	border-color: #101010;
}
.hashtags-listing .grid-listing .full-card .top {
	padding: 5px 5px;
	background: #fff;
}
.hashtags-listing .grid-listing .full-card .top .inside {
	padding: 5px;
}
.hashtags-listing .grid-listing .full-card .top .inside h3 {
	font-size: 16px;
	margin: 0;
}
.hashtags-listing .grid-listing .full-card.angular-grid-item {
	border: none;
	/*width: 100% !important;
     position: relative !important;
     top: unset !important;
     bottom: unset !important;
     left: unset !important;
     right: unset !important;
    */
	max-width: none;
	max-height: none;
	margin-bottom: 20px;
}
.hashtags-listing .grid-listing .list-inline li {
	margin-right: 10px;
}
.listNav {
	padding: 10px 0;
}
.listNav,
.ln-letters {
	overflow: hidden;
}
.listNavHide {
	display: none !important;
}
.listNavShow {
	display: list-item;
}
.letterCountShow {
	display: block;
}
.ln-letters a {
	font-size: 16px;
	display: block;
	float: left;
	border-bottom: 2px solid #292c2f;
	color: #292c2f;
	text-decoration: none;
	background: #292c2f;
	border-radius: 50%;
	margin: 3px;
	width: 36px;
	height: 36px;
	color: #fff;
	text-align: center;
	line-height: 36px;
}
.ln-letters a:hover,
.ln-letters .ln-selected {
	background-color: #292c2f;
	color: #fff;
}
.ln-letters .ln-disabled {
	color: #ccc;
}
.ln-letter-count {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.35;
	color: #336699;
}
ul.list-nav {
	margin: 0px 0 25px 0;	
	padding: 0;
	width: 100% !important;
}
ul.list-nav li {
	padding: 0 10px;
	display: inline-block;
	width: 33.333%;
}
ul.list-nav li .li-content{
	font-size: 14px;
	color: #292c2f;
	padding: 4px 3px;	
	list-style: none;	
	border-bottom: 1px dashed #1d2129;
	display: block;
}
ul.list-nav .li-content:hover {
	background: #292c2f;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff;
}
ul.list-nav .li-content:hover a {
	color: #fff;
	text-decoration: none;
}
ul.list-nav .ln-no-match {
	font-size: 18px;
	position: absolute;
	text-align: center;
	width: 100%;
	border: none;
	text-transform: capitalize;
}
ul.list-nav .ln-no-match:hover {
	background: none;
	color: inherit;
}
/* ===== */

.total-events {
	text-align: center;
}
span.blue {
	background: #414452;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	width: 38px;
	height: 38px;
	line-height: 33px;
	padding: 3px;
}

/* sidebar section */
.sidebar{	
}
.sidebar .card {
	margin: 0 0 15px 0 !important;
    padding: 12px;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    transform: none;
    min-height: unset;
    min-width: unset;
    border-radius: 0;
    float: none;
    border: 1px solid #dddfe2;    
    box-shadow: none;
}
.sidebar .card.no-bg {
	background: none;
	box-shadow:none;
}
.sidebar .card .card-head{
	border-bottom: 1px solid #e5e5e5;
    color: #292c2f;
    line-height: 15px;
    margin: 0 0 6px 0;
    padding: 0px 0px 10px 0;
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.sidebar .card.fun-block .card-head{
	padding-top: 6px;
}
.sidebar .card.fun-block .card-head:last-child{
	border: none;
	margin-bottom: 0;
}
.sidebar .card .card{
	padding: 5px;
	float: left;
}
.sidebar .card .card .card-head{
	padding: 5px 0 5px 0;
	font-size: 12px;
}
.sidebar .card-head table{
	border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    width: 100%;
}
.sidebar .card-head table td{
	color: #292c2f;
    line-height: 15px;
    font-size: 13px;
    font-weight: 500;
}
.sidebar .card-head table td .btn{
	font-size: 18px;
    padding: 0;    
    font-weight: 400;
    display: block;
    box-shadow: none;
}
.sidebar .card .card-content{
	padding: 5px;
}
.sidebar .card-content table th,
.sidebar .card-content table td{
	font-size: 13px;
	padding:  3px 0;
}
.sidebar .card .card-footer{
	border-top: 1px solid #e5e5e5;
    padding-top: 4px;
}
.sidebar .card .card-footer p{
	margin-bottom: 0;
}
.sidebar .card-footer table td{
	text-align: center;
}
.sidebar .card-footer table td .btn{
	font-size: 12.5px;
    padding: 0;
    color: grey;
    font-weight: 400;
}
.card.photoeventers .clearfix{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	margin-bottom:5px;
}
.card.photoeventers .profile-pic-wrap{
	width: 54px;
}
.card.photoeventers .profile-pic-wrap img{
	width: 49px;
    height: 49px;
}
.card.photoeventers .userinfo{
	width: 270px;
}
.card.photoeventers .card-content h4{
	font-size: 14px;
	margin: 0;
}
.sidebar .profile-pic-wrap {
	margin: 0;
    float: none !important;
    width: 54px;
    display: inline-block;
}
.sidebar .fun-buttons li a{
	font-size: 16px;
}
.sidebar  .publish-info .profile-pic-wrap {
	display: block;
	margin: auto;
}
.sidebar .profile-pic-wrap img {
	width: 50px;
	height: 50px;
}
.sidebar .profile-details{
	margin-left: 10px;
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}
.sidebar .publish-info .profile-details{
	display: block;
    margin: 10px 0 0 0;
}
.sidebar .profile-details h4{
	margin: 0 0 5px 0;
	font-size: 14px;
}
.sidebar .profile-details h6{
	margin: 0 0 5px 0;
}
.sidebar .paginate p{
	vertical-align: middle;
    display: table;
    margin: auto;
}    
.sidebar .paginate a:first-child{
	margin-right: 5px;
	font-size: 16px;
}
.sidebar .paginate a:last-child{
	margin-left: 5px;
	font-size: 16px;
}
.sidebar .card-footer table{
	border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    width: 100%;
}
.sidebar .image-rating h4{
	font-size: 12px;
}
.clear-hover :hover a,
.clear-hover :active a{
	text-decoration: none;
}

.sidebar .card .beenthere-list .card-content ul{
	list-style:none;
	margin:0;
	padding:0;
}
.sidebar .card .beenthere-list .card-content ul li{
	float:left;
	margin-right: 3px;
}
.sidebar .card .beenthere-list .card-content ul li:nth-child(4n) {
	margin-right:0;
}
.sidebar .card .beenthere-list .card-content .profile-pic-wrap{
	padding:3px;
	width: unset;
}
.sidebar .card .beenthere-list .card-content img{
	width: 57px;
    height: 57px;
	border-radius:50%;
}

.sidebar .card .button-list .btn-clear,
.sidebar .card .button-list .btn-danger {    
    padding: 5px 12px;    
    border: 1px solid #292c2f;
    border-radius: 0;
}
.sidebar .card .button-list .btn-clear:hover{
	background: #292c2f;
	color: #fff;
}
.sidebar .card .button-list .btn-danger
{
	border: 1px solid #E74C3C;
}
.sidebar section aside {
	padding: 0 10px;
}
.beenthere-block p{
	margin:10px;
}
.archives h4 {
	border-bottom: 1px dashed #292c2f;
	padding-bottom: 5px;
	font-size: 16px;
}
.event-user-info .info{
	padding:8px 10px;
}
.event-user-info a:hover{
	text-decoration: none;
}
.archives li {
	margin-bottom: 0px;
}
.sidebar .badge:hover,
.sidebar .active .badge {
	background: #292c2f;
}
.mr-5 {
	margin-right: 5px;
}
.hashtag .list-inline {
	margin-left: 0;
}
.hashtag li {
	padding-left: 0;
}
.sidebar .grid-listing {
	background: #fff;
}
.sidebar .grid-listing .card {
	box-shadow: none;
	min-height: auto;
}

.sidebar .grid-listing .card h4 {
	border: none;
	font-size: 16px;
	padding-bottom: 0;
}
.sidebar .grid-listing .card .card-content {
	padding-left: 10px;
}
.edit-button{
	background: #fff;
	border: none;
	margin-bottom:5px;
}
.edit-button:hover{
	background:#292c2f;
	color:#fff;
}
.image-navigation{
	padding: 1px;
}
.like-report{
	margin-top:10px;
}
.like-report ul{
	margin: 0;
	padding: 0;
}
.like-report li{
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
}
.like-report li a:hover{
	color: #00a379;
	 -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.sidebar .fa-heart,
.sidebar .fa-thumbs-up{
	color: #00a379;
}
.like-report li .report a:hover,
.like-report li .report a:active{
	color: #e43725;
}
.likes-count{
	font-size: 12px;
}
.sidebar .copy-buttons{
	margin-bottom: 15px;
	overflow: hidden;
}
.sidebar .copy-buttons .btn{
	font-size: 12px;
	padding: 5px 5px;
}

.hlist ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.hlist ul li{
	width: 50%;
	display: inline-block;
	font-size: 12px;
	border-bottom: 1px dashed #cccccc;
	    padding: 5px 0 5px 0;
}
.hlist ul li:hover a{
	text-decoration: none;
}
/* ===== */

/* scroll to top */
.scrollup {
	background-color: #ff0002;
	border-radius: 50%;
	bottom: 50px;
	color: #fff;
	position: fixed;
	right: 15px;
	width: 65px;
	height: 65px;
	opacity: 0;
	text-align: center;
	line-height: 65px;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	-ms-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
	cursor: pointer;
	font-size: 18px;
}
.scrollup:hover {
	color: #000;
	transition: all 0.4s ease-in-out 0s;
}
.visible {
	opacity: 1;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	-o-transition: opacity 500ms ease-in;
	-ms-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
}
/* ===== */

/* search bar */
.search-bar {
	padding: 10px 10px 10px 0;
	text-align: center;
	background: #ccc;
	color: #292c2f;
}
.search-bar .form-control {
	height: 30px;
	color: #292c2f;
	margin: 0px;
}
.search-bar button,
.search-bar input {} .uib-datepicker-popup.dropdown-menu:focus,
.uib-datepicker-popup.dropdown-menu:active {
	outline: none !important;
	box-shadow: none !important;
}
.uib-datepicker-popup.dropdown-menu {
	padding: 3px;
	border: none;
	background: #292c2f;
}
.uib-datepicker-popup.dropdown-menu td {
	padding: 1px;
}
.uib-datepicker-popup.dropdown-menu .btn-default {
	background: #292c2f;
	color: #ccc;
	font-size: 14px;
	border: none;
	cursor: pointer;
}
.uib-datepicker-popup.dropdown-menu .btn-default strong {
	font-weight: 200;
}
.uib-datepicker-popup.dropdown-menu .btn-default:hover,
.uib-datepicker-popup.dropdown-menu .btn-info.active,
.uib-datepicker-popup.dropdown-menu .btn-default.active {
	color: #000 !important;
	background: #fff;
	cursor: pointer;
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-radius: 3px;
}
/* ===== */

/* circle background */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.icon-danger {
    color: #d9534f;
}

.icon-danger-border {
    color: #d43f3a;
}

.icon-background3 {
    color: #c0ffff;
}

.icon-background4 {
    color: #c0ffc0;
}

.icon-background6 {
    color: #40c040;
}

.icon-background5 {
    color: #c0c0ff;
}

.circle-icon2 {
    background: #ffc0c0;
    padding:30px;
    border-radius: 50%;
}

.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}
.alert .h5{
	font-size:14px;
	margin-left:10px;
	line-height: 28px;
}
/* ===== */

/* auth - sign up, login, profile edit etc., */
.page-user-auth {
	margin-bottom: 30px;
}
.auth-wrapper {
	width: 650px;
	margin: 30px auto;
	padding: 50px;
}
.auth-wrapper.image-upload{
	width: 740px;
}
.auth-wrapper.image-review,
.auth-wrapper.full-width{
	width: 100%;
}
.profile-settings.change-password .auth-wrapper{
	width: 450px;
}
.profile-settings .auth-wrapper{
	padding:10px;
}

.auth-wrapper .auth-header {
	margin-bottom: 1px;
	padding-bottom: 10px;
}
.login .auth-wrapper .auth-header {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.auth-wrapper .auth-header h4 {
	text-align: center;
	margin-top: 0;
}
.login .auth-wrapper .auth-header h4 {
	margin-bottom: 5px;
}
.auth-wrapper .auth-header p {
	padding-left: 10px;
}
.login .auth-wrapper form section,
.forgot-password .auth-wrapper form section{
	padding-bottom: 30px;
}
.profile-settings .auth-wrapper section{
	padding-bottom:20px;
}
.auth-wrapper form section:before {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #b5b3b3, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #b5b3b3, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #b5b3b3, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #b5b3b3, #f0f0f0);
	width: 100%;
	margin: 0px auto 30px auto;
	top: 5px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.auth-wrapper form section.clear:before{
	    border: none;
    background: none;
    top: 0;
    margin: 0;
    padding: 0;
}
.login .auth-wrapper form section:before {
	width: 80%;
}
.auth-footer {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.auth-footer p {
	text-align: center;
	margin: 40px 0 0 0;
	padding: 10px;
	font-size: 13px;
}
.auth-footer p a {
	color: #000;
	font-weight:bold;
}
.auth-wrapper label {
	margin-bottom: 0;
}
.auth-wrapper .checkbox {
	padding-left: 20px;
}
input[type="text"],
input[type="email"],
input[type="password"],
.form-control {
	width: 98%;
	border-radius: 5px;
	outline: none;
	margin-bottom: 10px;
	color: #292c2f;
	text-transform: capitalize;
	border: 1px solid #b5b3b3;
}
input[type="email"] {
	text-transform: lowercase;
}
input:focus,
.form-control:focus {
	/*box-shadow: inset 4px 6px 10px -4px rgba(0, 0, 0, 0.7), 0 1px 1px -1px rgba(255, 255, 255, 0.3);
     background: #292c2f;
     -webkit-transition: 0.5s ease;
     -moz-transition: 0.5s ease;
     -o-transition: 0.5s ease;
     -ms-transition: 0.5s ease;
     transition: 0.5s ease;
	 color:#fff;*/
	;
}
input[type="submit"]:hover {
	opacity: 1;
	cursor: pointer;
}
.has-error .form-control{
	margin-bottom:0;
}
.has-error .text-danger{
	font-size:13px;
	margin-top:0;
	text-transform:lowercase;
}
.has-error .text-danger:first-letter{
	text-transform:uppercase;
}
.auth-errors{
	padding:0 30px;
}
.profile-settings .auth-errors{
	padding:0;
}
.auth-errors p{
	display: list-item;
	color:#a94442;
	margin-bottom:2px;
}
.auth-errors.unstyled p{
	display:block;
}
.auth-errors p:last-child{
	margin-bottom:30px;
}
.congrats{
	width:700px;
	padding:80px;
	text-align:center;
	margin:auto;
}
.congrats h1{
	margin-bottom:50px;
	font-weight:700;
}
.congrats h4{
	font-weight:300;
	font-size:17px;
}
.congrats a{
	font-weight:400;
	text-decoration:underline;
}
.profile-settings{
	/*width:70%;*/
}
.profile-notify-setting label{
	width:80%;
	float:left;
	font-size:13px;
	margin-right:10px;
}
.profile-notify-setting .switch{
	float:left;
}
/* ===== */

/* Switch */
.switch {
 height:25px;
}
.switch small {
  width: 20px;
  height:20px;
  top:2px;
  left:5px;
}
.switch.checked {
  /* frame when enabled */
}
.switch.checked small {
  left:28px;
  
}
.switch .switch-text{
	font-family:unset;
	font-size:12px;
}
.switch .on,
.switch .off{
	top:19%;
}
/* ===== */

/* Notify circle */
.navbar-inverse .navbar-nav>li.notifiy-circle>a{
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	top: 6px;
	margin-right: 10px;
	color: #000;
	padding: 0;
    text-align: center;
    line-height: normal;
    padding-top: 4px;
}
.navbar-inverse .navbar-nav>li.notifiy-circle>a.active{
	color:#ff0002;
}
.navbar-inverse .navbar-nav>li.notifiy-circle>a .count{
	position: relative;
    display: block;   
    font-size: 11px;
	letter-spacing:0px;
}    
/* ===== */	

/* Notify Listing */
.notify-listing .angular-grid{
	height:auto !important;
	padding:15px 0px 15px 0;
}
.notify-listing .angular-grid > .angular-grid-item {
   	opacity: 1;
    display: block;
    position: relative !important;
    float: none;
    width: auto !important;
    left: unset !important;
    top: unset !important;
    padding-bottom: 10px;
    background: #ffffff;
    padding: 5px 10px 0 10px;
    margin-bottom: 10px;    
}
.notify-listing .angular-grid > .angular-grid-item{
	opacity: 1;
    display: block;
    position: relative !important;
    float: none;
    width: auto !important;
    left: unset !important;
    top: unset !important;
    padding-bottom: 10px;
    background: #ffffff;
    padding: 10px 10px 5px 10px;
    margin-bottom: 10px; 
}
.notify-listing .angular-grid > .angular-grid-item a{
	font-weight:600;
}
.notify-listing .angular-grid > .angular-grid-item:hover{
	background:#9afde4;
	color:#000;
}
.notify-listing .angular-grid > .angular-grid-item:hover a{
	color:#000;
}
.notify-listing .angular-grid > .angular-grid-item .pull-left{
	width: 2.5%;
}
.notify-listing .angular-grid > .angular-grid-item .pull-right{
	width:97.5%;
}
.notify {    
}
.notify span {
    float: right;
}
.notify-listing .angular-grid > .angular-grid-item .checkbox{
	margin-bottom:0;
}
.notify-listing .title-section{
	padding-bottom:5px;
}
.notify-listing .title-section .checkbox{
	position:relative;
	margin-bottom:0;
	top:5px;
}
/* ===== */	

/* Profile Picture List */
.profile-picture-list{
	height:auto;   
 	vertical-align: middle;
	text-align:center;
}
.profile-pic-demo{
  display: inline-block; 
  vertical-align: middle;
  margin-right:20px;
}
.pic2 .profile-pic-wrap img{
	width: 120px;
	height:120px;
}
.pic3 .profile-pic-wrap{
	padding:3px;
}
.pic3 .profile-pic-wrap img{
	width: 60px;
	height:60px;
}
.pic4 .profile-pic-wrap{
	padding:2px;
}
.pic4 .profile-pic-wrap img{
	width: 30px;
	height:30px;
}
/* ===== */

/* Tags Input */
.bootstrap .tags {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: 5px;
}

.bootstrap .tags.focused {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

.bootstrap .tags .tag-item {
  background: #292c2f;
  border: 1px solid #292c2f;
  border-radius: 4px;
  color: #fff;
}

.bootstrap .tags .tag-item.selected {
  background: #d9534f;
  border: 1px solid #d43f3a;
  border-radius: 4px;
  color: #fff;
}

.bootstrap .tags .tag-item button {
  background: transparent;
  color: #000;
  opacity: .4;
}

.bootstrap .autocomplete {
  border-radius: 4px;
}

.bootstrap .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #e9e9e9;
}

.bootstrap .autocomplete .suggestion-item em {
  font-weight: normal;
  background-color: #ffff00;
}

.bootstrap .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #ffff00;
}
tags-input .tags .input{
	text-transform: lowercase;
}
tags-input .tags .tag-item .remove-button {    
    color: #e6393a;
}
/* ===== */


/* Rotate Image */
.rotate-image li{
	width: 25%;
	float: left;
	padding: 1%;
	overflow: hidden;	
}
.rotate-image img{
	max-width: 100%;
	cursor: pointer;
}

.br-theme-bars-1to10 .br-widget{
	height:29px;
}
.br-theme-bars-1to10 .br-widget a {   
    background-color: #a5b1bd;  
}
.br-theme-bars-1to10 .br-widget a.br-active, .br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: #292c2f;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {    
    color: #292c2f;
    line-height: 29px;
    padding: 0 0 0 10px;
}
/* ===== */

/* Create Event - edit-images */
.edit-images{
	margin:0;
	padding: 0;
	list-style: none;	
}
.edit-images li{
	margin-bottom: 15px;
	padding: 0 10px;
}
.edit-images li .li-wrap{
	border:1px solid #ccc;
	padding: 10px;
	background: #fff;
	text-align: left;
}
.edit-images li  .image-wrap{
	height: 200px;	
	background: #fff;
	margin-bottom: 10px;
	position: relative;
}
.edit-images li small{	
	line-height: 10px;
    font-size: 11px;
    display: block;
    margin-bottom: 3px;
}
.edit-images li img{		
	height: 200px;
    width: 100%;
    object-fit: cover;
	overflow: hidden;
	object-position: 10% 50%;	
	box-shadow: 0 8px 6px -6px black;

	/*position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto; 
  height: auto;
  max-width: 100%; 
  max-height: 100%;
  margin: auto auto 0; */
}
.edit-images li textarea{
	border-radius: 0;
	width: 100%;
	text-transform: none;
	box-shadow: none;
	font-size: 12px;
	min-height: 60px;
	padding: 5px;
	margin-bottom: 5px;
	    border: 1px solid #ccc;
}
.edit-images li .actions{
	margin-top: 0px;
	padding: 0px;
}
.edit-images li label{
	font-weight: 600;
	font-size: 12px;
	margin-top: 5px;	
}
.edit-images li label input[type="radio"]
{
	margin-right: 2px;
}
.edit-images .bootstrap .tags{
	border-radius: 0;
	box-shadow: none;
}
.edit-images tags-input .tags .input{
	font-size: 12px;
}
.edit-images .bootstrap .tags .tag-item{
	width: auto;
}
.existing-events .card .inside{
	
}
.existing-events .card h3{
	font-size: 15px;
}
.existing-events .card .btn{	
	margin-bottom: 0px;
	border-radius: 0;
	border: none;
	background-color: #00a379;
}
.existing-events .card .btn:hover{
	background-color: #00bc8c;
	 -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
/* ====== */

/* category, country, state and city pages listing */
.category-listing-page .grid-listing{
	background: transparent;
}
.category-listing.cards-wrap{
	margin-top: 0;
}
.category-listing .card{
	width: 33.3333% !important;
    margin: 0 0 10px 0;
    padding: 5px;
    background: transparent;
    border: none;
    box-shadow: none;
    float: none;
    display: inline-block;
    vertical-align: baseline;
}
.category-listing-page .sidebar .card:first-child{
	padding: 5px 10px;
}
.category-listing-page .sidebar .card:first-child p{
	margin-bottom: 0;
}
.category-listing .card .card-content{
	position: relative;	
}
.category-listing .card .card-content .inside{
	position: relative;	
	background: transparent;	
	font-size: 13px;
	padding: 5px 10px 10px 10px;
	background: #ffffff;
}
.category-listing .card .card-content .inside a{
	font-size: 13px;	
}
/* ====== */

/* eventers listing */
.align-center{
	display: block; margin: 0 auto;
}
.followers .card{
	float: none;
	display: inline-block;
	margin: 0 !important;
	border-radius: 0;
	padding: 10px 10px 0 10px;	
	border: none;
	width: 33.333% !important;
	box-shadow: none;
	background: transparent; !important;
	min-height: unset;
}
.followers .card .card-content {
    padding-top: 15px;
    color: #666;   
}
.followers .card .card-inside{
	background: #ffffff !important;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	padding: 10px;
	border: 1px solid #dddfe2;
}
.followers .card .card-content h4{
	font-size: 14px;
	margin: 15px 0 2px 0;
}
.followers .card .card-content h6{
	line-height: normal;
}
.followers .card .card-content p{
	margin-bottom: 0;
	text-align: center;
	font-size: 12px;
}
.followers .profile-pic-wrap img{
	top: 8%;
	width: 100px;
    height: 100px;   
    margin-left: -50px;
}
.followers .card .top-banner{
	background: #ffffff;
}
.followers .card .btn{
	margin: 5px auto 0 auto;
	display: block;	
	border-radius: 3px;	
}
.followers .card a.btn{	   
    text-align: center;
    margin: auto;
    color: #fff;
    width: 100px;
    margin: auto;
    display: block;
    margin-top: 10px;
}
.followers .card .btn-success{
	background: #00a379;
}
.followers .card strong{
	font-weight: 500;
}
/* ====== */


/* account deleted */
.account-deleted{
	display: flex; 
	flex-direction: column;
	justify-content: center;
	height: 300px;
}


.image-button{
	background:none;
    border: none;
    outline: none;
    margin: auto;
    display: block;
    width: 132px;
    height: 132px;
    padding: 0;
    border-radius: 50%;
	cursor: pointer;
}