/* CSS Document */
.leftMenu {padding: 0 0px 0 0; text-align: left;}
.leftMenu ul, .leftMenu ul li {list-style-type:none; margin: 0; padding: 0;}
.leftMenu ul {width: 100%;}
.leftMenu > ul ul {display: none; border-top: 1px solid #eee;}
.leftMenu ul li {position: relative; z-index: 1; line-height: 20px;}
.leftMenu ul li.current > ul {display: block; background-color: rgba(0, 0, 0, 0.1);}
.leftMenu ul li:last-child {border-bottom: 0;}
.menu_dot {position: absolute; top: 6px; right: 0px; z-index: 99; width: 30px; height: 30px; cursor: pointer;}
.menu_dot::before {content: ''; width: 16px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 10px; left: 7px; z-index: 99; transition: all 0.5s ease 0s;}
.menu_dot::after {content: ''; width: 16px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 17px; left: 7px; z-index: 99; transition: all 0.5s ease 0s;}
.leftMenu .menu_dot_open::before {top: 14px; background-color: #c6a964; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition: all 0.5s ease 0s;}
.leftMenu .menu_dot_open::after {top: 14px; background-color: #c6a964; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}
.leftMenu a:link, .leftMenu a:visited {text-decoration:none; color:#414a50; background-color: transparent; padding: 10px 30px 10px 0px; display: block; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.leftMenu a:active, .leftMenu a:hover, a.menu_arrow_open {text-decoration:none; color:#c6a964!important; cursor:pointer; transition: all 0.5s ease 0s;}
.menu_arrow {position: absolute; top: 11px; left: -20px; width: 20px; height: 20px; -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); transition: all 0.5s ease 0s;}
.menu_arrow::before {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 6px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition: all 0.5s ease 0s;}
.leftMenu a:hover .menu_arrow::before, a.menu_arrow_open .menu_arrow::before, a.menu_arrow_open .menu_arrow::after {background-color: #c6a964; transition: all 0.5s ease 0s;}
.menu_arrow::after {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 11px; left: 6px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}
.leftMenu a:hover .menu_arrow::after {background-color: #c6a964; transition: all 0.5s ease 0s;}
.menu_arrow_open .menu_arrow {-moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); transition: all 0.5s ease 0s;}
@media only screen and (min-width:993px){
    .leftMenuMobile {display: none!important;}
}
@media only screen and (max-width:992px){
    .leftMenu {text-align: center; padding: 0;}
    .leftMenu a:link, .leftMenu a:visited {padding: 10px 30px;}
    .leftMenuMobile {width: 30px; height: 30px; margin: 40px auto 10px auto; position: relative; cursor: pointer;}
    .leftMenuMobile > span:nth-child(1) {width: 30px; height: 2px; background-color: #c6a964; position: absolute; top: 10px; left: 0; transition: all 0.5s ease 0s;}
    .leftMenu > div.show > span:nth-child(1) {top: 14px; transform: rotate(45deg);}
    .leftMenuMobile > span:nth-child(2) {width: 30px; height: 2px; background-color: #c6a964; position: absolute; top: 20px; left: 0; transition: all 0.5s ease 0s;}
    .leftMenu > div.show > span:nth-child(2) {top: 14px; transform: rotate(-45deg);}
    .leftMenuMobile::before {content: attr(data-title); width: 200px; height: 30px; line-height: 30px; position: absolute; top: -30px; left: calc(50% - 100px); text-align: center; font-size: 12px; color: #c6a964;}
    .leftMenu > ul {max-height: 0; overflow: hidden; transition: all 0.5s ease 0s;}
    .leftMenu > ul.open {max-height: 400px; overflow: auto; padding-bottom: 10px; transition: all 0.5s ease 0s;}
    .menu_arrow {left: 5px;}
}
