body {
	font-family: "Inter", sans-serif;
	line-height:1.4;


}

#topwrapper .top{
	display:flex;
	padding:18px 0;
	justify-content: space-between;
	align-items: center;
	justify-content:space-between;
}

#topwrapper .top .left {
	display:flex;
}

#topwrapper .top, .main, #footerwrapper .footer {
	width:90%;
	margin:0 auto;
	max-width:1720px;
}

#navwrapper {
	text-align: right;
}

#navwrapper .nav{
	display:flex;
	justify-content:space-between;
}

#topwrapper .textfield{
	border:none;
	color: #000;
	font-family: Inter;
	font-size: 12px;
	float:left;
	letter-spacing: 1.8px;
}

#topwrapper .mobile{
	display:none;
}

#topwrapper .textfield::placeholder, .dn-textfield::placeholder, .textfield::placeholder {
	text-transform:uppercase;
}

#topwrapper .submit{
	position:absolute;
	right:10px;
	color: #D9D9D9;
	top:5px;
	background:none;
	border:none;
	cursor:pointer;
}

#topwrapper form{
	border: 1px solid #D9D9D9;
	border-radius: 100px;
	width: 229px;
	height: 18px;
	padding:9px 0 8px 15px;
	position:relative;
}

#navwrapper ul li a{
	text-decoration:none;
	color:#000;
	font-size:12px;
	letter-spacing:1.8px;
	text-transform:uppercase;
}

#navwrapper ul li a:hover, #navwrapper ul li a.lion {
	color: #499ED7;
}

#navwrapper ul li{
	display:inline;
	margin:0 0 0 50px;
}

.greywrapper {
	width:100%;
	background-color:#F8F8F8;
}

.blue {
	color:#499ED7;
}

.button{
	color: #499ED7;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	border:1px solid #499ED7;
	text-decoration:none;
	border-radius:5px;
	cursor:pointer;
	padding:7px 0;
	background:none;
	display:block;
	width:166px;

	margin:20px 0 0 0;
	font-weight: 600;

	letter-spacing: 1.8px;
	text-transform: uppercase;
}

h1 {
	text-align:center;
	background-color:#499ED7;
	width:100%;

	color: #FFF;

	font-family: "Source Sans 3";
	font-size: 75px;
	font-style: normal;
	font-weight: 700;
	padding:60px 0;
	margin:0 0 60px 0;
	letter-spacing: -1.5px;
}

h2{
	color: #1C1B1F;

	font-family: "Source Sans 3";
	font-size: 60px;

	font-weight: 700;

	letter-spacing: -1.2px;

}

h3{
	color: #499ED7;
	font-family: "Source Sans 3";
	font-size: 48px;

	font-weight: 600;


}

h4{


	font-size: 14px;

	font-weight: 600;
	margin:25px 0 8px 0;

	letter-spacing: 2.1px;
	text-transform: uppercase;

}

#banner.pix h1 {
	color:#FFF;
	background-color:transparent;
	line-height:1;



	text-align: center;

	font-family: "Source Sans 3", sans-serif;
	font-size: 75px;

	font-weight: 700;

	letter-spacing: -1.5px;
	position:relative;
	z-index:8;
}

#banner.pix{
	text-align:center;
	background-image:url(images/banner.jpg);
	background-size:cover;
	color:#fff;
	padding:50px 0;
	position:relative;
}

#banner.pix .desc{
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 25px;
	font-style: italic;
	position:relative;
	z-index:8;
	font-weight: 500;
	margin:0 0 40px 0;

}

#banner.pix:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
}

.logo{
	width:117px;
}

#topwrapper .phone{
	margin: 15px 0 0 20px;
}

.phone a{
	color: #499ED7;

	font-family: "Source Sans 3";
	font-size: 27px;

	font-weight: 700;
	 text-decoration:none;
}

#navwrapper .menu-toggle, #navwrapper .menu-close {
	display: none;
}

.padding{
	padding:80px 0;
}

.flex{
	display:flex;
	flex-wrap:wrap;
}

.greywrapper{
	background: #F8F8F8;
}

.innerwrapper{
	max-width:1300px;
	margin:0 auto;
}

/*Home*/
#pages.home .data{
	display:flex;
	justify-content:space-between;
	padding:70px 0;


}

#pages.home .filters .title input{
	width:20px;
	border:none;
	text-align:center;
}

#pages.home .filters .title span{
	color:#D9D9D9;
	border:1px solid  #D9D9D9;
	width:14px;
	height:14px;
	font-size:13px;
}

#pages.home .filters .box .script{
	padding-left:25px;
	margin:0 0 10px 0;
	text-transform:capitalize;
	letter-spacing:0;
	height:22px;
}

#pages.home .newmark{
	top:0;
}

#pages.home .filters .box .head.prop{
	margin:0 0 20px 0;
}

#pages.home .filters .box{

	border-bottom:1px solid #D9D9D9;
	padding:20px 0;
}

#pages.home .filters .box.utilities .title{
	line-height:2;
	vertical-align:middle;
}

.utilities-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 100px;        /* adjust width to fit “Yes”/“No” */
	height: 34px;
	/*background-color: #e0e0e0;*/
	border-radius: 17px;
	cursor: pointer;
	font-family: sans-serif;
	user-select: none;
}

