html,
body, form {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

html,
body {
    color: #797d81;
    font-family: "PT Sans", serif;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: white;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

td {
    font-family: "PT Sans", serif;
    color: #797d81;
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

/* Wrapper for page content to push down footer */
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -350px;
    /* Pad bottom by footer height */
    padding: 0 0 350px;
}

/* Set the fixed height of the footer here */
#footer {
    color: white;
    background-color: #797d81;
    min-height: 350px;
	 background-image: url(../images/bot_logo.png);
	  background-repeat: no-repeat;
	  background-position: center;
}

.footer2 {
    background-color: #797d81;
    min-height: 50px;
    color: white;
    font-size: 14px;
    text-align: center;
}

.slickrotator {
	height: 660px;
}

.featured_cont {
	position:relative;
}

.featured_button_cont {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	display: none;
	margin-top: 200px;
	text-align:center;
}

.featured_tint {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #3c3a3a;
	opacity: .3;
	z-index: 998;
	display: none;
}

.featured_cont:hover .featured_tint {
	display: block;
}
.featured_cont:hover .featured_button_cont {
	display: block;
}
.viewmore {
	text-align: center;
	margin: auto;
}

.trec {
    text-align: center;
    padding: 20px;
}

    .trec a {
        text-align: center;
        color: black;
        font-size: 18px;
        font-weight: normal;
    }

a {
    color: #797d81;
	 text-transform: uppercase;	 
	 font-family: "Radley", serif;
}

    a:hover {
        color: #797d81;
        text-decoration: underline;
    }

a:hover, a:focus {
    color: #797d81;
        text-decoration: underline;
}
h1 {
    color: #797d81;
   font-family: "Radley", serif;
    font-size: 36px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

h2 {
    color: white;
    font-family: "PT Sans", serif;
    font-size: 24px;
    margin: 5px;
    font-weight: bold;
    text-transform: uppercase;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

h3 {
    color: #797d81;
   font-family: "Radley", serif;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
	 background-image: url(../images/header_bg.png);
	 background-repeat: no-repeat;
	 background-position: center;
	 height:134px;
	 padding-top: 40px;
}

h4 {
    color: #797d81;
   font-family: "Radley", serif;
    font-size: 36px;
    text-transform: uppercase;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #01011d;
}
.happyplace{
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	color:white;
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
     text-shadow:
  1px 1px 2px black,
  0 0 1em #515252,
  0 0 0.2em #515252;
}
img {
    max-width: 100%;
}

.phone {
    color: #bc8e3e;
    text-align: right;
}

.RSSLink {
    height: 0;
}

#header {
	min-height: 150px;
	text-align: center;
	position: fixed;
	z-index: 1100;
	width: 100%;
	background-color: white;
	top: 0;
}

	#header.active {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	}

#slicknav_holder {
	display:none;
}

#header2 {
	min-height: 100px;
	text-align: center;
	width: 100%;
	height: 150px;
	background-color: white;
}

    #header2:after {
        display: block;
        position: relative;
        min-height: 150px;
        text-align: center;
        background-color: white;
        margin-top: 0px;
        height: 150px;
        width: 100%;
        content: '';
    }

.header {
    margin: 0px auto;
}

.header2 {
    margin: 0px auto;
    margin-top: -145px;
}

.logo_wrapper {
    height: 100px;
}

.logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .logo img {
        max-width: 100%;
    }

.address {
    color: white;
    text-align: left;
    font-size: 18px;
    padding-top: 20px;
}

.address2 {
    text-align: center;
    font-size: 16px;
	 color:white;
	  
}
.address2 a{
	text-transform: none;
}
.menu {
    text-align: right;
    padding-top: 60px;
}
.menu2 {
    text-align: left;
    padding-top: 60px;
}
.nav-collapse_side .divider-vertical {
    height: 25px;
    margin: 0;
    padding: 0px;
}
.icons {
    text-align: center;
    padding: 60px 0px 20px 0px;
    color: white;
}

    .icons a {
        color: white;
    }

    .icons h3 {
        font-size: 30px;
        font-weight: normal;
        color: white;
       font-family: "Radley", serif;
        margin: 0px;
    }
