@font-face {
    font-family: IranYekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekanfa/eot/iranyekanwebregular(fanum).eot');
    src: url('../fonts/iranyekanfa/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iranyekanfa/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iranyekanfa/woff/iranyekanwebregular(fanum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekanfa/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}
@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype');
}
body{
    font-family: IranYekan,Tahoma !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: IranSans,Tahoma !important;
}
.background-list {
    position: absolute !important;
    overflow: hidden;
    width: calc(100% + 16px);
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -o-filter: blur(13px);
    -ms-filter: blur(13px);
    filter: blur(13px) brightness(50%);

}
.slider .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.71);
    padding:20px;
    left:0;
    height:110%;
    top:0;
    bottom:0;
}
.slider .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.71);
    padding:20px;
    right:0;
    height:110%;
    top:0;
    bottom:0;
}

.section-title {
    /*    border-right: 4px solid #E21C83;
        border-radius:1px;*/
    border-bottom:1px solid #ccc;

    margin:20px 0 4px;
    font-size: 28px!important;
    color:#000!important;
    padding: 0 0 8px;

}

.navbar{
    background: #00599C;
    padding: 5px 50px 5px 50px;
}
.navbar a{
    color: #fff;
    font-family: IranSans, Tahoma, serif !important;
    font-weight: 400;
}

.tab-pane.active {
    animation: slide-down 0.3s ease-out;
}

@keyframes slide-down {
    0% { opacity: 0; transform: translateY(30%); }
    100% { opacity: 1; transform: translateY(0); }
}

.navbar a:hover {
    background: #E21C83;
    border-radius: 3px;
    color: #ffffff;
}
.navbar a:focus {
    background: #E21C83;
    border-radius: 3px;
    color: #ffffff;
}
.dropdown-menu .nav-link {
    color: #fff;
}
.dropdown{
    position: static;
    border: none;
}
.megasubmenu{
    position: static;
    left: 0;
    right: 0;
}
/* on mobile scroll menu*/
@media (min-width: 320px) and (max-width: 480px) {
    .megasubmenu {
        height: 400px;
        overflow-y: scroll;
        width: 100%;
    }
    .top2 , .icon1  {
        display: none!important;
    }
}


