.Safaricss *, .Safaricss *:before, .Safaricss *:after {
    box-sizing: inherit
}

.pagination {
    display: flex;
    justify-content: center;
    list-style-type: none
}

.page-item {
    margin: 0 5px
}

.page-link {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    text-decoration: none
}

.page-link:hover {
    background-color: #f0f0f0
}

.page-item.active .page-link {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / .5);
    padding-top: 60px
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 5px
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none
}

header, article, aside, nav, footer, section {
    display: block;
    padding: 0;
    margin: 0
}

body.body {
    background-color: #fff;
    margin: 0 auto
}

body, td {
    font-family: Arial, Helvetica, sans-serif;
    color: #5c5c5c;
    font-size: 12px;
    line-height: 150%;
    text-align: justify
}

.body {
    background-image: url(../images/niscbg.jpg);
    background-position: 0 0;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.alert {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #fff0;
    border-radius: 4px
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

#bottombg {
    background-image: url(../images/bgoverlay.png);
    background-repeat: repeat-x;
    height: 304px;
    bottom: 0;
    z-index: 0;
    position: absolute
}

#wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    left: 0;
    right: 0
}

#header {
    background-repeat: no-repeat;
    background-position: right;
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center
}

#header .maxwidth {
    background-image: url(../images/slogan.png);
    background-position: 140px 38px;
    background-repeat: no-repeat;
    padding: 10px 0
}

#logo {
    float: right;
    margin-right: 20px
}

#navmenu {
    display: block;
    float: left;
    margin: 80px 0 0
}

#navmenu ul, #subnav ul, #navmenu ul li, #subnav ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

#navmenu .menu li, #subnav ul li {
    list-styl-type: none;
    float: left;
    text-align: left;
    display: block
}

#navmenu .menu li a, #subnav .subnavcats li a {
    background-color: #777;
    border-right: 1px solid #a5a5a5;
    color: #fff;
    display: block;
    font-size: 120%;
    font-weight: 700;
    padding: 11px 15px;
    text-align: center;
    text-transform: uppercase
}

#navmenu .menu li:first-child a, #navmenu .menu li ul li a {
    border-left: 1px solid #999
}

#navmenu .menu li a:hover, #navmenu .menu li:hover a, #navmenu .menu li a.active, #subnav .subnavcats li:hover a, #subnav .subnavcats .subnavcat a:hover {
    color: #ffffff !important;
    background-color: #9e0933 !important;
    text-decoration: none
}

#subnav .subnavcats .subnavcat .active {
    background-color: #9e0933 !important;
    color: #ffffff !important
}

#navmenu .menu li ul {
    display: none;
    position: absolute;
    margin: 0 auto;
    width: 150px;
    z-index: 1000
}

#navmenu .menu li ul li {
    float: none;
    border-bottom: 1px dotted #999
}

#navmenu .menu li:hover ul {
    display: table
}

#navmenu .menu li:hover ul li ul {
    display: none
}

#navmenu .menu li:hover ul li:hover ul {
    display: table
}

#navmenu .menu li ul li a {
    font-size: 100%
}

#navmenu .menu li ul li a.active {
    background-color: #9e0933
}

#navmenu .menu li ul li {
    position: relative
}

#navmenu .menu li ul li ul {
    left: 144px;
    top: 0;
    width: 190px
}

#navmenu .menu li ul li a, #navmenu .menu li ul li a {
    border-left: 0;
    border-right: 0
}

#navmenu .menu li:last-child a, #subnav .subnavcats li:last-child a {
    border-right: 0
}

#navmenu .menu li:first-child a, #subnav .subnavcats li:first-child a {
    border-left: 0
}

.subnavcats, #searchbox, .socials {
    float: left
}

#subnav {
    display: table;
    width: 100%;
    background-color: #ababab
}

#subnav .socials a, #searchbox input[type="submit"] {
    background-image: url(../images/headericons.png);
    display: block;
    text-indent: -9999px;
    width: 27px;
    height: 26px;
    margin: 6px 4px 5px;
    text-indent: -9999px;
    background-position: -188px -12px
}

#searchbox input {
    display: table;
    float: left;
    background-color: #fff0;
    border: 0
}

#searchbox input[type="submit"] {
    width: 31px;
    height: 27px;
    background-position: 0 -13px;
    cursor: pointer;
    margin: 5px 0
}

#searchbox input[type="submit"]:hover {
    background-position: 0 -59px
}

#searchbox input[type="text"] {
    background-color: #fff;
    border-radius: 10px;
    font-family: arial;
    margin: 5px 10px;
    padding: 5px 10px
}

#subnav .subnavcats li a {
    background-color: #ababab;
    padding: 11px 21px
}

#subnav .subnavcats li ul li a {
    border-right: 0
}

#subnav .subnavcats li a.active, #subnav .subnavcats li a:hover, #subnav .subnavcats li:hover a {
    background-color: #e1dfd3 !important;
    color: #4c4c48 !important
}

#subnav .socials a.facebook {
    background-position: -87px -12px
}

#subnav .socials a.facebook:hover {
    background-position: -87px -58px
}

#subnav .socials a.twitter {
    background-position: -121px -12px
}

#subnav .socials a.twitter:hover {
    background-position: -121px -58px
}

#subnav .socials a.linkedin {
    background-position: -154px -12px
}

#subnav .socials a.linkedin:hover {
    background-position: -154px -58px
}

#subnav .socials a.googleplus {
    background-position: -188px -12px
}

#subnav .socials a.googleplus:hover {
    background-position: -188px -58px
}

#subnav .socials .payli {
    margin: 0 10px;
    padding: 0 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

#subnav .socials a.payonline {
    background-position: -242px -9px;
    width: 44px;
    height: 32px;
    margin: 4px 4px
}

#subnav .socials a.payonline:hover {
    background-position: -242px -55px
}

#subnav .socials a.openicon {
    background-position: -321px -11px;
    width: 18px;
    height: 29px
}

#subnav .socials a.openicon:hover {
    background-position: -321px -57px
}

#subnav ul.socials {
    float: right;
    margin-right: 10px
}

#content {
    clear: both;
    padding-bottom: 5px
}

#main {
    width: 100%
}

.boxcontent {
    background-color: #fff;
    border: 1px solid #efefef;
    display: table;
    margin: 0 0 20px;
    padding: 10px 20px;
    width: 988px;
    width: calc(100% - 42px)
}

.Safaricss.leftcss .boxcontent {
    width: 100%
}

.Safaricss.leftcss #left .boxcontent {
    width: 198px;
    width: calc(100% - 42px)
}

.toprow {
    display: table;
    width: 100%
}

.toprow span {
    display: block;
    float: left;
    height: 7px
}

.toprow .mid {
    background-color: #eae3e3;
    max-width: 932px;
    width: calc(100% - 58px)
}

.Safaricss.leftcss #left .toprow .mid {
    width: 100%;
    max-width: 140px;
    display: block
}

.toprow .l, .toprow .r {
    background-image: url(../images/nisc_03.png);
    width: 29px
}

.toprow .r {
    float: right;
    background-image: url(../images/nisc_06.png)
}

#footer {
    background-image: url(../images/slogan_36.png);
    background-repeat: repeat-x;
    bottom: 0;
    clear: both;
    font-size: 90%;
    height: 46px;
    padding: 11px 0;
    position: fixed;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: auto;
    width: 100%
}

