
*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI', sans-serif;}
body{background:#ffffff;;}
@media (max-width: 768px) {
  .gizle {
    display: none;
  }
}
/* TOPBAR */
.topbar {
    position: relative;
    height: 30px;
    background: #1d1853;
    color: #fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 40px;
    font-size:12px;
    z-index:600!important;
}
.topbar .right{display:flex;align-items:center;gap:15px;}
.topbar .left{
    display: flex;
    gap: 20px;
    align-items: center;
}
.topbar .right{display:flex;align-items:center;gap:15px;}
.topbar a{color:#b3b3b3; text-decoration:none; transition:0.3s; display:flex; align-items:center; gap:5px;}
.topbar a:hover{color:#337135;}

.left a {
    text-decoration: none;
    display: inline-flex;
    align-items: center; /* dikey ortalama */
	font-size:12px;
	color:#Fff;
    gap: 6px; /* ikon ile yazı arası boşluk */
}

/* SVG ikon hizalama */
.left a img {
    display: inline-block;
    vertical-align: middle;
    height: 16px; /* ihtiyaca göre ayarla */
    width: auto;
}


.lang-box{
    display: flex;
    gap: 10px;
}
.lang-item{
    width: 30px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.7;
    border-radius: 2px;
    overflow: hidden;
}
.lang-item img{width:100%;height:100%;object-fit:cover;}
.lang-item:hover{
    opacity: 1;
    transform: scale(1.1);
}

/* SOCIAL SIDEBAR */
.social-sidebar{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 50px; /* Slim bar */
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Vertical center */
    gap: 15px;
    z-index: 100!important;
    box-shadow: 2px 0 10px rgba(0,0,0,0.05);
}
.social-title{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #337135;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.social-icon{
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(4px);
}
.social-icon:hover{
    background: #337135;
    color: #fff;
    border-color: #337135;
}

/* HEADER */
.header{
    position:fixed;
    top:30px;
    width:100%;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 40px;
    background:rgba(255,255,255,0.1);
    backdrop-filter:blur(12px);
    transition: background 0.3s, box-shadow 0.3s, top 0.1s;
    z-index:1000;
}
.header.scrolled{
    top:0;
    background:#fff;
    box-shadow:0 3px 15px rgba(0,0,0,0.1);
}

/* LOGOS */
.logos, .mobile-logos{display:flex;align-items:center;gap:15px;}
.logos img,.right-logo img,.mobile-logos img{height:55px; transition: 0.3s;}
.header.scrolled .logos img{height: 45px;}

/* NAVIGATION */
.nav{
    flex:1;
    display:flex;
    justify-content:center;
}
.nav ul{
    display:flex;
    gap:0;
    list-style:none;
}
.nav > ul > li{
    position:relative;
    padding:30px 20px;
    font-weight:600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #111;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor:pointer;
}
.nav > ul > li::after{
    content: '';
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #327034;
    transform: scaleX(0);
    transition: 0.3s ease;
}
.nav > ul > li:hover{color:#327034;}
.nav > ul > li:hover::after{transform: scaleX(1);}

/* Masaüstü Dropdown - Premium Style */
.nav ul li ul{
    position:absolute;
    top:100%;
    left:50%;
    transform: translateX(-50%) translateY(15px);
    background:#fff;
    display:block;
    min-width:260px;
    padding:15px 0;
    border-radius:12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    opacity:0;
    visibility:hidden;
    transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index:100;
    border: 1px solid rgba(0,0,0,0.05);
}
.nav ul li:hover > ul{
    opacity:1;
    visibility:visible;
    transform: translateX(-50%) translateY(0);
}
.nav ul li ul li{
    padding:0;
    position:relative;
}
.nav ul li ul li a, .nav ul li ul li span, .nav ul li ul li .menu-item-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 25px;
    color: #222;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    line-height: 1.4;
}
.nav ul li ul li:hover > a, .nav ul li ul li:hover > span, .nav ul li ul li:hover > .menu-item-text{
    background: rgba(227, 30, 36, 0.03);
    color: #327034;
    padding-left: 30px;
}

/* Arrow Icon for Submenus */
.nav ul li ul li.has-sub-desktop > a::after, 
.nav ul li ul li.has-sub-desktop > span::after,
.nav ul li ul li.has-sub-desktop > .menu-item-text::after{
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    margin-left: 10px;
}

/* Masaüstü 3. Seviye Dropdown */
.nav ul li ul li ul{
    top:-15px;
    left:100%;
    transform: translateX(15px);
    border-radius:12px;
}
.nav ul li ul li:hover > ul{
    transform: translateX(0);
}

/* HAMBURGER */
.hamburger{
    display:none;
    font-size:22px;
    cursor:pointer;
    color: #111;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background: #f8f9fa;
}
.hamburger:hover{
    background: #327034;
    color: #fff;
}

/* MOBILE MENU - Premium Modern */
.mobile-menu{
    position:fixed;
    top:0;
    right:-100%;
    width:340px;
    height:100%;
    background:#fff;
    transition:0.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index:2000;
    box-shadow: -20px 0 60px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}
.mobile-menu.active{right:0;}
.mobile-header{
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}
.mobile-menu .close-menu{
    font-size:20px;
    cursor:pointer;
    color: #111;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    transition: 0.3s;
}
.mobile-menu .close-menu:hover{
    background: #327034;
    color: #fff;
}
.mobile-content{
    flex: 1;
    overflow-y: auto;
    padding: 15px 0;
}
.mobile-menu ul{list-style:none;}
.mobile-menu li{
    border-bottom: none;
}
.mobile-menu li a, .mobile-menu li .menu-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 25px;
    color: #111;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}
.mobile-menu .has-sub > .menu-item::after{
    content:'\f067'; /* Plus icon */
    font-family:'Font Awesome 6 Free';
    font-weight:900;
    font-size: 12px;
    transition: 0.4s;
    opacity: 0.5;
}
.mobile-menu .has-sub.active > .menu-item::after{
    content:'\f068'; /* Minus icon */
    transform: rotate(180deg);
    color: #327034;
    opacity: 1;
}
.mobile-menu .has-sub.active > .menu-item{
    color: #327034;
    background: rgba(227, 30, 36, 0.03);
}

/* Mobil Alt Menü */
.mobile-menu ul li ul{
    background: #fafafa;
    display: none;
    padding: 5px 0;
}
.mobile-menu ul li.active > ul{
    display: block;
}
.mobile-menu ul li ul li a, .mobile-menu ul li ul li .menu-item{
    padding-left: 40px;
    font-weight: 500;
    font-size: 13.5px;
    text-transform: none;
    color: #444;
}
.mobile-menu ul li ul li ul li a{
    padding-left: 55px;
    font-size: 13px;
    color: #666;
}

/* Overlay */
.menu-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.menu-overlay.active{
    opacity: 1;
    visibility: visible;
}

/* HERO SLIDER */
.hero{height:100vh;overflow:hidden;position:relative;width:100%;}
.slides{display:flex;height:100%;transition:transform 0.5s ease;}
.slide{
  width: 100vw;
  flex-shrink: 0;
  height: 100vh;
  background-size: cover;      /* Ekranı tamamen kaplar */
  background-position: center; /* Ortalar */
  background-repeat: no-repeat;
}

/* SLIDER CONTROLS */
.slider-controls{
    position:absolute;
    right:30px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    background:rgba(38, 106, 32, 0.85);
    backdrop-filter: blur(8px);
    z-index:100;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
}
.slider-arrow{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
}
.slider-arrow:hover{
    background: rgba(0,0,0,0.15);
}
.slider-arrow:first-child{
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* MODERN TOUCHES */
.nav ul li, .mobile-menu ul li{
    border-radius:6px;
}
.nav ul li:hover, .mobile-menu ul li:hover{background:rgba(0,123,255,0.1);}

/* RESPONSIVE */
@media(max-width:992px){
    .nav{display:none;}
    .right-logo{display:none;}
    .hamburger{display:block;}
}


/* LOADING SCREEN */
#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: grid;
    /* Vertical rectangles: More columns than rows */
    grid-template-columns: repeat(10, 1fr); /* 10 columns */
    grid-template-rows: repeat(3, 1fr);     /* 3 rows = 30 boxes */
	background: #fff;
}
.loader-box {
    background: #fff; /* Initially white */
    transition: background 0.1s;
    width: 100%;
    height: 100%;
    border: 1px solid #f0f0f0; /* Slight border to see grid */
}
.loader-box.active {
    background: #1d1853; /* Turns red */
    border-color: #1d1853;
}
/* Slide up animation for rows */
.loader-box.slide-up {
    transform: translateY(-100vh);
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

/* CENTER LOADING CONTENT */
#loader-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000; /* Above boxes */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: opacity 0.5s;
}
#loader-logo {
    max-width: 150px; /* Adjust as needed */
    height: auto;
}
#loader-percent {
    background: #1d1853;
    color: #fff;
    padding: 5px 0;
    font-weight: 700;
    font-size: 14px;
    width: 100%; /* Match logo width effectively via flex */
    text-align: center;
    border-radius: 2px;
}

/* CONTENT & REFERENCES SECTION */
.content-ref-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    gap: 40px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
	z-index:900;
	padding: 50px 150px 50px 150px;
}
.content-box {
    flex: 0 0 calc(40% - 20px);
    min-width: 300px;
}
.content-text {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    text-align: justify;
}
.content-text p {
    margin-bottom: 20px;
}
.ref-box {
    flex: 0 0 calc(60% - 20px);
    min-width: 300px;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
}
.ref-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #327034;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.ref-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-template-rows: repeat(4, 1fr);    /* 4 rows */
    gap: 15px;
}
.ref-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: 0.3s;
    cursor: pointer;
}
.ref-logo:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: #327034;
}
.ref-logo img {
    max-width: 100%;
    max-height: 60%;
    filter: grayscale(100%);
    transition: 0.3s;
}
.ref-logo:hover img {
    filter: grayscale(0%);
}
@media(max-width: 768px){
    .content-ref-section {
        padding: 30px 20px;
        flex-direction: column;
    }
    .content-box, .ref-box {
        flex: auto;
        max-width: 100%;
        width: 100%;
    }
    .ref-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 cols on mobile */
    }
}

