a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption,
center,cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure,
footer, form, header, hgroup, html, i, iframe, img, ins, kbd, label,
legend, li, mark,menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small,
span, strike, sub, summary, sup,table, tbody, td, tfoot, th, thead, time, tr,
tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a, a:focus, a:hover, header {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  color: #000;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:active, a:focus, a:hover {
  text-decoration: none;
}

img{
  max-width: 100%;
}

i{
  display: inline-block;
}

*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 -webkit-appearance: none;         
}

svg{
  width: 100%;
  height: 100%;
}

button{
  cursor: pointer;
  outline: none;
  padding: 0;
  background-color: transparent;
  border: none;
}

.relative{
  position: relative;
}

.flex{
  display: flex;
}

:root{
  --green :#46aa30;
}

@font-face {
    font-family: 'Roboto Thin';
    font-style: normal;
    font-weight: 200;
    src: url('../font-roboto/Roboto-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    src: url('../font-roboto/Roboto-Light.ttf') format('truetype');
}


@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../font-roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: 500;
    src: url('../font-roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../font-roboto/Roboto-Bold.ttf') format('truetype');
  }

@font-face {
    font-family: 'Roboto Black';
    font-style: normal;
    font-weight: 800;
    src: url('../font-roboto/Roboto-Black.ttf') format('truetype');
  }


@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?11146268');
  src: url('../fonts/fontello.eot?11146268#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?11146268') format('woff2'),
       url('../fonts/fontello.woff?11146268') format('woff'),
       url('../fonts/fontello.ttf?11146268') format('truetype'),
       url('../fonts/fontello.svg?11146268#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-right:before { content: '\e800'; } /* '' */
.icon-right-small:before { content: '\e801'; } /* '' */
.icon-left-small:before { content: '\e802'; } /* '' */
.icon-left:before { content: '\e803'; } /* '' */
.icon-play:before { content: '\e804'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* 'ï…­' */
body{
  font-family: Roboto;
  width: 100%;
  overflow-x: hidden !important;
  position: relative;
}

.special-container{
  width: 100%;
  padding-left: 60px;
  position: relative;
}

header{
  position: relative;
  z-index: 9999;
}

.top-header{
  width: 100%;
  height: 35px;
  background-color: #000;
  border-bottom: 3px solid var(--green);
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
  align-items: center;
}

.lang-list li{
  display: inline-block;
  margin-left: 15px;
  position: relative;
}

.lang-list li a{
  color: var(--green);
  font-weight: bold;
}

.lang-list li:last-child:after{
  padding-right: 0;
  width: 2px;
  height: 10px;
  background-color: var(--green);
  left: -10px;
  top: 5px;
  content: '';
  position: absolute;
}

.main-header{
  height: 80px;
  width: 100%;
  box-shadow: 3px 4px 13px 0px rgba(0, 0, 0, 0.14); 
  text-shadow: 3px 4px 13px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  padding-right: 60px;
  position: relative;
}

.logo{
  display: flex; 
  position: relative;
  margin-top: -35px;
  flex: 0 0 auto;
  flex-direction: column;
}

.bmd-navbar{
  display: flex;
  margin: auto;
  flex: 1 1 auto;
  padding-right: 80px;
  justify-content: center;
}

.bmd-navbar li {
  display: inline-block;
  margin: 0px 25px;
  position: relative;
}

.bmd-navbar li a{
  color: #000;
  font-weight: bold;
  font-size: 16px;
}


.header-boxes{
  width: 155px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 60px;
  top: -3px;
  z-index: 99;
}

.header-boxes .box{
  color: #000;
  width: 50%;
  height: 85px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header-boxes .box:nth-child(2){
  background-color: #46aa30;
}

.header-boxes .box:nth-child(3){
  background-color: #3c9828;
}

.header-boxes .box:nth-child(4){
  background-color: #338920;
}

.header-boxes p{
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 0px 10px;
  margin-top: 7px;
}

.header-boxes svg{
  opacity: .3;
  transition: all .3s ease;
}

.header-boxes .box svg#newsletter{
  width: 38px;
  height: 32px;
}

.header-boxes .box svg#coin{
  width: 28px;
  height: 32px;
}

.header-boxes .box svg#borsa{
  width: 35px;
  height: 33px;
}

.banner [class*="col-"]{
  padding: 0;
}

.banner .row{
  margin: 0 !important
}

.banner img{
 /* max-height: 500px;*/
  object-fit: cover;
  width: 100%;
}

.banner-item{
  outline: none !important; 
}

.banner-item .banner-explain{
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  line-height: 32px;
  padding-right: 15px;
}

.banner-explain strong{
  color: var(--green);
}

.banner-fix-elements .icons{
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 99999999
}

.banner-fix-elements .icons li{
  display: inline-block;
  margin-right: 15px;
}

