@import url('https://fonts.googleapis.com/css?family=Allerta+Stencil|Artifika|Cinzel+Decorative|Fanwood+Text|Fredericka+the+Great|Fugaz+One|Germania+One|Graduate|Grand+Hotel|IM+Fell+Double+Pica|Montserrat|Slabo+27px|Source+Sans+Pro');

html, body {
	font-family: 'Artifika', serif !important;
	font-weight: 100;
	min-height: 100vh;
	margin: 0;
}

.wow {
	visibility: hidden;
}

.mdb-lightbox figure .img-fluid {
	height: 100%;
	max-height: initial;
}

.navbar {
	background-color: transparent !important;
}

.top-nav-collapse {
	background-color: #243a51 !important;
}

.coolText1 {
	font-family: 'Fredericka the Great', cursive;
}

.coolText2{
	font-family: 'Cinzel Decorative', cursive;
}

.coolText3{
	font-family: 'Allerta Stencil', cursive;
}

.coolText4{
	font-family: 'Fanwood Text', cursive;
}

.coolText5{
	font-family: 'Germania One', cursive;
}

.text-underline{
	text-decoration: underline;
}

.bottom {bottom: 0px;}
.top {top: 0px;}
.left {left: 0px;}
.right {right:0px;}
.middle {top:45% !important;}

.flashMessage {
	background: darkcyan;
	color: wheat;
	position: fixed;
	z-index: 20;
	padding: 20px;
	border-radius: 10px;
	top: -150px;
	left: 40%;
	width: 25%;
}

.aboutUsBlurb {
	font-size: 135%;
}

input.form-control {
	margin-top: 0;
}

#home_carousel {
	margin: 0px 0px 50px;
}

#addt_service_transition {
	background-repeat: no-repeat !important;
	background-position: 100% 125% !important;
	background-size: 100% 100% !important;
	background-attachment: fixed;
	background-image: url('/images/tools1.png');
	margin-left: -15px;
	margin-right: -15px;
	min-height: 500px;
}

[class$="Jumbotron"] {
	background-repeat: no-repeat !important;
	background-position: 100% 125% !important;
	background-size: 100% 100% !important;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 500px;
}

.constructionJumbotron {
	background: url('/images/under_construction_image.png');
}

.contactsJumbotron, .blogsJumbotron {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url('/images/philadelphia2.png');
}

.contactUsJumbotron, .servicesJumbotron, .aboutUsJumbotron, .loginJumbotron {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url('/images/philadelphia1.png');
}

.propertiesJumbotron {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35)), url('/images/home-1680800.jpg');
}

.loginJumbotron {
	min-height: 100vh;
}

