body {
    background: #eeeeee;
    width: 100%;
}
.tm_logo_left {
    float: left;
}
.tm_logo_right {
    float: right;
}
.contact-phone {
    border: 1px solid #eee;
    display: inline-block;
    float: right;
}
#phoneNumbers {

}
#contactPic {
    cursor: default;
}
.tm_phone {
    margin: 0 15px;
}
.tm_phone ul {
    font-family: "open sans condensed", arial, verdana, sans-serif;
    font-size: large;
    font-weight: bold;
    line-height: 1.3;
}
.tm_phone ul li {

}
.blue {
    color: #006699;
}
.cosmo {
    color: #99cc00;
    vertical-align: baseline;
    font-family: Verdana,sans-serif;
    font-weight: bold;
    font-size: x-small;
}
div#tm_container {
    margin: 0 auto !important;
}
.tm_header {
    margin-bottom: 20px;
}
.tm_sidebarwidget_left , .tm_sidebarwidget_right {
    border: 1px solid #eee;
}
.tm_header {
    /*background: rgb(51, 51, 51);*/
    background: #FCFCFC;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 4px 4px #a9a9a9;
}
.tm_left .widget_tm_headline_green , green , .tm_sidebarwidget_left li {
    background: #bdd630 !important;
}
.tm_right .widget_tm_headline , .tm_sidebarwidget_left li {
    border: 1px solid #B1B1B1;
}
.tm_right .widget_tm_headline_green {
    background: #bdd630;
}

.footerin {
    background: rgb(51, 51, 51);
}
.breadcrumbs {
    background: #bdd630;
}
#gallery {
    margin: 40px auto;
}
#gallery .gallery-item {
display: block;
    float: left;
    margin: 10px;
    text-align: center;
    width: 200px;
    height: 200px;
    border: 1px solid #cfcfcf;
}
#gallery img {
    /* border: 2px solid #cfcfcf; */
    height: auto;
    max-width: 100%;
    height: 200px;
    width: auto;
    margin:auto;
}
#gallery .gallery-caption {
    margin-left: 0;
}


@media screen and (min-width: 480px) and (max-width: 1004px) {
    #phoneNumbers {
        display: none;
        position: absolute;
        float: none;
        margin: 0;
        padding: 5px;
        z-index: 100;
        top: 120px;
        right: 17px;
        background: #fff;
        box-shadow: 0px 2px 5px 2px #969292;
    }
    .tm_logo {
        padding: 0;
    }
    .contact-phone {
        position: static;
    }
    #contactPic {
        cursor: pointer;
    }
    .tm_phone ul {
        font-weight: normal;
    }
}
@media screen and (max-width:479px) {
    .tm_logo.tm_logo_left {
        padding: 0;
        float: none;
        width: 80%;
        margin: 0 auto;
    }
}
 .tm_sidebar_headline_titles a{font-weight:bold;}
 .tm_sidebar_headline_titles a:hover{color:#333333; }



.map-container{
	width:60%;
	float:left;
	margin-right:15px;
	/* border-right:1px solid black; */
	}
.contact-info-container{
	width:30%;
	float: left;
}
.contact-info-container h1{
	margin:0px;
	margin-bottom:20px;
	border-bottom:1px solid #333333;
}
#post-2546  img{max-width:100% !important;height:auto !important;}
img.lazy {
        display: block;
        max-width: 100%;
    }
    
    
    
    
@media (max-width:479px) {
    
    #gallery .gallery-item {
    display: block;
    float: left;
    margin: 5px;
    text-align: center;
    width: 45%;
    height: 200px;
    border: 1px solid #cfcfcf;
}
}