/*
	Yaregan Co
	http://www.Yaregan.ir
	021-44256608
*/
@import 'css/fonts.css';

* {
    direction: rtl;
    text-align: right;
    font-family: "parastoo";
    font-size: 12px;
}

body {
}

a {
    color: red;
}

a:hover {
    text-decoration: none;
    color: red;
}

a:focus, a:active {
    outline: none;
    text-decoration: none;
}

.post-box-single .post-content ul {
    list-style: inside;
    margin-right: 10px;
}

#news-slider {
    display: none;
}

.disable {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    position: relative;
    opacity: 0.5;
}

.clear {
    clear: both;
}

.top-nav {
    background: #d60000;
    min-height: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 0;
    margin-bottom: 2px;
}

.top-nav ul {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.top-nav a {
    color: #fff;
    padding: 0 10px;
    height: 30px;
    display: inline-block;
    font-weight: normal;
}

.top-nav ul > li {
    display: inline-block;
}

.news-slider .text-content h1.sst1 {
    color: #fff;
}

.news-slider .text-content h1.sst1:hover {
    color: #aaa !important;
}

.top-nav ul > li ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
    background: #a60000;
    margin-top: -2px;
    width: 150px;
    margin-right: 0;
    z-index: 9999;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.top-nav ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.top-nav ul > li ul a {
    display: block;
    margin: 0 !important;
    padding: 0;
    font-size: 11px;
    height: auto;
}

.top-nav ul > li > ul > li {
    display: block;
    margin: 0 !important;
    padding: 5px !important;
    box-shadow: rgba(255, 255, 255, 0.1) 0 -1px 0 inset, rgba(0, 0, 0, 0.1) 0 1px 0;
    height: auto;
    line-height: normal;
}

.top-nav ul > li > ul > li:after {
    content: none;
}

.top-nav ul > li > ul > li.menu-item-has-children:after {
    content: "\f105";
    font-family: 'FontAwesome';
    float: right;
    margin-top: -17px;
    margin-right: 2px;

}

.top-nav ul > li > ul > li.menu-item-has-children > a {
    padding-right: 15px;
}

.top-nav ul > li > ul > li:nth-last-of-type(1) {
    box-shadow: none;
}

.top-nav ul > li > ul > li > ul {
    margin-right: -155px;
    margin-top: -22px;
}

.top-nav ul > li > ul > li:hover {

    box-shadow: rgba(255, 255, 255, 0.1) 0 -1px 0 inset, rgba(0, 0, 0, 0.1) 0 1px 0, rgba(255, 255, 255, 0.1) 0 -50px 0 inset;
}

.top-nav ul > li::after {
    content: "|";
    color: #fff;
}

.top-nav ul > li:nth-last-child(1)::after {
    content: " ";
}

header {
    background-color: #f00;
    background-image: url("images/header-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 155px;
    color: #fff;
}

header .header-left {
    margin-top: 30px;
    padding: 0;
}

header .header-left .header-search-box button {
    background: #333;
    border: none;
    display: inline-block;
    width: 25px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    margin-left: -3px;
}

header .header-left .header-search-box input {
    height: 24px;
    color: #222;
    text-align: right;
    direction: rtl;
    width: 240px;
    border: none !important;
    padding-right: 5px;
}

header .header-date {
    text-align: center;
    float: left;
}

header .header-left .site-title-en {
    float: left;
}

header .header-left .header-search-box {
    float: left;
}


header .header-left .site-title-en h2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    font-family: Arial;
    font-size: 20px;
    margin-bottom: 10px;
}

.main-menu {
    background-color: #323234;
    border-radius: 0;
    min-height: 30px;
    line-height: 30px;
    direction: rtl;
    margin-top: -15px;
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
    border: none;
    top: 0;
    height: 30px;
    box-shadow: #323234 0 1px 0;
}

.main-menu .container {
    width: 100%;
}

.main-menu ul {
    direction: rtl;
    margin: 0;
    padding: 0;
}

.main-menu li {
    direction: rtl;
    display: inline-block;
    list-style: none;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 0;
    height: auto !important;
    position: unset;
    height: 30px;
    margin-bottom: 0;
}

.main-menu li.active a {
    background: none !important;
    font-family: shabnam;

}

.main-menu li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.main-menu li a {
    font-family: "shabnam";
    font-size: 12px;
}

.main-menu li::after {
    content: " | ";
    color: #777;
    font-size: 12px;
    padding-left: 8px
}

.main-menu li.menu-item-has-children::after {

    font-family: 'FontAwesome';
    content: "\f107  | ";
    color: #777;
    font-size: 12px;
    padding-left: 8px;
    font-size: 14px;
    float: left;
}

.main-menu li > ul > li.menu-item-has-children::after {

    content: "";

}

.main-menu ul > li:nth-last-child(1).menu-item-has-children::after {
    content: "\f107";
}

.main-menu li:nth-last-child(1)::after {
    content: none;
}

.main-menu li a {
    color: #fff !important;
    padding: 5px;
    display: inline-block;
    text-align: center;
}

.main-menu li.menu-item-has-children:hover > a {
    box-shadow: rgba(0, 0, 0, 0.2) 0 -50px 0 inset;
    opacity: 1;
}

.main-menu li a:hover {
    color: #eee;
    background: none !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -50px 0 inset;
}

.main-menu li > ul > li > a {
    box-shadow: none !important;
}

.main-menu li.menu-item-has-children span.sub-arrow {
    float: left;
    margin-left: 0;
    color: transparent;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;

}

.rotatee {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    margin-right: 0;
    padding-right: 0;
}

.main-menu li.menu-item-has-children span.sub-arrow::after {
    font-family: 'FontAwesome';
    content: "\f107";
    color: #fff;
}

.main-menu li > ul {
    position: absolute;
    background: #333;
    box-shadow: #222 0 1px 0 inset;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    z-index: 9999;
    border-radius: 0;
    padding: 0;
    line-height: 30px;
    right: 0;
}

.sidebar-type-all li.media-li::before, .sidebar-type-all li.gallery-li::before {
    content: none;
}

.main-menu li > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    display: block;
    margin: 0;
}

.main-menu li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.main-menu li > ul > li {
    display: inline-block !important;
    line-height: normal;
    text-align: center;
    padding-bottom: 2px;
}

.main-menu li > ul > li.menu-item-has-children::before {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-top: 5px;
    margin-left: 5px;
    font-size: 14px;
    float: left;
    color: #fff;
}

.main-menu li > ul > li:nth-last-child(1).menu-item-has-children::after {
    display: none;
}

.main-menu li > ul > li > a {
    padding: 0 5px;
    opacity: 0.7;
}

.main-menu li > ul > li > a:hover {
    opacity: 1;
}

.main-menu li > ul > li:hover {
    background: #222;
}

.main-menu li > ul > li:nth-child(1) {
}

.main-menu li > ul > li::after {
    content: none;
}

.main-menu li > ul > li > ul {
    width: 100%;
    margin: 0 !important;
    box-sizing: content-box;
    right: 0;
}

.header-news {
    background: #fff;
    border-bottom: #ebebeb 1px solid;
    border-left: #ebebeb 1px solid;
    height: 25px;
    overflow: hidden;
    clear: both;
    margin-top: -1px;
}

.header-news .header-news-title {
    background: #e70000;
    float: right;
    padding: 0 8px;
    height: 25px;
    color: #fff;
}

.header-news .header-news-title h6 {
    font-size: 13px;
    margin: 0;
    margin-top: 3px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.header-news .header-news-content {
    height: 23px;
    line-height: 23px;
    padding-right: 10px;
    float: right;
    overflow: hidden;
}

.header-logo {
    margin-top: 5px;
}

.header-logo a {
    color: #FFFFFF
}

.header-logo img {
    max-height: 90px;
}

.header-news .header-news-content h4 {
    font-size: 14px;
    margin: 0;
    height: 23px;
    line-height: 23px;
    float: right;
}

.header-news .header-news-content h4 a {
    color: #888;
}

/*----------- Start Sidebar Styles -*/
.left-sidebar {
    border-right: #eaeaea 1px solid;
}

.left-ads {
    width: 120px;
    padding: 0;
    text-align: center;
    float: left;
    margin-left: -130px;
}

.left-ads .ads-content * {
    max-width: 100%;
}

.important-box {
    display: none;
    border-right: #eee 1px solid;
}

.left-ads .header {
    background: #ff0000;
    height: 17px;
    line-height: 17px !important;
    margin-bottom: 5px;
    overflow: hidden;
    color: #fff;
}

.left-ads .header .ads-toggle {
    background: #555;

    display: inline-block;
    width: 17px;
    color: #fff;
    text-align: center;
    border-left: #fff 2px solid;
    box-sizing: padding-box;
    cursor: pointer;
}

.left-ads .ads-content a {
    margin-bottom: 5px;
    display: block;
}

.left-ads .header .ads-toggle i {
    margin-top: 1px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -mot-transition: 0.2s;

}

.rotate45 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.right-sidebar {
    border-left: #eaeaea 1px solid;
}

.sidebar-ltr {
    border-right: #eaeaea 1px solid;
    border-left: 0;
    padding-right: 15px;
}

.sidebar {
    margin-bottom: 30px;
}

.sidebar .sidebar-header {
    background: url(images/sidebar-title.png);
    height: 10px;
    line-height: 10px !important;
    margin-bottom: 10px;
    color: #0b56ca;
}

.sidebar .sidebar-header h6 {
    display: inline-block;
    background: #fff;
    margin: 0;
    padding-left: 5px;
    font-size: 16px;
    line-height: 10px !important;
    letter-spacing: -0.8px;
    color: #0b56ca;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar .sidebar-type-1 ul > li {
    list-style: none;
    margin: 0;
    border-bottom: #ccc 1px solid;
    padding: 5px 0;
}

.sidebar .sidebar-type-1 ul > li:hover {
    background: #f5f5f5;
}

.sidebar .sidebar-type-1 ul > li > a {
    color: #58595b;
    font-size: 12px;
    display: block;
}

.sidebar .sidebar-type-2 ul > li {
    list-style: none;
    padding: 7px 0;
    border-bottom: #ccc 1px dotted;
    direction: rtl;
    line-height: 16px;
}

.sidebar .sidebar-type-2 ul > li:nth-last-child(1) {
    border-bottom: none;
}

.sidebar .sidebar-type-2 ul > li > a > img {
    width: 47px;
    height: 47px;
    float: right;
    padding: 2px;
    border: #a3a3a3 1px solid;
    margin-left: 5px;
}

.sidebar .sidebar-type-2 ul > li::after {
    clear: both;
    content: "";
    display: block;
}

.sidebar .sidebar-type-2 ul > li > a {
    color: #000;
    font-size: 12px;
}

.top-nav div.header-menu select {
    display: none;
}

.sidebar .sidebar-links {
    height: 38px;
    background: #4b4b4b;
    margin-top: 10px;
    text-align: center;
    line-height: 42px;
}

.sidebar .sidebar-links a {
    display: inline-block;
    color: #fff;
    background: #ff0000;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin: 2px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.sidebar .sidebar-links a:hover {
    box-shadow: #fff 0 -50px 0 inset;
    color: #ff0000
}

.content-main {
    padding-top: 15px;
    position: relative;
}

.content-main {
    border-right: #ebebeb 1px solid;
    border-left: #ebebeb 1px solid;
    background: #fff;
}

.content-main:after {
    content: "";
    display: block;
    clear: both;
}

/*------------ News Slider */
.news-slider {
    /* Style the actual content */
    position: relative;

    box-sizing: border-box;
}

.news-slider .text-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.5em;
    width: 100%;
    direction: rtl;
}

.news-slider-style-2 .text-content {
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 0;

    right: auto;
    width: 200px;
    height: 100%;
}

.news-slider-style-2 .text-content h2 {
    color: #444 !important;
}

.news-slider-style-2 .text-content p {
    color: #333 !important;
}

.nnul {
    height: 30px;
    display: none;
}

.news-slider-style-2.fix .text-content {
    width: 50%;
    background: #fff;
    padding-right: 15px;
}

