* {
  max-height: 100000px;
}

body {
  margin: 0;
  color: #616161;
  font: 17px/23px "Poppins", Arial, sans-serif;
  background: #fff;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  overflow: auto !important;
}

img {
  border-style: none;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

a {
  color: #000;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

* {
  outline: none;
}

.ushi {
  z-index: 99999;
}

input,
textarea,
select {
  font: 100% arial, sans-serif;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 4px;
  border: 0;
  border-radius: 2px;
}

input [type="email"],
input [type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
menu,
dialog {
  display: block;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.col-6 {
  position: relative;
  min-height: 1px;
  padding-right: 5px !important;
  padding-left: 5px !important;
  width: 50%;
  float: left;
}

article {
  margin-bottom: 30px;
}

article img {
  float: none;
  margin: 0 0 10px;
  width: 100%;
}

article .text-holder {
  overflow: hidden;
}

article .title {
  margin: 0 0 7px;
  display: block;
  color: #000;
  font: 18px/22px "Poppins", Arial, sans-serif;
}

article .title a {
  color: #000;
}

article .red a {
  color: #ab0000 !important;
}

article .bold a {
  font-weight: bold !important;
}

article .title a:hover {
  text-decoration: underline;
}

article .info-block {
  overflow: hidden;
}

article .info-block .name {
  float: left;
  background: url(../images/bg-name.png) no-repeat 0 1px;
  margin: 0 11px 3px 0;
  padding: 0 0 0 15px;
  color: #b7aab9;
  font: 10px/13px "Poppins", Arial, sans-serif;
  min-width: 20px;
  min-height: 13px;
}

article .info-block .time {
  float: left;
  background: url(../images/bg-time.png) no-repeat 0 1px;
  margin: 0 12px 3px 0;
  padding: 0 0 0 17px;
  color: #b7aab9;
  font: 10px/13px "Poppins", Arial, sans-serif;
  min-width: 20px;
  min-height: 13px;
}

article .info-block .respond {
  float: left;
  background: url(../images/bg-respond.png) no-repeat 0 1px;
  margin: 0 12px 3px 0;
  padding: 0 0 0 17px;
  color: #b7aab9;
  font: 10px/13px "Poppins", Arial, sans-serif;
  min-width: 20px;
  min-height: 13px;
}

.ad-text_line {
  padding-top: 10px;
  height: 28px;
  padding-bottom: 0px;
  font-size: 12px;
  color: #000;
}

.ad-text_line div {
  width: 360px;
  margin-right: 1%;
  float: left;
}

.category-caption-mobile {
  margin: 0 15px 15px 15px;
}

.category-caption-mobile h3 {
  font-size: 12px;
  color: #fff;
  background-color: #1f4498;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  letter-spacing: 2px;
  margin: 0px 1px 1px 0px;
  text-transform: uppercase;
}

.category-caption-mobile h3 a {
  color: #fff;
}

nav#milli-menu:not(.mm-menu) {
  display: none;
}

.mm-menu {
  background: #1f4498 !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: rgba(255, 255, 255, 0.7);
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  font-weight: bold;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview {
  font-weight: bold;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 12px 12px 12px 20px;
  margin: 0px;
}

.mm-menu .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-search {
  height: 50px;
  padding: 12px 12px 12px 20px;
}

.mm-menu input[type="search"] {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 26px !important;
  font: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
  text-transform: none;
  text-indent: 0;
  vertical-align: middle;
}

.color_red {
  color: #ab0000 !important;
}

.container {
  width: 100%;
  /*max-width: 1168px;*/
  max-width: 1007px;
  padding: 0 1px;
  margin: 0 auto;
  background-color: #fff;
}

#header {
  width: 100%;
  padding: 0 0 11px 0;
}

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

#header.margin {
  margin: 0 0 9px;
}

#header .ad-back {
  background-color: #e5e5e5;
}

.ad-mobile {
  display: none;
}

.ad-list {
  padding: 0;
  overflow: hidden;
  list-style: none;
  text-align: center;
  width: 1000px;
  height: 120px;
  margin: 0 auto 2px auto;
}

.ad-list li {
  display: block;
  float: left;
  vertical-align: top;
  margin: 0 2px 0 0;
}

.ad-list li:last-child {
  margin: 0 0 0 0;
}

/*--------------------------------------------------------*/
.logo-holder2 {
  background: #fff;
  overflow: hidden;
  height: 152px;
  padding: 10px 0;
  border-bottom: 6px solid #e5e5e5;
}

.logo-holder2 .logo-frame {
  float: left;
  margin: 0 0 0 0;
}

.logo-holder2 .logo-frame .logo {
  display: block;
  margin: 0 0 0 5px;
  background: url(../images/logo_new.png) no-repeat;
  background-size: 153px 40px;
  width: 153px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}

.logo-holder2 .logo-frame .logo a {
  display: block;
  height: 100%;
}

/*--------------------------------------------------------*/
.nav-holder {
  background: #1f4498;
  margin: 0 0 2px;
  padding: 3px 3px 3px 0;
}

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

.nav-section {
  margin: 0 0 0 0;
  float: left;
}

.nav-section .opener {
  width: 22px;
  height: 22px;
  color: #fff;
  margin: 4px 0 4px 4px;
  background: url(../images/mobile_menu_btn.png) no-repeat;
  background-size: 22px 22px;
  display: none;
  font: 600 12px/16px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  padding: 4px 0 0 30px;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font: 12px/16px "Poppins", Arial, sans-serif;
}

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

#nav ul li {
  position: relative;
  border-right: 2px solid #20479f;
  float: left;
}

#nav ul li a {
  float: left;
  color: #fff;
  padding: 12px 6px 6px 9px;
}

#nav ul li a:hover {
  text-decoration: none;
  color: #f4c402;
}

#nav ul li ul {
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 3px;
  width: 157px;
  padding: 2px 15px 5px;
  background: #000;
  font: 12px/16px "Poppins", Arial, sans-serif;
  text-transform: none;
}

#nav ul li:hover ul {
  display: block;
}

#nav ul li ul li {
  float: none;
  display: block;
  border: 0;
  border-top: 2px solid #0d0d0d;
}

#nav ul li ul li:first-child {
  border: 0;
}

#nav ul li ul a {
  color: #fff;
  display: block;
  padding: 7px 4px;
  float: none;
}

/*----------------------------------------*/

.nav-holder2 {
  background: #b30005;
  margin: 0 0 1px 0;
}

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

.nav-holder2 .nav-section {
  margin: 0 0 0 0;
  float: left;
}

.nav-holder2 .nav-section .opener {
  width: 22px;
  height: 22px;
  color: #fff;
  margin: 4px 0 4px 4px;
  background: url(../images/mobile_menu_btn.png) no-repeat;
  background-size: 22px 22px;
  display: none;
  font: 600 12px/16px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  padding: 4px 0 0 30px;
}

.nav-holder2 .nav-section #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font: 13px/18px "Poppins", Arial, sans-serif;
}

.nav-holder2 .nav-section #nav ul:after {
  display: block;
  clear: both;
  content: "";
}

.nav-holder2 .nav-section #nav ul li {
  position: relative;
  border-right: 2px solid #e5e5e5;
  float: left;
}

.nav-holder2 .nav-section #nav ul li:nth-last-child(1) {
  border: none;
}

.nav-holder2 .nav-section #nav ul li a {
  float: left;
  color: #fff;
  font-size: 12.8px;
  padding: 12px 12px 12px 12px;
}

.nav-holder2 .nav-section #nav ul li a:hover {
  text-decoration: none;
  color: #f4c402;
}

.nav-holder2 .nav-section #nav ul li ul {
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: -78px;
  width: 157px;
  padding: 2px 15px 5px;
  background: #000;
  font: 12px/16px "Poppins", Arial, sans-serif;
  text-transform: none;
}

.nav-holder2 .nav-section #nav ul li:hover ul {
  display: block;
}

.nav-holder2 .nav-section #nav ul li ul li {
  float: none;
  display: block;
  border: 0;
  border-top: 2px solid #0d0d0d;
}

.nav-holder2 .nav-section #nav ul li ul li:first-child {
  border: 0;
}

.nav-holder2 .nav-section #nav ul li ul a {
  color: #fff;
  display: block;
  padding: 7px 4px;
  float: none;
}

.search-form3 {
  float: left;
  width: 549px;
  margin: 6px 0 0 40px;
}

.search-form3 .text {
  float: left;
  width: 449px;
  height: 34px;
  background: #fff;
  padding: 6px 5px;
  margin: 0;
  border: 0;
  border-radius: 0;
  border: 1px solid #c30d24;
  font: 13px/17px "Poppins", Arial, sans-serif;
}

.search-form3 input[type="submit"] {
  float: left;
  width: 100px;
  height: 34px;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #c30d24;
  color: #fff;
  font: 700 11px/15px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}

.search-form3 input[type="submit"]:hover {
  cursor: pointer;
}

/*----------------------------------------*/
.search-form {
  float: right;
  width: 207px;
  margin-right: 4px;
}

.search-form .text {
  float: left;
  width: 153px;
  height: 29px;
  background: #fff;
  padding: 6px 5px;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: #000;
  font: 13px/17px "Poppins", Arial, sans-serif;
}

.search-form input[type="submit"] {
  float: left;
  width: 54px;
  height: 29px;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #f4c402;
  font: 700 11px/15px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}

.search-form input[type="submit"]:hover {
  cursor: pointer;
}

.info-panel {
  height: auto;
  overflow: hidden;
  background: #e5e5e5;
  clear: both;
}

.menu {
  float: left;
  background: #f4c402;
  padding: 12px 10px;
  margin: 0;
  list-style: none;
  font: 700 11px/13px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
}

.menu li {
  float: left;
  border-left: 1px solid #e3b704;
}

.menu li:first-child {
  border: 0;
}

.menu a {
  color: #916907;
  float: left;
  padding: 1px 10px 2px;
}

.menu a:hover {
  text-decoration: none;
  color: #161616;
}

.menu1 {
  float: right;

  margin: 0;
  list-style: none;
  font: 700 11px/13px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
}

.menu1 li {
  float: left;
  border-left: 1px solid #e3b704;
}

.menu1 li:first-child {
  border: 0;
}

.menu1 a {
  color: #916907;
  float: left;
}

.menu1 a:hover {
  text-decoration: none;
  color: #161616;
}

.info-panel .time {
  float: left;
  width: 64px;
  text-align: center;
  margin: 10px 9px 0 0;
  color: #000;
  position: relative;
  font: 700 11px/13px "Poppins", Arial, sans-serif;
  padding: 2px 0 0;
}

.info-panel .time:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 20px;
  background: #d1d1d1;
  content: "";
}

.info-panel .text-holder {
  float: none;
  width: auto;
  color: #505050;
  width: auto;
  padding: 11px 0 0;
  border-right: 1px solid #d5d5d5;
  height: 40px;
  position: relative;
  overflow: hidden;
  /*white-space: nowrap;*/
  font: 12px/13px "Poppins", Arial, sans-serif;
}

.info-panel .text-holder p {
  margin: 0;
}

.info-panel .text-holder a {
  color: #505050;
}

.social-networks {
  float: right;
  width: 157px;
  padding: 0;
  margin: 9px 12px 0 12px;
  list-style: none;
}

.social-networks li {
  float: left;
  margin: 0 0 0 5px;
}

.social-networks li:first-child {
  margin: 0;
}

.social-networks a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 22px;
  height: 22px;
}

.social-networks .facebook {
  background: url(../images/bg-social-networks3.png) no-repeat;
  background-size: 230px 45px;
}

.social-networks .twitter {
  background: url(../images/bg-social-networks3.png) no-repeat -23px 0;
  background-size: 230px 45px;
}

.social-networks .googleplus {
  background: url(../images/bg-social-networks3.png) no-repeat -46px 0;
  background-size: 230px 45px;
}

.social-networks .vkontakte {
  background: url(../images/bg-social-networks3.png) no-repeat -69px 0;
  background-size: 230px 45px;
}