.Safaricss #footer {
    height: 67px
}

.maxwidth {
    width: 990px;
    display: table;
    margin: 0 auto;
    position: relative
}

.leftcss #left, .leftcss #main, .productscss.leftcss.bycategorycss #main, .productscss.leftcss.bycategorycss #left {
    float: right;
    display: table
}

.leftcss #left, .productscss.leftcss.bycategorycss #left {
    width: 20%;
    position: absolute;
    margin: 0 2% 0 0
}

.productscss.leftcss #left, .productscss.leftcss #main {
    float: right
}

.leftcss #main {
    width: 78%
}

.Safaricss.leftcss #main {
    max-width: 770px;
    display: block
}

.Safaricss.leftcss .toprow .mid {
    max-width: 932px
}

.Safaricss.leftcss #main .toprow .mid {
    max-width: 712px
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-size: 100%;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 400;
    line-height: normal;
    text-align: left
}

h1 {
    font-size: 200%;
    margin: 10px 0 20px
}

h2 {
    font-size: 180%
}

h3 {
    font-size: 150%
}

h5 {
    font-size: 120%;
    font-style: italic
}

a, a:visited, a:active {
    outline: 0;
    color: #222;
    text-decoration: none
}

a:hover {
    color: #222;
    text-decoration: underline
}

input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    font-size: 11px;
    border: 1px solid #aaa
}

img {
    border: 0
}

select {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-family: arial;
    font-size: 100%;
    padding: 3px 0;
    text-align: center;
    width: 100%
}

p {
    margin-bottom: 15px;
    margin-top: 0
}

input.contact {
    width: 95%
}

hr {
    border: 0;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0
}

.bread {
    font-size: 80%;
    line-height: normal;
    margin: 0 0 20px;
    text-transform: uppercase
}

.newsling {
    margin-bottom: 20px;
    clear: both
}

.newsling .text {
    margin-left: 60px
}

.newsling .img {
    float: left;
    margin: 0 5px 5px 5px;
    border: 1px solid #ddd
}

.newsling img {
    border: 5px solid #fff;
    width: 80px;
    height: 80px
}

.row2 {
    background: #eee
}

.row1 {
    background: #ddd
}

table.banner td {
    line-height: normal;
    font-family: verdana;
    font-size: 1px
}

#navbar td {
    text-align: center;
    font-size: 15px;
    font-weight: 700
}

.date {
    font-size: 80%;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase
}

.nav1 td a {
    color: #fff
}

.headline {
    font-size: 11px
}

.hide {
    display: none
}

.intro {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: normal;
    text-align: justify
}

.niframe {
    display: none;
    width: 1px;
    height: 1px
}

.thumb {
    text-align: center;
    width: 142px;
    height: 140px;
    float: left;
    margin: 2px;
    border: 1px solid #eee;
    margin-bottom: 2px;
    margin-top: 2px
}

.thumb:hover {
    text-align: center;
    width: 142px;
    height: 140px;
    float: left;
    margin: 2px;
    border: 1px solid #bbb;
    margin-bottom: 2px;
    margin-top: 2px
}

.thumb2 {
    text-align: center;
    width: 120px;
    height: 100px;
    float: left;
    margin: 15px;
    border: 1px solid #eee;
    margin-bottom: 2px;
    margin-top: 2px
}

.thumb2:hover {
    text-align: center;
    width: 120px;
    height: 100px;
    float: left;
    margin: 15px;
    border: 1px solid #bbb;
    margin-bottom: 2px;
    margin-top: 2px
}

.thumb td, .thumb2 td {
    text-align: center
}

.sidenav .headnav {
    font-size: 13px;
    font-weight: 700
}

.sidenav .navitem {
    font-size: 11px;
    font-weight: 700;
    padding: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px
}

.itemcode {
    font-size: 10px;
    font-weight: 400
}

.itemname {
    font-size: 11px;
    font-weight: 700
}

.pagethis {
    border: 1px solid #ddd;
    padding: 2px;
    background: #eee
}

.page {
    border: 1px solid #ddd;
    padding: 2px
}

.page:hover {
    border: 1px solid #ddd;
    background: #eee
}

.pageof {
    float: left;
    color: #666
}

.pagit {
    text-align: right;
    margin-top: 10px;
    font-size: 11px;
    margin-bottom: 10px
}

#results tr td {
    font-size: 10px
}

.req {
    float: right;
    font-size: 10px
}

.NavMenu td {
    font-weight: 700;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 10px
}

.quote {
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif
}

.sitemap, .sitemap ul, .sitemap ul ul {
    list-style-type: none;
    margin-left: 0;
    display: block
}

.sitemap ul li.closed ul {
    display: none
}

.sitemap li.closed ul {
    display: none
}

.sitemap ul li.open ul {
    display: block
}

.sitemap li.open ul {
    display: block
}

.submenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.submenu ul li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 700
}

.submenu ul li li a {
    padding-left: 5%;
    width: 95%;
    font-size: 90%;
    font-weight: 400
}

.staff {
    clear: both;
    margin-top: 20px
}

.management {
    margin-top: 10px;
    width: 48%;
    margin-right: 1%;
    float: left;
    padding-bottom: 10px;
    height: auto;
    min-height: 160px
}

.management .position {
    font-size: 90%;
    margin-bottom: 5px
}

.management .img {
    float: left;
    width: 90px;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #9faecd;
    margin-bottom: 5px
}

.management .img img {
    width: 90px;
    float: left
}

.management h3 {
    padding-top: 5px;
    margin-bottom: 0;
    padding: 0
}

.management .bio {
    font-size: 100%;
    float: left;
    width: 225px
}

.management .text {
    text-align: justify;
    font-size: 90%;
    line-height: normal
}

.faq {
    margin-bottom: 20px
}

.btt {
    text-align: right;
    font-size: 80%;
    font-weight: 700
}

.box table.month {
    margin-left: 26px;
    width: 175px;
    margin-top: 0
}

.thumbb {
    float: left;
    width: 75px;
    height: 75px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0 9px 9px 0
}

ul.sitemap, ul.sitemap ul {
    margin: 0 p;
    padding: 0
}

.sitemap li {
    list-style-type: none;
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 10px
}

.sitemap li li {
    padding-left: 0;
    font-size: 80%;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px
}

.productling {
    margin-bottom: 25px
}

.productling .price {
    float: right;
    margin-top: -20px
}

.prodserv h2 {
    font-size: 120%;
    font-weight: 700
}

.prodserv h3 {
    font-size: 110%;
    font-weight: 700
}

input[type="radio"] {
    border: 0
}

.fieldrow {
    display: table;
    width: 100%;
    float: none;
    clear: both;
    margin: 10px 0
}

.fieldrow input {
    width: 50%
}

.birthday label input {
    width: 50px
}

input, textarea {
    font-family: "open sans", "trebuchet ms", verdana, arial;
    color: #333;
    font-size: 100%;
    border: 1px solid #aaa
}

select {
    font-family: arial;
    color: #333;
    font-size: 100%
}

label, .fieldrow span {
    display: block;
    float: left
}

.subscribebox label, .subscribebox input[type="text"] {
    width: 100%
}

.subscribebox input[type="text"], .subscribebox input[type="email"] {
    padding: 3px
}

.newscss.leftcss #left {
    top: auto
}

