﻿
@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thin-webfont.woff2') format('woff2'), url('../fonts/roboto-thin-webfont.woff') format('woff'), url('../fonts/roboto-thin-webfont.ttf') format('truetype'), url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
}

.cursive {
    font-family: 'robotothin';
    text-transform: uppercase;
    font-size: 2em;
    margin: 0px;
}

body.homePage {
    font-size: 16px;
    font-family: 'robotothin';
    color: #000000;
}

.bold {
    font-weight: bold;
}

.contentHolder {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    padding: 20px 30px 30px;
    min-width: 850px;
    background: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    border: 5px solid rgba(0,0,0,0.2);
}

.topLogo {
    margin-bottom: 20px;
}

.prev, .next,
.prev:focus, .next:focus {
    position: fixed;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 20px 15px;
    background: rgba(0,0,0,0.5);
    color: #CCCCCC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .next, .next:focus {
        left: unset;
        right: 0;
    }

        .prev:hover, .next:hover {
            background: rgba(0,0,0,0.75);
            color: #FFFFFF;
        }

.homeFooter {
    width: 100%;
    bottom: 0%;
    background: rgba(255,255,255,1);
    position: fixed;
}

    .homeFooter p {
        line-height: 40px;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 0.9em;
    }

.form-group {
    margin-top: 5px;
}

#propertyContainer {
    display: none;
}

    #propertyContainer hr {
        border-top: 1px solid #DDDDDD;
    }

.dropdown-menu.open,
.form-control,
.btn {
    border-radius: 0;
}

@media only screen and (max-width: 767px) {

    .contentHolder {
        min-width: unset;
        padding: 20px;
    }

        .contentHolder.relative {
            position: relative;
            transform: none;
            -ms-transform: none;
            -webkit-transform: none;
            left: unset;
            top: unset;
            margin: 20px;
            margin-top: 100px;
        }

    .homeFooter.relative {
        position: relative;
        margin-top: 50px;
    }

    .homeFooter p {
        line-height: 20px;
        padding: 10px;
        font-size: 0.875em;
    }

    .contentHolder .pageLogo h1 {
        float: none;
        text-align: center;
    }
}


















/*@charset "utf-8";

@font-face {
    font-family: 'robotothin';
    src: url('../../../fonts/roboto-thin-webfont.eot');
    src: url('../../../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/roboto-thin-webfont.woff2') format('woff2'), url('../../../fonts/roboto-thin-webfont.woff') format('woff'), url('../../../fonts/roboto-thin-webfont.ttf') format('truetype'), url('../../../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cursive{ font-family: 'robotothin'; font-size: 2em; margin-top: 5px; }
body.homePage{ font-size:14px; }

#infowindow {
	position:relative;
	padding:8px;
	background:#FFF;
	border:2px solid #DDDDDD;
	z-index:0 !important;
}

#infowindow img{
	display:block;
}

#infowindow .name{
	margin:4px 0;
	font-size:.85em;
	max-width:150px;
}

.mapCTA a{
	color:#FFF;
	background:#2A80C7;
	padding:3px 6px;
	font-size:.75em;
	float:left;
}

.mapCTA span{
	font-weight:bold;
	display:inline-block;
	float:right;
	color:#2A80C7;
}

.gm-style-iw{
	width: auto!important;
	left: 25px!important;
	font-weight: normal!important;
	top: 30px !important;
	overflow: hidden!important;
}

.gm-style-iw div:first-child{
	width:100% !important;
}

.gm-style-iw + div{
	display:none;
}

.gm-style *{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow:none !important;
}

.contentHolder{
	z-index:1;
	position:absolute;
	bottom:40%;
	width:100%;
	left:0;
	text-align:center;
	padding:15px;
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	background:rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

.contentHolder .pageLogo{ width:19%; }

.contentHolder .pageLogo h1{ display:none; }


.contentHolder.placeItDown{
	background:rgba(255,255,255,0.9);
	padding-bottom:10px;
}

.topLogo{ margin-bottom:10px; }
.contentHolder.placeItDown .topLogo{ display:none; }

.contentHolder.placeItDown .pageLogo{ width:25%; text-align:right; }


.contentHolder.placeItDown .pageLogo h1{
	display: block;
}

.homeFooter{
	width:100%;
	bottom:0%;
	background:rgba(255,255,255,1);
	position:absolute;
}

.homeFooter p{
	line-height:40px;
	margin:0;
	padding:0;
	text-align:center;
}

.form-group{ margin-top:5px; }

.inputHolder{
	display:inline-block;
	width:180px;
}

@media only screen and (max-width: 767px){
	 .homeFooter p{
		line-height:20px;
		padding:5px;
		font-size:0.9em;
	 }
	 

	 .contentHolder .pageLogo h1{ float:none; text-align: center; }
	 
	 .contentHolder.placeItDown .pageLogo{
		display:block;
		width:100%;
		margin-bottom:10px;
	}
	
	.filterHolder{ width:100%; }
	.inputHolder{ width:100%; margin-bottom:10px; }
}*/


.homeThumb {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 120%;
    margin-bottom: 10px;
    border: 1px solid lightgray;
}

.homeThumbImg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
    background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

a.blockLink {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.list-inline {
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

span.select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}

.select2-container .select2-selection--single {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.select2-container--default .select2-selection--single {
    height: 100%;
    padding: .25rem .25rem;
}

.select2-container {
    height: 100vh;
    height: -webkit-fill-available;
    height: -moz-available;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}