@charset "utf-8";

/* CSS Document */


/*********** Fonts ************/

@font-face {
    font-family: "Cairo-Regular";
    src: url('../fonts/Cairo-Regular.ttf');
}

@font-face {
    font-family: "Cairo-ExtraLight";
    src: url('../fonts/Cairo-ExtraLight.ttf');
}


/*********** Fonts ************/


/***** standard *******/

body {
    font-family: "Cairo-Regular", "Cairo-ExtraLight";
    background-color: #f3f3f3;
    overflow-x: hidden;
}

body a {
    color: #222222;
    text-decoration: none;
}

body a:hover,
body a:focus {
    color: #222222;
    outline: none;
    outline-offset: 0;
}

.text {
    width: 100%;
    padding: 10px;
    height: auto;
    word-wrap: break-word;
    word-break: normal;
    word-spacing: 1px;
    line-height: 25px;
    overflow: hidden;
    color: #8a8a8a;
}

.text p {
    width: 100%;
    word-wrap: break-word;
    word-break: normal;
    word-spacing: 1px;
    overflow: hidden;
    color: inherit;
}

.lg-margin {
    margin: 50px 0;
}

.md-margin {
    margin: 25px 0;
}

.sm-margin {
    margin: 15px 0;
}


/***** standard *******/


/*header*/

header {
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 615px;
}

.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>.active>a {
    background-color: transparent;
    color: white;
}

.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #ffae00;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-size: 15px;
    font-family: "Cairo-ExtraLight";
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ffae00;
}

.navbar-nav {
    width: 100%;
    padding: 10px 25px;
}

.navbar-nav>li {
    margin: 5px 25px;
}

.hvr-underline-from-center::before {
    background: #ffae00;
}

.social {
    text-align: center;
    padding-left: 0;
}

.social>li {
    display: inline-block;
}

.social>li .btn {
    color: white;
}

.social>li>.btn>.fa {
    font-size: 1.5em;
}

.social>li .btn:hover {
    color: #ffae00;
}

.logo {
    padding-top: 25px;
}


/*header*/


/*main*/

main {
    padding: 0 0;
}


/*main*/

.main-news {
    height: auto;
    min-height: 490px;
}

.myblock {
    background-color: #ffffff;
    padding: 10px;
    height: auto;
    max-height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.news-block {
    width: 100%;
    height: auto;
    max-height: 460px;
}

.news-img {
    width: 100%;
    height: 327px;
    text-align: center;
}

.news-img img {
    width: 100%;
    height: 100%;
}

.video {
    width: 100%;
    height: 296px;
    margin-bottom: 68px;
}

.video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.news-block .text {
    color: #000000;
}

.news-block .more {
    text-align: left;
}

.more .btn {
    padding: 6px 30px;
    border: 2px solid #969696;
    color: #000000;
    background-color: transparent;
    border-radius: 0;
    transition: 0.3s all ease-in;
}

.more .btn:hover {
    background-color: #969696;
    color: white;
    transition: 0.3s all ease-out;
}

.carousel-control {
    width: auto;
    top: 8px;
    bottom: auto;
    color: #969696;
}

.carousel-control.left {
    right: auto;
    left: 20px;
}

.carousel-control.right {
    left: 35px;
}

.latest-news {
    min-height: 490px;
    height: auto;
}

.mini-block .news-img {
    float: right;
    width: 130px;
    height: 115px;
}

.mini-block .news-caption {
    float: left;
    width: 75%;
    height: 100%;
    overflow: hidden;
}

.mini-block .more {
    text-align: center;
}

.mini-block {
    height: 134px;
    margin-bottom: 10px;
    border-bottom: 1px solid #969696;
}

.item .mini-block:last-child {
    border: none;
}

.gallery-sec .news-img {
    height: 267px;
}

.gallery-sec article.text {
    text-align: center;
    padding: 10px 55px;
}

.gallery-sec .more {
    text-align: center;
}


/*footer*/

footer {
    background-color: #070707;
    padding: 10px 0;
}

footer form {
    position: relative;
    color: white;
}

footer form .form-control {
    display: inline-block;
    border-radius: 0;
    background-color: #414141;
    color: white;
}

footer form .btn {
    background-color: #666666;
    border-radius: 0;
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    top: 25px;
    border: 1px solid #ccc;
}

.rights {
    text-align: center;
    color: white;
}

.rights h5 {
    margin-top: 35px;
}


/*footer*/


/*internal pages*/

.page-title {
    text-align: center;
    margin-bottom: 25px;
}

.page-content .main-news {
    padding: 0;
    height: auto;
    min-height: auto;
}

.page-content .gallery-items .myblock {
    height: 470px;
}

.page-content .gallery-items .more {
    text-align: center;
}

.myblock form {
    width: 100%;
    height: auto;
}

.myblock form .form-group {
    width: 33%;
    height: auto;
}


/*.myblock form .form-group .form-control {
    width: 100%;
    height: 40px;
    border-radius: 0;
    background-color: #969696;
    border: 1px solid #414141;
    color: white;
}*/

.myblock form #messsage {
    display: block;
    width: 99.5%;
}