.fieldrow .textarea span, .fieldrow .bigtextarea span {
    float: none;
    width: auto
}

.fieldrow .bigtextarea {
    width: 100%
}

.fieldrow .bigtextarea textarea {
    width: 100%
}

.fieldrow label {
    width: 100%
}

.fieldrow label span {
    width: 49%;
    text-align: left
}

.experiencetable td input {
    width: 50%
}

.experiencetable td.yearfld input {
    width: 50px;
    text-align: center
}

.vehiclecondition label {
    width: 20%;
    float: left
}

#tradein {
    display: none
}

.ling {
    display: table;
    width: 100%;
    clear: both;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd
}

.img {
    float: left;
    width: 200px;
    margin-right: 10px
}

.profilepage {
    display: table;
    width: 100%
}

.profilepage .img {
    width: 370px;
    float: right;
    margin-left: 20px
}

.nextpre {
    clear: both;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px 0;
    line-height: 100%;
    display: table;
    width: 100%
}

.nextpre .npleft, .nextpre .npright {
    float: left;
    display: block;
    width: 49%;
    font-size: 90%;
    font-weight: 700
}

.nextpre .npleft a {
    float: left;
    display: block;
    width: 100%;
    text-align: left
}

.nextpre .npright {
    text-align: right
}

.gallery {
    display: table;
    width: 100%
}

.contactleft, .contactright {
    float: left;
    margin: 0 1% 20px 0;
    width: 49%
}

fieldset.contactleft, fieldset.contactright {
    border: 1px solid #ddd;
    width: 46%;
    margin: 20px 1% 20px 0
}

.contactright {
    margin: 0 0 0 1%
}

.fieldrow.submitfield>input {
    display: table;
    margin: 0 auto;
    width: auto
}

.fieldrow.textarea span {
    width: 100%;
    margin-bottom: 5px
}

.fieldrow textarea {
    height: 100px;
    width: 99%
}

.newsling .text.noleftmargin {
    margin-left: 0
}

.subnav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.subnav ul li a {
    display: block;
    text-align: left;
    padding: 5px 5px 5px 0
}

.footerlogo {
    float: left
}

.footertext {
    float: right;
    padding: 17px 0
}

.footertext, .footertext a {
    color: #777;
    text-transform: uppercase;
    font-weight: 700
}

.footertext a:hover {
    text-decoration: underline
}

.newsling img {
    border: 0 none;
    border-radius: 5px;
    height: auto;
    width: 100%
}

.ling.newsling {
    margin: 0 0 20px;
    border-bottom: 1px dotted #999
}

.newsling .img {
    border: 0 none;
    float: left;
    margin: 0 10px 10px 0;
    /* width: auto */
}

.profile .img {
    float: none;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #9e0933;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 99
}

.mainimg {
    height: auto;
    width: 100%
}

.lbox {
    border-bottom: 1px dotted #999;
    margin: 10px auto;
    padding-bottom: 15px
}

.product {
    clear: none;
    display: table;
    float: left;
    height: 380px;
    margin: 10px 2% 60px;
    width: 21%
}

.product .img {
    margin: 0;
    padding: 0;
    float: none;
    display: table;
    width: 100%
}

.product .img img {
    width: 100%;
    height: auto
}

.product h3 {
    font-size: 110%;
    font-weight: 700;
    margin: 10px auto;
    text-align: center
}

.prodhead .img {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 30%;
    width: auto
}

.prodhead .img>img {
    height: auto;
    max-width: 100%
}

#tabs {
    width: 100%;
    clear: both;
    margin: 40px auto
}

#tabs .tabmenu li a.selectedtab, #tabs .tabmenu li a:hover {
    color: #4c4c48;
    background-color: #e1dfd3;
    background-image: none
}

#tabs .tabmenu li {
    float: left;
    margin-right: 0
}

.tabtext .specs.dateonline {
    text-align: left
}

#tabs .tabmenu li a {
    background-color: #ababab;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: 0 1px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase
}

.tabmenu {
    border-bottom: 1px solid #e1dfd3;
    display: table;
    list-style: none outside none;
    margin: 10px auto;
    padding: 0;
    width: 100%
}

.tourtopp {
    display: table;
    width: 100%
}

#tabs .tab {
    width: 100%
}

#tabs .tab.active {
    display: table
}

.specs {
    margin: 0 0 10px
}

.authorname:hover .authoraffiliation {
    display: block
}

.authorname:hover .author {
    text-decoration: underline;
    cursor: pointer
}

.authoraffiliation {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    z-index: 1;
    display: none;
    margin: 10px 0 0 20px;
    padding: 5px;
    position: absolute;
    width: 320px
}

.tabtitle {
    display: none
}

.journalinfo img {
    max-width: 150px
}

.column.third {
    float: left;
    margin: 10px 1%;
    width: 31%
}

.column ul, .column ul li {
    list-style: none outside none;
    margin: 0 0 0 12px;
    padding: 0
}

.column ul li {
    list-style: square outside none;
    margin: 0 0 5px;
    text-align: left
}

.abstract {
    clear: none;
    float: left;
    height: 190px;
    margin: 0 3% 20px 0;
    width: 47%
}

#morejournals {
    margin: 10px 0;
    overflow: hidden;
    padding: 0 20px 10px;
    position: relative
}

#morejournals .viewport {
    height: 125px;
    overflow: hidden;
    position: relative
}

#morejournals .buttons {
    background: none repeat scroll 0 0 #ababab;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 15px;
    left: 0;
    line-height: 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 15px
}

#morejournals .next {
    right: 0;
    left: auto;
    top: 50%
}

#morejournals .buttons:hover {
    color: #c01313;
    background: #fff
}

#morejournals .disable {
    visibility: hidden
}

#morejournals .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0
}

#morejournals .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 121px;
    border: 1px solid #dcdcdc;
    width: 236px
}

#owl-example {
    width: 150px
}

.body .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    background: none repeat scroll 0 0 #ababab
}

.body .owl-theme .owl-controls {
    margin-top: 0
}

#left h3 {
    text-align: center
}

#left .actions a {
    display: table;
    margin: 0 auto;
    text-align: center
}

.twitterfeed {
    display: table;
    margin: 20px auto 30px;
    width: 580px
}

.twitterfeed {
    display: table;
    list-style: none outside none;
    margin: 0 auto;
    padding: 30px 0 0;
    width: 45%;
    height: 80px;
    float: none
}

.twitterfeed {
    margin: 20px auto 30px
}

.twitterfeed li {
    background-image: url(../images/twbgg.png);
    background-position: left 13px;
    background-repeat: no-repeat;
    display: table;
    font-size: 90%;
    margin: 0 auto;
    max-width: 520px;
    padding: 0 0 0 58px;
    text-align: left
}

.twitterfeed li .tweetbox {
    border: 3px solid #888;
    border-radius: 6px;
    display: table;
    background-color: #888;
    margin: 10px auto 0;
    text-align: center;
    padding: 10px
}

.twitteractions {
    display: table;
    font-size: 90%;
    margin: 0 auto;
    text-transform: lowercase
}

.tweetbox a {
    color: #fff
}

.tweetbox a:hover {
    text-decoration: none
}

.item a img {
    width: 100%
}

.column h4 {
    font-size: 140%;
    font-weight: 700;
    text-transform: uppercase
}

.homeproduct .img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 10px;
    text-align: center;
    width: 230px;
    max-height: 300px
}

