/* Base styles, which will be overridden by everything below them */

a{
	text-decoration: none;
	color: #7f237a;
}
a:hover{
	color: #353635;
	text-decoration: none;
	text-decoration-color: #7f237a;
}

a:visited{}
a:active{}

.topnavbar a {
    color: #fff;
    text-decoration: underline;
}

.heading a {
    color: #000 !important;
    text-decoration: none;
}
.topnavbar a:hover, .heading a:hover {
    color: #7f237a !important;
}

.pagination .page-link {
    color: #7f237a; /* Change the color of the page links */
}

.pagination .page-item.active .page-link {
    background-color: #7f237a; /* Change the background color of the active page link */
    border-color: #7f237a; /* Change the border color of the active page link */
    color: white; /* Change the text color of the active page link */
}

.pagination .page-link:hover {
    background-color: #7f237a; /* Change the background color on hover */
    border-color: #7f237a; /* Change the border color on hover */
    color: white; /* Change the text color on hover */
}

.pagination .page-item.disabled .page-link {
    color: #7f237a; /* Change the color of the disabled page links */
    background-color: transparent; /* Ensure the background remains transparent */
    border-color: #7f237a; /* Change the border color of the disabled page links */
}

#slider-round {
    height: 10px;
}

#slider-round.noUi-target {
  background: #d7c8f3;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

#slider-round .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px; /* half the width */
    border-radius: 3px;
    background-color:  #7f237a;
    box-shadow: none;
}

#slider-round .noUi-active {
  box-shadow: none;
}
/* Handle stripes;
 */
#slider-round .noUi-handle:before,
#slider-round .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
}

/* Hide the marker lines in the pips */
#slider-round .noUi-pips .noUi-marker {
    display: none;
}

/* Optionally, ensure that the values (numbers) remain visible */
#slider-round .noUi-value {
    display: block;
    margin-bottom:-15px;
    margin-top:-15px;
}

.slider-container {
    background-image: url("../images/bg-brushed.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-nav .thumbnail {
     width:100px; height:100px;
}

.slider-nav .slick-current .thumbnail {
    border:5px solid #1877f2;
}

@media(min-width: 768px){
    

    
    .slider-nav .thumbnail {
        width:225px ; height:225px;
    }
    
}

.modal-body {
  overflow-y: auto !important; /* Show vertical scrollbar when necessary */
}

.maincolour {
	color: #7f237a;
}

.maincolour-bg {
	background-color: #7f237a;
}

.bg-black {
    background-color: #000;
}

.highlighted-text {
    font-family: "Lato Bold";
    color: #7f237a;
    background-color: #d7c8f3;
}

.lato-font {
    font-family: "Lato Bold";
}

.topbar a{
	text-decoration: none;
	color: #fff;
}

.other-models a {
	color:#000 !important;
}

.other-models a:hover {
	color:#7f237a !important;
	text-decoration: underline;
	text-decoration-color: #7f237a;
}

.other-models-on {
	color:#7f237a !important;
	text-decoration: underline;
	text-decoration-color: #7f237a;
}

.other-models .form-select {
	background-color: #000;
	color:#fff;
	border-radius:0px;
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' height='1em'><path d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' fill='rgb(205,151,9)'/> </svg>");
}


.first-step .form-select {
    background-image: url("../images/dropdown-arrow-select.png");
	background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
    background-size: 1.3em auto, 100%;
	text-align: center;
	text-align-last:center;
	font-style: italic;
}

.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px;
}

.switch input {display:none;}

/* Custom checkbox styles */
.form-check-input:checked {
    background-color: red;
    border-color: red;
}
.form-check-input:checked:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.5);
}

