﻿
 
body {
    background: url(../images/backgrounds/batterns/battern1.png) repeat center transparent;
}
.header {
    background-color: #fff;
    border-bottom: 7px solid #3c7974;
    min-height: 173px;
}
.column_container {
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.front .column_container {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding: 15px;
    border-top: 0;
}
.content_data {
    min-height: 500px;
}
@media screen and (max-width: 768px) {
    
    .content_data {
        min-height: 0;
    }
}
img {
    /*-webkit-transition: all 0.4s ease 0s;
                                        	-moz-transition: all 0.4s ease 0s;
                                        	-o-transition: all 0.4s ease 0s;
                                        	transition: all 0.4s ease 0s;*/
}
img:hover {
    /*	-webkit-transform: scale(1.15) rotate(-1.5deg);
                                        -moz-transform: scale(1.15) rotate(-1.5deg);
                                        -ms-transform: scale(1.15) rotate(-1.5deg);
                                        -o-transform: scale(1.15) rotate(-1.5deg);
                                        transform: scale(1.15) rotate(-1.5deg);*/
}

.header_bottom .navbar-header {
    display: none;
}
@media screen and (max-width: 768px) {
    
    .header_bottom .navbar-header {
        display:block;
    }
}

/* sidebar_second 
--------------------------*/
.sidebar_second {
    width: 276px;
    padding-top: 5px;
}
/*translation----------*/
.rtl .sidebar_second {
    margin-right: 10px;
}
.ltr .sidebar_second {
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .sidebar_second {
        width: 100%;
    }
    .front .sidebar_second {
        display: none;
    }
}
/*-----------------*/
.sidebar_second .block h2.title {
    font-family: 'Tajawal', arial;
    font-size: 15px;
    color: #3c7974;
    font-weight: bold;
    margin-bottom: 11px;
    line-height: 33px;
    padding: 6px;
    background-color: #EEEEEE;
    margin-top: 3px;
}
.sidebar_second .block {
    margin-bottom: 7px;
}
.sidebar_second .block.has_title {
    border-top: 1px solid #3c7974;
}
/*sidebar_first 
------------------------*/
.sidebar_first {
    width: 266px;
    background-color: #3c7974;
    border: 1px solid #d8d8d8;
    border-top: none;
    min-height: 966px;
}
@media screen and (max-width: 768px) {
    .sidebar_first {
        display: none !important;
        ;
    }
}
/*translation----------*/
.rtl .sidebar_first {
    margin-left: 10px;
}
.ltr .sidebar_first {
    margin-right: 10px;
}
/*----------------*/

/*main_content 
-------------------*/
.not-front .main_content {
    border: 1px solid #d8d8d8;
    border-top: 0;
    padding: 15px;
    min-height: 1365px;
    padding-bottom: 150px;
    background: url(../images/backgrounds/text/logo_itdl_transparent.png) no-repeat center bottom #fff;
}
@media screen and (max-width: 768px) {
    .not-front .main_content {
        min-height: 0;
    }
}
/* preface_top 
-----------------*/
.preface_top {
    background-color: #EEE;
    border-bottom: 1px solid #c4c4c4;
    min-height: 65px;
    padding-top: 14px;
}
.preface_top .width960 > h1 {
    font-size: 18px;
    line-height: 36px;
    display: list-item;
    list-style: outside;
    width: 50%;
}
/*translation----------*/
.rtl .preface_top .width960 > h1 {
    margin-right: 8px;
}
.ltr .preface_top .width960 > h1 {
    margin-left: 8px;
}
@media screen and (max-width: 768px) {
    .preface_top .width960 > h1 {
        width: auto;
        margin-bottom: 15px;
        text-align: center;
    }
}
/*---------------*/

.preface_top .logo {
  font-family: 'Tajawal';
    font-weight: bold;
    color: #3c7974;
}
/*
.rtl .preface_top .logo .en {
	display:none;
	}
.ltr .preface_top .logo .ar {
	display:none;
	}
*/
/* preface_container_top 
---------------------------*/
.preface_container_top {
    padding-top: 8px;
}
.preface_container_top .block h2.title {
    font-family: 'Tajawal', arial;
    font-size: 16px;
    color: #3c7974;
    font-weight: bold;
    margin-bottom: 11px;
}
/*----------------------*/

.postscript_top {
    clear: both;
}
.postscript_bottom {
    background: url(../images/backgrounds/batterns/battern2.png) repeat center center #3c7974;
    border-bottom: 9px solid #3c7974;
    border-top: 1px solid #3c7974;
    margin-top: -102px;
    padding-top: 124px;
    position: relative;
    overflow: hidden;
    padding-bottom: 12px;
}
/* public classes
------------------------*/
.table-1 {
    margin: 5px 0;
}
.table-1 thead th {
    background-color: #3c7974;
    color: #3c7974;
}
.table-1 tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.table-1 tr:nth-child(even) {
    background-color: #dddddd;
}
.table-1 tr th,
.table-1 tr td {
    padding: 10px;
}
/*-------------------------*/
/* block_icon
-----------------------*/
.front .column_container .block_icon {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    vertical-align: middle;
    background: url(../images/icons/icons.png) no-repeat 4px 7px rgb(229 229 229);
}
/*translation-------------*/
.rtl.front .column_container .block_icon {
    margin-left: 8px;
}
.ltr.front .column_container .block_icon {
    margin-right: 8px;
}
/*-------------------------*/


/*-----------------------------*/
.rtl #block-search-form {
    float: right;
}
.ltr #block-search-form {
    float: left;
}
#block-search-form input[type="text"] {
    padding: 11px;
    height: 28px;
    border-radius: 0;
}
@media screen and (max-width: 768px) {
    .rtl #block-search-form,
    .ltr #block-search-form {
        float: none;
        display: block;
        padding: 0;
        text-align: center;
        margin-top: -15px;
        margin-bottom: 13px;
    }
    #block-search-form input[type="text"] {
        /* width: 90%; */
        display: inline-block;
    }
    #block-search-form form .form-actions {
        margin-top: 15px;
        display: none;
    }
}




/* Header --------------------------*/

/*translation-----------*/
.rtl #block-views-social-media-block,
.rtl #block-menu-menu-top-menu,
.rtl #block-ajax-register-ajax-register-block {
    float: left;
    margin-right: 7px;
}
.ltr #block-views-social-media-block,
.ltr #block-menu-menu-top-menu,
.ltr #block-ajax-register-ajax-register-block {
    float: right;
    margin-left: 7px;
}
@media screen and (max-width: 768px) {
    .rtl #block-views-social-media-block,
    .rtl #block-menu-menu-top-menu,
    .rtl #block-ajax-register-ajax-register-block,
    .ltr #block-views-social-media-block,
    .ltr #block-menu-menu-top-menu,
    .ltr #block-ajax-register-ajax-register-block {
        float: none;
        margin: 0;
        display: block;
        text-align: center;
        padding: 0;
    }
    #block-search-form,
    #block-views-social-media-block {
        display: inline-block !important;
        width: auto;
    }
    #block-views-social-media-block ul {
        padding-top: 0;
        position: relative;
        top: 0;
    }
    #block-views-social-media-block {
        display: none;
    }
}
/*----------------*/

#block-ajax-register-ajax-register-block {
    font-family: 'helv';
    margin-top: 4px;
}
@media screen and (max-width: 768px) {
    #block-ajax-register-ajax-register-block {
        display: none !important;
    }
}
/*translation-----------*/
.rtl #block-ajax-register-ajax-register-block {
    border-right: 2px solid #ECE9E8;
    padding-right: 7px;
}
.ltr #block-ajax-register-ajax-register-block {
    border-left: 2px solid #40322a;
    padding-left: 7px;
}
/*----------------*/


#block-locale-language li,
#block-ajax-register-ajax-register-block li {
    list-style: none;
}

#block-locale-language li,
#block-ajax-register-ajax-register-block li a {
    
    color: white;
}
/* view-social-media
-------------------------*/
#block-views-social-media-block {
}
#block-views-social-media-block li {
    list-style: none;
}
#block-views-social-media-block .views-field-field-facebook {
    background-position: 1px top;
}
#block-views-social-media-block .views-field-field-twt {
    background-position: -27px top;
}
#block-views-social-media-block .views-field-field-youtube {
    background-position: -55px top;
}
#block-views-social-media-block .views-field-field-google {
    background-position: -110px top;
}

