@charset "utf-8";



/* CSS DOCUMENT */



html {

	font-family: 'Cardo' !important;

	overflow-x: hidden;

	box-sizing: border-box;

}



body {

	margin:0; /* Remove pre-set margin in browsers */

	padding: 0;

	/* background-image: url('twig.jpg'); */

	/* background-size: cover; */

	/* background-position: top left; */

	/* background-attachment: fixed; */

	/* background-repeat: repeat; */

	/* background-color: #c0c7cc; */

}



a {

	text-decoration: none;

	color: #757575;

}



header {

	font-family: inherit;

	letter-spacing: 2.5px !important;

	font-size: 28px;

	font-weight: 400;

	text-transform: uppercase;

	padding: 20px 0;

	/* text-shadow: 0px 2px 2px rgba(0,0,0,0.4); */

}



h1 {

	font-family: inherit;

	letter-spacing: 2.5px !important;

	font-size: 32px;

	font-weight: 400;

	text-transform: uppercase;

}



h2 {

	font-family: inherit;

	font-size: 22px;

	font-weight: 500;

	letter-spacing: 1.5px !important;

	text-transform: uppercase;

}



h3 {

	font-family: inherit;

	font-size: 20px;

	font-weight: 400;

	letter-spacing: 1.5px !important;

	text-transform: uppercase;

	text-align: left;

	padding-top: 1.0em;

}



h4 {

	font-family: inherit;

	letter-spacing: 1.5px !important;

	font-size: 18px;

	font-weight: 400;

	text-transform: uppercase;

	margin: 0;

	padding: 0;

	border: 0;

}



h5 {

	font-family: inherit;

	letter-spacing: 1.5px !important;

	font-size: 16px;

	font-weight: 400;

	text-transform: uppercase;

	margin: 0;

	padding: 0;

	border: 0;

}



p {

	font-family: inherit;

	font-size: 16px;

	margin: 0;

	line-height: 25px;

	padding: 0;

	border: 0;

	text-align: justify;

}



ul{

	list-style-type: none;

	/* margin: 0; */

	/* padding: 0; */

}



li  {

	/* display: none; */

	margin: 0;

	padding: 0;

	border: 0;

	font-family: inherit;

}



/*Listing | Room Details*/

	.styled-table {

		border-collapse: collapse;

		margin: 0 auto;

		margin-bottom: 15px;

		font-size: 0.9em;

		font-family: inherit;

		min-width: 90%;

		box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);

	}



	.styled-table th {

		background-color: black;

		opacity: 0.4;

		color: white;

		text-align: left;

		padding: 12px 15px;

	}



	.styled-table tr {

		background-color: #f3f3f3;

		color: black;

		text-align: left;

		border-bottom: thin solid #dddddd;

	}



	.styled-table tr:nth-of-type(odd) {

		background-color: rgba(0, 0, 0, 0.15);

		color: black;

	}



	.styled-table tr:last-of-type {

		border-bottom: thin solid #f3f3f3;

	}



	.styled-table tr:active-row {

		font-weight: bold;

		color: #009879;

	}



	.styled-table td {

		padding: 10px 15px;



	}



/* LANDSCAPE MODE */

@media only screen and (orientation: landscape) {



}



FOR MOBILE PHONES

.row::after {

    content: "";

    clear: both;

    display: table;

}



[class*="col-"] {

	width: 100%;

	float: left;

    padding: 1px;

}



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

		#wrapperMain {

			background-image: url('images/1.jpg');

		}

		video {

			display: none;

		}

		.mediaControl {

			display: none;

		}

		.deskMenu {

			}

		.sectionContact {

			display: none;

		}

		.sectionMenu {

			display: none;

		}

		.listing-image-std {

			height: 187px;

			width: 100%;

			margin: 0 0 24px;

		}

		.section-listing-menu .navMenu {

			display: none;

		}

		.section-listing-menu {

			display: none;

		}

		.listing-list-details {

			padding-left: 1.0em;

		}

		.container-listing-logo .listing-menu-logo {

			display: none;

		}

		h3 {

			font-size: 18px;

		}

		.imgMainLogo {

			min-width: 250px;

		}

		.imgOakwynLogo {

			min-width: 120px;

		}

		.wrapperListingHeader {

			padding-top: 50px;

		}



	}



	@media only screen and (min-width: 415px) {

		.wrapperMenu {

			display: none;

		}

		.mediaBar {

			display: none;

		}

		.listing-image-std {

			max-width: calc(33.3333% - 24px);

			margin: 12px;

		}

		.section-listing-details .listing-list-details {

			flex-wrap: wrap;

			max-height: 100px;

		}

		

	}



/*-----NAVIGATION/DROPDOWN MENU-----*/



	#wrapperMenu {

		z-index: 1;

		/* height: 45px; */

		/* background-color: #f6f4f1; /*none  / #f4f3ef*/

		opacity: 0.9;

		background-position: center;

		position: fixed;

		top: 0;

		right: 0;

		/* bottom: 0; */

		left: 0;

		margin:auto;

		/* width: 100%; */

		/* display: none; */

	}



	.sectionContact {

		position: fixed; /*relative*/

		right: 5px;

		top: 5px;

		float: right;

		letter-spacing: 1.1px;

		/* padding: 5px 0px 5px 5px; */

		background-color: rgba(0, 0, 0, 0.5);

		/* margin: 0px 10px 0 0; */

		z-index: 10;

	}



	.sectionMenu .navMenu {

		position: relative; /*absolute*/

		display: block;

		height: auto;

		margin: auto;

		top: 75px;

		right: 0px;

		bottom: 0px;

		left: 0px;

		clear: right;

		letter-spacing: 1.2px;

	}

	

	.section-listing-menu {

		background-color: #f6f4f1;

		padding-left: 5px;

		padding-right: 5px;

		/* background-color: rgba(0, 0, 0, 0.5); */

	}



	.section-listing-menu .navMenu {

		position: relative; 

		display: block;

		height: auto;

		margin: auto;

		top: 10px;

		right: 0px;

		bottom: 0px;

		left: 0px;

		clear: right;

		letter-spacing: 1.2px;

		background-color: rgba(0, 0, 0, 0.5);

		/* border: 1px red solid; */

	}

	

	.section-listing-menu .navMenu li a {

		/* color: black !important; */

		/* background-color: rgba(0, 0, 0, 0.5); */

	}



	.navMenu ul {

		list-style-type: none;

		display: flex;

		align-items: center;

		justify-content: center;

		margin: 0;

		padding: 0;

		overflow: hidden;

	}



	.navMenu li {

		float: left;

		font-size: 0.8em;

	}



		

	li a, .dropbtn {

		display: inline-block;

		color: white;

		text-align: center;

		padding: 5px 20px;

		text-decoration: none;

	}



	li a:hover, .dropdown:hover .dropbtn {

		background-color:  rgba(0, 0, 0, 0.5); /*none*/

	}



	li.dropdown {

		display: inline-block;

	}



	.dropdown-content {

		display: none;

		position: absolute;

		background-color: #f9f9f9;

		min-width: 105px;

		width: auto;

		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

		z-index: 1;

		opacity: 0.75;

	}



	.dropdown-content a {

		color: black;

		padding: 8px 14px;

		text-decoration: none;

		display: block;

		text-align: left;

	}



	.dropdown-content a:hover {

		background-color: #f1f1f1;

		color: red;

	}



	.dropdown:hover .dropdown-content {

		display: block;

	}