/* Hide the actual radio inputs */
.utilities-toggle input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* Labels for each state */
.toggle-label-on,
.toggle-label-off {
	flex: 1;
	text-align: center;
	font-size:x-small;
	color: transparent;
	z-index: 2;
}

/* The sliding background indicator */
.toggle-slider {
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(50% - 4px);
	height: calc(100% - 4px);
	background-color: #4caf50;  /* green for “Yes” by default? we will switch based on checked */
	border-radius: 15px;
	transition: left 0.3s, background-color 0.3s;
	z-index: 1;
}

/* Default: “No” selected => slider on the right side? or left side depending design */
#utilityOff:checked ~ .toggle-slider {
	left: calc(50% + 2px);
	background-color: grey;   /* red for “No” state */
}

/* When “Yes” is selected */
#utilityOn:checked ~ .toggle-slider {
	left: 45px;
	background-color: #499ED7;
}

/* Change label text color when selected */
#utilityOn:checked ~ .toggle-label-on {
	color: #499ED7;
}
#utilityOff:checked ~ .toggle-label-off {
	color:grey;
}




#pages.home .filters .box .title .minus{
	margin:0 0 0 15px;
}

#pages.home .filters .box .title .material-symbols-outlined{
	margin:0 0 0 20px;
	cursor:pointer;
	display:none;
}

#pages.home .filters .material-symbols-outlined {
	font-size:13px;
}

#pages.home .filters .row .material-symbols-outlined {
	position:absolute;
	right:0px;
}

#pages.home .filters .material-symbols-outlined.minus{
	display:none;
}

#pages.home .filters .box .title.opened .material-symbols-outlined.minus, #pages.home .filters .box .row.active .material-symbols-outlined.minus {
	display:inline;
}
#pages.home .filters .box .title.opened .material-symbols-outlined.plus, #pages.home .filters .box .row.active  .material-symbols-outlined.plus {
	display:none;
}

#pages.home .filters .box.updown .material-symbols-outlined {
	display:inline;
	margin:0px;
}

#pages.home .filters .row .subrow  {
	padding:0px 0px 0px 20px;
	display:none;
	font-size:11px;
	line-height:normal;
}

#pages.home .filters .row .subrow.display {
	display:block;
}

#pages.home .filters .row .fa-minus {
	 display: none;
}

#pages.home .filters .row.active .fa-minus {
    display: inline-block;
}
  
#pages.home .filters .row.active .fa-plus {
    display: none;
}

.utilities-toggle {
	position: relative;
	display: inline-block;
	width: 73px;
	height: 25px;
	border-radius: 30px;
	border:1px solid #499ED7;
}


.utilities-toggle input {
	position: absolute;
	left: -9999px;
}


.utilities-toggle label {
	position: absolute;
	top: 3px;
	bottom: 0;
	width: 50%;
	cursor: pointer;

}


.utilities-toggle label[for="utilityOn"] {
	left: 8px;
}


.utilities-toggle label[for="utilityOff"] {
	right: 0;

}

.utilities-toggle .toggle-slider {
	position: absolute;
	top: 3px;
	left: 2px;
	width: 15px!important;
	height: 15px!important;
	background: #499ED7;
	border-radius: 50%;
	transition: left 0.3s ease;
}


#utilityOff:checked ~ .toggle-slider {
	left:8px;

}


#pages.home .filters .options .textfield{
	margin:15px 0;
	border: 1px solid #DADADA;
	border-radius:5px;
	letter-spacing:1px;
	height:35px;
	width:96%;
	padding:0 0 0 4%;
}

#pages.home .filters .header, #pages.home .filters .close{
	display:none;
}

#pages.home .filters{
	flex: 0 0 160px;
	border-right:1px solid #D9D9D9;
	padding:0 30px 0 0;
	margin:0 30px 0 0;
	font-size: 12px;


	letter-spacing: 1.8px;
	width:90px;
	text-transform: uppercase;
}

#pages.home #banner{
	margin:0 0 20px 0;
}

#pages.home .ad{
	background:#000;
	color:#fff;
	width: 728px;
	height: 90px;
	display:flex;
	flex-direction:column;
	display:none;
	text-align:center;
	justify-content:center;

	font-size: 20px;


	text-transform: capitalize;
	margin:40px auto 0 auto;

}

#pages.home .about .caps{

	text-align: center;

	font-size: 14px;
	margin:5px 0 0 0;

	font-weight: 500;

	letter-spacing: 2.25px;
	text-transform: uppercase;
}

#pages.home .about h2{
	color: #499ED7;
	line-height:1;

	font-size: 36px;

	font-weight: 600;

}

#pages.home .about .light{
	background: rgba(73, 158, 215, 0.15);
	padding:20px 0;
	width:22%;
	text-align:center;
}

#pages.home .about .dark .button{
	color:#fff;
	border:1px solid #fff;
	border-radius:5px;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.65px;
	text-transform: uppercase;
}

#pages.home .about .dark{
	color:#fff;
	width:54%;
	text-align: center;
	font-family: "Source Sans 3";
	font-size: 33px;
	font-style: italic;
	font-weight: 800;
	background: #499ED7;
	padding:20px 0;

	letter-spacing: -0.72px;
}

#pages.home .about .button {
	margin:15px auto;
	width:auto;
	display:inline-block;
	padding:7px 10px;
}

#pages.home .about{
	display:flex;
	justify-content:space-between;
	gap:10px;
}

#pages.home h1{
	margin:0;
	padding:50px 0 0 0;
}

