﻿

:root {
    --colorone: rgb(253, 184, 33);
    --colortwo: #ffffff;
}

#a-home {
    margin-left: 2px;
    display: block;
    float: right;
    width: 30px;
    height: 25px;
    margin-top: 1px;
    /*background-image: url('../Images/home.png');
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size:60%;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: var(--colorone);
    font-size:200%;
}

#a-home:hover {
    color: #ffffff;
}

/*====================== Main ======================== */


.justrespmnu {
    display: none!important;
}

#imnu {

    right:-5%;
    cursor: pointer;
    width: 20px;
    display: none;
    position:absolute;
}

.Normenu {
    width: 100%;
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
    color: var(--colorone);
    text-align: center;

}


.Normenu > li span  {
    float:right;
}

 .Normenu > li {
    display: inline-block;
    z-index: 9;
    height: 45px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    border-radius:4px;
}

 @keyframes framemnu {
    from {border-radius:8px;}
    to {border-radius:20px;}
 }


.Instali {
    position: absolute !important;
    top: 85% !important;
    width: 30px !important;
    height: 30px !important;
    right: 10% !important;
    background-image: url('../Images/InistagramIcon.png');
    background-repeat: no-repeat;
    border: none !important;
    cursor: pointer;
    background-size: contain;
    display: none !important;
}

.Normenu li > a {
    height: 29px;
    display: inline-block;
    min-width: 40px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: bold;
}

.Normenu li:hover > a {
    color: #f8bf32;
}

.Normenu li:hover > ul {
    display: block;
}

/* Sub-menu */
.Normenu ul {
    list-style: none;
    display: none;
    position: absolute;
    z-index: 1200;
    background-color: rgba(0, 0, 0, 0.90);
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 200px;
    white-space: nowrap;
    margin-top: 6px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.Normenu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 40px;
    list-style-type: none;
    box-sizing: border-box;
    position:relative;
}

.Normenu ul li:last-child { 
    box-shadow: none;    
}

.Normenu ul  a {    
    padding: 10px;
    line-height: 1;
    display: inline-block;
    width:100%;
    box-sizing:border-box;
    white-space: nowrap;
    text-transform: none;
    background-color:transparent;
    text-align:right;
    color:white;
    height:100%;
    border-bottom:solid 1px rgba(207, 207, 207, 0.29);
}



.Normenu ul a:hover {
    background-color: #390012;
    color:rgb(253, 184, 33)!important;
}




.Normenu ul li:first-child a {
    border-radius: 1px 1px 0 0;
}

.Normenu li ul > li:first-child  a:after {
    /*content: '';
    position: absolute;
    right: 40px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #f8bf32;*/
}

.Normenu ul li ul li:first-child  a:after {
    /*content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 120px;
    top: 26px;
    display:none;*/

 }

.treeul:after {
    content: '';
    position:absolute;
    left: 7px;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 8px solid #f8bf32;
}

.Normenu ul li ul li:first-child a:hover:after {
    border-bottom-color: transparent !important;
}
.Normenu  ul li:first-child  a:hover:after {
    border-bottom-color: #6b6966; 
}

.Normenu ul li:last-child a {
    border-radius: 0 0 1px 1px;
}

/* Clear floated elements */
.Normenu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.Normenu li ul li ul{
    position:relative;
    right:200px;
    top:-46px;
}
/*----------------------------new----------------------------------------*/
.snip1135 {
    padding: 0.5em 0;
    color: rgb(253, 184, 33) !important;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
}

    .snip1135:before,
    .snip1135:after {
        position: absolute;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .snip1135:before {
        bottom: -1px;
        display: block;
        height: 3px;
        width: 0%;
        content: "";
        background-color: #7d053f;
    }

    .snip1135:after {
        right: 0px;
        top: 1px;
        position: absolute;
        content: attr(data-hover);
        color: #ffffff;
        white-space: nowrap;
        width: 100%;
        height:0%;
        overflow: hidden;
        text-align:center;
    }

    .snip1135:hover:before,
    .snip1135 .current a:before {
        opacity: 1;
        width: 100%;
    }

    .snip1135:hover:after,
    .snip1135 .current :after {
        height: 100%;
    }