/* Loading modal styles */
.loading-modal {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}
.loading-modal .spinner-border {
    width: 3rem;
    height: 3rem;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

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



.box:before {
  font-family:  "MainFont",  'Helvetica Neue', Helvetica, Arial, 'Times New Roman', sans-serif;
  content:attr(data-text);
  color: #fff;
  font-size:14px;
  /*padding:5px calc(10px + var(--s)) calc(5px + var(--o)) calc(10px + var(--o));*/
  position:absolute;
  bottom:45px;
  padding:15px;
  width:240px;
  left:calc(-1*var(--o));
  background:
    linear-gradient(#000 0 0) bottom/100% var(--o) no-repeat
    var(--c);
  clip-path:polygon(0 0,100% 0,calc(100% - var(--s)) calc(100% - var(--o)),var(--o) calc(100% - var(--o)),var(--o) 100%,0 calc(100% - var(--o)))
}

@media(min-width: 768px){
    .box {
        width:350px; 
        
    }
    
    .box:before {
        width:300px; 
        font-size:18px;
    }
    
}

@media(min-width: 1800px){
    .box {
        width:390px; 
        
    }
    
    .box:before {
        width:300px; 
        font-size:18px;
    }
}

.featured {
	background-color: #dad8d8;
} 


.featured-item {
	position:relative;
}

.featured-image{
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	border:5px solid white;
}

.featured-text {
	position: absolute;
	bottom:0px;
	left:0px;
	font-size:9px;
}

.featured-item-title {
    color: #7f237a;
    text-transform: uppercase;
    border-bottom: 2px solid #7f237a;
    height:95px;
    margin:0px;
    font-size:0.85em;
    
}

@media(min-width: 1200px){
    
    .featured-item-title {
       font-size:1em; 
    }
    
}

.featured-item-title:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top:75px;
    border-left: 1px solid #7f237a;
    border-right: 1px solid #7f237a;
}


.featured-logo {
	width:35px;
	
}

.a-left, .a-right,.a-left-banner, .a-right-banner {
	z-index: 10;
    top: 25px;
}

.a-left {
	left:0px;
}

.a-right {
	right:0px;
}

.a-left-banner {
	left:15px;
    bottom:-55px;
}

.a-right-banner {
 right:15px;
   bottom:-55px;
}

.a-left img, .a-right img, .a-left-banner img, .a-right-banner img {
	
	height:100%;
}

.slick-prev, .slick-next {
	height: 28px ;
	width: 18px; 
}

.slick-prev-banner, .slick-next-banner {
    margin-top: auto;
	margin-bottom:60px;
}




@media(min-width: 768px){
	.featured-text {
		font-size:18px;
	}
	
	.featured-title {
		top:25px;
		right:0px;
		background-color:#000;
		width:50%;
		font-size:18px;
	}
	
	.featured-logo {
		width:55px;
	}
  
	
	
	.a-left, .a-right,.a-left-banner, .a-right-banner {
		z-index: 10;
	}
	
	.a-left {
		left:-10px;
	}

	.a-right {
		right:-10px;
	}
    
    .a-left-banner {
        left:25px;
        top:45%;
    }

    .a-right-banner {
        right:25px;
        top:45%;
    }
	
	.slick-prev, .slick-next {
		height: 28px;
	    width: 18px;
        margin-top:0px;
	}

}

.dot, .dot-active {
  height: 15px;
  width: 15px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  border:1px solid #fff;
}

.dot-active {
  background-color: #F10000;
}

input + .slider {
  background-color: #fb000b;
}

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

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

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

/*------ ADDED CSS ---------*/
.slider .on
{
  display: none;
}

.slider .on, .slider .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

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

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

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}


.nav {}
.nav a{
	text-decoration: none;
}
.nav a:hover{}
.nav a:visited{}
.nav a:active{}


