﻿
/* font-family: 'Cairo', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Cairo');

body {
    background-color: #d4c8b2 !important;
    /*padding-top: 150px;*/
    font-family: 'Cairo', sans-serif;
    direction: rtl;
}
.container-fluid {
}
.container {
    padding: 0px;
    background-color: #ffffff !important;
}


.PageBody {
    padding-left: 20px;
    padding-right: 20px;
}

/* Header */

.Header{
    width: 100%;
    display: inline-block;
    background-color: #ffffff !important;
}

.navbar-header {
}

.navbar-brand {
    padding-top: 3px;
    padding-right: 40px;
    margin-bottom: 15px;
}

/* Horizental Menu */

.navbar {
    font-weight: 500;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    font-size: 14px !important;
    
    /*opacity: 0.9;*/
 }
.navbar li a, .navbar .navbar-brand { 
     color: #a13729 !important;
 }
.navbar-navBG {
    padding-left: 0px;
    padding-right: 184px;
    background: #efefef url(StartMenuBG2.jpg) no-repeat right;
}

.navbar-nav li a {
    height: 45px;
}
.navbar-nav li a:hover {
    color: #666666 !important;
    border-bottom: 2px solid #666666 !important;
}
.navbar-nav li.active a {
    color: #666666 !important;
    border-bottom: 2px solid #666666 !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.open .dropdown-toggle {
    color: #a13729 !important;
}
.dropdown-menu li a {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 30px;
}
.dropdown-menu li a {
    color: #666666 !important;
    border-bottom: 1px solid #666666 !important;
}
.dropdown-menu li a:hover {
    color: #666666 !important;
    border-bottom: 2px solid #666666 !important;
}
.dropdown-menu li.active a {
    color: #666666 !important;
    border-bottom: 2px solid #666666 !important;
    background-color: #efefef !important;
}

.BottmSpace {
    height: 10px;
    background-color: #ffffff !important;
}

/* Banner News */

.MarqueeBG {
  padding-left: 0px;
  padding-right: 107px;
  height: 30px;
  padding-top: 4px;
  border-top: 1px solid #c3986d !important;
  border-bottom: 1px solid #c3986d !important;
  background: #e6e6e6 url(StartMarqueeBG2.jpg) no-repeat right;
}

.marquee {
  overflow: hidden;
}

.marquee a {
  color: #666666 !important;
}

/* Banner */
.Banner{
    background-color: #eff1e3 !important;
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.carousel-inner{
    /*background-color: #ffffff;*/
    border-bottom: 1px solid #e9e9e9;
}
.carousel-inner img {
    /*-webkit-filter: grayscale(90%);
    filter: grayscale(90%);  make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: auto;
 }
.carousel-caption {
    right: 25%;
    left: 25%;
    top: 30%;
    /*text-shadow:0 1px 2px rgba(0,0,0,.6);*/
}
.carousel-caption h3 {
    color: #666 !important;
}
.carousel-caption p {
    color: #666 !important;
}

/* Home Page */

.HomeWrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #efefef !important;
    text-align: center;
    display: inline-block;
}

.HomeWrapper2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #a1372a !important;
    display: inline-block;
}

.HomeItem {
    margin-bottom: 20px;
}

.HomeItem h1,h2,h3,h4,h5,h6 {
    color: #9f3829 !important;
    font-weight: 500;
}

.HomeItem span {
    font-size: 14px;
    font-weight: 500;
    color: #666666 !important;
}

.HomeItem p {
    font-size: 13px;
    font-weight: 400;
	color: #666666 !important;
    text-align: justify;
}

.HomeItem a {
    font-size: 13px;
    font-weight: 400;
	color: #a3372b !important;
}

/* Inner Page */

.Item {
    font-size: 20px;
    font-weight: 700;
	color: #666666 !important;
    margin-bottom: 20px;
}

.Item p {
    font-size: 16px;
    font-weight: 400;
	color: #666666 !important;
}

