/*
Theme Name:tabankhabar
Theme URI: https://tabnakweb.com
Author: tabnakweb
Author URI: https://tabnakweb.com
Description: HTML5-CSS3 / Copyright Â© www.tabnakweb.com - 2030 
Version: 1.6
*/

@font-face {
	font-family: 'farsinum';
	src: url("fonts/Sahel-FD-WOL.woff") format("woff");
}
@font-face {
	font-family: 'sepehrnews';
	src: url('fonts/sepehrnews.eot?8kcieo');
	src: url('fonts/sepehrnews.eot?8kcieo#iefix') format('embedded-opentype'), url('fonts/sepehrnews.ttf?8kcieo') format('truetype'), url('fonts/sepehrnews.woff?8kcieo') format('woff'), url('fonts/sepehrnews.svg?8kcieo#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'sepehrnews' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	outline: 0;
	box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	transition: all 0.3s ease-out;
}
body {
	direction: rtl;
	color: #444;
	font: 12px/2 tabnakweb, tahoma;
	overflow-x: hidden;
	background: #FFF;
	cursor: default;
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	color: #E13D32;
}
ul, li {
	border: 0;
	list-style: none;
}
img {
	border: 0;
}
h1 {
	font: 15px/2 tabnakweb, tahoma
}
h2, h3, h4, h5, h6 {
	font: 1.1em/2 tabnakweb, tahoma;
}
button {
	cursor: pointer;
	border: 0px;
	background: #d60707;
	color: #fff;
}
input, button, textarea, select {
	font: 12px/2 tabnakweb, tahoma;
}
input, textarea, select {
	background: #fff;
	color: #555;
	border: 2px solid #e5e5e5;
	text-indent: 5px;
}
iframe {
	overflow: hidden;
	max-width: 100%;
}

.container {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 7px;
    padding-right: 8px;
}
.containerh {
 max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	padding-left: 7px;
	padding-right: 8px;
	position: relative;
}
.header_wrapper {
    float: right;
    width: 100%;
}

.topheader {
    padding: 1px 0;
    overflow: hidden;
    font-size: 1em;
}
.topheader .date {
    float: right;
}

.topheader nav  {
	float:left;
}

.topheader nav ul li {
	float:right;
	
}
.topheader nav ul li:before {
    content: '';
    line-height: inherit;
    vertical-align: middle;
    display: inline-block;
    height: 18px;
    width: 1px;
    background: #fff;
    opacity: .1;
}
.topheader nav ul li:first-child:before {
  display:none
}



.topheader nav ul li a{
	padding:2px 8px;
}

.topheader nav ul li a:hover{
	color:#fff;
}



.logo_wrapper {
       width: 100%;
    min-height: 85px;
	height: 110px;
}


.logo_wrapper .logo {
     display: block;
    overflow: hidden;
    width: 20%;
    float: right;
    margin-top: 2px;
	    max-height: 105px;
	    padding: 10px;
}



.logo_wrapper .logo img {
    max-height: 100px;
    width: auto;
    padding: 3px;
}

.logo_wrapper .ads {
	float: left;
	margin: 20px 0 0 0;
}

.logo_wrapper .left_logo_wrapper {
    float: left;
    width: 18%;
    margin-top: 20px;
}
.logo_wrapper .left_logo_wrapper .last_update {
    direction: rtl;
    font: 11px/16px farsinum;
    margin-top: 48px;
    text-align: left;
}



.addpp {
	display: none;
	transform: none;
	position: fixed;
	bottom: -22px;
	width: 100%;
	left: 0;
	z-index: 99999;
}
.addpp #altsim {
	font-size: 30px;
	color: #d71920;
	z-index: 999999;
	cursor: pointer;
	font-weight: bold;
}
.addpp .icon-close {
	font-size: 30px;
	background: #d71920;
	z-index: 999999;
	cursor: pointer;
	font-weight: bold;
	color: white;
	float: left;
}

.categories {
	background: #333;
	height: 40px;
	width: 100%;
}
.categories_div {
	height: 28px;
	margin-bottom: 10px;
}
.categories ul {
	float: right;
	width: 100%;
}
.categories li {
	float: right;
}
.categories li a {
	display: inline-block;
	color: #e5e5e5;
	padding: 1px 8px;
	height: 39px;
	font-size: 1.3em;
}
.categories .categories-item ul li a {
	background: none
}
.categories li:hover .sub-menu {
	display: block
}

.categories .sub-menu li a {
	display: inline-block;
	color: #ffffff;
}
.categories .sub-menu li a:hover {
	color: #fff;
}
.categoriesfix {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	border-top: 0;
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	float: right;
	border-bottom: none;
	opacity: .94;
}

.zetta-menu .menu-item:hover:before {
	background-position: -84px -5px;
}
.sub-menu .menu-item:before{
	content: none;
}
.zetta-menu{
	display:block;
	font-size:14px;
	width: 80%;
}
.zetta-menu:before,.zetta-menu ul,.zetta-menu li,.zetta-menu div,.zetta-menu a{
	box-sizing:border-box;
	margin:0;
	padding:0;
	outline:none;
	border:0;
	list-style:none;
}
.zetta-menu>.current-menu-item>a {
    color: #fff;
}

.current-menu-item, .current-menu-parent, .current-post-parent {
 
    color: #fff;
}


.zetta-menu>li:hover{
    color: #fff;
}
.topheader .date, .topheader nav ul li a {
}

.zetta-menu>li:before {
content: '';
    line-height: inherit;
    vertical-align: middle;
    display: inline-block;
    height: 38px;
    width: 1px;
    background: #000;
    opacity: .20;
}

.zetta-menu>li:first-child:before {
  display:none
}

.categories .hsocials {
    position: absolute;
    left: 0px;
	height: 38px;
	    top: 0;
}
	
.categories .hsocials a {
     padding: 12px 5px 0 0;
    border-radius: 5px;
    font-size: 1.3em;
    float: right;
    margin-right: 5px;
    margin-left: 4px;
    margin-top: 0px;
    color: #FFF;
    opacity: .5;
}

.categories .hsocials a:hover {
 opacity: 1;
}



.zetta-menu a{
	cursor:pointer;
}
.zetta-menu > li{
	float:right}
.zetta-menu > li > a {
	padding: 0px 10px 0px 10px;
	line-height: 40px;
	font-size: 15px;
	color:#FFF;
}








