@media only screen and (min-width : 736px){
.keni-header_wrap {
   position: fixed;
   z-index: 999;
   width: 100%;
   top: 0;
}
.keni-gnav_wrap {
   position: fixed;
   z-index: 999;
   width: 100%;
   top: 110px;
}
body {
    margin-top: 163px;
}
}



.keni-gnav_wrap {
    background-color: #ee1c25;
}

.keni-header_wrap {
    background-size: 0px 0px;
}

@media only screen and (min-width : 736px){
.keni-header .site-title, .keni-header_col1 .site-title {
    float: left;
    padding: 0px 20px;
    max-width: 50%;
}
}

img {
    max-width: 60%;
    height: auto;
    vertical-align: bottom;
    padding-left: 10px;
}

.keni-gnav_cont {
    margin: 5px;
    background: #ee1c25;
}

.keni-gnav_inner li a {
    color: #fff;
}

.keni-gnav_inner li a {
    border-bottom: 3px solid #ee1c25;
}

.keni-gnav_inner {
    width: 78%;
}



.keni-gnav_inner li {
    font-size: 1.6rem;
}

.menu-search .search-box {
    background-color: #333;
    display: none;
}

.keni-footer_wrap {
    background: #ee1c25;
    font-size: 1.4rem;
    line-height: 0.8em;
    margin-bottom: -23px;
}

[type=submit], button, html [type="button"] {
    -webkit-appearance: button;
    width: 120px;
}

input, select, textarea {
    margin: 1px;
    max-width: 100%;
    padding: .2em;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: #fff;
    font-size: 1em;
}

.keni-copyright_wrap {
    padding: 15px;
    border-top: 0px solid #eee;
}