﻿::after, ::before, a, p, h1, h2, h3, h4, h5, h6, button, 
.adds-book, .owl-prev, .owl-next, .aurthor-timeline .tabs-nav li.active a i, 
.footer-links li, .plus-icon, .product-cart-option, .product-cart-option li, 
.s-product-hover, .service-icon, .overlay, .view-page-overlay, .view-page, 
.navigation ul li ul, .heart-batch, .service-column.style-2, 
.team-column .overlay-padding, .address-column .address-icon {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li ul li a::before {
    background: #dbdbdb;
}
/* Nav */
.nav-holder{ padding: 15px 0; background: #fff;}
.nav-holder.style-1{ padding: 15px 0 0; position: relative; z-index: 2; 
-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.28);
-moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.28);
box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.28);}

/* Responsive Menu */
.responive-nav{ background: #fff; padding: 40px 0; overflow: auto; z-index: 1000;}
.respoinve-nav-list li a{ padding: 20px 30px; border-bottom: 1px solid rgba(255,255,255,0.1);}
.respoinve-nav-list li a:hover{ background: rgba(0,0,0,0.1);}
.respoinve-nav-list > li:last-child > a{ border-bottom: 0;}
.respoinve-nav-list li ul{ margin: 0 0 0 30px;}
.respoinve-nav-list li ul li a{ padding: 15px; margin: 0 0 0 30px;}
.responsive-btn{ display: block; padding: 10px 0; position: absolute;  z-index: 1; left: 0;top: 2px;font-size: 30px;}
.responsive-btn{ /*! display: none; */}

/* Logo */
.logo{ float: left;}

/* Navigation */
.navigation{ float: right; margin: 10px 0 0 0;}
.navigation > ul > li{ float: right; position: relative;padding: 10px 0 22px 0;}
.navigation > ul > li.dropdown-icon::before { 
  content: "";    
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: calc(50% - 3px);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #29aeb9;
  z-index: 200;
  transition: all .3s ease;
  opacity: 0;
}
.navigation > ul > li:first-child::before{ }
.navigation > ul > li > a{ font-size: 13px; color: #fff; text-transform: uppercase;  text-align: center; padding: 30px 5px 0 20px;
/*! position: relative; */
font-weight: 600;
}

.navigation > ul > li > a:hover {
  color: #1F5164;
}
.navigation > ul > li a i{ position: absolute; top: 0; left: 50%; font-size: 16px; margin: 0 0 0 -10px; color: #636363;}
.navigation > ul > li > a::before{ content: ""; position: absolute; left: 0; height: 100%; width: 100%; bottom: 0; border-bottom: 4px solid; visibility: hidden; opacity: 0;}
.navigation > ul > li.active a::before{ visibility: visible; opacity: 1;}

/* Dropdown */
.navigation ul li > ul{ list-style: none; margin: 0; padding: 0 0 0 15px; top: 185px; right: 0; position: fixed; width: 100%; 
visibility: hidden;  background: #202020e6; z-index: 100; 
height: 0;
overflow: hidden;
}
.navigation ul li ul li{ position: relative; float: right; /*! border-bottom: 1px solid #cec1ff; */}
.navigation ul li ul li:last-child{ border: 0;}
.navigation ul li ul li a{ width: 100%; position: relative; color: #fff; padding: 10px 25px 10px 0; font-size: 13px;  text-transform: uppercase; text-transform: capitalize; text-align: right;display: block;overflow: hidden;} 
.navigation ul li ul li a:hover{ color: #0ac0d9;}
.navigation ul li ul li a::before{ z-index: -1; content: "\f100"; position: absolute; right: -12px;   top: 4px;font-family: FontAwesome;background: transparent;font-size: 20px;color: #0ac0d9;}
.navigation ul li ul li a:hover::before{ right: 10px;}
.navigation ul li ul li .mega-dropdown a{ padding: 0;}
.navigation ul li.dropdown-icon > a::after{ content: "\f107"; font-family: fontawesome; position: absolute; margin: 0 5px 0 0;top: calc(50% - 14px);left: 8px;}
.navigation ul li ul li.dropdown-icon > a::after{ content: "\f105"; margin: 0 0 0 40px;} 
.navigation ul li ul li a i{ color: #666; position: absolute; right: 10px; top: 50%; margin: -7px 0 0;}
.navigation ul li:hover > ul{ visibility: visible;  height: 40px;}
/* Sub Menu */
.navigation ul li > ul li ul{ left: 110%; top: 0!important;}
.navigation ul li ul li:hover > ul{ visibility: visible; opacity: 1; left: 100%;}

/* Maga Dropdown */
.mega-dropdown-wrapper{ position: relative;}
.mega-dropdown-holder{ position: initial!important;}
.mega-dropdown-holder > ul{ width: 100%!important; top: 80px!important; left: 0;
-webkit-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);
-moz-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);
box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);}
.mega-dropdown-holder:hover > ul{ top: 95px!important;}
.mega-dropdown{ padding: 50px 30px 30px; background: #fff;
-webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.12);
-moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.12);
box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.12);}
.categories-list h6{ font-weight: bold; text-transform: uppercase;} 
.categories-list a{ margin: 0 0 10px; display: block; padding: 0; text-align: left;
text-transform: capitalize; font-size: 12px;}
.categories-list a:last-child{ margin: 0;}
.mega-dropdown .s-product{ text-align: center;}
.mega-dropdown .s-product .s-product-img{ margin: 0 0 10px;}
a.live-icon {
  padding-left: 40px !important;
  background-image: url('/files/toranj/icons/live-icon.png');
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: 0px 30px;
}
.navigation ul > li:hover:before {
  border-width: 8px;
  opacity: 1;
  bottom: 0;
}
.top-links li {
  display: inline-block;
  margin-right: 5px;
}
.top-links {
  text-align: left;
}

.top-links li a {
  /*! background: #0ac0d9; */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}

.top-links li i {
  margin-top: 5px;
  font-size: 18px;
}
.top-option-links {
  padding: 15px 5px 0px 15px;
}
.m-0 {
  margin: 0;
}

.top-menu {
  padding-left: 15px;
  position: relative;
  padding-right: 15px;
}
.top-links a:hover {
  /*! background: transparent; */
  color: #1F5164;
  border-color: #1F5164;
}

header {
  /*! background-image: url('/files/toranj/icons/header-bg.png'); */
  background-size: 100%;
  background-repeat: no-repeat;
}

.date-wrapper {
  padding: 5px 0;
}

.top-sologan:before, .top-sologan:after {
  content: " ";
  display: table;
  clear: both;
}

.top-sologan .sologan-wrapper {
  float: right;
}

.top-sologan .color-row.top {
  float: left;
  width: calc(100% - 200px);
  margin-top: 10px;
}

.color-row {
  background: linear-gradient(to right, #feff00, red, #0ebfd8, gold, red, #08c1da);
  height: 3px;
}

a {
  color: #0ac0d9;
  transition: all .3s ease;
}

.sologan-wrapper a {
  font-size: 14px;
  font-weight: 600;
}

.social-network li {
  display: inline-block;
}

.social-network li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #29445f;
  text-align: center;
  color: #fff;
}

.social-network li i {
  margin-top: 8px;
  font-size: 18px;
}

.social-network li a:hover {
  background: #22313f;
}

.title-part {
  position: relative;
  border-bottom: 2px solid #6f0062;
  margin: 20px 0;
}

.title-part h4 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 9px;
  color: #6f0062;
  font-weight: 900;
}

.title-part h4:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #6f0062;
}


.title-part .title-nav {
  width: 80%;
  text-align: left;
  position: absolute;
  top: 5px;
  left: 0;
}

.title-part .title-nav .dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
}

.blue {
  background: #01C4CA;
  color: #fff;
}
.red {
  background: #fd2d6c;
}

