/*
Theme Name: ParsFootball
Theme URI: http://parsfootball.ir/
Description: طراحی شده توسط مهدی رضایی
Author: مهدی رضایی
Author URI: http://mehd.ir/
Version: 1.0.0
Tags: black,
*/

.filter-live {
  background-color: white;
  padding: 10px 15px;
  color: #4c8616;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
  box-shadow: 0 2px 7px 0 rgba(70, 83, 108, 0.28);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}

.filter-live .lbselect {
  position: relative;
  float: left;
  width: 200px;
  margin-bottom: 0;
}

.filter-live .lbselect:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 9px solid #a5b697;
  pointer-events: none;
}

.filter-live .lbselect:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-bottom: 9px solid #a5b697;
  pointer-events: none;
}

.filter-live .lbselect select {
  text-align: center;
  background-color: #e9f6de;
  border-radius: 4px;
  height: 35px;
  color: #396115;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  padding: 10px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  padding: 0 60px;
  border: none;
}

main .block-main #single .content blockquote {
  border-right: 5px solid #00516f;
  border-left: 0;
  background-color: #daf5ff;
  font-size: 13px;
  color: #00394e;
  position: relative;
  display: inherit;
  margin: 25px 0;
}

main .block-main #single .content blockquote:before {
  content: "“";
  position: absolute;
  top: -15px;
  right: -5px;
  color: #00516f;
  font-size: 40px;
  font-family: Arial;
}

.baziha,
.golzanan {
  height: 345px !important;
}

.live-matche {
  box-shadow: 0 2px 7px rgba(70, 83, 108, 0.28);
  border-radius: 2px 1px 1px 2px;
  background-color: rgb(255, 255, 255);
  padding: 0 13px 13px;
  margin-top: 16px;
}

.live-matche .content {
  margin: 0 -13px;
}

.live-matche .content > header {
  margin-bottom: 20px;
}

