/* ************************************************
 @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
 ************************************************ */
#block-system-user-menu{
        display: none;
}

.whiteload {
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 500;
    opacity: 1;
    position: fixed;
}
.whiteload h2{
    display: none;
}
.whiteload .footercontent:nth-child(2){
    width: 100%;
    font-size:12px;
    font-family:GESSUniqueBold,AdventProBold
}
.whiteload .socialli{    
    padding: 4% 2% 0% 2%;
}
.whiteload .contactsocial {
    width: 30%;
    position: relative;
    display: inline-block;
}

.loadingtextnum{
    color: white;
    font-family: AdventProBold;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    font-size: 12px;
    padding: 2% 0;
}
.loadingtext{
    color: white;
    font-family: GESSUniqueBold,AdventProBold;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    font-size: 12px;
    padding-top: 10%;
}
.loadingtext2{
    color: white;
    font-family: copyright;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 100%; 
    font-size: 12px; 
    line-height: 18px;
    position: absolute;
    top: initial;
    margin: 0;
    padding: 0;
    bottom: 5%;
}
.logoloading{
    padding-top: 10%;
    text-align: center;
    -webkit-animation: fadeEffect 3s infinite ease-in-out;
    animation: fadeEffect 3s infinite ease-in-out;
}

@-webkit-keyframes fadeEffect {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes fadeEffect {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}




.header{
    position: fixed;
    z-index: 300;
    width: 100%;
    direction: ltr;
}

.logintitle{ 
    padding: 1% 6%;
    vertical-align: baseline;
    position: relative;
    margin: 0 6%;
    border-width: 0 1px 0 1px;
    border-color: rgba(255, 255, 255, 0.14);
    border-style: solid;
    display: inline-block;
}
.loginlink{
    color: white;  
    z-index: 350;
    font-size: 14px;
    font-family: GESSUniqueLight,AdventProBold;
    text-transform: uppercase;
}
.i18n-en .loginlink{
    right: 5%;
}
.logo{
    width: 10%;
    padding: 2% 0 2% 0%;
    z-index: 300; 
    left: 4%;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.rightbar{
    position: relative;
    z-index: 300; 
    display: inline-block;
    vertical-align: text-bottom;
    float: right;
    left: initial;
    padding: 2.3% 0;
    right: 1%;
    width: 30%;
    text-align: right;
}
.menu{
    display: inline-block;
    cursor: pointer;
}
.i18n-en .menu{

}
.menutitle{
    display: inline-block;
    font-family: GESSUniqueBold,AdventProBold;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    vertical-align: middle;
}
.headernavcontainer{
    width: 100%;
    background: rgba(0, 0, 0, 0.90);
    position: fixed;
    z-index: 600; 
    height: 0;
    display: none;
}

.headernav {
    width: 3vw;
    height: 3vw;
    cursor: pointer;
    z-index: 700;
    overflow: hidden;
    position: relative;
    display: inline-block;
    right: 0;
    font-size: 0;
    vertical-align: middle;
}

@-webkit-keyframes all {
    0% {
        opacity: 1; 
    } 
    50% {
        opacity: 0; 
    }
    100% {
        opacity: 1; 
    }
}
@keyframes all {
    0% {
        opacity: 1; 
    } 
    50% {
        opacity: 0; 
    }
    100% {
        opacity: 1; 
    }
}
.headernav:before {
    content: "";
    width: 80%;
    position: absolute;
    top: 30%;
    height: 2px;
    background-color: white;
    transition: all 0.4s;
    left: 1vw;
}
.headernav:after {
    content: "";
    width: 80%;
    position: absolute;
    top: 65%;
    height: 2px;
    background-color: white;
    transition: all 0.4s;
    left: 1vw;
}
.span {
    width: 100%;
    position: absolute;
    top: 47%;
    height: 2px;
    background-color: white;
    display: inline-block;
    left: 1vw;
}
.rotatebefore:before {
    top: 45%;
    transform: rotate(45deg) translate(0%, 0%);
    transition: all 0.4s;
}
.rotateafter:after {
    top: 45%;
    transform: rotate(-45deg) translate(0, 0);
    transition: all 0.4s;

}

.menulayer{
    direction: rtl;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 250;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    height: 0;
    display: none; 
}
.i18n-en .menulayer{
    direction: ltr;
}
.menucontainer{
    position: absolute;
    display: inline-block;
    width: 72%;
    height: 1px;
    top: 20%;
    background: #68c4e9;
    left: 14%;
}
.menugroup{
    position: relative;
    vertical-align: top;
    display: inline-block;
    color: white;
    padding: 0% 2% 0 2%;
    top: 26%;
}
.menuul{

}
.menumaintitle{
    text-transform: uppercase;
    display: block;
    font-family: GESSUniqueBold, AdventProBold;
    font-size: 14px;
    border-radius: 3px;
    overflow: hidden;
    padding: 2px 8px;
    margin-bottom: 2.2vh;
}

.menuli{
    color: rgba(255, 255, 255, 0.90);
    display: block;
    font-family: GESSUniqueLight, AdventProMedium;
    font-size: 12px;
    margin: 1.2vh 0;
    padding: 0 0 5% 0;
}
.menuli:hover{
    color: #68c4e9;
}
.navcontainer{
    position: absolute;
    width: auto;
    float: right;
    right: 2%;
    top: 90%;
    z-index: 200;
}
.slidernav{
    position: static;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin: 0 1.5px;
    cursor: pointer;
    transition: 0.2s;
}
.slidernav[state="active"]{
    background: rgba(255, 255, 255, 0.9);
    transition: 0.2s;
    cursor: default;
}
.slidernav:hover{
    background: rgba(255, 255, 255, 0.9);
    transition: 0.2s;
}
.slidercontainer{
    position: relative;
    width: 100%;
    height: 100%;
    background: black;
    direction: rtl;
}
.arrowleft{
    width: 2%;
    position: absolute;
    z-index: 200;
    top: 45%;
    left: 1%;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.2s;
}
.arrowleft:hover{
    opacity: 1;
    transition: 0.2s;
}
.arrowright{
    width: 2%;
    position: absolute;
    z-index: 200;
    top: 45%;
    right: 1%;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.2s;
}
.arrowright:hover{
    opacity: 1;
    transition: 0.2s;
}
.slider{
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute; 
    text-align: center;
    opacity: 0;
}
.slider[state="active"]{
    z-index: 100;
}
.slider[state="inactive"]{
    z-index: 50; 
}
.slidertitlecontainer{
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 0;
    top: 70%;
    padding: 0 2%;
}
.slidertitle{
    color: rgba(255, 255, 255, 0.85);
    font-family: GESSUniqueBold;
    font-size: 12px;
    width: 60vw;
    position: relative;
    transition: 0.2s;
    text-align: justify;
    text-align-last: center;
}
.slidertitle:hover{
    color: rgba(255, 255, 255, 1);
    transition: 0.2s;    
}
.slidertitlecontainer:before{
    content: "";
    background: rgb(18, 99, 43);
    width: 4px;
    position: absolute;
    height: 100%;
    left:0;
    z-index: 100;
}
.slidertitle:after{
    content: "";
    background: rgb(165, 25, 24);
    width: 4px;
    position: absolute;
    height: 100%;
    top: 0;
    right: -2%;
}
.section2first{
    height: 100vh;
    text-align: center;
} 
.part{
    position: relative;
    display: inline-block;
    width: 25%;
    height: 50%;
    float: left;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.i18n-en .part{
    float: right;
}
.particon{
    display: inline-block;
    padding-top: 45%;
    position: relative;
    height: 8vh;
}
.parttitle{
    display: inline-block;
    width: 100%;
    padding-top: 7%;
    color: white;
    font-family: GESSUniqueBold, AdventProBold;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 2% 0;
    margin: 7% 15%;
    width: 70%;
    letter-spacing: 1px;
    border-radius: 3px;
}
.partoverlay{
    position: absolute;
    width: 100%;
    height: 100%;
}
.partoverlay[sid="1"]{
    background-color: rgba(158, 121, 255, 0.8);
}
.partoverlay[sid="2"]{
    background-color: rgba(59, 178, 112, 0.8);
}
.partoverlay[sid="3"]{
    background-color: rgba(255, 98, 91, 0.8);
}
.partoverlay[sid="4"]{
    background-color: rgba(110, 110, 110, 0.8);
}
.partoverlay[sid="5"]{
    background-color: rgba(237, 182, 85, 0.8);
}
.partoverlay[sid="6"]{
    background-color: rgba(190, 190, 190, 0.8);
}
.partoverlay[sid="7"]{
    background-color: rgba(0, 143, 206, 0.8);
}
.partoverlay[sid="8"]{
    background-color: rgba(201, 121, 202, 0.8);
}
h2{
    font-family: GESSUniqueBold, AdventProBold;
    font-size: 24px;
}
.content{
    font-family: GESSUniqueLight, arial;
    color: #6e6e6e;
    font-size: 14px;
}
.footercontent .content{
    font-family: GESSUniqueLight, AdventProMedium;
}
.abouttext{
    float: left;
    width: 52%;
    text-align: right;
    direction: rtl;
    margin: 3% 0% 3% 6%;
}
.i18n-en .abouttext{
    float: right;
    text-align: left;
    margin: 3% 6% 3% 0%;
}
.abouttext h2{
    opacity: 0;
    margin-right: 10%;
    text-transform: uppercase;
}
.abouttext .content{
    padding: 3% 53px;
    position: relative;
    display: none;
}
.abouttext .content:before{
    content: "";
    width: 20px;
    position: absolute;
    height: 1px;
    background: #d5d5d5;
    margin: 10px 0px;
    left: 94%;
    transition: 0.2s;
}
.i18n-en .abouttext .content:before{
    left: auto;
    right: 94%;
}
.abouttext .abouttextanimation:before{
    content: "";
    width: 38px; 
    transition: 0.2s; 
}
.aboutimage{
    float: right;
    width: 38%;
    height: 37vh;
    margin: 4% 0 3% 4%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    margin-top: 10%;
}
.i18n-en .aboutimage{
    float: left;
    margin: 4% 4% 3% 0%;
}
.lastnewsmaintitle{
    padding-bottom: 5%;
    font-family: GESSUniqueBold;
    font-size: 16px;
    opacity: 0;
    margin-right: 10%;
    text-transform: uppercase;
}
.newstext1{
    float: right;
    width: 24%;
    text-align: right;
    direction: rtl;
    margin: 2% 21% 2% 0%;    
    position: relative;
}
.i18n-en .newstext1 {
    float: left;
    text-align: left; 
    margin: 2% 0% 2% 21%;
}
.newsimage1{
    float: left;
    width: 38%;
    height: 37vh;
    margin: 10% 2% 2% 15%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}
.i18n-en .newsimage1{
    float: right;
    margin: 10% 15% 2% 2%;
}

.newstext2{
    float: left;
    width: 31%;
    text-align: right;
    direction: rtl;
    margin: 2% 2% 2% 18%;
    position: relative;
}
.i18n-en .newstext2{
    float: right;
    margin: 2% 18% 2% 2%;
    text-align: left;
}
.newsimage2{
    float: right;
    width: 23%;
    height: 37vh;
    margin: 10% 20% 2% 6%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}
.i18n-en .newsimage2{
    float: left;
    margin: 10% 6% 2% 20%;
}
.newstitle{
    font-family: GESSUniqueBold, AdventProBold;
    font-size: 14px;
    margin-bottom: 3%;
    display: none;
    text-transform: capitalize;
}
.newstitle a{
    text-decoration: none;
    color:black;
}
.newscontent{
    font-family: GESSUniqueLight, arial;
    font-size: 12px;
    color: #6e6e6e;
    position: relative;
    word-break: break-word;
    display: none;
}
.newscontent:before{
    content: "";
    width: 20px;
    position: absolute;
    height: 1px;
    background: #d5d5d5;
    left: 100%;
    margin: 10px 15px;
    transition: 0.2s;
} 
.i18n-en .newscontent:before{
    left:auto;
    right: 100%;
}
.newscontentanimation:before{
    content: "";
    width: 38px; 
    transition: 0.2s; 
}
.lastphotosalbumsmaintitle{
    text-align: right;
    opacity: 0;
    margin-right: 10%;
    text-transform: uppercase;
}
.i18n-en .lastphotosalbumsmaintitle{
    text-align: left;
}
.last4albumscontainer{
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    direction: rtl;
    overflow: hidden;
    /*border: 1px solid black;*/
}
.lastalbumscontent{
    position: relative;
    width: 160vw;
    left: 0;
    height: 13vw;
    margin: 1% 0 3% 0;
}
.arrowrightalbum{
    float: right; 
    position: absolute;
    right: 6%;
    top: 40%;
    cursor: pointer;
    width: 2%;
    transition: 0.3s;
}
.arrowleftalbum{
    float: left; 
    left: 6%;
    position: absolute;
    top: 40%;
    cursor: pointer;
    width: 2%;
    opacity: 0;
    display: none;
    transition: 0.3s;
}
.ablumcontent{
    width: 18vw;
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    margin: 0% 0.95vw;
    opacity: 0;
    float: right;
}
.albumimage{
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.7s;
    background-color: rgba(255, 255, 255, 0.15);
    background-blend-mode: overlay;
}
.albumimage:hover{
    transition: 0.7s;
    transform: scale(1.1,1.1) rotate(3deg);
} 
.albumtitle{
    z-index: 150;
    color: white;
    padding: 4% 0;
    font-family: GESSUniqueBold, AdventProBold;
    text-align: center;
    font-size: 12px;
    position: absolute;
    width: 100%;
    top: 97%;
}
.albumicon{
    vertical-align: middle;
    display: inline-block;
    height: 5vh;
    text-align: right;
    padding: 29% 4%;
}
.albumtitletext{
    vertical-align: middle;
    display: inline-block;
    position: static;
    width: 65%;
}
.albumtitleoverlay{
    z-index: 150;
    color: white;
    font-family: GESSUniqueBold, AdventProBold;
    text-align: right;
    font-size: 12px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; 
    opacity: 0;
    padding: 0;
}
.i18n-en .albumtitleoverlay{
    text-align: left;
    direction: ltr;
}
.albumtitlemore{
    color: white;
    padding: 4% 0;
    font-family: GESSUniqueBold, AdventProBold;
    text-align: center;
    font-size: 12px;
    position: absolute;
    width: 100%; 
    background: rgba(85, 158, 186, 0.8);
    padding: 35% 0px;
    height: 20% !important;
    top: 0%;
}
.ablumcontent:nth-child(1) .albumtitle, .ablumcontent:nth-child(5) .albumtitle,
.ablumcontent:nth-child(1) .albumtitleoverlay, .ablumcontent:nth-child(5) .albumtitleoverlay
{
    background: rgba(164, 139, 229, 0.9);  
}
.ablumcontent:nth-child(2) .albumtitle, .ablumcontent:nth-child(6) .albumtitle,
.ablumcontent:nth-child(2) .albumtitleoverlay, .ablumcontent:nth-child(6) .albumtitleoverlay{
    background: rgba(236, 90, 97, 0.9);
}
.ablumcontent:nth-child(3) .albumtitle, .ablumcontent:nth-child(7) .albumtitle,
.ablumcontent:nth-child(3) .albumtitleoverlay, .ablumcontent:nth-child(7) .albumtitleoverlay{
    background: rgba(90, 164, 99, 0.9);
}
.ablumcontent:nth-child(4) .albumtitle, .ablumcontent:nth-child(8) .albumtitle,
.ablumcontent:nth-child(4) .albumtitleoverlay, .ablumcontent:nth-child(8) .albumtitleoverlay{
    background: rgba(85, 158, 186, 0.9);
}
.i18n-en #section8{
    direction: ltr;
}
.footercontent {
    display: inline-block;
    vertical-align: top;
}
.footercontent:nth-child(1){
    width: 23%;
}
.footercontent:nth-child(2){
    width: 54%;
}
.footercontent:nth-child(3){
    width: 21%;
}
.footercontent h2{
    color:#ed1c24;
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
} 
.footercontent .content{
    color:white;
    font-size: 12px;
}
.footercontent .content ul{
    padding: 0 0 0 0px;
}
.footercontent .content ul li{
    line-height: 18px;
    list-style-type: none;
}
.footercontent .content p{
    line-height: 18px;
}

.footercontent .content a{
    text-decoration: none;
    color:white;
}

/* start term style page */
.pagecontent{
    float: left;
    width: 100%;
    position: relative;
    direction: rtl;
}
.pagecontent .region {
}
.termcontent{
    float: left;
    width: 86%;
    margin: 4% 2% 3% 12%;
    text-align: right;
    background: #f6f6f7;
    position: relative;
}
.i18n-en .termcontent{
    margin: 4% 7% 3% 2% !important;
}
.termimage{
    float: left;
    width: 30%;
    height: 34vw;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
}
.i18n-en .termimage{
    float: right;
}
.termdata{
    float: right;
    width: 60%;
    position: relative;
    padding: 3% 5%;
    font-family: GESSUniqueBold, AdventProBold;
}
.i18n-en .termdata{
    direction: ltr;
    text-align: left;
}
.termtitle{
    color: #ed1c24;
    font-size: 18px;
    margin: 1% 0 0% 0;
    font-family: GESSUniqueBold, AdventProBold;
    margin-right: 10%;
    opacity: 0;
}
.termdescription{
    color: #6e6e6e;
    font-size: 12px;
    line-height: 2;
    white-space: pre-line;
    margin-top: 10%;
    opacity: 0;
    font-family: GESSUniqueLight,arial;
    text-align: justify;
}
.i18n-en .termdescription{
    font-family: arial;
}
.termdescription p strong{
    color:black;
}
.termdescription ul{
    white-space: normal;
}
.termdescription li{
    margin:2% 2%;
    line-height: 1.5;
}
.ulinnerpage li{
    padding: 8px 0; 
    position: relative;
    list-style-type: none;
}
.ulinnerpage li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    background: #000000;
    border-radius: 50%;
    margin-right: -19px;
}
.termsidebar{
    font-family: GESSUniqueLight, AdventProMedium;
    float: right;
    background-position: 50% 0%;
    background-size: cover;
    height: 152vh;
    padding: 5% 0% 0% 0%;
    width: 18%;
    height: 80vw;
    overflow: hidden;
    text-align: right;
    position: relative;
}
.i18n-en .termsidebar{
    float: left;
    text-align: left;
}
.maincategory{
    font-size: 14px;
    padding: 2% 20%;
    color:white;
    background-color: black;
    font-family: GESSUniqueBold, AdventProBold;
    text-transform: uppercase;
}
.maincategory2{
    background: rgba(0, 0, 0, 0.38);
    margin-top: -21%;
    position: absolute;
    width: 60%;
}
.sidebartitle{
    font-size: 14px;
    padding: 2% 20%;
    color: black;
    opacity: 0;
    right: 100%;
    position: relative;
}
.sidebartitle.activenode{
    background-color:#6dd0f7; 
}
.sidebartitle a{
    text-decoration: none;
    color: black;
}

.termlistdata{
    float: right;
    width: 98%;
    position: relative;
    padding: 1% 1% 1% 1%;
    font-family: GESSUniqueBold;
}
.termlistdata{
    margin-left: -10%; 
    opacity: 0;
}
.termlistimage{
    width: 0vw;
    height: 15vw;
    float: none;
    display: inline-block;
    right: 0;
    position: relative;
    overflow: hidden;
}
.i18n-en .termlistimage{
    margin-right: 2%;
}
.termlistimage2{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    transition: 1.5s;
}
.termlistimage2:hover{
    transition: 1.5s;
    transform: scale(1.1,1.1) rotate(3deg);
}
.termlistdetails{
    float: left;
    width: 68%;
    text-align: right;
    padding-top: 1%;
    position: relative;
}
.termlisttitle{
    color: #000000;
    font-size: 18px;
    margin: 1% 0 1% 0;
    width: 52vw;
    display: inline-block;
    float: left;
    left: 0;
    vertical-align: top;
    position: relative;
    text-align: right;
    transition: 0.3s;
    font-family: GESSUniqueBold, AdventProBold;
}
.i18n-en .termlisttitle{
    float: right;
    text-align: left;
    width: 51vw;
}
.termlisttitle:hover{
    color:#ed1c24;
    transition: 0.3s;
}
.termlistsubtitle{
    color: #6e6e6e;
    font-size: 12px;
    line-height: 150%;
    width: 52vw;
    display: inline-block;
    float: left;
    left: 0;
    vertical-align: top;
    position: relative;
    text-align: right;
    font-family: GESSUniqueLight, arial;
}
.i18n-en .termlistsubtitle{
    float: right;
    text-align: left; 
    width: 51vw;
} 
.termlistsummary{
    color: #6e6e6e;
    font-size: 12px;
    line-height: 150%;
    width: 52vw;
    display: inline-block;
    float: left;
    left: 0;
    vertical-align: top;
    position: relative;
    text-align: right;
    font-family: GESSUniqueLight, arial;
}
.i18n-en .termlistsummary{
    float: right;
    text-align: left; 
    width: 51vw;
} 
.mCS-dir-rtl>.mCSB_inside>.mCSB_container{
    margin-left: 0;
}
.multiimagebigimage{
    width: 64%;
    height: 70vh;
    margin: 4% 4% 4% 0%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    float: none;
    opacity: 0;
    display: inline-block;
    position: relative;
}
.i18n-en .multiimagebigimage{

    margin: 4% 0% 4% 4%;
}
.multiimagecontainer{
    width: 27%;
    position: relative;
    text-align: center;
    height: 70vh;
    opacity: 0;
    margin: 4% 2%;
    display: inline-block;
    vertical-align: top;
}
.oneimage{
    width: 80%;
    height: 16.5vh;
    display: inline-block;
    vertical-align: top;
    margin: 1.05% 1%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
    transition: 0.3s;
    cursor: pointer;
}
.oneimage[state="active"]{
    box-shadow: 0 12px 16px -10px rgba(0,0,0,1);
    transition: 0.3s;
    cursor: default;
}
.hvr-shadow:active, .hvr-shadow:focus, .hvr-shadow:hover {
    box-shadow: 0 12px 16px -10px rgba(0,0,0,1);
}
.node-type-innerpage .termcontent {
    float: left;
    width: 73%;
    margin: 4% 2% 3% 7%;
    background: #f6f6f7;
    position: relative;
    padding: 1% 0 2% 0;
}
.i18n-en.node-type-innerpage .termcontent{
    direction: ltr;
}
.node-type-innerpage .termdata {
    float: left;
    width: 94%;
    position: relative;
    padding: 1% 3%;
    font-family: GESSUniqueBold;
}
.i18n-en.node-type-innerpage .termdata{
    float: left;
    text-align: left;
}
.node-type-innerpage .termimage {
    float: left;
    width: 35%;
    height: 34vw;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
}
.i18n-en.node-type-innerpage .termimage{
    float: right;
}



/* socail icon */
.headercontactsocial{
    position: fixed;
    display: block;
    float: left; 
    top: 21%;
    z-index: 270;
    direction: ltr;
    width: 2.5vw;
    text-align: center;
}
.contactsocial {
    width: 100%;
    position: relative;
}
.socialul{
    padding: 0px;
    margin: 0px;
}
.socialli {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    list-style-type: none;
    position: relative;
}
#section8 .socialli {
    display: inline-block;
    margin:  4% 0% 0% 3%;
    vertical-align: middle;
    list-style-type: none;
    position: relative;
} 
.socialicon{
    cursor: pointer;
    height: 1.7vw;
}