.zetta-menu li{
	position:relative;
	cursor:default;
}
.zetta-menu ul li{
	border-bottom: 1px solid #f2f2f2;
}
.zetta-menu ul li:last-child{
	border-bottom:medium none;
	border-radius:0px 0px 0px 0px}
.zetta-menu li > a{
	font-size: 1em;
	font-weight: normal;
}
.zetta-menu ul li .current-menu-item a {
	color: #fcfcfc;
	background: #51bad6;
}
.zetta-menu ul{
	position:absolute;
	display:none;
	z-index:9999}

.zetta-menu ul > li a {
	padding: 5px 10px;
	width: 115px;
}
.zetta-menu ul > li a:hover{
	color:#34495E}
.zetta-menu > li > ul,.zetta-menu > li > ul ul{
	
	
}
.zetta-menu > li > ul li,.zetta-menu > li > ul ul li{
background:#d60707;
	color:#60666A;
	
}.zetta-menu > li > ul li:hover,.zetta-menu > li > ul ul li:hover{
	background:#000000;
}
.zetta-menu > li > ul{
	top:100%;
	right:0;
}
.zetta-menu > li > ul ul{
	top:0;
	right:100%;
}
.zetta-menu li:hover > ul{
	display:block;
}
.zetta-menu.zm-effect-slide-bottom > li > div,.zetta-menu.zm-effect-slide-bottom li > ul{
	transform:translateY(-5px);
}
.zetta-menu.zm-effect-slide-bottom > li > div,.zetta-menu.zm-effect-slide-bottom li > ul{
	display:block;
	visibility:hidden;
	opacity:0;
	transition:opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
}
.zetta-menu.zm-effect-slide-bottom > li:hover > div,.zetta-menu.zm-effect-slide-bottom li:hover > ul{
	visibility:visible;
	opacity:1;
	transform:translate(0);
	transition:opacity .4s ease, transform .4s ease;
}
.zetta-menu > li > ul,.zetta-menu > li > ul ul,.zetta-menu > li > div{
	border-radius:0px 0px 0px 0px}

.headfix, .cat_menu,  .navicon {
	display: none;
}

.header_bottom {
     background: #dedede;
    height: 35px;
    margin-bottom: 6px;
    overflow: hidden;
	width: 100%;
}


.header_bottom .newsticker {
    margin: 5px;
    width: 60%;
	    float: right;

}


.header_bottom .hsearch{float:left;position:relative;border-right:1px solid rgba(255, 255, 255, 0.24);}
.header_bottom .hsearch input{color:#fff;width:253px;background:no-repeat;padding:5px 10px;}
.header_bottom .hsearch button{position:absolute;background:rgba(0, 0, 0, 0.2);left:0;top:50%;transform:translate(0,-50%);font-size:20px;color:#fff;height:38px;width:38px;}
.header_bottom .hsearch button:hover{background:rgba(0, 0, 0, 0.3);}
.header_bottom .hsearch button i{display:block;}




.boxonenews {
    border: 1px solid #B9E0FD;
    margin-bottom: 10px;
    float: right;
}
.boxonenews .header_boxonenews {
    height: 30px;
    padding: 5px;
    text-align: center;
	margin-bottom: 11px;
}
.boxonenews .header_boxonenews span {
    border-bottom: 2px solid red;
    color: #fff;
    display: inline-block;
    font: 17px/23px tabnakweb;
}

.center_news_box {
    float: right;
    width: 64%;
}
aside.aside.right {
    width: 30%;
    float: right;
	padding: 0 0 0 5px;
}
 .boxnews .posts .item .notfound {
    text-align: center;
    /* height: 223px; */
    font-size: 12em;
    color: #068dc3;
}

main.main_news {
     float: left;
    width: 70%;
}

.rootitr {
    color: #808080;
    font: 11px/19px tabnakweb;
    text-align: right;
    direction: rtl;
}



.title_box_min {
    padding-bottom: 6px;
    overflow: hidden;
    position: relative;
}
.Htag {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h2.title_eco2::before {
    background: #DDDFDE;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 2px;
    position: absolute;
    right: 0;
    top: 9px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 6px;
}
.title_mainbox a,.title_main {
    color: #004292;
    direction: rtl;
    font: bold 14px/23px tabnakweb;
    display: block;
    text-align: right;
    text-decoration: none;
}
.title_main::before, .title_election::before {
    background: #EB001A;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 9px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 6px;
}


.boxotherspecials  .posts .item img , .main_right_archsing .archsing .boxnews .posts .item img,main.main_news .boxnews .posts .item img {
     display: block;
    float: right;
    margin-left: 10px;
    overflow: hidden;
    padding: 2px;
    width: 80px !important;
	height: auto;
    padding: 3px;
    background: #FFF;
    border: 1px solid silver;
    background-color: #F3F1F4;
    background-color: #F3F1F4;
    -webkit-transition: all .23s ease-in-out;
    transition: all .23s ease-in-out;
}


main.main_news .boxnews .posts .body {
      font: 12px/23px tabnakweb;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    text-align: justify;
    line-height: 180%;
    direction: rtl;
    padding-bottom: 7px;
}
.main_right_archsing .archsing .boxnews .posts .item,  main.main_news .boxnews .posts .item{
    padding: 2px 10px;
    margin-bottom: 10px;
    width: 100%;
    float: right;
}

main.main_news .mores {
   display: table;
    margin: 0 auto;
    padding: 2px 12px;
    border-radius: 4px;
    color: #4b4b4b;
    border: 1px solid #c4c4c4;
    font-size: .75rem;
    -webkit-transition: .1s ease-in;
    transition: .1s ease-in;
    box-shadow: 0 1px hsla(0, 0%, 100%, .15);
}
main.main_news .mores:hover {

	background:#c4c4c4;
    font-size: .75rem;
 
    box-shadow: 0 2px hsla(0, 0%, 100%, .15);
}



.center_news_box .boxnews .posts .item_one h1 a {
color: #004292;
    direction: rtl;
    font: bold 1.4em/23px tabnakweb;
    display: block;
    text-align: right;
	letter-spacing: -1px;
	    margin-bottom: 15px;
}
.center_news_box .boxnews .posts .item_one .left {
	width: 60%;
	float: left;
}
.center_news_box .boxnews .posts .item_one .rootitr {
	color: #9b9898 !important;
}

 .center_news_box .boxnews .posts .item_one {
	text-align: justify;
	border-radius: 2px;
	padding: 2px 10px;
	float: right;
	width: 100%;
	overflow: hidden;
	direction: rtl;
}

.center_news_box .boxnewsbs {
	       width: 100%;
    height: 220px;
    padding: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.center_news_box .boxnews .posts .item_one {
	padding:2px;
}

.center_news_box .boxnews .posts .item_one img {
height: 190px;
    margin-left: 8px;
    width: 265px !important;
    overflow: hidden;
    margin-left: 8px;
	    padding: 3px;
    background: #FFF;
    border: 1px solid silver;
    background-color: #F3F1F4;
	
}

/** Owl Carousel Owl Demo Theme *v1.3.3*/

.center_news_box .boxnews .posts .owl-theme .owl-controls {
    bottom: -4px;
    text-align: right;
    margin: 0 0 0 3em;
    position: absolute;
    left: -10px;
}
/* Styling Next and Prev buttons */

.center_news_box .boxnews .posts .owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.center_news_box .boxnews .posts .owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.center_news_box .boxnews .posts .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}
.center_news_box .boxnews .posts .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #c1c1c1;
}
.center_news_box .boxnews .posts .owl-theme .owl-controls .owl-page.active span, .main.right .boxnews .posts .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
}
/* If PaginationNumbers is true */

.center_news_box .boxnews .posts .owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}




















 .sliderotherspecials,.slider {
	direction: ltr;
}





section.boxnews {
    float: left;
    width: 100%;
}

.aside.left .right .boxside ,.aside.right .right .boxside {
  width: 100%;
      float: right;

    background: #FFF;
    -webkit-transition: all .23s ease-in-out;
    transition: all .23s ease-in-out;
}

.box_cats_news_four header,.otherspecials header,.comments_title ,.main_right_archsing .single  .related>header,.aside.left .right .boxside>header,.aside.right .right .boxside>header {
position: relative;
    height: 24px;
    margin-bottom: 6px;
    background: #dedede;
    border-right: 4px solid #d40000;
    margin-top: 12px;
}

.box_cats_news_four header:after,.otherspecials header:after,.comments_title:after,.comments_title :after , .main_right_archsing .single  .related>header::after ,.aside.left .right .boxside>header:after ,.aside.right .right .boxside>header:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    border-left: 12px solid #fff;
}
.box_cats_news_four header h2,.otherspecials header h2,.comments_title h5,.main_right_archsing .single  .related>header h3,.aside.left .right .boxside>header h2,.aside.right .right .boxside>header h2{
    margin: 0;
    font: bold 13px/30px tabnakweb;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 7px 0 7px;
    z-index: 1200;
    color: #fff;
        border-radius: 0px 5px 0px 0px;
}