#block-views-social-media-block .views-field-field-sms {
    background-position: -140px top;
}



/*block-menu-menu-top-menu 
------------------------------*/
#block-menu-menu-top-menu {
    padding: 4px;
    /*width: 435px;*/
}
#block-menu-menu-top-menu li.level-1 {
    padding: 0 16px;
    list-style: none;
    position: relative;
}
/*translation--------------*/
.rtl #block-menu-menu-top-menu li.level-1 {
    border-left: 1px solid #E6E6E6;
    float: right;
}
.ltr #block-menu-menu-top-menu li.level-1 {
    border-right: 1px solid #E6E6E6;
    float: left;
}
/*-----------------*/
#block-menu-menu-top-menu li.level-1 > a {
    font-family: 'Tajawal';
    color: #F7F7F7;
    font-size: 12px;
}
#block-menu-menu-top-menu li.level-1 > a:hover {
    color: #2F2D2B;
}
#block-menu-menu-top-menu li.level-1.sfHover > a {
    background: url(../images/icons/arrow2.png) no-repeat 2px 18px transparent;
}
#block-menu-menu-top-menu li.last {
    border: 0;
}
/*translation------------*/
.rtl #block-menu-menu-top-menu li.last {
    padding-left: 0;
}
.ltr #block-menu-menu-top-menu li.last {
    padding-right: 0;
}
@media screen and (max-width: 768px) {
    .rtl #block-menu-menu-top-menu li.level-1,
    .ltr #block-menu-menu-top-menu li.level-1 {
        display: none !important;
        float: none;
        display: inline-block;
        position: static;
        border: 0;
        background-color: #e5e5e5;
        padding: 6px 13px !important;
        margin: 5px;
    }
    #block-menu-menu-top-menu li.level-1 > a {
        color: #777;
    }
}
/*--------------------*/

#block-menu-menu-top-menu li.level-1 ul {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    border-top: 10px solid #3c7974;
    border-bottom: 9px solid #3c7974;
    padding: 5px;
    width: 471px;
    margin-top: 2px;
    display: none;
}
/* translation 
--------------------*/
.rtl #block-menu-menu-top-menu li.level-1 ul {
    right: 0;
}
.ltr #block-menu-menu-top-menu li.level-1 ul {
    left: 0;
}
@media screen and (max-width: 768px) {
    .rtl #block-menu-menu-top-menu li.level-1 ul,
    .ltr #block-menu-menu-top-menu li.level-1 ul {
        left: 0;
        right: 0;
        width: 100% !important;
    }
}
/*------------------------------*/
#block-menu-menu-top-menu li.level-1 ul li {
    display: inline-block;
    width: 218px;
    vertical-align: top;
    padding: 5px 17px;
    margin-bottom: 3px;
    list-style: none;
}
/*translation-------------*/
.rtl #block-menu-menu-top-menu li.level-1 ul li {
    padding-right: 18px;
    background: url(../images/icons/arrow3.png) no-repeat center right transparent;
    margin-right: 4px;
}
.ltr #block-menu-menu-top-menu li.level-1 ul li {
    padding-left: 18px;
    background: url(../images/icons/arrow3-ltr.png) no-repeat center left transparent;
    margin-left: 4px;
    width: 197px;
}
/*---------------------*/
#block-menu-menu-top-menu li.level-1 ul li:hover {
    background-color: #f3f3f3;
}
#block-menu-menu-top-menu li.level-1 ul li a {
    display: block;
    color: #3c7974;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Tajawal';
}
#block-menu-menu-top-menu li.level-1 ul li:hover a {
    color: #3c7974;
}
/* header_top
---------------------*/


.header_top {
    background-color: #3c7974;
    min-height: 39px;
    padding-top: 5px;
}
@media screen and (max-width: 768px) {
    .header_top {
        padding-top: 251px;
        text-align: center;
    }
}
/* header_search
---------------------*/
.header_search {
    /*display:none;*/
}
.header_search .logo {
    position: relative;
    z-index: 99;
    width: 185px;
    height: 117px;
    display: block;
    margin-top: -35px;
    background: url(../images/backgrounds/text/logo_sau.png) no-repeat center top transparent;
    font-family: 'Tajawal';
    overflow: hidden;
    display: none;
}
.header_search .logo span {
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 21px;
}
/* domians
----------------------*/
.domain-ditdl a .header_search .logo {
    display: block;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/backgrounds/text/logo_itdl.png) no-repeat center center transparent;
}
.domain-src .header_search .logo {
    display: block;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/backgrounds/text/src-small.jpg) no-repeat center center transparent;
}
.domain-sgpm .header_search .logo {
    height: 111px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/backgrounds/text/sgpm-small.png) no-repeat center center transparent;
}
.domain-hospital .header_search .logo {
    height: 111px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/backgrounds/text/hospital-small.png) no-repeat center center transparent;
    display: none;
}











/* right_header logo
--------------------*/
.right_header .logo {
    position: relative;
    z-index: 99;
    width: 185px;
    height: 117px;
    display: block;
    margin-top: -35px;
    background: url(../images/backgrounds/text/logo.svg) no-repeat center top transparent;
    font-family: 'Tajawal';
    overflow: hidden;
    background-size: contain;
}

.domain-ia .right_header .logo {
    background: url(../images/backgrounds/text/logo_ia.png) no-repeat center top transparent;

}

@media screen and (max-width: 768px) {
    .right_header .logo {
        margin: 32px auto;
    }
}
/*------------------------------*/
@media screen and (max-width: 768px) {
    .navbar-header {
        width: 100%;
        display: block;
        background-color: #eee;
      font-family: 'Tajawal';
        border-bottom: 1px solid #ddd;
    }
    .navbar-header .navbar-toggle span {
        background-color: #333;
    }
    .navbar-header span.title {
        margin-top: 15px;
        display: inline-block;
    }
}
/* header_center
----------------------*/
.header_center {
    /*margin-top: 43px;*/


}
/* header_bottom
-----------------------*/
/* translation ----------*/
.rtl .header_bottom_bg {
    background: url(../images/backgrounds/gradients/shadow.png) no-repeat bottom right transparent;
}
.ltr .header_bottom_bg {
    background: url(../images/backgrounds/gradients/shadow.png) no-repeat bottom left transparent;
}
/*-------------------*/

.header_bottom_bg .header_bottom_shadow {
    max-width: none;
    margin-top: 9px;
    height: 73px;
    border-top: 1px solid #eeebe5;
    background-color: #f4f1ea;
}
/* translation ----------*/
.rtl .header_bottom_bg .header_bottom_shadow {
    margin-right: 9px;
}
.ltr .header_bottom_bg .header_bottom_shadow {
    margin-left: 9px;
}
/*-----------------*/
.header_bottom {
    /*margin-top: -82px;*/
    
    clear: both;
}
@media screen and (max-width: 768px) {
    .header_bottom {
        position: absolute;
        top: 0;
        z-index: 999;
        background-color: #fff;
        width: 100%;
        border-top: 10px solid #3c7974;
    }

}
.header_bottom .width960 {
    position: relative;
}
.header_bottom .width960 > h1 {
    margin-top: 16px;
}
@media screen and (max-width: 768px) {
    .header_bottom .width960 > h1 {
        margin: 0;
    }
    .header_bottom .width960 > h1.right_header {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }
}
.main-menu {
    margin-top: 27px;
}
@media screen and (max-width: 768px) {
    .main-menu {
        margin: 0;
        background-color: #eee;
    }
}
.main-menu ul li.level-1 {
    list-style: none;
    position: relative;
}
/*translation----------*/
.rtl .main-menu ul li.level-1 {
    float: right;
}
.ltr .main-menu ul li.level-1 {
    float: left;
}
@media screen and (max-width: 768px) {
    .rtl .main-menu ul li.level-1,
    .ltr .main-menu ul li.level-1 {
        float: none;
    }
    .main-menu > .content > ul.menu {
        padding: 0;
    }
    .navbar-collapse.in {
        overflow: visible;
    }
}
/*----------------------*/
.main-menu ul li.level-1 > a {
    font-family: 'Tajawal';
    color: #515151;
    font-weight: bold;
    font-size: 13px;
    line-height: 71px;
    display: inline-block;
    padding: 0 10px;
    height: 79px;
}

