html #mk-footer {
    width: 100%;
    position: relative;
    padding: 0px 0 0;
    background : url(images/GH/bg_footer.jpg) center top repeat;
    color: #ffffff;
    line-height: 16px;
    background-position: top center;
    background-size:cover;
    background-repeat: no-repeat;
        
}
html #mk-footer p{
    color: #ffffff;
    line-height: 16px;
}
html #mk-footer .footer-wrapper {
    position: relative;
    min-height: 100px;
    padding: 54px 0px 0px 0px;
    /*height: 192px;*/
}
html #mk-footer .footer-wrapper #mymail_signup-2,html #mk-footer .footer-wrapper #social-2{
    margin-bottom: 0px;
}
html .footer-wrapper .mymail-form{
    position: relative;
}
html .footer-wrapper  .mymail-submit-wrapper{
    position: absolute;
    top: 0px;
    right: 0px;
}


html .footer-wrapper  .mymail-email-wrapper label{
    display:none
}
html .footer-wrapper  .mymail-submit-wrapper input{
    margin: 0px 0 0;
    line-height: 15px!important;
    border-radius: 34px;
    padding: 7px 10px!important;
    border: 1px solid #4d565d;
    color: #4d565d;
    background: white;
    margin-top: 3px;
    margin-right: 10px;
}

html .footer-wrapper  .mymail-submit-wrapper input:hover {
background-color: rgba(49,112,172,0.5) !important;
color: #ffffff !important;
border: 1px solid #ffffff;
}

html .footer-wrapper  .mymail-form .mymail-email{
    color: #666;
}
html .footer-wrapper  .mymail-submit-wrapper input:click{
    top: 0px;
    right: 0px;
}
html .footer-wrapper .mymail-form .submit-button:active {
margin: 0px 0px 0px;
}

html .modern-style-nav .mk-header-inner .main-navigation-ul > li > a,html .modern-style-nav .mk-search-trigger{
    height: 30px;
    line-height: 30px;
    /*margin: 0 15px;*/
    margin-left: 15px;
    padding: 0px;
    font-family: 'kelson_sansregular';
    font-size: 15px;
    font-weight: normal;
}
html .modern-style-nav .mk-header-inner .main-navigation-ul > li > a:last-child , html .modern-style-nav .mk-search-trigger:last-child {
margin-right: 0px;
}

html .modern-style-nav .mk-header-inner .main-navigation-ul > li:first-child > a{
    margin-left:0px;
}
.main-navigation-ul li .sub-container.non-mega>ul {
    margin-left: 14px;
}

html  .main-navigation-ul > li.current-menu-item > a,.main-navigation-ul > li:hover > a{
   border-top: 0;
   /*border-bottom: 4px solid #3170ac;*/   
   border-bottom: 4px solid #090909;
}
html .main-navigation-ul > li > a{
    border-top: 0;
}
html #mk-main-navigation {
float: right;
clear: right;
}
html .main-nav-side-search{
    float: right
}
html #mk-footer .widgettitle{
    font-family: 'kelson_sansregular';
    font-weight: normal;
    font-size: 18px;
}
.header-logo img.mk-desktop-logo{
    margin-top: 25px;
    margin-left: 18px;
}
html  .main-nav-side-search{
    margin: 15px 0 10px
}
html .main-navigation-ul li .sub-container{
    top: 75px!important;
}
html #mk-nav-search-wrapper{
    z-index: 99;
    right: -79px;
}
html #theme-page .mk-text-block h3{
    font-family: 'kelson_sansregular';
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
}
html .flex-control-nav {
width: 100%;
left: 0;
position: absolute;
bottom: 10px;
text-align: right;
}
html .mymail-form-info.error ul{
    display: none;
}
html #mk-footer .mymail-form-info.error p{
    color: #666;
}