.box_cats_news_four header h2:after, .box_cats_news_four header h2:before,.otherspecials header h2:after, .otherspecials header h2:before,.comments_title h5:after,.comments_title h5:before,.main_right_archsing .single  .related>header h3:after,.main_right_archsing .single  .related>header h3:before,.aside.left .right .boxside>header h2:before,.aside.left .right .boxside>header h2:after, .aside.right .right .boxside>header h2:before,.aside.right .right .boxside>header h2:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}
.box_cats_news_four header h2:before,.otherspecials header h2:before,.comments_title h5:before,.main_right_archsing .single  .related>header h3:before,.aside.left .right .boxside>header h2:before,.aside.right .right .boxside>header h2:before {
    left: -34px;
    border-bottom: 30px solid #fff;
}
.box_cats_news_four header h2:after,.otherspecials header h2:after,.comments_title h5:after,.main_right_archsing .single  .related>header h3::after,.aside.left .right .boxside>header h2:after,.aside.right .right .boxside>header h2:after {
    left: -30px;
}

.box_cats_news_four header h2 a,.otherspecials header h2 a,.aside.left .right .boxside>header h2 a ,.aside.right .right .boxside>header h2 a {
      color: #fff;
}

.aside.left .right .boxside .boxsidelist,.aside.right .right .boxside .boxsidelist {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #656565;
    padding: 2px 1px;
}
.aside.left .right .boxside .boxsidelist ul ,.aside.right .right .boxside .boxsidelist ul{
    float: right;
    width: 100%;
    line-height: 23px;
}
.aside.left .right .boxside .context li,.aside.left .right .boxside .boxsidelist li,.aside.right .right .boxside .boxsidelist li {
    text-overflow: ellipsis;
    display: block;
    color: #068dc3;
    padding-bottom: 3px;
    font-weight: 400;
    letter-spacing: -.2px;
}
.aside.left .right .boxside .context li a,.aside.left .right .boxside .boxsidelist li a ,.aside.right .right .boxside .boxsidelist li a {

    font: 12px/23px tabnakweb;
    text-decoration: none;

    color: #1809a6;
}
.aside.left .right .boxside .context li:before,.aside.left .right .boxside .boxsidelist li:before,.aside.right .right .boxside .boxsidelist li:before {
    content: "\e929";
    font-family: 'sepehrnews';
    float: right;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 10px;
    color: #D40000;
    transform: rotate(45deg);
}
.aside.left .right .boxside .boxsidedesc ,.aside.right .right .boxside .boxsidedesc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #656565;
    padding: 2px 9px;
}
.aside.left .right .boxside .boxsidedesc li, .aside.right .right .boxside .boxsidedesc li {
    text-overflow: ellipsis;
    display: block;
    color: #068dc3;
    padding-bottom: 3px;
    font-weight: 400;
    letter-spacing: -.2px;
    float: right;
    width: 100%;
    padding: 5px 0 5px 0;
}
.aside.left .right .boxside .boxsidedesc ul, .aside.right .right .boxside .boxsidedesc ul {
    float: right;
    width: 100%;
    line-height: 23px;
}