.sm_icons{
	margin-top: 5px;
	text-align:center;
}
#content {
    max-height: 100%;
    padding-bottom: 10px;
    position: relative;
    padding-top: 20px;
	margin-top:150px;
}
.content{
	padding-top: 20px;
}
#content2 {
    max-height: 100%;
    padding-bottom: 20px;
    position: relative;
}
.title{
	background-color: #fef0f0;
}
.title h1{
	text-align:center;
	margin-bottom: 20px;
}
.movieSlide {
    position: relative;
    text-align: center;
    width: 100%;
}

    .movieSlide a, .movieSlide a:hover {
        color: #011330;
    }

.footerrow {
    color: white;
    padding-top: 20px;
    margin: 0px 0px 0px;
    background-color: black;
}

.hours {
    text-align: right;
    font-size: 18px;
    padding-top: 20px;
}

.footerpriv {
    color: white;
    text-align: left;
    font-weight: normal;
   margin: 20px 0px 20px 0px;
}

    .footerpriv h2 {
        font-size: 24px;
        font-weight: bold;
        color: white;
        font-family: "PT Sans", serif;
    }
.paradise{
	margin-top: 10px;
}
.contact_info{
	font-family: "Radley", serif;
	color:white;
	font-size: 18px;
}
.copyright {
    text-align: center;
    font-size: 14px;
    color: white;
    font-weight: normal;
	 border-top: solid #a5a8ab 1px;
	 margin: 0px 0px 0px 0px
}
.copyright2{
	text-align:left;
	margin-top: 10px;
}
.inhouse {
    text-align:right;
	 margin-top: 10px;
}
.inhouse_logo{
	max-width:150px;
}
.fa-lg {
    color: white;
}

.fa-5x {
    font-size: 5em;
    color: #37bedc;
}
.fa-3x {
    font-size: 1em;
	 color: #797d81;
}
.fa-3x a {
    color: #797d81;
}
.fas fa-lg{
	color:white;
	font-size: 1em;
}
.gm-style .gm-style-iw {
    color: black;
}

.advanced {
    text-align: right;
   font-family: "Radley", serif;
    font-size: 36px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px 1px rgba(255,255,255,0.5) !important;
    padding-right: 50px;
    color: white;
}

    .advanced a {
        text-shadow: 1px 1px 1px 1px rgba(255,255,255,0.5) !important;
        padding-right: 50px;
        color: white;
    }

.AspNet-Menu-Vertical ul {
    list-style: none;
    margin-left: -40px;
    padding-top: 15px;
    text-transform: uppercase;
}

    .AspNet-Menu-Vertical ul li a {
        font-weight: normal;
        text-transform: uppercase;
    }

/* Sticky footer styles
-------------------------------------------------- */


/* The html and body elements cannot have any padding or margin. */
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrapper > .container {
    padding: 0px 0px 100px 0px;
}

.container .credit {
    margin: 20px 0;
}
.container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}
#footer > .container {
    padding-left: 0px;
    padding-right: 0px;
}

code {
    font-size: 80%;
}

.btn {
    display: inline-block;
    padding: 6px 10px 6px 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #fef0f0;
    color: #797d81;
    border: 1px solid #797d81;
    border-radius: 0px;
	 margin-left: 0px;
}

    .btn:hover, .btn:focus {
        color: white;
        text-decoration: none;
        border: 1px solid white;
        background-color:black;
    }

.btn2 {
    display: inline-block;
    padding: 6px 20px 6px 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #446188;
    color: white;
    border: 1px solid transparent;
    border-radius: 0px;
}
.label{
	font-style: normal;
}
.label2 {
    text-align: right;
    width: 100%;
    float: left;
    text-align: left;
	 font-style: normal;
}

.rbWidth label {
    width: auto;
    float: none;
    text-align: left;
    margin-right: 0.5em;
    display: inline-block;
}

#contactform {
    margin: 0px auto;
}

.images {
    border: 2px solid #f8ba70 !important;
    max-width: 100%;
}

.galleryImg {
    border: 2px solid #2d4d8a;
    margin: 0px 10px 10px 10px;
}


.error {
    margin: 0px auto;
    float: left;
    padding-left: 0px;
    font-size: 14px;
}

.error2 {
    margin: 0px auto;
    float: left;
    padding-left: 5px;
    font-size: 12px;
}

