﻿html { }
body { font-size: var(--icerik-font-boyutu); font-family: var(--icerik-fontu); margin: 0; padding: 0; background: #fff; color: #f8f6f3; font-weight: var(--icerik-font-weight); }
a, a:active, a:hover, a:visited {text-decoration: none;color: #2d2420;}
h1, h2, .h2, .h3, .h4, h3, h4 { /* font-family: var(--baslik-fontu); */ font-weight: var(--baslik-font-weight); color: var(--tema-renk1); font-size: var(--baslik-font-boyutu); }
:focus, input:focus { outline: 0 !important; }
::placeholder { color: #111; opacity: 1; font-weight: 200 }
ul, p { margin: 0; padding: 0; list-style: none; }
img {max-width: 100%;display: block;}
figure { margin: 0; padding: 0 }
::selection { color: #ffffff; background: #0095da; }
/***/
*,
*::before,
*::after { box-sizing: border-box; }
main { position: relative; z-index: 25; }
.container {width: 1270px;margin: 0px auto;max-width: 100%;position: relative;padding: 0 10px;}
.row { display: flex; flex-wrap: wrap; }
.wrap { flex-wrap: wrap }
/******/
.cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11, .cl12 { position: relative; padding: 0; }
.cl1 { width: 8.333333% }
.cl2 { width: 16.666667% }
.cl3 { width: 25% }
.cl4 { width: 33.333333%; }
.cl5 { width: 41.666667% }
.cl6 { width: 50% }
.cl7 { width: 58.333333% }
.cl8 { width: 66.666667% }
.cl9 { width: 75% }
.cl10 { width: 83.333333% }
.cl11 { width: 91.666667% }
.cl12 { width: 100% }
/******/
header { padding: 0px 40px 0px; border-bottom: solid 1px #eeeeee; }
header .row { display: flex; align-items: center; }
header .logo { }
header .logo a { display: block; width: fit-content; }
header .satir2 { align-items: center; }
header .satir2 .headerRndv {display: flex;padding: 8px 12px 8px 17px;position: relative;cursor: pointer;color: #444;transition: all .3s ease-in-out;border-radius: 40px;font: 400 14px var(--icerik-fontu);width: fit-content;margin: 0 0 0 0;gap: 7px;}
header .satir2 .headerRndv:hover { color: #000; }
header .satir2 .headerRndv:after { content: ''; background: url('/d/r/saga-ok.png') center / contain no-repeat; height: 18px; background-size: contain; transition: all ease .4s; position: relative; width: 0; filter: brightness(0.3); }
header .satir2 .headerRndv:hover:after { width: 18px; }

.menuFixle a.headerRndv { margin: 0; }
header.menuFixle .sagla { margin-top: 5px; }
/********/
figure.loading { position: relative; background: #eee; overflow: hidden; height: 100%; }
figure.loading::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; }

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
 
/*************/
.sagla { display: flex; align-items: center; justify-content: flex-end; column-gap: 10px; }
/*****/
#sayfaTepe { --blog-top-primary: var(--tema-renk2, #3b5340); --blog-top-text: #172019; position: relative; overflow: hidden; padding: 42px 0 56px 0; background: #f3f4f6 }
#sayfaTepe .blog-top-inner { position: relative; z-index: 1; display: flex; align-items: center; gap: clamp(18px, 3vw, 36px); max-width: 920px; margin: 0 auto; padding: 12px 4px; text-align: center; }
#sayfaTepe .blog-top-inner::before,
#sayfaTepe .blog-top-inner::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(59, 83, 64, .22)); }
#sayfaTepe .blog-top-inner::after { transform: rotate(180deg); }
#sayfaTepe h1 { flex: 0 1 auto; margin: 0; color: var(--blog-top-text); font: 500 clamp(38px, 5vw, 52px)/1.12 var(--baslik-fontu); text-wrap: balance; }
#sayfaTepe h1::after { content: ""; display: block; width: 7px; height: 7px; margin: 15px auto 0; border-radius: 50%; background: var(--blog-top-primary); box-shadow: 13px 0 0 rgba(59, 83, 64, .18), -13px 0 0 rgba(59, 83, 64, .18); }

@media (max-width: 600px) {
    #sayfaTepe { padding-top: 42px; }
    #sayfaTepe .container { padding-right: 17px; padding-left: 17px; }
    #sayfaTepe .blog-top-inner { gap: 14px; padding: 5px 0; }
    #sayfaTepe h1 { font-size: 36px; }
}
/*****/
header .logo img { transition: .3s; width: auto; max-width: 360px; }
header nav { margin: 0 0 0; }
header.menuFixle nav { margin: 13px 0 0; }
header nav .ul1 { display: flex; margin: 0; justify-content: center; }
header nav .li1, header nav a { position: relative }
header nav .li1:nth-child(7) a:hover:before { background: #f1f0f0 }
header nav .li1 { }
header nav .li1 > a {position: relative;color: #111;padding: 0 12px 0;display: block;font: 400 16px var(--icerik-fontu);white-space: nowrap;margin: 0 8px;}
header nav .li1 > a:hover { color: var(--tema-renk2); }
header nav.menupt .li1 > a { padding: 17px 7px 17px 7px; }
header nav .li1 > a > i { color: #D14D42; font-size: 20px; display: block; margin-top: 2px; }
header nav .li1:hover > a { }
header .li1.okKoy { position: relative; }
header .li1.okKoy:after { left: 50%; color: #28a4db; content: ''; position: relative; z-index: 3; width: 0; bottom: 0; height: 0; line-height: 0; border: 4px solid transparent; border-bottom: 0; border-top: 5px solid var(--tema-renk2); top: -7px; }
header .li1.okKoy:hover:after { display: none }
header nav > ul > li:nth-child(3) { }
header nav > ul > li:nth-child(3) .ulWrap2 { width: 723px; left: -314px; }
header nav > ul > li:nth-child(3) .ulWrap2 li { width: 50%; margin-bottom: 10px; }
header nav > ul > li:nth-child(3) .ulWrap2 ul {display: flex;flex-wrap: wrap;padding: 0;}
header nav > ul > li:nth-child(3) .ulWrap2 li a { display: block; line-height: 24px; padding: 10px 15px; }
/****/
header nav .ulWrap2 {display: none;background: #fff;position: absolute;top: 54px;left: -217px;z-index: 98;padding: 10px 0 20px;text-align: left;box-shadow: -1px 6px 18px 0 rgb(0 0 0 / 9%);}
.menu .ul1 .li1:nth-child(2) .ulWrap2 { }
header nav .ulWrap2:after { position: absolute; top: -7px; left: 50%; margin-left: -4px; width: 0; height: 0; border: 8px solid transparent; border-top: 0; border-bottom: 7px solid #b4b4b4; content: ""; }
header nav .ul2 { position: relative; column-count: 2; }
header nav .li1:hover > .ulWrap2 { display: block; }
header nav .ul2 .li2 { line-height: initial; position: relative; display: block; column-count: initial; width: 100%; }
header nav .ul2 .li2 > a { padding: 16px 24px; color: #2d2c19 !important; white-space: normal; font-weight: 400; font-size: 16px; line-height: 26px; display: block; }
header nav .ul2 .li2:hover > a { background: #2b2b2b; color: #fff !important; }
header nav .ul1 .li1:nth-child(2) .ulWrap2 .ul2, header nav .ul1 .li1:nth-child(3) .ulWrap2 .ul2 { display: block; column-count: 2; }
/****/
header nav .ulWrap3 { display: none; position: absolute; z-index: 100; text-align: left; width: 265px; left: 100%; top: 0; padding-left: 15px; }
header nav .ul3 { position: relative; padding: 10px 0; background: #ffffff; box-shadow: 0 2px 15px rgba(33, 67, 99, 0.19); border-radius: 5px; }
header nav .ulWrap3:after { content: ''; position: absolute; width: 0; top: 10px; height: 0; border-bottom: 7px solid transparent; border-top: 7px solid transparent; border-left: 8px solid #333; left: 0; }
header nav .li2:hover > .ulWrap3 { display: block; }
header nav .ul3 .li3 { line-height: initial; }
header nav .ul3 .li3 > a { padding: 7px 15px; font-size: 12px; font-weight: 500; color: #2d2c19 !important; letter-spacing: 0; white-space: normal; display: block; }
header nav .ul3 .li3:hover > a { color: #111 !important; }
header nav .li2:hover > .ulWrap3 { display: block; }
header nav .ul3 .li3 { line-height: initial; }
header nav .ul3 .li3 > a { padding: 7px 15px; font-size: 13px; color: #2d2c19 !important; letter-spacing: 0; white-space: normal; display: block; font: 400 15px 'Raleway'; }
header nav .ul3 .li3:hover > a { color: #D14D42 !important; }
/****/
header nav .ulWrap4 { display: none; position: absolute; z-index: 100; text-align: left; width: 265px; left: 100%; top: 0; padding-left: 15px; }
header nav .ul4 { position: relative; padding: 10px 0; background: #ffffff; box-shadow: 0 2px 15px rgba(33, 67, 99, 0.19); border-radius: 5px; }
header nav .ulWrap4:after { content: ''; position: absolute; width: 0; top: 10px; height: 0; border-bottom: 7px solid transparent; border-top: 7px solid transparent; border-left: 8px solid #f39500; left: 0; }
header nav .li3:hover > .ulWrap4 { display: block; }
header nav .ul4 .li4 { line-height: initial; }
header nav .ul4 .li4 > a { padding: 7px 15px; font-size: 13px; font-weight: 500; color: #2d2c19 !important; letter-spacing: 0; white-space: normal; display: block; font: 600 12px 'Raleway'; }
header nav .ul4 .li4:hover > a { color: #D14D42 !important; }
.socIkon a:after { background: url(/d/ortak.png) no-repeat }
.socIkon a:hover { opacity: .8 }
/**********/
header nav .ul1::after { content: ''; position: absolute; bottom: 0; height: 3px; background-color: var(--tema-renk2, #28a4db); transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1); opacity: 0; pointer-events: none; border-radius: 3px 3px 0 0; width: 16.66%; left: 0; }


/**********/
  
/***/
.oklarOrtak { position: absolute; z-index: 5; height: 50px; transform: translateX(-50%) }
.oklarOrtak .left, .oklarOrtak .right { transition: .2s; bottom: 0; width: 45px; height: 45px; background: url(/d/ortak.png) #dedede; display: block; position: absolute }
.oklarOrtak .left { background-position: -324px -370px; transform: rotate(180deg) }
.oklarOrtak .right { right: 0; background-position: -323px -370px; background-color: #f0f0f0 }
header nav .li1:hover .bolgeler { display: block; width: 400px; left: -139px }
header nav .li1 .bolgeler:after { left: 193px }
.banner-dot-shape { position: absolute; top: 12%; left: 27%; z-index: 0; -webkit-transform: translateY(-10%); transform: translateY(-10%) }
#mobilMenu > ul li a, #mobilMenu > ul > li, #sosyalNC a, .mobilArama, .mobilSosyal, a.telefA { position: relative }
#mobilMenu { display: none; top: 0; position: fixed; height: 100%; padding-top: 89px; z-index: 98; width: 100%; overflow-y: auto; padding-bottom: 0; background: #ffffff; color: #fff; -webkit-overflow-scrolling: touch }
#kapatMobil, .menuFixle .li1 { background: 0 0 }
#mobilMenu::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #f5f5f5 }
#mobilMenu::-webkit-scrollbar { width: 6px; background-color: #f5f5f5 }
#mobilMenu::-webkit-scrollbar-thumb { background-color: #000 }
#kapatMobil { position: absolute; top: 9px; bottom: auto; left: auto; right: 15px; font-size: 10px; color: #fff }
#kapatMobil i { font-size: 35px; color: #1d1e20 }
#kapatMobil:hover { color: #ccc }
#mobilMenu ul { margin: 0; padding: 0; border: 0 }
#mobilMenu ul > li { border-bottom: 1px solid #d8d8d8; text-align: center; }
#mobilMenu li.acik:after, #mobilMenu li.okKoy:after { position: absolute; right: 15px; top: 15px; font: 400 18px Arial }
#mobilMenu li.okKoy:after { content: '+' }
#mobilMenu li.acik:after { content: '-' }
#mobilMenu .show-subnav, .gizle-xs { display: block !important }
#mobilMenu ul li a { font-size: 18px; font-style: normal; font-weight: 400; color: #000000; padding: 17px 0; display: block; }
#mobilMenu > ul li ul, #mobilMenu > ul li ul li ul { margin: 0; padding: 0; display: none }
#mobilMenu > ul > li > ul > li > a { padding-left: 35px; padding-right: 35px }
#mobilMenu > ul > li ul a { font-size: 12px; font-style: normal; font-weight: 400; text-transform: none; line-height: 13px; letter-spacing: 0; color: #999 }
#mobilMenu > ul li a { display: block; padding: 15px 25px; color: #ddd }
.mobilSosyal { margin-top: 10px }
.mobilSosyal i { font-size: 12px; color: #fff; border-radius: 50%; border: 2px solid #e0e1e1; height: 28px; width: 28px; padding: 8px; margin: 5px 3px; line-height: 9px }
.mobilSosyal i:hover { color: #999 }
.mobilArama { width: 75%; margin: 20px auto }
.mobilArama input { display: block; padding: 8px; width: 100%; font-size: 10px; background: #e3e3e4; color: #111; letter-spacing: 1px; border: none }
a.telefA { background: var(--tema-renk1); }
.mobilArama .araButonu { position: absolute; z-index: 999; right: 25px; top: 0 }
.mobilArama .araButonu button { margin: 0; padding: 6px 8px; font-size: 12px; border: none; color: #333; background: #e3e3e4 }
#hamburger { display: none; top: 24px; right: 10px; z-index: 999999; width: 23px; height: 19px; transition: .5s ease-in-out; cursor: pointer; position: fixed; }
#hamburger span { display: block; height: 2px; width: 100%; background: #444; opacity: 1; left: 0; transition: .25s ease-in-out; position: absolute }
#hamburger span:first-child { top: 0 }
#hamburger span:nth-child(2) { top: 8px }
#hamburger span:nth-child(3) { top: 16px }
#hamburger span:nth-child(4), #hamburger.open { }
#hamburger.open span:first-child, #hamburger.open span:nth-child(4) { top: 10px; width: 0; left: 50%; }
#hamburger.open span:nth-child(2) { transform: rotate(45deg); }
#hamburger.open span:nth-child(3) { transform: rotate(-45deg); top: 8px; }
#sagNav { float: right; display: flex; gap: 16px; margin-top: 6px; }
.menuFixle a.telefA { margin: 0; padding: 4px 5px 4px 5px; }
a.telefA { margin-top: 6px; font: 400 16px var(--baslik-fontu); line-height: 26px; color: #fff; border-radius: 4px; padding: 9px 10px 9px 10px; display: flex; align-items: center; column-gap: 10px; }
a.telefA i { margin-top: 2px; }
a.telefA i svg { display: block; }
a.telefA i svg path { fill: #fff; }
.menuFixle a.telefA span { display: block; margin-top: 1px; }
a.telefA span { display: block; margin-top: -3px; }
.pakla { height: 100px; clear: both }
.menuFixle { margin: 0; position: fixed; top: 0; left: 0; z-index: 500; width: 100%; background: #fff; padding: 4px 25px }
.menuFixle ul { justify-content: center !important; margin-top: 10px }
.menuFixle .li1 > a { padding: 0 12px 0; }
.menuFixle a:hover { color: #131313 !important; }
.menuFixle .ulWrap2 { top: 59px !important }
.menuFixle .li1.okKoy:after { top: -21px; color: #fff; display: inline-block; }
.goster-xs, .menuFixle a:before { display: none !important }
.menuFixle .ulWrap2:after { border-bottom: 7px solid #fff !important }
.menuFixle .logo { margin: 5px 0 0; display: none; }
.menuFixle .logo img { /* max-width: 200px; */ }
.menuFixle nav.menu { margin: 0; transition: .3s }
.menuFixle #sagNav { align-content: center; margin: 4px 0 0; transition: .3s }
a#scrollDown { position: absolute; left: 50%; bottom: 15px; z-index: 10; width: 30px; height: 55px }
a#scrollDown span { position: absolute; top: 0; left: 0; width: 20px; height: 40px; border: 1px solid #ffffff; border-radius: 50px; box-sizing: border-box }
a#scrollDown span::before { position: absolute; top: 10px; left: 50%; content: ''; width: 4px; height: 4px; margin-left: -2px; background-color: #ffffff; border-radius: 100%; -webkit-animation: 2s infinite sdb10; animation: 2s infinite sdb10; box-sizing: border-box }
a#scrollDown strong { position: relative; display: block }
a#scrollDown strong::after { position: absolute; top: 42px; left: 5px; width: 10px; height: 10px; content: ''; border-left: 1px solid #ffffff; border-bottom: 1px solid #ffffff; transform: rotate(-45deg); box-sizing: border-box }

@-webkit-keyframes sdb10 {
    0% { -webkit-transform: translate(0,0); opacity: 0 }
    40% { opacity: 1 }
    80% { -webkit-transform: translate(0,20px); opacity: 0 }
    100% { opacity: 0 }
}

@keyframes sdb10 {
    0% { transform: translate(0,0); opacity: 0 }
    40% { opacity: 1 }
    80% { transform: translate(0,20px); opacity: 0 }
    100% { opacity: 0 }
}


.menuFixle #sosyalNC a { margin: 0; padding: 0; }
#sosyalNC a { color: #020e27; padding: 2px 0 0 0; display: flex; align-items: center; justify-content: center; }
#sosyalNC a:hover { }
#sosyalNC a svg { display: block; fill: #E4405F; width: 32px; height: 32px; }
#sosyalNC a:hover svg { fill: #000000; }
#sosyalNC a.yout:hover svg path { fill: var(--tema-renk1); }


.headerFollow { }
.headerFollow a { color: #020e27; padding: 12px 0 0 0; display: flex; align-items: center; justify-content: center; }
.headerFollow a:hover { }
.headerFollow a svg { display: block; fill: #E4405F; width: 24px; height: 24px; }
.headerFollow a:hover svg { fill: #000000; }
.headerFollow a.yout:hover svg path { fill: var(--tema-renk1); }


@media(min-width:1901px) {
    .container { width: 1170px; }
}

@media(min-width:992px) and (max-width:1199px) {
    .container { width: 1170px; padding: 0 10px; }
}

@media(min-width:768px) and (max-width:991px) {
    .container { width: 100%; padding: 0 10px }
    .gizle-xs { display: none !important; }
    .goster-xs { display: block !important; }
    .xs4 { width: 40%; padding: 0; }
    .xs6 { width: 50%; padding: 0; }
    .xs8 { width: 60%; padding: 0; }
    .xs12 { width: 100%; padding: 0; }
    /********/
}

@media(max-width:767px) {

    header .logo { }
    .breadcrumb { margin: 0; white-space: nowrap; margin: 10px 0 0 0; width: 100%; text-align: left; overflow-x: auto; }
    .container { width: 100%; padding: 0 10px }
    .row { display: block; }
    .minilogo { display: block; }
    .gizle-xs { display: none !important; }
    .goster-xs { display: block !important; }
    .xs4 { width: 40%; padding: 0; }
    .xs5 { width: 50%; padding: 0; }
    .xs7 { width: 50%; padding: 0; }
    .xs6 { width: 50%; padding: 0; }
    .xs8 { width: 60%; padding: 0; }
    .xs10 { width: 80%; padding: 0; }
    .xs12 { width: 100%; padding: 0; }
    #hamburger { display: block; }
    header .logo img { margin-top: 0; max-width: 250px; height: auto; }
    #sagNav { /* position: absolute; */ /* right: -171px; */ /* top: -61px; */ /* z-index: 25; */ }
    #sosyalNC { }
    .menuFixle a.telefA span { height: 35px; line-height: 35px; font-size: 12px; font-weight: 500; }
    .banner-dot-shape { left: 0; width: 100% }
    header .logo a { position: relative }
    header .row { display: flex }
    header .sagla { column-gap: 10px; justify-content: start; }

 
}

 

/* Header: logo, menu ve aksiyonlar tek hizada */
@media(min-width:992px) {
    html body header { position: relative; z-index: 500; padding: 0 clamp(24px,3vw,48px); background: rgba(255,255,255,.98); border-top: 0; border-bottom: 1px solid #ece7e2; box-shadow: 0 7px 24px rgba(22,43,69,.045) }
    html body header .satir2 { padding: 0 }
    html body header .satir2 > .row { min-height: 82px; flex-wrap: nowrap; align-items: center; gap: 24px }
    html body header .satir2 > .row > .cl2 { width: 29%; flex: 0 0 29% }
    html body header .satir2 > .row > .cl10 { width: 71%; flex: 1 1 auto; min-width: 0 }
    html body header .logo a { display: inline-flex; align-items: center; max-width: 100% }
    html body header .logo img {width: auto;max-width: min(100%,330px);object-fit: contain}
    html body header .header-main { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px,2vw,34px); width: 100%; min-width: 0 }
    html body header .menuSag { flex: 1 1 auto; min-width: 0 }
    html body header .menuSag > .gizle-xs, html body header .menuSag nav { width: 100% }
    html body header nav { margin: 0 }
    html body header nav .ul1 { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: clamp(2px,.45vw,8px); margin: 0; padding: 0 }
    html body header nav .li1 { display: flex; align-items: center; min-height: 46px }
    html body header nav .li1 > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 3px solid transparent;
    transition: all .2s;
    white-space: nowrap;
    }
    html body header nav .li1 > a:hover { color: #000;}
    html body header .li1.okKoy:after { position: static; margin-left: -5px; border-top-color: var(--tema-renk1); opacity: .75; transform: translateY(1px) }
    html body header .header-actions { flex: 0 0 auto }
    html body header .sagla { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin: 0 }
    html body header #sosyalNC a { width: 38px; height: 38px; padding: 0; border: 1px solid rgba(196,133,106,.42); border-radius: 50%; transition: background .2s ease,border-color .2s ease,transform .2s ease }
    html body header #sosyalNC a svg { width: 20px; height: 20px; fill: var(--tema-renk3) }
    html body header #sosyalNC a:hover { background: rgba(214,164,131,.12); border-color: var(--tema-renk2); transform: translateY(-2px) }
    html body header .satir2 .headerRndv {align-items: center;justify-content: center;min-height: 42px;margin: 0;padding: 9px 18px;color: #fff;background: var(--tema-renk2);border-radius: 999px;font: 600 13px/1 var(--icerik-fontu);white-space: nowrap;}
    html body header .satir2 .headerRndv:hover { color: #fff; background: var(--tema-renk1); border-color: var(--tema-renk1) }
    html body header .satir2 .headerRndv:after { display: none }
    html body header nav .ulWrap2 { top: calc(100% + 10px) }
    html body header nav .ulWrap2:before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 18px }
    html body header.menuFixle { min-height: 72px; padding: 0 clamp(24px,3vw,48px) }
    html body header.menuFixle .satir2 > .row { min-height: 70px }
    html body header.menuFixle .minilogo img { height: 54px }
    html body header.menuFixle nav, html body header.menuFixle .sagla { margin: 0 }
    html body header.menuFixle nav .ulWrap2 { top: calc(100% + 10px) !important }
}

@media(min-width:992px) and (max-width:1220px) {
    html body header { padding-right: 18px; padding-left: 18px }
    html body header .satir2 > .row { gap: 14px }
    html body header .satir2 > .row > .cl2 { width: 26%; flex-basis: 26% }
    html body header .logo img { max-width: 285px }
    html body header .header-main { gap: 12px }
    html body header nav .li1 > a { padding-right: 6px; padding-left: 6px; font-size: 12.5px }
    html body header .satir2 .headerRndv { padding-right: 13px; padding-left: 13px }
}

@media(max-width:991px) {
    html body header .header-main { display: block }
    html body header .header-actions { display: none }
}
