@import url("http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext");
@import url("ie.css");
/******** animations ********/
/* resultbox Ani */
.resultboxAniActions 0% {
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
}
.resultboxAniActions 100% {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
@-webkit-keyframes resultboxAni {
  0% {
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes resultboxAni {
  0% {
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes resultboxAni {
  0% {
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes resultboxAni {
  0% {
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes resultboxAni {
  0% {
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* resultbox Ani #end */
/* miniicons Ani */
.miniiconsAniActions 0% {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.miniiconsAniActions 100% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes miniiconsAni {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes miniiconsAni {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes miniiconsAni {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes miniiconsAni {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes miniiconsAni {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* miniicons Ani #end */
/********** animations #end *********/
.block {
  display: block !important;
}
.dnone {
  display: none !important;
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
  }
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.clear {
  display: block;
  clear: both;
  height: 0;
}
a {
  text-decoration: none;
  color: #2cc0d5;
}
h1 {
  padding: 0;
  margin: 0;
  font: 700 24px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #454545;
}
/* custom selectbox */
select {
  opacity: 0;
}
.custom-select {
  display: inline-block;
  padding: 11px 35px 10px 10px;
  font: bold 14px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #7b7b7b;
  border: 1px solid #ddd;
  min-width: 250px;
  min-height: 18px;
  border-radius: 2px;
  margin: 0 5px;
  position: relative;
  text-align: left !important;
}
.custom-select:after {
  position: absolute;
  top: 12px;
  right: 8px;
  content: '';
  font-family: 'FontAwesome';
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  width: 14px;
  height: 7px;
  z-index: 0;
}
.custom-select select {
  width: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 10px;
  padding-right: 50px;
  font-size: 12px;
  height: 46px;
  line-height: 46px;
  padding: 10px 16px;
  border-radius: 6px;
  z-index: 2;
}
/* custom selectbox #end */
i.party-icon {
  background: url("../images/party-icons.png") no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
i.party-icon.akp {
  background-position: 0 0;
}
i.party-icon.anapar {
  background-position: 0 -40px;
}
i.party-icon.btp {
  background-position: 0 -80px;
}
i.party-icon.bgsz {
  background-position: 0 -120px;
}
i.party-icon.chp {
  background-position: 0 -160px;
}
i.party-icon.dp {
  background-position: 0 -200px;
}
i.party-icon.dsp {
  background-position: 0 -240px;
}
i.party-icon.dyp {
  background-position: 0 -280px;
}
i.party-icon.hap {
  background-position: 0 -320px;
}
i.party-icon.hakpar {
  background-position: 0 -360px;
}
i.party-icon.hkp {
  background-position: 0 -400px;
}
i.party-icon.hdp {
  background-position: 0 -440px;
}
i.party-icon.tkp {
  background-position: 0 -480px;
}
i.party-icon.ldp {
  background-position: 0 -520px;
}
i.party-icon.mep {
  background-position: 0 -560px;
}
i.party-icon.mp {
  background-position: 0 -600px;
}
i.party-icon.mhp {
  background-position: 0 -640px;
}
i.party-icon.sp {
  background-position: 0 -680px;
}
i.party-icon.turkp {
  background-position: 0 -720px;
}
i.party-icon.vp {
  background-position: 0 -760px;
}
i.party-icon.yurtp {
  background-position: 0 -800px;
}
.page-info i.party-icon {
  background-image: url('../images/party-icons-big.png');
}
.page-info i.party-icon.akp {
  background-position: 0 0;
}
.page-info i.party-icon.anapar {
  background-position: 0 -80px;
}
.page-info i.party-icon.btp {
  background-position: 0 -160px;
}
.page-info i.party-icon.bgsz {
  background-position: 0 -240px;
}
.page-info i.party-icon.chp {
  background-position: 0 -320px;
}
.page-info i.party-icon.dp {
  background-position: 0 -400px;
}
.page-info i.party-icon.dsp {
  background-position: 0 -480px;
}
.page-info i.party-icon.dyp {
  background-position: 0 -560px;
}
.page-info i.party-icon.hap {
  background-position: 0 -640px;
}
.page-info i.party-icon.hakpar {
  background-position: 0 -720px;
}
.page-info i.party-icon.hkp {
  background-position: 0 -800px;
}
.page-info i.party-icon.hdp {
  background-position: 0 -880px;
}
.page-info i.party-icon.tkp {
  background-position: 0 -960px;
}
.page-info i.party-icon.ldp {
  background-position: 0 -1040px;
}
.page-info i.party-icon.mep {
  background-position: 0 -1120px;
}
.page-info i.party-icon.mp {
  background-position: 0 -1200px;
}
.page-info i.party-icon.mhp {
  background-position: 0 -1280px;
}
.page-info i.party-icon.sp {
  background-position: 0 -1360px;
}
.page-info i.party-icon.turkp {
  background-position: 0 -1440px;
}
.page-info i.party-icon.vp {
  background-position: 0 -1520px;
}
.page-info i.party-icon.yurtp {
  background-position: 0 -1600px;
}
.vote-bar.borderline {
  background-color: #afafaf;
}
.vote-bar.akp {
  background-color: #ffb446;
}
.vote-bar.anapar {
  background-color: #28b5f5;
}
.vote-bar.btp {
  background-color: #e54f4d;
}
.vote-bar.bgsz {
  background-color: #390e0e;
}
.vote-bar.chp {
  background-color: #f73939;
}
.vote-bar.dp {
  background-color: #d34847;
}
.vote-bar.dsp {
  background-color: #41a4f3;
}
.vote-bar.dyp {
  background-color: #ba3b3c;
}
.vote-bar.hap {
  background-color: #77909c;
}
.vote-bar.hakpar {
  background-color: #ffee58;
}
.vote-bar.hkp {
  background-color: #ff6f42;
}
.vote-bar.hdp {
  background-color: #aa48bb;
}
.vote-bar.tkp {
  background-color: #ec3f7a;
}
.vote-bar.ldp {
  background-color: #5a6ac0;
}
.vote-bar.mep {
  background-color: #26a599;
}
.vote-bar.mp {
  background-color: #7d57c1;
}
.vote-bar.mhp {
  background-color: #b90808;
}
.vote-bar.sp {
  background-color: #ef6361;
}
.vote-bar.turkp {
  background-color: #ffca2c;
}
.vote-bar.vp {
  background-color: #66ba6a;
}
.vote-bar.yurtp {
  background-color: #25c5da;
}
i.fa-user.akp,
#map-cha.akp,
#map-aa.akp,
i.fa-user .akp,
#map-cha .akp,
#map-aa .akp {
  color: #ffb446;
  fill: #ffb446;
}
i.fa-user.anapar,
#map-cha.anapar,
#map-aa.anapar,
i.fa-user .anapar,
#map-cha .anapar,
#map-aa .anapar {
  color: #28b5f5;
  fill: #28b5f5;
}
i.fa-user.btp,
#map-cha.btp,
#map-aa.btp,
i.fa-user .btp,
#map-cha .btp,
#map-aa .btp {
  color: #e54f4d;
  fill: #e54f4d;
}
i.fa-user.bgsz,
#map-cha.bgsz,
#map-aa.bgsz,
i.fa-user .bgsz,
#map-cha .bgsz,
#map-aa .bgsz {
  color: #390e0e;
  fill: #390e0e;
}
i.fa-user.chp,
#map-cha.chp,
#map-aa.chp,
i.fa-user .chp,
#map-cha .chp,
#map-aa .chp {
  color: #e04646;
  fill: #e04646;
}
i.fa-user.dp,
#map-cha.dp,
#map-aa.dp,
i.fa-user .dp,
#map-cha .dp,
#map-aa .dp {
  color: #d34847;
  fill: #d34847;
}
i.fa-user.dsp,
#map-cha.dsp,
#map-aa.dsp,
i.fa-user .dsp,
#map-cha .dsp,
#map-aa .dsp {
  color: #41a4f3;
  fill: #41a4f3;
}
i.fa-user.dyp,
#map-cha.dyp,
#map-aa.dyp,
i.fa-user .dyp,
#map-cha .dyp,
#map-aa .dyp {
  color: #ba3b3c;
  fill: #ba3b3c;
}
i.fa-user.hap,
#map-cha.hap,
#map-aa.hap,
i.fa-user .hap,
#map-cha .hap,
#map-aa .hap {
  color: #77909c;
  fill: #77909c;
}
i.fa-user.hakpar,
#map-cha.hakpar,
#map-aa.hakpar,
i.fa-user .hakpar,
#map-cha .hakpar,
#map-aa .hakpar {
  color: #ffee58;
  fill: #ffee58;
}
i.fa-user.hkp,
#map-cha.hkp,
#map-aa.hkp,
i.fa-user .hkp,
#map-cha .hkp,
#map-aa .hkp {
  color: #ff6f42;
  fill: #ff6f42;
}
i.fa-user.hdp,
#map-cha.hdp,
#map-aa.hdp,
i.fa-user .hdp,
#map-cha .hdp,
#map-aa .hdp {
  color: #71bf5e;
  fill: #71bf5e;
}
i.fa-user.tkp,
#map-cha.tkp,
#map-aa.tkp,
i.fa-user .tkp,
#map-cha .tkp,
#map-aa .tkp {
  color: #ec3f7a;
  fill: #ec3f7a;
}
i.fa-user.ldp,
#map-cha.ldp,
#map-aa.ldp,
i.fa-user .ldp,
#map-cha .ldp,
#map-aa .ldp {
  color: #5a6ac0;
  fill: #5a6ac0;
}
i.fa-user.mep,
#map-cha.mep,
#map-aa.mep,
i.fa-user .mep,
#map-cha .mep,
#map-aa .mep {
  color: #26a599;
  fill: #26a599;
}
i.fa-user.mp,
#map-cha.mp,
#map-aa.mp,
i.fa-user .mp,
#map-cha .mp,
#map-aa .mp {
  color: #7d57c1;
  fill: #7d57c1;
}
i.fa-user.mhp,
#map-cha.mhp,
#map-aa.mhp,
i.fa-user .mhp,
#map-cha .mhp,
#map-aa .mhp {
  color: #b90808;
  fill: #b90808;
}
i.fa-user.sp,
#map-cha.sp,
#map-aa.sp,
i.fa-user .sp,
#map-cha .sp,
#map-aa .sp {
  color: #ef6361;
  fill: #ef6361;
}
i.fa-user.turkp,
#map-cha.turkp,
#map-aa.turkp,
i.fa-user .turkp,
#map-cha .turkp,
#map-aa .turkp {
  color: #ffca2c;
  fill: #ffca2c;
}
i.fa-user.vp,
#map-cha.vp,
#map-aa.vp,
i.fa-user .vp,
#map-cha .vp,
#map-aa .vp {
  color: #66ba6a;
  fill: #66ba6a;
}
i.fa-user.yurtp,
#map-cha.yurtp,
#map-aa.yurtp,
i.fa-user .yurtp,
#map-cha .yurtp,
#map-aa .yurtp {
  color: #25c5da;
  fill: #25c5da;
}
.big-button {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  font: 700 14px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  text-align: center;
  color: #fff;
  padding: 12px 12px 12px 12px !important;
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
  background-color: #41a4f3;
}

