@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
html {
  -webkit-overflow-scrolling: touch;
}

body {
	font-family: 'Lato', sans-serif;
}

a {
	color: #006600;
}

.navbar {
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.navbar-brand span {
    text-transform: uppercase;
    position: relative;
    top: 6px;
}
header {
}

.image {
    background-image: url(../img/image.jpg);
    background-size: cover;
    background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(to top, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 60%);
    height: 98vh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#banner {
    height: 100vh;
    color: white;
}

.search-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}

.realscout-search {
    position: relative;
}
.search-wrapper .container .row {
    position: relative;
    top: 40%;
}
.adv-link {
    text-align: center;
    margin-top: -8px;
    font-size: 12px;
}

#banner {
	
}

.page-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -10px;
	text-shadow: 0 0 8px rgba(0,0,0,0.8);
	font-size: 5vmin;
}

.title-text {
	top: 40%;
}
.search--body {
    /* [disabled]border: 1px solid darkgray; */
    box-shadow: 0 0 10px rgba(0,0,0, 0.8);
}

.aboutbox {
	padding: 10vmax 0;
}

.aboutbox h2 {
	margin-bottom: 0;
	
}

.aboutbox p {
	margin-bottom: 0;
	
}

.aboutbox p.collapse:not(.show) {
    height: 142px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
}

.aboutbox p.collapsing {
    min-height: 142px !important;
}

a.agentreadmore.collapsed:after  {
    content: '+ Show Full Bio';
}

a.agentreadmore:not(.collapsed):after {
    content: '- Read Less';
}

.agent-title {
	display: block;
	font-size: 20px;
	margin-bottom: 1.5rem;
}

.agent-detail a {
	color: #666;
}

.agent-detail {
	display: block;
	font-size: 20px;
	color: #666;
}

.agent-detail:last-child::after {
	content: none;
}

.agentreadmore {
	display: block;
	margin: 0.5rem 0;
}
.section-title {
	margin-bottom: 1rem;
}

@media screen and (min-width: 600px) {
	.agent-detail {
		display: inline-block;
	}
	.agent-detail::after {
		content: " | ";
	}
	.aboutbox {
	padding: 5vmax 0;
	}
	.aboutbox p {
		margin-bottom: 0;
		text-align: left;
	}
	blockquote {
		padding: 1rem 5rem;
		font-weight: 700;
		font-style: italic;
		margin-bottom: 0;
	}
	.page-title {
		font-size: 7vmin;
	}
}


.agent-photo {
	width: 100%;
}

.owl-item {
	font-size: 20px;
	line-height: 40px;
	text-align: justify;
}

#reviews {
	margin-bottom: 5vmax;
	max-width: 100%;
	overflow-x: hidden;
}

blockquote {
	padding: 1rem 2rem;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 0;
}

.name {
	float: right;
	padding-right: 5rem;
}

.listing-image {
	display: block;
	width: 100%;
	height: 262px;
	height: 12vmax;
	min-height: 200px;
	border-radius: 6px 6px 0 0;
}

.streetAddress {
	display: block;
	text-align: center;
	font-size: 22px;
}

.listing-info {
	font-size: 18px;
	line-height: 1.5rem;
	padding: 1rem 0;
	background-color: #eee;
	text-align: center;
	border-radius: 0 0 6px 6px;
}

.city {
	text-align: center;
	display: block;
}

.propdetails {
	margin: 0.5rem auto;
	color: #666;
}

.price {
	font-weight: 700;
	color: #666;
	margin-bottom: 0;
}

.listing-status {
	position: absolute;
    top: 5%;
    font-size: 12px;
    right: 25px;
    background-color: springgreen;
    line-height: 1rem;
    padding: 4px;
    text-transform: uppercase;
    border-radius: 8px;
}

.activestatus {
	background-color: lawngreen;
}

.single-listing {
	padding: 15px;
}

.shadow {
	box-shadow: 0 0 1rem rgba(0,0,0,0.2) !important;
	border-radius: 6px;
}

.ucstatus {
	background-color: orange;
}

.soldstatus {
	background-color: #CC2222;
	color: white;
}

#forsale {
	margin: 2.5vmax auto;
	padding: 1.5vmax 0;
	background-color: #f8f8f8;
}

.owl-listings {
	padding: 0 7.5vw;
}

.owl-next {
	right: 20px !important;
	top: 40% !important;
}

.owl-prev {
	left: 20px !important;
	top: 40% !important;
}

.owl-reviews .owl-next {
	right: -67px !important;
}

.owl-reviews .owl-prev {
	left: -67px !important;
}

.owl-news .owl-next {
	right: -67px !important;
}

.owl-news .owl-prev {
	left: -67px !important;
}

.owl-nav button.owl-next, .owl-nav button.owl-prev {
	background-color: #fff !important;
}

#sold {
	background-color: #f8f8f8;
	padding: 1.5vmax 0;
	margin: 2.5vmax auto;
}

.nav-item {
	text-shadow: 0 0rem 2px black;
}

.dropdown-item {
	text-shadow: none !important;
}
.navbar-dark .navbar-nav .nav-link {
	color: white;
}

#body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.short-content h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 1rem 0 0.5rem;
}

.short-content a {
	color: black;
}

.short-content {
	text-align: left !important;
	font-size: 16px;
	line-height: 1.5rem;
	color: #333;
}
.top-panel {
  width: 100%;
  height: 100vh;
}

.top-panel::before{
  content: '╲╱';
  color: #fff;
  position: absolute;
  opacity: 0.7;
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
  font-size: 20px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  bottom: 20px;
  left: 50%;
  margin-left: -30px;
  animation: bounce 1s ease infinite;
}

@keyframes bounce {
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}


.contact {
    background-color: #223746;
}

.contact h4 {
    color: white;
    font-size: 1.2rem;
    letter-spacing: .28em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid white;
    display: block;
}

.contact label {
    display: block;
    height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

.contact input {
    border: none;
    border-radius: 0;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.contact input:last-of-type {
    margin-bottom: 0;
}

.contact input::placeholder {
    text-align: center;
    color: #AAA;
}

.contact input:active::placeholder, .contact input:focus::placeholder {
    color: transparent;
}

.contact textarea {
    width: 100%;
    height: 9rem !important;
    border: 0;
    border-radius: 0;
    font-size: 1.2rem;
}

.contact textarea::placeholder {
    text-align: center;
    line-height: 9rem;
    color: #AAA;
}

.contact textarea:active::placeholder, .contact textarea:focus::placeholder {
    color: transparent;
}

.contact .btn-primary {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .1em;
    background-color: #1c252c;
    border: none;
    border-radius: 0;
}