.aside.left .right .boxside .boxsidedesc ul li figure,.aside.right .right .boxside .boxsidedesc ul li figure {
    width: 100%;
    padding: 0;
    margin: 0;
}
.aside.left .right .boxside .boxsidedesc ul li figure img,.aside.right .right .boxside .boxsidedesc ul li figure img {
  display: block;
    float: right;
    margin-left: 9px;
    overflow: hidden;
    padding: 2px;
    width: 54px !important;
	height: auto;
}
.aside.right .right .boxside .boxsidedesc a,.aside.left .right .boxside .boxsidedesc ul li  h3 a,.aside.right .right .boxside .boxsidedesc ul li h3 a {
 color: #1809a6;
    direction: rtl;
    display: block;
    font: 12px/20px tabnakweb;
    text-align: right;
    text-decoration: none;
    width: 100%;
}

.news_subtitle {
    color: #666666;
    font: 11px/19px tabnakweb;
    padding-right: 5px;
}
.single .contentsingle blockquote {
	font: 0.9em/2 'tabnakweb', tahoma;
	color: #696969;
	margin: 10px 20px 10px 0;
	border-right: 3px solid #d60707;
	padding: 0 6px 0 5px;
	background: #f8f8f8;
	width: 95%;
}
.single .contentsingle pre {
	text-align: left;
	direction: ltr;
	position: relative;
	background: linear-gradient(#fcfcfc 50%, #f7f7f7 50%) repeat local 0 0 / 38px 38px #fafafa;
	margin: 8px 0;
	font: 12px/19px Consolas, tahoma;
	max-height: 247px;
	width: auto !important;
	padding: 0 6px !important;
	border-right: 3px solid #6ce26c;
	color: #D14
}
.single .contentsingle pre:before {
	content: "Ų¬Ł‡ŲŖ Ų§Ł†ŲŖŲ®Ų§ŲØ Ś©ŲÆŁ‡Ų§ ŲÆŁŲØŲ§Ų± Ś©Ł„ŪŚ© Ś©Ł†ŪŲÆ.";
	float: right;
	position: absolute;
	top: 0;
	right: -5px;
	font: 11px tahoma;
	direction: rtl;
	padding: 2px 5px;
	background: #6ce26c;
	color: #fff;
	transition: all .3s ease-out 0s;
	opacity: 0
}
.single .contentsingle pre:hover:before {
	opacity: 1;
	right: 0
}
.single .contentsingle ul li {
	list-style-type: circle
}
.single .contentsingle ol li {
	list-style-type: unset
}
.single .contentsingle ul, .post .content ol {
	margin-right: 20px
}
.single .contentsingle em {
	font: bold 1.4em tabnakweb, tahoma;
	color: #ff751a;
	margin: 5px 0 3px
}
.single .contentsingle em a {
	color: #ff751a
}
.single .contentsingle em a:hover {
	text-decoration: none
}
.single .contentsingle hr {
	border-bottom: 1px solid #f2f2f2
}
.single .contentsingle h1 {
	font: 1.5em tabnakweb, tahoma
}
.single .contentsingle h2 {
	font: 1.3em tabnakweb, tahoma
}
.single .contentsingle h3 {
	font: 1.1em tabnakweb, tahoma
}
.single .contentsingle a {
	color: #111
}
.single .contentsingle a:hover {
	text-decoration: underline
}
.single .contentsingle i {
	left: auto;
	top: 15px;
	right: 15px;
	background: rgba(0, 0, 0, .2);
	color: rgba(255, 255, 255, .8)
}
.download {
	text-align: center;
}
.single .contentsingle .download a {
	background: #343541;
	padding: 2px 10px;
	margin: 5px;
	display: inline-block;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	color: #fff;
}
.single .contentsingle .download a:hover {
	color: #f7f7f7 !important;
	text-decoration: none;
}
.single .contentsingle .download a i {
	float: right;
	margin: 4px 0px 0px 5px;
	font-size: 17px;
	background: none;
}
.single .contentsingle .download ul li {
	list-style-type: none;
}
.single .contentsingle .download a:hover {
	background: #D20001;
	border-color: #B10000;
}
.single .contentsingle img {
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}
.alignleft {
	float: left;
}
img.alignleft {
	margin-right: 7px !important;
}
.alignright {
	float: right;
}
img.alignright {
	margin-left: 7px !important;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.related li {
	text-overflow: ellipsis;
	display: block;
	color: #068dc3;
	border-bottom: 1px dashed #e9e9e9;
	padding-bottom: 3px;
	font-weight: 400;
	letter-spacing: -.2px;
}
.related li:before {
	content: "\e929";
	font-family: 'sepehrnews';
	float: right;
	margin-left: 5px;
	margin-top: 6px;
	font-size: 6px;
}
.news_singlebox .single .item-footer {
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
    padding: 5px;
    display: inline-block;
}
.news_singlebox .single .item-footer .social {
    float: right;
    color: #fff;
    font-size: 14px;
    height: 22px;
    width: 50%;
}
.single .item-footer .social li {
	float: right;
}
.single .item-footer .social a {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 5px;
	color: #fff;
	padding: 5px;
	font-size: 18px;
	border-radius: 3px;
}
.single .item-footer .social a:hover {
	opacity: 0.5;
}
.single .item-footer .social .icon-facebook {
	background: #3b5998
}
.single .item-footer .social .icon-google-plus {
	background: #d0422a
}
.single .item-footer .social .icon-twitter {
	background: #00abf1
}
.single .item-footer .social .icon-telegram {
	background: #64a9dc
}
.single .item-footer .form_group input {
	height: 26px;
	line-height: 26px;
	box-shadow: none;
	border-radius: 0;
	background: #e7e7e7;
	direction: ltr;
	text-align: left;
}
.form_group {
    float: left;
    width: 50%;
    text-align: left;
}
.single .item-footer .form_group i.icon-link {
    float: left;
    font-size: 16px;
    background: #d8d8d8;
    padding: 5px;
}








.news_singlebox .single .item-footer .form-group .item-link {
	margin-top: 6.66666667px
}

.left_news_box {
    float: left;
    width: 35%;
}

.aside.aside.left {
    width: 66%;
    float: right;
}
.aside.left .right {
    float: right;
    width: 100%;
}

.sidbaradsrightz img,.sidbaradsleftz img {
    width: 100%;
    float: right;
    padding: 2px;
}


.aside.left .right .boxside .tabs {
position: relative;
    height: 24px;
    margin-bottom: 6px;
    background: #dedede;
    border-right: 4px solid #d40000;
    margin-top: 12px;
}
.aside.left .right .boxside .tabs:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    border-left: 12px solid #fff;
}
.aside.left .right .boxside .tabs li  {
       margin: 0;
    float: right;
    color: #fff;
    position: relative;
    background: transparent;
    z-index: 1200;
    font: 16px/30px tabnakweb;
}



.aside.left .right .boxside .tabs a.tevent.tactive:after,.aside.left .right .boxside .tabs a.tevent.tactive:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

.aside.left .right .boxside .tabs a.tevent.tactive:before {
    left: -34px;
    border-bottom: 30px solid #fff;
}
.aside.left .right .boxside .tabs a.tevent.tactive:after {
    left: -30px;
}

.aside.left .right .boxside .tabs li .tevent  {
    height: 30px;
    top: -6px;
    font-size: 15px;
    line-height: 30px;
    cursor: pointer;
    float: right;
    text-align: center;
    color: #fff;
	position: absolute;
	padding: 0 20px;
	    border-radius: 0px 5px 0px 0px;
}

.aside.left .right .boxside .tabs li:nth-child(n+2) {
       margin-right: 40%;
}









.left_news_box .left_banner {
    float: left;
    width: 34%;
    text-align: center;
}
.left_news_box .left_banner img {
    width: 100%;
    padding: 0 5px;
}



.main_right_archsing {
    float: right;
    width: 70%;
}

aside.aside.left.singlesid {
    float: left;
    width: 30%;
}

.main_right_archsing .left_banner {
    float: right;
    width: 18%;
}
.main_right_archsing .left_banner img {
    width: 100%;
    padding: 0 5px;
}
.main_right_archsing .single {
      float: left;
    width: 82%;
    padding: 0 10px;
}
.breadcrumbs {
	float: right;
	width: 100%;
	border-radius: 5px;
	background: #fff;
	margin: 0 0 10px;
	border: 2px solid #f2f2f2;
}
.breadcrumbs .content {
	border: 0 none;
	padding: 0 15px 0;
	color: #999;
	margin: 0;
	line-height: 39px;
}
.breadcrumbs .content a {
	color: #333;
	float: right;
}
.breadcrumbs i {
	float: right;
	width: 11px;
	height: 40px;
	margin: 0 10px;
	opacity: .4;
	background: url(images/breadcrumbs.png);
}
.main_right_archsing .archsing {
    float: left;
    width: 82%;
	padding: 0 10px;
}


.single .head {
    display: inline-block;
    text-align: center;
    width: 100%;
	padding: 10px 0;
}

.line_height{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #000;
    font: 19px dana-regular;
    padding: 0 7px;
    text-align: center;
}

.single .head .the_category {
    float: right;
    color: #000;
    font: 15px/20px tabnakweb;
    width: 20%;
    padding: 5px 0;

	
}
.single .head .left span {
    float: left;
    /* border-right: 1px solid #e4e4e4; */
    cursor: pointer;
    margin-left: 6px;
    padding-right: 6px;
}
.comments_popup_link {
    float: right;
    width: 20%;
	    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #000;
    font: 19px tabnakweb;
    padding: 0 7px;
    text-align: center;
}

.single .head .left {
    
    float: left;
    width: 45%;
    color: #000;
    font: 19px tabnakweb;
    padding: 5px 7px;
    text-align: center;
    font-size: 1.3em !important;
}

.print i, .comments_popup_link i, .send_email i, i.icon-fz3, i.icon-fz2, i.icon-fz1 {
    float: left;
    margin: 4px 6px 0 0;
    font-size: 1.3em;
	color: #23527c;
}
.the_views {
    float: right;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #000;
    font: 19px farsinum;
    padding: 0 7px;
    text-align: center;
}
.single h1 a {

    letter-spacing: -.2px;
	
	color: #1809a6;
    display: block;
    font: bold 16px/30px tabnakweb;
    text-align: right;
	
	
}
.single  .excerpt {
 border-right: 4px solid #D40000;
    direction: rtl;
    color: #1809a6;
    font: 13px/24px tabnakweb;
    padding: 8px 8px 0 8px;
    text-align: justify;
    margin-top: 8px;
}

.news_singlebox {
    background: #eee;
    border-bottom: 1px solid #ced2d8;
    border-top: 1px solid #ced2d8;
    overflow: hidden;
    padding: 5px;
    margin: 20px 0 10px 0;}

.news_singlebox .the_ID {
    float: right;
    width: 50%;
    font: 13px/24px farsinum;
}
.news_singlebox .the_time {
    float: left;
    width: 50%;
    font: 13px/24px farsinum;
    text-align: left;
}

.contentsingle {
font: normal 15px/24px tabnakweb;
    text-align: justify;
	
}

.single .pic {
    width: 26%;
    float: left;
    margin-right: 10px;
    margin-bottom: 1px;
}
.single .item-footer {
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
    padding: 5px;
    display: inline-block;
}

.single .item-footer .social {
    float: right;
    color: #fff;
    font-size: 14px;
    height: 22px;
    width: 50%;
}
.single .item-footer .social li {
    float: right;
}





.comments_title span {
float: left;
    line-height: 30px;
    padding: 0px 5px;
    color: #999;
    background: rgba(255, 255, 255, 0.86);
    margin: 0 0 0 30px;
    font-family: farsinum;
}


.comments ul {
	border-bottom: 1px dashed #f2f2f2;
	padding: 10px 5px;
	margin-bottom: 10px;
	text-align: right;
}
.comments li {
	color: #aaa;
}
.comments li:before {
	content: "";
	background-color: #aaa;
	height: 4px;
	width: 4px;
	float: right;
	margin: 10px 5px 0px;
}
.comment-form {
	padding: 5px 10px;
}
.comment-respond {
	border-bottom: 1px dashed #F2F2F2;
	margin-bottom: 9px;
	display: inline-block;
	width: 100%;
	padding-bottom: 8px;
}
.comment-form .right {
	height: 76px;
	float: right;
}
.comment-form input, .comment-form textarea, .wpcf7-form input, .wpcf7-form textarea {
	width: 100%;
	background: #f2f2f2;
	padding: 8px 0px;
	text-indent: 9px;
	margin-bottom: 10px;
	color: #777;
}
.comment-form input:hover, .comment-form textarea:hover {
	background: #f7f7f7
}
.wpcf7-form input {
	width: auto;
}
.wpcf7-form label, .wpcf7-form {
	width: 100%;
	display: inline-block;
	padding-bottom: 8px;
}
.comment-form textarea, .wpcf7-form textarea {
	resize: none;
	margin: 15px 0px 0px;
	height: 70px;
}
.comment-form button, .form-submit #submit, .wpcf7-form .wpcf7-form-control.wpcf7-submit {
	float: left;
	padding: 5px 10px;
	color: #FFF;
	cursor: pointer;
	margin-right: 5px;
	margin-top: 7px;
	border-radius: 7px;
	float: left;
	padding: 5px 10px;
	color: #FFF;
	cursor: pointer;
	margin-right: 5px;
	margin-top: 7px;
	border-radius: 2px;
	font: 1em tabnakweb;
}
.form-submit #submit {
	border: 0px;
}
.comment-form .blackey {
	background: #444;
	color: #d9d9d9;
}
.comment-form .blackey:hover {
	background: #666;
	color: #e5e5e5;
}
.comments p.form-submit {
	display: none;
}
.comment {
	background: #FFF;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #e5e5e5;
}
.comment .content {
	text-align: initial;
	padding: 5px 5px 0px !important;
	color: #777 !important;
}
.vcard {
	height: 33px;
	background: #ededed;
}
.cm-meta {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	float: right;
	height: 26px;
	margin: 4px 10px 0px 0;
	padding: 0 5px 0 20px;
	font-size: 0.9em;
}
.vcard .fn {
	float: right;
	color: #777;
	margin-right: 8px;
	font-size: 0.7rem;
}
.bypostauthor .fn:after {
	content: "مدیرسایت";
	color: #FFF;
	margin: 5px 5px 5px 0px;
	padding: 0px 5px 3px;
}
.bypostauthor .fn:after, .comments .navigation a:hover {
	background: #d20001;
}
.vcard .says {
	color: #999;
	float: right;
	line-height: 32px;
	margin-right: 7px;
}
.vcard .reply {
	float: left;
	margin: 5px;
}
.comment-reply-title a {
	padding: 4px 6px;
	color: #888;
	float: left;
}
.vcard .reply a {
	padding: 2px 0px 0px 10px;
	color: #888;
	float: left;
	border-left: 1px solid #fff;
}
.vcard .reply a:hover {
	background: #d60707;
	color: #fff;
	padding: 4px 10px;
	border-radius: 6px;
}
.comment-reply-title a {
	margin-bottom: 5px;
}
.comment-reply-title a:before {
	content: "x";
	margin: 0px 0px 0px 5px;
}
.comment-awaiting-moderation {
	float: left;
	opacity: 0.8;
	font-size: .8em;
}
.comment-body {
	margin: 5px 0px;
	border-bottom: 3px dashed #F2F2F2;
}
.comments .depth-2, .comments .depth-3, .comments .depth-4, .comments .depth-5, .comments .depth-6, .comments .depth-7, .comments .depth-8, .comments .depth-9, .comments .depth-10 {
	background: #fff;
	margin: 5px;
}
.depth-2 .vcard, .depth-3 .vcard, .depth-4 .vcard, .depth-5 .vcard, .depth-6 .vcard, .depth-7 .vcard, .depth-8 .vcard, .depth-9 .vcard, .depth-10 .vcard {
	background: #f7f7f7;
}
.comments .navigation {
	display: inline-block;
	width: 100%;
}
.comments .navigation a {
	color: #FFF;
	float: right;
	padding: 4px 10px;
	background: rgba(35, 35, 35, 0.5);
	margin: 2px 0px 5px;
}
.comments .navigation a:last-child {
	float: left;
}
.cm_like {
	float: left;
	margin: 10px;
}
.cm_like .ldc-ul_cont span {
	float: right;
	font-size: 11px;
	line-height: 15px;
	margin-left: 5px;
}
.cm_like .c_like, .cm_like .c_dislike {
	cursor: pointer;
	color: #666;
	float: left;
}
.cm_like .c_dislike {
	margin-left: 10px;
}
.cm_like .c_like i {
	color: #44be1f
}
.cm_like .c_dislike i {
	color: #d20001
}

























