/* <!-- Override font of all elements */
* {
    font-family: IRANSans !important;
}
i,
.fa {
    font-family: FontAwesome !important;
}
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover,
a.ubUserURL,
a.ubUserURL:hover,
span.ubUserEmail,
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.k2FeedIcon a,
div.k2FeedIcon a:hover,
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
    font-family: 'simple-line-icons' !important;
}
/* Override font of all elements --> */

/* <!-- Social Network Icons */
div#bottom4 .social-networks-icons {
	text-align: left;
}
div#bottom4 .social-networks-icons ul {
    padding: 0px;
}
div#bottom4 .social-networks-icons ul li {
    list-style: none;
    display: inline-block;
}
/* --> */

/* <!-- K2 */
div.k2Pagination ul li a {
    margin: 0;
}
.rtl #k2Container .itemList #itemListPrimary .catItemView .catItemImageBlock .catItemImageBlock-inner:after {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.rtl #k2Container .itemList #itemListPrimary .catItemView .catItemImageBlock .catItemImageBlock-inner:after {
    content: '\A';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.rtl #k2Container .itemList #itemListPrimary .catItemView .catItemImageBlock .catItemImageBlock-inner:hover:after {
    opacity: 1;
}
#k2Container.archive .itemList .catItemView .catItemImageBlock-inner img {
    max-height: 150px;
    object-fit: cover;
}
#k2Container.archive .itemList #itemListPrimary .catItemView .catItemImageBlock {
    float: right;
}
#k2Container.tag-view .itemList #itemListPrimary .catItemView .catItemImageBlock {
    margin-left: 5px;
}
#k2Container .itemList #itemListPrimary .catItemView .catItemImageBlock .catItemImageBlock-inner {
    border: 1px solid #000;
}
@media (max-width: 390px) {
    #k2Container.tag-view .itemList #itemListPrimary .catItemView .catItemImageBlock.col-sm-3.col-xs-3 {
        margin-bottom: 5px;
    }
    #k2Container.tag-view .itemList #itemListPrimary .catItemView .catItemTitle {
        text-align: center;
    }
}
#k2Container.archive .itemList #itemListPrimary .catItemView .catItemIntroCustom {
    float: right;
}
#k2Container .itemList .catItemView .catItemBody {
    padding: 5px;
}
.rtl #k2Container.default .itemList .itemContainer {
    padding-right: 0;
}
.rtl #k2Container.default .itemList .catItemView .catItemBody {
    margin-top: 15px;
    padding: 0 15px 0 15px;
}
.rtl #k2Container.default .itemList .catItemView .catItemBody .catItemIntroText {
    text-align: justify;
    margin-top: 15px;
}
.rtl #k2Container .itemList .catItemView .catItemBody .catItemIntroText {
	text-align: justify;
}
.rtl #k2Container.default .itemList #itemListPrimary .catItemView .catItemImageBlock .catItemImageBlock-inner {
    float: initial;
}
.rtl #k2Container.default .itemList .catItemView .catItemImageBlock-inner img {
    width: 100%;
    height: auto;
}
.rtl #k2Container.default .itemList .catItemView .catItemHeader .left-box {
    text-align: left;
}
.rtl #k2Container.default .itemList .catItemView .catItemHeader h3.catItemTitle {
    line-height: 25px;
    font-size: 100%;
    margin-bottom: 0;
}
.rtl #k2Container.default .itemList .catItemView .catItemHeader .catItemHitsBlock {
    padding: 0;
}
.rtl #k2Container.default .itemList .catItemView .catItemHeader h3.catItemTitle a {
    color: #e14938;
}
.rtl #k2Container.default .itemList .catItemView .catItemBody .catItemReadMore {
    display: block;
    float: left;
}
.rtl #k2Container.default .itemList .catItemView .catItemBody .catItemReadMore a {
    display: inline-block;
    border: none;
    color: #e14938;
}
.rtl #k2Container.default .itemList .catItemView .catItemBody .catItemReadMore a:hover {
    color: #eb867a;
}
.rtl #k2Container.default .itemList .catItemView .catItemBody .catItemCommentsLink {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    display: block;
}
.rtl #k2Container.itemView .itemBody div.itemFullText blockquote {
    padding: 20px 60px 20px 20px;
    margin: 0 0 20px;
    border-top: 3px solid #d9d9d9;
    border-bottom: 3px solid #d9d9d9;
    border-right: none;
    text-align: justify;
    font-size: inherit;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}
