@import url(fontiran.css);
html, body {
    height:99%;
}
body {
	background:url(../images/background.jpg);
	background-attachment: fixed;
	font-family: IRANSans;
	font-weight: 400;
	}
.container{
	background:#e8e1d6;
    box-shadow: 0px 20px 20px #644200;
	padding:-3px;
}
.main_container{
    box-shadow: 0px 20px 20px #644200;
	min-height:100%;
	text-align:justify;
	
}

mark {background-color: #fdd232; color: #000000; border-radius: 5px 5px 5px 5px;}

table{border-collapse:collapse;direction:rtl}
a{text-decoration:none; outline:0; color:inherit}
a:hover,a:focus{color:#7f5823; outline: 0; text-decoration:none}
a:active {outline: 0;}
img{border:0 none}
.left{float:left}
.right{float:right}
.rtl{direction:rtl}
.ltr{direction:ltr}
.center{text-align:center!important}
.justify{text-align:justify}
.clear{clear:both;display:block;height:0;overflow:hidden;width:1px}
.boldtext{font-weight:bold}
.hidden{display:none}
.relative{position:relative}
.absolute{position:absolute}
.noborder{border:0 none!important}
.ui-front {z-index: 1000;}

.popover-content {
	font-family:'IRANSans';
	font-weight: 400;
	font-size: 12px;
	text-align:justify;
}

.tooltip {
	font-family:'IRANSans';
	font-weight: 400;
	font-size: 12px;
	text-align:justify;
}

.panel-body{
 font-size:11pt;
 background-color: #faf9f7;
}

.panel{
 background-color: #faf9f7;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

h1{font-size:20px;}
h2{font-size:16px; margin-top:0}
h3{font-size:13px;}
h4{font-size:12px;}

/* =============
	  POST
   =============  */
.post{font-size:16px;}

.post img {
    max-width: 98%;
    height: auto;
    border-radius: 15px 15px 15px 15px;
    display: block;
    border: 5px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(160,120,70,1);
    position: relative;
	top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post img:hover{
    border: 5px solid rgba(160,120,70,1);
	border-radius: 10px 10px 10px 10px;
} 

.post p{
	text-indent: 15px;
} 

/* =============
	  Sharing
   =============  */
.sharing{width:45px;height:45px;border-radius:50%;}

/* =============
	  search
   =============  */

.input-group-addon{
	background:#ffffff;
	padding:0 2px 0 0;
	border:0px;
}

 .search {

 }
   

@media (min-width: 500px) {
 .basket {
  margin: 25px 5px 0 5px;
}	
}

@media (max-width: 767px) {
 .basket {
  margin: 0px 5px 0 5px;
}
}

@media (min-width: 767px) {
 .search {
  margin: 8px 0 0 0;
}
}


@media (max-width: 767px) {
 .search {
  margin:0 0 5px 0;
 }
}

@media (max-width: 499px) {
 .search {
  margin:10px 0 5px 0;
 }
}


.search .btn-danger {
  color: #fff;
  background-color: #b49c77;
  border-color: #806944;
}

.search .btn-danger:hover {
  color: #fff;
  background-color: #896610;
  border-color: #806944;
}
/* =============
	  Navbar
   =============  */
.navbar{
	margin-top:10px;
	border:1px solid #9c7a4d;
	background:#fff;
}

#navbar:after, #navbar ul:after {
	content: '';
	display: block;
	clear: both;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#navbar > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	
}

@media (min-width: 767px) {

#navbar > ul > li.active:after {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
}

.navbar-nav li > a{
	background:#e9e0d3;
	margin:5px 3px 5px 3px;
	border-radius: 5px;
	font-weight: bold;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;}

.navbar-nav li > a:hover {
	color:#511d00;
	background:#cebfaa;
}

.navbar-nav li > a {
	padding: 10px 4px;
}

.navbar-brand{
	width:1150px;
	height:120px;
	background:url(../images/logo.png) top center  no-repeat;
}



@media (max-width: 1200px) {
.navbar-brand{
	width:930px;
}

.navbar-nav li > a{
	margin:5px 2px 5px 2px;
	font-size:11px;
	font-weight: bold;
	}
}


@media (max-width: 991px) {
.navbar-brand{
	width:714px;
	background:url(../images/logo2.png) top center  no-repeat;
	}


}

@media (max-width: 767px) {
.navbar-brand{
	width:90%;
	min-width:320px;
	height:94px;
	background:url(../images/logo4.png) top center  no-repeat;
	}

	.navbar-nav li > a {
		padding: 5px 5px;
	}	
}


.collapsed{
	border:1px #000;
}
.icon-bar{
	background:#000;
}


/* =============
	  Last News
   =============  */
   
.last-news {
	overflow:hidden;
	width: 100%;
	max-height:410px;
}

.last-news img {
    width: 150px;
    height: 150px;
    border-radius: 25px 25px 25px 25px;
	float: right;
    display: block;
    margin: 5px 5px 5px 10px;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(160,120,70,1);
    position: relative;
	top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;


}
 

.last-news:hover img{
	width: 155px;
    height: 155px;
	margin: 5px 5px 5px 5px;
    border: 8px solid rgba(160,120,70,1);
	border-radius: 75px 75px 75px 75px;
} 

/* =============
	  Last Article
   =============  */
.last-article {
		font-size:10pt;
}

.last-article img {
    max-width:97%;
    border-radius: 15px 15px 15px 15px;
    display: block;
    border: 5px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(160,120,70,1);
    position: relative;
	top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;


}
 

.last-article:hover img{
    border: 5px solid rgba(160,120,70,1);
	border-radius: 10px 10px 10px 10px;
} 


/* =============
	  Old Article
   =============  */
.old-article {
		font-size:10pt;
}

.old-article h5{
		line-height: 20px;
}

.old-article a img {
    width: 50%;
    height: auto;
	margin-left:5px;
    border-radius: 15px 15px 15px 15px;
	float: right;
    display: block;
    border: 5px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(160,120,70,1);
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;


}
 

.old-article:hover a img{
    border: 5px solid rgba(160,120,70,1);
	border-radius: 10px 10px 10px 10px;
} 



/* =============
	  Last Photo
   =============  */
   
   .last-photo {
	   text-align:center;
	   margin-bottom:-5px;
   }

   .last-photo h5{
	   line-height: 25px;
   }

  .last-photo img {

    border-radius: 120px 120px 120px 120px;
    display: block;
    margin: 2px 0 0 0;
    border: 10px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(160,120,70,1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.last-photo:hover a img{
    border: 7px solid rgba(160,120,70,1);
	border-radius: 20px 25px 25px 25px;
}

.brown-tooltip + .tooltip > .tooltip-inner {
	background-color: #a07846;
}   

   /* =============
	  New Pub
   =============  */
   
   .new-pub {
	   text-align:center;
   }

  .new-pub a img {
	width:140px;
	height:186px;
    border-radius: 15px 15px 15px 15px;
    display: block;
    margin: 0 auto;
	margin-top:5px;	
    border: 8px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(160,120,70,1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.new-pub:hover a img{
    border: 7px solid rgba(160,120,70,1);
	border-radius: 25px 25px 25px 25px;
}

  /* =============
	  New Ebook
   =============  */
   
   .new-ebook {
	   text-align:center;
   }

  .new-ebook a img {
	width:135px;
	height:135px;
    border-radius: 50% 50% 50% 50%;
    display: block;
    margin: 0 auto;
	margin-top:5px;
    border: 8px solid rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(160,120,70,1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}

.new-ebook:hover a img{
    border: 7px solid rgba(160,120,70,1);
}

/* =============
	  Pages
   =============  */
.page_news img{
	float:left;
	margin: 10px 10px 10px 0;
	border-radius: 5px;
}


/* =============
	  Archive
   =============  */
   
   .archive {
	margin: 0px 0px 25px 0px ;
   }

  .archive img {
	float:right;
	width:150px;
	height:150px;
    border: 7px solid rgba(160,120,70,1);
	border-radius: 20px 25px 25px 25px;
    display: block;
    margin: 2px 0 0 0;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(160,120,70,1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin: 0px 5px 5px 10px ;

	
}

.archive:hover a img{
    border: 10px solid rgba(255,255,255,0.2);
    border-radius: 120px 120px 120px 120px;
}


/* =============
	  Album
   =============  */

  .album img {
	float:center;
	width:150px;
	height:150px;
    border: 7px solid rgba(160,120,70,1);
	border-radius: 20px 25px 25px 25px;
    display: block;
    margin: 2px 0 0 0;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(160,120,70,1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin: 0px 5px 5px 10px ;

	
}

.album:hover a img{
    border: 10px solid rgba(255,255,255,0.2);
    border-radius: 120px 120px 120px 120px;
}


/* =============
	  Books
   =============  */

   .books {
	   margin :20px 0 0 0;
   }

@media (min-width: 992px) {
   .books {
	   min-height:270px;
   }
}
   
   
  .books img {
	/*float:right;*/
	width:120px;
	height:170px;
    border: 7px solid rgba(160,120,70,1);
	border-radius: 25px 25px 25px 25px;
    display: block;
    margin: 2px 0 0 0;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(160,120,70,1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin: 0px 5px 5px 0px ;

}

.books:hover a img{
    border: 10px solid rgba(255,255,255,0.2);
    border-radius: 10px 10px 10px 10px;
}


.book_show {
	float:right;
	width:210px;
	height:auto;
	margin-left:25px;
}

/* =============
	  CDs
   =============  */

   .cds {
	   margin :20px 0 0 0;
   }
   
  .cds img {
	float:right;
	width:140px;
	height:140px;
    border: 10px solid rgba(255,255,255,0.2);
	border-radius: 70px 70px 70px 70px;
    display: block;
    margin: 2px 0 0 0;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(160,120,70,1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin: 0px 5px 5px 10px ;

	
}

.cds:hover a img{
    border: 5px solid rgba(255,255,255,0.2);
    border-radius: 70px 70px 70px 70px;
}


.cd_show {
	float:right;
	width:200px;
	height:200px;
    border: 5px solid rgba(255,255,255,0.2);
	border-radius: 100px 100px 100px 100px;
    display: block;
	margin-left:25px;
}
/* =============
	  publish index
   =============  */
.publish_index {
	font-size:20px;
	min-height:50px;
	font-weight:500;
}
   
   
/* =============
	  headline
   =============  */

.headline {
  	overflow: hidden;
}

.headline h4{
  	text-align:justify;
	font-size:16px;
}
.headline h5{
  	font-size:9pt;
}


.headline {
  border-color: #9b771e;
}
.headline > .panel-heading {
  color: #fff;
  background-color: #c89a20;
  border-color: #c89a20;
}
.headline > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c89a20;
}
.headline > .panel-heading .badge {
  color: #c89a20;
  background-color: #fff;
}
.headline > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c89a20;
}

.headline img{
    display: block;
    margin-right: auto;
	margin-left:10px;
	border-radius: 5px;
	float:right;
	max-height:110px;
	max-width:110px;
}   

@media (min-width: 768px) {
 .headline {
	height:204px;
	font-size:1.5rem !important;
 }	

}
   
@media (min-width: 992px) {
 .headline {
	height:197px;
 }	
}
   
   
@media (min-width: 1200px) {
 .headline {
	height:240px;
 }	
}


@media (max-width: 1200px) {
.headline h4{
 font-size:14px;
}
.headline h5{
 font-size:10px;
}

.headline .panel-body{
 font-size:9pt;
}

.headline .panel-body img{
 max-width:70px;
 max-height:70px;
}

}




.subnews{
	max-height:200px;
	height:200px;
}

.newslist{
	max-height:150px;
	height:150px;
	margin:0 10px 0 20px;
	float:right;
}

.subnews h4{
	font-size:12pt;
}
/* =============
	  Slider
   =============  */


.carousel-indicators{
	bottom: 1px;
}
.carousel-control {
	border-radius: 15px;
}

.carousel-inner{
	margin: 0 0 0 0;
}

.carousel-control {
 max-height: 240px;
}

@media (max-width: 1200px) {
.carousel-control {
 max-height: 200px;
}
}

@media (max-width: 768px) {
.carousel-control {
 max-height: 90%;
}
}

.carousel-inner h5{
	text-align:center;
	line-height: 25px;
}


/* =============
	  Banner
   =============  */

.banner img {
	max-width:100%;
	height:Auto;
	border-radius: 15px;
	border:#5b5b5b 1px solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
.banner {
	margin:20px 0 20px 0;
}
}

.banner {
	margin-bottom:20px;
}
.vbanner  img{
	margin-bottom:20px;
}

.vbanner img {
	max-width:100%;
	height:Auto;
	border-radius: 15px;
	border:#5b5b5b 1px solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* =============
	  Book-col
   =============  */

.book-col-fixed_height{
	height:465px;
}

.book-col:hover{
	border-radius:8px;
  background-color:#e7e7e7;
  margin:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



/* =============
	  list-price-percentage
   =============  */
.prices .list-price-percentage
 {
  direction: ltr;
  color: #FFF;
  position: absolute;
  z-index: 3;
  left: 30px;
  top: 2px;
  bottom: auto;
  right: auto;
  font-family: IRANSans;
}

.prices .list-price-percentage .bgol
 {
  position: relative;
  background-color: rgba(247, 94, 94, 0.87);
  display: block;
  z-index: 7;
  width: 36px;
  height: 36px;
  line-height: 37px;
  text-align: center;
  transform-style: flat;
  border-radius: 100%;
  backface-visibility: hidden;
  font-weight: bold;
}





.sold_out
 {
  direction: ltr;
  color: #FFF;
  position: absolute;
  z-index: 3;
  left: 30px;
  top: 2px;
  bottom: auto;
  right: auto;	 
  background:url(../images/sold_out.png) no-repeat;
  display: block;
  z-index: 7;
  width: 120px;
  height: 75px;
  transform-style: flat;
  backface-visibility: hidden;
  font-weight: bold;
}

/* =============
	  WeekFav
   =============  */

.weekfav {
  border-color: #9b771e;
}
.weekfav > .panel-heading {
  color: #fff;
  background-color: #9b771e;
  background:url(../images/bg.jpg);
  border-color: #9b771e;
}
.weekfav > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #9b771e;
}
.weekfav > .panel-heading .badge {
  color: #9b771e;
  background-color: #fff;
}
.weekfav > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #9b771e;
}

.headline img{
    display: block;
    margin-right: auto;
	margin-left:10px;
	border-radius: 5px;
	float:right;
	
}  



.panel-primary{
	text-align:justify;
	font-size:12pt;
}

.newsdate{
	font-size:10pt;
	font-family: IRANSans;
}

.thisdate{
	text-align:center;
	font-size:10pt;
	padding:5px;
	font-family: IRANSans;
}

@media (max-width: 992px) {
 .thisdate{
	display:none;
 }
}
/* =============
	  CatFiltering
   =============  */

.panel-body  ul {
    list-style-type: none;
    padding: 0;
}

.panel-body ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
}

   
  
.panel-body img {
	max-width:99%;
	margin-bottom:10px;
} 
   
/* =============
	  bookshow
   =============  */

.bookshow img{
	border-radius: 10px;
}

.bookshow h1{
	font-size:16pt;
}

.book_thmb img{
	border-radius: 2px;
	margin:8px 5px 5px 10px;
}

.book_description h3{
	font-size:16pt;
}
.book_description{
	text-align:justify;
	font-size:12pt;
	line-height:25pt;
}

 .bookshowleft {
  margin: 20px 0px 0px 0px;
}

@media (min-width: 992px) {
 .bookshowleft {
  margin: 80px 0px 0px 0px;
}
}
/* =============
	  Padidavar
   =============  */

.padid_dashed{
    border-style: dotted;
    border-width: 0px 0px 2px 0px;
	border-color:#b71913;
}
.modal-body{
text-align:justify;	
}
.modal-body img{
	max-width:30%;
	margin-left:10px;
}


/* =============
	  Soon
   =============  */

.soon{
	max-width:230px;
	font-family: IRANSans; font-weight: 300;
}


@media (min-width: 767px) {
.nodiscount{
	height:91px;
}
}

/* =============
	  Price
   =============  */

.price{
	font-family: IRANSans; font-weight: 300;
}

.oldprice{
	color:red;
	text-decoration:line-through;
}

.newprice{
	color:green;
	font-size:15pt;
}


.basketoldprice{
	color:red;
	border-bottom:1px dotted #e6b222;
}

.basketnewprice{
	color:green;
}

.all_price{
	width:70%;
	float:left;
}
/* =============
	  Basket
   =============  */

.cart img{
    margin-left: 5px;
	border-radius: 5px;
}   

.basket_del{
	background-color:#ffedee;
	width:10px;
	font-family: IRANSans; font-weight: 300;
	text-align:center;
	color:#b62521;
}





/* =============
	  User_panel
   =============  */

.user_panel {
  	overflow: hidden;
}

.user_panel h4{
  	text-align:center;
}


.user_panel {
  border-color: #9b771e;
}
.user_panel > .panel-heading {
  color: #fff;
  background-color: #cc9c1a;
  border-color: #c89a20;
}
.user_panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c89a20;
}
.user_panel > .panel-heading .badge {
  color: #c89a20;
  background-color: #fff;
}
.user_panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c89a20;
}


.hadith{
	font-size:12pt;
	text-align:justify;
	
	
}



.panel-footer
{
	height:40px;
}
/* =============
	  Paging
   =============  */


.paging{font-size:11pt; margin-bottom:15px; margin-top:10px; color:#fff; width:30px;height:30px;background:#aa821d;border-radius:50%;text-align:center;}
.paging_text{font-family:IRANSans;}
.paging_text>a:hover {color:#fff200;}
.paging_active{font-size:11pt; margin-bottom:15px; margin-top:10px; color:#fff; width:30px;height:30px;background:#ff8d00;border-radius:50%;text-align:center;}
.paging_space{margin-bottom:15px; margin-top:10px; color:#000; width:30px;height:30px;border-radius:50%;text-align:center;}
.paging_right {margin-right:10px; float: left;}
.paging_left {margin-left:10px; float: right;}
.paging_text{margin-top:5px;}






/* =============
	  BTN-Warning
   =============  */

.btn-warning {
  color: #fff;
  background-color: #b49c77;
  border-color: #806944;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #896610;
  border-color: #715207;
}
.btn-warning:hover {
  color: #fff;
  background-color: #896610;
  border-color: #715207;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #896610;
  border-color: #715207;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #896610;
  border-color: #715207;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #b49c77;
  border-color: #896610;
}
.btn-warning .badge {
  color: #b49c77;
  background-color: #fff;
}










#information {
	  background: url(../images/library.jpg) repeat-x  fixed;
	  display: table;
	  height: 200px;
	  position: relative;
	  width: 100%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	
	
	
	
	
	
	
	
	
	


.panel {
    width: 100%;
    height: 98%;
}



/*               */
/*               */
/*               */
/*               */
.carousel-inner.vertical {
  height: 100%; /*Note: set specific height here if not, there will be some issues with IE browser*/
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}

.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 33.33%;
  right:0;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 33.33%;
  right:0;
}

#carousel-pager .carousel-control.left {
    bottom: initial;
    width: 100%;
}
#carousel-pager .carousel-control.right {
    top: initial;
    width: 100%;
}







a {
   outline: 0;
}