.social-networks .odnoklassniki {
  background: url(../images/bg-social-networks3.png) no-repeat -92px 0;
  background-size: 230px 45px;
}

.social-networks .mailru {
  background: url(../images/bg-social-networks3.png) no-repeat -115px 0;
  background-size: 230px 45px;
}

.social-networks .rss {
  background: url(../images/bg-social-networks3.png) no-repeat -138px 0;
  background-size: 230px 45px;
}

.social-networks .linkedin {
  background: url(../images/bg-social-networks3.png) no-repeat -161px 0;
  background-size: 230px 45px;
}

.social-networks .youtube {
  background: url(../images/bg-social-networks3.png) no-repeat -184px 0;
  background-size: 230px 45px;
}

.social-networks .instagram {
  background: url(../images/bg-social-networks3.png) no-repeat -207px 0;
  background-size: 230px 45px;
}

.social-networks .facebook:hover {
  background: url(../images/bg-social-networks3.png) no-repeat 0 -23px;
  background-size: 230px 45px;
}

.social-networks .twitter:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -23px -23px;
  background-size: 230px 45px;
}

.social-networks .googleplus:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -46px -23px;
  background-size: 230px 45px;
}

.social-networks .vkontakte:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -69px -23px;
  background-size: 230px 45px;
}

.social-networks .odnoklassniki:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -92px -23px;
  background-size: 230px 45px;
}

.social-networks .mailru:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -115px -23px;
  background-size: 230px 45px;
}

.social-networks .rss:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -138px -23px;
  background-size: 230px 45px;
}

.social-networks .linkedin:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -161px -23px;
  background-size: 230px 45px;
}

.social-networks .youtube:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -184px -23px;
  background-size: 230px 45px;
}

.social-networks .instagram:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -207px -23px;
  background-size: 230px 45px;
}

/*-------------------------------------------------------*/
.info-panel2 {
  height: auto;
  overflow: hidden;
  background: #e5e5e5;
  clear: both;
}

.info-panel2 .menu {
  float: left;
  background: #c30d24;
  padding: 8px 10px;
  margin: 0;
  list-style: none;
  font: 700 11px/13px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
}

.info-panel2 .menu li {
  float: left;
  border-left: 1px solid #e3b704;
}

.info-panel2 .menu li:first-child {
  border: 0;
}

.info-panel2 .menu a {
  color: #ffffff;
  float: left;
  padding: 1px 10px 0px;
}

.info-panel2 .menu a:hover {
  text-decoration: none;
  color: #161616;
}

.info-panel2 {
  height: auto;
  overflow: hidden;
  background: #e5e5e5;
  clear: both;
}

.info-panel2 .menu1 {
  float: right;

  margin: 0;
  list-style: none;
  font: 700 11px/13px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
}

.info-panel2 .menu1 li {
  float: left;
  border-left: 1px solid #e3b704;
}

.info-panel2 .menu1 li:first-child {
  border: 0;
}

.info-panel2 .menu1 a {
  color: #ffffff;
  float: left;
  font-size: 15px;
  padding: 1px 10px 0px;
}

.ru {
  margin-right: 5px;
  margin-top: 2px;
}

.info-panel2 .menu1 a:hover {
  text-decoration: none;
  color: #161616;
}

.info-panel2 .time {
  float: left;
  width: 64px;
  text-align: center;
  margin: 7px 9px 0 0;
  color: #000;
  position: relative;
  font: 700 11px/13px "Poppins", Arial, sans-serif;
  padding: 2px 0 0;
}

.info-panel2 .time:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 16px;
  background: #d1d1d1;
  content: "";
}

.info-panel2 .text-holder {
  float: none;
  width: auto;
  color: #505050;
  width: auto;
  padding: 7px 0 0;
  border-right: none;
  height: 30px;
  position: relative;
  overflow: hidden;
  /*white-space: nowrap;*/
  font: 12px/13px "Poppins", Arial, sans-serif;
}

.info-panel2 .text-holder p {
  margin: 0;
}

.info-panel2 .text-holder a {
  color: #505050;
}

.logo-holder2 .social-networks {
  float: right;
  width: 240px;
  padding: 0;
  margin: 6px 0px 0 0px;
  list-style: none;
}

.logo-holder2 .social-networks li {
  float: left;
  margin: 0 0 0 5px;
}

.logo-holder2 .social-networks li:first-child {
  margin: 0;
}

.logo-holder2 .social-networks a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 35px;
  height: 35px;
}

.logo-holder2 .social-networks .facebook {
  background: url(../images/bg-social-networks3.png) no-repeat;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .twitter {
  background: url(../images/bg-social-networks3.png) no-repeat -35px 0;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .googleplus {
  background: url(../images/bg-social-networks3.png) no-repeat -70px 0;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .vkontakte {
  background: url(../images/bg-social-networks3.png) no-repeat -107px 0;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .odnoklassniki {
  background: url(../images/bg-social-networks3.png) no-repeat -146px 0;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .mailru {
  background: url(../images/bg-social-networks3.png) no-repeat -175px 0;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .rss {
  background: url(../images/bg-social-networks3.png) no-repeat -214px 0;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .linkedin {
  background: url(../images/bg-social-networks3.png) no-repeat -245px 0;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .youtube {
  background: url(../images/bg-social-networks3.png) no-repeat -285px 0;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .instagram {
  background: url(../images/bg-social-networks3.png) no-repeat -321px 0;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .facebook:hover {
  background: url(../images/bg-social-networks3.png) no-repeat 0 -35px;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .twitter:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -35px -35px;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .googleplus:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -46px -35px;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .vkontakte:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -107px -35px;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .odnoklassniki:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -146px -35px;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .mailru:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -115px -35px;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .rss:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -214px -35px;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .linkedin:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -161px -35px;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .youtube:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -285px -35px;
  background-size: 357px 70px;
}

.logo-holder2 .social-networks .instagram:hover {
  background: url(../images/bg-social-networks3.png) no-repeat -321px -35px;
  background-size: 357px 70px;
}

/*-------------------------------------------------------*/

#main {
  /*overflow: hidden;*/
  padding: 0 0 30px;
}

.gallery-holder {
  overflow: hidden;
  position: relative;
  padding: 0 40px;
  margin: 11px 0 11px;
}

.gallery-holder .btn-prev {
  position: absolute;
  top: 30%;
  left: 0;
  width: 22px;
  height: 52px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/btn-gallery.png) no-repeat;
  margin: -8px 0 0;
}

.gallery-holder .btn-next {
  position: absolute;
  top: 30%;
  right: 0;
  width: 22px;
  height: 52px;
  text-indent: -9999px;
  margin: -8px 0 0;
  overflow: hidden;
  background: url(../images/btn-gallery.png) no-repeat -28px 0;
}

.gallery-holder .mask {
  width: 100%;
  overflow: hidden;
}

.gallery-holder .slideset {
  width: 99999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  font: 14px/17px "Poppins", Arial, sans-serif;
  color: #000;
}

.gallery-holder .slideset li {
  float: left;
  width: 121px;
  margin: 0 13px 0 0;
  position: relative;
}

.gallery-holder .slideset li a {
  display: block;
  color: #000;
}

.gallery-holder .slideset li a:hover {
  text-decoration: underline;
}

/*.gallery-holder .slideset li .text{
    display: block;
    margin: 0 0 9px;
    height: 34px;
    overflow: hidden;
}*/

.gallery-holder .slideset li a:hover .text {
  visibility: visible;
}

.gallery-holder .slideset li a .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 5px 5px 5px 7px;
  background: #000000b3;
  left: 0;
  color: #ffffff;
  font: 10px / 13px "Poppins", Arial, sans-serif;
  visibility: hidden;
  border-radius: 6px;
}

.gallery-holder .slideset li img {
  display: block;
  width: 121px;
  height: 80px;
}

.twocol {
  position: relative;
  /*overflow: hidden;*/
  clear: both;
}

.twocol.top {
  padding: 40px 0 0;
}

#content {
  float: left;
  margin: 0 25.3% 0 0;
  overflow: hidden;
  width: 74.7%;
}

#content h2,
#sidebar h2 {
  margin: 0 0 16px;
  color: #000;
  font: 15px/18px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

#sidebar .share-holder {
  overflow: hidden;
  margin: 0 0 15px;
}

#sidebar .share-holder img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
}

.news-holder {
  overflow: hidden;
  margin: 0 0 1.2% 0;
  min-height: 200px;
}

.news-holder .news-gallery {
  overflow: hidden;
  margin: 0 33.9% 0 0;
  position: relative;
  width: 66.6%;
  float: left;
}

.main-news {
  overflow: hidden;
  margin: 0 33.9% 0 0;
  position: relative;
  width: 66.6%;
  float: left;
}

.main-news img {
  display: block;
  width: 100%;
  height: auto;
}

.main-news .text-holder {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  z-index: 2;
  font: 11px/17px "Poppins", Arial, sans-serif;
  color: #fff;
}

.main-news .text-holder .title {
  float: left;
  width: 90%;
  /*    background: #224BA8;*/
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 3.5% 8px 3%;
  font: 15px/19px "Poppins", Arial, sans-serif;
}

.news-gallery .switcher-holder {
  position: absolute;
  top: 5px;
  left: 5px;
  overflow: hidden;
  padding: 5px 8px 5px 8px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
}

.news-gallery .switcher-holder .switcher {
  padding: 0;
  margin: 0 0 1px;
  list-style: none;
  overflow: hidden;
  float: left;
}

.news-gallery .switcher-holder .switcher li {
  float: left;
  margin: 0 0 0 8px;
}

.news-gallery .switcher-holder .switcher li:first-child {
  margin: 0;
}

.news-gallery .switcher-holder .switcher li a {
  text-indent: -9999pc;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #000;
  display: block;
}

.news-gallery .switcher-holder .switcher .active a,
.news-gallery .switcher-holder .switcher a:hover {
  text-decoration: none;
  background: #f4c402;
}

.news-gallery .switcher-holder .btn-holder {
  width: 100%;
  overflow: hidden;
  clear: both;
}

.news-gallery .switcher-holder .btn-holder a {
  color: #000;
  font: 700 10px/13px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
}

.news-gallery .btn-prev {
  float: left;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 22px;
  height: 52px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/btn-gallery.png") no-repeat scroll 0% 0%
    rgba(255, 255, 255, 0.8);
  margin: -8px 0px 0px;
  z-index: 10;
}

.news-gallery .btn-next {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 22px;
  height: 52px;
  text-indent: -9999px;
  margin: -8px 0px 0px;
  overflow: hidden;
  background: url("../images/btn-gallery.png") no-repeat scroll -28px 0px rgba(255, 255, 255, 0.8);
  z-index: 10;
}

.news-gallery .switcher-holder .btn-holder .btn-prev {
  float: left;
}

.news-gallery .switcher-holder .btn-holder .btn-next {
  float: right;
}

.news-gallery .slideset {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
}

.news-gallery .slideset > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: none;
}

.news-gallery .slideset > li.active {
  position: relative;
  display: block;
}

.news-gallery .slideset li img {
  display: block;
  width: 100%;
  height: auto;
}

.news-gallery .slideset li .text-holder {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  /*background: #000;*/
  z-index: 2;
  font: 11px/17px "Poppins", Arial, sans-serif;
  color: #fff;
  /*display: none;*/
}

/*.news-gallery .slideset li:hover .text-holder{
    display: block;
}*/
.news-gallery .slideset li .text-holder .title {
  float: left;
  width: 70%;
  background: #e8ba02;
  color: #161616;
  height: 68px;
  padding: 5px 3.5%;
  font: 15px/19px "Poppins", Arial, sans-serif;
  white-space: nowrap;
}

.news-gallery .slideset li .text-holder .title:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 -5px;
  content: "";
  width: 1px;
}

.news-gallery .slideset li .text-holder .title span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.news-gallery .slideset li .info-post {
  float: right;
  width: 50%;
  padding: 9px 3% 15px;
}

.news-gallery .slideset li .rating {
  position: absolute;
  top: 14px;
  right: 10px;
}

.news-gallery .slideset .category {
  display: block;
  color: #8c8c8c;
  font: 10px/15px "Poppins", Arial, sans-serif;
  margin: 0 0 5px;
  padding: 0 35px 0 0;
}

.news-gallery .slideset .category a {
  color: #ecbf07;
}

.news-holder .news-list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 32.541%;
  float: right;
  margin: 0 0 -2.3% -34.5%;
}

.news-holder .news-list li {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}

.news-holder .news-list a {
  color: #161616;
  display: block;
}

.news-holder .news-list a:hover .text span {
  /*    text-decoration: underline;*/
}

.news-holder .news-list img {
  display: block;
  width: 100%;
  height: auto;
}

.news-holder .news-list .text {
  position: absolute;
  bottom: 4px;
  width: 90%;
  min-height: 24px;
  overflow: hidden;
  padding: 5px 5px 5px 7px;
  /*    background: #224BA8;*/
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  color: #fff;
  white-space: nowrap;
  font: 13px/16px "Poppins", Arial, sans-serif;
}

.news-holder .news-list .text:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin: 0 0 0 -5px;
  content: "";
}