#products {
    float: left;
    width: 70%;
    width: 660px;
    margin-bottom: 30px !important
}

.homeproduct .text {
    float: left;
    width: 420px
}

.homeproduct h3 {
    background-color: #ababab;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0;
    padding: 10px
}

.homeproduct h3 a {
    color: #fff;
    display: table;
    text-decoration: none;
    width: 100%
}

.homeproduct .text {
    float: left;
    width: 400px
}

.homeproduct .img img {
    border: 1px solid #ddd;
    display: block;
    margin: 0 auto;
    max-height: 300px;
    max-width: 100%;
    width: auto
}

#homecats {
    display: table;
    list-style: none outside none;
    margin: 10px 0 0 20px;
    padding: 4px;
    width: 280px
}

.ling.cat {
    border-bottom: 3px solid #fff;
    font-size: 170%;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none
}

.ling.cat a {
    background-color: #ababab;
    color: #fff;
    display: table;
    padding: 13px 10px 10px;
    text-align: left;
    text-decoration: none;
    width: calc(100% - 20px)
}

.ling.cat .icon {
    background-image: url(../images/niscbuttons.png);
    background-position: -19px -26px;
    display: table;
    float: left;
    height: 47px;
    margin: -1px 5px 0 0;
    width: 51px
}

.ling.cat .divider {
    background-color: #9d9d9d;
    background-image: none;
    display: table;
    float: left;
    height: 45px;
    margin: 0 10px 0 0;
    width: 2px
}

.ling.cat .dividerb {
    background-color: #bababa;
    width: 1px;
    height: 45px;
    float: right
}

.ling.cat a:hover .divider {
    background-color: #920f35
}

.ling.cat a:hover .dividerb {
    background-color: #ae1b45
}

.ling.cat a:hover {
    background-color: #9e0933
}

.ling.cat a:hover .divider {
    background-position: -110px -107px
}

.atext {
    margin: 3px 0 0
}

.ling.catpublish a {
    background-color: #ababab
}

.ling.catpublish .icon {
    background-position: -21px -279px
}

.ling.cat.cat2 .icon {
    background-position: -22px -108px
}

.ling.cat3 .icon {
    background-position: -24px -192px
}

.subtext {
    display: block;
    font-size: 70%;
    line-height: normal;
    margin: 3px 0 0;
    text-transform: lowercase
}

.homecats .ling.cat {
    border-bottom: 3px solid #fff;
    font-size: 170%;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase
}

.Safaricss .boxcontent.homeboxcontent, .Safaricss .boxcontent, .Safaricss .ling.cat a {
    width: 100%
}

#tabs .tabmenu li a, .owl-controls, .subnavcats a, #navmenu a, .ling.cat a, .ling.cat a span {
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear
}

.contentsling {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}

.contentsling .specs {
    font-size: 90%;
    margin: 0 0 0;
    padding: 0 0 0 20px
}

.contentsling .specs.text {
    margin: 0 0 10px
}

ol.tree {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}

.tree li {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    list-style: none
}

.tree li.file {
    margin-left: -1px !important
}

.tree li.file h5 a {
    text-decoration: none
}

.tree li input {
    position: absolute;
    margin-left: 0;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    cursor: pointer
}

.tree li input+ol {
    background: url(toggle-small-expand.png) 40px 0 no-repeat;
    margin: -1px 0 0 -42px;
    height: 15px
}

.tree li input+ol>li {
    display: none;
    margin-left: -14px !important;
    padding-left: 1px
}

.tree li label {
    background: url(folder-horizontal.png) 15px 1px no-repeat;
    cursor: pointer;
    display: block;
    padding-left: 37px
}

.tree li input:checked+ol {
    background: url(toggle-small.png) 40px 5px no-repeat;
    margin: -6px 0 0 -42px;
    padding: 30px 0 0 70px;
    height: auto
}

.tree li input:checked+ol>li {
    display: table;
    width: 100%;
    margin: 0 0 10px
}

.tree li input:checked+ol>li:last-child {
    margin: 0 0 .063em
}

.fulltextlink, .subscribelink {
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: table;
    float: none;
    margin: 10px auto;
    padding: 5px 0 5px 30px
}

.subscribelink {
    background-image: url(../images/srss.png);
    background-position: 0 50%
}

.fulltextlink, .fulltextlink:visited {
    background-color: #ababab;
    text-decoration: none;
    text-decoration: none;
    background-image: none;
    border-radius: 3px;
    color: #fff;
    padding: 1px 5px
}

.fulltextlink:hover {
    background-color: #e1dfd3;
    color: #4c4c48;
    text-decoration: none
}

.contentsling:hover .fulltextlink, .contentsling:hover .subscribelink {
    opacity: 1
}

.specs.dateonline {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: auto
}

.specs.keywords {
    text-align: center
}

.portrait .mainimg {
    max-width: 100%
}

.profile .img.portrait {
    display: inline;
    float: right;
    margin-left: 2%;
    width: 50%
}

.file .specs.dateonline {
    text-align: left;
    margin: 0
}

.searchresult .img {
    float: left;
    margin-right: 10px;
    width: 90px
}

.searchresult .img img {
    display: table;
    height: auto;
    margin: 0 auto;
    max-height: 110px;
    max-width: 100%;
    width: auto
}

.searchresult h3 {
    font-size: 130%
}

#resultsol {
    margin: 20px 0 0 20px;
    padding: 0
}

#loadmore {
    background-color: #5c5c5c;
    border-radius: 3px;
    color: #fff;
    display: table;
    font-size: 120%;
    font-weight: 700;
    margin: 30px auto;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

#loadmore:hover {
    background-color: #b20837
}

.newresults {
    display: none
}

.MSIEcss .lazy {
    display: none
}

.Netscapecss .lazy, .MSIEcss .lazy {
    display: inherit
}

.column.twothirds {
    width: 65%
}

.journalinfo {
    text-align: center
}

#left .boxcontent h4 {
    text-align: center
}

.twitterbox {
    display: table;
    margin: 0 auto;
    width: 100%
}

.rowprods {
    display: table;
    margin: 0 auto;
    float: none
}

.rowprods .product {
    margin: 10px 2% 20px;
    height: auto;
    border-bottom: 0
}

.viewall {
    border-bottom: 1px dotted #ddd;
    font-size: 80%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
    text-transform: uppercase
}

h2.productlanding {
    text-align: center
}

.catling2 {
    width: 66%;
    margin: 0 auto
}

.catling2 .rowprods .product {
    width: 29%
}

#frmInput {
    border: 5px solid #ababab;
    border-radius: 7px;
    margin: 20px auto;
    max-width: 410px;
    padding: 10px 20px
}

.fieldrow.submitfld input {
    width: auto
}

.payfooter {
    text-align: center;
    font-size: 80%
}

.fieldrow.checkbox>label {
    display: flex;
    flex-direction: row
}

.fieldrow.checkbox label span {
    width: auto;
    text-align: left;
    float: none;
    order: 1
}

.fieldrow.checkbox input {
    width: auto !important;
    border: 0;
    float: none;
    order: 0;
    margin-right: 5px
}

.subscribebox .fieldrow.checkbox {
    font-size: 10px;
    line-height: 1.4
}

.subscribebox .very+.fieldrow {
    font-size: 10px;
    line-height: normal
}

