.clearfix:before,
.clearfix:after {content: "";display: table;} 
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

#navigation-style {width: 100%;}

.dp-navigation-menu {
	margin: 0;
	padding: 0;
	padding-top:5px;
	display: block !important;
	width: 100%;
	height:42px;
	float: right;
	border-radius:3px;
	background-color: #3DB5AC;
	-webkit-box-shadow: 0 0 0 1px rgb(255, 255, 255),0 5px 5px -5px #333;
	-moz-box-shadow: 0 0 0 1px rgb(255, 255, 255),0 5px 5px -5px #333;
	box-shadow: 0 0 0 1px rgb(255, 255, 255),0 5px 5px -5px #333;
}
.dp-navigation-menu  li {float:left;padding: 0;margin: 0;white-space: nowrap;width: auto;position: relative !important;list-style: none;}
.dp-navigation-menu ul{
    /* display: block !important; */
    background-color:#3DB5AC;
    display: none;
    margin: 0;
    padding:0 15px 15px 15px;
    border-radius: 0 0 15px 15px;
    position: absolute !important;
    right:  auto !important;
    left: 0;
    height: auto;
    width: auto;
    z-index: 99999 !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.75);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.75);
}

.dp-navigation-menu ul ul {
    left: 100%;
}

* html .dp-navigation-menu ul li {width: 223px !important; position: relative; z-index: 99999 !important;}

.dp-navigation-menu li a:link, 
.dp-navigation-menu li a:visited, 
.dp-navigation-menu li a:hover {display: block;white-space: nowrap; color: #fff;}
.dp-navigation-menu li a {  font: normal 14px/18px rezvan, semibold;  color: #ffffff;  cursor: pointer;  margin: 4px;  padding: 4px 15px;  }

.dp-navigation-menu ul li {float: none;margin: 0;padding: 0; white-space: nowrap; min-width: 150px; z-index: 99999 !important;}
.dp-navigation-menu ul li a {background: #3DB5AC; color: #fff; border-bottom: 1px dotted #f6f6f6 !important}

.dp-navigation-menu ul li {}
.dp-navigation-menu ul li:last-child {border-bottom: none !important;}
.dp-navigation-menu li.parent > a {background: url(images/arrow-down.png) no-repeat 95% 55% ;}
.dp-navigation-menu li.parent a.parent-link {background: url(images/arrow-down.png) no-repeat 95% 55% ;}
.dp-navigation-menu ul li.parent > a {background: url(images/arrow-left.png) no-repeat 95% 55% #3DB5AC;}
.dp-navigation-menu ul li.parent a.parent-link{background: url(images/arrow-left.png) no-repeat 95% 55% #3DB5AC;}
.dp-navigation-menu li.parent:hover > a { background: url(images/arrow-down.png) no-repeat 95% 55% #269b92; }
.dp-navigation-menu ul li.parent:hover > a { background: url(images/arrow-left.png) no-repeat 95% 55% #269b92; }

.dp-navigation-menu li a:hover, 
.dp-navigation-menu li a.active {color: #ffffff; background-color: #269b92;  }

.dp-navigation-menu ul li a {  font: normal 12px/18px byekan;  color: #ffffff;  cursor: pointer;  margin: 4px;    }
.dp-navigation-menu ul li a:link,
.dp-navigation-menu ul li a:visited,
.dp-navigation-menu ul li a:hover {margin: 0;}

ul.dp-navigation-menu > li.has-sub:active > ul.sub,
ul.dp-navigation-menu > li.has-sub:hover > ul.sub {
    display: block;
/*    animation-duration: 0.5s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;*/}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