.news-holder .news-list .text span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

#content .blocks-holder {
  overflow: hidden;
  margin: 0 0 6px;
}

#content .blocks-holder .col {
  float: left;
  width: 31.3%;
}

#content .blocks-holder .col-2 {
  float: right;
  width: 65.5%;
}

#content .video-block {
  overflow: hidden;
  margin: 0 0 19px;
  background: #e5e5e5;
  padding: 19px 7.3% 16px;
  color: #505050;
  font: 13px/16px "Poppins", Arial, sans-serif;
}

#content .video-block a {
  display: block;
  color: #505050;
}

#content .video-block .img-holder {
  position: relative;
  overflow: hidden;
  margin: 0 0 8px;
  display: block;
}

#content .video-block .img-holder img {
  display: block;
  width: 100%;
  height: auto;
}

#content .video-block .img-holder .play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0px 0px -32px;
  width: 66px;
  height: 47px;
  background: url(../images/btn-play.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#content .video-block .img-holder .comments {
  position: absolute;
  bottom: 12px;
  left: 1px;
  padding: 2px 5px 1px 6px;
  background: #f4c402;
  color: #000;
  font: 700 11px/13px "Poppins", Arial, sans-serif;
  display: none;
}

#content .video-block .img-holder .comments span {
  background: url(../images/bg-comments.png) no-repeat 100% 50%;
  padding: 0 13px 0 0;
}

#content .video-block a:hover .img-holder .comments {
  display: block;
}

#content .video-block .info-holder {
  overflow: hidden;
  display: block;
  color: #949494;
  font: 700 10px/13px "Poppins", Arial, sans-serif;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 7.3% 7px;
  margin: 0 -7.3% 9px;
}

.no-touch #content .video-block a .info-holder .date,
.no-touch #content .video-block a .info-holder .time,
.no-touch #content .video-block a .info-holder .rating {
  visibility: hidden;
}

.no-touch #content .video-block a:hover .info-holder .date,
.no-touch #content .video-block a:hover .info-holder .time,
.no-touch #content .video-block a:hover .info-holder .rating {
  visibility: visible;
}

#content .video-block .info-holder .date {
  float: left;
  margin: 0 7px 0 0;
}

#content .video-block .info-holder .time {
  position: relative;
  padding: 0 0 0 4%;
  float: left;
}

#content .video-block .info-holder .time:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 9px;
  background: #949494;
  content: "";
}

#content .video-block .info-holder .rating {
  padding: 0;
  float: right;
  margin: 4px 0 0;
}

#content .video-block .text {
  display: block;
  margin: 0;
}

#content .video-block .text a {
  color: #505050;
}

#content .video-block p a:hover {
  text-decoration: underline;
}

#content .photo-list {
  padding: 10px 0 0 5px;
  margin: -5px 0 0 -8%;
  list-style: none;
  overflow: hidden;
}

#content .photo-list li {
  float: left;
  width: 16%;
  margin: 0 0 8% 8.5%;
}

#content .photo-list a {
  display: block;
}

#content .photo-list a:hover {
  border: 5px solid #f4c402;
  margin: -5px;
}

#content .photo-list img {
  display: block;
  height: auto;
  width: 100%;
}

#content .content-gallery {
  overflow: hidden;
  margin: 0 0 12px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

#content .content-gallery .title-holder {
  overflow: hidden;
  padding: 0 0 16px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 15px;
}

#content .content-gallery .title-holder h2 {
  margin: 0;
  overflow: hidden;
}

#content .content-gallery .btn-list {
  float: right;
  padding: 0;
  margin: 5px 5px 0 0;
  list-style: none;
  overflow: hidden;
}

#content .content-gallery .btn-list li {
  float: left;
  margin: 0 0 0 7px;
}

#content .content-gallery .btn-list .prev {
  background: url(../images/btn-gallery2.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 6px;
  height: 12px;
  float: left;
}

#content .content-gallery .btn-list .prev:hover {
  background-position: 0 -18px;
}

#content .content-gallery .btn-list .next {
  background: url(../images/btn-gallery2.png) no-repeat -13px 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 6px;
  height: 12px;
  float: left;
}

#content .content-gallery .btn-list .next:hover {
  background-position: -13px -18px;
}

#content .content-gallery .mask {
  overflow: hidden;
}

#content .content-gallery .slideset {
  white-space: nowrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #505050;
  font: 14px/17px "Poppins", Arial, sans-serif;
  letter-spacing: -0.3em;
}

#content .content-gallery .slideset > li {
  display: inline-block;
  vertical-align: top;
  width: 24.1%;
  margin: 0px 1.2% 16px 0px;
  letter-spacing: 0;
  white-space: normal;
}

#content .content-gallery .slideset > li > a,
#content .column .box > a {
  color: #505050;
  display: block;
}

#content .content-gallery .slideset > li > a:hover,
#content .column .box > a:hover {
  color: #000;
}

#content .content-gallery .slideset .img-holder,
#content .column .box .img-holder {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 10px;
}

#content .content-gallery .slideset .img-holder img,
#content .column .box .img-holder img {
  display: block;
  width: 100%;
  height: auto;
}

#content .content-gallery .slideset .comments,
#content .column .box .comments {
  position: absolute;
  bottom: 10px;
  left: 1px;
  padding: 2px 5px 2px 5px;
  background: #f4c402;
  color: #000;
  font: 700 11px/13px "Poppins", Arial, sans-serif;
}

.no-touch #content .content-gallery .slideset .comments,
.no-touch #content .column .box .comments {
  display: none;
}

#content .content-gallery .slideset .comments span,
#content .column .box .comments span {
  background: url(../images/bg-comments.png) no-repeat 100% 55%;
  background-size: 11px 11px;
  padding: 0 13px 0 0;
}

.no-touch #content .content-gallery .slideset > li > a:hover .comments,
.no-touch #content .column .box > a:hover .comments {
  display: block;
}

#content .content-gallery .slideset .info-holder,
#content .column .box .info-holder {
  overflow: hidden;
  color: #949494;
  display: block;
  visibility: hidden;
  margin: 0 0 5px;
  font: 700 10px/13px "Poppins", Arial, sans-serif;
}

#content .content-gallery .slideset > li > a:hover .info-holder,
#content .column .box > a:hover .info-holder {
  visibility: visible;
}

#content .content-gallery .slideset .info-holder .date,
#content .column .box .info-holder .date {
  float: left;
  margin: 0 7px 0 0;
}

#content .content-gallery .slideset .info-holder .time,
#content .column .box .info-holder .time {
  position: relative;
  padding: 0 0 0 4%;
  float: left;
}

#content .content-gallery .slideset .info-holder .time:after,
#content .column .box .info-holder .time:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 9px;
  background: #949494;
  content: "";
}

#content .content-gallery .slideset .info-holder .rating,
#content .column .box .info-holder .rating {
  padding: 0;
  float: right;
  margin: 4px 0 0;
}

#content .content-gallery .slideset .text {
  display: block;
  font-weight: bold;
}

#content .threecolumns {
  overflow: hidden;
  margin: 0 0 0 -2.5%;
}

#content .threecolumns .column {
  float: left;
  width: 22.36%;
  margin: 0px 0 16px 2.5%;
  color: #505050;
  font: 14px/17px "Poppins", Arial, sans-serif;
}

#content .threecolumns .column h2 {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 15px 14%;
  margin: 0 0 17px -14%;
}

#content .threecolumns .column:first-child h2 {
  margin: 0 0 17px;
  padding: 0 0 15px;
}

#content .threecolumns .column .box {
  overflow: hidden;
}

#content .ad-holder {
  /*overflow: hidden;*/
  margin: 0 0 17px;
  background: #dadada;
  padding: 1.5%;
}

#content .ad-holder div {
  display: block;
  height: auto;
  width: 728px;
  margin: 0 auto 0 auto;
  /*border:1px solid #b6b6b6;*/
}

#main h3 {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  background: rgb(113,0,3);
  background: linear-gradient(140deg, rgba(113,0,3,1) 11%, rgba(179,0,5,1) 50%, rgba(113,0,3,1) 90%);
  border-radius: 6px;
}

.columns-holder {
  overflow: hidden;
}

.columns-holder .right-col {
  float: right;
  width: 25%;
  margin: 0 0 0 19px;
  padding-right: 10px;
}

#content .columns-holder .right-col {
  width: 29.4%;
  margin: 0 0 0 2.6%;
  padding-right: 10px;
}

.columns-holder .left-col {
  overflow: hidden;
  padding-left: 10px;
}

.post-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font: 14px/18px "Poppins", Arial, sans-serif;
  color: #000;
  overflow: hidden;
}

.post-list li {
  overflow: hidden;
  margin: 0 0 27px;
}

.post-list img {
  display: block;
  height: 157px;
  width: 209px;
  margin: 0 0 9px;
}

.post-list a {
  color: #000;
}

#main .post-list p {
  margin: 0 0 6px;
  color: #202020;
  font-weight: bold;
}

.post-list .info-block {
  overflow: hidden;
  font: 10px/13px "Poppins", Arial, sans-serif;
}

.post-list .name {
  background: url(../images/bg-name.png) no-repeat 0 1px;
  padding: 0 0 0 17px;
  color: #ccc;
  margin: 0 12px 0 0;
  float: left;
  min-width: 20px;
  min-height: 13px;
}

.post-list .time {
  float: left;
  background: url(../images/bg-time.png) no-repeat 0 1px;
  margin: 0 12px 3px 0;
  padding: 0 0 0 17px;
  color: #b7aab9;
  font: 10px/13px "Poppins", Arial, sans-serif;
  min-width: 20px;
  min-height: 13px;
  color: #171717;
}

.post-list .respond {
  float: left;
  background: url(../images/bg-respond.png) no-repeat 0 1px;
  margin: 0 12px 3px 0;
  padding: 0 0 0 17px;
  color: #b7aab9;
  font: 10px/13px "Poppins", Arial, sans-serif;
  min-width: 20px;
  min-height: 13px;
}

.post-list2 {
  padding: 0;
  margin: -5px 0 0;
  list-style: none;
  overflow: hidden;
  color: #505050;
  font: 11px/15px "Poppins", Arial, sans-serif;
}

.post-list2 li {
  overflow: hidden;
  margin: 0 0 12px;
  padding: 0 0 16px;
  border-bottom: 1px solid #eee;
}

#content .post-list2 li {
  padding: 0 0 4px;
  margin: 0 0 17px;
}

.post-list2 li:last-child {
  border: 0;
}

.post-list2 .alignleft {
  float: left;
  margin: 5px 12px 5px 0px;
  width: 125px;
  height: 95px;
}

.post-list2 .text-holder {
  overflow: hidden;
}

.post-list2 .title {
  margin: 0 0 7px;
  display: block;
  color: #000;
  font: 18px/22px "Poppins", Arial, sans-serif;
  font-weight: bold;
}