#res-main-menu {
    display: none;
}

.news-slider-style-2.fix .image-content {
    width: 50%;
    padding-bottom: 20px;
}

.news-slider-style-2.fix .text-content p {
    font-size: 20px;
}

.news-slider .text-content h2 {
    direction: rtl;
    color: #888 !important;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: shabnam;
    font-weight: normal;
    line-height: normal;
}

.news-slider .text-content h2::before {
    content: "■ ";
    color: red;
}

.news-slider .text-content h1 {
    color: #222;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: normal;
}

.news-slider .text-content h3 {
    font-size: 12px;
    line-height: normal;
    margin: 0;
    color: #555;
    font-weight: normal;
}

.news-slider .text-content a.button-link {
    padding: 0.25em 0.5em;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.news-slider .image-content {
    line-height: 0;
}

.news-slider .image-content img {
    width: 100%;
    height: 240px;
}

.news-slider .news-pager {
    text-align: right;
    padding: 0;
    list-style: none;
    top: 3px;
    position: absolute;
    background: #ff0000;
    right: -7px;
    z-index: 3;
    height: 13px;
    line-height: 13px;
}

.news-slider .news-pager::before {
    content: "";
    border-color: transparent #a50000 transparent transparent;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    right: 2px;
    margin-top: 8px;
}

.news-slider-style-2.fix img:hover {
    opacity: 0.9
}

.ssbutton {
    margin-top: 0;
    height: 29px;
    border: none;
    background: red;
    color: #fff;
    position: absolute;
    left: 0;
    width: 29px;
    text-align: center;
}

.ssbutton:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px inset;
}

.ssstext {
    font-size: 12px;
}

.sidebar-search {
    position: relative;
}


.news-slider .news-pager li {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    line-height: 5px;
    overflow: hidden;
    margin: 0 2px;
    border: #fff 1px solid;
    margin-top: 2px;
}

.news-slider .news-pager li.sy-active {
    color: transparent;
    background: transparent;
}

.news-slider .news-pager li.sy-active a {
    color: transparent;
}

.news-slider .news-pager li a {
    font-weight: 500;
    text-decoration: none;
    display: block;
    color: #fff;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.news-slider .sy-controls li a:before {
    background: rgba(0, 0, 0, 0.2)
}

.sidebar-type-gallery ul, .sidebar-type-gallery li {
    list-style: none !important;
}

.sidebar-type-gallery .sy-pager {
    margin-top: 10px;
}

.sidebar-type-gallery .sy-pager li {
    width: 0.6em;
    height: 0.6em;
    border-radius: 0;
}

.sidebar-type-gallery .sy-pager li a {
    border-radius: 0;
}

.gallery_slider_widget {
    display: none;
}

.right-sidebar .sy-caption-wrap .sy-caption {
    display: none !important;
}

.jssora02l {
    background-position: -3px -33px;
}

.jssora02r {
    background-position: -63px -33px;
}

.jssora02l:hover {
    background-position: -123px -33px;
}

.jssora02r:hover {
    background-position: -183px -33px;
}

.jssora02l.jssora02ldn {
    background-position: -3px -33px;
}

.jssora02r.jssora02rdn {
    background-position: -63px -33px;
}

.jssort11 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 69px;
    background: #181818;
}

.jssort11 .tp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort11 .i, .jssort11 .pav:hover .i {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 60px;
    height: 30px;
    border: white 1px dashed;
}

* html .jssort11 .i {
    width /**/: 62px;
    height /**/: 32px;
}

.jssort11 .pav .i {
    border: white 1px solid;
}

.jssort11 .t, .jssort11 .pav:hover .t {
    position: absolute;
    top: 3px;
    left: 68px;
    width: 129px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fc9835;
    font-size: 13px;
    font-weight: 700;
}

.jssort11 .pav .t, .jssort11 .p:hover .t {
    color: #fff;
}

.jssort11 .c, .jssort11 .pav:hover .c {
    position: absolute;
    top: 38px;
    left: 3px;
    width: 194px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    overflow: hidden;
}

.jssort11 .pav .c, .jssort11 .p:hover .c {
    color: #fc9835;
}

.jssort11 .t, .jssort11 .c {
    transition: color 2s;
    -moz-transition: color 2s;
    -webkit-transition: color 2s;
    -o-transition: color 2s;
}

.jssort11 .p:hover .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .pav:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.jssort11 .p:hover, .jssort11 .pav:hover {
    background: #333;
}

.jssort11 .pav, .jssort11 .p.pdn {
    background: #462300;
}

.important-titles .header {
    background: url(images/sidebar-title.png);
    height: 10px;
    line-height: 10px !important;
    margin-bottom: 10px;
}

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

.important-titles .header h6 {
    display: inline-block;
    background: #fff;
    margin: 0;
    padding-left: 5px;
    font-size: 18px;
    line-height: 10px !important;
    font-family: parastoo;
    letter-spacing: -0.8px;
    color: #0b56ca;
}

.important-titles ul.im-titles {
    margin: 0;
    padding: 0;
    list-style: none;
    direction: ltr;
}

.main-menu-fix {
    position: fixed !important;
    margin-top: 0;
    width: 100%;
    top: 0;
    z-index: 99999;
    right: 0;
}

.important-titles ul.im-titles * {
    direction: ltr;
}

.important-titles a {
    direction: rtl !important;
}

#back-top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 10px;
    background: red;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    z-index: 99;
}

#back-top:hover {
    background: #333;
}

.important-titles .controls {
    float: left;
    background: #fff;
    margin: 0;
    padding-right: 5px;
    font-size: 18px;
    line-height: 2px !important;
    height: 10px;
    width: 25px
}

.important-titles .slick-arrow {
    padding: 0;
    background: red;
    border: none;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-top: -5px;
    overflow: hidden;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 8px;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 0;
    cursor: pointer;
    line-height: 10px;
    box-shadow: #fff 2px 0 0;
}

.important-titles .slick-arrow.slick-prev {
    left: 12px;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.important-titles button.slick-next::before {
    content: "\f062";
}

.important-titles button.slick-prev::before {
    content: "\f063";
}

.important-titles ul.im-titles li {
    border-bottom: #ccc 1px solid;
    width: 100%;
    line-height: normal;
    padding: 3px 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    height: 55px;
    overflow: hidden;
}

.important-titles ul.im-titles li:hover {
    background: #F5F5F5;
}

.important-titles ul.im-titles li img {
    width: 47px;
    height: 47px;
    border: #ccc 1px solid;
    padding: 2px;
    border-radius: 1px;
    float: right;
    margin-left: 10px;
}

.important-titles ul.im-titles a {
    color: #5a5a5a;
    width: 100%;
    display: block;
}

.footer-main .footer-links ul .tagcloud a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    margin: 2px;
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 90px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}

.footer-main .footer-links ul .tagcloud a:hover {
    background: #f00;
    color: #fff;
}

.footer-main .footer-links ul.footer-widgets > h6 {
    color: #666;
    font-weight: bold;
    letter-spacing: 1px;
}

.main-2content {
    position: relative;
    float: right;
}

.main-23content {
    position: relative;
}

