.container-fluid {padding-top: 24px; padding-bottom: 24px; margin-top: 24px;}
body {
    background: #000000;
}

p {font-family: 'DroidKufiBold'}
.contentTitle {font-family: 'DroidKufiBold'; color: #f6a618; text-align: center; direction: rtl; font-weight: bold;}
.contentDescription {font-family: 'DroidKufiLight'; color: #fff; text-align: center;;width: 80%;margin: auto;margin-top: 24px; font-size: 27px;}
.itemData {margin: 24px 0;}
.clear {clear: both;}
.bignum { font-size: 15px; float: right; padding: 0 10px; overflow: hidden; height: 100%; background-color: #fa942b; color: #000; line-height: 28px; font-weight: bold; }
.contentDescriptionBolites { float: right; margin-right: 12px; color: #fa942b; font-size: 20px; font-family: 'DroidKufiBold'; }
.contentDescriptionForOneItem { clear: both; margin-top: 24px; }
.columnImage {width: 100%; opacity: 0.6}
.columnImage:hover {
    opacity: 0.7
}

.columnImageDiv {
    width: 100%;
    overflow: hidden;
}
.columnImageDiv > img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.columnImageDiv:hover > img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.teamNames {
    text-align: center;
    color: #fff;
    font-family: 'DroidKufiLight';
}
.teamNames h1 {
    font-size: 18px;
    margin-bottom: 12px;
}

@media screen and (max-width: 992px) {
    .columnImageDiv {margin-bottom: 24px;}
}



.pageTitle,
.pageSubTitle {
  font-family: 'Titillium', sans-serif;
  text-transform: uppercase;
  color: #333;
}

.pageTitle {
  color: #FF7600;
}

.pageTitle {
  font-size: 2em;
  font-weight: 700;
  line-height: 2em;
}

.pageSubTitle {
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: 300;
}

.mainBackground {
  background: url("../imgs/mainBg.jpg") no-repeat;
  background-size: 100% auto;
  position: fixed;
  width: 100%;
  height: 400%;
  top: 0;
  left: 0;
  z-index: -1
}
.mainBackground::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
}

.wrapper {
  width: 80%;
  padding: 40px;
  margin: 20px auto;
}

.wrapper p {
    color: #fff;
    font-size: 16px;
}
.work  {
    display: block;
    width: 33.33333333333333%;
    height: auto;
    float: right;
    position: relative;
    overflow: hidden;
}
.work a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #454545;
    display: block;
}
.work .media {
    width: 100%;
    vertical-align: middle;
    filter: grayscale(100%);
    margin: 0;
}

.work .caption {
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.work a .caption {
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    bottom: 10px;
    left: 0;
    opacity: 0;
    background: #000;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    overflow: hidden;
}

.work a:hover .media {
    filter: grayscale(0);
}

.caption .work_title {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: -50%;
    transition: all 0.5s ease 0s;
}
.work a:hover .caption {
    opacity: 1;
}

.work a:hover .section {
    z-index: 1;
}

.work a:hover .work_title {
    bottom: 10px;
}


.work .caption h1 {
    padding: 0 5%;
    color: #fff;
    font-family: 'DroidKufiBold';
    font-size: 22px;
    text-align: right;
    margin-bottom: 24px;
}

.work .caption p {
    color: #fff;
    text-align: right;
    padding: 0 5%;
}



#closebt-container, .closeModal {
    margin-top: 24px !important;
}

#lightSpeedIn::before {
    position: fixed;
    width: 100%;
    height: 110%;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
#lightSpeedIn {background-position: top left !important; background-size: cover;}
#modal-container {
    width: 60%;
    margin: auto 5% auto auto;
    position: relative;
}
.thumb {direction: rtl}
.headData h1 {
    direction: rtl;
    color: #fff;
    font-family: 'DroidKufiBold';
    font-size: 22px;
    text-align: right;
}

.headData p {
    color: #fff;
    text-align: right;
    margin-top: 12px;
}

.clear {
    clear: both;
}

.said2017 {
    margin-top: 24px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 14px;
    border-radius: 5px;
    color: #000;
}

.said2018 {
    margin-top: 24px;
    width: 100%;
    background: rgba(228, 13, 13, 0.8);
    padding: 15px;
    border-radius: 5px;
    color: #fff;
}

.statics {
    margin-top: 24px;
}
.statics .icon {
    float: right;
    width: 7%;
}

.statics p {
    color: #fff;
    width: 91%;
    margin-right: 2%;
    float: right;
}
.statics .icon img {
    width: 100%;
}


.work:nth-last-child(1), .work:nth-last-child(2) {
    width: 50%;
}


.masrawyWish {width: 80%; float: right;}
.salah {
    position: absolute;
    width: 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 10px solid #fff;
    transform: rotate(-30deg);
    top: -54px;
    left: 4%;
}
.salah img {width: 100%;}
.masrawyWish h1 {
    text-align: right;
    margin-bottom: 24px;
    color: #fff;
    font-family: 'DroidKufiBold';
    direction: rtl;
}
.masrawyWish p {
    color: #fff;
    width: 80%;
    text-align: justify;
    font-family: 'DroidKufiLight';
    direction: rtl;
    margin: auto 0 auto auto;
}



@media screen and (max-width: 768px) {
    .work { width: 50%; }
    .work:nth-last-child(1) { width: 100%; overflow: hidden; }

    .wrapper { width: 90%; padding: 0; margin: auto; }
    .mainBackground {height: 300%; width: 500%;}
    #modal-container { width: 90%; }
    .masrawyWish{ width: 100%; float: none}
    .masrawyWish h1{text-align: center;}
    .masrawyWish p{text-align: center; width: 100%;}
    .salah {display: none}
    .salahSection {margin-top: 0 !important}
}

@media screen and (max-width: 450px) {
    .work { width: 100% !important; }
    .headDataTitle {text-align: center !important; margin-top: 24px;}
    .headDataDescription {text-align: center !important;}
}


#disqus_thread {
    background: #000;
    width: 100%;
    padding: 5%;
}


.section {
    display: block;
    position: absolute;
    width: auto;
    top: 12px;
    right: 35px;
    padding: 10px;
    color: #fff;
    font-family: 'DroidKufiLight';
    z-index: 1
}
