
 
/*-- Logo position --*/
.logoDiv{
    /*text-align: center;*/
   /* text-align: left;*/
   height: 70px;
}

/*-- Logo size --*/
.logoDiv img{
    /*width: 200px;*/
}

/*-- header links wraper --*/
.logoDiv, .header_links{
    padding: 4px 0px;
}
.header_links_wraper {
    position: absolute;
    top: 0;
    right: 2px;
    padding-top: 12px;
}

/*-- header links editable Css --*/
.header_img_top{
    display: none;
}
/* manage from theme
 .header_links a{
    color: #ff0000;
    font-size: 14px;
    font-family: Helvetica Neue;
}
.header_links a:hover{
    color: #0000ff;
}*/
/*-- header background color --*/
/* manage from theme
 .headerBg{
    background-color: #e4e4e4;
}
*/
.header_menu_left{
 float: left;
}
.header_menu_right{
    float: right;
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
}
   .header_menu_right li{
    display: inline-block;
       float: none;
}

@media (min-width: 992px) {
  .header_menu_center{
    float: center;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    }

    .header_menu_center li{
     display: inline-block;
        float: none;
    }
}
@media (min-width: 1200px) {
    .header_menu_center{
        float: center;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
    }

    .header_menu_center li{
        display: inline-block;
        float: none;
    }
}
.margin-right-20
{
   margin-right: 20px;
}