.top-head-close i {
    position: absolute;
    right: 0px;
    text-align: right;
    top: 50%;
    cursor: pointer;
    color: #fff;
    transform: translateY(-50%);
    z-index:9;
}
.top-module { text-align:center; }
.top-module ul li {
    display: inline-block;
    list-style:none;
    padding:0 0px;
    text-align: center;
    vertical-align:middle;
}
.top-bar-head {
    position:relative;
    /*padding:2px 2px;*/
/*  background: linear-gradient(to right,rgba(65,193,195,1) 0,rgba(86,91,159,1) 100%); */
}
.top-module ul li h3 {
    font-size: 14px;
    /* line-height: 20px; */
    /* text-transform: uppercase; */
    font-weight: 550;
    font-family:  MaisonNeue, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    margin:0;
    color:#fff;
    text-align: center;
    vertical-align: middle;
    margin-right:0px;
    margin-left: 15px;
    text-decoration:none;
  
}

.top-module ul li h5 {
    font-family: MaisonNeue, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    font-weight: 400;
    position: relative;
    padding:  ;
    /* margin-left: 15px; */
    font-size: 14px;
    line-height: ;
    color: #fff;
    text-transform: ;
    text-decoration:none;
}

.top-module ul li img {
    max-height: 30px;
    margin:0;
    padding:0;
}

#image_right { 
    padding: 0px 0px 0px 10px
    text-align: center;
    vertical-align: middle;
    max-width: 300px;
    max-height: 40px;
    margin-right: 0px;
    margin-left: 5px;
}

.top-module ul li h4 {
    font-size: 14px;
    text-transform: uppercase;
    /* text-decoration: underline; */
    /* border-bottom: 2px solid white; */
    border-spacing: 1.5px;
    /* border-bottom: 1.5px solid currentColor; */
    display: inline-block;
    font-weight: 600;
    line-height:1.5;
    /* font-family: BrandonGrotesque,Verdana,sans-serif; */
    font-family: MaisonNeue, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    margin-left: 15px;
    color:#fc8b62;
    text-align: center;
    vertical-align: middle;
    -webkit-animation:colorchange 5s infinite alternate;
}

/*
.underline ul li h4 {
   border-bottom: 2px solid currentColor;
   display: inline-block;
   -webkit-animation:colorchange 10s infinite alternate;
}
*/

/* Blue & Purple CTA Text */
@-webkit-keyframes colorchange {
      0%, 100% {
        color: #3399cc;
      }
      25% {
        color: #32333c;
      }
      50% {
        color: #3399cc;
      }
      75% {
        color: #32333c;
      }
    } 


/* COLOR CHANGE YELLOW ORANGE 
@-webkit-keyframes colorchange {
      0% {
        color: #FC8B62;
      }
      20% {
        color: #F06E7F;
      }
      40% {
        color: #fcc276;
      }
      60% {
        color: #F06E7F;
      }
      80% {
        color: #FC8B62;
      }
      100% {
        color: #F06E7F;
      }
    } 
*/
/* COLOR CHANGE ORANGE/PINK/YELLOW
  @-webkit-keyframes colorchange {
      0% {
        color: #fdaf48;
      }
      25% {
        color: #fdaf48;
      }
      50% {
        color: #fc8b62;
      }
      75% {
        color: #fc8b62;
      }
      100% {
        color: #f06e7f;
     
      }
    } 
*/

/* V1 of Middle Text
.top-module ul li h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: light;
    font-family: Verdana,sans-serif; 
    font-family: 'Titillium Web', sans-serif;
    margin:0;
    color:#fff;
    margin-left: 15px;
    text-align: center;
    vertical-align: middle;
} */



.top-module ul li a {
    background: linear-gradient(to right,#F06E7F 0%,#FC8B62 50%, #FDAF48 100%);
    padding: 4px 15px 4px 15px;
    border-radius: 5px 5px 5px 5px;
    color: #32333c;
    text-transform: uppercase;
    font-size: 14px;
    font-family: BrandonGrotesque,Verdana,sans-serif;
    transition: .5s;
    text-align: center;
    margin-left: 0px;
    vertical-align: middle;
}
.top-module ul li span {
    /* CTA Button Color:
     * background: linear-gradient(to right,#F06E7F 0%,#FC8B62 50%, #FDAF48 100%); */
    background: linear-gradient(to right,#a666a9 0%, #5a5fa8 100%);
    padding: 4px 15px 4px 15px;
    border-radius: 5px 5px 5px 5px;
    color: #32333c;
    text-transform: uppercase;
    font-family: BrandonGrotesque,Verdana,sans-serif;
    font-size: 14px;
    font-weight:500;
    transition: .5s;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    vertical-align: middle;
}




.top-module ul {
    margin: 0;
    padding: 0;
}
.top-module ul li a:hover { background:linear-gradient(to right,rgba(65,193,195,1) 0,rgba(86,91,159,1) 100%) }
.top-module ul li span:hover { background:linear-gradient(to right,rgba(65,193,195,1) 0,rgba(86,91,159,1) 100%) }
.top-module ul li h4:hover { color: #fcc276 } */
.top-relative {position:relative;}


border-width: 0 0 1px;
border-style: solid;

.top-bar-head {height:45px}

/*@media (max-width:372px){
.span12.widget-span.widget-type-cell.top-bar-head {
    display: none;
}
*/

@media (max-width:800px){
.top-bar-head {
    display: none;
}

}