/* PDF SECTION */
.pdf-section {
position: relative;
    width: 100%;
    background: #266a20;
    color: #fff;
    padding: 60px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index:900;
}
.pdf-container {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
	z-index:900;
}
.pdf-left {
    max-width: 70%;
}
.pdf-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pdf-text {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}
.pdf-btn {
    background: #fff;
    color: #327034;
    padding: 18px 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.pdf-btn:hover {
    background: #111;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
@media(max-width: 768px){
    .pdf-section {
        padding: 40px 20px;
    }
    .pdf-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .pdf-left {
        max-width: 100%;
    }
}

/* WAVES SECTION */
.waves-container {
position: relative;
    width: 100%;
    line-height: 0; /* Remove gap */
    background: #fff;
	z-index:900;
}
.waves {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: -7px; /* Fix for gap */
    min-height: 100px;
    max-height: 150px;
	z-index:900;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    fill: rgba(38, 106, 32, 0.7); /* #266A20 %70 */
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    fill: rgba(38, 106, 32, 0.5); /* %50 */
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    fill: rgba(38, 106, 32, 0.3); /* %30 */
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
    fill: #266A20; /* Ana renk %100 */
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

/* FOOTER */
.footer {
position: relative;
    background: #111;
    color: #fff;
    padding: 60px 40px 20px;
    font-size: 14px;
	z-index:800!important;
}
.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-col {
    flex: 1;
    min-width: 250px;
}
.footer-logo {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}
.footer-logo img {
    height: 45px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
}
.footer-desc {
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 10px;
}
.footer-social a {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.footer-social a:hover {
    background: #327034;
}
.footer-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #327034;
}
.footer-links {
    list-style: none;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #aaa;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-links a:hover {
    color: #327034;
    padding-left: 5px;
}
.footer-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    color: #aaa;
}
.footer-contact-item i {
    color: #327034;
    margin-top: 5px;
}
.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.copyright {
    color: #888;
}
.footer-bottom-logo img {
    height: 30px;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.3s;
}
.footer-bottom-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* MODAL */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 90%;
    width: 650px;
    position: relative;
    transform: scale(0.8);
    transition: 0.3s;
}
.modal-overlay.active .modal-content {
    transform: scale(1);
}
.modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.modal-main-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
    background: #eee;
}
.modal-thumbnails {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.modal-thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    border-radius: 4px;
    border: 2px solid transparent;
}
.modal-thumb:hover, .modal-thumb.active {
    opacity: 1;
    border-color: #327034;
}
@media (max-width: 768px) {
    .modal-main-img {
        height: 250px;
    }
}


