
@charset "utf-8";
.w3_megamenu .dropdown a, .w3_megamenu .dropdown-menu a {
    color: #ede837;
	text-decoration:none;
}
.w3_megamenu .dropdown-menu > li > a {
    padding: 6px 15px;
}
.w3_megamenu .navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
}
.w3_megamenu i {
    color: #ede837;
}
.w3_megamenu .dropdown-menu {
    border: 1px solid #00A664;
    box-shadow: none;
    padding: 0;
}
.w3_megamenu .form-control {
    border: 1px solid #00A664;
    margin-top: 10px;
}
.w3_megamenu .btn {
    margin: 10px 0 20px;
}
.w3_megamenu video {
    height: auto;
    max-width: 100%;
}
.w3_megamenu iframe, .w3_megamenu embed, .w3_megamenu object {
    max-width: 100%;
}
.w3_megamenu .google-map {
    border: 1px solid rgba(255, 255, 255, 0.5);
    min-height: 200px;
    width: 100%;
}
.w3_megamenu div.google-map {
    background: none repeat scroll 0 0 #ffffff;
    height: 200px;
    margin: 0;
    width: 100%;
}
#googlemaps img {
    max-width: none;
}
.w3_megamenu .dropdown-menu .withoutdesc {
    display: block;
    margin-top: 0;
    padding: 15px 20px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.w3_megamenu a:hover {
    text-decoration: none;
}
.w3_megamenu .dropdown-menu .withoutdesc ul li {
    padding: 3px 10px;
}
.w3_megamenu .dropdown-menu .withoutdesc ul li:hover, .w3_megamenu .dropdown-menu .withoutdesc ul li:focus {
    background-color: #f5f5f5 !important;
    color: #262626;
    text-decoration: none;
}
.w3_megamenu .dropdown-menu .withoutdesc li:last-child {
    border-bottom: 0 solid #fff;
}
.w3_megamenu .w3_megamenu-content.withdesc a:after {
    color: #cfcfcf;
    content: attr(data-description);
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 0;
    margin: 10px 0 15px;
    text-transform: uppercase;
}
.w3_megamenu .dropdown-submenu {
    position: relative;
}
.w3_megamenu .dropdown-submenu > .dropdown-menu {
    left: 100%;
    margin-left: -1px;
    margin-top: 0;
    top: 0;
}
.w3_megamenu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.w3_megamenu .dropdown-submenu > a:after {
    border-color: transparent transparent transparent #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}
.w3_megamenu .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
.w3_megamenu .dropdown-submenu.pull-left {
    float: none;
}
.w3_megamenu .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.w3_megamenu p {
    color: #ede837;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
.w3_megamenu .nav, .w3_megamenu .collapse, .w3_megamenu .dropup, .w3_megamenu .dropdown {
    position: static;
}
.w3_megamenu .half {
    left: auto !important;
    right: auto !important;
    width: 50%;
}
.w3_megamenu .container {
    position: relative;
}
.w3_megamenu .dropdown-menu {
    left: auto;
}
.w3_megamenu .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.w3_megamenu .w3_megamenu-content {
    background: none repeat scroll 0 0 #006600;
    padding: 15px 25px;
}
.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.w3_megamenu .title {
    border-bottom: 1px solid #00A664;
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.w3_megamenu ul {
    list-style: none outside none;
    padding-left: 0;
}