div.carousel-image {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

.carousel-inner {
	position: unset;
}

.carousel .carousel-item {
	width: inherit;
	height: inherit;
}

.featuredHeader {
	border-top: dashed 5px;
	border-bottom: dashed 5px;
}

.deleteDivider {
	border-bottom: dashed 2px black;
	margin: 50px 0px;
	width: 100%;
}

.form-block {
	margin: 50px 0px;
}

.form-block-header {
	background: linear-gradient(to right, rgba(255, 188, 4, 1), transparent, transparent);
	padding: 5px;
}

button.deleteBtn {
	width: -webkit-fill-available;
}

.deletePropImages, .deletePropVideos {
	position: relative;
	padding: 15px
}

.deletePropImages .form-check, .deletePropVideos input[type="checkbox"] {
	position: absolute;
	top: -10px;
	left: 0px;
	/* transform: scale(1.5); */
	z-index: 1;
	padding: 0px;
}

.deletePropImages .mask p, .deletePropVideos .mask p {
	-ms-transform: rotate(-40deg); /* IE 9 */
	-webkit-transform: rotate(-40deg); /* Safari */
	transform: rotate(-40deg); /* Standard syntax */
	font-size: 165%;
	font-family: 'Fugaz One', serif;
}

.media img {
	max-height: 100px;
	max-width: 100%;
}

.contactImg img {
	max-height: 150px;
	max-width: 100%;
}

.media-modal-item {
	max-height: 200px;
	height: 200px;
	max-width: 200px;
	width: 200px;
}

.propertyImgGallery .heroImg img {
	max-height: 500px;
	margin: 0 auto;
	/* width: 100%; */
	display: -webkit-box;
	display: block;
	position: relative;
}

.propertyImgGallery .imgGallery img {
	height: 100px;
	width: 100px;
	opacity: 0.5;
}

.propertyImgGallery .imgGallery img.active {
	border: solid 1px blue;
	opacity: 1;
}

img.imgPreview.img-thumbnail.m-1 {
	max-width: 32%;
}

video {
	height: 100%;
	width: 100%;
	max-width: 100%;
	border: solid 1px;
	border-radius: 10px;
}


/* Calendar */
.calendarMonth li.next:hover, .calendarMonth li.prev:hover {
	cursor: pointer;
}

.month {
	padding: 70px 25px;
	width: 100%;
	background: #1abc9c;
	text-align: center;
}

.month ul {
	margin: 0;
	padding: 0;
}

.month ul li {
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.month .prev {
	float: left;
	padding-top: 10px;
}

.month .next {
	float: right;
	padding-top: 10px;
}

.weekdays {
	margin: 0;
	padding: 10px 0;
	background-color: #ddd;
}

.weekdays li {
	display: inline-block;
	width: 13.6%;
	color: #666;
	text-align: center;
}

.days {
	padding: 10px 0;
	background: #eee;
	margin: 0;
}

.days li {
	list-style-type: none;
	display: inline-block;
	width: 13.6%;
	text-align: center;
	margin-bottom: 5px;
	font-size:12px;
	color: #777;
}

.days li span {
	padding: 5px;
}

.days li.monthDay:hover span {
	cursor: pointer;
}

.days li.active span {
	background: linear-gradient(40deg, transparent, #1ABC9B, transparent);
	color: white !important;
}

.days li.active.propShowings span {
	background: linear-gradient(40deg, #ffc107, #1ABC9B, #ffc107);
	color: white !important;
}

.days li.propShowings span {
	background: linear-gradient(40deg, #ffc107, transparent, #ffc107);
	color: #777 !important;
}

.days li.monthDay:hover:not(.active) span {
	background: linear-gradient(120deg, transparent, blue, transparent);
	color: white !important;
}

.days li.monthDay.propShowings:hover:not(.active) span {
	background: linear-gradient(120deg, #ffc107, blue, #ffc107);
	color: white !important;
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
	.weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
	.weekdays li, .days li {width: 12.5%;}
	.days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
	.weekdays li, .days li {width: 12.2%;}
}

.instagramPhoto {
	height: auto;
	width: 100%;
}

.row.faq div:nth-of-type(odd):not(:last-of-type) {
	background: #868e5a;
	color: antiquewhite;
}

.deletePropImages label {
	top: 10px;
	left: 15px;
	margin: 0;
}

footer {
}

footer .registerNCopyright {
	font-size: 50%;
}

fieldset legend {
	width: 25% !important;
	padding: 0% 2%;
}

.loader {
	border-top: 16px solid blue;
	border-bottom: 16px solid blue;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin: 100px auto;
}

.constructionVids {
	background: rgb(242, 244, 249);
	padding: 10px;
}

.constructionPics {
	background: rgb(249, 247, 242);
	padding: 10px;
}

#send_email {
	color: black !important;
}

.contactEmail h2 {
	background: wheat;
	margin: 0;
	padding: 10px;
	border-radius: 5px 5px 0px 0px;
}

.contactEmail #email_subject {
	margin-bottom: 0px;
}

.contactEmail #email_subject input {
	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: none;
	border-radius: 0px;
	border-color: #ced4da;
}

.contactEmail #email_body {
	margin-bottom: 0px;
}

.contactEmail #email_body textarea {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

[type=checkbox][class*=filled-in]:checked+label:after {
	top: 0;
	border-color: #CC0000;
	background-color: #CC0000;
	z-index: 0;
}

@media only screen and (max-width: 575.99px) {
	#home_carousel {
		height: 500px !important;
	}

	.flashMessage {
		width: 75%;
		left: 13.5%;
	}

	.jumbotron h2 {
		font-size: 2.9em;
	}

	#addt_service_transition {
		background-repeat: no-repeat !important;
		background-position: 100% 100% !important;
		background-size: 100% 100% !important;
		background-attachment: initial;
	}

	.propertyList h1, .contactList h1, .fileList h1 {
		font-size: 200%;
	}
}

