.dat-menu-wrapper.dat-menu-padding, ul:first-child li.dat-menu-header:first-child span {
    padding-top: 0
}

#dat-menu {
    width: 100%;
    height: 100%
}

.bg_blue_menu {
    background-color: #069 !important
}

body.datnomargin {
    margin-top: 0 !important
}

.dat-menu-setup {
    position: relative;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover
}

.dat-menu-setup .dat-menu-container {
    min-height: 100%;
    position: relative;
    outline: transparent solid 1px;
    z-index: 10;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    transform: translateZ(0) translateX(0) rotateY(0)
}

.dat-menu-setup .dat-menu-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity .4s, height 0s .4s;
    transition: opacity .4s, height 0s .4s
}

.dat-menu-setup .dat-menu-wrapper {
    position: relative
}

.component {
    margin: 0 auto;
    width: 60%
}

.dat-menu-setup.dat-menu-load {
    position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px
}

.dat-menu-load .dat-menu-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dat-menu-load .dat-menu-wrapper {
    -webkit-transform: translateZ(-1px)
}

.dat-menu-animate .dat-menu-container::after {
    opacity: 1;
    height: 101%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.dat-menu-list {
    display: none;
    position: absolute;
    height: auto;
    font-size: 22px;
    line-height: 67%;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 0;
    padding-left: 0;
    z-index: -1;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.datnomargin .dat-menu-list {
    display: block
}

.dat-menu-load .dat-menu-list {
    left: 0;
    width: auto;
    padding-left: 15%;
    z-index: 1;
    overflow: hidden
}

.dat-menu-list a {
    font-weight: 300;
    margin: 23px 0 5px;
    color: #000;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    line-height: 28px;
    display: block;
    font-family: Exo, sans-serif
}

.dat-menu-list a:hover {
    color: #000
}

.dat-menu-list ul.sub-menu {
    padding-left: 0 !important
}

.datnomargin .dat-menu-container {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.effect-1.dat-menu-animate .dat-menu-container {
    -webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
    transform: translateZ(-1500px) translateX(100%) rotateY(-45deg)
}

.effect-2.dat-menu-animate .dat-menu-container {
    -webkit-transform: translateZ(-1500px) translateX(100%) rotateY(0);
    transform: translateZ(-1500px) translateX(100%) rotateY(0)
}

.effect-3.dat-menu-animate .dat-menu-container {
    -webkit-transform: translateZ(0) translateX(80%) rotateY(0);
    transform: translateZ(0) translateX(80%) rotateY(0)
}

.no-csstransforms3d .dat-menu-animate .dat-menu-container {
    left: 75%
}

.dat-menu-list > ul {
    margin: 0 !important;
    width: 216px
}

li.dat-menu-header span {
    font-weight: 600;
    display: block;
    color: #fff;
    text-transform: uppercase
}

.dat-menu-list > ul > li > ul {
    margin-left: 0;
    padding-left: 0
}

.dat-menu-list li, .dat-menu-list.dat-submenu > ul > li > ul ul {
    padding-left: 0 !important
}

.dat-menu-list li {
    font-size: 18px;
    opacity: 0;
    list-style: none;
    margin-left: 0 !important;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    clear: both;
    border-bottom: solid 1px #E3E3E3
}

.dat-menu-list li:first-child, .dat-menu-list li:last-child {
    border-bottom: none
}

.dat-menu-list li ul li {
    border-bottom: solid 1px #E3E3E3 !important
}

.dat-menu-animate .dat-menu-list li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.dat-menu-animate .dat-menu-list li:nth-child(2) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms
}

.dat-menu-animate .dat-menu-list li:nth-child(3) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms
}

.dat-menu-animate .dat-menu-list li:nth-child(4) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s
}

.dat-menu-animate .dat-menu-list li:nth-child(5) {
    -webkit-transition-delay: .16s;
    transition-delay: .16s
}

.dat-menu-animate .dat-menu-list li:nth-child(6) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.dat-menu-animate .dat-menu-list li:nth-child(7) {
    -webkit-transition-delay: .24s;
    transition-delay: .24s
}

.dat-menu-animate .dat-menu-list li:nth-child(8) {
    -webkit-transition-delay: .28s;
    transition-delay: .28s
}

.dat-menu-animate .dat-menu-list li:nth-child(9) {
    -webkit-transition-delay: .32s;
    transition-delay: .32s
}

.dat-menu-animate .dat-menu-list li:nth-child(10) {
    -webkit-transition-delay: .36s;
    transition-delay: .36s
}