.contactcontainer{
       background: #f6f6f7;
    position: relative;
    float: left;
       width: 74%;
    padding: 0% 13% 5% 13%;
    text-align: center;
}
.contactcontainer2{
         width: 38%;
    float: right;
}
.i18n-en .contactcontainer2{
    float: left;    
    margin-right: 10%;
}
.contacttitle{
    color: #ed1c24;
    font-size: 16px;
    font-family: GESSUniqueBold,AdventProBold;
    padding: 4% 0;
}
.contacts2{
    display: none;
}
.contactxx {
    width: 24%;
    display: inline-block;
    vertical-align: top;
} 
.contactsubtitle{
    font-family: GESSUniqueBold, AdventProBold;
    color: black;
    padding-bottom: 5%;
}
.contactsubdesc{
    font-family: GESSUniqueLight, arial;
    font-size: 90%;
}
.phone .contactsubdesc{
    font-family: arial;

}
.contacts3 ,.contacts2 {
    direction: rtl;
}
.i18n-en .contacts3 , .i18n-en .contacts2{
    direction: ltr;
}
.contactinput{
    width: 96%;
    padding: 2% 0;
    margin: 2% 1%;
    text-align: right;
    text-indent: 2%;
    direction: rtl;
    color: #6e6e6e;
}
.i18n-en .contactinput{
    text-align: left;
    direction: ltr;
}
.contactinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: GESSUniqueLight, arial;
}
.contactinput::-moz-placeholder { /* Firefox 19+ */
    font-family: GESSUniqueLight, arial;
}
.contactinput:-ms-input-placeholder { /* IE 10+ */
    font-family: GESSUniqueLight, arial;
}
.contactinput:-moz-placeholder { /* Firefox 18- */
    font-family: GESSUniqueLight, arial;
} 
.contactextarea{
       width: 96%;
    padding: 2% 0;
    margin: 2% 1%;
    resize: none;
    text-align: right;
    text-indent: 2%;
    direction: rtl;
    font-family: GESSUniqueLight, arial;
    color: #6e6e6e;
}
.i18n-en .contactextarea{
    text-align: left;
    direction: ltr;
}
.contactextarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: GESSUniqueLight, arial;
}
.contactextarea::-moz-placeholder { /* Firefox 19+ */
    font-family: GESSUniqueLight, arial;
}
.contactextarea:-ms-input-placeholder { /* IE 10+ */
    font-family: GESSUniqueLight, arial;
}
.contactextarea:-moz-placeholder { /* Firefox 18- */
    font-family: GESSUniqueLight, arial;
} 
.contactbutton{
    display: inline-block;
    padding: 2% 8%;
    margin-bottom: 2%;
    background: #ed1c24;
    color: white;
    font-family: GESSUniqueBold, AdventProBold;
    cursor: pointer;
    text-transform: uppercase;
}
.contacts4{
    position: relative;
    float: left;
    width: 50%;
    height: auto;
}
.map{
    width:100%;
    height:  54vh;
}