.post-list2 .title a {
  color: #202020;
}

.post-list2 .red a {
  color: #ab0000 !important;
}

.post-list2 .bold a {
  font-weight: bold !important;
}

#main .post-list2 p {
  margin: 0 0 22px;
}

#content .post-list2 p {
  margin: 0 0 10px;
}

.post-list2 p .name {
  color: #f4c402;
  font-weight: 700;
}

.post-list2 a {
  color: #000;
}

.post-list2 .info-block {
  overflow: hidden;
}

.post-list2 .info-block .name {
  float: left;
  background: url(../images/bg-name.png) no-repeat 0 1px;
  margin: 0 11px 3px 0;
  padding: 0 0 0 15px;
  color: #b7aab9;
  font: 10px/13px "Poppins", Arial, sans-serif;
  min-width: 20px;
  min-height: 13px;
}

.post-list2 .info-block .time {
  float: left;
  background: url(../images/bg-time.png) no-repeat 0 1px;
  margin: 0 12px 3px 0;
  padding: 0 0 0 17px;
  color: #b7aab9;
  font: 10px/13px "Poppins", Arial, sans-serif;
  min-width: 20px;
  color: #171717;
  min-height: 13px;
}

.post-list2 .info-block .respond {
  float: left;
  background: url(../images/bg-respond.png) no-repeat 0 1px;
  margin: 0 12px 3px 0;
  padding: 0 0 0 17px;
  color: #b7aab9;
  font: 10px/13px "Poppins", Arial, sans-serif;
  min-width: 20px;
  min-height: 13px;
}

.comments-form {
  font: 14px/19px Arial, sans-serif;
  overflow: hidden;
  margin: 10px 5px 10px 0;
  padding: 16px 0 0 0;
  color: #616161;
  border-top: 1px solid #b3b3b3;
}

.comments-form fieldset {
  clear: both;
}

.comments-form .input-holder {
  overflow: hidden;
  margin: 0 0 16px;
}

.comments-form label {
  width: 20%;
  float: left;
  display: block;
  margin: 0 0 10px;
  color: #414141;
  font: 16px/21px Arial, sans-serif;
}

.comments-form input[type="text"] {
  width: 30%;
  height: 31px;
  padding: 5px 6px;
  margin: 0;
  border: 1px solid #afafaf;
  color: #414141;
  font: 16px/21px Arial, sans-serif;
  font-weight: bold;
  float: left;
  border-radius: 0;
}

.comments-form textarea {
  width: 80%;
  padding: 5px 6px;
  border: 1px solid #afafaf;
  color: #414141;
  font: 16px/21px Arial, sans-serif;
  float: left;
  border-radius: 0;
  overflow: auto;
  height: 75px;
  margin: 0 0 8px;
}

.comments-form .submit-holder {
  clear: both;
  overflow: hidden;
  margin: -2px 0 0;
}

.comments-form input[type="submit"] {
  float: right;
  padding: 0;
  margin: 0;
  border: 0;
  background: url(../images/btn-submit.png) no-repeat;
  width: 106px;
  height: 33px;
  cursor: pointer;
  color: #000;
  border-radius: 0;
  font: 13px/15px Arial, sans-serif;
}

.comments-form .note-holder {
  width: 80%;
  float: right;
  overflow: hidden;
  color: #acacac;
  font: 14px/23px Arial, sans-serif;
}

.comments-form .note-holder .title {
  font: 18px/23px Arial, sans-serif;
  display: block;
}

.comments-form .note-holder p {
  margin: 0;
}

.comments-form .good {
  color: #00a300;
}

.comments-form .bad {
  color: #ab0000;
}

.send-news-form {
  font: 17px/23px Arial, sans-serif;
  overflow: hidden;
  margin: 0 28px 1px 0;
  color: #616161;
}

#main .send-news-form h2 {
  font: 36px/36px "Poppins", Arial, sans-serif;
  text-transform: none;
  color: #1f4498;
  margin: 0 0 21px;
}

#main .send-news-form h3 {
  font: 18px/23px Arial, sans-serif;
  color: #616161;
  margin: 0 0 17px;
}

.send-news-form p {
  margin: 0 0 20px;
}

.send-news-form .input-holder {
  overflow: hidden;
  margin: 0 0 16px;
}

.send-news-form label {
  display: block;
  margin: 0 0 10px;
  color: #414141;
  font: 18px/23px Arial, sans-serif;
}

.send-news-form input[type="text"],
.send-news-form textarea {
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  margin: 0;
  border: 1px solid #afafaf;
  color: #414141;
  font: 18px/23px Arial, sans-serif;
  float: left;
  border-radius: 0;
}

.send-news-form textarea {
  overflow: auto;
  height: 298px;
  width: 100% !important;
  margin: 0 0 8px;
}

.send-news-form .input-frame {
  float: left;
  width: 48.75%;
  margin: 0 0 0 2.5%;
}

.send-news-form .input-frame:first-child {
  margin: 0;
}

.send-news-form .max {
  float: right;
  color: #414141;
  font: 12px/15px Arial, sans-serif;
}

.send-news-form .file-holder {
  overflow: hidden;
  margin: -21px 0 20px;
}

.send-news-form .file-holder label {
  float: left;
  margin: 0 6px 0 0;
}

.send-news-form .file-holder input[type="file"] {
  font: 13px/15px Arial, sans-serif;
  height: 24px;
  float: left;
  padding: 0;
  margin: 0;
  color: #414141;
  border: 0;
}

.send-news-form .submit-holder {
  overflow: hidden;
  margin: -2px 0 28px;
}

.send-news-form input[type="submit"] {
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
  background: url(../images/btn-submit.png) no-repeat;
  width: 106px;
  height: 33px;
  cursor: pointer;
  color: #000;
  border-radius: 0;
  font: 13px/15px Arial, sans-serif;
}

.send-news-form .note-holder {
  overflow: hidden;
  color: #acacac;
  font: 14px/23px Arial, sans-serif;
}

.send-news-form .note-holder .title {
  font: 18px/23px Arial, sans-serif;
  display: block;
}

.send-news-form .note-holder p {
  margin: 0;
}

.search-holder {
  overflow: hidden;
  padding: 13px 0 0;
}

#content .search-holder .ad-holder {
  margin: 0 0 36px;
}

#main .search-holder h2 {
  font: 700 20px/24px "Poppins", Arial, sans-serif;
  margin: 0 0 16px;
  color: #000;
  text-transform: none;
}

.search-form2 {
  overflow: hidden;
  margin: 0 0 24px;
}

.search-form2 .text {
  float: left;
  border: 2px solid #d3d3d3;
  width: 85%;
  height: 41px;
  color: #333;
  padding: 0 10px;
  margin: 0;
  background: #fff;
  font: 700 14px/18px "Poppins", Arial, sans-serif;
  border-radius: 0;
}

.search-form2 input[type="submit"] {
  float: left;
  width: 14.5%;
  height: 41px;
  padding: 0;
  margin: 0;
  border: 0;
  background: #0077ee;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  font: 700 18px/22px "Poppins", Arial, sans-serif;
}

.search-form2 input[type="submit"]:hover {
  cursor: pointer;
}

#content .search-holder .post-list2 p {
  margin: 0 0 7px;
}

.quiz-holder {
  /*overflow: hidden;*/
  padding: 2px 0 0 10px;
}

.quiz-holder .category {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 8px 12px 7px;
  min-width: 145px;
  text-align: center;
  background: rgb(0,0,0);
  background: linear-gradient(140deg, rgba(0,0,0,1) 50%, rgba(115,0,3,1) 90%, rgba(179,0,5,1) 100%);
  margin: 15px 0 15px;
  text-transform: uppercase;
  font: 700 15px / 18px "Poppins", Arial, sans-serif;
  border-radius: 6px;
}

#content .quiz-holder h1 {
  margin: 0 0 13px;
  font-size: 41px;
  font-family: "Poppins", Arial, sans-serif;
  color: #202020;
}

#content .quiz-holder h2 {
  text-transform: none;
  font: 36px/40px "Poppins", Arial, sans-serif;
  margin: 0 0 13px;
  color: #575757;
}

#content .quiz-holder h3 {
  text-transform: none;
  font: 20px/24px "Poppins", Arial, sans-serif;
  margin: -4px 0px 16px;
  color: #575757;
}

#content .quiz-holder .date-info {
  float: left;
  overflow: hidden;
  margin: 0 0 9px;
  color: #898989;
  font: 13px/16px "Poppins", Arial, sans-serif;
}

#content .quiz-holder .view-info {
  float: right;
  overflow: hidden;
  margin: 0 0 9px;
  color: #898989;
  font: 13px/16px "Poppins", Arial, sans-serif;
}

.quiz-holder .author-info {
  overflow: hidden;
  margin: 0 0 21px;
}

.quiz-holder .author-info .alignleft {
  float: left;
  margin: 5px 8px 0px 0px;
  width: 48px;
  height: auto;
}

.quiz-holder .author-info .holder {
  overflow: hidden;
}

.quiz-holder .author-info .name {
  display: block;
  font: 700 18px/22px "Poppins", Arial, sans-serif;
  color: #575757;
}

.quiz-holder .author-info .position {
  display: block;
  margin: -3px 0 0;
  font: 15px/18px "Poppins", Arial, sans-serif;
  color: #b3b3b3;
}

.quiz-holder .share-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  overflow: hidden;
  display: table;
  width: 100%;
  height: 39px;
}

.quiz-holder .share-list li {
  display: table-cell;
  vertical-align: top;
  padding: 0 1px 4px;
}

.quiz-holder .share-list li a {
  padding: 0 0 0 4px;
  display: block;
}

.quiz-holder .share-list li a.fb {
  background-color: #375d9e;
}

.quiz-holder .share-list li a.tw {
  background-color: #55acee;
}

.quiz-holder .share-list li a.gp {
  background-color: #dd4b39;
}

.quiz-holder .share-list li a.vk {
  background-color: #4d75a3;
}

.quiz-holder .share-list li a.ok {
  background-color: #ed812b;
}

.quiz-holder .share-list li a.mr {
  background-color: #168de2;
}

.quiz-holder .share-list li a.yt {
  background-color: #e52d27;
}

.quiz-holder .share-list li a.li {
  background-color: #0073b2;
}

.quiz-holder .share-list li a.wa {
  background-color: #244242;
}

.quiz-holder .share-list li a.tg {
  background-color: #0095d7;
}

.quiz-holder .share-list li a.print {
  background-color: #555555;
}

.quiz-holder .share-list li:first-child a {
  padding: 0;
}

.quiz-holder .share-list img {
  display: block;
  height: 39px;
  max-width: 100%;
}

h4.box {
  color: #fff;
  background-color: #1f4498;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  display: block;
  float: left;
  margin: 20px 0 20px 0;
  font-size: 16px;
  line-height: 23px;
}

h4.box_wide {
  color: #fff;
  background-color: #1f4498;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  display: block;
  margin: 20px 0 20px 0;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

#comments_form_holder {
  clear: both;
}

.tags_list {
  height: 31px;
  margin: 10px 0 40px 0;
  clear: both;
}

.tags_list h4 {
  color: #fff;
  background-color: #1f4498;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  margin-right: 1px;
  display: inline-block;
  margin: 0 0 5px 0;
  float: left;
  font-size: 16px;
  line-height: 23px;
  /* text-transform: uppercase; */
}

.tags_list a {
  color: #1f4498;
  background-color: #eee;
  padding: 4px 10px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  /* text-transform: uppercase; */
}

.tags_list a:hover {
  color: #fff;
  background-color: #1f4498;
}

.vote-holder .c-vote-p {
  margin-left: 20px;
  height: 16px;
  padding-left: 20px;
  background: url(../images/thumb_up.png) no-repeat 0 0;
  background-size: 16px 16px;
  cursor: pointer;
  color: #00a900;
}

