@import url(fontiran.css);
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Bahij Palatino Sans Arabic Bold';
    src: url('../fonts/Bahij Palatino Sans Arabic-Bold.ttf');
}
#float-search-box div.actors li img, #other-actors img, #biography #side img {
    background-image: url("../images/avatar-empty.png");
    background-size: cover;
    overflow: hidden;
}

#other-actors img:before, #biography #side img:before {
    content: " ";
    font-size: 1000px;
}
body {
    background-color: #cbd5de;
    direction: rtl;
    font-family: 'OpenSans', 'IRANSans';
    font-weight: normal;
}

/**
 * News Player
 */
.redactor-player, #player1, #player2, #player3, #player4 {
    margin: 20px 0;
}

input, button {
    font-family: IRANSans;
}
.selectric p.label {
    font-family: IRANSans;
    text-align: center;
}

/**
 * Loading
 */
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

/**
 * Qualities
 */
.quality {
    cursor: default;
    height: 18px;
    line-height: 18px;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    font-family: "Source Sans Pro";
    font-weight: 200;
    font-size: 12px;
    margin: 0 2px;
    display: inline-block;
    margin-bottom: 5px;
}

.bluray1080, .bluray720 {
    background-color: #e4644b;
}

.hd3d1080, .hd3d720 {
    background-color: #425b71;
}

.brrip3d1080, .brrip3d720 {
    background-color: #737373;
}

.brrip1080, .webdl1080 {
    background-color: #bb88de;
}

.brrip720, .webdl720 {
    background-color: #bec2c4;
}

.dvdrip, .bdrip720, .webrip720 {
    background-color: #ccbca2;
}

.dvdscr, .hdrip, .bdrip, .hdscr, .webrip {
    background-color: #c65f8e;
}

.p480, .p720, .p1080 {
    background-color: #3bbce0;
}

.quality.lilhd {
    background-color: #00c5ad;
}

/**
 * Buttons
 */
.btn-file {
    display: inline-block;
    font-size: 10px;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 3px;
}

.btn-file i {
    margin-left: 10px;
    line-height: 5px !important;
}

.btn-download {
    background-image: linear-gradient(to top, #9ECB57 0%, #CBE285 100%);
    border: 1px solid #87aa4a;
    color: #5d7731;
    text-shadow: 0 1px 0 #d1e6a7;
}

.btn-screenshot {
    background-image: linear-gradient(to bottom, #feda71 0%, #febb4a 100%);
    border: 1px solid #d6982f;
    color: #996633;
    text-shadow: 0 1px 0 #feda8f;
}

.btn-report {
    background-image: linear-gradient(to bottom, #becbd6 0%, #88a1b4 100%);
    border: 1px solid #7e8e9b;
    color: #55636e;
    text-shadow: 0 1px 0 #c2cfd9;
}

#navbar {
    background: linear-gradient(to bottom, #232b2f 70%, #181e21);
    height: 70px;
    line-height: 70px;
    border: 1px solid #21292d;
}

#navbar2 {
    background: #fafbf8;
    height: 110px;
    line-height: 110px;
    border-bottom: 3px solid #edefeb;
    box-shadow: 0 1px 2px 0 #c5c9ce;
}

#user-panel {
    float: left;
    direction: ltr;
    cursor: pointer;
    border-left: 1px solid #1a2023;
    box-shadow: -1px 0 0 0 #30373b;
    padding-left: 10px;
    height: 70px;
    width: 215px;
}

#user-panel img.img-circle {
    width: 40px;
    height: 40px;
}

.img-circle {
    margin-top: 15px;
    display: inline-block;
    border-radius: 50%;
    float: left;
}

#user-info {
    padding-top: 20px;
    line-height: 18px;
    width: 70%;
    float: right;
    font-family: 'OpenSans', sans-serif;
    font-size: 12px;
    color: #72a9bc;
    text-shadow: 0 1px 0 #000;
}

#user-info span {
    color: #fff;
    font-size: 14px;
}

#search-box {
    height: 68px;
    border: 0;
    color: #5b777a;
    direction: ltr;
    padding-left: 10px;
    padding-right: -10px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    background: url(../images/search2.png) 98% center no-repeat, linear-gradient(to bottom, #3d484b, #2a3234);
}
#search-box::-webkit-input-placeholder {
    font-family: IRANSans;
    color: #5b777a;
    font-size: 12px;
}

#search-box:-ms-input-placeholder {
    font-family: IRANSans;
    color: #5b777a;
    font-size: 12px;
}

#search-box:-moz-placeholder {
    font-family: IRANSans;
    color: #5b777a;
    font-size: 12px;
}

#search-box::-moz-placeholder {
    font-family: IRANSans;
    color: #5b777a;
    font-size: 12px;
}

#user-info-box {
    display: none;
    width: 215px;
    position: absolute;
    left: 0;
    background: #fff;
    border: 1px solid #484848;
    top: 70px;
    direction: rtl;
    box-shadow: 1px 1px 3px 0 rgba(231, 231, 231, 1);
    font-size: 12px;
    line-height: normal;
    z-index: 9999;
}

#user-info-box a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

#user-info-box #logout a, #user-info-box #logout i {
    color: #ff622e;
}

#user-info-box ul a {
    text-decoration: none;
    color: #323232;
}

#user-info-box li i {
    margin-right: 15px;
    color: #bdc6cf;
    width: 15px;
}

#user-info-box li span {
    margin-right: 15px;
}

#user-info-box a:hover li, #user-info-box a:hover i {
    color: #f99d1c;
}

.arrow {
    float: right;
    padding-top: 33px;
}

#nav-icons {
    float: left;
    margin-left: -19px;
    line-height: normal;
}

#nav-icons a {
    display: inline-block;
    padding: 30px 27px 10px 27px;
    border-left: 1px solid #1a2023;
    box-shadow: -1px 0 0 0 #30373b;
}

#nav-icons #notification span {
    display: block;
    width: 20px;
    height: 18px;
    padding-top: 2px;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 99px;
    font-family: 'Myriad Pro';
    font-size: 12px;
    border-radius: 50%;
    background-color: #f84a4a;
    color: #fff;
    font-weight: bold;
}

#logo {
    padding-top: 25px;
}

#top-menu ul li {
    display: inline-block;
    line-height: normal;
    height: 60px;
    width: 120px;
    padding: 25px 0;
    font-family: 'Bahij Palatino Sans Arabic Bold';
    font-size: 20px;
    text-align: center;
}

#top-menu ul li a {

    display: block;
    text-decoration: none;
    height: 90px;
    color: #313338;
}

#top-menu ul li:hover {
    background-color: #52a9ff;
}

#top-menu ul li:hover a {
    color: #fff;
}

#top-menu ul span {
    display: block;
    font-family: 'OpenSans';
    font-size: 12px;
}

#last-movie {
    direction: ltr;
}

#last-movie img {

    border: 5px solid #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 2px #e6e6e6;
    background-image: url('../images/avatar.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 220px;
    height: 325px;
}

#last-movie .slider-quality {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 200px;
    z-index: 2;
}

#last-movie .slider-quality span:last-child {
    float: right;
}

.overlay {
    background-image: url(../images/transparent.png);
    content: " ";
    width: 220px;
    height: 325px;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;

}

#last-movie h2 {
    text-align: center;
    font-family: 'OpenSans';
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 290px;
    left: 5px;
    width: 100%;
    z-index: 2;
}

.box, .page-box {
    display: block;
    background-color: #fff;
    border: 1px solid #d6d8de;
    box-shadow: 1px 2px 0 0 #e6e6e6;
    margin: 20px 0;
    height: auto;
}

.page-box {
    margin-bottom: 40px;
}

.page-box .page-box-content {
    height: auto;
    overflow: hidden;
    padding: 30px;
}

.page-box h1 {
    border-bottom: 1px solid #cad2d9;
    background-color: #fafafa;
    padding: 20px 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.22);
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 24px;
}

#search-box2 {
    font-family: 'IRANSans';
    font-size: 12px;
    color: #474647;
    height: 80px;
    line-height: 80px;
    padding: 10px 20px;
}
#search-box2 .btn{
    min-width: 80px;
    line-height: 35px;
    vertical-align: middle;
}

.btn {
    position: relative;
    display: inline-block;
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
}

.btn i {
    position: absolute;
    top: 13px;
    right: 15px;
}

.btn-green {
    border: 1px solid #479227;
    color: #fff;background-image: -moz-linear-gradient( 90deg, rgb(88,183,48) 0%, rgb(151,214,89) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(88,183,48) 0%, rgb(151,214,89) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(88,183,48) 0%, rgb(151,214,89) 100%);
    box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.2);

}

.btn-green:hover {
    background: linear-gradient(to bottom, rgb(151,214,89), #459920);
}

.btn-blue {
    border: 1px solid #4e96ff;
    color: #fff;
    background-image: -moz-linear-gradient( 90deg, rgb(53,142,215) 0%, rgb(84,170,240) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(53,142,215) 0%, rgb(84,170,240) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(53,142,215) 0%, rgb(84,170,240) 100%);
    box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.2);

}
.btn-blue:hover {
    background: linear-gradient(to bottom, rgb(84,170,240), rgb(78, 134, 199));
}

