/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font3';
	src:url('../fonts/kron.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font4';
	src:url('../fonts/tw.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font5';
	src:url('../fonts/ww.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
.label{
	color:#a9df4a;
		font-family: 'font3';	
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.dropdown {
  float: left; position: relative;
}
.dropdown .dropbtn {
 font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
 background-color: red;
}
.dropdown-one {
 cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
 cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
 cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
 display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
 display: block;
}
.dropdown-one .dItem {
 color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
 background-color: #ddd;
}

.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px;	text-transform: uppercase; padding-top: 20px;	line-height: 5px;	font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333;	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
  overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
  background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font';	text-align: center;	font-size: 2rem; color: rgb(246,177,24);
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: absolute; width: 100%;	    background: #243A32;	z-index: 5;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; margin-top: 10px;
}
.top-header div[class*='col-']:first-child {
	display:flex;	justify-content: flex-end; align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;	font-size:15px;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) a {
		background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120);	
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) a {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;	justify-content: flex-start; align-items:center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid /*#f70a0a*/rgb(15, 53, 39);	color: /*#f70a0a*/rgb(15, 53, 39); background: #fff;	height: 34px;	width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #f70a0a;	text-decoration:none !important; color: rgb(255,255,255); box-shadow: 1px 1px 10px 1px #000;
}
.top-header .dropdown-menu {
	background:whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;	padding:3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px;	outline: none !important;	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important; box-shadow:none !important;
}
.top-header h5 {
	color: #000; border-bottom: 3px solid #ef1919; border-right: 1px solid #ef1919; text-transform: uppercase; padding: 5px 10px 5px 10px;
}
.top-header h5:hover {
 text-decoration: overline;
}
/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}

/******* Mobile Navigation Section *******/
.navbar-sidebar {
	display:none;
}
.dropdown-wrapper {
	margin:0;	padding:0;
}
.navbar-sidebar .dropdown-menu-mobile, .navbar-sidebar .dropdown-menu-mobile-2 {
	position:relative; display:none; top: 0; left: 0; z-index: 1000; float: left; height:0px; margin:0; width:100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform:scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate, .dropdown-menu-animate-2 {
	display:inline-block !important; transform:scale(1,1) !important;	padding:25px 0 !important; height:auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a, .navbar-sidebar .dropdown-menu-mobile-2 a {
	color: rgb(75,75,75);	font-weight:600 !important;	font-size: 1.3em;	font-family:'Raleway'; text-align:center;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 1;	overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition:margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width: 1200px !important;
}
.modal-dialog {
	max-width: 100%;
}
.modal-header h5 {
    font-size: 35px;
    font-family: font3;
    color: #243a32;
}
.modal-content p {
	padding: 0 0 8px 0; line-height: 21px; font-size: 16px; color: rgb(12,12,12);
}
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0;
	
	    font-family: 'font3';
    color: #243a32;
				font-size:1.4rem;
	
	
}

.nav-link{
	
	    font-family: 'font3';
    color: #243a32;
				font-size:1.4rem;

}
.bar-block.center .bar-item {
	text-align:center;
}
.block {
	display:block; width:100%;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 1; display: block; height: 110%;
}
.video .pad {
	padding: 27% 0px 50% 40%; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: #243a31; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.home1 {
	padding: 75px 75px 200px 75px; background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 .pad img {
	box-shadow: none; max-width: 50%;
}
.home1 h1 {
	font-family: 'font3';	font-size: 45px; text-align: left; font-weight: 800;  color: #f70a0a;
}
.home1 p {
	font-size: 16px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 30px;
}
.home1 span {
 font-family: 'font4'; color: rgb(83,82,82); font-size: 35px; font-style: italic; padding-left: 50px;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}








/**/
/*Redesign CSS*/
/**/




.showcase{
	position:relative;
	height: 100vh;
	display:flex;
	flex-direction: column; 
	justify-content: center;
	align-items: center;
	text-align: center; 
}
.background-video {
 margin-bottom: 377px;
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:100%;
	height: 100%;
	overflow:hidden;
	object-fit: cover; 
	
	/*height: 1350px;*/
	/*height: auto;*/
	
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*overflow: hidden;*/
    background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;
    /*background-size: cover;*/
}
.video-overlay {
	    position: absolute;
    padding: 50px 10px 50px 10px;
    background: #ffffff00;
     margin-top: -0;
    margin-bottom: 0;
    width: 100%;
				
    top: 50%;
}

.background-video {
 
}
/*.video-overlay {
    position: absolute;
    padding: 100px;
    background: #ffffff00;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    top: 50%;
}*/
.video-overlay h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 4rem; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: center;
	    font-family: 'font3';

}
.video-overlay h2 strong {
	color: #000;
}
.video-overlay h2 span {
	font-size: 1.45rem; font-family: font2; font-weight:900; color: #000; letter-spacing: 1px; text-transform: capitalize;
	
	color:white; 
}
.video-overlay h4 {
	padding: 35px; border-radius: 10px; color: #fff; font-size: 20px; letter-spacing: 2px;
	background: #797acc; text-align: center; font-family: font3; font-weight: 600; text-transform: uppercase;
	    font-family: 'font3';
}
.video-overlay h4:hover {
	box-shadow: 0px 0px 0px 15px #797acc;  border-radius: 0px;
}
.video-overlay .contact-cta{
	
    text-align: center;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    margin: 100px 0px;
    padding: 25px;
    background: rgba(15, 53, 39, 0.83);
    transition: 0.5s;
	    font-family: 'font3';
}




.home-intro{
	
}

.home-intro {
    padding: 200px 10px 100px;
    background: #183b31;
 	
	
}
.home-intro .pad {
	padding: 0px;
}
.home-intro .pad img {
	box-shadow: none; max-width: 100%;
}
.home-intro .label{
	color:#a9df4a;
		font-family: 'font3';
		    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.home-intro h1 {
	/*font-family: 'font3';	font-size: 5rem; text-align: left; font-weight: 800;  color: white;*/
	
	
    font-family: Georgia, "Times New Roman", serif;
    font-size: 5rem;
    text-align: left;
    font-weight: 800;
    color: white;
    margin: 20px 0 0;
    font-size: 76px;
    line-height: 1.04;
    font-weight: 400;
}
.home-intro h3 {
	font-family: 'font3';	font-size: 1.5rem; text-align: left; font-weight: 800;  color: white;
}
.home-intro p {
	font-size: 16px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: white; line-height: 30px;
}
.home-intro span {
 /*font-family: 'font4';*/
 font-family: 'font3';
	
	
	color: white;font-size: 35px; font-style: italic; padding-left: 50px;
}
.home-intro img {
	/*box-shadow: 1px 1px 10px 3px #000;*/
}
.home-intro .btn {
    display: inline-block;
    border-radius: 999px;
    padding: 14px 28px;
    font: 600 14px/1.2 Arial, Helvetica, sans-serif;
    text-decoration: none;
				border: 1px solid rgba(255,255,255,.20);
				
				transition: 0.3s; 
}
.home-intro .btn:hover {
		background: #f98128
}
.property-cta{
	background: #a9df4a;
	color: #183b31;
}
.schedule-cta{
	background: transparent;
	color:white;
	
}
.home-intro .btns {
    margin-top: 36px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.home-intro .cards {
    margin-top: 48px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3,1fr);
}
.home-intro .card {
    border: 1px solid var(--line);
    background: rgba(255,255,255,.06);
    border-radius: 28px;
    padding: 24px;
}
.home-intro .card h2, .home-intro .card p, .home-intro .card ul{

    font-family: 'font3';
    text-align: left;
    /*font-weight: 800;*/
    color: white;	
}

 .home-intro .card p {

    font-family: 'font2';
}



.home-intro .mini-cards{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px; 
}
.home-intro .mini{
    text-align: center;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    padding: 12px 16px;
    color: rgba(255,255,255,.90);
    font: 500 15px/1.2 Arial, Helvetica, sans-serif;
}


.chicago-bg {
    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/home-chicago001.jpg);
    background-size: cover;
    background-position: center;
    height: 700px;
    background-repeat: no-repeat;
}



@media(max-width: 991px){
	
.home-intro {
    text-align: center;
}
.home-intro h1 {
    font-family: 'font3';
    font-size: 3rem;
    text-align: center;

}
.home-intro .cards {
    margin-top: 48px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1,1fr);
}
.home-intro .btns {
    justify-content: center;
}

.home-intro .mini-cards{
	display: flex;
	gap: 15px;
	flex-direction: column;
}
}




.home-services{
	
	padding: 100px 10px ;
	background: white; 
	
}
.home-services .label {
    color: #6f9d42;
    font-family: 'font3';    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.home-services h2 {
	font-family: 'font3';	font-size: 5rem; text-align: left; font-weight: 500;  color: #183b31;
	
	
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.home-services p{
	font: 20px/1.8 Arial, Helvetica, sans-serif; 	
}
.home-services .btns {
    margin-top: 36px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.home-services .cards {
    margin-top: 48px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3,1fr);
}
.home-services .card {
    border: 1px solid rgba(24,59,49,.10);
    background: #f7faf8;
    border-radius: 28px;
    padding: 24px;
}
.home-services .card h2, .home-services .card p, .home-services .card ul{

    font-family: 'font3';
    text-align: left;
    /*font-weight: 800;*/
    color: #183b31;	
}

.home-services .card h2{
	font-size: 2rem;     font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.home-services .card p{
	font: 15px/1.9 Arial, Helvetica, sans-serif; ; 
}



@media(max-width:991px){
.home-services .cards {
    margin-top: 48px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1,1fr);
}


}













.home-why{
	background: #183b31;
	color: white;
	padding: 130px 10px; 
}
.split-grid{
    display: grid;
    gap: 40px;
    grid-template-columns: .95fr 1.05fr;
    align-items: center;
}
@media (max-width: 991px){
.split-grid {
    grid-template-columns: 1fr;
}
}

.home-why h2 {
    font-family: 'font3';
    font-size: 3rem;
    text-align: left;
    font-weight: 500;
    color: white;
				
				
				    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.home-why p {
    font: 20px/1.8 Arial, Helvetica, sans-serif;
}
.why-grid{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2,1fr);

}
.why-card{
    border: 1px solid rgba(255,255,255,.10);
    background: #ffffff26;
    backdrop-filter: blur(4px);
    border-radius: 22px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.7;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,.90);
}
.why-card{}






.home-about{
	padding: 100px 10px;
	background: #102a22; 
	color: white; 
}
 
.home-about h2 {
    font-family: 'font3';
    font-size: 5rem;
    text-align: left;
    font-weight: 500;
    color: white;
				
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.home-about h3 {
    font-family: 'font3';
    font-size: 2rem;
    text-align: left;
    font-weight: 500;
    color: white;
				
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

				
}
.home-about p {
    font: 20px/1.8 Arial, Helvetica, sans-serif;
}
.about-grid{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2,1fr);

}
.about-card{
    border: 1px solid rgba(255,255,255,.10);
    background: #ffffff26;
    backdrop-filter: blur(4px);
    border-radius: 22px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.7;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,.90);
}
@media (max-width: 991px){
.home-about h2 {
    font-size: 3rem;
}

.about-grid {
    grid-template-columns: repeat(1,1fr);
}


}




.home-housing{
	padding: 100px 10px;
	background: #183b31; 
	color: white; 
}
 
.home-housing h2 {
    font-family: 'font3';
    font-size: 5rem;
    text-align: left;
    font-weight: 500;
    color: white;
				
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

				
}
.home-housing .subtitle {
    font-family: 'font3';
    font-size: 2.3rem;
    text-align: left;
    font-weight: 500;
    color: white;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.home-housing h3 {
    font-family: 'font3';
    font-size: 2rem;
    text-align: left;
    font-weight: 500;
    color: white;
}
.home-housing p {
    font: 20px/1.8 Arial, Helvetica, sans-serif;
}
.home-housing ul{
    font: 20px/1.8 Arial, Helvetica, sans-serif;
	
}
.housing-grid{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1,1fr);

}
.housing-card{
    border: 1px solid rgba(255,255,255,.10);
    background: #ffffff26;
    backdrop-filter: blur(4px);
    border-radius: 22px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.7;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,.90);
}