.banner-fix-elements .icons i{
  color: #000;
  margin: 0;
  font-size: 20px;
}

a.move-to-bottom{
  display: inline-block;
  color: #000;
  position: absolute;
  left: 30px;
  bottom: 100px;
  transform: rotate(270deg);
  z-index: 999;
}

a.move-to-bottom span{
  display: block;
  line-height: 6px;
  position: relative;
  font-family: ubuntu;
  font-weight: 300;
  font-size: 13px;
}

a.move-to-bottom span:after{
  content: '';
  width: 55px;
  height: 1px;
  background-color: black;
  position: absolute;
  left: 108%;
  top: 0;
}

.special-container.x2{
  max-width: 1280px;
  padding: 0;
  margin: auto;
}

.banner-bottom{
  margin-top: 30px;
  margin-bottom: 30px;
}

.banner-bottom .inner-box{
  background-color: #f4f4f4;
  padding: 40px 0px;
  position: relative;
}

.banner-bottom .inner-box:after{
  box-shadow: 5px 9px 27px 0px rgba(0, 0, 0, 0.21); 
  content: '';
  width: calc(100% - 50px);
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.banner-bottom .inner-box p{
  font-weight: bold;
  font-size: 21px; 
  text-align: center;
  padding: 0px 20px;
}

.btn-def{
  background-color: var(--green);
  color: #000;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: bold;
}

.bb-btn{
  position: absolute;
  right: 40px;
  bottom: -20px;
}

.press-title{
  font-size: 48px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 35px;
}

.press-title a{
  font-size: 14px;
  color: #46aa30;
  font-weight: 600;
  font-style: italic;
  line-height: normal;
}

.press{
  margin-bottom: 70px;
}

.ps ul.slick-slide > li{
  border-bottom: 1px solid #e0e3e3;
  margin-top: 30px;
}

.ps ul.slick-slide > li a{
  font-size: 17px;
  font-weight: 600;
  color: #000;
  display: block;
  padding-bottom: 20px;
}

.ps ul.slick-slide > li a .press-date{
  font-family: ubuntu;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  color: var(--green);
  margin-top: 10px;
  display: block;
}

.press .slick-dots{
  position: absolute;
  top: -30px;
  left: 250px;
}

.slick-dots li{
  display: inline-block;
  margin-right: 15px;
}

.slick-dots li.slick-active button{
  width: 15px;
  height: 15px;
  background-color: var(--green)
}

.slick-dots li button{
  -webkit-appearance: button;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #d8d9d9;
  transform: rotate(45deg);
}

.company-slide , .cs-sub-pages{
  background-color: #eef0f0;
  padding: 20px 65px;  
}

.company-slide .slick-slide , .cs-sub-pages .slick-slide{
  margin: 0px 10px;
}

.company-slide img , .cs-sub-pages img {
  opacity: .5;
}

.company-slide .slide-arrows button , .cs-sub-pages .slide-arrows button{
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  color: #b5b7b7;
  transition: all .3s ease;
  cursor: pointer;
  outline: none;
}

.company-slide .slide-arrows button:hover , .cs-sub-pages .slide-arrows button:hover {
  color: #000;
}

.company-slide .slide-arrows button#cs-slide-prev , .cs-sub-pages .slide-arrows button#cs-slide-prev1{
  left: 30px;
}

.company-slide .slide-arrows button#cs-slide-next , .cs-sub-pages .slide-arrows button#cs-slide-next1{
  right: 30px;
}

.video-slider{
  margin-top: 20px;
  background-color: #313131;
  padding: 57px 50px;
}

.video-slider li, .video-def{
  display: inline-block;
  position: relative;
  margin: 0px 20px;
  margin-bottom: 13px;
}

.video-slider li a , .video-def{
  display: flex;
  position: relative;
}

.page-content .video-def{
  margin: 0;
  margin-top: 30px;
  margin-bottom: 65px;
}

.page-content .video-def img{
  width: 100%;
  object-fit: cover;
  height: 220px;
}

.video-slider li:after, .video-def:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .2;
}

.video-slider li a:before ,  .video-def:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontello;
  content: '\e804';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  color: #fff;  
  font-size: 32px;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-name{
  position: absolute;
  background-color: rgba(70, 170, 48, 0.8);
  color: #fff;
  padding: 5px 10px;
  width: 100%;
  max-width: 220px;
  bottom: -13px;
  left: 10px;
}

.video-name p{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;  
}

.video-slider .slide-arrows{
  display: inline-flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  height: 50px;
  align-items: center;
  bottom: -20px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);   
}

.video-slider .slide-arrows button{
  margin: 0px 15px;
  height: 100%;
  outline: none;
  transition: all .3s ease;
}

.video-slider .slide-arrows button:hover{
  color: var(--green)
}

.news{
  position: relative;
}

.news-fix-elements{
  position: absolute;
  z-index: 99999999 !important;
  width: 100%;
}