.SubmitPanel_ButtonWrapper {
    width: 100%;
    text-align: center;
    color: black;
}

.BotPanel {
    padding-left: 15px;
}

.input-color {
    color: black;
}


.slideRow {
    background-color: #2d4d8a;
}


.slide {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

    .slide img {
        width: 100%;
        -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
        filter: gray;
        filter: grayscale(100%);
    }

        .slide img:hover {
            filter: none;
            -webkit-filter: grayscale(0%);
        }


.footer_icons {
    padding: 10px 0px 10px 0px;
    max-width: 100%;
}
.home_left{
 background-size: cover;
	background-position: center;
	background-image: url(../images/search.jpg);
	min-height: 400px;
}
.home_left h1{
	color:white;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
	text-align: center;
	padding-top: 200px;
}
.home_left h1 a:hover{
	text-decoration: none;
}
.search {
    margin-left: auto;
    margin-right: auto;
	 background-color: #fef0f0;
	 min-height: 400px;
}
.searchBox {
    padding-top: 10px;
    text-align:center;
}

.searchBox a {
    color: white;
}

.searchBox .column {
    padding-left: 0;
}
.searchBox .form-horizontal{
	width: 80%;
	text-align:center;
	margin: 0px auto;
}
.searchBox .form-control{
	font-size: 36px;
	height: 55px;
	color: #91898b;
	font-family: "Radley", serif;
	text-align: center;
	font-weight:normal;
}
.searchHeader {
    display: inline-block;
    padding: 10px 0px 10px 0px;
}

.rbWidth {
    width: 100%;
}

    .rbWidth label {
        display: inline-block;
        color: #797d81;
		  font-style: normal;
		  font-weight: normal;
    }

    .rbWidth span {
        font-size: 18px !important;
		  font-style: normal;
		  font-weight: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
		  padding-left: 5px;
    }

#slideshow, #slideshow2 {
    width: 200px;
    min-height: 250px;
    z-index: 998;
}

    #slideshow img {
        max-height: 100%;
        outline: none;
        border: 2px solid gray;
        position: absolute;
    }

    #slideshow > div, #slideshow2 > div {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

    #slideshow2 img {
        max-width: 100%;
        outline: none;
        border: 2px solid gray;
    }

.imgTextDiv {
    z-index: 999;
    position: absolute;
    width: 100%;
}

.imgText {
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 3px;
    -webkit-text-stroke: 3px rgba(0,0,0,0.1);
    text-shadow: black 0px 3px 3px;
    color: white;
    padding: 8px;
    background-color: #111631;
    border: 1px solid #26326E;
}

    .imgText a:hover {
        text-decoration: none;
        color: white;
    }

.pull-right a:hover {
    text-decoration: none;
    color: white;
}

.fa-2x {
    font-size: 30px;
    color: white;
    margin-top: -10px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke: 2px rgba(35,42,52,0.1);
    text-shadow: #232a34 0px 2px 2px;
}

#search_header {
    font-size: 30px;
    color: #797d81;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke: 2px rgba(35,42,52,0.1);
    text-shadow: black 2px 2px 2px;
}

.control-label2 {
    font-weight: normal;
}
btn_bg{
background-color: white;
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
	 width: 100%;
}
.btn-default2 {
    font-size: 36px;
	color: #91898b;
	font-family: "Radley", serif;
	text-transform: uppercase;
	text-align: center;
	font-weight:normal;
	background-color: white;
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
	 width: 100%;
	
}

    .btn-default2 :hover, .btn-default2 :focus {
        color: white;
        text-decoration: underline;
    }

