@charset "utf-8";

/* Green #349946

orange light e46f26
orange dark  d74b26

cyan 0078bd


*/
/* CSS Document */
body{ font-family: 'Rubik', sans-serif; color: #333; font-size: 14px; font-weight: normal; background-color: #ffffff; }

a:link { color:#349946; text-decoration: none; }
a:hover { color:#ba3e38; text-decoration: none; }
a:visited { color:#349946; text-decoration: none; }
a:active { color:#349946; text-decoration: none; }

.bg_green1{ background-color: #52ab3f; color: #ffffff; }
.bg_orange1{ background-color: #f37043; color: #ffffff; }

.banner_bg1 {background-image: url(../images/Banner_bg.jpg); color:#fff; font-size: 36px; font-weight: bold; text-align: center;  }
 
.nav-link { padding: 0px 15px; text-transform: uppercase; margin-top: 30px; color: #999999; }

.logo  {height: 100px; z-index: 999;    }


.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


@media (min-width: 576px) {  }


@media (min-width: 768px) {   }


@media (min-width: 992px) {   }


@media (min-width: 1200px) {   }