.news .news-item:after{
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 20%, rgba(255,255,255,0.69) 45%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 20%,rgba(255,255,255,0.69) 45%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 20%,rgba(255,255,255,0.69) 45%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );  
  opacity: 1;
  transition: all 4s ease;
  animation-delay: .3s;
}

.news .news-item.slick-active:after{
  opacity: .7
}

.news *{
  z-index: 999;
}

.news-item{
  width: 100%;
  height: 535px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.news-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-title{
  font-weight: bold;
  font-size: 41px;
}

.news-title strong{
  color: var(--green)
}

.news-content h5{
  font-weight: bold
}

.news-content{
  max-width: 46%;
}

.news-content p{
  font-size: 15px;
  font-style: italic;
  color: #000;
}

.news-title{
  position: absolute;
  top: 60px;
  left: 0;
}

.nc-wrap{
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 190px;  
}

.news-content .see-more{
  text-decoration: underline;
  color: #000 !important;
  font-weight: 700;
  font-style: italic;
  margin-top: 20px;
  display: inline-block;
}

.news-see-all{
  position: absolute;
  width: 100%;
  bottom: 50px;  
  z-index: 999999999 !important;
}

.news-see-all a{
  padding: 11px 20px;
  background-color: var(--green);
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-top: 20px;
  display: inline-block;
}

.news .slick-dots{
  position: absolute;
  top: 118px;
  z-index: 9999999999;
  left: 265px;
}

.news .slick-dots li button{
  background-color: var(--green);
}

.news .slick-dots li.slick-active button{
  background-color: #000;
}

footer{
  padding: 55px 0px;
  background-color: #1f1f1f;
  color: #fff;
}

.footer-content{
  display: flex;
  justify-content: space-between;  
}

.footer-menu li a{
  color: #fff;
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}

.footer-address{
  max-width: 260px;
}

.footer-address p{
  line-height: 36px;
}

.see-on-map{
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  margin-top: 35px;
  background-color: var(--green);
  font-weight: 500;
}

a.move-to-top{
  display: inline-block;
  position: relative;
}

a.move-to-top span{
  display: block;
  line-height: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

a.move-to-top span:after{
  content: '';
  width: 55px;
  height: 1px;
  background-color: var(--green);
  position: absolute;
  left: 108%;
  bottom: 0;
}

.footer-contact ul li:not(:last-child){
  margin-bottom: 20px;
}

.footer-content .move-to-top{
  margin-top: 40px;
}

.footer-bulten form{
  margin-top: 20px;
  position: relative;
}

.footer-bulten form input{
  width: 350px;
  line-height: 45px;
  border: none;
  padding-left: 15px;
  padding-right: 30px;
}

.footer-bulten .icons{
  margin-left: -5px;
  margin-top: 40px;
}

.footer-bulten .icons li{
  display: inline-block;
  margin-right: 5px;
}

.footer-bulten .icons li a{
  color: #fff;
}

.footer-bulten form button{
  background-image: url(../img/plane.png);
  width: 22px;
  height: 19px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.footer-bottom{
  height: 50px;
  justify-content: center;
  align-items: center;
  background-color: #1f1f1f;
  display: flex;
  padding-bottom: 30px;
}

.footer-bottom p{
  color: #f7f7f7;
  opacity: .19
}

.hidden{
  display: none !important;
}

.trigger_box:hover ~ .box.hidden{
  display: inline-flex !important;
}

.page-title{
  height: 145px;
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  padding: 0px 45px;
}

.page-title h1{
  width: 100%;
  position: relative;
  z-index: 99;
  font-weight: 700;
}

.page-title h1 span.tx{
  background-color: #f0f0f0;
  display: inline-block;
  position: relative;
  z-index: 99;
  padding-right: 10px;
}

.page-left-bar{
  margin-bottom: 30px;
}

.page-title .line{
  content: '';
  bottom: 10px;
  right: 0;
  position: absolute;
  background-color: var(--green);
  height: 2px;
  width: 100%;
}


.page-list li{
  margin-bottom: 20px;
}

.page-list li a{
  color: #000000;
  font-size: 19px;
  font-weight: 600;
}

.al-content{
  background-color: #e4e4e4;
  padding: 54px 45px;
  padding-bottom: 40px;    
}

.al-content .page-title h1 span.tx{
  color: var(--green);
  font-size: 24px;
  font-weight: 700;
    background-color: #e4e4e4;
}

.al-content .line{
  background-color: #b9b9b9;  
}

.al-content .page-title{
  height: initial;
  margin-bottom: 30px;
  background-color: #e4e4e4;
  padding: 0;
}

.bmd-breadcrumb{
  display: inline-flex;
  height: 87px;
  align-items: flex-end;
  justify-content: flex-end;
  width: calc(100% - 157px);
  border-bottom: 1px solid #ccc;
  flex-direction: row;
  padding-right: 15px;
}

.bmd-breadcrumb li:not(:last-child):after{
  content: '/';
  position: relative;
  margin: 0px 5px;
  color: var(--green);
  font-weight: 600;
}

.bmd-breadcrumb li a{
  color: var(--green);
  font-weight: 600;
}

.bmd-breadcrumb li.active a, .bmd-breadcrumb li.active:after{
  color: #000;
}

.about-text-content{
  background-color: #f0f0f0;
  padding: 60px 40px;
  margin-top: 57px;
}

.about-text-content h2{
  font-size: 36px;
  color: var(--green);
  font-weight: 700;
  margin-bottom: 30px;
}

.about-text-content p{
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.sub-header-set{
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1280px;
  position: relative;
  margin: auto;  
}

.sub-header-set .header-boxes{
  right: 0;
}


.brand-inner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #e8e8e8;
  padding: 25px 20px;
  color: #000;
  font-size: 14px;
  margin-bottom: 30px;
}

.brand-info{
  margin-left: 15px;
}

.brand-name{
  font-weight: 700;
}

.brand-link{
  color: #46aa30;
  text-decoration: underline;
  font-style: italic;
}

.brand-info p{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-info p:not(:first-child){
  margin-top: 5px;
}

.flex-col{
  display: flex;
  flex-direction: column;
}

.flex-col.fix{
  flex: 0 0 auto;
}

.flex-col.dynamic{
  flex: 1 1 auto;
}

.brand-inner .flex-col{
  overflow: hidden;
}

.bmd-pagination{
  display: flex;
  justify-content: center;
  margin: 60px 30px 70px 0px;
}

.pagination-list{
  display: flex;
  margin: 0px 25px;
  align-items: center;
}

.pagination-list li{
  margin: 0px 5px;
}

.pagination-list li a{
  font-size: 0;
  width: 15px;
  height: 15px;
  background-color: #d8d9d9;
  transform: rotate(45deg);
  border: none;
  display: block;
}

.pagination-list li.active{
  padding: 0px 3px;
}

.pagination-list li.active a{
  width: 20px;
  height: 20px;
  background-color: var(--green)
}

.pagination-back, .pagination-next{
  color: #000;
  font-weight: 700;
}

.pagination-back:before , .pagination-next:after{
  width: 50px;
  height: 2px;
  background-color: var(--green);
  position: relative;
  content: '';
  display: inline-flex;
  margin: 0px 10px;
}

.brand-list > .special-container.x2{
  background-color: #f9f9f9;
  padding: 50px 20px 0px 20px;  
}




.menu-wrapper {
  position: absolute;
  top: 0;
  right: 137px;
  bottom: 0;
  width: 78px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 30px;
  height: 3px;
}

.hamburger-menu {
  position: relative;
  background: #46aa30;
  transition: all 0ms 300ms;
}

.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #338920;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #3c9828;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-wrapper{
  transition: all .3s ease;
  left: initial;
  display: none;
}

.mobile-top-menu{
  display: none;
}

.mobile-top-menu li:not(:last-child){
  margin-right: 10px;
}

.mobile-top-menu li a{
  color: var(--green);
  font-size: 12px;
  font-weight: bold
}

.news-inner{
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.news-modal-text{
  font-size: 14px;
  padding: 25px 25px 40px 25px;
  position: relative;
}

.news-modal-text h5{
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--green);
  font-weight: 700;
}

.go-detail{
  color: #fff;
  padding: 10px 15px;
  font-weight: normal;
  position: absolute;
  right: 30px;
  font-style: italic;
  bottom: -20px;
}

.news-list{
  display: flex;
}

.news-list > .special-container.x2{
  background-color: #f9f9f9;
  padding: 90px 20px 0px 20px;  
}

.nl-row:not(:last-child){
  padding-bottom: 80px;
}

.news-inner.type2{
  font-size: 12px;
}

.news-inner.type2 h5{
  font-size: 14px;
  margin-bottom: 15px;
}

.news-inner.type2 .news-modal-text{
  padding: 15px
}

.news-inner.type2 .go-detail{
  color: var(--green);
  position: relative;
  bottom: initial;
  right: initial;
  display: block;
  padding: 0;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}

.news-list [class*='col-']{
  padding: 0px 10px;
}

.news-list .row{
  margin-left: -10px;
  margin-right: -10px;
}

.news-inner.type3{
  margin-bottom: 60px;
}

.news-inner.type3 .news-modal-text{
  padding: 25px 10px 45px 0px;
  font-weight: 600;
}

.news-list .bmd-pagination{
  margin: 30px 00px 80px 0px;
}

.contact-row > div:not(:last-child) .contact-col{
  border-right: 1px solid #ccc;
}

.contact-row{
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.contact-col{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  min-height: 200px;
  padding-top: 15px;
}

.contact-col img{
  margin-bottom: 30px;
  height: 55px;
  object-fit: none;
}

.form-row{
  margin-bottom: 20px;
}

.form-row.two-col{
  display: flex;
  justify-content: space-between;
}

.form-row.two-col > *{
  width: calc(50% - 10px);
}

.form-element{
  width: 100%;
}

.form-element input{
  line-height: 50px;
  width: 100%;
  border: none;
  padding-left: 15px;
  font-weight: bold;
  letter-spacing: .5px;
  opacity: .8;
  outline: none;
}

.form-element textarea{
  height: 130px;
  width: 100%;
  border: none;
  resize: vertical;
}

.form-element button{
  width: 100%;
  background-color: var(--green);
  height: 50px;
}

.form-title{
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.bricklayer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-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}.bricklayer-column-sizer{width:100%;display:none}@media screen and (min-width:640px){.bricklayer-column-sizer{width:50%}}@media screen and (min-width:980px){.bricklayer-column-sizer{width:33.333%}}@media screen and (min-width:1200px){.bricklayer-column-sizer{width:25%}}.bricklayer-column{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-left:5px;padding-right:5px}

.bricklayer .box_bb p{
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

.bricklayer-column{
  padding-left: 10px;
  padding-right: 10px;
}

.bricklayer .box_bb img{
  width: 100%;
}

.cs-sub-pages{
  margin-bottom: 20px;
}

.ik-text{
  margin-bottom: 40px;
  font-weight: bold;
}

.ik-form-trigger{
  display: flex;
  width: 100%;
  height: 102px;
  justify-content: space-around;
  padding: 0px 80px;
  background-color: #46aa30;
  font-weight: bold;
  align-items: center;
  overflow: hidden;
  font-size: 19px;  
  margin-bottom: 70px;
}

.ik-form-trigger img{
  object-fit: contain;
  margin-right: 20px;  
}

.mevzuat li{
  display: flex;
  align-items: flex-start;
}

.mevzuat li:before{
  margin-top: 5px;
  width: 10px;
  height: 10px;
  content: '';
  position: relative;
  border-radius: 100%;
  background-color: var(--green);
  display: flex;
  margin-right: 10px;
  flex: 0 0 auto;
}

.mevzuat li a{
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 10px;
  font-size: 14px;
  width: 100%
}

.mevzuat-text{
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.mevzuat-text p{
  font-weight: normal;
}

.page-title.ct{
  padding: 0;
  height: initial;
  margin-bottom: 30px;
}

.page-title .tx{
  font-size: 24px;
  padding: 0;
}

.page-title.ct .line{
  background-color: #b6b6b6;
  height: 1px;
}

.mevzuat-link{
 background-color: #46aa30; 
 width: 100%;
 display: flex;
 padding: 0px 60px;
 height: 70px;
 align-items: center;
 justify-content: center;
 font-weight: bold;
}

.download-file{
  display: flex;
  width: 100%;
  height: 102px;
  justify-content: space-around;
  padding: 0px 80px;
  background-color: #e6e6e6;
  font-weight: bold;
  align-items: center;
  overflow: hidden;
  font-size: 19px;  
  margin-top: 40px;
  line-height: 20px;
}

.download-file p{
  font-weight: bold !important;
  line-height: 25px !important  
}

.download-file img{
  object-fit: contain;
  margin-right: 20px;  
}

.report-list{
  counter-reset: li;
}

.report-list li{
  margin-bottom: 40px;
}

.report-list li:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  color: #16130c6e;
  font-size: 40px;
  font-weight: bold;
}

.report-name{
  font-weight: bold;
  margin: 7px 0px;
  min-height: 40px;
}

.go-report{
  color: var(--green);
  font-weight: bold;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
}

.country-list{
  margin-left: -10px;
  margin-right: -10px;
}

.country-list li{
  max-width: 85px;
  display: inline-block;
  margin: 0px 10px;
  margin-bottom: 30px;
  position: relative;  
}

.country-list li img{
  width: 100%;
}

.country-list li p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cl-title{
  text-align: center;
  margin: 50px 0px;
  font-weight: bold;  
}

.see-summary{
  background-color: var(--green);
  max-width: 470px;
  width: 100%;
  padding: 15px 30px;
  font-weight: bold;
  margin: 25px auto 50px auto;
  display: block;
}

.link-list li{
  height: 185px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.link-list li:after{
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  height: 1px;
  background-color: #b6b6b6;
}

.link-list li a{
  padding: 0px 15px;
}

.link-list li p{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
  font-style: italic;
  color: var(--green)
}

.link-list li:not(:nth-child(4n)){
  border-right: 1px solid #b6b6b6;
}

.order-table{
  border-collapse: collapse;
  margin-bottom: 50px;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.order-table th{
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.order-table tr{
  background-color: transparent !important
}

.order-table tbody tr td{
  border: 1px solid #e1e1e1;
  padding: 20px 10px;
  text-align: center;
}

.order-table tbody tr:last-child td{
  border-bottom: none;
}

.order-table tbody tr td:first-child{
  border-left: none;
}

 .order-table tbody tr td:last-child{
  border-right: none;
 }

.order-table tr:first-child td{
  border-top: 0px;
}

.order-table thead th{
  border-bottom: none;
}

.order-table th img{
  margin-bottom: 10px;
}

.order-table tbody::before{
  content: '';
  display: block;
  height: 25px;
}

.order-table th:nth-child(1){
  background-color: #6ac855;
  border-bottom-left-radius: 15px;
}

.order-table th:nth-child(2){
  background-color: #5eba4a
}

.order-table th:nth-child(3){
  background-color: #56af43
}

.order-table th:nth-child(4){
  background-color: #52a93f
}

.order-table th:nth-child(5){
  background-color: #4ca03a
}

.order-table th:nth-child(6){
  background-color: #469834
}

.order-table th:nth-child(7){
  background-color: #40902f;
  border-bottom-right-radius: 15px;
}

.search-bar{
  padding: 5px 30px;
  background-color: #fff;
  display: flex;
  height: 60px;
  align-items: center;
  margin-bottom: 25px;
  justify-content: space-between;
}

.bar-element{
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.bar-title{
  font-weight: bold;
  border-right: 1px solid #e1e1e1;
  height: 100%;
  align-items: center;
  display: flex;
  padding-right: 25px;
  font-size: 21px;
}

.bar-element input{
  width: 290px;
  background-color: #f0f0f0;
  border-radius: 10px;
  border: none;
  line-height: 30px;
  padding-left: 15px;
  margin-left: 10px;
}

.bar-element label{
  color: #46aa30;
  font-weight: bold;
  font-style: italic;
}


.bar-element .search-trigger{
  position: absolute;
  right: 0;
  background-color: #e3e3e3;
  line-height: 30px;
  padding: 0px 10px;
  font-size: 14px;
  color: #000000a3;
  font-weight: bold;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.bar-element .show-all{
  height: 30px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #f0f0f0;
  border-radius: 10px;
  color: var(--green);
  font-weight: bold;  
}


.bmd-hover-menu{
  position: absolute;
  left: 0;
  width: 200px;
  background-color: #46aa30;
  padding: 15px 15px;
  text-align: left;
  top: 20px;
  display: none;
}
@media (min-width: 576px) {
  .special-container.x2 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .special-container.x2 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .special-container.x2 {
    max-width: 960px;
  }
  
}

@media (min-width: 1360px) {
  .special-container.x2 {
    max-width: 1280px;
  }
}

@media (min-width: 1360px) {
  .special-container.sub {
    max-width: 1280px;
  }  
}

@media (max-width: 1359px){
  .search-bar .bar-element label{
    display: none;
  }  

  .th-wrap{
      padding: 0px 15px;
  }
}

@media(max-width: 1140px){
  .bmd-navbar li{
    margin: 0px 15px;
  }

  .ik-form-trigger{
    font-size: 16px;
    padding: 0px 50px;
  }

  .banner-item .banner-explain{
    padding-left: 30px;
  }

  .news-list .nl-row > [class*='col-']{
    margin-bottom: 40px;
  }
}


@media(max-width: 992px){
  .bmd-hover-menu{
    display: block;
    width: 100%;
    position: relative;
  }

  .search-bar{
    height: auto;
    padding: 30px;
    flex-direction: column;
  }

  .search-bar .bar-element{
    margin: 10px 0px;
  }

  .bar-title{
    padding-right: 0;
    border: none;
  }

  .order-table{
     display: block; 
  }

  .link-list li:not(:nth-child(4n)){
    border: none;
  }

  .link-list li:not(:nth-child(3n)){
    border-right: 1px solid #b6b6b6;
  }


  .contact-row > div .contact-col{
    border: none !important;
  }

  .contact-row > div:nth-child(odd) .contact-col{
    border-right: 1px solid #ccc !important;
  }

/*  .banner img{
    min-height: 410px;
  }*/

.banner .special-container{
  padding-left: 0;
}

  .cs-sub-pages{
    margin: 30px 0px;
  }

  #map{
    margin-top: 30px;
  }

  .bmd-navbar{
    flex-direction: column;
    position: fixed;
    right: -100%;
    height: 100%;
    background: var(--green);
    top: 0;
    z-index: 9999;
    padding-left: 60px;
    transition: all 1s ease;
    width: calc(100% - 60px);
  }

  .bmd-navbar li{
    margin: 10px 0px;
  }

  .bmd-navbar li a{
    padding: 5px 0px;
    font-size: 20px;
  }

  .logo{
    width: 112px;
    margin-top: -18px;
    display: block;
  }

  .logo img{
    width: 100%;
  }

  .main-header{
    height: 65px;
  }

  .top-header{
    height: 31px;
  }

  .menu-wrapper{
    right: 135px;
    width: 70px;
    height: 65px;
    display: flex;
  }

  .header-boxes{
    width: 140px;
    right: 65px;
  }

  .header-boxes .box svg#newsletter{
    width: 30px;
    height: 24px;
  }

  .header-boxes .box svg#coin{
    width: 20px;
    height: 22px;
  }

  .header-boxes .box svg#borsa{
    width: 27px;
    height: 23px;
  }

  .header-boxes p{
    font-size: 8px;
    margin-top: 3px;
    padding: 0px 5px;
  }

  .header-boxes .box{
    width: 70px;
    height: 68px;
  }

  .banner-bottom .inner-box p{
    font-size: 16px;
  }

  .footer-content{
    flex-wrap: wrap;
  }

  .footer-content > *{
    margin-bottom: 50px;
  }

  .special-container.x2 {
    padding: 0px 15px;
  }

  .press .slide{
    margin-bottom: 50px;
  }

  .news .news-item:after{
    background: linear-gradient(to right, rgba(255,255,255,1) 20%,rgb(255, 255, 255) 45%,rgba(255, 255, 255, 0.09) 100%);    
  }

  .news-content{
    max-width: 80%;
  }

  .news .slick-dots{
    left: 235px;
  }

  .slick-dots li{
    margin-right: 10px;
  }

  .news .special-container{
    padding: 0 !important;
  }

  .sub-header-set .menu-wrapper{
   right: 70px; 
  }

  .bmd-breadcrumb{
    padding-right: 60px;
    width: calc(100% - 125px);
    height: 68px;
    padding-right: 15px;
    display: none;
  }

  .page-left-bar{
    margin-top: 60px;
  }

}

header .mobile{
  display: none;
}



@media (max-width: 768px){
  header .mobile{
    display: block;
  }
  .bmd-hover-menu{
    display: block;
    width: 100%;
    position: relative;
  }

  .bar-element input{
    width: 100%;
  }

  .bar-element{
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .search-bar{
    padding: 30px 15px;
  }

  .link-list li:not(:nth-child(3n)){
    border-right: none;
  }

  .ik-form-trigger{
    font-size: 16px;
    padding: 0px 30px;
    margin-bottom: 30px;
  }

  .sub-header-set .menu-wrapper{
    right: 0 !important
  }

  .form-row .form-element{
    width: 100%;
    margin: 5px 0px;
  }

  .contact-row > div .contact-col{
    border: none !important;
  }

  .contact-row > div:nth-child(odd) .contact-col{
    border-right: none  !important;
  }  

  header .special-container{
    padding-left: 0;
  }

  header .main-header{
    padding: 0px 15px;
  }

  .logo{
    margin-top: 45px;
  }

  .top-header .th-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 15px;
  } 

  .top-header{
    padding: 0;
  }

  .header-boxes{
    display: none;
  }

  .menu-wrapper{
    right: 0;
  }

  .banner-item .col-lg-4{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
  }

  .banner-explain{
    background-color: #ffffffa6;
    padding: 10px 0px;
  }

  .banner-fix-elements{
    display: none;
  }

  .video-slider img{
    width: 100%;
    object-fit: cover    
  }

  .news-fix-elements{
    padding: 0px 15px;
  }

  .news .special-container.x2{
    padding: 0px 15px !important;
  }

  .news-item{
    height: 650px;
  }

  .news-see-all{
    bottom: 20px;
  }

  .mobile-top-menu{
    display: flex;
  }

  .sub-header-set .logo{
    margin-top: 0 !important
  }

  .news-inner.type3 img{
    max-height: 200px;
    object-fit: cover;
  }

  .news-inner.type3 .news-modal-text{
    padding: 25px 25px 40px 25px;
  }

  .bmd-pagination{
    flex-direction: column;
    align-items: center;
  }

  .bmd-pagination > *{
    margin: 10px 0px;
  }
}

@media (max-width: 768px){
  .footer-content > *{
    visibility: visible !important;
  }
}

@media (max-width: 576px){
  .footer-content > *{
    width: 100%;
  }

  .footer-bulten form, .footer-bulten form input{
    width: 100%;
  }

  .video-slider{
    padding: 50px 25px;
  }

  .sub-header-set .menu-wrapper{
    right: 0;
  }

  .download-file{
    padding: 0px 15px;
  }

  .download-file img{
    display: none;
  }

  .download-file p{
    line-height: initial !important;
    font-size: 14px;
  }
}

@media (max-width: 350px){
  .mobile-top-menu li a{
    font-size: 10px;
  }
}

.bmd-breadcrumb li.active a{
  pointer-events: none;
} 

.news-inner{
  margin-bottom: 60px;
}

.news-inner.type1 img{
  height: 250px;
  object-fit: cover;
}

.news-inner.type2 img{
  height: 150px;
  object-fit: cover;
}

.news-inner.type3 img{
  height: 230px;
  object-fit: cover;
}

.video-slider li:after{
  display: none;
}

.video-slider li a:before{
  display: none;
}

.video-name{
  z-index: 99999999
}


.bmd-hover-menu li{
  display: block;
  margin: 5px 10px;
}
.dropdown-trigger:hover .bmd-hover-menu{
  display: block;
}

.bmd-hover-menu li a:hover{
  color: #fff !important;
}

.country-list li{
  text-align: center;
}

.country-list li img{
width: 80px;
height: 53px;
object-fit: cover;  
margin-bottom: 5px;
}

header > .special-container{
  padding: 0px;
}

.main-header{
  padding: 0px 15px;
}

.top-header{
  padding-right: 0;
}

.th-wrap{
  width: 100%;
  max-width: 1280px;
  margin: auto;
  text-align: right;  

}

@media (min-width: 1360px){
  .home header .th-wrap{
    padding-left: 45px;
    margin-right: 75px;
    max-width: initial;
  }
  .home header .sub-header-set{
    padding-left: 45px;
    margin-right: 60px;
    max-width: initial;
  }  
}

.menu-active{
  background-color: #000 !important;
}

#timeline {
  width: 80%;
  padding: 0 40px;
  height: 600px;
  overflow: hidden;
  margin: 10px auto;
  position: relative;
}
#timeline #dates {
  width: 768px;
  height: 60px;
  overflow: hidden;
}
#timeline #dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 24px;
  text-align: center;
}
#timeline #dates li a {
  line-height: 38px;
  padding-bottom: 10px;
  cursor: pointer;
}
#timeline #dates .selected {
  font-size: 38px;
}
#timeline #issues {
  width: 768px;
  height: 600px;
  overflow: hidden;
}
#timeline #issues li {
  width: 1024px;
  height: 600px;
  list-style: none;
  float: left;
}
#timeline #issues li img {
  float: left;
  margin: 10px 30px 10px 50px;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  /* IE 6 & 7 */
  zoom: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
