.button {
	 background-color: #006298;
}
main { position:relative;padding-top:10px }
#home main { position:relative;padding-top:0px !important }
 #home main #content { margin-top:0;} 

#jssor_1 + main { margin-top: 30px; }

@media only screen and (min-width:64em){ main { padding-top:50px}}

.books .feature img {
    float: left;
    padding: 15px;
    height: 50%;
}

.apps .image img {
    float: left;
    height: 110px;
    padding: 0 12px 12px 12px;
}
.figcaption, figcaption::after {
    clear: left;
}

/**  SLIDER **/
/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('/_assets/img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
        .js-title { position: relative;   font-size: 50px; color: #ffffff; line-height: 60px; }
        .js-text { position: relative;   font-size: 30px; color: #ffffff; line-height: 38px; }
        .banner-text { position: absolute; padding: 1.2em; top: 310px; left: 100px; width: 50%; background: rgba(0, 0, 0, 0.5)}
        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('/_assets/img/a22.png') no-repeat;
            background-position: 266px 5px; 
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; left: 16px;}
        .jssora22r { background-position: -70px -31px; right: 16px;}
        .jssora22l:hover { background-position: -130px -31px;}
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }
        
/** END SLIDER **/

/* Custom BELT + SKIRT stylying */
 .belt-nav li {
	 display: block;
}
 .belt-nav li::after {
	 display:none;
}
 .belt-nav a {
	padding:0;
}
 .belt-nav > h5 {
	 border-bottom: 1px solid;
	 line-height: 32px !important;
	 margin-top: -0.95em;
}
 .section.belt+.section.skirt{
	padding-top: 0;
}
 @media screen and (max-width: 40em){
	 .belt {
		 text-align:center;
	}
	 #give_now_button_bottom {
		 float: none;
	}
}
 @media only screen and (min-width:64em){
	 .belt ul.social {
		 text-align: right;
	}
}
 .belt {
	 color: #fff;
}
 .belt h5 {
	 line-height:0;
	 color:#fff;
}
 address p {
	 font-size: 0.875rem;
}
 #give_now_button_bottom {
	 padding-top: 1.5em;
}
/* END BELT + SKIRT */

.title-hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width : 1920px){
/*title logo*/
.title-logo {
    max-height: 80px;
    max-width: 80px;
    float: left;
    padding-top: 0px;
    margin-right: 15px;
    margin-left: 15px;
}
.title-hr {
    display:none;
}
}
@media screen and (max-width : 906px){
/*title logo*/
.title-logo {
    max-height: 80px;
    max-width: 80px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    float: initial;
    display: block;
}
.title{
    text-align:center;
}
.title-hr {
    display:inherit;
}
}