.Item a {
    font-size: 14px;
    font-weight: 500;
	color: #a3372b !important;
}

/* Google Map */

#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Footer */

footer {
    background-color: #efefef;
    color: #c3986b !important;
    padding: 32px;
    margin-top: 30px;
}
footer a {
    color: #c3986b !important;
}
footer a:hover {
    color: #777;
    text-decoration: none;
}  
.form-control {
    border-radius: 0;
}

/* Default */

img {
	max-width: 100%;
	height: auto;
}

textarea {
      resize: none;
}

/* Hidden */

.Hidden {
	display: none;
}

/* Lines */

.HDottedLine {
	border-top: solid 1px #d5d5d5;
}
.HSolidLine {
	border-top: solid 1px #d5d5d5;
}
.HSpaceLine { 
    height: 10px;
}
.HSpaceLine2 {
	height: 20px;
}
.HSpaceLine3 {
	height: 30px;
}
.HSeperator {
    margin-top: 5px;
    border-top: solid 1px #d5d5d5;
    margin-bottom: 5px;
}
.HSeperator2 {
    margin-top: 10px;
    border-top: solid 1px #d5d5d5;
    margin-bottom: 10px;
}
.HSeperator3 {
    margin-top: 15px;
    border-top: solid 1px #d5d5d5;
    margin-bottom: 15px;
}

/* Date Time */

.DateTime {
	font-size: 10pt;
	color: #666666;
}

/* Photo Gallery */

.PhotoBlock {
    width: 20%;
	height: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.Block5 {
    width: 50%;
	height: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.Block4 {
    width: 40%;
	height: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

/* Language Area */

.LanguageArea {
}

.Clear {
    clear:both;
}

/* Share Media  */

.ShareMedia {
    background-color: #f8f8f8;
    color: #28b3e8;
    padding: 4px;
    width: 100%;
}

/* Social Media */

.SocialMedia {
    float: left;
}

/* Custom button style */

.btn-default {
	font-weight: 700;
	font-size: 14px;
	color: #ffffff !important;
    background-color: #c3986d !important;
    border: none;
}

.btn-default a:hover {
	background-color: #a8825d !important;
}

/* Transition elsements */

a, .btn, .navbar, .form-control {
	-webkit-transition: all 0.425s ease-in-out 0s;
	-moz-transition: all 0.425s ease-in-out 0s;
	-ms-transition: all 0.425s ease-in-out 0s;
	-o-transition: all 0.425s ease-in-out 0s;
	transition: all 0.425s ease-in-out 0s;
}

@media (max-width: 1200px) {

    .navbar {
    font-size: 12px !important;
    letter-spacing: 0px;
 }

}

@media (max-width: 1000px) {

    

    .PhotoBlock {
    width: 20%;
	height: auto;
}

    .navbar {
    font-size: 12px !important;
    letter-spacing: 0px;
 }

    .navbar-nav li a {
    padding-left: 4px;
    padding-right: 4px;
}
}

@media (max-width: 800px) {

    .Block5 {
    width: 40%;
	height: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}
   .navbar {
    background-color: #ffffff !important;
    font-size: 11px !important;
    letter-spacing: 0px;
 }  

    .navbar-nav li a {
    padding-left: 6px;
    padding-right: 6px;
}
    .navbar-navBG {
    padding-right: 0px;
    background: none;
}
}

@media (max-width: 600px) {

    .PhotoBlock {
    width: 25%;
	height: auto;
}

    .navbar {
    font-size: 13px !important;
    letter-spacing: 0px;
 }

    .navbar-nav li a {
    height: 33px;
}

    .navbar-navBG {
    padding-right: 0px;
    background: none;
}
    
}

@media (max-width: 400px) {

    .PhotoBlock {
    width: 50%;
	height: 20%;
}

    .navbar {
    font-size: 13px !important;
    letter-spacing: 0px;
 }

    .navbar-nav li a {
    height: 33px;
}

    .navbar-navBG {
    padding-right: 0px;
    background: none;
}
    
}