.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol {
  margin: 0 25px 9px 0;
  padding: 0;
}
/*
@font-face {
    font-family: DroidSansArab;
    src: url('/lib/fonts/DroidSansArabic.ttf');
}*/
body {
  padding-top: 34px;
  font-size: 14px;
  line-height: 20px;
  /*
  background: url('/img/bg/201209234164-blue.jpg') fixed;*/

  background: #0579dc url('/img/bg/Blue-Patterns-Lighting.jpg') fixed 90% -40px;
}
h2 {
  font-size: 19px;
}
.centered {
  text-align: center;
}
.content-type > .thumbnail {
  margin: 5px;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.content-type p {
  font-size: 14px;
  line-height: 22px;
}
.album .main-image {
  display: block;
}
.album .main-image .thumbnail {
  -webkit-box-shadow: 5px 5px 8px #000000;
  -moz-box-shadow: 5px 5px 8px #000000;
  box-shadow: 5px 5px 8px #000000;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
}
.album .thumbnails {
  margin: 0;
}
.album .thumbnails li {
  margin-right: 10px;
}
.album .thumbnails li.placeholder {
  width: 160px;
}
.album .thumbnails li.active a {
  border-color: #3388cc;
}
ul.entities-labels li {
  list-style-type: none;
  padding: 5px;
}
ul.entities-labels li a {
  font-size: 14px;
  font-weight: normal;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
ul.thumbnails {
  /*
    img {
        height: 150px;
        width: 150px;
    }*/

}
ul.thumbnails > li.span2 {
  height: 175px;
  min-width: 170px;
  margin: 0 0 20px 20px;
}
.thumbnails-stack {
  position: relative;
  display: block;
}
.thumbnails-stack .thumbnail:first-child {
  top: 0px;
  left: 0px;
  z-index: 1010;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.thumbnails-stack .thumbnail {
  position: absolute;
  top: 9px;
  left: 6px;
  background: #fff;
  padding: 2px;
  z-index: 1005;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.thumbnails-stack .thumbnail:last-child {
  z-index: 1000;
  top: 9px;
  left: 1px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.thumbnails-stack:HOVER .thumbnail {
  border-color: #3388cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
a.bjqs-prev {
  right: 0;
  left: auto;
}
a.bjqs-next {
  left: 0;
  right: auto;
}
ol.bjqs-markers li {
  float: right;
}
ul.nav li.dropdown ul.dropdown-menu {
  top: 97%;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
ul.nodes-list li {
  padding: 0 1% 15px;
  float: right;
  width: 48%;
  position: relative;
}
ul.nodes-list li a {
  display: block;
  height: 150px;
  overflow: hidden;
}
ul.nodes-list li a img {
  float: right;
}
ul.nodes-list li a h2,
ul.nodes-list li a h3 {
  font-size: 16px;
  margin: 0 155px 5px 0;
  line-height: 1.25em;
  text-align: center;
}
ul.nodes-list li a .summary {
  color: #333;
  margin: 11px 155px 0 5px;
  line-height: 20px;
  text-align: center;
}
ul.nodes-list li a .icon {
  bottom: 40px;
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  right: 15px;
  text-shadow: 0 0 3px #000000;
}
.span6 ul.nodes-list li {
  padding: 0 1% 15px;
  float: none;
  width: 99% !important;
}
.main-image > a {
  top: 0;
  height: 100%;
}
.main-image > a span {
  visibility: hidden;
  height: 100%;
}
.main-image > a:HOVER span {
  visibility: visible;
}
.main-image .bx-prev {
  padding-left: 55%;
}
.main-image .bx-next {
  padding-right: 55%;
}
.homepage-slide-container {
  width: 800px;
  padding: 4px;
  background: #111;
  -webkit-border-radius: 9px !important;
  -moz-border-radius: 9px !important;
  border-radius: 9px !important;
}
#homepage-slide-choose {
  width: 30%;
  margin: -1px auto !important;
  padding: 1px 1%;
  background: #111;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  height: 25px;
}
#homepage-slide-choose li {
  float: right;
  padding: 0 5px;
  margin: 0 3px;
  font-size: 26px;
  cursor: pointer;
  color: #333;
}
#homepage-slide-choose li :hover {
  color: #666;
}
#homepage-slide-choose li.active {
  color: #999;
}
#main-slide {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  padding: 0;
  margin: -1px;
  position: relative;
  height: 400px;
}
#main-slide .tabbable.tabs-left {
  margin: 0;
  height: 400px;
  position: absolute;
  overflow: hidden;
  width: 462px;
  left: 1px;
  top: 0;
}
#main-slide .tabbable.tabs-left ul {
  left: -400px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 420px;
  z-index: 1000;
  /*
            opacity: 0.97;*/

}
#main-slide .tabbable.tabs-left ul li {
  margin-bottom: -1px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}