.bg-null {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.tc-main .footer article:hover {
    background: rgba(255, 255, 255, 0.1)
}

.tc-main.light .footer article:hover {
    background: rgba(0, 0, 0, 0.1)
}

.tc-main.light {
    background: #fff;
}

.tc-main.light .header .tabs {
    background: #fff;
}

.tc-main.light .header .tabs li a {
    color: #333;
}

.tc-main.light .header .tabs li a.active {
    color: #fff;
}

.tc-main.light .footer article a h2 {
    color: #555;
}

.tc-main.light .footer .slick-arrow.slick-prev {
    box-shadow: #fff -3px -0.1px 0;
}

.tc-main {
    background: #494949;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 10px;
    margin-bottom: 20px;
    position: relative;
}

.tc-main .footer {
    margin-top: 20px;
}

.tc-main .footer * {
    direction: ltr;
}

.tc-main .header {
    background: url(images/sidebar-title.png);
    height: 10px;
    line-height: 10px !important;
    margin-bottom: 10px;
}

.tc-main .header .tabs {
    background: #494949;
    float: right;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    margin-top: -5px;
}

.tc-main.light .header .tabs {
    background: #fff !important;
}

.tc-main .tabs-responsive {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #222;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    z-index: 1;
    cursor: pointer;

}

.tc-main .header .tabs li[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.tc-main .header .tabs li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.tc-main .header .tabs li:hover {
    box-shadow: rgba(255, 255, 255, 0.1) 0 -30px 0 inset;
}

.tc-main.light .header .tabs li:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 -30px 0 inset;
}

.tc-main .header .tabs li a {
    display: inline-block;
    color: #Fff;
    font-size: 14px;
    padding: 6px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.tc-main .header .tabs li a.active {
    background: red;
    font-weight: 500;
}

.tc-main .footer article {
    float: right;
    overflow: hidden;
    padding: 5px;
    direction: rtl;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.tc-main .footer article img {
    width: 100%;
    height: 100px;
    border: #929292 1px solid;
    padding: 1px;
    border-radius: 1px;
    margin-bottom: 2px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.tc-main .footer article a h2 {
    color: #ccc;
    font-size: 12px;
    margin: 0;
    direction: rtl;
    line-height: normal;
    margin-top: 3px;
    padding: 0 5px;
    font-weight: normal;
    text-align: right;
}

.tc-main .footer article:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.tc-main .footer .slick-arrow {
    padding: 0;
    background: red;
    border: none;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-top: -5px;
    overflow: hidden;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 8px;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 0;
    cursor: pointer;
    box-sizing: content-box;
    line-height: 10px;
}

.tc-main .footer .slick-arrow.slick-prev {
    left: 12px;
    box-shadow: #494949 -3px -0.1px 0;
}

.tc-main .footer button.slick-next::before {
    content: "\f060";
}

.tc-main .footer button.slick-prev::before {
    content: "\f061";
}

.sidebar-type-3 * {
    direction: rtl;
}

.sidebar-type-3 img {
    max-width: 100%;
    border: #ccc 1px solid;
    padding: 3px;
    border-radius: 1px;
    margin: auto;
}

.sidebar-type-3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    direction: rtl;
}

.footer-slider li, ul {
    padding: 0;
    margin: 0;
}

.footer-slider li {
    list-style: square outside none;
    padding-top: 8px;
}

.footer-slider li a {
    padding: 0;
    margin: 0;

}

.sidebar-type-3 ul li a {
    color: #777;
    font-size: 11px;
    direction: rtl;
    line-height: normal;
}

.sidebar-type-3 ul li {
    margin-bottom: 5px;
}

.sidebar-type-3 ul li:nth-child(1) {
    border-bottom: #ccc 1px dotted;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sidebar-type-3 ul li a::before {
    content: "■ ";
    color: red;
    font-size: 8px;
    margin-left: 3px;
}

.sidebar-type-3 ul li:nth-child(1) a::before {
    content: none;
}


.post-box .header {
    background: url(images/sidebar-title.png);
    height: 10px;
    line-height: 10px !important;
    margin-bottom: 10px;
}

.post-box .header h6 {
    display: inline-block;
    background: #fff;
    margin: 0;
    padding-left: 5px;
    font-size: 16px;
    line-height: 10px !important;
    color: #333;
}

.post-box .header .feed {
    background: #fff;
}

.post-box .header .feed a {
    background: red;
    color: #fff;
    font-size: 9px;
    text-align: center;
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 13px;
}

.post-box .post-box-img {
    margin-left: 5px;
}

.post-box .post-box-img img {
    width: 132px;
    height: 87px;
    border: #ccc 1px solid;
    padding: 2px;
    border-radius: 1px;
}

.lr-border {
    border-right: none;
    border-left: #eee 1px solid;
}

.rl-border {
    border-left: none;
    border-right: #eee 1px solid;
}

.post-box .post-box-titr {
    color: #888;
    font-size: 10px;
    display: block;
    font-family: Tahoma;
}

.post-box .post-box-titr::before {
    content: "■ ";
    color: red;
}

.post-box .post-box-link {
    color: #222;
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-family: parastoo;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
}

.post-box article {
    padding: 20px 0;
    border-bottom: #ccc 1px dotted;
}

.post-box article:nth-last-child(1) {
    border-bottom: none;
}

.post-box .post-short-text {
    font-size: 11px;
    color: #999;
    font-family: shabnam;
    line-height: normal;
}

.post-archive-box {
    margin-bottom: 25px;
    background: #fff
}

.post-archive-box::after {
    content: "";
    display: block;
    clear: both;
}

.post-archive-box .header {
    background: url(images/sidebar-title.png);
    height: 10px;
    line-height: 10px !important;
    margin-bottom: 20px;
    display: block;
}

.col-newspaper {
    border-right: #eee 1px solid;
}

.line {
    height: 1px;
    background: #eee;
    clear: both;
    display: block;
    margin: 0 15px;
    margin-bottom: 25px;
}

.post-archive-box .footer::after {
    content: "";
    display: block;
    clear: both;
}

.post-archive-box .header h6 {
    display: inline-block;
    background: #fff;
    margin: 0;
    padding-left: 5px;
    font-size: 18px;
    line-height: 10px !important;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    color: #333;
}

.post-archive-box .header .feed {
    background: #fff;
}

.post-archive-box .header .feed a {
    background: red;
    color: #fff;
    font-size: 9px;
    text-align: center;
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 13px;
}

.post-archive-box article {
    width: 50%;
    float: right;
    padding-left: 5px;
}

.post-archive-box article a.post-box-link {
    display: block;
    color: #222;
    font-size: 16px;
    margin: 5px 0;
}

.post-archive-box article img {
    width: 100%;
    border: #aaa 1px solid;
    padding: 2px;
}

.post-box-2 article {
    width: 40%;
    margin-bottom: 5px;
}

.post-box-2 ul {
    width: 60% !important;
}

.post-box-2 a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.post-box-2 .post-short-text {
    margin-top: 5px;
}

.news-slider-style-2.fix img {
    border: #eee 1px solid;
    padding: 2px;
}

.important-titles ul.im-titles li:nth-child(4n) {
    border-bottom: none;
}

.post-archive-box ul {
    width: 50%;
    border-right: #e8e8e8 1px solid;
    margin: 0;
    padding: 0 10px;
    padding-top: 0;
    float: right;
    list-style: none inside;
    margin-bottom: 10px;
}

.post-archive-box ul li::before {
    content: "■";
    color: red;
    font-size: 13px;
    margin-left: 5px;
}

.post-archive-box ul li a {
    color: #58595b;
    line-height: normal;
    font-size: 12px;
    font-weight: normal;
}

.post-archive-box ul li a img {
    width: 54px;
    height: 46px;
    border: #aaa 1px solid;
    padding: 2px;
    float: right;
    margin-left: 5px;
}

.left-sidebar .important-titles, .right-sidebar .important-titles {
    margin-bottom: 20px;
}

.sidebar-content ul > li:hover:before {
    color: #333;
}

.sidebar-type-img ul {
    list-style: none !important;
}

.sidebar-type-img li {
    list-style: none !important;
    padding: 4px 0;
    min-height: 65px;
    height: auto;
}

.sidebar-type-img li img {
    width: 70px;
    height: 50px;
    border: #ccc 1px solid;
    border-radius: 1px;
}

.sidebar-type-img li p {
    color: #222;
    font-weight: 400;
    float: left;
    width: 67%;
    padding-right: 5px;
}


.sidebar-type-all ul {
    list-style: none !important;
}

.sidebar-type-all li {
    list-style: none !important;
    padding: 4px 0;
}

.sidebar-type-all li:hover {
    background: #f5f5f5
}

.sidebar-type-all li i {
    color: #666;
    margin-top: 3px;
    margin-left: 3px;
}

.sidebar-type-all li::before {
    content: "■ ";
    color: red;
    font-size: 8px;
    margin-left: 3px;
    margin-top: 4px;
    float: right;
}

.post-archive-box ul li {
    display: block;
    padding: 3px 0;
    border-bottom: #e8e8e8 1px solid;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.post-archive-box ul li::after {
    content: "";
    display: block;
    clear: both;
}

.post-archive-box ul li:nth-last-child(1) {
    border-bottom: none;
}

.post-box-2 ul li {
    border-bottom-style: dotted;
    border-bottom-color: #999;
}

.main-menu #main-menu-links li.dropdown .caret {
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.main-menu #main-menu-links li.dropdown.open .caret {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.sidebar-content ul {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.sidebar-content ul > li {
    list-style: none;
    font-size: 12px;
}

.sidebar-content ul > li:hover a {
    color: #222;
}

.sidebar-content ul > li::before {
    content: "■ ";
    color: red;
    font-size: 10px;
    margin-left: 5px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.sidebar-content ul > li > a {
    color: #555;
}

.sidebar .sidebar-header .tabs {
    margin-top: -15px;
    position: absolute;
    background: #fff;
}

.sidebar .sidebar-header .tabs a {
    background: #868686;
    color: #fff;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -2px 0 inset;
    padding: 0 5px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.sidebar .sidebar-header .tabs a.active {
    background: red;
}

.sidebar .sidebar-header .tabs a:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 -12px 0 inset;
}

.sidebar .tabs-content {
    display: none;
}

.sidebar .tabs-content.active {
    display: block;
}

.sidebar-tslider {
    overflow: hidden;
    padding: 7px;
}

.sidebar-tslider:hover .scrollable.default-skin .scroll-bar .thumb {
    opacity: 1;
}

.sidebar-content .sidebar-tslider ul > li::before {
    content: none;
}

.sidebar-tslider .slide-content {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    padding: 0px 10px;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.fslider {
    height: 360px;
    background: #303030;
    overflow: hidden;
    padding: 7px;
}

.fslider .viewport {
    width: 100% !important;
}

.fslider .scrollable.default-skin .scroll-bar .thumb {
    opacity: 0;
    z-index: 1
}

.fslider:hover .scrollable.default-skin .scroll-bar .thumb {
    opacity: 1;
}

.sidebar-content .fslider ul > li::before {
    content: none;
}

.media-posts {
    margin-top: 20px;
}

.fslider .slide-content {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    padding: 0px 10px;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.rsSlide:hover .slide-content {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.comment-awaiting-moderation {
    background: rgb(238, 238, 238) none repeat scroll 0% 0%;
    padding: 2px 10px;
}

.fslider .slide-content h2 {
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}

.fslider .slide-content p {
    font-size: 12px;
    color: #ccc;
}


.fslider .thumb-box.scrollable .viewport .overview {
    position: relative;
}

.footer-slider-header .tabs a {
    background: #868686;
    color: #fff;
    height: 22px;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -2px 0 inset;
    padding: 0 10px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.footer-slider-header .tabs {
    position: absolute;
    margin-top: -12px;
    background: #fff;
}

.footer-slider-header .tabs a.active {
    background: red;
}

.footer-slider-header .tabs a:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 -12px 0 inset;
}

.footer-slider-header {
    background: url(images/sidebar-title.png);
    height: 10px;

    line-height: 10px !important;
    margin-bottom: 10px;
}

.sidebarpi-slider-header .tabs a {
    background: #868686;
    color: #fff;
    height: 22px;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -2px 0 inset;
    padding: 0 10px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.sidebarpi-slider-header .tabs {
    position: absolute;
    margin-top: -12px;
    background: #fff;
}

.sidebarpi-slider-header .tabs a.active {
    background: red;
}

.sidebarpi-slider-header .tabs a:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 -12px 0 inset;
}

.sidebarpi-slider-header {
    background: url(images/sidebar-title.png);
    height: 10px;

    line-height: 10px !important;
    margin-bottom: 10px;
}

.city-posts {
    background: #303030;
    color: #fff;
    padding: 10px;
    box-sizing: padding-box;
    height: 358px;
}

.city-posts .viewport {
    width: 100% !important;
}

.city-posts .viewport .overview {
    width: 100%;
}

.city-posts h2 {
    font-size: 18px;
    padding: 7px 0;
    margin: 0;
}

.more.foot {
    border-bottom: #555 1px dotted;
    padding: 3px 0;
}

.more.foot:after {
    clear: both;
    content: "";
    display: block;
}

/* ----------------------------------------- Widgets Styles ----------*/
.right-sidebar .whtr {

}

.right-sidebar .whtr table {
    width: 100%;
    display: block;
}

.right-sidebar .whtr table tr {
    width: 100%;
    display: table;
}

/*.right-sidebar .whtr table tr::after{
  content: "";
  display: block;
  clear: both;
}*/
.right-sidebar .whtr table tr td {
}

.whtr .cities select {
    width: 100%;
}

.whtr {
    clear: both;
}

.footer-links .whtr {
    background: #fff;
    width: 50%;
    margin-left: 0;
    margin-right: auto;
}

.important-box .whtr td {
    padding: 2px 0;
}

.important-box .whtr tr.tbrdr td {
    padding: 0 0 2px 0;
}

.left-sidebar .whtr, .right-sidebar .whtr {
    margin-bottom: 20px;
}

.important-box .sidebar table {
    margin: auto;
    border: #eee 1px solid;
    width: 100%;

}

.important-box .sidebar table tr td {
    padding: 6px;
}

.error_page {
    width: 100%;
    margin: 60px auto;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px;
    position: relative;
    z-index: 1000;
    padding-bottom: 20px;
    border-bottom: 2px solid #CCC;
}

.right_error_page h1 {
    color: #f66;
    font: 26px;
}

.right_error_page {
    float: right;
    width: 50%;
    overflow: hidden;
}

.right_error_page span {
    float: right;
    margin: 0 5px;
    color: #8a8a8a;
}

.right_error_page span ul {
    list-style: square;
    margin: 10px 20px;
}

.right_error_page span ul li {
    display: block;
    font-size: 12px;
    color: #8a8a8a;
}

.error_img {
    float: left;
    width: 50%;
    overflow: hidden;
}

.error_img img {
    display: block;
    margin: auto;
}

.more.foot a {
    float: left;
    color: red;
}

.city-posts .posts article {
    padding: 6px 0;
}

.city-posts .posts article img {
    width: 95px;
    height: 60px;
    margin-left: 5px;
}

.city-posts .posts article a {
    color: #fff;
}

.city-posts .posts article::after {
    content: "";
    display: block;
    clear: both;
}

header .header-left::after {
    content: "";
    display: block;
    clear: both;
}

.footer-gm {
    background: #eee;
    margin: 1px 15px
}

.footer-gm .pull-right {
    margin-right: 0;
    padding-right: 0;
    height: 357px;
}

#IranMap .map .province path[data-active="active"] {
    fill: #ff0000;
}

.important-box .sidebar {
    margin-top: 5px;
    margin-bottom: 0;
}

.iran-map .iran-map-title {
    margin-right: -5px;
    background: red;
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
    box-shadow: 30px 0 0 #333;
    position: absolute;
}

.fslider .video-slide {
    position: absolute;
    top: 0;
    z-index: 999999;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    background: #090909 url(images/footer-bg.png);
    margin-top: 10px;
}

@keyframes fio {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.25
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fio {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.5
    }
    100% {
        opacity: 1
    }
}

#tc_loading {
    display: none;
    text-align: center;
    height: 157px;
    line-height: 157px;
    animation: fio 1s linear infinite;
    -webkit-animation: fio 1s linear infinite;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: context-menu;
}

#tc_loading p {
    text-align: center;
    color: #333;
    font-size: 24px;
}

.tc-main.light #tc_loading p {
    text-align: center;
    color: #333;
    direction: rtl;
}

.tc-main #tc_loading p {
    text-align: center;
    color: #fff;
    direction: rtl;
}

.footer-social {
    direction: ltr;
    margin-top: 10px;
}

.footer-social a {
    line-height: 30px;
    color: #888;
    font-size: 18px;
    margin: 0 3px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}

.footer-social a:hover {
    border-radius: 100px;
    color: #fff;
}

.footer-social a.fa-rss:hover {
    box-shadow: #FF6600 0 -35px 0 inset;
}

.footer-social a.fa-facebook:hover {
    box-shadow: #3B5998 0 -35px 0 inset;
}

.footer-social a.fa-feed:hover {
    box-shadow: orange 0 -35px 0 inset;
}

.footer-social a.fa-twitter:hover {
    box-shadow: #3CF 0 -35px 0 inset;
}

.footer-social a.fa-paper-plane:hover {
    box-shadow: #0aF 0 -35px 0 inset;
}

.footer-social a.fa-telegram:hover {
    box-shadow: #0aF 0 -35px 0 inset;
}

.footer-social a.fa-bullhorn:hover {
    box-shadow: #0aF 0 -35px 0 inset;
}

.footer-social a.fa-instagram:hover {
    box-shadow: #D72E7F 0 -35px 0 inset;
}

.footer-social a.fa-google-plus:hover {
    box-shadow: #DC4A38 0 -35px 0 inset;
}

.footer-social a.icon-aparat:hover {
    box-shadow: #ea1d5d 0 -35px 0 inset;
}

.footer-nav {
    margin-top: 10px;
}

.footer-nav ul {
    padding: 0;
}

.footer-nav li {
    display: inline-block;
    list-style: none;
    color: #888;
}

.footer-nav li a {
    color: #fff;
    padding: 0 5px;
}

.footer-nav li::after {
    content: "|";
}

.footer-nav li:nth-last-child(1)::after {
    content: none;
}

.footer-nav ul > li {
    position: relative;
}

.footer-nav ul > li ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px 1px;
    background: #222;

    width: 150px;
    margin-right: 0;
    z-index: 9999;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    bottom: 18px;
}