/*------MAIN - HOMEPAGE-----*/



	#wrapperMain {

		display: block;

		position: relative;

		/* background-image: url('images/1.jpg'); */

		/* background-image: linear-gradient(to right, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), url('images/1.jpg'); */

		/* background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%); */

		opacity: 0.90;

		width: 100%;

		height: 100vh;

		background-size: cover;

		background-position: center;

		background-repeat: no-repeat;		

	}



	.imgOverlay {

		width: 100%;

		height: 100%;

		background-color: rgba(0, 0, 0, 0.25);

	}



	.sectionMainLogo .imgMainLogo {

		/* transform: translateY(+25px); */

		position: absolute;

		display: block;

		height: auto;

		margin: auto;

		top: 0px;

		right: 0px;

		bottom: 0px;

		left: 0px;

	}



	.sectionMainLogo {

		width: 26%;

	}



	.imgMainLogo {

		width: 25%;

		max-width: 350px;

		opacity: 0;

	}



	.sectionOakwynLogo .imgOakwynLogo {

		display: block;

		position: absolute;

		height: auto;

		bottom: 2%;

		left: 1%;

	}



	.sectionOakwynLogo {

		width: 20%;

	}



	.imgOakwynLogo {

		width: 30%;

		max-width: 350px;

	}



	#Wrapper {

		/* position: relative; */

	}



	.logo {

		position: fixed;	

		/* position: relative; */

		top: 10px;

		right: 10px;

		width: 250px;

	}



	.fourImages {

		width: 50%;

	}



/*-----SLIDEOUT MENU-----*/



	.btnMenu {

		/* transition-delay: 0s; */

		font-size: 30px;

		cursor: pointer; 

		position: fixed;

		/* position: relative; */

		/* top: 5px; */

		left: 10px;

		color: black;

	}



	.btnMenuClose {

		font-size: 25px;

		cursor: pointer; 

		visibility: hidden;	

		margin-left: 20px;

		position: fixed; /*relative*/

		top: 0;

		left: 0;

		padding-top: 5px;

		padding-left: 11px;

	}



	.btnClose {

		font-size: 36px;

		cursor: pointer;

	}



	.circle {

			content: ' \25CF';

			font-size: 25px;

			height: 50px;

			width: 25px;

			border: 2px;

			background-color: #000;

			border-radius: 50%;

			/* opacity: 0.90; */

			/* float: bottom-right; */

	}	



	.sideMenu_bg {

		/* background-color: #000; */

	}



	::selection {

		color: #FFF;

	}



	.slide-menu-img {

		padding-top: 10px;

		padding-bottom: 20px;

		margin: 0 auto;

		width: 100%;

		max-width: 170px;

		/* font-family: 'Cardo' !important; */

	}



	.sideMenu_0 {

		height: 100%;

		width: 0;

		position: fixed;

		z-index: 1;

		top: 0;

		left: 0;

		background-color: #111;

		opacity: 0.93;

		color: #FFF;

		overflow-x: hidden;

		white-space: nowrap;

		transition: 0.5s;

		padding-top: 2px;

	}



	.sideMenu_0 a {

		padding-left: 1px;

		text-decoration: none;

		text-align: left;

		color: #FFF;

		display: block;

		transition; 0.3s;

	}



	.sideMenu_0 a:hover {

		color: #FFF;

	}



	.sideMenu_0 .btnClose {

		position: absolute;

		top: 0;

		right: 25px;

		font-size: 36px;

		margin-left: 50px;

	}



	.sideMenu_0 .leftArrow {

		position: absolute;

		top: 0;

	}



	.leftArrow {

		font-size: 25px;

		cursor: pointer;

		/* margin-left: 100px; */

		transition: margin-left 0.5s;

		/* visibility: hidden; */

	}



	.sideMenu_1 {

		font-size: 0.80em;

		transition: margin-left 0.5s;

	}



	.sideMenu_1 ul {

		list-style-type: none;

		margin: 0;

		padding: 0;

	}



	.sideMenu_1 li {

		padding: 8px;

		margin-bottom: 7px;

		/* background-color: #000; */

		color: #FFF;

		/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */

	}



	.sideMenu_1 li:hover {



	}



	.sideMenu_2 {

		font-size: 0.80em;

		position: absolute;

		top: 50px;

		transition: margin-left 0.5s;

	}



	.sideMenu_2 ul {

		list-style-type: none;

		margin: 0;

		padding: 0;

	}



	.sideMenu_2 li {

		padding: 8px;

		margin-bottom: 7px;

		/* background-color: #000; */

		color: #FFF;

		/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */ */

	}



	.sideMenu_2 li:hover {



	}



	.subIndent {

		margin: 20px;

	}

	

	



/*-----ABOUT ME-----*/



	.containerAboutMe {

		background-color: #f6f4f1;

		width: 100%;

		/* border: 1px black solid; */

	}



	.wrapperAboutMe {

		position: relative;

		width: 100%;

		max-width: 1200px;

		/* left: 20%; */

		margin: 0 auto;

		/* border: 1px blue solid; */

		flex-direction: row;

		flex-wrap: wrap;

		text-align: center;

		align-items: flex-start;

		display: -webkit-flex;

		display: flex;

		align-items: stretch;

		padding: 20px 0 20px 0;

	}



	.sectionPhoto {

		position: relative;

		/* order: 1; */

		/* flex: 1; */

		width: 100%;

		max-width: 395px;

		display: block;

		padding-left: 0.50em;

		padding-right: 0.50em;

		/* border: 1px red solid; */

		margin: 0 auto;

		/* box-sizing: inherit; */

	}



	.imgPhoto {

		position: relative;

		width: 100%;

		max-width: 400px;

		margin: 20px auto;

		display: block;

		box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.2);

		border-radius: 5px;

	}



	.sectionAbout {

		position: relative;

		/* order: 2; */

		/* flex: 1; */

		width: 100%;

		max-width: 595px;

		display: block;

		/* border: 1px red solid; */

		/* float: right; */

		margin: 0 auto;

		padding-left: 1.0em;

		padding-right: 1.0em;

		/* margin: 10px; */

		/* box-sizing: inherit; */

	}



	.about {

		font-family: 'Cardo' !important;

		letter-spacing: 2.5px !important;

		font-size: 20px;

		width: 100%;

		/* border: 1px green solid; */

	}



/*-----MEDIA BAR FOR MOBILE DEVICES-----*/



	.mediaBar {

		z-index: 1;

		text-align: center;

		margin: 0px;

		padding: 5px;

		width: 100%;

		overflow: hidden;

		background-color: #000;

		opacity: 0.9;

		position: fixed; /* Set the navbar to fixed position */

		bottom: 0px; /* Position the bar at the bottom of the page */

	}



	.footer1 {

		font-family: 'Cardo' !important;

		font-size: 0.55em;

		text-align: center;

		position: absolute fixed;

		bottom: 0;

		width: 100%;

		clear: both;

		/* height: 2.5rem; */

	}



	.text_wh {

		color: #FFF;

		font-size: 1.0em;

		text-align: center;

		margin: 10px;

	}





