﻿.mySlides {
    display: none
}
.hidden{
    display:none;
}
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    vertical-align: top;
    margin: auto;
}

/* Caption text */
.text {
    color: #000000;
    font-size: 15px;
    padding: 8px 12px;
    text-align: left;
}

.text1 {
    color: #000000;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
}

}
/* Number text (1/3 etc) */
.numbertext {
    color: #000000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 18px;
}

/* The dots/bullets/indicators */
.dot {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 250px;
    width: auto;
    padding: 12px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background-color: lightgrey;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.slides {
    position: absolute;
    top: 1em;
    right: 2em;
    width: 200px;
    padding: 4px;
    background-color: #e5d9b9;
    font-weight: bold;
    font-size: 11px;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}


@media print {

    #header, #footer, #nav {
        display: none;
    }
}

.auto-right {
    text-align: right;
}

.auto-left {
    text-align: left;
}

.img-resp {
    max-height: 132px;
    width: auto;
    float: left;
}

.menu {
    color: white;
    font-size: 32px;
    display: none;
    float: right;
    padding: 12px;
}
.baddress{
    padding-top:5px;
}

.w33 {width: 33.33%;display:block;float:left;}
.w66 {width: 65.07%;display:block;float:left;margin-right:1.6%;}


.clear{
    clear:both;
}
.section {
    background-color: #ededed; /* #e2f0f0;*/
    border: 1px solid #0e648c;
    border-radius: 4px;
    /*margin: 20px;*/
    min-height: 400px;
    min-width: 320px;
}

.right {
    margin-left: 0px;
}

.left {
    margin-left: 0px;
}

.iframeMLS {
    width: 40%;
    float: left;
}

p,ul,li{
    text-align:left;
}

.buttonsMLS{
    width: 60%;
    padding: 4px 20px 0px 20px;
    float: left;
    text-align: center;
}

.btnbordersub {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 2px solid #181872;
    background-color: white;
    color: #181872;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    text-align:center;
}



    .btnbordersub:hover {
        border: 2px solid #19ACE2;
        background-color: #0e648c;
        color: white;
    }

.auto-right {
    text-align: right;
}

.auto-left {
    text-align: left;
}

.button_float_fit{
    min-width:200px;
    width: 31.5%;
    float: left;
    margin: 5px 5px 10px 5px;
    font-size:14px;
    font-weight:700;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
#directions-panel {
    height: 500px;
    width: 48%;
    overflow: auto;
    font-size:13px;
}

#map-canvas {
    margin-right: 10px;
    width: 48%;
    height: 500px;
    float: left;
}

#control {
    background: #fff;
    padding: 5px;
    font-size: 14px;
    font-family: Arial;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    display: none;
}
hr{
    color:silver;
    height:2px;
}
.hideDesktop{
    
}

.hideMobile{
    
}

@media screen and (min-width:1081px) {
    .w3-navbar {
        display: block;
    }
    .hideDesktop{
        display:none;
    }
}

@media screen and (max-width:1080px) {
    .img-resp {
        max-height: 80px;
    }

    .baddress {
        display: none;
    }

    .menu {
        display: block;
    }

    .w3-navbar {
        display: none;
    }

    .w33,.w66{width:100%;}

    body {width:auto;}

    .right,.left{margin-bottom:14px;}

    #myHeader {
        border-bottom: 2px solid #2B444F;
    }
    .hideMobile{
        display:none;
    }
}
@media screen and (max-width:800px){
    .button_float_fit {
        width: 46%;
    }
}
@media screen and (max-width:680px){
    .iframeMLS, .buttonsMLS {
        width: 100%;
        float: none;
    }
    #directions-panel,#map-canvas{
        width:100%;
    }
}
@media screen and (max-width:480px) {
    .img-resp {
        max-height: 60px;
    }

    .baddress {
        display: none;
    }

    .menu {
        padding: 5px;
    }
    .button_float_fit {
        width: 98%;
    }
}