#pages.home #banner .search button{
	position:absolute;
	background:none;
	border:none;
	top:5px;
	right:15px;
	color:#D9D9D9;
}

#pages.home #banner .search {
	position:relative;
	z-index:8;

	border-radius: 100px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	width: 343px;

	height: 37px;
	margin:0 auto;

}

#pages.home #banner .search input{
	border:none;
	height:100%;
	width:90%;
	color: #000;

	font-size: 12px;



	letter-spacing: 1.8px;
	text-transform: uppercase;
}

/* search input field */
#pages.home #banner .search  input {
	text-transform: none;
}


#pages.home #banner .search input::placeholder {
	text-transform: uppercase;
	letter-spacing: 1px;
}

#pages.home .price .material-symbols-outlined{
	color: #D9D9D9;
	vertical-align:middle;
}

#pages.home .price  .material-symbols-outlined.blue{
	color: #499ED7;
}

#pages.home .location{


	font-size: 12px;


	letter-spacing: 1.8px;
	width:90px;
	text-transform: uppercase;
}

#pages.home .right .views{
	text-align:right;
	margin:0 0 30px 0;
}

#pages.home .right .views span:hover, #pages.home .right .views label.active{
	color: #499ED7;
	cursor:pointer;
}

#pages.home .right .views input{
	display:none;
}

#pages.home .right{
	width:88%;
}

#pages.home .right .listings{

}

#pages.home .right .list, #pages.home .right .row  {
	display:flex;
	align-items:center;
	border: 1px solid #DADADA;
	font-size:14px;
}

#pages.home .right  .grid{
	float:left;
	border: 1px solid #DADADA;
	margin:0 0 4% 30px;
	display:block;
	width:14.5%;
	border-radius:8px;
	padding:20px 0 0 0;
}

#pages.home .right .grid.featured{
	width:31%;
}

#pages.home .row.grid .col.rooms.section{
	height:70px!important;
	display:flex;
}

#pages.home .right .grid.featured .title{
	font-size:30px;
}

#pages.home .right .comments, #pages.home .right .list .comments{
	position:relative;
	border-right:none;

}

#pages.home .hidden {
	text-transform:none;
	display:none;
}


#pages.home .right .comments span, #pages.home .right .list .comments span{
	cursor:pointer;
}

#pages.home .right .desc{
	display:none;
	position:absolute;
	background:#fff;
	width:150px;
	padding:15px;
	font-size:13px;
	border: 1px solid #DADADA;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	right:0;
}

#pages.home .right .comments span{
	cursor:pointer;
	display:block;
}

#pages.home .right .phone:hover .desc {
	display:block;
}

#pages.home  .list .col.cat, #pages.home .row .col.cat{
	 
}

#pages.home  .list .col, #pages.home .row .col{
	border-right: 1px solid #DADADA;
	padding:0px 0 0px 18px;

	flex: 0 0 160px;
	max-width: 160px;
	box-sizing: border-box;
	height:55px;
	text-transform:capitalize;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

#pages.home  .list .city span{
	font-size:11px;
	letter-spacing:0.8px;
}

#pages.home .row.grid .col{
	max-width:100%;
	height:auto!important;
	border-right:none;
	padding:0;
}

#pages.home .row.grid .col.small {

	border-right: 1px solid #DADADA;
	height:55px!important;
	position:relative;
}

#pages.home .row.grid .col.small.comments{
	border:none;
}

#pages.home .list a, #pages.home .col a{
	color:#1C1B1F;
}

#pages.home .list .rooms, #pages.home .col.rooms{

	flex: 0 0 200px;
	max-width: 200px;
	box-sizing: border-box;
	padding:0 10px;
}

#pages.home .list.featured .col, #pages.home  .row.featured .col{
	height:80px;

}

#pages.home .rooms{
	font-size:13px;
	line-height:1.2;
}



#pages.home .list.featured .price .details, #pages.home .featured .price .details,
#pages.home .list.featured .price .amount, #pages.home .featured .price .amount{
	margin: 28px 0 0 0;
}

#pages.home .list.grid.featured .price .details, #pages.home .grid.featured .price .details,
#pages.home .list.grid.featured .price .amount, #pages.home .grid.featured .price .amount{
	margin:0;
}



#pages.home .right .price{
	color: #499ED7;
	font-family: "Source Sans 3";
	font-size: 20px;

	font-weight: 600;
	flex-direction: row;

	flex: 0 0 400px;
	max-width: 400px;
	box-sizing: border-box;
	justify-content:left;
	align-items:start;

}

#pages.home .right .grid .price{
	width:auto;
	height: 90px !important;
}

#pages.home .list .price .amount, #pages.home  .price .amount{
	width:150px;
}

#pages.home  .grid .price .amount{
	width:auto;
}

#pages.home .list .price .hud, #pages.home   .price .hud{
	display:inline;
	padding:0 0 0 50px;
}

#pages.home .list .price div, #pages.home   .price div{
	margin:15px 0 0 0;
}

#pages.home   .grid .price div{
	margin:0;
}

#pages.home .list .price .icons, #pages.home  .price .icons{
	margin:0px  0px 0  0px;
}

#pages.home .list .price .month, #pages.home  .price .amount{
	color: #000;
	font-family: Inter;
	font-size: 14px;
	text-transform:lowercase;

	font-weight: 400;

}

