


@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
@import url(https://fonts.googleapis.com/css?family=PT+Serif);



html,
body {
    height: 100%;
    scroll-behavior: smooth;
}


@media (max-width: 599px) {
#headerSection {
    background-color: #e6e6e6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    }
    #headerSection .nav {
        ackground-image: url('../images/transparent-black.png');
        ackground-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        width: 100%;
        }
        #headerSection .street, #headerSection .city {
            text-shadow: none !important;
        }
     #headerSection .cta .btn {
        background-color: #0eaaa6;
        color: white;
     }
#infoSection {
    background-color: #f6f6f6;
    padding-bottom: 60px;
    }
    #infoSection .propertyInfo {
        margin-top: 60px !important;
        }
        #infoSection .openHouse {
            font-size: 20px !important;
        }
        #infoSection .status {
            color: #333 !important;
            text-shadow: none !important;
        }
        #infoSection .price {
            margin-top: 0;
        }
        #infoSection .propertyTagline {
            font-size: 30px;
            line-height: 1;
            margin: 20px 0 10px 0;
        }
    #infoSection .listedBy {
        color: #696969;
        font: 17px/1.42 'PT Serif',Georgia,serif;
        font-weight: 400;
        margin-top: 20px;
        text-align: left !important;
    }
    #infoSection .pic {
        background-color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        border: 3px solid #ccc;
        display: block;
        height: 140px;
        margin: 0 0 10px 0;
        width: auto;
    }
    #infoSection .name {
        color: #444;
        font: 20px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        text-align: left;
        margin-bottom: 10px;
    }
    #infoSection .callMeContainer {
        margin: 0 auto 0 auto;
        }
        #infoSection .callMe {
            background-color: #f6624a;
            clear: both;
            color: white;
            display: inline-block !important;
            float: none;
            font-size: 20px;
            margin: 0 auto 10px auto;
            padding: 1% 2% 1% 2%;
            text-align: center;
            text-decoration: none;
            transition: all 250ms linear;
            transition-property: all;
            transition-duration: 250ms;
            transition-timing-function: linear;
            transition-delay: initial;
            width: 65%;
        }
    #infoSection .company {
        color: #444;
        font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        text-align: left;
        margin-bottom: 10px;
    }
    #infoSection .phone {
        color: #444;
        font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        text-align: left;
        margin-bottom: 8px;
    }
    #infoSection .intro {
        color: #696969;
        font: 17px/1.42 'PT Serif',Georgia,serif;
        font-weight: 400;
        margin-bottom: 20px;
        padding-right: 0;
        }
        #infoSection .intro h1,
        #infoSection .intro h2,
        #infoSection .intro h3,
        #infoSection .intro h4,
        #infoSection .intro h5,
        #infoSection .intro h6,
        #infoSection .intro * {
          color: #696969;
        }
    #infoSection .jumpToLinks a {
        background-color: #f6624a;
        color: white;
        padding: 1% 2% 1% 2%;
    }
    #infoSection .subLinkContainer {
        margin-top: 20px;
        }
        #infoSection .subLinks {
            color: #f6624a;
            font: 13px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            text-decoration: underline;
        }
    #infoSection .email, #infoSection .activerain {
        color: #f6624a;
    }
    #infoSection .social .fa {
        margin-bottom: 10px;
        margin-top: 10px;
        }
        #infoSection .social a:hover {
            background-color: transparent;
            text-decoration: none;
        }
        #infoSection .social .fa-cloud {
                border: 1px solid #6296cb;
                border-radius: 50%;
                color: #6296cb;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #infoSection .social .fa-cloud:hover {
                    background-color: #3b5998;
                    color: white;
                    text-decoration: none;
                }
            #infoSection .social .fa-facebook-f {
                border: 1px solid #3b5998;
                border-radius: 50%;
                color: #3b5998;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #infoSection .social .fa-facebook-f:hover {
                    background-color: #3b5998;
                    color: white;
                    text-decoration: none;
                }
            #infoSection .social .fa-instagram {
                border: 1px solid #bb28b7;
                border-radius: 50%;
                color: #bb28b7;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #infoSection .social .fa-instagram:hover {
                    background-color: #bb28b7;
                    color: white;
                    text-decoration: none;
                }
            #infoSection .social .fa-twitter {
                border: 1px solid #55acee;
                border-radius: 50%;
                color: #55acee;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #infoSection .social .fa-twitter:hover {
                    background-color: #55acee;
                    color: white;
                    text-decoration: none;
                }
            #infoSection .social .fa-pinterest {
                border: 1px solid #bd081c;
                border-radius: 50%;
                color: #bd081c;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #infoSection .social .fa-pinterest:hover {
                    background-color: #bd081c;
                    color: white;
                    text-decoration: none;
                }
            #infoSection .social .fa-google-plus-g {
                border: 1px solid #dd4b39;
                border-radius: 50%;
                color: #dd4b39;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #infoSection .social .fa-google-plus-g:hover {
                    background-color: #dd4b39;
                    color: white;
                    text-decoration: none;
                }
            #infoSection .social .fa-linkedin-in {
                border: 1px solid #0077b5;
                border-radius: 50%;
                color: #0077b5;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #infoSection .social .fa-linkedin-in:hover {
                    background-color: #0077b5;
                    color: white;
                    text-decoration: none;
                }
            #infoSection .social .fa-youtube {
                border: 1px solid #cd201f;
                border-radius: 50%;
                color: #cd201f;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #infoSection .social .fa-youtube:hover {
                    background-color: #cd201f;
                    color: white;
                    text-decoration: none;
                }
            #infoSection .social .fa-users {
                border: 1px solid #000;
                border-radius: 50%;
                color: #000;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #infoSection .social .fa-users:hover {
                    background-color: #000;
                    color: white;
                    text-decoration: none;
                }
            #infoSection .social .fa-blogger-b {
                border: 1px solid #f49340;
                border-radius: 50%;
                color: #f49340;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #infoSection .social .fa-blogger-b:hover {
                    background-color: #f49340;
                    color: white;
                    text-decoration: none;
                }
            #infoSection .social .fa-wordpress {
                border: 1px solid #21759b;
                border-radius: 50%;
                color: #21759b;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #infoSection .social .fa-wordpress:hover {
                    background-color: #21759b;
                    color: white;
                    text-decoration: none;
                }
    #infoSection a.contactAgent {
        margin: 0 0 0 0 !important;
        }
#photoSection {
    padding-top: 60px;
    }
    #photoSection .photoContainer {
        height: 155px;
        overflow-x: scroll;
    }
    #photoSection li {
        display: block;
        float: left;
        list-style-type: none;
        }
        #photoSection .imageThumbnail {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          height: 100px;
          margin-right: 10px;
          width: 200px;
        }
        #photoSection .photoContainer li a.view img {
            height: 80px;
        }
    .viewer .close {
        font-family: 'Droid Serif', Georgia, Times, serif !important;
    }