.live-matche .content > header > h4 {
  float: right;
  width: 35%;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.live-matche .content > header > h4 img {
  margin: 0 10px;
}

.live-matche .content > header > h4 > span {
  position: absolute;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: -130px;
  opacity: 0.3;
  pointer-events: none;
}

.live-matche .content > header > h4:nth-child(1) > span {
  right: -70px;
}

.live-matche .content > header > h4:nth-child(3) > span {
  left: -70px;
}

.live-matche .content > header > span {
  float: right;
  width: 30%;
  box-shadow: 0 0 0 13px #fff;
  border-radius: 1px;
  height: 77px;
  text-align: center;
  background-color: rgb(242, 242, 242);
  background-image: linear-gradient(
    to top,
    rgb(255, 255, 255) 0%,
    rgb(240, 240, 240) 70%,
    rgb(240, 240, 240) 100%
  );
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 200;
  line-height: 13px;
  padding-top: 35px;
  letter-spacing: 10px;
}

.live-matche .content > header > span b {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 400;
  line-height: 13px;
}

.live-matche .content ul {
  padding: 0 5px;
  margin-bottom: 30px;
}

.live-matche .content ul li {
  border-bottom: 1px solid #e8eee4;
  color: rgb(71, 71, 71);
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 27px;
  position: relative;
}

.live-matche .content ul li .emtiaz {
  font-size: 16px;
  font-weight: 500;
  color: rgb(79, 79, 79);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  letter-spacing: 25px;
}

.live-matche .content ul li .emtiaz:hover {
  text-decoration: none;
}

.live-matche .content ul .l {
  direction: ltr;
  text-align: left;
}

.live-matche .content ul li img {
  margin: 0 10px;
}

.live-matche .content ul li b > img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.live-matche .content ul li span {
  color: #ef1000;
}

.live-matche .tab-matche .tab-title {
  overflow: hidden;
  margin-bottom: -5px;
  background-image: url(<?phpecho$dir?>/images/video-copy.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.live-matche .tab-matche .tab-title div {
  border-radius: 3px 2px 2px 3px;
  border: 1px solid rgb(230, 235, 242);
  background-color: rgb(255, 255, 255);
  color: rgb(36, 66, 115);
  font-size: 17px;
  font-weight: 200;
  line-height: 44px;
  padding: 0 15px;
  margin-left: 5px;
  float: right;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.live-matche .tab-matche .tab-title .active {
  border: 1px solid rgb(255, 255, 255);
  background-color: rgb(234, 238, 244);
}

.live-matche .tab-matche .tab-content {
  position: relative;
}

.live-matche .tab-matche .tab-content article {
  border-radius: 4px;
  border: 1px solid rgb(230, 235, 242);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  padding: 20px;
  margin-bottom: 13px;
}

.live-matche .tab-matche .tab-content article img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.live-matche .tab-matche .tab-content article header {
  color: rgb(36, 66, 115);
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-top: 7px;
  margin-bottom: 14px;
  padding-right: 20px;
}

.live-matche .tab-matche .tab-content article header a {
  color: rgb(36, 66, 115);
}

.live-matche .tab-matche .tab-content article p {
  color: rgb(0, 0, 0);
  font-size: 11px;
  font-weight: 400;
  line-height: 21px;
  padding-right: 20px;
}

.live-matche .tab-matche .tab-content article footer {
  margin-top: 0;
  overflow: hidden;
  padding-right: 20px;
}

.live-matche .tab-matche .tab-content article footer span {
  padding-top: 23px;
  color: rgb(103, 103, 103);
  font-size: 11px;
  font-weight: 400;
  float: right;
}

.live-matche .tab-matche .tab-content article footer .more {
  color: rgb(229, 36, 32);
  font-size: 14px;
  font-weight: 700;
  line-height: 43px;
  border-radius: 3px;
  border: 1px solid rgb(230, 235, 242);
  background-color: rgb(255, 255, 255);
  padding: 0 11px;
  float: left;
  transition: all 0.3s ease-in-out;
}

.live-matche .tab-matche .tab-content article footer .more i {
  display: inline-block;
  margin-right: 10px;
  margin-left: 5px;
  color: rgb(100, 100, 100);
  width: 8px;
  height: 7px;
  font-size: 8px;
  transform: rotate(-90deg);
}

.live-matche .tab-matche .tab-content article footer .more:hover {
  background-color: rgb(244, 244, 244);
  border: 1px solid rgb(230, 235, 242);
}

main .block-main #lig .content .tabs-content .tab-content > ul li .nataiej-f {
  overflow: hidden;
  width: 100%;
  padding: 10px 10px 0;
}

main
  .block-main
  #lig
  .content
  .tabs-content
  .tab-content
  > ul
  li
  .nataiej-f
  time {
  position: relative;
  float: left;
  line-height: 21px;
  color: rgb(111, 129, 157);
  font-size: 11px;
  font-weight: 400;
}

main .block-main #lig .content .tabs-content .tab-content > ul li .nataiej-f a {
  float: right;
  margin-left: 5px;
  line-height: 21px;
  border-radius: 2px;
  background-color: rgb(240, 244, 249);
  padding: 0 5px;
  color: rgb(18, 40, 75);
  font-size: 10px;
  font-weight: 400;
}

main
  .block-main
  #lig
  .content
  .tabs-content
  .tab-content
  > ul
  li:nth-child(2n)
  .nataiej-f
  a {
  background-color: rgb(255, 255, 255);
}

.main .block-main #single .content .gallery {
  background-image: none !important;
}

@media (max-width: 767px) {
  main #live-box .box1 .content li div.live .timerlive {
    right: 10px !important;
  }
  .live-matche .content > header > h4 {
    width: 40%;
    font-size: 13px;
  }
  .live-matche .content > header > span {
    width: 20%;
    letter-spacing: 0px;
    font-size: 22px;
  }
  .live-matche .content > header > span b {
    font-size: 22px;
  }
  .live-matche .content ul li {
    padding: 0 15px;
  }
  .live-matche .content ul .r .emtiaz {
    right: auto;
    left: 15px;
    letter-spacing: 15px;
  }
  .live-matche .content ul .l .emtiaz {
    left: auto;
    right: 15px;
    letter-spacing: 15px;
  }
  main #live-box .box1 .content li div.emtiazat a:nth-child(1) {
    float: none;
  }
  main #live-box .box1 .content li div.emtiazat {
    text-align: center;
  }
  .live-matche .tab-matche .tab-title div {
    font-size: 12px;
    padding: 0px 11px;
  }
  .live-matche .tab-matche .tab-title {
    background-image: none;
  }
}