.vote-holder .c-vote-n {
  margin-left: 20px;
  height: 16px;
  padding-left: 20px;
  background: url(../images/thumb_down.png) no-repeat 0 0;
  background-size: 16px 16px;
  cursor: pointer;
  color: #c80000;
}

.vote-holder .voted {
  cursor: default !important;
  font-weight: bold;
  font-size: 1.2em;
}

.quiz-holder .list {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  overflow: hidden;
}

.quiz-holder .list li {
  overflow: hidden;
  margin: 0 0 11px;
  background: #f7f7f7;
}

.quiz-holder .list.no-img li {
  margin: 0 0 15px;
}

.quiz-holder .list li a {
  display: block;
  color: #000;
}

.quiz-holder .list li a:hover {
  text-decoration: underline;
}

.quiz-holder .list li .alignleft {
  float: left;
  margin: 0 13px 0 0;
  width: 47.5%;
}

.quiz-holder .list li .holder {
  padding: 16px 10px 10px 0;
  overflow: hidden;
}

.quiz-holder .list.no-img li .holder {
  padding: 17px 24px 18px;
  background: #e8e8e8;
}

.quiz-holder .list .type {
  display: block;
  font: 14px/18px "Poppins", Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.quiz-holder .list.no-img li .holder .type {
  margin: 0 0 5px;
}

.quiz-holder .list .title {
  display: block;
  font: 700 23px/28px "Poppins", Arial, sans-serif;
  color: #525252;
}

.quiz-holder .content-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
}

.quiz-holder .gallery-img {
  display: block;
  max-width: 100%;
  max-height: 800px;
  margin: 0 auto 30px auto;
}

.quiz-holder .img-title {
  display: block;
  font: 14px/18px "Poppins", Arial, sans-serif;
  color: #161616;
  margin: -20px 0px 43px;
}

.quiz-holder .photo-holder {
  overflow: hidden;
  margin: 0 0 16px;
  padding: 24px 0 0;
}

.quiz-holder .photo-holder h4 {
  margin: 0 0 9px;
  font: 14px/18px "Poppins", Arial, sans-serif;
  color: #161616;
}

.quiz-holder .photo-list2 {
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  overflow: hidden;
  clear: both;
}

.quiz-holder .photo-list2 li {
  float: left;
  margin: 0 0 5px 5px;
}

.quiz-holder .photo-list2 li img {
  display: block;
  height: 120px;
}

#news_gal {
  clear: both;
}

#news_gal .news_gal_element {
  width: 200px;
  padding: 0 10px 10px 0;
}

.quiz-holder p {
  margin: 0 0 16px;
}

.load-more {
  display: block;
  color: #0067bf;
  font: 700 14px/16px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #0067bf;
  padding: 12px 10px;
  margin: 20px 0 20px 0;
}

.load-more.margin {
  margin: 0 0 50px;
}

#content .search-holder .post-list2 li {
  margin: 0 0 12px;
  padding: 0 0 17px;
}

#sidebar {
  float: right;
  margin: 0 0 0 -24%;
  padding: 3px 0 0;
  width: 24%;
}

#sidebar.top {
  padding: 0 0;
}

#sidebar .ad-holder {
  /*overflow: hidden;*/
  margin: 0 auto 22px auto;
  width: 100%;
  /*background-color: #E5E5E5;*/
}

#sidebar .ad-holder div {
  margin: 0 auto;
}

#sidebar .story-list {
  padding: 19px 7.3% 19px;
  margin: 0 6px 20px 0;
  list-style: none;
  overflow: hidden;
  background: #f0f0f0;
  color: #505050;
  font: 15px/19px "Poppins", Arial, sans-serif;
  border-radius: 12px;
}

#sidebar .story-list li {
  padding: 0 0 3px;
}

#sidebar .story-list a {
  display: block;
  color: #505050;
}

#sidebar .story-list .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/btn-play2.png") no-repeat scroll 0% 0% transparent;
  background-size: 60px 60px;
  margin: -30px 0 0 -30px;
}

#sidebar .story-list .img-holder {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 8px;
}

#sidebar .story-list .img-holder img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

#sidebar .story-list .img-holder .comments {
  position: absolute;
  bottom: 11px;
  padding: 2px 5px 2px 5px;
  background: #000000b3;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font: 700 11px/13px "Poppins", Arial, sans-serif;
}

.no-touch #sidebar .story-list .img-holder .comments {
  display: none;
}

#sidebar .story-list .img-holder .comments span {
  background-size: 11px 11px;
  padding: 0 13px 0 0;
}

.no-touch #sidebar .story-list a:hover .img-holder .comments {
  display: block;
}

#sidebar .story-list .info-holder {
  overflow: hidden;
  color: #949494;
  display: block;
  font: 700 10px/13px "Poppins", Arial, sans-serif;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 7.3% 9px;
  margin: 0 -7.3% 7px;
}

#sidebar .story-list .info-holder .date {
  float: left;
  color: #171717;
  margin: 0 7px 0 0;
}

.no-touch #sidebar .story-list .info-holder .date,
.no-touch #sidebar .story-list .info-holder .time,
.no-touch #sidebar .story-list .info-holder .rating {
  /*visibility: hidden;*/
}

#sidebar .story-list .info-holder .time {
  position: relative;
  padding: 0 0 0 4%;
  float: left;
}

#sidebar .story-list .info-holder .time:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 9px;
  background: #949494;
  content: "";
}

#sidebar .story-list .info-holder .rating {
  padding: 0;
  float: right;
  margin: 4px 0 0;
}

.no-touch #sidebar .story-list a:hover .rating,
.no-touch #sidebar .story-list a:hover .date,
.no-touch #sidebar .story-list a:hover .time {
  visibility: visible;
}

#sidebar .story-list .text {
  display: block;
  color: #202020;
  font-weight: 600;
}

.win-form {
  overflow: hidden;
  margin: 19px 0 0 0;
}

.win-form .check-holder {
  overflow: hidden;
  border-top: 2px solid #e5e5e5;
}

.win-form input[type="radio"] {
  display: none;
}

.win-form label {
  overflow: hidden;
  padding: 10px 0 6px;
  display: block;
  cursor: pointer;
}

.win-form .text {
  float: left;
  color: #505050;
  padding: 1px 0 0;
  font: 12px/15px "Poppins", Arial, sans-serif;
  border-radius: 0;
  width: 90%;
}

.win-form .col {
  float: right;
  color: #818181;
  display: none;
  padding: 1px 0 0;
  font: 700 11px/13px "Poppins", Arial, sans-serif;
}

.win-form .radioArea {
  float: left;
  width: 10%;
  height: 15px;
  padding: 0 2px 0 0;
  background: url(../images/bg-check.png) no-repeat;
}

.win-form .radioAreaChecked {
  background-position: -23px 0;
}

.win-form label.active .text {
  color: #000;
}

.win-form label.active .col {
  display: block;
}

.win-form .submit-holder {
  overflow: hidden;
  border-top: 2px solid #e5e5e5;
  padding: 18px 0;
}

.win-form .submit-holder .vote {
  float: left;
  width: 45.5%;
  background: #000;
  color: #fff;
  text-align: center;
  font: 13px/16px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  padding: 5px 0;
}

.win-form .submit-holder .result {
  float: left;
  width: 45.5%;
  background: #c8c8c8;
  color: #727272;
  text-align: center;
  font: 13px/16px "Poppins", Arial, sans-serif;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0px 0px 0px 7.2%;
}

.tab-section {
  overflow: hidden;
  margin: 0 0 20px 0;
}

.tabset {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    display: table;
    width: 100%;
    border-collapse: collapse;
    text-transform: uppercase;
    font: 13px / 16px "Poppins", Arial, sans-serif;
    border-radius: 8px;
    background: #f5f5f5;
}

.tabset li {
  text-align: center;
  display: table-cell;
  width: 50px;
}

.tabset li:first-child {
  border: 0;
}

.tabset a {
  padding: 14px 0px 15px;
  position: relative;
  background: #00000000;
  display: block;
}

.tabset a:hover {
  text-decoration: underline;
  color: #000;
}

.tabset .active a {
  padding: 13px 0 15px;
  margin: 0 0 -2px;
  background: rgb(113,0,3);
  background: linear-gradient(140deg, rgba(113,0,3,1) 11%, rgba(179,0,5,1) 50%, rgba(113,0,3,1) 90%);
  color: #ffffff;
  border-radius: 8px;
}

.tab-content {
  overflow: hidden;
}

.tab-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font: 12px/15px "Poppins", Arial, sans-serif;
}

.tab-content ul > li {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: #fbfbfb;
}

.tab-content ul > li > a {
  display: block;
  float: left;
  padding: 10px 0 15px 0;
  color: #505050;
  /*height: 63px;*/
  position: relative;
  width: 65%;
}

.tab-content ul > li > img {
  display: block;
  width: 84px;
  height: 72px;
  padding: 10px 10px 10px 0;
  float: left;
}

.tab-content ul > li > a:hover {
  color: #000;
  text-decoration: none;
}

.tab-content ul > li > a:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 -5px;
  width: 1px;
  content: "";
}

.tab-content ul > li .align {
  width: 100%;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}

.tab-content ul > li .text {
  display: block;
  color: #202020;
  font-weight: bold;
}

.tab-content ul .info-holder {
  /*    position: absolute;
        top: 5px;
        left: 30%;*/
  display: block;
  width: 100%;
  overflow: hidden;
  color: #949494;
  font: 700 10px/14px "Poppins", Arial, sans-serif;
}

.no-touch .tab-content ul .info-holder {
  visibility: visible;
}

.no-touch .tab-content ul a:hover .info-holder {
  visibility: visible;
}

.tab-content ul .info-holder .comment {
  float: left;
  margin: 0 1em 0 0;
}

.tab-content ul .info-holder .comment span {
  padding: 0 0 0 13px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/bg-comments2.png) no-repeat 0 3px;
  background-size: 11px 9px;
}

.tab-content ul .info-holder .time {
  float: left;
  margin: 0 1em 0 0;
  padding: 0 0 0 12px;
  color: #202020;
  display: inline-block;
  vertical-align: top;
  background-size: 9px 9px;
}

.tab-content ul .info-holder .views {
  float: left;
  margin: 0 1em 0 0;
  padding: 0 0 0 17px;
  display: inline-block;
  vertical-align: top;
  background-size: 14px 9px;
}

.tab-content ul .rating {
  padding: 0;
  float: right;
  margin: 4px 0 0;
}

.side-list {
  padding: 4px 24px 0 16px;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font: 600 15px/18px "Poppins", Arial, sans-serif;
}

.side-list li {
  padding: 0 0 10px;
  margin: 0 0 19px;
  overflow: hidden;
}

.side-list a {
  color: #444;
  display: block;
}

.side-list a:hover {
  text-decoration: underline;
}

.side-list img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 6px;
}

.side-list .title {
  display: block;
}

.large-ad-holder {
  /*overflow: hidden;*/
  clear: both;
  background: #dadada;
  padding: 15px 0;
}

.large-ad-holder.margin {
  margin: 0 0 27px;
}

.large-ad-holder div {
  display: block;
  max-width: 726px;
  /*  border:1px solid #b6b6b6;*/
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.player-holder {
  width: 100%;
  overflow: hidden;
  margin: 0 0 18px;
}

.player-holder .video-block {
  overflow: hidden;
  position: relative;
}

.player-holder .video-window {
  overflow: hidden;
  width: 100%;
}

.player-holder .video-window > img {
  display: block;
  height: auto;
  width: 100%;
}

.player-holder .video-block .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 93px;
  height: 92px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/btn-play2.png) no-repeat;
  margin: -76px 0px 0px -47px;
}

.player-holder .video-block .like-holder {
  position: absolute;
  top: 19px;
  right: 19px;
  color: #fff;
  font: 700 14px/17px "Poppins", Arial, sans-serif;
}

