@font-face {
    font-family: '00297';
    src: url('../font/00297.eot');
    src: url('../font/00297d41dd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/00297.html') format('woff'),
         url('../font/00297.ttf') format('truetype'),
         url('../font/00297.svg#o00297') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{
    transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
}
.flexy-menu {
    margin: 2px 4px 0 0;
    padding: 0;
    position: relative;
    float: right;
    font-family: tahoma, Segoe UI,Arial;
    list-style: none;
}

.flexy-menu li {
    display: inline;
    font-size: 13px;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 30px;
    position: relative;
	font-family:tahoma, arial;
}
.flexy-menu > li > a {
    padding: 5px 10px;
    margin: 0 5px 0 0;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    -webkit-transition: color .2s linear,background .2s linear;
    -moz-transition: color .2s linear,background .2s linear;
    -o-transition: color .2s linear,background .2s linear;
    transition: color .2s linear,background .2s linear;
    font-family: '00297';
    font-size: 14px;
    color: #424242;
    letter-spacing: 1px;
}

.flexy-menu li:hover > a, .flexy-menu li.active a {
    position: relative;
    color: #FFF;
    background: #000;
}
a.menuaktif {
    color: #444444 !important;
    border-bottom: 4px solid #444444 !important;
}
a.menuaktif:hover{
	color: #FFFFFF !important;
    border-bottom: 4px solid #444444 !important;
	}
.flexy-menu ul li:hover > a{
    background:#FFF;
    color: #000 !important;

}
.flexy-menu li.right {
    float: right;
}

.flexy-menu ul, .flexy-menu ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 999;
    width: 160px;
    background: #000;
}

.flexy-menu ul {
	top: 38px;
    left: 0;
    border-top: 1px solid #fff;
}

.flexy-menu ul li ul {
    top: 0;
    left: 100%;
}

.flexy-menu ul li a{
    clear: both;
	display:block;
	width: 160px !important;
    border: 0;
	float:left;
    font-size: 12px;
	color:#fff !important;
}
.flexy-menu ul li:hover {
    cursor: pointer;
    clear: both;
    width: 100%;
    border: 0;
    background: #FFF;
}
.flexy-menu ul li:last-child {
    clear: both;
    width: 100%;
    border: 0;
    font-size: 12px;
}
.flexy-menu ul li a {
    padding: 1px 5px 1px 10px;
    width: 100%;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
	font-family:arial;
    float: left;
    clear: both;
	text-transform:uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: color .2s linear,background .2s linear;
    -moz-transition: color .2s linear,background .2s linear;
    -o-transition: color .2s linear,background .2s linear;
    transition: color .2s linear,background .2s linear;
}

.thin > li > a {
    padding: 10px 22px;
}

.thin ul {
    top: 40px;
}

.thick > li > a {
    padding: 40px 22px;
}

.thick ul {
    top: 100px;
}

.flexy-menu i {
    line-height: 20px!important;
    margin-right: 6px;
    font-size: 18px;
    float: left;
}

.flexy-menu > li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #dedede;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    background: #333;
}

.flexy-menu > li.showhide span.title {
    margin: 16px 0 0 25px;
    float: left;
}

.flexy-menu > li.showhide span.icon {
    margin: 17px 20px;
    float: right;
}

.flexy-menu > li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #ccc;
}

.orange li:hover > a, .orange li.active a {
    background: #000000;
    color: #fff!important;
}

.flexy-menu.vertical {
    width: 200px;
}

.flexy-menu.vertical li {
    width: 100%;
}

.flexy-menu.vertical li a {
    display: inline-block!important;
    width: 100%;
    padding: 18px 20px 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.flexy-menu.vertical ul li {
    width: 100%;
}

.flexy-menu.vertical ul, .flexy-menu.vertical ul li ul {
    width: 150px;
}

.flexy-menu.vertical ul {
    top: 0;
    left: 100%;
}

.flexy-menu.vertical ul li ul {
    top: 1px;
}

.flexy-menu.vertical.right {
    float: right!important;
}

.flexy-menu.vertical.right ul {
    left: -150px!important;
}

@media only screen and (max-width:768px) {
    .flexy-menu.vertical {
        width: 100%;
    }

    .flexy-menu li {
        display: block;
        width: 100%;
    }

    .flexy-menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px;
    }

    .flexy-menu a {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .flexy-menu ul, .flexy-menu ul li ul, .flexy-menu.vertical ul, .flexy-menu.vertical ul li ul {
        width: 100%;
        left: 0;
        border-left: 0;
        position: static;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .flexy-menu ul li {
        border-left: 0;
        border-right: 0;
    }

    .flexy-menu ul li a, .flexy-menu.vertical ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .flexy-menu ul > li > a {
        padding-left: 40px!important;
    }
}