#videoSection {
    background-color: #f6f6f6;
    padding-bottom: 60px;
    padding-top: 60px;
    }
    #videoSection h3 {
        padding-bottom: 60px;
    }
    #videoSection iframe {
        height: 300px !important;
    }
#detailsSection {
    padding-bottom: 60px;
    padding-top: 60px;
    }
    #detailsSection h3 {
        padding-bottom: 60px;
    }
    #detailsSection ul {
        margin-bottom: 0;
    }
    #detailsSection .heading {
        color: #f6624a;
        font: 14px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin-bottom: 10px;
        margin-top: 20px;
        text-transform: uppercase;
    }
    #detailsSection ul li {
        color: #696969;
        font: 16px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        list-style: none;
        margin-bottom: 4px;
    }
    #detailsSection ul li a {
        color: #f6624a;
        font: 16px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        list-style: none;
        margin-bottom: 4px;
    }
.walkscoreBg {
    background-color: #f6f6f6;
    padding-top: 50px;
    }
    #walkscore {
        height: 300px;
        width: 100%;
    }
#financeSection {
    background-color: white;
    padding-bottom: 60px;
    padding-top: 60px;
    }
    #financeSection h3 {
        padding-bottom: 60px;
    }
    #financeSection a {
        color: #f6624a;
    }
#highlightsSection {
	padding-bottom: 60px;
    padding-top: 60px;
}
#featuredImages {
    padding-top: 60px;
    }
    #featuredImages .row {
        height: auto !important;
        }
    #highlightsSection ul {
      list-style-type: none;
      }
      #highlightsSection li {
        color: #696969;
        font: 16px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        list-style: none;
        margin-bottom: 4px;
      }
        #featuredImages .featureImage {
          display: block;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          height: 100%;
        }
        #featuredImages .imageTitle {
          display: block;
          font-size: 28px;
          font-style: normal;
          font-weight: bold;
        }
        #featuredImages img {
            height: auto !important;
            width: 100%;
        }
        #featuredImages .hRight {
            text-align: center;
        }
#mapContainer {
      background-image: url('../images/map-bg.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      overflow: scroll;
      padding-bottom: 50px;
      padding-top: 50px;
    	}
    	#mapContainer #staticmap {
    	  background-color: white;
    	  border: none;
    	}
#contactSection {
    background-color: #f6f6f6;
    margin-top: -10px !important;
    padding-bottom: 60px;
    padding-top: 60px;
    }
    #contactSection h3 {
        padding-bottom: 60px;
    }
#agentSection {
    padding-top: 60px;
    }
    #agentSection .row {
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
        padding-bottom: 30px;
        text-align: center;
        }
        #infoSection .listedBy {
            color: #696969;
            font: 17px/1.42 'PT Serif',Georgia,serif;
            font-weight: 400;
            margin-top: 20px;
            text-align: center;
        }
        #agentSection .pic {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            border: 3px solid #ccc;
            display: block;
            height: 225px;
            margin: 0 auto 10px auto;
            width: auto;
            }
        #agentSection .name {
            color: #444;
            font: 20px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            text-align: center;
            margin-bottom: 10px;
        }
        #agentSection .designations {
        	margin-bottom: 15px;
        	text-align: center;
            }
            #agentSection .designations-icon {
            	height: 34px;
            	width: 34px;
            }
        #agentSection .callMeContainer {
            margin: 0 auto 0 auto;
            }
            #agentSection .callMe {
                background-color: #f6624a;
                clear: both;
                color: white;
                display: inline-block !important;
                float: none;
                margin: 0 auto 10px auto;
                padding: 1% 2% 1% 2%;
                text-align: center;
                text-decoration: none;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 65%;
                }
                #agentSection .callMe:hover {
                    background-color: #f43819;
                    outline: 0;
                    text-decoration: none;
                }
        #agentSection .accr {
            color: #444;
            font: 13px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            text-align: center;
            margin-bottom: 10px;
        }
        #agentSection .companyLogo {
            width: 100px;
        }
        #agentSection .company {
            color: #444;
            font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            text-align: center;
            margin-bottom: 10px;
        }
        #agentSection .phone {
            color: #f6624a;
            display: block;
            font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            padding: 1% 2% 1% 2%;
            text-align: center;
            margin: 0 auto 2% auto;
            width: 130px;
            }
            #agentSection .phone:hover {
                outline: 0;
                text-decoration: none;
            }
        #agentSection .email {
            color: #f6624a;
            display: block;
            font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            margin-bottom: 5px;
            text-align: center;
        }
        #agentSection .activerain {
            color: #f6624a;
            display: block;
            font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            margin-bottom: 15px;
            text-align: center;
        }
        #agentSection .social {
            text-align: center;
            }
            #agentSection .social a:hover {
                background-color: none;
                text-decoration: none;
            }
            #agentSection .social .fa-facebook-f {
                border: 1px solid #3b5998;
                border-radius: 50%;
                color: #3b5998;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #agentSection .social .fa-facebook-f:hover {
                    background-color: #3b5998;
                    color: white;
                    text-decoration: none;
                }
            #agentSection .social .fa-instagram {
                border: 1px solid #bb28b7;
                border-radius: 50%;
                color: #bb28b7;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #agentSection .social .fa-instagram:hover {
                    background-color: #bb28b7;
                    color: white;
                    text-decoration: none;
                }
            #agentSection .social .fa-twitter {
                border: 1px solid #55acee;
                border-radius: 50%;
                color: #55acee;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #agentSection .social .fa-twitter:hover {
                    background-color: #55acee;
                    color: white;
                    text-decoration: none;
                }
            #agentSection .social .fa-pinterest {
                border: 1px solid #bd081c;
                border-radius: 50%;
                color: #bd081c;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #agentSection .social .fa-pinterest:hover {
                    background-color: #bd081c;
                    color: white;
                    text-decoration: none;
                }
            #agentSection .social .fa-google-plus-g {
                border: 1px solid #dd4b39;
                border-radius: 50%;
                color: #dd4b39;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #agentSection .social .fa-google-plus-g:hover {
                    background-color: #dd4b39;
                    color: white;
                    text-decoration: none;
                }
            #agentSection .social .fa-linkedin-in {
                border: 1px solid #0077b5;
                border-radius: 50%;
                color: #0077b5;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #agentSection .social .fa-linkedin-in:hover {
                    background-color: #0077b5;
                    color: white;
                    text-decoration: none;
                }
            #agentSection .social .fa-youtube {
                border: 1px solid #cd201f;
                border-radius: 50%;
                color: #cd201f;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #agentSection .social .fa-youtube:hover {
                    background-color: #cd201f;
                    color: white;
                    text-decoration: none;
                }
            #agentSection .social .fa-users {
                border: 1px solid #000;
                border-radius: 50%;
                color: #000;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #agentSection .social .fa-users:hover {
                    background-color: #000;
                    color: white;
                    text-decoration: none;
                }
            #agentSection .social .fa-blogger-b {
                border: 1px solid #f49340;
                border-radius: 50%;
                color: #f49340;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #agentSection .social .fa-blogger-b:hover {
                    background-color: #f49340;
                    color: white;
                    text-decoration: none;
                }
            #agentSection .social .fa-wordpress {
                border: 1px solid #21759b;
                border-radius: 50%;
                color: #21759b;
                height: 34px;
                line-height: 34px;
                margin-left: 2px;
                margin-right: 2px;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 34px;
                }
                #agentSection .social .fa-wordpress:hover {
                    background-color: #21759b;
                    color: white;
                    text-decoration: none;
                    }
        #agentSection .tagline {
            color: #777;
            font: 20px/1.42 'PT Serif',Georgia,serif;
            font-weight: 300;
            font-style: italic;
        }
        #agentSection .bio {
            color: #444;
            font: 16px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
        }