.title-part .title-nav .scaffold {
  display: inline-block;
  width: calc(100% - 56px);
  height: 4px;
  background: linear-gradient(to right, #0cc0dc, rgb(8, 194, 224), rgba(0, 0, 255, 0));
  vertical-align: middle;
}

.title-part .title-text  {
  font-size: 18px;
  font-weight: 700;
}
.pb-30 {
  padding-bottom: 30px;
}

.title-btn {
  position: relative;
  margin-bottom: 5px;
}

.title-btn:after {
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 2;
  height: 2px;
  background-color: #1f5164;
  right: 0;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
}

.scaffold-single div {
  display: inline-block;
}

.scaffold-single .dot {
  width: 5px;
  height: 5px;
}

.scaffold-single .scaffold {
  width: calc(100% - 30px);
  height: 5px;
  background: linear-gradient(to right, #0cc0dc, rgb(8, 194, 224), rgba(0, 0, 255, 0));
}

.scaffold.right {
  background: linear-gradient(to left, #0cc0dc, rgb(8, 194, 224), rgba(0, 0, 255, 0));
}

.orange {
  /*! background: #FFC107; */
}
.mt-10 {
  margin-top: 10px;
}
.two {
  margin-top: -19px;
}

.pb-60 {
  padding-bottom:  60px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}
.last-news .TitleNews {
  position: relative;
  padding: 5px 0;
}

.last-news .TitleNews:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, transparent, #d0d0d0, #c0c0c000);
  display: block;
  box-shadow: 0px -1px 5px 1px #fff;
}

.last-news .news-row:last-child .TitleNews:after {
  display: none;
}

.gallery-photo-img {
  height: 142px;
  background-size: cover;
}

.custom-news-item {
  position: relative;
}

.custom-news-item:hover .custom-news-title{
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

.custom-news-title {
  width: 100%;
  padding: 5px 0;
  text-align: justify;
}

.custom-news-title a{
  color: #222;
  font-weight: 500;
}

.color-bottom {
  height: 30px;
}

.color-bottom.even {
  background: #E8682B;
}

.color-bottom.odd {
  background: #333;
}
.carousel-custom-news .owl-dots ,.owl-gallery .owl-dots{
  position: absolute;
  right: 0;
  bottom: 0;
}

.carousel-custom-news , .owl-gallery{
  position: relative;
  padding-bottom: 30px;
}

.carousel-custom-news .owl-dots span {
  margin: 5px 2px !important;
}

.carousel-custom-news .owl-dot.active span ,.owl-gallery .owl-dot.active span{
  background: #E8682B !important;
}

.last-news-title {
  padding: 8px 0;
  border-bottom: 1px solid silver;
  position: relative;
}

.last-news-title a {
  display: block;
  position: relative;
  padding-right: 15px;
  color: #333;
  font-size: 14px;
}

.last-news-title a:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url('/files/pr/icons/chevron--48.png');
  background-size: cover;
}

.tv-channel-news .imgNews {
  position: relative;
}

.tv-channel-news .channel-logo {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -24px;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
}

.news-single-item:before, .news-single-item:after {
  content: " ";
  display: table;
  clear: both;
}

.news-single-item .single-detail-img {
  width: 40%;
  float: right;
}

.news-single-item .news-single-text {
  float: right;
  width: 60%;
  padding-right: 30px;
}

.radio-first-item:before, .radio-first-item:after {
  content: " ";
  display: table;
  clear: both;
}

.radio-first-item .radio-news-img {
  height: 143px;
  width: 220px;
  background-size: cover;
  float: right;
  background-repeat: no-repeat;
}

.radio-first-item .radio-news-text {
  width: calc(100% - 220px);
  padding-right: 15px;
  float: right;
  text-align: justify;
  line-height: 24px;
  font-size: 13px;
}

.radio-news-item .radio-news-img {
  height: 119px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.radio-news-item {
  width: 25%;
  float: right;
  padding-left: 15px;
  text-align: justify;
  color: #fff;
}

.radio-first-item {
  background: linear-gradient(to left, #cee7ff, #f4f7ff, #fff);
  margin: 0 -30px 14px -30px;
  padding-left: 30px;
  color: #333;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #f6f7ff;
}

.radio-news:before, .radio-news:after {
  content: " ";
  display: table;
  clear: both;
}

.citizen-item a {
  color: #333;
}
.radio-news-part {
  background: #F6F7FF;
  padding: 30px 30px 10px;
  position: relative;
  box-shadow: 1px 1px 3px 0px #949494;
  transition: all .3s ease;
}

.radio-news-part .title-btn {
  position: absolute;
  top: -30px;
  right: 10px;
}

.tv-channel-news {
  /*! background: #ff8700; */
  color: #333;
  padding-top: 15px;
  position: relative;
  background-image: url('/files/pr/backgrounds/tvbg.png');
  background-size: 100% auto;
  box-shadow: 1px 4px 5px 3px #525252;
  background-attachment: fixed;
}

.mb-60 {
  margin-bottom: 60px;
}

.radio-news-text h4 {
  font-size: 16px;
  font-weight: 400;
}

.radio-first-item .radio-news-text h4 {
  font-size: 18px;
}

.radio-news-text a {
  color: #333;
}

.radio-first-item .radio-news-date {
  text-align: left;
}


.state-news-wrapper:before, .state-news-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.state-news-item {
  width: 50%;
  float: right;
  padding: 0 15px;
  text-align: justify;
}

.state-news-item .state-news-text h4 {
  font-size: 14px;
  font-weight: bold;
}

.state-news-item .state-news-text a {
  color: #fff;
}

.state-news {
  position: relative;
  background: #74041a;
  padding: 30px 15px;
  color: #fff;
}

.state-news .title-btn {
  position: absolute;
  top: -18px;
  right: 30px;
}
.back-wrapper {
  height: 90px;
  background: #defcfc;
  margin-left: -15px;
  margin-right: -15px;
}

.back-wrapper.cell1 {
  margin-top: 22px;
}

.back-wrapper.cell2 {
  margin-top: 127px;
}

.state-news-text .state-news-date {
  display: none;
}
.national-news-part {
  background: #F6F7FF;
  /*! margin-top: 60px; */
  position: relative;
}
.national-news {
  padding: 30px 30px 10px;
}

.national-news .radio-first-item {
  /*! background: #E9E9E9; */
}

.national-news-item {
  width: 33%;
  float: right;
  padding-left: 15px;
  text-align: justify;
  color: #fff;
}

.national-news-item .radio-news-img {
  height: 130px;
  background-size: cover;
}

.national-news-part .title-btn {
  position: absolute;
  top: -18px;
  right: 30px;
}

.image-part ,.video-part ,.form{
  background: #F6F7FF; 
  position: relative;
  padding: 15px;
}

.your-news{
  position: relative;
  padding: 30px;
}

.your-news .title-btn a {
}

.image-part .title-btn a ,.video-part .title-btn a ,.form .title-btn a{
  position: absolute;
  top: -18px;
  right: 30px;
  background-color: #B0BEC5;
  /*! border-radius: 3px; */
}

.gallery-tabs-contents {
  padding: 30px;
}

.gallery-photo:before, .gallery-photo:after, .gallery-film:before, .gallery-film:after {
  content: " ";
  display: table;
  clear: both;
}

.photo-gallery-content .gallery-photo-frame, 
.video-gallery-contents .gallery-photo-frame {
  width: 33.33%;
  float: right;
  padding: 0 3px;
}

.gallery-photo-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}

.gallery-photo-item .gallery-photo-title {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  overflow: hidden;
  opacity: 0;
  transition: all .3s ease;
  text-align: center;
  padding: 5px 5px;
  background: rgba(5, 1, 24, 0.7);
}

.gallery-photo-item:hover .gallery-photo-title {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
}

.gallery-tabs {
  position: absolute;
  top: -18px;
  right: 30px;
}

.gallery-photo-frame a {
  color: #fff;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #fff;
  padding: 10px 5px 5px 5px;
  font-size: 13px;
}

.video-player {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: rgba(3, 1, 8, 0.7);
  top: 0;
}

.video-player.in {
  display: block;
}

.video-player-wrapper {
  width: 50%;
  margin: 0 auto;
}

.video-container {
  position: relative;
}

.video-container i {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}

.fp-player > a {
  height: 0 !important;
  overflow: hidden;
  color: transparent;
  opacity: 0;
}

.last-news-wrapper {
}

.scroll-light {
  /*! direction: ltr; */
  /*! padding-right: 15px; */
}

.mCSB_container {
  direction: rtl;
}
.logo-title .logo  {
  width: 100px;
  float: right;
}

.logo-title .top-header-title {
  float: right;
  margin-right: 60px;
}

.logo-title:after, .logo-title:before {
  content: " ";
  display: table;
  clear: both;
}

.logo-title {
  position: relative;
  padding: 15px 15px;
  background-image: url('/files/toranj/icons/bg-gray.jpg');
  background-size: auto 100%;
}

.top-header-title img {
  height: 120px;
}

.top-header-label {
  background: #29AEB9;
  color: #fff;
  /*! padding: 2px 0; */
  font-size: 13px;
}

.top-ul-link li {
  display: inline-block;
  padding: 7px 10px;
}

.top-ul-link li a {
  color: #fff;
}

.top-ul-link li:first-child {
  padding-right: 0;
}

.menu-wrapper {
  /*! padding-bottom: 5px; */
  /*! box-shadow: 0px 0px 4px 2px silver; */
  /*! margin-bottom: 15px; */
  transition: all .3s ease;
  top: -100px;
  /*box-shadow: 1px 4px 4px 2px rgba(50, 50, 50, 0.28);*/
}

.tv-channel-news a {
  color: #fff;
}

.last-n-tooltip {
  position: absolute;
  top: -10px;
  right: -690px;
  background: #2c3e50;
  display: none;
  width: 675px;
  z-index: 10;
  padding: 15px 10px 15px 10px;
  /*! border: 1px solid #fdfdff; */
  box-shadow: 2px 2px 3px 0px #757575;
  color: #fff;
}

.last-news-title:hover .last-n-tooltip {
  display: block;
}

.tooltip-img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 70px;
  width: 100px;
  background-color: #333;
  float: right;
}

.tooltip-lead {
  width: calc(100% - 100px);
  float: right;
  padding-right: 10px;
}

.top-slogan-logo {
  float: left;
}

.top-slogan-logo img {
  width: 250px;
  margin-top: 15px;
}

.top-news-view:before, .top-news-view:after {
  content: " ";
  display: table;
  clear: both;
}

.top-news-view .social-share, 
.top-news-view .news-agency-title, 
.top-news-view .other-agency {
  float: right;
  position: relative;
}

.top-news-view .social-share {
  width: 150px;
  border-right: 1px solid silver;
  text-align: center;
  color: #1f5164;
}

.top-news-view .news-agency-title {
  width: calc(100% - 300px);
}

.top-news-view .other-agency {
  width: 150px;
  border-left: 1px solid silver;
  text-align: center;
  position: relative;
}
.middle-bg {
  /*! background-image: url('/files/pr/icons/bg-gray-200.jpg'); */
  background-repeat: repeat;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 0;
  /*! background-color: #F7FCFC; */
}

.social-wrapper {
  background: #34495E;
  padding: 10px 0;
}

.top-news-view {
  padding: 10px 0;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 30px;
}

.newsarchive-link {
  text-align: center;
}

.news-agency-wrapper {
  position: absolute;
  width: 200px;
  right: -300px;
  top: 41px;
  background: #fff;
  z-index: 10;
  text-align: right;
  border-left: 1px solid silver;
  padding: 15px;
  transition: all .4s ease;
}

.agency-item a {
  color: #eee;
}

.agency-item {
  padding: 5px;
  text-align: center;
}

.overflow-hide {
  overflow: hidden;
}

.container-innerpage.agin .news-agency-wrapper {
  right: 0;
}

.container-innerpage.agin .news-container-eff {
  margin-right: 230px;
  width: 100%;
  opacity: .4;
}

.news-container-eff {
  transition: all .4s ease;
}

.news-top-options:before, .news-top-options:after {
  content: " ";
  display: table;
  clear: both;
}

.news-prev {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 20px;
  min-height: 30px;
}

.newsarchive-link {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-weight: 600;
}
.news-next {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 20px;
  min-height: 30px;
}
.newsarchive-roll2 {
  transition: all .3s ease;
  color: #1f5164;
}
.newsarchive-link:hover .newsarchive-roll2 {
  margin-top: -30px;
}

.social-share .dropdown-menu {
  padding: 10px;
  border-radius: 0;
  top: 38px;
  left: 0;
  right: auto;
  border: 1px solid silver;
}

.social-share li {
  padding: 10px 10px;
  border-bottom: 1px solid silver;
}

.social-share li:last-child {
  border: none;
}

.social-share li a {
  color: #333;
}

.tooltip-header {
  background: #29aeb9;
  margin-bottom: 5px;
  padding: 10px 10px 10px 10px;
  color: #fff;
  position: relative;
  padding-left: 60px;
}

.tooltip-date {
  font-size: 11px;
  background: #e62424;
  position: absolute;
  padding: 5px 10px;
  top: 7px;
  left: -5px;
}

.tv-channel-news .news-lead {
  font-size: 12px;
}

.tv-channel-news .TitleNews a {
  font-weight: bold;
}

.title-btn a {
  position: relative;
  height: 35px;
  line-height: 35px;
  text-transform: capitalize;
  font-size: 17px;
  z-index: 2;
  padding: 0 20px;
  color: #fff;
  display: inline-block;
}

.pohoto-slider {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #03010fcc;
  z-index: 100;
  color: #fff;
  display: none;
}

.pohoto-slider.in {
  display: block;
}

.slider-frame {
  width: 50%;
  margin: 0 auto;
}

.photo-container {
  position: relative;
  height: 100%;
  padding-top: 70px;
}

.photo-container i.fa-window-close {
  position: absolute;
  font-size: 25px;
  top: 30px;
  right: 30px;
}

.slider-frame .gallery-photo-title {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
}

.slider-frame .gallery-photo-title a {
  color: #fff;
}

.slider-frame .gallery-photo-img {
  height: 600px;
}

.pohoto-slider .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  top: calc(50% - 15px);
  font-size: 40px;
}

.pohoto-slider .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  top: calc(50% - 15px);
  font-size: 40px;
}

#agnbtn{
	color: #1f5164;
}

.social-share{
	cursor: pointer;
}

.slider-selected-news {
  position: relative;
  box-shadow: 2px 3px 3px 1px #909090;
}

.selected-news-nav {
  border-top: 1px solid #fff;
}

.selected-nav-img {
  border-left: 1px solid #fff;
}

.selected-item-holder {
  position: relative;
  overflow: hidden;
}

.slider-nav-text {
  position: absolute;
  top: 100%;
  color: #fff;
  z-index: 10;
  right: 0;
  padding: 10px 10px;
  transition: all .3s ease;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.selected-item-holder:hover .slider-nav-text {
  top: 0;
}

.slider-nav-text h4 {
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  margin: 0;
}

.overlay-cover {
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 200px;
  height: 200px;
  background-color: rgba(8, 1, 47, 0.8);
  z-index: 1;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.39,0.575,0.56499,1);
  -moz-transition: all 0.5s cubic-bezier(0.39,0.575,0.56499,1);
  -ms-transition: all 0.5s cubic-bezier(0.39,0.575,0.56499,1);
  -o-transition: all 0.5s cubic-bezier(0.39,0.575,0.56499,1);
  transition: all 0.4s cubic-bezier(0.39,0.575,0.56499,1);
  -webkit-transform: scale(0) translateZ(0);
  -moz-transform: scale(0) translateZ(0);
  -ms-transform: scale(0) translateZ(0);
  -o-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  background-color: rgba(8, 0, 18, 0.6);
}

