@import  "http://fonts.googleapis.com/earlyaccess/droidarabickufi.css";
.droid-arabic-kufi {
    font-family: 'Droid Arabic Kufi',serif;
}

body {
font-family:'Droid Arabic Kufi';
font-size:15px;
line-height:140%;
}
 span
{color: #a1904e;font-size: 15px;font-family: Arial;}
li
{ color:#444; font-size:15px; font-family:'Droid Arabic Kufi';
}
a { color:#167657;
}
/* Moftah Grid Adjustment*/

@media (min-width: 991px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 880px) {
    .container {
        width: 870px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/*@media (min-width: 1300px){
.container {
    width: 1230px;
}
}*/

@media (max-width: 1199px) and (min-width: 1049px) {
    .container {
        width: 1028px;
    }
}

body {
    /* padding-top: 10px; */
}

.business-header {
    height: 400px;
    background: url('../../img/bg.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.business-header-inner {
    height: 370px;
    background: url('../../img/bg-inner.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

.mainmenu-area {
    background: #006328;
}

ul.nav.navbar-nav a, span {
    color: #fff;
    font-size:14px !important;
    font-family:'Droid Arabic Kufi' !important;
}

.logo img {
    height: 80px !important;
}

.logo-titles {
    float: right;
    /* margin: 3px 0 0 0; */
}

.logo a {
    float: right;
}

body {
    font-family: 'Droid Arabic Kufi';
}

.logo h3 {
    font-family: 'Droid Arabic Kufi';
    color: #2c6b3e;
    margin:10px 15px 0 0;
    font-size: 30px;
}
.logo h3 span {
    font-family: 'Droid Arabic Kufi';
    color: #2c6b3e;
    margin:10px 15px 0 0;
    font-size: 30px !important;
}

.logo h4 {
    font-family: "Droid Arabic Kufi";
    color: gray;
    font-size: 12px;
    margin: 6px 17px 0 0;
}
.logo h4 span {
    font-family: "Droid Arabic Kufi";
    color: gray;
    font-size: 12px;
    margin: 6px 17px 0 0;
}

.fa-shopping-cart:before {
    content: "\f07a";
}

input.form-control {
    border-radius: 0 !important;
    background: #ffffff;
    border: none;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-right: -12px;
    margin-left: auto;
    width: 44px;
    background: url(../../img/search-btn.jpg) no-repeat;
    height: 39px;
    border: none;
    border-radius: 0px;
    color:transparent;
}

input.form-control {
    height: 31px;
}

.lang {
    float: left;
    /* background: green; */
    color: #fff;
    padding: 0 0px 10px 25px;
    /* width: 70px; */
    /* height: 37px; */
}

.lang a {
    color: #fff;
    font-family: Arial;
    font-size: 12px;
}
.lang input {
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    background-color:transparent;
    border:none;
}

.search-bar {
    /* float: right; */
    /* width: 100%; */
    margin-top: 24px;
}

.mag-no {
    clear: both;
}

.mag-no p {
    color: #8a8a8a;
    font-size: 12px;
    margin-top: 20px;
}

.slide-content {
    color: #FFF;
    background: #ffae35;
    padding: 2em 2em 5em 2em;
    margin: 50px 0 0 0;
}

.slide-content h2 {
    font-weight: bold;
    font-size: 3.3em;
}

.slide-content p {
    font-size: 1.3em;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #2f9273;
}

li.active-default {
    background: orange;
}

.nav>li.active-default>a:focus,
.nav>li.active-default>a:hover {
    background: orange;
}

.site-branding-area {
    /* padding-bottom: 28px; */
}

.left-side {
    margin: 20px -11px 0 0;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        /*margin-right: 14px;*/ /*alaa*/
    }
}

i.glyphicon.glyphicon-home {
    font-size: 15px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 16px; /*12 alaa*/
}

.orange-bar {
    background: #ffae35;
    height: 320px;
}

.registration-form {
    background: #e3e3e3;
    border-left: 2px solid #fff;
    height: 320px;
}

.registration-form input.form-control {
    border-radius: 0 !important;
    background: #fff;
    border: none;
    width: 100%;
}

.registration-form h4 {
    text-align: center;
    margin: 20px 0 20px 0;
    font-size: 19px;
    font-weight: bold;
    color: #5d5a5a;
}

.registration-form p {
    color: #636363;
    font-size: 12px;
}

.registration-form .form-group label {
    color: #909090;
    font-size: 11px;
    font-weight: bold;
    /*margin-top: 20px;*/
}

.register-now {
    color: #545454;
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 11px;
    margin-right: 20px;
}

.registration-form-wrap {
    margin-top: 50px;
}

.registration-form {
    background: #e6e6e6 url(../../img/reg-icon.jpg) no-repeat;
    background-position: 0 100%;
    padding: 0px 30px 0 20px;
}

.body-top-content h2 {
    font-size: 2.5em;
    color: #48a44a;
    margin: 31px 0 16px 0;
}

.body-top-content p {
    font-size: 1.2em;
    color: gray;
    line-height: 1.6em;
}

.main-body {
    margin-top: 20px;
}

.main-body-rightside h4 {
    background: url(../../img/bg-1.jpg) no-repeat;
    height: 70px;
    background-position-x: 100%;
    background-position-y: 0%;
    padding: 0 0 0 0;
    color: #fff;
}

.main-body-rightside h4 {
    color: #fff;
    padding: 26px 77px 0 0;
    font-size: 20px;
}

.main-body-leftside h4 {
    background: url(../../img/bg-2.jpg) no-repeat;
    height: 70px;
    background-position-x: 100%;
    background-position-y: 0%;
    padding: 24px 80px 0 0;
    color: #fff;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .orange-bar {
        display: none;
    }
}

@media (max-width: 1199px) {
    .registration-form-wrap {
        background: #e6e6e6;
    }
    .registration-form {
        border-left: 0;
    }
    .registration-form {
        background: #e6e6e6;
        padding: 11px;
    }
}

section.main-body .container {
    margin-right: -15px;
}

.book-cover {
    float: right;
    margin-left: 17px;
}

.book-desc h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
}

.book-desc h5 {
    font-size: 12px;
    font-weight: bold;
    color: #278328;
}

.book-desc p {
    color: #888;
    font-size: 13px;
}

.clear-fix {
    clear: both;
}

.book-of-the-month-img {
    float: right;
    margin-left: 19px;
}

.book-of-the-month-desc h5 {
    font-weight: bold;
    line-height: 18px;
}

.book-of-the-month-desc p {
    font-size: 12px;
    color: #888;
}

.main-body-rightside-article {
    margin-top: 17px;
    padding: 0 15px 0 9px;
}

.main-body-rightside {
    background: #f7f7f7;
    padding: 0 0 20px 0;
}

p.apply-para {
    margin: 0 18px 0px 0;
}

.apply-link {
    color: orange;
    text-decoration: underline;
}

.book-of-the-month-desc a {
    color: #696767;
}

a.e-apply {
    margin-top: 20px;
    display: block;
}

.newsletter {
    background-color: #eff1f0;
    margin-top: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
}

section.newsletter h3 {
    font-size: 17px;
    line-height: 26px;
    color: #888;
}

.newsletter input.form-control {
    background: #fff;
    height: 50px;
    margin-top: 14px;
}

a.btn.btn-default {
    background: orange;
    border-radius: 0px;
    border: none;
    color: #fff;
    padding: 15px 40px 15px 40px;
    text-align: center;
    margin: 16px 0 0 0;
}



.book-desc a {
    background: #cccccc;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px 0 10px;
}

.form-group.pass {
    margin-top: 9px;
}

.main-body {
    margin-top: 20px;
}

a.enter-now {
    background: orange;
    color: #fff;
    padding: 0 10px 0 10px;
}

@media (max-width: 1200px) {
    .search-bar {
        float: right;
        width: 100%;
        margin-bottom: 13px;
    }
    ul.footer-nav-left {
        margin: -10px 0 0 0;
    }
}

@media (max-width: 1024px) {
    .search-bar {
        float: right;
        width: 72%;
        margin-bottom: 13px;
    }
}

@media (max-width: 992px) {
    .search-bar {
        float: right;
        width: 100%;
        margin-bottom: 13px;
    }
    ul.footer-nav li a {
        color: #393939;
        margin-left: 14px;
    }
    ul.footer-nav-left {
        margin: -10px 0 0 0;
    }
}

@media (max-width: 880px) {
    .search-bar {
        float: right;
        width: 100%;
        margin-bottom: 13px;
    }
    .nav>li>a {
        padding: 10px 13px;
    }
  
    ul.footer-nav {
        background: #ffae35;
        height: 78px;
        padding-top: 15px;
    }
   
}

@media (max-width: 767px) {
    .search-bar {
        display: none;
    }
    .mag-no {
        clear: both;
        display: none;
    }
    .site-branding-area {
        padding-bottom: 20px;
    }
    .lang {
        float: left;
        background: #1e7354;
        color: #fff;
        padding: 0;
        width: 60px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        margin: 0px 0px 10px 0;
    }
    .slide-content {
        padding: 1em 2em 1em 2em;
    }
    a.btn.btn-default {
        padding: 10px 40px 10px 40px;
    }
    .big-title.container h1 {
        line-height: 71px;
        color: #fff;
        font-size: 20px;
        text-align: right;
    }
}

@media (max-width: 452px) {
    .lang {
        margin: -2px 0 9px 0;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 37px;
    height: 4px;
    border-radius: 1px;
    background: #fff;
}

.book-desc a:hover {
    background: green;
}

a.enter-now:hover {
    background: #adaaaa;
}


/**{outline: 1px dashed red;}*/

.big-title {
    /* background: orange; */
}

.big-title {
    /* background: orange; */
    /*width: 88%;*/
    margin: 0 auto;
    margin-top: -130px;
    /* height: 100px; */
    text-align: right;
}

.big-title.container h1 {
    line-height: 71px;
    color: #fff;
}

.col-md-12.bg-int {
    background: red;
    background: #ffba00 url(../../img/inner-arrow.jpg) no-repeat;
    background-position: 0 100%;
    height: 133px;
}

.container.content-p {
    margin-top: 20px;
}

.container.content-p h3 {
    margin-bottom: 21px;
}

@media (max-width: 992px) {
    .big-title.container h1 {
        text-align: right;
    }
    .big-title {
        width: 100%;
        text-align: center;
    }
}

.bg-dark-gray {
    background: #e6e9e7;
}

.bg-light-gray {
    background: #eef0ee;
}

.container.contact-us-bg {
    background: #e6e9e7;
    padding-bottom: 50px;
    padding-right: 42px;
}

input#example-text-input {
    height: 34px;
}

input#example-text-input {
    height: 34px;
    width: 100%;
}
.example_text_input
{     height: 34px;
    width: 100%;
}

.bg-int p {
    color: #FFF;
    text-align: right;
}

.orange-title {
    color: #f29c1c;
    margin-bottom: 20px;
}

.en-font {
    font-family: Arial;
    font-size: 17px;
}

.contact-us p {
    color: #888;
}

label.col-xs-2.col-form-label {
    color: #888;
    font-weight: normal;
}

a.btn.btn-default.contact-send {
    text-align: left;
    float: left;
    /* margin-left: 16px; */
    background: #393939;
    padding: 4px 30px 5px 26px;
    font-size: 11px;
    /* margin-top: -2px; */
}

hr {
    margin-top: 0px !important;/*alaa*/
    margin-bottom: 10px !important;/*alaa*/
    border: 0;
    border-top: 1px solid #cecccc;
}

label.col-xs-3.col-form-label {
    color: #888;
    margin: 7px 0 0 0;
    font-weight: normal;
}

.contact-us input#example-text-input {
    height: 28px;
    width: 100%;
}

.form-title {
    color: #f29c1c;
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-us hr {
    margin: 30px 0;
}

.navbar-collapse.collapse {
    background: #207158;
    margin: 0 15px;
}

.wrapper {
    background: url(../../img/body-bg.jpg);
    padding-top: 10px;
    background-repeat: repeat-x;
}

.dd {
    background: #fff;
}

.row.bg-white {
    background: #fff;
    padding-bottom: 21px;
    /* padding: 0 15px 0 15px; */
}

.container.container-padding {
    padding: 0 30px;
}

.site-branding-area {
    margin-top: 0px;
}

.logo {
    margin-right: 24px;
}

.input-group .form-control {
    float: left;
    width: 224px;
    /* border-right: 4px solid #bd9b41; */
    /* background: #bd9c40; */
    border: 1px solid rgba(128, 128, 128, 0.26);
}

.input-group {
    /* margin-left: -5px; */
}

.row.bg-white.moftah {
    background: #fff url(../../img/top-bg.jpg);
    padding-bottom: 20px;
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .logo {
        margin-right: 0;
    }
    /*.input-group .form-control {
    width: 160px;
}*/
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 15px;
    background: #207158;
}

@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    font-size: 30px;
}

}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 10%;

}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right {
    right: 20%;

}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #2f9273;
    border-color:#2f9273 ;
}
.dropdown-menu {
    background-color: #2f9273;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #207158;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #207158;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
.dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    text-align: right;
    min-width: 168px;
    margin-right: -1px;
}
.carousel-control.left {
    background: transparent;
}