/*-----MAIN - LISTING-----*/



	.widgets .widgets-home-1 {

		text-align: center;

	}



	img {

		/* width: 100%; */

		max-width: 100%;

		height: auto;

		vertical-align: middle;

		border: 0;

		margin: 0;

		padding: 0;

		

	}



	.containerListings {

		background-color: #f6f4f1;

		width: 100%;

		display: inline-block;

		box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.2);

		/* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.59) 10%, white 50%, white 100%);	 */

		/* margin-top: -48px;  */

		/* padding: 0; */

		/* border: 0; */

		/* margin: 0 auto; */

		/* border: 1px black solid; */

	}



	.wrapperHeader {

		padding-top: 20px;

		margin: 0 auto;

		display: block;

		position: relative;

		width: 100%;

		max-width: 1200px;

		text-align: center;

		/* border: 0; */

		/* background-color: #f6f4f1; */

		/* border: 1px blue solid; */

	}



	.listings-tiled {

		position: relative;

		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		align-items: flex-start;

		width: 100%;

		max-width: 1200px;

		margin: 0 auto;

		border: 0;

		/* border: 1px red solid; */

	}





	.wrapperListings {

		position: relative;

		/* border: 1px green solid; */

		margin: 0 auto;

		padding: 0;

	}

	

	.listing-summary {

		margin: auto;

	}

	

	.listing-image {

		background-size: cover;

		background-image: none !important;

		width: 100%;

		max-width: 395px;

		display: block;	

	}

	

	.listing-image img {

		box-shadow: rgba(20,20,20,0.1) 0 2px 4px;

		border-radius: 5px;

	}



	.listing-header {

		font-family: 'Cardo' !important;

		letter-spacing: 2.5px !important;

		font-size: 20px;

		margin-top: 10px;

		width: 100%;

		padding: 0;

		border: 0;

		vertical-align: baseline;

	}



	.listing-title {

		font-family: 'Cardo' !important;

		letter-spacing: 1.5px;

		font-style: normal;

		font-weight: 700;

		font-size: 20px;

		text-transform: uppercase;

		color: #383837;

		border-color: #383837;

		text-align: center;

		display: block;

	}



	.listing-subtitle {

		font-family: 'Cardo' !important;

		letter-spacing: 1.25px;

		font-size: 12px;

		text-transform: uppercase;

		line-height: normal;

		display: block;

		color: #383837;

		border-color: #383837;

		text-align: center;

		padding: 5px 0 10px 0;

	}



	.home .listing-subtitle::after {

		margin: auto;

	}



	.listing-summary .listing-subtitle::after {

		width: 60px;

		margin-bottom: 10px;

		padding-bottom: 12px;

		border-bottom: 1px solid;

		overflow: visible;

		white-space: nowrap;

		display: block;

		content: '';

	}



	::before, ::after {

		box-sizing: inherit;

	}



	:after {

		/* position: absolute; */

		margin: auto !important;

	}



	.listing-summary .listing-meta .listing-price .listing-term {

		font-size: 0.75em;

		text-transform: capitalize;

		margin-left: 0 auto;

		margin-top: 0.25em;

		display: none;

		float: left;

	}



	.listing-summary {

		width: 33.333333%;

		min-width: 365px;

	}



	.listing-summary .listing-subtitle {

		font-size: 12px;

		text-transform: uppercase;

		line-height: normal;

	}



	.listing-summary .listing-meta {

		/* width: 66.666666%; */

		margin: 0 0 20px 6px;

		font-size: 16px;

	}



	.listing-summary .listing-meta .listing-price {

		display: block !important;

		font-size: 24px;

		font-weight: 700;

	}



	.listing-tiled .listing-meta {

		width: 100%;

	}



	.listing-meta {

		display: inline-block;

		/* margin-left: -50px !important; /*Needs attention*/ */

	}



	.listing-summary .listing-meta .listing-price, .listing-summary .listing-meta .listing-beds, .listing-summary .listing-meta .listing-baths, .listing-summary .listing-meta .listing-sqft {

		display: inline-block;

		text-transform: lowercase;

		font-weight: 500;

	}



	.listing-summary .listing-meta .listing-price .listing-term, .listing-summary .listing-meta .listing-beds .listing-term, .listing-summary .listing-meta .listing-baths .listing-term, .listing-summary .listing-meta .listing-sqft .listing-term {

		margin-left: 10px;

		margin-right: 10px;

	}



	/* .listing-summary .listing-meta .listing-price .listing-term, .listing-summary .listing-meta .listing-price  */

	.listing-value, .listing-summary .listing-meta .listing-beds .listing-term, .listing-summary .listing-meta .listing-beds .listing-value, .listing-summary .listing-meta .listing-baths .listing-term, .listing-summary .listing-meta .listing-baths .listing-value, .listing-summary .listing-meta .listing-sqft .listing-term, .listing-summary .listing-meta .listing-sqft .listing-value {

		float: right;

	}



	.listing-meta .meta-heading {

		display: none;

	}



	.listing-term {

		

	}



	.listing-price {

		display: block !important;

		font-size: 24px;

		font-weight: 700;

		text-transform: lowercase;

		color: #383837;

		box-sizing: inherit;

		text-align: center;

		padding-bottom: 3px;

	}



	.listings-beds {

		display: inline-block;

		text-transform: lowercase;

		font-weight: 500;

	}



	.listing-value {

		float: none;

		margin: 0;

		/* text-align: center; */

		/* display: inline-block; */

	}

	

	.wrapperSearch {

		padding-top: 20px;

		margin: 0 auto;

		display: block;

		position: relative;

		width: 100%;

		max-width: 1200px;

		text-align: center;

		/* border: 0; */

		/* background-color: #f6f4f1; */

		/* border: 1px blue solid; */

	}