.required em {
    float: right;
    margin: 0 5px 0 0
}

#subscribeform .fieldrow input, .fieldrow input[type="text"] {
    width: calc(49% - 6px)
}

.fieldrow.very img {
    display: table;
    margin: 0 auto;
    width: auto
}

.fieldrow input[type="submit"], .fieldrow.submitfld {
    background-color: #9e0933;
    cursor: pointer;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 90%;
    font-weight: 700;
    border: 1px solid #fff;
    text-transform: uppercase;
    width: auto
}

.fieldrow input[type="submit"]:hover {
    border: 1px solid #9e0933;
    background-color: #fff;
    color: #9e0933
}

.contactcss iframe {
    width: 100%
}

.ie7_body .boxcontent {
    width: 966px
}

.ie7_body .toprow .mid {
    width: 950px
}

.ie7_body.leftcss #main .boxcontent {
    width: 740px
}

.ie7_body.leftcss #left .boxcontent {
    width: 155px
}

.ie7_body.leftcss #main .toprow .mid {
    width: 724px
}

.ie7_body.leftcss #left .toprow .mid {
    width: 143px
}

.ie7_body.leftcss.productscss #left {
    margin: 0 0% 0 1%
}

.speclabel, .specvalue {
    display: table;
    float: left
}

.specs.tablespecs {
    display: table;
    float: left;
    text-align: left;
    width: 60%
}

.specs.abouttext {
    clear: both;
    display: table;
    float: none;
    width: 100%
}

.specrow {
    display: table;
    margin: 0 0 0;
    width: 100%
}

.speclabel {
    width: 20%
}

.specvalue {
    width: 80%
}

.specs.tablespecs {
    display: table;
    float: left;
    text-align: left;
    width: 70%
}

.abhr {
    display: table;
    margin: 10px 0;
    width: 100%
}

.specs.abstractions {
    float: right;
    text-align: center;
    width: auto
}

.tabtext .specs.abstractions {
    opacity: 0
}

.ling.abstract:hover .specs.abstractions, .specs.abstractions:hover {
    opacity: 1
}

.ling.abstract {
    border-bottom: 1px solid #ddd;
    clear: both;
    float: none;
    height: auto;
    margin: 0 0 10px;
    padding: 0 0 0;
    width: 100%
}

.abcats {
    margin: 0 0 10px;
    padding: 0 0 0;
    border-bottom: 0
}

.ling.abstract h5, .ling.contentsling h5 {
    font-style: normal;
    margin: 0
}

.abstract .specs.tablespecs {
    margin: 10px 0 10px
}

.ling.contentsling .specs.abstractions {
    width: auto;
    opacity: 0
}

.ling.contentsling:hover .specs.abstractions {
    opacity: 1
}

.ling.contentsling .specs.tablespecs {
    padding-left: 3%;
    width: 67%
}

.ling.contentsling .specs.tablespecs {
    padding-left: 0;
    width: 70%
}

.tree li label {
    background-image: none;
    padding-left: 17px;
    font-weight: 700
}

.subtitle {
    color: #999;
    margin: -15px 0 20px;
    font-size: 200%
}

.specs.abstractions.purchaseissue {
    float: right;
    margin: 0
}

.purchaseissue .fulltextlink {
    float: right;
    margin: 0
}

#subnav .subnavcats li ul {
    position: absolute;
    width: 154px;
    display: none;
    z-index: 1000
}

#subnav .subnavcats li ul {
    display: none;
    margin: 0;
    position: absolute;
    width: 117px;
    z-index: 1000
}

#subnav .subnavcats li ul li {
    width: 100%
}

#subnav .subnavcats li:hover ul {
    display: block
}

.productsgrouping {
    display: table;
    width: 100%
}

.fieldrow select {
    width: 50%
}

.fieldrow.wideselect select {
    width: 100%
}

.boxcontent .twitterbox {
    float: left;
    width: 40%
}

.Safaricss .boxcontent .twitterbox {
    display: block
}

.boxcontent .twitterfeed {
    width: 95%
}

.pageinfo {
    display: table;
    width: 100%
}

.paymentnote {
    display: table;
    margin: 10px auto;
    width: 600px
}

.product {
    clear: none;
    display: block;
    float: left;
    height: 290px;
    margin: 10px 1% 60px;
    width: 18%
}

.product .img {
    display: block;
    float: none;
    text-align: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
    min-height: 225px;
    width: 100%
}

.product .img img {
    max-height: 220px;
    width: 100%
}

.catsearch {
    display: table;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 95%
}

.catsearch ul {
    width: 100%;
    display: table;
    list-style: none outside none
}

.catsearch>li {
    background-color: #d2ca99;
    border-radius: 5px;
    display: table;
    float: left;
    font-size: 130%;
    line-height: normal;
    list-style: none outside none;
    margin: 0 1%;
    padding: 1%;
    width: 21%
}

.catsearch li ul li, .catsearch li ul {
    display: table;
    float: none;
    font-size: 90%;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    width: 100%
}

.catsearch .haschildren ul {
    background-color: #d2ca99;
    border-radius: 0 0 10px 10px;
    display: none;
    left: 0;
    position: absolute;
    top: 40px;
    z-index: 1000
}

.catsearch .haschildren ul li:hover {
    color: #fff;
    background-color: #9e0933
}

.catsearch .haschildren:hover ul {
    display: block
}

.catsearch input[type="checkbox"] {
    display: none
}

.haschildren {
    position: relative
}

.catsearch li label {
    display: block;
    float: none;
    padding: 3px 3px 3px 3px
}

.catsearch li label .ch {
    background-image: url(../images/selectbuttons.png);
    background-position: -29px -82px;
    display: block;
    float: left;
    height: 14px;
    margin: 1px 5px 0 0;
    width: 14px
}

.catsearch li label.checked .ch {
    background-position: -29px -61px
}

.haschildren label {
    background-image: url(../images/selectbuttons.png);
    background-position: 115% -22px;
    background-repeat: no-repeat
}

.haschildren li label {
    background-image: none
}

.catsearch li ul li label {
    margin: 0 8px
}

.catsearchcolumn {
    float: left;
    margin: 0 1%;
    text-align: left;
    width: 31%
}

#catsearchresults {
    display: table !important;
    margin: 20px auto;
    width: 100%
}

#catsearchform input[type="submit"] {
    background-color: #d2ca99;
    border: 1px solid #d2ca99;
    border-radius: 5px;
    color: #5c5c5c;
    float: left;
    font-weight: 700;
    width: 4%;
    padding: 11px 0
}

.catsearchform {
    display: table;
    margin: 0 0 20px;
    width: 100%
}

.catsearchresults {
    display: none
}

.browsesection {
    min-height: 400px
}

.catsearch li ul li label {
    margin: 0 8px;
    padding-left: 22px;
    text-indent: -26px
}

.catsearch li ul li label .ch {
    margin: 1px 32px 0 -20px
}

.checkcount {
    visibility: hidden
}

.checkcount {
    color: #a5a189;
    float: right;
    font-size: 100%;
    font-style: italic;
    margin-right: 17%
}

.checkcount.show {
    visibility: visible
}

.includeyourj {
    background-color: #e1dfd3;
    border-radius: 3px;
    color: #9e0933;
    display: table;
    margin: 5px auto;
    padding: 5px;
    text-decoration: none
}