.player-holder .like-holder .comment {
  background: url(../images/bg-comments4.png) no-repeat;
  padding: 0px 11px 0px 25px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.player-holder .like-holder .comment:after {
  position: absolute;
  top: 3px;
  right: 0;
  width: 4px;
  height: 13px;
  background: url(../images/sep-comments.png) no-repeat;
  content: "";
}

.player-holder .like-holder .like {
  background: url(../images/bg-like.png) no-repeat 0 2px;
  margin: 0 0 0 2px;
  padding: 0 0 0 23px;
  display: inline-block;
  vertical-align: top;
}

.player-holder .control-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1f1f1f;
  padding: 15px 2.4% 19px 4%;
}

.player-holder .control-holder .title {
  display: block;
  color: #fff;
  font: 16px/19px "Poppins", Arial, sans-serif;
  margin: 0 0 -2px;
}

.player-holder .control-holder .title .date {
  color: #ead41b;
  padding: 0 10px 0 0;
}

.player-holder .control-panel {
  width: 100%;
}

.player-holder .control-panel:after {
  display: block;
  clear: both;
  content: "";
}

.player-holder .control-panel .play {
  float: left;
  width: 16px;
  height: 18px;
  margin: 18px 2.5% 0 1px;
  background: url(../images/bg-play.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.player-holder .control-panel .frame {
  float: left;
  width: 89%;
}

.player-holder .control-panel .slider-holder {
  float: left;
  width: 79.5%;
  position: relative;
  height: 7px;
  border-radius: 4px;
  background: #999;
  margin: 24px 2.4% 0 0;
}

.player-holder .control-panel .slider-holder .handle {
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  height: 13px;
  background: #fff;
  border-radius: 4px;
}

.player-holder .control-panel .slider-holder .slider-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  background: #e4a204;
  border-radius: 4px;
  height: 7px;
}

.player-holder .control-panel .time-holder {
  float: left;
  margin: 19px 0 0;
}

.player-holder .control-panel .countdown {
  float: left;
  color: #fff;
  width: 55px;
  margin: 0 3px 0 0;
  font: 12px/15px "Poppins", Arial, sans-serif;
}

.player-holder .control-panel .time {
  float: left;
  color: #ead41b;
  width: 55px;
  font: 12px/15px "Poppins", Arial, sans-serif;
}

.player-holder .control-panel .volume-holder {
  float: right;
  width: 40px;
  position: relative;
}

.player-holder .control-panel .volume-holder .volume {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/bg-volume.png) no-repeat;
}

.player-holder .control-panel .volume-range {
  position: absolute;
  top: -84px;
  left: 50%;
  height: 76px;
  width: 7px;
  margin: 0 0 0 -2px;
  border: 1px solid #fff;
  border-radius: 1px;
}

.player-holder .control-panel .volume-range .handle {
  position: absolute;
  bottom: 54%;
  left: -6px;
  border: 5px solid #dcdcdc;
  border-radius: 9px;
  background: #000;
  text-indent: -9999px;
  overflow: hidden;
  width: 17px;
  height: 17px;
}

.player-holder .control-panel .volume-range .volume-frame {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 1px;
  background: #fff;
  height: 54%;
}

.player-holder .video-nav {
  float: right;
  width: 248px;
  background: #e4a204;
  color: #fff;
  position: relative;
  height: 100%;
  padding: 0 0 40px;
}

.player-holder .video-nav .more {
  position: absolute;
  bottom: 16px;
  right: 10px;
  font: 700 12px/15px "Poppins", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: url(../images/arrow-more.png) no-repeat 100% 50%;
  padding: 0 14px 0 0;
}

.player-holder .video-nav .more:hover {
  text-decoration: underline;
}

.player-holder .video-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  max-height: 628px;
  font: 14px/17px "Poppins", Arial, sans-serif;
  color: #000;
}

.player-holder .video-nav ul li {
  border-bottom: 1px solid #aa7903;
  overflow: hidden;
  padding: 7px 2.5% 8px 3.5%;
  margin: 0 0 5px;
}

.player-holder .video-nav ul li .holder {
  overflow: hidden;
  margin: 0 0 6px;
}

.player-holder .video-nav ul .img-holder {
  float: left;
  position: relative;
  margin: 2px 10px 0 0;
  width: 50%;
}

.player-holder .video-nav ul .img-holder .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 30px;
  background: url(../images/btn-play3.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin: -15px 0 0 -15px;
}

.player-holder .video-nav ul .img-holder img {
  display: block;
  height: auto;
  width: 100%;
}

.player-holder .video-nav ul a {
  color: #fff;
}

.player-holder .video-nav ul a:hover {
  text-decoration: underline;
}

.player-holder .video-nav ul .info-area {
  overflow: hidden;
  color: #fff;
  font: 600 10px/13px "Poppins", Arial, sans-serif;
}

.player-holder .video-nav ul .info-area .views {
  background: url(../images/bg-views.png) no-repeat 0 50%;
  padding: 0 0 0 21px;
  display: inline-block;
  vertical-align: top;
}

.player-holder .video-nav ul .info-area .like {
  position: relative;
  background: url(../images/bg-like2.png) no-repeat 12px 50%;
  padding: 0 0 0 27px;
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: top;
}

.player-holder .video-nav ul .info-area .like:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  background: #fff;
  content: "";
  margin: -1px 0 0;
}

#main .list-holder {
  overflow: hidden;
  padding: 21px 0 0 0;
  clear: both;
  margin-bottom: 50px;
}

#main .list-holder ul {
  padding: 0;
  margin: 0 0 -20px -2%;
  list-style: none;
  overflow: hidden;
  font: 600 18px/22px "Poppins", Arial, sans-serif;
  letter-spacing: -0.02em;
}

#main .list-holder ul li {
  display: inline-block;
  vertical-align: top;
  width: 30.32%;
  margin: 0 0 29px 2.6%;
}

#main .list-holder ul img {
  display: block;
  height: 171px;
  width: 229px;
  margin: 0 0 10px;
}

#main .list-holder ul a {
  color: #444;
  display: block;
}

#main .list-holder ul a:hover {
  text-decoration: underline;
}

#main .list-holder ul .title {
  display: block;
  color: #202020;
}

.page-holder {
  overflow: hidden;
}

.page-tabset {
  padding: 0;
  margin: 0 0 32px -5.3%;
  list-style: none;
  overflow: hidden;
  font: 700 16px/19px "Poppins", Arial, sans-serif;
}

.page-tabset li {
  float: left;
  margin: 0 0 5px 5%;
}

.page-tabset a {
  color: #224ba8;
  text-decoration: underline;
}

.page-tabset a:hover {
  text-decoration: none;
}

.page-tabset .active a {
  color: #e6e6e6;
  text-decoration: none;
}

#content .page-holder h2 {
  font: 36px/40px "Poppins", Arial, sans-serif;
  margin: 0 0 33px;
  color: #575757;
  text-transform: none;
}

#content .tab-area p {
  margin: 0 0 16px;
}

.category-list {
  padding: 2px 0 0;
  margin: 0 0 36px;
  list-style: none;
  overflow: hidden;
}

.category-list li {
  margin: 0 0 15px;
  overflow: hidden;
}

.category-list .alignleft {
  float: left;
  width: 28%;
  margin: 6px 2.2% 0px 0px;
}

.category-list .text-holder {
  overflow: hidden;
  color: #414141;
  font: 14px/17px "Poppins", Arial, sans-serif;
}

.category-list .text-holder .title {
  display: block;
  margin: 0 0 10px;
  color: #414141;
  font: 24px/29px "Poppins", Arial, sans-serif;
}

.category-list .text-holder .title a {
  color: #414141;
}

.category-list .text-holder .title a:hover {
  text-decoration: underline;
}

.category-list .text-holder p {
  min-height: 34px;
  margin: 0 0 13px;
}

.category-list .text-holder .info-holder {
  overflow: hidden;
}

.category-list .text-holder .name {
  float: left;
  margin: 0 10px 0 0;
  background: url(../images/bg-name2.png) no-repeat 3px 4px;
  padding: 0 0 0 17px;
  color: #aaa;
  font: 10px/17px "Poppins", Arial, sans-serif;
}

.category-list .text-holder .time {
  float: left;
  background: url("../images/bg-time.png") no-repeat scroll 0px 2px transparent;
  margin: 0 10px 0 0;
  padding: 0 0 0 17px;
  color: #b7aab9;
  font: 10px/17px "Poppins", Arial, sans-serif;
}

.category-list .text-holder .comments {
  float: left;
  margin: 0 10px 0 0;
  background: url(../images/bg-comments3.png) no-repeat 0 4px;
  padding: 0 0 0 16px;
  color: #aaa;
  font: 10px/17px "Poppins", Arial, sans-serif;
}

.content-img-gallery {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
}

.content-img-gallery .btn-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 52px;
  text-indent: -9999pc;
  overflow: hidden;
  background: url(../images/btn-gallery3.png) no-repeat;
  z-index: 10;
  margin: -26px 0 0;
}

.content-img-gallery .btn-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 52px;
  text-indent: -9999pc;
  overflow: hidden;
  background: url(../images/btn-gallery3.png) no-repeat -28px 0;
  z-index: 10;
  margin: -26px 0 0;
}

.content-img-gallery .slideset {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
}

.content-img-gallery .slideset li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}

.content-img-gallery .slideset li.active {
  position: relative;
  display: block;
}

.content-img-gallery .slideset li img {
  display: block;
  height: auto;
  width: 100%;
}

#content .img-list {
  padding: 0;
  margin: 0 0 10px -2.2%;
  list-style: none;
  overflow: hidden;
}

#content .img-list li {
  float: left;
  width: 31.1%;
  margin: 0 0 2.2% 2.2%;
}

#content .img-list li img {
  display: block;
  height: auto;
  width: 100%;
}

.rating {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 35px;
  height: 6px;
  background: url(../images/bg-rating.png) no-repeat;
}