.big-button2 {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  font: 700 14px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  text-align: center;
  color: #fff;
  padding: 12px 12px 12px 12px !important;
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
  background-color: #f73939;
}

.big-button3 {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  font: 700 14px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  text-align: center;
  color: #fff;
  padding: 12px 12px 12px 12px !important;
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
  background-color: #71bf5e;
}

.big-button4 {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  font: 700 14px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  text-align: center;
  color: #fff;
  padding: 12px 12px 12px 12px !important;
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
  background-color: #390e0e;
}

.all-content {
  width: 940px;
  margin: auto;
  position: relative;
}
@media (max-width: 939px) {
  .all-content {
    width: 100%;
  }
}
.container {
  width: 100%;
  clear: both;
}
.container .content {
  margin: auto;
  padding: 0 0 20px 0;
  overflow: hidden;
}
.brown-title-line {
  padding: 10px 0;
  text-align: center;
  background-color: #d6c09d;
  font: 400 22px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
}
.red-title-line {
  padding: 10px 0;
  text-align: center;
  background-color: #e20404;
  font: 400 22px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
}
/* tab */
.tabs {
  font-size: 0;
}
.tabs .buttons {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.tabs .buttons .tab-button {
  display: inline-block;
  width: 45%;
  height: 20px;
  font: 400 14px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  text-align: center;
  padding: 12px 0 12px 5%;
  background-color: #eee;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 767px) {
  .tabs .buttons .tab-button {
    height: 12px;
  }
}
.tabs .buttons .tab-button.selected {
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.tabs .buttons .tab-button i {
  display: inline-block;
  background: url("../images/news-agency-icons.png") no-repeat;
  width: 48px;
  height: 26px;
  position: absolute;
  margin: -4px 0 0 -58px;
}
@media (max-width: 939px) {
  .tabs .buttons .tab-button i {
    margin-left: -25px !important;
  }
}
@media (max-width: 767px) {
  .tabs .buttons .tab-button i {
    background-size: 36px auto;
  }
}
.tabs .buttons .tab-button i.cihan {
  background-position: 0 0;
}
.tabs .buttons .tab-button i.anadolu {
  background-position: 0 -44px;
}
@media (max-width: 767px) {
  .tabs .buttons .tab-button i.anadolu {
    background-position: 0 -33px;
  }
}
@media (max-width: 939px) {
  .tabs .buttons .tab-button span {
    display: none;
  }
}
.tabs .tab-contents .content-in {
  display: none;
}
.tabs .tab-contents .content-in.selected {
  display: block;
}
/* tab #end */
.breadcrumbs {
  margin: 0 100px 0 0;
  float: left;
  display: inline-block;
  font-size: 12px;
  margin: -10px 0 10px 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    opacity: 0;
  }
}
.breadcrumbs div > span > a {
  padding-left: 0 !important;
}
.breadcrumbs span {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs span a {
  display: inline-block;
  color: #333;
  padding: 1px 8px 0 8px;
  font-size: 12px;
  font-weight: 700;
}
.breadcrumbs span a + span {
  display: inline-block;
  margin: 0 5px;
}
.other-links {
  float: right;
  font: 700 12px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
  margin: -10px 0 0 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .other-links {
    display: none;
  }
}
.other-links a {
  color: #333;
}
.all-content.fixed {
  padding-top: 138px;
}
@media (max-width: 767px) {
  .all-content.fixed {
    padding-top: 79px;
  }
}
.all-content.fixed .header {
  position: fixed;
  top: 0;
  width: 940px;
  z-index: 9999999;
}
@media (max-width: 939px) {
  .all-content.fixed .header {
    width: 100%;
  }
}
.all-content.fixed .tabs .buttons {
  position: fixed;
  top: 94px;
  width: 940px;
  z-index: 9999999;
}
@media (max-width: 939px) {
  .all-content.fixed .tabs .buttons {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .all-content.fixed .tabs .buttons {
    top: 43px;
  }
}
.header {
  border-top: 3px solid #e20404;
  padding-top: 20px;
  position: relative;
  background-color: #fff;
  /* share box button */
  /* share box button #end */
}
@media (max-width: 767px) {
  .header {
    padding-top: 8px;
    height: 32px;
  }
}
.header h1 {
  margin: 5px 0 0 0 !important;
  display: inline-block !important;
  font: 700 24px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif !important;
}
@media (max-width: 767px) {
  .header h1 {
    font-size: 12px !important;
  }
}
.header .right {
  padding: 10px 0 0 0;
  display: inline-block;
}
.header .right > div,
.header .right > iframe {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .header .right {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .content {
    padding: 0 5px !important;
  }
}
.header .share-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
@media (max-width: 767px) {
  .header .share-box {
    display: inline-block;
  }
}
.header .share-box span {
  display: inline-block;
  padding: 10px 0 0 0;
  width: 44px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
/* share box content */
.share-box-content {
  padding: 40px 20px 20px 20px;
  margin: 0;
  position: fixed;
  z-index: 999999;
  right: 0;
  left: 0;
  bottom: -200px;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  box-shadow: 0 -30px 50px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.share-box-content.opened {
  bottom: 0;
  opacity: 1;
}
.share-box-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.share-box-content ul:after {
  content: 'Bu sayfayı paylas';
  width: 60%;
  font: 700 10px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  text-align: center;
  color: #aaa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30%;
}
.share-box-content ul li {
  padding: 10px 0;
  display: inline-block;
  height: 70px;
  width: 30%;
  margin: 0;
  font: 700 14px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  vertical-align: top;
}

/* share box #end */
.info-section {
  background-color: #e20404;
  text-align: center;
  overflow: hidden;
}
.info-section ul.info-icons {
  white-space: nowrap;
  margin: 20px 0;
  text-align: left;
  padding: 0;
  padding: 0 20px;
  box-sizing: border-box;
  list-style: none;
  display: inline-block;
  color: #fff;
  font-size: 0;
}
@media (max-width: 767px) {
  .info-section ul.info-icons {
    white-space: normal !important;
    padding: 0;
    width: 300px;
    margin: 20px auto;
  }
}
.info-section ul.info-icons li {
  list-style: none;
  display: inline-block;
  padding: 20px 0 0 97px;
  height: 70px;
  width: 120px;
  margin: 0 0 0 10px;
  background: url("../images/info-section-icons.png") 0 0 no-repeat;
  font: 400 20px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  -webkit-animation: miniiconsAni 0.5s ease-in-out;
  -moz-animation: miniiconsAni 0.5s ease-in-out;
  -ms-animation: miniiconsAni 0.5s ease-in-out;
  -o-animation: miniiconsAni 0.5s ease-in-out;
  animation: miniiconsAni 0.5s ease-in-out;
}
@media (max-width: 939px) {
  .info-section ul.info-icons li {
    padding: 7px 0 0 65px;
    font-size: 18px;
    width: 14%;
    height: 55px;
    background-size: 60px auto;
    transform-origin: 0 0;
  }
  .info-section ul.info-icons li small {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .info-section ul.info-icons li {
    width: 105px;
    display: inline-block;
    margin: 0 0 15px 0;
    background-size: 35px auto;
    font-size: 13px;
    height: 35px;
    padding: 0 0 0 45px;
  }
  .info-section ul.info-icons li small {
    margin: 0 !important;
  }
}
.info-section ul.info-icons li:first-child {
  margin-left: 0;
}
.info-section ul.info-icons li small {
  font: 700 16px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  display: block;
  white-space: nowrap;
  margin: 0 0 4px 0;
}
.info-section ul.info-icons li:nth-child(1) {
  background-position: 0 0;
}
.info-section ul.info-icons li:nth-child(2) {
  background-position: 0 -101px;
}
@media (max-width: 939px) {
  .info-section ul.info-icons li:nth-child(2) {
    background-position: 0 -67px;
  }
}
@media (max-width: 767px) {
  .info-section ul.info-icons li:nth-child(2) {
    background-position: 0 -39px;
  }
}
.info-section ul.info-icons li:nth-child(3) {
  background-position: 0 -204px;
}
@media (max-width: 939px) {
  .info-section ul.info-icons li:nth-child(3) {
    background-position: 0 -136px;
  }
}
@media (max-width: 767px) {
  .info-section ul.info-icons li:nth-child(3) {
    background-position: 0 -80px;
  }
}
.info-section ul.info-icons li:nth-child(4) {
  background-position: 0 -303px;
}
@media (max-width: 939px) {
  .info-section ul.info-icons li:nth-child(4) {
    background-position: 0 -202px;
  }
}
@media (max-width: 767px) {
  .info-section ul.info-icons li:nth-child(4) {
    background-position: 0 -118px;
  }
}
.info-section .tab-contents {
  position: relative;
}
.info-section .tab-contents .content {
  padding-bottom: 0;
}
.info-section .result-box {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 94%;
  -webkit-animation: resultboxAni 0.5s ease-in-out 0s;
  -moz-animation: resultboxAni 0.5s ease-in-out 0s;
  -ms-animation: resultboxAni 0.5s ease-in-out 0s;
  -o-animation: resultboxAni 0.5s ease-in-out 0s;
  animation: resultboxAni 0.5s ease-in-out 0s;
}
@media (max-width: 939px) {
  .info-section .result-box {
    margin-top: -20px;
  }
}
.info-section .result-box .top-perspective {
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 100px;
  background-color: #e4cfab;
  transform: perspective(300px) rotateX(40deg);
  -webkit-transform: perspective(300px) rotateX(40deg);
  -moz-transform: perspective(300px) rotateX(40deg);
  -o-transform: perspective(300px) rotateX(40deg);
  -ms-transform: perspective(300px) rotateX(40deg);
  text-align: center;
}
@media (max-width: 939px) {
  .info-section .result-box .top-perspective {
    height: 70px;
    transform: perspective(300px) rotateX(60deg);
    -webkit-transform: perspective(300px) rotateX(60deg);
    -moz-transform: perspective(300px) rotateX(60deg);
    -o-transform: perspective(300px) rotateX(60deg);
    -ms-transform: perspective(300px) rotateX(60deg);
  }
}
.info-section .result-box .top-perspective .hole {
  width: 400px;
  height: 16px;
  margin-top: 50px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 0;
  text-align: left;
}
@media (max-width: 939px) {
  .info-section .result-box .top-perspective .hole {
    width: 320px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .info-section .result-box .top-perspective .hole {
    width: 170px;
    margin-top: 30px;
  }
}
.info-section .result-box .top-perspective .hole span {
  display: inline-block;
  height: 16px;
  width: 75%;
  background-color: #f15a29;
  position: relative;
  text-align: right;
}
.info-section .result-box .top-perspective .hole span small {
  position: absolute;
  transform: perspective(0) rotateX(750deg);
  -webkit-transform: perspective(0) rotateX(750deg);
  -moz-transform: perspective(0) rotateX(750deg);
  -o-transform: perspective(0) rotateX(750deg);
  -ms-transform: perspective(0) rotateX(750deg);
  top: -20px;
  font: 700 12px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
  display: inline-block;
  white-space: nowrap;
  right: 0;
}
.info-section .result-box .line1 {
  position: relative;
  width: 400px;
  height: 63px;
  margin: 30px auto 0 auto;
  font: 700 12px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
}
@media (max-width: 939px) {
  .info-section .result-box .line1 {
    width: 320px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .info-section .result-box .line1 {
    width: 170px;
  }
}
.info-section .result-box .line1 .how-many-box {
  position: absolute;
  left: 75%;
  width: 40px;
  top: -3px;
  margin-left: -29px !important;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
  height: 14px;
  background: url("../images/news-agency-icons.png") 100px -123px no-repeat rgba(0, 0, 0, 0.3);
}
@media (max-width: 939px) {
  .info-section .result-box .line1 .how-many-box {
    top: -20px;
  }
}
.info-section .result-box .line1 .how-many-box:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: -10px;
  border: 4px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
}
.info-section .result-box .line1 .update-time {
  position: absolute;
  right: -150px;
  top: 18px;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 939px) {
  .info-section .result-box .line1 .update-time {
    top: 0;
    right: -145px;
  }
}
@media (max-width: 939px) {
  .info-section .result-box .line1 .update-time {
    display: none;
  }
}
.info-section .result-box .line2 {
  background-color: #d6c09d;
  height: 55px;
  font: 700 30px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #fff;
  text-align: center;
  padding: 20px 0 0 0;
}
@media (max-width: 939px) {
  .info-section .result-box .line2 {
    padding: 10px 0 0 0;
    height: 30px;
    font-size: 20px;
  }
}
.map-section {
  margin: 170px 0 0 0;
}
.map-section #map-cha,
.map-section #map-aa {
  width: 100%;
  position: relative;
  height: 405px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 939px) {
  .map-section #map-cha,
  .map-section #map-aa {
    width: 768px;
    margin: 0 auto;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .map-section #map-cha,
  .map-section #map-aa {
    display: none;
  }
}
.map-section #map-cha u,
.map-section #map-aa u {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 99999999;
  padding: 3px 10px;
  font: 700 12px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  text-transform: uppercase;
  color: #7b7b7b;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.map-section #map-cha svg,
.map-section #map-aa svg {
  position: absolute;
  left: -55px !important;
  margin-top: -155px;
  width: 1050px;
  height: 700px;
  z-index: 9;
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
}
.map-section #map-cha svg a,
.map-section #map-aa svg a,
.map-section #map-cha svg path,
.map-section #map-aa svg path {
  cursor: pointer;
}
.map-section #map-cha svg a:hover,
.map-section #map-aa svg a:hover,
.map-section #map-cha svg path:hover,
.map-section #map-aa svg path:hover {
  fill: #e4d4bb;
}
@media (max-width: 939px) {
  .map-section #map-cha svg,
  .map-section #map-aa svg {
    left: -130px !important;
    margin-top: -180px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .map-section .big-button {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 939px) {
  .map-section {
    margin-top: 10px;
  }
}
.grey-bg {
  background-color: #e8ecef;
  box-sizing: border-box;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media (max-width: 767px) {
  .grey-bg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.tables {
  padding: 20px 0;
}
.container.tables .content:last-child {
  padding-bottom: 0 !important;
}
/* table styles */
.table-container {
  position: relative;
}
.table-container + .show-all {
  display: none;
  position: relative;
  z-index: 9999;
}
.table-container.web-collapse {
  width: 100%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  max-height: 271px;
}
.table-container.web-collapse.collapse {
  border-bottom: 50px solid #fff;
}
.table-container.web-collapse.expand {
  max-height: initial !important;
}
.table-container.web-collapse > table {
  min-width: 650px;
}
.table-container.web-collapse + .show-all {
  cursor: pointer;
  width: 160px;
  background-color: #fff;
  margin: -40px auto 10px auto;
  font: 700 12px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  padding: 7px 0;
  color: #aaa;
  border-radius: 3px;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .table-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    max-height: 281px;
  }
  .table-container.collapse {
    border-bottom: 50px solid #fff;
  }
  .table-container.expand {
    max-height: initial !important;
  }
  .table-container > table {
    min-width: 650px;
  }
  .table-container + .show-all {
    width: 160px;
    background-color: #fff;
    margin: -40px auto 10px auto;
    font: 700 12px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
    padding: 7px 0;
    color: #aaa;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  table.general-table {
    min-width: 500px;
  }
  table.general-table tr > td:first-child {
    display: none;
  }
}
table.general-table,
table.detail-table {
  background-color: #fff;
  text-align: left;
}
table.general-table thead td,
table.detail-table thead td {
  font: 700 12px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #7b7b7b;
}
@media (max-width: 767px) {
  table.general-table thead td,
  table.detail-table thead td {
    font-size: 11px !important;
  }
}
table.general-table thead td small,
table.detail-table thead td small {
  padding: 20px 10px 10px 10px;
  margin: 0 0 5px 0;
  border-bottom: 2px solid #eee;
  font: 700 12px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  display: block;
  white-space: nowrap;
}
@media (max-width: 767px) {
  table.general-table thead td small,
  table.detail-table thead td small {
    font-size: 11px !important;
  }
}
table.general-table tbody td,
table.detail-table tbody td {
  font: 700 14px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #000;
  position: relative;
}
table.general-table tbody td > *,
table.detail-table tbody td > * {
  white-space: nowrap;
}
@media (max-width: 767px) {
  table.general-table tbody td,
  table.detail-table tbody td {
    font-size: 12px !important;
  }
}
table.general-table tbody td i,
table.detail-table tbody td i {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
table.general-table tbody td i + small,
table.detail-table tbody td i + small {
  display: inline-block;
}
table.general-table tbody td small,
table.detail-table tbody td small {
  background-color: #fafafa;
  position: relative;
  padding: 2px 10px 0 10px;
  margin: 5px;
  display: block;
  font: 700 14px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  line-height: 34px;
}
@media (max-width: 767px) {
  table.general-table tbody td small,
  table.detail-table tbody td small {
    font-size: 12px !important;
  }
}
table.general-table tbody td small .vote-bar,
table.detail-table tbody td small .vote-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
table.general-table tbody td:nth-child(1),
table.detail-table tbody td:nth-child(1) {
  color: #7b7b7b;
}
table.general-table tbody td:nth-child(1) small,
table.detail-table tbody td:nth-child(1) small,
table.general-table tbody td:nth-child(2) small,
table.detail-table tbody td:nth-child(2) small {
  background-color: transparent;
}
table.general-table tbody td:nth-child(3),
table.detail-table tbody td:nth-child(3) {
  text-align: right;
}
table.detail-table thead td small {
  margin: 0;
}
table.detail-table thead td:first-child small {
  padding-left: 20px;
}
table.detail-table tbody tr:last-child td small {
  border-bottom: none !important;
}
table.detail-table tbody td small {
  padding: 10px 10px 8px 10px;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0;
}
@media (max-width: 767px) {
  table.detail-table tbody td small {
    padding: 7px 10px 5px 10px;
  }
}
table.detail-table tbody td:first-child small {
  margin-left: 20px;
  padding-left: 0;
}
table.detail-table tbody td:last-child small {
  margin-right: 20px;
  padding-right: 0;
}
table.detail-table tbody td:nth-child(1),
table.detail-table tbody td:nth-child(2),
table.detail-table tbody td:nth-child(3) {
  color: #000;
  text-align: left;
}
.detail-section {
  width: 940px;
  margin: 10px auto 0 ;
  padding: 20px 0 0 0;
  border-top: 2px solid #eee;
}
@media (max-width: 939px) {
  .detail-section {
    width: 100%;
  }
}
.detail-section .page-info {
  position: relative;
  overflow: hidden;
}
.detail-section .page-info.city .left-info .name {
  padding-left: 0;
}
.detail-section .page-info.city .left-info .name i {
  display: none;
}
.detail-section .page-info.city .right-info ul {
  width: 400px;
}
@media (max-width: 767px) {
  .detail-section .page-info.party .left-info {
    text-align: left;
  }
}
.detail-section .page-info.party .right-info ul {
  width: 205px;
}
@media (max-width: 767px) {
  .detail-section .page-info {
    text-align: center;
  }
}
.detail-section .left-info {
  overflow: hidden;
  width: 400px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
}
@media (max-width: 767px) {
  .detail-section .left-info {
    width: auto !important;
    position: static !important;
    top: inherit !important;
    margin-top: 0 !important;
    display: inline-block;
    height: auto;
  }
}
.detail-section .left-info .name {
  width: 250px;
  font: 300 24px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #888;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-left: 80px;
  height: 60px;
}
@media (max-width: 767px) {
  .detail-section .left-info .name {
    width: 220px;
  }
}
.detail-section .left-info .name i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  width: 60px;
}
.detail-section .left-info .name .other-sections {
  font-size: 12px;
  left: 0px;
  position: absolute;
  text-decoration: none;
  width: 466px;
  display: inline-block;
  margin: 0px 30px 0px 0px;
  top: 44px;
  font-weight: 700;
}
.detail-section .left-info .name .other-sections a {
  display: inline-block;
  margin: 0 25px 0 0;
  color: #2cc0d5;
}
@media (max-width: 767px) {
  .detail-section .left-info .name .other-sections {
    position: static;
    width: 320px !important;
  }
  .detail-section .left-info .name .other-sections a {
    margin: 0 12px !important;
    padding: 10px 0;
  }
}
.detail-section .right-info {
  display: inline-block;
  float: right;
  border-left: 1px solid #eee;
  padding-left: 10px;
  position: relative;
  text-align: right;
}
@media (max-width: 767px) {
  .detail-section .right-info {
    float: none !important;
    border-left: none;
    padding-left: 0;
    text-align: center;
    display: block;
  }
}
.detail-section .right-info .info-text {
  position: absolute;
  top: 50%;
  left: -170px;
  width: 150px;
  margin-top: -20px;
  color: #888;
  font: 400 16px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  text-align: right;
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  .detail-section .right-info .info-text {
    float: none;
    position: static;
    top: inherit;
    left: inherit;
    margin-top: 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    margin: 0 0 10px 0;
  }
}
.detail-section .right-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 400px;
  text-align: left;
}
.detail-section .right-info ul li {
  margin: 0 0 5px 10px;
  padding: 0;
  display: inline-block;
  width: 185px;
  font: 700 13px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #000;
}
.detail-section .right-info ul li.red {
  color: #f15a29;
  background: transparent !important;
}
.detail-section .right-info ul li span {
  font: 700 12px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #aaa;
  display: inline-block;
  width: 110px;
}
.flash-news {
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 12px 0;
  list-style: none;
  position: relative;
  white-space: nowrap;
  border-radius: 0 4px 4px 0;
  box-shadow: inset 0 0 0 1px #faf7e5;
}
.flash-news:after {
  position: absolute;
  left: 0;
  top: 0;
  content: 'Son Dakika: ';
  display: inline-block;
  width: 100px;
  font: 700 12px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #a99822;
  background-color: #faf7e5;
  height: 100%;
  padding: 15px 0 0 10px;
  box-sizing: border-box;
  border-left: 2px solid #e8ca00;
  border-radius: 4px 0 0 4px;
}
.flash-news ul {
  margin: 0 0 0 100px;
  padding: 0;
  font: 700 14px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
}
.flash-news ul li {
  font: 700 14px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  color: #333;
  display: inline-block;
  padding: 0;
  margin: 0 40px 0 20px;
  position: relative;
}
.flash-news ul li:after {
  content: '•';
  display: inline-block;
  font-size: 14px;
  color: #999;
  position: absolute;
  right: -32px;
  top: 0;
}
/* for hurriyet header */
header > * {
  font-family: 'PT Sans', 'Helvetica Neue', Arial !important;
}
header > * > * {
  font-family: 'PT Sans', 'Helvetica Neue', Arial !important;
}
header > * > * > * {
  font-family: 'PT Sans', 'Helvetica Neue', Arial !important;
}
header > * > * > * > * {
  font-family: 'PT Sans', 'Helvetica Neue', Arial !important;
}
header > * > * > * > * > * {
  font-family: 'PT Sans', 'Helvetica Neue', Arial !important;
}
header > * > * > * > * > * > * {
  font-family: 'PT Sans', 'Helvetica Neue', Arial !important;
}
/* for hurriyet header #end */
/*addedbymd*/
.footer a {
  font-size: 12px;
}
header a {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
.pageskinRight {
  position: absolute;
  right: 0;
}
.pageskinLeft {
  position: absolute;
}
.reklam,
#Medyanet_Ad_Models_PageSkin_BannerTop,
#Medyanet_Ad_Models_PageSkin_BannerLeft,
#Medyanet_Ad_Models_PageSkin_BannerRight {
  display: block;
}
@media (max-width: 939px) {
  .reklam,
  #Medyanet_Ad_Models_PageSkin_BannerTop,
  #Medyanet_Ad_Models_PageSkin_BannerLeft,
  #Medyanet_Ad_Models_PageSkin_BannerRight {
    display: none;
  }
}
/* for widget */
.secim-widget {
  /**/
  /**/
  /**/
}
.secim-widget .mobile-citylist {
  display: none;
}
@media (max-width: 767px) {
  .secim-widget .mobile-citylist {
    display: block;
    margin: 10px 0 5px 0;
  }
}
.secim-widget .info-section {
  background-color: #fff;
}
.secim-widget .info-section ul.info-icons {
  color: #333;
  display: none;
}
.secim-widget .info-section ul.info-icons li {
  position: relative;
  width: 115px;
  display: inline-block;
  margin: 0 30px 0 30px;
  background-size: 35px auto;
  font-size: 13px;
  height: 35px;
  padding: 0 0 0 45px;
}
.secim-widget .info-section ul.info-icons li:before {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  display: inline-block;
  border-radius: 100px;
  left: 0;
  top: 0;
  border: 1px solid #d6c09d;
}
.secim-widget .info-section ul.info-icons li small {
  margin: 0 !important;
}
.secim-widget .info-section ul.info-icons li:nth-child(1) {
  background-position: 0 0;
}
.secim-widget .info-section ul.info-icons li:nth-child(2) {
  background-position: 0 -39px;
}
.secim-widget .info-section ul.info-icons li:nth-child(3) {
  background-position: 0 -80px;
}
.secim-widget .info-section ul.info-icons li:nth-child(4) {
  background-position: 0 -118px;
}
.secim-widget .map-section {
  margin: 0;
}
.secim-widget .map-section #map-cha,
.secim-widget .map-section #map-aa {
  width: 610px !important;
  height: 290px !important;
  float: left;
  display: inline-block;
}
.secim-widget .map-section #map-cha svg,
.secim-widget .map-section #map-aa svg {
  -webkit-transform: scale(0.58) !important;
  -moz-transform: scale(0.58) !important;
  -ms-transform: scale(0.58) !important;
  -o-transform: scale(0.58) !important;
  transform: scale(0.58) !important;
  margin-top: -225px !important;
  left: -220px !important;
}
@media (max-width: 939px) {
  .secim-widget .map-section #map-cha svg,
  .secim-widget .map-section #map-aa svg {
    -webkit-transform: scale(0.45) !important;
    -moz-transform: scale(0.45) !important;
    -ms-transform: scale(0.45) !important;
    -o-transform: scale(0.45) !important;
    transform: scale(0.45) !important;
    margin-top: -209px !important;
    left: -294px !important;
  }
}
@media (max-width: 767px) {
  .secim-widget .map-section #map-cha svg,
  .secim-widget .map-section #map-aa svg {
    -webkit-transform: scale(0.31) !important;
    -moz-transform: scale(0.31) !important;
    -ms-transform: scale(0.31) !important;
    -o-transform: scale(0.31) !important;
    transform: scale(0.31) !important;
    margin-top: -274px !important;
    left: -370px !important;
  }
}
@media (max-width: 939px) {
  .secim-widget .map-section #map-cha,
  .secim-widget .map-section #map-aa {
    width: 460px !important;
    height: 290px !important;
    position: relative;
  }
  .secim-widget .map-section #map-cha:after,
  .secim-widget .map-section #map-aa:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .secim-widget .map-section #map-cha,
  .secim-widget .map-section #map-aa {
    float: none;
    display: block;
    width: 320px !important;
    height: 150px !important;
    position: relative;
  }
  .secim-widget .map-section #map-cha:after,
  .secim-widget .map-section #map-aa:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    position: absolute;
  }
}
.secim-widget .map-section .right-info-box {
  float: right;
  width: 300px;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .secim-widget .map-section .right-info-box {
    float: none;
    margin: auto;
    display: block;
  }
}
.secim-widget .map-section .right-info-box .result-box {
  margin: -10px 0 0 0;
  width: 100%;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.secim-widget .map-section .right-info-box .result-box .top-perspective {
  height: 70px;
  transform: perspective(300px) rotateX(70deg);
  -webkit-transform: perspective(300px) rotateX(70deg);
  -moz-transform: perspective(300px) rotateX(70deg);
  -o-transform: perspective(300px) rotateX(70deg);
  -ms-transform: perspective(300px) rotateX(70deg);
  margin-top: 0px;
}
.secim-widget .map-section .right-info-box .result-box .top-perspective .hole {
  width: 170px;
  margin-top: 30px;
}
.secim-widget .map-section .right-info-box .result-box .line1 {
  height: 18px;
  width: 170px;
}
.secim-widget .map-section .right-info-box .result-box .line1 .how-many-box {
  top: -20px !important;
  margin-left: -25px;
}
.secim-widget .map-section .right-info-box .result-box .line1 .update-time {
  display: none;
}
.secim-widget .map-section .right-info-box .result-box .line2 {
  padding: 10px 0 0 0;
  height: 26px;
  font-size: 16px !important;
}
.secim-widget .map-section .result-box + .table-container {
  margin: 3px 0 0 0;
}
@media (max-width: 767px) {
  .secim-widget .map-section table.general-table {
    width: auto !important;
    min-width: initial !important;
  }
}
.secim-widget .map-section table.general-table tr td {
  padding: 3px 0;
}
@media (max-width: 980px) {
.hrtgoster {
display: none;
}
}

@media (max-width: 767px) {
  .secim-widget .map-section table.general-table tr td:first-child {
    display: inline-block;
  }
}
.secim-widget .map-section table.general-table tr td:first-child small {
  padding-left: 0;
  margin-left: 0;
}
.secim-widget .map-section table.general-table tr td:last-child small {
  margin-right: 0;
}
.secim-widget .map-section table.general-table tr td:nth-child(2) {
  text-align: right;
}
.secim-widget .map-section table.general-table tr td:nth-child(2) small {
  background-color: #fafafa;
}
.secim-widget .map-section table.general-table tr td small {
  padding: 0 10px;
  margin: 0 4px;
  line-height: 30px;
}
.secim-widget .tabs .buttons .tab-button i {
  margin-left: -50px !important;
}
@media (max-width: 767px) {
  .secim-widget .tabs .buttons .tab-button i {
    margin-left: -25px !important;
  }
}
.secim-widget .tabs .buttons .tab-button span {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .secim-widget .tabs .buttons .tab-button span {
    display: none !important;
  }
}
.secim-widget .button {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  padding: 4px 10px;
  font: 700 12px 'PT Sans', 'Helvetica Neue', 'Arial', sans-serif;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.secim-widget .bottom-line {
  font-size: 12px;
  clear: both;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .secim-widget .bottom-line {
    margin-top: 20px;
  }
}
.secim-widget .bottom-line .left {
  float: left;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 767px) {
  .secim-widget .bottom-line .left {
    display: none;
  }
}
.secim-widget .bottom-line .right {
  float: right;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .secim-widget .bottom-line .right {
    text-align: center;
    float: none !important;
    display: block;
  }
}
.secim-widget .bottom-line .right .socials {
  display: inline-block;
  width: 250px;
}
@media (max-width: 767px) {
  .secim-widget .bottom-line .right .socials {
    display: none;
  }
}
/* for widget #end */
.tab-contents {
  position: relative;
}
.tab-contents .content {
  padding-bottom: 0;
}
header .topMenu .menu > LI > H2 > A {
  padding: 20px 12px 22px;
}
.mobil-Header {
  display: none;
}
@media screen and (max-width: 939px) {
  .webHeader {
    display: none;
  }
  .mobil-Header {
    display: block;
  }
}
@media (max-width: 939px) {
  .footer {
    display: none;
  }
}
/*Tablardaki kaymaları bu kodlar duzeltecek IE 10 9 için*/
.tabs .buttons .tab-button {
  background-color: #eee;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: inline-block;
  float: left;
  font: 400 14px "PT Sans", "Helvetica Neue", "Arial", sans-serif;
  height: 20px;
  padding: 12px 0 12px 5%;
  position: relative;
  text-align: center;
  width: 45%;
}
.tabs .buttons .tab-button i {
  background: url("../images/news-agency-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 26px;
  width: 48px;
}
.tabs .buttons .tab-button span {
  margin-left: 10px;
}
.tabs .buttons .tab-button i.anadolu {
  background-position: 20px -44px;
}
/*Sandıktaki yüzde olarak verilen oranın kayma problemi için IE 10 9 için*/
.info-section .result-box .line1 .how-many-box {
  background: url("../images/news-agency-icons.png") no-repeat scroll 100px -123px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  color: #fff;
  height: 14px;
  left: 75%;
  margin-left: -25px;
  padding: 2px 5px;
  position: absolute;
  width: 50px;
}
header .subMenu.js-toggle {
  height: 380px!important;
}
.footerMid {
  height: 250px;
}
.footer a {
  font-size: 11px;
}
@media (max-width: 939px) {
  div[id*=medyanet_hurriyet_secim_890x150] {
    display: none;
  }
}
.secimHaberAlani {
  max-width: 49% !important;
}
@media (max-width: 767px) {
  .secimHaberAlani {
    display: inline-block;
    width: 100%;
    max-width: initial !important;
    margin-left: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */