@import url(fontiran.css);

/*.activeFocus {
  content: '';
!*  position: absolute;*!
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  border: 3px solid #FFF;
  z-index: 3;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/


body {
  font-family: IRANSans !important;
  font-weight: 300;
  direction: rtl;
  /*background-color: #2e2e2e;*/
  background-color: #343a40;
  margin: 0;
  color: #fff;
}
.navbar a {
  color: #fff !important;
  font-weight: 600;
}
h1, h2, h3, h4, h5, h6, input, textarea {
  font-family: IRANSans !important;
}

h1 {
  font-weight: bold;
}

.wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.ltr {
  direction: ltr;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-small {
  font-size: 0.8em;
}

.text-xsmall {
  font-size: 0.6em;
}

.text-large {
  font-size: 1.2em;
}

.text-xlarge {
  font-size: 1.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-ultralight {
  font-weight: 200;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: normal;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  font-weight: 900;
}

blockquote {
  font-weight: 500;
  padding: 10px;
  border: 1px dashed #666666;
}

.headbtn {
  margin-left: 10px;
  margin-right: 10px;
}

.movie {

  margin-left: 2%;
  float: right;
  position: relative;
}

.movie:nth-child(6n) {
  margin-left: 0;
}

.movie:nth-child(6n+1) {
  margin-right: 1%;
}

.movie .verticalImage {
  padding-bottom: 140%;
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}

.movie img {
  width: 100%;
  border-radius: 5px;
}

.movie .movie-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  height: 40%;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: flex-end;
  padding: 0 15px 25px;
  justify-content: flex-start;
}

.movie .titletext {
  color: #FFF;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 10px;
  /*left: 0;*/
  right: 0;
  padding: 0 10px;
}

.wr {
  width: 100%;
  float: right;
  position: relative;
}

.home_container .home_row {
  margin-bottom: 15px;
  margin-top: 15px;
}

.home_row_title {
  width: 100%;
  float: right;
  position: relative;
  color: #b0b0b0;
  padding-right: 25px;
  font-family: iransans, serif;
  font-size: 1.7rem;
  margin-bottom: 20px;
  text-align: right;
}

.loader {
  position: fixed;
  z-index: 9999;
  right: 50%;
}

.full-width-div {
  width: 100%;
  height: 100%;
}
.playerbox {
  width: 100%;
  height: calc(80vw * 0.56);
  margin: auto;
  display: contents;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  position: absolute;
  max-height: 100%;
}
.closebtn {
  position: absolute;
  width: 65px;
  height: 65px;
  line-height: 75px;
  text-align: center;
  z-index: 99;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.page-linkcustom {
  font-size: 20px;
}
.moviecol {
  padding-right: 1px;
   padding-left: 1px;
}
.hidden {
    display: none !important;
}

.fcosuable {
  border: 5px solid transparent;
}
.activeFocus {
  content: '';
  top: 0px;
  right: 0px;
  border: 5px solid rgb(104,66,174);
  z-index: 3;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1-10,
.col-sm-1-10 {
  position: relative;
  min-height: 1px;
}

.col-xs-1-10 {
  width: 10%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-10 {
    width: 10%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-10 {
    width: 10%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-10 {
    width: 10%;
    float: left;
  }
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pt-5 {
  padding-top:3rem
}
.m-4 {
  margin: 1.5rem;
}
.p-4 {
  padding: 1.5rem;
}
a {
  text-decoration: none !important;

}
@media only screen and (max-width : 320px) {
  .genreclass {
    max-width: 200px !important;
  }
}