.overlay-hover:hover .overlay-cover {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(5) translateZ(0);
  -moz-transform: scale(5) translateZ(0);
  -ms-transform: scale(5) translateZ(0);
  -o-transform: scale(5) translateZ(0);
  transform: scale(5) translateZ(0);
}

.selected-for-item {
  position: relative;
}

.slider-for-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(8, 0, 18, 0.4);
  color: #fff;
  padding: 10px 15px 10px 80px;
}

.slider-for-text h4 {
  font-size: 18px;
  font-weight: bold;
}

.slider-for-text .selected-for-lead {
  font-size: 14px;
}

.selected-news-nav .slick-next {
  
  right: auto;
  left: 5px;
  top: -30px;
  width: 30px;
}

.selected-news-nav .slick-prev {
  
  top: -30px;
  left: 40px;
  width: 30px;
  right: auto;
}

.selected-news-nav .slick-arrow:before {
  font-size: 30px;
}

.slick-current .overlay-cover {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(5) translateZ(0);
  -moz-transform: scale(5) translateZ(0);
  -ms-transform: scale(5) translateZ(0);
  -o-transform: scale(5) translateZ(0);
  transform: scale(5) translateZ(0);
}

.slick-current .slider-nav-text {
  top: 0;
}

.write-color {
  /*! background: #7986CB; */
}

.note-great {
  background:  #F6F7FF;
  padding: 15px;
  position: relative;
  color: #333;
}

.note-great .title-btn {
}

.writer-slider-item:before, .writer-slider-item:after {
  content: " ";
  display: table;
  clear: both;
}

.writer-slider-img {
  width: 26%;
  float: right;
}

.writer-slider-text {
  width: 60%;
  float: right;
  padding: 0 10px;
}

.writer-slider-text h4{
  margin-top: 0
}

.writer-slider-text a {
  color: #333;
}

.writer-slider-text h4 {
  font-size: 14px;
  line-height: 22px;
}

.writer-slider-text p {
  font-size: 13px;
}

.tv-news-lead {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  transition: all .3s ease;
  z-index: 10;
  padding: 15px;
}

.overlay-hover:hover .tv-news-lead {
  top: 0;
}

.tv-channel-wrapper .news-row {
  padding-top: 30px;
  min-height: 270px;
}

.tvnews-item-wrap {
  padding: 5px;
  min-height: 230px;
  background: rgba(12, 5, 71, 0.51);
}

.tv-news-title {
  padding: 15px 0 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.overlay-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  top: 100%;
  transition: all .3s ease;
  z-index: 10;
}

.overlay-hover:hover .overlay-text {
  top: 0;
}

.overlay-text a {
  color: #fff;
  font-size: 13px;
}

.state-news-img {
  position: relative;
  overflow: hidden;
}

.last-news-item:first-child .last-news-title {
  padding-top: 0;
}

.body-container.fix-menu .menu-wrapper {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  background: #fff;
}

.body-container.fix-menu header {
  padding-top: 58.5px;
}

.preload {
  position: fixed;
  background: #F4FBFB;
  width: 100%;
  height: 100%;
  z-index: 100000;
  text-align: center;
  padding-top: 15%;
}

.tv-channel-news .title-btn {
  position: absolute;
  top: -22px;
  right: 30px;
  z-index: 5;
}

.banner-item {
  position: relative;
  box-shadow: 1px 1px 3px 2px #a0a0a0;
  transition: all .3s ease;
}

.banner-item:hover {
  box-shadow: none;
}

.banner-item .banner-text {
  position: absolute;
  bottom: 0;
  width: 70%;
  top: 10%;
  padding: 15px 30px;
  color: #fff;
}

.banner-text h4 {
  font-size: 30px;
  font-weight: bold;
}

.banner-text .banner-desc {
  font-size: 18px;
}

.total-linked {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.selected-for-img {
  height: 424px;
  background-size: cover;
  background-repeat: no-repeat;
}

.selected-for-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.events-slider-item {
  position: relative;
  padding-top: 40px;
}

.events-item-img {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.events-item-date {
  position: absolute;
  top: 70px;
  left: 0px;
  background: #b1b404;
  color: #fff;
  /*! padding: 5px 10px; */
  /*! border-radius: 3px; */
  transition: all .3s ease;
}

.events-slider-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.events-item-title {
  transition: all .3s ease;
  padding: 15px 0 0 0;
  text-align: center;
}

.events-item-title a {
  color: #fff;
  display: block;
  height: 100%;
}

.events-slider-item:hover .events-item-date {
  top: 0;
  left: 40%;
}

.events-container {
  background: #07437E;
  padding: 30px;
  position: relative;
  /*! overflow: hidden; */
  box-shadow: 2px 2px 5px 2px black;
}

.events-wrapper {
  overflow: hidden;
}

.event-color {
}

.note-great-wrapper .owl-nav {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 60px;
}

.note-great-wrapper .owl-next, .note-great-wrapper .owl-prev {
  float: left;
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #909090;
  border-radius: 50%;
  margin-right: 5px;
  /*! background: #d189f8; */
  color: #333;
}

.note-great-wrapper .owl-nav i {
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
}

.preload.out {
  display: none;
}

.item-1 .events-item-date {
  background: #0e7c85;
}

.item-2 .events-item-date {
  background: #c60548;
}

.item-3 .events-item-date {
  background: #40af40;
}
.item-4 .events-item-date {
  background: #e18306;
}

.item-5 .events-item-date {
  background: #20ab9d;
}

.item-6 .events-item-date {
  background: #8c3ad8;
}

.agencies-container .write-news {
  background: #00ACC1;
}

.write-news .breadcrumb {
  background: #00ACC1;
}
.write-news .breadcrumb a {
  color: #fff;
}
.agencies-container .event-agency {
  background: #1E88E5;
}



.events-item-date div {
  display: inline-block;
  padding: 4px 6px;
}
.event-agency .breadcrumb {
  background: #1E88E5;
}

.event-agency .breadcrumb a {
  color: #fff;
}

.modulecontainer {
  margin-top: 30px;
}

.news-widget.widget-show-news {
  padding: 15px;
  box-shadow: 1px 1px 2px 1px #9e9e9e;
}

.gallery-selection {
  margin-top: 30px;
}

.gtype-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 5px solid orange;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: block;
  color: orange;
  box-shadow: 1px 1px 5px 1px #000;
  background: #242424;
  text-align: center;
}

.tv-gallery-box:before, .tv-gallery-box:after {
  content: " ";
  display: table;
  clear: both;
}

.tv-gallery-box {
  padding-bottom: 10px;
  padding-top: 10px;
  padding: 10px;
  box-shadow: 1px 1px 5px 1px #000;
  background: #242424;
  margin-bottom: 20px;
  transition: all .3s ease;
}

.tv-gallery-box .tv-gallery-img {
  width: 40%;
  float: right;
}

.tv-gallery-box .tv-gallery-info {
  float: right;
  width: 60%;
  padding: 0 10px;
  line-height: 25px;
}

.tv-gallery-box .tv-gallery-img img {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  max-height: 150px;
}

.tv-gallery-info a {
  color: #eee;
}

.tv-gallery-info a:hover {
  color: #0ac0d9;
}

.tv-gallery-info .tv-gallery-title {
  font-size: 16px;
  font-weight: 600;
}

.gtype-more {
  text-align: center;
}
.gtype-more a {
  box-shadow: 0px 0px 2px 1px #000;
  padding: 5px 60px;
  background: #242424;
}

.gtype-more a:hover {
  background: #0ac0d9;
  color: #fff;
}

.tv-gallery-box:hover {
  box-shadow: 0px 0px 3px 1px orange;
}

.color-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  border-radius: 50%;
}

.events-slider-item:hover .color-shadow {
  left: 100%;
  top: -50%;
}

.item-1 .color-shadow {
  background: linear-gradient(to top, rgba(14, 124, 133, 0), rgba(14, 124, 133, 0.3), rgba(14, 124, 133, 0.6), rgba(14, 124, 133, 0.2), rgba(14, 124, 133, 0));
}

.item-2 .color-shadow {
  background: linear-gradient(to top, rgba(198, 5, 72, 0), rgba(198, 5, 72, 0.3), rgba(198, 5, 72, 0.6), rgba(198, 5, 72, 0.2), rgba(198, 5, 72, 0));
}

.item-3 .color-shadow {
  background: linear-gradient(to top, rgba(64, 175, 64, 0), rgba(64, 175, 64, 0.3), rgba(64, 175, 64, 0.7), rgba(64, 175, 64, 0.3), rgba(64, 175, 64, 0));
}

.item-4 .color-shadow {
  background: linear-gradient(to top, rgba(225, 131, 6, 0), rgba(225, 131, 6, 0.3), rgba(225, 131, 6, 0.7), rgba(225, 131, 6, 0.3), rgba(225, 131, 6, 0));
}

.item-5 .color-shadow {
  background: linear-gradient(to top, rgba(32, 171, 157, 0), rgba(32, 171, 157, 0.3), rgba(32, 171, 157, 0.7), rgba(32, 171, 157, 0.3), rgba(32, 171, 157, 0));
}

.item-6 .color-shadow {
  background: linear-gradient(to top, rgba(140, 58, 216, 0), rgba(140, 58, 216, 0.4), rgba(140, 58, 216, 0.8), rgba(140, 58, 216, 0.3), rgba(140, 58, 216, 0));
}

.tag-container {
  display: block;
}

.tag-container:before, .tag-container:after {
  content: " ";
  display: table;
  clear: both;
}

.tag-container li {
  width: 50%;
  display: block;
  float: right;
  margin-bottom: 20px;
  padding: 0 0 0 22px;
}

.tag-container a {
  border: 1px solid silver;
  padding: 5px 10px 5px 10px;
  display: block;
  position: relative;
  color: #333;
}

.tag-container a:hover {
  background: #333;
  color: #fff;
}

.tag-container a:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url('/files/pr/icons/icons8-tags-96.png');
  background-size: cover;
  left: -22px;
  bottom: -21px;
  transition: all .3s ease;
}

.tag-container a:hover:before {
  transform: rotate(-30deg);
  left: -14px;
}

.events-item-date .year {
  background: #333;
  border-right: 1px solid #fff;
}

.top-menu-frame {
  position: relative;
  background-color: #29AEB9;
}

.top-menu-frame {
  height: 63px;
}

.citizen-modal {
  position: absolute;
  left: 0;
  top: 64px;
  width: 100%;
  background: #fff;
  border: 1px solid silver;
  padding: 15px;
  opacity: 1;
  z-index: 20;
  transition: all .3s;
}

.citizen-modal.hovered {
  top: 50px;
  display: none;
}

.citizen-wrapper:before, .citizen-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.citizen-item {
  width: 33.33%;
  float: right;
  text-align: center;
  font-size: 12px;
}

.right-side > section {
  transition: all .3s ease;
  box-shadow: 1px 1px 3px 0px #949494;
}

.right-side > section:hover, .right-side .radio-news-part:hover {
  box-shadow: 2px 2px 3px 1px #949494;
}

.states-news-part {
  background: #F6F7FF;
  /*! margin-top: 60px; */
  position: relative;
}

