:root {
  --color1: var(--bs-black);  
  --color2: var(--bs-white);  
  --color3: var(--bs-yellow);  
  --color4: var(--bs-indigo);
  --color5: #1862d0;
  --color6: var(--bs-purple);
  --color7: var(--bs-pink);
  --color8: var(--bs-orange);
  --color9: var(--bs-green);
  --color71: #11a699;
  --color72: #1e6ada;
  --color73: #6b2045;  
  --color74: #6b5820;
  --color75: #626f19;    
  --color76: #196f43;
  --color77: #19596f;
  --color78: #a94413;  
  --color79: #bf00ac;
  --color70: #a91351;   
  --color91: #eb090a;
  --color92: #fff;
  --color93: #eee;  
  --color94: #2b2b2b;
  --color95: #777;  

  --bs-text-opacity: 1;
  --bs-primary:var(--color91)!important;
  --bs-secondary:var(--color95)!important;  
  --bs-border-radius-xl: 1rem;
  --bs-border-color: #dee2e6;
  --bs-font-caveat: 'Caveat', cursive;
  
  --bs-advertise:var(--color92)!important;    
  --bs-advertise1:var(--color92)!important;  
  --bs-advertise2:var(--color92)!important;  
  --bs-advertise3:#035ec3!important;  
  --bs-advertise4:var(--color92)!important;    
  --bs-advertise5:#8d5f01!important;   
  --bs-advertise6:var(--color92)!important;     
}

/* colors */

.bg-color5 {
	background-color: var(--color5);
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1REM;
  font-size-adjust: 100%;
  font-family:  "Wix Madefor Display", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #161616;
  background-color: linen;
  line-height: 1.3;
}

a:hover {
	color: var(--color3);
}

/* NavBar */