#footer {
    background-color: #2b2b2b;
    color: #999;
    font: 14px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-bottom: 60px;
    padding-top: 60px;
    }
    #footer .agent {
        color: #ccc;
    }
    #footer .disclaimer {
        color: #f6624a;
        margin-left: 5px;
        vertical-align: middle;
        }
        #footer .disclaimer:hover {
            color: #f6624a;
        }
    #footer .sps a {
        color: #ccc !important;
    }
}























@media (min-width: 600px) {
body {
    position: relative;
}
    #headerSection {
        background-color: #e6e6e6;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        eight: 710px;
        height: 100%;
        }
        #headerSection .nav {
            ackground-color: rgba(0, 0, 0, 0.8);
            height: 65px;
            position: fixed;
            width: 100%;
            }
            #headerSection .street {
                color: #fff;
                olor: white;
                font: 22px/65px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                margin: 0 0 0 0;
                padding: 0 5px 0 0;
                text-shadow: 0 0 5px #000;
            }
            #headerSection .city {
                color: #b1b1b1;
                olor: lightgray;
                font: 16px/65px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                text-shadow: 0 0 5px #000;
            }
            #headerSection button.social {
                background-color: transparent;
                border-color: #0eaaa6;
                border-radius: 0;
                border-width: 1px;
                color: #0eaaa6;
                font: 13px/33px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                height: 35px;
                margin: 15px 0 0 0;
                padding: 0 0 0 0;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 75px;
                }
                #headerSection button.social:hover {
                    background-color: #0eaaa6;
                    color: white;
                }
                #headerSection .shareLinks {
                    color: #696969;
                    font: 14px/20px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                    font-weight: normal;
                    }
                    #headerSection .shareLinks .fa {
                        display: inline-block;
                        margin-left: -7px;
                        width: 20px;
                    }
             #headerSection .cta .btn {
                background-color: #0eaaa6;
                color: white;
             }
             #headerSection .menuButton {
               margin-right: 30px !important;
             }
             #headerSection a.contactAgent {
                background-color: #f6624a;
                border-color: #f6624a;
                border-radius: 0;
                border-width: 1px;
                color: white;
                font: 13px/33px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                height: 35px;
                margin: 15px 0 0 10px;
                padding: 0 0 0 0;
                text-align: center;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 115px;
                }
                #headerSection a.contactAgent:hover {
                    background-color: #f43819;
                }
    #infoSection {
        background-color: #f6f6f6;
        padding-bottom: 60px;
        padding-top: 60px;
        }
        #infoSection .openHouse {
          color: #444 !important;
          }
          #infoSection .openHouse a {
            color: #f6624a;
            }
            #infoSection .openHouse a:focus {
              outline: none;
            }
        #infoSection .status {
            color: #696969;
            font: 17px/1.42 'PT Serif',Georgia,serif;
            text-transform: uppercase;
        }
        #infoSection .price {
            color: #0eaaa6;
            font: 34px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            margin-top: 0;
        }
        #infoSection .propertyTagline {
            font-size: 30px;
            line-height: 1;
            margin: 20px 0 10px 0;
        }
        #infoSection h1 {
            color: #444;
            font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            margin-top: 0;
            }
            #infoSection h1 span {
                color: #f6624a;
                font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
            }
        #infoSection .intro {
            color: #696969;
            font: 17px/1.42 'PT Serif',Georgia,serif;
            font-weight: 400;
            margin-bottom: 20px;
            padding-right: 100px;
            }
            #infoSection .intro h1,
            #infoSection .intro h2,
            #infoSection .intro h3,
            #infoSection .intro h4,
            #infoSection .intro h5,
            #infoSection .intro h6,
            #infoSection .intro * {
                color: #696969;
            }
        #infoSection .jumpToLinks, #infoSection .jumpToLinks a {
            font: 18px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
        }
        #infoSection .jumpToLinks a {
            background-color: #f6624a;
            clear: both;
            color: white;
            display: inline-block;
            float: none;
            margin-top: 2%;
            padding: 1% 2% 1% 2%;
            text-decoration: none;
            transition: all 250ms linear;
            transition-property: all;
            transition-duration: 250ms;
            transition-timing-function: linear;
            transition-delay: initial;
            width: auto;
            }
            #infoSection .jumpToLinks a:hover {
                background-color: #f43819;
                outline: 0;
                text-decoration: none;
            }
            #infoSection .jumpToLinks a:focus, #infoSection .jumpToLinks a:visited {
                outline: 0;
                text-decoration: none;
            }
        #infoSection .subLinkContainer {
            margin-top: 20px;
            }
            #infoSection .subLinks {
                color: #f6624a;
                font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                text-decoration: underline;
            }
        #infoSection .listingAgent {
            border-left: 1px dotted #ccc;
            }
            #infoSection .listedBy {
                color: #696969;
                font: 17px/1.42 'PT Serif',Georgia,serif;
                font-weight: 400;
                margin-top: 20px;
                text-align: center;
            }
            #infoSection .pic {
                background-color: transparent;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: contain;
                border: 3px solid #ccc;
                display: block;
                height: 140px;
                margin: 0 auto 10px auto;
                width: auto;
            }
            #infoSection .name {
                color: #444;
                font: 20px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                text-align: center;
                margin-bottom: 10px;
            }
            #infoSection .callMe {
                background-color: #f6624a;
                clear: both;
                color: white;
                display: block;
                float: none;
                font-size: 20px;
                margin: 0 auto 10px auto;
                padding: 1% 2% 1% 2%;
                text-align: center;
                text-decoration: none;
                transition: all 250ms linear;
                transition-property: all;
                transition-duration: 250ms;
                transition-timing-function: linear;
                transition-delay: initial;
                width: 65%;
                }
                #infoSection .callMe:hover {
                    background-color: #f43819;
                    outline: 0;
                    text-decoration: none;
                }
            #infoSection .company {
                color: #444;
                font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                text-align: center;
                margin-bottom: 10px;
            }
            #infoSection .phone {
                color: #444;
                font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                text-align: center;
                margin-bottom: 8px;
            }
            #infoSection .email {
                color: #f6624a;
                display: block;
                font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                text-align: center;
            }
            #infoSection .activerain {
                color: #f6624a;
                display: block;
                font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                margin-top: 5px;
                text-align: center;
            }
            #infoSection .social {
                margin-top: 10px;
                text-align: center;
                }
                #infoSection .social a:hover {
                    background-color: transparent;
                    text-decoration: none;
                }
                #infoSection .social .fa-cloud {
                    border: 1px solid #6296cb;
                    border-radius: 50%;
                    color: #6296cb;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #infoSection .social .fa-cloud:hover {
                        background-color: #3b5998;
                        color: white;
                        text-decoration: none;
                    }
                #infoSection .social .fa-facebook-f {
                    border: 1px solid #3b5998;
                    border-radius: 50%;
                    color: #3b5998;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #infoSection .social .fa-facebook-f:hover {
                        background-color: #3b5998;
                        color: white;
                        text-decoration: none;
                    }
                #infoSection .social .fa-instagram {
                    border: 1px solid #bb28b7;
                    border-radius: 50%;
                    color: #bb28b7;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #infoSection .social .fa-instagram:hover {
                        background-color: #bb28b7;
                        color: white;
                        text-decoration: none;
                    }
                #infoSection .social .fa-twitter {
                    border: 1px solid #55acee;
                    border-radius: 50%;
                    color: #55acee;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #infoSection .social .fa-twitter:hover {
                        background-color: #55acee;
                        color: white;
                        text-decoration: none;
                    }
                #infoSection .social .fa-pinterest {
                    border: 1px solid #bd081c;
                    border-radius: 50%;
                    color: #bd081c;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #infoSection .social .fa-pinterest:hover {
                        background-color: #bd081c;
                        color: white;
                        text-decoration: none;
                    }
                #infoSection .social .fa-google-plus-g {
                    border: 1px solid #dd4b39;
                    border-radius: 50%;
                    color: #dd4b39;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #infoSection .social .fa-google-plus-g:hover {
                        background-color: #dd4b39;
                        color: white;
                        text-decoration: none;
                    }
                #infoSection .social .fa-linkedin-in {
                    border: 1px solid #0077b5;
                    border-radius: 50%;
                    color: #0077b5;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #infoSection .social .fa-linkedin-in:hover {
                        background-color: #0077b5;
                        color: white;
                        text-decoration: none;
                    }
                #infoSection .social .fa-youtube {
                    border: 1px solid #cd201f;
                    border-radius: 50%;
                    color: #cd201f;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #infoSection .social .fa-youtube:hover {
                        background-color: #cd201f;
                        color: white;
                        text-decoration: none;
                    }
                #infoSection .social .fa-users {
                   border: 1px solid #000;
                   border-radius: 50%;
                   color: #000;
                   height: 34px;
                   line-height: 34px;
                   margin-left: 2px;
                   margin-right: 2px;
                   text-align: center;
                   transition: all 250ms linear;
                   transition-property: all;
                   transition-duration: 250ms;
                   transition-timing-function: linear;
                   transition-delay: initial;
                   width: 34px;
                   }
                   #infoSection .social .fa-users:hover {
                       background-color: #000;
                       color: white;
                       text-decoration: none;
                   }
                #infoSection .social .fa-blogger-b {
                   border: 1px solid #f49340;
                   border-radius: 50%;
                   color: #f49340;
                   height: 34px;
                   line-height: 34px;
                   margin-left: 2px;
                   margin-right: 2px;
                   text-align: center;
                   transition: all 250ms linear;
                   transition-property: all;
                   transition-duration: 250ms;
                   transition-timing-function: linear;
                   transition-delay: initial;
                   width: 34px;
                   }
                   #infoSection .social .fa-blogger-b:hover {
                       background-color: #f49340;
                       color: white;
                       text-decoration: none;
                   }
                #infoSection .social .fa-wordpress {
                   border: 1px solid #21759b;
                   border-radius: 50%;
                   color: #21759b;
                   height: 34px;
                   line-height: 34px;
                   margin-left: 2px;
                   margin-right: 2px;
                   text-align: center;
                   transition: all 250ms linear;
                   transition-property: all;
                   transition-duration: 250ms;
                   transition-timing-function: linear;
                   transition-delay: initial;
                   width: 34px;
                   }
                   #infoSection .social .fa-wordpress:hover {
                       background-color: #21759b;
                       color: white;
                       text-decoration: none;
                   }
            #infoSection a.contactAgent {
                display: none;
            }
    #photoSection {
        padding-top: 60px;
        }
        #photoSection h3 {
            padding-bottom: 60px;
        }
        #photoSection .photoContainer {
            height: 200px;
            overflow-x: scroll;
        }
        #photoSection ul {
            height: 150px;
            padding-left: 0;
            }
            #photoSection ul li {
                height: 150px;
                float: left;
                list-style: none;
                margin-right: 10px;
                width: 250px;
                }
                #photoSection .photoContainer li a.view {
                  height: 100%;
                }
                #photoSection .imageThumbnail {
                  background-position: center center;
                  background-repeat: no-repeat;
                  background-size: cover;
                  height: 100%;
                  width: 250px;
                }
                #photoSection .photoContainer li a.view img {
                    height: 80px;
                }
            .viewer .close {
                font-family: 'Droid Serif', Georgia, Times, serif !important;
            }
    #videoSection {
        background-color: #f6f6f6;
        padding-bottom: 60px;
        padding-top: 60px;
        }
        #videoSection h3 {
            padding-bottom: 60px;
        }
    #detailsSection {
        padding-bottom: 60px;
        padding-top: 60px;
        }
        #detailsSection h3 {
            padding-bottom: 60px;
        }
        #detailsSection .rowSection {
            border-bottom: 1px solid #ccc;
            margin-bottom: 30px;
            padding-bottom: 30px;
            }
            #detailsSection .heading {
                color: #696969;
                font: 14px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                text-transform: uppercase;
            }
            #detailsSection ul li {
                color: #696969;
                font: 16px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                list-style: none;
                margin-bottom: 4px;
            }
            #detailsSection ul li a {
                color: #f6624a;
                font: 16px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                list-style: none;
                margin-bottom: 4px;
            }
    .walkscoreBg {
        background-color: #f6f6f6;
        padding-top: 50px;
        }
        .walkscoreBg .container {
            left:50%;
            margin-left:-390px;
            width:780px;
        }
        #walkscore {
            height: 300px;
            text-align: center;
            width: 100%;
        }
    #financeSection {
        background-color: white;
        padding-bottom: 60px;
        padding-top: 60px;
        }
        #financeSection h3 {
            padding-bottom: 60px;
        }
        #financeSection table {
            background-color: transparent;
        }
        #financeSection table th {
            border-top-color: #e0e0e0;
            }
            #financeSection tr {
                background-color: transparent;
                height: 40px;
                }
                #financeSection tr:hover {
                    background-color: #f3f3f3;
                }
                #financeSection th {
                    color: #555;
                    font: 14px/40px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                    font-weight: 400;
                    padding-right: 30px;
                    text-align: right;
                }
                #financeSection td {
                    border-top: 1px solid #e0e0e0;
                    color: #696969;
                    font: 16px/40px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                    font-weight: 400;
                }
        #financeSection .disclaimer {
            color: #999;
            font: 14px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            }
            #financeSection .disclaimer a {
                color: #f6624a;
            }
    #anchor-features {
    	display: block;
    	padding-top: 40px;
    }
    #highlightsSection,
    #featuredImages {
        padding-bottom: 60px;
        }
        #highlightsSection h3 {
          padding-bottom: 35px;
        }
        #featuredImages h3 {
          padding-bottom: 60px;
        }
        #featuredImages .row {
            color: #444;
            height: 430px;
            font: 16px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            padding-top: 100px;
            position: relative;
            }
        #highlightsSection ul {
          list-style-type: none;
          }
          #highlightsSection li {
            color: #696969;
            font: 20px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            line-height: 2;
            list-style: none;
            margin-bottom: 4px;
            text-align: center;
          }
            #featuredImages .featureImage {
              display: block;
              background-position: center center;
              background-size: cover;
              background-repeat: no-repeat;
              height: 100%;
            }
            #featuredImages .imageTitle {
              display: block;
              font-size: 28px;
              font-style: normal;
              font-weight: bold;
            }
            #featuredImages img {
                background-color: #f6f6f6;
                border-top: 4px solid #f6624a;
                height: 430px;
                padding: 0 0 0 0;
            }
            #featuredImages .oddText {
                display: table-cell;
                float: none;
                height: 370px;
                vertical-align: middle;
            }
            #featuredImages .hRight {
                text-align: right;
            }
            #featuredImages p span {
                display: table-cell;
                float: none;
                height: 370px;
                text-align: right;
                vertical-align: middle;
                width: 25.333333%;
            }
    #mapContainer {
      background-image: url('../images/map-bg.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      padding-bottom: 50px;
      padding-top: 50px;
    	}
    	#mapContainer #staticmap {
    	  background-color: white;
          border-color: #7b7b7b;
          border-style: solid;
          border-width: 1px;
          box-shadow: 0 0 4px 1px #9e9e9e;
    	}
    #contactSection {
        background-color: #f6f6f6;
        margin-top: -10px !important;
        padding-bottom: 60px;
        padding-top: 60px;
        }
        #contactSection h3 {
            padding-bottom: 60px;
        }
        #contactSection button {
            background-color: #f6624a;
            border-color: #f6624a;
            border-radius: 0;
            border-width: 1px;
            color: white;
            font: 14px/20px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-weight: 400;
            transition: all 250ms linear;
            transition-property: all;
            transition-duration: 250ms;
            transition-timing-function: linear;
            transition-delay: initial;
            }
            #contactSection button:hover {
                background-color: #f43819;
                }
    #agentSection {
        padding-top: 60px;
        }
        #agentSection .row {
            border-bottom: 1px solid #ccc;
            margin-bottom: 30px;
            padding-bottom: 30px;
            }
            #infoSection .listedBy {
                color: #696969;
                font: 17px/1.42 'PT Serif',Georgia,serif;
                font-weight: 400;
                margin-top: 20px;
                text-align: center;
            }
            #agentSection .pic {
                background-position: center center;
                background-repeat: no-repeat;
                background-size: contain;
                border: 3px solid #ccc;
                display: block;
                height: 225px;
                margin: 0 auto 10px auto;
                width: auto;
                }
            #agentSection .name {
                color: #444;
                font: 20px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                text-align: center;
                margin-bottom: 10px;
            }
        	#agentSection .designations {
        		margin-bottom: 15px;
        		text-align: center;
            	}
                #agentSection .designations-icon {
                	height: 34px;
                	width: 34px;
                }
            #agentSection .callMeContainer {
                margin: 0 auto 0 auto;
                }
                #agentSection .callMe {
                    background-color: #f6624a;
                    clear: both;
                    color: white;
                    display: block;
                    float: none;
                    margin: 0 auto 10px auto;
                    padding: 1% 2% 1% 2%;
                    text-align: center;
                    text-decoration: none;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 65%;
                    }
                    #agentSection .callMe:hover {
                        background-color: #f43819;
                        outline: 0;
                        text-decoration: none;
                    }
            #agentSection .title {
                color: #444;
                font: 13px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                text-align: center;
                text-transform: uppercase;
                margin-bottom: 10px;
            }
            #agentSection .accr {
                color: #444;
                font: 10px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                text-align: center;
                text-transform: uppercase;
                margin-bottom: 10px;
            }
            #agentSection .companySection {
                margin-top: 20px;
                }
                #agentSection .companyLogo {
                    float: left;
                    margin-right: 10px;
                    width: 100px;
                }
                #agentSection .company {
                    color: #444;
                    font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                    font-weight: 400;
                    margin-bottom: 0;
                    text-align: left;
                }
                #agentSection .companyLicense {
                    font-size: 12px;
                }
            #agentSection .phone {
                color: #f6624a;
                display: block;
                font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                padding: 1% 2% 1% 2%;
                text-align: center;
                margin: 0 auto 2% auto;
                width: 130px;
                }
                #agentSection .phone:hover {
                    outline: 0;
                    text-decoration: none;
                }
            #agentSection .email {
                color: #f6624a;
                display: block;
                font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                margin-bottom: 5px;
                text-align: center;
            }
            #agentSection .activerain {
                color: #f6624a;
                display: block;
                font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
                margin-bottom: 15px;
                text-align: center;
            }
            #agentSection .social {
                text-align: center;
                }
                #agentSection .social a:hover {
                    background-color: none;
                    text-decoration: none;
                }
                #agentSection .social .fa-facebook-f {
                    border: 1px solid #3b5998;
                    border-radius: 50%;
                    color: #3b5998;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #agentSection .social .fa-facebook-f:hover {
                        background-color: #3b5998;
                        color: white;
                        text-decoration: none;
                    }
                #agentSection .social .fa-instagram {
                    border: 1px solid #bb28b7;
                    border-radius: 50%;
                    color: #bb28b7;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #agentSection .social .fa-instagram:hover {
                        background-color: #bb28b7;
                        color: white;
                        text-decoration: none;
                    }
                #agentSection .social .fa-twitter {
                    border: 1px solid #55acee;
                    border-radius: 50%;
                    color: #55acee;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #agentSection .social .fa-twitter:hover {
                        background-color: #55acee;
                        color: white;
                        text-decoration: none;
                    }
                #agentSection .social .fa-pinterest {
                    border: 1px solid #bd081c;
                    border-radius: 50%;
                    color: #bd081c;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #agentSection .social .fa-pinterest:hover {
                        background-color: #bd081c;
                        color: white;
                        text-decoration: none;
                    }
                #agentSection .social .fa-google-plus-g {
                    border: 1px solid #dd4b39;
                    border-radius: 50%;
                    color: #dd4b39;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #agentSection .social .fa-google-plus-g:hover {
                        background-color: #dd4b39;
                        color: white;
                        text-decoration: none;
                    }
                #agentSection .social .fa-linkedin-in {
                    border: 1px solid #0077b5;
                    border-radius: 50%;
                    color: #0077b5;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #agentSection .social .fa-linkedin-in:hover {
                        background-color: #0077b5;
                        color: white;
                        text-decoration: none;
                    }
                #agentSection .social .fa-youtube {
                    border: 1px solid #cd201f;
                    border-radius: 50%;
                    color: #cd201f;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #agentSection .social .fa-youtube:hover {
                        background-color: #cd201f;
                        color: white;
                        text-decoration: none;
                    }
                #agentSection .social .fa-users {
                    border: 1px solid #000;
                    border-radius: 50%;
                    color: #000;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #agentSection .social .fa-users:hover {
                        background-color: #000;
                        color: white;
                        text-decoration: none;
                    }
                #agentSection .social .fa-blogger-b {
                    border: 1px solid #f49340;
                    border-radius: 50%;
                    color: #f49340;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #agentSection .social .fa-blogger-b:hover {
                        background-color: #f49340;
                        color: white;
                        text-decoration: none;
                    }
                #agentSection .social .fa-wordpress {
                    border: 1px solid #21759b;
                    border-radius: 50%;
                    color: #21759b;
                    height: 34px;
                    line-height: 34px;
                    margin-left: 2px;
                    margin-right: 2px;
                    text-align: center;
                    transition: all 250ms linear;
                    transition-property: all;
                    transition-duration: 250ms;
                    transition-timing-function: linear;
                    transition-delay: initial;
                    width: 34px;
                    }
                    #agentSection .social .fa-wordpress:hover {
                        background-color: #21759b;
                        color: white;
                        text-decoration: none;
                        }
            #agentSection .tagline {
                color: #777;
                font: 20px/1.42 'PT Serif',Georgia,serif;
                font-weight: 300;
                font-style: italic;
            }
            #agentSection .bio {
                color: #444;
                font: 16px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 400;
            }
    #footer {
        background-color: #2b2b2b;
        color: #999;
        font: 14px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        padding-bottom: 60px;
        padding-top: 60px;
        }
        #footer .agent {
            color: #ccc;
        }
        #footer .disclaimer {
            color: #f6624a;
            margin-left: 5px;
            vertical-align: middle;
        }
        #footer .disclaimer:hover {
            color: #f6624a;
        }
        #footer .sps a {
            color: #ccc !important;
        }
        #footer p a, #footer p a:hover, #footer p a:active, #footer p a:focus, #footer p a:visited {
            color: #ccc;
        }
    #sidescroll {
        background-color: #2b2b2b;
        right: -10px;
        top: 25%;
        width: 45px;
    }
    #sidescroll.affix {
        right: 0;
    }
        #sidescroll li {
            height: 40px;
        }
        #sidescroll a {
            color: #ccc;
        }
        #sidescroll li:hover, #sidescroll a:hover {
            background-color: black;
            color: #f6624a;
        }
    #footer .sps a {
        color: #ccc !important;
    }
}
