.carousel-control.right {
    background: transparent;
}








@media screen and (max-width: 1200px){

.nav>li>a {
    padding: 10px 11px;
}
}



@media screen and (max-width: 1024px){

.nav>li>a {
    padding: 10px 9px;
        font-size: 12px;
}
}



@media screen and (max-width: 880px){
li.hide-small-screen{
    display: none;
}

}




@media screen and (max-width: 767px){
li.hide-small-screen{
    display: block;
}

}






.s{
    background: #cccccc;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;

}

.controls .nav>li>a{
    padding:5px;
}


#custom_carousel .controls li {
    display: table-cell;
    width: 14%;
    max-width: 90px;
}

.controls .nav {
    padding-right: 0;
    padding-left: initial;
    text-align: center;
    margin: 0 auto;
    width: 10%;
}
.controls {
    margin: 9px 0 0 0;
    background: rgba(204, 204, 204, 0.14);
}

#custom_carousel .controls li.active span {
background:#207158;
}
.controls .nav>li>a:focus, .controls .nav>li>a:hover {
    background-color: transparent;
}

h3.org-news{
    background: url(../../img/bg-title.png) no-repeat;
    width: 204px;
    height: 35px;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    padding-right: 11px;
}
/*h3.org-news a, span
{ color: white !important;
}*/