#pages.home .right .city{

	font-size: 13.5px;

	font-weight: 400;

	letter-spacing: 2.2px;
	text-transform: uppercase;
}

#pages.home .right .title{
	color: #499ED7;
	font-family: "Source Sans 3";
	font-size: 22px;

	font-weight: 500;

	flex: 0 0 293px;
	max-width: 293px;
	box-sizing: border-box;
	padding:0 18px;

}

#pages.home .right .featured .title{

	font-size: 24px;
    line-height:0.9;
	font-weight: 700;

}

#pages.home .grid .details .hud{
	margin:0 0 0 15px;
	padding:0;
	display:block;
}

.fancybox-content{
	max-width:500px!important;
}

#pages.home .grid .details .icons{
	display:flex;
	margin:5px 0 0 0;
}

#pages.home .grid .cat{
	background: rgba(73, 158, 215, 0.15);
	border-radius:15px;
	margin:0 0 5px 0;
	display:inline-block;
	font-size:13px;
	padding:2px 10px!important;
	text-transform:capitalize;
}

#pages.home .right .grid .title{
	padding:0;
	height:55px!important;
	line-height:1;
	font-size:22px;

	display:flex;
	flex-direction:column;
	justify-content:center;

}

#pages.home .right .grid.featured .title{
	line-height:0.9;

}

#pages.home .right .row:first-child {
	border-radius:9px 9px 0 0;
}



#pages.home .grid .city, #pages.home .grid .cat, #pages.home .grid .title{
	margin:0 0 0 20px;
}

#pages.home .grid .city{
	padding:0 0 20px 0!important;
}



#pages.home .grid .section{

	border-bottom: 1px solid #DADADA;
	padding:20px!important;
	display:block;
}

#pages.home .grid .price{
	border-top: 1px solid #DADADA;
}


#pages.home .uncheck-all{
	margin:20px 0 0 0;
	color: #D9D9D9;
	cursor:pointer;
}

#pages.home .list .phone.small a{
	font-size:13px;
}

#pages.home .list .phone.small{
	position:relative;

}

#pages.home .col.comments a{
	text-decoration:none;
	font-size:22px;
	vertical-align:middle;
}

#pages.home .col  .fa{
	font-size:16px;

}

#pages.home .right .phone .desc{
	width:80px;
}

#pages.home .list .small, #pages.home .col.small{
	flex: 0 0 70px;
	max-width: 70px;
	box-sizing: border-box;
	text-align:center;
	padding:0;
	color:#1C1B1F;
}


#pages.home .grid .small{
	float:left;
	color:#000;
	text-align:center;
	width:24.4%;
	border-right:1px solid #DADADA;
	display: flex;
	flex-direction: column;
	align-items: center;
	height:55px;
	justify-content: center;
}

#pages.home .grid .small a{
	color:#000;
	font-size:15px;
}

#pages.home .grid .comments{
	border:none;
}

.price-range {
	margin: 20px 0;
	font-family: inherit;
}

.price-range h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

.slider-container {
	position: relative;
	height: 2px;
	background: #D9D9D9;
	border-radius: 4px;
	margin:7px 0 0 0;
}

.slider-container input[type="range"] {
	position: absolute;
	width: 100%;
	top: -5px; /* centers the thumb */
	background: none;
	pointer-events: none; /* so they overlap cleanly */
	-webkit-appearance: none;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height:12px;
	width: 12px;
	border-radius: 50%;
	background: #499ED7;
	cursor: pointer;
	pointer-events: all;
	border: none;
}
.slider-container input[type="range"]::-moz-range-thumb {
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #499ED7;
	cursor: pointer;
	pointer-events: all;
	border: none;
}

.slider-track {
	position: absolute;
	height:2px;
	background: #499ED7;
	border-radius: 4px;
	top: 0;
	left: 0;
	right: 0;
}

.price-values {
	margin-top: 10px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}


/*About*/
#pages.about #banner.pix { 
	background-image:url(images/banner-about.jpg);
	padding:0px;	
}
	
#pages.about .flex{
	justify-content:space-between;
}

#pages.about .left h3{
	font-style:italic;
	font-weight:700;
}
#pages.about .left {
	text-align: right;
	line-height:0.9;
	width: 35%;
}

#pages.about .right{
	width:52%;
	margin:30px 0 0 0;
}

#pages.about .top{
	border-bottom:1px solid #D9D9D9;
	padding:0 0 50px 0;
	margin:0 0 30px 0;
}

#pages.about .a{
	margin:0 0 25px 0;
}

#pages.about .q{
	color: #499ED7;

	font-size: 20px;
	font-style: italic;
	margin:0 0 10px 0;
	line-height:1;
	font-weight: 700;

	letter-spacing: -0.4px;
}


/*Form*/

#dn-center #step2:checked ~ #timeline #step2  {
	color:#499ED7;
}

#dn-center #step2:checked ~ #timeline #step2 .num  {
	background-color:#499ED7;
}

#dn-center #step3:checked ~ #timeline #step3  {
	color:#499ED7;
}

#dn-center #step3:checked ~ #timeline #step3 .num  {
	background-color:#499ED7;
}

#dn-center #step4:checked ~ #timeline #step4  {
	color:#499ED7;
}

#dn-center #step4:checked ~ #timeline #step4 .num  {
	background-color:#499ED7;
}