.rtl #k2Container.itemView .itemBody div.itemFullText blockquote:before {
    content: "\f10e";
    position: absolute;
    padding-top: 6px;
    margin-right: -60px;
    background-color: #d9d9d9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-family: FontAwesome;
    line-height: 30px;
}
/* --> */

/* <!-- Mega menu override */
.rtl #yt_mainmenu #meganavigator li.level1.red > a > span.menu-title {
    color: #f00;
}
/* --> */

/* <!-- JDownloader */
div.jd_content td,
div.jd_content th {
    padding: 10px;
}
/* JDownloader --> */

/* <!-- Module: Login */
div.yt-loginform .yt-login .modal {
    position: fixed;
}
div.submit-new-article {
	position: relative;
    border-left: 1px solid #272727;
    border-right: 1px solid #272727;
    display: inline-block;
}
div.submit-new-article a {
	padding: 7px;
    color: #999;
    display: block;
}
div.submit-new-article a:hover {
	background-color: #e14938;
	color: #fff;
}
div.submit-new-article a i {
	color: #ccc;
}
/* Module: Login --> */

/* <!-- Module: Login */
div.acymailing_module .acymailing_fulldiv input {
    color: inherit;
}
a.username {
    color: #e14938;
}
a.new-message:hover
, a.new-message:active
, a.new-message:focus
, a.username:hover
, a.username:active
, a.username:focus
{
    color: #eb867a;
}
/* Module: Login --> */

/* begin: Template */
.module h3.modtitle {
    border-top: none;
}
/* end: Template */