@media only screen and (min-width: 576px) {
	#home_carousel {
		height: 500px !important;
	}

	.waves-input-wrapper {
		width: 100%;
	}

	.contactUsJumbotron, .aboutUsJumbotron, .propertiesJumbotron, .contactsJumbotron {
		max-height: 350px;
	}

	.jumbotron h2 {
		font-size: 2.5em;
	}

	.showcaseProps:nth-of-type(odd) {
		/* background: linear-gradient(#135feb, #ebf1fb, #ebf1fb); */
	}

	a.brand-logo {
		padding: 25px;
		font-size: 700%;
	}

	.input-group .input-group-addon {
		font-size: 75% !important;
	}

	.btn-group.tenantProp {
		max-width: 100%;
	}

	.btn-group.tenantProp select {
		max-width: 100%;
	}

	fieldset legend {
		width: 75% !important;
	}

	.emptyMedia {
		font-size: 100%;
	}

	.media img {
		max-height: initial;
	}

	.deletePropImages, .deletePropVideos {
		position: relative;
		margin: 15px 0px;
	}

	.view img, .view video {
		position: relative;
		display: block;
		margin: 0 auto;
	}

	.form-block-header {
		background: linear-gradient(transparent, rgba(255, 188, 4, 1), transparent);
		text-align: center;
	}

	.form-group [for="media"] {
		margin-bottom: 24px;
	}

	.form-group select {
		width: 100% !important;
	}

	.mdb-lightbox figure .img-fluid {
		max-height: initial;
	}

	.form-group select {
		width: 100% !important;
	}

	.loginJumbotron {
		max-height: initial;
		min-height: 82vh;
	}
}

@media only screen and (min-width: 768px) {
	#home_carousel {
		height: 100% !important;
	}

	.loginJumbotron {
        max-height: initial;
        min-height: 90vh;
    }

    html, body {
        font-family: 'Artifika', serif !important;
        font-weight: 100;
        min-height: 100vh;
        margin: 0;
    }

    .wow {
        visibility: hidden;
    }

    .mdb-lightbox figure .img-fluid {
        height: 100%;
        max-height: initial;
    }

	.mdb-lightbox figure .img-fluid {
		max-height: 210px;
	}

    .coolText1 {
        font-family: 'Fredericka the Great', cursive;
    }

    .coolText2 {
        font-family: 'Cinzel Decorative', cursive;
    }

    .coolText3 {
        font-family: 'Allerta Stencil', cursive;
    }

    .coolText4 {
        font-family: 'Fanwood Text', cursive;
    }

    .coolText5 {
        font-family: 'Germania One', cursive;
    }

    .text-underline {
        text-decoration: underline;
    }

    .bottom {
        bottom: 0px;
    }

    .top {
        top: 0px;
    }

    .left {
        left: 0px;
    }

    .right {
        right: 0px;
    }

    .middle {
        top: 45% !important;
    }

    .flashMessage {
        background: darkcyan;
        color: wheat;
        position: fixed;
        z-index: 20;
        padding: 20px;
        border-radius: 10px;
        top: -150px;
        left: 40%;
        width: 25%;
    }

    .aboutUsBlurb {
        font-size: 135%;
    }

    input.form-control {
        margin-top: 0;
    }

    #home_carousel {
        margin: 0px 0px 50px;
    }

    #addt_service_transition {
        background-repeat: no-repeat !important;
        background-position: 100% 125% !important;
        background-size: 100% 100% !important;
        background-attachment: fixed;
        background-image: url('/images/tools1.png');
        margin-left: -15px;
        margin-right: -15px;
        min-height: 500px;
    }

    div.carousel-image {
        width: 100%;
        height: 500px;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
    }

    .carousel-inner {
        position: unset;
    }

    .carousel .carousel-item {
        width: inherit;
        height: inherit;
    }

    .featuredHeader {
        border-top: dashed 5px;
        border-bottom: dashed 5px;
    }

    .deleteDivider {
        border-bottom: dashed 2px black;
        margin: 50px 0px;
        width: 100%;
    }

    .form-block {
        margin: 50px 0px;
    }

    .form-block-header {
        background: linear-gradient(to right, rgba(255, 188, 4, 1), transparent, transparent);
        padding: 5px;
    }

    button.deleteBtn {
        width: -webkit-fill-available;
    }

    .deletePropImages, .deletePropVideos {
        position: relative;
        padding: 15px
    }

    .deletePropImages .form-check, .deletePropVideos input[type="checkbox"] {
        position: absolute;
        top: -10px;
        left: 0px;
        /* transform: scale(1.5); */
        z-index: 1;
        padding: 0px;
    }

    .deletePropImages .mask p, .deletePropVideos .mask p {
        -ms-transform: rotate(-40deg); /* IE 9 */
        -webkit-transform: rotate(-40deg); /* Safari */
        transform: rotate(-40deg); /* Standard syntax */
        font-size: 165%;
        font-family: 'Fugaz One', serif;
    }

    .media img {
        max-height: 100px;
        max-width: 100%;
    }

    .contactImg img {
        max-height: 150px;
        max-width: 100%;
    }

    .media-modal-item {
        max-height: 200px;
        height: 200px;
        max-width: 200px;
        width: 200px;
    }

    .propertyImgGallery .heroImg img {
        max-height: 500px;
        margin: 0 auto;
        /* width: 100%; */
        display: -webkit-box;
        display: block;
        position: relative;
    }

    .propertyImgGallery .imgGallery img {
        height: 100px;
        width: 100px;
        opacity: 0.5;
    }

    .propertyImgGallery .imgGallery img.active {
        border: solid 1px blue;
        opacity: 1;
    }

    img.imgPreview.img-thumbnail.m-1 {
        max-width: 32%;
    }

    video {
        height: 100%;
        width: 100%;
        max-width: 100%;
        border: solid 1px;
        border-radius: 10px;
    }

    .calendarMonth li.next:hover, .calendarMonth li.prev:hover {
        cursor: pointer;
    }

    .row.faq div:nth-of-type(odd):not(:last-of-type) {
        background: #868e5a;
        color: antiquewhite;
    }

    .deletePropImages label {
        top: 10px;
        left: 15px;
        margin: 0;
    }

    footer .registerNCopyright {
        font-size: 50%;
    }

    fieldset legend {
        width: 25% !important;
        padding: 0% 2%;
    }

    .loader {
        border-top: 16px solid blue;
        border-bottom: 16px solid blue;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
        margin: 100px auto;
    }

    .constructionVids {
        background: rgb(242, 244, 249);
        padding: 10px;
    }

    .constructionPics {
        background: rgb(249, 247, 242);
        padding: 10px;
    }

    #send_email {
        color: black !important;
    }

    .contactEmail h2 {
        background: wheat;
        margin: 0;
        padding: 10px;
        border-radius: 5px 5px 0px 0px;
    }

    .contactEmail #email_subject {
        margin-bottom: 0px;
    }

    .contactEmail #email_subject input {
        border-top: solid 1px;
        border-left: solid 1px;
        border-right: solid 1px;
        border-bottom: none;
        border-radius: 0px;
        border-color: #ced4da;
    }

    .contactEmail #email_body {
        margin-bottom: 0px;
    }

    .contactEmail #email_body textarea {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    [type=checkbox][class*=filled-in]:checked + label:after {
        top: 0;
        border-color: #CC0000;
        background-color: #CC0000;
        z-index: 0;
    }
}

