.gaumer-btn a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 4px;
  background-color: #e51837;
  font-size: 110%;
  font-family: FFClanWebProBook;
  color: #fff;
  border: none;
  /*text-transform: uppercase;*/
}

.gaumer-btn a:hover {
    background-color: #bb0d28;    
}

.gaumer-btn-mobile {
   padding: 10px 15px;
   display:block;
}

.linkbutton-gaumer a {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 2px;
  background-color: #e51837;
  font-size: 120%;
  font-family: FFClanWebProBold;
  color: white;
  border: none;
  text-transform: uppercase;
}

.linkbutton-gaumer a:hover {
    background-color: #f5f5f5;
    /*border: 1px solid #444;*/
    color:#444;
    
}

.linkbutton-gaumer input[type=submit] {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 6px;
  background-color: #e51837;
  font-size: 120%;
  border: none;
  font-family: FFClanWebProBold;
  color: white;
  text-transform: uppercase;
}


/* ---------------------------------------------------
            Gaumer Bar Section
-------------------------------------------------------*/
.gaumer-bar {
    width: 110%;
    margin: 5px 30px 5px -30px;
    background: rgba(255, 255, 255, 0.3);
    height: 4px;
}

.gaumer-barsection {
    width: 12%;
    background: #e51837;
    height: 4px;
}

.gaumer-barsection-1of4 {
    width: 25%;
    background: #e51837;
    height: 4px;
}
.gaumer-barsection-2of4 {
    margin-left: 25%;
    width: 25%;
    background: #e51837;
    height: 4px;
}
.gaumer-barsection-3of4 {
    margin-left: 50%;
    width: 25%;
    background: #e51837;
    height: 4px;
}
.gaumer-barsection-4of4 {
    margin-left: 75%;
    width: 25%;
    background: #e51837;
    height: 4px;
}

/* ---------------------------------------------------
            Gaumer Bar Section (END)
-------------------------------------------------------*/

/* ---------------------------------------------------
            Gaumer Text Bar Tab Style
-------------------------------------------------------*/

.gaumer-tab-bar {
    margin-top:0;
    margin-bottom:15px;
    padding:5px 15px;
    background:#eee;
    font-size: 110%;
    line-height:24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "ffclanwebprobook",sans-serif;
    cursor:pointer;
    border:1px solid #ddd;
    border-color: #eee;
    color: #908f91;
    border-radius:4px
}









/* ---------------------------------------------------
            Gaumer Text Bar Tab Style (END)
-------------------------------------------------------*/




/* ---- "h_menu" style ----- */
.h_menu a {
   font-size:110%;
    color:#fff;
}

.uk-benjar-nav ul {
    padding-left:25px;
}

.uk-benjardropdown {
    padding: 0px;
}

/* -----------------------------  */



/* ---- DROP DOWN AREA ---- */
/* ------------------------ */



/* Modifier: from `uk-nav-parent-icon`
 ========================================================================== */
.uk-nav-parent-icon-gaumer > .uk-parent-gaumer > a:after {
  content: "\f107";
  width: 20px;
  margin-left: 8px;
  /*float: right;*/
  font-family: FontAwesome;
  text-align: center;
}
.uk-nav-parent-icon-gaumer > .uk-parent-gaumer.uk-open > a:after {
  content: "\f106";
}

/* ========================================================================== */


.gaumer-dropdown-bckgrnd {
    padding:0px;
    
    background-color:rgba(144,143,145,1);
}



.uk-benjarDrop-gaumer{
    margin:0;
    padding:15px;
    list-style:none;
    float:left;
    background-color:#908f91;
    background-color:rgba(144,143,145,1);
}

.uk-benjarDrop-gaumer-mobile{
    margin-bottom: 15px;
}


.uk-benjarDrop-gaumer>li{
    float:left;
    position:relative;
    width:100%;
    list-style: none;
}


.uk-benjarDrop-gaumer li a {
    white-space: nowrap;
}

.uk-benjarDrop-gaumer>li>a{
    display:block;
    box-sizing:border-box;
    text-decoration:none;
    padding:3px 15px;
    color:#fff;
    /*font-size:14px;
    font-family:"Nunito Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-weight:400;
    margin-top:-1px;
    margin-left:-1px;
    /*border:1px solid transparent;*/
    border-bottom-width:0;
    /*text-shadow:0 1px 0 #fff*/
}
.uk-benjarDrop-gaumer>li>a[href='#']{
    cursor:text
}

/*HOVER ACTION --- WOO! */
.uk-benjarDrop-gaumer>li.uk-open>a,.uk-benjarDrop-gaumer>li:hover>a,.uk-benjarDrop-gaumer>li>a:focus{
    background-color:#908f91;
    color:#000;
    color:rgba(0,0,0,0.8);
    outline:0;
    position:relative;
    z-index:1;
    border-left-color:rgba(0,0,0,.1);
    border-right-color:rgba(0,0,0,.1);
    border-top-color:rgba(0,0,0,.1);
}
.uk-benjarDrop-gaumer>li>a:active{
    /*background-color:#eee;*/
    color:#444;
    /*border-left-color:rgba(0,0,0,.1);
    border-right-color:rgba(0,0,0,.1);
    border-top-color:rgba(0,0,0,.2)*/
}
.uk-benjarDrop-gaumer>li.uk-active>a{
    /*background-color:#fafafa;*/
    color:#444;
    /*border-left-color:rgba(0,0,0,.1);
    border-right-color:rgba(0,0,0,.1);
    border-top-color:rgba(0,0,0,.1)*/
}
.uk-benjarDrop-gaumer .uk-benjarDrop-gaumer-subtitle{
    line-height:28px;
}

/* ---- DROPDOWN AREA END ---- */