/* ************************************************
 @project                   : http://alwataniah-school.com
 @company                   : http://eprisenet.com/
 @year                      : 2017
 @developer                 : Hiba Almanakly
 @email                     : eng.hibaalmanakly@gmail.com
 @createdDate               : Feb, 2017
 @updatedBy                 : Hiba Almanakly	
 @updatedDate               : July, 2017
 ************************************************ */



#admin-menu{
    display: none;
}
html body.admin-menu {
    margin: 0px !important;
}
html, body, p, ul, h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}
body::-webkit-scrollbar {
    width: 0.50em;
}
body::-webkit-scrollbar-thumb {
    background-color: #000000;
    outline: #ffffff;
    -webkit-box-shadow: inset 0px 0px 6px rgb(0, 0, 0);
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 7px rgb(0, 0, 0);
}
a{
    text-decoration: none;
    color:inherit;
}
.container{
    position: relative;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
}
.image{
    width: 100%;
}
.imagebyheight{
    height: 100%;
}
.contentsection{
    position: relative;
    width: 100%;
    height: 100vh;
}
.halfsection{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.termsection{
    position: relative;
    width: 100%;
    height: 30vh;
    float: left;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
#section6{
    padding: 0 10%;
    width: 80%;
}
#section8{
    width: 80%;
    padding: 2% 10% 1% 10%;
    direction: rtl;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.section[sid="30"],.section[sid="31"]{
    background: rgb(249, 249, 249);
}
.copyright{
    background: #5f5f5f;
    text-align: center;
    float: left;
    width: 100%;
    color: white;
    font-family: GESSUniqueLight, JosefinSansBold;
    font-size: 12px;
    padding: 5px 0;
}

.copyright span{
    font-family: JosefinSansBold;
}
.copyright .powered{
    float: right;
    right: 1%;
    position: absolute;
    font-family: JosefinSansBold;
}
.lastnewsmaintitle .content, 
.lastphotosalbumsmaintitle .content{
    display: none;
}
#block-system-main>.content>p{
    display: none;
}

.hvr-shutter-out-horizontal{
    background: transparent;
}
.hvr-shutter-out-horizontal:before{
    /*background: #68c4e9;*/
}
.hvr-shutter-out-horizontal:active, 
.hvr-shutter-out-horizontal:focus, 
.hvr-shutter-out-horizontal:hover{
    color: black;    
}

.hvr-shutter-out-vertical{
    background: rgba(255, 255, 255, 0);
}
.hvr-shutter-out-vertical:before{
    border-radius: 3px;    
}
.parttitle[sid="1"].hvr-shutter-out-vertical:before{    
    background: rgba(158, 121, 255, 0.99);
}
.parttitle[sid="2"].hvr-shutter-out-vertical:before{    
    background: rgba(59, 178, 112, 0.99);
}
.parttitle[sid="3"].hvr-shutter-out-vertical:before{    
    background: rgba(255, 98, 91, 0.99);
}
.parttitle[sid="4"].hvr-shutter-out-vertical:before{    
    background: rgba(110, 110, 110, 0.99);
}
.parttitle[sid="5"].hvr-shutter-out-vertical:before{    
    background: rgba(237, 182, 85, 0.99);
}
.parttitle[sid="6"].hvr-shutter-out-vertical:before{    
    background: rgba(190, 190, 190, 0.99);
}
.parttitle[sid="7"].hvr-shutter-out-vertical:before{    
    background:  rgba(0, 143, 206, 0.99);
}
.parttitle[sid="8"].hvr-shutter-out-vertical:before{    
    background:rgba(201, 121, 202, 0.99);
}

/*

.headercolor {
    background: rgba(0,0,0,0.9); 
    background: -webkit-linear-gradient( 90deg,rgba(0, 0, 0,0.9), rgba(0,0,0,0.6)); 
    background: -o-linear-gradient( 90deg,rgba(0, 0, 0,0.9), rgba(0,0,0,0.6)); 
    background: -moz-linear-gradient( 90deg,rgba(0, 0, 0,0.9), rgba(0,0,0,0.6)); 
    background: linear-gradient(90deg,rgba(0, 0, 0,0.9), rgba(0,0,0,0.6)); 
    -webkit-transition:   1.5s  ;
    -moz-transition:   1.5s  ;
    -o-transition:   1.5s  ;
    transition:   1.5s  ;
}*/

.region-filternodes{
    float: left;
    width: 82%;
}
#block-views-filternodes-block, #block-views-filternodes-block .content{
    float: left;
    width: 100%;
}
.element-invisible{
    display: none;
}
.item-list, .pager{
    float: left;
    width: 100%;
}
.item-list .pager {
    clear: both;
    text-align: center;
    float: left;
    width: 100%;
    height: initial;
    margin: 2% 0 2% 0;
}
.i18n-en .item-list .pager{
    direction: ltr;
}
.item-list .pager li {
    border-radius: 2px;
    transition: 0.3s;
    background-color: white;
    border: 1px solid #e4e4e4;
    padding: 0.5% 1.5%;
    margin: 0% 0.5%;
    font-family: arial;
}
.pager-next, .pager-last, 
.pager-previous, .pager-first{
    display: none !important 
}
.pager-current { 
    background: #f7f7f7 !important;
    color: #808080 !important;
    border: 1px solid #e4e4e4 !important;
}
.pager-item{
    border-radius: 4px;
    transition: 0.2s;
}
.pager-item:hover{ 
    transition: 0.3s;
    background: #f7f7f7 !important;
    color: #808080 !important;
    border: 1px solid #e4e4e4 !important;
    background-color: #e4e4e4 !important;
}

.hvr-underline-from-center:before,
.hvr-underline-from-center:before{
    background: white;
    height: 1px;
}
.menulayer .hvr-underline-from-center:before,
.menulayermobile .hvr-underline-from-center:before{
    background: #68c4e9;
    height: 1px;
}