@media (max-width: 767px) {
    #headerSection .nav {
        ackground-image: url('../images/transparent-black.png');
        ackground-color: rgba(0, 0, 0, 0.8);
        height: auto;
        padding: 3% 0 3% 0;
        }
        #infoSection .openHouse {
            display: block;
            font-size: 28px;
            }
            #infoSection .openHouse a {
              color: white;
            }
            #infoSection .openHouse a:focus {
              outline: none;
            }
        #headerSection .street {
            color: white;
            font: 26px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
            font-weight: 400;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            text-shadow: 1px 1px 1px #2b2b2b;
        }
        #headerSection .city {
            color: white;
            display: block !important;
            font: 15px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
            font-weight: 400;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            text-shadow: 1px 1px 1px #2b2b2b;
        }
        #headerSection a.contactAgent {
            display: none;
        }
    #infoSection .propertyInfo {
        }
        #infoSection .status {
            color: white;
            margin-bottom: 0;
        }
    #infoSection .listingAgent {
        border-left: none;
        border-top: 1px dotted #ccc;
        margin-top: 30px;
        }
        #infoSection .listedBy {
            color: #696969;
            font: 17px/1.42 'PT Serif',Georgia,serif;
            font-weight: 400;
            margin-top: 20px;
            text-align: center;
        }
        #infoSection .listingAgent .pic {
            margin-top: 30px;
        }
        #infoSection .callMe {
            display: block;
            font-size: 20px;
            margin: 0 auto 10px auto;
            text-align: center;
            width: 65%;
        }
    #infoSection a.contactAgent {
        background-color: white;
        border-color: #f6624a;
        border-radius: 0;
        border-width: 1px;
        color: #f6624a;
        display: block;
        font: 13px/33px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        height: 35px;
        margin: 15px auto 0 auto;
        padding: 0 0 0 0;
        text-align: center;
        transition: all 250ms linear;
        transition-property: all;
        transition-duration: 250ms;
        transition-timing-function: linear;
        transition-delay: initial;
        width: 115px;
        }
        #infoSection a.contactAgent:hover {
            background-color: #f43819;
            color: white;
        }
    #detailsSection .heading {
        color: #696969;
        font: 14px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin-bottom: 10px;
        margin-top: 20px;
        text-transform: uppercase;
    }
    #featuredImages {
      padding-top: 60px;
    }
    #featuredImages .row {
        color: #444;
        eight: 50px;
        height: 100%;
        font: 16px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        overflow: hidden;
        margin-bottom: 15px;
        padding-top: 10px;
        position: relative;
        }
    #highlightsSection ul {
      list-style-type: none;
      }
      #highlightsSection li {
        color: #696969;
        font: 16px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        list-style: none;
        margin-bottom: 4px;
      }
        #featuredImages .featureImage {
          display: none;
          height: 100px;
          margin: 0 auto;
          width: 200px;
        }
        #featuredImages .imageTitle {
          font-size: 20px;
        }
        #featuredImages img {
            display: none !important;
            float: none;
            margin: 10px auto 0 auto;
            width: 66%;
        }
        #featuredImages .oddText {
            display: block !important;
            float: none;
            height: auto !important;
            text-align: center;
        }
        #featuredImages p span {
            display: block !important;
            float: none;
            height: auto !important;
            margin-bottom: -10px !important;
            text-align: center;
            width: 100% !important;
            isplay: none !important;
        }
    #agentSection .tagline {
        margin-top: 10px;
        text-align: center;
    }
    #agentSection .bio {
        text-align: center;
    }
    #agentSection .companySection {
        text-align: center;
        }
        #agentSection .companyLogo {
            float: none;
            margin-bottom: 10px;
            margin-right: 0;
        }
        #agentSection .company {
            text-align: center;
        }
    #footer div {
        text-align: center;
    }
    #footer .sps a {
        color: #ccc !important;
    }
}