.myblock form #textarea {
    height: 150px;
    margin: 15px 0;
}

.myblock form .controls {
    text-align: right;
    position: relative;
}

.myblock form .form-group .controls input[type="text"],
.myblock form .form-group .controls input[type="email"],
.myblock form .form-group .controls input[type="tel"],
.myblock form .form-group .controls input[type="password"],
.myblock form .form-group .controls textarea,
.myblock form .form-group .controls button,
.myblock form .form-group .controls select {
    text-align: right;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    width: 100%;
    margin-bottom: 18px;
    color: #888;
    font-size: 16px;
    font-weight: 300;
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.myblock form .form-group .controls input[type="text"]:focus,
.myblock form .form-group .controls input[type="text"]:hover,
.myblock form .form-group .controls input[type="email"]:focus,
.myblock form .form-group .controls input[type="email"]:hover,
.myblock form .form-group .controls input[type="tel"]:focus,
.myblock form .form-group .controls input[type="tel"]:hover,
.myblock form .form-group .controls input[type="password"]:focus+label,
.myblock form .form-group .controls input[type="password"]:hover+label,
.myblock form .form-group .controls textarea:focus,
.myblock form .form-group .controls textarea:hover,
.myblock form .form-group .controls button:focus,
.myblock form .form-group .controls button:hover,
.myblock form .form-group .controls select:focus,
.myblock form .form-group .controls select:hover {
    outline: none;
    border-color: #9FB1C1;
}

.myblock form .form-group .controls input[type="text"]:focus+label,
.myblock form .form-group .controls input[type="text"]:hover+label,
.myblock form .form-group .controls input[type="email"]:focus+label,
.myblock form .form-group .controls input[type="email"]:hover+label,
.myblock form .form-group .controls input[type="tel"]:focus+label,
.myblock form .form-group .controls input[type="tel"]:hover+label,
.myblock form .form-group .controls input[type="password"]:focus+label,
.myblock form .form-group .controls input[type="password"]:hover+label,
.myblock form .form-group .controls textarea:focus+label,
.myblock form .form-group .controls textarea:hover+label,
.myblock form .form-group .controls button:focus+label,
.myblock form .form-group .controls button:hover+label,
.myblock form .form-group .controls select:focus+label,
.myblock form .form-group .controls select:hover+label {
    color: #077ABC;
    cursor: text;
}

.myblock form .form-group .controls .fa-sort {
    position: absolute;
    left: 10px;
    top: 17px;
    color: #999;
}

.myblock form .form-group .controls select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.myblock form .form-group .controls label {
    position: absolute;
    right: 8px;
    top: 12px;
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
    -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
}

.myblock form .form-group .controls label.active {
    top: -11px;
    color: #555;
    background-color: white;
}

.myblock form .form-group .btn {
    background-color: #666666;
    color: white;
    border-color: #fff;
    transition: 0.3s all ease-in;
}

.myblock form .form-group .btn:hover {
    background-color: #fff;
    color: #666666;
    border-color: #666666;
    transition: 0.3s all ease-out;
}

.right-menu {
    background-color: #070707;
    padding: 5px;
    height: auto;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
}

.right-menu .btn-group-vertical {
    width: 100%;
    height: auto;
    padding: 5px;
    border-radius: 0;
}

.right-menu .btn-group-vertical .btn {
    margin: 5px auto;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: #666666;
    color: white;
    transition: 0.3s all ease-in;
}

.right-menu .btn-group-vertical .btn:hover {
    color: #666666;
    background-color: #fff;
    border-color: #666666;
    transition: 0.3s all ease-out;
}

.profile-img,
.profile-detailes {
    display: inline-block;
}

.profile-img {
    width: 35%;
    height: 250px;
    float: right;
}

.profile-img img {
    width: 100%;
    height: 100%;
}

.profile-detailes {
    float: left;
    width: 60%;
    height: auto;
    padding: 5px;
    color: #666666;
}

.tree-page .myblock {
    clear: both;
    min-height: 300px;
}

.profile-detailes h5 {
    text-align: justify;
}

.profile-detailes h5 span {
    padding-left: 10px;
}

.myblock .login-form .form-group {
    width: 100%;
}


/*internal pages*/


/*responsive*/

@media only screen and (max-width:767px) {
    header {
        height: auto;
    }
    main {
        padding: 0;
    }
    .navbar-nav {
        text-align: center;
        padding: 0;
    }
    .social {
        text-align: center;
        padding-left: 0;
    }
    .main-news {
        min-height: 590px;
        margin-bottom: 10px;
    }
    .myblock {
        margin-bottom: 10px;
    }
    .news-block {
        min-height: 540px;
        max-height: 1040px;
        margin-bottom: 10px;
    }
    .news-block .text {
        text-align: center;
    }
    .news-block .more {
        text-align: center;
    }
    .mini-block {
        height: 330px;
    }
    .mini-block .news-img {
        float: none;
        margin: 0 auto;
    }
    .mini-block .news-caption {
        float: none;
        width: 100%;
        text-align: center;
    }
    .latest-news {
        height: auto;
        max-height: 1080px;
    }
    .gallery-items {
        height: auto;
        max-height: 1790px;
    }
    .page-content .gallery-items .myblock {
        height: 1040px;
    }
    .myblock form .form-group {
        width: 100%;
    }
    .right-menu{
        position:static;
    }
    .content-box-content .box-primary{
        overflow-y:scroll;
    }
}


/*responsive*/

/*edit 14-5-2017*/
.mini-block .text{
    max-height:90px;
}

/*small tree page*/

.tree ul {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree .main-tree {
    width: 100%;
    margin-bottom: 0px;
}

.parent {
    width: 137px;
}

.main-tree .btn-primary {
    position: relative;
    border-radius: 0;
    /*margin: 0 -22%;*/
    white-space: normal;
    margin-top: 0px;
}

.main-tree .child-tree {
    border-top: 2px solid #666666;
    display: inline-block;
    /**right: 4%;**/
    width: 100%;
}

.main-tree .child-tree li {
    display: inline-block;
    position: relative;
    padding: 0px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width: 137px;
}

.main-tree .child-tree .info-circle {
    width: 110px;
    height: 110px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(245, 245, 245, 0.50);
    border: 1px solid #ffcb00;
    padding: 40px 0 0 0;
    text-align: center;
    color: #3b3b3b;
    position: relative;
}

.info-circle a,
.info-circle a:hover,
.info-circle a:focus {
    color: #fff;
    text-decoration: none;
}

.connector {
    border-left: 2px solid #ffcb00;
    width: 1px;
    height: 50px;
}

.connector0 {
    margin-right: 7%;
}

.connector1 {
    margin-right: 27%;
    margin-top: -40px;
}

.connector2 {
    margin-right: 35%;
    margin-top: -40px;
}

.connector3 {
    margin-right: 28%;
    margin-top: -40px;
}

.connector4 {
    margin-top: -40px;
    margin-right: 25%;
}

.connector5 {
    margin-top: -40px;
    margin-right: 46%;
}

.connector6 {
    margin-top: -40px;
    margin-right: 60%;
}

.connector8 {
    margin-top: -40px;
    margin-right: 17%;
}

.connector9 {
    margin-top: -40px;
    margin-right: 27%;
}

.connector10 {
    margin-top: -40px;
    margin-right: 18%;
}

.connector11 {
    margin-top: -40px;
    margin-right: 31%;
}

.connector12 {
    margin-top: -46px;
    margin-right: 32%;
}

.connector13 {
    margin-top: -46px;
    margin-right: 25%;
}

.connector14 {
    margin-top: -46px;
    margin-right: 49%;
}

.connector15 {
    margin-top: -46px;
    margin-right: 70%;
}

.connector16 {
    margin-top: -46px;
    margin-right: 121%;
}

.child-tree li:first-child {
    top: -65px;
    right: -68px;
}

.child-tree li:last-child {
    left: -67px;
    top: -1px;
}

.two {
    margin-right: 25%;
}

.three-one .main-tree {
    width: 107%;
}

.three-one .main-tree .child-tree {
    right: 2%;
}

.three-one .main-tree .child-tree>li {
    width: 100px;
    margin-right: -11px;
}

.three-one .main-tree .child-tree li:first-child {
    right: -40px;
    top: -50px;
}

.three-one .main-tree .child-tree li:last-child {
    left: -50px;
}

.three {
    margin-right: 40%;
}

.four {
    margin-right: 60%;
}

.five {
    margin-right: 70%;
}

.five .child-tree {
    width: 116%;
}

.five .main-tree .child-tree li:last-child {
    left: -192px;
}

.modify-tree li:first-child{
    top: 0;
    right: -23px;
}
.modify-tree li:nth-child(2){
    top: 0;
}
.modify-tree li{
    width: 128px!important;
}

.main-tree .btn{
    border-radius:0;
    border: 1px solid #fff;
    background-color: #666666;
    color: white;
    word-wrap:break-word;
    word-break:normal;
    font-size:12px;
    transition: 0.3s all ease-in;
}
.main-tree .btn:hover{
    color: #666666;
    background-color: #fff;
    border-color: #666666;
    transition: 0.3s all ease-out;
}
/*small tree page*/

/*edit 14-5-2017*/

/**24-5-2017**/
.social .dropdown .btn-primary{
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 22px;
}

.social .dropdown .btn-primary:focus,
.social .dropdown .btn-primary:hover,
.social .dropdown .btn-primary:active{
    border: 0;
    background: 0;
    color: #fff;
    outline: 0;
}
.social .dropdown .btn-primary:hover{
    color: #ffae00;
}
.social .dropdown .btn-primary sup{
    position: absolute;
    right: 0;
    background: #ffae00;
    border-radius: 100%;
    color: #fff;
    top: 8px;
    padding: 11px 5px;
}
.social .dropdown-menu:before{
    position: absolute;
    content: '';
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -8px;
    right: 3.5%; 
}
.social .dropdown-menu{
    z-index: 111;
    width: 346px;
    /*height: 205px;*/
}
.social .dropdown-menu:hover{
    overflow-y: scroll;
}
.noti{
    border: 1px solid black;
}
.noti a h4{
    font-weight: bold;
    font-size: 15px;
    display: inline-block!important;
    float: right;
}
.noti a span{
    float: left;
    margin-top: 6%;
}
.social .dropdown-menu li:nth-child(1){
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 7px;
    padding-right: 19px;
    font-size: 14px;
    padding-top: 5px;

}
.footer-see-all{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #e3e3e3;
}
.social .dropdown-menu li a:hover{
    background: transparent;
}
.btn-group-vertical>.btn:first-child{
    font-size: 14px!important;
    word-wrap:break-word;
    word-break:normal;
}

.right-menu .social .dropdown-menu{
    height:210px;
    width:290px;
    right:-30px;
    overflow-y: scroll;
}
.right-menu .social .dropdown-menu h4{
    font-size:14px;
    padding:5px;
    word-wrap:break-word;
    word-break:normal;
}

/***17-6-2017**/
.calendars-month{
    width: 16em;
}
.calendars-month-header .calendars-month-year:nth-child(2){
    float: right;
}
.calendars{
    direction: ltr;
    width: 203px!important;
}
.calendars-ctrl{
    background: #f46525;
}