.domain-hems-psau-edu-sa .main-menu ul li.level-1 > a {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .main-menu ul li.level-1,
    .main-menu ul li.level-1 > a {
        display: block;
        margin: 0 !important;
        height: auto;
        line-height: 33px;
        padding-top: 9px;
    }
}
/*translation----------*/
.rtl .main-menu ul li.level-1 > a {
    margin-left: 6px;
}
.lrt .main-menu ul li.level-1 > a {
    margin-right: 6px;
}
/*--------------------------*/
.main-menu ul li.level-1 > a.active-trail,
.main-menu ul li.level-1 > a:hover,
.main-menu ul li.level-1.sfHover > a {
    color: #fff;
    background-color: #3c7974;
}
.main-menu ul li.level-1 ul {
    position: absolute;
    z-index: 999;
    background-color: #FFF;
    border-top: 10px solid #3c7974;
    border-bottom: 9px solid #3c7974;
    width: 289px;
    display: none;
}
/* translation
----------------------*/
.rtl .main-menu ul li.level-1 ul {
    right: 0;
}
.ltr .main-menu ul li.level-1 ul {
    left: 0;
}
@media screen and (max-width: 769px) {
    .rtl .main-menu ul li.level-1 ul,
    .ltr .main-menu ul li.level-1 ul {
        left: 0;
        right: 0;
        position: static;
        width: 100%;
    }
    .main-menu > .content > ul.menu {
        padding: 0;
        max-height: initial;
    }
}
/*----------------------*/
.main-menu ul li.expanded {
    position: relative;
}
.main-menu ul li.level-2 ul {
    top: -10px;
    display: none;
    visibility: hidden;
}
/*translation------------*/
.rtl .main-menu ul li.level-2 ul {
    right: 289px;
}
.ltr .main-menu ul li.level-2 ul {
    left: 289px;
}
/*--------------------*/
.main-menu ul li.level-2:hover ul {
    visibility: visible;
}
.main-menu ul li.level-1 > ul li {
    border-bottom: 1px solid #C2C2C2;
    padding: 12px 15px;
    font-family: 'Tajawal';
    list-style: none;
    margin: 0;
    list-style: none;
}
.main-menu ul li.level-1 > ul li:hover {
    background-color: #f3f3f3;
}
.main-menu ul li.level-1 > ul li:last-child {
    border: none;
}
.main-menu ul li.level-1 > ul li a {
    color: #6f6f6f;
    font-weight: bold;
    font-size: 13px;
    display: block;
}
/*translation----------------*/
.rtl .main-menu ul li.level-1 > ul li a {
    background: url(../images/icons/arrow3.png) no-repeat center right transparent;
    padding-right: 18px;
}
.ltr .main-menu ul li.level-1 > ul li a {
    background: url(../images/icons/arrow3-ltr.png) no-repeat center left transparent;
    padding-left: 18px;
}
/*------------------------*/
.main-menu ul li.level-1 > ul li a:hover {
    color: #3c7974;
}
/* block-locale-language 
-----------------------*/
#block-locale-language {
    position: absolute;
    bottom: -2px;
    background-color: #3c7974;
    padding: 0 8px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
}
/*translation-----------*/
.rtl #block-locale-language {
    /*left: -64px;*/
    left: 0;
}
.ltr #block-locale-language {
    /*right: -64px;*/
    right: 0;
}
@media screen and (max-width: 768px) {
    #block-locale-language {
        bottom: 0;
    }
}
#block-locale-language div.contextual-links-wrapper {
    position: static !important;

}
/*---------------------*/
#block-locale-language a {
    color: #fff;
}
/* block-menu-menu-services
--------------------------------*/
#block-menu-menu-services {
    position: relative;
}
#block-menu-menu-services > .content {
    background-color: #fff;
    height: 41px;
    padding-top: 12px;
    padding: 12px;
}
#block-menu-menu-services .level-1 {
    list-style: none;
}
/*translation-----------*/
.rtl #block-menu-menu-services .level-1 {
    background: url(../images/icons/arrow.png) no-repeat center right transparent;
}
.lrt #block-menu-menu-services .level-1 {
    background: url(../images/icons/arrow.png) no-repeat center left transparent;
}
/*----------------*/
#block-menu-menu-services .level-1:hover {
    cursor: pointer;
}
#block-menu-menu-services .level-1 > ul {
    position: absolute;
    display: none;
    background-color: #FFF;
    z-index: 100;
    border-radius: 0 0 5px 5px;
    font-family: 'Tajawal';
    font-weight: bold;
    font-size: 12px;
    display: none;
    width: 260px;
    margin: auto;
    padding-top: 13px;
}
/*translation--------------*/
.rtl #block-menu-menu-services .level-1 > ul {
    left: 0;
}
.ltr #block-menu-menu-services .level-1 > ul {
    right: 0;
}
@media screen and (max-width: 768px) {
    #block-menu-menu-services .level-1 > ul {
        width: 100%;
    }
}
/*--------------------*/
#block-menu-menu-services .level-1 > a {
    font-family: 'Tajawal';
    font-size: 12px;
    color: #515151;
    font-size: 12px;
    font-weight: bold;
    display: block;
}
/*translation--------------*/
.rtl #block-menu-menu-services .level-1 > a {
    margin-right: 17px;
    padding-right: 6px;
}
.rtl #block-menu-menu-services .level-1 > a {
}
/*-----------------*/
#block-menu-menu-services .level-1 > ul li {
    list-style: outside square;
    line-height: 22px;
    margin-bottom: 8px;
}
/*translation------------*/
.rtl #block-menu-menu-services .level-1 > ul li {
    margin-right: 26px;
}
.ltr #block-menu-menu-services .level-1 > ul li {
    margin-left: 26px;
}
/*----------------------*/

/* // header -----------------*/

/* block-views-news-block السلايدر الرئيسي
-----------------------------------------*/
#block-views-news-block { 
  background: unset; 
    position: relative;
    height: 370px;
    padding: 23px;
    margin-bottom: -22px;
}
/*translation----------*/
.rtl #block-views-news-block {
    padding-right: 45px;
}
.ltr #block-views-news-block {
    padding-left: 45px;
}
/*----------------------*/
@media screen and (max-width: 768px) {
    #block-views-news-block {
        background: 0;
        padding: 0 !important;
        height: auto !important;
        margin: 0 !important;
    }
}
#block-views-news-block .transparent {
    position: absolute;
    top: 0;
    background-color: #4d4134;
    /*background:url(../images/backgrounds/batterns/transparent.png) repeat center center transparent;*/
    width: 278px;
    height: 370px;
}
/*translation-----------*/
.rtl #block-views-news-block .transparent {
    left: -2px;
}
.ltr #block-views-news-block .transparent {
    right: -2px;
}
/*-----------------*/
#block-views-news-block .transparent .date {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 62px;
    color: #FFF;
    font-family: 'Tajawal';
    line-height: 65px;
    padding: 0 36px;
    border-top: 1px solid #6D6054;
    background-color: #3c7974;
    display: none;
    /*background: url(../images/icons/calendar.png) no-repeat 18px center #3c7974;*/
}
/*translation----------*/
.rtl #block-views-news-block .transparent .date {
    text-align: left;
    padding-left: 50px;
}
.ltr #block-views-news-block .transparent .date {
    text-align: right;
    padding-right: 50px;
}
/*-------------------*/
#block-views-news-block .transparent .description {
    color: #fff;
    font-family: 'Tajawal';
    font-size: 19px;
    text-align: center;
    padding: 10px;
}
#block-views-news-block .transparent .read_more {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 62px;
    color: #FFF;
    line-height: 65px;
    padding: 0 36px;
    border-top: 1px solid #6D6054;
    background-color: #3c7974;
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
    background: url(../images/icons/readmore.png) no-repeat 19px center #3c7974;
}
/*translation-----------*/
.rtl #block-views-news-block .transparent .read_more {
    padding-left: 50px;
    text-align: left;
}
.ltr #block-views-news-block .transparent .read_more {
    padding-right: 50px;
    text-align: right;
}
/*-------------------*/
#block-views-news-block .transparent .read_more a {
    color: #3c7974;
}
#block-views-news-block .views-field-field-image {
    /* width: 74%; */
}
#block-views-news-block .views-field-field-image img {
    max-width: 100%;
    height: auto;
}
#block-views-news-block .views-field-title h3,
#block-views-news-block .views-field-title h3 a {
    font-family: 'Tajawal';
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
#block-views-news-block .views-field-title h3 {
    margin-top: -87px;
    position: relative;
    line-height: 36px;
    padding: 4px 20px;
    background-color: #fff;
    opacity: 0.6;
    /* background:url(../images/backgrounds/batterns/transparent.png) repeat center center transparent; */
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}