main
  .block-main
  #lig
  .content
  .tabs-content
  .tab-content
  ul.barnamebazi
  li.center
  time {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/*---------worldcup--------*/

main .block-main #worldcup {
  width: 100%;
  height: 525px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(70, 83, 108, 0.28);
  margin-bottom: 7px;
  border-radius: 3px;
  background-image: url(images/bg-boxworldcup.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  position: relative;
  background-size: 77% auto;
}

@media (max-width: 767px) {
  main .block-main #worldcup {
    padding-bottom: 230px !important;
    height: auto !important;
    background-size: 100% auto !important;
  }
  main .block-main #worldcup .content ul {
    height: auto !important;
  }
  main .block-main #news .content label {
    width: 29% !important;
  }
}

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
  main .block-main #worldcup {
    padding-bottom: 400px !important;
  }
}

main .block-main #worldcup > .title {
  width: 100%;
  height: auto;
  background-color: #fbfbf9;
  padding: 21px 0;
  color: #244273;
  font-size: 20px;
  position: relative;
  z-index: 9;
}

main .block-main #worldcup > .title:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d2d6de;
  top: 0;
  bottom: 0;
  margin: auto;
}

main .block-main #worldcup > .title:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #d30208;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

main .block-main #worldcup:hover > .title:after {
  width: 100%;
}

main .block-main #worldcup > .title h2 {
  background-color: #fbfbf9;
  padding: 8px 15px 8px 15px;
  position: relative;
  z-index: 99;
  color: #d30208;
  cursor: pointer;
  display: inline;
  font-size: 20px;
}

main .block-main #worldcup > .title h2:hover {
  color: #244273;
  text-decoration: none;
}

main .block-main #worldcup > .title h2 i {
  background-color: #244273;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}

main .block-main #worldcup > .title h2 i:before {
  font-size: 10px;
  line-height: 5px;
  padding-right: 3px;
}

main .block-main #worldcup .content {
  width: 100%;
  height: auto;
  position: relative;
}

main .block-main #worldcup .content form {
  padding: 0 4px;
  background-color: #fbfbf9;
  position: relative;
  z-index: 99;
}

main .block-main #worldcup .content input[type="checkbox"] {
  display: none;
}

main .block-main #worldcup .content input[type="checkbox"]:checked + label {
  background-color: #d30208;
  color: #fff;
}

main .block-main #worldcup .content input[type="checkbox"]:checked + label i {
  color: #fff;
}

main .block-main #worldcup .content label {
  width: 29%;
  margin: 0 9px 5px 4px;
  background-color: #324e7c;
  color: #fff;
  font-weight: 100;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

main .block-main #worldcup .content label[for="allw"] {
  width: 29%;
  margin: 0 9px 5px 0;
  position: absolute;
  left: 13px;
  top: -50px;
}

main .block-main #worldcup .content input[id="allw"]:checked + label {
  background-color: #d30208;
}

main .block-main #worldcup .content label i {
  width: 15px;
  height: 15px;
  color: #d30208;
  position: absolute;
  left: 5px;
  opacity: 0.8;
  background-size: 15px auto;
}

main .block-main #worldcup .content label i:before {
  font-size: 12px;
}

main .block-main #worldcup .title input[type="checkbox"] {
  display: none;
}

main .block-main #worldcup .title input[type="checkbox"]:checked + label {
  background-color: #d30208;
  color: #fff;
}

main .block-main #worldcup .title label {
  float: left;
  width: 29%;
  margin: 0 9px 5px 0;
  background-color: #c5c8d8;
  color: #244273;
  font-weight: 100;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
  margin-left: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

main .block-main #worldcup .title label i {
  float: left;
  width: 10px;
  height: 10px;
  color: #fff;
}

main .block-main #worldcup .title label i:before {
  font-size: 12px;
}

main .block-main #worldcup .content .refresh {
  display: none;
  width: 93%;
  height: 42px;
  background-color: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 9;
}

main .block-main #worldcup .content .refresh .submit {
  display: block;
  margin: auto;
  padding: 8px 15px;
  border: medium none;
  background-color: rgb(231, 232, 240);
  color: rgb(137, 150, 170);
  font-size: 11px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 0 0 #a5a9be;
  width: 130px;
  height: 32px;
  cursor: pointer;
}

main .block-main #worldcup .content .refresh .submit i {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 10px;
  margin-top: -3px;
}

main .block-main #worldcup .content .refresh .submit i:before {
  font-size: 15px;
}

main .block-main #worldcup .content .refresh .submit:hover {
  box-shadow: none;
  position: relative;
  top: 2px;
}