.footer-nav ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.footer-nav ul > li ul a {
    display: block;
    margin: 0 !important;
    padding: 0;
    font-size: 11px;
}

.footer-nav ul > li > ul > li {
    display: block;
    margin: 0 !important;
    padding: 5px !important;
    box-shadow: rgba(255, 255, 255, 0.1) 0 -1px 0 inset, rgba(0, 0, 0, 0.1) 0 1px 0;
    height: auto;
    line-height: normal;
}

.footer-nav ul > li > ul > li:after {
    content: none;
}

.footer-nav ul > li > ul > li.menu-item-has-children:after {
    content: "\f104";
    font-family: 'FontAwesome';
    float: left;
    margin-top: -17px;
    margin-right: 2px;

}

.footer-nav ul > li > ul > li:nth-last-of-type(1) {
    box-shadow: none;
}

.footer-nav ul > li > ul > li > ul {
    margin-right: 145px;
    margin-bottom: -18px;
}

.footer-nav ul > li > ul > li:hover {

    box-shadow: rgba(255, 255, 255, 0.1) 0 -1px 0 inset, rgba(0, 0, 0, 0.1) 0 1px 0, rgba(255, 255, 255, 0.1) 0 -50px 0 inset;
}

.footer-main {
    margin-top: 10px;
    margin-bottom: 30px;
}

.footer-main .footer-cp .logo {
    max-width: 150px;
    float: right;
    margin-left: 10px;
    border-left: #333 1px solid;
    padding-left: 5px;
}

.footer-main .footer-cp .logo img {
    width: 100%;
    height: auto;
}

.fixednav {
    position: fixed;
    top: 0;
    right: 2.5%;
    z-index: 999;
}

.page-not-found h1 {
    text-align: center;
    font-size: 48px;
    margin: 0;
    padding: 0;
    text-shadow: #ccc -1px 3px 0;
}

.page-not-found .desc-list {
    margin: auto;
    float: none;

}

.page-not-found .desc-list li {
    color: #999;
}

.page-not-found {
    padding: 50px 0;
}

.page-not-found p {
    text-align: center;
    color: #888;
    font-size: 24px;
}

#not-menu ul li {
    color: #bbb;
}

.footer-main .footer-cp .cp-text {
    color: #888;
    font-size: 13px;
    padding: 15px;
}

.footer-main .footer-links ul {
    padding: 0;
    width: 330px;
    text-align: left;
    float: left;
}

.footer-main .footer-links li {
    float: right;
    list-style: none;
    width: 25%;
    margin-bottom: 5px;
    text-align: center;
}

.footer-main .footer-links li > ul {
    display: none;
}

.footer-main .footer-links li a {
    color: #888;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    padding: 1px 10px;
    display: block;
    text-align: center;
    font-size: 11px;
}

.footer-main .footer-links li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 1px 10px;
    border-radius: 100px;
}

.footer-main .footer-cp {
    margin-top: 20px;
}

.footer-main .footer-links {
    margin-top: 10px;
    padding-left: 0;
    text-align: left;

}

.post-box-single .post-content * {
    font-size: 13px;
}

.footer-main .footer-links ul {
    float: left;
}

.footer-cp-yaregan {
    background: #171717;
    padding: 8px;
    color: #fff;
    text-align: center;
}

.footer-cp-yaregan p {
    text-align: left;
}

.footer-cp-yaregan a {
    color: #fff;
}

.footer-cp-yaregan a:hover {
    color: #f22;
}

.footer-cp-yaregan a.yaregantheme {
    float: left;
    opacity: 0.2;
}

.footer-cp-yaregan a.yaregantheme:hover {
    opacity: 1;
}

.footer-cp-yaregan img {
    float: left;
}

#featured {
    width: 400px;
    padding-right: 250px;
    position: relative;
    border: 5px solid #ccc;
    height: 250px;
    overflow: hidden;
    background: #fff;
}

#featured ul.ui-tabs-nav {
    position: absolute;
    top: 0;
    left: 400px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 250px;
    height: 250px;
    overflow: auto;
    overflow-x: hidden;
}

.video-null {
    height: 346px;
}

#featured ul.ui-tabs-nav li {
    padding: 1px 0;
    padding-left: 13px;
    font-size: 12px;
    color: #666;
}

#featured ul.ui-tabs-nav li img {
    float: left;
    margin: 2px 5px;
    background: #fff;
    padding: 2px;
    border: 1px solid #eee;
}

#featured ul.ui-tabs-nav li span {
    font-size: 11px;
    font-family: Verdana;
    line-height: 18px;
}

#featured li.ui-tabs-nav-item a {
    display: block;
    height: 60px;
    text-decoration: none;
    color: #333;
    background: #fff;
    line-height: 20px;
    outline: none;
}

#featured li.ui-tabs-nav-item a:hover {
    background: #f2f2f2;
}

#featured li.ui-tabs-selected, #featured li.ui-tabs-active {
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a {
    background: #ccc;
}

#featured .ui-tabs-panel {
    width: 400px;
    height: 250px;
    background: #999;
    position: relative;
}

#featured .ui-tabs-panel .info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    /*background: url('images/transparent-bg.png');*/
}

#featured .ui-tabs-panel .info a.hideshow {
    position: absolute;
    font-size: 11px;
    font-family: "Verdana";
    color: #f0f0f0;
    right: 10px;
    top: -20px;
    line-height: 20px;
    margin: 0;
    outline: none;
    background: #333;
}

#featured .info h2 {
    font-size: 1.2em;
    font-family: Georgia, serif;
    color: #fff;
    padding: 5px;
    margin: 0;
    font-weight: normal;
    overflow: hidden;
}

#featured .info p {
    margin: 0 5px;
    font-family: verdana;
    font-size: 11px;
    line-height: 15px;
    color: #f0f0f0;
}

#featured .info a {
    text-decoration: none;
    color: #fff;
}

#featured .info a:hover {
    text-decoration: underline;
}

#featured .ui-tabs-hide {
    display: none;
}

.video-footer-lg {
    height: 345px;
    padding: 0;
}

.video-footer-lg .video-lg-title {
    position: absolute;
}

.video-footer-lg .video-lg-title a {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 5px;
    display: block;
}


.sidebar .sidebar-type-2 ul > li:hover {
    background: #f6f6f6;
}

.sidebar-type-3 ul li a {
    display: block;
}

.sidebar-type-3 ul li a:hover {
    color: #333;
}

.sidebar-type-3 ul li a:hover::before {
    color: #333;
}

.post-box .header .feed a:hover {
    background: orange;
}

.city-posts .posts article:hover {
    background: rgba(255, 255, 255, 0.03)
}


.header-ads {
    margin-top: -10px;
}

.header-ads * {
    max-width: 100%;

}

.header-ads img {
    height: auto;
    margin: auto;
    display: block;
}

.video-footer-lg .video-lg-title h2 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    margin-right: 5px;
}

.video-footer-thumbs {
    padding: 0;
    padding-left: 5px;
}

.video-footer-lg video {
    background: #121212;
    width: 100%;
    height: 100%;
}

.video-footer-thumbs a {
    display: block;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.video-footer-thumbs a img {
    width: 100%;
    height: 79px;
    border: #222 2px solid;
}

.video-footer-thumbs a span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    display: flex;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;

}

.video-footer-thumbs a:hover span {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    border-radius: 0;
}

.video-footer-thumbs a span h2 {
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center
}

.main-menu .navbar-c-toggle {
    display: none;
    margin: 0;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    color: #fff;
    background: none;
    border: none;
    float: right;
    background: #444;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999999;
}

.video-footer-lg iframe {
    margin-top: 50px;
    border: none !important
}

.video-footer-lg div {
    border: none !important
}

.navbarr-header::after {
    content: "";
    display: block;
    clear: both;
}

.navbarr-header {
    float: left;
    margin-left: -15px;
}

.main-menu .navbar-c-toggle:hover {
    background: #666;
}

.main-menu #main-menu-links {
}

.main-menu #main-menu-links li.dropdown.open a {
    background: none;
}

#main-menu-links .navbar-nav {
    height: auto;
}

#mm-close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #444;
    margin: auto;
    float: left;
    cursor: pointer;
}

.tc-main .footer .slick-list {
    direction: rtl;
}

#mm-close:hover {
    background: #555;
}

#main-menu h1 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #333;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.newspaper-footer {
    background: #303030;
    height: 360px;
}

.newspaper-footer .slick-slider .slick-list {
    overflow: hidden;
    margin-right: 1px;
}

.footer-newspaper * {
    direction: ltr;
}

.footer-newspaper .slick-arrow {
    padding: 0;
    background: red;
    border: none;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-top: -5px;
    overflow: hidden;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 8px;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 0;
    cursor: pointer;
    line-height: 10px;
}

.footer-newspaper .slick-arrow.slick-prev {
    left: 12px;
}

.footer-newspaper button.slick-next::before {
    content: "\f060";
}

.footer-newspaper button.slick-prev::before {
    content: "\f061";
}

.newspaper-footer article img {
    width: 100%;
    height: 320px;
    border: #111 1px solid;
}

.newspaper-footer .newspaper-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    vertical-align: center;
    direction: rtl;
    text-align: center;
    justify-content: center;
    transition: 0.2s;
    opacity: 0;
}

.newspaper-footer article:hover .newspaper-hover {
    opacity: 1;
}

.newspaper-footer .newspaper-hover a {
    text-align: center;
    padding: 20px 30px;
    position: relative;
    align-items: center;
}

.lg-outer .lg-thumb-item {
    border-radius: 0 !important;
}

.newspaper-footer .newspaper-hover .line {
    background: rgba(255, 255, 255, 0.5);
    height: 150px;
    width: 1px;
    position: absolute;
    content: "";
    display: inline-block;
    margin: 0;
    margin-top: -75px;
}

.newspaper-footer .newspaper-hover a i {
    display: block;
    text-align: center;
    margin: auto;
    font-size: 44px;
    clear: both;
    margin-bottom: 10px;
}

.newspaper-footer .newspaper-hover a span {
    font-size: 16px;
}

.newspaper-footer article {
    position: relative;
}

.newspaper-footer article .img-post-box {
    margin: 10px;
    margin-bottom: 0px;
    position: relative;
}

.newspaper-footer .newspaper-title {
    padding: 0 50px;
    margin-bottom: 8px;
}

