html {
   
    font-size: 15px;
}


body {
   
    background-color: #fff;
   
}

a[href^=tel] {
text-decoration:none;
color: black;
}



#logo {
    display: inline-block;
    vertical-align: middle;
    
}

.offers {
    background-color: #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px;
    border-radius: 10px;
    color: white;
}

#foot{
    background-color: #EFA000;
}

#Footer4 {
    background-color: #EFA000;
    padding-bottom:15px;
    padding-top: 15px;
}
@media screen and (min-width: 990px) {

    #logo {
        position: relative;
        left: -68px;
        
    }

    #Header {
        background-color:#fff;
    }
}

@media screen and (max-width: 990px) {

    #logo {
        margin-top: 30px;
    }
}

@media screen and (max-width: 463px) {

    #logo {
        margin-top: 50px;
     
    }
}
    @media screen and (max-width: 740px) {
      #logo {
        
        width: 100%;
    }
   
}

.header-container {
margin-bottom: -15px;
}

#Header4 {
   
    border-bottom: dashed 2px #EFA000;
   margin-top:5px;
    }

.middle {
    
    }


#Master1 {
    max-width: 1300px;
    margin: 0 auto;
}
/*===========PODS=========*/
.pod {
   background-color: white;
}

.PodConstrainer {
  
    margin: 0 auto;
    display:inline-block;
    background-size:cover;
    max-width: 1300px;
    margin-bottom: 1%;

}



.OnePodRow {
    
     
}
.FourPodRow {
    border-bottom: dashed black 14px;
    margin-bottom: 5px;
}

#me {
  
}

/* ===============
    Slideshow - Double
   =============== */

@media only screen and (min-width: 768px) {
    #slideshowPod {
        margin-top: -10px;
    }
}

#slideshowPod {
    background-image: none;
    border: none;
}

.podPhoto {
    width: 100%;
    margin: 0;
}

.slide {
    width: 100%;
    margin: 0;
}



#slideshow {
    position: relative;
    text-align: center;
    border-bottom: 2px dashed black;
}

    #slideshow DIV {
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 8;
        opacity: 0.0;
        text-align: center;
    }

        #slideshow DIV.active {
            position: relative;
            z-index: 10;
            opacity: 1.0;
        }

        #slideshow DIV.last-active {
            z-index: 9;
            position: absolute;
        }

        #slideshow DIV IMG {
            display: block;
            border: 0;
            }


iframe {
    width: 100%;
    height: 250px;
    margin: 0;
}





#MenuTopText {
}

.catName {
}

a#online {
    color: #EFA000;
    text-decoration: none;
}

    a#online:hover {
        color: black;
        text-decoration: none;
    }

.catDescription {
    margin: 0 auto;
    font-size: 15px;
}

#Footer1 {
    color: #fff;
    margin-top: 20px;
}



#defaultMWCF {
    margin-top: -20px;
}

#Master_CPH1_btnRegister {
    margin-top: 20px;
}