main .block-main #worldcup .content ul {
  width: 100%;
  height: 160px;
  padding: 0 13px 0 30px;
  margin-top: 15px;
}

main .block-main #worldcup .content ul.active-ref {
  padding: 32px 13px 0 30px;
  top: -20px;
  margin-top: -22px;
  position: relative;
}

main .block-main #worldcup .content ul li {
  width: 100%;
  height: 38px;
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #dbdde9;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
}

main .block-main #worldcup .content ul li h3 {
  display: inline;
  font-size: 12px;
}

main .block-main #worldcup .content ul li.fire:hover i {
  color: #d02525;
}

main .block-main #worldcup .content ul li.fire a {
  color: #d02525;
}

main .block-main #worldcup .content ul li.fire:before {
  width: 25px;
  position: absolute;
  height: 100%;
  color: #eaebf1;
  font-family: "Flaticon";
  content: "\e00d";
  bottom: 0;
  font-size: 40px;
  left: 5px;
  box-shadow: 3px 0 30px 11px #fff, -4px 0px 0 0px #fff;
  background-color: #fff;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

main .block-main #worldcup .content ul li.fire:hover:before {
  color: #d02525;
  font-size: 45px;
  bottom: 5px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

main .block-main #worldcup .content ul li a {
  color: #324e7c;
}

main .block-main #worldcup .content ul li a span {
  width: 35px;
  height: auto;
  padding: 1px 2px 0;
  background-color: #d02525;
  color: #fff;
  border-radius: 3px;
  float: right;
  margin-left: 5px;
  text-align: center;
}

main .block-main #worldcup .content ul li a i {
  float: right;
  width: 15px;
  height: 15px;
  color: #a1a6be;
  margin-left: 3px;
  background-repeat: no-repeat;
  background-size: cover;
}

main .block-main #worldcup .content ul li a i:before {
  font-size: 12px;
}

main .block-main .team-brezil,
main .block-main .team-arzhantin,
main .block-main .team-porteghal,
main .block-main .team-france,
main .block-main .team-rosie,
main .block-main .team-orogoee {
  background-image: url(images/icon/icons.png);
}

main .block-main .team-brezil {
  background-position: 0 -435px;
}

main .block-main .team-arzhantin {
  background-position: 0 -447px;
}

main .block-main .team-porteghal {
  background-position: 0 -459px;
}

main .block-main .team-france {
  background-position: 0 -165px;
}

main .block-main .team-rosie {
  background-position: 0px -471px;
}

main .block-main .team-orogoee {
  background-position: 0px -422px;
}

/*---------worldcup--------*/

/*---------topnews--------*/

main .block-main #topnews {
  width: 100%;
  height: 525px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(70, 83, 108, 0.28);
  margin-bottom: 7px;
  border-radius: 3px;
  background-image: url(images/bg-boxnews2.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  position: relative;
  background-size: 77% auto;
}

@media (max-width: 767px) {
  main .block-main #topnews {
    padding-bottom: 110px !important;
    height: auto !important;
    background-size: 90% auto !important;
  }
  main .block-main #topnews .content ul {
    height: auto !important;
  }
  main .block-main #news .content label {
    width: 29% !important;
  }
}

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
  main .block-main #topnews {
    padding-bottom: 400px !important;
  }
}

main .block-main #topnews > .title {
  width: 100%;
  height: auto;
  background-color: #fbfbf9;
  padding: 21px 0;
  color: #244273;
  font-size: 20px;
  position: relative;
  z-index: 9;
}

main .block-main #topnews > .title:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d2d6de;
  top: 0;
  bottom: 0;
  margin: auto;
}

main .block-main #topnews > .title:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #d30208;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

main .block-main #topnews:hover > .title:after {
  width: 100%;
}

main .block-main #topnews > .title h2 {
  background-color: #fbfbf9;
  padding: 8px 15px 8px 15px;
  position: relative;
  z-index: 99;
  color: #d30208;
  cursor: pointer;
  display: inline;
  font-size: 20px;
}

main .block-main #topnews > .title h2:hover {
  color: #244273;
  text-decoration: none;
}

main .block-main #topnews > .title h2 i {
  background-color: #244273;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}

main .block-main #topnews > .title h2 i:before {
  font-size: 10px;
  line-height: 5px;
  padding-right: 3px;
}

main .block-main #topnews .content {
  width: 100%;
  height: auto;
  position: relative;
}

