﻿.content-load-spinner {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    background-color: rgba(254, 254, 254, 0.8);
    box-shadow: 0 0 10px #000;
}

header {
    margin-right: 30px;
}

@media(max-width: 768px) {
    header {
        margin-right: 0;
    }
}


.logo-wrapper {
}

    .logo-wrapper img.logo {
        margin-top: 10px;
        width: 80px;
        height: 80px;
    }

/* Button toogle menu ========================================================*/
.navbar-toggle-menu {
    z-index: 4;
    margin-left: 15px;
    background-color: transparent;
    background-image: none;
    border: none;
}

    .navbar-toggle-menu .icon-bar {
        width: 100%;
        width: 40px;
        display: block;
        height: 5px;
        background: #000;
        margin-top: 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 5px;
    }

    .navbar-toggle-menu:active, .navbar-toggle-menu:focus {
        outline: none;
    }

    .navbar-toggle-menu:hover {
        cursor: pointer;
    }

        .navbar-toggle-menu:hover .icon-bar {
            background: #000;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

@media only screen and (max-width: 767px) {
    .navbar-toggle-menu {
    }
}

/* Aside panel section ========================================================*/
.aside-panel {
    position: fixed;
    z-index: 100;
    width: 340px;
    height: 100%;
    padding: 0 20px 0 20px;
    background: rgba(255, 255, 255, 1);
    top: 0;
    right: -340px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .aside-panel.active {
        box-shadow: 0 0 10px #000;
    }

    .aside-panel ul.menu, .aside-panel ul.sub-menu {
        padding: 0;
        list-style: none;
        border: 0;
        font: inherit;
        vertical-align: top;
    }

    .aside-panel ul.menu {
        text-align: right;
        padding-top: 50px;
    }

    .aside-panel .menu li {
        font-size: 24px;
        line-height: 50px;
        text-transform: uppercase;
    }

        .aside-panel .menu li a {
            display: inline-block;
            width: 100%;
            color: #000;
            text-decoration: none;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            border-bottom: 4px solid #000;
            font-weight: bold;
        }

            .aside-panel .menu li a:hover {
                color: #64c5b4;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

    .aside-panel .menu a.active {
        color: #64c5b4;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .aside-panel ul.sub-menu {
        display: none;
        padding: 10px 0 15px 20px;
    }

    .aside-panel .sub-menu li {
        /*font-size: 18px;*/
        line-height: 30px;
        border: none;
    }

        .aside-panel .sub-menu li a {
            display: inline-block;
            color: #000;
            text-decoration: none;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            border: none;
            font-weight: normal;
            font-size: 20px;
        }

            .aside-panel .sub-menu li a:hover {
                color: #64c5b4;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }


.remove-panel {
    position: absolute;
    left: 20px;
    margin-top: 25px;
    color: #000;
    text-decoration: none;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 20px;
}

    .remove-panel:hover {
        color: #64c5b4;
        box-shadow: 0 0 10px #9ecaed;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

@media only screen and (max-width: 767px) {
    .aside-panel {
        width: 270px;
        right: -270px;
        padding: 0 0 0 20px;
        padding: 0 20px 0 20px;
    }

        .aside-panel .menu {
            padding-top: 10px;
        }

            .aside-panel .menu li {
                font-size: 23px;
            }

    .remove-panel {
        margin-top: 10px;
    }
}

/* language */
.language-wrapper {
    margin-top: 80px;
}

ul.language {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.language li {
        list-style-type: none;
        display: inline-block;
        vertical-align: top;
        line-height: 20px;
    }

    ul.language a.disabled {
        color: #000;
    }

    ul.language a {
        display: block;
        text-decoration: none;
        color: #64c5b4;
        font-size: 20px;
        font-weight: bold;
    }

.separator {
    color: #000;
    width: 5px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.arabic {
    text-align: right;
}

.english {
    text-align: right;
}

/* Social */
.social-wrapper {
    margin-top: 30px;
    font-size: 40px;
}

ul.social-lst {
    text-align: right;
    margin: 0;
    padding: 0;
}

    ul.social-lst li:first-child {
        margin: 0;
    }

    ul.social-lst li {
        list-style-type: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        line-height: 20px;
    }

        ul.social-lst li a {
            color: #000;
            text-decoration: none;
        }

            ul.social-lst li a:hover {
                color: #64c5b4;
            }