#block-views-filternodes-block div.contextual-links-wrapper{
    left: initial;
}

div.contextual-links-wrapper{
    right: initial;
    left: 100%;
    top: 0;
}


.page-node-360 .field.field-name-field-fileupload{
    width: 76%;
    float: left;
    left: 7%;
    position: relative;
    padding: 2% 5%;
    direction: rtl;
    background: #f6f6f7;
    margin: 2% 0;
}

.lang{
    z-index: 350;
    display: inline-block;
    vertical-align: text-top;
}

.region-lang .contextual-links-region{
    position: relative;
    right: 0%;
}

.language-switcher-locale-url li.active{
    display: none;
}
.language-switcher-locale-url li{
    list-style: none;
    color: white;
}
.region-lang div.contextual-links-wrapper{
    left: 90%;
    top: 0;
} 




.zoom{
    background:rgba(6, 6, 6, 0.8);
    width:100%;
    height: 100%;
    position:fixed;
    opacity:1;
    top:0;
    left:0;	
    opacity:0;	
}
.zoomimage{ 
    width: 2vw;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.i18n-en .zoomimage{
    left: initial;
    right: 0;
    transform: rotate(-90deg);
}
.zoom[state="inactive"] {
    display: none;
    z-index: 0;
}
.menuzoom {
    background-size: cover;
    background-position: center center;
    width: 80%;
    height: 75%;
    position: absolute;
    top: 16%;
    left: 10%;
    right: 10%;
    border: 5px solid #000;
}
.closemenuzoom {
    position: absolute;
    z-index: 300;
    cursor: pointer;
    top: 0%;
    left: 7%;
    font-family: arial;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    background: rgba(6, 6, 6, 0.9);
    width: 3%;
    text-align: center;
    border-radius: 4%;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
    font-weight: bold;
} 

.calendar-calendar th.days {
    background-color: #fff;
    color: #777;
    font-weight: bold;
    border: 1px solid #fff;
    padding-bottom: 4% !important;
}
.views-view-grid.cols-3{
    text-align: center;
    padding: 1% 0;
    float: left;
    background: #f6f6f7;    
    direction: rtl;
    margin: 3% 3%;
    width: 94%;
}
.view-schoolnews,
.view-downloadfiles{
    text-align: center;
    width: 82%;
    padding: 1% 0;
    float: left;
    background: #f6f6f7;    
    margin: 3% 9%;
    direction: rtl;
    position: relative;
}
.i18n-en .view-schoolnews,
.i18n-en .view-downloadfiles,
.i18n-en .views-view-grid.cols-3{
    direction: ltr;
}

.views-view-grid.cols-3 td{
    width:33.33%;
    padding-bottom: 4%;
}

.views-view-grid.cols-3 td h2{
    margin: 0 20% 2% 20%;
    font-family: GESSUniqueLight, arial;
}

.dtitle{
    color: #ed1c24;
    font-size: 18px;
    font-family: GESSUniqueBold, AdventProBold;
}
.dback{
    color: #ed1c24;
    font-size: 14px;
    font-family: GESSUniqueLight, arial;
    float: right;
    position: absolute;
    right: 2%;
    top: 2%;
}
.i18n-en .dback{
    float: left;
    left: 2%;
    right: initial;
}


.view-schoolnews .views-field.views-field-title{
    display: block;
    margin: 0 10% 4% 10%;
    color: black;
}


#mainContainer .toolbar {
    position: absolute;
    left: 0;
    right: 0;
    height: 32px;
    z-index: 200;
    cursor: default;
}

