/*mobile menu*/
.mobile-menu {
    padding:0px 0px 0px 0px!important;
    margin:10px 0px 20px 0px!important;
}
.mobile-menu li {
    list-style:none;
}
.mobile-menu li a {
    color:#edece7;
    display:block;
    padding: 5px 0px 5px 10px!important;
    border-bottom: 1px dotted #d5c791;
    transition:all ease-in-out 0.3s;
}
.mobile-menu li:last-child a {
    border-bottom: 0px dotted #d5c791;
}
.mobile-menu li a:hover {
    color:#000;
    background-color:#d5c791;
    text-decoration:none;
    transition:all ease-in-out 0s;
}


/*header*/
header {
    position:relative;
}
.header-bg-1 {
    background-color: #745158;
}
.header-bg-2 {
    background-color: #F02A1F;
}
.header-bg-2 .dropmenu {
    background-color: #F02A1F!important;
}
.header-bg-2 #lang-select div {
    background-color: #F02A1F!important;
}
.header-bg-3 {
    background-color: #fff;
}
.header-bg-3 a {
    color:#000!important;
}
.header-bg-3 .dropmenu {
    background-color: #fff!important;
}
.header-bg-3 #lang-select div {
    background-color: #fff!important;
}
@media (min-width:768px){
    header {
        height:81px;
    }
}

#top-menu {
    color: #edece7;
    font-size: 19px;
    line-height: 22px;
}
#top-menu a {
    color: #edece7;
    transition:all ease-in-out 0.5s;
}
#top-menu a:hover {
    color:#000;
    background-color:#d5c791;
    text-decoration:none!important;
    transition:all ease-in-out 0s;
}
#top-menu ul {
    float: left;
    list-style: none;
    margin-top:29px;
}

#top-menu ul li {
    float: left;
}
#top-menu ul li a {
    padding: 10px 20px 10px 20px;
    border-right: 1px dotted #d5c791;
}
#top-menu ul li:last-child a {
    border-right: 0;
}

#top-menu ul li a {
    text-decoration: none;
}

#top-menu i {
    display:inline;
    font-size:12px;
    position:relative;
    top:-2px;
    right:-2px
}
/*dropmenu*/
.dropmenu li a {
    padding: 8px 20px 8px 20px;
    border-bottom: 1px dotted #d5c791;
    border-right: none!important;
    width: 100%;
    display: inline-block;
}
.dropmenu li:last-child a {
    border-bottom: 0px dotted #d5c791;
}
.dropmenu {
    width: 270px;
    display:none;
    position: absolute;
    background: #745158;
    color: #edece7;
    font-size: 15px;
    z-index: 1000;
    padding-top:0px;
    margin-top:12px!important;
    padding-left:0px;
    border-bottom: 0px dotted #e2dbd3;
    box-shadow:rgba(0,0,0,0.4) 0px 10px 20px;
}
.dropmenu li {
    font-weight: normal;
    float: none !important;
    margin: 0;
    border-right: none!important;
    width:100%;
}

#lang-select div {
    background-color: #745158;
}