.pagenavi {
	font: 12px/2 farsinum, tabnakweb, tahoma;
	display: inline-block;
	height: 57px;
	text-align: justify;
	background: #fff;
	border-radius: 2px;
	float: right;
	width: 100%;
	overflow: hidden;
}
.pagenavi .pages {
	padding: 0px 6px;
	margin: 16px 13px 8px 5px;
	float: right;
	background: #999;
	text-align: right;
	border: 0px none;
	width: auto;
	color: #fff;
}
.pagenavi a, .pagenavi span {
	transition: all 0.5s ease 0s;
	margin: 16px 3px 0px;
	float: right;
	width: 26px;
	text-align: center;
	background: #E5E5E5;
	color: #777;
	height: 26px;
	border-radius: 7px;
}
.pagenavi a {
	color: #666 !important;
}
.pagenavi span.current, .pagenavi a:hover {
	color: #FFF !important;
}
.pagenavi span.current, .pagenavi a:hover {
	/*background: #d20001;*/
}


.box_cats_news {
    float: right;
    width: 100%;
}

.box_cats_news_four {
    float: right;
    width: 24.5%;
    padding: 0px 5px;
}
.box_cats_news_four img {
    height: 190px;
    width: 95%;
    overflow: hidden;
    padding: 3px;
    background: #FFF;
    border: 1px solid silver;
    background-color: #F3F1F4;
        margin: 0 5px;
}