main .block-main #topnews .content ul {
  width: 100%;
  height: 350px;
  padding: 0 13px 0 30px;
  margin-top: 15px;
}

main .block-main #topnews .content ul li {
  width: 100%;
  height: 38px;
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #dbdde9;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
}

main .block-main #topnews .content ul li h3 {
  display: inline;
  font-size: 12px;
}

main .block-main #topnews .content ul li a {
  color: #324e7c;
}

main .block-main #topnews .content ul li a span {
  width: auto;
  height: auto;
  padding: 1px 2px 0;
  background-color: #d02525;
  color: #fff;
  border-radius: 3px;
  float: right;
  margin-left: 5px;
  text-align: center;
}

/*---------topnews--------*/

/* ----- ads ------ */

@media (max-width: 767px) {
  .block.block-ads4 .cy-holder .cy-title-holder {
    width: auto !important;
    display: flex !important;
  }
  .block.block-ads4 .cy-logo-container > img {
    width: 20px !important;
    height: auto !important;
  }
}

.clickyab-native-ad {
  font-family: IRANSans !important;
}

.block.block-ads4 .cy-logo-container > img {
  width: 20px !important;
  height: auto !important;
}

.block.block-ads4 .cy-img-holder > a {
  margin: 0 !important;
}

.singleadscontent {
  float: left;
  width: 40%;
  padding-right: 5px;
  z-index: 99;
  position: relative;
  background-color: #fff;
  margin-left: -15px;
  margin-bottom: 30px;
  margin-right: 30px;
  box-shadow: 15px 15px 0 0 #fff;
  border-right: 3px solid #fd4600;
}

.singleadscontent li span {
  color: #428bca !important;
  font-size: 12px !important;
}

@media (max-width: 767px) {
  .singleadscontent {
    width: 100%;
  }
}


.mehdir-logo {
  width: 60px;
  height: 60px;
  position: relative;
  float: right;
  direction: ltr;
  margin-left: 15px;
  margin-top: -5px;
  z-index:100;
}
.mehdir-logo svg {
  width: 60px;
  height: 55px;
  padding: 10px;
  position: relative;
  z-index: 9;
}
.mehdir-logo svg path {
  transition: all 1s ease-in-out 1s;
}
.mehdir-logo:hover svg path {
  fill: #fff;
}
.mehdir-logo:hover .animation01 {
  display: block;
}