.navbar {
  --bs-navbar-padding-x: 0.0rem;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: var(--bs-dark);
  --bs-navbar-hover-color: rgba(52, 71, 103, 0.7);
  --bs-navbar-disabled-color: rgba(52, 71, 103, 0.3);
  --bs-navbar-active-color: rgba(52, 71, 103, 0.9);
  --bs-navbar-brand-padding-y: 0.40625rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.125rem;
  --bs-navbar-brand-color: rgba(52, 71, 103, 0.9);
  --bs-navbar-brand-hover-color: rgba(52, 71, 103, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.125rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23344767' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(52, 71, 103, 0.1);
  --bs-navbar-toggler-border-radius: 0.5rem;
  --bs-navbar-toggler-focus-width: 0.2rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.navbar .nav-link {
    color: var(--bs-dark);
    padding: 0.5rem 0.2rem;
    font-weight: 400;
    font-size: 0.875rem;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar .navbar-nav.profile-login {
  flex-direction: row;
}

.navbar .headerLogo {
  width: 40px;
  height:40px; 
}

.navbar .user-profile-image {
	width:36px; 
	height:36px; 
}


.navbar .nav-item.filter-item {
    text-align:right;
}

.navbar.a-navbar-top {
	background-color: var(--color94)!important;
    color: var(--color93);
	font-weight: 400;
}
.navbar.a-navbar-top .nav-link, .navbar.a-navbar-top .nav-link.active, .navbar.a-navbar-top .nav-link.show {
	color: var(--color93);
}

.a-navbar {
	background-color: var(--color91)!important;
    color: var(--color92);
	font-weight: 600;
}

.navbar.a-navbar .nav-link, .navbar.a-navbar .nav-link.active, .navbar.a-navbar .nav-link.show {
	color: var(--color92);
}

.navbar.a-navbar .nav-link.disabled {
	color: var(--color93);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--color3);
}

.navbar .navbar-brand {
	color: var(--color92);
    font-family: 'Shadows Into Light', cursive;
    font-size: 1.4REM;
	font-weight: 400;
	padding-top: .3125rem;
    padding-bottom: .3125rem;	
}

.navbar .menulistItem {
	--bs-border-width: 0px;
}	
.navbar .menulistItem input{
	--bs-border-width: 2px;
}	
.navbar .choose-city-input {
    width: auto;
    padding: 5px;
	margin: 0px 12px 5px 12px;
}
.navbar .choose-city-submit {
	width: 0px;
    height: 0px;
    opacity: 0;
    padding: 0;
    border: 0px;
}

.navbar .list-group-item{
    text-wrap: nowrap;
}
/* Page content */

.container-xl.content{
	background-color: var(--color92);
	display: flex;
}

.copyright {
	font-size: 0.7REM;
}	

/* Events */
a {
  text-decoration: none;
}

.event-category-color-1 {
  color: var(--color71);
}

.event-category-color-2 {
  color: var(--color70);
}

.event-category-color-3 {
  color: var(--color73);
}

.event-category-color-4 {
  color: var(--color74);
}

.event-category-color-5 {
  color: var(--color75);
}

.event-category-color-6 {
  color: var(--color76);
}

.event-category-color-7 {
  color: var(--color77);
}

.event-category-color-8 {
  color: var(--color78);
}

.event-category-color-9 {
  color: var(--color79);
}

.event-category-color-10 {
  color: var(--color72);
}

.status-line {
	margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
	width: 100%;
}
.status-line .events-count {
	font-size: 1.2rem;
}
.status-line .events-count strong{
	font-weight: 600;
}
.status-line .events-sort {
}

.events {

}

.eventitemx {
	display: block;
	filter: drop-shadow(2px 2px 2px rgba(155, 155, 155, 0.8));
	width: 200px!important;
	height: 200px;
}

.eventitemx .img {
	background-size: cover;
	overflow: hidden;
	position: relative;
	transition: transform 0.2s ease-in-out;
	height: 0;
	padding-bottom: 82%;
	background-position-x: center;
	background-position-y: top;
}

.eventitem {
	display: block;
	/* filter: drop-shadow(2px 2px 2px rgba(155, 155, 155, 0.8)); */
	/* max-width: 180px; */
}
.eventitem.gold {
	/* filter: drop-shadow(2px 2px 2px rgba(155, 45, 56, 0.8)); */
}
.eventitem .content {
  height: 100%;
  width: 100%;
  /* border: 0px solid currentColor; */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  background-color: var(--color1);
}
.eventitem .img {
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease-in-out;
  height: 0;
	padding-bottom: 130%;
    background-position: center;
}
.eventitem .eventDescription {
	border: solid 1px #ddd;
	border-top:0px;
    flex-grow: 1;
    background-color: #FFF;
    padding: 1px;
}
.eventitem .eventDescription .category{
	margin: 10px 0 0;
	text-wrap: nowrap;
    text-align: center;	
}
.eventitem .catDelimeter {
    background-color: currentColor;
    display: inline-block;
    padding: 2px 0 0;
    position: relative;
    top: -10px;
    width: 96%;
}
.eventitem .annotation {
  margin: 4px;
  text-align: center;
}

.eventitem .annotation .icon{
  width: 14px;
  color: red;
}

.eventitem .location {
    padding: 8px 0;
    color: var(--color94);
	text-wrap: nowrap;
    text-align: center;	
	background-color:white;	
}
/* .eventitem .location svg{ */
	/* width:18px; */
	/* height:18px; */
/* } */
.eventitem .title {
	color: currentColor;;
	font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  
	min-height:68px;
}
.eventitem .title:hover {
    /*-webkit-line-clamp: initial;
    overflow: visible; */
}

.eventitem .desc {
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6e77;
    font-size: 1.0REM;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  
	min-height:80px;
}
.eventitem:hover .triangle {
  bottom: -25px;
  right: -25px;
}

.eventitem:hover .triangle.hide {
		display: none;
}
.eventitem:hover .img {
  transform: scale(1.1) translateZ(0) rotate(0.04deg);
}

.triangleDayNumber {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    text-wrap: nowrap;
    padding: 6px 0 18px 8px;
    position: absolute;
    bottom: 0px;
    right: -5px;
    top: -5px;
    width: 90px;
    height: 30px;
    color: var(--color2);
    background-color: var(--color8);
    transform: rotate(5deg);
    z-index: 20;
    box-shadow: 0 1px 0 #ddd, 0 2px 0 #fff, 0 3px 0 #ddd, 0 4px 0 #fff, 0 5px 0 #ddd, 0 0 0 1px #ddd;
}

.triangleDayNumber.hide {
	display: none;
}


.triangle {
	font-size: 2.0rem;
	font-weight: bold;
    text-align: left;
    padding: 12px;
    position: absolute;
    bottom: -80px;
    right: -260px;
    width: 160px;
    height: 80px;
    color: var(--color2);
    background-color: var(--color3);
    transform: rotate(10deg);
    transition: bottom 0.5s ease-in-out, right 0.5s ease-in-out;
	
  
  &:before {
    content: '';
    position: absolute;
    left: 5px;
    height: 6px;
    width: 290px;
    top: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, var(--color3) 50%, var(--color3) 100% ) -7px -8px / 16px 16px repeat-x;
  }

}


time.icon
{
    font-size: 1em;
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fdfde3;
	/*border: solid 1px #ddd;*/
	box-shadow: 0 1px 0 #ddd, 0 2px 0 #fff, 0 3px 0 #ddd, 0 4px 0 #fff, 0 5px 0 #ddd, 0 0 0 1px #ddd;
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}

time.icon.active{
    background-color: #fde5e3;
}

time.icon * {
	display: block;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden; 
	white-space: nowrap;  
}

time.icon strong {
	position: absolute;
	top: 0;
	font-size: 1.0rem;
	padding: 0.2em 0;
	color: #fff;
	background-color: #1b9ffd;
	border-bottom: 1px dashed #0273f3;
	box-shadow: 0 2px 0 #1b9ffd;
}

time.icon em {
	position: absolute;
    bottom: 0.2em;
    color: #e11e1e;
    font-size: 1.0em;
}

time.icon span {
	font-size: 2.9em;
	letter-spacing: -0.05em;
	padding-top: 0.6em;
	color: #2f2f2f;
}


@media screen and (max-width: 767px) {
	time.icon
	{
		font-size: 1em;
		display: flex;
		position: relative;
		width: auto;
		height: auto;
		background-color: #fdfde300;
		/*border: solid 1px #ddd;*/
		box-shadow: 0 0 0 #ddd;
		filter: none;
	}

	time.icon.active{
		background-color: #fde5e3;
	}

	time.icon * {
		font-size: 1rem;
		font-weight: normal;
		font-style: normal;
		text-align: left;
		white-space: nowrap;  
		letter-spacing: 0.1rem;
		width: fit-content;
		padding: 2px 6px;
		margin:0;
	}

	time.icon strong {
		display: inline;
        position: relative;
        top: 0;
        padding: 0.2em 0;
        color: #fff;
        background-color: #1b9ffd;
        border-bottom: 0px dashed #0273f3;
        box-shadow: 0 0 0 #1b9ffd;
		order:2;
		padding: 6px;
		margin:0;
	}

	time.icon em {
		display: inline;
		position: relative;
        bottom: 0.1em;
        color: #e11e1e;
		order:3;
		letter-spacing: 0.1rem;
		font-size: 0.9rem;
		padding: 9px;
		margin:0;		
	}

	time.icon span {
		font-size: 1.4rem;
		display: inline;
        letter-spacing: 0.2rem;
        padding-top: 0;
        color: #2f2f2f;
        position: relative;
		order:1;
		padding: 2px 6px;
		margin:0;
		font-weight: 700;
		border: solid 1px #7a7a7a;
	}
	
}

.onday time.icon
{
	font-size: 1em;
	display: flex;
	position: relative;
	width: auto;
	height: auto;
	background-color: #fdfde300;
	/*border: solid 1px #ddd;*/
	box-shadow: 0 0 0 #ddd;
	filter: none;
}

.onday time.icon.active{
	background-color: #fde5e3;
}

.onday time.icon * {
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	white-space: nowrap;  
	letter-spacing: 0.1rem;
	width: fit-content;
	padding: 2px 6px;
	margin:0;
}

.onday time.icon strong {
	display: inline;
	position: relative;
	top: 0;
	padding: 0.2em 0;
	color: #fff;
	background-color: #1b9ffd;
	border-bottom: 0px dashed #0273f3;
	box-shadow: 0 0 0 #1b9ffd;
	order:2;
	padding: 6px;
	margin:0;
}

.onday time.icon em {
	display: inline;
	position: relative;
	bottom: 0.1em;
	color: #e11e1e;
	order:3;
	letter-spacing: 0.1rem;
	font-size: 0.9rem;
	padding: 9px;
	margin:0;		
}

.onday time.icon span {
	font-size: 1.4rem;
	display: inline;
	letter-spacing: 0.2rem;
	padding-top: 0;
	color: #2f2f2f;
	position: relative;
	order:1;
	padding: 2px 6px;
	margin:0;
	font-weight: 700;
	border: solid 1px #7a7a7a;
}

.pagination {
    padding: 30px;
	text-align: center;
    align-items: center;
    justify-content: center;	
}
.page-numbers {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    padding-top: 8px;
    margin: 0 5px;
    transition: all .3s ease;
}
.page-numbers.current {
    color: #fff;
    background-color: #01a794;
}
.page-numbers.next {
    background-image: url(../i/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
	background-size: 20px 20px;
}
.page-numbers.prev {
    background-image: url(../i/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
	background-size: 20px 20px;	
}
a.page-numbers:hover {
    background-color: #f0e0ce;
}

@media screen {
	html, body {
		font-size: 1.0REM;
	}  
	.navbar .site-menu {
		display: none;
	}	
	.eventitem {
		width: 143px;
	}
	
	.eventitem.trivial-ad {
		width: 280px;
	}	
	
	.eventitem .eventDescription .category{
		font-size: 0.9REM;
		font-weight: 600;
	}
	.eventitem .location {
		font-size: 0.8REM;
	}
	.eventitem .title {
		font-size: 1.1REM;
	}	
	.eventitem .desc {
		font-size: 1.0REM;
	}	
}


@media screen and (max-width: 360px) {
	html, body {
		font-size: 0.9REM;
	}  
	.eventitem {
		width: 120px;
	}
	
	.eventitem .content {
	  min-height: 240px;
	}	
	
	.eventitem .eventDescription .category{
		font-size: 0.9REM;
		font-weight: 600;
		margin: 4px 0;
	}	
	
	.eventitem .location {
		font-weight: 600;
		font-size: 0.9REM;
	}	
	.eventitem .title {
		font-size: 1.1REM;
	}	
	.eventitem .desc {
		font-size: 0.9REM;
		min-height:78px;
	}	
	.pagination {
        margin:0px;
    }
    .page-numbers {
        margin:0 2px;
    }	

	.triangle {
		font-size: 2.0rem;
		font-weight: bold;
		text-align: left;
		padding: 10px;
		position: absolute;
		bottom: -80px;
		right: -260px;
		width: 148px;
		height: 80px;
		color: var(--color2);
		background-color: var(--color3);
		transform: rotate(10deg);
		transition: bottom 0.5s ease-in-out, right 0.5s ease-in-out;
	}	
	
}


/* Event Page */

.eventpage {
	padding:40px 0;
}

.eventpage .cover{
}

.eventpage .cover img {
    max-width: 100%;
}

.eventpage .container{
	position: relative;
}

.eventpage .container .summary .motto {
    
}

.eventpage .container .meta{
	padding:0;
	font-size: larger;
}

.eventpage .meta.ticket{
    font-size: larger;
    position: relative;
    z-index: 99;
    margin: 10px 40% 0;
    right: 10px;
}

.eventpage .meta.ticket .price{
    padding: 10px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: right;
    width: 184px;
    line-height: normal;
    height: 80px;
    margin: 10px 0 0;
    color: var(--color2);
    background-color: var(--color3);
    transform: rotate(356deg);
    transition: bottom 0.5s ease-in-out, right 0.5s ease-in-out;
	
  &:before {
    content: '';
    position: absolute;
    left: 5px;
    height: 6px;
    width: 178px;
    top: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, var(--color3) 50%, var(--color3) 100% ) -7px -8px / 16px 16px repeat-x;
  }	
  &:after {
    content: '';
    position: absolute;
    left: 9px;
    height: 6px;
    width: 178px;
    top: 75px;
    background: radial-gradient(circle, transparent, transparent 50%, #ffffff 50%, #f2f1f1 50% ) -7px -8px / 16px 16px repeat-x;
  }	  
}

.eventpage .meta.ticket .price .number{
font-size: xxx-large;
}

.eventpage .meta.ticket .more{
	font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    padding: 9px 18px;
    width: 184px;
    height: 96px;
    line-height: 0.9rem;
    margin: 30px 0 0;
    color: var(--color2);
    background-color: var(--color5);
    transform: rotate(356deg);
    transition: bottom 0.5s ease-in-out, right 0.5s ease-in-out;
	
  &:before {
    content: '';
    position: absolute;
    left: 5px;
    height: 6px;
    width: 178px;
    top: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, var(--color5) 50%, var(--color5) 100% ) -7px -8px / 16px 16px repeat-x;
  }	
  &:after {
    content: '';
    position: absolute;
    left: 9px;
    height: 6px;
    width: 178px;
    top: 91px;
    background: radial-gradient(circle, transparent, transparent 50%, #ffffff 50%, #ffffff 100% ) -7px -8px / 16px 16px repeat-x;
  }	  
}	

.eventpage .meta.ticket .more .number{
	font-size: 18px;
	font-weight:600;
}

.eventpage .subheader{
	padding:40px 20px 20px;
	font-size: 20px;
	font-weight:600;
}

@media screen and (max-width: 992px) {

	
}
@media screen and (max-width: 768px) {
	
}	

@media screen and (max-width: 360px) {
	.eventpage .cover img {
		min-width: 200px;
	}	
	.eventpage .container .meta.ticket .more .number {
		font-size: large;
	}	
}


/* Login */

.authpage {
    padding: 5rem 0;
	text-align: center;
	width: 100%;
}

.authpage .loginLogo {
  width: 80px;
}

.authpage .authpage-list {
	width: 15.41rem;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	grid-gap: 0.85rem;
	gap: 0.85rem;
	margin-top: 0.43rem;
	overflow: hidden;
}

.authpage .authpage-list li{
	font: 600 0.64rem/2.02rem Montserrat, Verdana, sans-serif;
    color: #15181b;
    height: 2.02rem;
    border: 1px solid #d0d0d0;
    width: 100%;
    border-radius: 3px;
    position: relative;
    padding-left: 2.13rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
	display: block;
}

.authpage .authpage-list li svg{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0.96rem;
    top: 50%;
    transform: translateY(-50%);
}	

.authpage .authpage-title {
    font-size: 1.3rem;
	font-weight: 700;
    text-transform: uppercase;	
	padding-bottom: 1rem;
}

.authpage .authpage-button {
    display: flex;
    position: relative;
    width: 100%;
    transition: .2s all;
    border: solid 1px #dbe6f7;
    font-size: .875rem;
    cursor: pointer;
}

	
.user-profile {
    display: flex;
    align-items: center;
    background-color: rgba(66, 133, 244, 0.3);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
}

/* Стили для изображения профиля */
.user-profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

/* Стили для имени пользователя */
.user-name {
	font-size: x-large;
    margin: 0;
    color: #333;
    font-weight: 600;
}

/* Стили для информации о выходе */
.logout-info {
    font-size: 14px;
    color: #333;
    margin-top: 4px;
}

/* Стили для кнопки "Выйти" */
.logout-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f44336;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.logout-button svg{
	width:16px;
}

/* Стили для кнопки "Выйти" при наведении */
.logout-button:hover {
    background-color: #d32f2f;
	color: var(--color3);
}

/* Стили для кнопки "Выйти" при активации (нажатии) */
.logout-button:active {
    background-color: #b71c1c;
}
	

.authpage .authpage-icon.google svg{
	width:46px;
	height:46px;
}
.authpage .authpage-icon.fb svg{
	width:50px;
	height:50px;
}

.authpage .authpage-icon.no{
	padding-top:4px;
}
.authpage .authpage-icon.no svg{
	width:40px;
	height:40px;
}

.authpage .authpage-item {
	list-style-type: none;
	padding: 0.5rem 0;
}

.authpage .authpage-button-text{
	font-size: 16px;
	font-weight: 400;
    padding: 18px;
    text-align: left;	
	color: var(--color5);

}
/* Account */

.cards {
	padding:20px 0;
}

.cards .card .align-items-center {
	text-align:center;
}

.cards .card .no-padding {
	padding:0;
}

.cards .card h4, .cards .card h5, .cards .card h6 {
    font-weight: 600;
}

/* Documents */

.container-xl.content .doc-content {
    background-color: #ffffff;
    max-width: inherit;
}


.documents-container .doc-content  {
    background-color: #ffffff;
    max-width: inherit;
}

/* Bottom  -  Footer*/
.bottom {
	background-color: var(--color91);
    color: var(--color92);
	font-weight: 600;
	padding: 2% auto 1%;
}

.bottom .logo {
    width: 360px;
	padding: 20px 0;
	font-size: 4REM;
    font-weight: 100 !important;
	
}

.bottom .logo a{
	color:white;
}

.bottom .logo .snailLogo{
    width: 80px;
	margin: 0 0 25px 0;
}

footer.footer {
    color: #9da1a6;
    background-color: var(--color94);
    padding: 70px 0px 60px 0px;
	font-family: Ubuntu, sans-serif;
	font-size: 14px;
	top: 40px;
}

footer .footer_copyright{
	min-height: 55px;
}

footer .footer_copyright ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .footer_copyright ul li{
	color: #9da1a6;
	font-weight: normal;
	margin-bottom:0px!important;
}
footer .footer_copyright ul li a{
	color: #9da1a6;
}
footer .footer_copyright ul li a:hover{
	color: var(--color3);
}
footer .footer_copyright ul li span{
	font-weight: normal;
}

footer .footer_social{
	float: left;
}
ul.social{
	margin: 0;
	padding: 0;
}

footer .widget-title{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding-bottom: 5px;
	margin: 0 0 12px;
}

footer .widget-title:after{
	content: "";
    width: 200px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #a42828;
}

footer.footer ul.social{
	float: left;
}
footer.footer ul.social li{
	display: inline-block;
	margin: 0px 10px 0px 0px;
	text-align: center;
}
footer.footer ul.social li a{
	
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border-color: #393939;
    position: relative;
    border: 2px solid #393939;
    display: inline-block;
    line-height: 48px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

footer.footer ul.social li a:hover{
	color: var(--color3);
}

footer.footer .copyright{
	color: #515151;
}

footer .footer_contact ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .footer_contact ul li{
	color: #9da1a6;
	font-weight: normal;
}
footer .footer_contact ul li span{
	font-weight: normal;
}


footer .footer_sub input{
	background-color: #232323;
    border: none;
    box-shadow: none;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 30px;

}
footer .footer_sub input[type="submit"]{
	width: 100px;
	border-radius: 5px;
	background-color: #232323;
	font-weight: 400;
	letter-spacing: 1px;
	color: currentColor;
}

footer .footer_sub input:hover{
	color: var(--color3);
}