.box_cats_news_four .title_main a {
    color: #004292;
 
}
 .box_cats_news_four li {
    text-overflow: ellipsis;
    display: block;
    color: #068dc3;
    padding-bottom: 3px;
    font-weight: 400;
    border-top: 0.1px solid #f9f9f9;
    letter-spacing: -.2px;
}
 .box_cats_news_four li:before {
    content: "\e929";
    font-family: 'sepehrnews';
    float: right;
    margin-left: 5px;
    margin-top: 2px;
    font-size: 10px;
    color: #D40000;
    transform: rotate(45deg);
}
 .box_cats_news_four li a {
    font: 11px/15px tabnakweb;
    text-decoration: none;
    color: #1809a6;
}

.otherspecials {
    float: right;
    width: 100%;
}


.boxotherspecials  .posts {
    width: 100%;
}

.boxotherspecials .article.item {
    float: right;
    padding: 5px;
        	direction: rtl;

}

.boxotherspecials .owl-controls {
    position: absolute;
    top: -29px;
    left: 25px;
    z-index: 900;
}
.boxotherspecials .owl-controls .owl-next, .boxotherspecials .owl-controls .owl-prev {
   width: 22px;
    height: 22px;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
    text-align: center;
    font-family: 'sepehrnews';
    display: block;
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin-left: 10px;
}
.boxotherspecials .owl-controls .owl-next:hover, .boxotherspecials .owl-controls .owl-prev:hover {
    opacity: .5;
}