.states-news {
  padding: 30px 30px 10px;
}

.states-news-part .ostani-color {
  position: absolute;
  top: -18px;
  right: 30px;
}

.states-news .radio-first-item {
  /*! background: #E1E9ED; */
}

.articles-part, .report-gap {
  padding: 15px;
  position: relative;
  color: #333;
}

.articles-part {
  background: 
#F6F7FF; 
}

.report-gap {
  
  background: #F6F7FF;
}

.articles-part .owl-nav, .report-gap .owl-nav{
  position: absolute;
  top: -5px;
  left: 0px;
  width: 60px;
}

.articles-part .owl-next, 
.articles-part .owl-prev, 
.report-gap .owl-next, 
.report-gap .owl-prev {
  float: left;
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #909090;
  border-radius: 50%;
  margin-right: 5px;
  /*! background: #d189f8; */
  color: #333;
}

.articles-part .owl-nav i, .report-gap .owl-nav i {
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
}

.agencies-container .article-1 {
  background: #673AB7;
}
.article-1 .breadcrumb {
  background: #673AB7;
}
.social-media {
  text-align: right;
}

.agency-options {
  border: 1px solid silver;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0px 1px 2px 1px rgba(50, 50, 50, 0.28);
  padding: 4px 0;
  background: #f9f9f9;
}

.agency-child-btn, .agency-parent-btn {
  background: transparent;
  border: none;
  margin-top: 15px;
  color: #1f5164;
}

.parent-agensies {
  text-align: right;
}

.title-agency {
  text-align: center;
}

.title-agency h4 {
  color: #1F5164;
  font-size: 25px;
  margin: 4px 0 10px 0;
  font-weight: 600;
  position: relative;
  padding-right: 60px;
  text-align: right;
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
}
.childs-agency {
  text-align: left;
}
.parent-agensies .dropdown-menu {
  right: 0;
  left: auto;
  top: 60px;
  border-radius: 0;
}

.childs-agency .dropdown-menu {
  top: 60px;
  border-radius: 0;
  right: auto;
  left: 0;
}

.agency-options .dropdown-menu {
  text-align: center;
  padding: 0;
  z-index: 10;
}

.agency-options .dropdown-menu a {
  display: block;
  padding: 5px 10px;
}

.agency-options a.article-1 {
  background: #673AB7;
}

.agency-options a.chanel-radio {
  background-color: #FFC107;
}

.agency-options a.chanel-tv {
  background-color: #FF9800;
}

.agency-options a.event-agency {
  background: #1E88E5;
}

.agency-options a.foreign-news {
  background-color: #689F38;
}

.agency-options a.ostani-chanel {
  background-color: #9E9D24;
}

.agency-options a.poeple-news {
  background-color: #26A69A;
}

.agency-options a.write-news {
  background: #00ACC1;
}

.agency-options .dropdown-menu a {
  color: #fff;
}

.agency-options .dropdown-menu a:hover {
  background: none;
}

.empty-agn a {
  color: #333 !important;
}



/***************************pagination***********************/

.pagination-wrap ul.pagination {
  box-shadow: 1px 2px 5px 1px #9a9a9a;
}



.pagination-wrap .pagination a {
  border-color: #E91010;
  color: #E91010;
}

.pagination-wrap .pagination a:hover {
  background: #FA5656;
  border-color: #E91010;
  color: #fff;
}

.pagination .active a {
  background: #E91010;
  border-color: #E91010;
  color: #fff;
}

.pagination .active a:hover {
  background: #E91010;
  border-color: #E91010;
}



/***************************pagination***********************/


.pagination li > a {
  padding: 10px 20px;
}

.childs-agency .btn.btn-default {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 10px;
  outline: none;
  color: #1F5164;
}

.preload-img {
  width: 100%;
  margin: 0 auto;
}

.item-link-icons {
  font-size: 12px;
  margin-top: 30px;
  color: #fff;
}
.item-link-icons .icon-link {
  width: 40px;
}

.item-link-icons .icon-item {
  width: 33.33%;
  float: right;
  text-align: center;
}

.item-link-icons:before, .item-link-icons:after {
  content: " ";
  display: table;
  clear: both;
}

.item-link-icons .icon-item p {
  margin-top: 5px;
}

.slider-circle {
  direction: ltr;
}

.social-network img.cloud9-item {
  width: 150px;
}

.sologan {
  width: 61%;
  margin: 0 auto;
}

.contact-us span {
  display: inline-block;
}

.contact-us span {
  width: calc(100% - 40px);
  vertical-align: middle;
}

.contact-us span.icon {
  margin-left: 10px;
  width: 25px;
  height: 25px;
  background-size: cover;
  vertical-align: top;
  font-size: 20px;
  color: #29aeb9;
}

.contact-us > div {
  margin-bottom: 15px;
}

.radio-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid silver;
  border-radius: 50%;
  vertical-align: middle; 
  margin-left: 5px;
  margin-right: 15px;
}

.radio-fc {
  display: none;
}

.radio-icon.selected {
  background: #82c882;
  border-color: #838383;
}

.top-link-group .top-ul-link {
  /*! padding-right: 22%; */
}

.tv-channel-news:before, .tv-channel-news:after {
  /*! content: ""; */
  position: absolute;
  background-size: cover;
  top: 0;
  height: 100%;
  width: 31%;
  z-index: 0;
}

.tv-channel-news:before {
  background-image: url('/files/pr/icons/kishLeft.png');
  left: 0;
}

.tv-channel-news:after {
  /*! background-image: url('/files/pr/icons/kishRight.png'); */
  right: 0;
}

.page-title h3 {
  border-bottom: 2px solid #06529e;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.page-title h3:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 150px;
  height: 5px;
  background-color: #06529e;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.overlay-hover .tv-news-img .tv-news-lead a{
  color: #fff;
}

.title-btn a:before {
  content: "";
  position: absolute;
  border-top: 8px solid #1f5164;
  border-left: 8px solid transparent;
  z-index: 1;
  left: -8px;
  width: 0;
  height: 0;
  top: 0;
}

.title-btn a:after {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  background-color: #1f5164;
}

.title-btn.radio-color:after {
  background: #ffab00; 
}
.radio-color {
  border-color: #f44336;
}
.title-btn.radio-color a:before {
  border-top: 8px solid #ffab00;
}

.title-btn.radio-color a:after {
  
  background: #ffab00;
}

.title-btn.ostani-color {
  /*! border-color: #9e9d24; */
  margin-top: 15px;
}


.title-btn.ostani-color:after {
  
  background: #605ca8;
}


.title-btn.ostani-color a:before {
  border-top: 8px solid #605ca8;
}

.title-btn.ostani-color a:after {
  
  background: #605ca8;
}

.title-btn.orange {
  border-color: #689f38;
  margin-top: 15px;
}

.title-btn.orange:after {
  
  background: #00796b;
}
.title-btn.orange a:before {
  border-top: 8px solid #00796b;
}

.title-btn.orange a:after {
  
  background: #00796B;
}

.title-btn.write-color {
  /*! border-color: #00acc1; */
}

.title-btn.write-color:after {
  
  background: #795548;
}

.title-btn.write-color a:before {
  border-top: 8px solid #795548;
}

.title-btn.write-color a:after {
  background: #795548;
}


.title-btn.article-btn {
  border-color: #1e88e5;
}

.title-btn.article-btn:after {
  
  background: #6a1b9a;
}
.title-btn.article-btn a:before {
  border-top: 8px solid #6a1b9a;
}

.title-btn.article-btn a:after {
  
  background: #6A1B9A;
}
.title-btn.tv-color {
  border-color: #ff9800;
  padding-top: 15px;
}

.title-btn.tv-color a:before {
  border-top: 8px solid #43a047;
}
.title-btn.tv-color a:after {
  
  background: #43a047;
}
.title-btn.your-news-a {
  border-color: #26a69a;
}

.title-btn.tv-color:after {
  background: #43a047;
}

.title-btn.your-news-a a:before {
  border-top: 8px solid #d81b60;
}

.title-btn.your-news-a a:after {
  background: #D81B60;
}

.title-btn.your-news-a:after {
  background: #d81b60;
}
.title-btn.event-color {
  border-color: #f00b0b;
  /*! background: #F7FCFC; */
  padding-top: 30px;
}

.title-btn.event-color a:before {
  background: #f00b0b;
}

.link-top-162 img {
  width: 90px;
  margin-top: 8px;
  margin-left: 5px;
}

.link-top-162 a:hover img {
  opacity: .7;
}

.user-name-welcome:before, .user-name-welcome:before {
  content: " ";
  display: table;
  clear: both;
}

.user-name-welcome {
  padding: 10px;
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  top: 55px;
  left: 0;
  text-align: center;
  min-width: 200px;
  z-index: 5;
  border: 1px solid silver;
}

.user-name-welcome .user-detail {
  margin-bottom: 10px;
}

.user-name-welcome .pannel-btn {
  border: 1px solid silver;
  padding: 3px 10px;
}

.user-name-welcome .pannel-btn a {
  color: #333;
  padding: 3px 10px;
}

.slogan-img {
  height: 66px;
  /*! display: none; */
}
.slogan-item {
  text-align: left;
}
.last-news {
  margin-top: 15px;
  margin-bottom: 15px;
}

.last-news .title-text {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.last-news .title-text:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f10303;
  
}

.user-icon {
  padding-top: 16px;
}

.user-icon a.uname {
  display: block;
  margin-top: 5px;
}
.user-icon a.top-icon {
  /*! background: #4782eb; */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}

.user-icon a:hover {
  background: transparent;
  color: #1F5164;
  border-color: #1F5164;
}

.user-icon i {
  margin-top: 5px;
  font-size: 18px;
}

.user-icon .login-message {
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}

.user-account {
  position: relative;
  padding-bottom: 16px;
}

.user-account:hover .user-name-welcome {
  display: block;
}
.null {
  display: none !important;
}


.rss-item-parent:before, .rss-item-parent:after {
  content: " ";
  display: block;
  clear: both;
}

.rss-item-parent {
  border-bottom: 1px solid silver;
  padding: 5px 0;
}
.has-child .item-parent-title {
  border-bottom: 1px solid silver;
  padding-left: 15px;
}
.has-child .rss-item-childes {
  padding-right: 30px;
}

.item-child-title {
  padding-right: 5px;
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid silver;
}

.item-child-title:last-child {
  border: none;
}

.item-child-title:before {
  /*! content: ""; */
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 30px;
  background: silver;
}

.rss-items i {
  font-size: 30px;
  color: orange;
  vertical-align: middle;
  margin-left: 5px;
}

.rss-items a {
  color: #333;
}

.login-box {
  max-width: 990px;
  margin: 0 auto;
}

.login-heading h4 {
  border-bottom: 1px solid silver;
  padding-bottom: 10px;
}

.ruser-reg-part .btn, .login-btn .primary-btn {
  background: #339f37;
  color: #fff;
  padding: 8px 60px;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  display: inline-block;
}

.login-part fieldset legend {
  border: none;
}

.item-divider .login-info {
  margin-top: 15px;
}

.ruser-reg-part {
  text-align: center;
  margin-top: 15px;
}
.login-btn {
  text-align: center;
}

.remember-me {
  text-align: center;
}

.login-box .page-viewer ul {
  list-style-type: circle; 
  padding-right: 15px;
}

.login-box .page-viewer p {
  margin: 5px 0;
}

.btn-holder .btn-success {
  padding: 8px 60px;
}

.last-news .title-text {
  color: #f10303;
}

.event-color a {
  color: #f00b0b;
}