@media (max-width: 991px){
 
.home-housing h2 {
    font-size: 3rem;
}
}










.home-owners{
	padding: 100px 10px;
	background: white; 
	color: #183b31; 
}
 
.home-owners h2 {
    font-family: 'font3';
    font-size: 5rem;
    text-align: left;
    font-weight: 500;
    color: #183b31;
				    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

				
}
.home-owners .subtitle {
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

    font-size: 2.3rem;
    text-align: left;
    font-weight: 500;
    color: #183b31;
}
.home-owners h3 {
    font-family: 'font3';
    font-size: 2rem;
    text-align: left;
    font-weight: 500;
    color: white;
}
.home-owners p {
    font: 20px/1.8 Arial, Helvetica, sans-serif;
}
.home-owners ul{
    font: 20px/1.8 Arial, Helvetica, sans-serif;
	
}
.owners-grid{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1,1fr);

}
.owners-card{
	
	
	
	
    border: 1px solid rgba(255,255,255,.10);
    background: #ffffff26;
    backdrop-filter: blur(4px);
    border-radius: 22px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.7;
    font-family: Arial, Helvetica, sans-serif;
				
				color:     color: rgba(255,255,255,.90);

    border: 1px solid rgba(24,59,49,.10);
    background: #f7faf8;
    border-radius: 28px;
    padding: 32px;
				
}

@media(max-width: 991px){
.home-owners h2 {
    font-size: 3rem;
    /*text-align: left;*/
}
}

 



.home-request{
	padding: 100px 10px;
	background: #102a22; 
	color: white; 
}
 
.home-request h2 {
    font-family: 'font3';
    font-size: 5rem;
    text-align: left;
    font-weight: 500;
    color: white;
				
				    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.home-request h3 {
    font-family: 'font3';
    font-size: 2rem;
    text-align: left;
    font-weight: 500;
    color: white;
}
.home-request p {
    font: 20px/1.8 Arial, Helvetica, sans-serif;
}
.home-request span{
	font-weight: 600; 
}
.home-request ul{
	padding: 0;
	list-style-type: none; 
}
.home-request a{


color:white;
}
.home-request a:hover{


color: #a9df4a;
}
.request-grid{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1,1fr);

}
.request-card{
    border: 1px solid rgba(255,255,255,.10);
    background: #ffffff26;
    backdrop-filter: blur(4px);
    border-radius: 22px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.7;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,.90);
}


@media(max-width: 991px){
.home-request h2 {
    font-size: 3rem;
}
	
}






/**/
/**/
/**/
/**/
/**/












.home-service{
	
}

 
.home-service .square2 {
	width: calc(100% - 0px)!important; max-width: 100%!important; margin: 0 0 8px!important; padding: 50px!important; background: rgb(255,255,255,0.7)!important;
	
		display:flex;
		justify-content: center;
		align-items: center;
		flex-direction:column; 
	height:100%;
	
	
	opacity:0;
	
	transition:0.5s;
}
.home-service .container {
	padding: 75px 0 75px 0;
}
.home-service .square2 h2 {
	font-size: 40px; font-family: 'font3'; font-weight: 800; text-align: center; color: rgb(15,53,39); padding-bottom: 25px;
	
	transition:0.3s;
}
.home-service .square2 h2:hover {
	font-family: 'font3'; color: #000;
}
.home-service .square2 h3 {
	font-size: 20px; font-family: 'font3'; color: #000;
}
.home-service .square2 h3 img {
	max-width: 10%; box-shadow: none;
}
.home-service .square2 img {
	box-shadow: 1px 1px 10px 1px #000;
}


.home-service .square2.show{
	
	opacity: 1; 
	
}


.home-service h4 {
	font-size: 25px; color: rgb(255,255,255); font-family: 'font2'; text-align: center; font-weight: 600;
}
.home-service h5 {
 font-size: 27px; color: rgb(255 255 255); font-family: 'font4'; text-align: center; font-weight: 400; background: #f70a0a7d; margin-bottom: -30px; padding: 10px 0px 5px 0px; transform: rotate(330deg); margin-left: -82px; width: 55%; text-shadow: 2px 2px 3px #000; letter-spacing: 1.5px;
}
.home-service h5:hover {
	font-family: 'font3'; 
}
.home-service p {
	color: rgb(60,60,60); font-weight: 600; font-family: 'font2'; font-size: 16px; text-align: center; line-height: 30px;
}
.home-service span {
	font-size: 20px; font-family: 'font'; text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-service strong {
	font-size: 20px; text-shadow: 1px 1px 1px rgb(0,0,0);
}





.home-banner {
/*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/white-1.jpg);*/ background: #fff;    box-shadow: 1px 1px 10px 3px #000;

 background: rgb(15,53,39);
	color:white;

}
.home-banner .container-fluid {
	padding: 0px;
}
.home-banner .lefty1 {
 background: rgb(15,53,39);
	color:white;
}
.home-banner .righty1 {
 background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255 255 255 / 0%) 25%, rgb(247 10 10 / 21%) 25%, #f70a0af0 100%); height: 100%;
}
.home-banner .centery1 {
	padding: 75px 15px 75px 15px;
	opacity: 0;
	transform: translateY(50px);
	transition: 0.75s; 
}
.home-banner .centery1.show{
	transform: translateY(0px);

	opacity: 1; 
}
.home-banner .centery1 h4 {
	font-size: 30px; font-family: 'font3';
}
.home-banner .centery1 h5 {
	font-size: 25px; font-family: 'font4'; text-decoration: underline; font-weight: 600;
}
.home-banner .centery1 ul {
	text-indent: 10px; list-style: '◌'; line-height: 25px;
}
.home-banner h3 {
	font-size: 40px; font-family: 'font3'; text-align: center; color:white;
}
.home-banner p {
	text-align: center; font-size: 16px; line-height: 30px;
}
.home-banner a.contact-cta{
		
    text-align: center;
    font-size: 1.5rem;
    color: rgba(15, 53, 39, 0.83);
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    margin: 100px 0px;
    padding: 25px;
    background:  rgb(255, 255, 255);;
    transition: 0.5s;
}