/*------MAIN - FOOTER-----*/



	.listing-footer {

		display: block;

		margin: 0;

		padding: 0;

		border: 0;

		font: inherit;

	}



	.listing-content {

		display: none;

	}



	span {

		margin: 0;

		padding: 0;

		border: 0;

		font: inherit;

		vertical-align: baseline;

	}



	div {

		margin: 0;

		padding: 0;

		border: 0;

		font: inherit;

		/* text-align: center; */

	}



	/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { */

	.footer {

		margin: 0;

		padding: 0;

		border: 0;

		/* font: inherit; */

		background-color: #3b3b3b;

		clear: both;

		display: flex;

		/* display: block; */

		width: 100%;

		/* padding: 20px; */

	}

	

	.footer a {

		/* font-size: 13px; */

		/* font-weight: 400; */

		/* text-decoration: none; */

		/* letter-spacing: 1.2; */

		/* font-family: "Khula", sans-serif !important; */

		color: rgb(109,110,113) !important;

	}

	

	.wrapperFooter {

		position: relative;

		display: -webkit-flex;

		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		align-items: flex-start;

		width: 100%;

		max-width: 90%;

		margin: 0 auto;

		padding: 30px 20px; 

		/* border: 1px green solid; */

		align-items: stretch;

	}



	.wrapperFooterLeft {

		position: relative;

		width: 40%;

		/* max-width: 50%; */

		display: block;

		margin: 0 auto;

		/* border: 1px red solid; */

		/* padding: 1.0em; */

		/* padding-left: 1.0em; */

		/* padding-right: 1.0em; */

	}

	

	.wrapperFooterCenter {

		position: relative;

		width: 10%;

		/* max-width: 50%; */

		display: block;

		margin: 0 auto;

		/* border: 1px red solid; */

		/* padding: 1.0em; */

		/* padding-left: 1.0em; */

		/* padding-right: 1.0em; */

	}



	.wrapperFooterRight {

		position: relative;

		width: 40%;

		/* max-width: 50%; */

		display: block;

		margin: 0 auto;

		/* border: 1px red solid; */

		/* padding: 1.0em; */

		/* padding-left: 1.0em; */

		/* padding-right: 1.0em; */

	}



	



	.footer-widgets {

		background-size: cover;

		background-position: center center;

		background-color: #f1f0f0;

	}



	.widgets .widgets-footer {

		max-width: 1170px;

	}



	.widgets .widgets-block {

		width: auto;

	}



	.widgets-block {

		position: relative;

		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		align-items: flex-start;

		width: 100%;

		max-width: 1200px;

		margin: 0 auto;

		/* padding-top: 55px; */

		/* border: 1px red solid; */

	}



	.widget-content {

		position: relative;

		/* max-width: 50%;		 */

		/* min-width: 398px; */

		padding: 10px;

		margin: auto;

		/* border: 1px blue solid; */

	}



	.widget-footer {

		margin: auto;

		text-align: center;

	}



	button {

		font-family: 'Cardo' !important;

		color: #ffffff; /*#19191a;*/

		display: inline-block;

		margin: 8px 8px 8px 0;

		line-height: 30px;

		transition: ease-in-out 300ms;

		min-width: 200px;

		border: 1px #1c3a54 solid; /*f6f4f1*/

		text-transform: uppercase;

		padding: 6px 14px;

		font-size: 12px;

		font-weight: bold;

		letter-spacing: 2px;

		text-align: center;

		background: #1c3a54;	/*#f6f4f1;*/

		border-radius: 0;

		/* transform: translateY(50%) */

	}

	

	button:hover {

		cursor: pointer;

		opacity: 0.8;

	}	



	.typeset p {

		font-family: 'Cardo';

		font-size: 14px;

		letter-spacing: 1.1px;

		-webkit-font-smoothing: antialiased;

		line-height: 30px !important;

		font-weight: 300;

		margin: 0 auto;

	}



/*-----BUYER'S/SELLER'S GUIDES-----*/



	.container {

		background-color: #f6f4f1;

		width: 100%;

		padding-bottom: 40px;

		/* border: 1px blue solid; */

	}



	.wrapperGuides {

		position: relative;

		display: -webkit-flex;

		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		align-items: flex-start;

		width: 100%;

		max-width: 1200px;

		margin: 0 auto;

		/* border: 1px green solid; */

		align-items: stretch;

	}



	.wrapperBuyers {

		position: relative;

		width: 100%;

		max-width: 565px;

		display: block;

		margin: 0 auto;

		/* border: 1px red solid; */

		padding-left: 1.0em;

		padding-right: 1.0em;

	}



	.wrapperSellers {

		position: relative;

		width: 100%;

		max-width: 565px;

		display: block;

		margin: 0 auto;

		/* border: 1px red solid; */

		padding-left: 1.0em;

		padding-right: 1.0em;

	}



	.guidesBuyers {

		font-family: 'Cardo' !important;

		letter-spacing: 1.5px !important;

		font-size: 20px;

		width: 100%;

		text-align: center;

	}



	.guidesSellers {

		font-family: 'Cardo' !important;

		letter-spacing: 1.5px !important;

		font-size: 20px;

		width: 100%;

		text-align: center;

	}

	

	.wrapperCMA {

		position: relative;

		width: 100%;

		max-width: 565px;

		display: block;

		margin: 0 auto;

		/* border: 1px red solid; */

		padding-left: 1.0em;

		padding-right: 1.0em;

	}



	.sectionCMA {

		font-family: 'Cardo' !important;

		letter-spacing: 1.5px !important;

		font-size: 20px;

		width: 100%;

		text-align: center;

	}

	

/*-----CLIENT IMPRESSIONS-----*/



	.containerClientImpressions {

		background-color: #f6f4f1;

		width: 100%;

		/* display: inline-block; */

		box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.2);

		padding-bottom: 50px;

		/* height: 400px; */

	}



	.wrapperClientImpressions {

		padding-top: 20px;

		margin: 0 auto;

		display: block;

		position: relative;

		width: 90%;

		max-width: 1200px;

		text-align: center;

		/* height: 400px; */

		min-height: 400px;

		/* overflow: hidden; */

		padding-right: 1.0em;

		padding-left: 1.0em;

		/* cursor: pointer; */

		/* visibility: hidden; */

		/* border: 1px solid black; */

		/* background-color: #f6f4f1; */

		/* border: 1px blue solid; */

	    /* animation-name: keyframesClientImpressions; */

	    /* animation-duration: 10s; */

}



/* @keyframes keyframesClientImpressions { */

  /* 0%   { right:-1200px; top:0px;} */

  /* 50%  { right:0px; top:0px;} */

  /* 100% { right:1200px; top:0px;} */

/* } */

	

	.headerClientImpressions {

		font-style: 'cardo' !important;

		background-color: #f6f4f1;

		width: 100%;

		letter-spacing: 1.5px !important;

		font-size: 16px;

		/* width: 100%; */

		text-align: center;

		/* padding-left: 1.0em; */

		/* padding-right: 1.0em; */

		/* cursor: pointer; */

		/* display: block; */

		/* visibility: hidden; */

		/* position: absolute; */

		/* right: -1200px; */

	}

	

	.textClientImpressions {

		font-style: 'cardo' !important;

		background-color: #f6f4f1;

		width: 100%;

		max-width: 800px;

		margin: 0 auto;

		letter-spacing: 1.5px;

		font-size: 12px;

		text-align: justify;

		/* vertical-align: middle; */

	}



	.text-italicClientImpressions .text-italic-smallClientImpressions {

		font-style: 'cardo' !important;

		font-weight: 400;

		/* width: 800px; */

		/* margin: 0 auto; */

	}

	

	.text-italicClientImpressions {

		font-size: 18px;

		text-align: right;

		width: 100%;

		max-width: 800px;

		margin: 0 auto;

		bottom: 0;

		/* position: absolute; */

		/* right: 0; */

	}

	

	.text-italic-smallClientImpressions {

		font-size: 12px;

		text-align: right;

		width: 100%;

		max-width: 800px;

		margin: 0 auto;

		bottom: 0;

		padding-bottom: 40px;

		/* position: absolute; */

		/* right: 0; */

	}