.includeyourj:hover {
    text-decoration: none
}

.journals-authorscss.leftcss #main {
    float: right
}

.journals-authorscss.leftcss #left {
    margin: 0 2% 0 0;
    max-width: 200px
}

#left {
    max-width: 200px
}

.jauthors, .jauthors li, .jauthors ul {
    list-style: none outside none;
    margin: 0;
    text-align: left;
    padding: 0
}

.lbox.jauthors a {
    display: block;
    line-height: normal;
    padding: 5px 0;
    text-align: left
}

th {
    background-color: #d1c898;
    padding: 5px 0;
    text-align: center
}

td {
    padding: 5px;
    vertical-align: top
}

tr:nth-child(2n+1) td {
    background-color: #faf9f4
}

tr:nth-child(2n) td {
    background-color: #f4f2e6
}

table {
    box-shadow: 1px 1px 10px #ddd;
    margin: 0 auto 20px
}

.journals-authorscss h3 {
    display: table;
    font-weight: 400;
    padding: 10px 0
}

.purchaseissue {
    display: none
}

.tree li input:checked+a.purchaseissue {
    display: table;
    float: right;
    font-weight: 700;
    margin-top: -20px
}

.abstract h4 {
    font-size: 120%;
    font-weight: 700
}

.publishcss .boxcontent #homecats {
    float: none;
    margin: 0 auto;
    width: 50%
}

.productscss .specs.bread {
    margin: 90px 0 -20px
}

.productscss .subscribelink {
    background-image: url(../images/srss.png);
    background-position: 0 50%;
    float: left;
    margin: 30px -40px 0 50px
}

.aboutuscss .aboutusbuttons {
    background-color: #a3a3a3;
    color: #fff;
    float: left;
    margin: 0 14px 0 0;
    padding: 6px 24px;
    font-weight: 700
}

.aboutuscss .aboutusbuttons a {
    color: #fff;
    text-decoration: none
}

.aboutuscss .aboutusbuttons a:hover {
    color: #fff;
    text-decoration: none
}

.fulltextlink.journalsa {
    margin: 12px auto 10px 134px
}

.prodgrid.cat1 {
    -moz-columns: 3;
    -ms-columns: 3;
    -o-columns: 3;
    -webkit-columns: 3;
    columns: 3
}

.journalonly h3 {
    border: 0 none;
    font-size: 100%;
    margin: 0
}

.ling.journalonly {
    border: 0 none;
    margin: 0 0 10px;
    padding: 0
}

.midbutton {
    background-color: #eae3e3;
    border-radius: 5px;
    display: table;
    line-height: 100%;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    text-transform: uppercase
}

.midbutton img {
    border-radius: 5px;
    overflow: hidden
}

.midbutton span {
    background-color: #fff;
    border-radius: 5px;
    color: #ababab;
    display: table;
    font-size: 150%;
    line-height: normal;
    margin: 0 auto;
    text-decoration: none;
    max-width: 190px;
    padding: 5px
}

.midbutton:hover {
    text-decoration: none
}

.tabtext h4, .abstractcategory {
    background-color: #e1dfd3;
    display: block;
    font-size: 100%;
    font-weight: 700;
    padding: 5px;
    text-transform: uppercase;
    width: auto
}

.productscss .subscribelink {
    background-position: 0 50%;
    display: table;
    float: none;
    margin: 0 auto
}

.calltoaction, .calltoaction:visited, .calltoaction:active {
    background-color: #888;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    text-transform: uppercase
}

.calltoaction:hover {
    text-decoration: none;
    color: #fff;
    background-color: #9e0933
}

.loadingup {
    border-radius: 35px;
    display: table;
    margin: 50px auto;
    padding: 20px 0;
    text-align: center;
    width: 160px
}

.loadingup img {
    display: table;
    float: none;
    margin: 10px auto
}

.cat2css .product .img {
    min-height: 170px
}

.cat2css .product .img img {
    width: auto
}

.cat2css .product {
    height: auto;
    min-height: 280px;
    width: 31%
}

.ling.snews h4 {
    text-align: left !important;
    margin: 0
}

.dateview {
    font-size: 80%
}

.ling.snews {
    text-align: left
}

.file.categoryheading {
    margin: 0 0 5px !important
}

.categoryheading h4 {
    margin: 0
}

#issuealerts .formfield label, #issuealerts .formfield input {
    display: table;
    float: none !important;
    margin: 5px auto !important;
    padding: 5px;
    text-align: center;
    width: 200px
}

#overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

#issuealerts {
    background-color: #fff;
    border: 10px solid #eae3e3;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 20%;
    width: 240px;
    z-index: 2;
    max-height: 400px
}

#issuealerts input[type="submit"], #issuealerts input[type="button"] {
    clear: none;
    cursor: pointer;
    display: table;
    float: left !important;
    margin: 5px !important;
    width: auto
}

#overlay, #issuealerts {
    display: none
}

#issuealerts h3 {
    text-align: center
}

#loadingimg {
    position: absolute
}

.subscribebox input {
    margin: 5px 0
}

.formfield.buttons {
    display: table;
    margin: 0 auto
}

.specs.abstractions.purchaseissue {
    display: table;
    opacity: 1
}

#homecats2 .ling.cat {
    border-bottom: 3px solid #fff;
    clear: none;
    float: left;
    font-size: 170%;
    margin: 0 1% 1%;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 48%
}

#homecats2 {
    margin: 0 auto;
    max-width: 630px
}

#homecats2 .ling.cat .subtext {
    text-transform: none
}

.img.landscape {
    float: right;
    margin: 0 0 0 2%;
    width: 50%
}

.topicsbox, .subscribebox, .archivesbox, .topicsbox, .jauthors, .sharethis {
    border: 0
}

.ling.latestabstracts h3 {
    font-size: 120%
}