.newspaper-footer article span.newspaper-date {
    color: #fff;
    float: left;
    margin: 5px 0;
}

.newspaper-footer ul {
    margin: 0;
    padding: 0;
}

.newspaper-footer ul li {
    list-style: inside none;
    padding: 2px 5px;
}

.newspaper-footer ul li a {
    color: #Fff;
}

.newspaper-footer ul li span {
    float: left;
    font-family: shabnam;
    font-size: 10px;
    letter-spacing: -0.3px;
}

.newspaper-footer article a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
    direction: rtl;
}

.newspaper-footer a {
    font-family: shabnam;
    font-size: 10px;
}

.special-slider {

    width: 100%;
    background: #01563e;
    box-shadow: #000 0 0 200px inset;
    text-align: center;
    margin-top: -20px;
    padding-top: 20px;
}

.special-box-slider {
    width: 1000px;
    margin: auto;
    box-shadow: none;
}

.special-box-slider * {
    direction: rtl;
}


.custom_load .data-table thead {
    background: red;
}

.custom_load .data-table thead th {
    border: #fff 2px solid;
    padding: 2px 5px;
}

.custom_load .data-table thead tr * {
    color: #fff;
    font-weight: normal;
}

.custom_load .data-table tr td:nth-last-of-type(1), .custom_load .data-table thead th:nth-last-of-type(1) {
    display: none;
}


.custom_load table {
    width: 100%;
}

.custom_load table .carHeader td {
    background: #f00;
    color: #fff !important;
    border: #fff 2px solid;
    padding: 2px 5px;
}

.custom_load table tr:nth-child(odd) td, .custom_load table tbody tr:nth-child(odd) th {
    background: #f7f7f7;
    color: #777;
    border: #fff 2px solid;
    padding: 2px 5px;
}

.custom_load table tr td, .custom_load table tbody tr th {

    color: #777;
    border: #fff 2px solid;
    padding: 2px 5px;
}


.calendar_wrap * {
    text-align: center;
}

.calendar_wrap td, .calendar_wrap th {
    padding: 1px;
    background: #f5f5f5;
    border: #fff 2px solid;
}

.calendar_wrap th {
    background: #aaa;
    color: #fff;
}

.calendar_wrap {
    text-align: center;
}


.special-pager {
    background: rgba(0, 255, 0, 0.4);
    position: absolute;
    width: 100%;
    right: 0;
    height: 30px;
    margin-top: -30px;
    z-index: 9999999;
    border-top: #159603 1px solid;
    border-bottom: #148107 1px solid;
    text-align: center;
    line-height: 30px;
}

.tags_page a {
    display: inline-block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    color: #888;
    padding: 2px 5px;
    border-radius: 5px;
    margin: 2px;
}

.tags_page a:hover {
    background: #eee;
    color: #777;
}

.special-pager ul {

}

.special-pager li {
    display: inline;
    padding-right: 10px;
}

.special-pager li:hover {

}

.special-pager li.sy-active {
}

.special-pager li a {
    font-size: 13px;
    color: #000;
}

.special-pager li a:hover {
    color: #8d0303;
}

.sidebar li {
    list-style: inside;
}

.special-slider .sy-list img {
    /*max-width: 100%; */
    max-height: 300px;
    width: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.special-slider #special-slider {
    margin: auto;
    display: none;
}

.sidebar-type-3 img {
    display: none !important;
}

.sidebar-type-1 ul li {
    list-style: none;
}

.sidebar-type-2 ul li {
    list-style: none;
}

.sidebar-type-3 ul li {
    list-style: none;
}

.sidebar-type-3 li:nth-child(1) img {
    display: block !important;
    margin-bottom: 5px;
    max-width: 100%;
    height: auto;
}

.special-slider .special-content {
    width: 555px;
    float: left;
    height: 300px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.special-slider .special-content p {
    text-align: justify;
    font-size: 14px;
    line-height: normal;
    color: #fff;
}

.special-slider .special-content a {
    color: #fff;
}

.special-slider .image-content {
    float: right;
    width: 440px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#special-slider .sy-slide {
    width: 100%;
}

.special-slider #special-slider::after {
    content: "";
    display: block;
    clear: both;
}

.alignright {
    float: right;
    margin: 5px 0 0 10px;
    max-width: 100%;
}

.alignleft {
    float: left;
    margin: 5px 10px 0 0;
    max-width: 100%;
}

.aligncenter {
    display: block;
    margin: 5px auto;
    max-width: 100%;
}

.post-box-single::after {
    content: "";
    display: block;
    clear: both;
}

.post-box-single .post-content img {
    border: #eee 1px solid;
    padding: 2px;
    max-width:100%;
}

.post-box-single .post-content ul.links-category {
    /*
      list-style: none;
      float: right;
      width: 33%;*/
    margin: 0;
    margin: 10px 0;
    margin-right: 0 !important;
}

.post-box-single .post-content ul.links-category ul {
    margin-right: 0 !important;
}

.post-box-single .post-content ul.links-category .mp {

    background: #fff;
    border: #eee 1px solid;
    box-shadow: #eee -1px 1px 5px;
}

.post-box-single .post-content ul.links-category .links-category-title {
    margin: 0;
}

.post-box-single .post-content ul.links-category .links-category-title a {
    color: #fff;
    font-family: parastoo;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    display: block;
    text-align: center;
    background: #f00;
}

/*.post-box-single .post-content ul.links-category:nth-child(2n) .links-category-title a{
	background: #ef5350;
}
.post-box-single .post-content ul.links-category:nth-child(3n) .links-category-title a{
	background: #5c6bc0;
}
.post-box-single .post-content ul.links-category:nth-child(4n) .links-category-title a{
	background: #9ccc65;
}
.post-box-single .post-content ul.links-category:nth-child(5n) .links-category-title a{
	background: #ffa726;
}*/
.post-box-single .post-content ul.links-category .cat_links h2 {
    display: none;
}

.post-box-single .post-content ul.links-category .linkcat {
    list-style: none;
}

.post-box-single .post-content ul.links-category .linkcat li {
    list-style: none;
    background: url(images/dot.png) right 7px center no-repeat;
    border-bottom: #eee 1px solid;
}

.post-box-single .post-content ul.links-category .linkcat li a {
    display: block;
    padding: 5px;
    color: #777;
    padding-right: 20px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.post-box-single .post-content ul.links-category .linkcat li a:hover {
    padding-right: 25px;
}

.post-box-single .post-content ul.links-category .linkcat li:nth-child(odd) a {
    background: #f8f8f8 url(images/dot.png) right 7px center no-repeat;
    color: #666;
}

.post-box-single .post-content ul.links-category .linkcat li:nth-last-of-type(1) {
    border-bottom: none;
}

.sp-main {
    border: #eee 1px solid;
    border-bottom: none;
    position: relative;
    background: #fff;
}

.sp-header-post {
    padding: 5px 10px;
    margin: 8px 0;
}

.sp-header-post img {
    width: 100%;
    height: 130px;
    border-radius: 1px;
    border: #eee 1px solid;
    padding: 2px;
}

.sp-header-post .sub-title {
    color: #939393;
    font-size: 10px;
    margin: 5px 0;
}

.sp-header-post .sub-title::before {
    content: "■";
    color: red;
    font-size: 10px;
    margin-left: 5px;
}

.sidebar a {
    color: #666;
}

.sp-header-post .title {
    color: #282828;
    margin: 0;
    font-size: 11px;
    line-height: normal;
}

.page_num li a, .page_num li span {
    border: none;
    background: #f3f3f3;
    border-radius: 5px;
    border-bottom: #c8c8c8 2px solid;
    margin: 0 2px;
    font-size: 13px;
    color: #606060;
    font-weight: 500;
}

.page_num {
    text-align: center;
    clear: both;
}

.page_num li span.current {
    background: #cf0000;
    color: #fff;
    border-bottom-color: #880000;
}

.page_num li a {
    color: #606060;
}

.page_num li a:hover {
    color: #444;
}

.post-box-single .post-info {
    border-bottom: #eee 1px solid;
    margin-bottom: 4px;
}

.post-box-single .post-info li {
    float: right;
    list-style: url(images/dot.png) inside;
    margin-left: 30px;
    font-size: 11px;
    font-family: shabnam;
    color: #666;
}

.post-box-single .post-info li a {
    font-size: 11px;
    font-family: shabnam;
    color: #555;
}

.post-box-single .post-info li a:hover {
    color: #333;
}

.post-box-single .post-sub-title {
    font-size: 10px;
    padding: 5px 0;
    font-family: shabnam;
    color: #6a6a6a;
    font-weight: normal;
    margin: 0;
}

.post-box-single .post-img h3 {
    margin: 0;
    font-weight: normal;
    line-height: normal;
}

.post-box-single .post-img:hover {
    opacity: 0.9;
}

.post-box-single .post-img h3 p {
    margin-bottom: 0;
    color: #666;
}

.post-box-single .the-title {
    margin: 10px 0;
    padding: 0;
    line-height: normal;
}

.post-box-single .post-img {
    background: #f4f4f4
}

.post-box-single .post-content {
    margin: 10px 0;
    text-align: justify;
    color: #6a6a6a;
    font-family: shabnam;
    line-height: 1.8;
}

.post-box-single .post-content * {
    font-family: shabnam;
}

.post-box-single .post-img div {
    font-size: 12px;
    color: #8f8f8f;
    padding: 5px;
}

.post-box-single .post-img img {
    width: 250px;
    height: 150px;
    float: right;
    margin-left: 10px;
}

#footer-menu-res {
    display: none;
}

.post-archive-box ul li:hover {
    background: #F4F4F4;
}

.post-archive-box .post-box-img {
    margin-bottom: 5px;
}

.post-box-single .post-img::after {
    content: "";
    display: block;
    clear: both;
}

.post-box-single .the-title a {
    font-size: 22px;
    display: block;
    color: #555;
    font-weight: 500;
}

.cancel-comment-reply {
    text-align: left;
}

#respond {
    margin-bottom: 5px;
}

.post-box-single .the-title a:hover {
    color: #666;
}

.post-box-single .the-title.page-tt a {
    font-size: 20px;
    color: #aaa;
    font-weight: 500;
    display: block;
    border-right: #ddd 5px solid;
    padding: 0 10px;
}

.post-box-single .post-sub-title::before {
    content: "■";
    color: red;
    margin-left: 5px;
}

.post-box-single .post-info a.print-post {
    float: left;
    color: #777;
    font-size: 18px;
    height: 18px;
    width: 18px;
    overflow: hidden;
    text-align: center;
    line-height: 18px
}

.post-box-single .post-info a.print-post:hover {
    color: #333;
}

.post-box-single .post-info::after {
    content: "";
    display: block;
    clear: both;
}

#respond::after {
    content: "";
    display: block;
    clear: both;
}

.post-info-box {
    margin-top: 50px;
    margin-bottom: 10px;
    min-height: 70px;
}

.vcomment {
    margin-top: 0;
}

.ps-banner {
    margin-top: 40px;
    text-align: center;
}

.ps-banner img {
    max-width: 100%;
}

.post-info-box:nth-last-child(1) {
    padding-bottom: 50px;
}

.comment-author img {
    border: #eee 1px solid;
    padding: 2px;
    width: 32px;
    height: 32px;
}

.post-info-box .c_dats {
    float: left;
    color: #999;
}

.post-info-box .c_dats a {
    color: #aaa;
    font-size: 10px;
}

.post-info-box .user_n {
    margin-bottom: 10px;
    font-weight: 500;
    color: #666;
}

.post-info-box .comment-text * {
    font-family: shabnam;
    color: #777;
    margin-top: 6px;
}

.post-info-box .comment-text p {
    margin-bottom: 3px;
    font-size: 11px;
    line-height: normal;
}

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.post-info-box .commentlist .children {
    margin-right: 30px;
}

.post-info-box .commentlist li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-info-box .commentlist li::after {
    content: "";
    clear: both;
    display: block;
}