@media (max-width: 794px) {
    .walkscoreBg .container {
        left:0;
        margin-left:0;
        padding-top: 50px;
        width:100%;
    }
}















@media (max-width: 991px) {
    #highlightsSection ul {
      list-style-type: none;
      }
      #highlightsSection li {
        color: #696969;
        font: 16px/1.42 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
        list-style: none;
        margin-bottom: 4px;
      }
    #featuredImages img {
        background-color: #f6f6f6;
        border-top: 4px solid #f6624a;
        height: 300px;
        padding: 0 0 0 0;
        }
    #featuredImages .oddText {
        display: table-cell;
        float: none;
        height: 300px;
        vertical-align: middle;
    }
    #featuredImages p span {
        display: table-cell;
        float: none;
        height: 300px;
        vertical-align: middle;
        width: 33.33333333%;
    }

    #agentSection .email {
        font-size: 13px;
    }

    #sidescroll {
        display: none;
    }
}









@media (max-width: 1067px) {
    #infoSection .jumpToLinks a {
      clear: both;
      display: inline-block;
      float: none;
      margin-top: 2%;
      width: auto;
    }
}




#headerSection .propertyTagline {
  ackground-color: rgba(0,0,0,0.4);
  color: white;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  ont-size: 36px;
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  top: 300px;
  width: 80%;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;

  font-size: 60px;
  font-weight: bold;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #headerSection .propertyTagline {
    ackground-color: rgba(0,0,0,0.5);
    ont-size: 20px;
    left: 0;
    margin: 0;
    padding: 10px 10px 10px 15px;
    position: absolute;
    text-align: center;
    top: 300px;
    width: 100%;

    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
    text-transform: uppercase;
  }
}
@media (max-width: 599px) {
  #headerSection .propertyTagline {
    top: 200px;
  }
}