.animation01 {
  position: absolute;
  top: 0;
  left: -1px;
  display: none;
}
.border_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.line {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
}
.line01 {
  top: 0;
  left: 100%;
  width: 2px;
  height: 62px;
  transform-origin: bottom;
  animation: animation01_line01 0.2s linear 0.3s forwards;
}
.line03 {
  top: 0;
  left: 0;
  width: 2px;
  height: 62px;
  transform-origin: bottom;
  animation: animation01_line01 0.2s linear 0.6s forwards;
}
@keyframes animation01_line01 {
  0% {
    transform: scale3d(1, 0, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.line02 {
  top: 100%;
  left: 0;
  width: 62px;
  height: 2px;
  transform-origin: right;
  animation: animation01_line02 0.2s linear 0.4s forwards;
}
.line04 {
  top: 0;
  left: 0;
  width: 62px;
  height: 2px;
  transform-origin: left;
  animation: animation01_line02 0.2s linear 0.8s forwards;
}
@keyframes animation01_line02 {
  0% {
    transform: scale3d(0, 1, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.circle {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #244273;
  border-radius: 50%;
  opacity: 0;
}
.circle01 {
  top: 96%;
  left: 96%;
  margin: 0 auto;
  animation: animation01_circle 0.3s linear 0.3s forwards;
}
.circle02 {
  top: 96%;
  left: -108%;
  margin: 0 auto;
  animation: animation01_circle 0.3s linear 0.45s forwards;
}
.circle03 {
  top: -16%;
  left: -108%;
  margin: 0 auto;
  animation: animation01_circle 0.3s linear 0.65s forwards;
}
.circle04 {
  top: -16%;
  left: 96%;
  margin: 0 auto;
  animation: animation01_circle 0.3s linear 0.85s forwards;
}
@keyframes animation01_circle {
  0% {
    transform: scale3d(0, 0, 1);
    opacity: 1;
  }
  40% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  60% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(0, 0, 1);
    opacity: 1;
  }
}

.wave {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 58px;
  height: 58px;
  overflow: hidden;
}
.wave_wrapper {
  width: 200%;
  height: 150%;
  position: absolute;
  top: -25%;
  right: 0;
  bottom: 0;
  left: -50%;
  margin: 0 auto;
  animation: animation01_wave_wrapper 1s linear 1s forwards;
}
@keyframes animation01_wave_wrapper {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
.wave_box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: #244273;
  transform-origin: bottom;
  animation: animation01_wave_box 1s linear 1s forwards;
  opacity: 0;
}
@keyframes animation01_wave_box {
  0% {
    transform: scale3d(1, 0, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.animation_line {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #244273;
  opacity: 0;
}
.animation_line_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.animation_line01 {
  top: -15%;
  left: 0;
  width: 2px;
  height: 5px;
  animation: animation_line01 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: top;
}
.animation_line02_wrapper {
  transform: rotate(45deg);
}
.animation_line02 {
  top: -35%;
  left: 0;
  width: 2px;
  height: 5px;
  animation: animation_line01 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: top;
}
@keyframes animation_line01 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1.5vw);
    opacity: 1;
  }
}
.animation_line03 {
  top: 50%;
  left: 110%;
  width: 5px;
  height: 2px;
  animation: animation_line03 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: right;
}
.animation_line04_wrapper {
  transform: rotate(45deg);
}
.animation_line04 {
  top: 50%;
  left: 128%;
  width: 5px;
  height: 2px;
  animation: animation_line03 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: right;
}
@keyframes animation_line03 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1.5vw);
    opacity: 1;
  }
}
.animation_line05 {
  top: 110%;
  left: 0;
  width: 2px;
  height: 5px;
  animation: animation_line05 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: bottom;
}
.animation_line06_wrapper {
  transform: rotate(45deg);
}
.animation_line06 {
  top: 128%;
  left: 0;
  width: 2px;
  height: 5px;
  animation: animation_line05 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: bottom;
}
@keyframes animation_line05 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1.5vw);
    opacity: 1;
  }
}
.animation_line07 {
  top: 50%;
  left: -130%;
  width: 5px;
  height: 2px;
  animation: animation_line07 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: left;
}
.animation_line08_wrapper {
  transform: rotate(45deg);
}
.animation_line08 {
  top: 50%;
  left: -162%;
  width: 5px;
  height: 2px;
  animation: animation_line07 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: left;
}
@keyframes animation_line07 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1.5vw);
    opacity: 1;
  }
}

/* logo mehd.ir */

/* crowler */

main .block-main #widget_crawler {
  height: 480px;
  box-shadow: 0 2px 7px 0 rgba(70, 83, 108, 0.28);
  border-radius: 3px;
  background-color: #fff;
}
main .block-main #widget_crawler > .title {
  height: auto;
  padding: 21px 0;
  color: #701e72;
  font-size: 20px;
  position: relative;
}
main .block-main #widget_crawler > .title h2 {
  display: inline-block;
}
main .block-main #widget_crawler > .title:after,
main .block-main #widget_crawler > .title:before {
  height: 1px;
  top: 0;
  margin: auto;
  content: "";
  bottom: 0;
}
main .block-main #widget_crawler > .title:before {
  width: 100%;
  background-color: #d2d6de;
}
main .block-main #widget_crawler > .title:after {
  width: 0;
  background-color: #701e72;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
main .block-main #widget_crawler:hover > .title:after {
  width: 100%;
}
main .block-main #widget_crawler > .title a {
  background-color: #fff;
  padding: 8px 20px 8px 15px !important;
  position: relative;
  z-index: 99;
  color: #701e72;
  float: none !important;
}
main .block-main #widget_crawler > .title a:hover {
  color: #d02525;
}
main .block-main #widget_crawler .title a:nth-child(1) {
  float: right !important;
  padding: 0 15px 0 0 !important;
}
main .block-main #widget_crawler > .title i {
  background-color: #701e72 !important;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
