/*
 * YO Menu v1.1.5
 * Copyright 2016, iDiY
 * Contact: info@idiy.club
 */

/*  Default Style  */
.yo-menu
{
    margin-bottom: 20px;
}
.yo-heading
{
    font-size: 16px;
    position: relative;
    padding: 10px 14px;
    cursor: pointer;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f5f5f5;
    text-shadow: 0 1px 0 #fff;
}
.yo-heading.yo-open
{
    border-bottom-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.yo-heading.yo-close
{
    background-color: #fff;
}
.yo-heading i.fa.fa-bars
{
    line-height: 20px;
    float: right;
}
.yo-wrapper
{
    /*border: 1px solid #ddd;
    border-radius: 4px;*/
}
.yo-heading + .yo-wrapper
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.yo-menu ul.yo-am li
{
    line-height: 14px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}
.yo-menu ul.yo-am li + li,
.yo-menu ul.yo-am li li
{
   /* border-top: 1px solid #e7e7e7;*/
}
.yo-menu ul.yo-am li a
{
   padding: 8px 0 8px 13px;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
    text-decoration: none;
    color: #333;
		font-size: 12px;
    /*background-color: #fff;*/
    
}
/*KZKsLbB8cspPlL3LUHS+OXEzJjgThzRKUc/yRRv/HjFW1IWS5uTKpVVb9kN447ccBWfuIxCkia2ZfjqKhvuvpA==*/
.yo-menu ul.yo-am li a:hover
{
    /*color: #333;
    background-color: #f7f7f7;*/
}
.yo-menu ul.yo-am li a.active
{
   /* font-weight: bold;
    color: #fff;*/

}
/*  End Default Style  */

ul.yo-am,
ul.yo-am ul
{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	font-size: 14px;
}
ul.yo-am ul
{
    display: none;
}
ul.yo-am li
{
    position: relative;
    display: block;
    float: none;
}
ul.yo-am li a
{
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
    outline: none;
}
ul.yo-am li a.am-item
{
    padding-right: 2.6em;
}
ul.yo-am li.active > ul
{
    display: block;
}
ul.yo-am li a span
{
    position: relative;
    vertical-align: middle;
}
ul.yo-am li a span.am-badge
{
    font-size: 85%;
    font-weight: bold;
    margin-left: .4em;
    padding: 2px 6px;
    text-align: center;
    color: #444;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #f5f5f5;
}
ul.yo-am li a.am-parent span.am-arrow:after
{
    font-family: FontAwesome;
    float: right;
    margin-right: -4px;
    content: '\f105';
}
/*BvSm/oQ0OO/H8HNTVgsNuoXC6spOG6tse2zuguBeGdXrOac6piw8Bf9aP9cOL1kRVKgXz/BlLgUR8lcrgTIrYw==*/
ul.yo-am li.am-item-open > a.am-parent span.am-arrow:after
{
    margin-right: -5px;
    content: '\f107';
}
ul.yo-am li a.am-tb
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding-right: 9px;
    padding-left: 14px;
    color: #222;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

ul.yo-am li a.am-tb span:before
{
    font-family: FontAwesome;
    font-size: 12px;
    content: '\f0d7';
}
ul.yo-am li.am-item-open > a.am-tb span:before
{
    content: '\f0d8';
}
ul.yo-am .am-price
{
    font-size: 85%;
    float: right;
    margin-left: .4em;
    padding: 0 .6em;
    text-align: center;
    color: #444;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #f5f5f5;
}
ul.yo-am li.am-image > a,
ul.yo-am li a.am-image
/*wJYzZ4/3MAOFMEzitWNzqtGBiWS8IkWxH24q9obGBA7rcULgZY6fZ5MKSv4Qk/o13pBoxRoUBMWCnpITVyQQig==*/
{
    padding: 3px !important;
    text-align: center;
}
ul.yo-am img
{
    overflow: hidden;
    max-width: 100% !important;
    height: auto;
    vertical-align: middle;
    border: 0;
}
ul.yo-am img.am-icon
{
    margin-right: .7em;
}
ul.yo-am li a img.am-icon + span
{
    display: inline;
}
ul.yo-am li li a:first-child
{
    padding-left: 20px;
		font-weight: 700;
		background-color: #eaebed;

}

.yo-menu ul li a.am-tb {
			border:none;
}


ul.yo-am li li li a:first-child:before {
	font-size: 12px;
  content: '-';
}
ul.yo-am li li li a:first-child
{
    padding-left: 25px;
		background-color: #fff;
		font-weight: inherit;
}
ul.yo-am li li li li a:first-child
{
    padding-left: 30px;
}
ul.yo-am li li li li li a:first-child
{
    padding-left: 35px;
}

.yo-wrapper > ul > li > a {
    background-color: #f06c00;
    color: #fff !important;
		text-transform: uppercase;
		padding: 8px 0 8px 13px;
}

.yo-menu ul li a{
    border: 1px solid #bfc5d1;
		margin: 1px 0;
}

.yo-wrapper > ul > li > a {
	border: none;
}

.yo-menu ul li a.am-tb {

	margin: none;
}
