@charset "UTF-8";


ul.menu {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 0px;
  box-shadow: none;
  clear: both;
  display: table;
  margin-bottom: 0px;
}
ul.menu .list {
  font-size: 13px;
  border-bottom: 1px solid #e9eded;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  vertical-align: sub;
  background: #ffffff;
  clear: both;
}
ul.menu .list:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 3px;
  padding: 0px 5px;
  font-size: 19px;
  color: #363636;
  cursor: pointer;
}
ul.menu .list:before {
/*  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;*/
}
ul.menu .list a {
  text-decoration: none;
  color: #363636;
  padding: 10px 0px 10px 15px;
  display: block;
  height: 100%;
  box-sizing: border-box;
  font-weight: 500
}
ul.menu .list a:hover {
  background-color: #5bc8ac;
  transition: 300ms all;
  color: #ffffff;
}
ul.menu .list .items {
  height: 0px;
  display: none;
}
ul.menu .list .items a {
  padding: 13px 25px;
}
ul.menu .list .items a:hover {
  background-color: #5bc8ac;
  color: #fff;
  transition: 300ms all;
}
ul.menu .list:last-child {
  border-bottom: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.menu .active:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 3px;
  padding: 0px 5px;
  color: #363636;
  font-size: 19px;
  cursor: pointer;
}
ul.menu .active:before {
/*  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;*/
}
ul.menu .active > .items {
  display: block;
  background: #ffffff;
  padding: 0px;
  height: auto;
  color: #363636;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
}
ul.menu .active > .items li {
  padding: 0px;
  border-bottom: 1px solid #e9eded;
  list-style: none;
}
ul.menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
ul.menu .active > .items .active > .items {
  background-color: #5bc8ac;
}

ul.menu .active > a {
  color: #363636;
  font-weight: bold;
}
ul.menu .active .list {
  position: relative;
}

ul.menu .active .list a {
  padding: 13px 25px;
}


ul.menu .active .active .submenu3{
  opacity: 1;
}
.submenu3{
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 999999999;
}
ul.menu .list .submenu3 {
  overflow: inherit;
  display: none;
  background: #ffffff;
  padding: 0px;
  height: auto;
  color: #363636;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
  background-color: #5bc8ac;
}
ul.menu .list .list:hover .submenu3 {
  display: block;
}

ul.menu .submenu3 a {
  padding: 13px 25px;
  color: white;
}

.youtubeBtn {
  position: fixed;
  left: 50%;
  transform: translatex(-50%);
  bottom: 45px;
  cursor: pointer;
  transition: all 0.3s;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

.youtubeBtn i {
  font-size: 20px;
  float: left;
}

.youtubeBtn a {
  color: #ff0000;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  animation: youtubeAnim 1000ms linear infinite;
  float: right;
}

.youtubeBtn a:hover {
  color: #c9110f;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
}

.youtubeBtn i:active {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}

.youtubeBtn span {
  font-family: "Lato";
  font-weight: bold;
  color: #fff;
  display: block;
  font-size: 12px;
  float: right;
  line-height: 20px;
  padding-left: 5px;
}

@keyframes youtubeAnim {
  0%, 100% {
    color: #c9110f;
  }
  50% {
    color: #ff0000;
  }
}
/* footer  */