div#headerContainer {
    width: 100%;
    height: auto;
    top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0px;
    z-index: 10;
    background: rgb(255, 252, 252);
}
.headerContainer{
    margin-bottom: 0px !important;
}
#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}
.right-inner-addon {
    position: relative;
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}
.button_header{
    float: right;
}
#popover_filters{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
#popover_filters > img{
    width: 23px;
    height: 23px;
    vertical-align: middle;
}
#popover_filters > p{
    margin: 0 auto;
    font-size: 12px;
    color: #444;
}
.popover{
    width: 600px;
    z-index: 100;
}
.row_popover{
    padding-top: 15px;
}
.row_popover > div{
    margin-top: 15px;
}
.nav-tabs{
    float: right;
}
div#mainHeader{
    height: 51px;
    width: 100%;
    z-index: 9;
    position: relative;
    top: 0px;
    background: #FFFFFF !important;
    left: 0px;
    min-width: 605px;   
}
.imgLogo{
    float: left;
    height: 50px;
    width: auto;
    margin-left: -13px;
    margin-top: -6px;
    margin-bottom: -7px;
    margin-right: 6px;
}
.headerContainer{
    background: #fff;
}
.menu_fp >  li >  .featured_list{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(-90deg);
    float: left;
    color: #fff;
    text-align: center;
    position: absolute;
    height: 10px;
    display: inline-block;
    font-size: 6px;
    top: 17px;
    left: -11px;
    text-transform: uppercase;
    background: rgba(117,68,8,1);
    background: -moz-linear-gradient(-45deg, rgba(117,68,8,1) 0%, rgba(255,146,10,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(117,68,8,1)), color-stop(100%, rgba(255,146,10,1)));
    background: -webkit-linear-gradient(-45deg, rgba(117,68,8,1) 0%, rgba(255,146,10,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(117,68,8,1) 0%, rgba(255,146,10,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(117,68,8,1) 0%, rgba(255,146,10,1) 100%);
    background: linear-gradient(135deg, rgba(117,68,8,1) 0%, rgba(255,146,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#754408', endColorstr='#ff920a', GradientType=1 );
}
.menu_fp >  li {
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: pointer;
    margin-right: 1px;
}

.icon_menu{
    width: 18px;
    position: relative;
    top: 1px;
    height: 15px;
}
#changeLan{
    color: #777;
    font-size: 16px;
    font-family: inherit;
    position: relative;
    float: right;
    top: 5px;
}

.active > a{
    background: #fff
}

.btn_active{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #0F0F0F  transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -7px;
    margin-left: -7px;
    left: 50%;
}

@media (max-width: 768px) {
    div#headerContainer{
        position: absolute;
    }
    div#mainBody{
        position: absolute;
        top: 95px;
    }
    #ctrls-content{
        bottom: 95px !important;
    }

    .menu_fp > li{
        border-bottom: 1px solid #E4E4E4; 
    }
    #btn_login {
        background: red;
    }
    #btn_login:hover {
        background: red;
    }
}
@media (max-width: 600px) {
    div.popover{
        width: 100%
    }   
}
#btn_featured {
    background: #8c2e5c;
}
#btn_featured:hover {
    background: #7c2951;
}
#btn_featured:active {
    position:relative;
    top:1px;
}
#btn_fp {
    background: #b57896;
}
#btn_fp:hover {
    background: #a06a84;
}
#btn_fp:active {
    position:relative;
    top:1px;
}
#btn_list {
    background: #ddc2cf;
}
#btn_list:hover {
    background: #c3abb7;
}
#btn_list:active {
    position:relative;
    top:1px;
}
#btn_login {
    background: #666666;
}
#btn_login:hover {
    background: #4a4a4a;
}
#btn_login:active {
    position:relative;
    top:1px;
}

#btn_tour {
    background: #1ABC9C;
}
#btn_tour:hover {
    background:#16A085;
}
#btn_tour:active {
    position:relative;
    top:1px;
}
.navbar-default .navbar-nav > li > a{
    color: #fff !important;
    font-size: 15px;
}
.navbar-nav > li > a{
    padding-top: 10px; 
    padding-bottom: 10px; 
}
#btn_products {
    background: #f1c40f;
}
#btn_products:hover {
    background:#f39c12;
}

#btn_print > button > span{
    margin-right: 5px;
}
#btn_print{
    text-align: right;
    float: right;
}
#btn_print > button{
    margin: 8px;
}
#btn_new {
    background: #E74C3C;
}
#btn_new:hover {
    background: #c32515;
}