.domain-hems-psau-edu-sa #block-views-news-block .views-field-title h3 {
    margin-top: -49px !important;
}
/*translation------------*/
.rtl #block-views-news-block .views-field-title h3 {
    float: right;
    margin-left: 100px;
    margin-right: 6px;
}
.ltr #block-views-news-block .views-field-title h3 {
    float: left;
    margin-right: 100px;
    margin-left: 6px;
}
@media screen and (max-width: 768px) {
    #block-views-news-block .views-field-title h3 {
        float: none !important;
        position: static !important;
        margin: 0 !important;
        text-align: center;
    }
}
/*------------------*/
#block-views-news-block .views-field-title h3:hover {
    background-color: #fff;
    opacity: 1;
}
#block-views-news-block .views-field-sharethis {
    position: absolute;
    top: 314px;
    bottom: 47px;
}
/*translation------------*/
.rtl #block-views-news-block .views-field-sharethis {
    left: 329px;
}
.ltr #block-views-news-block .views-field-sharethis {
    right: 329px;
}
#block-views-news-block .views-field-sharethis * {
    position: static;
}
#block-views-news-block .views-field-sharethis .st_facebook_large,
#block-views-news-block .views-field-sharethis .st_linkedin_large,
#block-views-news-block .views-field-sharethis .st_email_large,
#block-views-news-block .views-field-sharethis .st_sharethis_large {
    display: none !important;
}
#block-views-news-block .views-field-sharethis .st_twitter_large {
    position: absolute;
}
/*translation------------*/
.rtl #block-views-news-block .views-field-sharethis .st_twitter_large {
    left: 0;
}
.ltr #block-views-news-block .views-field-sharethis .st_twitter_large {
    right: 0;
}
/*-----------------*/
#block-views-news-block .views-field-sharethis .st_twitter_large .stLarge {
    position: absolute!important;
    height: 23px;
    width: 50px;
    background: url(../images/icons/twitter.png) no-repeat center top transparent !important;
}
#block-views-news-block .views-slideshow-cycle-main-frame,
#block-views-news-block .views_slideshow_cycle_slide {
    width: 100% !important;
}
#block-views-news-block .views-slideshow-pager-fields {
    position: absolute;
    bottom: 18px;
    width: 97px;
    z-index: 155;
}
/*translation------------*/
.rtl #block-views-news-block .views-slideshow-pager-fields {
    left: 0;
}
.ltr #block-views-news-block .views-slideshow-pager-fields {
    right: 0;
}
@media screen and (max-width: 768px) {
    #block-views-news-block .views-slideshow-pager-fields {
        bottom: 0;
    }
}
/*-----------------*/
#block-views-news-block .views-slideshow-pager-fields .views-field-counter {
    margin: 0 2px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77665c;
    text-indent: -9999px;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}
/*translation------------*/
.rtl #block-views-news-block .views-slideshow-pager-fields .views-field-counter {
    float: right;
}
.ltr #block-views-news-block .views-slideshow-pager-fields .views-field-counter {
    float: left;
}
@media screen and (max-width: 768px) {
    .rtl #block-views-news-block .views-slideshow-pager-fields .views-field-counter {
        float: left;
    }
    .ltr #block-views-news-block .views-slideshow-pager-fields .views-field-counter {
        float: right;
    }
}
/*-----------------*/
#block-views-news-block .views-slideshow-pager-fields .views-field-counter:hover,
#block-views-news-block .views-slideshow-pager-fields .active .views-field-counter {
    background-color: #3c7974;
    cursor: pointer;
}
#block-views-news-block .views-slideshow-controls-bottom {
    position: absolute;
    bottom: 95px;
    z-index: 99;
}
/*translation-----------*/
.rtl #block-views-news-block .views-slideshow-controls-bottom {
    left: 275px;
}
.ltr #block-views-news-block .views-slideshow-controls-bottom {
    right: 275px;
}
/*-----------------*/
#block-views-news-block .views-slideshow-controls-bottom .views-slideshow-controls-text-pause {
    display: none;
}
#block-views-news-block .views-slideshow-controls-bottom a {
    opacity: 1;
}
#block-views-news-block .views-slideshow-controls-bottom a:hover {
    opacity: 0.6;
}
#block-views-news-block .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a,
#block-views-news-block .views-slideshow-controls-bottom .views_slideshow_controls_text_next a {
    display: block;
    position: absolute;
    height: 34px;
    width: 33px;
    overflow: hidden;
    text-indent: -999px;
}
/*translation-----------*/
.rtl #block-views-news-block .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a,
.rtl #block-views-news-block .views-slideshow-controls-bottom .views_slideshow_controls_text_next a {
    background: url(../images/icons/arrows.png) no-repeat right top transparent;
}
.ltr #block-views-news-block .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a,
.ltr #block-views-news-block .views-slideshow-controls-bottom .views_slideshow_controls_text_next a {
    background: url(../images/icons/arrows.png) no-repeat right top transparent;
}
/*---------------*/


/*translation-----------*/
.rtl #block-views-news-block .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a {
    margin-right: 33px;
    background: url(../images/icons/arrows.png) no-repeat left top transparent;
}
.ltr #block-views-news-block .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a {
    margin-left: 33px;
    background: url(../images/icons/arrows.png) no-repeat right top transparent;
}
/*------------------------*/

/* #block-views-breaking-news-block 
------------------------------------------*/
#block-views-breaking-news-block {
    margin-bottom: 6px;
    background-color: #eee;
    margin-top: 24px;
    border-radius: 6px;
    overflow: hidden;
}
.not-front #block-views-breaking-news-block {
    margin-top: 0;
    margin-bottom: 17px;
}
#block-views-breaking-news-block h2.title {
    overflow: hidden;
    margin-bottom: 1px;
    float: right;
    background-color: #3c7974;
    height: 37px;
    width: 102px;
    color: #FFF;
    line-height: 36px;
    text-align: center;
    display: block;
}
#block-views-breaking-news-block .block_icon {
    display: none;
}
#block-views-breaking-news-block h2.title .title_content {
    margin-top: 9px;
}
/*------------------------*/
#block-views-breaking-news-block > .content {
    font-family: 'droid';
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
}
/* block-views-news-block-1 آخر اﻷخبار
-------------------------------*/
#block-views-news-block-1 {
    padding-bottom: 22px;
    margin-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}
#block-views-news-block-1 > .content {
    overflow: hidden;
}
#block-views-news-block-1 h2.title .border {
    margin-top: 8px;
    display: block;
    height: 9px;
    background: url(../images/backgrounds/batterns/battern2.png) repeat center center #f5f5f5;
}
#block-views-news-block-1 .views-row {
    width: 250px;
    background-color: #EEEEEE;
    padding: 9px;
    min-height: 301px;
    position: relative;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}