.archive-news-sec span {
    color: #a1904e !important;
}
.archive-news-sec h3 span {
    color: #fff !important;
}

.col-sm-9.col-sm-push-3 {
    padding-right: 40px;
}


.container-fluid.news-wrapper {
    /* padding: 0; */
    /* margin: 0; */
}

.news-top-wrapper{
  padding: 0;
    margin: 0;   
}

a.news-details{
    color:#b8a33f;
    text-decoration:underline;
    text-align: left;
    float: left;
    margin-left: 7px;
}
a.news-details:hover{
    text-decoration:none;

}

h4.news-head {
    font-size: 16px;
    line-height: 26px;
    color: #157259;
}
p.news-desc {
    color: #888;
    font-size: 13px;
}
    p.news-desc span
    { font-family:inherit !important;
      color:#888; font-size:15px;
    }



@media (max-width: 992px){

.left-side {
    margin: 20px -61px 0 0;
}
}

.col-md-4.news-img {
    padding-left: 0;
}
.col-md-4.col-md-push-8.news-img img {
    width: 100%;
}


@media (max-width: 768px){

.navbar-toggle {
 
    margin-top: -24px;
}
}


@media (max-width: 500px){

.navbar-toggle {

    margin-top: -17px;
}
}
.col-md-8.col-md-pull-4.news-wrap {
    padding-right: 0;
}


.carousel-indicators .active {
    background-color: #207158;
}


.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #bfa039;
    border: transparent;
    border-radius: 10px;
}

.col-md-4.ser-img {
    padding: 0px;
}

.col-md-8.ser-desc h4 {
    color: #167657;
    font-size: 14px;
    line-height:24px;
    margin:10px 0;
}
.col-md-8.ser-desc span {
    color: #167657;
    font-size: 15px;
    line-height:24px;
}
.col-md-8.ser-desc p {
    font-size: 13px;
}
.col-md-8.ser-desc a {
    color: #bf9e3f;
    /* text-decoration: underline; */
}

a.ser-more {
    background: url(../../img/bb.jpg) no-repeat;
    background-position: 0%;
    padding: 0px 0px 0px 38px;
}
a.ser-moreNew {
    background: url(../../img/bb.jpg) no-repeat;
    background-position: 0%;
    padding: 0px 0px 0px 38px;
    float:left;
}




.col-md-4.ser-img img {
    width: 100%;
}


.col-md-4.news-img {
    padding-left: 0;
    padding: 0;
}

.pre-events{
    margin-top:40px;
    margin-bottom: 0px;
}


@media (max-width: 768px) {

.col-sm-6.col-xs-12.wo-conf {
    margin-bottom: 21px;
}

}
@media (max-width: 992px) {

.col-md-6.services-p2 {
    margin-top: 20px;
}

.col-md-6.services-p4 {
    margin-top: 20px;
}
}






.activities {
    background: url(../../img/bg-ok.jpg);
    background-position: 0 -60px;
    /*background-attachment: fixed;*/
    margin: 0px 0 -20px 0 !important;
    padding-bottom: 30px;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* padding: 30px; */
}