.btn-default3 {
    background-color: transparent;
    font-size: 36px;
	height: 55px;
	color: #91898b;
	font-family: "Radley", serif;
	text-transform: uppercase;
	text-align: center;
	font-weight:normal;
    border: 0px solid white;
	  text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

    .btn-default3 :hover, .btn-default2 :focus {
        color: white;
        text-decoration: underline;
        background-color: black !important;
    }
.btn-default4 {
    font-size: 36px;
	color: #91898b;
	font-family: "Radley", serif;
	text-transform: uppercase;
	text-align: center;
	font-weight:normal;
	background-color: white;
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
	 width: 100%;
	 background-image: url(../images/search.png);
	 background-repeat: no-repeat;
	 background-position: right 50px top 15px;
	
}

    .btn-default4 :hover, .btn-default2 :focus {
        color: white;
        text-decoration: underline;
    }	 
.btnSearch a:hover{
	color:red;
}
.form-horizontal .control-label {
    text-align: right;
    color: #797d81;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.form-horizontal label{
	font-weight: normal;
}
.rbWidth label {
    width: auto;
    float: none;
    text-align: left;
    margin-right: 0.5em;
    display: inline-block;
	 font-style: normal;
	 font-weight: 600;
}

.form-group {
    padding: 5px;
	 margin-bottom: auto;
}

.contact .control-label {
    color: #797d81;
	 font-style: normal;
}

.imageCenterer img {
    display: block;
    margin: auto;
    height: 400px;
}

.HeaderTitle {
    color: #0d2235;
    font-family: "PT Sans", serif;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}

.home_default {
   color: #797d81;
	 margin: 0px 0px 0px 0px;
	 padding-top: 20px;

}
.home_default h1{
	text-transform: none;
	font-size: 30px;
	font-weight: normal;
}
.home_default .left{
	background-color: #fef0f0;
	padding: 50px;
	min-height: 400px;
	margin-top: 100px;
	z-index:200;
}
.home_default .text{
	padding-left: 50px;
}
.home_default a{
	border-right: 1px solid #797d81;
	 border-left: 1px solid #797d81;
	 text-transform: capitalize;
	 padding-left: 20px;
	 padding-right: 20px;
}
.home_default .right{
 margin-left: -100px;
}
.locations{
	 background-size: cover;
	background-position: top;
	background-image: url(../images/lakephoto.jpg);
}
.asb_main .asb_featured_areas .asb_areas ul {
    max-width: 60rem;
    margin: 6rem auto;
}
.asb_main .asb_featured_areas .asb_areas {
    overflow: hidden;
}

.asb_areas {
    background-size: cover;
	background-position: center;
	background-image: url(../images/lakephoto.jpg);
}

.asb_featured_areas .asb_circle_grid li:hover {
	background-color: rgba(210, 210, 210, .75);
	transform: scale(1.25);
}

.asb_featured_areas .asb_circle_grid li:hover a {
    color: #393b3c;
    font-weight: 300;
}
.asb_featured_areas .asb_circle_grid li a {
    font-size: 1.0rem;
}
.asb_featured_areas .asb_circle_grid li a,.asb_featured_areas .asb_circle_grid li a:hover {
    position: absolute;
    width: 100%;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
    letter-spacing: .05rem;
    padding: 50% 1rem;
    text-transform: uppercase;
    color: white;
    top: 50%;
    transform: translateY(-50%);
}
.asb_featured_areas .asb_circle_grid li {
    display: inline-block;
    position: relative;
    margin: 2.5rem 3.5rem;
    border-radius: 50%;
    width: calc((100% / 3) - 7rem);
    padding-bottom: calc((100% / 3) - 7rem);
    background-color: rgba(75, 75, 75, .6);
    box-shadow: 0 0 0 .35rem #707372, inset 0 0 0 .3rem #FFF;
    overflow: hidden;
    transition: all .5s ease;
}

#nav-container {
	position: fixed;
	height: 100vh;
	width: 100%;
	pointer-events: none;
	z-index: 9999;
}

	#nav-container .bg {
		position: absolute;
		top: 100px;
		left: 0;
		width: 100%;
		height: calc(100% - 100px);
		visibility: hidden;
		opacity: 0;
		transition: .3s;
		background-color: transparent;
	}

	#nav-container:focus-within .bg {
		visibility: visible;
		opacity: .6;
	}

	#nav-container * {
		visibility: visible;
	}

.button_menu {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
	-webkit-appearance: none;
	border: 0;
	background: transparent;
	border-radius: 0;
	height: 100px;
	width: 30px;
	cursor: pointer;
	pointer-events: auto;
	margin-left: 25px;
	touch-action: manipulation;
}

.icon-bar {
	display: block;
	width: 100%;
	height: 3px;
	background: #b1b1b1;
	transition: .3s;
}

	.icon-bar + .icon-bar {
		margin-top: 5px;
		border: 1px solid #b1b1b1;
	}