.home-banner a.contact-cta:hover{
		
			background: rgb(203 210 208 / 71%);
			
}






.home-offer{
    background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg");
				
    /*padding: 100px 75px;*/

				
}
.home-offer .offer-box {
    background:#ffffffcc;
    border: 3px solid rgb(15,53,39);
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 15px;
    box-shadow: 1px 1px 10px 1px #000;
    text-align: center;
    height: 450px;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    flex-direction: column;
    position: relative;
				
}
.home-offer .left-box{
	margin-left: 150px;
	margin-right: -100px;
	
	
	opacity: 0;
	transform: translateX(-50px);
	
	transition: 0.75s;
}
.home-offer .right-box{
	margin-left: -100px; 

	margin-right: 150px;
	opacity: 0;
	transform: translateX(50px);
	transition: 0.75s;


}
.home-offer .left-box.show{
	margin-left: 150px;
	margin-right: -100px;
	
	
	opacity: 1;
	transform: translateX(-00px);
}
.home-offer .right-box.show{
	margin-left: -100px; 

	margin-right: 150px;
	opacity: 1;
	transform: translateX(-00px);


}



.home-offer h4 {
    font-size: 3rem;
    font-family: 'font3';
    color: rgb(15,53,39);
    text-shadow: 1px 1px 1px #000;
}

.home-offer .city-bg-001{
    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/chicago-fountain001.jpg);
    background-size: cover;
    background-position: center;
    height: 700px;
    background-repeat: no-repeat;
}
.home-offer .city-bg-002{
    background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/chicago-skyline-001.jpg);
    background-size: cover;
    background-position: center;
    height: 700px;
    background-repeat: no-repeat;
}

 
.home-offer .contact-cta{
    font-family: 'font3';
    color: rgb(15,53,39);
				font-size: 1.5rem; 
}
.home-offer .contact-cta .clear-arrow{
	opacity: 0;
	transition: 0.5s;
}
.home-offer .offer-box:hover .clear-arrow{
	opacity: 1; 
}

.home-offer .offer-box:hover {
	background: white;
	
	transform: translateY(-10px);
}




 .home-book-banner  {
    padding: 100px 100px 100px 100px; 	 
    background-size: cover; 
    height: 100%; background-attachment: fixed;
    background-position: center center;
				
				
				background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/navy-pier.jpg");
    background-repeat: no-repeat;

    min-height: auto;
    overflow: hidden;
				
				
				
}
.home-book-banner h2 {
	font-family: font3; margin-top: 35px;
	text-transform: uppercase; letter-spacing: 2px; font-size: 65px; padding-bottom: 15px; color: rgb(15,53,39); text-shadow: 2px 1px 1px #000;
	
	text-align:center;
}
.home-book-banner li {
	font-family: font2; font-size: 20px; letter-spacing: 1px; color: rgb(15,53,39); font-weight:600;;
}
.home-book-banner li strong {
	font-size: 22px; text-shadow: 1px 1px 1px #000; color: rgb(15,53,39); letter-spacing: 2px;
}







.home-contact{
	
}
.home-contact mark {
    text-align: center;
    font-size: 35px;
    margin: 100px 0px 100px 0px;
    padding: 25px;
    background: rgb(15 53 39 / 83%);
    color: #fff;
    text-shadow: 1px 1px 1px #000;
				
				transition: 0.5s;
}
.home-contact mark:hover {
    background: white;
    color: rgb(15 53 39 / 83%);;
    text-shadow: 1px 1px 1px #000;
}
.home-contact h2 {
    font-family: font3;
    margin-top: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 65px;
    padding-bottom: 15px;
    color: rgb(15,53,39);
    text-shadow: 2px 1px 1px #000;
    text-align: center;
}


/**/
/**/
/**/
/**/






