.footer {
background: #f4f4f4;
    float: right;
    width: 100%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .16);
    margin-top: 0rem;
    z-index: 0;
    margin-top: 40px;
}

.mojavez {
 float: left;
    width: 50%;
    text-align: left;
}
.mojavez img {
    padding: 5px 0;
    max-height: 75px;
    filter: grayscale(80%);
}
.mojavez img:hover {

    filter: grayscale(0%);
        cursor: pointer;
}

.footer_logo {
    background: #dedede;
    height: 75px;
    float: right;
    width: 100%;
}


.footer_logo .logo_fo {
      float: right;
    width: 50%;
    
}
.footer_logo .logo_fo img {
    max-height: 50px;
    width: auto;
    margin-top: 10px;
	}
	.footer_links {
    float: right;
    width: 100%;
}
.box.links {
       padding: 15px 0;
    float: right;
    width: 100%;
}

.footer .box li {
	width: 99%;
	float: right;
	margin-right: 1px;
	background: none;
	color: #FFF;
	    font-size: 1.2em;
}
.footer .box li a {
	color: #23282d;
	letter-spacing: -1px;
}
.footer .box li a:before {
	content: "\e910";
	font-family: 'sepehrnews';
	float: right;
	margin-left: 3px;
	margin-top: -1px;
}
.footer .box.links li {
	width: 24%;
border-right: 1px solid #ccc;
 }





.footer .footer_socials {
    float: right;
    width: 100%;
    background: #dedede;
    padding: 5px 0;
    text-align: center;
    height: 45px;
}
.socials {

    margin: 9px 0px;
}

.socials a {
	padding: 5px;
	border-radius: 5px;
	font-size: 17px;
	margin-right: 5px;
	margin-top: 5px;
	color: #fff;
}
 .socials a:hover {
	filter: grayscale(50%);
}

.socials .icon-telegram {
	background: #64a9dc;
}
.socials .icon-facebook {
	background: #3b5998;
}
.socials .icon-twitter {
	background: #00abf1;
}
.socials .icon-google-plus {
	background: #d0422a;
}
.socials .icon-instagram {
	background: #3b5998;
}
.socials .icon-aparat {
	background: #ed145b;
}
.socials .icon-cloob {
	background: #3bb54a;
}
.socials .icon-gap {
	background: #a24cce;
}
.socials .icon-soroush {
	background: #1d7793;
}
.socials .icon-Eitaa {
	background: #ef7c00;
}
.socials .icon-rubika {
	background: #e04452;
}
.socials .icon-bale {
	background: #49dbae;
}
.socials .icon-android {
	background: #a5ca39;
}

.footer .copyright {
    float: right;
    width: 100%;
    background: #fff;
}
.footer .copyright p {
      color: #23282d;
    line-height: 26px;
    text-align: center;
    padding: 10px 0;
}

.footer .designer {
    text-align: center;
    font: 12px/27px tabnakweb;
    padding: 0 0 10px 0;
    color: #23282d;
}

.scrolltop {
	position: fixed;
	bottom: 40px;
	right: 10px;
	background: #999999;
	display: none;
	z-index: 9999999;
	width: 35px;
	height: 35px;
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
	text-align: center;
	border-radius: 50%;
}
.scrolltop:hover {
	/*background: #d60707;*/
}
.scrolltop i {
	display: inline-block;
	margin-top: 2px;
	font-size: 34px;
	color: #fff;
}


