.nontree, .nontree li {
    list-style: outside none none;
    margin: 5px 0;
    padding: 0
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: #fff0;
    border-color: #fff0
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: #fff0;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

.cc-link {
    display: none
}

.cc-banner {
    font-size: 12px
}

.cc-banner .cc-message {
    padding-right: 20px
}

@media screen and (max-width:989px) {
    .maxwidth {
        width: 98%
    }

    #header .maxwidth {
        background-position: center 148px
    }

    #logo {
        display: table;
        float: none;
        margin: 0 auto 40px
    }

    #navmenu {
        display: table;
        float: none;
        margin: 0 auto
    }

    .body #subnav .subnavcats li a {
        padding: 11px
    }

    #homecats {
        width: 100%;
        margin: 10px auto
    }

    #products {
        float: none;
        margin: 0 auto;
        width: 680px
    }

    .ling.cat {
        clear: none;
        float: left;
        font-size: 130%;
        margin: 0;
        padding: 0;
        width: 24%
    }

    #navmenu {
        background-color: #777;
        display: table;
        width: 100%
    }

    #navmenu .menu {
        display: table;
        float: none;
        margin: 0 auto;
        width: auto
    }

    .twitterfeed {
        width: 80%
    }

    #subscribeform .fieldrow input, .fieldrow input[type="text"], .fieldrow input, .fieldrow label span {
        width: 100%
    }

    .fieldrow.checkbox label span {
        width: 49%
    }

    .productscss.leftcss #left {
        float: none;
        margin: 0 auto;
        position: relative
    }

    .leftcss.productscss.abstractscss #main {
        width: 72%
    }

    .tabmenu {
        width: auto
    }

    #tabs .tabmenu li a {
        font-size: 130%
    }

    .product {
        height: 270px
    }

    .tree li label {
        font-size: 120%
    }

    #subnav .socials .payli {
        border-left: 0;
        border-right: 0;
        margin: 0 0;
        padding: 0 1px
    }

    #searchbox input[type="text"] {
        width: 80px
    }

    .tablespecs .authoraffiliation {
        background-color: #fff;
        border: 0 none;
        border-radius: 0;
        display: inline;
        float: none;
        margin: auto 4px;
        padding: 0;
        position: inherit;
        text-align: left;
        width: auto
    }

    .tablespecs .speclabel {
        width: auto;
        float: none;
        margin: 10px 0 0 0
    }

    .specs.tablespecs {
        display: table;
        float: none;
        width: auto
    }

    .specs.abstractions {
        float: none;
        text-align: center;
        width: auto
    }

    .specvalue {
        width: auto
    }

    .tablespecs .authoraffiliation {
        display: inline
    }

    .ling.contentsling .specs.tablespecs {
        width: 100%
    }

    .ling.contentsling .specs.abstractions {
        opacity: 1
    }

    .tabtext .specs.abstractions {
        opacity: 1
    }

    .specrow {
        display: table;
        margin: 0;
        width: 100%;
        text-align: center
    }

    .abstract .specs.tablespecs {
        margin: 10px 0;
        width: 100%
    }

    .abstract .specs.tablespecs {
        margin: 10px 0;
        width: 100%
    }

    .ling.cat.cat3 {
        background-color: #ababab;
        height: 90px
    }

    .twitteractions {
        font-size: 80%;
        text-transform: lowercase
    }

    .catsearch li {
        font-size: 110%
    }

    #catsearchform input[type="submit"] {
        padding: 7.5px 0
    }

    #makeCatsearch:hover {
        cursor: pointer
    }

    .tabmenu {
        margin: 10px auto
    }

    .publishcss .ling.cat.cat3 {
        background-color: #ababab;
        height: 68px
    }

    .journals-authorscss .boxcontent {
        float: right;
        width: 73%
    }

    .product {
        height: 300px
    }

    .ling.cat {
        width: 25%
    }

    .ling.cat.cat1 {
        height: 90px;
        background-color: #ababab
    }

    .publishcss .ling.cat.cat1 {
        background-color: #FFF
    }

    .subtext {
        display: table;
        float: none
    }

    #homecats .ling.cat {
        clear: none;
        float: left;
        font-size: 130%;
        margin: 0 1% 5px;
        padding: 0;
        width: 48%
    }

    .catsearch .haschildren ul {
        top: 0;
        display: block;
        position: relative
    }

    .prodresult {
        display: list-item
    }

    .ling.cat.cat3, .ling.cat.cat1 {
        height: auto
    }
}

@media screen and (max-width:767px) {
    .Safaricss.leftcss .boxcontent, .Safaricss.leftcss #left .boxcontent {
        width: 98%
    }

    .homeproduct .img {
        margin: 0 1%;
        width: 42%
    }

    .homeproduct .text {
        float: left;
        width: 50%
    }

    .boxcontent {
        width: 97%;
        padding: 0 1%
    }

    .footertestimonials {
        float: none;
        width: 100%;
        display: block
    }

    .boxcontent .twitterbox {
        float: none;
        width: 100%
    }

    #products {
        max-width: 570px
    }

    #navmenu .menu {
        width: 100%
    }

    #navmenu {
        width: 100%
    }

    #navmenu .menu li {
        float: none;
        width: 100%
    }

    #navmenu .menu li a {
        display: table;
        width: 100%;
        padding: 10px 0
    }

    #navmenu .menu li.liinactive, #navmenu .menu li.liinactive:hover ul, #navmenu .menu li.liactive:hover ul {
        display: none
    }

    #navmenu .menu li.liactive ul {
        position: relative;
        margin: 0 auto;
        width: 100%
    }

    .menuicon {
        display: table;
        float: right;
        margin: -24px 0 0;
        position: absolute;
        right: 10px
    }

    .menuicon span {
        background-color: #ABABAB;
        display: table;
        height: 5px;
        margin: 3px 0;
        border-radius: 2px;
        width: 25px
    }

    #subnav ul.socials {
        bottom: auto;
        display: table;
        float: none;
        left: auto;
        margin: 0 auto;
        padding: 0 10px;
        position: absolute;
        right: 0;
        idth: auto;
        top: 10px;
        right: 0
    }

    .homeproduct .img {
        display: table;
        float: left;
        margin: 0 1% 0 0;
        padding: 10px;
        text-align: center;
        width: 30%
    }

    .homeproduct .text {
        float: left;
        width: 65%
    }

    .item a img {
        height: auto
    }

    .ling.cat {
        font-size: 100%;
        width: 25%
    }

    .twitterfeed {
        margin: 10px auto 50px
    }

    .leftcss #left, .leftcss #main {
        display: table;
        float: none;
        width: 100%;
        margin: 0
    }

    h1, h2, h3 {
        text-align: center
    }

    .subnav ul li a {
        text-align: center
    }

    #searchbox {
        float: right
    }

    .product, .rowprods .product {
        width: 29%;
        height: 300px
    }

    .prodhead .img {
        float: right;
        margin: 0 0 0 3%;
        max-width: 50%;
        width: auto
    }

    .prodhead .img>img {
        height: auto;
        width: 100%
    }

    #tabs .tabmenu li a {
        font-size: 120%
    }

    .abstract {
        clear: none;
        float: left;
        height: auto;
        margin: 0 0 20px;
        width: 100%
    }

    fieldset.contactleft, fieldset.contactright {
        margin: 10px 1% 10px 0;
        width: 96%
    }

    #subscribeform .fieldrow input[type="text"], .fieldrow input, .fieldrow select {
        width: 100%
    }

    .tree li {
        margin: 5px auto
    }

    .leftcss.productscss.abstractscss #main {
        width: 100%
    }

    .addthis_toolbox.addthis_default_style.addthis_16x16_style {
        display: table;
        margin: 0 auto
    }

    #navmenu .menu li a, #subnav .subnavcats li a {
        border-right: 0
    }

    .column.third, .column.twothirds {
        width: 98%
    }

    .leftcss #left, .leftcss #main {
        max-width: 100%
    }

    #left {
        max-width: 100%;
        align-items: center
    }

    .shareitems {
        margin-left: 40%
    }

    .lbox {
        text-align: center
    }

    .prodhead .img {
        float: none;
        margin: 0 auto 20px;
        max-width: 100%;
        width: auto;
        display: table
    }

    .prodhead .img img {
        height: auto;
        width: auto
    }

    #owl-example {
        margin: 30px auto
    }

    .specs {
        margin: 0 0 10px;
        text-align: center
    }

    #tabs .tabmenu li a {
        font-size: 100%
    }

    .homeproduct .img {
        margin: 0 1% 0 11%
    }

    .homeproduct .img img {
        width: 100%
    }

    .newscss #left .boxcontent {
        margin: 0 0 5px;
        padding: 10px 20px 0;
        width: 92.7%
    }

    .catsearch li {
        font-size: 110%;
        height: 40px
    }

    .haschildren label {
        background-position: 136% -12px;
        height: 30px
    }

    #catsearchform input[type="submit"] {
        width: 4.8%;
        height: 50px
    }

    .publishcss .ling.cat {
        font-size: 140% !important;
        background-color: #FFFFFF !important
    }

    #homecats2 {
        margin: 0 auto;
        max-width: 630px;
        padding: 0
    }

    .payli {
        background-color: #939393;
        border-radius: 5px 0 0 5px
    }

    .socials li:last-child {
        background-color: #939393;
        border-radius: 0 5px 5px 0
    }

    .homeproduct .img img {
        width: 100%
    }

    .homeproduct .img {
        margin: 0 1% 0 4%;
        width: 40%
    }

    .homeproduct .text {
        width: 50%
    }
}