#main-slide .tabbable.tabs-left ul li .icon-videocam {
  padding-right: 0px;
}
#main-slide .tabbable.tabs-left ul li a {
  margin: 0;
  padding: 0 1px 0 15px;
  height: 49px;
  border: 1px solid #DDD;
  border-width: 1px 0;
  font-size: 14px;
  line-height: 49px;
  overflow: hidden;
}
#main-slide .tabbable.tabs-left ul li:first-child a {
  border-width: 0 0 1px 0;
}
#main-slide .tabbable.tabs-left ul li:last-child a {
  border-width: 1px 0 0;
  height: 50px;
}
#main-slide > ul.unstyled,
#main-slide > .bx-wrapper {
  float: right;
}
#main-slide ul.unstyled {
  width: 800px;
  margin: 0;
}
#main-slide ul.unstyled li a {
  display: block;
  position: relative;
  height: 400px;
}
#main-slide ul.unstyled li a h3 {
  position: absolute;
  width: 94%;
  bottom: 0px;
  left: 0px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  font-size: 21px;
  z-index: 2;
  text-align: center;
  font-weight: normal;
  padding: 5px 3%;
  margin: 0;
  height: auto;
}
#main-slide ul.unstyled li a img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 400px;
  z-index: 1;
}
#main-slide .bx-wrapper {
  margin: 0;
  width: 800px;
}
#main-slide .bx-wrapper ul {
  width: 100%;
}
#main-slide .bx-wrapper .bx-viewport {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 0;
}
#main-slide li {
  position: relative;
}
#main-slide li .indicator {
  display: none;
  background: url('../img/triangle.png') no-repeat center center;
  position: absolute;
  top: 0px;
  left: 415px;
  height: 50px;
  width: 50px;
  z-index: 1000;
}
#main-slide li.active:first-child .indicator {
  top: -1px;
}
#main-slide li.active .indicator {
  /*
        display: block;*/

}
.video-player-container {
  position: relative;
  min-height: 500px;
}
.video-player-container .video-player {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.video-player-container .video-player .video-player-embed {
  margin: 0 auto;
  z-index: 1000;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.75);
}
.homepage .page-header {
  display: none;
}
.block-container {
  /*
    border: 1px solid #bbb;*/

  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin: 0 0 10px 0;
}
.block-container > h2 {
  background: #eee;
  color: #333;
  border-bottom: 1px solid #bbb;
  padding: 0 5px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.block-container > ul.nodes-list {
  margin: 5px 0 0;
}
.block-container > ul.nodes-list li {
  padding: 0 0.5% 5px;
  width: 49%;
}
.block-container > .block-container-footer {
  background: #eee;
  border-top: 1px solid #bbb;
}
.block-container > .block-container-footer > a {
  text-align: left;
  display: block;
  padding: 2px 3px;
}
.sidebar {
  padding: 5px 0;
}
.sidebar h2 {
  padding: 0 10px;
  margin: 0;
  /*
        color: #666;*/

  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #004466;
  color: #fff;
}
.sidebar h2 small {
  padding-right: 5px;
  color: #bbb;
  font-size: 0.8em;
}
.sidebar h2:first-child {
  /*
        border-top: 0px none;*/

}
.sidebar .fb-like-box {
  /*
        padding: 0 15px;*/

  margin: -2px;
  overflow: hidden;
  width: 270px;
}
h3 small {
  padding-right: 0.2em;
}
#homepage-ar-intl h2 {
  border-bottom: 1px solid #ccc;
}
.nodes-list-single li a {
  padding: 10px 5px;
  display: block;
  height: 66px;
}
.nodes-list-single li a img {
  width: 100px;
  height: 66px;
  /*
                background: red;*/

}
.nodes-list-single li h3 {
  height: 64px;
  line-height: 2em;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.nodes-list-single li hr {
  margin: 0 auto;
  width: 75%;
}
.homepage-feat-cont {
  padding-top: 10px;
  width: 97%;
}
.homepage-feat-cont h2 {
  border-bottom: 1px solid #ccc;
}
.homepage-feat-cont li {
  width: 90%;
  border-bottom: 1px solid #eee;
  padding: 5px;
  height: 205px;
  overflow: hidden;
}
.homepage-feat-cont li img {
  /*
            padding: 5px 15px;*/

}
.homepage-feat-cont li h3 {
  text-align: center;
  min-height: 54px;
  line-height: 1.8em;
  margin: 0;
}
.homepage-feat-cont li.featcont-item-12 {
  margin-right: 0;
}
.homepage-readtoo li {
  border-bottom: 1px solid #eee;
  width: 45%;
  float: right;
}
.homepage-readtoo li h3 {
  margin: 0;
  height: 35px;
}
#footer {
  margin-top: 10px;
  border-top: 3px solid #000;
  background: rgba(0, 0, 0, 0.7) url('/img/bostah-wheeled.png') center left no-repeat;
  color: #fff;
}
#footer li {
  line-height: 22px;
}
#footer ul.level-1 {
  /*
        a {
          font-family: 'Droid Arabic Kufi';
        }*/

}
#footer ul.level-1 > li > i {
  font-size: 12px;
}
#footer ul.level-1 > li li i {
  font-size: 10px;
}
#footer ul.level-1 li {
  list-style-type: none;
}
#footer h2 {
  color: #ccc;
  /*
        .text-shadow(0 0 3px #fff);*/

}
.rightful-content,
body > .container > .row > .span9 {
  background: #fff;
  padding: 10px 0;
  border-radius: 5px;
}
.rightful-content > *,
body > .container > .row > .span9 > * {
  margin-right: 10px;
}
.rightful-content .homepage-slide-container,
body > .container > .row > .span9 .homepage-slide-container {
  margin: 0 auto;
}
.rightful-content .homepage-readtoo,
body > .container > .row > .span9 .homepage-readtoo {
  margin-right: 30px;
}
#homepage-ar-intl {
  margin: 0;
}
#homepage-ar-intl h2 {
  padding-right: 10px;
}
#homepage-ar-intl .sep {
  width: 90%;
  border-bottom: 1px dotted #E0E0E0;
  margin: 5px auto;
}
.sidebar-latest-album {
  overflow: hidden;
}
.sidebar-latest-album h3 {
  text-align: center;
}
.sidebar-latest-album h3 a {
  margin: 0;
}
.sidebar-latest-album a {
  margin: 5px 23px 30px 15px;
  height: 230px;
  width: 230px;
}
.sidebar-latest-album img {
  height: 230px;
  width: 230px;
}
.sidebar-latest-album h4 {
  /*
        font-family: 'Droid Arabic Kufi', Arial;*/

  font-weight: normal;
  line-height: 1.4em;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
.testimonial {
  /*
    background: url('/img/ornaments/flowRoot3073.png') top left no-repeat ;
    padding: 25px 0 0 0;*/

  padding: 5px 0 0 0;
}
.testimonial blockquote {
  /*
        background: url('/img/ornaments/flowRoot3065.png') bottom right no-repeat ;*/

  margin: 0;
  padding: 5px;
  border: 0;
  /*
        font-family: 'Droid Arabic Naskh';*/

}
.testimonial blockquote p {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.4em;
  /*
            .text-shadow(0 0 2px #fff);*/

}
.testimonial blockquote p span {
  /*
                font-family: sans-serif;*/

  padding: 0 0.2em;
}
.testimonial blockquote footer {
  text-align: left;
  font-size: 1.1em;
}
hr.ornament {
  border: 0;
  background: url('/img/middle_col_sep_b.png') no-repeat center center;
  padding: 5px 0;
}
.well {
  background-color: #fff;
}
.bostah-navbar {
  -webkit-box-shadow: 0 5px 8px #000000;
  -moz-box-shadow: 0 5px 8px #000000;
  box-shadow: 0 5px 8px #000000;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
}
.bostah-navbar .navbar-inner {
  background: #004466;
}
.bostah-navbar .navbar-inner .nav > li > a,
.bostah-navbar .navbar-inner .brand {
  color: #eee;
}
.bostah-navbar .navbar-inner .brand {
  background: url('/img/navbar-bostah-c.png') no-repeat center 77%;
  text-indent: -9999px;
  width: 200px;
  height: 20px;
}
.thumbnails {
  margin-right: 0;
}
a {
  color: #006699;
}
a:hover {
  /*
  color: lighten(@blue_main_shade, 30%);*/

  color: #0088cc;
}
#footer a {
  color: #0088cc;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  background: #004466;
}
h1,
h2 {
  color: #c00000;
}
h2 a {
  color: #c00000;
}
h2 a:hover {
  color: #d44;
}
ul h3 {
  height: 27px;
  overflow: hidden;
  padding: 0 5%;
  text-overflow: ellipsis;
}
.sidebar-feat-text p a {
  display: block;
  text-align: center;
  padding: 10px;
}
.sidebar-feat-video {
  overflow: hidden;
}
.sidebar-feat-video > a {
  display: block;
  background: #000;
  padding: 5px 0 0;
  position: relative;
}
.sidebar-feat-video > a img {
  padding: 5px 0;
  border-top: 12px dotted #fff;
  border-bottom: 12px dotted #fff;
}
.sidebar-feat-video > a > div.icon-play-circled {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
  font-size: 72px;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 10px #CCCCCC;
  top: 22px;
  width: 268px;
  height: 68px;
  line-height: 68px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  padding: 66px 0;
}
.sidebar-feat-video > a:hover {
  background: #333;
}
.sidebar-feat-video > a:hover > div {
  text-shadow: 1px 1px 10px #fff;
  color: #333;
  background: #000;
}
a:hover {
  text-decoration: none;
}
body {
  color: #111;
  line-height: 1.35em;
}
.navbar-search .search-query {
  background-color: #fff;
  color: #444;
}
.navbar-search .search-query:active {
  color: #888;
}
.node-main-image {
  margin: 0 15px 15px 0;
}
.node-body img {
  margin: 10px;
}
#homepage-ar-intl p.more {
  text-align: center;
}
#homepage-ar-intl p.more a:before {
  color: #c00000;
}
.navbar .nav > li > a {
  text-shadow: none;
}
.navbar-search .search-query {
  border-radius: 0px 4px 4px 0px;
  height: 18px;
}
[class^="icon-"],
[class*=" icon-"] {
  line-height: 2em;
  width: auto;
}
.bostah-navbar .navbar-inner {
  background-color: #004466 !important;
}
.bostah-navbar .navbar-inner > div {
  background: #004466 !important;
  min-height: 40px;
}
.bostah-navbar .navbar-inner > div > ul {
  background: #004466 !important;
}