.post-info-box .comment-body {
    border: #eee 1px solid;
    padding: 10px;
    margin-bottom: 10px;
}

.post-info-box .comment-p {
    padding: 0;
}

.post-info-box .comment-head {
    float: right;
    margin-left: 10px;
}

.post-info-box .comment-reply-link {
    float: left;
    background: #aaa;
    color: #fff;
    text-align: center;
    padding: 2px 5px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    font-size: 11px;
    margin-top: 5px;
}

.post-info-box .comment-reply-link:hover {
    box-shadow: red 0 -25px 0 inset;
}

.post-info-box .footer {
    margin-top: 20px;
}

.post-info-box .post-tags a {
    color: #666;
    margin-left: 20px;
}

.post-info-box .post-tags a::before {
    content: "■";
    color: red;
    margin-left: 5px;
    font-size: 8px;
}

.post-info-box .post-related li {
    display: block;
    list-style: none inside;
    padding: 5px 0;
    font-family: shabnam;
    border-bottom: #eee 1px solid;
}

.post-info-box .post-related li:hover::before {
    color: #333;
}

.post-info-box .post-related li:hover a {
    color: #333;
}

.post-info-box .post-related li::before {
    content: "■";
    color: red;
    margin-left: 5px;
    font-size: 8px;
}

.post-info-box .post-related a {
    color: #666;
    font-family: shabnam;
}

.post-info-box .post-related li span {
    float: left;
    color: #aaa;
    font-family: shabnam;
    font-size: 11px;
}

.post-info-box .post-short-link {
    float: right;
}

.post-info-box .post-short-link input {
    border: #e7e7e7 1px solid;
    text-align: left;
    direction: ltr;
    padding: 0 5px;
    font-family: tahoma;
    height: 23px;
    line-height: 23px;
    width: 280px;
}

.post-info-box .post-short-link i {
    display: inline-block;
    content: "2";
    width: 23px;
    height: 23px;
    background: #959595;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-top: -1px;
    cursor: context-menu;
}

.post-info-box .header {
    background: url(images/sidebar-title.png);
    height: 10px;
    line-height: 10px !important;
    margin-bottom: 10px;
}

.post-info-box .header h6 {
    display: inline-block;
    background: #fff;
    margin: 0;
    padding-left: 8px;
    font-size: 16px;
    line-height: 10px !important;
    letter-spacing: -0.8px;
}

.post-social-share {
    float: left;
    line-height: 28px;
}

.post-social-share a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    float: left;
    position: relative;
    margin-right: 1px;
    overflow: hidden;
}

.post-social-share a:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    /*transform: rotateY(-360deg);
	-webkit-transform: rotateY(-360deg);
	-moz-transform: rotateY(-360deg);*/
    background: #c84c4c;
}

.post-social-share a::before {
    content: "";
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    border-radius: 100%;
}

.post-social-share a:hover::before {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
}

.post-social-share a:nth-last-of-type(1n) {
    background: #555;
}

.post-social-share a:nth-last-of-type(2n) {
    background: #999999;
}

.post-social-share a:nth-last-of-type(3n) {
    background: #757575;
}

.post-social-share a:nth-last-of-type(4n) {
    background: #757575;
}

.post-social-share a:nth-last-of-type(5n) {
    background: #8e8e8e;
}

#respond textarea {
    max-width: 100%;
}

#respond .comment-input .form-group input {
    width: 95%;
}

#respond .comment-input .form-group {
    margin-bottom: 3px;
}

#respond [class*=col-] {
    padding: 0;
}

.comment-input .reset-post {
    margin-top: 5px;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form .wpcf7-form-control-wrap, .wpcf7-form label {
    width: 100%;
}

.wpcf7-form label {
    font-weight: normal;
}

.wpcf7-form .wpcf7-submit {
    width: auto;
}

textarea, input[type=email], input[type=password], input[type=name], input[type=text] {
    border: #eee 1px solid;
    padding: 5px;
}

textarea:focus, input[type=email]:focus, input[type=password]:focus, input[type=name]:focus, input[type=text]:focus {
    border-color: #ccc;
}

.submit-post {
    background: #5cb85c;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0 inset;
    color: #fff;
    border: none;
    width: 63px;
    height: 23px;
    text-align: center;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.submit-post:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 -30px 0 inset;
}

.submit-post:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 -30px 0 inset, rgba(0, 0, 0, 0.2) 0 1px 0 inset;
}

.reset-post {
    background: #d9534f;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0 inset;
    color: #fff;
    border: none;
    width: 63px;
    height: 23px;
    text-align: center;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.reset-post:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 -30px 0 inset;
}

.reset-post:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0 -30px 0 inset, rgba(0, 0, 0, 0.2) 0 1px 0 inset;
}

#comments ul.im-sc {
    list-style: url(images/dot.png) inside;
    margin-bottom: 20px;
    color: #999;
    line-height: normal;
}

#comments ul.im-sc li {
    font-size: 11px;
}

.category-sl {
    padding: 2px;
    border: #eee 1px solid;
}

.category-bp article {
    padding: 0;
    margin-left: 2%;
    width: 32%;
    float: right;
}

.category-bp article img.null {
    height: 100px;
}

.category-bp article img.t2.null {
    height: 130px;
}

.category-bp article h2 {
    font-size: 11px !important;
    font-weight: 500;
}

.category-bp article .sub-title {
    color: #555 !important;
    text-align: right !important;
    font-size: 10px !important;
}

.category-bp article .sub-title::before {
    content: none;
}

.category-bp article:nth-child(3) {
    margin-left: 0;
}

.category-bp::after {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 20px;
}

.category-sl article {
    position: relative;
}

.category-sl article p {
    margin-top: 8px !important;
    font-size: 15px !important;
}

.gallery .gallery-item {
    float: none !important;
    margin: auto;
}

.gallery .gallery-item img {
    width: 100% !important;
    height: auto !important;
}

.poll p {
    padding: 10px;
}

.poll form input {
    height: 20px;
    width: 100%;
}

.poll .form-group a {
    color: #fff !important;
}

.media-signle h2.title {
    padding-right: 0;
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    margin-right: -15px;
}

.media-signle .single-info {
    color: #aaa;
    padding-left: 0;
    line-height: 0.5;
    margin-bottom: 5px;
}

.media-signle .single-info .author-date {
    float: left;
    text-align: left;
}

.media-signle .single-info .author-date p {
    font-family: tahoma;
    font-size: 11px;
    text-align: left;
    margin-left: 10px;
}

.media-signle .media-single-content {
    color: #fff;
    margin: 15px 0;

}

.single-media-tags {
    margin: 0 0 40px;
}

.single-media-tags .header {
    background: url(images/sidebar-title.png);
    height: 10px;
    line-height: 10px;
}

.single-media-tags .header h6 {
    background: red;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    margin-top: -5px;
    padding: 0 5px;
    font-weight: normal;
    font-size: 14px;
    border-left: #3E3E3E 3px solid;
}

.single-media-tags .footer {
    margin: 15px 0;
}

.single-media-tags .footer a {
    display: inline-block;
    margin: 2px;
    color: #fff;
    padding: 2px 5px;
}

.single-media-tags .footer a:hover {
    background: #fff;
    color: #333;
}

.media-signle .media-single-content .gallery {
    margin-top: 30px;
    text-align: justify;
}

.media-signle .media-single-content .gallery img {
    border: #222 1px solid;
    width: 100%;
    height: 210px;
}

.media-signle .media-single-content .gallery a {
    margin-bottom: 20px;
    display: inline-block;
}

.media-signle .media-single-content .gallery a img {
    width: 100%;
}

.lg * {
    direction: ltr;
    text-align: left;
}

.lg-outer .lg-thumb {
    margin: auto !important;
}

/*.media-signle .media-single-content .gallery a{
	display: inline-block;
	width: 31%;
	margin-bottom: 30px;
	float:right;
	margin-left:2%;
}
.media-signle .media-single-content .gallery a:nth-child(3n){
	margin-left: 0;
}*/

.footer-slider-cols > div {
    padding: 0;
}

.footer-slider-cols ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
}

.footer-slider-cols .thumb-box {
    background: #303030;
    height: 345px;
    overflow: auto;
    direction: ltr;
}

.footer-slider-cols .sy-slide img {
    height: 345px !important;
    width: 100%;
    display: inline-block;
    border: #000 1px solid;
}

.footer-slider-cols .thumb-box .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.footer-slider-cols .thumb-box .mCSB_scrollTools {
    width: 5px;
}

.footer-slider-cols .thumb-box img {
    width: 90px;
    height: 62px;
    border: #434343 2px solid;
    border-radius: 1px;
}

.footer-slider-cols .thumb-box li {
    padding: 5px;
    margin: 1px;
    overflow: hidden;
}

.footer-slider-cols .thumb-box li img.active {
    box-shadow: #5e5e5e 0 0 0 20px;
}

.footer-slider-cols:hover .slide-content {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}


.logo.error-panel {
    padding: 55px 20px;
    text-align: center;
}

.logo.error-panel > a {
    background: #eee none repeat scroll 0 0;
    color: #aaa;
    margin: 10px 0;
    padding: 5px 16px;
}

.logo.error-panel > a:hover {
    background: rgba(255, 158, 0, 1.00);
    color: #FFFFFF;
}

.logo.error-panel > h2 {
    margin-bottom: 40px;
    text-align: center;
}

.select-video-qulity span {
    background: #d14027 none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    padding: 3px 6px;
    width: 130px;
}

.select-video-qulity span small {
    font-size: 12px;
}

.select-video-qulity ul {
    background: #d14027;
    display: none;
    margin-top: 0;
    position: absolute;
    width: 130px;
    z-index: 10000;
}

.select-video-qulity ul li {
    background: #b6331c;
    padding: 3px;
    cursor: pointer;
}

.select-video-qulity ul li:nth-child(1) {
    float: none !important;
}

.select-video-qulity li i {
    display: none;
}

.active-video {
    display: block !important;
    float: right;
    margin-left: 3px;
}

main.paged .news-slider, main.paged .category-bp {
    display: none;
}

iframe {
    border: 0 !important;
}