.btn-blue-dark {
    background: linear-gradient(to bottom, #0fc3ff, #0194ff);
    border: 1px solid #08a4f3;
    color: #fff;
}

.btn-blue-dark:hover {
    background: linear-gradient(to bottom, #0fc3ff, #007dd7);
}

.btn-orange {
    background: #EC4A00;
    border: 1px solid #CB300A;
    border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 0 #CB300A;
}

.btn-orange:hover {
    background: #E03200;
}

/**
 * Movie Block
 */

.movie {
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.movie:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.movie-wide {
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.movie-wide:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.serial-wide {
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.serial-wide:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.serial-wide #follow-quality #serial-quality {
    display: inline-block;
    float: right;
}
.serial-wide #follow-quality #follow-serial i {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
}

.serial-wide #follow-quality #follow-serial {
    font-family: IRANSans;
    display: inline-block;
    width: 185px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    float: left;
    text-decoration: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    color: #4EC059;
    box-shadow: inset 0 -2px 0 0 #F0F0F0;
}

.serial-wide #follow-quality #follow-serial:hover, .serial-wide #follow-quality #follow-serial.active {
    background-color: #4EC059;
    border: 1px solid #33A03D;
    color: #fff;
    box-shadow: inset 0 -2px 0 0 #44A84D;
}

.movie h2 {
    background-image: url(../images/title-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 20px 40px;
    margin-right: 20px;
}

.movie h2 a {
    font-family: 'Bahij Palatino Sans Arabic Bold';
    font-size: 20px;
    color: #464646;
    text-decoration: none;
}

.movie h2 a:hover {
    color: #f99d1c;
}

.movie span.info {
    font-family: 'IRANSans';
    margin-right: 60px;
    font-size: 12px;
    color: #bdbdbd;
}

.separator {
    margin: 0 5px;
}

.movie span.top250-rank, .serial span.top250-rank,
.serial-wide span.top250-rank, .movie-wide span.top250-rank{
    width: 220px;
    text-align: center;
    font-family: 'IRANSans';
    float: left;
    font-size: 12px;
    color: #8d8d8d;
    margin-left: 10px;
    background: url(../images/top250.png) center right 25px no-repeat;
    line-height: 20px;
    padding-right: 15px;
}
.serial-wide span.top250-rank, .movie-wide span.top250-rank {
    margin-bottom: 10px;
    background: url(../images/top250.png) center right 30px no-repeat;
}

.movie-wide h2 {
    background-image: url(../images/title-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 20px 40px;
}

.movie-wide h2 a {
    font-family: 'Bahij Palatino Sans Arabic Bold';
    font-size: 20px;
    color: #464646;
    text-decoration: none;
}

.serial-wide h2 {
    background-image: url(../images/title-icon-serial.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 20px 40px 5px 40px;
}

.serial-wide h2 a {
    font-family: 'Bahij Palatino Sans Arabic Bold';
    font-size: 20px;
    color: #464646;
    text-decoration: none;
}

.movie-wide h2 a:hover {
    color: #f99d1c;
}

.movie-wide span.info {
    display: block;
    font-family: 'IRANSans';
    margin-bottom: 20px;
    margin-right: 40px;
    font-size: 12px;
    color: #bdbdbd;
}

.serial-wide h2 a:hover {
    color: #f99d1c;
}

.serial-wide span.info {
    display: block;
    font-family: 'IRANSans';
    margin-bottom: 20px;
    margin-right: 40px;
    font-size: 12px;
    color: #bdbdbd;
}

.movie .post-content {
    float: right;
    width: 370px;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 12px;
}

.movie .post-content p {
    text-align: justify;
    font-family: Tahoma;
    font-size: 11px;
    margin-top: 20px;
    line-height: 17px;
    margin-bottom: 20px;
}

.movie .post-side {
    float: left;
    width: 220px;
    margin-top: 15px;
}

.movie-wide .post-content {
    float: left;
    width: 735px;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 12px;
}

.movie-wide .post-content p {
    text-align: justify;
    font-family: Tahoma;
    font-size: 11px;
    margin-top: 20px;
    line-height: 17px;
    margin-bottom: 20px;
}

.movie-wide .post-side {
    float: right;
    width: 220px;
    margin-right: 20px;
    margin-top: 15px;
}

.serial-wide .post-content {
    float: left;
    width: 735px;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 12px;
}

.serial-wide .post-content p {
    text-align: justify;
    font-family: Tahoma;
    font-size: 11px;
    margin-top: 20px;
    line-height: 17px;
    margin-bottom: 20px;
}

.serial-wide .post-side {
    float: right;
    width: 220px;
    margin-right: 20px;
    margin-top: 15px;
}

.serial-wide #meta {
    margin-bottom: 20px;
    line-height: 35px;
}

.serial-wide #meta #last {
    font-family: IRANSans;
    font-size: 12px;
    color: #56a4ff;
    float: right;
    padding-right: 20px;
    background: url("/assets/images/check.png") center right no-repeat;
}

.serial-wide #meta #year {
    font-family: IRANSans;
    font-size: 12px;
    color: #bdbdbd;
    float: left;
}

/**
 * Serial Block
 */
/**
 * Movie Block
 */

.serial {
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.serial:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.movie-wide {
    padding-bottom: 20px;
}

.movie-wide:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.serial h2 {
    background-image: url(../images/title-icon-serial.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 20px 40px;
    margin-right: 20px;
}

.serial h2 a {
    font-family: 'Bahij Palatino Sans Arabic Bold';
    font-size: 20px;
    color: #464646;
    text-decoration: none;
}

.serial h2 a:hover {
    color: #f99d1c;
}

.serial span.info {
    float: right;
    font-family: 'IRANSans';
    margin-right: 60px;
    font-size: 12px;
    color: #bdbdbd;
}

.serial span.info2 {
    float: right;
    font-family: 'IRANSans';
    margin-right: 60px;
    font-size: 12px;
    color: #bdbdbd;
}

.serial span.info2 span {
    color: #52a9ff;
}

.movie-wide h2 {
    background-image: url(../images/title-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 20px 40px;
}

.movie-wide h2 a {
    font-family: 'Bahij Palatino Sans Arabic Bold';
    font-size: 20px;
    color: #464646;
    text-decoration: none;
}

.movie-wide h2 a:hover {
    color: #f99d1c;
}

.movie-wide span.info {
    display: block;
    font-family: 'IRANSans';
    margin-bottom: 20px;
    margin-right: 40px;
    font-size: 12px;
    color: #bdbdbd;
}

.serial .post-content {
    float: right;
    width: 370px;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 12px;
}

.serial .post-content p {
    text-align: justify;
    font-family: Tahoma;
    font-size: 11px;
    margin-top: 20px;
    line-height: 17px;
    margin-bottom: 20px;
}

.serial .post-side {
    float: left;
    width: 220px;
    margin-top: 15px;
}

.movie-wide .post-content {
    float: left;
    width: 735px;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 12px;
}

.movie-wide .post-content p {
    text-align: justify;
    font-family: Tahoma;
    font-size: 11px;
    margin-top: 20px;
    line-height: 17px;
    margin-bottom: 20px;
}

.movie-wide .post-side {
    float: right;
    width: 220px;
    margin-right: 20px;
    margin-top: 15px;
}

.imdb {
    height: 35px;
    line-height: 35px;
    padding: 0;
    border: 1px solid #d5dee5;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: inset 1px 1px 15px -2px #d5dee6;
    font-size: 10px;
    background-color: #FFFFFF;
}

.imdb img {
    vertical-align: middle;
    padding: 10px 5px;
    margin-left: 5px;
    border-left: 1px solid #cad2d9;
    margin-top: -1px;
}

.imdb .rate1 {
    float: right;

}

.imdb .rate2 {
    float: left;
    color: #cb9e13;
    padding-left: 10px;
}
.imdb .genres {
    float: left;
    padding-left: 10px;
}
.imdb .genres a {
    text-decoration: none;
    color: #7D818E;
}
.imdb .genres a:hover {
    color: #363b49;
}

.post-side img {
    display: block;
    border: 10px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #e6e6e6;
    background-image: url('../images/avatar.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 185px;
    height: 280px;
}

.label {
    font-family: 'OpenSans';
    margin-right: 3px;
}

.infobox .prize {
    font-family: 'IRANSans';
    color: #df9e33;
    border: 1px solid #ded58a;
    border-radius: 4px;
    display: block;
    background-color: #fcfbe4;
    background-image: url(../images/prize.png);
    background-position: right 5px center;
    padding-right: 35px;
    background-repeat: no-repeat;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.last-update {
    font-family: 'IRANSans';
    color: #464646;
    border: 1px solid #d5dee6;
    border-radius: 4px;
    display: block;
    background-color: #e7ecf2;
    background-image: url(../images/last-update.png);
    background-position: right 10px center;
    padding-right: 35px;
    background-repeat: no-repeat;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    box-shadow: inset 0 0 5px 1px rgba(213, 222, 229, 0.5);
}

.infobox {
    clear: both;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #b2b2b2;
}

.infobox:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.infobox .dubbed {
    border: 1px solid #BE373E;
    border-radius: 4px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    background-color: #E6454D;
    color: #fff;
    font-weight: bold;
}

.infobox .dubbed i {
    margin: 0 8px;
}

.infobox .dub-censor {
    border: 1px solid #a237bd;
    border-radius: 4px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    background-color: #c545e6;
    color: #fff;
    font-weight: bold;
}

.infobox .dub-censor i {
    margin: 0 8px;
}

.infobox .age-range {
    padding: 0 15px;
    height: 40px;
    border: 1px solid #EABCB6;
    line-height: 40px;
    color: #EC463E;
    margin-bottom: 20px;
    font-weight: bold;
    background-color: #FEE6DD;
}

.infobox .age-range span {
    margin-left: 10px;
}

.infobox .genre {
    display: inline;
    float: none;
}

.genre {
    display: inline-grid;
    float: right;
}

.genre a {
    text-decoration: none;
    color: #4284FB;
}

.genre a:hover {
    color: #1053d1;
}

.age {
    direction: ltr;
    display: inline-grid;
    width: 35px;
    height: 20px;
    line-height: 20px;
    float: left;
    font-family: 'Source Sans Pro';
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    margin-top: -5px;
}

.age-red {
    background-color: #ff5252;
    color: #fff;
}

.age-blue {
    background-color: #89c8ff;
    color: #fff;
}

.actor {
    margin-top: 15px;
}

.actor a {
    text-decoration: none;
    color: #4284FB;
    font-family: 'Source Sans Pro';
    font-size: 13px;
}

.actor a:hover {
    color: #1053d1;
}

.director {
    margin-top: 15px;
}

.director a {
    text-decoration: none;
    color: #4284FB;
    font-family: 'Source Sans Pro';
    font-size: 13px;
}

.director a:hover {
    color: #1053d1;
}

.channel {
    float: right;
    margin-top: 15px;
}

.channel a {
    text-decoration: none;
    color: #4284FB;
    font-family: 'Source Sans Pro';
    font-size: 13px;
}

.channel a:hover {
    color: #1053d1;
}

.show-date {
    height: 16px;
    line-height: 16px;
    background: url("../images/clock.png") right center no-repeat;
    padding-right: 20px;
    width: 240px;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    font-family: IRANSans;
    color: #52a900;
}

.show-date span {
    color: #9fabb7;
}

.add-dl-list {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    background: url(../images/dl-list-active.png) right 10px center, linear-gradient(to bottom, #EEF0F8, #E2E6F2);
    background-repeat: no-repeat;
    border: 1px solid #D4D4D4;
    font-family: 'IRANSans';
    font-weight: bold;
    font-size: 14px;
    color: #767A85;
    border-radius: 2px;
    box-shadow: inset 1px 1px 0 0 #F4F5FC;
    text-decoration: none;
}

.add-dl-list span {
    display: block;
    margin-right: 48px;
    padding-right: 16px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #D6DAE0;
    box-shadow: 1px 0 0 0 #E2E5ED;
}

.add-dl-list.active {
    background: url(../images/dl-list.png) right 10px center, linear-gradient(to bottom, #67baff, #62b3ff);
    background-repeat: no-repeat;
    border: 1px solid #4e96ff;
    box-shadow: inset 1px 1px 0 0 rgba(126, 197, 255, 1);
    color: #fff;
}

.add-dl-list.active span {
    border-right: 1px solid #72bfff;
    box-shadow: 1px 0 0 0 #5aaeff;
}

#sidebar {
    float: left;
    margin-top: 20px;
}

.block {
    margin-bottom: 15px;
}

.block-title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 55px;
    line-height: 55px;
    box-shadow: 0 0 0 1px #bed5ca;
}

.block-title span {
    display: block;
    height: 55px;
    line-height: 55px;
    font-family: 'IRANSans';
    font-size: 15px;
    color: #fff;
    margin-right: 50px;
    padding-right: 10px;
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.green-block {
    background: url(../images/cal.png) no-repeat right 10px center, linear-gradient(to bottom, #48c253, #3eb948);
    border: 1px solid #2ca137;
}
.green-block span {
    border-right: 1px solid #2fac37;
}

.red-block {
    background: url(../images/search2.png) no-repeat right 13px center, linear-gradient(to bottom, #e64939, #e13f30);
    border: 1px solid #d33425;
}
.red-block span {
    border-right: 1px solid #d33425;
}

.blue-block {
    background: url(../images/film.png) no-repeat right 14px center, linear-gradient(to bottom, #67baff, #5bb0ff);
    border: 1px solid #4e96ff;
}
.blue-block span {
    border-right: 1px solid #4e96ff;
}

.black-block {
    background: url(../images/reviews-block.png) no-repeat right 12px center, linear-gradient(to bottom, #AAB2BD, #9FA7B2);
    border: 1px solid #8F9AA7;
}
.black-block span {
    border-right: 1px solid #8F9AA7;
}

.orange-block {
    background: url(../images/camera.png) no-repeat right 9px center, linear-gradient(to bottom, #f6bb43, #f4b139);
    border: 1px solid #dda22a;
}
.orange-block span {
    border-right: 1px solid #dda22a;
}

.dark-orange-block {
    background: url(../images/oscar-block.png) no-repeat right 12px center, linear-gradient(to bottom, #F8AB55, #F7A04B);
    border: 1px solid #EA8C38;
}
.dark-orange-block span {
    border-right: 1px solid #EA8C38;
}

.pink-block {
    background: url(../images/golden-globe.block.png) no-repeat right 12px center, linear-gradient(to bottom, #F37779, #F16C6D);
    border: 1px solid #F16164;
}
.pink-block span {
    border-right: 1px solid #F16164;
}

.purple-block {
    background: url(../images/bafta-block.png) no-repeat right 13px center, linear-gradient(to bottom, #A3B7E4, #96ACDE);
    border: 1px solid #839DD9;
}
.purple-block span {
    border-right: 1px solid #839DD9;
}

.dark-blue-block {
    background: url(../images/camera.png) no-repeat right 9px center, linear-gradient(to bottom, #497297, #3F668B);
    border: 1px solid #304C74;
}
.dark-blue-block span {
    border-right: 1px solid #304C74;
}

.block-divider {
    background-color: #ecf0f5;
    border: 1px solid #cad2d9;
    height: 40px;
    line-height: 40px;
    box-shadow: 1px 0 0 0 #dde3ea;
}

.block-divider li {
    display: inline-block;
    margin-right: 6px;
    font-family: Tahoma;
    font-size: 11px;

}

.block-divider a {
    text-decoration: none;
    color: #292d35;
    padding-bottom: 12px;
    padding-top: 15px;
}

.block-divider a:hover, .block-divider a.active {
    color: #489eff;
    border-bottom: 2px solid #489eff;
}

.block-content {
    overflow: visible;
    max-height: 500px;
    overflow-y: scroll;
    background-color: #fff;
    border-left: 1px solid #cad2d9;
    border-right: 1px solid #cad2d9;
    border-bottom: 1px solid #cad2d9;
    padding: 15px 17px;
    box-shadow: 1px 1px 0 0 #dde3ea;
    font-family: IRANSans;
    color: #707070;
    font-size: 12px;
}

.block-content.no-scroll {
    overflow: hidden;
}

.block-content.search {
    height: auto;
    max-height: none;
    overflow: hidden;
}

.block-content.search h5 {
    margin-top: 15px;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #e0e7ee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.block-content.search h5 a {
    font-size: 8px;
    text-decoration: none;
}

.block-content.search .option .body {
    max-height: 300px;
    overflow: scroll;
}

.block-content.search .option select {
    width: 130px;
    background: #fff !important;
    border-radius: 5px;
    box-shadow: inset 0 -2px 0 0 rgba(240, 240, 240, 0.76);
    height: 40px;
}

.block-content.search .option .one-line {
    line-height: 30px;
}

.block-content.search label {
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    vertical-align: middle;
}

.block-content.search span {
    display: inline-block;
    width: 45%;
    margin-bottom: 10px;
}

.block-content.search  .option-quality span {
    width: 100%;
    font-family: OpenSans;
}
.block-content.search .option ul.items li {
    float: right;
    position: relative;
    display: inline-block;
    margin: 10px 1px 0 20px;
}
.block-content.search .option ul.items li i {
    position: absolute;
    color: #fff;
    background-color: #EF3F00;
    font-size: 12px;
    border-radius: 50%;
    padding: 3px 5px;
    top:-5px;
    right: 0;
}
.block-content.search .option ul.items li:nth-child(3n) {
    margin-left: 0;
}
.block-content.search .option ul.items li img {
    width: 65px;
    height: 90px;
    border: 7px solid #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.block-content.search .option ul.items li span {
    display: block;
    text-align: center;
    width: 79px;
    font-size: 14px;
    margin-top: 5px;
}
.block-content.search input[type=text] {
    display: block;
    width: 92%;
    font-family: OpenSans;
    margin-top: 15px;
    height: 40px;
    border-radius: 4px;
    background-color: #ecf0f5;
    border: 1px solid #d5dee6;
    font-size: 15px;
    direction: ltr;
    padding-left: 15px;
    box-shadow: inset 0 0 20px 0 rgba(213, 222, 229, 0.5);
}

.block-content.search button {
    border-radius: 10px;
    height: 40px;
    width: 175px;
    margin: 40px 0 20px;
    background-color: #3EBEDE;
    color: #fff;
    font-family: IRANSans;
    font-size: 14px;
    border: 0;
    box-shadow: inset 0 -4px 0 0 #35A1BB;
}

#footer {
    background-color: #2a3238;
    position: relative;
    bottom: 0;
    width: 100%;
    border-top: 10px solid #475763;
}

#footer:after {
    content: " ";
    display: block;
    clear: both;
    line-height: 0;
    height: 10px;
    background-color: #2a3238;
}

#logo2 {
    margin-top: 55px;
}

#path-finder h3 {
    background-image: url(../images/path.png);
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 13px;
    font-family: 'IRANSans';
    color: #fff;
    margin-top: 40px;
    padding-right: 45px;
}

#path-finder strong {
    display: block;
    margin-top: 7px;
    font-size: 10px;
    font-family: 'Tahoma';
    color: #979797;
}

#path-finder #finder-container {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 340px;
    padding: 20px 0;
    color: #fff;
}
#path-finder #finder-container #finder-icon {
    float: left;
    border-radius: 10px;
    background-color: #8dc153;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),inset 0px -2px 0px 0px rgba(0, 0, 0, 0.13);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
    margin-top: 3px;
}
#path-finder #finder-box {
    float: right;
    display: inline-block;
    border-radius: 10px;
    background-color: rgba(28, 34, 39, 0.502);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1),inset 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
    width: 275px;
    padding: 0 10px;
}
#path-finder #finder-box i {
    color: #8ad83e;
    font-size: 14px;
    vertical-align: middle;
}

#path-finder #finder-box span {
    font-size: 11px;
}

#path-finder #finder-box span:nth-child(1) {
    float: right;
}

#path-finder #finder-box span:nth-child(2) {
    float: left;
    color: #ffd850;
}

#social h3 {
    background-image: url(../images/social.png);
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 13px;
    font-family: 'IRANSans';
    color: #fff;
    margin-top: 40px;
    padding-right: 45px;
}

#social span {
    display: block;
    margin-top: 7px;
    font-size: 10px;
    font-family: 'Tahoma';
    color: #979797;
}

#social ul {
    margin-top: 20px;
    text-align: center;
}