.dat-menu-animate .dat-menu-list li:nth-child(11) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.dat-menu-animate .dat-menu-list li:nth-child(12) {
    -webkit-transition-delay: .44s;
    transition-delay: .44s
}

.dat-menu-animate .dat-menu-list li:nth-child(13) {
    -webkit-transition-delay: .48s;
    transition-delay: .48s
}

.dat-menu-animate .dat-menu-list li:nth-child(14) {
    -webkit-transition-delay: .52s;
    transition-delay: .52s
}

.dat-menu-animate .dat-menu-list li:nth-child(15) {
    -webkit-transition-delay: .56s;
    transition-delay: .56s
}

.dat-menu-list.dat-submenu > ul > li > ul {
    margin-left: 0 !important;
    opacity: .8;
    width: 270px
}

.dat-menu-list.dat-submenu div, .dat-menu-list.dat-submenu > ul li.has-ot-mega-menu {
    display: none !important
}

.dat-menu-list.dat-submenu > ul li.dat-has-sub > ul > li {
    display: none
}

.dat-menu-list.dat-submenu > ul li.dat-has-sub {
    position: relative;
    display: block
}

.dat-menu-list.dat-submenu > ul li.dat-has-sub > a {
    display: block;
}

.dat-menu-list ul li > a i {
    display: none
}

.dat-menu-list.dat-submenu > ul li.dat-has-sub:after {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    color: #fff
}

.dat-menu-top-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    padding: 10px;
    text-align: center;
    color: #fff;
    box-shadow: inset 0 30px 0 rgba(255, 255, 255, .01), inset 0 -1px 0 rgba(255, 255, 255, .05), 0 2px 5px rgba(0, 0, 0, .2);
    z-index: 100000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dat-menu-top-header a, .dat-menu-top-header a:active, .dat-menu-top-header a:hover {
    color: #fff
}

.dat-menu-list input[type=submit], .dat-menu-top-header input[type=submit] {
    display: none !important
}

.dat-menu-top-header input[type=text] {
    display: block;
    position: absolute;
    height: 40px;
    top: 10px;
    line-height: 40px;
    border: 0;
    background: #fff;
    border-radius: 40px;
    outline: 0;
    opacity: 0;
    box-shadow: none;
    right: 60px;
    padding: 0 15px;
    width: 0;
    z-index: 100;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px
}

.dat-menu-top-header input[type=text]:focus {
    right: 60px;
    width: 62%;
    opacity: 1
}

.dat-menu-top-header a.dat-menu-menu, .dat-menu-top-header a.dat-menu-search {
    width: 40px;
    background-size: 40px 40px;
    text-decoration: none;
    display: block;
    height: 40px
}

.dat-menu-top-header a.dat-menu-menu {
    float: left
}

.dat-menu-top-header a.dat-menu-search {
    float: right
}

.dat-menu-list .dat-menu-search-block input[type=text] {
    display: block;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    width: 100%;
    border: 0;
    border-radius: 40px;
    color: #fff;
    outline: 0;
    background: 0 0;
    position: relative;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dat-menu-list .dat-menu-search-block input[type=text]:focus {
    color: #232323;
    background: #fff;
    border: 1px solid #fff
}

ul#dat-menu-list-inner {
    padding-left: 0 !important
}

.dat-menu-temp {
    display: none !important
}

.admin-bar:not(.datnomargin) .dat-menu-top-header {
    margin-top: 32px
}

.dat-menu-top-header > img {
    display: inline-block;
    max-width: 70%;
    max-height: 35px
}

@media screen and (max-width: 782px) {
    .admin-bar:not(.datnomargin) .dat-menu-top-header {
        margin-top: 46px
    }
}

@media screen and (max-width: 77em) {
    .dat-menu-list.top {
        top: 15%
    }

    .dat-menu-list.bottom {
        bottom: 15%
    }
}

@media screen and (max-width: 36.625em), screen and (max-height: 41.75em) {
    .dat-menu-load .dat-menu-list {
        padding-left: 6%
    }
}

@media screen and (max-width: 31em), screen and (max-height: 36.2em) {
    .dat-menu-list {
        font-size: 17px;
        width: 6.8em
    }
}

@media screen and (max-height: 31.6em) {
    .dat-menu-list a {
        margin-bottom: 20px
    }
}

.dat-menu-list ul li ul li a {
    font-size: 16px !important
}

.dat-menu-list ul li ul li ul li {
    margin-left: 5% !important
}