.rating li {
  position: relative;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.rating li:first-child {
  margin: 0;
}

.rating li span {
  display: block;
  width: 6px;
  height: 6px;
  text-decoration: none;
  text-indent: -9999px;
  z-index: 2;
  position: absolute;
  top: 0;
  padding: 0;
  cursor: pointer;
}

.rating li span:hover,
.rating li.active span {
  background: url(../images/bg-rating.png) 0 100%;
  z-index: 1;
  left: 0;
}

.rating span.one-star {
  left: 0px;
}

.rating span.one-star:hover,
.rating li.active span.one-star {
  width: 6px;
}

.rating span.two-stars {
  left: 8px;
}

.rating span.two-stars:hover,
.rating li.active span.two-stars {
  width: 14px;
}

.rating span.three-stars {
  left: 16px;
}

.rating span.three-stars:hover,
.rating li.active span.three-stars {
  width: 20px;
}

.rating span.four-stars {
  left: 22px;
}

.rating span.four-stars:hover,
.rating li.active span.four-stars {
  width: 28px;
}

.rating span.five-stars {
  left: 30px;
}

.rating span.five-stars:hover,
.rating li.active span.five-stars {
  width: 35px;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.isotope-loading {
  clear: both;
  background-image: url("../images/loader-light-blue.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  margin-bottom: 20px;
}

.fb-like {
  /*    transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        -moz-transform: scale(1.3);*/
}

.gallery-grid-holder {
  width: 100%;
  overflow: hidden;
  margin: 2px 0 40px 0;
  border-spacing: 5px;
  border-collapse: separate;
}

.gallery-grid-holder td {
  position: relative;
  overflow: hidden;
}

.gallery-grid-holder td.big {
  width: 40%;
  padding: 0 2px 3px 0;
}

.gallery-grid-holder td.small {
  width: 20%;
  padding: 0 0 2px 0;
}

.gallery-grid-holder img {
  display: block;
  border: 0;
  width: 398px;
  height: 298px;
}

.smallimage {
  width: 200px !important;
  height: 142px !important;
}

.gallery-grid-holder .title {
  position: absolute;
  left: 0px;
  right: 2px;
  bottom: 10px;
  overflow: hidden;
  padding: 10px 5px 10px 7px;
  background: none repeat scroll 0% 0% #000000b3;
  color: #fff;
  font: 12px/14px "Poppins", Arial, sans-serif;
  visibility: hidden;
}

.gallery-grid-holder td:hover .title {
  visibility: visible;
}

.gallery-nav {
  display: block;
  list-style: none;
  padding: 0 0;
  margin: 0 0 20px 0;
  height: 40px;
}

.gallery-nav li {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}

.gallery-nav li a {
  display: block;
  padding: 8px 12px;
  background-color: #1f4498;
  color: #ffffff;
}

.gallery-nav li span {
  display: block;
  box-sizing: border-box;
  padding: 8px 12px;
  background-color: #ffffff;
  background-color: #6699ff;
  color: #ffffff;
}

.social-banner {
  margin-top: 10px;
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 10px 20px;
  text-align: center;
  display: block;
  position: relative;
}

.social-banner a {
  font-size: 18px;
  font-weight: bold;
  color: #0067bf;
}

.social-banner img {
  height: 36px;
  width: 36px;
  margin-right: 5px;
}

.saat {
  float: right;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 13px;
  color: black;
}

.swiper-buyukManset {
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

.swiper-buyukMansets {
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

.buyukManset {
  width: 860px;
  height: 440px;
  overflow: hidden;
  float: left;
  display: block;
}

.buyukManset a {
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  display: block;
  width: 860px;
  height: 440px;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
  position: relative;
}

.buyukManset img {
  width: 747px;
  height: 440px;
}

.buyukManset strong {
  width: 720px;
  font-size: 17px;
  font-weight: 800;
  overflow: hidden;
  font-family: "Poppins", Arial, sans-serif;
  padding: 20px;
  margin: 0 15px;
  display: block;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.73);
  text-overflow: ellipsis;
  border-left: 10px solid #b30005;
  filter: alpha(opacity=0);
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
  border-radius: 6px;
}

.buyukManset a:hover strong {
  border-left: 10px solid #fff;
}

.swiper-buyukManset {
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

.swiper-buyukMansets {
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

.noktalar4buyukManset {
  width: 100% !important;
  bottom: 51px !important;
  position: relative;
  z-index: 999;
  float: left;
}

.noktalar4buyukManset .swiper-pagination-bullet {
  margin: 0 !important;
  width: 48px;
  height: 18px;
  padding: 12px 0 18px;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  background: #f9f9f9;
  color: #454545;
  font-weight: 900;
  font-size: 18px;
  margin: 0 9.99px 0 0 !important;
  border-radius: 3px;
}

.noktalar4buyukManset .swiper-pagination-bullet:nth-of-type(15n) {
  margin: 0 !important;
}

.noktalar4buyukManset .swiper-pagination-bullet-active {
  opacity: 1;
  background: #151515;
  font-family: "Poppins", Arial, sans-serif;
  color: #fff;
}

.sagGenelBaslik {
  float: left;
  margin: 20px 0;
  position: relative;
  width: 100%;
}

.sagGenelBaslik:before {
  content: "";
  background: #efefef;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  z-index: 0;
}

span.sagGenelBaslik2 {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  margin-right: 20px;
  float: right;
  background: rgb(113,0,3);
  background: linear-gradient(140deg, rgba(113,0,3,1) 11%, rgba(179,0,5,1) 50%, rgba(113,0,3,1) 90%);
  border-radius: 6px;
}

.haberDetaySosyal {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.haberDetaySosyal i {
  font-size: 17px;
  margin-right: 5px;
  padding: 14px 0;
  width: 48px;
  overflow: hidden;
  display: block;
  text-align: center;
  color: #101010;
  float: left;
  border-radius: 6px;
}

.haberDetaySosyal i.fa-facebook-f {
  background: #f1f1f1;
}

.haberDetaySosyal i.fa-x-twitter {
  background: #f1f1f1;
}

.haberDetaySosyal i.fa-linkedin-in {
  background: #f1f1f1;
}

.haberDetaySosyal i.fa-whatsapp {
  background: #f1f1f1;
}
.haberDetaySosyal i.fa-telegram-plane {
  background: #f1f1f1;
}

.haberDetayTarih {
  text-align: right;
  font-size: 16px;
  font-weight: 800;
  text-transform: capitalize;
}

.haberDetaySosyal2 {
  width: 175px;
  height: auto;
  float: none;
  overflow: hidden;
  display: block;
  position: relative;
}

.haberDetaySosyal .haberDetaySosyal2 i {
  font-size: 18px;
  width: 100%;
  margin: 0 !important;
}

.haberDetaySosyal .haberDetaySosyal2 a {
  margin-right: 10px;
  width: 82px;
  overflow: hidden;
  display: block;
  text-align: center;
  color: #fff;
  float: left;
  margin-bottom: 10px;
}

.haberDetaySosyal .haberDetaySosyal2 a:nth-of-type(2n) {
  margin-right: 0;
}

.valyuta {
  width: 150px;
  float: right;
  margin-top: 44px;
  margin-left: 848px;
  position: absolute;
}

.valyuta span {
  color: black;
}

.xeberlenti ul {
  padding: 0;
  margin: 0;
  list-style: none;

  font: 12px/15px "Poppins", Arial, sans-serif;
}

.xeberlenti ul > li > a {
  display: block;
  float: left;
  padding: 10px 0 15px 0;
  color: #505050;
  /*height: 63px;*/
  position: relative;
  width: 65%;
}

.xeberlenti ul > li > img {
  display: block;
  width: 84px;
  height: 72px;
  padding: 10px 10px 10px 0;
  float: left;
}

.xeberlenti ul > li > a:hover {
  color: #000;
  text-decoration: none;
}

.xeberlenti ul > li > a:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 -5px;
  width: 1px;
  content: "";
}

.xeberlenti ul > li .align {
  width: 100%;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}

.xeberlenti ul > li .text {
  display: block;
  font-weight: bold;
  color: #202020;
}

.xeberlenti ul .info-holder {
  /*    position: absolute;
        top: 5px;
        left: 30%;*/
  display: block;
  width: 100%;
  overflow: hidden;
  color: #949494;
  font: 700 10px/14px "Poppins", Arial, sans-serif;
}

.xeberlenti ul .info-holder {
  visibility: visible;
}

.xeberlenti ul a:hover .info-holder {
  visibility: visible;
}

.xeberlenti ul .info-holder .comment {
  float: left;
  margin: 0 1em 0 0;
}

.xeberlenti ul .info-holder .comment span {
  padding: 0 0 0 13px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/bg-comments2.png) no-repeat 0 3px;
  background-size: 11px 9px;
}

.xeberlenti ul .info-holder .time {
  float: left;
  margin: 0 1em 0 0;
  padding: 0 0 0 12px;
  display: inline-block;
  vertical-align: top;
  color: #171717;
  background-size: 9px 9px;
}

.xeberlenti ul .info-holder .views {
  float: left;
  margin: 0 1em 0 0;
  padding: 0 0 0 17px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/bg-eye2.png) no-repeat 0 2px;
  background-size: 14px 9px;
}

.xeberlenti ul .rating {
  padding: 0;
  float: right;
  margin: 4px 0 0;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.no-list-style,
.no-list-style li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  list-style-image: none;
}

.float-left {
  color: #ffffff;
  float: left;
}

.float-right {
  color: #ffffff;
  float: right;
}

.item-inline {
  zoom: 1;
}

.item-inline:after {
  clear: both;
  display: table;
  content: "";
}

.item-inline > li {
  float: left;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

/*---footer start---*/

#footer {
  background: #101010 !important;
  position: relative;
}

#footer:after {
  content: "";
  height: 1px;
  display: block;
  width: 100%;
  /*background:#494949;*/
  left: 0px;
  right: 0px;
  bottom: 81px;
  position: absolute;
}

#footer .footer-top {
  padding: 5px 0px;
}

#footer .footer-bottom {
  padding: 20px 0px;
  font-size: 13px;
  color: #b0b0b0;
  line-height: 20px;
  height: 80px;
}

#footer .autor a {
  color: #d82529;
}

#footer .autor {
  text-align: right;
}

#footer .footer-menu {
  line-height: 22px;
}

#footer .footer-menu ul {
  border-left: 1px solid #ffffff;
  padding-left: 10px;
}

#footer .footer-menu ul:first-child {
  border-left: 0px;
  padding-left: 0px;
}

#footer .footer-menu ul li {
  padding-right: 55px;
  margin-top: 5px;
}

#footer .footer-menu ul li.first {
  margin-top: -5px;
}

#footer .footer-menu ul li.last {
  margin-bottom: -5px;
}

#footer .footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "mktcplight", Tahoma, Geneva, sans-serif;
}

#footer .footer-menu a:hover {
  text-decoration: underline;
}

.footer-follow-links {
  width: 246px;
}

.footer-follow-links li {
  height: 20px;
  width: 20px;
  margin-left: 10px;
  display: block;
  line-height: 41px;
}

.footer-follow-links li:first-child {
  margin: none;
}

.footer-follow-links li.youtube-icon {
  width: 20px;
}

.footer-follow-links li a {
  display: block;
  line-height: 41px;
  width: 100%;
  height: 100%;
}

.footer-follow-links li.facebook-icon a {
  background: url("../images/fb.svg") no-repeat 0px 0px;
}

.footer-follow-links li.youtube-icon a {
  background: url("../images/yt.svg") no-repeat;
}

.footer-follow-links li.google-plus-icon a {
  background: url("../images/footerfollow.png") no-repeat;
}

.footer-follow-links li.twitter-icon a {
  background: url("../images/tw.svg") no-repeat;
}

.footer-follow-links li.instagram-icon a {
  background: url("../images/in.svg") no-repeat;
}

.footer-follow-links li:first-child {
  margin-left: 0px;
}

.footer-follow-links .follow-text {
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  font-size: 22px;
  font-family: "mktcplight", Tahoma, Geneva, sans-serif;
}

.footer-links {
  text-align: right;
}

.footer-links a {
  font-size: 14px;
  margin-top: 20px;
  margin-right: unset;
}

/*---footer end---*/

.main-width {
  width: 1240px;
  padding: 0px 20px;
}

.saygac {
  margin-left: 847px;
  margin-top: -2px;
  position: absolute;
}

.navigation {
  height: 50px;
  width: 100%;
  color: #000;
  margin: 10px auto;
  padding: 15px 0;
  font-size: 14px;
  clear: both;
  text-align: center !important;
}

.navigation b {
  font-size: 25px !important;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
    line-height: 24px !important;
    text-decoration: none;
    padding: 4px 11px;
    color: #303030;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px;
    font-weight: bold;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    background: #f5f5f5;
}

.navigation a:hover {
  text-decoration: underline;
  color: #c43751;
}

.navigation span {
    line-height: 24px !important;
    text-decoration: none;
    padding: 4px 11px;
    color: #ffffff;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    font-size: 18px;
    display: inline-block;
    background: #171717;
}

.nav_ext {
  background: none !important;
  color: #909090 !important;
  font-weight: bold;
  box-shadow: none !important;
}

.next,
.prev {
  display: inline-block !important;
  font-weight: normal;
}

.next span,
.prev span {
  background: none !important;
  color: #909090;
}

.next a,
.prev a {
  background: #eee !important;
  text-decoration: none !important;
}

.next a:hover,
.prev a:hover {
  background: #eee !important;
}

.sehifelerblock {
  width: 750px;
  margin-top: 30px;
}

.sehifelerbasliq {
  background: rgb(0,0,0);
  background: linear-gradient(140deg, rgba(0,0,0,1) 50%, rgba(115,0,3,1) 90%, rgba(179,0,5,1) 100%);
  width: 250px;
  height: 50px;
  padding: 9px 0 0;
  margin: -9px 0 12px 0px;
  text-align: center;
  color: #fff;
  font: 1.1em "Poppins", Arial, sans-serif;
  font-weight: 400;
  border-radius: 6px;
}

.sehifeici {
  display: block;
  width: 95%;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
  margin-top: 37px;
  overflow: hidden;
  padding: 20px;
  border-radius: 12px;
}