.activities h1{
    text-align:center;
    color: #545454;
    font-weight: 600;
    font-size: 26px;
    margin: 9px 0 30px 0;
}
.activities h1 span{
    text-align:center;
    color: #545454 !important;
    font-weight: 600;
    font-size: 26px;
    margin: 9px 0 30px 0;
}

.activities{/* margin-top:50px; */padding: 30px 0 70px 0;}
.activities .carousel {
    margin-bottom: 0;
    padding: 0 60px 0 60px;
    /* margin-left: 60px; */
}
/* The controlsy */
.activities .carousel-control {
    left: 9px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 62px;
}
.activities .carousel-control.right {
    right: 9px;
}
/* The indicators */
.activities .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.activities .carousel-indicators li {
    background: #cecece;
}
.activities .carousel-indicators .active {
background: #428bca;
}

.thumbnail {
background-color: transparent; 
     border: 1px solid transparent; 
}




.news-letter {
    background: url(../../img/news-letter.jpg) no-repeat;
    background-position: 100% 100%;
    padding: 5px 0 7px 0;
    margin-bottom: 0px;
}

h3.news-letter-heading span {
    color: #fff;
    font-size: 13px;
    line-height: 40px;
}
h3.news-letter-heading span span{
    margin: 10px 0 0 0;
    font-size: 23px !important;
    vertical-align: sub;
    color:#a1904e;
}

form.form-wrapper.news-letter-form {
    margin: 20px 34px 0 0;
}
input#exampleInputEmail2 {
    height: 46px;
    width: 350px;
    border-radius: 6px !important;
    padding-right: 11px;
}
.exampleInputEmail2 {
        height: 46px !important;
    width: 350px !important;
    border-radius: 6px !important;
    padding-right: 11px !important;
}

button.news-letter-form  {
    background: #ffb83a;
    border: none;
    color: #fff;
    padding: 11px 49px;
    margin-right: 9px;
    border-bottom: 3px solid #f5a10e;
    border-radius: 5px;
}

/*.editions {
    background: url(../../img/bg-ok.jpg);
    background-position: 0 -60px;
    margin: 32px 0 0 0 !important;
    padding-bottom: 30px;
}*/

.editions h1{
    text-align:center;
}
.editions{margin-top: 0px;padding: 0 22px 18px 22px;}
.editions .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.editions .carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.editions .carousel-control.right {
    right: -12px;
}
/* The indicators */
.editions .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.editions .carousel-indicators li {
    background: #cecece;
}
.editions .carousel-indicators .active {
background: #428bca;
}
.editions .book-title{
    color: #16705c;
    font-size: 15px;
    text-align: center;
    min-height: 21px;
}
.editions .book-descs{
    color: #888;
    font-size: 13px;

    text-align: center;
}
a.editions-more {
    text-align: center;
}

a.editions-more {
        text-align: center;
        display: block;
        /* background: #bf9c37; */
        width: 75px;
        color: #bf9c37;
        text-decoration: underline;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 19px;
}
a.editions-more span {
        text-align: center;
        display: block;
        /* background: #bf9c37; */
        width: 75px;
        color: #bf9c37;
        text-decoration: underline;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 19px;
}

a.editions-more:hover{
   color:#1c6d5c;
}
.marRight{
    margin:0 0 0 0;
}
h3.org-news.marRight {
    margin: 30px 50px 30px 0;
}
.dots {
    text-align: center;
    display: block;
    margin: -16px auto 8px auto;
}








h3.activities-heads {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #1c6d5c;
    min-height: 34px;
}

p.activities-p {
    color: #888;
    text-align: center;
    font-size: 13px; 
    min-height:130px;
}

a.activities-more {
    text-align: center;
    display: block;
    background: #bf9c37;
    width: 75px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 19px;
}















footer {
    background: #236f5f;
    /*height: 350px;*/
    border-top: 5px solid #bd9c40;
}



footer ul{list-style-type: none;}
footer ul li{
    display: block;
}
footer ul li a{
    color: #c7d5d1;
    font-size: 13px;

    
}
footer{
    color: #c7d5d1;
    padding: 0px 20px 0px 20px;
}

footer h4 {
    font-size: 17px;
    margin-bottom: 23px;
}

ul.footer-about.pull-right {
    padding-right: 0;
}

ul.footer-activities.pull-right {
    padding-right: 0;
}

.footer-socials li{
    float: left;
    margin-left: 7px;
}
ul.footer-socials.pull-right {
    padding-right: 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #a19446;
}

.copyright p {
    color: #a19446;
}

p.mail {
    color: #a19446;
    margin-left: 50px;
}
p.mail span a{
    color:#c7d5d1;
    font-family: Arial;
    margin-right: 6px;
    text-decoration:underline;
}
p.mail span a:hover{

    text-decoration:none;
}
footer ul li a:hover{
    color:#fff;
}






table {
  border-collapse: collapse;
  border-spacing: 0;
}

.about {
  margin: 70px auto 40px;
  padding: 8px;
  width: 260px;
  color: #bbb;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #383838;
  background: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
}
.about a {
  color: #eee;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.about a:hover {
  text-decoration: none;
  background: #555;
  background: rgba(255, 255, 255, 0.15);
}

.about-links {
  height: 30px;
}
.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}





.cal {
  position: relative;
  padding: 0px;
  font-weight: bold;
  background: #bebfc0;
  background: transparent;
  border-radius: 0px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *
  display: inline;
  *
  vertical-align: auto;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4); */
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4); */
  border: 1px solid #cccccc;
}
.cal:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 4px;
  right: 4px;
  height: 6px;
  background: #d9d9d9;
  border: 1px solid #909090;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.cal a {
  text-decoration: none;
}
.cal tr:first-child td {
  border-top: 0;
}
.cal td:first-child {
  border-left: 0;
}
.cal tr:first-child a {
  border-top: 0;
  margin-top: 0;
}
.cal tr:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
}
.cal td:first-child a {
  border-left: 0;
  margin-left: 0;
}
.cal td:last-child a {
  border-right: 0;
  margin-right: 0;
}
.cal tr:last-child td:first-child a {
  border-radius: 0 0 0 3px;
}
.cal tr:last-child td:last-child a {
  border-radius: 0 0 3px 0;
}