/* Slick image viewer
----------------------------------------------------------------------------- */
/*Media Showcase Photo Gallery*/
.slick-container {
	background-color: rgba(0,0,0,0.9);
   	height: 100vh;
   	left: 0;
   	margin: 0 auto;
   	padding: 0 0 0 0;
   	position: fixed;
   	top: 0;
   	visibility: hidden;
   	width: 100%;
   	z-index: 2000;
  	}
	.slick-container-close {
		background-color: black;    
	    color: white;
	    font-family: Arial, sans-serif;
	    font-size: 20px;
	    height: 25px;
	    line-height: 25px;
	    margin: 0 0 0 0;
	    padding: 0 0 0 0;
	    position: absolute;
	    right: 10px;
	    text-align: center;
	    top: 10px;
	    width: 25px;
	    z-index: 10;
	  	}
	  	.slick-container-close:hover {
	  		cursor: pointer;
	  	}
	  	.prop-photo-container {
			margin: 5vh auto;
	    	max-height: 90vh;
	    	max-width: 80vw;
		  	}  	
		  	.prop-photo-title {
			  color: white;
		  	  font-family: "Lato", Arial, sans-serif;
		  	  font-size: 26px;
	    	  text-align: center;
		  	}
		  	.prop-photo-image {
			  margin: 10px auto;
	    	  max-height: 75vh;
		  	  max-width: inherit;
		  	}
		  	.prop-photo-caption {
		  	  color: #ccc;
		  	  font-family: "Lato", Arial, sans-serif;
	    	  text-align: center;
		  	}
	  	.slick-prev { left: 12px; }
	  	.slick-next { right: 40px; }
	  	.slick-prev,
	  	.slick-next {
	    	z-index: 10;
	  	}
	  	.slick-prev:before,
	  	.slick-next:before {
	    	background-color: black;
	    	border: 1px solid #b3b3b3;
	    	color: white !important;
	    	font-family: Arial, sans-serif;
	    	font-size: 25px;
	    	margin: 0 0 0 0;
	    	opacity: 1;
	    	padding: 0px 10px 5px 10px;
	  	}