#social li {
    display: inline-block;
}

#top-footer {
    height: 180px;
}

#bottom-footer {
    border-top: 1px solid #35434d;
    box-shadow: 0 -1px 0 0 #1e2429;
    height: 50px;
    line-height: 50px;
}

#copy {
    direction: ltr;
    font-family: 'Myriad Pro';
    font-size: 12px;
    color: #e7ecf2;
}

#copy a {
    color: #4ec6f6;
    text-decoration: none;
}

#copy a:hover {
    color: #0d81af;
}

#footer-nav {
    font-family: 'IRANSans';
    font-weight: bold;
    font-size: 11px;
}

#footer-nav li {
    display: inline-block;
    margin-left: 15px;
}

#footer-nav a {
    text-decoration: none;
    color: #fff;
}

#footer-nav a:hover {
    color: #4493d0;
}

#login-register a {
    margin-top: 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
    width: 140px;
}

#content-wide {
    background: #fff;
    margin: 30px 0 50px 0;
    border: 1px solid #d6d8de;
    box-shadow: 1px 2px 0 0 #e6e6e6;
}

#content-wide #top-content {
    padding: 35px 25px 20px 25px;
}

#content-wide #top-content h1 {
    font-size: 20px;
    color: #4b566a;
    padding-bottom: 20px;
}

#content-wide.simple {
    padding: 45px 60px;
    font-size: 14px !important;
    color: #646464!important;
}

#content-wide.simple #coupon {
    border-top: 1px solid #EBEBEB;
}

#content-wide.simple #coupon td {
    padding: 0 30px;
    text-align: right;
    height: 78px;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}

#content-wide.simple #coupon input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
#content-wide.simple #coupon input::-moz-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
#content-wide.simple #coupon input {
    margin: 0;
    padding: 0 10px;
    border: 1px solid rgb(232, 232, 232);
    border-top-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.06);
    width: 208px;
    height: 40px;
    z-index: 42;
    font-family: IRANSans !important;
    font-size: 14px;
    vertical-align: middle;
}
#content-wide.simple #coupon button {
    background-image: -moz-linear-gradient( 90deg, rgb(255,83,96) 0%, rgb(255,164,102) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,83,96) 0%, rgb(255,164,102) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,83,96) 0%, rgb(255,164,102) 100%);
    box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.2);
    width: 126px;
    height: 42px;
    border: 1px solid #ed8c4d;
    border-top-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    color: #fff;
    font-family: IRANSans !important;
    font-size: 14px;
    vertical-align: middle;
    margin-right: -4px;
    cursor: pointer;
}
#content-wide.simple #coupon button:active, #content-wide.simple #coupon button:focus,
#content-wide.simple #coupon input:active, #content-wide.simple #coupon input:focus{
     outline: 0;
 }


#content-wide.simple #invoice {
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

#content-wide.simple label {
    display: block;
    height: 47px;
    line-height: 47px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    margin-bottom: 11px;
    font-size: 13px;
    font-weight: bold;
    color: #707070;
}
#content-wide.simple p {
    margin-bottom: 35px;
}
#content-wide.simple label.active {
    border: 2px solid #fecb16;
}
#content-wide.simple label.active span {
    color: #2f2f2f;
}
#content-wide.simple label img {
    vertical-align: middle;
    margin: 0 10px;
}

#content-wide.simple table {
    table-layout: fixed;
    width: 100%;
}

#content-wide.simple #title {
    background-color: #4D4E4E;
    height: 49px;
    color: #fff;
}
#content-wide.simple #info {
    height: 130px;
}
#content-wide.simple #info #plan {
    text-align: right;
}
#content-wide.simple #info #plan img {
    float: right;
    margin: 0 25px;
}
#content-wide.simple #info #plan div {
    line-height: 30px;
    font-weight: bold;
}
#content-wide.simple #info span {
    color: #3f86d0;
    display: block;
}
#content-wide.simple #total {
    height: 220px;
}
#content-wide.simple #total td {
    position: relative;
}
#content-wide.simple #total hr {
    position: absolute;
    top: 0;
    width: 90%;
    left: 5%;
    border: 1px solid #EBEBEB;
}
#content-wide.simple #total div {
    float: left;
    width: 320px;
    height: 79px;
    background-color: #F2F7F1;
    border: 3px solid #CAE1CB;
    border-radius: 15px;
    margin-left: 20px;
    padding: 25px;
}
#content-wide.simple #total div table tr:nth-child(1) td {
    width: 210px;
}
#content-wide.simple #total div table tr {
    height: 20px;
}
#content-wide.simple #total div table td {
    text-align: right;
}
#content-wide.simple #total div table {
    width: 100%;
    height: 100%;
}
#content-wide.simple #total table span {
    font-weight: bold;
    color: #8dc63f;
    font-size: 19px;
}
#content-wide.simple tr td {
    text-align: center;
    vertical-align: middle;
}

#content-wide.simple h1 {
    font-size: 20px;
    color: #4b566a;
    margin-bottom: 50px;
}
#content-wide.simple #actions {
    margin-top: 40px;
}
#content-wide.simple #actions input:nth-child(1) {
    float: right;
}
#content-wide.simple #actions input:nth-child(2) {
    float: left;
}
#content-wide #top-content p {
    color: #808080;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
}

#content-wide #top-content p.notice {
    font-weight: bold;
}

#or {
    font-size: 18px;
    color: #b7b7b7;
    padding: 0 15px;
}

#content-wide a.btn2 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 175px;
    height: 30px;
    padding-top: 15px;
}

#content-wide form a {
    text-decoration: none;
    color: #0db9e7;
}

#content-wide form {
    background-color: #ecf0f5;
    padding: 25px 20px;
}

#content-wide form p {
    font-size: 10px;
    color: #808080;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 5px;
}

#register-info {
    position: relative;
    height: 180px;
    margin: 20px 0 10px;
    border: 3px solid #E3E4E6;
    background-color: #fff;
    border-radius: 10px;
}
#register-info .btn {
    position: absolute;
    bottom: 25px;
    left: 20px;
}
#content-wide input[type=text], #content-wide input[type=password], #content-wide input[type=email],
#contact-us input[type=text], #contact-us input[type=password], #contact-us input[type=email] {
    padding-right: 50px;
    margin-top: 15px;
    border: 1px solid #d5dee5;
    border-radius: 5px;
    width: 160px;
    height: 40px;
    font-family: Tahoma;
    font-size: 11px;
    color: #b9b9b9;
    box-shadow: inset 0 0 5px 1px rgba(213, 222, 229, 0.5);
}

#contact-us input[type=text], #contact-us input[type=password], #contact-us input[type=email] {
    width: 173px;
    margin-right: 16px;
    padding: 0 15px;
}

#contact-us textarea {
    width: 855px;
    height: 200px;
    margin: 15px 16px;
    border: 1px solid #d5dee5;
    border-radius: 5px;
    box-shadow: inset 0 0 5px 1px rgba(213, 222, 229, 0.5);
    padding: 10px;
    font-size: 12px;
    font-family: IRANSans;
}

#content-wide input[type=radio] {
    background: url(../images/radio.png) top left;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    position: relative;
    width: 15px;
}

#content-wide input[type=radio]:checked {
    background: url(../images/radio.png) top right;
}

#content-wide label {
    font-size: 11px;
    color: #8e8e8e;
}

#content-wide a {
    font-size: 11px;
}

#btn-login-form {
    position: relative;
    background-color: #81BE72;
    border-radius: 30px;
    font-size: 11px !important;
    font-weight: bold;
}

form div.input-group {
    position: relative;
}

.input-group .error, .error {
    color: red !important;
}

form.inline div.input-group {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
form.inline div.input-group input, #g-recaptcha {
    margin-right: 18px;
}
form div.input-group:nth-child(5) {
    margin-top: 0px;
}
form div.input-group:nth-child(6) {
    margin-top: 15px;
}

#btn-login-form i {
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 18px;
    vertical-align: middle;
}

#btn-register-form {
    position: relative;
    background-color: #55B6E2;
    border-radius: 30px;
    font-size: 11px !important;
    font-weight: bold;
}

#btn-register-form i {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 18px;
    vertical-align: middle;
}

#shape {
    margin-bottom: 0;
    background: url(../images/form-shape.jpg) no-repeat bottom right 90px;
    height: 16px;
    padding: 0;
}

#shape2 {
    margin-bottom: 0;
    background: url(../images/form-shape.jpg) no-repeat bottom right 315px;
    height: 16px;
    padding: 0;
}

.input-group i {
    display: block;
    width: 35px;
    margin-right: 20px;
    text-align: center;
    position: absolute;
    margin-top: 30px;
    color: #bfbfbf;
    border-left: 1px solid #ebebeb;
}

.input-group span {
    display: block;
    width: 35px;
    margin-left: 3px;
    text-align: center;
    position: absolute;
    color: #bfbfbf;
    border-left: 1px solid #ebebeb;
    z-index: 100000;
}

#captcha-input {
    width: 145px !important;
    margin-right: 85px;
    padding-right: 0 !important;
    padding-left: 5px;
    direction: ltr;
}

#captcha-img {
    position: absolute;
    right: 3px;
    height: 40px;
    margin-top: 14px;
    color: #bfbfbf;
    margin-left: 15px;
    border: 1px solid #ebebeb;
    border-radius: 5px;

}

/**
 * Plans
 */

.plan {
    cursor: pointer;
    position: relative;
    margin-left: 15px;
    display: inline-block;
    float: right;
    background-color: #fff;
    width: 300px;
    height: 305px;
    overflow: visible;
    margin-bottom: 25px;
    border: 3px solid #fff;
}

.plan.active {
    border: 3px solid #CFE3F4;
    border-radius: 8px;
}

.plan h2 {
    text-align: center;
    color: #666978;
    font-size: 20px;
    margin-bottom: 10px;
}
.plan span:before {
    content: '+';
    color: #F3F9FE;
    font-weight: normal;
    font-size: 40px;
}
.plan.active span:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f058';
    color: #fff;
    font-size: 35px;
}
.plan span {
    display: block;
    position: absolute;
    bottom: -30px;
    right: 123px;
    background-color: #BFC6CE;
    border-radius: 50%;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.plan.active span {
    background-color: #5285CA;
    line-height: 68px;
}

.plan div {
    height: 68px;
    text-align: center;
    margin: 30px 0 15px;
}

.plan p {
    font-size: 13px !important;
    font-weight: normal !important;
    text-align: center;
    line-height: 10px;
    color: #6c6a6a !important;
}

.plan:nth-child(1) {
    margin-right: 6px;
}

.plan:nth-child(3) {
    margin-left: 0;
}

.cycles {
    height: 120px;
    margin: 20px 0 10px;
    border: 3px solid #CFE3F4;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
.cycles label {
    cursor: pointer;
    margin-top: 30px;
    display: inline-block;
    margin-right: 10px;
    width: 135px;
    height: 60px;
    border: 2px solid #E6E8EC;
    border-radius: 10px;
    text-align: right;
    line-height: 10px;
    position: relative;
}
.cycles label.active {
    background-color: #F2F7F1;
    border: 2px solid #C4DDC4;
}
.cycles.blue label.active {
    background-color: #F4F8FC;
    border: 2px solid #D5E8F7;
}
.cycles label input[type=radio] {
    margin-left: 8px;
    position: absolute;
    top: -6px;
    -webkit-appearance:none;
    box-shadow:0 1px 1px 0px #aaa inset;
    border-radius: 50%;
}
.cycles label input[type=radio]:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 30% auto;
    border-radius:50%;
}
.cycles label input[type=radio]:active, .cycles label input[type=radio]:focus {
    background-image: none;
    outline: 0;
}
.cycles label input[type=radio]:checked:before {
     background:#82af7a;
    box-shadow: none;
    width: 5px;
    height: 5px;
 }
.cycles.blue label input[type=radio]:checked:before {
     background:#5285CA;
    box-shadow: none;
    width: 5px;
    height: 5px;
 }
.cycles label div{
    display: inline-block;
    font-size: 14px;
}
.cycles label div strong {
    display: block;
    font-weight: bold;
    margin: 14px 0 10px;
    color: #3b86c4;
}
.cycles label.active div strong {
    color: #82af7a;
}
.cycles.blue label.active div strong {
    color: #3b86c4;
}
.cycles label div span {
    display: block;
    color: #404040;
}
.cycles select {
    width: 80px;
    background: #fff !important;
    border-radius: 5px;
    box-shadow: inset 0 -2px 0 0 rgba(240, 240, 240, 0.76);
    height: 35px;
    margin-right: 10px;
    font-family: IRANSans;
    font-weight: normal;
}

/**
 * Alert Boxes
 */
.alert {
    margin: 20px 20px;
    font-family: IRANSans !important;
    padding: 25px 65px 25px 35px !important;
    border: 1px solid #e9dab1;
}

.alert p {
    line-height: 20px !important;
    font-size: 11px;
}

.alert-orange {
    background-color: #fff9d8;
    background-image: url('../images/alert-orange.png');
    background-repeat: no-repeat;
    background-position: center right 15px;
    border-top: 2px solid #ffce6e !important;
    box-shadow: inset 0 0 30px 5px rgba(244, 238, 207, 1);
    color: #404040;
}

.alert-orange h5 {
    color: #ffaa00;
    font-family: IRANSans;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

/**
 * Single Content - Content Menu - Content Tabs
 */
#single-content {
    margin: 20px 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 10px 0 rgba(204, 204, 204, 1);
}

#content-menu {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    line-height: 55px;
    font-weight: bold;
    font-size: 11px;
    box-shadow: inset 0 -2px 0 0 rgba(240, 240, 240, 0.76);
}