/* begin: AllVideos */
.avPlayerWrapper .avPlayerContainer .avPlayerBlock > div > div {
	width: 100% !important;
	height: 100% !important;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock > div .container {
	width: 100% !important;
}
.player-poster[data-poster] .play-wrapper[data-poster] {
    height: 15% !important;
}
.media-control[data-media-control] .media-control-layer[data-controls] .media-control-indicator[data-duration]:before {
    margin-right: 0 !important;
    margin-left: 10px !important;
}
/* end: AllVideos */
div.latest-trailers .wrapper i.fa.fa-play-circle-o{
	font-size:4em !important;
}
div.latest-trailers .wrapper i.fa.fa-play-circle {
    color: #fff;
    font-size: 4em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 2;
}
.sj-gridslider .gridslider-inner .item-wrap-inner .cat-title a.category-33 {
    background-color: #b93466 !important;
}
.sj-gridslider .gridslider-inner .item-wrap-inner .cat-title a.category-24 {
    background-color: #c71110 !important;
}
.sj-gridslider .gridslider-inner .item-wrap-inner .cat-title a.category-8 {
    background-color: #64b676 !important;
}
.sj-gridslider .gridslider-inner .item-wrap-inner .cat-title a.category-31 {
    background-color: #a148b7 !important;
}
.sj-gridslider .gridslider-inner .item-wrap-inner .cat-title a.category-32 {
    background-color: #4898b7 !important;
}
/* .sj-gridslider .gridslider-inner .item-wrap-inner .cat-title a.category-14 {
    background-color: #114493 !important;
} */
.sj-gridslider .gridslider-inner .item-wrap-inner .cat-title a.category-26 {
    background-color: #1bc35e !important;
}
.sj-gridslider .gridslider-inner .item-wrap-inner .cat-title a.category-20 {
    background-color: #edbc46 !important;
}
.sj-gridslider .gridslider-inner .item-wrap-inner .cat-title a.category-30 {
    background-color: #ff7601 !important;
}
.sj-gridslider .gridslider-inner .item-wrap-inner .cat-title a.category-34 {
    background-color: #27ab92 !important;
}
/* .sj-gridslider .gridslider-inner .item-wrap-inner .cat-title a.category-36 {
    background-color: #FF9933 !important;
} */
.mgi-wrap .mgi-cat a.category-33 {
    background-color: #b93466 !important;
}
.mgi-wrap .mgi-cat a.category-24 {
    background-color: #c71110 !important;
}
.mgi-wrap .mgi-cat a.category-8 {
    background-color: #64b676 !important;
}
.mgi-wrap .mgi-cat a.category-31 {
    background-color: #a148b7 !important;
}
.mgi-wrap .mgi-cat a.category-32 {
    background-color: #4898b7 !important;
}
/* .mgi-wrap .mgi-cat a.category-14 {
    background-color: #114493 !important;
} */
.mgi-wrap .mgi-cat a.category-26 {
    background-color: #1bc35e !important;
}
.mgi-wrap .mgi-cat a.category-20 {
    background-color: #edbc46 !important;
}
.mgi-wrap .mgi-cat a.category-30 {
    background-color: #ff7601 !important;
}
.mgi-wrap .mgi-cat a.category-34 {
    background-color: #27ab92 !important;
}
a.category-36 {
    background-color: #545FA4 !important;
}
.category-14, .category-36, .category-44, .category-43, .category-45, .category-38, .category-39, .category-40, .category-41, .category-42, .category-37 {
    background-color: #545FA4 !important;
}
div.itemExtraFields ul li span.itemExtraFieldsLabel{
    width: auto !important;
    padding: 0 0 0 4px!important;
}
#Kunena .kwho-user, #Kunena a.kwho-user, #Kunena .kwho-user, #Kunena a.kwho-globalmoderator {
    display: inline !important;
}
#k2Container.itemView .itemBody .itemLatest .itemRelated ul li{
    width: 25% !important;
    line-height: 20px !important;
}
#k2Container.itemView .itemBody .itemLatest .itemRelated ul li h4 a{
    font-weight:normal !important;
}
#k2Container.itemView .itemBody .itemLatest .itemRelated ul li a img{
    margin-bottom: 2px !important;
}
.kmt-title{
    font-size: 100% !important;
}
.cb_template .cb_form_line:not(.cbtwolinesfield) > .cb_field {
    float: right !important;
}
.cb_template .radio-inline, .cb_template .checkbox-inline {
    padding-right: 0 !important;
    padding-left: 20px !important;
}
.cbabout{
    text-align:justify;
}
#cbtf_21 .cb_field, #cblabcbfv_25,#cblabcbfv_26,#cblabcbfv_27,#cblabcbfv_28,#cblabcbfv_49,#cblabcbfv_23,#cblabcbfv_22,#cblabcbfv_77, #cblabcbfv_21, #cblabcbfv_54, #cblabcbfv_55, #cblabcbfv_57, #cblabcbfv_58, #cblabcbfv_69, #cblabcbfv_71, #cblabcbfv_88, #cblabcbfv_91, #cblabcbfv_62, #cblabcbfv_50, #cblabcbfv_64, #cblabcbfv_65, #cblabcbfv_81, #cblabcbfv_83 {
    width:auto;
}

#cbtf_21 label{
    color: #d1201f;
}
#cblabcbfv_70,#cblabcbfv_93,#cblabcbfv_77{
   width:100%;
   color: #d1201f;
}
#cblabcbfv_77{
  color: #d1201f;
  padding-bottom: 5px;
  text-align: center;
}
/* #content #yt_component, #content .container, #yt_spotlight1 .container, #yt_spotlight10 .container {
    background: none;
} */
/* #k2Container .itemList .catItemView {
    border-bottom: none !important;
}
.itemContainer{
	background: #ECECEC;
	overflow: hidden;
	margin-bottom: 15px;
} */
.search-page{
	padding: 20px;
}
.SpecialItem{
    background: #ecf037;
}
.UnPublishedItem{
    background: #dbd9d9;
}
.video-title{
  font-size: 20px;
  color: #000;
  margin: 20px 0 0;
  font-weight: bold;
  float: right;
}
.video-count{
  font-size: 14px;
  /*font-weight: bold;*/
  float: left;
  line-height: 1;
  margin-top: 20px;
}
.video-count .fa-eye {
  font-size: 15px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
@media (min-width: 768px){
	.video-item-duration {
	  left: 0;
	}	
}
.video-item-duration {
  position: absolute;
  bottom: 8%;
  left: 13%;
  line-height: 1;
  color: #fff;
  font-size: 13px;
  /*font-weight: bold;*/
  text-shadow: 0px 0px 2px #000;
}
.video-item-title{
  font-size: 11px;
  color: rgb(33,33,33);
}
.video-item-count{
  font-weight: normal;
  font-size: 11px;
  color: #999;
}

#selection h3{
	position: relative;
	display: inline-block;
	background-color: #e14938;
	color: #fff;
	padding: 8px;
	line-height: 20px;
	font-size: 1em;
	margin-top: 7px;
	border: none;
}