.video_pre_img {
    position: absolute;
    background: #000;
    width: 100%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_pre_img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.video_pre_img i {
    background: url(images/youtube-play.png) top;
    width: 84px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    z-index: 2;
}

.video_pre_img:hover i {
    background: url(images/youtube-play.png) bottom;
}

.video_pre_img:hover i:hover {

    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.video_pre_img:hover img {
    opacity: 0.8;
}

.video_pre_img i:active {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}


.video-h .header-video-links.pull-left {
    margin-top: 20px;
}

@media (max-width: 1190px) {
    .left-ads {
        display: none;
    }

}

@media (min-width: 1200px) {
    .post-box-single .post-info li {
        float: right;
        margin-left: 0;
        padding-left: 25px;
        list-style: none;
        background: url(images/dot.png) no-repeat right;
        padding-right: 9px;
    }

    .container {
        width: 1000px;
    }
}

@media (max-width: 992px) {
    .fixednav {
        position: fixed;
        top: 0;
        right: 5%;
        z-index: 999;
    }

    .navbarr-header {
        width: 100%;
        margin-left: 0;
    }

    .main-menu li > ul > li:hover > ul {
        visibility: unset !important;
        opacity: unset !important;
    }

    .main-menu-fix {
        width: 90%;
        right: 5%;
    }

    .main-menu .navbar-c-toggle {
        display: block;
    }

    .main-menu #main-menu-links li > ul > li > ul {
        margin-right: 0;
        width: 100% !important;
        display: block !important;
    }

    .main-menu #main-menu-links {
        display: none;
    }

    #res-main-menu-links {
        background: #222;
        width: 50%;
        border: none;
        position: fixed;
        padding: 0;
        top: 0;
        right: 0;
        max-height: 100%;
        height: 100%;
        margin: 0;
        overflow: auto;
        opacity: 1;
        z-index: 99999999;
    }

    #res-main-menu-links li {
        padding: 5px;
        border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
        position: relative;
    }

    #res-main-menu-links li span.arrow-nav-c {
        position: absolute;
        top: 4px;
        left: 5px;
        color: #fff;
        background: #444;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 22px;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
    }

    #res-main-menu-links li:nth-last-of-type(1) {
        border-bottom: none;
    }

    #res-main-menu-links li a {
        color: #fff;
    }

    #res-main-menu-links li ul {
        padding: 5px;
        list-style: none;
        background: rgba(255, 255, 255, 0.1);
        margin-top: 5px;
    }

    #res-main-menu-links h1 {
        background: #333;
        color: #fff;
        margin: 0;
        font-size: 14px;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
    }


    #main-menu {
        display: none;
    }

    #res-main-menu {
        display: block;
    }

    .mml-m {
        right: 0;
        top: 0;
        margin-left: 0 !important;
        position: absolute;
    }

    .transition03 {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
    }

    .translatehidden {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        box-shadow: none !important;
        opacity: 0;
    }

    .main-menu .container {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .main-menu {
        position: relative;
    }

    .main-menu #main-menu-links {
        display: none !important;
    }


    .media-posts article i {
        display: none !important;
    }

    .media-posts article img {
        height: auto !important;
    }

    .special-box-slider {
        width: 90%;
    }

    .category-sl img {
        height: auto !important;
    }

    .special-slider .image-content {
        width: 50%;
    }

    .special-slider .special-content {
        width: 50%;
    }

    header {
        width: 100%;
    }

    .main-menu-fix {
        width: 95%;
    }

    header .container {
        width: 95%;
    }

    .container {
        width: 95%;
    }

    .fslider {
        height: auto;
    }

    .fslider .rsDefault .rsTmb img {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 979px) {
    #media-slider article .image-content {
        height: unset !important;
    }

    .media-single-content .gallery img {
        height: auto !important;
    }

    .footer-links .whtr {
        margin: auto;
    }

    .media-slider {
        height: unset !important;
    }

    .media-slider .sy-slides-wrap {
        box-shadow: #000 0 0 3px;
    }

    header .container {
        width: 85%;
    }

    .category-bp article img {
        height: auto;
    }

    .sp-header-post img {
        height: auto;
    }

    .video-footer-thumbs a img {
        height: auto;
    }

    .footer-slider {
        margin-bottom: 20px;
    }

    .sidebar-type-3 ul li {
        text-align: right;
    }

    .post-col {
    }

    .video-footer-thumbs a {
        display: inline-block;
        width: 50% !important;
        box-sizing: padding-box;
        float: right;
        padding: 5px;
    }

    .rsDefault .rsThumbsVer {
        height: auto;
    }

    .newspaper-footer article img {
        height: auto;
        margin: auto;
    }

    .newspaper-footer {
        height: auto;
    }

    .footer-gm {
        margin: 0;
    }

    #IranMap .map svg {
        width: 100%;
    }

    .cits-col {
        padding: 0;
        width: 100%;
        height: auto !important;
    }

    .city-posts {
        height: auto;
    }

    .city-posts::after {
        content: "";
        display: block;
        clear: both;
    }

    .city-posts .posts article {
        float: right;
        width: 50%;
        padding: 10px 5px;
    }

    .cits-map-col {
        padding: 0;
        width: 100%;
    }

    .iran-map .iran-map-title {
        box-shadow: none;
        margin: 5px;
        border-right: 25px #333 solid;
    }

    .tc-main .footer article img {
        height: auto;
    }

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

    .container {
        width: 85%;
    }

    .right-sidebar {
        border: none;
    }

    .left-sidebar {
        border: none;
    }

    .sidebar-type-3 img {
        width: auto;
        height: auto;
        display: block;
        max-width: 300px;
        max-height: 300px;
    }
}

@media (max-width: 768px) {
    header {
        height: auto !important;
        background-image: none;
    }

    header .header-left {
        display: block !important;
        float: none !important;
        margin: 30px 0;
    }

    header .header-left .header-search-box {
        text-align: center;
        float: none !important;
    }

    header .header-left .header-search-box .form-group {
        text-align: center;
        margin-top: 10px;
    }

    header .header-left .header-date {
        text-align: center;
        float: none !important;
    }

    header .header-left .site-title-en {
        text-align: center;
        float: none !important;
    }

    header .header-left .site-title-en * {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    header .header-logo {
        display: block !important;
        float: none !important;
        text-align: center;
    }

    .top-nav div.header-menu ul {
        display: none;
    }

    .top-nav div.header-menu select {
        display: block;
        margin: auto;
        width: 50%;
        color: #555;
    }

    .top-nav {
        height: auto;
    }

    .pull-right.header-languages {
        display: block !important;
        float: none !important;
        text-align: center !important;
    }

    .pull-right.header-languages ul {
        text-align: center;
    }

    .header-menu {
        width: 100%;
    }

    .media-signle .media-single-content .gallery a {
        width: 48%;
        margin-left: 2%;
        float: right;
    }

    .media-signle .media-single-content .gallery a:nth-child(3n) {
        margin-left: 2%;
    }

    .media-signle .media-single-content .gallery a:nth-child(2n) {
        margin-left: 0;
        float: left;
    }

    .media-signle .media-single-content .gallery a {
    }

    .media-pager::before, .media-pager::after {
        display: none !important;
    }

    header .container {
        width: 90%;
    }

    .container {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .video-footer-lg::after {
        content: "";
        display: block;
        clear: both;
    }

    .header-video .header-video-contents .info {
        position: relative !important;
    }

    .video-footer-lg {
        height: auto;
        float: none !important;
        display: block;
    }

    .video-footer-lg iframe {
        margin-top: 0;
    }

    /*.footer-slider-header .tabs a:nth-child(2) {*/
        /*display: none;*/
    /*}*/

    .thumb-cols {
        display: none;
    }

    .footer-slider-cols .sy-slide img {
        height: auto !important;
    }

    .header-video .header-video-contents {
        height: auto !important;

    }

    .header-video .header-video-contents p {
        margin-bottom: 20px !important;
    }

    .header-video .header-video-contents h2 {
        margin-bottom: 5px !important;
    }

    .news-slider .image-content img {
        height: auto;
    }

    .post-col.pull-left {
        float: none !important;
    }

    .video_pre_img {
        display: none !important;
    }

    .header-video {
        margin-top: 30px !important;
    }

    .header-video-links {
        padding-left: 15px !important;
    }

    .sidebar .header-video-links {
        padding-left: 0 !important;
    }

    .header-video {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header-video video {
        height: auto !important;
    }

    .media-posts article:nth-child(1n) {
        padding-right: 15px !important;
    }

    .media-posts article:nth-child(3n) {
        padding-left: 15px !important;
    }

    .media-posts article:nth-child(4n) {
        padding-right: 15px !important;
    }

    .important-box {
        border: none;
    }

    .special-box-slider {
        width: 90%;
    }

    .special-slider .image-content {
        width: 50%;
    }

    .special-slider .special-content {
        width: 50%;
        height: auto;
        margin-top: 20px;
    }

    .col-newspaper {
        border: none;
    }

    .right-sidebar {
        float: none !important;
    }

    .mm-col {
        float: none !important;
    }

    .tc-main .tabs-responsive {
        display: block;
    }

    .reshidden {
        display: none !important;
    }

    .tc-main .tabs {
        display: none;
        background: #222 !important;
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        margin: 0 !important;
        height: 100%;
        z-index: 1;
        padding: 10px;
        padding-right: 35px !important;
    }

    .tc-main .header {
        background: none;
    }

    .tc-main .tabs li {
        margin: 5px !important;
    }

    footer .footer-social {
        float: none !important;
        display: block;
        text-align: center;
    }

    footer .footer-nav {
        float: none !important;
        display: block;
    }

    footer .footer-nav ul {
        text-align: center;
    }

    .footer-main .footer-cp .logo {
        float: none;
        margin: auto;
        border: none;
    }

    .footer-main .footer-cp .cp-text {
        text-align: center;
        float: none;
        margin: auto;
        border: none;
    }

    .footer-main .footer-links {
        width: 100%;
        float: none;
        text-align: right;
        margin-top: 20px;
    }

    .footer-main .footer-links ul {
        text-align: right;
        width: 100%;
        text-align: center;
    }

    .footer-main .footer-links li {
        width: auto;
        padding: 2px 8px;
    }

    .footer-main .footer-cp {
        margin: auto;
        display: block;
        text-align: center;
        float: none;
    }


}

@media (max-width: 680px) {
    #footer-menu-res {
        display: block;
        width: 50%;
        margin: auto;
    }

    .footer-nav ul {
        display: none;
    }

    #media-slider .text-content p {
        display: none;
    }

    #respond textarea {
        width: 100%;
        max-width: 100%;
    }

    #respond .comment-input .form-group input {
        width: 100%;
    }

    .special-slider .special-content p {
        font-size: 13px;
    }

    .video-footer-thumbs a img {
        display: block;
        height: auto !important;
    }

    .special-slider .image-content {
        display: block;
        float: none;
        width: 100%;
    }

    .special-slider .image-content img {
        max-width: 100%;
    }

    .special-slider .special-content {
        width: 100%;
        height: auto;
        margin: 10px 0 30px 0;
    }

    header {
        height: auto;
        background-image: none;
    }

    .header-news .header-news-title {
        width: 15%;
    }

    .header-news .header-news-content {
        width: 85%;
    }

    .header-logo {
        display: block;
        margin: auto;
        float: none !important;
        text-align: center;
        margin-top: 10px;
    }

    header .header-left {
        float: none !important;
        width: 100%;
        display: block;
        clear: both;
        display: block;
    }

    .top-nav div.header-menu ul {
        display: none;
    }

    .top-nav div.header-menu select {
        display: block;
        margin: auto;
        width: 50%;
        color: #555;
    }

    .top-nav {
        height: auto;
    }

    .header-menu {
        display: block !important;
        float: none !important;
        padding: 5px;
    }

    .pull-right.header-languages {
        display: block !important;
        float: none !important;
        text-align: center;
    }

    .pull-right.header-languages ul {
        text-align: center;
    }

    .top-nav div.header-menu select::after {
        content: " ☻";
        position: absolute;
        color: #333;
    }

    .top-nav div.header-menu select option::before {
        content: "»";
        margin-left: 8px;
    }

    .header-news {
        margin-top: 5px;
        border-top: #eee 1px solid;
    }
}