#content-menu a {
    margin-right: -3px;
    text-decoration: none;
    color: #444;
    padding: 17px 20px;
    border-right: 1px solid #ccc;
}

#content-menu a:hover, #content-menu a.active {
    border: 1px solid #4e96ff;
    background-color: #66b8ff;
    box-shadow: inset 0 -2px 0 0 rgba(84, 164, 255, 0.76);
    color: #fff;
}

#content-menu a:hover i, #content-menu a.active i {
    color: #fff;
}

#content-menu li {
    display: inline-block;
}

#content-menu li i {
    margin-left: 5px;
    color: #bdc3c7;
    font-size: 15px;
}

/**
 * Movie Extra Info Tab
 */
#extra-info {
    font-size: 12px;
}

#extra-info a {
    text-decoration: none;
    color: #4284FB;
}

#extra-info a:hover {
    color: #1053d1;
}

#extra-info .row:nth-child(1) {
    line-height: 75px;
}

#extra-info .row {
    border-bottom: 1px solid #dfdfdf;
    line-height: 45px;
    margin: 0 15px;
}

#extra-info .row span {
    color: #428bca;
    width: 175px;
    display: inline-block;
}

#extra-info .row #collection {
    font-family: "OpenSans";
    display: block;
    height: 40px;
    float: left;
    border: 1px solid #cad2d9;
    line-height: 40px;
    margin: 15px 0;
    padding: 0 20px 0 40px;
    border-radius: 3px;
    background: url(../images/play-all.png) no-repeat center left 15px, #ecf0f5;
}

#extra-info .row #collection a {
    text-decoration: none;
    color: #46668d;
}

#extra-info .row #collection a:hover {
    text-decoration: none;
    color: #214877;
}

#extra-info .row .sale {
    cursor: default;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 11px;
}
#extra-info .row .sale#budget {
    border: 1px solid #6A9A41;
    background-color: #8DC05A;
    box-shadow: inset 0 -2px 0 0 #78A84D, inset 0 1px 0 0 #A8CD7E;
}
#extra-info .row .sale#first-week {
    border: 1px solid #C53C2B;
    background-color: #E55945;
    box-shadow: inset 0 -2px 0 0 #B74838, inset 0 1px 0 0 #EA7D6C;
}
#extra-info .row .sale#total-sale {
    border: 1px solid #3B4045;
    background-color: #424A54;
    box-shadow: inset 0 -2px 0 0 #343B43, inset 0 1px 0 0 #798289;
}

#extra-info #awards {
    margin-top: 25px;
}

#extra-info #awards .block {
    float: right;
    display: inline-block;
    width: 270px;
    background-color: #f7f7f7;
    padding: 10px 10px;
    margin-right: 20px;
    border-radius: 3px;
    border: 1px solid #d5dee6;
    box-shadow: inset 0 0 10px 5px rgba(213, 222, 229, 0.5);
    overflow-x: hidden;
}

#extra-info #awards .block h3 {
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #cad2da;
    padding-bottom: 15px;
    padding-top: 5px;
    padding-right: 25px;
    box-shadow: 0 1px 0 0 #fff;
}

#extra-info #awards #oscar h3 {
    color: #f6bb43;
    background: url(../images/oscar.png) no-repeat top 2px right;
}

#extra-info #awards #golden-globe h3 {
    color: #aab2bd;
    background: url(../images/golden-globe.png) no-repeat top 2px right;
}

#extra-info #awards #bafta h3 {
    color: #3baeda;
    background: url(../images/bafta.png) no-repeat top 2px right;
}

#extra-info #awards .block ul {
    margin-top: 15px;
    font-family: IRANSans;
    font-size: 10px;
    height: 150px;
    overflow-y: scroll;
}

#extra-info #awards .block ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#extra-info #awards .block ul::-webkit-scrollbar
{
    width: 2px;
    background-color: #F5F5F5;
}

#extra-info #awards .block ul::-webkit-scrollbar-thumb
{
    background-color: #000000;
}

#extra-info #awards .block ul li {
    line-height: 30px;
    padding-right: 10px;
}

#extra-info .block ul li a {
    color: #3f3f3f;
    text-decoration: none;
    padding-right: 15px;
    background: url(../images/awards-list-icon.png) no-repeat right center;
}

#extra-info .block ul li a:hover {
    color: #479dfc;
    background: url(../images/awards-list-icon-active.png) no-repeat right center;
}

#extra-info #other-actors {
    margin: 20px;
}

#extra-info #other-actors h3 {
    color: #477199;
    font: 'IRANSans' 12px;
    font-weight: bold;
    border-bottom: 2px solid #ecf0f5;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

#extra-info #other-actors .item {
    display: inline-block;
    vertical-align: top;
    width: 91px;
    text-align: center;
    margin-top: 10px;
}

#extra-info #other-actors .item img {
    width: 60px;
    height: 90px;
    border: 7px solid #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

#extra-info #other-actors .item span {
    display: block;
    margin-top: 10px;
    word-wrap: break-word;
}

/**
 * Movie Downloads Tab
 */
#downloads {
    padding: 20px 5px;
}

#downloads .file {
    height: 160px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #cad2d9;
    color: #515f6a;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#downloads .file:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

#downloads .file.dubbed {
    background-color: #dfeffe;
    color: #4888c2;
}

#downloads .file.dub-censor {
    background-color: #f6defc;
    color: #aa4ac2;
}

#downloads .file.censored {
    background-color: #dffef0;
    color: #48c28b;
}

#downloads .file.lilhd {
    background-color: #ffd9d9;
    color: #ff4a4a;
}

#downloads .file .info {
    font-size: 11px;
    margin: 20px 15px 0 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ecf0f5;
}

#downloads .file.dubbed .info, #downloads .file.lilhd .info, #downloads .file.censored .info,
#downloads .file.dub-censor .info {
    border-bottom: 1px solid #fff !important;
}

#downloads .file .info2 {
    font-size: 12px !important;
    position: absolute;
    bottom: 0;
    text-align: left;
    background-color: #ecf0f5;
    width: 435px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border-top: 1px solid #cad2d9;
    font-weight: bold;
}

#downloads .file.lilhd .info2 {
    background-color: #fca1a1 !important;
    border-top: 1px solid #f67c7c;
}

#downloads .file.dubbed .info2 {
    background-color: #b1d5f6 !important;
    border-top: 1px solid #8ab9cc;
}

#downloads .file.dub-censor .info2 {
    background-color: #e7b0f5 !important;
    border-top: 1px solid #bf8bcc;
}

#downloads .file.censored .info2 {
    background-color: #b1f6d7 !important;
    border-top: 1px solid #8accb9;
}

#downloads .file .info2 .quality-box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    float: right;
    background-color: #CAD2D9;
    line-height: 25px;
    margin: 8px 10px 0 0;
    border-radius: 3px;
}

#downloads .file .info2 .quality-box i {
    color: #fff;
    position:absolute;
    z-index: 99999999;
    top: 6px;
    right: 6px;
    font-size: 14px;
}

#downloads .file .info2 .quality-box .fill {
    display: inline-block;
    background-color: #FECD4F;
    position:absolute;
    width:100%;
    border-radius: 3px;
    right: 0;
    bottom: 0;
}

#downloads .file.lilhd {
    border: 1px solid #f67c7c !important;
}

#downloads .file.dubbed {
    border: 1px solid #8ab9cc !important;
}

#downloads .file.dub-censor {
    border: 1px solid #bf8bcc !important;
}

#downloads .file.censored {
    border: 1px solid #8bccba !important;
}

#downloads .file .info span {
    float: left;
}

#downloads .file .links {
    padding: 20px 10px;
}

#downloads .season {
    margin: 10px 10px;
    border: 1px solid #c9d1d9;
    border-radius: 5px;
}

#downloads .season h4 {
    margin-right: 20px;
    color: #66b8ff;
    font-size: 15px;
    line-height: 50px;
    height: 55px;
    cursor: pointer;
}

#downloads .season h4 span {
    float: right;
}

#downloads .season h4 div {
    display: inline-block;
    margin-top: 17px;
    margin-left: 20px;
    float: left;
}

#downloads .season .serial-quality {
    margin: 0 20px;
    border-top: 1px solid #c9d1d9;
}

#downloads .season .serial-quality .cont {
    margin: 10px 0;
    overflow: auto;
    background-color: #ECEDF4;
    border-radius: 5px;
}

#downloads .season .serial-quality h5 {
    color: #565A6A;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
    cursor: pointer;
}

#downloads .season .serial-quality h5 i {
    margin-left: 10px;
    font-size: 20px;
}

#downloads .season .serial-quality h5 i.active {
    color: #77A0FF;
}

#downloads .season .serial-quality ul {
    border-radius: 5px;
    margin: 5px 5px;
    padding: 5px 20px;
    background-color: #fff;
    font-size: 12px;
    color: #565A6A;
    font-weight: bold;
}

#downloads .season .serial-quality ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
}

#downloads .season .serial-quality ul li:last-child {
    border-bottom: 0;
}

#downloads .season .serial-quality ul li span {
    float: right;
}

#downloads .season .serial-quality ul li:hover span {
    color: #E25212;
}

#downloads .season .serial-quality ul li div {
    float: left;
}

/**
 * Movie & Serial Trailer Tab
 */
#trailers {
    padding: 30px 20px;
}

#trailers #videos {
    display: inline-block;
    float: right;
    width: 250px;
}

#trailers #player {
    display: inline-block;
    float: right;
    margin-right: 25px;
}

#trailers #videos h3 {
    padding: 15px;
    background-color: #ecf0f5;
    border: 1px solid #cad2d9;
    border-radius: 3px;
    color: #444444;
    box-shadow: 1px 1px 0 1px #edf0f2;
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
}

#trailers #videos ul li {
    display: block;
    margin-bottom: 15px;
}

#trailers #videos ul li .image {
    float: right;
    width: 50px;
}

#trailers #videos ul li .image img {
    border: 7px solid #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

#trailers #videos ul li .info {
    float: left;
    width: 100px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 25px;
}

#trailers #videos ul li .info span {
    margin-top: 10px;
    display: block;
    font-family: Tahoma;
    font-size: 11px;
    color: #717171;
}

/**
 * Movie & Serial Review Tab
 */
#review {
    position: relative;
    padding: 40px 15px;
    font-size: 13px;
    font-family: IRANSans;
    line-height: 35px;
}

#review img {
    border: 7px solid #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

#review h3 {
    font-weight: bold;
    font-size: 17px;
    color: #7991ad;
    margin-bottom: 25px;
}

#review hr {
    margin-top: 30px;
    border: 1px solid #ecf0f5;
}

#review #source {
    bottom: 117px;
    left: 100px;
    background-color: #fff;
    border: 1px solid #ecf0f5;
    border-radius: 15px;
    position: absolute;
    padding: 0 25px;
    color: #b2b9bf;
}

#review #source a {
    text-decoration: none;
    color: #499fff;
}
#review .author-item {
    margin-top: 40px;
    display: inline-block;
    width: 150px;
}
#review .author-item span {
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #499fff;
}
#review .author-item a {
    color: #8493a1;
    text-decoration: none;
}

/**
 * About Us Page
 */

#about-us {
    padding: 40px 20px;
    margin-bottom: 20px;
}

#about-us h1 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 24px;
    font-weight: bold;
    color: #3d3d3d;
    margin-bottom: 20px;
}

#about-us #content {
    font-size: 12px;
    border: 2px solid #ededed;
    border-top: 2px solid #8dc153;
    line-height: 30px;
    padding: 35px 20px;
    box-shadow: inset 0 0 30px 5px rgba(63, 63, 63, 0.1);
}

/**
 * Contact Us Page
 */

#contact-us {
    padding: 40px 20px;
    margin-bottom: 20px;
}

#contact-us h1 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 24px;
    font-weight: bold;
    color: #3d3d3d;
    margin-bottom: 20px;
}

#contact-us #content {
    font-size: 12px;
    border: 2px solid #ededed;
    border-top: 2px solid #1AA2AF;
    line-height: 30px;
    padding: 35px 20px;
    box-shadow: inset 0 0 30px 5px rgba(63, 63, 63, 0.1);
}

#contact-us p {
    padding: 0 15px;
}

#btn-contact {
    font-family: IRANSans;
    display: inline-block;
    width: 115px;
    height: 45px;
    text-align: center;
    border-radius: 3px;
    margin-right: 15px;
    text-decoration: none;
    font-size: 14px;
    background-color: #2DA0D9;
    border: 1px solid #2083B4;
    color: #fff;
    box-shadow: inset 0 -2px 0 0 #2480AD;
    text-shadow: 0 1px 0 #217FCB;
}
#btn-contact:hover {
    background-color: #3FC1D9;
    border: 1px solid #2CA5BB;
    box-shadow: inset 0 -2px 0 0 #36A8BE;
}

/**
 * Report File
 */

#report {
    padding: 40px 20px;
    margin-bottom: 20px;
}

#report h1 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 24px;
    font-weight: bold;
    color: #3d3d3d;
    margin-bottom: 20px;
}

#report #content {
    font-size: 12px;
    border: 2px solid #ededed;
    border-top: 2px solid #EE6742;
    line-height: 30px;
    padding: 35px 20px;
    box-shadow: inset 0 0 30px 5px rgba(63, 63, 63, 0.1);
}

#report input[type=text] {
    width: 300px;
    border-radius: 5px;
    line-height: 30px;
    height: 30px;
}

#report textarea {
    width: 99%;
    height: 200px;
    border-radius: 5px;
}

#report form p {
    margin-top: 10px;
}

/**
 * Jobs Page
 */

#jobs {
    padding: 40px 20px;
    margin-bottom: 20px;
}

#jobs h1 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 24px;
    font-weight: bold;
    color: #3d3d3d;
    margin-bottom: 20px;
}

#jobs #content {
    font-size: 12px;
    border: 2px solid #ededed;
    border-top: 2px solid #434a54;
    line-height: 30px;
    padding: 35px 20px;
    box-shadow: inset 0 0 30px 5px rgba(63, 63, 63, 0.1);
}

/**
 * Download List
 */

#download-list h2 {
    margin: 30px 20px;
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 18px;
}