.cal-table {
  position: relative;
  margin: 0 0 1px;
  /* border-collapse: separate; */
  /* border-left: 1px solid #979797; */
  /* border-right: 1px solid #979797; */
  /* border-bottom: 1px solid #bbb; */
  /* border-radius: 0 0 3px 3px; */
  /* -webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1); */
  /* box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1); */
}

.cal-caption {
  background-position: 0% 0%;
    width: 100%;
    padding-bottom: 1px;
    line-height: 39px;
    color: #FFF;
    text-align: center;
  /*text-shadow: 0 -1px rgba(0, 0, 0, 0.3);*/
    border-radius: none !important;
  /* background-image: -webkit-linear-gradient(top, #89c84d, #629c2e 75%, #548d20); */
  background-image: -o-linear-gradient(top, #89c84d, #629c2e 75%, #548d20) !important;
    background-color: #1c7458 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}
.cal-caption a {
  line-height: 25px;
  padding: 0px 8px 2px 8px;
  font-size: 20px;
  font-weight: normal;
  color: white;
}
.cal-caption .prev {
  float: left;
  background: #dfbb65;
}
.cal-caption .next {
  float: right;
  background: #dfbb65;
}

.cal-body td {
  width: 30px;
  font-size: 11px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.cal-body a {
  display: block;
  position: relative;
  line-height: 28px;
  color: #555;
  text-align: center;
  background: white;
}
.cal-body a:hover {
  background: #136f57;
  color: #fff;
}

.cal-off a {
  color: #ccc;
  font-weight: normal;
}

.cal-today a {
  color: black;
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, whitesmoke, white 70%);
  background-image: -moz-linear-gradient(top, whitesmoke, white 70%);
  background-image: -o-linear-gradient(top, whitesmoke, white 70%);
  background-image: linear-gradient(to bottom, whitesmoke, white 70%);
}

.cal-selected a, .cal-body a:active {
  margin: -1px;
  color: #ffffff;
  background: #136f57 /*rgb(121, 182, 65)*/; /*alaa*/
  border: 1px solid #e7d4d4;
}

.cal-check a {
  color: #13765b;
  overflow: hidden;
}
.cal-check a:before {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #b99f3b;
  /* background-image: -webkit-linear-gradient(top, #ffb83b, #ff6c00); */
  background-image: -moz-linear-gradient(top, #ffb83b, #ff6c00);
  background-image: -o-linear-gradient(top, #ffb83b, #ff6c00);
  /* background-image: linear-gradient(to bottom, #ffb83b, #ff6c00); */
  /* -webkit-transform: rotate(-45deg); */
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lt-ie8 .cal-table {
  *border-collapse: collapse;
}
.lt-ie8 .cal-body a {
  zoom: 1;
}


ul.archive {
    list-style-type: none;
    padding-right:0px;
    padding: 0px 0px 0px 35px;
}


ul.archive li a {
    display: block;
    font-size: 12px;
    color: #888;   
}
ul.archive li  span {
    font-size: 12px;
    color: #888;
}


ul.archive li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
    padding-top: 7px;
}

ul.archive li:last-child{
    border:none;
}

.videos {
    height: 181px;
    overflow-y:scroll;
    /* padding: 0px 0 30px 0; */
    margin-bottom: 16px;
    width: 255px;
    direction: ltr;
    overflow-x: hidden;
}

.videos a {
    margin-bottom: 17px;
    display: block;
}

.videos-sec ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  direction: rtl;
}
.videos-sec ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  /*background-color: rgba(183, 159, 59, 1);*/
  -webkit-box-shadow: 0 0 1px rgba(183, 159, 59, 1);
  direction: rtl;
  background-color: #888;
}

a.more-videos {
    color: #cb8b27;
    font-size: 11px;
    margin: -10px 14px 0px 0;
    text-decoration: underline;
    position: absolute;
}


.women-news-sec {
    margin-top: 40px;
}
.container.ww {
    /* padding: 10px 60px 0px 50px; */
}

a.prev:hover {
    background: #00886B;
}
a.next:hover {
    background: #00886B;
}










.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


img.pre-events-img {
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out:;
    -webkit-transition: all 0.6s;
  transition: all 0.2s;
}

img.pre-events-img:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transform: scale(1.02, 1.02);
}
.socials-side {
    position: absolute;
    top: 294px;
    right: -38px;
    width: 39px;
    height: 150px;
    background: url(../../img/socialss.png) no-repeat;
}
ul.socials-side-ul {
    list-style-type: none;
    margin-top: 13px;
}
ul.socials-side-ul li {
    /*margin: 4px -33px 0px 0px;*/
    margin: 4px 7px 0px 0px;
}
@media (max-width: 1300px) {
.socials-side{
    display: none;
}
}

.col-md-4.col-md-push-8.news-img {
    border: 1px solid #e8e8e8;
    padding: 2px;
}
.col-md-9.col-md-push-3 {
    margin-top: -15px;
}

.col-md-3.col-md-pull-9 {
     margin-top: -15px;
     }




@media (max-width: 1200px) {

input#exampleInputEmail2 {
    height: 46px;
    width: 260px;
    border-radius: 6px !important;
    padding-right: 11px;
}

}


@media (max-width: 1024px) {

button.news-letter-form {

    padding: 8px 25px;

}
input#exampleInputEmail2 {
    width: 203px;
  
}

}