@media screen and (max-width:599px) {
    .catsearch li {
        float: none;
        margin: 0 1% 10px;
        width: 100%
    }

    .catsearch li ul li {
        float: left;
        width: auto
    }

    .catsearch {
        float: none;
        margin: 0 auto;
        width: 98%
    }

    #catsearchform input[type="submit"] {
        clear: both;
        display: table;
        float: none;
        height: 50px;
        margin: 0 auto;
        position: relative;
        width: 150px
    }

    #header .maxwidth {
        background-position: right 20px;
        background-size: 50% auto
    }

    #products {
        max-width: 450px
    }

    #logo {
        display: block;
        float: left;
        margin: 0 auto;
        max-width: 40%
    }

    #logo img {
        height: auto;
        max-width: 100%
    }

    #navmenu {
        border-radius: 5px;
        float: right;
        margin: 47px 0 0;
        overflow: hidden;
        position: absolute;
        right: 2%;
        width: 48%;
        z-index: 100000000
    }

    .column.third, .column.twothirds {
        width: 100%;
        margin: 10px 0
    }

    .newsling .text {
        margin-left: 0
    }

    .newsling .img {
        margin: 0 0 10px 10px
    }

    .product, .rowprods .product {
        height: 320px;
        width: 46%
    }

    .catling2 {
        width: 100%
    }

    .prodhead .img {
        float: none;
        margin: 20px auto;
        max-width: 50%;
        width: auto
    }

    h1 {
        font-size: 170%
    }

    .prodhead {
        text-align: center
    }

    .abstract .specs.dateonline {
        text-align: left
    }

    .footerlogo {
        float: none
    }

    .body {
        background-image: none;
        background-color: #F4F2E6
    }

    #header .maxwidth {
        background-position: 3px 101px;
        background-size: 50% auto
    }

    .body #subnav .subnavcats li a {
        padding: 9px 6px 0 6px
    }

    .homeproduct .img {
        margin: 0 1% 0 4%
    }

    .newsling .img {
        margin: 0 7px 0 3px
    }

    .newscss #left .boxcontent {
        margin: 0 0 5px;
        padding: 10px 20px 0;
        width: 91%
    }

    .ling.cat a {
        font-size: 120%;
        width: 100%;
        padding: 10px 0
    }

    .atext {
        font-size: 88%
    }

    .body #subnav .subnavcats li a {
        padding: 9px 6px 10px 6px
    }

    .lazy {
        height: auto;
        width: 100% !important
    }

    .cat2css .product .img {
        min-height: 140px
    }

    .cat2css .product {
        height: auto;
        min-height: 220px;
        width: 31%
    }

    .product .img img {
        height: auto;
        max-height: 250px;
        width: 100%
    }

    .ling.cat .icon {
        margin: -1px 5px 0
    }
}

@media screen and (max-width:479px) {
    #products {
        max-width: 280px
    }

    #homecats .ling.cat {
        clear: none;
        float: none;
        font-size: 130%;
        margin: 10px auto;
        padding: 0;
        width: 98%
    }

    #navmenu {
        border-radius: 5px;
        float: none;
        argin: 25px 0 0;
        overflow: hidden;
        position: absolute;
        right: 2%;
        width: 48%;
        z-index: 100000000
    }

    .fieldrow label span {
        width: 100%;
        text-align: center
    }

    .fieldrow input[type=text], .fieldrow input, .fieldrow textarea {
        width: 100%
    }

    .contactleft, .contactright {
        width: 100%;
        margin: 0
    }

    .contactleft {
        text-align: center
    }

    #searchbox input[type="text"] {
        display: none
    }

    #searchbox {
        margin: 0 auto
    }

    .twitterfeed {
        margin: 10px auto 120px
    }

    .homeproduct .img, .homeproduct .text {
        width: 100%
    }

    .item a img {
        max-width: 100%
    }

    .product, .rowprods .product {
        height: 260px
    }

    .catling2 .rowprods .product {
        width: 46%
    }

    #logo {
        margin: 16px auto 0;
        max-width: 47%
    }

    #navmenu {
        margin: 48px 0 0;
        width: 48%
    }

    #subnav ul.socials {
        padding: 0 6px 0 10px
    }

    #navmenu .menu li, #subnav ul li {
        font-size: 80%
    }

    #searchbox input[type="text"] {
        display: block;
        width: 76%
    }

    .body #subnav .subnavcats li a {
        padding: 9px 11px 4px
    }

    #searchbox {
        display: table;
        float: none;
        margin: 0 auto;
        width: 100%
    }

    .homeproduct .img {
        margin: 0 1% 0 -3%
    }

    .ling.cat {
        margin: 0;
        width: 98%;
        font-size: 150%
    }

    .twitterfeed li {
        position: relative !important
    }

    .boxcontent .twitterbox {
        margin: 10px auto
    }

    .aboutuscss .boxcontent img {
        display: block;
        width: 50% !important;
        height: auto !important
    }

    .aboutuscss .aboutusbuttons {
        background-color: #a3a3a3;
        color: #fff;
        float: left;
        font-weight: 700;
        margin: 0 7px 0 0;
        padding: 6px 15px
    }

    .newsling .img {
        margin: 0 7px 0 3px;
        width: 98%
    }

    .newscss #left .boxcontent {
        width: 86%
    }

    .catsearch li {
        margin: 4px .6%;
        width: 52%
    }

    .haschildren label {
        background-position: 110% -25px;
        height: auto
    }

    .catsearch li {
        font-size: 110%;
        height: 20px;
        width: 98%
    }

    .catsearch {
        width: 98%
    }

    #catsearchform input[type="submit"] {
        margin: 6px 0 0;
        padding: 8px 73px;
        height: 50px;
        width: 99%
    }

    .prodresult {
        font-size: 90%
    }

    #homecats2 .ling.cat {
        width: 98%
    }

    .prodhead .img {
        display: block;
        max-width: 70%
    }

    .abouttext img {
        display: table;
        float: left;
        height: 50px !important;
        margin: 0 0 10px;
        width: auto !important
    }

    .prodhead .img img {
        height: auto !important;
        width: 100% !important
    }

    .abouttext img {
        height: 40px !important;
        width: auto !important
    }

    #tabs .tabmenu li {
        float: left;
        line-height: normal;
        margin: 0 1% 5px;
        text-align: center;
        width: 48%
    }

    h3 {
        font-size: 140%
    }

    .cat2css .product {
        height: auto;
        min-height: 220px;
        width: 100%
    }

    .product, .rowprods .product {
        height: 280px
    }

    .homeproduct .img {
        margin: 0 auto
    }

    .homeproduct .img img {
        height: auto;
        width: auto
    }
}