/*image carousel*/
.slider-for {
	margin-bottom: 25px;
    }
    .slider-for .slick-slide img {
    	margin: 0 auto;
    	width: 80%;
    }
.slider-nav .slick-track .slick-thumbnail {
	background-size: cover;
	height: 125px;
	margin: 5px;
    }
    .slider-nav .slick-current {
    	background-color: #2b2b2b;
    }
    .slider-nav .slick-prev { left: -25px; }
  	.slider-nav .slick-next { right: 5px; }















/*universal styles*/
#headerSection .nav {
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 100;
    }
    .opaque {
        background-color: rgba(0, 0, 0, 0.9);
    }
    #headerSection .nav .address {
        display: none;
    }
    #headerSection .propertyTagline {
        line-height: 0.7;
    }
    #headerSection .address-csz {
        font-size: 0.5em;
        text-transform: none;
    }
a, a:visited, a:active, a:focus, a:hover { cursor: pointer; }
h3 {
    color: #444;
    font: 36px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
}
#headerSection button.social {
    ackground-color: transparent;
    border-color: #0eaaa6;
    border-radius: 0;
    border-width: 1px;
    olor: #0eaaa6;
    font: 13px/33px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    height: 35px;
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
    transition: all 250ms linear;
    transition-property: all;
    transition-duration: 250ms;
    transition-timing-function: linear;
    transition-delay: initial;
    width: 75px;
    }
    #headerSection button.social:hover {
        background-color: #0eaaa6;
        color: white;
    }
    #headerSection .shareLinks {
        color: #696969;
        ont: 14px/20px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font: 18px/1.5 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: normal;
        }
        #headerSection .shareLinks .fa {
            display: inline-block;
            margin-left: -7px;
            width: 20px;
        }
 #headerSection .menuButton {
   margin-right: 30px !important;
 }