#download-list #content-movie {
    margin: 30px 20px;
    direction: ltr;
    border: 2px solid #ededed;
    border-top: 2px solid #f6bb43;
    line-height: 30px;
    padding: 35px 20px;
    box-shadow: inset 0 0 30px 5px rgba(63, 63, 63, 0.1);
}

#download-list #content-serial {
    margin: 30px 20px;
    direction: ltr;
    border: 2px solid #ededed;
    border-top: 2px solid #e9573e;
    line-height: 30px;
    padding: 35px 20px;
    box-shadow: inset 0 0 30px 5px rgba(63, 63, 63, 0.1);
}

#download-list .item {
    position: relative;
    display: inline-block;
    float:left;
    width: 215px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 25px;
}

#download-list .item img {
    display: block;
    width: 185px;
    height: 280px;
    border: 7px solid #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-bottom: 10px;
}

#download-list .item a {
    text-decoration: none;
    color: #000;
}

#download-list .item i {
    position: absolute;
    top: 2px;
    right: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: #E52730;
    padding: 2px 3px 3px;
}

.toast button.confirm {
    float: left;
    font-family: IRANSans;
    font-size: 12px;
}

#updated-serials li img {
    width: 60px;
    height: 90px;
    float: right;
    margin: 1px 1px 10px 15px;
    padding: 5px;
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #e6e6e6;
}

#updated-serials li h5 {
    padding-top: 10px;
}

#updated-serials li h5 a {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    color: #60615F;
    text-decoration: none;
}

#updated-serials li h5 a:hover {
    color: #2b3438;
}

#updated-serials li div:nth-of-type(1) {
    color: #656d78;
    font-family: Tahoma;
    font-size: 11px;
    margin-bottom: 15px;
}

#updated-serials li div:nth-of-type(2) {
    font-family: IRANSans;
    font-size: 12px;
    color: #232b2f;
    margin-bottom: 15px;
}

#latest-dubbed ul li {
    float: right;
}

#latest-dubbed ul li img {
    border: 5px solid #fff;
    width: 85px;
    margin: 2px 3px 5px 0;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #e6e6e6;
}

#latest-dubbed ul li:nth-child(3n) img {
    margin-left: 0;
}

#stats-block {
    background: url(../images/stats.png) right 13px center no-repeat, linear-gradient(to bottom, #67baff, #5bb0ff);
}

#news-block .block-title {
    background: url(../images/news-block.png) right 14px center no-repeat, linear-gradient(to bottom, #67baff, #5bb0ff);
}

#news-block .block-content img {
    width: 280px;
    height: 145px;
    border: 7px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0 0 1px #e6e6e6;
    margin-bottom: 20px;
}

#news-block .block-content h5 {
    font-size: 14px;
    color: #60615F;
    font-weight: bold;
}
#news-block .block-content #news-info {
    height: 40px;
    line-height: 50px;
    border-bottom: dotted 1px #DADADA;
    margin-bottom: 15px;
}
#news-block .block-content #news-info span {

    color: #CBCBCB;
    margin-left: 20px;
}
#news-block .block-content p {
    color: #4F504E;
    font-family: Tahoma;
    line-height: 20px;
}
#news-block .block-content a#news-link {
    color: #77C459;
    float: left;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    line-height: 60px;
    cursor: pointer;
}
#news-block li {
    list-style-image: url('/assets/images/news-list.png');
    margin-right: 10px;
}
#news-block li a {
    text-decoration: none;
    font-size: 13px;
    color: #657283;
    font-weight: bold;
}
#news-block li .news-info {
    color: #ccc;
    line-height: 30px;
}

#reviews-block li img {
    width: 60px;
    height: 90px;
    float: right;
    margin: 1px 1px 10px 15px;
    padding: 5px;
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #e6e6e6;
}

#reviews-block li a {
    text-decoration: none;
}

#reviews-block li h5 {
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    color: #60615F;
}

#reviews-block li .review-author {
    color: #6AC0E0;
}
#m-genres-block .block-content, #s-genres-block .block-content {
    max-height: none;
}
#m-genres-block li a, #s-genres-block li a {
    text-decoration: none;
    color: #4D4D4D;
    background: url('/assets/images/arrow2.png') no-repeat right 5px center;
    padding: 5px 20px;
}
#m-genres-block li a:hover, #s-genres-block li a:hover {
    color: #72BBFA;
    border-radius: 3px;
    background: url('/assets/images/arrow2-active.png') no-repeat right 6px center, #E7ECF2;
}
#m-genres-block li, #s-genres-block li {
    display: inline-block;
    width: 95px;
    line-height: 40px;
}
#m-genres-block ul, #s-genres-block ul {
    margin-bottom: 20px;
}
#m-genres-block .block-title {
    background: url(../images/m-genres-block.png) right 12px center no-repeat, linear-gradient(to bottom, #67baff, #5bb0ff);
}
#s-genres-block .block-title {
    background: url(../images/s-genres-block.png) right 12px center no-repeat, linear-gradient(to bottom, #67baff, #5bb0ff);
}

a.cat-btn {
    text-decoration: none;
    margin-bottom: 8px;
}
.cat-btn span img {
    vertical-align: middle;
}
.cat-btn span {
    display: inline-block;
    text-align: center;
    width: 45px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
#m-genres-block .cat-btn, #s-genres-block .cat-btn {
    display: block;
    width: 295px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    box-shadow: inset 1px 1px 0 1px rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-size: 14px;
}
.cat-btn#btn-250-movie, .cat-btn#btn-mini-serial {
    background-color: #4E8BD9;
    border: 1px solid #427DC8;
}

.cat-btn#btn-hd-movie {
    background-color: #967ED9;
    border: 1px solid #7855C9;
}

.cat-btn#btn-3d-movie, .cat-btn#btn-dubbed-serial {
    background-color: #E75844;
    border: 1px solid #C60000;
}

.cat-btn#btn-suggested-movie {
    background-color: #D94656;
    border: 1px solid #CC3C4C;
}

.cat-btn#btn-men-actor {
    background-color: #F5BA4F;
    border: 1px solid #E2A73D;
}

.cat-btn#btn-women-actor, .cat-btn#btn-suggested-serial {
    background-color: #8EC059;
    border: 1px solid #6D9A3E;
}

.cat-btn#btn-directors {
    background-color: #3FBC9C;
    border: 1px solid #32A889;
}

.cat-btn#btn-oscar {
    background-color: #D672AC;
    border: 1px solid #C25795;
}

.cat-btn#btn-golden-globe {
    background-color: #AAB2BD;
    border: 1px solid #949DA9;
}

.cat-btn#btn-bafta, .cat-btn#btn-anime {
    background-color: #434A54;
    border: 1px solid #434A54;
}

.cat-btn#btn-collections {
    background-color: #42AFD8;
    border: 1px solid #3998BC;
}

#stats div {
    padding-right: 50px;
}

#stats div p {
    font-size: 14px;
    font-family: IRANSans;
    font-weight: normal;
    color: #838383;
    line-height: 40px;
}

#stats div span {
    font-size: 18px;
    font-family: IRANSans;
    font-weight: bold;
    color: #63b7ff;
}

#stats #movie-stat {
    background: url("/assets/images/title-icon.png") center right no-repeat;
}

#stats #serial-stat {
    background: url("/assets/images/title-icon-serial.png") center right no-repeat;
}

#stats #user-stat {
    background: url("/assets/images/users-stats.png") center right no-repeat;
}

#stats #dubbed-stat {
    background: url("/assets/images/dubbed-stats.png") center right 2px no-repeat;
}

/**
 * Actors Biography
 */
.follow-actor {
    display: block;
    line-height: 40px;
    border: 1px solid #c4c4c4;
    width: 100%;
    text-align: center;
    font-family: IRANSans;
    color: #52a9ff;
    font-size: 11px;
    border-radius: 4px;
    text-decoration: none;
    background: url("/assets/images/follow.png") center right 7px no-repeat, #fff;
}

#biography h2 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 25px;
    line-height: 60px;
    background-color: #fafafa;
    color: #2a3238;
    padding-right: 20px;
    border-bottom: 1px solid #d9dee3;
}

#biography #data {
    background-color: #ecf0f5;
    padding: 30px 25px;
}

#biography #side {
    float: right;
    width: 136px;
}

#biography #side img {
    width: 122px;
    height: 169px;
    border: 7px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 2px #e6e6e6;
    margin-bottom: 10px;
}

#biography #side #followers {
    margin-top: 10px;
    line-height: 42px;
    font-family: IRANSans;
    font-weight: bold;
    font-size: 11px;
    background-color: #52a9ff;
    box-shadow: inset 0 0 3px 5px rgba(78, 150, 255, 0.5);
    border: 1px solid #4e96ff;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

#biography #info {
    float: left;
    text-align: right;
    padding: 0 15px;
    width: 410px;
    line-height: 40px;
}

#biography #info h1 {
    font-family: "OpenSans";
    font-size: 17px;
    color: #3274a6;
    border-bottom: 2px solid #a9c2e2;
    padding-bottom: 10px;

}

#biography #info #birthday {
    font-family: IRANSans;
    font-size: 12px;
    color: #000;
}

#biography #info #birthday span {
    direction: ltr;
    font-family: OpenSans;
    margin-right: 10px;
    font-size: 13px;
    color: #000;
}

#biography #info #actor-stats #imdb-actor img {
    border: 6px solid #fff;
    border-radius: 6px;
    box-shadow: 0 0 1px 2px #e6e6e6;
}
#biography #info #actor-stats i {
    font-size: 16px;
    vertical-align: middle;
    width: 20px;
    color: #899CC4;
    margin-left: 5px;
}
#biography #info #actor-stats #movies-count, #biography #info #actor-stats #serials-count {
    background-color: #fff;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #DBDDE4;
    padding: 0 10px;
    box-shadow: inset 1px 1px 2px 0 #E9EBF0;
}
#biography #info #actor-stats div {
    display: inline-block;
    float: right;
    margin-left: 10px;
    line-height: 38px;
}

#biography #actor-awards ul {
    display: inline-block;
    width: 170px;
    float: right;
    font-size: 12px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    line-height: 25px;
}

#biography #actor-awards #winner {
    margin-left: 30px;
}

#biography #actor-awards h5 {
    margin-bottom: 10px;
    color: #5F1DFF;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D7E5;
}

#actor-tabs {
    border-bottom: 1px solid #C5C4C5;
    box-shadow: 1px 0 1px 2px #ECEBEB;
}

#biography-tab {
    padding: 40px 15px;
    font-size: 13px;
    font-family: IRANSans;
}
#biography-tab hr {
    margin-top: 30px;
    border: 1px solid #ecf0f5;
}

#biography-tab #source {
    bottom: 60px;
    left: 100px;
    background-color: #fff;
    border: 1px solid #ecf0f5;
    border-radius: 15px;
    position: absolute;
    padding: 0 25px;
    color: #b2b9bf;
}

#biography-tab #source a {
    text-decoration: none;
    color: #499fff;
}

#biography-tab div#bio {
    line-height: 30px;
}

#actor-tabs li {
    display: inline-block;
    float: right;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
}

#actor-tabs li i {
    margin-left: 10px;
}

#actor-tabs li:hover, #actor-tabs li.active {
    height: 58px;
    background-color: #00D855;
    color: #fff;
    border: 1px solid #01B43D;
    box-shadow: inset 0 -2px 0 0 #08BC48;
    border-radius: 2px;
}

.hidden {
    display: none;
}

.tooltip {
    font-size: 14px !important;
}

#tags {
    vertical-align: middle;
    line-height: 45px;
    min-height: 45px;
    margin: 5px 20px;
    background-color: #ECEEF6;
    border: 1px solid #bec2c8;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: inset 0 0 10px 0 rgba(42, 42, 42, 0.3);
    color: #848A97;
    font-weight: bolder;
}

#tags i {
    vertical-align: middle;
    font-size: 20px;
    padding-right: 10px;
    padding-left: 5px;
}

#tags span {
    margin-left: 10px;
}

#tags a {
    color: #4851b9;
    text-decoration: none;
    margin-left: 10px;
    border: 1px solid #C7C7C7;
    font-size: 10px;
    font-weight: normal;
    padding: 6px 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: inset 0 -2px 0 0 #EFEFEC;
}

#ratings {
    border: 2px solid #D0D3D7;
    background: linear-gradient(to bottom, #fff 10%, #F4F5F9 100%);
    margin: 30px 35px;
    border-radius: 5px;
    color: #AEAFB8;
    padding: 40px 20px;
    height: auto;
}

#ratings h3 {
    margin: 10px 60px 20px 0;
    line-height: 20px;
}

#ratings h3 span {
    font-size: 14px;
    font-weight: bold;
}

#ratings h3 small {
    font-size: 12px;
}

#ratings .fa-title {
    float: right;
    font-size: 60px;
}

#ratings #all-rates .rate-box {
    border: 2px solid #DBE0E7;
    background: #fff;
    border-radius: 5px;
    box-shadow: inset 0 0 10px 1px #F2F5FA;
    height: 75px;
    width: 250px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

#ratings #all-rates .rate-box i {
    font-size: 25px;
    vertical-align: middle;
    margin-left: 5px;
}

#ratings #all-rates .rate-box h5 {
    font-size: 12px;
    font-weight: bold;
}

#ratings #all-rates .rate-box span {
    float: left;
    font-size: 35px;
    margin: 5px 5px;
}

#ratings #all-rates .rate-box small {
    font-size: 13px;
    font-family: Tahoma;
    margin-bottom: 10px;
}

#ratings #all-rates .rate-box small {
    font-size: 13px;
    font-family: Tahoma;
    margin-bottom: 10px;
}

#ratings #all-rates .rate-box .progress {
    margin-top: 15px;
    height: 14px;
    border-radius: 15px;
    border: 2px solid #DBE0E7;
    background: #fff;
    box-shadow: inset 0 0 10px 1px #F2F5FA;
}

#ratings #all-rates .rate-box .progress-bar {
    height: 10px;
    border: 2px solid #5298FC;
    box-shadow: inset 0 0 10px 1px #81C6FD;
    border-radius: 15px;
}

#ratings #rate-it {
    margin: 0 75px;
}

#ratings #rate-it button, #ratings #rate-it button:focus {
    border: 0 none transparent;
    padding:0;
    margin:0;
    background-color: transparent;
    outline:0;
}

#ratings #rate-it .rate-box i {
    font-size: 25px;
    vertical-align: middle;
    margin-left: 5px;
}

