@font-face {
    font-family: sokkarMeccaFont;
    src: url("../fonts/NeoSansArabic-Medium.ttf");
}

body{
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../imgs/bg.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: sokkarMeccaFont !important;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.col-md-12{
    padding: 0px;
}


.carousel-indicators li{
    border: 0px;
    background-color: #404041;
}

.carousel-indicators .active{
    background-color: #fd4f00;
}

.carousel-indicators{
    bottom: 8em;
}

.carousel-control{
    width: 4%;
}

header{
    position: absolute;
    z-index: 99;
    width: 100%;
}

.logo{
    position: relative;
    top: 5em;
}

.menu{
    position: fixed;
    bottom: 0px;
    z-index: 99;
    width: 100%;
    background-color: #000;
    border-top: solid #fd4f00 1px;
}

.menu>ul{
    display: table;
    table-layout: fixed;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.menu>ul li {
    display: table-cell;
    width: auto;
    text-align: center;
    padding: 3em 1em;
    border: 0px solid #fd4f00;
    -webkit-box-shadow: -31px 0px 0px -30px #fd4f00;
       -moz-box-shadow: -31px 0px 0px -30px #fd4f00;
            box-shadow: -31px 0px 0px -30px #fd4f00;
}

.menu>ul li a {
    color: white;
    text-decoration: none;
}

.menu>ul li:hover a {
    color: #fd4f00;
}

.menu>ul li:hover {
    background-color: #171717;
}
.menu>ul li.active{
    color: #fd4f00;
    background-color: #171717;
}

.menu>ul li.active a {
    color: #fd4f00;
}

@media (min-width: 768px){
    .navbar-nav {
        margin-top: 1.5em;
    }
}

.navbar {
    background-color: #000;
    color: #fd4f00;
    border: 0px;
    border-radius: 0px;
}

.navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    color: #fd4f00 !important;
}

.navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color: #fd4f00 !important;
}

.navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    color: #fd4f00 !important;
}

.navbar-toggle .icon-bar{
    background-color: #fd4f00 !important;
}

.navbar-brand{
    height: auto;
}

.navbar-toggle{
    margin-top: 2em;
}
.dropdown-menu{
    background-color: #242424;
    color: #fd4f00;
}
.dropdown-menu>li>a{
    color: #989898;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #fd4f00;
    background-color: #000 !important;
    background-image: none;
}

.submenu{
    color: #404041;
    margin-top: 2em;
    font-size: 18px;
}

.submenu>ul{
    display: table;
    table-layout: fixed;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.submenu>ul li {
    display: table-cell;
    width: auto;
    text-align: center;
}

.submenu>ul li a {
    color: #404041;
    text-decoration: none;
}

.submenu>ul li a:hover  {
    color: #fd4f00;
}

.submenu>ul li.active a {
    color: #fd4f00;
}

.shadow{
    position: absolute;
    padding: 2em;
    display: block;
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}

.shadow img{
    position: relative;
    float: left;
    left: -100px;
    background-color: #fff;
    border: 2px solid #fd4f00;
    border-radius: 5px;
}

.shadow img.sign{
    position: relative;
    float: left;
    left: 1em;
    background-color: transparent;
    border: 0px;
    margin-top: 1em;
    width: 10%;
}

.member {
    margin-top: 2em;
}
.member img{
    position: relative;
    float: right;
    right: 0px;
    background-color: #fff;
    border: 2px solid #fd4f00;
    border-radius: 5px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
	filter: grayscale(100%);
    transition: all 500ms ease-in-out !important;
    -webkit-transition: all 500ms ease-in-out !important;
}

.info{
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px #000 inset;
    color: #fff;
    padding-top: auto;
    padding-bottom: auto;
    position: absolute;
    height: 40%;
    width: calc(100% - 30px);
    overflow: hidden;
    top: 60%;
    opacity: 0;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: #fd4f00 solid 2px; 
    border-right: #fd4f00 solid 2px; 
    border-left: #fd4f00 solid 2px; 
    text-align: center;
    transition: all 500ms ease-in-out !important;
    -webkit-transition: all 500ms ease-in-out !important;
}

.info h5{
    margin: auto;
    position: absolute;
    color: #fd4f00;
    top: 25%; left: 0; bottom: 0; right: 0;
}

.info h6{
    margin: auto;
    position: absolute;
    top: 55%; left: 0; bottom: 0; right: 0;
}

.member:hover img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

.member:hover div.info{
    opacity: 1;
}

.product_item{
    margin-top: 2em;
    opacity: 0;
}

.product_item .details{
    padding: 1em;
    background: #333;
}

.details h3{
    margin: auto;
    color: #fd4f00;
}

.details h4{
    margin: auto;
    color: #fff;
}

.product_item img{
    padding: 1em;
    right: 0px;
    background-color: #333;
    width: 100%;
}

.no-decoration:hover, .no-decoration{
    text-decoration: none;
}

.event {
    margin-top: 2em;
    opacity: 0;
}
.event .info{
    border: 0;
    border-radius: 0;
    top: 50%;
}
.event img{
    position: relative;
    float: right;
    right: 0px;
    margin-bottom: 2em;
    background-color: #fff;
    width: 100%;
}

.event:hover div.info{
    opacity: 1;
}

.shadow h1{
    color: #fd4f00;
    margin-bottom: 1em;
}

.title{
    color: #fd4f00;
}

input[type=submit] {
  background: #fd4f00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  padding: 0.5em;
  text-decoration: none;
    overflow: hidden;
    outline: hidden;
}

input[type=submit]:hover {
  background: #d24404;
    color: #fff;
  text-decoration: none;
}

.support{
    margin-top: 2em;
    opacity: 0;
}

.support .details{
    background-color: #333;
    padding: 2em;
}
.details .innerDetails{
    overflow: auto;
    color: #fff;
    max-height: 52em;
}

.details .innerDetailsHalf{
    overflow: auto;
    color: #fff;
    max-height: 26em;
}

.contact_info{
    color: #fff;
}

.example-image{
    opacity: 0;
}


@media (max-width: 767px){
    .carousel-indicators{
        bottom: 1em !important;
    }
    .shadow{
        width: 90%;
        padding: 1em;
    }
    .shadow img{
        float: none;
        right: auto;
        margin: auto;
    }
}

@media (max-width: 991px){
    .carousel-indicators{
        bottom: 1em !important;
    }
    .shadow{
        width: 90%;
        padding: 1em;
    }
    .shadow img{
        float: none;
        right: auto;
        margin: auto;
    }
}

.modal{
    background-color: rgba(0,0,0,.7) !important;
}

div.modal-content{
    background-color: rgba(23,23,23,1) !important;
}

#elem{
    margin-top: 200px;
    margin-bottom: 9em;
}