/*-----LISTINGS-----*/



	.container-listing-logo {

		max-width: 600px;

		margin: 0 auto;

		padding-top: 60px;

		padding-bottom: 15px;

		/* border: 1px blue solid; */

	}

	

	.container-logo {

		width: 400px;

		margin: 0 auto;

	}



	.listing-menu-logo {

		width: 100%;

		/* border: 1px black solid; */

	}



	.container-listing {

		margin: 0px auto;

		width: 100%;

		background-color: #f6f4f1;

		/* box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.2); */

		/* border: 1px red solid; */

	}



	.wrapper-listing {

		width: 100%;

		max-width: 1200px;

		padding: 0;

		margin: 0 auto;

		/* border: 1px red solid; */

	}



	.wrapperListingHeader {

		/* padding-top: 48px; */

		max-width: 1200px;

		padding-bottom: 0px;

		display: block;

		/* border: 1px black solid; */

		

	}



	.listingHeader {

		display: -webkit-flex;

		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		align-items: flex-start;

		max-width: 800px;

		margin: 30px auto;

		align-items: stretch;

		-webkit-box-pack: justify;

		justify-content: space-between;

		-webkit-box-orient: horizontal;

		-webkit-box-direction: normal;

		/* padding-top: 0px; */

		/* border: 1px yellow solid;	 */

	}



	.listingHeaderLeft {

		width: 100%;

		max-width: 495px;

		margin-bottom: 10px;

		margin-left: 1.0em;

		margin-right: 1.0em;

		/* border: 1px red solid; */

	}



	.listingHeaderRight {

		width: 100%;

		max-width: 225px;

		margin: auto;

		text-align: center;

		/* border: 1px green solid; */

	}



	.listingPrice {

		font-size: 24px;

		font-weight: 700;

		line-height: 32px;

		margin-bottom: 8px;

		font-family: 'Cardo' !important;

	}



	.listingTitle {

		font-size: 32px;

		line-height: 40px;

		text-align: left;

		letter-spacing: 1.0px;

		font-family: 'Cardo' !important;

	}



	.listingSubtitle {

		display: block;

		margin-top: 8px;

		font-size: 16px;

		line-height: 24px;

		font-family: 'Cardo' !important;

	}



	.wrapperImgGallery {

		width: 100%;

		max-width: 1200px;

		/* border: 1px yellow solid; */

	}



	.listingImgGallery {

		width: 100%;

		max-width: 1200px;

		box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.2);

	}



	/* .containerDetails { */

		/* width: 100% */

	/* } */



	.container-listing-details {

		max-width: 1200px;

		margin: 25px auto 5px;

		/* padding: 0; */

		/* border: 1px blue solid; */

	}



	.wrapper-listing-details {

		max-width: 800px;

		/* padding: 0 24px; */

		margin: 0 auto;

		/* border: 1px red solid; */

	}



	.section-listing-details .listing-list-details {

		display: flex;

		flex-direction: column;

		flex-wrap: wrap;

		/* align-items: flex-start; */

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		margin-bottom: 5px;

		letter-spacing: 1.2px;

		line-height: 25px;

		/* box-sizing: border-box; */

	}

	

	.section-listing-details .listing-list-details li {

		line-height: 24px;

		padding-bottom: 8px;

		font-weight:normal;

	}



	.listing-list-details {

		/* padding-left: auto; */

	}



	.listing-details-bold {

		font-weight: bold;

		font-family: 'Cardo' !important;

		/* border: 1px blue solid; */

	}



	/* .containerDescription { */

		/* width: 100%; */

		/* border: 1px red solid; */

	/* } */



	.wrapper-listing-description {

		max-width: 1200px;

		/* border: 1px blue solid; */

	}



	.listing-description {

		max-width: 800px;

		margin: 0 auto;

		padding-bottom: 25px;

		/* border: 1px green solid; */

	}



	.description {

		padding: 1.0em;

		letter-spacing: 1.2px;

	}



	.container-listing-images {

		width: 100%;

		display: inline-block;

		padding-bottom: 40px;

		/* border: 1px black solid; */

	}



	.listing-images-tiled {

		position: relative;

		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		align-items: flex-start;

		width: 100%;

		max-width: 800px;

		margin: 0 auto;

		border: 0;

		/* border: 1px blue solid; */

		/* padding-bottom: 40px; */

	}



	.listing-image-std {

		background-size: cover;

		/* background-image: none !important; */

		background-position: center;

		width: 360px;

		/* height: 128px; */

		border-radius: 5px;

		overflow: hidden;

		box-shadow: rgba(20,20,20,0.1) 0 2px 4px;	

		/* display: block; */

		margin: 10px auto;

		/* cursor: pointer; */

		/* padding-top: 12px; */

		/* padding-bottom: 20px; */

		/* padding: 10px 10px 5px 0px; */

		/* align-content: left; */

	}



/*-----IMAGE GALLERY-----*/

	.imgGallery {

		width: 100$;

		max-width: 1200px;

		position: relative;

		margin: auto;

		display: none;

	}



	.animate-opacity {animation:opac 2.5s}@keyframes opac{from{opacity:0.1} to{opacity:1}

	}



/*-----SLIDESHOW-----*/

	/* * {box-sizing:border-box} */



	/* Slideshow container */

	/* .slideshow-container { */

		/* width: 100%; */

		/* max-width: 1200px; */

		/* position: relative; */

		/* margin: auto; */

	/* } */



	/* Hide the images by default */

	.mySlides {

		display: none;

	}



/*-----SLIDESHOW MANUAL SCROLLING-----*/

	/* Next/previous buttons */

	.wrapperNav {

		width: 100%;

		max-width: 1200px;

		/* border: 1px red solid; */

		position: relative;

	}



	.prev, .next {

		cursor: pointer;

		position: absolute;

		/* display: block; */

		top: 40%;

		width: auto;

		/* margin-top: -22px; */

		padding: 16px;

		color: white;

		font-weight: bold;

		font-size: 18px;

		transition: 0.6s ease;

		background-color: rgba(0,0,0,0.2); /*user-select: none;*/

	}



	.prev  {

		border-radius: 0 3px 3px 0;

	}



	/* Position the "next button" to the right */

	.next {

		right: 0;

		border-radius: 3px 0 0 3px;

	}



	/* On hover, add a black background color with a little bit see-through */

	.prev:hover, .next:hover, .m_next:hover {

	  background-color: rgba(0,0,0,0.75);

	  color: white;

	}



	/* Number text (1/3 etc)

	.numbertext {

	  color: #f2f2f2;

	  font-size: 12px;

	  padding: 8px 12px;

	  position: absolute;

	  top: 0;

	} */



	/* The dots/bullets/indicators */

	.dot {

	  cursor: pointer;

	  height: 15px;

	  width: 15px;

	  margin: 0 2px;

	  background-color: #bbb;

	  border-radius: 50%;

	  display: inline-block;

	  transition: background-color 0.6s ease;

	}



	.active, .dot:hover {

	  background-color: #717171;

	}



	/* Fading animation */

	.fade {

	  -webkit-animation-name: fade;

	  -webkit-animation-duration: 1.5s;

	  animation-name: fade;

	  animation-duration: 1.5s;

	}



	@-webkit-keyframes fade {

	  from {opacity: .4} 

	  to {opacity: 1}

	}



	@keyframes fade {

	  from {opacity: .4} 

	  to {opacity: 1}

	}



