﻿
@media screen{
    ::selection {
        background: #ffa200;
        color: #fff;
    }
}


body {
    direction:rtl;
    text-align: right;
    position: relative;
    background: #fff;
    min-height: 100%;
    background: antiquewhite ;
    font-family: "B Yekan",tahoma,arial;
}

.container {
  max-width: none !important;
 
}

ul{margin:0;padding: 0;list-style:none; }
a:hover{text-decoration: none;}
.rtl{
    direction:rtl;
}
.col-first{
    padding-right:0 !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "B Yekan",tahoma,arial;
}
#topbar{
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #ededed 100%);
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0,0,0,0.08)), color-stop(100%, rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.08),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.08),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.08),rgba(0,0,0,0));
    border-bottom: solid 1px #cbcbcb;
    padding: 6px 0;
}
#topbar .user{
    text-align: left;
    padding-left:10px;
}
#topbar p{margin:0;}
#topbar i {
    line-height: 8px;
}

.wrapper{
    padding:30px 30px 30px 30px;
    padding-top:0;
    background-color: #fff;
}

#logobar{
    margin-top:50px;
}


/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
   padding: 10px 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 768px) {

  .section-white {
     padding: 1.5em 0;
  }

}

@media screen and (min-width: 992px) {

  .container {
    max-width: 930px;
  }

}
/* image text */
.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}