.dropdown-menu{
    margin-top: 0px;
    border: none;
    background: #033459;
    color:#fff;
    font-family: IranSans;
    font-size:13px;
    font-weight: 400;
    min-width: 14rem;
    padding: 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.loginmegamenu {
    background: #033459;
}
.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8r {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
}

.withe {
   color:#fff;
}
.alert-green {
    background-color: #33cc66;
    color: #fff;

}
.alert-red {
    background-color: #cc0018;
    color: #fff;

}
.alert-blue {
    background-color: #1a8ee7;
    color: #fff;

}

footer .top{
    margin-top: 20px;
    background: #00599C;
    color: #BBBBBB;
    padding: 10px;
}

footer .bottom {
    background: #033459;
    padding: 35px 0;
    color: #ffffff;
}
footer .bottom a{
    color: #ffffff;
}

footer .bottom a:hover{
    color: #9575cd;
}

footer .bottom  li{
    display:inline;
    padding-left: 10px;
}

.social_list li{
    float: left;
    font-size: 50px;
}

.social_list li a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 38px;
    width: 38px;
    background: white;
    text-align: center;
    color: #222222;
    line-height: 40px;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.social_list li a:hover {
    background: #9575cd;
    color: #ffffff;
}

.item.img-a .img-responsive-div {
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.imdbicon {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #dba506;
    padding: 5px;
    color:#000;
    border-radius:0 0 3px 0;
}
.imdbicon:hover {
    box-shadow: none;
}

.hdicon {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 30px;
}

.itemsContainer:hover .itemthumb {

/*    -webkit-filter: contrast(110%);
    filter: contrast(110%);*/
    filter: contrast(110%) brightness(70%);
}


.customlisthover:hover {
    -webkit-filter: contrast(120%);
    filter: contrast(120%);
}

.itemsContainer {
    position:relative
}

.itemsContainer:hover .playicon1 {
    display:block;
    opacity: 1;
}
.playicon1{
    position : absolute;
    opacity: 0;
    top:35%;
    width:60px;
    margin:0 auto; left:0px;
    right:0px;
    z-index:100;
    transition: all 0.3s ease-in-out;


}
.radius {
    border-radius: 3px;
}
.item-next-button {
    background-color: #E21C83;
    padding: 31px 20px;
    left: 0 !important;
    top: 41%;
    border-radius: 0 3px 3px 0;
}

.item-prev-button {
    background-color: #E21C83;
    padding: 31px 20px;
    right: 0 !important;
    top: 41%;
    border-radius: 3px 0 0 3px;
}
.blacktext {
    color: #000 !important;
}
.nav-tabs-vertical {
    display: flex;
    flex-flow: column nowrap;
    border: none;
}
.img-circle {
    border-radius: 50%;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.page-single .single-row .showcase-content > .body div.specification {
    margin-top: 12px;
}

.btnripple {
    border: none;
    cursor: pointer;
    color: white;
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 22px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
}

/* Ripple magic */
.btnripple{
    position: relative;
    overflow: hidden;
}

.btnripple:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }
    20% {
        transform: scale(25, 25);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.btnripple:hover::after {
    animation: ripple 0.4s ease-out;
}

.background-wrapper {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
/*    left: 10px;
    right:10px;*/
    top: 0;
}
.title_tools .btn.btn-title {
    cursor: default;
    background: #E21C83;
    color: white !important;
}
.btn-group > .btn:first-child {
    margin-right: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.title_tools .btn {
    border-color: #dfdfdf !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: none;
    color: #a2a2a2;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    float: right;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.title_tools .btn.active {
    cursor: default;
    background: white;
    color: #444444;
}

.btn {
    position: relative;
    color: white;
    font-size: 16px;
    padding: 0 45px 0 20px;
    margin-bottom: 10px;
    width: 200px;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}
.btn .icon {
    font-size: 27px;
    position: absolute;
    top: calc(50% - 15px);
    right: 8px;
}
.btn .icon.ic_play_arrow {
    margin: 0 -3px;
}
.tags-genres {
    background-color: gray;
    border-radius: 3px;
    padding: 0 10px;
    color: #fff;
}

.nav-tabs-megamenu {
    margin: 0 15px;
}
.nav-tabs-megamenu .nav-item + .nav-item {
    margin-top: .25rem;
}
.nav-tabs-megamenu .nav-link {
    transition: border-color .125s ease-in;
    white-space: nowrap;
}
.nav-tabs-megamenu .nav-link:hover {
    background-color: #2f2f2f;
    border-color: transparent;
}
.nav-tabs-megamenu .nav-link.active{
    background-color: #E21C83;
    color: #ffffff;
}
.nav-tabs-megamenu .nav-link.active:hover {
    background-color: #E21C83;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-style: none;
}
.nav-tabs .nav-link {
    border-radius: 3px;
}
.nav-link {
    font-size:16px !important;
}
.menuarrow {
    padding-right: 10px;
}
.onesignal-popover-dialog {
    font-family: IranYekan !important;
    direction:rtl;
}
.popover-body-icon {
    float:right !important;
}
.popover-body-message {
    padding-right: 30px !important;
    padding-top: 10px !important;
    direction: rtl !important;
}
.popover-footer {
    padding-right:105px !important;
}
.colortext * {
    color: #E21C83 !important;
}

/* gallery lightbox*/
#lcl_wrap {
    direction: ltr !important;
}
.product_img_thumb {
    padding: 4px 2px;
    border-radius: 5px;
}


/* 13 inhc responsive*/
@media (min-width: 1280px) and (max-width: 1400px)  {

    .showcase-content {

    }
}

.imdb-rate {
    background-color: #dba506;
    display: inline-flex;
    padding: 0 8px;
    border-radius: 3px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto !important;
}


.row-header-right {
    float: right;
}
.row-header {
    border-bottom: 2px solid #d4dade;
}
.row-header-wrapper {
    margin-bottom: 15px;
}
.row-header-title a {
    color: #303233;
}
.row-header-title {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #303233;
    padding: 0 15px 10px;
    border-bottom: 2px solid #303233;
    margin: 42px 0 -2px;
}

.row-header-left {
    float: left !important;
    min-height: 30px !important;
    line-height: 30px !important;
}

.row-header-seeall a {
    font-weight: bold;
    color: #E21C83;
}



.row-header-seeall {
    display: inline-block;
    font-size: 16px;
    margin: 50px 0 0 10px;
}

.top2 {
    top: -30px;
}
.topicon {
    position: absolute;
    left: 48%;
    margin-top: 1.5%;
}

.left2 img {
    width: 280px;
}

.li1 {
    color: #2e557a;
}
.li2 {
    color: #72cc01;
}
.li3 {
    color: #ffcf01;
}
.li4 {
    color: #ff820a;
}
.li5 {
    color: #f32e0c;
}
.icon1 {

    position: absolute;
    display: flex;
    left: 776px;
    top:0;
    right: 380px;
    width: 200px;
}
.top2img {
    float: left!important;
}