/*-----SLIDESHOW TEXT OVERLAY-----*/

	.overlay {

		position: relative;

		width: 100%;

		max-width: 1200px; /*Maximum width*/

		margin: 0 auto; /*Center it*/

	}



	.overlay .content {

		position: absolute; /*Position the background text*/

		bottom: 0; /*At the bottom. Use top:0 to append to the top*/

		background: rgb(0,0,0); /*Fallback color*/

		background: rgba(0,0,0,0.5); /*Black background with 0.5 opacity*/

		color: #fff; /*Grey text #f1f1f1*/

		text-transform: uppercase;

		width: 100%;

		margin: 0 auto;

		padding: 5px 0;

		text-align: center;

	}





#wrapperIcon {

	/* background: black; */

	display:inline-block;

	/* border-radius:50px; */

	margin:10px 0;

	position: relative;

  	padding:10px;

	cursor:pointer;

	width:10px;

	height:12px;

}

.circle {

	width:25px;

	height:25px;

	position:relative;

}

.line {

	opacity: 0.7;

	position: absolute;

	height: 3px;

	width:100%;

	background:black;

	border-radius:8px;

	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;

}

.top {

	top:18%;

}

.middle {

	top:48%;

}

.bottom {

	top:78%;

}

.icon.close .top {

	transform:rotate(45deg);

	top:48%;

}

.icon.close .middle, .icon.close .bottom {

	transform:rotate(-45deg);

	top:48%;

}



.containerOneHundredPct {

	margin: 0 auto;

	/* padding-bottom: 20px; */

	/* width: 100%; */

	background-color: #f6f4f1;

	padding-top: 40px;

	padding-bottom: 30px;

	/* box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.2); */

	/* border: 1px red solid; */

}



.wrapperTwelveHundredPx {

	width: 100%;

	max-width: 1200px;

	padding: 0;

	margin: 0 auto;

	/* border: 1px red solid; */

}



.wrapperEightHundredPx {

	width: 100%;

	max-width: 800px;

	padding: 0;

	margin: 0 auto;

	/* border: 1px blue solid; */

}



.wrapperBuyersGuide {

	position: relative;

	/* width: 100%; */

	max-width: 100%;

	display: block;

	margin: 0 auto;

	padding-left: 1.0em;

	padding-right: 1.0em;

	/* border: 1px red solid; */

}



.wrapperSellersGuide {

	position: relative;

	/* width: 100%; */

	max-width: 100%;

	display: block;

	margin: 0 auto;

	padding-left: 1.0em;

	padding-right: 1.0em;

	/* border: 1px red solid; */

}



/*-----INSTAGRAM-----*/



	.widgets .widgets-instagram {

		text-align: center;

	}



	img {

		/* width: 100%; */

		max-width: 100%;

		height: auto;

		vertical-align: middle;

		border: 0;

		margin: 0;

		padding: 0;

		

	}



	.containerInstagram {

		background-color: #f6f4f1;

		width: 100%;

		display: inline-block;

		box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.2);

		/* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.59) 10%, white 50%, white 100%);	 */

		/* margin-top: -48px;  */

		padding-bottom: 20px;

		opacity: 1;

		/* border: 0; */

		/* margin: 0 auto; */

		/* border: 1px black solid; */

	}



	.wrapperInstagramHeader {

		padding-top: 20px;

		/* padding-bottom: 10px; */

		margin: 0 auto;

		display: block;

		position: relative;

		width: 100%;

		max-width: 1200px;

		text-align: center;

		/* border: 0; */

		/* background-color: #f6f4f1; */

		/* border: 1px blue solid; */

	}

	

	.instagramText {

		text-transform: lowercase;

		letter-spacing: 5px !important;

		font-weight: 200;

		line-height: 50px;

		font-style: italic;

		font-size: 50%;

	}



	.instagram-tiled {

		position: relative;

		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		align-items: flex-start;

		width: 100%;

		max-width: 1200px;

		margin: 0 auto;

		border: 0;

		/* border: 1px red solid; */

	}





	.wrapperInstagram {

		position: relative;

		/* border: 1px white solid; */

		margin: 0 auto 5px auto;

		padding: 0;

	}

	

	.instagram-summary {

		margin: auto;

	}

	

	.instagram-image {

		background-size: cover;

		background-image: none !important;

		width: 100%;

		max-width: 395px;

		display: block;	

	}

	

	.instagam-image img {

		box-shadow: rgba(20,20,20,0.1) 0 2px 4px;

		border-radius: 5px;

	}

	

	.instagramOverlay {

		

	}

	

	.socmedContainer1, .socmedContainer2, .socmedContainer3, .socmedContainer4, .socmedContainer5, .socmedContainer6 {

		display: none;

		position: absolute;

		width: 100%;

		bottom: 0;

	}

	

	.socmedRow {

		display: flex;

		/* justify-content: space-between; */

		flex-direction: row;

		/* flex-wrap: wrap; */

		align-items: flex-start;

		width: min-content;

		/* position: relative; */

		/* align: center; */

		margin: 0 auto;

		/* border: 1px red solid; */

	}



	.instagramIcon1, .facebookIcon1, .pinterestIcon1, .instagramIcon2, .facebookIcon2, .pinterestIcon2, .instagramIcon3, .facebookIcon3, .pinterestIcon3, .instagramIcon4, .facebookIcon4, .pinterestIcon4, .instagramIcon5, .facebookIcon5, .pinterestIcon5, .instagramIcon6, .facebookIcon6, .pinterestIcon6 {

		margin: 0px 5px 10px 5px;

		width: 35px;

		height: 35px;

		opacity: 0.8;

		border-radius: 100%;

	}

	