#nav-container:focus-within .button_menu {
	pointer-events: none;
}

#nav-container:focus-within .icon-bar:nth-of-type(1) {
	transform: translate3d(0,8px,0) rotate(45deg);
}

#nav-container:focus-within .icon-bar:nth-of-type(2) {
	opacity: 0;
}

#nav-container:focus-within .icon-bar:nth-of-type(3) {
	transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav-content2 {
	margin-top: 120px;
	padding: 20px;
	width: 90%;
	max-width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 100px);
	background: rgba(255, 255, 255, 0.75);
	pointer-events: auto;
	transform: translateX(-100%);
	transition: transform .3s;
	will-change: transform;
	contain: paint;
}

#nav-content {
	margin-top: 100px;
	padding: 20px;
	width: 90%;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 100px);
	background: transparent;
	pointer-events: auto;
	transform: translateX(-100%);
	transition: transform .3s;
	will-change: transform;
	contain: paint;
}

	#nav-content ul {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	#nav-content li a {
		padding: 10px 5px;
		display: block;
		transition: color .1s;
		font-size: 16px;
	}

		#nav-content li a:hover {
			color: #797d81;
		}

	#nav-content li:not(.small) + .small {
		margin-top: auto;
	}

#nav-container:focus-within #nav-content, #nav-container:focus-within #nav-content2 {
	transform: none;
}

.img-zoom {
    display: inline-block;
    overflow: hidden;
}

    .img-zoom img {
        display: block;
        transition: transform 2.5s;
    }

        .img-zoom img:hover {
            transform: scale(1.3);
            transform-origin: 50% 50%;
        }

.rrssb-buttons li text {
    font-size: 12px;
}
.testimonials {
padding-top: 20px;
		padding-bottom:80px;
		background-color: #fef0f0;
	}

	.testimonial_header{
		text-align:center;
		padding-bottom: 20px;
	}
	.quotes{
		padding-right: 10px;
		margin: 0px;
		width: 5%;
	}
	.testimonial_body{
		color:#797d81;
		    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
	}
	.testimonial_footer{
		text-align: right;
		color:#797d81;
	}
.featured {
    padding: 10px;
    background-color: white;
    color: #797d81;
    font-weight: normal;
}

    .featured .text {
        color: #797d81;
		  text-align:center;
    }
.featured .text h1{
	font-size: 24px;
	margin-top: 10px;
}
    .featured img {
        max-width: 100%;
    }
.featuredListing {
    padding: 25px;
    display: inline-block;
}

.featured_bar {
    background-color: transparent;
    color: #797d81;
    text-align: center;
    padding: 5px;
}

.imageCenterer img {
    display: block;
    margin: auto;
    height: 400px;
}

.ListingPrice {
    color: #797d81;
    font-weight: normal;
    text-align: center;
}

.scrollbar-for-ipad {
}

    .scrollbar-for-ipad::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .scrollbar-for-ipad::-webkit-scrollbar:vertical {
            width: 9px;
        }

        .scrollbar-for-ipad::-webkit-scrollbar:horizontal {
            height: 9px;
        }

    .scrollbar-for-ipad::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: #e1130f;
    }


@media (max-width: 1200px) {
    .nav-collapse_ .nav > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        text-shadow: none;
        color: #01011d;
        box-shadow: none !important;
        font-family: "PT Sans", serif;
        font-size: 14px;
        background: none;
        text-align: right;
        padding: 0px 3px 13px 3px;
        letter-spacing: 1px;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        font-weight: normal;
    }

    .search {
margin-left: auto;
    margin-right: auto;
	 background-color: #fef0f0;
	 min-height: 400px;
    }
}
@media (max-width: 1197px) {
		.asb_featured_areas .asb_circle_grid li a, .asb_featured_areas .asb_circle_grid li a:hover {
			font-size: 1.0rem;

		}
}
@media (max-width: 992px) {
    #header {
        background-color: white;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+78,ffffff+78&1+1,0.7+53,0+100 */
        filter: none; /* IE6-9 */
		  height: 200px;
    }

    #header2 {
        min-height: 150px;
        text-align: center;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .header2 {
        margin: 0px auto;
        margin-top: -145px;
    }