@media screen and (max-width: 768px) {
    #block-views-news-block-1 .views-row {
        min-height: 0;
        display: none;
    }
    #block-views-news-block-1 .views-row-1 {
        display: block;
    }
}
/*translation----------*/
.rtl #block-views-news-block-1 .views-row {
    float: right;
    margin-right: 8px;
}
.ltr #block-views-news-block-1 .views-row {
    float: left;
    margin-left: 8px;
}
@media screen and (max-width: 768px) {
    .rtl #block-views-news-block-1 .views-row,
    .ltr #block-views-news-block-1 .views-row {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}
/*----------------------*/
#block-views-news-block-1 .views-row:hover {
    background-color: #EEE;
}
#block-views-news-block-1 .views-row:first-child {
    margin: 0;
}
#block-views-news-block-1 .views-field-view-node {
    display: none;
    position: absolute;
    left: 0;
    bottom: 6px;
    font-family: 'Tajawal';
    font-size: 10px;
    font-weight: bold;
    padding: 3px 15px;
    line-height: 14px;
}
.rtl #block-views-news-block-1 .views-field-view-node a:after {
    content: '\2190';
}
.ltr #block-views-news-block-1 .views-field-view-node a:after {
    content: '\2192';
}
#block-views-news-block-1 img {
    border: 2px solid #656667;
}
@media screen and (max-width: 768px) {
    #block-views-news-block-1 img {
        width: 100%;
        height: auto;
    }
}
#block-views-news-block-1 .views-field-title h2 {
    font-family: 'droid';
    font-weight: bold;
    color: #252525;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
    height: 72px;
    padding-top: 7px;
    display: table-cell;
    vertical-align: top;
}
#block-views-news-block-1 .views-field-body {
    border-top: 1px dotted #3c7974;
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
    color: #626262;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    margin-top: 11px;
    padding-top: 11px;
}
@media screen and (max-width: 768px) {
    #block-views-news-block-1 .views-field-title h2 {
        display: block;
        text-align: center;
        height: auto;
    }
    #block-views-news-block-1 .views-field-body {
        display: none;
    }
}
#block-views-news-block-1 .more-link {
    position: absolute;
    bottom: -11px;
}
/* translation
------------------------*/
.rtl #block-views-news-block-1 .more-link {
    left: 0;
    background: url(../images/icons/arrow4.png) no-repeat left 5px #fff;
}
.ltr #block-views-news-block-1 .more-link {
    right: 0;
    background: url(../images/icons/arrow4-ltr.png) no-repeat right 5px #fff;
}
/*--------------------*/
#block-views-news-block-1 .more-link a {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
    color: #e1353a;
    font-weight: bold;
    font-size: 12px;
    padding: 0 18px
}
/* block-block-2 النظم والخدمات الإلكترونية
--------------------------------------------*/
#block-block-2 {
    margin-bottom: 13px;
}
#block-block-2 h2.title {
    overflow: hidden;
}
#block-block-2 img {
    margin: 5px;
}
@media screen and (max-width: 768px) {
    #block-block-2 img {
        margin: 0;
        width: 48%;
        height: auto;
    }
}
/* block-block-3 تقنيات العمادة
----------------------------------*/
#block-block-3 {
}
#block-block-3 h2.title {
    overflow: hidden;
}
/*translation-------------*/
.rtl #block-block-3 h2.title .block_icon,
.rtl #block-block-3 h2.title .title_content {
    float: right;
}
.ltr #block-block-3 h2.title .block_icon,
.ltr #block-block-3 h2.title .title_content {
    float: left;
}
/*----------------*/

#block-block-3 h2.title .block_icon {
    background-position: 6px -148px;
}
#block-block-3 h2.title .border {
    overflow: hidden;
    height: 6px;
    margin-top: 15px;
    display: block;
    background: url(../images/backgrounds/batterns/battern2.png) repeat center center transparent;
}
#block-block-3 h2.title .title_content {
    margin-top: 9px;
}
/*----translation------------*/
.rtl #block-block-3 h2.title .title_content {
    margin-left: 11px;
}
.ltr #block-block-3 h2.title .title_content {
    margin-right: 11px;
}
/*----------------*/
#block-block-3 > .content {
    background-color: #f7f7f7;
}
#block-block-3 ul li {
    display: inline-block;
    list-style: none;
    width: 267px;
    height: 133px;
    text-align: center;
}
/*----translation------------*/
.rtl #block-block-3 ul li {
    padding-left: 27px;
    margin-right: -14px;
    background: url(../images/backgrounds/gradients/shadow2.png) no-repeat center left transparent;
}
.ltr #block-block-3 ul li {
    padding-right: 27px;
    margin-left: -14px;
    background: url(../images/backgrounds/gradients/shadow2.png) no-repeat center right transparent;
}
@media screen and (max-width: 768px) {
    #block-block-3 ul {
        text-align: center;
    }
    .rtl #block-block-3 ul li,
    .ltr #block-block-3 ul li {
        padding: 0;
        margin: 0;
        background: 0;
        margin-bottom: 15px;
        width: 30%;
    }
}
#block-block-3 ul li:last-child {
    background: none;
}
#block-block-3 ul li a {
    display: inline-block;
    font-family: 'droid';
    font-weight: bold;
    color: #252525;
    font-size: 13px;
    width: 202px;
    vertical-align: top;
    padding-top: 91px;
}
#block-block-3 ul li a:hover {
    color: #3c7974;
}
#block-block-3 ul li.tech1 a {
    background: url(../images/backgrounds/spirit/photo1.png) no-repeat center 8px transparent;
}
#block-block-3 ul li.tech2 a {
    background: url(../images/backgrounds/spirit/photo2.png) no-repeat center 8px transparent;
}
#block-block-3 ul li.tech3 a {
    background: url(../images/backgrounds/spirit/photo3.png) no-repeat center 8px transparent;
}
@media screen and (max-width: 768px) {
    #block-block-3 ul li a {
        width: 100%;
        font-size: 11px;
    }
}
/* block-poll-recent استطلاع رأي
-----------------------------------*/
#block-poll-recent {
}
@media screen and (max-width: 768px) {
    #block-poll-recent {
        display: none;
    }
}
#block-poll-recent h2.title {
    background-color: #eeeeee;
    margin-top: 3px;
}
#block-poll-recent .block_icon {
    background-position: 5px -87px;
}
#block-poll-recent >.content .title {
    font-family: 'droid';
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 27px;
}
#block-poll-recent >.content .text {
    font-weight: bold;
}
#block-poll-recent .links a {
    font-family: 'Tajawal';
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    margin-top: 8px;
}
/* block-views-forms-block-1
----------------------------------*/

@media screen and (max-width: 768px) {
    #block-views-forms-block-1 {
        display: none;
    }
}
#block-views-forms-block-1 .block_icon {
    background-position: 5px -55px;
}
#block-views-forms-block-1 > .content {
    background-color: #F0F7F7;
    padding: 13px 6px;
}
#block-views-forms-block-1 ul {
    border-right: 7px solid #BFBBB7;
    padding: 0 7px;
    font-family: 'Tajawal', arial;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding-left: 41px;
    line-height: 22px;
    color: #000;
    background: url(../images/icons/paper.png) no-repeat center left transparent;
}
/*---translation-----------*/
.rtl #block-views-forms-block-1 ul {
    border-right: 7px solid #BFBBB7;
    padding-left: 41px;
    background: url(../images/icons/paper.png) no-repeat center left transparent;
}
.ltr #block-views-forms-block-1 ul {
    border-left: 7px solid #BFBBB7;
    padding-right: 41px;
    background: url(../images/icons/paper.png) no-repeat center right transparent;
}
/*--------------*/
#block-views-forms-block-1 ul li {
    list-style: none;
}
#block-views-forms-block-1 ul li a {
    color: #eb7454;
}
/* block-views-ads-block 
-----------------------------------*/
#block-views-ads-block .views_slideshow_main {
    text-align: center;
}
#block-views-ads-block .views-row {
    padding: 10px;
    background-color: #F0F7F7;
    margin-bottom: 8px;
}
#block-views-ads-block .views-row img {
    width: 247px;
    height: 128px;
}
#block-views-ads-block .views-row a {
    font-size: 16px;
    color: #3c7974;
    font-family: 'Tajawal', arial;
    margin-top: 12px;
    display: block;
}
/*translation-----------*/
.rtl #block-views-ads-block .views-slideshow-controls-bottom {
    padding-left: 4px;
    text-align: left;
}
.ltr #block-views-ads-block .views-slideshow-controls-bottom {
    padding-right: 4px;
    text-align: right;
}
/*----------------*/
@media screen and (max-width: 768px) {
    #block-views-ads-block .views-slideshow-controls-bottom {
        display: none;
    }
}
#block-views-ads-block .views-slideshow-controls-bottom a {
    display: inline-block;
    height: 7px;
    width: 7px;
    background-color: #afafaf;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 9999px;
}
#block-views-ads-block .views-slideshow-controls-bottom a:hover {
    background-color: #3c7974;
}
#block-views-ads-block .views-slideshow-controls-text-pause {
    display: none;
}
#block-views-ads-block .more-link {
    margin-top: -18px;
    font-family: 'Tajawal';
    font-size: 12px;
    font-weight: bold;
}
/* translation
	---------------------------*/