/* hidden labels for screenreaders only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Hidden Parts */
#dn-center #part2, #dn-center #part3, #dn-center #part4 {
  opacity: 0;

  height: 0;
  overflow: hidden;
}

/* Show Step 2 & Hide Step 1 */
#dn-center #step2:checked ~ #part2 {
  opacity: 1;

  height: auto;
	padding: 50px 5%;
}
#dn-center #step2:checked ~ #part1 {
  opacity: 0;
  height: 0;
  display: none;
}

/* Show Step 3  & Hide Step 2 */
#dn-center #step3:checked ~ #part3 {
  opacity: 1;
  height: auto;
	padding: 50px 5%;
}

#dn-center #step3:checked ~ #part2 {
  opacity: 0;
  width: 0;
  height: 0;
	display:none;
}

/* Show Step 4  & Hide Step 3 */
#dn-center #step4:checked ~ #part4 {
  opacity: 1;
  height: auto;
	padding: 50px 5%;
}

#dn-center #step4:checked ~ #part3 {
  opacity: 0;
  width: 0;
  height: 0;
	display:none;
}


#dn-center{
	font-family: Helvetica, sans-serif;
	font-size:14px;	
}

#dn-center .dn-head {
	color: #499ED7;
	text-align: center;
	font-family: "Source Sans 3";
	font-size: 30px;
	font-style: normal;
	margin:0px 0px 15px 0px;
	text-transform:capitalize;
	font-weight: 600;	
}

#dn-center .dn-subhead  {
	color: #499ED7;
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin:10px 0 2px 0;
}

.editlisting #dn-center   .dn-subhead{
	display:block;
}

#dn-center .feature  {
	background:#499ED7;
	border-radius:5px;
	color:#FFF;
	padding:5px 5%;
	font-size:15px;
	margin:0 0 15px 0;

}

#dn-center .feature .text {
	margin:0px 0px 5px 0px;
	text-align:center;
}

#dn-center .feature label {
	font-weight:bold;
}

#dn-center .feature .smalltext, #dn-center .feature .smalltext input {
	color:#FFF;
}

#dn-center .feature .dn-field {
	margin:10px 0px 0px;
}

#dn-center .feature .dn-subhead {
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
}

#dn-center .form-group#part1{
	padding:50px 5%;
}

#dn-center .form-group {
	border-radius: 10px;
	max-width:450px;
	overflow:hidden;
	background:#fff;

	margin:0 auto;
	border: 1px solid #D9D9D9;
}




#dn-center .amount{
	font-size:36px;
	letter-spacing:1.8px;
	margin:0 0 30px 0;
	border-bottom:1px solid #282828;
}

#dn-center .amount input{
	border:none;
	width:85%;
	
	
}

#dn-center .options{
	line-height:10px;
	margin:20px 0;
}

#dn-center .btn-group{
	clear:both;
}

#dn-center .btn-group.btn-group-lg.btn-group-justified .button.left {
	float:left;
}

#dn-center .btn-group.btn-group-lg.btn-group-justified .button.right{
	float:right;
}

#listingFeatured{
	vertical-align:middle;
}

#dn-center .dn-title.rel{
	position:relative;
	margin:0 0 5px 0;
	pointer-events: auto;
}

#dn-center .checkbox{
	vertical-align:middle;
}

#dn-center .script {
	display: block;
	position: relative;
	padding:2px 0 0 20px;
	cursor: pointer;
	text-transform:capitalize;           
}
	      
#dn-center .newmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 12px;
	width: 12px;
	background-color: #fff;
	border:1px solid #1A80D9;
}
         
#dn-center .newmark:after {
	content: "";
	display: none;
}

#dn-center .script input:checked ~ .newmark:after {
    display: block;
}
 
#dn-center .script .newmark:after {
	width: 100%;
	height: 100%;
	background: #1A80D9;				 
} 

#dn-center .dn-field.float{
	float:left;
	width:50%;
}

#dn-center .dn-field.float.half{	 
	width:48%;
}

#dn-center .dn-field.float.half.two{
	float:right;
}

#dn-center .dn-field.float.third.middle{
	margin: 0 0 0 2%;
	width: 31%;
}


#dn-center .display{
	margin:10px 0;
}

#dn-center select{
	width:100%;
	height:45px;
}

#dn-center .dn-field.float  select{
	width:97%;
}
 
#dn-center .dn-field.float.third{	 
	width:33%;
}

#dn-center textarea{
	resize:none;
}

#dn-center .dn-star {
    color: #000;
	font-size:8px;
	position:absolute;
}
#dn-center .textarea{
	resize:none;
}

#dn-center .dn-spacer {
	clear:both;
	height:15px;
}

#dn-center .button{
 
}

#dn-center .dn-smalltext {
	font-size:12px;
}

#dn-center .edit{
	display:block;
	margin:10px 0 0 0;
	color: #284264;
}

.dn-clear {
	clear:both;
}


#dn-center .red {
	color:red;
	padding:5px 0px 15px 0px;
}

#dn-center .more {
		display:none;
}
	
#dn-center .expand {
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
}

#dn-center .expand i{
	padding:0 10px 12px 0;
}

#dn-center #CreditCardTable {
	margin:0px 0px 25px 0px;
}


@media (max-width:550px) {
	#dn-center .dn-field.float.third, #dn-center .dn-field.float{
		float:none;
		width:100%;
	}
	

}

/*Contact*/
#pages.contact h2{
	text-align:center;
}