/* SHOW MORE IMAGES */



		#hiddenImages {

			display:none;

			}

			

		#showImages {

				margin: 0 auto;

		}

		

		#hideImages {

				margin: 0 auto;

		}

		

 /*  VIDEO  */

	/* Style the video: 100% width and height to cover the entire window */

	#myVideo {

	  position: fixed;

	  right: 0;

	  bottom: 0;

	  min-width: 100%;

	  min-height: 100%;

	  z-index: -1;

	}



	/* Add some content at the bottom of the video/page */

	.content {

	  position: fixed;

	  bottom: 0;

	  background: rgba(0, 0, 0, 0.5);

	  color: #f1f1f1;

	  width: 100%;

	  padding: 20px;

	}



	/* Style the button used to pause/play the video */

	/* #myBtn { */

	  /* width: 200px; */

	  /* font-size: 18px; */

	  /* padding: 10px; */

	  /* border: none; */

	  /* background: #000; */

	  /* color: #fff; */

	  /* cursor: pointer; */

	/* } */



	/* #myBtn:hover { */

	  /* background: #ddd; */

	  /* color: black; */

	/* } */

	

	.mediaButton {

		font-family: 'Cardo' !important;

		color: rgba(255, 255, 255, 0.75);

		display: inline-block;

		margin: 8px 8px 8px 0;

		line-height: 20px;

		transition: ease-in-out 300ms;

		min-width: 25px;

		border: 1px solid rgba(255, 255, 255, 0.5);

		text-transform: uppercase;

		padding: 1px 10px;

		font-size: 12px;

		font-weight: bold;

		letter-spacing: 2px;

		text-align: center;

		/* background: #fff;

		/* opacity: 0.1; */

		border-radius: 10%;

		position: absolute;

	}

	

	.buttonPlay {

		/* visibility: hidden; */

		bottom: 2%;

		right: 2%;

	}

	

	.buttonPause {

		/* visibility: visible; */

		bottom: 2%;

		right: 5.2%;

	}

	

	.buttonPlay:hover {

		cursor: pointer;

		opacity: 0.4;

	}



	.buttonPause:hover {

		cursor: pointer;

		opacity: 0.4;

	}



	

	/* .buttonPlay { */

		/* font-family: 'Cardo' !important; */

		/* color: #ffffff; /*#19191a;*/ */

		/* display: inline-block; */

		/* margin: 8px 8px 8px 0; */

		/* line-height: 30px; */

		/* transition: ease-in-out 300ms; */

		/* min-width: 200px; */

		/* border: 1px #1c3a54 solid; /*f6f4f1*/ */

		/* text-transform: uppercase; */

		/* padding: 6px 14px; */

		/* font-size: 12px; */

		/* font-weight: bold; */

		/* letter-spacing: 2px; */

		/* text-align: center; */

		/* background: #1c3a54;	/*#f6f4f1;*/ */

		/* border-radius: 0; */

	/* } */

	

	/* .buttonPlay:hover { */

		/* cursor: pointer; */

		/* opacity: 0.8; */

	/* }	 */



	/* .instImg { */

		/* display: inline-block; */

		/* margin: 10px; */

		/* background-color: tomato; */

		/* transform: rotatey(90deg); */

		/* transition: transform 0.5s; */

	/* } */

	/* .instImg:hover { */

		/* transform: rotatey(180deg); */

		/* transition: 0.5s; */

		/* background-image: url("images/instagram/ci.jpg"); */

		/* z-index: 2000; */

		/* transform-style: preserve-3d; */

		/* transform: scaleX(-1); */

		/* perspective: 1000px; */

	/* } */



	.instImg2 {

		visibility: hidden;

		/* margin: 10px; */

		/* background-color: tomato; */

		transform: rotatey(90deg);

		position: relative;

		/* transition: transform 0.5s; */

	}

	/* .instImg2:hover { */

		/* transform: rotatey(180deg); */

		/* transition: 0.5s; */

		/* background-image: url("images/instagram/ci.jpg"); */

		/* z-index: 2000; */

		/* transform-style: preserve-3d; */

		/* transform: scaleX(-1); */

		/* perspective: 1000px; */

	/* } */

		



/* ---FORM---*/	

	 /* Floating Action Button */

 .fab-container {

	display: block;

	/* visibility: hidden; */

	border-radius: 100%;

	height: 60px;

	bottom: 5%;

	left: 94%;

	position: fixed;

	width: 60px;

	cursor: pointer;

	/* background-color: rgba(0, 0, 0, 0.5); */

	/* background-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)); */

	/* box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.2); */

	z-index:1000;

 }

 

 .alertConnect {

	padding: 15px;

	/*background-color: #f44336; */

	background-color: #1c3a54;

	color: white;

	width: 200px;

	margin: auto;

	z-index: 999;

	opacity: 80%;

	position: fixed;

	bottom: 116px;

	right: 70px;

	text-align: center;

	border-radius: 10px;

}



.sb3:before {

	content: "";

	width: 0px;

	height: 0px;

	position: absolute;

	border-left: 10px solid transparent;

	/*border-right: 10px solid transparent;*/

	border-top: 10px solid #1c3a54;

	border-bottom: 10px solid transparent;

	right: 5%;

	bottom: -20px;

}

 

 .fab-image {

	display: block;

	width: 0px;

	height: 0px;

	border-radius: 100%;

	overflow: hidden;

 }

 

  .fab-close {

	visibility: hidden;

	height: 60px;

	width:60px;

	/* margin-top: 10px; */

	text-align: center;

 }

 

  .fab-close-x {

	visibility: hidden;

	z-index: 999;

	/* width: 60px; */

	/* height: 60px; */

	font-size: 30px;

	color: white;

	font-family: 'Cardo' !important;

 }

 

 .fab-form-container {

	display: block;

	border-radius: 10%;

	height: 100%;

	bottom: 5%;

	left: 94%;

	position: fixed;

	width: 100%;

	z-index: 999;

	cursor: pointer;

	background-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));

	visibility: hidden;



 }

 

 .fab-form {

	 

	 display: none;	 

	 border: black 2px solid;

	 position: fixed;

	 width: 100px;

	 height: 50px;

	 bottom: 10%;

	 left: 92%;

	 border-radius: 10%;

	 z-index: 999;

	 font: 16px white;

	background-color: black;

 }

 

 	/* The popup chat - hidden by default */

	.form-popup {

		font-family: 'cardo' !important;

		display: none;

		position: fixed;

		bottom: 110px;

		right: 15px;

		/* border: 2px solid #f1f1f1; */

		border-radius: 2%;

		z-index: 9;

		/* box-shadow:-5px 0px 10px 0px rgba(0, 0, 0, 0.3); */

	  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);



	}



	/* Add styles to the form container */

	.form-container {

		max-width: 300px;

		padding: 5px;

		background-color: #f6f4f1;

		/* box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.1); */

		border-radius: 5px;

	}



	/* Full-width textarea */

	.form-container textarea {

	  width: 100%;

	  max-width: 270px;

	  padding: 15px;

	  /* margin: 5px 0 22px 0; */

	  border: none;

	  background: #f1f1f1;

	  resize: none;

	  min-height: 100px;

	  border-radius: 10px;

	  /* box-shadow: 0 1px 4px 1px rgba(0,0,0,0.2), 0 1px 4px 1px rgba(0,0,0,0.19); */



	}



	/* When the textarea gets focus, do something */

	.form-container textarea:focus {

	  background-color: #ddd;

	  outline: none;

	}



	/* Set a style for the submit/send button */

	.form-container .btn {

	  /* background-color: #1c3a54; */

	  color: white;

	  /* padding: 5px 20px; */

	  border: none;

	  cursor: pointer;

	  width: 100%;

	  /* margin-bottom:10px; */

	  /* opacity: 0.8; */

	  border-radius: 5px;

	}



	/* Add a black background color to the cancel button */

	.form-container .submit {

	  background-color: #1c3a54;

	  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

	}



	.form-container .reset {

	  background-color: black;

	  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

	}

	

	.reset:hover {

		opacity: 70%;

	}



	.inputBox {

		width: 100%;

		max-width:200px;

		background-color: #f1f1f1;

		float: right;

		/* outline: none; */

		border: 2px solid #ddd;

		border-radius: 2px;



	}

	

	.txtHeader {

		text-align: center;

		/* background-color: black; */

		/* color: white; */

		/* font-size: 20px; */

		/* padding-bottom: 10px; */

	}



	.form-container .inputBox:focus {

		background-color: #ddd;

		outline: none;

	}