.gap-title a:before {
  border-top: 8px solid #9e9d24;
}

.gap-title a:after {
  background: #9E9D24;
}

.gap-title:after {
  
  background: #9e9d24;
}

.photo-title a:before {
  border-top: 8px solid #263238;
}
.photo-title a:after {
  
  background: #263238;
}

.photo-title {
  border-color: #6f0062;
}
.photo-title:after {
  
  background: #263238;
}
.film-title a:before {
  border-top: 8px solid #263238;
}
.film-title a:after {
  
  background: #263238;
}
.film-title {
  border-color: #6f0062;
}

.film-title:after {
  
  background: #263238;
}
.form-error {
  color: #ea0303;
  margin-top: 10px;
  display: block;
}

.callout-danger {
  color: #d80000;
}

.callout-success {
  border-color: green;
  color: green;
  font-size: 15px;
}
.back-links {
  margin: 30px 0 30px 0;
}

.back-links a {
  color: #333;
  border: 1px solid green;
  width: 100%;
  display: block;
  padding: 5px 10px;
  text-align: center;
}

.back-links a:hover {
  background: green;
  color: #fff;
}

.album-wrap:before, .album-wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.album-wrap .album-item {
  width: 25%;
  float: right;
  padding: 0 10px;
  position: relative;
  margin-bottom: 20px;
}

.album-img {
  height: 200px;
  background-size: cover;
  background-color: #000;
  position: relative;
  transition: all .5s ease;
}

.album-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.album-title h4 {
  font-size: 14px;
  margin: 0;
  line-height: 22px;
}

.album-title {
  min-height: 60px;
  padding-top: 10px;
  text-align: center;
}

.album-desc {
  display: none;
}

.first-page .album-first-item .album-img {
  height: 400px;
  /*! width: 60%; */
  /*! float: right; */
}

.first-page .album-first-item:before, .album-first-item:after {
  content: " ";
  display: table;
  clear: both;
}

.first-page .album-first-item .album-details {
  padding: 10px 10px;
  position: absolute;
  bottom: 7px;
  left: 17px;
  right: 17px;
  top: 17px;
}
.first-page .album-item.album-first-item {
  float: right;
  width: 65%;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}


.first-page .album-item.album-first-item .item-album-wrap {
  box-shadow: 1px 1px 5px 1px #000;
  padding: 7px;
}
.pagination-wrap {
  text-align: center;
}

.reporter-item:before, .reporter-item:after {
  content: " ";
  display: table;
  clear: both;
}

.reporter-img {
  height: 98px;
  width: 26%;
  background-size: cover;
  float: right;
}

.reporter-details {
  float: right;
  width: 74%;
  padding: 0 10px 0 60px;
}

.reporter-details .reporter-title h4 {
  font-size: 14px;
}

.reporter-img a {
  display: block;
  height: 100%;
}

.live-icon {
  width: 35px;
  margin-left: 13px;
  margin-top: 14px;
}

.live-icon a {
  display: block;
}

.live-icon .wave1, .live-icon .wave2, .live-icon .wave3{
    fill: rgba(255, 255, 255, 0.93);
    opacity: 0;
    -webkit-animation: hideshow 1s infinite 0s ease-in-out ;
    animation: hideshow 1s infinite 0s ease-in-out ;
}
.live-icon .wave1
{

     -webkit-animation-delay:0.50s;
     animation-delay:0.50s;
}
.live-icon .wave2
{
      -webkit-animation-delay:0.60s;
      animation-delay:0.60s;
}
.live-icon .wave3
{
    -webkit-animation-delay:0.70s;
    animation-delay:0.70s;

}
@-webkit-keyframes hideshow {
      0% {
          opacity: 0;
      }
      25% { /* 3s for fade in */
          opacity: 1;
      }
      50% { /* roughly 10s for stay as-is */
          opacity: 1;
      }
      75% { /* 3s for fade out */
          opacity: 0;
      }

  }
@keyframes hideshow {
    0% {
        opacity: 0;
    }
    25% { /* 3s for fade in */
        opacity: 1;
    }
    50% { /* roughly 10s for stay as-is */
        opacity: 1;
    }
    75% { /* 3s for fade out */
        opacity: 0;
    }

}

.live-icon .st0 {
  fill:#A5A7AA;
}
.live-icon .st1 { 
  fill:#0DAE30;
  stroke:#009444;
  stroke-linejoin:round;
  stroke-miterlimit:10;
}
.live-icon .st2 {
  fill:#D71345;
  stroke:#BE1E2D;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
}
.live-icon .st3 {
  fill:none;
}
.live-icon .st4{
  fill:#FFF;
  stroke:#A7A9AC;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
}
.live-icon:hover .st4{
  fill:#FFFFFF;
}

.file-item:before, .file-item:after {
  content: " ";
  display: table;
  clear: both;
}

.file-icon {
  width: 150px;
  height: 100px;
  float: right;
  background-size: cover;
}

.sender-details {
  width: calc(100% - 150px);
  float: right;
  padding: 0 15px;
}

.file-item {
  margin-bottom: 15px;
  border-bottom: 1px solid silver;
  padding-bottom: 10px;
}

.video-sound {
  width: 100%;
}

.file-item.video-sound .file-icon {
  width: 25%;
  height: auto;
}

.file-item.video-sound .sender-details {
  width: 75%;
}

.video-sound.sound {
  max-height: 40px;
}

.club-loader .page-title {
  display: none;
}

.club-loader .page-view-panel > .row {
  display: none;
}

.club-loader .page-view-panel > .row:nth-child(2) {
  display: block;
}

.citizen-reporter-links {
  width: 67px;
  margin-top: 8px;
  margin-left: 0px;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
}

.citizen-reporter-links:hover img {
  opacity: .7;
}
.reporter-links {
  position: absolute;
  width: 200px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  top: 80%;
  transition: all .3s ease;
  display: none;
  border: 1px solid #dfdfdf;
}

.citizen-reporter-links:hover .reporter-links {
  display: block;
  top: 100%;
}

.citizen-reporter-links a {
  color: #333;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
}
.citizen-reporter-links li:last-child a {
  border-bottom: none;
}
.link-top-162 {
  max-width: 100px;
  margin-left: 7px;
  margin-top: 8px;
}

.link-top-162 svg path {
  fill: #fff;
}
.link-top-162 a:hover path {
  fill: #1f5164;
}
.link-top-162 a{
  display: block;
  line-height: 0;
}

.mypage-wrap .item-main {
  background: #E65100;
}

.mypage-wrap .item-mini-desc {
 background: #F57C00; 
}

.item-icon {
  background: #EF6C00;
}
.about-links a {
  color: #fff;
}
.file-item-view .image-view {
  width: 100%;
  height: 138px;
  background-size: cover;
}

.video-wrap video {
  width: 100%;
}

.picture-send .item-main {
  background: #9E9D24;
}

.picture-send .item-icon {
  background: #AFB42B;
}

.picture-send .item-mini-desc {
  background: #C0CA33;
}

.video-play .item-main {
  background: #558B2F;
}

.video-play .item-icon {
  background: #689F38;
}

.video-play .item-mini-desc {
  background: #7CB342;
}

.sound-play .item-main {
  background: #00695C;
}

.sound-play .item-icon {
  background: #00796B
}

.sound-play .item-mini-desc {
  background: #00897B;
}
.picture-send.h-eff {
  height: 200px;
}
.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}
.widget-your-files {
  background: #DCE775;
  padding: 15px 15px 10px 15px;
}

.club-file-text a {
  color: #333;
}
.club-file-text h4 {
  font-size: 14px;
  text-align: center;
}

.widget-your-files .club-file-desc {
  display: none;
}

.widget-your-files .image-view a {
  display: block;
  height: 100%;
}
.view-file-wrapp .user-desc-wrap {
  font-size: 17px;
  margin: 15px 0;
}

.widget-your-files {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
}

.question-name-wrap:before, 
.question-name-wrap:after, 
.answer-name-wrap:before, 
.answer-name-wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.question-icon, .answer-icon {
  width: 60px;
  float: right;
  height: 60px;
}

.question-name, .answer-name {
  width: calc(100% - 60px);
  float: right;
}

.question-icon-holder {
  background-image: url('/files/pr/icons/club/icons8-account-100.png');
  background-size: cover;
  width: 100%;
  height: 100%;
}

.question-wrapp {
  background: #15206f;
  color: #fff;
  height: 320px;
  border-left: 1px solid silver;
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
}

.question-item:before, .question-item:after {
  content: " ";
  display: table;
  clear: both;
}

.user-question {
  width: 50%;
  float: right;
  padding: 15px 10px 5px 10px;
  position: relative;
}

.answer-question {
  width: 50%;
  float: right;
  padding: 80px 10px 5px 10px;
  position: relative;
}


.answer-icon-holder {
  background-image: url('/files/pr/icons/club/icons8-registration-100.png');
  background-size: cover;
  height: 100%;
  width: 100%;
}

.question-item .twitch-date {
  text-align: left;
  color: #f73b5f;
  position: absolute;
  left: 20px;
  bottom: 15px;
}


.answer-text-wrap, .question-text-wrap {
  padding: 15px 10px 30px 10px;
  border: 1px solid silver;
  margin-top: 15px;
  border-radius: 5px;
}

.question-wrap.v-eff {
  height: 320px;
}
.test-wrap {
  position: absolute;
  left: 34%;
  border: 1px solid #fbff00;
  padding: 2px 15px;
  color: #fbff00;
  z-index: 10;
  top: 18px;
}

.test-wrap p {
  margin: 0;
}

.club-loader {
  padding: 15px 30px;
  margin-bottom: 30px;
  border: 1px solid gainsboro;
  background: #f4f4f4;
  box-shadow: 1px 1px 2px 1px silver;
}

.slider-for-text h4 a {
  color: #fff;
}

.club-show-file:before, .club-show-file:after {
  content: " ";
  display: table;
  clear: both;
}

.club-wfile-item {
  width: 25%;
  float: right;
  padding: 0 15px;
}

.club-show-file.image .item-img {
  height: 170px;
  background-size: cover;
}

.club-wrapper {
  position: relative;
}

.club-left-nav {
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
}

.club-right-nav {
  margin-right: 100px;
}

.club-show-file {
  margin-left: -15px;
  margin-right: -15px;
}

.wfile-item-view {
  max-height: 170px;
}

.main-path {
  fill: #FFFF00;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke: #0ac0d9;
}

.path1, .path2, .path3, .path4 {
  fill: rgba(255, 255, 255, 0.93);
  opacity: 0;
  -webkit-animation: hideshow 1s infinite 0s ease-in-out;
  animation: hideshow 1s infinite 0s ease-in-out;
  animation-delay: 0s;
}

.path1 {
  -webkit-animation-delay: 0.60s;
   animation-delay: 0.60s;
  fill: #00BCD4;
}
.path2 {
  -webkit-animation-delay: 0.60s;
   animation-delay: 0.60s;
  fill: #00BCD4;
}

.path3 {
  -webkit-animation-delay: 0.60s;
   animation-delay: 0.80s;
  fill: #80DEEA;
}

.path4 {
  -webkit-animation-delay: 0.60s;
   animation-delay: 0.80s;
  fill: #80DEEA;
}


.man-container {
  transition: all .3s ease;
  padding-bottom: 40px;
  position: relative;
}

.man-container.m-hover {
  margin-top: 50px;
}

.fix-menu .navigation ul li > ul.inner-ul {
  top: 63px;
}

.fix-menu .navigation ul li:hover > ul.inner-ul {
  top: 63px;
}