@media (max-width: 768px) {

    img.img-responsive.about-img {
    width: 100%;
}

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 38%;
    top: 41%;
    width: 40px;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right {
     right: 38%;
    top: 41%;
    width: 40px;
}
ol.carousel-indicators {
    display: none;
}
label {
    float: right;
}
input#exampleInputEmail2 {
    width: 203px;
    float: right;
    margin: 14px 15px 0 0;
}
button.news-letter-form {
    padding: 8px 25px;
    float: right;
    margin: 17px 10px 0 0;
}
.news-letter {
    background: url(../../img/news-letter.jpg) no-repeat;
    background-position: 100% 100%;
    padding: 5px 0 7px 0;
    margin-bottom: 0px;
    margin-top: -43px;

}
.container.ww {
    /* padding: 0; */
}

#Carousel2 .col-sm-3 {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e4e4;
    padding-bottom: 28px;
}


.activities{
    background: #e6e4e4;
}
.col-md-3.col-sm-6 {
    margin-bottom: 51px;
}
}

/**{outline: 1px dashed red;}*/

@media (min-width: 768px) {





.container.ww {
     padding: 5px 60px 0px 50px; 
}

}


@media (max-width: 500px) {
.controls .nav {
    width: 23%;
}
}

@media (max-width: 500px){
.navbar-toggle {
    margin-top: -23px;
}

}
.navbar-toggle {
    float: right;
    margin-left: 15px;
    margin-right: auto;
    margin-right: 4px;
}


.about-sec ul {
    list-style-type: none;
    padding-right: 0;
    width: 83%;
}



.about-sec ul li {
    margin-bottom: 2px;
    color: #fff;
}


.about-sec ul li a{
  color: #fff;
  padding: 6px 10px 6px 0;
  background: #c3a133;
  display: block;
  text-decoration: none;
  border-right: 5px solid #216d59;
}
.about-sec ul li a:hover{
  color: #fff;
background:#15795a;
  display: block;
}
.selected{
  color: #fff !important;
background:#15795a !important;
}

h3.editionss {
    background: url(../../img/bg-title.png) no-repeat;
    width: 204px;
    height: 35px;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    padding-right: 11px;
    margin-right: -7px;
}

h3.title-spec {
    color: #c3a133;
    /* margin-top: -6px; */
    margin-bottom: 18px;
}
h3.title-spec span { font-size:20px !important; color:inherit !important;
}
/*Mai*/
h5.title-spec {
    color: #c3a133;
    /* margin-top: -6px; */
    margin-bottom: 18px;
}
p.about-org {
    font-size: 15px;
    color: #888;
    line-height: 1.6;
}
h3.org-news-big {
    background: url(../../img/bg-title-2.png) no-repeat;
    width: 243px;
    height: 35px;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    padding-right: 11px;
}


h2.sub-title {
    color: #c3a133;
    font-size: 17px;
}
h5.sub-sub-title{
    color: #000;
    font-size: 17px;
}
h4.related-title {
    color: #c3a133;
    font-size:16px;
    line-height:25px;
    margin:10px 0;
}

.row.related-a {
    margin-top: 20px;
    margin-bottom: 30px;
}

.row.related-b {
    margin-top: 20px;
    margin-bottom: 30px;
}

.row.bg-white.sp-padding {
    padding: 0 30px;
}




a.activiti-more {
    color: #bd9c40;
    text-decoration: underline;
}
a.activiti-more:hover{
    color: #bd9c40;
    text-decoration: none;
}

.row.bg-white.sp-padding {
    padding: 0 30px 50px 0;
}
h5.related-desc {
    line-height: 21px;
    color: #888;
}

@media (max-width: 768px) {

.row.related-a .col-sm-6 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
}
.row.related-b .col-sm-6 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
}
  
.row.related-b {
    margin-top: 0px; 
margin-bottom: 0px; 
}
.row.related-a {
    margin-top: 0;
    margin-bottom: 0;
}
.row.bg-white.sp-padding {
    padding: 0;
}


.row.bg-white.sp-padding {
    padding: 0;
}



}


h5.contact-address {
    line-height: 21px;
}
h4.map-title {
    background: #c19747;
    color: #fff;
    padding: 7px;
    border-right: 6px solid #236f5f;
    width: 55%;
}

p.address-details {
    color: #c3a133;
    font-weight: bold;

}

p.address-details span {
    color: #333333;
    font-family: Arial;
    font-weight: bold;
}

label.col-xs-3.col-form-label {
    color: #8a8a8a;
    font-weight: normal;
    font-size: 13px;
}


a.archive-details-news {
    color: #157256 !important;
    text-align: right;
    margin-left: 0px;
    margin-top: 8px;
}
a.archive-details {
    color: #157256 !important;
    text-align: right;
    margin-left: 0px;
    margin-top: 8px;
}


p.news-desc {
    color: #888;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    margin-top: 35px;
}


h4.news-heads{
    font-size: 20px;
    line-height: 29px;
    color: #157259;
}
.news-details {
    margin-top: -30px !important;
}

.member-date{
    color:#207058;
    /*font-weight: bold;*/
    font-size:12px; /*alaa 14px*/
    line-height:32px;
}

.member-date span{
    color: #4b4b4b;
    /*font-family: Arial;*/
}
.row.member-states-a {
    margin-bottom: 30px;
}
.row.member-states-b {
    margin-bottom: 30px;
}




@media (max-width: 768px) {

.row.member-states-a .col-sm-4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
}
.row.member-states-b .col-sm-4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
}
  
.member-states-a {
    margin-top: 0px; 
margin-bottom: 0px; 
}
.member-states-b {
    margin-top: 0px;
    margin-bottom: 0px;
}
.row.member-states-b {
    margin-bottom: 0px;
}
.row.member-states-a{
    margin-bottom: 0px;

}
}

.gallery{
    margin-top: 100px;
}
.gallery-item{
    margin-bottom: 30px;
}
.modal-footer{
    text-align: center;
}
.pagination{
    margin: 0;
}


