﻿.animate-show.ng-hide {
    overflow: hidden;
    max-height: 0 !important;
    transition-property: max-height;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    display: block !important;
}

.animate-show {
    overflow: hidden;
    transition: max-height 0.5s ease-in;
    max-height: 923px !important;
}

@media (max-width: 1024px) {
    .animate-show {
        overflow: hidden;
        transition: max-height 0.5s ease-in;
        max-height: 1590px !important;
    }
}