#pages.contact .text{
	text-align:center;
}

#pages.contact #form #form{
	width:40%;
	margin:40px auto 0 auto;
}

#pages.contact .textfield, #pages.contact .textarea, .dn-textfield, #dn-center textarea {
	resize:none;
	margin:0 0 10px 0;
	height:42px;
	padding:0 0 0 3%;
	width:97%;
	letter-spacing:1px;
	font-size:12px;
	border-radius: 5px;
	border: 1px solid #D9D9D9;

}

#dn-center textarea{
	padding:15px 0 0 3%;
	height:100px;
}
#dn-center .float  .dn-textfield{
	padding:0 0 0 5%;
	width:95%;
}



select:invalid {

	color: #6D6D6D;
}

select.dn-textfield:invalid {

	color: #6D6D6D;
}

select.dn-textfield:valid {

	color: #6D6D6D;
}

#dn-center .smalltext input{
	width:28px;
	border:none;
	color:#6D6D6D;
	background:transparent;
	text-align:center;
}

#dn-center .smalltext{
	margin:-5px 0 15px 0;
	font-size:11px;
	color:#6D6D6D;
}

#dn-center .smalltext strong{
	font-weight:normal;
}

.loaderImage {
    width: 32px;
    height: 32px;
    border: 4px solid #ddd;
    border-top-color: #222;
    border-radius: 50%;
	margin:25px auto 0px auto;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

#pages.contact .textarea{
	height:150px;
	padding:15px 0 0 15px;
}

#pages.contact .button{
	background:none;
	cursor:pointer;
	margin:10px auto;
	padding:10px 0;
}

/*Login*/
#pages.login h3{
	color:#000;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

#pages.login .text{
	text-align:center;
	font-size:14px;
	margin:15px 0 0 40px 0;
}

#pages.login .flex{
	justify-content:space-between;
	max-width:950px;
	margin:0px auto 0 auto;
}

#pages.login .desc{
	font-size:14px;
	text-align:center;
	margin:0 0 25px 0;
}

#pages.login .form .star .price .amount{
	font-size:35px;
}

#pages.login .form .star .price{
	color:#fff;
	font-family: "Source Sans 3";
	text-align:center;
	line-height:1;
	position:absolute;
	letter-spacing:1px;
	left:20%;
	width:60%;
	bottom:28px;
	font-weight:bold;
	font-size:21px;
	text-transform:uppercase;
}

#pages.login .form .star{
	position:absolute;
	top:-40px;
	left:-55px;
}

#pages.login .form{
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	position:relative;
	padding:50px;
	width: 341px;

}

#pages.login .button{
	border-radius: 5px;
	border: 1px solid #499ED7;
	background: #FFF;
	display:block;
	margin:20px auto;
	width:80px;
}

#pages.login .forgot a{
	color:#D9D9D9;
}

#pages.login .togglePassword {
	position: absolute; 
	right: 10px; 
	color:#D9D9D9;
	width:20px;
	top: 43%; 
	transform: translateY(-50%); 
	cursor: pointer;
}
#pages.login #ForgotPasswordDiv .dn-textfield{
	margin:25px 0 0 0;
}

#pages.login #ForgotPasswordDiv{
	padding:25px 0 0 0;
}

#pages.login #ForgotPasswordDiv, #pages.login .forgot{
	text-align:center;
}

#pages.login #ForgotPasswordDiv .button{
	width:100%;
	cursor:pointer;

}

#pages.login h2{
	color: #499ED7;
	text-align: center;

	font-size: 48px;

	font-weight: 600;

}

/*My Account*/
#pages.account.dashboard .title , #pages.account #accountpage h2{
	color: #000;
	font-family: "Source Sans 3";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.64px;
}

#pages.account .title .number{
	color: #499ED7;

	font-family: "Source Sans 3";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 133.333% */
	letter-spacing: -0.96px;
}

#pages.account.dashboard .box .title{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

#pages.account h1{
	text-align:left;
	justify-content:space-between;
	align-items:center;
	padding:60px 10%;
	width:80%;
}

#pages.account h1 .button{
	color:#fff;
	width:115px;
	border:1px solid #fff;
}

#pages.account #accountpage h2 {
	text-align:center;
	margin:0 0 20px 0;
}

#pages.account #accountpage .greywrapper {
	background-color:#F8F8F8;
	border-radius:5px;
	padding:50px 5%;
	margin:0 0 50px 0;
	width:90%;
}

#pages.account #accountpage .flex{
	justify-content:space-between;
}

#pages.account #accountpage #dn-center .dn-field .flex {
	justify-content:left;
	align-items:center;

}

#pages.account #accountpage #dn-center .dn-field .flex .dn-textfield {
	flex:1;
}

#pages.account #accountpage #dn-center .dn-field .flex span {
	color: #499ED7;
	font-size:large;
	margin:0px 5px 0 0;
    font-family: Inter;
}

#pages.account #accountpage .button.blue{

}

#pages.account #accountpage .flex.head{
	margin:0 0 30px 0;
	align-items:center;
}

#accountpage{
	width:83%;
}

#pages.account .acct.scrolled{
	display:block;
	overflow:hidden;
}

#pages.account .acct.scrolled #accountpage{
	float:right;
}

#accountpage .innerwrapper{
	max-width:100%;
	padding:0;
}

