
.topnav {
    overflow: hidden;
}
 
.topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 10px 14px 11px;
    text-decoration: none;
    font-size: 18px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	transition: auto;
}


.more-menu-open-inner a{
    font-size: 18px;
    background: #fff;
    padding: 5px 11px;
    border-radius: 50%;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    color: #d21818;
}

.topnav .fa {
    font-size: 22px;
    font-weight: bold;
    color: #d92d2b;
}

.search-page .btn-search {
    padding: 2px 13px 0px 14px;
    font-size: 18px;
    height: 39px;
}


#search .input-group{
	top: 111px;
    position: relative;
    float: right;
    margin-right: 2px;
    z-index: 999;
    left: -4px;
}


.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    padding: 6px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    color: #fff;
}



.dropdown-content {
    display: none;
    position: fixed;
    background-color: #e2e2e2;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
    top: 165px;
    border-left: 1px solid #fff;
}

.dropdown-content:hover{
    display: block;
    position: fixed;
    height: auto;
    z-index: 999;
}

.dropdown-content a {
    float: none;
    color: #000;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-top: 1px solid #ccc;
}



.dropdown-content a:hover {
    background-color: #d8181f;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.mobile-menu {
    float: right;
    display: none;
}


.mobile-menu {
    float: right;
    display: none;
}



.logo-menubar-inner {
padding: 0px 5px 0 5px;
    background-color: #ffffff;  /*#ffffff*/
    position: relative;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 4px 12px #ddd;
    margin-bottom: 5px;
}



.open-big-menu .logo-menubar-inner {
    display: block;
    width: 100%;
    z-index: 10;
    background-color: #fff5e8 !important;
    /*padding: 0 30px 0 0;*/
}


.navbar-nav.main-menu {
    height: 45px !important;
    overflow: hidden;
}




.mobile-menu-top ul li{
	line-height: 60px;
} 

.mobile-menu-top{
	display: none;
}

.more-button:before{
    content: '\f00d' !important;
}


@media (max-width: 800px){
    
	  .search-new, .search-new a {
	position: absolute;
    display: block !important;
    bottom: 19px;
    left: 0;
    }
    #search.search_open {
        display: block;
        position: absolute;
        top: 25px;
        left: -10px;
        width: 100%;
    }
	
    .topnav a {
        padding: 3px 11px !important;
    }
}


.more-btn{
	padding: 12px 6px 0px;
    position: absolute;
    right: 67px;
    cursor: pointer;
}


#more-button-modal:before{
    font-family: 'FontAwesome';
    content: '\f0c9';
    float: left;
    color: #d92d2b;
    margin-right: 6px;
    position: relative;
    top: 0px;
    font-size: 23px;
}

.search-new{
    position: relative;
    top: 5px;
}




.more-menu-open-inner ul li{
	    margin-bottom: 10px;
}

.more-menu-open{
    position: fixed;
    z-index: 99;
    top: 45px;
    background: rgba(45, 45, 45, 0.68);
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    display: none;
}


.more-menu-open-inner {
    padding: 122px 0 50px;
    background-color: #fff;
}


@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }

	.more-btn{
		display: none;
	}

    .topnav a {
        display: none;
        border-right: none;
        text-align: left;
        padding: 8px 4px;
		padding: 1px 0 !important;
    }	

    .topnav a.icon {
        float: right;
        display: block;
    }

	.topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;.to
    text-align: left;

    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
	
	.search-new {
        display: none !important;
    }
	
	
	.more-menu-open-inner{
    padding-top: 17px;
    background-color: #fff;
    height: 100vh;
}

.mobile-menu-top{
	background: #e8e9e3;
    border-radius: 0;
    display: flex;
	padding: 0 20px;
}
}