#timeline #issues li.selected img {
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
#timeline #issues li .title {
  color: #383838;
  font-size: 3rem;
  margin: 20px 0 0 0;
  text-shadow: none;
  text-align: left;
}
#timeline #issues li .subTitle {
  text-shadow: none;
  text-align: left;
  font-size: 2rem;
  margin: -5px 0 20px 0;
}
#timeline #issues li p {
  font-size: 16px;
  margin-right: 0;
  font-weight: normal;
  line-height: 22px;
  text-shadow: none;
  padding-right: 40px;
  color: gray;
}
#timeline #grad_left,
#timeline #grad_right {
  width: 100px;
  height: 600px;
  position: absolute;
  top: 0;
  background: none;
  background: #000;
}
#timeline #grad_left {
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0.65+66,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.65) 1%, rgba(255, 255, 255, 0.65) 66%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.65) 1%, rgba(255, 255, 255, 0.65) 66%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 1%, rgba(255, 255, 255, 0.65) 66%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}
#timeline #grad_right {
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&0+0,0.65+34 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 34%, rgba(255, 255, 255, 0.65) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 34%, rgba(255, 255, 255, 0.65) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 34%, rgba(255, 255, 255, 0.65) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6ffffff',GradientType=1 );
  /* IE6-9 */
}
#timeline #next,
#timeline #prev {
  position: absolute;
  font-size: 70px;
  top: 170px;
  width: 38px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#timeline #next:hover,