@media (max-width: 768px) {

a.fancybox img {
    width: 100%;
    margin-bottom: 25px;
}
.logo h4 {
    font-family: "Droid Arabic Kufi";
    color: gray;
    font-size: 11px;
    margin: 6px 17px 0 0;
}
.logo h3 {
    font-family: 'Droid Arabic Kufi';
    color: #2c6b3e;
    margin: 17px 15px 0 0;
    font-size: 20px;
}
}

.marTop20{
    margin-top: 30px;
}


.women-news-sec a {
    background: url(../../img/women-news.png);
    width: 255px;
    height: 181px;
    display: block;
}
.women-news-sec a:hover {
    background: url(../../img/women-news-hover.png);
}
/*carousel bk*/
.container-fluid.news-top-wrapper {
    background: #f7f7f7;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100;Blue+to+Transparent */
/*background: -moz-linear-gradient(top,  rgba(110,167,213,1) 0%, rgba(125,185,232,0) 100%) !important;*/ /*alaa*/
    /*background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%) !important;*/ /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); */ /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
    border: 1px solid #e8e8e8;
    padding: 10px 11px 0 10px;
}


h4.bolder {
    font-size: 20px;
    line-height: 34px;
    color: #157259;
    font-weight: bold;
    margin-bottom: 30px;
}
h5.bolder {
    font-size: 16px;
    line-height: 34px;
    color: #157259;
    font-weight: bold;
    margin-bottom: 30px;
}

span.glyphicon.glyphicon-chevron-right {
    background: black;
    border-radius: 70%;
    line-height: 56px;
}
span.glyphicon.glyphicon-chevron-left {
    background: black;
    border-radius: 70%;
    line-height: 56px;
}

p.news-details-date {
    color: #bfa039;
    margin: -22px 0 45px 0;
}
div#myCarousel3 {
    padding: 0px 90px 0px 90px;
}

.col-md-6.col-md-push-6.news-img {
    padding-left: 0;
}
.col-md-6.col-md-pull-6.news-wrap {
    padding-right: 0;
    max-height:180px;
}
div#myCarousel3 {
    border: 1px solid #dcdada;
    padding: 5px;
}

.conference-sec {
    margin: 0 auto;
    text-align: center;
}
h3.conference-title {
    color: #c19747;
    font-size: 29px;
    margin: 30px 0 50px 0;
}

h3.conference-desc {
    color: #282828;
    line-height: 35px;
    width: 72%;
    text-align: center;
    margin: 30px auto 0 auto;
    font-weight: 700;
    font-size: 21px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #b5963e;
    border-color: transparent;
    text-align: center;
}


.panel-default {
    border-color: transparent;
}

.panel-group {
    margin-bottom: 20px;
    margin-top: 40px;
}

.col-md-6.conf-prep-des h3 {
    color: #b5963e;
    font-size: 17px;
}
.col-md-6.conf-prep-des p {
    color: #4a4a4a;
    font-size: 14px;
}


.col-md-6.conf-prep-des {
    margin: -22px 0 0 0;
}

.panel-body hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e6e5df;
}
.dr-des-inner {
    background: #faf3e8;
    padding: 10px;
}
.dr-desc h3 {
    color: #b5963e;
    font-size: 19px;
    margin-bottom: 20px;
}
.dr-des-inner a {
    color: #236f5f;
}
p.conf-colored-p {
    background: #f8eede;
    padding: 20px;
    line-height: 1.7;
}
.col-md-12.sign-sec {
    text-align: center;
}
.col-md-12.sign-sec span {
    color:#bd9c40 !important;
} 
form.form-inline.form-sign {
    background: #F7E7C2;
    padding: 43px;
}

.btn-default {
    color: #fff;
    background-color: #236f5f;
    border-color: #236f5f;
    padding: 10px 30px 10px 30px;
    border-radius: 0px;
}

.sign-sec input.form-control {
    height: 42px;
}
.sign-card{
    text-align: center;
}
h3.year {
    /*background: #bd9c40;*/
    background: #167657;
    color: #fff;
    /*padding: 10px 0 10px 0;*/
    padding: 5px 0 5px 0;
    font-size:20px;
}

p.sign-card-desc {
    background: #f7e7c2;
    padding: 15px;
    margin: -10px 0 0 0;
    min-height: 120px;
}
.col-md-12.sign-sec h2 {
    color: #bd9c40;
    margin: 10px 0 30px 0;
}
p.sign-card-desc a {
    color: #36333f;
}
p.sign-card-desc a span {
    color: #36333f !important;
}
.btn-default:hover {
    color: #fff;
    background-color: #bf9d3f;
    border-color: #bf9d3f;
}

.newsItem { margin-bottom:40px; 
            min-height:265px; /*alaa*/
}

.about-sec .list-group {  padding-right: 0;
    width: 83%;
}

 /*tabs*/ 