/* CLIENT IMPRESSIONS SLIDESHOW */



	/* Slideshow container */

	/* .slideshow-container { */

	  /* position: relative; */

	  /* background: #f1f1f1f1; */

	/* } */



	/* Slides */

	.slidesClientImpressions {

	  display: none;

	  /* padding: 80px; */

	  /* margin-left: -1000px; */

	  text-align: center;

	  animation-duration: 5s;

	  animation-name: slidein;

	  /* animation-delay: 1s; */

	  animation-iteration-count: 1;

	  /* animation-timing-function: steps (5s, 15s, end); */

	  /* animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0); */

	}

	

	@keyframes slidein {

	  from {margin-left: -250%;}

		/* 50% {margin-left: 50%;} */

	  to {margin-right: 0%;}

	  }

	  

#fade-in {

	height: 150px;

	width: 1px;

	opacity: 0;

	transition: all .75s ease;

}



#fade-in.show {

	opacity: 1;

	height: 150px;

	width: 500px;

}



	/* @keyframes slidein { */

		  /* 0% { */

			/* margin-left: -200%; */

		  /* } */

		  /* 50% { */

			/* margin-left: 50%; */

		  /* } */

		  /* 100% { */

			/* margin-left: 1000%; */

		  /* } */

		/* } */



	/* Next & previous buttons */

	.prevCI, .nextCI {

	  cursor: pointer;

	  position: absolute;

	  top: 50%;

	  width: auto;

	  margin-top: -30px;

	  padding: 16px;

	  color: #888;

	  font-weight: bold;

	  font-size: 20px;

	  border-radius: 0 3px 3px 0;

	  -webkit-user-select: none;

	}



	/* Position the "next button" to the right */

	.nextCI {

	  position: absolute;

	  right: 0;

	  border-radius: 3px 0 0 3px;

	}

	

	/* Position the "next button" to the right */

	.prevCI {

	  position: absolute;

	  left: 0;

	  border-radius: 3px 0 0 3px;

	}



	/* On hover, add a black background color with a little bit see-through */

	.prevCI:hover, .nextCI:hover {

	  background-color: rgba(0,0,0,0.2);

	  color: white;

	}



	/* The dot/bullet/indicator container */

	/* .dot-container { */

	  /* text-align: center; */

	  /* padding: 20px; */

	  /* background: #ddd; */

	/* } */



	/* The dots/bullets/indicators */

	.dot {

	  cursor: pointer;

	  height: 15px;

	  width: 15px;

	  margin: 0 2px;

	  background-color: #bbb;

	  border-radius: 50%;

	  display: inline-block;

	  transition: background-color 0.6s ease;

	}



	/* Add a background color to the active dot/circle */

	.active, .dot:hover {

	  background-color: #717171;

	}



	/* Add an italic font style to all quotes */

	q {

		font-size: 16px; 

		font-style: italic;

		font-weight: 500;

	}



	/* Add a blue color to the author */

	/* .author {color: cornflowerblue;} */

	

	

	

/* Email Successful Popup*/	

.alertTrue {

	padding: 15px;

	/*background-color: #f44336; */

	background-color: green;

	color: white;

	width: 210px;

	margin: auto;

	z-index: 9999;

	opacity: 80%;

	position: fixed;

	bottom: 116px;

	right: 70px;

	text-align: center;

	border-radius: 10px;

}



.alertFalse {

	padding: 15px;

	/*background-color: #f44336; */

	background-color: red;

	color: white;

	width: 250px;

	margin: auto;

	z-index: 9999;

	opacity: 80%;

	position: fixed;

	bottom: 116px;

	right: 70px;

	text-align: center;

	border-radius: 10px;

}



.sb1:before {

	content: "";

	width: 0px;

	height: 0px;

	position: absolute;

	border-left: 10px solid transparent;

	/*border-right: 10px solid transparent;*/

	border-top: 10px solid green;

	border-bottom: 10px solid transparent;

	right: 3%;

	bottom: -20px;

}



.sb2:before {

	content: "";

	width: 0px;

	height: 0px;

	position: absolute;

	border-left: 10px solid transparent;

	/*border-right: 10px solid transparent;*/

	border-top: 10px solid red;

	border-bottom: 10px solid transparent;

	right: 3%;

	bottom: -20px;

}



.closebtn {

  margin-left: 15px;

  color: white;

  font-weight: bold;

  float: right;

  font-size: 22px;

  line-height: 20px;

  cursor: pointer;

  transition: 0.3s;

}



.closebtn:hover {

  color: black;

} 



/* Searchbar */

	.searchbar {

		display: block;

		position: absolute;

		height: auto;

		top: -0.5%;

		left: 0.2%;

		opacity: 80%;

	}

	

 .checked {

  color: orange;

}



.db-container {

		background-color: #f6f4f1;

		width: 100%;

		padding-bottom: 30px;

		border: 1px black solid;

	}



.db-tiled {

		position: relative;

		display: flex;

		flex-direction: row;

		flex-wrap: wrap;

		align-items: flex-start;

		width: 100%;

		max-width: 800px;

		margin: 3px auto;

		border: 0;

		line-height: 20px;

		letter-spacing: 1.1px;

		/* border: 1px red solid; */

	}

	

.floorplan {

	text-align: center;

	padding: 25px 0;

	font-style: 'cardo' !important;

	font-size: 16px;

	letter-spacing: 1.2px;

	font-weight: bold;



}



.virtualtour {

	text-align: center;

	padding: 0 0 30px 0;

	font-style: 'cardo' !important;

	font-size: 16px;

	letter-spacing: 1.2px;

	font-weight: bold;

}







.foot {

	margin: 0;

	padding: 20px;

	border: 0;

	background-color: #3b3b3b;

	display: flex;

}



.foot div {

	text-align: center;

}



.foot div a {

	color: white;

}

	

.col-1 .textFooter {

	/* text-align: right; */

}



.col-2 {

	flex-grow: 2;

}



.col-3 {

}



.textFooter {

		font-family: "avenir" !important;

		letter-spacing: 1.2px;

		text-align: left;

		font-size: 0.7em;

		color: white !important;

		line-height: 1.5;

		font-weight: 100;

		padding: 20px 0;

		/* border: 1px blue solid; */

		width: 100%;



}



/*-----STATUS OVERLAY-----*/

.overlay1 {

	position: relative;

	width: 100%;

	/*max-width: 1200px; /*Maximum width*/

	margin: 0 auto; /*Center it*/

}



.overlay1 .content1 {

	position: absolute; /*Position the background text*/

	bottom: 0; /*At the bottom. Use top:0 to append to the top*/

	/*background: rgb(0,0,0); /*Fallback color*/

	/*background: rgba(0,0,0,0.5); /*Black background with 0.5 opacity*/

	color: #fff; /*Grey text #f1f1f1*/

	text-transform: uppercase;

	width: 100%;

	margin: 0 auto;

	padding: 5px 0;

	text-align: center;
	
	z-index: 10;

}