#timeline #prev:hover {
  background-position: 0 -76px;
}
#timeline #next #next,
#timeline #prev #next {
  right: 0;
}
#timeline #next #prev,
#timeline #prev #prev {
  left: 0;
}
#timeline #next.disabled,
#timeline #prev.disabled {
  opacity: 0.5;
}

.kvkk{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1f1f1f;
	border-bottom: 1px solid gray;
}

.kvkk .item{
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 100px;
}

.kvkk .item a{
	text-decoration: none;
	color: white;
	padding:0 5px;
	text-align: center;
	font-size: 13px;
}

.information-text-area{
	width: 100%;
	margin: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.information-text{
	max-width:1280px;
	background-color: #f0f0f0;
	padding: 50px;
}

.cokies {
	 position: fixed;
	 bottom: 0;

	 align-items: center;
	 justify-content: space-evenly;
	 background: #3c9828;
	 width: 100%;
	 z-index: 1000;
	 line-height: 18px;
	 border-top: 3px solid black;
	 padding: 5px;
	 display: none;
}
 .cokies .cokies-svg svg {
	 fill: white;
	 width: 48px;
	 height: 48px;
	 cursor: pointer;
}
 .cokies .cokies-text span {
	 color: white;
}
 .cokies .cokies-text span a {
	 color: #bebebe;
	 text-decoration: none;
	 font-weight: bold;
}
 