.type-icon {
  font-size: 30px;
  position: absolute;
  top: 0px;
  right: 22px;
}

.count-childs {
  /*! background: #ffe812; */
  /*! width: 20px; */
  /*! height: 20px; */
  text-align: center;
}
.count-childs .icon-wrap {
  padding-top: 3px;
}

.first-page .album-item.nav-item {
  width: 35%;
}
.first-page .nav-item .item-album-wrap:before, .nav-item .item-album-wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.first-page .nav-item .item-album-wrap {
  padding-bottom: 10px;
  padding-top: 10px;
  /*! border: 1px solid orange; */
  padding: 10px;
  box-shadow: 1px 1px 5px 1px #000;
  background: #242424;
}

.first-page .nav-item .item-album-wrap .album-img-wrap {
  width: 35%;
  float: right;
 
}

.first-page .nav-item .item-album-wrap .album-img {
   height: 105px;
}

.first-page .nav-item .item-album-wrap .album-details {
  width: 65%;
  float: right;
  padding: 0 10px 0 0;
}

.first-page .album-item.nav-item:nth-child(4) {
  /*! margin-bottom: 90px; */
}

.album-icons:before, .album-icons:after {
  content: " ";
  display: table;
  clear: both;
}

.album-icons > div {
  float: right;
}

.album-icons {
  border-top: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
  color: #fff;
  font-size: 13px;
  padding: 3px 0 5px 0;
}

.album-icons i {
  color: #FF8F00;
  font-size: 15px;
  vertical-align: middle;
}

.create-date {
  padding-top: 3px;
  float: right;
}

.count-childs {
  padding-top: 2px;
  float: left !important;
}


.first-page .album-first-item .type-icon {
  position: absolute;
  float: none;
  right: 10px;
  top: -8px;
}

.first-page .album-first-item .type-icon i {
  
  font-size: 30px;
}

.first-page .album-first-item .count-childs {
  position: absolute;
  bottom: 5px;
  left: 15px;
  padding: 3px 10px 5px 10px;
  margin: 0;
  border-radius: 10px;
}

.first-page .album-first-item .count-childs span:first-child{
  font-size: 15px;
  color: orange;
}

.first-page .album-first-item .count-childs span:last-child {
  width: 23px;
  height: 23px;
  font-size: 18px;
  background: orange;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.first-page .album-first-item .album-icons {
  border: none;
  text-align: center;
}

.first-page .album-first-item .create-date {
  float: none;
  position: absolute;
  bottom: 5px;
}

.first-page .album-first-item .album-title {
  min-height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #100c29cc;
  padding: 15px 0 30px 0;
}

.first-page .nav-item .type-icon {
  position: absolute;
  top: 10px;
  right: 25px;
  margin: 0;
}
.first-page .nav-item .album-icons {
  
  padding: 3px 0 4px 0;
}

.first-page .nav-item .album-title {
  min-height: 65px;
  margin-bottom: 8px;
  padding-top: 22px;
}

.album-img-wrap {
  overflow: hidden;
}

.item-album-wrap:hover .album-img {
  transform: scale(1.5) rotate(8deg);
}
.news-arch-item:before, .news-arch-item:after {
  content: " ";
  display: table;
  clear: both;
}

.news-archive-list:before, .news-archive-list:after {
  content: " ";
  display: table;
  clear: both;
}

.news-archive-list {
  
  margin: 0 -10px;
}

.news-arch-wrap {
  margin-bottom: 10px;
  width: 33.33%;
  float: right;
  padding: 0 10px;
}

.news-arch-item {
  border: 1px solid silver;
  padding: 10px 10px;
  position: relative;
  box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.28);
  transition: all .3s ease;
}

.news-arch-item:hover {
  box-shadow: 4px 3px 5px 2px rgba(96, 96, 96, 0.3);
}

.news-content-arch .news-item-agency {
  position: absolute;
  top: 0;
  left: 0;
}

.news-content-arch .news-item-agency a {
  display: block;
}

.news-item-title h2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  line-height: 22px;
  min-height: 50px;
}

.news-content-arch a {
  color: #333;
}

.news-content-arch .news-item-lead a:hover {
  color: #333;
}

.news-content-arch a:hover {
  color: #1F5164;
}

.item-agency-title {
  display: block;
  text-align: center;
  background: #E91010;
  padding: 5px 5px;
  width: 120px;
  color: #33;
  font-size: 13px;
  color: #fff;
}
.news-img-arch .news-item-img {
  width: 100%;
  height: 195px;
  background-size: cover;
  transition: all .4s ease;
}

.news-arch-item:hover .news-item-img {
  transform: scale(1.2) rotate(3deg);
}
.item-album-wrap {
  box-shadow: 0px 0px 3px 0px #070707;
  padding: 5px;
}

.parent-sub-item .parent-sub-text {
  background: rgba(3, 2, 43, 0.4);
  padding: 7px 10px 7px 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.navigation ul li ul li a.parent-sub-text::before {
  content: none;
}

.bottom-details:before, .bottom-details:after {
  content: " ";
  display: table;
  clear: both;
}

.bottom-details {
  color: #F22417;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  margin-top: 10px;
  padding: 3px 0;
}

.bottom-details .dateNews {
  float: left;
  margin-left: 15px;
}

.bottom-details .dateNews i {
  font-size: 18px;
  vertical-align: middle;
}

.gallery-container .pagination-wrap .pagination {
  box-shadow: 1px 2px 3px 1px #111;
  border: 3px;
}

.childs-agency .dropdown-menu a {
  color: #333;
}

.childs-agency .dropdown-menu a:hover {
  color: #11afc4;
  background: #f3f3f3;
}

.man-container.m-iscroll {
  margin-top: 0;
}

.news-item-agency .agency-logo {
  width: 27px;
  height: 27px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.navigation ul li ul li.parent-sub-item {
  width: 200px;
  padding-left: 22px;
  text-align: center;
}

.navigation ul li ul li.parent-sub-item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  border-left: 18px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 40px solid rgba(3, 2, 43, 0.4);
  bottom: 0;
}

.link-top-162 .main, .link-top-162 .item {
  fill: #fff;
}

.link-top-162 a:hover .main, .link-top-162 a:hover .item {
  fill: #1F5164;
}

.link-top-162 .item1, .link-top-162 .item2, .link-top-162 .item3, .link-top-162 .item4 {
  fill: rgba(255, 255, 255, 0.93);
  opacity: 0;
  -webkit-animation: hideshow 1s infinite 0s ease-in-out;
  animation: hideshow 1s infinite 0s ease-in-out;
  animation-delay: 0s;
  animation-delay: 0s;
}


.link-top-162 .item1, .link-top-162 .item3 {
  -webkit-animation-delay: 0.60s;
  animation-delay: 0.60s;
  fill: #fff;
}

.link-top-162 .item2, .link-top-162 .item4 {
  -webkit-animation-delay: 0.60s;
  animation-delay: 0.80s;
  fill: #fff;
}

.live-icon .tvbody {
  fill: #b60002;
  transition: all .4s ease;
}
.live-icon a:hover .tvbody, .live-icon a:hover .item {
  fill: #1F5164;
}
.live-icon .item {
  fill: rgba(255, 255, 255, 0.93);
  opacity: 0;
  -webkit-animation: hideshow 1s infinite 0s ease-in-out;
  animation: hideshow 1s infinite 0s ease-in-out;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  fill: #fff;
}

.live-icon .wav1 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.live-icon .wav2 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.live-icon .wav3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.live-icon .wav4 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}


.left-side > section {
  transition: all .3s ease;
  box-shadow: 1px 1px 3px 0px #949494;
}

.left-side > section:hover {
  box-shadow: 2px 2px 3px 1px #bdbdbd;
}

.news-arch-item.grayscale .news-item-img {
  filter: grayscale(100%);
}

.news-arch-item.grayscale.hovered .news-item-img {
  filter: grayscale(0%);
}

.tab-news table, .tab-news tbody, .tab-news td, .tab-news tr {
  display: block;
  border: none !important;
  padding: 0 !important;
  margin: 0;
}

.tab-news .col-md-12 {
  float: none;
  padding: 0;
}

.tab-news .row {
  margin: 0 !important;
}

.tabbednews-item:before, .tabbednews-item:after {
  content: " ";
  display: table;
  clear: both;
}

.tabbednews-item .tab-img {
  width: 100px;
  float: right;
  /*! display: none; */
}

.tabbednews-item .tabnews-text {
  width: calc(100% - 100px);
  float: right;
  padding: 10px 10px 0 10px;
}

.tabbednews-item .tabnews-lead {
  display: none;
}

.tabbednews-item .tabnews-link {
  padding: 0; 
}


.tabbednews-item .tabnews-link a {
  position: relative;
  /*! padding: 0 20px 0 0; */
  color: #333;
}

.tabbednews-item .tabnews-link a:hover {
  color: #fa2121;
}

.main-page-tab .tabbednews-item .tabnews-link a:before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 6px;
  color: #e91802;
  transition: all .3s ease;
  font-size: 6px;
}

.tabbednews-item .tabnews-link a:hover:before {
  color: #ff4848;
}

.tabbednews-container {
  padding: 10px 10px 10px 10px;
  border: 1px solid #ccc;
  margin-right: -2px !important;
  box-shadow: 2px 2px 2px 1px silver;
}

.main-page-tab ul.nav-tabs {
  background: #2c3e50;
  padding: 10px 10px;
  width: 100%;
  border: none;
  box-shadow: 3px 2px 2px 1px #c4c4c4;
  margin-bottom: 10px;
}

.bs-example-tabs ul.nav a {
  background: #f0f0f0;
  color: #333;
  padding: 6px 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 16px;
  font-weight: 600;
  color: #9b9b9b;
}

.bs-example-tabs ul.nav li.active a {
  background: #fff;
  color: #1f5164;
}


.tab-news {
  position: relative;
  padding-top: 15px;
}

div.tab-news-modal {
  position: absolute;
  top: 0;
  background: #c40000;
  width: 600px;
  right: -620px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  color: #fff;
  border-radius: 4px;
}

.tab-news-modal:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -9px;
  top: 38%;
  border-right: 10px solid #c40000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tab-news-modal.in {
  opacity: 1;
  visibility: visible;
}

.tab-news-hoverwrap:before, .tab-news-hoverwrap:after {
  content: " ";
  display: table;
  clear: both;
}

.tab-news-modal .tab-img {
  width: 120px;
  float: right;
}

.tab-news-modal .tabnews-text {
  display: inline;
  float: right;
  width: calc(100% - 120px);
  padding-right: 10px;
}
.tab-news-modal .tabnews-link a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.tab-news-modal .tabnews-text {
  font-size: 13px;
}

.pt-30 {
  padding-top: 30px;
}
.title-part.foreign-news {
  border-color: #689F38; 
}

.title-part.foreign-news h4 {
  color: #689F38;
}

.title-part.foreign-news h4:before {
  background: #689F38;
}

.title-part.chanel-tv {
  border-color: #FF9800;
}

.title-part.chanel-tv h4 {
  color: #FF9800;
}

.title-part.chanel-tv h4:before {
  background: #FF9800;
}

.title-part.ostani-chanel {
  border-color: #9E9D24;
}

.title-part.ostani-chanel h4 {
  color: #9E9D24;
}

.title-part.ostani-chanel h4:before {
  background: #9E9D24;
}

.title-part.poeple-news {
  border-color: #26A69A;
}

.title-part.poeple-news h4 {
  color: #26A69A;
}

.title-part.poeple-news h4:before {
  background: #26A69A;
}

.title-part.write-news {
  border-color: #00ACC1;
}