@media only screen and (min-width: 576px) {
    #home_carousel {
        height: 500px !important;
    }

    .waves-input-wrapper {
        width: 100%;
    }

    .contactUsJumbotron, .aboutUsJumbotron, .propertiesJumbotron, .contactsJumbotron {
        max-height: 350px;
    }

    .jumbotron h2 {
        font-size: 2.5em;
    }

    a.brand-logo {
        padding: 25px;
        font-size: 700%;
    }

    .input-group .input-group-addon {
        font-size: 75% !important;
    }

    .btn-group.tenantProp {
        max-width: 100%;
    }

    .btn-group.tenantProp select {
        max-width: 100%;
    }

    fieldset legend {
        width: 75% !important;
    }

    .emptyMedia {
        font-size: 100%;
    }

    .media img {
        max-height: initial;
    }

    .deletePropImages, .deletePropVideos {
        position: relative;
        margin: 15px 0px;
    }

    .view img, .view video {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .form-block-header {
        background: linear-gradient(transparent, rgba(255, 188, 4, 1), transparent);
        text-align: center;
    }

    .form-group [for="media"] {
        margin-bottom: 24px;
    }

    .form-group select {
        width: 100% !important;
    }

    .mdb-lightbox figure .img-fluid {
        max-height: initial;
    }

    .form-group select {
        width: 100% !important;
    }

    .loginJumbotron {
        max-height: initial;
        min-height: 82vh;
    }
}

@media only screen and (max-width: 768px) {

}

@media (min-width: 992px) {
    .loginJumbotron {
        max-height: initial;
        min-height: 100vh;
    }

    .mdb-lightbox figure .img-fluid {
        max-height: 210px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 750px;
        margin: 30px auto;
    }

    .mdb-lightbox figure .img-fluid {
        max-height: 275px;
    }
}