@media (max-width: 620px) {
    .news-slider .text-content h1 {
        font-size: 16px;
        text-align: justify;
    }

    .media-slider .sy-controls {
        display: none !important;
    }

    .post-social-share {
        float: none !important;
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .post-short-link {
        float: none !important;
        display: block;
        text-align: center;
    }

    .post-info-box .post-short-link span {
        display: block;
        margin-bottom: 5px;
    }

    .post-info-box .post-social-share span {
        display: block;
        margin-bottom: 5px;
    }

    .post-social-share a {
        float: none !important;
        margin: 0;
    }
}

@media (max-width: 542px) {
    .news-slider .text-content h1.sst1 {
        color: #444 !important;
    }

    .news-slider .text-content {
        position: relative;
        width: 100%;
        background: #eee;
        height: 95px !important;
        overflow: hidden;
    }

    .post-box-single .post-img img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .footer-links .whtr {
        width: 100%;
    }

    .comment-text {
        display: block;
        clear: both;
        padding-top: 5px;
    }

    .fixednav {
        right: 2.5%;
    }

    .post-info-box .post-related li span {
        display: none;
    }

    .main-menu-fix {
        width: 100%;
        right: 0;
    }

    .special-box-slider {
        width: 95%;
    }

    header .container {
        width: 95%;
    }

    .container {
        width: 95%;
    }

    .top-nav {
        height: auto;
    }

    .top-nav div {
        float: none !important;
        display: block;
        text-align: center;
    }

    .top-nav div ul {
        text-align: center;
    }

    header .header-left {
        float: none !important;
        width: 100%;
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

    header .header-left div {
        float: none !important;
        text-align: center;
    }

    header .header-left h2 {
        text-align: center;
        float: none;
    }

    .header-logo {
        display: block;
        margin: auto;
        float: none !important;
        text-align: center !important;
        margin-top: 10px;
        text-align: center;
    }

    .city-posts .posts article {
        float: none;
        width: 100%;
        padding: 5px;
    }


    .post-archive-box article {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .post-archive-box article img {
        width: 100% !important;
    }

    .post-archive-box article a {
        float: none !important;
    }

    .post-archive-box ul {
        border-right: none;
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 490px) {
    .footer-slider-cols .thumb-box {
        display: none;
    }

    /*.footer-slider-cols #footer-slider{
      width: 100% !important;
      height: auto;
    }
    .footer-slider-cols .sy-slide img{
      width: 100%;
      height: auto !important;
    }
    .footer-slider-cols{
      width: 100%;
    }*/
    .newspaper-footer article img {
        height: auto;
        width: 100%;
        margin: auto;
    }

    .post-box-2 article {
        float: none;
        width: 100%;
        padding: 0;
    }

    .post-box-2 article a {
        display: block;
        width: 100%;
    }

    .post-box-2 article::after {
        content: "";
        display: block;
        clear: both;
    }

    .post-box-2 .post-box-img {

    }

    .post-archive-box ul {
        width: 100% !important;
        float: none;
        border-right: none;
        padding: 0;
    }

    .post-archive-box article img {
        margin-bottom: 5px;
        width: 100%;
        display: block;
    }
}

@media (max-width: 480px) {
    /*.footer-slider-header .tabs a:nth-child(2) {*/
        /*display: none;*/
    /*}*/

    .news-slider-style-2 .text-content {
        top: auto;
        bottom: 0;
        width: 100%;
    }

    .news-slider-style-2 .text-content p {
        display: block !important;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

    .news-slider-style-2 .text-content .desc {
        display: none !important;
    }


    #media-slider .text-content h2 {
        font-size: 14pt !important;
    }

    .fslider .royalSlider {
        height: auto;
    }

    /*.footer-slider .rsDefault .rsThumbsVer{
		display: none;
	}
	.footer-slider .rsOverflow{
		width: 100% !important;
	}
	.footer-slider.newspaper{
		display: block;
	}*/
    .news-slider .text-content p {
        padding: 0;
        margin: 0;
    }

    .news-slider .text-content {
        height: auto;
    }

    .news-slider-style-2.fix .text-content {
        width: 100%;
        height: auto;
        position: relative;
        padding: 5px 0 !important;
    }

    .news-slider-style-2.fix .text-content p {
        font-size: 14px;
    }

    .news-slider-style-2.fix .image-content {
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }

    .post-info-box .post-short-link input {
        width: auto !important;
    }

    #res-main-menu-links {
        width: 80%
    }

    .category-bp article {
        width: 49%;
    }

    .category-bp article:nth-last-of-type(1) {
        width: 100%;
    }

    .category-bp article:nth-last-of-type(2) {
        margin-left: 0;
    }

    .sidebar-type-3 li:nth-child(1) img {
        width: 100%;
        max-width: 100%;
    }

}

@media (max-width: 320px) {
    .sy-controls li a::after {
        line-height: 1.35em !important;
    }

    #footer-menu-res {
        display: block;
        width: 80%;
        margin: auto;
    }

    .media-signle .media-single-content .gallery img {
        width: 100%;
    }

    .media-signle .media-single-content .gallery a {
        width: 100%;
        float: none;
    }

    .header-video-downloads table td.type {
        display: none;
    }

    .header-video-links article {
        padding-bottom: 20px !important;
    }

    .header-video-links article img {
        float: none !important;
        display: block;
        margin: auto !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .header-video-links article span {
        margin-bottom: 20px !important;
        margin-right: 5px;
        margin-left: 5px;

    }

    .header-video-links article ul li:nth-child(1) {
        margin-right: 4px !important;
    }

    .sidebar-type-3 ul li {
        text-align: right;
    }

    .category-bp article {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .post-archive-box article {
        float: none;
        width: 100%;
        padding: 0;
    }

    .post-archive-box ul {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        border-right: none;
    }

    .top-nav div.header-menu select {
        width: 80%;

    }

    .post-box .post-box-img {
        float: none !important;
        margin: auto;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .post-box .post-box-img img {
        width: 100%;
        height: auto;
    }

    #res-main-menu-links {
        width: 100%;
    }
}

@media (max-width: 240px) {
    header .header-left .header-search-box input {
        margin-top: 10px;
        width: 100%;
    }

    header .header-left .header-search-box button {
        display: none;
    }

    .post-info-box .comment-head {
        display: block;
        float: none;
        text-align: center;
        margin: 0 !important;
    }

    .comment-author {
        display: block;
        margin: 0 !important;
    }

    .comment-author img {
        display: inherit;
        width: 50%;
        height: auto;
        margin: auto;
        margin-bottom: 10px;
    }

    .post-info-box .user_n {
        display: block;
        float: none;
        text-align: center;

    }

    .post-info-box .c_dats {
        display: block;
        float: none;
        text-align: center;
    }
}

.p-0 {
    padding: 0;
}

.parent-footer-copy-right {
    align-items: center;
    /*display: flex;*/
    padding: .45rem 0;
}

.parent-footer-copy-right p {
    margin: 0;
}

@media (max-width: 767.98px) {
    .parent-footer-copy-right {
        display: block;
    }

    .parent-footer-copy-right .cp-text {
        text-align: center;
        line-height: 1.8rem;
    }

    .parent-footer-copy-right p {
        margin: .8rem 0 .3rem 0;
        padding: .9rem 0;
        text-align: center;
        border-top: 1px solid #999;
    }
}

/*start css edit template*/
body {
    background-color: #ffffff;
}

.eas-table input[type=button] {
    background-color: #003A7D !important;
}

.main-menu li.current-menu-item a {
    box-shadow: #003A7D 0 -3px 0 inset;
}

a, .news-slider .text-content h1:hover, .sp-header-post .title:hover {
    color: #003A7D;
}

header, .single-media-tags .header h6, .custom_load .data-table thead, .footer-main .footer-links ul .tagcloud a:hover, .ssbutton {
    background-color: #003A7D;
}

.tblHead td {
    background-color: #003A7D !important;
    color: #fff !important;
}

#car_news table .carHeader td {
    background-color: #003A7D;
}

.post-box-single .post-content ul.links-category .links-category-title a {
    background-color: #003A7D;
}

.sidebar .sidebar-links a:hover {
    color: #003A7D
}

.media-pager li.sy-active {
    border-color: #003A7D !important;
}

.top-nav {
    background-color: #053369;
}

.header-news .header-news-title {
    background-color: #003A7D;
}

.top-nav ul > li ul {
    background-color: #a00a00;
}

.left-ads .header {
    background-color: #003A7D;
}

.left-ads .header .ads-toggle {
    border-left-color: #ffffff;
}

.important-titles .slick-arrow, .footer-newspaper .slick-arrow {
    background-color: #003A7D;
}

.news-slider .news-pager {
    background-color: #003A7D;
}

.news-slider .news-pager::before {
    border-color: transparent #a00a00 transparent transparent;
}

.tc-main .header .tabs li a.active, .sy-pager li.sy-active a {
    background-color: #003A7D;
}

.tc-main .footer .slick-arrow, .post-social-share a:hover {
    background-color: #003A7D;
}

.post-box .header .feed a, .post-archive-box .header .feed a {
    background-color: #003A7D;
}

#IranMap .map .province path:hover, #IranMap .map .island path:hover, #IranMap .map .province path.hover, #IranMap .map .island path.hover, #IranMap .map .province path[data-active="active"] {
    fill: #003A7D !important;
}

.sidebar-content ul > li::before, .news-slider .text-content h2::before, .more.foot a, .post-box .post-box-titr::before, .sidebar-type-3 ul li a::before, .post-archive-box ul li::before, .post-box-single .post-sub-title::before, .post-info-box .post-tags a::before, .post-info-box .post-related li::before, .post-box .post-box-link:hover, .post-box-2 a:hover, .post-archive-box article a.post-box-link:hover, .sidebar-type-all li::before {
    color: #003A7D;
}

.news-slider-style-2.fix .text-content p:hover {
    color: #003A7D !important;
}

#back-top {
    background-color: #003A7D;
}

.sidebar .sidebar-links a, .iran-map .iran-map-title {
    background-color: #003A7D;
}

.sidebar .sidebar-header .tabs a.active, .footer-slider-header .tabs a.active {
    background-color: #003A7D;
}

.page_num li span.current {
    background-color: #003A7D;
    border-bottom-color: #a00a00;
}

.post-info-box .comment-reply-link:hover {
    box-shadow: #003A7D 0 -25px 0 inset;
}

/*end css edit template*/


/*.sy-filler {*/
    /*padding-top: 25% !important;*/

/*}*/

.special-slider .sy-list img {
    width: 23rem !important;
    padding: 2rem !important;
}

.m-0 {
    margin: 0 !important;
}

/*.mds-bootstrap-persian-datetime-picker-popover{*/
/*left: auto !important;*/
/*}*/
.popover {
    direction: ltr !important;
}

.birthDate-text-label {
    cursor: pointer;
    position: relative;

}

.input-calender {
    position: relative;
}

.input-calender .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}


.input-calender .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}


.input-calender .input-group > .custom-file,
.input-calender .input-group > .custom-select,
.input-calender .input-group > .form-control,
.input-calender .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-calender .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-calender .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.parent-submit-agent {
    padding: 1rem 2.25rem;
}

.parent-submit-agent .btn {
    width: 10rem;
}

.my-error-class {
    color: #FF0000;
    border-color: #ff1c00 !important;
}

.my-valid-class {
    color: #00CC00;
    border-color: #00CC00 !important;
}

label.my-error-class {
    margin: .2rem 0;
}


.alert-register-page{
    padding: .6rem 1rem;
    margin-bottom: .5rem !important;
    display: block;
}

.telephone *{
    direction: ltr !important;
    text-align: left!important;
}

.iti--allow-dropdown{
    width:100%;
}

#email_name{
    width: 10rem;
    padding: .4rem;
    text-align: center;
}

#email_website{
    /*width: 10rem;*/
    padding: .4rem;
    text-align: center;
}

.image-register{
    width: 100%;
    text-align: center;
}

.image-register img{
 border: 0!important;
    text-align: center;
    margin: auto;
}

.image-register p{
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 2rem !important;
    font-weight: bold;
    font-family: 'parastoo' !important;
    margin-bottom: 2rem;
}


.page-register .alert-info {
    color: #ffffff;
    background-color: #003a7d;
    border-color: #00a8ea;
}

.list-blogs-page .item{
    list-style:none;
    padding: .7rem;

}

.list-blogs-page .item a{

    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: #003a7d;
    font-size: 1.6rem;
    border-radius: 0;
    border: 0;
}


.sidebar .sidebar-type-2.blog ul > li > a {
    color: #003a7d;
    font-size: 13px;
    font-weight: bold;
    padding: 1rem 1.5rem 1rem 0;
    display: block;

}

.sidebar .sidebar-type-2.blog ul > li {
    padding: 0;
}
.sidebar .sidebar-type-2.blog ul > li {

    border-bottom: #ccc 1px solid;
}


.feature-icon {
    /*width: 10px;*/
    /*height: 10px;*/
    position: relative;
    /*margin-top: 25px;*/
    /*display: inline-block;*/
}
.feature-icon:before{
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    top: 11px;
    right: 0;
    background-color: #003a7d;
    bottom: 0;
    border: 1px solid #444444;
    -webkit-transform: rotate(
            45deg
    );
    -webkit-transition: border-color 0.3s;
}
/*.feature-icon:after {*/
/*    position: absolute;*/
/*    display:block;*/
/*    content: "";*/
/*    width:100px;*/
/*    height:100px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin-top:-5px;*/

/*    border: 1px solid #444444;*/
/*    -webkit-transform: rotate(45deg);*/
/*    -webkit-transition: border-color 0.3s;*/
/*}*/

.footer-main .footer-cp .cp-text {
    padding: 24px;
}