.rtl #block-views-ads-block .more-link {
    float: left;
    margin-left: 33px;
}
.ltr #block-views-ads-block .more-link {
    float: right;
    margin-left: 33px;
}
/*--------------------------*/



/* block-views-article-block أحدث المقالات
-------------------------------------------*/
#block-views-article-block {
}
/*translation----------------*/
.rtl #block-views-article-block .views-row {
    float: right;
    margin-left: 15px;
}
.ltr #block-views-article-block .views-row {
    float: left;
    margin-right: 15px;
}
@media screen and (max-width: 768px) {
    .rtl #block-views-article-block .views-row,
    .ltr #block-views-article-block .views-row {
        float: none;
        margin: 0;
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
    }
}
/*----------------*/
#block-views-article-block .views-row:last-child {
    margin: 0;
}
#block-views-article-block .article_content {
    background-color: #f5f5f5;
    border: 1px solid #d1d1d1;
    padding: 5px;
    width: 376px;
    height: 192px;
}
@media screen and (max-width: 768px) {
    #block-views-article-block .content * {
        height: auto !important;
        position: static !important;
        opacity: 1 !important;
    }
    #block-views-article-block .views-slideshow-controls-bottom,
    #block-views-article-block .views-row {
        display: none !important;
    }
    #block-views-article-block .views_slideshow_slide.views-row-1,
    #block-views-article-block .views_slideshow_slide.views-row-1 .views-row:first-child {
        display: block !important;
    }
    #block-views-article-block .article_content {
        width: 100%;
        text-align: center;
    }
    #block-views-article-block .article_content img {
        width: 100%;
        height: auto;
    }
}
#block-views-article-block .article_content h2 {
    font-family: 'Tajawal', arial;
    font-size: 17px;
    color: #333;
    text-align: center;
    margin-top: 10px;
    display: table-cell;
    width: 369px;
    height: 54px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    #block-views-article-block .article_content h2 {
        padding: 15px;
    }
}
#block-views-article-block .views-field-field-writer {
    margin-top: 11px;
}
/*-translation------------*/
.rtl #block-views-article-block .views-field-field-writer {
    text-align: left;
    float: left;
    margin-left: 5px;
}
.ltr #block-views-article-block .views-field-field-writer {
    text-align: right;
    float: right;
    margin-right: 5px;
}
/*-------------------------*/
#block-views-article-block .views-field-field-writer h3,
#block-views-article-block .views-field-field-writer span {
    font-family: 'Tajawal';
    font-size: 15px;
    font-weight: bold;
    display: inline;
}
#block-views-article-block .views-field-field-writer span {
    color: #ae9e86;
}
/*translation----------*/
.rtl #block-views-article-block .views-field-field-writer span {
    padding-right: 21px;
    background: url(../images/icons/pencil.png) no-repeat right center transparent;
}
.ltr #block-views-article-block .views-field-field-writer span {
    padding-left: 21px;
    background: url(../images/icons/pencil.png) no-repeat left center transparent;
}
/*-------------------------*/
#block-views-article-block .views_slideshow_controls_text {
    overflow: hidden;
}
#block-views-article-block .views_slideshow_controls_text a {
    height: 7px;
    width: 7px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #A8A8A8;
    border-radius: 50%;
    margin: 0 2px;
    margin-top: 18px;
}
/*translation------------*/
.rtl #block-views-article-block .views_slideshow_controls_text a {
    float: left;
}
.ltr #block-views-article-block .views_slideshow_controls_text a {
    float: right;
}
/*----------------------*/
#block-views-article-block .views_slideshow_controls_text a:hover {
    background-color: #3c7974;
}
/* block-views-photo-gallery-blockألبوم الصور
------------------------------------*/
#block-views-photo-gallery-block {
    overflow: hidden;
}
#block-views-photo-gallery-block h2.title {
    font-family: 'Tajawal', arial;
    font-size: 16px;
    color: #3c7974;
    font-weight: bold;
    margin-bottom: 11px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
}
#block-views-photo-gallery-block .block_icon {
    background-position: 5px -118px;
}
#block-views-photo-gallery-block .views_slideshow_main {
    overflow: hidden;
    height: 179px;
}
#block-views-photo-gallery-block > .content {
    text-align: center;
}
#block-views-photo-gallery-block .views-row {
    width: 118px;
    margin: 0 16px;
    text-align: center;
    font-family: 'Tajawal';
    font-size: 11px;
    line-height: 23px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    min-height: 188px;
}
#block-views-photo-gallery-block .views-row img {
    border: 9px solid #EAF7EC;
}
#block-views-photo-gallery-block .views-row .views-field-title {
    display: block;
}
/*translation----------*/
.rtl #block-views-photo-gallery-block .more-link {
    text-align: left;
}
.ltr #block-views-photo-gallery-block .more-link {
    text-align: right;
}
/*----------------*/
#block-views-photo-gallery-block .more-link a {
    background: url(../images/icons/arrow4.png) no-repeat left 5px #FFF;
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
    color: #E1353A;
    font-weight: bold;
    font-size: 12px;
    padding: 0 18px;
}
/*translation----------------*/
.rtl #block-views-photo-gallery-block .more-link a {
    background: url(../images/icons/arrow4.png) no-repeat left 5px #FFF;
}
.ltr #block-views-photo-gallery-block .more-link a {
    background: url(../images/icons/arrow4.png) no-repeat right 5px #FFF;
}
/*----------------*/