#ratings #rate-it .rate-box {
    height: 40px;
    width: 200px;
    line-height: 40px;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 2px solid #DBE0E7;
    background: #fff;
    border-radius: 5px;
    box-shadow: inset 0 0 10px 1px #F2F5FA;
}

#ratings #rate-it .rate-box div {
    float: left
}

#ratings #rate-it input {
    text-align: center;
    font-weight: bold;
}

#ratings #submit {
    float: left;
    margin-left: 90px;
}

#ratings #submit button {
    font-family: IRANSans;
    color: #fff;
    background-color: #00D855;
    border: 2px solid #08B93F;
    border-radius: 5px;
    box-shadow: inset 0 -2px 0 0 #01BD49;
    width: 150px;
    height: 40px;
    cursor: pointer;
}

.prefix i, .postfix i {
    font-size: 10px !important;
    vertical-align: middle;
}

.postfix i {
    padding-right: 5px;
}

.postfix, .prefix {
    height: 20px;
    width: 10px;
}

.toast {
    font-family: IRANSans;
    line-height: 20px;
    font-size: 12px;
}

.toast-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.toast-message {
    font-weight: normal;
}

#suggested {
    margin: 20px 20px;
    border: 2px solid #D0D3D7;
    border-radius: 5px;
    background-color: #F7F7F7;
    box-shadow: inset 0 0 5px 3px #E5E5ED;
    height: auto;
    padding: 25px 15px;
    color: #AEAFB8;
    overflow: hidden;
}

#suggested h3 {
    border-bottom: 2px solid #C9CED7;
    padding-bottom: 15px;
    padding-right: 10px;
    margin-bottom: 15px;
}

#suggested .post {
    display: inline-block;
    margin-left: 30px;
    margin-right: 9px;
    float:right;
    position: relative;
}

#suggested .post p {
    width: 175px;
    margin-top: 10px;
    text-align: center;
}

#suggested .post img {
    width: 175px;
    height: 300px;
    border: 5px solid #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 2px #e6e6e6;
}

#suggested .post:hover img {
    border: 5px solid #2D3138;
}

#suggested .post:last-child {
    margin-left: 0;
}
/* The ribbons */
.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100px; height: 100px;
    text-align: right;
}
.ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 125px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#FFC51F 0%, #FFA701 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -30px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #FFA701;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FFA701;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #FFA701;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #FFA701;
}

#comments {
    margin: 50px 35px 10px 35px;
    border-radius: 5px;
    color: #BBC3CF;
}

#comments h3 {
    margin: 10px 70px 20px 0;
    line-height: 20px;
}

#comments #comments-title {
    border-bottom: 2px solid #babdc3;
}

#comments h3 span {
    font-size: 15px;
    font-weight: bold;
}

#comments h3 small {
    font-size: 12px;
}

#comments .fa-title {
    float: right;
    font-size: 60px;
}

#comments h4 {
    margin: 30px 100px 20px;
    font-size: 14px;
    color: #6057D7;
    border-bottom: 2px solid #cacdd3;
    padding-bottom: 20px;
}

#comments textarea {
    width: 76%;
    margin: 0 100px;
    font-family: IRANSans;
    height: 150px;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #DBDEE2;
    padding: 10px;
    box-shadow: inset 0 0 10px 2px #DFE2E7;
}

#comments button#submit-comment {
    font-family: IRANSans;
    color: #fff;
    background-color: #4E8BD9;
    border: 2px solid #006EC7;
    border-radius: 5px;
    box-shadow: inset 0 -2px 0 0 #447ABF;
    width: 160px;
    height: 40px;
    margin: 10px 100px;
    float: left;
    cursor: pointer;
}

#comments #comments-list {
    margin-top: 50px;
}

.comment {
    margin-bottom: 20px;
}

.comment .avatar {
    width: 100px;
}

.comment .avatar img {
    width: 75px;
    height: 75px;
    border: 10px solid #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 2px #e6e6e6;
}

.comment .cm-body .info p a {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
    color: #545454;
    margin-bottom: 5px;
    text-decoration: none;
}

.comment .cm-body .info span {
    font-family: Tahoma;
    font-size: 12px;
    color: #BCBCBC;
}

.comment .cm-body .info {
    margin-bottom: 20px;
    float: right;
    padding: 20px 20px 0 0;
}

.comment .cm-body .actions {
    float: left;
    padding: 20px 0 0 20px;
}

.comment .cm-body .actions .btn-like {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #CAD2D9;
    border-radius: 5px;
    box-shadow: inset -1px -1px 10px 0 #E8EBEF;
    font-size: 14px;
    cursor: pointer;
}

.comment .cm-body .actions .btn-like i {
    font-size: 16px;
}

.comment .cm-body .actions .btn-like .like {
    display: inline-block;
    width: 45px;
    text-align: left;
    border-left: 1px solid #CAD2D9;
    padding-left: 5px;
}

.comment .cm-body .actions .btn-like .like:hover i, .comment .cm-body .actions .btn-like .like.active i {
    color: #8EC059;
}

.comment .cm-body .actions .btn-like .dislike {
    display: inline-block;
    width: 45px;
}

.comment .cm-body .actions .btn-like .dislike:hover i, .comment .cm-body .actions .btn-like .dislike.active i {
    color: #E75844;
}

.comment .cm-body {
    width: 745px;
    border: 1px solid #CAD2D9;
    border-radius: 7px;
    min-height: 115px;
}

.comment .cm-body .comment-body {
    white-space: pre-line;
    font-family: Tahoma;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.comment .comment-rate {
    background-color: #ECF0F5;
    height: 125px;
    border-top: 1px solid #CAD2D9;

}

.comment .comment-rate .rate-box {
    display: inline-block;
    width: 220px;
    height: 30px;
    background-color: #fff;
    margin: 20px 18px 0 0;
    border: 1px solid #D5DEE6;
    border-radius: 4px;
    box-shadow: inset 1px 1px 0 1px #F2F5F7;
    line-height: 30px;
    font-weight: bold;
    font-size: 12px;
}

.comment .reply .comment-rate .rate-box {
    width: 180px;
}

.comment .comment-rate .rate-box .score {
    display: inline-block;
    width: 45px;
    float: left;
    text-align: center;
    color: #4284FB;
    margin-left: 5px;
}

.comment .reply .comment-rate .rate-box .score {
    width: 30px;
}

.comment .comment-rate .rate-box .title {
    display: inline-block;
    width: 163px;
    float: right;
    border: 1px solid #CAD2D9;
    border-radius: 4px;
    margin: -1px -1px;
    padding-right: 5px;
    color: #7A91AC;
    background: linear-gradient(#fff 0%, #F5F6F8 100%);
}

.comment .reply .comment-rate .rate-box .title {
    width: 135px;
}

.reply {
    margin-right: 120px;
    margin-top: 20px;
}

.reply .cm-body {
    width: 620px;
    border: 4px solid #F2D600;
}

.comment .btn-reply {
    font-family: IRANSans;
    color: #fff;
    background-color: #62B3FC;
    border: 2px solid #5298FC;
    border-radius: 5px;
    box-shadow: inset 2px 2px 0 0 #81C6FD;
    margin-top: 15px;
    width: 85px;
    height: 30px;
    cursor: pointer;
}

.comment .btn-reply i {
    margin-right: 10px;
    vertical-align: middle;
}

.comment .btn-report-comment {
    font-family: IRANSans;
    font-size: 11px;
    color: #FC5457;
    background-color: #fff;
    border: 1px solid #CAD2D9;
    border-radius: 5px;
    box-shadow: inset -1px -1px 10px 0 #E8EBEF;
    height: 30px;
    line-height: 29px;
    width: 90px;
    cursor: pointer;
}

.comment .btn-like {

}

.comment .btn-dislike {

}

/**
 * Account Page (Profile owner view)
 */

#account h1 {
    overflow: hidden;
}

#account h1 span {
    float: right;
}

.btn-link {
    text-align: center;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 180px;
    border-radius: 5px;
    font-family: IRANSans;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.btn-link i {
    font-size: 16px;
    vertical-align: middle;
    float: right;
    line-height: 30px;
    padding: 0 10px;
}

.btn-link.red {
    background-color: #DC433A;
    border: 1px solid #D62B1C;
}

.btn-link.red i {
    border-left: 1px solid #D62B1C;
}

.btn-link.blue {
    background-color: #5075CE;
    border: 1px solid #4567BF;
}

.btn-link.blue i {
    border-left: 1px solid #4567BF;
}

.btn-link.green {
    background-color: #42CB5E;
    border: 1px solid #2CC34F;
}

.btn-link.green i {
    border-left: 1px solid #2CC34F;
}

#account #account-top {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 3px solid #E8E9F2;
}

#account #account-top #avatar {
    float: right;
}

#account #account-top #avatar img {
    float: right;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 5px solid #E5ECF0;
}

#account #account-top #avatar div {
    float: left;
    color: #A5A5A5;
    font-size: 12px;
    margin: 30px 20px;
    line-height: 30px;
}

#account #account-top #avatar div p:last-child {
    font-family: "Open Sans";
    font-size: 20px;
    color: #444B5C;
}

#account #account-top #avatar div p:last-child i {
    vertical-align: middle;
    font-size: 22px;
}

#account #account-top #links {
    position: absolute;
    float: left;
    height: 125px;
    top: 175px;
    left: 30px;
}

#account .settings {
    margin-top: 30px;
}

#account .settings .setting-box {
    position: relative;
    display: inline-block;
    width: 300px;
    border: 1px solid #D0D3D9;
    margin-left: 16px;
    border-radius: 3px;
    height: 430px;
}

#account .settings .setting-box:last-child {
    margin-left: 0;
}

#account .settings .setting-box h2 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

#user-form {
    float: right;
}
#user-form label {
    display: block;
    color: #6D83A8;
    font-weight: bold;
}
#user-form label i {
    font-size: 16px;
    vertical-align: middle;
    margin: 0 5px;
}
#account input {
    display: block;
    width: 240px;
    height: 30px;
    border-radius: 5px;
    box-shadow: inset 0 0 10px 1px #DAE0EB;
    background-color: #ECEDF4;
    border: 1px solid #ccd2da;
    color: #6D83A8;
    margin: 8px 0 15px 0;
    padding: 0 10px;
    font-family: IRANSans;
}
#account #avatar-content {
    font-size: 12px;
    border-bottom: 1px solid #E8EDF4;
    padding-bottom: 20px;
}
#account #avatar-note {
    margin-top: 15px;
    font-size: 12px;
    line-height: 25px;
}
#account #avatar-note strong {
    color: #DA5551;
    font-weight: bold;
}
#avatar-content .inputfile + .file-div {
    margin-top: 15px;
    display: block;
    width: 390px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    background-color: #F7F8F9;
    border: 1px solid #E8E9EA;
    color: #000;
    padding: 0 10px;
}
#avatar-content .inputfile + .file-div label {
    float: left;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    background-color: #3EC1DA;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #2DA5BC;
    border-radius: 3px;
}
#avatar-content .inputfile + .file-div img {
    float: right;
    width: 40px;
    height: 40px;
    margin: 10px 0 0 10px;
}
#account .inputfile + .file-div span {
    float: right;
}
.file-div span#up-success {
    color: #008000;
    font-weight: bold;
}
.file-div span#up-error {
    color: #FF0000;
    font-weight: bold;
}
#account button {
    height: 40px;
    float: left;
    color: #fff;
    font-family: IRANSans;
    padding: 0 10px;
    border-radius: 5px;
    border: 0;
}
#user-form h2 {
    background: linear-gradient(rgba(107,187,252,1) 0%, rgba(95,178,252,1) 100%);
    border: 1px solid #5298FC;
    box-shadow: 0 0 2px 0 rgba(227,242,254,1);
}
#user-form button {
    background-color: #80E422;
    box-shadow: inset -1px -3px 0 0 #6BC323;
}

#vip-form {
    float: right;
}

#vip-form h2 {
    background: linear-gradient(#E54D42 0%, #E1443A 100%);
    box-shadow: 0 0 2px 0 #F9DDDA;
    border: 1px solid #D1362D;
}

#user-invite {
    float: right;
}
#user-invite input {
    position: absolute;
    bottom: 5px;
    text-align: left;
}
#user-invite h2 {
    background: linear-gradient(#BDC6CF 0%, #B3BDC7 100%);
    box-shadow: 0 0 2px 0 #F9DDDA;
    border: 1px solid #A7B3BE;
}
#user-invite p {
    margin-bottom: 15px;
}

#account .settings .setting-box .s-content {
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
    font-family: IRANSans;
    color: #2F2F2F;
    text-align: justify;
}

/**
 * AnguComplete-Alt
 */
.angucomplete-holder {
    position: relative;
    font-family: OpenSans;
    font-size: 16px;
    line-height: 20px;
}

.angucomplete-dropdown {
    border: 2px solid #D5D8DD;
    border-radius: 5px;
    width: 273px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    top: 60px;
    margin-top: -6px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    display: inline-block;
    width: 80px;
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
    text-align: center;
}

.angucomplete-selected-row {
    background-color: lightblue;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    width: 65px;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

.content-divider {
    margin: 0 20px;
    border: 1px solid #EEEEF1;
}

/**
 * Collections List & Single
 */


#collections h2 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 25px;
    line-height: 60px;
    background-color: #fafafa;
    color: #2a3238;
    padding-right: 20px;
    border-bottom: 1px solid #d9dee3;
}

#collections .item {
    float: right;
    display: inline-block;
    width: 170px;
    margin: 10px 19px;
    text-align: center;
    font-size: 12px;
    color: #4A5054;
}

#collections .item img {
    border: 5px solid #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 2px #e6e6e6;
    width: 160px;
    height: 240px;
}
#collections .item span{
    display: block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
}
#collections .item small{
    display: block;
    margin-top: 10px;
}
#collections .item a {
    color: #4A5054;
    text-decoration: none;
}

#collections #data {
    margin: 15px 0;
}

#collection-cover {
    position: relative;
    height: 280px;
    border: 1px solid #D6D8DE;
    margin: 20px 0;
}
#collection-cover img {
    height: 280px;
    width: 100%;
}
#collection-cover h1 {
    width: 613px;
    color: #fff;
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 15px 0 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.8));
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
/**
 * People List
 */


#people h2 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 25px;
    line-height: 60px;
    background-color: #fafafa;
    color: #2a3238;
    padding-right: 20px;
    border-bottom: 1px solid #d9dee3;
}