#pages.account .acct{
	padding:80px 0 0 0;
	justify-content:space-between;
}

#pages.account #accountpage .flex .greywrapper{
	width:25%;
	padding:40px;
}

#pages.account .acct.scrolled #accountnav{
	position:fixed;
	top:0px;
	padding:20px 0 0 0;
	height:100%;

	background:#fff;
}



#pages.account #accountnav{
	border-right:1px solid #D9D9D9;
	width:200px;

}

#pages.account #accountnav li{
	color: #499ED7;
	font-family: Inter;
	font-size: 12px;
	margin:0 0 35px 0;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

#pages.account #accountnav li a:hover, #pages.account #accountnav .lion{
	color: #499ED7;
}

#pages.account #accountnav li span{
	vertical-align:middle;
	margin:0 20px 0 0;
}


#accountnav li a {
	color:#1C1B1F;
	text-transform:uppercase;
	text-decoration:none;
}

#pages.account .row{
	border: 1px solid #DADADA;
	display:flex;
}


#pages.account .listings {
	background-color:#FFF;
	padding:3%;
}

#pages.account h1{
	margin:0;
}

#pages.account .header{
	border-radius:9px 9px 0 0;
}

#pages.account .row .button{
	width:72px;
	margin:0 20px 0px 0;
}

#pages.account  .head .button {
	margin:0 0 0 20px;

}

#pages.account   .button.filled{
	color:#fff;
	background:#499ED7;
}

#pages.account .col{
	border-right:1px solid #D9D9D9;
	display:flex;
	height:65px;
	padding:0 0 0 20px;

	flex: 0 0 200px;
	max-width: 200px;
	flex-direction:column;
	justify-content:center;



	font-size: 11px;

	letter-spacing: 1px;
	text-transform: uppercase;
}

#pages.account.billing .col{
	flex: 0 0 100px;
	max-width: 100px;
}

#pages.account .col.city, #pages.account .col.status {

	flex: 0 0 125px;
	max-width: 125px;
	padding: 0 0 0 15px;
}

#pages.account .col.id{
	flex: 0 0 80px;
	max-width: 80px;
}

#pages.account .header .col.date{
	border-right:none;
}

#pages.account .header .col{
	font-weight:bold;
	text-transform:none;
	letter-spacing:0;

}

#pages.account .header .col.title{
	font-weight:bold;
	text-transform:none;
	letter-spacing:0;
	color:#000;
	font-size:13px;
}

#pages.account .col.title {
	color: #499ED7;
	font-family: "Source Sans 3";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
	letter-spacing: 0;

	flex: 0 0 300px;
	max-width: 300px;

}

#pages.account .col.date{
	display:flex;
	border:none;
	justify-content:space-between;
	flex-direction:row;
	align-items:center;

	flex: 0 0 230px;
	max-width: 230px;
}

#pages.account.billing .col.email,  #pages.account.billing .header .col.email{

	flex: 0 0 180px;
	max-width: 180px;
}

#pages.account.billing .col.last{
	border-right:none;
	flex: 0 0 150px;
	max-width: 150px;
}

#pages.account.billing .col.date, #pages.account.billing .header .col.date{
	border-right:1px solid #D9D9D9;
	flex: 0 0 100px;
	max-width: 100px;
}

#pages.account   .tag:before{
	content:'';
	background: #00C23A;
	width:8px;
	height:8px;
	border-radius:100%;
	display:inline-block;
	margin:0 6px 0 6px;
}

#pages.account   .expired .tag:before{
	background:#1D00C2;
}

#pages.account  .tag{
	border-radius: 25px;
	background: rgba(0, 194, 58, 0.10);

	color: #00C23A;
	position:relative;


	font-size: 13px;
	width:100px;
	text-align:center;
	padding:4px 0;


	font-weight: 500;

	letter-spacing: 1.95px;
	text-transform: uppercase;
}

#pages.account .expired .tag{
	color:#1D00C2;

	background: rgba(29, 0, 194, 0.10);
}

#pages.account .in-active .tag{
	color:#dc3545;
	width:120px;
	background: rgba(255, 114, 118, 0.10);
}

#pages.account .in-active .tag:before {
    background: #dc3545;
}

/*Account*/
#pages.account .searchwrap{
	margin:0 0 40px 0;
}

#pages.account .searchwrap .search input, #pages.account .searchwrap .sort select{
	border:none;
	letter-spacing:2px;
	padding:10px 0 0 0;
	color:#000;
	text-transform:uppercase;

}

#pages.account .searchwrap .search  button{
	position:absolute;
	top:7px;
	right:7px;
	background:none;
	border:none;
}

#pages.account .searchwrap .sort{
	width:120px;
}

#pages.account .searchwrap .search, #pages.account .searchwrap .sort{
	height:40px;
	background:#fff;
	position:relative;
	color:#000;
	text-transform:uppercase;

	border: 1px solid #D9D9D9;

	padding:0 0 0 10px;
}

#pages.account .searchwrap input::placeholder{
	text-transform:uppercase;
	color:#000;
}

#curFilters{
	display:none;
}

/*My Account Billing*/
#pages.account .col.last{
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

/*Add Listing*/
#addlistings .form-group{
	width:340px;
	overflow:hidden;
	margin:0px auto 0 auto;
}

#addlistings .form-group .button{
	cursor:pointer;
	width:80px;
}