.kategori-alani {
position: relative;
  font-family: Arial, sans-serif;
  background: #ffffff;
  padding: 10px;
   width: 100%;
  margin: 0 auto;
  z-index:800!important;
  padding: 50px 150px 50px 150px;
}

.kategori-alani .kategori-liste {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* CARD */
.kategori-alani .kategori-kart {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.kategori-alani .kategori-kart:hover {
  transform: translateY(-5px);
}

/* IMAGE */
.kategori-alani .kategori-resim img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* CONTENT */
.kategori-alani .kategori-icerik {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.kategori-alani .kategori-baslik {
  margin: 10px 0;
  font-size: 15px;
  font-weight: bold;
}

/* 160 CHAR LIMIT STYLE */
.kategori-alani .kategori-aciklama {
  font-size: 12px;
  color: #555;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0px 10px 0px;
}

.kategori-alani .kategori-etiketler {
  margin: 10px 0;
}

.kategori-alani .kategori-etiket {
  display: inline-block;
  background: #eee;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 11px;
  margin-right: 5px;
}

.kategori-alani .kategori-link {
  margin-top: auto;
  text-align: center;
  padding: 12px;
  border-radius: 25px;
  background: #266a20;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.kategori-alani .kategori-link:hover {
  background: rgb(38 106 32 / 91%);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .kategori-alani .kategori-liste {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .kategori-alani .kategori-liste {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
	.kategori-alani{
	padding: 10px 10px 10px 10px;
    }
  .kategori-alani .kategori-liste {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }
	
    .kategori-alani .kategori-liste > * {
        width: 100%;
    }
	.social-sidebar{
	display: none;	
	}
	.topbar{
	display: none;	
	}
	.header{
		top:0;
	}
}