.editnode{
    font-family: GESSUniqueLight, arial;
    position: absolute;
    top: 0;
    background: white;
    right: 0%;
    padding: 0.3% 1vw;
    border-radius: 0 0 4px 4px;
    border: 1px #eaeaea solid;
    font-size: 90%;
    z-index: 160;
    display: none;
    color: black;
}
.i18n-en .editnode{
    left: 0;
    right: initial;
}





.view.view-school-alumni{
    width: 100%;
    float: left;
}
 
.view.view-school-alumni .view-header p{
	color: #ed1c24;
     font-family: GESSUniqueBold, AdventProBold;
    text-align: center;
    margin-top: 4%;
}
.view.view-school-alumni .view-footer {
    text-align: center;
    margin-bottom: 4%;
	direction: rtl;
}
.view.view-school-alumni table{
	    width: 80%;
    margin: 2% 10% 2%;
    direction: rtl;
    text-align: right; 
}  
  
.view.view-school-alumni th{
	padding-right: 0;
    text-align: right;
}


 


.view-student-details{
	       text-align: right;
    width: 82%;
    padding: 0;
    float: right;
     margin: 3% 9%;
    direction: rtl;
    position: relative;
    text-indent: 4%;
    line-height: 2;
	
} 
 
.view-student-details .item-list ul li{
	      margin: 0 1% 2%;
    padding: 0% 0 1%;
    width: 47%;
    display: inline-block;
    float: right;
    background: #f6f6f7;
    border-radius: 7px;
    border: 1px solid #e4e4e4;
    position: relative;
    overflow: hidden;
}
.view-student-details .item-list .views-field-value,
.view-student-details .item-list .views-field-value-1,
.view-student-details .item-list .views-field-value-2,
.view-student-details .item-list .views-field-value-3,
.view-student-details .item-list .views-field-value-4,
.view-student-details .item-list .views-field-value-5{
	width:70%;
	
}
 

