.yanmenu2 {
    margin-top:20px;
    list-style:none;
    padding-left:5px;
    font-size:12px;
}
    .yanmenu2 h5 {
        color:#1F9BA3;
        /*border-bottom:1px solid #c3ddee;*/
        padding-bottom:5px;
font-weight:bold;
    }
    .yanmenu2 ul {
        list-style-type: disc;
        display: block;
        width: 100%;
    }
        .yanmenu2 ul li {
            display: list-item;
            text-align: -webkit-match-parent;
            padding: 2px 0 4px 0;
            margin-left:15px;
           /* border-bottom:1px solid #ddd;*/
            
        }
           
    .yanmenu2 ul li a{
        color:#777;
        font-size:13px;
        text-decoration: none;
        transition: all 0.0s ease-in-out;
        padding-bottom: 2px;
        
    } .yanmenu2 ul li a:hover {
                color:#ffe8eb;
text-decoration:underline;
            }


/*Yatay Menu*/
.yanmenuYatay2 {
  background: #4cb6ea;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
.yanmenuYatay2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.yanmenuYatay2 ul:after,
.yanmenuYatay2:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.yanmenuYatay2 ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.yanmenuYatay2 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yanmenuYatay2 ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
.yanmenuYatay2 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;
}
.yanmenuYatay2 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;
}
.yanmenuYatay2.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
.yanmenuYatay2 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;
}
.yanmenuYatay2.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
.yanmenuYatay2 ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
.yanmenuYatay2 ul li ul li:hover > a,
.yanmenuYatay2 ul li ul li.active > a {
  color: #4cb6ea;
}
.yanmenuYatay2 ul li ul li:hover:after,
.yanmenuYatay2 ul li ul li.active:after {
  background: #4cb6ea;
}
.yanmenuYatay2 ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
.yanmenuYatay2 ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
.yanmenuYatay2 > ul > li {
  float: left;
}
.yanmenuYatay2.align-center > ul > li {
  float: none;
  display: inline-block;
}
.yanmenuYatay2.align-center > ul {
  text-align: center;
}
.yanmenuYatay2.align-center ul ul {
  text-align: left;
}
.yanmenuYatay2.align-right > ul {
  float: right;
}
.yanmenuYatay2.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
.yanmenuYatay2.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
.yanmenuYatay2.align-right ul ul li a {
  text-align: right;
}
.yanmenuYatay2 > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
.yanmenuYatay2 > ul > li.has-sub > a {
  padding-right: 40px;
}
.yanmenuYatay2 > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
.yanmenuYatay2 > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #4cb6ea;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
.yanmenuYatay2 > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
.yanmenuYatay2 > ul > li:hover:after,
.yanmenuYatay2 > ul > li.active:after {
  height: 100%;
}
.yanmenuYatay2 > ul > li:hover > a,
.yanmenuYatay2 > ul > li.active > a {
  color: #000000;
}
.yanmenuYatay2 > ul > li:hover > a:after,
.yanmenuYatay2 > ul > li.active > a:after {
  background: #000000;
}
.yanmenuYatay2 > ul > li:hover > a:before,
.yanmenuYatay2 > ul > li.active > a:before {
  border-top-color: #ffffff;
}
.yanmenuYatay2 > ul > li:hover > ul {
  left: 0;
}
.yanmenuYatay2 > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
.yanmenuYatay2 .menu-button {
  display: none;
}
.yanmenuYatay2 > ul > li > a {
  display: block;
}
.yanmenuYatay2 > ul > li {
  width: auto;
}
.yanmenuYatay2 > ul > li > ul {
  width: 170px;
  display: block;
  z-index:3;
}
.yanmenuYatay2 > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 800px), 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) {
  .yanmenuYatay2 > 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;
  }
  .yanmenuYatay2 > ul > li > ul {
    width: 100%;
    display: block;
  }
  .yanmenuYatay2.align-right ul li a {
    text-align: left;
  }
  .yanmenuYatay2 > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  .yanmenuYatay2.align-right ul ul li a {
    text-align: left;
  }
  .yanmenuYatay2 > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  .yanmenuYatay2 ul li ul li a {
    width: 100%;
  }
  .yanmenuYatay2.align-center > ul {
    text-align: left;
  }
  .yanmenuYatay2.align-center > ul > li {
    display: block;
  }
  .yanmenuYatay2 > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  .yanmenuYatay2 ul {
    width: 100%;
  }
  .yanmenuYatay2 ul > li {
    float: none;
    width: 100%;
  }
  .yanmenuYatay2 ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  .yanmenuYatay2 ul > li:after {
    display: none;
  }
  .yanmenuYatay2 ul li.has-sub > a:after,
  .yanmenuYatay2 ul li.has-sub > a:before,
  .yanmenuYatay2 ul li ul li.has-sub:after,
  .yanmenuYatay2 ul li ul li.has-sub:before {
    display: none;
  }
  .yanmenuYatay2 ul li ul,
  .yanmenuYatay2 ul li ul li ul,
  .yanmenuYatay2 ul li ul li:hover > ul,
  .yanmenuYatay2.align-right ul li ul,
  .yanmenuYatay2.align-right ul li ul li ul,
  .yanmenuYatay2.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  .yanmenuYatay2 ul li ul li,
  .yanmenuYatay2 ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  .yanmenuYatay2 ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
  }
  .yanmenuYatay2 ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  .yanmenuYatay2 ul li ul li:hover > a {
    color: #000000;
  }
  .yanmenuYatay2 .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;
  }
  .yanmenuYatay2 .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;
  }
  .yanmenuYatay2 .menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}