.sagkulereklam,
.solkulereklam {
  width: 200px;
  height: 700px;
  margin-top: 3px;
  position: fixed;
  overflow: hidden;
}

a.evet:hover {
  background: #087708;
}

.sagkulereklam {
  margin-left: 1000px;
  float: right;
}

.home a,
.solkulereklam,
ul.menu,
ul.menu li {
  float: left;
}

.solkulereklam {
  margin-left: -204px;
}

.views span {
  color: #b30005;
}

@media only screen and (max-width: 767px) {
  .bg-bnr-container {
    display: none;
  }
}

.header .engage-i_android,
.header .engage-i_facebook,
.header .engage-i_ios,
.header .engage-i_twitter {
  background-image: url("../images/sprite-14779aea9a2609defbd213c565a1d0593922d6e2ca321f275b01c9afcb10310f.svg");
  background-repeat: no-repeat;
}

.no-svg .header .engage-i_android,
.header .no-svg .engage-i_android,
.no-svg .header .engage-i_facebook,
.header .no-svg .engage-i_facebook,
.no-svg .header .engage-i_ios,
.header .no-svg .engage-i_ios,
.no-svg .header .engage-i_twitter,
.header .no-svg .engage-i_twitter {
  background-image: url("../images/sprite-356879e7b12037e38d085bf156fb58a2462fc429e001c9dc813e527d9ae686ab.png");
}

.header .engage-i_android {
  background-position: 97.19101123595506% 34.61538461538461%;
}

.header .engage-i_android {
  width: 19px;
  height: 23px;
}

.header .engage-i_facebook {
  background-position: 58.857142857142854% 34.35114503816794%;
}

.header .engage-i_facebook {
  width: 22px;
  height: 22px;
}

.header .engage-i_ios {
  background-position: 58.19209039548023% 16.923076923076923%;
}

.header .engage-i_ios {
  width: 20px;
  height: 23px;
}

.header .engage-i_twitter {
  background-position: 37.64705882352941% 72.51908396946565%;
}

.header .engage-i_twitter {
  width: 27px;
  height: 22px;
}

.header .engage {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  padding-top: 1px;
}

.engage-i {
  color: #aaa;
  margin-left: 20px;
  white-space: nowrap;
}

.engage-i:first-child {
  margin-left: 0;
}

.header .engage-i {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: 11px;
  background-repeat: no-repeat;
}

.header .engage-i:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer {
    line-height: 20px;
  }

  .copy-and-email {
    width: 100%;
  }

  .copy {
    display: block;
  }

  .engage {
    float: left;
    margin-left: 0;
  }
}

.logo {
  background-image: url("../images/logo.png");

  background-repeat: no-repeat;
}

.no-svg .logo {
  background-image: url("../images/sprite-356879e7b12037e38d085bf156fb58a2462fc429e001c9dc813e527d9ae686ab.png");
}

.logo {
  background-position: 0 0;
}

.header {
  position: relative;
  z-index: 100001;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  background-color: #00193c;
}

@media (max-width: 959px) {
  .header {
    margin-bottom: 0;
  }
}

.header-primary {
  height: 45px;
  transform: translateZ(0);
  background: rgb(0,0,0);
  background: linear-gradient(163deg, rgba(0,0,0,1) 0%, rgba(179,0,5,1) 20%, rgba(144,0,5,1) 40%, rgba(144,0,5,1) 80%, rgba(0,0,0,1) 100%);
}

.header-primary_search {
  position: relative;
  z-index: 1;
  padding-bottom: 34px;
}

.logo {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  position: relative;
  z-index: 1;
  top: 1px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) and (max-width: 959) {
  .news-container {
    margin-left: 85px;
  }
}

@media (min-width: 768px) {
  .header-primary {
    position: relative;
    z-index: 3;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }

  .header-primary-holder {
    display: none;
    height: 45px;
  }

  .body_fixed .header-primary {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .body_fixed .header-primary-holder {
    display: block;
  }

  .body_audio_player .news-container .article-counter {
    top: 344px;
  }

  .body_audio_player .news-container .resize-container {
    top: 294px;
  }

  .body_audio_player .news-container .stats {
    top: 160px;
    border-top: 0;
  }

  .body_audio_player .news-container .stats_views {
    top: -130px;
  }

  .body_audio_player .news-container .audio-player {
    top: 156px;
  }

  .body_nav_fixed .news-container .stats,
  .body_nav_fixed .news-container .resize-container,
  .body_nav_fixed .news-container .when,
  .body_nav_fixed .news-container .article-counter,
  .body_nav_fixed .news-container .audio-player {
    position: fixed;
    transform: translateZ(0);
  }

  .body_nav_fixed .news-container .when {
    top: 110px;
  }

  .body_nav_fixed .news-container .stats {
    top: 220px;
  }

  .body_nav_fixed .news-container .resize-container {
    top: 354px;
  }

  .body_nav_fixed .news-container .article-counter {
    top: 404px;
  }

  .body_nav_fixed.body_audio_player .news-container .article-counter {
    top: 454px;
    bottom: auto;
  }

  .body_nav_fixed.body_audio_player .news-container .resize-container {
    top: 404px;
    bottom: auto;
  }

  .body_nav_fixed.body_audio_player .news-container .stats {
    top: 270px;
    bottom: auto;
  }

  .body_nav_fixed.body_audio_player .news-container .stats_views {
    top: -130px;
    bottom: auto;
  }

  .body_nav_fixed.body_audio_player .news-container .audio-player {
    top: 267px;
    bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 15px 10px;
    min-height: 34px;
  }

  .header .l-center {
    position: relative;
    z-index: 2;
    max-width: none;
  }

  .logo {
    margin-left: 40px;
  }
}

.oku-link {
  display: inline-block;
  margin-top: 12px;
  margin-right: 25px;
  line-height: 22px;
  color: #fff;
  font-size: 16px;
}

/*.oku-link:hover {
    color: #202020; }*/

@media screen and (max-width: 959px) {
  .header .oku-link {
    display: none;
  }
}

.header-bnr.large-only {
  height: 160px;
}

.header-bnr.small-only {
  display: none;
}

.header-bnr.small-only img {
  display: block;
}

.header-bnr--centered > div {
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .header-bnr.small-only {
    display: block;
  }
}

.header-side {
    float: right;
    text-align: right;
    font-family: "Poppins", Arial, sans-serif;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.lang-switcher {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
  margin-left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.lang-switcher:hover {
  color: #0cc;
}

.site-error {
  font-size: 18px;
}

.nav-toggle:before {
  background-image: url("../images/sprite-14779aea9a2609defbd213c565a1d0593922d6e2ca321f275b01c9afcb10310f.svg");
  background-repeat: no-repeat;
}

.no-svg .nav-toggle:before {
  background-image: url("../images/sprite-356879e7b12037e38d085bf156fb58a2462fc429e001c9dc813e527d9ae686ab.png");
}

.nav-toggle:before {
  background-position: 44.134078212290504% 87.68115942028986%;
}

.nav-toggle:before {
  width: 18px;
  height: 15px;
}

.nav-container {
  position: relative;
  z-index: 2;
  top: 0;
  transform: translateZ(0);
  font-family: "Poppins", Arial, sans-serif;
}

.body_nav_fixed .nav-container {
  transition: transform 0.3s;
}

.body_nav_fixed .nav-container,
.body_fixed.body_nav_visible .nav-container {
  position: fixed;
  width: 100%;
  height: 45px;
  overflow: hidden;
  box-shadow: 0 0 0 transparent;
  transform: translateY(0);
}

.body_fixed.body_nav_visible .nav-container {
  transform: translateY(45px);
}

.body_fixed.body_nav_visible .nav-container {
  min-height: 45px;
  overflow: visible;
  height: auto;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.nav {
  display: block;
  line-height: 45px;
}

.nav-i {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.nav-i_all {
  float: left;
  color: #222;
}

.nav-i_all:hover {
  background-color: transparent !important;
}

.nav-i_highlight {
  color: #4b7ffb;
}

.nav-toggle {
  position: relative;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: inline-block;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .nav-container {
    background-color: #101010;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  }

  .nav-container:before,
  .nav-container:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #ededed;
  }

  .nav-container:before {
    top: 45px;
  }

  .nav-container:after {
    top: 90px;
  }

  .nav {
    overflow: hidden;
    max-height: 91px;
    max-width: 930px;
  }

  .nav-i {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
    margin-left: 0px!important;
    transition: background-color 0.2s;
  }

  .nav-i:hover {
    background-color: #454545;
  }

  .nav-i:last-child {
    margin-right: 0;
  }

  .nav-i_current {
    background-color: #454545;
  }

  .nav-i_current:hover {
    background-color: #454545;
  }

  .nav-holder {
    display: none;
    height: 135px;
  }

  .body_nav_fixed .nav-holder,
  .body_fixed.body_nav_visible .nav-holder {
    display: block;
  }

  .nav-toggle {
    position: relative;
    z-index: 1;
    top: 12px;
    vertical-align: top;
    margin-left: 12px;
    padding-left: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    line-height: 20px;
    font-size: 18px;
    font-family: "Poppins", Arial, sans-serif;
    cursor: default;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .nav-toggle:before {
    left: 0;
    transform: translateY(-50%);
  }

  /*.nav-toggle:hover {
      color: #fff; }*/
  .body_nav_fixed .nav-toggle {
    cursor: pointer;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .nav-toggle {
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 25px;
  }

  .nav {
    position: absolute;
    left: -260px;
    top: 15px;
    width: 1px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s, left 0.2s;
    text-align: left;
    line-height: 34px;
  }

  .body_nav_visible .nav {
    left: -10px;
    opacity: 1;
    width: 215px;
    height: auto;
    overflow: visible;
  }

  .nav-i {
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url("../images/divider-bb98aabcf0b216625e3b47f2ee70c396603bc7983c38acd6fb1b5a211d2498b6.png")
      no-repeat right top;
  }
}

@media only screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .nav-i {
    background-image: url("../images/divider@2x-3d28bf43b92af5058637e791f5dee9e42e4135b3c0f5abfd8b4fe307adaac233.png");
    background-size: auto 2px;
  }
}

.nav-banner {
  float: right;
}

.nav-banner-container {
  overflow: hidden;
  height: 45px;
  background-color: #f9f9f9;
  line-height: 45px;
}

.l-center {
  width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 950px) {
  .l-center {
    width: 100%;
    padding: 0 10px;
  }
}

.search-toggle:after,
.search-submit:after {
  background-image: url("../images/sprite-14779aea9a2609defbd213c565a1d0593922d6e2ca321f275b01c9afcb10310f.svg");
  background-repeat: no-repeat;
}

.no-svg .search-toggle:after,
.no-svg .search-submit:after {
  background-image: url("../images/sprite-356879e7b12037e38d085bf156fb58a2462fc429e001c9dc813e527d9ae686ab.png");
}

.search-toggle:after,
.search-submit:after {
  background-position: 51.41242937853107% 71.42857142857143%;
}

.search-toggle:after,
.search-submit:after {
  width: 20px;
  height: 20px;
}

.search-toggle,
.search-submit {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.search-toggle:after,
.search-submit:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.search-container {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
  padding-bottom: 5px;
}

.search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 226px;
  height: 34px;
  line-height: 34px\9;
  margin: 0;
  padding: 0 34px 0 8px;
  outline: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  background: none transparent;
  color: #fff;
  font-size: 18px;
}

.search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  margin: 0 0 0 -34px;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.search-toggle {
  display: inline-block;
  height: 45px;
  width: 32px;
}

@media (min-width: 768px) {
  .search-toggle {
    display: none;
  }
}

.header-primary_search .search-container {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 48px;
  display: block;
  width: 100%;
}

.header-primary_search .search-input {
  width: 100%;
}

.article_text img {
  width: 737px;
}

button.s {
  background-color: white;
  border: 0;
  padding: 2px 7px 3px 7px;
  border-radius: 2px;
  color: #b30005;
}

#s::placeholder {
    padding-left: 10px;
}