.icon-bisphone:before {
	content: "\e96a";
}
.icon-iran:before {
	content: "\e980";
}
.icon-Eitaa:before {
	content: "\e985";
}
.icon-bale:before {
	content: "\e986";
}
.icon-rubika:before {
	content: "\e987";
}
.icon-youtube:before {
	content: "\e97e";
}
.icon-language:before {
	content: "\e97f";
}
.icon-igap:before {
	content: "\e981";
}
.icon-wispi:before {
	content: "\e982";
}
.icon-soroush:before {
	content: "\e983";
}
.icon-gap:before {
	content: "\e984";
}
.icon-file-iso:before {
	content: "\e97c";
}
.icon-file-iso1:before {
	content: "\e97d";
}
.icon-radio1:before {
	content: "\e969";
}
.icon-camera1:before {
	content: "\e90b";
}
.icon-chart-bar:before {
	content: "\e90c";
}
.icon-chart-pie:before {
	content: "\e90d";
}
.icon-checkmark-outline:before {
	content: "\e90e";
}
.icon-cheveron-down:before {
	content: "\e90f";
}
.icon-cheveron-left:before {
	content: "\e910";
}
.icon-cheveron-outline-down:before {
	content: "\e911";
}
.icon-cheveron-outline-left:before {
	content: "\e912";
}
.icon-cheveron-outline-right:before {
	content: "\e913";
}
.icon-cheveron-outline-up:before {
	content: "\e914";
}
.icon-cheveron-right:before {
	content: "\e915";
}
.icon-cheveron-up:before {
	content: "\e916";
}
.icon-computer-desktop:before {
	content: "\e917";
}
.icon-computer-laptop:before {
	content: "\e918";
}
.icon-credit-card:before {
	content: "\e919";
}
.icon-envelope:before {
	content: "\e91a";
}
.icon-folder:before {
	content: "\e91b";
}
.icon-folder-outline:before {
	content: "\e91c";
}
.icon-gift:before {
	content: "\e91d";
}
.icon-location:before {
	content: "\e91e";
}
.icon-phone:before {
	content: "\e91f";
}
.icon-play1:before {
	content: "\e920";
}
.icon-play-outline:before {
	content: "\e921";
}
.icon-radio:before {
	content: "\e922";
}
.icon-shopping-cart:before {
	content: "\e923";
}
.icon-station:before {
	content: "\e924";
}
.icon-time:before {
	content: "\e925";
}
.icon-time1:before {
	content: "\e926";
}
.icon-chevron-small-left:before {
	content: "\e927";
}
.icon-search1:before {
	content: "\e928";
}
.icon-controller-stop:before {
	content: "\e929";
}
.icon-folder-video:before {
	content: "\e92a";
}
.icon-folder-music:before {
	content: "\e92b";
}
.icon-folder1:before {
	content: "\e92c";
}
.icon-download:before {
	content: "\e92d";
}
.icon-chevron-thin-left:before {
	content: "\e92e";
}
.icon-chevron-thin-right:before {
	content: "\e92f";
}
.icon-atitle:before {
	content: "\e930";
}
.icon-coffee:before {
	content: "\e931";
}
.icon-dots-three-vertical:before {
	content: "\e932";
}
.icon-archive:before {
	content: "\e933";
}
.icon-circular-graph:before {
	content: "\e934";
}
.icon-aparat:before {
	content: "\e935";
}
.icon-cloob:before {
	content: "\e936";
}
.icon-instagram:before {
	content: "\e937";
}
.icon-telegram:before {
	content: "\e938";
}
.icon-shopping-bag:before {
	content: "\e939";
}
.icon-shopping-basket:before {
	content: "\e93a";
}
.icon-eye1:before {
	content: "\e93b";
}
.icon-angle-double-left:before {
	content: "\e93c";
}
.icon-shuffle:before {
	content: "\e93d";
}
.icon-drive:before {
	content: "\e93e";
}
.icon-tag-cord:before {
	content: "\e93f";
}
.icon-angle-double-down:before {
	content: "\e940";
}
.icon-reply:before {
	content: "\e941";
}
.icon-loop:before {
	content: "\e942";
}
.icon-heart-outlined:before {
	content: "\e943";
}
.icon-heart:before {
	content: "\e944";
}
.icon-mail:before {
	content: "\e945";
}
.icon-user1:before {
	content: "\e946";
}
.icon-globe:before {
	content: "\e947";
}
.icon-key:before {
	content: "\e948";
}
.icon-link:before {
	content: "\e949";
}
.icon-hand:before {
	content: "\e94a";
}
.icon-menu:before {
	content: "\e94b";
}
.icon-search2:before {
	content: "\e94c";
}
.icon-comment:before {
	content: "\e94d";
}
.icon-loop2:before {
	content: "\e94e";
}
.icon-tag:before {
	content: "\e94f";
}
.icon-print:before {
	content: "\e950";
}
.icon-chevron-up:before {
	content: "\e951";
}
.icon-download3:before {
	content: "\e952";
}
.icon-menu2:before {
	content: "\e953";
}
.icon-fz2:before {
	content: "\e954";
}
.icon-fz3:before {
	content: "\e955";
}
.icon-fz1:before {
	content: "\e956";
}
.icon-share:before {
	content: "\e957";
}
.icon-telegram2:before {
	content: "\e958";
}
.icon-instagram2:before {
	content: "\e959";
}
.icon-youtube1:before {
	content: "\e95a";
}
.icon-price-tag:before {
	content: "\e95b";
}
.icon-close:before {
	content: "\e95c";
}
.icon-cart:before {
	content: "\e95d";
}
.icon-cog:before {
	content: "\e95e";
}
.icon-logo-tabnakweb:before {
	content: "\e95f";
}
.icon-search3:before {
	content: "\e960";
}
.icon-feed:before {
	content: "\e961";
}
.icon-phone1:before {
	content: "\e962";
}
.icon-star:before {
	content: "\e963";
}
.icon-creditcard:before {
	content: "\e964";
}
.icon-envelope1:before {
	content: "\e965";
}
.icon-location2:before {
	content: "\e966";
}
.icon-clock1:before {
	content: "\e967";
}
.icon-download2:before {
	content: "\e968";
}
.icon-bubbles2:before {
	content: "\e96d";
}
.icon-bubbles4:before {
	content: "\e970";
}
.icon-cancel-circle:before {
	content: "\ea0d";
}
.icon-google-plus:before {
	content: "\ea8b";
}
.icon-facebook:before {
	content: "\ea90";
}
.icon-twitter:before {
	content: "\ea96";
}
.icon-home:before {
	content: "\e96b";
}
.icon-home2:before {
	content: "\e96c";
}
.icon-home3:before {
	content: "\e96e";
}
.icon-image1:before {
	content: "\e96f";
}
.icon-images:before {
	content: "\e971";
}
.icon-headphones:before {
	content: "\e972";
}
.icon-music:before {
	content: "\e973";
}
.icon-play2:before {
	content: "\e974";
}
.icon-film1:before {
	content: "\e975";
}
.icon-podcast:before {
	content: "\e976";
}
.icon-files-empty:before {
	content: "\e977";
}
.icon-price-tags:before {
	content: "\e978";
}
.icon-qrcode:before {
	content: "\e979";
}
.icon-credit-card1:before {
	content: "\e97a";
}
.icon-location1:before {
	content: "\e97b";
}
.icon-download21:before {
	content: "\e9c5";
}
.icon-download31:before {
	content: "\e9c7";
}
.icon-sphere:before {
	content: "\e9c9";
}
.icon-earth:before {
	content: "\e9ca";
}
.icon-link1:before {
	content: "\e9cb";
}
.icon-whatsapp:before {
	content: "\ea93";
}
.icon-youtube11:before {
	content: "\ea9d";
}
.icon-youtube2:before {
	content: "\ea9e";
}
.icon-appleinc:before {
	content: "\eabe";
}
.icon-android:before {
	content: "\eac0";
}
.icon-clock:before {
	content: "\e900";
}
.icon-search:before {
	content: "\e901";
}
.icon-user:before {
	content: "\e902";
}
.icon-sun:before {
	content: "\e903";
}
.icon-camera:before {
	content: "\e904";
}
.icon-image:before {
	content: "\e905";
}
.icon-video-camera:before {
	content: "\e906";
}
.icon-eye:before {
	content: "\e907";
}
.icon-bookmark:before {
	content: "\e908";
}
.icon-play:before {
	content: "\e909";
}
.icon-film:before {
	content: "\e90a";
}