main .block-main #widget_crawler > .title i:before {
  font-size: 10px;
  line-height: 5px;
  padding-right: 3px;
}
main .block-main #widget_crawler .tabs-title {
  width: 100%;
  height: auto;
  background-color: #f0f4f9;
  border-top: 1px solid #dee6f1;
  border-bottom: 1px solid #dee6f1;
}
main .block-main #widget_crawler .tabs-title .tab-item {
  width: 33.3333%;
  height: auto;
  float: right;
  font-size: 12px;
  text-align: center;
  color: #701e72;
  padding: 10px 9.9px;
  border-left: 1px solid #dee6f1;
  cursor: pointer;
}
main .block-main #widget_crawler .tabs-title .tab-item-avtice:nth-child(3) {
  border-left: 0;
}
main .block-main #widget_crawler .tabs-title .tab-item-avtice {
  background-color: #701e72;
  color: #fff;
}
main .block-main #widget_crawler .tabs-content {
  width: 100%;
  height: auto;
}
main .block-main #widget_crawler .tabs-content .tab-content {
  width: 100%;
  height: auto;
  display: none;
  padding-top: 5px;
  padding-bottom: 15px;
}
main .block-main #widget_crawler .tabs-content .tab-content:nth-child(1) {
  display: block;
}
main .block-main #widget_crawler .tabs-content .tab-content ul {
  width: 100%;
  height: 353px;
  padding-left: 30px;
}
main .block-main #widget_crawler .tabs-content .tab-content ul li {
  border-top: 1px solid #dbdde9;
  padding: 10px;
}
main .block-main #widget_crawler .tabs-content .tab-content ul li:first-child {
  border-top: 0;
}
main .block-main #widget_crawler .tabs-content .tab-content ul li .title {
  color: #701e72;
  font-size: 12px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .block-main #widget_crawler .tabs-content .tab-content ul li .title span {
  float: right;
  margin-left: 5px;
  background-color: #d02525;
  color: #fff;
  font-size: 10px;
  padding: 3px;
  border-radius: 3px;
  line-height: 14px;
}
main .block-main #widget_crawler .simplebar-scrollbar:before {
  background: #701e72;
}
main .block-main #widget_crawler .content ul {
  width: 100%;
  height: 620px;
  padding: 0 13px 0 13px;
  margin-top: 15px;
}
main .block-main #widget_crawler .content ul li {
  width: 100%;
  height: 38px;
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #dbdde9;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .block-main #widget_crawler .content ul li h3 {
  display: inline;
  font-size: 12px;
}
main .block-main #widget_crawler .content ul li span {
  float: right;
  margin-left: 5px;
  background-color: #d02525;
  color: #fff;
  font-size: 10px;
  padding: 3px;
  border-radius: 3px;
  line-height: 14px;
}
/* sabavizhion */
#sabavision_mobile_ad_shadow {
  bottom: 48px !important;
}
.GSADSBL{position: fixed;bottom: 0px;margin: 0px auto;width: 100%;right: 0px;z-index: 0;}
.GSADSTop i{font-size:18px;color:#8d0404;cursor:pointer;}
.GSAds{margin: 0px auto;display: block;width: 468px!important;;height: 60px!important;}
#sabavision_zone_1134-Z421_plate{position: absolute;top: 0px;}
#sabavision_zone_1134-Z421_plate .sabavision_zone_box{width: 468px!important;;height: 60px!important;}
.GSADSBL .sabavision_close_box {cursor: pointer!important;background-color: #da532c!important;position: relative!important;right: 0px!important;top: 0rem!important;display: flex!important;align-items: center!important;justify-content: center!important;text-align: center!important;width: 1.6rem!important;height: 1.6rem!important;z-index: 9999!important;}
@media only screen and (max-width:768px) {
	.GSADSBL{display:none}
}

/*** comment tree 
    background-color: #fff;width: 100%;margin-bottom: 20px;box-shadow: 0 2px 7px 0 rgb(70 83 108 / 30%);padding: 30px 0;margin: 15px 0;

*/
.commentlist , #respond{
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    padding: 5px;
    margin: 15px 0;
}
.commentlist .comment{
    width: 100%;
    height: auto;
    color: #384253;
    line-height: 28px;
    text-align: justify;
    position: relative;
    display: block;
}
.commentlist .comment .comment-meta +p{
  padding:5px 30px;
}
.commentlist .comment .comment-author {
    margin-top: 10px;
}
 .commentlist .comment .comment-meta {
   padding-right:15px;
   font-size:11px;
 

 } 
 .commentlist .comment .comment-meta a{
     color: #8499bb;
    font-size: 10px;
 }



.commentlist .comment .reply{
  position:relative;
  width:100%;
  margin: 15px 0 30px 0;
  display: inline-block;
}
.commentlist .comment .reply:before{
    border-bottom: 1px solid #d2d6de;
  width:100%;
  content:'';
  display:inline-block;
  top:50%;
  position:absolute;
  right:0;
  transform:translateY(+50%)
}

.commentlist .comment .reply a{
  border: 1px solid #d2d6de;
  margin-right:30px;
  padding: 0px 15px;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  background: #fff;
}
.commentlist .children{
  padding:0 10px 0 0;
}

@media (max-width:480px){
    .commentlist .children{
      padding:0px;
    }
}

.commentlist .says{
  display:none;
}
.commentlist .comment-author ,.commentlist .comment-meta{
  display:inline-block;
}


#respond{padding-right: 30px;padding-left: 30px;}

#respond #reply-title{}
#respond #reply-title{
    font-weight: bold;
    display: inline-block;
    margin: 0 0 15px 0;
}
#respond #reply-title small{
  display:inline-block;
  margin-right:15px;
}
#respond #commentform{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#respond #commentform input , #respond #commentform textarea{
    background-color: #ecf0f5;
    border: 0;
    border-radius: 3px;
    padding: 5px;
    min-width: 300px;
    margin-bottom: 15px;
    box-shadow:unset !important;
}
#respond #commentform input[type="submit"]{
      background-color: #00b540;
      color: #fff;
      font-size: 16px;
      margin-right: 0;
      border: 0;
      padding: 5px 15px;
      margin-top: 15px;
      display: block;
      width: 100%;
}
#respond #commentform label {
    float: right;
    width: 115px;
    color: #384253;
    font-weight: 100;
    font-size: 12px;
    padding-top: 5px;
}
#respond #commentform .comment-form-author{
    order: -1;
}
#respond #commentform .comment-form-email{
    order: -1;
}
#respond #commentform .comment-form-url{
    order: -1;
}
#respond #commentform .comment-form-comment{
    order: 0;
}
.comment #respond{
  box-shadow:none;
}
.comment-reply-title small a{
    color: #fff;
    border: 1px solid #ccc;
    padding: 4px 11px;
    background: #a70000;
    font-weight: 400;
    border-radius: 5px;
}
.comment-author img{
    border-radius: 100%;
}
.reportcm{
    text-align: left;
    margin-left: 8px;
    font-size: 11px;
}

