.cta-btn-custom .call-to-action .btn{
background-color: #ff6600;
}

.cta-btn-custom .call-to-action .btn span{
color: #fff;
}

#header.header-type-1 .navbar-default .navbar-nav li.custom-menu-btn{
width: 90px;
margin-left: 30px;
}

#header.header-type-1 .navbar-default .navbar-nav li.custom-menu-btn a{
line-height: 0px !important;
height: 50px;
background: blue;
border-radius: 4px;
padding: 25px 20px;
color: #fff;
position: absolute;
top: 35%;
margin-top: -15px;
}

#header.header-type-1 .navbar-default .navbar-nav li.custom-menu-btn a:hover{
border-top: 3px solid transparent;
line-height: 0px !important;
height: 50px;
background: #579cdb;
padding: 25px 20px;
}

#dl-menu{
display: none !important;
}