#nav-content2 {
	margin-top: 50px;
	padding: 20px;
	width: 90%;
	max-width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 100px);
	background: rgba(255, 255, 255, 0.75);
	pointer-events: auto;
	transform: translateX(-100%);
	transition: transform .3s;
	will-change: transform;
	contain: paint;
}
    .logo_wrapper {
        min-height: 150px;
    }
.menu{
	display:none;
}
.menu2{
	display:none;
}
.icons{
	padding: 0px;
}
#content{
	margin-top:200px;
}
    .logo {
        min-height: 150px;
        text-align: center;
        padding-top: 10px;
    }
.featuredListing {
    padding: 25px;
    display: inline-block;
	 text-align:center;
}
    .featured_left {
        padding-left: 0px;
        padding-right: 0px;
    }

    .featured_right {
        padding-left: 0px;
        padding-right: 0px;
    }
	 .search {
margin-left: auto;
    margin-right: auto;
	 background-color: #fef0f0;
	 min-height: 400px;
    }
	 .asb_featured_areas .asb_circle_grid li a, .asb_featured_areas .asb_circle_grid li a:hover {
        font-size: .5rem;
		  line-height: 1.25em;
		  text-align:center;
    }
}

@media (max-width:900px){
	.asb_featured_areas .asb_circle_grid li {
		margin: .5rem 1rem;
		padding-bottom: calc(50% - 2rem);
		width: calc((100% / 2) - 2rem);
	}

		.asb_featured_areas .asb_circle_grid li a, .asb_featured_areas .asb_circle_grid li a:hover {
			font-size: 1.0rem;

		}
}

@media (max-width: 768px) {
    #header {
        background-color: white;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+78,ffffff+78&1+1,0.7+53,0+100 */
        filter: none; /* IE6-9 */
    }

    .header {
	  min-height: 200px;
    }

    #header2 {
        min-height: 100px;
        text-align: center;
        width: 100%;
        height: 150px;
        background-color: white;
    }

    .header2 {
        margin: 0px auto;
        margin-top: -145px;
        background-color: white;
    }
#nav-content2 {
	margin-top: 50px;
	padding: 20px;
	width: 90%;
	max-width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 100px);
	background: rgba(255, 255, 255, 0.75);
	pointer-events: auto;
	transform: translateX(-100%);
	transition: transform .3s;
	will-change: transform;
	contain: paint;
}
    .logo_wrapper {
        min-height: 150px;
    }
.menu{
	display:none;
}
.menu2{
	display:none;
}
.icons{
	padding: 0px;
}
#content{
	margin-top:200px;
}
    .top {
        text-align: center;
    }

    .top_address {
        text-align: center;
    }

    .address {
        text-align: center;
    }

    .imageContainer {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
    }
.searchBox .form-control{
	font-size: 24px;
	height: 55px;
	color: #91898b;
	font-family: "Radley", serif;
	text-align: center;
	font-weight:normal;
}
.btn-default4 {
	font-size:24px;
}
    .search {
margin-left: auto;
    margin-right: auto;
	 background-color: #fef0f0;
	 min-height: 400px;
    }
    .sliderAddress {
        padding: 10px 0px 0px 0px;
        height: 100px;
        text-align: center;
    }

    .rotatorAddress a {
        color: white;
        text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);
        font-size: 14px;
        padding: 0px;
    }

    .viewmore {
        text-align: center;
        margin: 0px auto;
        padding-top: 10px;
    }

    .imgText {
        font-size: 14px;
        text-align: center;
        margin: 30px 0px 0px 0px;
    }

    .footerpriv {
        text-align: center;
        font-size: 14px;
    }

    .address2 {
        font-size: 14px;
        color: white;
        text-align: center;
    }

        .address2 a {
            color: #bc8e3e;
        }

    .hours {
        text-align: center;
    }

    .copyright {
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        padding-top: 50px;
    }