.title-part.write-news h4 {
  color: #00ACC1;
}

.title-part.write-news h4:before {
  background: #00ACC1;
}

.title-part.event-agency {
  border-color: #1e88e5;
}

.title-part.event-agency h4 {
  color: #1e88e5;
}

.title-part.event-agency h4:before {
  background: #1e88e5;
}

.title-part.article-1 {
  border-color: #673ab7;
}

.title-part.article-1 h4 {
  color: #673ab7;
}

.title-part.article-1 h4:before {
  background: #673ab7;
}

.main-page-tab .bs-example-tabs ul.nav a {
  background: transparent;
  border: none;
  color: #333;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
}

.main-page-tab .bs-example-tabs ul.nav li.active a {
  background: rgb(124, 179, 66);
  color: #fff;
}

.main-page-tab .bs-example .tab-img {
  display: none;
}

.main-page-tab .bs-example .tabnews-text {
  width: 100%;
  padding: 0px 0;
  margin: 5px 0;
}

.main-page-tab .bs-example .tabnews-text .tabnews-link a {
  display: block;
  padding-right: 20px;
  font-size: 14px;
}

.main-page-tab {
  padding-top: 22px;
  margin-top: 0;
  /*! box-shadow: 0px 3px 3px 1px gray; */
}
.main-page-tab .tabbednews-container {
  padding: 15px 10px 15px 5px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 20px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: 0;
}