div.bhoechie-tab-menu div.list-group>a,
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa{
  /*background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;   */
   background: #c3a133 none repeat scroll 0 0;
    border-right: 5px solid #216d59;
    color: #fff;
    display: block;
    padding: 6px 10px 6px 0;
    text-decoration: none;
    margin-bottom:2px;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  /*background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;   */
   background: #236f5f none repeat scroll 0 0;
    border-right: 5px solid #216d59;
    color: #fff;
    display: block;
    padding: 6px 10px 6px 0;
    text-decoration: none;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  /*content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;*/

     background: #c3a133 none repeat scroll 0 0;
    border-right: 5px solid #216d59;
    color: #fff;
    display: block;
    padding: 6px 10px 6px 0;
    text-decoration: none;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 30px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.btn-outline { background-color:#eee !important;
}

.member-states-a .col-sm-6
{ min-height:240px !important;
}

.publicationsItem
{  text-align:center; min-height:350px;
}
.publicationsItem a
{ text-align:center;
}
.publicationsItem img
{ height:170px; width:120px;
}
.form-control
{ height:40px;
}
.pubDetailsImg
{ width:100%;
}
.pdf-obj
{ text-align:center;
}
.carousel-inner .item
{ text-align:center !important;
}
.carousel-inner .item img
{ margin:0 auto;
}
.newsNav
{ width:100%; text-align:center;
}
.bhoechie-tab-content .newsItem
{ height:auto; min-height:auto;
}
.bhoechie-tab-content h3 span { font-size:20px; color:#236f5f;
}

.bhoechie-tab-content span
{ color:#444; font-size:15px; font-family:'Droid Arabic Kufi';
}
.related-a .col-sm-6
{ min-height:50px; min-height:140px;
}
.member-states-a .col-sm-6
{ min-height:115px;
}
.newss .col-sm-6
{ min-height:155px;
}
.newss span { font-family:'Droid Arabic Kufi' !important; color:#444 !important;
}
.newss p { color:#555 !important; text-align:justify;
}
.newss h5 p { color:#555 !important; text-align:center;
}

.news-wrap #myCarousel3
{
    border:none !important;
}
span.caret {
    color: #fff;
}
.news-wrap span { font-family:'Droid Arabic Kufi' !important; color:#444 ;
}

//start
.activities .carousel-control {
    line-height: 27px;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #bf9c37;
    border-radius: 0;
}


h3.news-letter-heading span{
        font-family: 'Droid Arabic Kufi' !important;
}
.col-sm-3.col-xs-12.footer-socials-wrap span {
    font-family: Arial;
    /*font-weight: bold;*/
    font-size: 16px;
    line-height: 21px;
}
@media (min-width: 768px){
.container.ww {
    padding: 21px 60px 0px 50px;
}
}

p.mail {
    margin-top: 32px;
}
h4.news-head {
    text-align: right;
}
a.news-details {
    position: relative;
    top: 40px;
}


.btnNewsletter {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffb83a none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #f5a10e;
    border-image: none;
    border-radius: 5px;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #fff;
    margin-right: 9px;
    padding: 11px 49px;
}

.newsLetterresultParagraph { color:white; font-weight:bold; font-size:15px; display:inline-block; padding:0 20px;
}





.float-panel {
    width:100%;
    z-index:300;
    transform: translateZ(0);
    transition:all 0.5s;
        position: fixed;
    top: 0;
}



.slideDown {
    box-shadow:0 2px 6px rgba(0,0,0,0.2);  
    padding:4px 0;
    animation:slide-down 0.7s;
    opacity:0.9;    
      background-color:rgb(32, 113, 88);
    border-bottom: 3px solid #bd9c41; 
}                  


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}


div.hide
{
   display: none
}
#ctl00_ContentPlaceHolder1_MyAccordion { overflow:hidden !important;
}

.violence { line-height:30px;
}
.violence h3{ line-height:30px;color:#F78E20;
}
.violence h4{ line-height:30px;
}
.violence a { color:#F78E20;
}
.violence li { color:#333;
}

.black_overlay {
  display: none; position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
.white_content {

  display: none;position: fixed;
  /*top: 25%;
  left: 25%;*/
  /*padding: 16px;
  border: 16px solid orange;*/
  background-color: white;
  z-index: 1002;
  overflow:hidden;
}
 .cancel
        {
            display: block;
            position: absolute;
            top: 3px;
            right: 2px;
            background: rgb(245,245,245);
            color: black;
            height: 20px;
            width: 20px;
            font-size: 22px;
            text-decoration: none;
            text-align: center;
            font-weight: bold;
        }

 @media (max-width: 640px) {
    .black_overlay {
        display:none !important;
    }
        .white_content {
        display:none !important;
    }
}
 /*.violence img {
    border: 1px solid #e0dbdb;
}*/
.modal-body span { color:#a1904e;
}
.carousel-inner .item a span { color:#167657;
}
.member-states-a .col-sm-6 { min-height:130px;
}

label.col-xs-3.col-form-label span {
    color: #8a8a8a !important;
    font-weight: normal;
    font-size: 13px;
}

.contact-form span
{ color:#a1904e !important;
}

li.dropdown
{ 
	margin-bottom:0px;
}










.col-md-8.ser-desc span {
    font-size: 12px !Important;
    line-height: 26px;
    background: #a1904e;
    padding: 0 14px;
    color: #fff;
    border: none;
}


.col-md-8.col-sm-9.ser-desc h5 {
    color: #1c947b;
    margin: 0px 0 12px 0;
}
a.ser-moreNew:hover {
    text-decoration: none;
}
.col-md-2.col-md-push-1 .btn-default {
    padding: 7px 28px 7px 28px !important;
    margin: -8px 0 0 0;
}

@media (max-width:992px){
.col-md-6.newsItem {
    border-bottom: 1px solid #eae6e6;
    min-height: auto !important;
    padding-bottom: 25px;
    margin-top: 17px;
}
span#ctl00_Label2 {
    font-size: 12px !important;
}

}

.inner_tittle_small {
    background: rgba(0, 0, 0, 0) url("/images/inner/mid.png") repeat-x scroll right center;
    height: 31px;
    margin-bottom: 10px;
    width: 100%;
}

.contentb {
    background: #fff none repeat scroll 0 0;
    /*border-left: 1px solid #d0cabb;
    border-right: 1px solid #d0cabb;*/
    direction: rtl;
    /*font-family: Tahoma,Geneva,sans-serif;
    font-size: 13px;*/
    height: 100%;
    padding: 0 10px;
    width:90%; margin:20px auto;
}

.row.member-states-b {
    margin-bottom: 0px;
}
.row.member-states-a{
    margin-bottom: 0px;

}
}

.gallery{
    margin-top: 100px;
}
.gallery-item{
    margin-bottom: 30px;
}
.modal-footer{
    text-align: center;
}
.pagination{
    margin: 0;
}


@media (max-width: 768px) {

a.fancybox img {
    width: 100%;
    margin-bottom: 25px;
}
}

.marTop20{
    margin-top: 30px;
}






/*video*/

.videos-sec .container {
    width: 250px !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

ol.carousel-indicators.video-indicators {
    top: 100%;
    right: 38%;
}