#pages.account #accountpage  #timeline {
	text-align:center;
	color:#6D6D6D;
	justify-content:center;
	column-gap:2em;
	margin:0 0 80px 0;
	justify-content:center;
}

#timeline .num {
	background-color:#D9D9D9;
	color:#FFF;
	padding:15px 0px;
	border-radius:100%;
	position:relative;
	max-width:50px;
	margin:0 auto 15px auto;
}

#timeline .num:before{
	content:'';
	height:1px;
	width:84.5px;
	position:absolute;
	background-color:#D9D9D9;
	right:100%;
	top:25px;
}

#timeline #step1 .num:before{
	display:none;
}

#timeline .title {
	text-transform:uppercase;
	color:#6D6D6D;
	letter-spacing:1.8px;
	font-size:12px;
}

#timeline #step1 {
	color:#499ED7;
}

#timeline #step1 .num {
	background-color:#499ED7;
}

.footer{
	text-align:center;
	font-size:10px;
	padding:0 0 20px 0;
}

.footer a{
	color:#000;
}

.footer .logo{
	margin:-10px auto 20px auto;
	background:#fff;
}

.mailing{
	border-top:1px solid  #D9D9D9;
	padding:30px 0 30px 0;
	border-bottom:1px solid  #D9D9D9;
}

.mailing .title{
	color: #499ED7;
	font-family: "Source Sans 3";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.72px;
}

#mailing .form-field-label {
	display:none;
}

#mailing .form-input-wrapper.lp-flex-1 {
	margin:0px !important;
}

#mailing .landing-page-form-message {
	color:red;
	font-weight:bold;
}

#mailing form{
	border-radius: 100px;
	border: 1px solid #499ED7;
	position:relative;
	margin:10px auto 0px auto;
	height:31px;
	width:284px;
}

#mailing form input.form-input-element{
	width:87% !important;
	border:none !important;
	font-size: 12px !important;
	text-transform:none;
	height:100% !important;
	border-radius:0px;
}

#mailing form button{
	border: none;
	width: 24px;
	color: #499ED7;
	position: absolute !important;
	right: 30px;
	top: -32px;
	font-size: 0;
	background: none !important;
	padding: 0 !important;

}

#mailing form button span{
	display:none;
}

#mailing form button:before{
	content: "→ ";
	font-size:20px;
	position:absolute;
	top:5px;
}

#mailing input::placeholder {
	color: #000;
	font-size: 12px;
	text-transform:none;
}

.apply{
	color: grey;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	border-bottom: 1px solid grey;
	position:absolute;
	margin: 10px 0 0 10px;
	cursor: pointer;
}

#Coupon{
	width:75%;
}

#DiscText .wrong{
	color:red;
	background:pink;
	border:1px solid red;
	padding:5px;
	font-weight:bold;
	letter-spacing:1px;
}

#DiscText .show{
	color:green;
	background:lightgreen;
	border:1px solid green;
	padding:5px;
	font-weight:bold;
	letter-spacing:1px;
}

#DiscText {
	text-transform:uppercase;
	margin:10px 0;
}


@media print {
	
	#topwrapper .top, .main {
		width:100% !important;
	}

	#pages.home #banner, #pages.home #banner .search, #pages.home .filters, #topwrapper #navwrapper, #footerwrapper, #pages.home .about, #topwrapper .top form, #pages.home .col.small.mail, #pages.home .col.small .material-symbols-outlined, #pages.home .right .row.grid .comments.small,  #pages.home .right .views {
		display:none;
	}
	
	#pages.home .grid .small {
		width:40%;
	}
	
	#pages.home .grid .small.email {
		width:60%;

	}
	
	#pages.home .row.grid .col.email.small {
		border:none;

	}
	
		#pages.home .list.featured .price .amount, #pages.home .featured .price .amount, #pages.home .list .price div, #pages.home .price div {
		margin-top:38px;
	}
	
	
	
	#pages.home .right .desc {
		position:relative;
		width:auto;
		display:block;
		background:none;
		padding:0px;
		border:none;
		box-shadow:none;
	}
	
	#pages.home .hidden {
		display:block;
	}
	
	#pages.home h4.hidden {
		margin:0px;
	}
	
	#pages.home .col.phone.small {
		max-width:100px;
		flex: 0 0 100px;
	}
	
	#pages.home .col.small {
		max-width:175px !important;
		flex: 0 0 175px  !important;
	}
	
	#pages.home .col.phone.small a {
		font-size:14px;
		font-weight:normal;
	}
	
	#pages.home .right .phone .desc, #pages.home .right {
		width:auto;
	}
	
	#pages.home .contact.email.small {
		white-space: nowrap;
	}
	
	#pages.home .list .col {
		height:100px !important;
	}
	
	#pages.home .list.featured .col {

	}

	#pages.home .right .featured .title{

		font-size:13px!important;
	}

	#pages.home .list.featured .price .details, #pages.home .featured .price .details, #pages.home .list.featured .price .amount, #pages.home .featured .price .amount {
		margin: 0px 0 0 0!important;

	}

	#pages.home .rooms {
		font-size: 9px!important;
		line-height: 0.8!important;

	}

	#pages.home .list .city span {
		font-size: 8px!important;
		letter-spacing: 0px!important;

	}

	#pages.home .right .comments, #pages.home .right .list .comments{

		line-height:0.9!important;
		font-size:8px!important;
	}


	

  @page {
    size: landscape;
  }

}
	