.selected-nav-img .small-img {
  height: 108px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bs-example tbody, .bs-example table, .bs-example td, .bs-example tr {
  display: block;
  padding: 0;
}

.bs-example .col-md-12 {
  float: none;
  padding: 0;
}




@keyframes preloadanim {
    0%   {fill: transparent;}
    50%  {fill: #42A5F5;}
    100%  {fill: #1E88E5;}
}

@keyframes preloaddot {
    0%   {fill: transparent;}
    80%  {fill: #254ba5;}
    100% {fill: transparent;}
}

svg path.pretxt {
  fill: transparent;
  animation-name: preloadanim;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: .1s;
}

svg path.predot {
  fill: transparent;
  animation-name: preloaddot;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

svg path.dot5 {
  animation-delay: .1s;
}

svg path.dot4 {
  animation-delay: .2s;
}

svg path.dot3 {
  animation-delay: .4s;
}

svg path.dot2 {
  animation-delay: .6s;
}

svg path.dot1 {
  animation-delay: .8s;
}

.svg-preload {
  max-width: 80px;
  margin: 0 auto;
  position: relative;
}

.album-first-item .album-details a.link-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}


.tv-gallery-box .album-details i {
  color: orange;
  margin-left: 5px;
  font-size: 16px;
  vertical-align: middle;
}
.photo-all .fancybox.thumbnail {
  box-shadow: 0px 0px 4px 2px #000;
  border: none;
  margin-bottom: 30px;
}
.fancybox-skin {
  background: #232323 !important;
  box-shadow: 0px 0px 4px 1px orange !important;
}

.photo-all .img-thumbnail {
  border: none;
}
.tv-gallery-info .album-details > div {
  margin-bottom: 5px;
}

.tv-gallery-info .album-details {
  margin-top: 5px;
}

.page-title span {
  font-size: 25px;
  color: orange;
  font-weight: 600;
}

.qrcode-img img {
  max-width: 100px;
}

.fancybox-title-float-wrap .child {
  font-family: IRANSans;
  color: orange !important;
  font-size: 15px;
}

.sloganide {
  float: left;
  color: #fff;
  padding-top: 22px;
  margin-left: 5px;
}

.sloganide p {
  margin: 0;
}
.solgan-img {
  max-width: 150px;
  margin-top: 7px;
  margin-bottom: 2px;
}

.chanel__logo{
  max-width: 70px;
  height: 70px;
  filter: grayscale(100%);
  transition: .3s;
}

.chanel__logo:hover{
  filter: grayscale(0);
}

.chanel__link{
	margin: 20px 0 10px;
}

.chanel__link .owl-stage{
	padding-top: 50px;
}

.chanel__link .owl-prev{
  position: absolute;
  left: -30px;
  top: 50%;
  font-size: 40px
}

.chanel__link .owl-next{
  position: absolute;
  right: -30px;
  top: 50%;
  font-size: 40px;
}
.scroll_to_top{
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #2c3e50;
  color: #fff;
  opacity: 0;
  z-index: -99999999;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}

.scroll_to_top.on{
  opacity: 1;
  z-index: 99999999;	
}

.shadow-eff{
	animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 62, 80, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(44, 62, 80, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(44, 62, 80, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(44, 62, 80, 0.4);
    box-shadow: 0 0 0 0 rgba(44, 62, 80, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(44, 62, 80, 0);
      box-shadow: 0 0 0 15px rgba(44, 62, 80, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(44, 62, 80, 0);
      box-shadow: 0 0 0 0 rgba(44, 62, 80, 0);
  }
}



.middel-header {
  background: #1f5164;
}


.pr__news-widget .row {
  margin-left: -10px;
  margin-right: -10px;
}

.pr__news-widget .col-md-6, .pr__news-widget .col-sm-4 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.pr_news_image {
  height: 130px;
  background-size: cover;
  transition: all .3s ease;
}

.pr__news-widget .TitleNews {
  text-align: center;
  min-height: 55px;
  padding: 5px 5px;
  border-top: none;
}

.pr__news-widget .TitleNews a {
  color: #333;
  font-size: 13px;
}

.news-arch-wrap.first-item .news-img-arch {
  width: 50%;
  height: 100%;
}

.news-arch-wrap.first-item .news-content-arch {
  width: 50%;
  height: 100%;
}

.news-arch-wrap.first-item .news-item-img {
  height: 100%;
}

.news-arch-wrap.first-item {
  width: 100%;
}

.news-arch-wrap.first-item .bottom-details {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
}

.news-arch-wrap.first-item .news-arch-item {
  height: 300px;
}

.news-arch-wrap.first-item .news-item-title h2 {
  min-height: auto;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: right;
  line-height: 30px;
}

.news-arch-wrap.first-item .news-item-agency {
  right: 10px;
  left: auto;
}
.news-widget_item {
  box-shadow: 0px 0px 5px 0px #616060;
}

.title-agency .channel-icon {
  max-width: 51px;
}

.title-agency a {
  display: block;
  position: absolute;
  top: -5px;
  right: 0
}

.btn-column.fixin {
  position: fixed;
  top: 207px;
  right: 6px;
  border: 1px solid silver;
  padding: 5px;
}

.btn-column.fixout {
  position: absolute;
  right: 6px;
  bottom: 70px;
  border: 1px solid silver;
  padding: 5px;
}

.bg-pr {
  background: #1f5164;
  color: #fff;
}


.qa-box .header i {
  color: #e5f422;
  font-size: 23px;
  vertical-align: middle;
}

.imgNews:hover .pr_news_image {
  transform: scale(1.1) rotate(2deg);
}

.news-big-img {
  height: 380px;
  background-size: cover;
}


.news-view .news-title h4 {
  margin: 0;
}

.news-view .news-title {
  margin-top: 30px;
  margin-bottom: 10px;
}

.news-big-none {
  min-height: 10px;
}

.nv-info-bar:before, .nv-info-bar:after {
  content: " ";
  display: table;
  clear: both;
}

.nv-info-bar {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  margin-top: 10px;
  padding: 3px 0;
  color: #ef3838;
}

.nv-info-bar .nv-icon {
  color: #ef3838;
}

.nv-info-bar .nv-icon i {
  font-size: 16px;
  vertical-align: middle;
}

.slider-part {
  background-image: url('/files/pr 162/icons/bgtitle.jpg');
  background-attachment: fixed;
  padding: 80px 0;
  background-size: 100% auto;
}

.title-162-portal h3 {
  font-size: 60px;
  color: #ffa90a;
  text-align: center;
}

.title-162-portal p {
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.base-icon {
  width: 90px;
  height: 90px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: calc(50% - 45px);
  transition: all .4s ease;
}

.base-text {
  float: right;
  width: calc(100% - 90px);
  padding: 5px 15px 0 15px;
}

.base-unit-item:before, .base-unit-item:after {
  content: " ";
  display: table;
  clear: both;
}

.base-unit-item {
  position: relative;
  padding-top: 100px;
}

.base-unit-item a.link-over {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.sima-unit .unit-162-item {
  background: linear-gradient(to bottom, #FF9800, #FFA726, #FFCA28);
}

.seda-unit .unit-162-item {
  background: linear-gradient(to bottom, #039BE5, #29B6F6, #4FC3F7);
}

.ostani-unit .unit-162-item {
  background: linear-gradient(to bottom, #8E24AA, #AB47BC, #BA68C8);
}

.total-unit .unit-162-item {
  background: linear-gradient(to bottom, #689F38, #8BC34A, #9CCC65);
}

.cell-unit:hover .base-icon {
  top: 25px;
}
.unit-162-item:hover {
  box-shadow: 0px 0px 2px 1px #979797;
}

.grid-162 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.v-cell .unit-162-item {
  height: 235px;
}

.v-cell  .base-text {
  width: 100%;
}

.v-cell .base-icon {
}
.v-cell .base-text{
  text-align: center;
}



.twitch-comments {
  background-image: url('/files/pr 162/icons/bg162.jpg');
  color: #454545;
  background-size: 100% auto;
  background-attachment: fixed;
  font-size: 14px;
}

.twitch-name-wrap {
  position: absolute;
  left: calc(50% - 30px);
  top: 22px;
  border-radius: 50%;
  padding: 5px;
  background: #fff;
}

.twitch-item {
  position: relative;
  padding: 60px 0 40px 0;
}

.twitch-icon {
  height: 60px;
  width: 60px;
  background: #2C3E50;
  border-radius: 50%;
  padding: 5px;
}

.twitch-name {
  text-align: center;
}

.twitch-unit {
  margin: 0 0 0 0;
  color: #8696a6;
  float: right;
}
.twitch-body {
  
  background: #fff;
  padding: 40px 15px 15px 15px;
}

.twitch-detail-line {
  
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 5px 0 5px 0;
}
.twitch-icon-holder {
  width: 100%;
  height: 100%;
  background-image: url('/files/pr 162/icons/icons8-account.png');
  background-size: cover;
}

.twitch-type {
  position: absolute;
  right: calc(50% + 40px);
  top: 46px;
  background: #2c3e50;
  padding: 5px 35px;
  color: #fff;
  font-size: 14px;
}

.twitch-date {
  float: left;
  color: #8696a6;
}

.twitch-name h4 {
  margin: 0 0 10px 0;
  color: #2c3e50;
  font-size: 25px;
  font-weight: 900;
}

.twitch-detail-line:before, .twitch-detail-line:after {
  content: " ";
  display: table;
  clear: both;
}

.twitch-slider .owl-dots {
  text-align: center;
  display: none;
}
.twitch-slider .owl-dot {
  width: 16px;
  height: 16px;
  border: 1px solid #2c3e50;
  z-index: 5;
  display: inline-block;
  border-radius: 50%;
  margin-left: 5px;
  text-align: center;
  position: relative;
}

.twitch-slider .owl-dot span {
  display: block;
  border-radius: 50%;
  background: #fff;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 1.8px;
  left: 1.5px;
}

.twitch-slider .owl-dot.active span {
  background: #2c3e50;
}

.twitch-comments {
  position: relative;
}

.view-all-comm {
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: 5;
}

.view-all-comm a {
  background: #2c3e50;
  color: #fff;
  padding: 7px 20px 3px 20px;
  display: block;
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.view-all-comm a:before {
  content: "";
  width: 15px;
  height: 7px;
  background: #2c3e50;
  position: absolute;
  bottom: -7px;
  right: -11px;
  border-bottom-right-radius: 5px;
}

.view-all-comm a:after {
  content: "";
  width: 100%;
  height: 7px;
  background: #2c3e50;
  position: absolute;
  bottom: -7px;
  left: 0;
  border-bottom-left-radius: 53px;
}

.view-all-comm:hover a {
  padding: 15px 20px 15px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.twitch-comments .container {
  position: relative;
}

.page-title h3::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 150px;
    height: 5px;
    background-color: #2C3E50;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.page-title h3 {
    border-bottom: 2px solid #2C3E50;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}
.citizen-reporter-links {
  width: 67px;
  margin-top: 8px;
  margin-left: 0px;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
}

.citizen-reporter-links:hover img {
  opacity: .7;
}
.reporter-links {
  position: absolute;
  width: 200px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  top: 80%;
  transition: all .3s ease;
  display: none;
  border: 1px solid #dfdfdf;
}

.citizen-reporter-links:hover .reporter-links {
  display: block;
  top: 100%;
}

.citizen-reporter-links a {
  color: #333;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
}
.citizen-reporter-links li:last-child a {
  border-bottom: none;
}

.test-wrap {
  position: absolute;
  right: 0;
  background: #0ac0d9;
  padding: 5px 15px;
  color: #fff;
  bottom: -20px;
  z-index: 1;
}

.test-wrap p {
  margin: 0;
}
.container-innerpage {
  background: #F7FCFC;
}

.part-title {
  margin-bottom: 0px;
}

.part-title h4 {
  border-bottom: 2px solid silver;
  padding-bottom: 10px;
  position: relative;
  margin: 0 0 15px 0;
}

.part-title h4:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: silver;
}
.pr-poll-options:before, .pr-poll-options:after {
  content: " ";
  display: table;
  clear: both;
}

.pr-poll-options {
  width: 152px;
  margin: 0 auto;
  border: 1px solid silver;
}

.text-btn, .sound-btn, .both-btn {
  float: right;
  width: 50px;
  text-align: center;
  height: 30px;
}

.text-btn, .sound-btn {
  border-left: 1px solid silver;
}

.pr-poll-options a {
  color: #333;
  display: block;
  height: 100%;
  padding-top: 5px;
}

.pr-poll-options a.active {
  background: #e9e9e9;
}


.slider-part {
  background-image: url('/files/pr 162/icons/bgtitle.jpg');
  background-attachment: fixed;
  padding:0;
  background-size: 100% auto;
}

.title-162-portal h3 {
  font-size: 60px;
  color: #ffa90a;
  text-align: center;
  margin-bottom: 20px;
}

.title-162-portal p {
  font-size: 20px;
  text-align: center;
  color: #dedede;
}

.title-162-portal .sp-t {
  color: #cfcfcf;
  font-size: 14px;
  text-align: left;
}

.unit-162-item {
    border: 1px solid silver;
    margin-bottom: 15px;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 2px #848484;
    transition: all .4s ease;
}

.sima-unit .unit-162-item {
  background: linear-gradient(to bottom, #FF9800, #FFA726, #FFCA28);
}

.seda-unit .unit-162-item {
  background: linear-gradient(to bottom, #039BE5, #29B6F6, #4FC3F7);
}

.ostani-unit .unit-162-item {
  background: linear-gradient(to bottom, #8E24AA, #AB47BC, #BA68C8);
}

.total-unit .unit-162-item {
  background: linear-gradient(to bottom, #689F38, #8BC34A, #9CCC65);
}

.cell-unit:hover .base-icon {
  top: 25px;
}
.unit-162-item:hover {
  box-shadow: 0px 0px 2px 1px #979797;
}

.live-icon {
  width: 35px;
  margin-left: 13px;
  margin-top: 11px;
}

.live-icon a {
  display: block;
}

.link-top-162 {
  max-width: 84px;
  margin-left: 7px;
}

.ysp-tabs {
  display: block;
  padding: 0;
  border-bottom: 3px solid #e72626;
  margin-bottom: 30px;
}

.ysp-tabs:before, .ysp-tabs:after {
  content: " ";
  display: table;
  clear: both;
}

.ysp-tabs li {
  float: right;
  margin-left: 5px;
}

.ysp-tabs li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background: #2C3E50;
}

.ysp-tabs li:hover a {
  background: #e72626;
}

.ysp-tabs li.active a {
  background: #e72626;
}

.twitch-slider .owl-nav {
  position: absolute;
  top: 9px;
  left: 0;
}

.twitch-slider .owl-next, .twitch-slider .owl-prev {
  float: left;
  width: 45px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  background: #2c3e50;
}

.twitch-slider .owl-next i, .twitch-slider .owl-prev i {
  vertical-align: middle;
}

.twitch-slider .owl-next {
  margin-left: 10px;
}

input[type="text"] {
  height: 35px;
  border-radius: 3px;
}

.select2-container--default .select2-selection--single {
  background: transparent;
  height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.poll-message-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #555;
}

.poll-step1 textarea, .poll-step1 input[type="text"] {
  border-color: #999 !important;
  color: #333;
}


.poll-step1 {
  border: 1px solid #b3b3ac;
  padding: 30px;
  max-width: 990px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 4px 2px #e0e0e0;
}

.page-title {
  margin-bottom: 5px;
  position: relative;
}

.page-title:after {
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 2;
  height: 2px;
  background-color: #1f5164;
  right: 0;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
}

.page-title a {
  position: relative;
  height: 35px;
  line-height: 35px;
  text-transform: capitalize;
  font-size: 17px;
  z-index: 2;
  padding: 0 20px;
  color: #fff;
  display: inline-block;
}

.page-title a:before {
  content: "";
  position: absolute;
  border-top: 8px solid #1f5164;
  border-left: 8px solid transparent;
  z-index: 1;
  left: -8px;
  width: 0;
  height: 0;
  top: 0;
}

.page-title a:after {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  background-color: #1f5164;
}


.member-profile {
  max-width: 1100px;
  margin: 0 auto;
}

.p-options-box {
  position: relative;
  padding: 21px;
  /*! background: #fdcc16; */
  box-shadow: 0 0 5px rgba(206, 206, 206, 1);
  border-radius: 5px;
  color: #0b6c74;
}

.name-box {
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.profile-icon {
  width: 100px;
  height: 100px;
  background-image: url('/files/pr/icons/icons8-account-100.png');
  margin: 0 auto;
}


.name-box h4 {
  font-weight: 900;
  font-size: 22px;
}

.name-box p {
  font-size: 15px;
}

.p-option {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.p-option a {
  color: #6d6d6d;
}

.p-option i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.profile-left {
  /*! background: #fff27d; */
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(206, 206, 206, 1);
  color: #6d6d6d;
}
.p-title {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.p-title h3 {
  margin: 0;
  font-weight: 900;
}

.p-page-box {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}

.p-page-box h4 {
  margin-top: 0;
}

.p-page-box a {
  color: #6d6d6d;
}

.p-page-footer {
  text-align: center;
  padding-top: 20px;
  color: #bbb;
}


textarea{
  max-width: 500px;
  min-height: 170px;
}

.btn-p-up{
  padding: 8px 100px;
}

.survey-container {
  margin: 30px;
  background: #f3f3f3;
  padding: 30px;
}

.survey{
  /*! background-image: url("/files/pr 162/bg/63358.png"); */
  /*! background-color: rgba(238, 238, 238); */
  background-size: 17% auto;
  background-repeat: no-repeat;
  background-position: 5% center;
  position: relative;
  /*! padding: 40px; */
}

.survey{
  padding: 0 50px 0 0;
}

.survey-loader .survey > div > div.row {
  margin: 0;
}

.su-title {
  font-size: 30px;
  /*! text-align: center; */
  margin-bottom: 20px !important;
}

.message{
	margin-left: 23%;
	text-align: center;
}

.message span{
  color: #119321 !important;
}

.alert{
  background-image: none;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
}


.survey .su-value span{
  font-size: 20px;
}

.survey label{
  font-size: 12px; 
}

.survey .form-horizontal .control-label{
  float: none;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}

.survey .form-horizontal .control-label:after{
	content: "";
	position: absolute;
	width: 400px;
	height: 120%;
	background-color: #34cdda;
	z-index: -1;
	right: 0;
	top: 5%;
	border-radius: 300px;
}

.survey .form-horizontal table{
  display: inline
}

.survey .form-horizontal [class*="col"]{
  width: 100% !important;;
  text-align: right;
}

.logo-title-img img {
  max-height: 90px;
}


.footer-brand {
  padding-top: 8px;
}

.footer-brand a {
  color: #e7e7e7;
}

.top-header-label .azmayeshi {
  background-color: #eaaa39;
  padding: 4px 20px 0px 20px;
  margin-left: 10px;
  float: left;
  color: #fff;
}

/*********************top menu*************************/
.nice-menu {
  /*! padding-top: 5px; */
}
.nice-menu .main-ul {
  display: block;
  padding: 0;
}

.nice-menu .main-ul:before, .nice-menu .main-ul:after {
  content: " ";
  display: table;
  clear: both;
}

.nice-menu .step1-li {
  float: right;
  padding: 7px 10px;
}

.nice-menu a {
  color: #fff;
}
/************************end top menu*******************/
.page-text {
  line-height: 30px;
  text-align: justify;
  font-size: 16px;
}

.page-text ul {
  list-style: circle;
  padding-right: 15px;
}

.page-text ol {
  list-style: arabic-indic;
  line-height: 30px;
  margin-top: 15px;
  font-size: 30px;
}

.page-text ol li {
  font-size: 15px;
  margin-bottom: 10px;
}

.page-text ul li {
  margin-bottom: 0;
}


.step2-ul:before, .step2-ul:after {
  content: " ";
  display: table;
  clear: both;
}

.step2-ul {
  position: absolute;
  background: #303030;
  width: 100%;
  z-index: 100;
  top: 33px;
  right: 0;
  padding: 30px 30px 10px 30px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  box-shadow: 0px 5px 5px 1px #181818;
}

.nm-photo-item, .nm-video-item {
  width: 20%;
  float: right;
  padding: 0 10px;
  margin-bottom: 20px;
}
.nm-photo-link, .nm-video-link {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px 1px #000;
}

.nm-photo-link .topmenu-desc, .nm-video-link .topmenu-desc {
  position: absolute;
  top: 70%;
  left: 0;
  background: #12074299;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  transition: all .4s ease;
  font-weight: 500;
}

.nm-photo-link:hover .topmenu-desc, .nm-video-link:hover .topmenu-desc {
  top: 0;
  left: 0;
}

.p-r-true {
  position: relative;
}

.step1-li:hover .step2-ul {
  visibility: visible;
  opacity: 1;
}


.nm-img {
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.title-162-portal {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
}

.title-162-portal:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url('/files/pr/icons/al.png');
  right: calc(50% - 345px);
  top: 45px;
  z-index: 1;
  background-size: cover;
  display: none;
}


.svg-preload i {
  position: absolute;
  font-size: 185px;
  left: -78px;
  top: -50px;
  color: #3e50a2;
}


.s-ad-item {
  padding-left: 0;
  padding-right: 0;
}

.survey-ads {
  margin: 0;
}

.s-ad-img {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .5s ease;
}

.ad-s-link {
  display: block;
  border: 1px solid white;
  overflow: hidden;
}

.ad-s-link:hover .s-ad-img {
  transform: scale(1.1);
}