#people .item {
    position: relative;
    float: right;
    display: inline-block;
    width: 120px;
    height: 275px;
    margin: 10px 17px;
    text-align: center;
    font-size: 12px;
    color: #2B2F32;
}

#people .item img {
    border: 7px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #e6e6e6;
    width: 120px;
    height: 170px;
}
#people .item span{
    display: block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
}
#people .item button{
    position: absolute;
    margin-top: 20px;
    width: 125px;
    height: 35px;
    bottom: 0;
    right: 0;
    background: #fff;
    border: 1px solid #CBD2D8;
    border-radius: 4px;
    color: #68A8F8;
    font-family: IRANSans;
    font-weight: bold;
    box-shadow: 0 2px 3px 0 rgba(202, 210, 217, 0.4);
    background: url("/assets/images/follow-person.png") no-repeat right 10px top 8px;
}
#people .item button.active,
#people .item button:hover {
    border: 1px solid rgb(78, 150, 255);
    background: url("/assets/images/follow-person-active.png") top 8px right 10px,linear-gradient( to top, #57adff 0%, #64b8ff 100%);
    background-repeat: no-repeat;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4),inset 0 1px 0 0 rgb(126, 197, 255);
    color: #fff;

}
#people .item a {
    color: #4A5054;
    text-decoration: none;
}

#people #data {
    margin: 15px 0;
}

#people #tabs {
    height: 60px;
    line-height: 60px;
    background-color: rgb(236, 240, 245);
    text-align: left;
    padding-left: 20px;
    font-size: 12px;
}

#people #tabs li {
    display: inline-block;
    width: 120px;
    text-align: center;
}

#people #tabs li:hover, #people #tabs li.active {
    border: 1px solid rgb(78, 150, 255);
    background-color: rgb(82, 169, 255);
    box-shadow: inset 0px 1px 5px 0px rgba(78, 150, 255, 0.5);
}
#people #tabs li:hover a, #people #tabs li.active a {
    color: #fff;
}

#people #tabs li a {
    color: #7991ad;
    text-decoration: none;
    font-weight: bold;
    height: 60px;
    width: 120px;
    display: inline-block;
}

#people #tabs li a i {
    font-size: 25px;
    vertical-align: middle;
    margin-left: 10px;
}

/**
 * Top 250 movies list
 */


#top250 h2 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 25px;
    line-height: 60px;
    background-color: #fafafa;
    color: #2a3238;
    padding-right: 20px;
    border-bottom: 1px solid #d9dee3;
}


#top250 .item .post-content {
    float: left;
    width: 370px;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 12px;
}
#top250 .item .post-content .post-title {
    line-height: 30px;
    margin-bottom: 20px;
}
#top250 .item .post-content .post-title h3 {
    float: right;
    width: 330px;
    font-size: 14px;
    direction: ltr;
    text-align: right;
    font-weight: bold;
}
#top250 .item .post-content .post-title h3 a {
    color: #000;
    text-decoration: none;
}
#top250 .item .post-content .post-title h3 a:hover {
    color: #414141;
}
#top250 .item .post-content .post-title span {
    display: inline-block;
    text-align: center;
    background-color: #6586FF;
    font-weight: bold;
    width: 40px;
    height: 30px;
    color: #fff;
    border-radius: 5px;
}

#top250 .item .post-content p {
    text-align: justify;
    font-family: Tahoma;
    font-size: 11px;
    margin-top: 20px;
    line-height: 17px;
    margin-bottom: 20px;
}

#top250 .item .post-side {
    float: right;
    width: 220px;
    margin-top: 15px;
    margin-right: 15px;
}

#top250 {
    padding-bottom: 20px;
}

/**
 * Reviews List
 */


#reviews h2 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 25px;
    line-height: 60px;
    background-color: #fafafa;
    color: #2a3238;
    padding-right: 20px;
    border-bottom: 1px solid #d9dee3;
}


#reviews .item .post-content {
    float: left;
    width: 440px;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 12px;
}
#reviews .item .post-content .post-title {
    line-height: 30px;
    margin-bottom: 5px;
}
#reviews .item .post-content .post-title h3 {
    float: right;
    font-size: 14px;
    direction: ltr;
    text-align: right;
    font-weight: bold;
}
#reviews .item .post-content .post-title h3 a {
    color: #000;
    text-decoration: none;
}
#reviews .item .post-content .post-title h3 a:hover {
    color: #414141;
}
#reviews .item .post-content .post-title span {
    display: inline-block;
    font-family: 'IRANSans';
    font-size: 11px;
    color: #bdbdbd;
}

#reviews .item span.genres a, #reviews .item table a {
    text-decoration: none;
    color: #4284FB;
}
#reviews .item span.genres a:hover, #reviews .item table a:hover {
    color: #1053d1;
}

#reviews .item .post-content .post-title span.genres {
    float: left;
    font-weight: normal;
    color: #000;
}

#reviews .item table {
    width: 100%;
}

#reviews .item table .score {
    width: 150px;
}
#reviews .item table .translator span {
    color: #BD3B3E;
}
#reviews .item table .score span {
    color: #5481AB;
}

#reviews .item .post-side img {
    float: right;
    width: 125px;
    height: 180px;
    margin-top: 15px;
    margin-right: 15px;
}

#reviews {
    padding-bottom: 20px;
}

/**
 * Pagination Bar
 */
#pagination {
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    font-size: 12px;
}

#pagination ul {
    display: table;
    margin: 0 auto;
    width: 100%;
}

#pagination ul li {
    display: table-cell;
    width: 25px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

#pagination ul li.next {
    font-size: 12px;
    width: 70px !important;
}

#pagination ul li.prev {
    font-size: 12px;
    width: 70px !important;
}

#pagination ul li:hover, #pagination ul li.active {
    border-top: 3px solid #6689C1;
    color: #6689C1;
    line-height: 44px;
}

#float-search-box {
    direction: rtl;
    padding: 10px;
    position: absolute;
    background-color: white;
    top: 70px;
    right: 169px;
    width: 440px;
    border: 1px solid #000;
    z-index: 10;
    display: none;
}
#float-search-box div ul {
    max-height: 420px;
    overflow-y: scroll;
}
#float-search-box .actors ul {
    max-height: 200px;
    overflow-y: scroll;
}
#float-search-box div a {
    text-decoration: none;
    line-height: 30px;
    font-size: 12px;
    color: #000;
}
#float-search-box div a img {
    margin: 1px 1px 1px 20px;
    display: inline-block;
    float: right;
    width: 75px;
    height: 110px;
    border: 10px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #e6e6e6;
}
#float-search-box ul li div.title {
    font-weight: bold;
    direction: ltr;
}
#float-search-box ul li div.last-episode {
    color: #52a9ff;
    font-family: Tahoma;
}
#float-search-box div h4 i {
    color: #BCC0C5;
    margin-left: 5px;
}

#float-search-box div h4 {
    font-size: 14px;
    border-bottom: 1px solid #BCC0C5;
    line-height: 40px;
    margin-bottom: 10px;
}
#float-search-box div.actors ul {
    margin-right: 10px;
}
#float-search-box div.actors li {
    display: inline-block;
    float: right;
}

#float-search-box div.actors li img {
    width: 100px;
    height: 140px;
}
#float-search-box div.actors li div {
    width: 120px;
    text-align: center;
}
#float-search-box ul li {
    margin-bottom: 10px;
}

/**
 * Notifications Box
 */
#notification-box {
    direction: rtl;
    padding: 10px;
    position: absolute;
    background-color: white;
    top: 70px;
    right: 90px;
    width: 300px;
    border: 1px solid #000;
    z-index: 10;
    font-size: 12px;
    line-height: 30px;
    display: none;
}
#notification-box a {
    text-decoration: none;
}

#notification-box li img {
    width: 80px;
    height: 112px;
    float: right;
    border: 10px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #e6e6e6;
    margin-left: 15px;
    margin-bottom: 10px;
}

#notification-box li h5 {
    margin-top: 10px;
    line-height: 25px;
    direction: ltr;
    font-family: 'Bahij Palatino Sans Arabic Bold';
    font-size: 20px;
    color: #000;
}

#notification-box li div.serial-last {
    font-family: Tahoma;
    font-size: 12px;
    color: #4664FF;
}

#air-plan-serials li img {
    width: 60px;
    height: 90px;
    float: right;
    margin: 1px 1px 10px 15px;
    padding: 5px;
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #e6e6e6;
}

#air-plan-serials li h5 a {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    color: #232b2f;
    text-decoration: none;
}

#air-plan-serials li h5 a:hover {
    color: #2b3438;
}

#air-plan-serials li div {
    font-family: IRANSans;
    font-size: 12px;
    color: #232b2f;
    margin-top: 15px;
}

/**
 * Followed serials and actors
 */

#followed-serials, #followed-people {
    padding: 30px;
}
#followed-serials h3 {
    color: #56AAFC;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    margin-right: 5px;
}
#followed-serials .fbox {
    border: 1px solid #CAD2D9;
    border-top: 2px solid #4B9BFC;
}

#followed-people h3 {
    color: #E10000;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    margin-right: 5px;
}
#followed-people .fbox {
    border: 1px solid #CAD2D9;
    border-top: 2px solid #E42500;
}

#followed-serials .fdesc, #followed-people .fdesc {
    padding: 20px;
    background-color: #ECF0F5;
    border-bottom: 1px solid #CAD2D9;
    font-size: 12px;
}

#followed-serials .fitems, #followed-people .fitems {
    padding: 30px 25px 40px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 255px;
    width: auto;
}

#followed-serials .fitems .item, #followed-people .fitems .item {
    display: inline-block;
    width: 181px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

#followed-serials .fitems .item a, #followed-people .fitems .item a {
    color: #000;
    text-decoration: none;
}

#followed-serials .fitems .item a div, #followed-people .fitems .item a div {
    margin-left: 25px;
    white-space: normal;
}

#followed-serials .fitems .item img, #followed-people .fitems .item img {
    display: block;
    width: 145px;
    height: 220px;
    border: 7px solid #fff;
    box-shadow: 0 0 1px 1px #E6E6E6;
    border-radius: 5px;
    margin-bottom: 10px;
}

#followed-serials .fitems .item i, #followed-people .fitems .item i {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #fff;
    background-color: #E5614E;
    padding: 4px 5px 5px;
    font-size: 10px;
}

/**
 * User Request Form
 */
#request-form h2 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 25px;
    line-height: 60px;
    background-color: #fafafa;
    color: #2a3238;
    padding-right: 20px;
    border-bottom: 1px solid #d9dee3;
}

#request-form #box-content {
    margin: 25px 20px;
    font-size: 12px;
}

#request-form form {
    margin-top: 25px;
}

#request-form form div p {
    color: #BDB22C;
    margin: 10px 0 0;
}

#request-form input[type="text"] {
    padding: 0 10px;
    width: 330px;
    height: 35px;
    direction: ltr;
    margin-top: 15px;
    border: 1px solid #d5dee5;
    border-radius: 5px;
    font-family: Tahoma;
    font-size: 11px;
    color: #b9b9b9;
    box-shadow: inset 0 0 5px 1px rgba(213, 222, 229, 0.5);
}

#request-form input[type="submit"] {
    width: 115px;
    height: 40px;
    line-height: 35px;
    background-color: #4EC059;
    border: 1px solid #33A03D;
    border-bottom: 3px solid #33A03D;
    box-shadow: inset 1px 1px 0 0 #75CF7E;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 0 #36AB3E;
    font-family: IRANSans;
}
#request-form input[type="submit"]:hover {
    background-color: #65E071;
    border: 1px solid #42B34D;
    border-bottom: 3px solid #42B34D;
    box-shadow: inset 1px 1px 0 0 #87E791;
    text-shadow: 0 1px 0 #47D64F;
}
#request-form .inputName {
    font-weight: bold;
    margin-left: 20px;
}
#request-form div span label {
    margin-left: 10px;
}
#request-form #request-info {
    margin: 20px;
    direction: ltr;
}
#request-form #request-info img {
    display: inline-block;
    width: 65px;
    height: 90px;
    float: left;

    border: 7px solid #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 2px #e6e6e6;
}
#request-form #request-info span {
    float: left;
    margin: 10px;
}
#request-form p {
    line-height: 30px;
}


/**
 * Public Profile
 */
#public-profile h2 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 25px;
    line-height: 60px;
    background-color: #fafafa;
    color: #2a3238;
    padding-right: 20px;
    border-bottom: 1px solid #d9dee3;
}

#public-profile img#avatar {
    float: right;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #E7ECF2;
    margin: 20px;
}

#public-profile #info {
    margin: 30px 125px 0 20px;
    font-size: 12px;
}

#public-profile #info #user-data {
    padding-bottom: 15px;
    border-bottom: 1px solid #E7ECF2;
    height: 40px;
    margin-bottom: 15px;
}

#public-profile #info #user-data #right {
    float: right;
}

#public-profile #info #user-data #left {
    float: left;
    margin-top: -10px;
    padding: 0;
}
#public-profile #info #user-data #left p {
    font-weight: bold;
    margin-top: 5px;
}
#public-profile #info #user-data #left #plan-3{color: #E5BC2D}
#public-profile #info #user-data #left #plan-2{color: #848484;}
#public-profile #info #user-data #left #plan-1{color: #A3401E;}
#public-profile #info #user-data #username {
    color: #6F87A4;
    font-weight: bold;
    margin-bottom: 10px;
}
#public-profile #info #user-data #username span {
    font-weight: normal;
    color: #515151;
}
#public-profile #info #user-data #user-group {
    color: #E1443A;
    font-weight: bold;
    font-size: 16px;
}

#public-profile #info #user-date #register {
    float: right;
    color: #6F87A4;
    font-weight: bold;
}

#public-profile #info #user-date #register span {
    font-weight: normal;
    color: #515151;
}


#public-profile #info #user-date #last-login {
    float: left;
    color: #6F87A4;
    font-weight: bold;
}

#public-profile #info #user-date #last-login span {
    font-weight: normal;
    color: #515151;
}

#public-profile #followed-people, #public-profile #followed-serials {
    padding: 0 30px;
}

#public-profile #followed-people .item, #public-profile #followed-serials .item {
    width: 139px;
}
#public-profile #followed-people .item div, #public-profile #followed-serials .item div {
    margin-right: 10px;
}
#public-profile #followed-people .item img, #public-profile #followed-serials .item img {
    width: 115px;
    height: 160px;
}
#public-profile #followed-people .fitems, #public-profile #followed-serials .fitems {
    height: 200px;
    padding-right: 12px;
}

