body {
	margin:auto; direction:rtl;
	font: 12pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #dadee0 url(../images/body-bg.png);
	color: #666;
	color: rgba(0,0,0,.6);
}
a:link, a:visited { color: #000; text-decoration:none }
a:hover      { text-decoration: underline; color: #FF0000 }

.header {width:1100px; margin:auto; padding: 20px 0 25px;}
.header div {display:inline-block; vertical-align: middle}
.header div li {display:block; margin:auto; padding: 0px 30px;}
.navbar { margin:20px auto}
.navbar div {display:inline-block; padding:10px 20px; background:#ffcc33; color:#555; border-radius:3px; transition: 0.5s}
.navbar div:hover { background:#555555; color:#fff; box-shadow: 0 0px 5px 2px rgba(0,0,0,0.24),0 7px 30px 0 rgba(0,0,0,0.19)}
.header_container {background:#FFF; box-shadow:0 0 20px 0 #888; border-bottom:#555555 solid 3px}
.slider_container {width:100%; background:#FFF; box-shadow:0 5px 10px 0 #888}
.container {width:1100px; margin:auto; border-radius:3px; border:1px #ccc solid; background:#fff; margin-top:10px; margin-bottom:10px; padding:10px 0}
.links {padding:10px; height:150px; width:1000px; margin:auto}
.footer {padding:10px; width:1100px; margin:auto; font-size: 8pt; text-align: left;}

/* المحتويات الرئيسية */
.home_container {
    width:1100px; margin:auto;
    border-radius:3px; border:1px #ccc solid;
    background:#fff; text-align: center;
    margin-top:30px
}

hr {border: 0.5px #ccc solid;
    margin:auto;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 95%;}

div.home_about {
    display: inline-block;
    vertical-align:top;
    margin: 30px 12px;

}
div.about {
    height: 270px;
    font-size: 14pt;
    text-align: justify;
    line-height: 2.3;
    word-wrap: break-word;
    overflow: auto;
    text-overflow:ellipsis;
}
div.view_text {
    font-size: 14pt;
    text-align: justify;
    line-height: 2.3;
    word-wrap: break-word;
    overflow: auto;
}

.album_view img {
  text-align: center;
  border-radius: 5px;
  border: 1px #ccc solid;
  padding: 5px;
  margin: 5px;
  max-width: 575px;
}

h3 {color: #FF0000;}

div.right_col {
    display: inline-block;
    vertical-align:top;
    margin: 30px 12px;
    border-right: 1px #ccc dashed;
    padding: 0 10px;
}
.read_more {padding: 8px 13px; text-align: left; height:30px; vertical-align: bottom}


/* Green = 7b8619 / 99cc33 / yellow ffcc33 */
/*Footer*/
#footer_container {
    width:1100px;
    margin:auto;
    font-size: 11pt;
    text-align:center;
    direction:rtl;
}
#footer_block {display:inline-table;
    width:290px;
    vertical-align:top;
    height:160px;
    border: #000 1px;
    border-left:#ccc dashed 1px;
    margin:0; padding:20px; text-align:right
}
.bull {color:#7b8619;}

#footer_links li {padding: 4px 0px}
#footer_links a {color:#666; text-decoration:none}
#footer_links a:hover {text-decoration:underline}

div.branches {
    display:inline-block;
    background-color: #f3f3f3;
    box-shadow: 0px 0 10px 0 #dddddd;
    border-radius:5px;
    width: 300px;
    height: 400px;
    margin: 25px 22px;
    vertical-align:top
}
div.branches:hover {box-shadow:0 0 4px 0 #ccc; transition: 0.5s; box-shadow: 0 0 15px 0 #ccc,0 7px 30px 0 rgba(0,0,0,0.19)}
div.branche_img {background-size: 300px auto; background-repeat: no-repeat; background-position: center;}
div.sub {background-color:#fff ; height:60px; padding: 5px}
div.text {background-color:#fff ; height:110px; text-align:justify; padding:0 15px}

/* --- Photo Album CSS */
div.album {
  display:inline-block;
  box-shadow: 0px 0 10px 0 #ddd;
  border-radius:100px;
  width: 180px;
  height: 180px;
  margin: 25px 30px 50px;
  vertical-align:top
}
div.album:hover {transition: 0.5s; box-shadow: 0 0 15px 0 #ccc,0 7px 30px 0 rgba(0,0,0,0.19)}
.album_sub {
  position:relative;
  top: 80%;
  background-color: #ededed;
  padding: 2px 10px;
  font-size: 10px;
  border-bottom: 1px solid #ccc;
  /* opacity: 0.4; */
}
/* .album_sub:hover {opacity: 1} */

h3.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 15px 0;
    color:#000;
  }

div.center {
  position:relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.social {
    position: absolute;
    top : 70px;
    left: 10%;
}

div.social div {
    margin: 0 7px;
}

.left_sub {
  background: #f3f3f3;
  padding: 20;
  margin: 5px auto;
  text-align: right;
  position: relative;
  border-radius: 7px;
}
.left_sub::before {
  content: "";
  height: 100%;
  width: 8px;
  background-color: #cac9c9;
  position: absolute;
  top: 0;
  right: 0;
}
.left_sub:hover {
  background: #e1e0e0;
}
.left_sub_active::before {
  content: "";
  height: 100%;
  width: 8px;
  background-color: #ed0000;
  position: absolute;
  top: 0;
  right: 0;
}

.left_sub1 {
  background: #f3f3f3;
  margin-bottom: 15px;
  padding: 20px;
  text-align: right;
  border-radius: 7px;
  border-right: 6px solid #cac9c9;
}
.left_sub1:hover {
  background-color: #fff0c1;
  border-right: 6px solid #ffcc33;
}
.success {
  background-color: #fff0c1;
  border-right: 6px solid #ffcc33;
}
.right_img {box-shadow: 0px 0 10px 0 #ccc; width: 400px; border-radius: 5px;}
.logo {
  width: 400px;
  height: 300px;
  background: url(../images/logo.png);
  background-size: 250px auto;
  background-repeat: no-repeat; background-position: center}
#myBtn {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 17px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: #ffcc3380;
  color: #555;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}

#myBtn:hover {background-color: #ccc; color: #fff;}


  /*
#button { width: 120px; text-align: center; padding:10px 3px; background:#eceef2; border-radius:3px; transition: 0.5s}
#button:hover { background:#e9e9e9; color:#fff; box-shadow: 0 0px 3px 1px rgba(0,0,0,0.24),0 7px 30px 0 rgba(0,0,0,0.19)}

div.branches_sub {
    display:inline-block;
    background-color: #f3f3f3;
    box-shadow: 0px 0 10px 0 #dddddd;
    border-radius:5px;
    width: 270px;
    height: 280px;
    margin: 15px 22px;
    vertical-align:top
}
div.branches_sub:hover {box-shadow:0 0 4px 0 #ccc; transition: 0.5s; box-shadow: 0 0 15px 0 #ccc,0 7px 30px 0 rgba(0,0,0,0.19)}
div.box_image {height: 150px; background-size: 270px auto; background-repeat: no-repeat center}

div.background {
    background: url(uploads/2.jpg) no-repeat center;
    opacity: 0.7;
    border: 1px solid #ccc;
    padding: 50px 100px;
    box-shadow: 0px 0 10px 0 #dddddd;
    border-radius:6px;
  }

  div.transbox {
    background-color: #ffffff;
    border-radius:10px;
    opacity: 0.6;
  }
  div.background:hover {opacity: 1}
  div.transbox p {
    padding: 10px;
    font-weight: bold;
    color: #000000;
  }
*/