.copyright2{
	text-align:center;
}
.inhouse {
    text-align: center;
    margin-top: 10px;
	 text-transform:none;
}
    #slideshow, #slideshow2 {
    }

        #slideshow img, #slideshow2 img {
            max-width: 100%;
        }

    .icons2 {
        text-align: center;
        color: white;
    }
	     .asb_featured_areas .asb_circle_grid li a, .asb_featured_areas .asb_circle_grid li a:hover {
        font-size: .95rem;
    }
}
}
@media (max-width: 690px) {
.asb_featured_areas .asb_circle_grid li a, .asb_featured_areas .asb_circle_grid li a:hover {
        font-size: .95rem;
    }
}
@media (max-width: 480px) {

    .sliderAddress {
        height: 120px;
    }

    .header {
        background-color: white;
    }

    #header2 {
        min-height: 100px;
        text-align: center;
        width: 100%;
        height: 150px;
        background-color: white;
    }

    .header2 {
        margin: 0px auto;
        margin-top: -145px;
    }

    #search_header {
        font-size: 18px;
    }

    .logo_wrapper {
        min-height: 150px;
    }

    .logo {
        min-height: 150px;
        text-align: center;
        z-index: 999;
        min-width: 100%;
    }

    .icon_address {
        width: 100%;
    }

    .top_addres {
        text-align: center;
    }

    .address {
        text-align: center;
    }

    #footer {
        color: white;
        min-height: 300px;
        background-color: #797d81;
    }

    .icons {
        text-align: center;
        padding-top: 20px;
    }

    h1 {
        color: #797d81;
        font-size: 30px;
    }

    .imageCenterer img {
        height: inherit;
    }

    .footerpriv {
        text-align: center;
        font-size: 14px;
    }

    .footerpriv_1 {
        font-size: 14px;
        color: white;
        text-align: center;
        display: inline-block;
    }

    .address2 {
        font-size: 14px;
        color: white;
        text-align: center;
    }

    .address2_1 {
        font-size: 14px;
        color: white;
        text-align: left;
        display: inline-block;
    }

    .icons2 {
        text-align: center;
        color: white;
    }

    .icons2_1 {
        text-align: left;
        display: inline-block;
    }

    .copyright {
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        padding-top: 50px;
    }
.copyright2{
	text-align:center;
}
.inhouse {
    text-align: center;
    margin-top: 10px;
	 text-transform:none;
}
.asb_featured_areas .asb_circle_grid li a, .asb_featured_areas .asb_circle_grid li a:hover {
        font-size: .75rem;
    }
}

@media (max-width: 400px) {
    #header {
        min-height: 200px;
        background-color: white;
    }

    .header {
    }

    #header2 {
        min-height: 100px;
        text-align: center;
        width: 100%;
        height: 150px;
        background-color: white;
    }

    .header2 {
        margin: 0px auto;
        margin-top: -145px;
    }

    .logo_wrapper {
        min-height: 150px;
    }

    .logo {
        min-height: 150px;
        text-align: center;
        z-index: 999;
        min-width: 100%;
    }
h3{
	font-size: 24px;
  padding-top: 50px;
}
    .top_addres {
        text-align: center;
    }

    .address {
        text-align: center;
        padding-top: 5px;
    }

    #footer {
        color: white;
        min-height: 450px;
		  background-color: #797d81;
    }

    .footerpriv {
        text-align: center;
        font-size: 14px;
    }

    .footerpriv_1 {
        font-size: 14px;
        color: white;
        text-align: center;
        display: inline-block;
    }

    .address2 {
        font-size: 14px;
        color: white;
        text-align: center;
    }

    .address2_1 {
        font-size: 14px;
        color: white;
        text-align: center;
        display: inline-block;
        margin-top: -10px;
    }

    .icons2 {
        text-align: center;
        color: white;
    }

    .icons2_1 {
        text-align: left;
        display: inline-block;
    }

    .copyright {
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        padding-top: 50px;
    }
.copyright2{
	text-align:center;
}
.inhouse {
    text-align: center;
    margin-top: 10px;
	 text-transform:none;
}
    #slideshow, #slideshow2 {
        z-index: 998;
    }

        #slideshow img, #slideshow2 img {
            z-index: 998;
            max-width: 100%;
        }

    .icons {
        text-align: center;
        padding: 20px 0px 0px 0px;
    }


	 .featured_button_cont {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    display: none;
    margin-top: 100px;
    text-align: center;
}
.asb_featured_areas .asb_circle_grid li a, .asb_featured_areas .asb_circle_grid li a:hover {
padding:0px;}
.asb_featured_areas .asb_circle_grid li a, .asb_featured_areas .asb_circle_grid li a:hover {
        font-size: .65rem;
    }
}