#awards-box h2 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 25px;
    line-height: 60px;
    background-color: #fafafa;
    color: #2a3238;
    padding-right: 20px;
    border-bottom: 1px solid #d9dee3;
}
#awards-box .section {
    margin: 30px 20px;
    border: 1px solid #CAD2D9;
    border-radius: 2px;
}

#awards-box .section .award-title {
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
}

#awards-box .section .award-title i {
    vertical-align: middle;
    margin-left: 5px;
}

#awards-box .section .item {
    padding: 25px 15px;
}

#awards-box .section .item .post-side img {
    width: 100px;
    height: 170px;
}

#awards-box .section .item .post-side {
    float: right;
    width: 100px;
}

#awards-box .section .item .post-content {
    float: left;
    width: 410px;
    margin-top: 0;
    padding: 0 5px;
}

#awards-box .section .item .post-content .post-title {
    line-height: 30px;
    margin-bottom: 10px;
}
#awards-box .section .item .post-content .post-title h3 {
    float: right;
    width: 330px;
    font-size: 16px;
    direction: ltr;
    text-align: right;
    font-weight: bold;
}
#awards-box .section .item .post-content .post-title h3 a {
    color: #000;
    text-decoration: none;
}
#awards-box .section .item .post-content .post-title h3 a:hover {
    color: #414141;
}

#awards-box .section .item .post-content p {
    text-align: justify;
    font-family: Tahoma;
    font-size: 11px;
    margin-top: 10px;
    line-height: 17px;
    margin-bottom: 20px;
}
#awards-box .section .item .imdb {
    margin-bottom: 0;
}
#awards-box .section .item .actor {
    margin-top: 10px;
}
#awards-box .section .item .director, #awards-box .section .item .director a {
    text-decoration: none;
    font-weight: bold;
}
#awards-box .section .item .director1, #awards-box .section .item .director1 a {
    direction: ltr;
    float: right;
    text-decoration: none;
    font-weight: bold;
}
#awards-box .section .item .director2, #awards-box .section .item .director2 a {
    float: left;
    text-decoration: none;
    font-weight: bold;
}
.award-right {
    float: right;
    display: inline-block;
    width: 80px;
    height: 135px;
}
.award-left {
    float: left;
    display: inline-block;
}

/* Oscar */

#awards-box .section.oscar .item.winner {
    background-color: #FBF1C0;
    border-bottom: 1px solid #FEDA81;
}

#awards-box .section.oscar .award-title {
    background-color: #FEDA81;
    border-bottom: 1px solid #EDC96F;
}

.oscar .award-right {
    background: url("/assets/images/award-oscar.jpg") no-repeat center;
}

#awards-box .section.oscar .item .director, #awards-box .section.oscar .item .director a,
#awards-box .section.oscar .item .director1, #awards-box .section.oscar .item .director1 a,
#awards-box .section.oscar .item .director2, #awards-box .section.oscar .item .director2 a
{
    color: #C79332;
}

/* Golden Globe */

#awards-box .section.gb .item.winner {
    background-color: #FEDADA;
    border-bottom: 1px solid #F59E9F;
}

#awards-box .section.gb .award-title {
    background-color: #F37778;
    border-bottom: 1px solid #E05557;
}

.gb .award-right {
    background: url("/assets/images/award-gb.jpg") no-repeat center;
}

#awards-box .section.gb .item .director, #awards-box .section.gb .item .director a,
#awards-box .section.gb .item .director1, #awards-box .section.gb .item .director1 a,
#awards-box .section.gb .item .director2, #awards-box .section.gb .item .director2 a
{
    color: #E05E60;
}

/* Bafta */

#awards-box .section.bafta .item.winner {
    background-color: #DCE6FC;
    border-bottom: 1px solid #B9CAF0;
}

#awards-box .section.bafta .award-title {
    background-color: #A2B6E3;
    border-bottom: 1px solid #90A8DA;
}

.bafta .award-right {
    background: url("/assets/images/award-bafta.jpg") no-repeat center;
}

#awards-box .section.bafta .item .director, #awards-box .section.bafta .item .director a,
#awards-box .section.bafta .item .director1, #awards-box .section.bafta .item .director1 a,
#awards-box .section.bafta .item .director2, #awards-box .section.bafta .item .director2 a
{
    color: #858586;
}

.years-block .block-content {
    direction: ltr;
}
.years-block a {
    display: inline-block;
    width: 98px;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    color: #000;
}
.years-block a strong {
    margin-left: 10px;
}

/* News */
#news-list {
    padding: 0 0 20px;
}
#news-list h2 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 25px;
    line-height: 60px;
    background-color: #fafafa;
    color: #2a3238;
    padding-right: 20px;
    border-bottom: 1px solid #d9dee3;
}
#news-list .item .post-content {
    float: left;
    width: 440px;
    margin-top: 20px;
    margin-left: 15px;
    font-size: 12px;
}
#news-list .item .post-content .post-title {
    line-height: 30px;
}
#news-list .item .post-content .post-title h3 {
    float: right;
    font-size: 15px;
    direction: ltr;
    text-align: right;
    font-weight: bold;
}
#news-list .item .post-content .post-title h3 a {
    color: #2a3238;
    text-decoration: none;
}
#news-list .item .post-content .post-title h3 a:hover {
    color: #03a2b0;
}
#news-list .item .post-content .info {
    font-size: 12px;
    color: #878888;
    line-height: 40px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 12px;
}
#news-list .item .post-content .info span {
    display: inline-block;
}
#news-list .item .post-content .info span i {
    vertical-align: middle;
    margin-left: 5px;
}
#news-list .item .post-content .info a {
    color: #03a2b0;
    text-decoration: none;
}
#news-list .item .post-content .info a:hover {
    color: #008f9c;
}
#news-list .item .post-content .news-body {
    font-family: Tahoma;
    line-height: 18px;
    color: #434343;
}
#news-list .item .post-content a.link {
    text-decoration: none;
    color: #f23e2c;
    font-size: 13px;
    font-weight: bold;
    float: left;
    margin-top: 20px;
}
#news-list .item .post-content a.link:hover {
    color: #1f1f1f;
}
#news-list .item .post-content a.link i {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 10px;
}
#news-list .item .post-side img {
    float: right;
    width: 125px;
    height: 180px;
    margin-top: 20px;
    margin-right: 15px;
}

#news-post {
    padding: 20px;
}
#news-post .post-title {
    line-height: 30px;
}
#news-post .post-title h3 {
    float: right;
    font-size: 16px;
    direction: ltr;
    text-align: right;
    font-weight: bold;
}
#news-post .post-title h3 a {
    color: #2a3238;
    text-decoration: none;
}
#news-post .post-title h3 a:hover {
    color: #03a2b0;
}
#news-post .info2 {
    font-size: 12px;
    color: #878888;
    line-height: 40px;
    margin-bottom: 12px;
}
#news-post .info2 span {
    display: inline-block;
}
#news-post .info2 span i {
    vertical-align: middle;
    margin-left: 5px;
}
#news-post .info2 a {
    color: #03a2b0;
    text-decoration: none;
}
#news-post .info2 a:hover {
    color: #008f9c;
}
#news-post #news-cover {
    width: 570px;
    height: 240px;
    border: 10px solid #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-bottom: 20px;
}
#news-post .news-body {
    color: #434343;
    font-family: Tahoma;
    line-height: 18px;
    font-size: 12px;
}
#news-comments {
    margin-top: 45px;
}
#news-comments #comments-title .fa-title {
    font-size: 24px;
    vertical-align: middle;
}
#news-comments #comments-title h3 {
    color: #7d7d7d;
    font-weight: bold;
    margin-bottom: 20px;
}
#news-comments textarea {
    width: 565px;
    font-family: IRANSans;
    height: 150px;
    border-radius: 2px;
    border: 1px solid rgb(189, 196, 200);
    padding: 10px;
    box-shadow: inset 0 2px 4.9px 0.1px rgba(0, 0, 0, 0.11);
}
#news-comments #comments-form h4 {
    color: rgb(66, 91, 113);
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#news-comments #comments-form #submit-comment {
    margin-top: 10px;
    float: left;
    border: 1px solid rgb(78, 150, 255);
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-color: #67baff;
    box-shadow: inset 1px 1px 0 0 rgb(126, 197, 255);
    width: 118px;
    height: 44px;
    border-radius: 2px;
    font-family: IRANSans;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 1px rgb(87, 173, 255);
}
#news-comments #comments-form #submit-comment:hover {
    border: 1px solid rgb(78, 150, 255);
    box-shadow: inset 1px 2px 4px 0 rgb(78, 150, 255);
    width: 118px;
    height: 44px;
}



.news-comment {
    margin-bottom: 20px;
}

.news-comment .avatar {
    position: relative;
    width: 110px;
}

.news-comment .info {
    line-height: 20px;
    margin-bottom: 15px;
}

.news-comment .avatar img {
    width: 95px;
    height: 90px;
    border: 8px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0 0 1px #e6e6e6;
}

.news-comment .cm-body .info p a {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
    color: #545454;
    text-decoration: none;
}

.news-comment .cm-body .info span {
    font-family: Tahoma;
    font-size: 12px;
    color: #bcbcbc;
}
.news-comment .cm-body .actions {
    float: left;
}

.news-comment .cm-body {
    width: 435px;
    min-height: 115px;
}

.news-comment .cm-body .comment-body {
    word-wrap: break-word;
    white-space: pre-line;
    font-family: Tahoma;
    font-size: 12px;
    color: #656565;
    line-height: 25px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
}



.news-comment .cm-body .actions {
    float: left;
}

.news-comment .cm-body .actions .btn-like {
    display: inline-block;
    line-height: 30px;
}

.news-comment .cm-body .actions .btn-like i {
    vertical-align: middle;
    font-size: 22px;
}

.news-comment .cm-body .actions .btn-like .like {
    color: #4daf7c;
    margin-left: 20px;
}
.news-comment .cm-body .actions .btn-like .dislike {
    color: #e55f3a;
}
.news-comment .btn-reply {
    border: 1px solid rgb(0, 172, 228);
    color: #fff;
    font-family: Tahoma;
    border-radius: 2px;
    background-color: rgb(0, 172, 228);
    width: 50px;
    height: 25px;
    position: absolute;
    bottom: 15px;
    right: 5px;
}


.news-comment .btn-reply i {
    margin-right: 10px;
    vertical-align: middle;
}

.news-reply {
    width: 500px;
    margin-right: 120px;
    margin-top: 10px;
}
.news-reply .cm-body {
    width: 315px;
}
.news-reply .cm-body .info {
    display: inline-block;
}
#box-office-block .block-content {
    max-height: none;
    overflow: auto;
}
#box-office-block .block-title {
    background: url(../images/box-office.png) right 13px center no-repeat, linear-gradient(to bottom, #67baff, #5bb0ff);
}
#box-office-block li {
    margin-bottom: 20px;
}
#box-office-block li img {
    width: 80px;
    height: 110px;
    float: right;
    margin: 1px 1px 10px 15px;
    padding: 5px;
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #e6e6e6;
}
#box-office-block li .cont {
    float: left;
    width: 180px;
}

#box-office-block li h5 {
    line-height: 30px;
    color: #2a3238;
    margin-bottom: 10px;
    border-bottom: 1px dotted #b2b2b2;
}

#box-office-block li h5 a {
    font-weight: bold;
    font-size: 14px;
    color: #60615F;
    text-decoration: none;
}

#box-office-block li h5 a:hover {
    color: #2b3438;
}
#box-office-block li span i {
    color: #6195bd;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
}
#box-office-block li span {
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
}
#box-office-block li span:nth-of-type(odd) {
    float: right;
    color: #747c83;
    font-size: 12px;
}
#box-office-block li span:nth-of-type(even) {
    float: left;
    color: #f05a2f;
}

#box-office-block li .actions a {
    display: inline-block;
    width: 138px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(236,240,245) 0%, rgba(236,240,245,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(236,240,245) 0%, rgba(236,240,245,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(236,240,245) 0%, rgba(236,240,245,0) 100%);
    box-shadow: 0px 2px 4px 0px rgba(202, 210, 217, 0.5);
    border: 1px solid rgb(202, 210, 217);
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
}

#box-office-block li .actions a i {
    font-size: 22px;
    vertical-align: middle;
    margin-left: 5px;
}

#box-office-block li .actions a:nth-child(1) {
    color: #6ac021;
    margin-left: 10px;
}
#box-office-block li .actions a:nth-child(1):hover, #box-office-block li .actions a:nth-child(1).active {
    color: #fff;
    border: 1px solid rgb(44, 161, 55);
    border-radius: 2px;
    background: #48c253;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
#box-office-block li .actions a:nth-child(2) {
    text-align: right;
    color: #6ebeff;
}
#box-office-block li .actions a:nth-child(2):hover {
    color: #fff;
    border: 1px solid rgb(33, 165, 189);
    border-radius: 2px;
    background: #35c1db;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
#box-office-block li .actions a:nth-child(2) i {
    margin-left: 10px;
    margin-right: 7px;
    font-size: 18px;
}

#awards-list .block-content {

    font-weight: bold;
}

#awards-list ul li span {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #e0e7ee;
    margin-bottom: 10px;
}
#awards-list ul li a:nth-child(1) {
    margin-left: 15px;
}
#awards-list ul li a {
    border: 1px solid rgb(202, 210, 217);
    border-radius: 3#px;
    background-image: -moz-linear-gradient( 90deg, rgb(236,240,245) 0%, rgba(236,240,245,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(236,240,245) 0%, rgba(236,240,245,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(236,240,245) 0%, rgba(236,240,245,0) 100%);
    box-shadow: 0px 2px 4px 0px rgba(202, 210, 217, 0.5);
    display: inline-block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: rgb(250, 165, 68);
}
#awards-list ul li a i, #awards-list ul li img {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}


#awards-posts h2 {
    font-family: "Bahij Palatino Sans Arabic Bold";
    font-size: 25px;
    line-height: 60px;
    background-color: #fafafa;
    color: #2a3238;
    padding-right: 20px;
    border-bottom: 1px solid #d9dee3;
}

#awards-posts #search-box2 {
    height: 60px;
    line-height: 60px;
}