.view-student-details .view-footer{
	text-indent: 0; 
	text-align: center;
    margin-bottom: 0;
    direction: rtl;
}
.view-student-details .view-header{
	color: #ed1c24;
     font-family: GESSUniqueBold, AdventProBold;
    text-align: center;
	text-indent: 0;
	    margin-bottom: 2%;
 }

.view-student-details .dback{
	    text-indent: 1%;
    margin-top: 1%;
} 


.view-student-details .views-view-grid.cols-2{
	    width: 100%;
}
 

.divschool{
	background: #f6f6f7;
    float: left;
    width: 70%;
    margin: 2% 15% 2%;
    padding: 2% 3%;
    direction: rtl;
    text-align: right;
}


.divschool .webform-container-inline label {
    margin-right: 0;
    width: 30vw;
    display: inline-block;
}


.divschool input, textarea{
	    border: 1px solid #d2d2d2;
    resize: none;
    background: rgba(255, 255, 255, 0.77);
    line-height: 1.5;
    border-radius: 2px;
    text-indent: 2%;
    color: #424242;
    font-family: GESSUniqueLight, arial;
    width: 57vw;
	font-size: 14px;
}

.divschool select{
	    border: 1px solid #d2d2d2;
    resize: none;
    background: rgba(255, 255, 255, 0.77);
    line-height: 1.5;
    border-radius: 2px;
    text-indent: 2%;
    color: #424242;
    font-family: GESSUniqueLight, arial;
    width: 15vw;
}

.divschool input[type="submit"]{
	    width: initial;
    padding: 0.2% 3%;
    background: black;
    color: white;
    font-family: GESSUniqueBold, arial;
    border-radius: 4px;
    cursor: pointer; 
}
.divschool input[type="file"]{
	    text-indent: 0;
    color: #cccccc;	
	    width: 65%;
}
#edit-submitted-upload-button{
	    padding: 0.1% 3%;
		float: left;
}
.view-student-details .item-list .views-field-value{
	    width: 100%;
    text-align: center;
    background: #5a5a5a;
    color: white;
    line-height: 2.5;
}
#edit-captcha-response{
	width:100%;
}
.divschool .description{
	display: none !important;
}
.divschool .form-actions{
	text-align: center;
}

.editablenew{
        position: relative;
}

@media only screen and (device-width: 768px), only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) and (orientation: portrait), only screen and (max-device-width: 1024px) and (orientation: landscape){
.divschool .webform-container-inline label {
     width: 100%;
 }

.divschool input, textarea { 
    width: 100%;
}


.view-student-details .item-list ul li {
    margin: 0 1% 4%;
     width: 97%;
}
}