.reportcm > span > a{
    color: #c50000;
    font-weight: bold;
    
    border: 1px solid #d2d6de;
    margin-right: 30px;
    padding: 0px 15px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    background: #fff;    
    
}

.comment-body {
    background: #ebfaeb;
    border-radius: 6px;
    margin: 10px 0px;
    border-right: 6px solid rgba(0,0,0,.2);
    padding: 4px 20px;
}
.comment-author a{
    color: #505050;
    font-weight: bold;
}

.cld-like-wrap .fa-thumbs-up{
    color:green;
}
.cld-like-dislike-wrap{
    float:left;
}
.cld-count-wrap{
    display:block;
}
#respond{
    background: #fff;
    box-shadow: 0 2px 7px 0 rgb(70 83 108 / 30%);
}

.children .comment-body{
    background:#d6e0f5;
}

.commentlist > .comment > .children > li:nth-child(1) > .comment-body{background:#3f70d9!important;}
.commentlist > .comment > .children > li:nth-child(2) > .comment-body{background:#4c7adb!important;}
.commentlist > .comment > .children > li:nth-child(3) > .comment-body{background:#4c7adbe0!important;}
.commentlist > .comment > .children > li:nth-child(4) > .comment-body{background:#6f92dc!important;}
.commentlist > .comment > .children > li:nth-child(5) > .comment-body{background:#6f92dcbd!important;}
.commentlist > .comment > .children > li:nth-child(6) > .comment-body{background:#94aee5c2!important;}
.commentlist > .comment > .children > li:nth-child(7) > .comment-body{background:#d0dcf7!important;}
.commentlist > .comment > .children > li:nth-child(8) > .comment-body{background:#d0dcf75e!important;}
.commentlist > .comment > .children > li:nth-child(9) > .comment-body{background:#d0dcf726!important;}

/*
@media screen and (min-width:992px){
    body > main > div > div:nth-child(5){
    margin-top: -28rem;
    }
}
*/


/* Copyright */
.wex-cp{
    color: #feb72b !important;
    background-color: #244273;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 16px 0 16px 0px;
    z-index: 999;
    margin-left: 4px;
}
#header-bottom nav ul li ul li:first-child {
  display: block!important;
}
