﻿@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-Regular.woff");
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-ExtraLight.woff");
  font-weight: 200;
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-Light.woff");
  font-weight: 300;
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-Medium.woff");
  font-weight: 500;
}
@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-SemiBold.woff");
  font-weight: 600;
}
/* Open Sans */
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.woff");
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Light.woff");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-SemiBold.woff");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Bold.woff");
  font-weight: 700;
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 20px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header.sub {
  height: 106px;
  padding-top: 0px;
}

.header-bar {
  position: relative;
  padding-bottom: 60px;
  background-color: #fff;
}

.header-bar.sub {
  padding-bottom: 20px;
  background-color: rgba(0, 93, 128, .2);
}

.header-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-links.sub {
  margin-top: -78px;
}

.header-lang {
  width: 30px;
  height: 20px;
  padding-left: 4px;
  background-image: url('../image/Lang_White_1Lang_White.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}

.header-lang:hover {
  color: #f05b40;
}

.header-lang.sub {
  background-image: url('../image/Lang_Gray_1Lang_Gray.png');
  color: grey;
}

.header-lang.sub:hover {
  color: #f05b40;
}

.header-share-box {
  margin-right: 20px;
}

.header-link {
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  text-decoration: none;
}

.header-link:hover {
  color: #f05b40;
}

.header-link.sub {
  color: grey;
}

.header-link.sub:hover {
  color: #f05b40;
}

.header-search {
  display: block;
  max-width: 1360px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 54px;
  padding-left: 54px;
}

.search-form-block {
  margin-bottom: 0px;
  padding-top: 10px;
}

.search-form-block.sub {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 42px;
  margin-right: 40px;
  margin-left: 240px;
  padding-top: 0px;
}

.search-form {
  position: relative;
}

.search-textfield {
  height: 50px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-radius: 40px;
  background-color: rgba(86, 181, 173, .2);
  font-family: Oswald, sans-serif;
  color: #f05b40;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
}

.search-textfield::-webkit-input-placeholder {
  color: #005d80;
  font-size: 1.2em;
  font-weight: 300;
}

.search-textfield:-ms-input-placeholder {
  color: #005d80;
  font-size: 1.2em;
  font-weight: 300;
}

.search-textfield::-ms-input-placeholder {
  color: #005d80;
  font-size: 1.2em;
  font-weight: 300;
}

.search-textfield::placeholder {
  color: #005d80;
  font-size: 1.2em;
  font-weight: 300;
}

.search-textfield.sub {
  background-color: #fff;
}

.search-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 38px;
  margin-right: 6px;
  margin-bottom: 6px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 6px 30px 30px 6px;
  background-color: #f05b40;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.4em;
}

.search-button:hover {
  background-color: #56b5ad;
}

.search-button:active {
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: grey;
}

.banner {
  display: block;
  max-width: 1360px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: transparent;
}

.banner-img-box {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin-left: 80px;
  float: left;
  border-radius: 100%;
}

.banner-slide {
  display: inline-block;
  width: 100%;
  padding-right: 80px;
  padding-left: 400px;
}

.banner-img {
  width: 100%;
  height: 100%;
}

.banner-text-box {
  display: block;
  width: 100%;
  min-height: 180px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.9em;
  line-height: 2em;
  font-weight: 400;
}

.banner-nav {
  margin-bottom: 60px;
}

.background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #0089aa, #005d80);
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

.background.cocukgenc {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#56b5ad), to(#56b5ad));
      background-image: linear-gradient(180deg, #56b5ad, #56b5ad);
    }

.background.enflasyon {
  background-color: hsla(145.77181208053693, 68.04%, 42.94%, 0.80);
  background-image: none;
}

.background.para {
  background-color: hsla(232.04819277108436, 35.93%, 54.71%, 0.70);
  background-image: none;
}

.background.mb {
  background-color: hsla(38.230088495575224, 95.76%, 53.73%, 0.80);
  background-image: none;
}

.background.ekonomi {
  background-color: hsla(343.04347826086956, 82.88%, 56.47%, 0.70);
  background-image: none;
}

.background.istatistik {
  background-color: hsla(214.09691629955947, 93.42%, 52.35%, 0.70);
  background-image: none;
}


.main {
  position: relative;
  display: block;
  max-width: 1360px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
}

.main.sub {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.tags {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 400px;
  height: 80px;
  margin: -40px auto 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
}

.tags.open {
  z-index: 100;
  height: auto;
}

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 2px 16px 2px 86px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 137, 170, .2);
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #0089aa;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.tag:hover {
  background-color: #005d80;
  color: #fff;
}

.tag.enflasyon {
  background-image: url('../image/EnflasyonveFiyat.png');
  background-position: 0px 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.tag.para {
  background-image: url('../image/ParavePolitika.png');
  background-position: 0px 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.tag.mb {
  background-image: url('../image/MerkezBankasi.png');
  background-position: 0px 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.tag.ekonomi {
  background-image: url('../image/GenelEkonomi.png');
  background-position: 0px 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.tag.istatistik {
  background-image: url('../image/Istatistikler.png');
  background-position: 0px 50%;
  background-size: 74px;
  background-repeat: no-repeat;
}

.tag.cocukgenc {
  background-image: url('../image/CocukveGenc.png');
  background-position: 0px 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.tag.lise {
  background-image: url('../image/lise.png');
  background-position: 0px 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.tag.ortaokul {
  background-image: url('../image/ortaokul.png');
  background-position: 0px 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.tag.ilkokul {
  background-image: url('../image/ilkokul.png');
  background-position: 0px 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.tag.anaokulu {
  background-image: url('../image/anaokulu.png');
  background-position: 0px 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.tag.active {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.tag.active:hover {
  background-color: #fff;
  color: #0089aa;
}

.subjects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.subject {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 300px;
  min-width: 23%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
}

.subject.wide {
  width: 49%;
  min-width: 48%;
}

.subject-img {
  display: block;
  width: 100%;
  height: 100%;
}

.subject-info {
  width: 100%;
  padding: 20px 20px 10px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f2f2f2;
  color: grey;
  text-align: center;
  text-decoration: none;
}

.subject-info:hover {
  background-color: grey;
  color: #fff;
}

.subject-info.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  color: #fff;
}

.subject-info.overlay:hover {
  background-color: hsla(0, 0%, 50%, .2);
}

.subject-info.turq {
  background-color: #56b5ad;
  color: #fff;
}

.subject-header {
  margin-top: 0px;
  margin-bottom: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Oswald, sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 400;
}

.subject-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
}

.subject-date {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: left;
}

.subject-share-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 30px;
  background-color: #fff;
}

.load-more {
  display: block;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
}

.load-more:hover {
  color: #f05b40;
}

.footer-bar {
  border-top: 1px solid #f2f2f2;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1360px;
  min-height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer.home {
  background-color: #00b6c9;
}

.video-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.video {
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: grey;
  background-image: url('../image/Video_1Video.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.video:hover {
  background-color: #000;
}

.footer-link {
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #f05b40;
}

.footer-link.sub {
  color: #a8a8a8;
}

.footer-social-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.footer-social {
  width: 30px;
  height: 30px;
  margin-right: 14px;
  /*background-image: url('../images/example-bg.png');*/
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.footer-social:hover {
  opacity: 1;
}

.footer-social.tw {
  background-image: url('../image/x.png');
}

.footer-social.tw.sub {
  background-image: url('../image/Twitter_Gray80x80.png');
}

.footer-social.fb {
  background-image: url('../image/Facebook.png');
}

.footer-social.fb.sub {
  background-image: url('../image/Facebook_Gray.png');
}

.footer-social.yt {
  background-image: url('../image/Youtube.png');
}

.footer-social.yt.sub {
  background-image: url('../image/Youtube_Gray_1Youtube_Gray.png');
}

.footer-social.fr {
  background-image: url('../image/Flickr.png');
}

.footer-social.fr.sub {
  background-image: url('../image/Flickr_Gray_1Flickr_Gray.png');
}

.footer-social.li {
  background-image: url('../image/LinkedIn.png');
}

.footer-social.li.sub {
  background-image: url('../image/LinkedIn_Gray.png');
}

.footer-social.rs {
  background-image: url('../image/RSS.png');
}

.footer-social.rs.sub {
  background-image: url('../image/RSS_Gray_1RSS_Gray.png');
}

.footer-social.st {
  background-image: url('../image/Instagram-AJPERES_ROOTWORKSPACE-4357388c-4b99-4d98-b620-8bf73ba2643a-mH-dX58.png');
}

.footer-social.st.sub {
  background-image: url('../image/Instagram_Gray.png');
}

.header-mob {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subject-img-box {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-share {
  display: block;
  padding-right: 25px;
  padding-left: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-image: url('../image/Down_White.png');
  background-position: 91% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.header-share:hover {
  background-color: #f05b40;
}

.header-share.open {
  position: relative;
  z-index: 210;
  background-color: #f05b40;
  background-image: url('../image/Up_White.png');
}

.header-share.sub {
  border-color: grey;
  background-image: url('../image/Down_Line_Gray.png');
  color: grey;
}

.header-share.sub:hover {
  background-image: url('../image/Down_White.png');
  color: #fff;
}

.header-share.sub.open {
  background-color: grey;
  background-image: url('../image/Up_White.png');
  color: #fff;
}

.header-share-sub {
  position: absolute;
  z-index: 220;
  display: none;
  margin-top: 6px;
  padding: 10px;
  border-radius: 4px;
  background-color: grey;
}

.header-share-sub.open {
  display: block;
}

.header-share-link {
  display: block;
  padding-right: 10px;
  padding-left: 30px;
  /*background-image: url('../images/example-bg.png');*/
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 30px;
  text-decoration: none;
}

.header-share-link:hover {
  background-color: #f05b40;
}

.header-share-link.tw {
  overflow: auto;
  background-image: url('../image/x.png');
}

.header-share-link.fb {
  background-image: url('../image/Facebook.png');
}

.header-share-link.yt {
  background-image: url('../image/Youtube.png');
}

.header-share-link.fr {
  background-image: url('../image/Flickr.png');
}

.header-share-link.li {
  background-image: url('../image/LinkedIn.png');
}

.subject-share {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-image: url('../image/Share_Icon_1Share_Icon.png');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.subject-share:hover {
  background-color: #f05b40;
}

.subject-share.open {
  position: relative;
  z-index: 200;
  background-color: #f05b40;
}

.subject-share-link {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #56b5ad;
  /*background-image: url('../images/example-bg.png');*/
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.subject-share-link:hover {
  background-color: #f05b40;
}

.subject-share-link.tw {
  background-image: url('../image/x.png');
}

.subject-share-link.fb {
  background-image: url('../image/Facebook.png');
}

.subject-share-link.yt {
  background-image: url('../image/Youtube.png');
}

.subject-share-link.fr {
  background-image: url('../image/Flickr.png');
}

.subject-share-link.li {
  background-image: url('../image/LinkedIn.png');
}

.sub-main-img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 137, 170, .4);
}

.sub-h2 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Oswald, sans-serif;
  color: #0089aa;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 400;
}

.sub-title-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #005d80;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
}

.sub-title-box {
  position: relative;
  z-index: 200;
  display: block;
  padding-top: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-title-share {
  padding: 6px 14px 6px 30px;
  border-radius: 20px;
  background-color: #f05b40;
  background-image: url('../image/Share_Icon_White_1Share_Icon_White.png');
  background-position: 7px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.sub-title-share:hover {
  background-color: #005d80;
}

.sub-title-share.open {
  background-color: #56b5ad;
}

.sub-text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #005d80;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 500;
  text-align: justify;
}

.sub-h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 4px 20px;
  border-radius: 6px;
  background-color: #f2f2f2;
  font-family: Oswald, sans-serif;
  color: #3a485e;
  font-size: 1.4em;
  line-height: 2em;
  font-weight: 400;
  text-align: left;
}

.sub-title-share-sub {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 220;
  display: none;
  margin-top: 44px;
  padding: 10px;
  border-radius: 4px;
  background-color: #56b5ad;
}

.sub-title-share-sub.open {
  display: block;
}

.header-links-sub.sub {
  margin-top: -78px;
}

.header-search-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-search-sub.sub {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 42px;
  margin-right: 40px;
  margin-left: 240px;
  padding-top: 0px;
}

.header-sub-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.click-layer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 16px;
}

.click-layer.open {
  z-index: 200;
  display: block;
}

.subject-share-sub {
  display: none;
}

.subject-share-sub.open {
  position: relative;
  z-index: 220;
  display: block;
  margin-top: 6px;
}

.header-share-gray {
  display: block;
  padding-right: 25px;
  padding-left: 10px;
  border: 1px solid grey;
  border-radius: 20px;
  background-image: url('../image/Down_Line_Gray.png');
  background-position: 91% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.header-share-gray:hover {
  background-color: #f05b40;
  background-image: url('../image/Down_White.png');
  color: #fff;
}

.header-share-gray.open {
  position: relative;
  z-index: 210;
  border-color: #fff;
  background-color: #f05b40;
  background-image: url('../image/Up_White.png');
  color: #fff;
}

.header-share-gray.sub {
  border-color: grey;
  background-image: url('../image/Down_Line_Gray.png');
  color: grey;
}

.header-share-gray.sub:hover {
  background-image: url('../image/Down_White.png');
  color: #fff;
}

.header-share-gray.sub.open {
  background-color: grey;
  background-image: url('../image/Up_White.png');
  color: #fff;
}

.header-share-gray-box {
  margin-right: 20px;
}

.header-share-gray-sub {
  position: absolute;
  z-index: 220;
  display: none;
  margin-top: 6px;
  padding: 10px;
  border-radius: 4px;
  background-color: grey;
}

.header-share-gray-sub.open {
  display: block;
}

.sub-img {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.message-box {
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
  background-color: #f2f2f2;
}

.message-box.search {
  padding-top: 80px;
  background-image: url('../image/Search_Not_Found_1Search_Not_Found.png');
  background-position: 50% 20px;
  background-size: 53px;
  background-repeat: no-repeat;
}

.message-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: grey;
  font-size: 2.4em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.message-text {
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

.spacer {
  height: 60px;
}

.gray-block {
  position: relative;
  padding: 10px 20px 20px;
  border-radius: 8px;
  background-color: #f2f2f2;
}

.gray-header {
  font-family: 'Open Sans', sans-serif;
  color: #0089aa;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 400;
}

.gray-text {
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
}

.gray-form-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 60px;
  margin-top: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #fff;
  border-radius: 8px;
}

.gray-form-box.open {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gray-text-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 268px;
  height: 58px;
  margin-left: -1px;
  padding-right: 20px;
  padding-left: 14px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 600;
}

.gray-text-box.wide {
  width: 460px;
}

.gray-text-box.narrow {
  width: auto;
}

.gray-text-box.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gray-form-input {
  height: 58px;
  min-width: 180px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #0089aa;
  font-size: 1.8em;
  line-height: 2.2em;
}

.gray-form-input:hover {
  background-color: rgba(0, 137, 170, .2);
}

.gray-form-input:focus {
  background-color: #0089aa;
  color: #fff;
}

.gray-form-input::-webkit-input-placeholder {
  color: #0089aa;
}

.gray-form-input:-ms-input-placeholder {
  color: #0089aa;
}

.gray-form-input::-ms-input-placeholder {
  color: #0089aa;
}

.gray-form-input::placeholder {
  color: #0089aa;
}

.gray-form-input.narrow {
  width: 200px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.gray-info-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 15px;
  margin-right: -13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #56b5ad;
  color: #fff;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

.gray-info-button:hover {
  background-color: #0089aa;
}

.gray-info-button.wide {
  margin-left: 434px;
}

.gray-info-button.open {
  border-color: #56b5ad;
  background-color: #fff;
  color: #56b5ad;
}

.gray-info-layer {
  display: none;
  min-height: 40px;
  min-width: 100%;
  padding: 20px 60px 20px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #56b5ad;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  text-decoration: none;
}

.gray-info-layer.open {
  display: block;
}

.gray-info-triangle {
  display: none;
  margin-top: 6px;
}

.gray-info-triangle.open {
  display: block;
}

.gray-buttons {
  margin-top: 20px;
  padding-bottom: 40px;
}

.gray-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  min-width: 100px;
  margin-right: 20px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #56b5ad;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 2em;
  text-decoration: none;
}

.gray-button:hover {
  background-color: #0089aa;
}

.gray-button.clear {
  background-color: #f05b40;
}

.gray-button.clear:hover {
  background-color: #005d80;
}

.gray-line-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 60px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #a8a8a8;
}

.gray-line-box.open {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gray-line-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 268px;
  height: 58px;
  padding-right: 20px;
  padding-left: 14px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
}

.gray-line-text.wide {
  width: 460px;
}

.gray-line-divider {
  width: 0px;
  height: 58px;
  border-right: 1px solid #a8a8a8;
}

.gray-footer {
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #fff;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 600;
}

.gray-footer-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 60px;
  background-color: #0089aa;
  color: #fff;
  line-height: 20px;
  font-weight: 800;
}

.gray-line-number {
  height: 58px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #0089aa;
  font-size: 1.6em;
  line-height: 2.2em;
}

.gray-line-number:focus {
  background-color: #0089aa;
  color: #fff;
}

.gray-line-number::-webkit-input-placeholder {
  color: #0089aa;
}

.gray-line-number:-ms-input-placeholder {
  color: #0089aa;
}

.gray-line-number::-ms-input-placeholder {
  color: #0089aa;
}

.gray-line-number::placeholder {
  color: #0089aa;
}

.gray-line-number.r-align {
  padding-right: 30px;
  text-align: right;
}

.gray-footer-infobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.gray-footer-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 60px;
  background-color: #fff;
  color: #56b5ad;
  font-size: 1.5em;
  font-weight: 800;
}

.gray-form-select {
  height: 58px;
  min-width: 180px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #0089aa;
  font-size: 1.8em;
  line-height: 2.2em;
}

.gray-form-select:hover {
  background-color: rgba(0, 137, 170, .2);
}

.gray-form-select:focus {
  background-color: #f2f2f2;
  color: #005d80;
}

.gray-form-select::-webkit-input-placeholder {
  color: #0089aa;
}

.gray-form-select:-ms-input-placeholder {
  color: #0089aa;
}

.gray-form-select::-ms-input-placeholder {
  color: #0089aa;
}

.gray-form-select::placeholder {
  color: #0089aa;
}

.gray-form-select.narrow {
  width: 200px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.gray-separator {
  display: none;
}

.gray-result-box {
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
  background-color: #0089aa;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.gray-result-highlight {
  font-size: 2.2em;
  line-height: 1.2em;
}

.gray-result-sub {
  font-size: 1.6em;
  line-height: 1.2em;
}

.standard-link {
  color: #0089aa;
  text-decoration: none;
}

.standard-link:hover {
  color: #f05b40;
}

.tag-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 10px;
  border-left: 1px solid rgba(0, 137, 170, .2);
  background-image: url('../image/Down.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.tag-button.open {
  background-image: url('../image/Close_2.png');
  background-size: 40px;
}

.tag-bg {
  display: none;
}

.tag-bg.open {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: block;
  background-color: rgba(0, 93, 128, .2);
  cursor: n-resize;
}

.subtext-link {
  color: #f05b40;
  text-decoration: none;
}

.subtext-link:hover {
  color: #56b5ad;
}

.subtext-highlight {
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #0089aa;
  font-family: 'Open Sans', sans-serif;
  color: #0089aa;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: 300;
  text-align: justify;
}

.subtext-biglink {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 60px;
  border-top: 1px solid hsla(0, 0%, 66%, .3);
  border-bottom: 1px solid hsla(0, 0%, 66%, .3);
  background-image: url('../image/BigLink.png');
  background-position: 12px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #f05b40;
  font-size: 1.4em;
  line-height: 3em;
  font-weight: 500;
  text-decoration: none;
}

.subtext-biglink:hover {
  background-color: hsla(0, 0%, 66%, .3);
}

.sticker-box {
  position: relative;
  margin-right: 40px;
  margin-left: 40px;
  padding: 21px;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.sticker-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticker-left {
  margin-left: -60px;
}

.sticker-right {
  margin-right: -56px;
}

.sticker-img {
  max-width: 600px;
  border-radius: 6px;
}

.sticker-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
}

.sticker-footer-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100%;
  margin-right: 14px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #f2f2f2;
  background-color: #56b5ad;
}

.sticker-footer-ico.open {
  background-color: #fff;
}

.sticker-ico-circle {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.sticker-ico-circle.open {
  background-color: #f2f2f2;
}

.sticker-footer-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Oswald, sans-serif;
  color: #005d80;
  font-size: 1.2em;
  line-height: 1.4em;
  text-decoration: none;
}

.sticker-footer-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #f2f2f2;
  background-image: url('../image/StickerDrop.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.sticker-footer-drop.open {
  background-color: #f05b40;
  background-image: url('../image/StickerClose.png');
}

.sticker-footer-slider {
  display: none;
  overflow: auto;
  max-height: 400px;
  margin-top: 10px;
  padding: 20px;
  border-bottom: 20px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #3a485e;
  font-size: 1.1em;
  line-height: 1.7em;
}

.sticker-footer-slider.open {
  display: block;
}

.sub-h3-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sub-h3-right {
  color: #a8a8a8;
}

.sticker-vid {
  overflow: hidden;
  max-width: 600px;
  border-radius: 6px;
}

.slider {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 62vh;
  max-width: 1360px;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.slide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-bg {
  width: 100%;
}

.slide-img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
  width: 41%;
  margin-left: 10%;
}

.slide-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 3.1em;
  font-weight: 500;
  text-align: right;
}

.slide-title.orange {
  color: #f15b42;
}

.slide-text {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35%;
  height: 200px;
  margin-top: 110px;
  margin-right: 10%;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: right;
}

.category {
  position: relative;
  display: block;
  height: 70vh;
  max-width: 1360px;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.category.enflasyon {
  background-color: #23b863;
  background-image: url('../image/Cat_Enflasyon.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.category.politika {
  background-color: #626db5;
  background-image: url('../image/Cat_Para.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.category.banka {
  background-color: #faa818;
  background-image: url('../image/Cat_MB.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.category.genel{
  background-color: #ec3468;
  background-image: url('../image/Cat_Ekonomi.png');
  background-position: 100% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.category.cocuklar {
  background-color: #00b6c9;
  background-image: url('../image/Cat_Genc.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.category.istatistikler {
  background-color: #1476f7;
  background-image: url('../image/Cat_Istatistik.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.category-textbox {
  width: 33%;
  padding: 20px;
  text-decoration: none;
}

.category-textbox.right {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 11%;
  margin-right: 11%;
}

.category-textbox.left {
  position: absolute;
  margin-top: 10%;
  margin-left: 15%;
}

.category-textbox.center {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 700px;
  margin-top: 25%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.category-title {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 400;
}

.category-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
}

.category-button {
  display: inline-block;
  padding: 10px 50px 10px 10px;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('../image/Cat_Arrow.png');
  background-position: 88% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  font-family: Oswald, sans-serif;
  color: #56b5ad;
  font-size: 1.2em;
  font-weight: 400;
}

.category-button:hover {
  background-color: #005d80;
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-bottom: -5px;
  padding-right: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.slide-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 160px;
  background-image: url('../image/Slide_Right.png');
  background-position: 50% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
}

.slide {
  width: 100%;
  height: 100%;
}

.pager {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin-right: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dot {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, .5);
}

.dot.active {
  background-color: #f2f2f2;
}

.slide-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 100000;
  width: 70px;
  height: 70px;
  margin-bottom: 160px;
  margin-left: 15px;
  background-image: url('../image/Slide_Left.png');
  background-position: 50% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .search-form-block.sub {
    margin-right: 20px;
  }
  .banner {
    margin-bottom: 0px;
  }
  .banner-img-box {
    width: 260px;
    height: 260px;
    margin-left: 60px;
  }
  .banner-slide {
    padding-right: 60px;
    padding-left: 340px;
  }
  .banner-text-box {
    font-size: 1.1em;
  }
  .heading {
    font-size: 1.8em;
  }
  .main {
    margin-bottom: 0px;
  }
  .main.sub {
    margin-bottom: 20px;
  }
  .tags {
    margin-bottom: 30px;
  }
  .subject {
    min-width: 30%;
  }
  .subject.wide {
    min-width: 65%;
  }
  .subject.optional {
    display: none;
  }
  .load-more {
    margin-bottom: 20px;
  }
  .banner-leftright {
    width: 40px;
  }
  .sub-main-img {
    margin-bottom: 20px;
  }
  .sub-title {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sub-h2 {
    font-size: 1.9em;
    line-height: 1.3em;
  }
  .sub-text {
    font-size: 1.1em;
    line-height: 1.8em;
  }
  .header-search-sub.sub {
    margin-right: 20px;
  }
  .message-title {
    font-size: 2.2em;
  }
  .message-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }
  .spacer {
    height: 50px;
  }
  .gray-header {
    font-size: 1.7em;
  }
  .gray-form-box {
    box-shadow: 0 0 10px 0 hsla(0, 0%, 66%, .4);
  }
  .gray-text-box {
    width: 180px;
    font-size: 1.2em;
  }
  .gray-text-box.wide {
    width: 400px;
  }
  .gray-text-box.narrow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .gray-form-input {
    min-width: 150px;
    padding-left: 24px;
    font-size: 1.7em;
  }
  .gray-info-button.wide {
    margin-left: 374px;
  }
  .gray-info-layer {
    padding: 10px;
    font-size: 1.1em;
    line-height: 1.3em;
  }
  .gray-button {
    font-size: 1.5em;
  }
  .gray-line-text {
    width: 180px;
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .gray-line-number {
    padding-left: 24px;
    font-size: 1.5em;
  }
  .gray-line-number.r-align {
    padding-right: 20px;
    padding-left: 0px;
    text-align: right;
  }
  .gray-form-select {
    min-width: 150px;
    padding-left: 24px;
    font-size: 1.7em;
  }
  .gray-separator {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
  }
  .gray-result-highlight {
    font-size: 2.1em;
  }
  .gray-result-sub {
    font-size: 1.5em;
  }
  .subtext-highlight {
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 400;
  }
  .subtext-biglink {
    font-size: 1.3em;
  }
  .sticker-left {
    width: 120px;
  }
  .sticker-right {
    width: 120px;
  }
  .sticker-img {
    max-width: 400px;
  }
  .sticker-vid {
    max-width: 400px;
  }
  .slider {
    height: 400px;
    min-height: 0px;
  }
  .category {
    height: 65vh;
    min-height: 550px;
  }
  .category.cocuklar {
    background-position: 0px 21px;
  }
  .category.istatistikler {
    background-position: 0px 140px;
  }
  .category-textbox.right {
    width: 45%;
    margin-top: 14%;
    margin-right: 6%;
  }
  .category-textbox.left {
    width: 45%;
    margin-top: 8%;
    margin-left: 10%;
  }
  .category-text {
    font-weight: 400;
  }
  .slide-right {
    margin-right: 0px;
  }
  .slide-left {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .header.sub {
    position: relative;
    z-index: 10000;
  }
  .header-links {
    display: none;
  }
  .header-links.open {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    display: block;
    min-width: 200px;
    padding: 80px 20px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #56b5ad;
  }
  .header-links.sub.open {
    min-height: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .header-lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    background-image: none;
  }
  .header-lang.sub {
    background-image: none;
    color: #fff;
  }
  .header-share-box {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
  }
  .header-link:hover {
    color: #f05b40;
  }
  .header-link.sub {
    color: #fff;
  }
  .header-search {
    min-height: 70px;
  }
  .search-form-block.sub {
    display: none;
  }
  .banner {
    height: 437px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .banner-img-box {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .banner-slide {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }
  .banner-text-box {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 0px;
    float: none;
  }
  .heading {
    font-size: 1.7em;
    line-height: 1.5em;
  }
  .banner-nav {
    margin-bottom: 0px;
  }
  .main {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tag {
    line-height: 1.2em;
  }
  .subject {
    min-width: 47%;
    margin-bottom: 10px;
  }
  .subject.optional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .load-more {
    margin-bottom: 10px;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-link {
    display: block;
    width: 50%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .footer-social-box {
    min-width: 100%;
    margin-top: 10px;
    float: left;
    text-align: center;
  }
  .header-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header-mob-icon {
    position: relative;
    z-index: 110;
    width: 46px;
    height: 46px;
    background-image: url('../image/Hamburger.png');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
  }
  .header-mob-icon:hover {
    border-radius: 6px;
    background-color: #56b5ad;
  }
  .header-mob-icon.open {
    background-image: url('../image/Close.png');
  }
  .header-mob-icon.sub {
    border-radius: 6px;
    background-color: grey;
  }
  .header-mob-icon.sub:hover {
    background-color: #56b5ad;
  }
  .header-mob-icon.sub.open {
    background-color: transparent;
  }
  .header-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-radius: 0px;
  }
  .header-share:hover {
    background-color: transparent;
    color: #f05b40;
  }
  .header-share.open {
    border-bottom-style: none;
    background-color: transparent;
  }
  .header-share.sub {
    border-bottom-color: #fff;
    background-image: url('../image/Down_White.png');
    color: #fff;
  }
  .header-share.sub.open {
    background-color: transparent;
    background-image: url('../image/Up_White.png');
  }
  .header-share-sub {
    margin-top: 0px;
    padding-top: 4px;
  }
  .header-share-sub.open {
    position: relative;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-radius: 0px;
    background-color: transparent;
  }
  .sub-main-img {
    margin-bottom: 10px;
  }
  .sub-h2 {
    margin-right: 10px;
    font-size: 1.7em;
    line-height: 1.1em;
  }
  .sub-title-date {
    margin-right: 10px;
  }
  .sub-title-box {
    padding-top: 6px;
  }
  .sub-text {
    font-size: 1.2em;
  }
  .sub-title-share-sub {
    top: 0px;
    right: 0px;
    margin-top: 36px;
    border-style: none;
  }
  .sub-title-share-sub.open {
    padding-bottom: 6px;
  }
  .header-links-sub {
    display: none;
  }
  .header-links-sub.open {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    display: block;
    min-width: 200px;
    padding: 80px 20px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #56b5ad;
  }
  .header-links-sub.sub.open {
    min-height: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .header-search-sub {
    margin-right: 0px;
    margin-left: 30px;
  }
  .header-search-sub.sub {
    display: none;
  }
  .header-sub-right {
    margin-left: 0px;
  }
  .header-share-gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-bottom-color: #fff;
    border-radius: 0px;
    background-image: url('../image/Down_White.png');
    color: #fff;
  }
  .header-share-gray:hover {
    background-color: transparent;
    color: #f05b40;
  }
  .header-share-gray.open {
    border-bottom-style: none;
    background-color: transparent;
  }
  .header-share-gray.sub {
    border-bottom-color: #fff;
    background-image: url('../image/Down_White.png');
    color: #fff;
  }
  .header-share-gray.sub.open {
    background-color: transparent;
    background-image: url('../image/Up_White.png');
  }
  .header-share-gray-box {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-share-gray-sub {
    margin-top: 0px;
    padding-top: 4px;
  }
  .header-share-gray-sub.open {
    position: relative;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    border-radius: 0px;
    background-color: transparent;
  }
  .message-box.search {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .message-title {
    font-size: 2em;
  }
  .spacer {
    height: 30px;
  }
  .gray-header {
    margin-top: 0px;
    font-size: 1.6em;
  }
  .gray-text {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .gray-form-box {
    min-height: 52px;
  }
  .gray-text-box {
    width: 115px;
    height: 50px;
    padding-left: 10px;
    font-size: 1.1em;
  }
  .gray-text-box.wide {
    width: 200px;
  }
  .gray-form-input {
    height: 50px;
    min-width: 85px;
    padding-left: 20px;
    font-size: 1.4em;
  }
  .gray-form-input.narrow {
    width: 120px;
  }
  .gray-info-button {
    margin-top: 11px;
  }
  .gray-info-button:hover {
    color: #fff;
  }
  .gray-info-layer {
    font-size: 1em;
    line-height: 1.2em;
  }
  .gray-info-layer.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .gray-info-triangle.first {
    margin-top: -40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .gray-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .gray-button {
    font-size: 1.4em;
  }
  .gray-line-box {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom-style: none;
  }
  .gray-line-text {
    height: 50px;
    min-width: 49%;
    border-bottom: 1px solid #a8a8a8;
    font-size: 1em;
  }
  .gray-line-text.wide {
    width: 180px;
  }
  .gray-line-divider {
    display: none;
  }
  .gray-line-number {
    height: 50px;
    min-width: 49%;
    padding-left: 20px;
    border-bottom: 1px solid #a8a8a8;
    font-size: 1.3em;
  }
  .gray-form-select {
    height: 50px;
    min-width: 85px;
    padding-left: 14px;
    font-size: 1.4em;
  }
  .gray-form-select.narrow {
    width: 120px;
  }
  .gray-result-box {
    padding: 14px;
  }
  .gray-result-highlight {
    font-size: 2em;
  }
  .gray-result-sub {
    font-size: 1.4em;
  }
  .sticker-box {
    margin-right: 20px;
    margin-left: 20px;
  }
  .sticker-img-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .sticker-left {
    width: 80px;
    margin-left: -14%;
  }
  .sticker-right {
    width: 80px;
    margin-right: -14%;
  }
  .sticker-img {
    width: 100%;
    max-width: 340px;
  }
  .sub-h3-right {
    display: none;
  }
  .sticker-vid {
    width: 100%;
    max-width: 340px;
  }
  .slider {
    height: 300px;
  }
  .slide-img {
    margin-left: 6%;
  }
  .slide-title.orange {
    font-size: 2.5em;
  }
  .slide-text {
    width: 40%;
    height: 160px;
    margin-right: 6%;
    font-size: 2em;
  }
  .category {
    height: 55vh;
    min-height: 500px;
  }
  .category.banka {
    background-position: 0px 34px;
  }
  .category.cocuklar {
    background-position: 0px 19px;
  }
  .category.istatistikler {
    background-image: url('../image/Cat_Istatistik_Mob.png');
    background-position: 50% 33px;
  }
  .category-textbox.right {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 90%;
    margin: 0% auto 6%;
    text-align: center;
  }
  .category-textbox.left {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 90%;
    margin: 0% auto 6%;
    text-align: center;
  }
  .category-textbox.center {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 90%;
    margin-top: 0%;
    margin-bottom: 6%;
  }
  .slide-content {
    margin-bottom: -7px;
    padding-right: 6%;
  }
  .slide-right {
    margin-bottom: 240px;
    background-image: url('../image/Slide_Right_Mob.png');
    background-size: 48px;
  }
  .pager {
    margin-right: 6%;
  }
  .slide-left {
    margin-bottom: 240px;
    background-image: url('../image/Slide_Left_Mob.png');
    background-size: 48px;
  }
}

@media (max-width: 479px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header-bar {
    padding-bottom: 40px;
  }
  .header-search {
    padding-right: 10px;
    padding-left: 10px;
  }
  .search-textfield {
    height: 44px;
  }
  .search-button {
    height: 32px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .banner {
    height: 350px;
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .banner-img-box {
    width: 180px;
    height: 180px;
  }
  .banner-slide {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-text-box {
    padding-right: 10px;
    padding-bottom: 24px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1em;
  }
  .heading {
    margin-top: 20px;
    font-size: 1.4em;
  }
  .banner-nav {
    height: 30px;
  }
  .main {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main.sub {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tags {
    width: 90%;
    margin-bottom: 20px;
  }
  .tag {
    padding-right: 80px;
    padding-left: 80px;
  }
  .subjects {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subject {
    min-width: 99%;
    margin-bottom: 20px;
  }
  .subject.wide {
    min-width: 99%;
  }
  .footer-social.tw {
    margin-right: 7px;
  }
  .sub-title {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .sub-h2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.6em;
  }
  .sub-title-date {
    margin-bottom: 10px;
  }
  .sub-title-share {
    display: block;
    margin-bottom: 10px;
  }
  .sub-h3 {
    text-align: center;
  }
  .header-search-sub {
    margin-left: 0px;
  }
  .header-sub-right {
    display: block;
    margin-top: 20px;
  }
  .gray-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gray-header {
    font-size: 1.4em;
    line-height: 1.3em;
    text-align: center;
  }
  .gray-text {
    font-size: 1.1em;
    line-height: 1.1em;
    text-align: center;
  }
  .gray-form-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gray-text-box {
    width: 100%;
    margin-left: 0px;
    padding-right: 37px;
  }
  .gray-text-box.wide {
    width: 100%;
  }
  .gray-text-box.narrow {
    width: 100%;
  }
  .gray-form-input {
    height: 40px;
    padding-left: 0px;
    text-align: center;
  }
  .gray-form-input.narrow {
    width: 100%;
    padding-left: 10px;
    text-align: left;
  }
  .gray-info-button {
    margin-top: 11px;
    margin-right: 5px;
    line-height: 21px;
  }
  .gray-info-layer {
    padding: 8px;
  }
  .gray-info-layer.open {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .gray-info-triangle.open {
    display: none;
  }
  .gray-buttons {
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gray-button {
    margin-right: 10px;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .gray-line-box {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #a8a8a8;
    border-radius: 8px;
  }
  .gray-line-text {
    width: 100%;
    padding-right: 39px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-style: none;
    background-color: #a8a8a8;
    color: #fff;
  }
  .gray-line-text.wide {
    width: 100%;
    font-size: 0.9em;
    line-height: 1.1em;
  }
  .gray-footer {
    font-size: 0.9em;
    text-align: center;
  }
  .gray-footer-ico {
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .gray-line-number {
    height: 40px;
    padding-left: 0px;
    border-bottom-style: none;
    text-align: center;
  }
  .gray-line-number.r-align {
    padding-right: 0px;
    text-align: center;
  }
  .gray-footer-infobox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gray-footer-star {
    margin-right: 0px;
    margin-bottom: 4px;
  }
  .gray-form-select {
    height: 40px;
    padding-left: 10px;
  }
  .gray-form-select.narrow {
    width: 100%;
  }
  .gray-result-box {
    padding: 10px;
  }
  .gray-result-highlight {
    font-size: 1.9em;
    text-align: center;
  }
  .gray-result-sub {
    text-align: center;
  }
  .subtext-highlight {
    font-size: 1.3em;
    line-height: 1.5em;
  }
  .sticker-box {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sticker-left {
    display: none;
  }
  .sticker-right {
    display: none;
  }
  .slider {
    height: 180px;
  }
  .slide-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-bg {
    /*position: absolute;
    width: auto;
    height: 50%;*/
  }
  .slide-img {
    position: static;
    width: 90%;
    max-width: 300px;
    margin-left: 0%;
  }
  .slide-title {
    font-size: 2.3em;
    line-height: 39px;
    text-align: center;
  }
  .slide-text {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0%;
    color: #3a485e;
    font-size: 1.8em;
    text-align: center;
  }
  .category {
    min-width: 320px;
  }
  .category.enflasyon {
    background-position: 0px 28px;
  }
  .category-textbox.right {
    width: 100%;
  }
  .category-textbox.left {
    width: 96%;
  }
  .category-title {
    font-size: 1.7em;
  }
  .category-text {
    font-size: 1.2em;
  }
  .slide-content {
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66%;
    height: auto;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }
  .slide-right {
    margin-bottom: 280px;
  }
  .pager {
    width: 100%;
    margin-right: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slide-left {
    margin-bottom: 280px;
  }
}