/* block-views-video-gallery-block
-----------------------------------*/
#block-views-video-gallery-block {
    width: 357px;
}
#block-views-video-gallery-block .view-content {
    position: relative;
}
.rtl #block-views-video-gallery-block {
    float: left;
    margin-right: 10px;
}
.ltr #block-views-video-gallery-block {
    float: right;
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .rtl #block-views-video-gallery-block,
    .ltr #block-views-video-gallery-block {
        float: none;
        margin: 0 auto;
        width: 100%;
        margin-top: 13px;
    }
}
#block-views-video-gallery-block .views-field-field-video-url {
    text-align: center;
}
#block-views-video-gallery-block .views-field-title {
    background: url(../images/backgrounds/batterns/transparent.png) repeat left center transparent;
    font-family: 'Tajawal';
    font-size: 17px;
    margin-top: 11px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 11px;
    width: 336px;
    padding: 9px;
}
@media screen and (max-width: 768px) {
    #block-views-video-gallery-block img {
        width: 100%;
    }
    #block-views-video-gallery-block .views-field-title {
        width: 100%;
    }
}
#block-views-video-gallery-block .views-field-title a {
    color: #fff;
}
/*translation----------*/
.rtl #block-views-video-gallery-block .more-link {
    text-align: left;
    margin-top: 4px;
}
.ltr #block-views-video-gallery-block .more-link {
    text-align: right;
    margin-top: 4px;
}
/*----------------*/
#block-views-video-gallery-block .more-link a {
    background: url(../images/icons/arrow4.png) no-repeat left 5px #FFF;
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
    color: #E1353A;
    font-weight: bold;
    font-size: 12px;
    padding: 0 18px;
}
/*translation----------------*/
.rtl #block-views-video-gallery-block .more-link a {
    background: url(../images/icons/arrow4.png) no-repeat left 5px #FFF;
}
.ltr #block-views-video-gallery-block .more-link a {
    background: url(../images/icons/arrow4.png) no-repeat right 5px #FFF;
}
/*----------------*/
/*postscript_bottom blocks
------------------------------*/
.postscript_bottom .block {
    min-height: 258px;
}
/*translation----------------*/
.rtl .postscript_bottom .block {
    float: right;
    padding-left: 41px;
    background: url(../images/backgrounds/gradients/shadow3.png) no-repeat center left transparent;
}
.ltr .postscript_bottom .block {
    float: left;
    padding-right: 41px;
    background: url(../images/backgrounds/gradients/shadow3.png) no-repeat center right transparent;
}
/*----------------*/
.postscript_bottom .block:last-child {
    background: none;
    padding: 0;
}
.postscript_bottom .block h2 {
    color: #fff;
    font-family: 'Tajawal';
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px dotted #fff;
    padding-bottom: 13px;
    margin-bottom: 15px;
}
.postscript_bottom .block h2,
.postscript_bottom .block h2 a {
    color: #fff;
    font-family: 'Tajawal';
    font-size: 15px;
    font-weight: bold;
}
/* 
block-views-frontpage-block-2 كلمة العميد
--------------------------------------------*/
#block-views-frontpage-block-2 {
    width: 425px;
}
/*translation-------------*/
.rtl #block-views-frontpage-block-2 .views-field-field-image {
    float: right;
    margin-left: 11px;
}
.ltr #block-views-frontpage-block-2 .views-field-field-image {
    float: left;
    margin-right: 11px;
}
@media screen and (max-width: 768px) {
    #block-views-frontpage-block-2,
    #block-views-frontpage-block-1,
    #block-menu-menu-secondary-menu,
    #block-block-1,
    #block-views-frontpage-block-1,
    .rtl #block-views-frontpage-block-2 .views-field-field-image,
    .ltr #block-views-frontpage-block-2 .views-field-field-image {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        background: 0;
        padding: 10px !important;
        display: block;
        position: static !important;
    }
    .rtl #block-views-frontpage-block-2 .views-field-field-image img,
    .ltr #block-views-frontpage-block-2 .views-field-field-image img {
        text-align: center;
        border-radius: 50%;
        overflow: hidden;
        height: 100px !important;
        width: 100px !important;
        border: 2px solid #fff;
        margin: auto !important;
        display: block !important;
    }
}
/*-------------------*/
#block-views-frontpage-block-2 .views-field-body {
    color: #fff;
    font-family: 'Tajawal';
    
    text-align: justify;
    font-size: 15px;
}
#block-views-frontpage-block-2 .views-field-view-node a {
    color: #FFF;
  font-family: 'Tajawal';
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
.rtl #block-views-frontpage-block-2 .views-field-view-node a {
    float: left;
}
.ltr #block-views-frontpage-block-2 .views-field-view-node a {
    float: right;
}
/* 
block-menu-menu-secondary-menu روابط هامة
------------------------------------------*/
#block-menu-menu-secondary-menu {
    width: 412px;
}
.rtl #block-menu-menu-secondary-menu ul {
    margin-right: 19px;
}
.ltr #block-menu-menu-secondary-menu ul {
    margin-left: 37px;
}
#block-menu-menu-secondary-menu ul li {
    color: #fff;
    list-style: square;
    width: 175px;
    margin-bottom: 13px;
}
/*translation----------*/
.rtl #block-menu-menu-secondary-menu ul li {
    float: right;
}
.ltr #block-menu-menu-secondary-menu ul li {
    float: left;
    width: 156px;
}
@media screen and (max-width: 768px) {
    .rtl #block-menu-menu-secondary-menu ul li,
    .ltr #block-menu-menu-secondary-menu ul li {
        float: none;
        width: 44%;
        display: inline-block;
    }
}
/*----------------*/
#block-menu-menu-secondary-menu ul li a {
    font-family: 'Tajawal', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
}
/* block-block-1 
---------------------------*/
#block-block-1 {
    background: none;
    background-color: #fff;
    width: 249px;
    height: 258px;
    padding: 13px;
    text-align: center;
    color: #3c7974;
    font-family: 'Tajawal';
    font-size: 18px;
}
#block-block-1 * {
    float: none;
    text-align: center;
    color: #3c7974;
}
/* block-views-frontpage-block-1
-------------------------------------*/
#block-views-frontpage-block-1 {
    min-height: 0;
    color: #AAA;
    font-family: 'Tajawal';
    font-size: 10px;
    line-height: 27px;
}
/*translation----------*/
.rtl #block-views-frontpage-block-1 {
    float: left;
    text-align: left;
    padding-left: 8px;
}
.ltr #block-views-frontpage-block-1 {
    float: right;
    text-align: right;
    padding-right: 8px;
}
/*-----------------------*/

/* block-inline-ajax-search-inline-ajax-search
------------------------------------------------*/
.rtl #block-inline-ajax-search-inline-ajax-search {
    float: right;
}
.ltr #block-inline-ajax-search-inline-ajax-search {
    float: left;
}
#block-inline-ajax-search-inline-ajax-search .form-control {
    border-radius: 0;
    height: 27px;
}
/*********************************************
*
*
*			Inner pages
*
*
**********************************************/
.breadcrumb {
    margin-top: -14px;
    background: none;
    font-size: 11px;
    font-family: 'Tajawal';
    margin-bottom: -8px;
}
.rtl .breadcrumb {
    margin-right: -22px;
}
.rtl .breadcrumb {
    margin-left: -22px;
}
.title_bg {
    /* background-color:#e9e9e9 ; */
    /* border-bottom:1px solid #aaaaaa; */
    /* min-height:77px; */
}
.title_bg h1 {
    font-family: 'Tajawal';
    font-weight: bold;
    color: #333;
    font-size: 20px;
    line-height: 32px;
    padding: 12px;
    margin-bottom: 18px;
    margin-top: 12px;
    background-color: #EEE;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    box-shadow: 0 3px 6px #E4E4E4;
}
.rtl .title_bg h1 {
    margin-right: -15px;
    margin-left: -15px;
}
.ltr .title_bg h1 {
    margin-left: -15px;
    margin-right: -15px;
}
.title_bg h1 span {
}
/* block-menu-block-1 القائمة اليمنى
--------------------------------------*/
#block-menu-block-1 {
    border-top: 6px solid #6ac7bd;
}
#block-menu-block-1 .content .menu-block-wrapper > ul li {
    color: #fff;
    font-family: 'Tajawal';
    font-size: 16px;
    border-bottom: 1px solid #6ac7bd;
    border-top: 1px solid #6ac7bd;
    padding: 10px;
    /* list-style: outside; */
    padding-right: 32px;
}
#block-menu-block-1 .content .menu-block-wrapper > ul > li {
    list-style: inside;
}
#block-menu-block-1 .content .menu-block-wrapper > ul li ul li {
    list-style: none;
}
.rtl #block-menu-block-1 .content .menu-block-wrapper > ul li ul li {
    padding-right: 0;
    margin-right: 0;
}
.ltr #block-menu-block-1 .content .menu-block-wrapper > ul li ul li {
    padding-left: 0;
    margin-left: 0;
}
#block-menu-block-1 .content .menu-block-wrapper > ul li:first-child {
    border-top: 0;
}
#block-menu-block-1 .content .menu-block-wrapper > ul li:last-child {
    border-bottom: 0;
}
#block-menu-block-1 .content .menu-block-wrapper ul li a {
    color: #fff;
    display: inline-block;
    vertical-align: top;
}
#block-menu-block-1 .content .menu-block-wrapper ul li:hover,
#block-menu-block-1 .content .menu-block-wrapper ul li.active {
    background-color: #3c7974;
    color: #FFF;
}
#block-menu-block-1 .content .menu-block-wrapper ul li.active a,
#block-menu-block-1 .content .menu-block-wrapper > ul > li:hover a {
    color: #FFF;
}
#block-menu-block-1 .content .menu-block-wrapper ul li.expanded:hover {
    background-color: transparent;
    color: #fff;
}
.rtl #block-menu-block-1 .content .menu-block-wrapper ul li.expanded ul {
    padding-right: 18px;
}
.ltr #block-menu-block-1 .content .menu-block-wrapper ul li.expanded ul {
    padding-left: 18px;
}
.rtl #block-menu-block-1 .content .menu-block-wrapper ul li.expanded ul li {
    padding-right: 5px;
}
.ltr #block-menu-block-1 .content .menu-block-wrapper ul li.expanded ul li {
    padding-left: 5px;
}
#block-menu-block-1 .content .menu-block-wrapper ul li.expanded ul li a {
    display: list-item;
    list-style: outside;
}
.rtl #block-menu-block-1 .content .menu-block-wrapper ul li.expanded ul li a {
    margin-right: 22px;
}
.ltr #block-menu-block-1 .content .menu-block-wrapper ul li.expanded ul li a {
    margin-left: 22px;
}
#block-menu-block-1 .content .menu-block-wrapper ul li.expanded:hover a,
#block-menu-block-1 .content .menu-block-wrapper ul li.expanded ul li:hover a {
    color: #fff;
}
#block-menu-block-1 .content .menu-block-wrapper ul li.expanded ul li:hover a {
    color: #FFF;
}
#block-menu-block-1 .content .menu-block-wrapper ul li.expanded:hover .active a {
    color: #FFF;
}
#block-menu-block-1 .content .menu-block-wrapper ul li.expanded ul li.level-3 a {
    color: #fff;
}
#block-menu-block-1 .content .menu-block-wrapper ul li.expanded ul li.level-3:hover a {
    color: #3c7974;
}