.home-page-section-2 .square1 {
	display: block!important; background-repeat: no-repeat!important; background-size: cover!important; width: calc(100% - 0px)!important; max-width: 558px!important; margin: 60px 81px 0 0!important; padding: 50px 50px !important; background: rgb(246,177,24,0.7) !important
}
.parallax1 {
 background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/chicago-1.jpg"); min-height: auto;background-attachment: fixed; background-position: bottom; overflow: hidden; padding: 100px 50px 100px 50px; background-repeat: no-repeat; background-size: cover;
}
.parallax-1 {
 background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/chicago-2.jpg); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; padding: 100px; background-repeat: no-repeat; background-size: cover;
}
.parallax-1 img {
	height: 175px; width: 325px; box-shadow: 1px 1px 3px 3px #fff;
}
.parallax-1 h3 {
	text-align: center; font-size: 75px; color: #f70a0a; text-shadow: 1px 1px 1px #000; font-family: 'font3';
}
.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important; max-width: 100%!important; margin: 0 0 8px!important; padding: 50px!important; background: rgb(255,255,255,0.7)!important
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 .square2 h2 {
	font-size: 40px; font-family: 'font4'; font-weight: 800; text-align: center; color: #f70a0a; padding-bottom: 25px;
}
.home-page-section-2 .square2 h2:hover {
	font-family: 'font3'; color: #000;
}
.home-page-section-2 .square2 h3 {
	font-size: 20px; font-family: 'font3'; color: #000;
}
.home-page-section-2 .square2 h3 img {
	max-width: 10%; box-shadow: none;
}
.home-page-section-2 .square2 img {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-page-section-2 h4 {
	font-size: 25px; color: rgb(255,255,255); font-family: 'font2'; text-align: center; font-weight: 600;
}
.home-page-section-2 h5 {
 font-size: 27px; color: rgb(255 255 255); font-family: 'font4'; text-align: center; font-weight: 400; background: #f70a0a7d; margin-bottom: -30px; padding: 10px 0px 5px 0px; transform: rotate(330deg); margin-left: -82px; width: 55%; text-shadow: 2px 2px 3px #000; letter-spacing: 1.5px;
}
.home-page-section-2 h5:hover {
	font-family: 'font3'; 
}
.home-page-section-2 p {
	color: rgb(60,60,60); font-weight: 600; font-family: 'font2'; font-size: 16px; text-align: center; line-height: 30px;
}
.home-page-section-2 span {
	font-size: 20px; font-family: 'font'; text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px; text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-3 {
/*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/white-1.jpg);*/ background: #fff;    box-shadow: 1px 1px 10px 3px #000;
}
.home-3 .container-fluid {
	padding: 0px;
}
.home-3 .lefty1 {
 background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgb(255 255 255 / 0%) 25%, rgb(247 10 10 / 21%) 25%, #f70a0af0 100%); height: 100%;
}
.home-3 .righty1 {
 background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255 255 255 / 0%) 25%, rgb(247 10 10 / 21%) 25%, #f70a0af0 100%); height: 100%;
}
.home-3 .centery1 {
	padding: 75px 25px 75px 25px;
}
.home-3 .centery1 h4 {
	font-size: 30px; font-family: 'font3';
}
.home-3 .centery1 h5 {
	font-size: 25px; font-family: 'font4'; text-decoration: underline; font-weight: 600;
}
.home-3 .centery1 ul {
	text-indent: 10px; list-style: '◌'; line-height: 25px;
}
.home-3 h3 {
	font-size: 40px; font-family: 'font3'; text-align: center; color: #444;
}
.home-3 p {
	text-align: center; font-size: 16px; line-height: 30px;
}
.home-3a {
	padding: 50px;
}
.parallax3 {
 background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/navy-pier.jpg); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; padding: 250px 0; background-repeat: no-repeat; background-size: cover;
}
.parallax3 mark {
	text-align: center; font-size: 35px; margin: 100px 0px 100px 0px; padding: 25px; background: #f70a0a9e; color: #fff; text-shadow: 1px 1px 1px #000;
}
.parallax3 mark:hover {
 background: #ff2525; color: #fff; text-shadow: 1px 1px 1px #000; text-decoration: underline; box-shadow: 1px 1px 10px 3px #000;
}
.home-4-5 {
	background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg");
}
.home-4 {
	padding: 150px 50px 150px 50px;
}
.home-4 h4 {
	font-size: 50px; font-family: 'font3'; color: #f70a0a; text-shadow: 1px 1px 1px #000;
}
.home-4 h5 {
	font-size: 25px; font-family: 'font4'; text-decoration: underline; font-weight: 600;
}
.home-4 p {
	line-height: 30px; font-size: 16px;
}
.home-4 ul {
	text-indent: 10px; list-style: '◌'; line-height: 25px;
}
.home-4 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-5 {
	padding: 150px 50px 150px 50px;
}
.home-5 h4 {
	font-size: 50px; font-family: 'font3'; color: #f70a0a; text-align: right; text-shadow: 1px 1px 1px #000;
}
.home-5 h5 {
	font-size: 25px; font-family: 'font4'; text-decoration: underline; font-weight: 600;
}
.home-5 p {
	line-height: 30px; font-size: 16px; text-align: right;
}
.home-5 ul {
	text-indent: 10px; list-style: '◌'; line-height: 25px;
}
.home-5 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-6 {
	padding: 100px; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/chicago-bridge-1.jpg);
}
.home-contact {
	padding: 75px 0 175px 0; background-image: linear-gradient(rgb(255,255,255,0.2), rgb(255,255,255,0.2)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.home-contact h5 {
	font-size: 50px; font-family: 'font3'; color: #243a32; text-align: center; text-shadow: 1px 1px 1px #000;
	
	    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.about1 {
	padding: 325px 0 125px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.about1 h1 {
	font-family: 'font3';	font-size: 45px; text-align: left; font-weight: 800;  color: #243a32;
	
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

	
}
.about1 p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.about1 img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.north-center-wrigleyville-top, .irving-park-wrigleyville-top, .logan-square-top {
	padding: 325px 0 125px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.north-center-wrigleyville-top .table-of-contents,
.irving-park-wrigleyville-top .table-of-contents,
.logan-square-top .table-of-contents {
	margin-top: 150px; padding: 15px; background: #243a32; border: 3px solid rgb(20,20,20); border-radius: 8px;
}
.north-center-wrigleyville-top h1, .irving-park-wrigleyville-top h1, .logan-square-top h1 {
	font-size: 2rem; font-family: 'font3'; font-weight: 800; text-align: center; text-transform: capitalize; color: rgb(12,12,12); 
}
.north-center-wrigleyville-top h2, .irving-park-wrigleyville-top h2, .logan-square-top h2 {
	font-size: 1.6rem; font-family: 'font3'; font-weight: 800; text-align: center; text-shadow: 1px 1px 1px rgb(0,0,0); text-transform: capitalize; color: rgb(255,255,255); 
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.north-center-wrigleyville-top h6, .irving-park-wrigleyville-top h6, .logan-square-top h6 {
	padding: 10px; font-size: 16px; font-weight: 700; text-align: center; color: rgb(255,255,255);
}
.north-center-wrigleyville-top a, .irving-park-wrigleyville-top a, .logan-square-top a {
	color: rgb(255,255,255);
}

.north-center-wrigleyville-top a:hover, .irving-park-wrigleyville-top a:hover, .logan-square-top a:hover {
		color: #82cd1c;
}

.north-center-wrigleyville-top a:hover {
	color: #82cd1c;
}
.north-center-wrigleyville-top p, .irving-park-wrigleyville-top p, .logan-square-top p {
	font-size: 17px; font-weight: 600; text-align: justify; color: rgb(12,12,12);
}
.north-center-wrigleyville-top img, .irving-park-wrigleyville-top img, .logan-square-top img {
	width: 100%; height: 100%; border-radius: 8px; 
}
.north-center-wrigleyville-content, .irving-park-wrigleyville-content, .logan-square-content {
	padding: 75px 0 75px 0; background:#243A32;
}
.north-center-wrigleyville-content .content, .irving-park-wrigleyville-content .content, .logan-square-content .content {
	padding: 20px; background: rgba(204,0,0,0); border-radius: 8px; 
}
.north-center-wrigleyville-content .content, .irving-park-wrigleyville-content .content, .logan-square-content .content li {
	color: #fff; line-height: 35px;
}

.content hr {
	width: 75%; background: #82cd1c;
}
.north-center-wrigleyville-content .content h2, .irving-park-wrigleyville-content .content h2, .logan-square-content .content h2 {
	padding: 5px; font-size: 65px; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: #fff;
	    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.north-center-wrigleyville-content .content h3, .irving-park-wrigleyville-content .content h3, .logan-square-content .content h3 {
	padding: 5px; font-size: 2rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: #fff;

	    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.north-center-wrigleyville-content .content h5, .irving-park-wrigleyville-content .content h5, .logan-square-content .content h5 {
	padding: 5px; font-size: 17px; font-weight: 500; color: #fff; line-height: 35px;
}
 .content h5 strong {
	font-size: 20px;  font-weight: 500;
}
.content mark {
	    padding: 75px 25px;
    top: 100px;
    position: relative;
    width: 85%;
    display: block;
    border-radius: 10px;
    font-size: 40px;
    font-family: 'font3';
    text-align: center;
    color: #243a32;
    background: #ffffff;
}
.north-center-wrigleyville-content .content p, .irving-park-wrigleyville-content .content p, .logan-square-content .content p {
	padding: 8px; line-height: 35px; font-size: 18px; text-align: justify; color: #fff;
}
.north-center-wrigleyville-content .content img, .irving-park-wrigleyville-content .content img, .logan-square-content .content img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.north-center-wrigleyville-content .content a.learn-more, .irving-park-wrigleyville-content .content a.learn-more, .logan-square-content .content a.learn-more {
	padding: 10px;
    background: #82cd1c;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 0.8rem;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px #000;
}
.north-center-wrigleyville-content .content a.amenities, .irving-park-wrigleyville-content .content a.amenities, .logan-square-content .content a.amenities {
padding: 10px;
    background: #82cd1c;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 0.8rem;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px #000;
}

.pp-rental-content {
   background: #1f3c32;
   color: #fff;
}

.pp-rental-block {
   width: 100%;
   padding: 45px 0;
}

.pp-rental-block h2 {
	font-family: font3; font-size: 65px;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}

.pp-rental-block h3 {
	font-family: font3; font-size: 35px;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}

.pp-rental-block h5 {
	font-size: 17px; line-height: 35px;

}

.pp-rental-block li {
	line-height: 35px;
}

.pp-rental-block mark {
	padding: 75px 25px; border-radius: 10px; background: #fff; color: #1f3c32; position: relative; font-size: 30px; top: 150px; font-family: font3;
}

.pp-rental-block hr {
	width: 75%; background: #82cd1c;
}

.pp-gallery-box {
   width: 100%;
   text-align: center;
}

.pp-main-img {
   width: 100%;
   height: auto;
   display: block;
   border-radius: 6px;
}

.pp-thumb-row {
   display: flex;
   justify-content: center;
   gap: 12px;
   flex-wrap: wrap;
   margin-top: 15px;
}

.pp-thumb {
   width: 72px;
   height: 58px;
   object-fit: cover;
   cursor: pointer;
   border: 2px solid #82cd1c;
}

.pp-thumb:hover,
.pp-thumb.active {
   border-color: #fff;
}

.learn-more {
	    padding: 10px;
    background: #82cd1c;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 0.8rem;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px #000;
}


.reasons-to-rent {
	padding: 75px 0 75px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.reasons-to-rent h2 {
	padding: 5px; font-size: 2.5rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.reasons-to-rent h5 {
	padding: 5px; font-size: 19px; font-weight: 600; color: rgb(12,12,12);
}
.reasons-to-rent p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.reasons-to-rent img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.catering {
	padding: 325px 0 125px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.catering h1 {
	padding: 5px; font-size: 2.5rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.catering h2 {
	padding: 5px; font-size: 2rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.catering p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.catering img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.testimonials .container {
	padding: 30px 20px; background: rgba(255,255,255,0.8);
}
.testimonials h2 {
	font-size: 2.5rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: capitalize; color: #243a32;
	
	    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.testimonials h3 {
	font-size: 2rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: uppercase; color: #243a32;
	
	    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.testimonials p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: center; color: rgb(12,12,12);
}
.testimonials i {
	font-size: 18px; color: #243a32;
}
.testimonials-section {
	padding: 150px 0 0 0;
}
.testimonials-section .container {
	padding: 30px 20px; background: rgba(255,255,255,0.8);
}
.testimonials-section h2 {
	font-size: 2.5rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: capitalize; color: #243a32;
}
.testimonials-section h3 {
	font-size: 2rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: uppercase; color: #243a32;
}
.testimonials-section p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: center; color: rgb(12,12,12);
}
.testimonials-section i {
	font-size: 18px; color: #243a32;
}
.area-top {
	padding: 250px 0 75px 0; background: rgb(255,255,255);
}
.area-top h1 {
	font-size: 2.5rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: capitalize; color: #243a32;
}
.area-top p {
	font-size: 24px; text-align: center;
}
.area-top a {
	color: rgb(0,0,0);
}
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area h2 {
	font-size: 2rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: #243a32;
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border: 0; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.gallery-page {
	padding: 150px 0 75px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	padding-bottom: 40px; font-size: 3rem; font-weight: 600; font-family: 'font2'; text-align: center; text-shadow: 1px 1px 2px rgb(0,0,0); color: rgb(255,0,0);
}
.contact {
	padding: 260px 0 75px 0; background-image: linear-gradient(rgb(255,255,255,0.2), rgb(255,255,255,0.2)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.contact h5 {
	font-size: 50px; font-family: 'font3'; color: #243a32; text-align: center; text-shadow: 1px 1px 1px #000;

	    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.contact a.quick-pay {
	text-align: center; font-size: 25px; padding: 15px; background: #f70a0a9e; color: #fff; text-shadow: 1px 1px 1px #000;
}
.contact a.quick-pay:hover {
	background: #ff2525; color: #fff; text-shadow: 1px 1px 1px #000; text-decoration: underline; box-shadow: 1px 1px 10px 3px #000;
}
/******************************************** DAVIDS MOBILE CODE END *************************************************/

/*******************  Referrals Owl Carousel *************************/
.owl-carousel .owl-stage-outer {
	padding:40px 0;
}
.owl-nav {
	position:absolute; width: 100%;	top:10%; display: none;
}
.owl-carousel .item {
	display:block; height:100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position:absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background:transparent !important; color:#212121 !important; opacity:.5 !important;
}
.owl-nav .owl-next {
	left:100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size:3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline:none;
}

/*******************  Home Page Service Cards *************************/
.pre-footer-section {
	padding:0 !important;	overflow:;
}
.pre-footer-section div[class*='col-']:last-child {
	background: url(/img/home-image-2.jpg) bottom no-repeat; background-size:cover;
}
.pre-footer-section .hours {
	display:flex;	color: #fff; flex-direction:column;	justify-content:center;	padding:120px; background: #1d1d1d;
}
.pre-footer-section div[class*='col-']:last-child {
	padding:165px;
}
.pre-footer-section .hours p {
	display:flex;	padding:0 200px 0 0; flex-direction:row; justify-content:space-between;
}
.pre-footer-section a {
	margin: 40px 0 0;	color:#fff;	font-size: 20px; font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

/* ========================================================== */
/* 			            Default Classes                       */
/* ========================================================== */

html,body{
	overflow-x: hidden; 
}


body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility:visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor:pointer;	border-radius: 0;
}
.btn.alert-trigger {
	color:#fdfdfd; background-color:#333;
}
.btn:hover {
    opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color:#fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none;	box-shadow: none;
}
.section-divider {
	position:relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position:absolute; display:inline-block; background:rgba(0, 0, 0, 0.6);	width:100%;	height:100%; top:0;	left:0;	right:0; bottom:0; z-index:0;
}

/********* Set Timeout Function FadeDiv Styling **********/
.fadeDiv {
	position:fixed;	display: inline-block; z-index:1050; color: #fff;	background: #300e87; padding:50px; top:150px;	bottom:150px;	left:300px;	right:300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition:all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position:fixed;	display: inline-block; padding:50px; z-index:1050; top:150px;	bottom:150px; left:300px;	right:300px; transform:scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position:absolute; right: 20px;	top: 10px; font-weight:900;	font-size: 2em;	font-family:'Lato'; cursor:pointer;
}
.navbar-collapse ul {
	width:100%;	justify-content: center; align-items: center;
}
.overlay {
	height: 100%;	width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top:100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color:#fff;
}

/* ========================================================== */
/* 			            Custom Navbar	                      */
/* ========================================================== */

.top-header-animate {
background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/white-2.jpg); display: none;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
    padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.header-animate {
	margin-top: -100px;
}
.navbar-scroll {
	padding: 100px 0 0; position: fixed;	    background: #243A32;width: 100%;	z-index: 3;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-bottom-left-radius: 35px; border-bottom-right-radius: 35px; box-shadow: 1px 7px 10px 1px #000;
}
.navbar-scroll .container-fluid {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
.navbar-scroll h5 {
	color: #000; border-bottom: 3px solid #ef1919; border-right: 1px solid #ef1919; text-transform: uppercase; padding: 5px 10px 5px 10px;
}
.navbar-scroll h5:hover {
 text-decoration: overline;
}
#projects .navbar-scroll {
	background:#fdfdfd;	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em;	position: absolute;	top: 6px;	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700;	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	/*margin: 0 15px; padding: 6px 0px; font-weight: 600; font-size: 20px; color: #fff; font-family: 'font3'; letter-spacing: 1.5px;*/
	    margin: 0 15px;
    padding: 6px 0px;
    font-weight: 600;
    font-size: 1.8rem;
    color: #fff;
    font-family: Times New 'Font Awesome 6 Pro';
    letter-spacing: 1px;
    font-family: "Times New Roman", Times, serif;
	
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
 /*background: rgb(239,25,25); color: rgb(255,255,255); border-radius: 50px; padding: 10px;*/ 
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #a3dc4e;
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}
.mobile-top-header img {
	max-width: 120px; 
}

/* ========================================================== */
/* 			            GALLERY / PROJECTS                    */
/* ========================================================== */

#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}
#portfolio {
  display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
  display: flex; justify-content: center; align-items: center; float: left; position:relative; overflow:hidden; margin: 0 10px 20px;
}
#portfolio li a {
  transform:scale(1,1); display:block; width:100%; height: 295px; width: 490px; overflow:hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

/* ========================== Gallery ZoomIn Effect ================================ */

.mfp-ready .mfp-figure {
  opacity: 0; margin-left:-100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 0; margin-left:-100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
	opacity: 1; margin-left:0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95);	transform: scale(0.95);	opacity: 0;	margin-left:-100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left:-20px;
}
.mfp-iframe-scaler{ overflow: visible; /*so the close button is shown*/}
.mfp-zoom-out-cur { cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }

/* ========================================================== */
/* 			            REVIEWS PAGE                          */
/* ========================================================== */
.carousel-indicators li {
	position: relative;	top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px;	text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================================== */
/* 			           FOOTER		                          */
/* ========================================================== */

.book-now {
 padding: 75px 0; background: rgb(255,255,255);
}
.book-now mark {
	text-align: center; font-size: 35px; margin: 100px 0px 100px 0px; padding: 25px; background: #243a32ad; color: #fff; text-shadow: 1px 1px 1px #000;
}
.book-now mark:hover {
 background: #243a32; color: #fff; text-shadow: 1px 1px 1px #000; text-decoration: underline; box-shadow: 1px 1px 10px 3px #000;
}
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex;	flex-direction: column;	justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: #243a31;	color: #fff; font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.footer-section h6 {
	font-family: 'font2'; font-size: 18px; line-height: 30px; text-indent: 7px;
	    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.footer-section h6 span {
	color: #fff;
}
.footer-section p {
	color: #fff; font-size: 15px;	font-family: 'font2'; line-height: 30px;
}
.footer-section p strong {
	font-weight: 700;
}
.footer-section a {
	color: #a3dc4e; font-size: 16px;
}
.footer-section .service-cities a.quick-pay {
	text-align: center; font-size: 25px; padding: 15px; background: #f70a0a9e; color: #fff; text-shadow: 1px 1px 1px #000;
}
.footer-section .service-cities a.quick-pay:hover {
	background: #ff2525; color: #fff; text-shadow: 1px 1px 1px #000; text-decoration: underline; box-shadow: 1px 1px 10px 3px #000;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: #fff; padding-bottom: 10px;
	
	    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.04;
    font-weight: 400;

}
.service-cities h4 span {
		color: #fff;
}
.bottom-footer {
	padding: 25px 0px 15px 0px; background: #0009; margin-bottom: -10px;
}
.bottom-footer a {
	color: #fff;
}
.bottom-footer .vms-link-wrapper {
	position:relative; top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;	flex-direction: column;	justify-content:center;	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:flex-end;	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid #fff; height:28px;	width:28px;	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
/* === Lg Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm Laptop CSS Section ================= */
@media screen and (max-width: 1024px) {
	
}
/* === Tablet CSS Section ================= */
@media screen and (max-width: 768px) {

.dropdown-menu-animate, .dropdown-menu-animate-2 {
	display:inline-block !important; transform:scale(1,1) !important;	padding: 10px 0 !important; height:auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a, .navbar-sidebar .dropdown-menu-mobile-2 a {
	color: rgb(75,75,75);	font-weight:600 !important;	font-size: 16px;	font-family:'Raleway'; text-align:center; padding: 5px;
}
.navbar-sidebar {
	padding-top: 150px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 11110;	overflow: auto;
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width: 100% !important;
}
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 0; display: block; height: 110%;
}
.video .pad {
	padding: 210px 0 50px 300px; position: absolute; display: none;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.home1 {
	padding: 50px 0 50px 0; background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 0;
}
.home1 .pad img {
	box-shadow: none; max-width: 50%;
}
.home1 h1 {
	font-family: 'font3';	font-size: 45px; text-align: left; font-weight: 800;  color: #f70a0a;
}
.home1 p {
	font-size: 16px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 30px;
}
.home1 span {
 font-family: 'font4'; color: rgb(83,82,82); font-size: 35px; font-style: italic; padding-left: 50px;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .square1 {
	display: block!important; background-repeat: no-repeat!important; background-size: cover!important; width: calc(100% - 0px)!important; max-width: 558px!important; margin: 60px 81px 0 0!important; padding: 50px 50px !important; background: rgb(246,177,24,0.7) !important
}
.parallax1 {
 background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/chicago-1.jpg"); min-height: auto;background-attachment: fixed; background-position: bottom; overflow: hidden; padding: 50px 0 50px 0; background-repeat: no-repeat; background-size: cover;
}
.parallax-1 {
 background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/chicago-2.jpg); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; padding: 100px; background-repeat: no-repeat; background-size: cover;
}
.parallax-1 img {
	height: 175px; width: 325px; box-shadow: 1px 1px 3px 3px #fff;
}
.parallax-1 h3 {
	text-align: center; font-size: 75px; color: #f70a0a; text-shadow: 1px 1px 1px #000; font-family: 'font3';
}
.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important; max-width: 100%!important; margin: 0 0 8px!important; padding: 50px!important; background: rgb(255,255,255,0.7)!important
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 .square2 h2 {
	font-size: 40px; font-family: 'font4'; font-weight: 800; text-align: center; color: #f70a0a; padding-bottom: 25px;
}
.home-page-section-2 .square2 h2:hover {
	font-family: 'font3'; color: #000;
}
.home-page-section-2 .square2 h3 {
	font-size: 20px; font-family: 'font3'; color: #000;
}
.home-page-section-2 .square2 h3 img {
	max-width: 10%; box-shadow: none;
}
.home-page-section-2 .square2 img {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-page-section-2 h4 {
	font-size: 25px; color: rgb(255,255,255); font-family: 'font2'; text-align: center; font-weight: 600;
}
.home-page-section-2 h5 {
 font-size: 27px; color: rgb(255 255 255); font-family: 'font4'; text-align: center; font-weight: 400; background: #f70a0a7d; margin-bottom: -30px; padding: 10px 0px 5px 0px; transform: rotate(330deg); margin-left: -82px; width: 55%; text-shadow: 2px 2px 3px #000; letter-spacing: 1.5px;
}
.home-page-section-2 h5:hover {
	font-family: 'font3'; 
}
.home-page-section-2 p {
	color: rgb(60,60,60); font-weight: 600; font-family: 'font2'; font-size: 16px; text-align: center; line-height: 30px;
}
.home-page-section-2 span {
	font-size: 20px; font-family: 'font'; text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px; text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-3 {
/*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/white-1.jpg);*/ background: #fff;    box-shadow: 1px 1px 10px 3px #000;
}
.home-3 .container-fluid {
	padding: 0px;
}
.home-3 .lefty1 {
 background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgb(255 255 255 / 0%) 25%, rgb(247 10 10 / 21%) 25%, #f70a0af0 100%); height: 100%;
}
.home-3 .righty1 {
 background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255 255 255 / 0%) 25%, rgb(247 10 10 / 21%) 25%, #f70a0af0 100%); height: 100%;
}
.home-3 .centery1 {
	padding: 50px 0 50px 0;
}
.home-3 .centery1 h4 {
	font-size: 30px; font-family: 'font3';
}
.home-3 .centery1 h5 {
	font-size: 25px; font-family: 'font4'; text-decoration: underline; font-weight: 600;
}
.home-3 .centery1 ul {
	text-indent: 10px; list-style: '◌'; line-height: 25px;
}
.home-3 h3 {
	font-size: 40px; font-family: 'font3'; text-align: center; color: #444;
}
.home-3 p {
	text-align: justify; font-size: 16px; line-height: 30px;
}
.home-3a {
	padding: 50px;
}
.parallax3 {
 background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/chicago-skyline-1.jpg); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; padding: 250px 0; background-repeat: no-repeat; background-size: cover;
}
.parallax3 mark {
	text-align: center; font-size: 35px; margin: 100px 0px 100px 0px; padding: 25px; background: #f70a0a9e; color: #fff; text-shadow: 1px 1px 1px #000;
}
.parallax3 mark:hover {
 background: #ff2525; color: #fff; text-shadow: 1px 1px 1px #000; text-decoration: underline; box-shadow: 1px 1px 10px 3px #000;
}
.home-4-5 {
	background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg");
}
.home-4 {
	padding: 50px 0 50px 0;
}
.home-4 h4 {
	font-size: 50px; font-family: 'font3'; color: #f70a0a; text-shadow: 1px 1px 1px #000;
}
.home-4 h5 {
	font-size: 25px; font-family: 'font4'; text-decoration: underline; font-weight: 600;
}
.home-4 p {
	line-height: 30px; font-size: 16px; text-align: justify;
}
.home-4 ul {
	text-indent: 10px; list-style: '◌'; line-height: 25px;
}
.home-4 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-5 {
	padding: 50px 0 50px 0;
}
.home-5 h4 {
	font-size: 50px; font-family: 'font3'; color: #f70a0a; text-align: left; text-shadow: 1px 1px 1px #000;
}
.home-5 h5 {
	font-size: 25px; font-family: 'font4'; text-decoration: underline; font-weight: 600;
}
.home-5 p {
	line-height: 30px; font-size: 16px; text-align: justify;
}
.home-5 ul {
	text-indent: 10px; list-style: '◌'; line-height: 25px;
}
.home-5 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-6 {
	padding: 100px; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/chicago-bridge-1.jpg);
}
.home-contact {
	padding: 75px 0 175px 0; background-image: linear-gradient(rgb(255,255,255,0.2), rgb(255,255,255,0.2)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.home-contact h5 {
	font-size: 50px; font-family: 'font3'; color: #f70a0a; text-align: center; text-shadow: 1px 1px 1px #000;
}
.about1 {
	padding: 190px 0 50px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.about1 h1 {
	font-family: 'font3';	font-size: 40px; text-align: center; font-weight: 800;  color: #f70a0a;
}
.about1 p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.about1 img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.north-center-wrigleyville-top, .irving-park-wrigleyville-top, .logan-square-top {
	padding: 150px 0 50px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.north-center-wrigleyville-top .table-of-contents,
.irving-park-wrigleyville-top .table-of-contents,
.logan-square-top .table-of-contents {
	margin-top: 50px; padding: 15px; background: rgba(204,0,0,0.6); border: 3px solid rgb(20,20,20); border-radius: 8px;
}
.north-center-wrigleyville-top h1, .irving-park-wrigleyville-top h1, .logan-square-top h1 {
	font-size: 2rem; font-family: 'font3'; font-weight: 800; text-align: center; text-transform: capitalize; color: rgb(12,12,12); 
}
.north-center-wrigleyville-top h2, .irving-park-wrigleyville-top h2, .logan-square-top h2 {
	font-size: 1.6rem; font-family: 'font3'; font-weight: 800; text-align: center; text-shadow: 1px 1px 1px rgb(0,0,0); text-transform: capitalize; color: rgb(255,255,255); 
}
.north-center-wrigleyville-top h6, .irving-park-wrigleyville-top h6, .logan-square-top h6 {
	padding: 10px; font-size: 16px; font-weight: 700; text-align: center; color: rgb(255,255,255);
}
.north-center-wrigleyville-top a, .irving-park-wrigleyville-top a, .logan-square-top a {
	color: rgb(255,255,255);
}
.north-center-wrigleyville-top p, .irving-park-wrigleyville-top p, .logan-square-top p {
	font-size: 17px; font-weight: 600; text-align: justify; color: rgb(12,12,12);
}
.north-center-wrigleyville-top img, .irving-park-wrigleyville-top img, .logan-square-top img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 1px 1px 10px 5px rgb(0,0,0);
}
.north-center-wrigleyville-content, .irving-park-wrigleyville-content, .logan-square-content {
	padding: 75px 0 75px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.north-center-wrigleyville-content .content, .irving-park-wrigleyville-content .content, .logan-square-content .content {
	padding: 20px; background: rgba(204,0,0,0); border-radius: 8px; 
}
.north-center-wrigleyville-content .content h2, .irving-park-wrigleyville-content .content h2, .logan-square-content .content h2 {
	padding: 5px; font-size: 2.5rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.north-center-wrigleyville-content .content h3, .irving-park-wrigleyville-content .content h3, .logan-square-content .content h3 {
	padding: 5px; font-size: 2rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.north-center-wrigleyville-content .content h5, .irving-park-wrigleyville-content .content h5, .logan-square-content .content h5 {
	padding: 5px; font-size: 17px; font-weight: 500; color: rgb(12,12,12);
}
.north-center-wrigleyville-content .content p, .irving-park-wrigleyville-content .content p, .logan-square-content .content p {
	padding: 8px; line-height: 21px; font-size: 18px; text-align: justify; color: rgb(12,12,12);
}
.north-center-wrigleyville-content .content img, .irving-park-wrigleyville-content .content img, .logan-square-content .content img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.north-center-wrigleyville-content .content a.learn-more, .irving-park-wrigleyville-content .content a.learn-more, .logan-square-content .content a.learn-more {
	padding: 10px; background: rgb(255,0,0); border: 2px solid rgb(0,0,0); border-radius: 0.8rem;
	font-size: 18px; font-weight: 600; text-align: center; color: rgb(255,255,255)
}
.north-center-wrigleyville-content .content a.amenities, .irving-park-wrigleyville-content .content a.amenities, .logan-square-content .content a.amenities {
	padding: 10px; background: rgb(255,0,0); border: 2px solid rgb(0,0,0); border-radius: 0.8rem;
	font-size: 18px; font-weight: 600; text-align: center; color: rgb(255,255,255)
}
.reasons-to-rent {
	padding: 75px 0 75px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.reasons-to-rent h2 {
	padding: 5px; font-size: 2.5rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.reasons-to-rent h5 {
	padding: 5px; font-size: 19px; font-weight: 600; color: rgb(12,12,12);
}
.reasons-to-rent p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.reasons-to-rent img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.catering {
	padding: 150px 0 50px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.catering h1 {
	padding: 5px; font-size: 2.5rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.catering h2 {
	padding: 5px; font-size: 2rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.catering p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.catering img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.testimonials .container {
	padding: 30px 20px; background: rgba(255,255,255,0.8);
}
.testimonials h2 {
	font-size: 2.5rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: capitalize; color: rgb(255,0,0);
}
.testimonials h3 {
	font-size: 2rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: uppercase; color: rgb(255,0,0);
}
.testimonials p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: center; color: rgb(12,12,12);
}
.testimonials i {
	font-size: 18px; color: rgb(255,0,0);
}
.testimonials-section {
	padding: 150px 0 75px 0;
}
.testimonials-section .container {
	padding: 30px 20px; background: rgba(255,255,255,0.8);
}
.testimonials-section h2 {
	font-size: 2.5rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: capitalize; color: rgb(255,0,0);
}
.testimonials-section h3 {
	font-size: 2rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: uppercase; color: rgb(255,0,0);
}
.testimonials-section p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: center; color: rgb(12,12,12);
}
.testimonials-section i {
	font-size: 18px; color: rgb(255,0,0);
}
.gallery-page {
	padding: 150px 0 75px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	padding-bottom: 40px; font-size: 3rem; font-weight: 600; font-family: 'font2'; text-align: center; text-shadow: 1px 1px 2px rgb(0,0,0); color: rgb(255,0,0);
}
 

.mobile-top-header {
	position: fixed; display:block !important;	padding: 35px 30px 0; background: rgb(135,170,188); z-index: 11111; overflow:visible; margin-top: -33px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
 
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(12,12,12);
}
.service-cities a {
	font-size: 18px; line-height: 10px;	color: rgb(12,12,12);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	font-size:14px;
}
.top-header {
	background: white; display:none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none; margin:0; display: flex;	justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit; line-height: inherit;
}
.alert h1,
.alert p {
	top: 2em;	opacity: 0;	position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform:scale(1,1); border: 0; background: white; border-radius:0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu {
	text-align: center;	position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em;	top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100;	overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out;	transition-property: all;	transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.alert-dismissible .close {
	position: absolute;	top: 0;	right: 0;	background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none;	z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em;	vertical-align: -0.2em;	cursor: pointer;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0;	left:0;	width:100%;	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}
#mobile-menu-header {
  margin-top:0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none; padding:0 20px; margin-top: 8em;	position: relative;	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}

}
/* === Mobile CSS Section ================= */
@media screen and (max-width: 425px) {

.dropdown-menu-animate {
	display:inline-block !important; transform:scale(1,1) !important;	padding: 10px 0 !important; height:auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75);	font-weight:600 !important;	font-size: 16px;	font-family:'Raleway'; text-align:center; padding: 5px;
}
.navbar-sidebar {
	padding-top: 150px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 11110;	overflow: auto;
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width: 100% !important;
}
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 0; display: block; height: 110%;
}
.video .pad {
	padding: 210px 0 50px 300px; position: absolute; display: none;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.home1 {
	padding: 50px 0 50px 0; background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 0;
}
.home1 .pad img {
	box-shadow: none; max-width: 50%;
}
.home1 h1 {
	font-family: 'font3';	font-size: 45px; text-align: left; font-weight: 800;  color: #f70a0a;
}
.home1 p {
	font-size: 16px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 30px;
}
.home1 span {
 font-family: 'font4'; color: rgb(83,82,82); font-size: 35px; font-style: italic; padding-left: 50px;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .square1 {
	display: block!important; background-repeat: no-repeat!important; background-size: cover!important; width: calc(100% - 0px)!important; max-width: 558px!important; margin: 60px 81px 0 0!important; padding: 50px 50px !important; background: rgb(246,177,24,0.7) !important
}
.parallax1 {
 background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/chicago-1.jpg"); min-height: auto;background-attachment: fixed; background-position: bottom; overflow: hidden; padding: 50px 0 50px 0; background-repeat: no-repeat; background-size: cover;
}
.parallax-1 {
 background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/chicago-2.jpg); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; padding: 100px; background-repeat: no-repeat; background-size: cover;
}
.parallax-1 img {
	height: 175px; width: 325px; box-shadow: 1px 1px 3px 3px #fff;
}
.parallax-1 h3 {
	text-align: center; font-size: 75px; color: #f70a0a; text-shadow: 1px 1px 1px #000; font-family: 'font3';
}
.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important; max-width: 100%!important; margin: 0 0 8px!important; padding: 50px!important; background: rgb(255,255,255,0.7)!important
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 .square2 h2 {
	font-size: 40px; font-family: 'font4'; font-weight: 800; text-align: center; color: #f70a0a; padding-bottom: 25px;
}
.home-page-section-2 .square2 h2:hover {
	font-family: 'font3'; color: #000;
}
.home-page-section-2 .square2 h3 {
	font-size: 20px; font-family: 'font3'; color: #000;
}
.home-page-section-2 .square2 h3 img {
	max-width: 10%; box-shadow: none;
}
.home-page-section-2 .square2 img {
	box-shadow: 1px 1px 10px 1px #000;
}
.home-page-section-2 h4 {
	font-size: 25px; color: rgb(255,255,255); font-family: 'font2'; text-align: center; font-weight: 600;
}
.home-page-section-2 h5 {
 font-size: 27px; color: rgb(255 255 255); font-family: 'font4'; text-align: center; font-weight: 400; background: #f70a0a7d; margin-bottom: -30px; padding: 10px 0px 5px 0px; transform: rotate(330deg); margin-left: -82px; width: 55%; text-shadow: 2px 2px 3px #000; letter-spacing: 1.5px;
}
.home-page-section-2 h5:hover {
	font-family: 'font3'; 
}
.home-page-section-2 p {
	color: rgb(60,60,60); font-weight: 600; font-family: 'font2'; font-size: 16px; text-align: center; line-height: 30px;
}
.home-page-section-2 span {
	font-size: 20px; font-family: 'font'; text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px; text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-3 {
/*background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/white-1.jpg);*/ background: #fff;    box-shadow: 1px 1px 10px 3px #000;
}
.home-3 .container-fluid {
	padding: 0px;
}
.home-3 .lefty1 {
 background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgb(255 255 255 / 0%) 25%, rgb(247 10 10 / 21%) 25%, #f70a0af0 100%); height: 100%;
}
.home-3 .righty1 {
 background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255 255 255 / 0%) 25%, rgb(247 10 10 / 21%) 25%, #f70a0af0 100%); height: 100%;
}
.home-3 .centery1 {
	padding: 50px 0 50px 0;
}
.home-3 .centery1 h4 {
	font-size: 30px; font-family: 'font3';
}
.home-3 .centery1 h5 {
	font-size: 25px; font-family: 'font4'; text-decoration: underline; font-weight: 600;
}
.home-3 .centery1 ul {
	text-indent: 10px; list-style: '◌'; line-height: 25px;
}
.home-3 h3 {
	font-size: 40px; font-family: 'font3'; text-align: center; color: #444;
}
.home-3 p {
	text-align: justify; font-size: 16px; line-height: 30px;
}
.home-3a {
	padding: 50px;
}
.parallax3 {
 background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/chicago-skyline-1.jpg); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; padding: 250px 0; background-repeat: no-repeat; background-size: cover;
}
.parallax3 mark {
	text-align: center; font-size: 35px; margin: 100px 0px 100px 0px; padding: 25px; background: #f70a0a9e; color: #fff; text-shadow: 1px 1px 1px #000;
}
.parallax3 mark:hover {
 background: #ff2525; color: #fff; text-shadow: 1px 1px 1px #000; text-decoration: underline; box-shadow: 1px 1px 10px 3px #000;
}
.home-4-5 {
	background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg");
}
.home-4 {
	padding: 50px 0 50px 0;
}
.home-4 h4 {
	font-size: 50px; font-family: 'font3'; color: #f70a0a; text-shadow: 1px 1px 1px #000;
}
.home-4 h5 {
	font-size: 25px; font-family: 'font4'; text-decoration: underline; font-weight: 600;
}
.home-4 p {
	line-height: 30px; font-size: 16px; text-align: justify;
}
.home-4 ul {
	text-indent: 10px; list-style: '◌'; line-height: 25px;
}
.home-4 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-5 {
	padding: 50px 0 50px 0;
}
.home-5 h4 {
	font-size: 50px; font-family: 'font3'; color: #f70a0a; text-align: left; text-shadow: 1px 1px 1px #000;
}
.home-5 h5 {
	font-size: 25px; font-family: 'font4'; text-decoration: underline; font-weight: 600;
}
.home-5 p {
	line-height: 30px; font-size: 16px; text-align: justify;
}
.home-5 ul {
	text-indent: 10px; list-style: '◌'; line-height: 25px;
}
.home-5 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-6 {
	padding: 100px; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/chicago-bridge-1.jpg);
}
.home-contact {
	padding: 75px 0 175px 0; background-image: linear-gradient(rgb(255,255,255,0.2), rgb(255,255,255,0.2)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.home-contact h5 {
	font-size: 50px; font-family: 'font3'; color: #f70a0a; text-align: center; text-shadow: 1px 1px 1px #000;
}
.about1 {
	padding: 150px 0 50px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.about1 h1 {
	font-family: 'font3';	font-size: 40px; text-align: center; font-weight: 800;  color: #f70a0a;
}
.about1 p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.about1 img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.north-center-wrigleyville-top, .irving-park-wrigleyville-top, .logan-square-top {
	padding: 150px 0 50px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.north-center-wrigleyville-top .table-of-contents,
.irving-park-wrigleyville-top .table-of-contents,
.logan-square-top .table-of-contents {
	margin-top: 50px; padding: 15px; background: rgba(204,0,0,0.6); border: 3px solid rgb(20,20,20); border-radius: 8px;
}
.north-center-wrigleyville-top h1, .irving-park-wrigleyville-top h1, .logan-square-top h1 {
	font-size: 2rem; font-family: 'font3'; font-weight: 800; text-align: center; text-transform: capitalize; color: rgb(12,12,12); 
}
.north-center-wrigleyville-top h2, .irving-park-wrigleyville-top h2, .logan-square-top h2 {
	font-size: 1.6rem; font-family: 'font3'; font-weight: 800; text-align: center; text-shadow: 1px 1px 1px rgb(0,0,0); text-transform: capitalize; color: rgb(255,255,255); 
}
.north-center-wrigleyville-top h6, .irving-park-wrigleyville-top h6, .logan-square-top h6 {
	padding: 10px; font-size: 16px; font-weight: 700; text-align: center; color: rgb(255,255,255);
}
.north-center-wrigleyville-top a, .irving-park-wrigleyville-top a, .logan-square-top a {
	color: rgb(255,255,255);
}
.north-center-wrigleyville-top p, .irving-park-wrigleyville-top p, .logan-square-top p {
	font-size: 17px; font-weight: 600; text-align: justify; color: rgb(12,12,12);
}
.north-center-wrigleyville-top img, .irving-park-wrigleyville-top img, .logan-square-top img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 1px 1px 10px 5px rgb(0,0,0);
}
.north-center-wrigleyville-content, .irving-park-wrigleyville-content, .logan-square-content {
	padding: 75px 0 75px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.north-center-wrigleyville-content .content, .irving-park-wrigleyville-content .content, .logan-square-content .content {
	padding: 20px; background: rgba(204,0,0,0); border-radius: 8px; 
}
.north-center-wrigleyville-content .content h2, .irving-park-wrigleyville-content .content h2, .logan-square-content .content h2 {
	padding: 5px; font-size: 2.5rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.north-center-wrigleyville-content .content h3, .irving-park-wrigleyville-content .content h3, .logan-square-content .content h3 {
	padding: 5px; font-size: 2rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.north-center-wrigleyville-content .content h5, .irving-park-wrigleyville-content .content h5, .logan-square-content .content h5 {
	padding: 5px; font-size: 17px; font-weight: 500; color: rgb(12,12,12);
}
.north-center-wrigleyville-content .content p, .irving-park-wrigleyville-content .content p, .logan-square-content .content p {
	padding: 8px; line-height: 21px; font-size: 18px; text-align: justify; color: rgb(12,12,12);
}
.north-center-wrigleyville-content .content img, .irving-park-wrigleyville-content .content img, .logan-square-content .content img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.north-center-wrigleyville-content .content a.learn-more, .irving-park-wrigleyville-content .content a.learn-more, .logan-square-content .content a.learn-more {
	padding: 10px; background: rgb(255,0,0); border: 2px solid rgb(0,0,0); border-radius: 0.8rem;
	font-size: 18px; font-weight: 600; text-align: center; color: rgb(255,255,255)
}
.north-center-wrigleyville-content .content a.amenities, .irving-park-wrigleyville-content .content a.amenities, .logan-square-content .content a.amenities {
	padding: 10px; background: rgb(255,0,0); border: 2px solid rgb(0,0,0); border-radius: 0.8rem;
	font-size: 18px; font-weight: 600; text-align: center; color: rgb(255,255,255)
}
.reasons-to-rent {
	padding: 75px 0 75px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.reasons-to-rent h2 {
	padding: 5px; font-size: 2.5rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.reasons-to-rent h5 {
	padding: 5px; font-size: 19px; font-weight: 600; color: rgb(12,12,12);
}
.reasons-to-rent p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.reasons-to-rent img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.catering {
	padding: 150px 0 50px 0; background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/white-1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom;overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.catering h1 {
	padding: 5px; font-size: 2.5rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.catering h2 {
	padding: 5px; font-size: 2rem; font-family: 'font3'; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: capitalize; color: rgb(255,0,0);
}
.catering p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.catering img {
	width: 100%; height: 100%; border-radius: 8px; box-shadow: 2px 2px 6px rgb(0,0,0);
}
.testimonials .container {
	padding: 30px 20px; background: rgba(255,255,255,0.8);
}
.testimonials h2 {
	font-size: 2.5rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: capitalize; color: rgb(255,0,0);
}
.testimonials h3 {
	font-size: 2rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: uppercase; color: rgb(255,0,0);
}
.testimonials p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: center; color: rgb(12,12,12);
}
.testimonials i {
	font-size: 18px; color: rgb(255,0,0);
}
.testimonials-section {
	padding: 150px 0 75px 0;
}
.testimonials-section .container {
	padding: 30px 20px; background: rgba(255,255,255,0.8);
}
.testimonials-section h2 {
	font-size: 2.5rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: capitalize; color: rgb(255,0,0);
}
.testimonials-section h3 {
	font-size: 2rem; font-family: font3; font-weight: 700; text-shadow: 1px 1px 2px rgb(0,0,0); text-align: center; text-transform: uppercase; color: rgb(255,0,0);
}
.testimonials-section p {
	padding: 8px; line-height: 21px; font-size: 17px; text-align: center; color: rgb(12,12,12);
}
.testimonials-section i {
	font-size: 18px; color: rgb(255,0,0);
}
.gallery-page {
	padding: 150px 0 75px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	padding-bottom: 40px; font-size: 3rem; font-weight: 600; font-family: 'font2'; text-align: center; text-shadow: 1px 1px 2px rgb(0,0,0); color: rgb(255,0,0);
}
 

.mobile-top-header {
	position: fixed; display:block !important;	padding: 35px 30px 0; background: rgb(135,170,188); z-index: 11111; overflow:visible; margin-top: -33px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
 
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(12,12,12);
}
.service-cities a {
	font-size: 18px; line-height: 10px;	color: rgb(12,12,12);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	font-size:14px;
}
.top-header {
	background: white; display:none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none; margin:0; display: flex;	justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit; line-height: inherit;
}
.alert h1,
.alert p {
	top: 2em;	opacity: 0;	position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform:scale(1,1); border: 0; background: white; border-radius:0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu {
	text-align: center;	position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em;	top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100;	overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out;	transition-property: all;	transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.alert-dismissible .close {
	position: absolute;	top: 0;	right: 0;	background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none;	z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em;	vertical-align: -0.2em;	cursor: pointer;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0;	left:0;	width:100%;	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}
#mobile-menu-header {
  margin-top:0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none; padding:0 20px; margin-top: 8em;	position: relative;	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}

}