.float-hash a, .float-hash a:hover{color:#fff;}

.listing-card a, .listing-card a:hover{color:#000;}

.card-shadow {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dropdown .dropdown-menu {
    margin-top: 0; /* remove the gap so it doesn't close */
	background:#7f237a;
	line-height: 160%;
}


.dropdown:hover .dropdown-menu {
	background:#7f237a;
}


.dropdown-menu {
	border:0px;
	border-radius: 0px;
	border-bottom:1px solid grey;	
	text-transform: uppercase;
}

.dropdown-arrow {
	background:#000;
}

.team-info .dropdown-menu {
	width: 100%;
}

.logo-bg {
    
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.21);
    border-radius: 16px;
   box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
    border: 1px solid rgba(255, 255, 255, 0.62);
    
    
}

.navbar .logo, .navbar.scrolled .logo {
		width:150px;
        z-index: 1000;
	}

.navbar .logo {
    filter: 
        drop-shadow( 1px  0px 0px rgba(255,255,255,0.5)) 
        drop-shadow(-1px  0px 0px rgba(255,255,255,0.5))
        drop-shadow( 0px  1px 0px rgba(255,255,255,0.5)) 
        drop-shadow( 0px -1px 0px rgba(255,255,255,0.5))
        drop-shadow( 0px  0px 8px rgba(255,0,0,1)) ;
    
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled .logo {
     filter: 
        drop-shadow( 1px  0px 0px rgba(255,255,255,0.5)) 
        drop-shadow(-1px  0px 0px rgba(255,255,255,0.5))
        drop-shadow( 0px  1px 0px rgba(255,255,255,0.5)) 
        drop-shadow( 0px -1px 0px rgba(255,255,255,0.5))
        drop-shadow( 0px  0px 8px rgba(255,255,255,1)) ; 
}



.topnavbar {
    font-size:13.5px;
    color: #fff;
}

/*
@keyframes blink {
  100% {
    box-shadow: 0 0 3px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #7f237a,
      0 0 70px #7f237a, 0 0 80px #7f237a;
  }
}
*/

.fb-icon {
	width:25px;
	margin-left:10px;
}

.team-bio { 
	cursor: pointer;
}

.search-filters {
    position: fixed;
    bottom: 0px;
    z-index:90;
    overflow-y: scroll;
    background-image: url("../images/bg-brushed.jpg");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
} 

.filter-list {
   
    
}

.filter-row:hover {
    background-color: #eee;
    cursor: pointer;
}

.apply-changes {
    position: sticky;
    bottom:0;
    z-index:100;
}

.search-header {
    background-color: #7f237a;
}

.search-header:hover{
    background-color: #353635;
    cursor:pointer;
}

.search-header-mobile {
    background-color: #7f237a;
    position:fixed;
    z-index:4;
    top:58px;
}

@media(min-width: 768px){ 
    
    .search-filters {
        position: sticky;
        top:148px; 
        bottom:0px;
        overflow-y: auto;
    
    } 
    
    .search-filters, .search-filters input:not([type=submit]),.search-filters-mobile, .search-filters-mobile input:not([type=submit]){
    font-size: 0.9em !important;
}
    
    .search-header,
    .search-header:hover {
        background: #eee;
        border-radius: 0px;
        backdrop-filter: blur(6.9px);
        -webkit-backdrop-filter: blur(6.9px);

        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
    }
    
    
    
}

.accordion-button:focus {
	outline:0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.accordion-header {
		width:100%;
	}

.accordion-header {
  color: #7f237a;
}

.accordion-button {
  color: #7f237a;
  border: none;
  text-align: center;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #7f237a; /* Light red when active */
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-collapse, .accordion-body, .accordion, .accordion-item {
    background-color: transparent!important;
}


.accordion-item, .accordion-body, .accordion-button, .accordion, .accordion-flush {
	border: none ;
	border-radius: 0 !important;
	margin-bottom: 0px !important;
}

.accordion-collapse .collapsed-arrow {
  color: #7f237a; 
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d9534f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    font-size:0.9em;
}

.pull-tab {
	 background-image: url("../images/pull-tab.png") !important;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size:11px;
	color:#fff;
	height:45px;
	padding-top:21px;
	cursor:pointer;
}


.banner-header {
	background-color:#c8c6c6;
	font-family: 'MainFont';
	display: inline-block;
	color: #43657e;
	font-size:66px;
	line-height:.90em;
	vertical-align: baseline;
	padding:0.1em;
	padding-top:0.2em;
	padding-bottom:0em;
	margin:5px;
}

.banner-subheader {
	background-color:#43657e;
	color: #fff;
	font-size:20px;
	line-height:2em;
	margin:5px;
	padding:0.2em;
}

.community-left, .community-right {
	 background-position: top center; 
	 background-size: 100% auto; 
	 background-repeat: no-repeat;
	 padding-top:250px;
}

.community-card {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

@media(min-width: 768px){
	
	.community-left {
		 background-position: left center; 
		 background-size: 70% auto; 
		 background-repeat: no-repeat;
		 padding-top: inherit;
		
	}


	.community-right {
		 background-position: right center; 
		 background-size: 70% auto; 
		 background-repeat: no-repeat;
		 padding-top: inherit;
	}
	
    /*
	.nav-link, .nav-on {
		height:100px;
	}
    */
	
	.nav-link, .nav-link-li {
		margin:0px;
		/*padding: 6px 0px 0px 0px;*/
	}
	
	
	.fb-icon {
		width:43px;
	}
	
	
	.dropdown-menu {
	
		font-size: 1em;
		border-bottom:0px;

	}
	
	.team-info .dropdown-menu {
		max-width: 700px;
	}

	
}

@media(min-width: 992px){
    
      
  
	
	.banner-header {
		background-color:#c8c6c6;
		font-family: 'MainFont';
		display: inline-block;
		color: #43657e;
		font-size:110px;
		line-height:.90em;
		vertical-align: baseline;
		padding:0.1em;
		padding-top:0.2em;
		padding-bottom:0em;
		margin:5px;
	}

	.banner-subheader {
		background-color:#43657e;
		color: #fff;
		font-size:40px;
		line-height:1.8em;
		margin:5px;
		padding:0.1em;
	}
	
	.accordion-body {
        font-size:1em;
    }
	
	
	
}

.dropdown-menu > li > a:hover {
    background:#7f237a;
	text-decoration: underline;
    color: #000;
	cursor: pointer;
	text-underline-offset: 5px;
	
	
	
}

.nav-link {
	font-size: 18px;
	color: #fff;
	/*padding: 6px 0px 0px 0px;*/ 
}



.nav-link:hover, .nav-link:active {
	color: #7f237a;
	cursor: pointer;
	text-decoration: none;
	transition: 0s;
}

.nav-link-2 {
	font-size: 18px;
	color: #7f237a !important;
	/*padding: 6px 0px 0px 0px;*/
}



.nav-link-2:hover, .nav-link-2:active {
	cursor: pointer;
	text-decoration: underline;
	transition: 0s;
}

.nav-on {
	font-size: 18px;
	color: #000;
	cursor: pointer;
	padding-left:8px;
	padding-right:8px;
	text-decoration: underline;
	text-decoration-color: #7f237a;
	text-underline-offset: 10px;
	/*padding: 6px 0px 0px 0px;*/
}

.topbar {
	background-color: #7f237a;
	font-size: 12px;
	font-family:  "MainFont",  'Helvetica Neue', Helvetica, Arial, 'Times New Roman', sans-serif;
	text-transform: none;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
 
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.nav-dot {
  display:inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0;
  border-radius: 10px;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
    background-color: #000;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
    background-color: #000;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
    background-color: #000;
}

.banner-deals-container {
    background-image: url("../images/banner-deals-bg.png");
    background-size: cover;
    background-position: top 75px center;
    background-repeat: no-repeat;
    z-index:3;
}

.events-container {
    background-image: url("../images/banner-cork-bg.jpg");
    background-size: fill;
    background-position: top -75px center;
}

.what-is, .search-main {
    
    box-shadow: inset rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.search-main {
    background-color: #dad8d9;
}

.banner-deals-carousel {
    background-color: #fff;
}

@media(min-width: 768px){
    .banner-deals-carousel {
        background-color: transparent;
    }
    
    .events-container {
    background-image: url("../images/banner-cork-bg.jpg");
    background-size: fill;
    background-position: top -45px center;
}
} 

.banner-deals {
    top: 60px;
    font-size:18px;
    bottom:0px;
    
}

.banner-events-item {
    transition: transform 0.15s linear;
    transform-origin: top center;
}

.featured-link a {
    color:#7f237a;
     text-decoration: underline;    
    background-image: url("../images/link-arrow-right.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right:20px;
}

.featured-link a:hover, .featured-link a:active {
    text-decoration: underline;
}

.banner-deal-img-container {
    aspect-ratio: 1/1;
    background-color:#fff;
    overflow-y: hidden;
}

.deal-date {
    font-family: "Lato";
    color: #0f5c05;
    font-size:15px;
}

@media(min-width: 992px){
	.banner-deals {
        top: 105px;
    }

}

/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
	padding:0px;

	margin:0px; 
	color: #333333;
	
	
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    
       /* From https://css.glass */
    
    
}

.navbar.scrolled { 
	color: #fff;
    /* From https://css.glass */
     background: rgba(0, 0, 0, 0.7);
    border-radius: 0px;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    border: 0px solid rgba(255, 255, 255, 0.91);

    
	
}


.navbar-toggler {
	color:#fff;
	margin:0px;
	border-radius: 0px;
	height:55px;
    z-index: 15;
}

.navbar-toggler-icon {
	color:#43657e;
}
.toggler-bg {
    z-index:9;
}

.navbar-nav {
	background: rgba(255,255,255,0.79);
}



.navbar-buttons .btn-primary, .navbar-buttons .btn-secondary {
	font-size:18px;
	border-radius:2px;
	border:1px solid #bab9b9;
	color:#fff;
	padding:6px 15px 2px 15px;
}

@media(min-width: 992px){
	.navbar-buttons .btn-primary, .navbar-buttons .btn-secondary {
		min-width: 130px;
	}
    
    .navbar.scrolled .nav-link {
        color: #353635;
    }

    .navbar.scrolled .nav-link:hover, .navbar.scrolled .nav-link:active {
        color: #7f237a;
        cursor: pointer;
    }


}

.navbar-buttons .btn-primary {
	background-color: #7f237a;
}

.navbar-buttons .btn-secondary {
	background-color: #4b829c;
}


.navbar-buttons .btn-primary:hover, .navbar-buttons .btn-secondary:hover {
	background-color:#9cab15;
	border:1px solid #7f237a;
}



.bg-marble {
	background-image: url("../images/bg-marble.jpg");
	background-repeat: no-repeat;
	background-size:cover;
    background-position: top center;
	border-top:10px solid #000;
}

@media(min-width: 992px){
	.bg-marble {
		 background-position: center;
	}

}

.heading {
	color: #000;
	font-family:  "MainFont",  'Helvetica Neue', Helvetica, Arial, 'Times New Roman', sans-serif;
    letter-spacing: 0.02em !important;
	font-size: 30px;
    line-height: 90%;
}

#banner-video{
    object-fit: contain;
	position: absolute;
	overflow: hidden;
    width:auto;
    height:100%;
    left: 50%;
  transform: translateX(-50%);
    
}

@media(min-width: 992px){
	#banner-video{
        width:100%;
        height:auto;
    }

}

.banner-carousel {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.banner-carousel-container, .who-is-quinn {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
}

.banner-carousel-container .overlay {
    background-color: rgba(0,0,0,0.7);
    font-size:16px;
    line-height:135%;
}

.banner-carousel-container .overlay .logo {
  width:120px;
}



.banner-carousel-container .overlay .heading {
	color: #fff;
	font-family:  "MainFont",  'Helvetica Neue', Helvetica, Arial, 'Times New Roman', sans-serif;
	text-transform: uppercase;
	font-size:30px;
	line-height:120%;
}

.banner-carousel-container .overlay .heading .emphasize{
	color: #ff7f84;
    background-image: url("/assets/images/underline.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom:8px;
    
}
.banner-carousel-container .overlay .subheading {
	font-family: "Lato";
	color: #fff;
	font-size:18px;
	line-height:130%;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.11);
}

.banner-carousel-container .overlay .sub-subheading {
	font-family: "Rock Out";
	color: #fff;
	font-size:24px;
    transform:rotate(-5deg);
}


.icon-arrow-desktop {
	position:absolute;
	top:-25px;
	right:-15px;
}

.icon-arrow-mobile {
	position:absolute;
	bottom:-25px;
	right:-15px;
}

.mobilemenu {
    z-index:15;
}


.text-underline {
	text-decoration: underline;
    background-color: transparent;
}

.search-section {
    position: relative; /* Needed for absolute positioning inside */
    
    border-bottom:5px solid #d9d9d9;
}

.search-section::before {
    content: "";
    position: absolute; /* Fixed position relative to the viewport */
    top: 0;
    right: 0; /* Start from the left side of the viewport */
    width:2000px; /* Full height of the element */
    height:100%; /* Full height of the element */
    background-image: url("../images/bg-leather.jpg");
    background-size: 2000px auto;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1; /* Stay behind the content */
    overflow-x: visible;
}

.product {
	cursor:pointer;
}

.product-item {
    background-color:#eee;
    background-image: url("../images/bg-brushed.jpg");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.main-section-info {
    top:-100px;
    left:50%;
    margin-left:-50%;
    width:100%;
    padding-left:30px; padding-right:30px;    
}

.main-section-info .heading {
    font-size:1.4em;
}

.main-section-info .sub-heading {
    font-size:0.9em;
    color:#000;
}

.main-section-container::after, .main-container::after {
  content: '';
  display: block;
  clear: both;
}

.main-section-container{
    height:740px;
}

.img-main-section {
    border: 10px solid white;
    box-shadow: 0px 0px 10px 40px rgba(0, 0, 0, 0.24) inset;
    
}


.line {
  height: 5px; /* Adjust the thickness of the line here */
  background-color: #7f237a;
  flex-grow: 1; /* Makes the line grow to fill the container */
  margin:0px;
}



.dot {
  width: 15px; /* Diameter of the dot */
  height: 15px; /* Diameter of the dot */
  background-color: #7f237a;
  border-radius: 50%; /* Makes it circular */
  margin:0px;
  border:1px solid #7f237a;
}

.dot-active {
  background-color: #F10000;
}


@media(min-width: 992px){
    
    .search-section {
        border-bottom:none;
        border-right:5px solid #d9d9d9;
    }

    .main-section-info {
        height:100%;
        width:180%; 
        left:-80%; 
        top:0px;
        margin:inherit;
        padding-left:0px;
        padding-right:0px;
    }
    
    .main-section-info .heading {
        font-size:1.6em;
    }
    
    .main-section-container{
        height:inherit;
    }
    
    .main-section-info .sub-heading {
    font-size:1em;
}
}

.community {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.community a {
    color: #FFFFFF;
    text-decoration: underline;
	text-decoration-color: #000;
	text-underline-offset: 10px;
}

.community a:hover {
    color:#000;
}

.communities .overlay:hover {
	cursor:pointer;
	text-decoration:none;
	border-radius: 6px;
}

.circle-arrow {
    position:absolute;
    top:-45px;
    left:50%;
    margin-left:-45px;
}


.communities .overlay .heading {
	font-size:20px;
    background: transparent;
}


.featured .heading {
	font-size:25px;
}


.right-pointing-triangle::after {
  content: "\25B6 \FE0E";
}


.signature {
	font-family: "Antro Vectra";
	font-size: 36px;
}

@media(min-width: 992px){
	
	.heading {
		font-size:36px;
	}
	
	.overlay .heading, .enjoydeal.heading {
		font-size:46px;
	}
	
	.overlay .subheading {
		font-size:18px;
	}
	
	.communities .overlay .heading {
		font-size:36px;
	}

	
	.dl-homes .overlay .heading {
		font-size:24px;
	}
    
    .overlay {
        font-size: 30px;
    }
    
    .banner-carousel-container .overlay .logo {
      width:200px;;
    }

	
    .banner-carousel-container .overlay .heading {
		font-size:60px;
	}
	
	.banner-carousel-container .overlay .subheading {
		font-size:36px;
	}
    
    .banner-carousel-container .overlay .sub-subheading {
	    font-size:36px;
    }
    
    .products .product .product-img {
        height: 300px;
    }

	
	.custom-homes .overlay .heading {
		font-size:24px;
	}
	
	.featured .heading {
		font-size:38px;
	}
	
	.one-tree .heading{	
		font-size:36px;
		
	}
	
	.one-tree .subheading{	
		font-size:21px;
	}
	
	

}


 .btn-primary, .btn-secondary, .btn-mobilenav, .btn-featured {
	background-color: #7f237a;
	font-family: "Lato";
	color: #fff;
	border:0px;
	border-radius: 0px;
	padding:10px 20px 10px 20px;
	font-size:12px;
}

.btn-featured:hover {
	color: #000;
	background-color: #fff;
}

.btn-banner {
	font-size:20px;
	font-family:  "MainFont",  'Helvetica Neue', Helvetica, Arial, 'Times New Roman', sans-serif;
    letter-spacing: 0.03em !important;
	color: #FFF;
	text-decoration: underline;
	text-decoration-color: #7f237a;
	text-underline-offset: 10px;
	cursor: pointer;
}


.btn-banner:hover, .btn-banner:active {
	color: #7f237a;
	cursor: pointer;
	text-decoration-color: #9cab15;
	transition: 0s;
}



.btn-featured {
	border:1px solid #fff;
	padding:5px 10px 5px 10px;
	font-size:11px;
}

@media(min-width: 992px){
	
	.btn-primary, .btn-secondary, .btn-mobilenav, .btn-featured {
		font-size:14px;
	}

	.btn-featured {
		border:2px solid #fff;
		padding:10px 20px 10px 20px;
		font-size:14px;
	}
}


.btn-primary {
	color: #fff;
	martin:0px;
}

.btn-primary:hover {
	color: #fff;
	background-color: #000;
    text-decoration: none;
	
}


.overlay .btn-primary {
	color: #fff;
    background-color: transparent;
    border-top: 1px solid white;
    border-bottom:1px solid white;

}

.overlay .btn-primary:hover {
	color: #fff;
	background-color: #7f237a;
    text-decoration: none;
	
}





.btn-purple {
  font-family:  "MainFont",  'Helvetica Neue', Helvetica, Arial, 'Times New Roman', sans-serif;
  letter-spacing: 0.03em !important;

  font-size:26px;
  color: #fff;
  background-color: #353635;
  border-color: #353635;
  border-radius: 0px;
}

.btn-purple:hover {
  color: #fff;
  background-color: #353635;
  border-color: #353635;
}

.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 59, 242, 0.5);
}

.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #353635;
  border-color: #353635;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 59, 242, 0.5);
}


.btn-outline-purple {
  font-family: "Lato Bold";
  color: #fff;
  font-size:0.7em;
  border-color: #353635;
  background-color: #353635;
  border-radius: 0px;
    margin:0px;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #353635;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
 
}
.btn-check:checked + .btn-outline-purple, .btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
  color: #fff;
  background-color: #353635;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-purple:focus, .btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
 
}
.btn-outline-purple:disabled, .btn-outline-purple.disabled {
  color: #353635;
  background-color: transparent;
}
 
.btn-check:checked + .btn-outline-purple::before {
  font-family:  "MainFont",  'Helvetica Neue', Helvetica, Arial, 'Times New Roman', sans-serif;
  content: "✓";
  color: white;
  display:inline-flex;
  padding:0px;
  margin:0px;
  margin-right:2px;
  line-height: 90%;
}

.btn-secondary {
    background-color: #54565a;
	color: #fff;
	martin:0px;
}

.btn-secondary.bg-black {
    background-color: #000;
}

.btn-secondary.bg-ebony {
    background-color: #fff;
    color: #000;
}


.btn-secondary:hover {
    color: #fff;
	background-color: #7f237a;
    text-decoration: none;
	
}

.btn-mobilenav {
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	border-color: transparent #161a1c transparent #161a1c;
}

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


.subheading {
	font-family:  "MainFont",  'Helvetica Neue', Helvetica, Arial, 'Times New Roman', sans-serif;
	font-size: 20px;
    color:#ccc;
	
}

.heading-container {
	border-left: 5px solid #4b829c;
}

h1{
	
	text-transform: uppercase;
	font-family: "Lato";
}



h2{
	font-size:1.5em;
}


.form-control, .input-group-text {
	border-radius: 0px;
    border:5px solid white;
}

.input-group-text {
    background-color: #fff;
    
}

.form-control::placeholder {
	font-style: italic;
}

.form-control.form-navbar {
    font-size:14px;
}

.form-control,.form-navbar::placeholder {
	font-style: italic;
    color: #ffff;
}

.heading a{	color: #ffffff;}
.heading a:hover{	color: #ffffff;}
.heading a:visited{	color: #ffffff;}
.heading a:active{	color: #ffffff;}

.heading-lg{
	font-size: 18px;
}
.heading-sep{
	margin-bottom: 35px;
}
.heading-sep:after{
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    background: #e5460f;
    position: absolute;
    margin-top: 13px;
}

.pointer {
	cursor: pointer;
}

.sub-heading {
	font-size:1.5em
}
.sub-heading a:link{}
.sub-heading a:hover{}
.sub-heading a:visited{}
.sub-heading a:active{}

.maintext {}
.maintext a:link{}
.maintext a:hover{}
.maintext a:visited{}
.maintext a:active{}


.two-cents a{ color: #000;}
.two-cents a:hover{ color: #fb000b;}

.testimonial-read-more a{ color: #FF0000;}
.testimonial-read-more a:hover{ color: #fb000b;}


.search .searchtitle, .listingtitle {
	color:white;
	font-family: "Lato";
	font-size:55px;
	text-shadow: 2px 0px #000;
	text-align: center;
	
}
.search input, .search select {
	border-radius: 0px;
	padding: 5px 15px 5px 15px;
}



footer{
    position:relative;
	padding: 12px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
    border-top:10px solid #1a1a1a;
}


.footer-top {
	background-color: #0d1114;
	border-top:10px solid #7f237a;
}

.footer-text {
	font-family:  "MainFont",  'Helvetica Neue', Helvetica, Arial, 'Times New Roman', sans-serif;
	color: #fff;
	font-size: 15px;
}


@media(min-width: 992px){
    
    
    
	.footer-text {
		font-size: 18px;
	}
    
    
}


@media(min-width: 1600px){
    
    
	.navbar .logo, .navbar.scrolled .logo {
		width:250px;
	}
    
	.footer-text {
		font-size: 18px;
	}
    
    
}


footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
	text-decoration: none;
}


footer a:visited{}
footer a:active{}

.copyright {}
.copyright a:link{}
.copyright a:hover{}
.copyright a:visited{}
.copyright a:active{}

/* Responsive styles, which override the base styles at specific sizes */

.responsive {

  width: 100%;

  height: auto;

}

.slider {
	background-color: #e9eded;
}

.slanted {
  -webkit-transform: skewy(-4deg);
  transform: skewy(-4deg);
}

.unslanted {
  -webkit-transform: skewy(4deg);
  transform: skewy(4deg);
}

.last {
  margin-bottom: -80px;
}

.personal-message a {
    color:#fff;
    text-decoration: underline;
    
}

.personal-message a:hover {
    color:#d7c8f3;
    
}

.communities {
    position: relative;
    background-color: #dbdbda;
    z-index: 0;
    z-index: 0
}

.blog {
   position: relative;
    z-index: 2;
}

.sideBar {
     position: relative;
   z-index:4;
}

.sidebarBox .dropdown-menu {

	border:0px;
	border-radius: 0px;
	background-color: #7f237a;
	color:#fff;
	font-size:  0.8em;

}



.sidebarBox .dropdown-menu > li > a {
	color:#fff;
}

.sidebarBox .dropdown-menu > li > a:hover {
	text-decoration: underline;
}

@media (max-width: 576px) {	
	.sidebarBox .dropdown-menu {
		font-size:1em;
	}
}



/* Smartphones */
/* Equivalent to bootstrap's media-sm */
@media(min-width: 576px){
} 
	
/* Tablets */
/* Equivalent to bootstrap's media-md */
@media(min-width: 768px){
	.navbar {
		color: #fff;
		/*/background-color: transparent; */
		border-bottom:0px;
	}
	
	.navbar-nav {
		background-color: transparent;
	}
	
	.nav-link {
		color: #fff;
        font-size:16.5px;
        font-family: "MainFont";
	}
	
	.search input, .search select {
		padding: 15px 15px 15px 15px;
	}
	
	.nonindexnav { 
		background: #fff;
		color: #333333;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
		border-bottom:1px solid white;
	}
	
	.listingtitle {
		font-size: 65px;
	}

}
	
/* Laptops */
/* Equivalent to bootstrap's media-lg */
@media(min-width: 992px){	
	
	.heading.mb-lg{
		margin-bottom: 35px;
	}
	.heading-lg{
		font-size: 38.5px;
	}
	.heading-sep{
		margin-bottom: 60px;
	}
	.heading-sep:after{
		width: 63px;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 24px;
	}
	footer{
		font-size: 13.5px;
		padding: 19px 0;
	}
}
	
.footer-standings, .footer-standings2 {
	background-color: #fff;
	
	/*box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.5);*/
	font-size:12px;
}

.footer-standings-heading, .footer-standings-heading2{
	
	font-family:  "MainFont",  'Helvetica Neue', Helvetica, Arial, 'Times New Roman', sans-serif;
	
	padding:25px;
	
	text-align: center;
	
	font-size: 30px;
	
	line-height: 100%;  
	
	color: #fff;
}

.footer-standings thead {
	color: #23577f; 
}

.footer-standings2 thead {
	color: #389b7f; 
}
.footer-standings-heading {
	background-color: #23577f; 
}

.footer-standings-heading2 {
	background-color: #389b7f; 
}


/* Desktops */
/* Equivalent to bootstrap's media-xl */
@media(min-width: 1200px){
	.footer-standings-heading, .footer-standings-heading2{
		font-size:25px;
	}
}
	
/* Extra large Desktops */
@media(min-width: 1605px){
	.banner.alt{
		height: 600px;
	}
	
	.footer-standings-heading, .footer-standings-heading2{
		font-size:30px;
	}
}


/* PATRYK SPECIFIC */
.sticky-contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    z-index: 1050;
}

/* Proper Inward Curve (Concave Cutout) */
.sticky-contact::before {
    content: "";
    position: absolute;
    top: -30px; /* Moves up */
    right: 0;
    width: 30px;
    height: 30px;
    background: white; /* Blends with the banner */

    /* Use clip-path to create a transparent inner curve */
    -webkit-mask: radial-gradient(circle 30px at 0% 0%, transparent 30px, white 31px);
    mask: radial-gradient(circle 30px at 0% 0%, transparent 30px, white 31px);
}

.banner-header {
    cursor: pointer;
}

.arrow {
    transition: transform 0.3s ease-in-out;
    width:30px;
}

/* Rotates the arrow when expanded */
.rotate-180 {
    transform: rotate(180deg);
}

.meet-overlay {
    width:81%;
    height:80%;
}

.nav-width {
    width:170px;
    transition: all 0.3s ease-in-out; /* Matches Bootstrap's transition */
}
.nav-width img {height:20px}

.nav-width.open {
    width: 100%; /* Expand when menu is open */
}

@media (min-width: 720px) {
   .meet-overlay {
       width:43%;
       height:70%

    }

  .nav-width {width:250px}
  .nav-width img {height:25px}
}
.square-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    padding: 20px;
}

.signature {
  width: 50%;  /* 50% width for mobile */
}
@media (min-width: 992px) { /* Bootstrap lg breakpoint */
  .signature {
    width: 100%; /* 100% width for desktop */
  }
}