.openHouse {
   margin-bottom: 20px;
}
#infoSection h1 {
    color: #444;
    font: 34px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
    }
    #infoSection h1 span {
        color: #f6624a;
        font: 16px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
    }
#infoSection .status {
    color: #696969;
    font: 17px/1.42 'PT Serif',Georgia,serif;
    text-transform: uppercase;
}
#infoSection .price {
    color: #0eaaa6;
    font: 34px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
}
/* for inline html in description and summary */
#infoSection .propertyInfo,
#infoSection .propertyInfo li {
    color: #696969;
    font: 17px/1.42 'PT Serif',Georgia,serif;
    font-weight: 400;
}
#infoSection .propertyInfo strong {
    font: 17px/1.42 'PT Serif',Georgia,serif;
    font-weight: bold;
}
#infoSection .propertyInfo li {
  padding-left: 15px;
}
#infoSection .propertyInfo li a {
  color: #f6624a;
}
#infoSection .propertyInfo p a {
  color: #f6624a;
}
#infoSection .propertyInfo .intro ~ h2,
#infoSection .propertyInfo > h3,
#infoSection .propertyInfo > h4,
#infoSection .propertyInfo > h5,
#infoSection .propertyInfo > h6 {
    color: #444;
    font: 24px/1 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: left;
}
#contactSection form {
    margin: 0 auto;
    max-width: 650px;
}
/* end of inline html code */
.modal-content, .modal-body, .modal-body p, .modal-body div ul {
    background-color: white;
    border-radius: 0;
    color: #070707;
    }
    .modal .callMeModal h6 {
        font-size: 12px;
    }
    .modal .callMeModal input {
        display: inline;
        float: left;
        font-size: 12px;
        margin: 0 3px 0 3px;
        text-align: center;
        width: 16%;
    }
    .modal-body .row {
        margin: 1% 0 1% 0;
        margin-left: 0;
        margin-right: 0;
        }
        .modal-header .close {
            color: black;
        }
        .modal-body h6 {
            float: left;
            font-size: 13px;
            line-height: 26px;
            margin: 0 1% 0 1%;
            text-align: right;
            width: 38%;
        }
        .modal-body input {
            color: #323232;
            font-family: Arial, sans-serif;
            height: 26px;
            margin: 0 11% 0 1%;
            width: 48%;
        }
        .modal-body textarea {
            color: #323232;
            font-family: Arial, sans-serif;
        }
        .modal-body #inputSmall {
            margin: 0 0 0 1%;
            width: 18%;
        }
        .modal-body select {
            margin: 0 1% 0 1%;
            height: 26px;
            width: 28%;
        }
        .modal-body textArea {
            margin: 0 1% 0 1%;
            width: 48%;
        }
        .modal-footer .btn-primary {
            background-color: #f6624a !important;
        }
#modalOpenHouse .modal-body {
    text-align: center;
    }
    #modalOpenHouse .open-house-virtual-link {
        color: #f6624a;
        text-decoration: underline;
    }

#footer .sps a {
    color: #ccc !important;
}

.scrolloff { /*for google maps to prevent auto scroll on mouse hover*/
    pointer-events: none;
}

.media-showcase-item-inner i {
    background-color: #f6624a;
    color: white;
    }
    .media-showcase-item:hover > .media-showcase-item-inner i {
        background-color: white;
        border: 1px solid #f6624a;
        color: #f6624a;
    }
    .media-showcase-item:hover > .media-showcase-item-inner {
        background-color: white;
    }
    .media-showcase-item:hover .ms-item-subheading {
        color: #f6624a;
    }
.modal {
    background-color: rgba(0,0,0,0.8);
    }
    .modal-header {
        ackground-color: #f6624a;
        olor: #f6f6f6;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        }
        .modal-header .close {
            olor: #f6f6f6;
            font-size: 30px;
            opacity: 1;
        }
    .modal-body {
        ackground-color: white;
        }
        .modal-body form {
            margin-left: 0;
            width: 100%;
        }
        .modal-body form .row {
            float: left;
            margin: 1% 0 3% 0;
            width: 50%;
            }
            .modal-body .rowThird {
                width: 33.33% !important;
            }
            .modal-title {
                font-size: 24px;
            }
            .modal-body h5 {
                olor: #3b3b3b;
                font-size: 18px;
                line-height: 1.5;
                margin-bottom: 25px;
            }
            .modal-body h6 {                
                display: none;
            }
            .modal-body .labelSmall {
                olor: #9c9c9c;
                padding-left: 6%;
            }
            .modal-body input {
                border: none;
                border-bottom-style: solid;
                border-bottom-width: 2px;
                order-bottom: 2px solid #f6624a;
                height: 45px;
                outline: none;
                padding-left: 5%;
                width: 95%;
                -webkit-transition : all .8s ease-out;
                -moz-transition : all .8s ease-out;
                -o-transition : all .8s ease-out;
                transition : all .8s ease-out;
                }
                .modal-body input:focus {
                    background-color: #f5f5f5;
                    order-color: #e4e4e4;
                }
            .modal-body select {
                ackground-color: #f5f5f5;
                border: none;
                height: 50px;
                outline: none;
                width: 30%; /*all select boxes should be on their own row - jose*/
            }
            .modal-body textarea {
                order-color: #cecece;
                height: 100px;
                margin-left: 2px;
                outline: none;
                padding: 1% 0 0 2%;
                width: 100%;
            }
            .modal-body .callMeModal .phone {
                width: 85%;
            }
    .modal-footer .btn-primary {
        ackground-color: #f6624a !important;
        border-radius: 0;
        box-shadow: 5px 5px 7px 0 #9c9c9c;
        font-style: italic;
        letter-spacing: 1.5px;
        text-shadow: 1px 1px 1px #423e3e;
        text-transform: uppercase;
        -webkit-transition : box-shadow .8s ease-out;
        -moz-transition : box-shadow .8s ease-out;
        -o-transition : box-shadow .8s ease-out;
        transition : box-shadow .8s ease-out;
        }
        .modal-footer .btn-primary:hover {
            box-shadow: none;
        }
        #modalFinanceDisclaimer .modal-footer,
        #modalOpenHouse .modal-footer { 
        	display: none; 
        }