@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
.menu-menu-top-container {
  background: linear-gradient(to bottom, #208475 0%, #175C67 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208475 ), color-stop(100%,#175C67 )); /* Chrome,Safari4+ */
  margin: 0 10px;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: lato !important;
  font-weight:normal;
}
.menu-menu-top-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  background: #208475; /* Old browsers */
background: -moz-linear-gradient(top, #208475 0%, #175c67 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208475), color-stop(100%,#175c67)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #208475 0%,#175c67 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #208475 0%,#175c67 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #208475 0%,#175c67 100%); /* IE10+ */
background: linear-gradient(to bottom, #208475 0%,#175c67 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#208475', endColorstr='#175c67',GradientType=0 ); /* IE6-9 */

}
.menu-menu-top-container ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.menu-menu-top-container ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.menu-menu-top-container ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.menu-menu-top-container ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
z-index:9999;
}
.menu-menu-top-container ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
.menu-menu-top-container ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
.menu-menu-top-container ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
.menu-menu-top-container ul li ul li a {
  font-size: 14px;
   color: #fff;
  background:linear-gradient(to bottom, #C7695F 0%, #B3473C 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C7695F ), color-stop(100%,#B3473C )); /* Chrome,Safari4+ */
  font-weight: 400;
  border-bottom: 1px solid #EEEEEE;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  width: 180px;
  padding: 11px 10px 11px 20px;
}
.menu-menu-top-container ul li ul li:hover > a,
.menu-menu-top-container ul li ul li.active > a {
  background: linear-gradient(to bottom, #208475 0%, #175C67 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208475 ), color-stop(100%,#175C67 )); /* Chrome,Safari4+ */
  color: #FFF;

}
.menu-menu-top-container ul li ul li:hover:after,
.menu-menu-top-container ul li ul li.active:after {
  background: #4cb6ea;
}
.menu-menu-top-container ul li ul li:hover > ul {
  left: 170px;
  top: 0;
}
.menu-menu-top-container ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
.menu-menu-top-container > ul > li {
  float: left;
}
.menu-menu-top-container > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dedede 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dedede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
.menu-menu-top-container > ul > li.has-sub > a {
  padding-right: 40px;
}

.menu-menu-top-container > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 20px;
  z-index: 2;
  position: relative;
}
.menu-menu-top-container > ul > li:hover:after,
.menu-menu-top-container > ul > li.active:after {
  height: 100%;
}
.menu-menu-top-container > ul > li:hover > a,
.menu-menu-top-container > ul > li.active > a {
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dedede 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dedede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
color:#000;
}
.menu-menu-top-container > ul > li:hover > a:after,
.menu-menu-top-container > ul > li.active > a:after {
  background: #000000;
}
.menu-menu-top-container > ul > li:hover > a:before,
.menu-menu-top-container > ul > li.active > a:before {
  border-top-color: #ffffff;
}
.menu-menu-top-container > ul > li:hover > ul {
  left: 0;
}
.menu-menu-top-container > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
.menu-menu-top-container #menu-button {
  display: none;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .menu-menu-top-container > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  .menu-menu-top-container > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  .menu-menu-top-container ul {
    width: 100%;
  }
  .menu-menu-top-container ul > li {
    float: none;
  }
  .menu-menu-top-container ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  
   .menu-menu-top-container ul li a:hover {
	   background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dedede 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dedede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
	 }
  .menu-menu-top-container ul > li:after {
    display: none;
  }
  .menu-menu-top-container ul li.has-sub > a:after,
  .menu-menu-top-container ul li.has-sub > a:before,
  .menu-menu-top-container ul li ul li.has-sub:after,
  .menu-menu-top-container ul li ul li.has-sub:before {
    display: none;
  }
  .menu-menu-top-container ul li ul,
  .menu-menu-top-container ul li ul li ul,
  .menu-menu-top-container ul li ul li:hover > ul {
    left: 0;
    position: relative;
  }
  .menu-menu-top-container ul li ul li,
  .menu-menu-top-container ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  .menu-menu-top-container ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
    width: auto;
	background:none;
	border-bottom:none;
  }
  .menu-menu-top-container ul li ul{ background:none;}
  
  .menu-menu-top-container ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  .menu-menu-top-container ul li ul li:hover > a {
   color: #fff;
  background:linear-gradient(to bottom, #7EAE5D 0%, #689947 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);

  }
  .menu-menu-top-container #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  .menu-menu-top-container #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  .menu-menu-top-container #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}