/* block-menu-block-1 القائمة اليمنى
--------------------------------------*/
.block-menu-block {
    border-top: 6px solid #6ac7bd;
}
.block-menu-block .content .menu-block-wrapper > ul li {
    color: #fff;
    font-family: 'Tajawal';
    font-size: 16px;
    border-bottom: 1px solid #4f453b;
    border-top: 1px solid #716355;
    padding: 10px;
    /* list-style: outside; */
    padding-right: 32px;
}
.block-menu-block .content .menu-block-wrapper > ul > li {
    list-style: inside;
}
.block-menu-block .content .menu-block-wrapper > ul li ul li {
    list-style: none;
}
.rtl .block-menu-block .content .menu-block-wrapper > ul li ul li {
    padding-right: 0;
    margin-right: 0;
}
.ltr .block-menu-block .content .menu-block-wrapper > ul li ul li {
    padding-left: 0;
    margin-left: 0;
}
.block-menu-block .content .menu-block-wrapper > ul li:first-child {
    border-top: 0;
}
.block-menu-block .content .menu-block-wrapper > ul li:last-child {
    border-bottom: 0;
}
.block-menu-block .content .menu-block-wrapper ul li a {
    color: #fff;
    display: block;
    vertical-align: top;
}
.block-menu-block .content .menu-block-wrapper ul li:hover,
.block-menu-block .content .menu-block-wrapper ul li.active {
    background-color: #3c7974;
    color: #3c7974;
}
.block-menu-block .content .menu-block-wrapper ul li.active a,
.block-menu-block .content .menu-block-wrapper > ul > li:hover a {
    color: #3c7974;
}
.block-menu-block .content .menu-block-wrapper ul li.expanded:hover {
    background-color: transparent;
    color: #fff;
}
.rtl .block-menu-block .content .menu-block-wrapper ul li.expanded ul {
    padding-right: 18px;
}
.ltr .block-menu-block .content .menu-block-wrapper ul li.expanded ul {
    padding-left: 18px;
}
.rtl .block-menu-block .content .menu-block-wrapper ul li.expanded ul li {
    padding-right: 5px;
}
.ltr .block-menu-block .content .menu-block-wrapper ul li.expanded ul li {
    padding-left: 5px;
}
.block-menu-block .content .menu-block-wrapper ul li.expanded ul li a {
    display: list-item;
    list-style: outside;
}
.rtl .block-menu-block .content .menu-block-wrapper ul li.expanded ul li a {
    margin-right: 22px;
}
.ltr .block-menu-block .content .menu-block-wrapper ul li.expanded ul li a {
    margin-left: 22px;
}
.block-menu-block .content .menu-block-wrapper ul li.expanded:hover a,
.block-menu-block .content .menu-block-wrapper ul li.expanded ul li:hover a {
    color: #fff;
}
.block-menu-block .content .menu-block-wrapper ul li.expanded ul li:hover a {
    color: #3c7974;
}
.block-menu-block .content .menu-block-wrapper ul li.expanded:hover .active a {
    color: #3c7974;
}
.block-menu-block .content .menu-block-wrapper ul li.expanded ul li.level-3 a {
    color: #fff;
}
.block-menu-block .content .menu-block-wrapper ul li.expanded ul li.level-3:hover a {
    color: #3c7974;
}


.view-researchs.view-display-id-block .views-row {
}

.view-researchs.view-display-id-block .views-row {
  font-family: 'Tajawal';
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.view-researchs.view-display-id-block .views-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;

}

.view-researchs.view-display-id-block .views-row .views-field-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}

.view-researchs.view-display-id-block .views-row .views-field-field-researcher {
}

.view-researchs.view-display-id-block .views-row .views-field-field-researcher span {
    display: inline;
    font-weight: bold;
    font-family: 'Tajawal';
}
.view-researchs.view-display-id-block .views-field-field-researcher .field-content {
    display: inline;
}


.view-researchs.view-display-id-block .more-link {
  font-family: 'Tajawal';
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    margin: 5px 0;
}


.view-id-magazine_edition.view-display-id-block {
}
.view-id-magazine_edition.view-display-id-block .views-row {
}

.view-id-magazine_edition.view-display-id-block .views-row .views-field-name {
  font-family: 'Tajawal';
    margin-bottom: 13px;
    display: list-item;
    list-style: square;
    margin-right: 31px;
    color: #3c7974;
}
.view-id-magazine_edition.view-display-id-block .more-link {
  font-family: 'Tajawal';
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    margin: 5px 0;
}


footer.postscript_bottom  img {
    display: none;
}

footer.postscript_bottom #block-block-1
{
    width: 100%;
    max-height: 105px;
    min-height: unset;
    margin: 1rem 0;
    background: #235854;
}
footer.postscript_bottom #block-block-1 p,
footer.postscript_bottom #block-block-1 p a 
{
    color: #fff;
}
footer.postscript_bottom #block-block-1 .copyright-text
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    font-size: 14px;
   
}
footer.postscript_bottom #block-block-1 .copyright-text p{
   color: #fff;
}

footer.postscript_bottom #block-block-1 .copyright-text p:last-child{
    position: relative;
    padding: 0px 20px;
    margin-bottom: 0;
} 
footer.postscript_bottom #block-block-1 .copyright-text p:last-child::before{ 
    position: absolute;
    top: 0;
    right: 8px;
    content: "";
    width: 1px;
    height: 23px;
    border: 1px solid #258E85;
} 
#edit-vote
{
    width: 100%;
    background: #3c7974;
    color: #fff;
}
#edit-submit {
    background: #6ac7bd;
    border-color: transparent;
    color: #fff;
    border-radius: 5px;
}

footer #block-views-frontpage-block-2,
footer .rtl .postscript_bottom .block
{
    display: none;
}
.rtl  footer   #block-menu-menu-secondary-menu,
footer  #block-menu-menu-secondary-menu
{
    width: 100%;
   background: unset;
   padding-left: 0;
   min-height: unset;
}

footer .postscript_bottom .block
{
    min-height: unset;
}
#block-views-news-block-1 .views-row
{
    background-color: transparent;
}

#views_slideshow_cycle_div_photo_gallery-block_1_0 
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#block-views-photo-gallery-block .views-row img {
    border: unset;
    WIDTH: 100%; 
    OBJECT-FIT: COVER;
}
#block-views-photo-gallery-block .views-row {
    width: 250px;
}
#block-views-news-block-1 .views-row 
{
    background: transparent;
}
#block-locale-language {
    position: absolute;
    bottom: -21px;
}
@media (min-width: 768px)
{
   #block-system-main-menu .navbar-collapse.collapse {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    }
}



#block-views-news-block-1 .more-link a
{
    display: none;
}
#block-views-news-block-1
{
    border-bottom: 0;
}
#block-views-news-block-1 .views-field-body
{
    border-top: 0;
}

.ltr footer.postscript_bottom #block-block-1
{
    min-height: 60px;
    color: #fff;
}
.ltr footer.postscript_bottom #block-block-1 p{
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.ltr footer.postscript_bottom #block-block-1 * {
    color: #fff;
}