#selection h3:before {
	content: none;
}

#selection h3:after {
	content: "";
	position: absolute;
	left: -33px;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 36px solid #e14938;
	border-left: 34px solid transparent;
}
#selection h4{
	font-size: 14px;
	margin-top: 7px;
	font-weight: bold;
}
#selection a{
	color:#333;
}
#selection a:hover{
	color:#e14938;
}
#selection .modcontent {
	background-color: #fff;
	margin-bottom: 10px;
}
#yt_topad .container {
	background-color: #fff;
	margin-bottom: 10px;
}

.mod-796{
	padding: 0 !important;
}

/* Added New trophy CSS */
.row {
    overflow: unset !important;
}
.tcontainert {
    min-height: 260px;
    border-bottom: 5px solid #ff0606;
    padding: 10px 0 10px 0;
    margin: 10px 0 15px 0;
}
.icont {
    position: relative;
    top: 10px;
    padding-right: 8px;
    min-width: 120px;
    max-width: 120px;
    width: auto;
}
.imgfortrphy {
    width: 80px;
    height: 80px;
}
.imgsticky {
    position: sticky;
    top: 70px;
    text-align: center;
}
.readmorec {
    width: 95% !important;
}
.readmore-left {
    margin: 0 20px 0 0 !important;
    float: left;
}
.readmore-right {
    margin: 0 0 0 20px !important;
    float: right !important;
}
.shad {
    display: inline-block;
    position: relative;
    width: 45%;
    height: 40px;
    background-color: #d7d7d7;
    border-top-left-radius: 30px;
}
.shad2 {
    display: inline-block;
    position: relative;
    width: 99%;
    background-color: #ff0606;
    border-top-left-radius: 30px;
    height: 40px;
    left: 5px;
    top: 5px;
    line-height: 30px;
    padding-right: 5px;
    color: #fff;
}
.shad3 {
    display: table;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0 0 40px 40px;
    width: auto;
    justify-content: center;
    background-color: #ededed;
}
.shad4 {
    width: auto;
    top: 0;
    background-color: #2a69dc;
    min-width: 30%;
    padding: 0 10px 0 0;
}
.shad5 {
    width: auto;
    padding: 0 10px 0 0;
    min-width: 100px;
    border-radius: 0;
}
.trophytitle {
    font-size: 10px;
    padding: 0 20px 0 20px;
    margin: 15px 5px 15px 5px;
}
.trophytable {
    width: 100%;
    margin: 20px 0 20px 0;
}
.tdesct {
    padding: 10px 10px 5px 10px;
    text-align: justify;
    z-index: 2;
    margin: 20px 0 0 0;
}
.inflex {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 10px 5px 0 0;
}
.inflex2 {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.ps-bronze::before {
    content: '';
    position: absolute;
    background-image: url("https://bazimag.com/images/Trophy/templates-ymt/Psn-bronze-trophy.png");
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 00px 10px;
    min-width: 300px;
    min-height: 200px;
    opacity: 0.3;
    max-height: 200px;
    z-index: 1;
}
.ps-plat::before {
    content: '';
    position: absolute;
    background-image: url("https://bazimag.com/images/Trophy/templates-ymt/Psn-platinum-trophy.png");
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 00px 10px;
    min-width: 300px;
    min-height: 200px;
    opacity: 0.3;
    max-height: 200px;
    z-index: 1;
}
.ps-silver::before {
    content: '';
    position: absolute;
    background-image: url("https://bazimag.com/images/Trophy/templates-ymt/Psn-silver-trophy.png");
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 00px 10px;
    min-width: 300px;
    min-height: 200px;
    opacity: 0.3;
    max-height: 200px;
    z-index: 1;
}
.ps-gold::before {
    content: '';
    position: absolute;
    background-image: url("https://bazimag.com/images/Trophy/templates-ymt/Psn-gold-trophy.png");
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 00px 10px;
    min-width: 300px;
    min-height: 200px;
    opacity: 0.3;
    max-height: 200px;
    z-index: 1;
}
.minmaxcontain {
    min-width: 250px;
    max-width: 300px;
    min-height: unset;
    float: left;
    padding: 0;
    margin: 15px 10px 15px 10px;
}
.inscontain {
    padding: 25px 10px 0 0;
    margin: 15px 5px 10px 0;
    text-align: justify;
}
.quote-left {
    float: left;
    border-bottom: none;
    border-right: 5px solid #ff0606;
    padding: 10px 10px 0 5px;
    margin: 0 10px 0 0;
    font-weight: bold;
}
.quote-right {
    float: right !important;
    border-bottom: none;
    border-left: 5px solid #ff0606;
    padding: 10px 10px 0 5px;
    margin: 0 0 0 10px;
    font-weight: bold;
}
.qfs {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #313131;
}
.notthere {
    margin-top: 0;
}
.cnthid {
    visibility: hidden;
    width: 0;
    font-size: 0px;
    display: inline-block;
}
.tphtitle {
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
.containul {
    list-style: none;
    padding: 0;
}
.containul li{
    padding: 2px 0 2px 0;
}
.containul li::before {
    content: "\2022";
    color: red;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
}
.metareviewcontain {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 15px;
    text-align: center;
}
.metascore {
    font-size: 50px;
    padding: 50px;
    color: white;
}
.metascore-red {
    background-color: #f00;
}
.metascore-yellow {
    background-color: #fc3;
}
.metascore-green {
    background-color: #66cc33;
}
.metasubt {
    display: block;
    font-size: 15px;
    position: relative;
    top: 30px;
}
.bquotesr {
    background-image: url('https://bazimag.com/images/Trophy/templates-ymt/quotation-mark.png');
    width: 32px;
    height: 32px;
    margin: -5px;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.4;
}
.reviewffcontainer {
    display: flex;
    flex-flow: column;
    width: 100%;
}
.reviewff1 {
    display: inline-block;
    position: relative;
    width: 99%;
    height: 40px;
    background-color: #c2c2c2;
}
.reviewff2 {
    display: inline-block;
    position: absolute;
    width: 100%;
    background-color: #c50202;
    height: 40px;
    left: 0;
    top: 5px;
    padding-right: 5px;
    margin: auto;
    right: 0;
}
.reviewff3 {
    display: inline-block;
    position: absolute;
    width: 100%;
    background-color: #ff0606;
    height: 40px;
    left: 0;
    top: 5px;
    line-height: 30px;
    padding-right: 5px;
    color: #fff;
    margin: auto;
    right: 0;
    text-align: center;
}
.revff-top {
    border-radius: 30px 30px 0 0;
    width: 100%;
    padding: 0px;
}
.revff-btm {
    border-radius: 0 0 30px 30px;
    width: 100%;
    padding: 0;
}
.reviewffbm {
    width: 100%;
    position: relative;
    padding: 40px;
    height: auto;
    background-color: #dfdfdf;
    color: #ff0606;
    font-size: 50px;
    text-align: center;
}
.reviewfftitle {
    font-size: 16px;
    line-height: 0;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .inflex2, .inflex {
        flex-flow: column-reverse;
    }
    .minmaxcontain {
        max-width: unset;
        width: 98%;
    }
    .icont {
        right: 0;
        left: 0;
        margin: auto;
    }
    .shad {
        width: 100%;
    }
}
/* End of New trophy CSS */

/* Item Shadow */
.box {
  position: relative;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  overflow: unset !important;
}
/* ribbon common */
.ribbon {
  width: 105px;
  height: 105px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 2;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 169px;
  padding: 5px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 15px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* ribbon top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* Movie analysis */
@media screen and (max-width: 767px) {
  .bm_flexBox {
    flex-flow: column;
  }
}

div.sj-gridslider .gridslider-inner .item .item-wrap .item-wrap-inner .item-info .item-title a {
    text-align: left;
}