@charset "UTF-8";
/************************************************
Ajans Esperto | www.ajansesperto.com
ie6, ff, opera. chrome, safari
************************************************/
/*@import url(../fonts/gentona.otf);*/

@font-face {
    font-family: 'Gentona-ThinItalic';
    src: url('../fonts/Gentona-ThinItalic.eot');
    src: url('../fonts/Gentona-ThinItalic.woff') format('woff2'),
    url('../fonts/Gentona-ThinItalic.woff') format('woff'),
    url('../fonts/Gentona-ThinItalic.ttf') format('truetype'),
    url('../fonts/Gentona-ThinItalic.svg#Gentona-ThinItalic') format('svg'),
    url('../fonts/Gentona-ThinItalic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gentona-BookItalic';
    src: url('../fonts/Gentona-BookItalic.eot');
    src: url('../fonts/Gentona-BookItalic.woff2') format('woff2'),
    url('../fonts/Gentona-BookItalic.woff') format('woff'),
    url('../fonts/Gentona-BookItalic.ttf') format('truetype'),
    url('../fonts/Gentona-BookItalic.svg#Gentona-BookItalic') format('svg'),
    url('../fonts/Gentona-BookItalic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gentona-SemiBoldItalic';
    src: url('../fonts/Gentona-SemiBoldItalic.eot');
    src: url('../fonts/Gentona-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/Gentona-SemiBoldItalic.woff') format('woff'),
    url('../fonts/Gentona-SemiBoldItalic.ttf') format('truetype'),
    url('../fonts/Gentona-SemiBoldItalic.svg#Gentona-SemiBoldItalic') format('svg'),
    url('../fonts/Gentona-SemiBoldItalic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gentona-Medium';
    src: url('../fonts/Gentona-Medium.eot');
    src: url('../fonts/Gentona-Medium.woff2') format('woff2'),
    url('../fonts/Gentona-Medium.woff') format('woff'),
    url('../fonts/Gentona-Medium.ttf') format('truetype'),
    url('../fonts/Gentona-Medium.svg#Gentona-Medium') format('svg'),
    url('../fonts/Gentona-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gentona-MediumItalic';
    src: url('../fonts/Gentona-MediumItalic.eot');
    src: url('../fonts/Gentona-MediumItalic.woff2') format('woff2'),
    url('../fonts/Gentona-MediumItalic.woff') format('woff'),
    url('../fonts/Gentona-MediumItalic.ttf') format('truetype'),
    url('../fonts/Gentona-MediumItalic.svg#Gentona-MediumItalic') format('svg'),
    url('../fonts/Gentona-MediumItalic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gentona-Light';
    src: url('../fonts/Gentona-Light.eot');
    src: url('../fonts/Gentona-Light.woff2') format('woff2'),
    url('../fonts/Gentona-Light.woff') format('woff'),
    url('../fonts/Gentona-Light.ttf') format('truetype'),
    url('../fonts/Gentona-Light.svg#Gentona-Light') format('svg'),
    url('../fonts/Gentona-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gentona-ExtraBold';
    src: url('../fonts/Gentona-ExtraBold.eot');
    src: url('../fonts/Gentona-ExtraBold.woff2') format('woff2'),
    url('../fonts/Gentona-ExtraBold.woff') format('woff'),
    url('../fonts/Gentona-ExtraBold.ttf') format('truetype'),
    url('../fonts/Gentona-ExtraBold.svg#Gentona-ExtraBold') format('svg'),
    url('../fonts/Gentona-ExtraBold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Gentona', sans-serif;
    background-color: #fff;
    color: #6a6a6a;
}

a,
a:hover,
a:focus,
a:active { text-decoration: none; color: #6a6a6a; outline: 0; }

h1, h2, h3, h4, h5, h6 { color: #343333 }

h1 { font-size: 24px; font-weight: bold; }

h4 { color: #fff; font-size: 13px; line-height: 1.5; margin-top: 0; padding-top: 18px; }

h2 { font-size: 20px; font-weight: 600; }

/* Short Codes *****************************************************/

.f3 { font-weight: 300; }

.f4 { font-weight: 400; }

.f5 { font-weight: 500; }

.f6 { font-weight: 600; }

.f7 { font-weight: 700; }

.f8 { font-weight: 800; }

.f9 { font-weight: 900; }

.m0 { margin: 0px; }

.mT15 { margin-top: 15px; }

.mB15 { margin-bottom: 15px; }

.mT30 { margin-top: 30px; }

.mB30 { margin-bottom: 30px; }

.p0 { padding: 0px; }

.pT15 { padding-top: 15px; }

.pB15 { padding-bottom: 15px; }

.pT30 { padding-top: 30px; }

.pB30 { padding-bottom: 30px; }

.pR { position: relative; }

.db { display: block !important; }

.dib { display: inline-block !important; }

.w100 { float: left; width: 100%; }

.w50 { float: left; width: 50%; }

.eclipse { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.flexCC { display: flex; display: -ms-flex; align-items: center; justify-content: center; }

.flexCR { display: flex; display: -ms-flex; align-items: center; justify-content: flex-end; }

.flexCL { display: flex; display: -ms-flex; align-items: center; justify-content: flex-start; }

.flexCB { display: flex; display: -ms-flex; align-items: center; justify-content: space-between; }

.flexCA { display: flex; display: -ms-flex; align-items: center; justify-content: space-around; }

.tW { color: #fff !important; }

.tW a { color: #fff !important; }

.bW { background-color: #fff !important; }

.tB { color: #000 !important; }

.tB a { color: #000 !important; }

.bB { background-color: #000 !important; }

.tG { color: #3a3a3a !important; }

.tG a { color: #3a3a3a !important; }

.bG { background-color: #3a3a3a !important; }

.trl { -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.trlX { -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.trlY { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.cover { background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; }

.contain { background-repeat: no-repeat; background-position: center center; -webkit-background-size: contain; -moz-background-size: contain; -ms-background-size: contain; -o-background-size: contain; background-size: contain; }

/* Buttons *********************************************************/

.btn1 { position: relative;
    display: inline-block;
    padding: 12px 22px;
    color: #fff;
    background-color: #2980B9;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    border: 0px;
    border-radius: 0px; }

.btn2 { position: relative; display: inline-block; padding: 12px 22px; color: #fff; background-color: #1B2A4A; font-weight: 400; font-size: 14px; text-align: center; border: 0px; border-radius: 0px; }

.btn1.sm { padding: 9px 19px; font-size: 13px; }

.btn1.xs { padding: 6px 7px; font-size: 12px; }

.btn1 i { margin-right: 5px; }

.btn1:focus,
.btn1:hover { background-color: #27AE60; color: #fff; }

.btn2:hover { background-color: #27AE60; color: #fff; }

/*.btn1:before { content: ''; position: absolute; width: 1px; height: 90%; left: -5px; bottom: -10px; background-color: #2980B9; }*/
/*.btn1:after { content: ''; position: absolute; width: 40%; height: 1px; left: -10px; bottom: -5px; background-color: #2980B9; }*/

.btn1:hover:before { height: 122%; }

.btn1:hover:after { width: 109%; }

/*******************************************************************/

/* Share Buttons ***************************************************/

.share-box { float: left; display: block; width: 100%; margin-top: 15px; padding-top: 15px; border-top: 1px dashed #ccc; }

.share-box .share-caption { margin-top: 0px; font-weight: 700; }

.btnShare { float: left; display: inline-block; padding: 7px 20px; margin-right: 5px; margin-bottom: 5px; color: #555; background-color: #fff; font-weight: 400; font-size: 12px; text-align: center; border-radius: 0px; }

.btnShare.circle { border-radius: 40px; }

.btnShare i { font-family: 'FontAwesome'; opacity: 0.9; }

.btnShare span { margin-left: 5px; }

.btnShare:focus,
.btnShare:hover { }

.btnShare:focus i,
.btnShare:hover i { opacity: 1; }

.btnShare.facebook { background-color: #3b5998; color: white; }

.btnShare.facebook:hover { background-color: #304d8a; }

.btnShare.facebook i:after { content: '\f09a'; }

.btnShare.twitter { background-color: #0084b4; color: white; }

.btnShare.twitter:hover { background-color: #00719b; }

.btnShare.twitter i:after { content: '\f099'; }

.btnShare.google-plus { background-color: #dc4a38; color: white; }

.btnShare.google-plus:hover { background-color: #de321d; }

.btnShare.google-plus i:after { content: '\f0d5'; }

.btnShare.instagram { background-color: #49769c; color: white; }

.btnShare.instagram:hover { background-color: #3d698e; }

.btnShare.instagram i:after { content: '\f16d'; }

.btnShare.linkedin { background-color: #1f88be; color: white; }

.btnShare.linkedin:hover { background-color: #147baf; }

.btnShare.linkedin i:after { content: '\f0e1'; }

/*******************************************************************/

/* Custom CSS Desing ***********************************************/

.captionBox { margin-bottom: 30px; text-align: center; }

.captionCenter { position: relative; display: inline-block; padding: 12px 30px; margin: 10px; color: #fff; background-color: #2980B9; font-weight: 400; font-size: 14px; text-align: center; }

.captionCenter:before { content: ''; position: absolute; width: 1px; height: 90%; left: -5px; bottom: -10px; background-color: #2980B9; }

.captionCenter:after { content: ''; position: absolute; width: 40%; height: 1px; left: -10px; bottom: -5px; background-color: #2980B9; }

.captionBoxLeft { margin-bottom: 30px; text-align: left; }

.captionLeft { position: relative; display: inline-block; padding: 12px 30px; margin: 10px; color: #fff; background-color: #2980B9; font-weight: 400; font-size: 14px; text-align: center; }

.captionLeft:before { content: ''; position: absolute; width: 1px; height: 90%; left: -5px; bottom: -10px; background-color: #2980B9; }

.captionLeft:after { content: ''; position: absolute; width: 40%; height: 1px; left: -10px; bottom: -5px; background-color: #2980B9; }

.navbar-toggle { border-radius: 0px; border-color: transparent !important; background-color: transparent; }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover { background-color: transparent; }

.navbar-default .navbar-toggle .icon-bar { background-color: #27AE60; }

.navbar-toggle.collapsed .icon-bar:nth-child(1) { transform: none; -webkit-transform: none; }

.navbar-toggle.collapsed .icon-bar:nth-child(2) { opacity: 1; }

.navbar-toggle.collapsed .icon-bar:nth-child(3) { transform: none; -webkit-transform: none; }

.navbar-toggle .icon-bar:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); -webkit-transform: rotate(45deg) translate(4px, 4px); -moz-transform: rotate(45deg) translate(4px, 4px); -ms-transform: rotate(45deg) translate(4px, 4px); -o-transform: rotate(45deg) translate(4px, 4px); }

.navbar-toggle .icon-bar:nth-child(2) { opacity: 0; }

.navbar-toggle .icon-bar:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); -webkit-transform: rotate(-45deg) translate(5px, -5px); -moz-transform: rotate(-45deg) translate(5px, -5px); -ms-transform: rotate(-45deg) translate(5px, -5px); -o-transform: rotate(-45deg) translate(5px, -5px); }

.form-control { border-radius: 0px; border: 1px solid #2980B9; height: 40px; box-shadow: none; background-color: transparent; }

.form-control:focus { border-bottom-color: #2980B9; border-left-color: transparent; border-right-color: transparent; border-top-color: transparent; box-shadow: none; -webkit-box-shadow: none; }

.pagination > li > a,
.pagination > li > span { color: #2980B9; border: 1px solid #eeeeee; margin-left: 0px; font-weight: 700; }

.pagination > li:first-child > a,
.pagination > li:first-child > span { border-radius: 0px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span { border-radius: 0px; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover { border-color: #2980B9; background-color: #2980B9; color: #fff; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover { border-color: #2980B9; background-color: #1F6FA5; }

.nav-tabs { border-bottom: 1px solid #2980B9; }

.nav-tabs > li > a { margin-right: 2px; }

.nav > li > a:focus,
.nav > li > a:hover { background-color: #2980B9; border-radius: 0px; border-color: #1F6FA5; color: white; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover { border: 1px solid #2980B9; border-bottom-color: transparent; background-color: #1F6FA5; color: white; border-radius: 0px; }

.tab-content > .tab-pane { padding: 15px 0px; }

/*******************************************************************/

/* TRANSITION ******************************************************/

.icon-bar,
.navbar-nav > li > a,
.navbar-nav > li > a .link,
.navbar-nav > li > a:before,
.navbar-nav > li > a:after,
.navbar-nav > li:after,
.btn1,
.btn2,
.btnShare,
.nav-social li a:before,
.nav-social li a:after,
.nav-social li a i,
.nav-lang li a,
.nav-lang li a:before,
.nav-lang li a:after,
.btn1:before,
.btn1:after,
.buttons .button,
.buttons .button i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.aboutus-main .line1,
.aboutus-main .line2,
.icon,
.aboutus-main .line3 {
    -webkit-transition: all 1.9s;
    -moz-transition: all 1.9s;
    transition: all 1.9s;
}

.urunlerbox .line1,
.urunlerbox .line2,
.urunlerbox .line3,
.urunlerbox .line4,
.urunlerbox .line5,
.cerceve .line1,
.tring,
.gizle,
.opak {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*******************************************************************/

/* HEADER **********************************************************/

#header { position: absolute; top: 0; left: 0; width: 100%; z-index: 99; }

#header.inPage { position: relative; background-color: white; box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.24); }

#header.inPage .nav-social { box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.24); }

#header.inPage .nav-lang { box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.24); }

#header .navbar { position: relative; border: none; border-radius: 0; margin-bottom: 0px; margin-top: 45px; padding: 0px 0px; z-index: 2; background-color: transparent; }

#header .navbar-brand { position: absolute; padding: 5px 0; left: 50%; top: 50%; height: auto; z-index: 100; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

#header .navbar-brand img { max-height: 85px; width: auto; }

#header .navbar-right { margin-right: 60px; }

#header .navbar .nav-back { position: absolute; width: 106%; height: 100%; left: -3%; top: 0; background-color: rgba(255,255,255,0.95); z-index: -1; -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-bottom: 3px solid #27AE60; }

#header .navbar-nav > li { position: relative; }

#header .navbar-nav > li:after { content: ''; position: absolute; left: 50%; bottom: 0px; width: 0%; height: 3px; background-color: #27AE60; opacity: 0; transition: all 0.3s ease; }

#header .navbar-nav > li:hover:after,
#header .navbar-nav > li.active:after { bottom: 0px; opacity: 1; left: 10%; width: 80%; }

#header .navbar-nav > li > a { position: relative; padding: 18px 14px 16px; color: #2c3e50; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; transition: color 0.3s ease; }

#header .navbar-nav > li > a:after { opacity: 0; content: attr(data-text); position: absolute; left: 0%; bottom: 15px; width: 100%; text-align: center; font-weight: 700; color: #2980B9; }

#header .navbar-nav > li > a:before { opacity: 0; content: ''; position: absolute; top: -15px; left: 50%; width: 25px; height: 25px; background: url(../img/yaprak.png) no-repeat center center; background-size: 100%; transform: translateX(-50%) scale(0) rotate(180deg); -webkit-transform: translateX(-50%) scale(0) rotate(180deg); -moz-transform: translateX(-50%) scale(0) rotate(180deg); -ms-transform: translateX(-50%) scale(0) rotate(180deg); -o-transform: translateX(-50%) scale(0) rotate(180deg); }

#header .navbar-nav > li > a:focus,
#header .navbar-nav > li > a:hover { color: #27AE60; }

#header .navbar-nav > li > a:focus .link,
#header .navbar-nav > li > a:hover .link { opacity: 0; }

#header .navbar-nav > li > a:focus:before,
#header .navbar-nav > li > a:hover:before { opacity: 1; transform: translateX(-50%) scale(1) rotate(0deg); -webkit-transform: translateX(-50%) scale(1) rotate(0deg); -moz-transform: translateX(-50%) scale(1) rotate(0deg); -ms-transform: translateX(-50%) scale(1) rotate(0deg); -o-transform: translateX(-50%) scale(1) rotate(0deg); }

#header .navbar-nav > li > a:focus:after,
#header .navbar-nav > li > a:hover:after { opacity: 1; }

#header .navbar-nav > .active > a,
#header .navbar-nav > .active > a:focus,
#header .navbar-nav > .active > a:hover { background-color: transparent; }

#header .navbar-nav > .active > a .link,
#header .navbar-nav > .active > a:focus .link,
#header .navbar-nav > .active > a:hover .link { opacity: 0; }

#header .navbar-nav > .active > a:before,
#header .navbar-nav > .active > a:focus:before,
#header .navbar-nav > .active > a:hover:before { opacity: 1; transform: translateX(-50%) scale(1) rotate(0deg); -webkit-transform: translateX(-50%) scale(1) rotate(0deg); -moz-transform: translateX(-50%) scale(1) rotate(0deg); -ms-transform: translateX(-50%) scale(1) rotate(0deg); -o-transform: translateX(-50%) scale(1) rotate(0deg); }

#header .navbar-nav > .active > a:after,
#header .navbar-nav > .active > a:focus:after,
#header .navbar-nav > .active > a:hover:after { opacity: 1; }

#header .navbar-nav > .open > a,
#header .navbar-nav > .open > a:focus,
#header .navbar-nav > .open > a:hover {   background-color: #3498DB;
    color: white; }

#header .navbar-nav > .open > a .link,
#header .navbar-nav > .open > a:focus .link,
#header .navbar-nav > .open > a:hover .link { opacity: 1; }

#header .navbar-nav > .open > a:before,
#header .navbar-nav > .open > a:focus:before,
#header .navbar-nav > .open > a:hover:before { opacity: 1; transform: translateX(-50%) scale(1) rotate(0deg); -webkit-transform: translateX(-50%) scale(1) rotate(0deg); -moz-transform: translateX(-50%) scale(1) rotate(0deg); -ms-transform: translateX(-50%) scale(1) rotate(0deg); -o-transform: translateX(-50%) scale(1) rotate(0deg); }

#header .navbar-nav > .open > a:after,
#header .navbar-nav > .open > a:focus:after,
#header .navbar-nav > .open > a:hover:after { opacity: 1; }

#header .dropdown-menu { border: none; border-radius: 0px; padding: 0px; }

#header .dropdown-menu > li > a { padding: 8px 20px; }

#header .nav-social { position: absolute; left: 0; bottom: -37px; padding: 0; margin: 0; list-style-type: none; z-index: 90; }

#header .nav-social li { float: left; }

#header .nav-social li a { position: relative; display: block; }

#header .nav-social li a:before { content: ''; position: absolute; width: 1px; height: 0%; right: 0; top: 5px; background-color: #2980B9; z-index: 2; }

#header .nav-social li a:after { content: ''; position: absolute; width: 0%; height: 1px; left: 5px; bottom: 0; background-color: #2980B9; z-index: 2; }

#header .nav-social li a:hover:before { height: 100%; }

#header .nav-social li a:hover:after { width: 100%; }

#header .nav-social li a i { width: 37px; height: 37px; line-height: 37px; text-align: center; font-size: 18px; background-color: rgba(255, 255, 255, 0.7); color: #bcbdbd; }

#header .nav-social li a:hover i { color: #2980B9; }

#header .nav-lang { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); padding: 0; margin: 0; list-style-type: none; z-index: 100; }

#header .nav-lang li { display: none; }

#header .nav-lang li.active { display: block; }

#header .nav-lang:hover li { display: block; }

#header .nav-lang li a { display: block; width: 42px; height: 34px; line-height: 34px; text-align: center; font-size: 11px; font-weight: 700; background-color: #fff; color: #2c3e50; text-decoration: none; border: 1px solid #e0e0e0; border-top: none; transition: all 0.2s ease; letter-spacing: 0.5px; }

#header .nav-lang li:first-child a,
#header .nav-lang li.active a { border-radius: 6px; border: none; }

#header .nav-lang:hover li:first-child a { border-radius: 6px 6px 0 0; }

#header .nav-lang:hover li:last-child a { border-radius: 0 0 6px 6px; }

#header .nav-lang li a:hover { background-color: #27AE60; color: #fff; border-color: #27AE60; }

#header .nav-lang li.active a { background-color: #27AE60; color: #fff; box-shadow: 0 2px 8px rgba(39,174,96,0.3); }

/*******************************************************************/

/* MAIN ************************************************************/

#main { background-color: white; }
#main .content img {width: 96%; }
#main .banner { }

#main .slidebg { height: 213px; }

#main .aboutus-main { margin-top: 35px; }

#main .aboutus-main .slr img { width: 100%; }

#main .aboutus-main .line1 { position: absolute; width: 6px; height: 72%; top: 0px; left: 3%; background-color: #27AE60; }

#main .aboutus-main .line2 { position: absolute; width: 93%; height: 6px; top: 0px; left: 3%; background-color: #27AE60; }

#main .aboutus-main .line3 { position: absolute; width: 6px; height: 30%; top: 0px; right: 3%; background-color: #27AE60; }

#main .aboutus-main .slr:hover .line1 { height: 25%; background-color: #3498DB; }

#main .aboutus-main .slr:hover .line2 { background-color: #3498DB; }

#main .aboutus-main .slr:hover .line3 { background-color: #3498DB; }

#main .aboutus-content { margin-left: -16px; padding-left: 14px; padding-bottom: 21px; margin-top: 27px; text-align: center; background-color: white; -webkit-box-shadow: 0px 0px 2px 2px rgba(233, 231, 231, 1);
    -moz-box-shadow: 2px 0px 3px 1px rgb(221, 219, 219);
    box-shadow: 2px 0px 3px 1px rgb(221, 219, 219); }

#main .aboutus-main .aboutus-content:after { content: ''; position: absolute; width: 30px; height: 100%; left: -30px; top: 0; background-color: #fff; }

#main .aboutus-main .aboutus-content:before { content: ''; position: absolute; width: 15px; height: 100%; right: 0; overflow: hidden; border-radius: 10px 0px 0px 10px; background: linear-gradient(to bottom, #3498DB 0%, #3498DB 100%); }

#main .aboutus-main figure { padding-top: 21px; }

#main .aboutus-main figure img { max-height: 120px; width: auto; }

#main .aboutus-main figcaption { margin-top: 10px; margin-right: 15px; padding-right: 20px; background-image: url("../img/tarla.png"); background-position: right; background-repeat: no-repeat; }

#main .urunler { margin-top: 10px; background-image: url("../img/bolum.png"); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; min-height: 0; padding: 20px 0 35px; text-align: center; position: relative; z-index: 3; }
#main .urunler .urunler-header {
    background-color: transparent;
    padding: 25px 30px;
    margin: 0 auto 20px;
    max-width: 800px;
    overflow: hidden;
}

#main .urunler .urunler-header h1 { 
    margin: 0 0 10px 0; 
    font-size: 28px; 
    font-weight: 700; 
    color: #1B4F72; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    padding: 0;
}

#main .urunler .urunler-header .spot {
    margin: 0;
    padding: 0;
}

#main .urunler .spot { font-weight: 500 !important; color: #1B4F72; }
#main .urunler .spot b{ font-weight: 500 !important;  }

#main .urunler .urunlerbox { margin-top: 30px; overflow: hidden; padding: 0 10px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
#main .urunler .home-cat-box { width: auto; float: none; padding: 0; }

.boxes { height: 235px; }

#main .urunler .boxes { height: auto; min-height: 340px; margin-bottom: 0; }
#main .urunler .urunlerbox .btn2 { margin-top: 18px; z-index: 99; display: inline-block; }
#main .urunler .home-category-products { list-style: none; margin: 10px 0 0; padding: 0; }
#main .urunler .home-category-products li { margin: 2px 0; }
#main .urunler .home-category-products a { color: #2f2f2f; font-size: 12px; line-height: 1.35; font-weight: 600; }
#main .urunler .home-category-products a:hover { color: #2980B9; }
#main .urunler .home-cat-box h2 { font-size: 18px; min-height: 52px; line-height: 1.2; }
#main .urunler .home-cat-box figure img { width: 140px; height: 140px; object-fit: contain; margin: 0 auto 8px; display: block; }

@media (max-width: 991px) {
    #main .urunler .urunlerbox { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
}

@media (max-width: 767px) {
    #main .urunler .urunlerbox { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #main .urunler .boxes { min-height: 300px; }
}

@media (max-width: 480px) {
    #main .urunler .urunlerbox { grid-template-columns: 1fr; }
}

#main .urunler .urunlerbox .line1 { position: absolute; width: 3px; height: 0%; top: -10px; left: -3%; background-color: #27AE60; opacity: 0; }

#main .urunler .urunlerbox .line3 { position: absolute; width: 3px; height: 0%; top: -10px; right: -3%; background-color: #27AE60; opacity: 0; }

#main .urunler .urunlerbox .line2 { position: absolute; width: 0%; height: 3px; top: -10px; left: -3%; background-color: #27AE60; opacity: 0; }

#main .urunler .urunlerbox .line4 { position: absolute; width: 0%; height: 3px; bottom: 30%; left: -3%; background-color: #27AE60; opacity: 0; }

#main .urunler .urunlerbox .line5 { position: absolute; width: 0%; height: 3px; bottom: 30%; right: -3%; background-color: #27AE60; opacity: 0; }

#main .urunler .boxes:hover .line1 { opacity: 1; height: 74%; left: 3%; }

#main .urunler .boxes:hover .line3 { opacity: 1; height: 74%; right: 3%; }

#main .urunler .boxes:hover .line2 { opacity: 1; width: 93%; left: 3%; }

#main .urunler .boxes:hover .line4 { opacity: 1; width: 25%; left: 3%; }

#main .urunler .boxes:hover .line5 { opacity: 1; width: 25%; right: 3%; }

#main .content .urunlerbox { text-align: center; }

#main .content .urunlerbox { margin-top: 30px; padding-left: 50px; }

#main .content .urunlerbox .btn2 { margin-top: 28px; z-index: 99; }

#main .content .urunlerbox figure img { margin-top: 10px; }

#main .content .urunlerbox .line1 { position: absolute; width: 3px; height: 83%; top: 0px; left: 3%; background-color: #27AE60; opacity: 1; }

#main .content .urunlerbox .line3 { position: absolute; width: 3px; height: 83%; top: 0px; right: 3%; background-color: #27AE60; opacity: 1; }

#main .content .urunlerbox .line2 { position: absolute; width: 94%; height: 3px; top: 0px; left: 3%; background-color: #27AE60; opacity: 1; }

#main .content .urunlerbox .line4 { position: absolute; width: 25%; height: 3px; bottom: 17%; left: 3%; background-color: #27AE60; opacity: 1; }

#main .content .urunlerbox .line5 { position: absolute; width: 25%; height: 3px; bottom: 17%; right: 3%; background-color: #27AE60; opacity: 1; }

#main .content .album-ic .line1 { height: 97%; top: 0px; }

#main .content .album-ic .line3 { height: 97%; top: 0px; }

#main .content .album-ic .line2 { height: 3px; top: 0px; }

#main .content .album-ic .line4 { height: 3px; bottom: 3%; }

#main .content .album-ic .line5 { height: 3px; bottom: 3%; }

#main .content .album .line1 { height: 93%; top: 0px; }

#main .content .album .line3 { height: 93%; top: 0px; }

#main .content .album .line2 { height: 3px; top: 0px; }

#main .content .album .line4 { height: 3px; bottom: 15px; }

#main .content .album .line5 { height: 3px; bottom: 15px; }

#main .content .album h2 { margin-top: 14px; }
#main .content .album-ic .boxes{margin-bottom: 15px;height: auto;}
#main .content .boxes:hover .line1 { background-color: #3498DB; }

#main .content .boxes:hover .line3 { background-color: #3498DB; }

#main .content .boxes:hover .line2 { background-color: #3498DB; }

#main .content .boxes:hover .line4 { background-color: #3498DB; }

#main .content .boxes:hover .line5 { background-color: #3498DB; }

#main .haberler { margin-top: -15px; text-align: center; }

#main .haberler .haberlerbox { margin-top: 30px; }

#main .haberler .haberlerbox .ic { margin-bottom: 30px; }

#main .haberler .haberlerbox img { width: 100%; }

#main .haberler .haberlerbox .cerceve { position: absolute; width: 80%; height: 90%; top: 5%; left: 10%; border-width: 3px; border-style: solid; border-color: #27AE60; z-index: 5; }

#main .haberler .opak { width: 100%; height: 28%; padding: 2px; background-color: rgba(0, 0, 0, 0.7); color: white; font-size: 15px; font-weight: bold; }

#main .haberler .haberlerbox .cerceve:hover .opak { height: 100%; }

#main .haberler .haberlerbox .cerceve .gizle { opacity: 0; }

#main .haberler .haberlerbox .tring { width: 0; left: 46%; margin-left: 46%; margin-top: 0%; border-style: solid; border-width: 10px 10px 0 10px; border-color: #27AE60 transparent transparent transparent; }

#main .haberler .haberlerbox .cerceve:hover .tring { opacity: 0; }

#main .haberler .haberlerbox .cerceve:hover .gizle { opacity: 1; }

#main .haberler .haberlerbox .cerceve .line1 { width: 0%; margin-left: 5%; height: 1px; background-color: white; }

#main .haberler .haberlerbox .cerceve:hover .line1 { width: 90%; }

#main .haberler .haberlerbox .cerceve article { font-size: 13px; padding: 10px; font-weight: 100; }

#main .haberler .haberlerbox .cerceve .btn1 { margin-top: 0px; }

#main .haberler .haberlerbox .tarih { left: 43%; bottom: -20px; width: 57px; font-size: 16px; height: 59px; background-color: #2980B9; position: absolute; color: white; z-index: 10; padding-top: 8px; }

#main .content { margin-top: 10px; }

#main .slidebg { overflow: hidden; }

#main .slidebg .page-title { position: relative; margin-top: 0px; color: black; width: 179px; height: 49px; background-color: white; text-align: center; line-height: 3.5; border-bottom: solid 5px #27AE60; }

#main .content .navigation { font-weight: bold; padding-left: 78px; margin-bottom: 40px; background-color: #EBF5FB; }

#main .content .navigation:before { content: ''; position: absolute; background-image: url('../img/peynir.png'); width: 42px; height: 42px; left: 28px; top: 0; }

#main .content .navigation figcaption { font-size: 23px; color: #313131; }

#main .content .navigation figcaption:before { content: ''; position: absolute; background-image: url('../img/mini-yaprak.png'); width: 16px; height: 16px; left: 71px; top: 9px; }

#main .content .navigation .line1 { position: absolute; top: 37px; left: 72px; width: 90%; height: 5px; background-color: #27AE60; }

#main .top .haberlerbox { margin-top: 0; }

#main .top { margin-top: 0; }

#main .content .product-container { background-color: #EBF5FB; }

#main .content .product-container .head { border-bottom-width: 3px; border-top-width: 3px; border-top-style: solid; border-bottom-style: solid; border-color: #27AE60; }

#main .content .product-container .head h2 {  font-size: 16px; padding-left: 35px; margin: 15px 0px; }

#main .content .product-container .head h2:before { content: ''; position: absolute; background-image: url(../img/yaprak.png); width: 27px; height: 21px; top: 15px; left: 5px;}

#main .product-container .nav > li > a { padding-left: 25px; font-size: 14px; color: #606060; }

#main .product-container .side-menu .sub li { list-style: none; }

#main .product-container .side-menu .sub li > a { font-size: 13px; color: #929191; }

#main .product-container .side-menu .sub li > a:hover { color: #2980B9; }

#main .product-container .nav > li > a:hover { color: #2980B9; background-color: transparent; }

#main .product-container ul > li:before { content: ''; background-image: url(../img/mini-yaprak.png); width: 16px; height: 19px; position: absolute; left: 5px; top: 12px; }

#main .product-container .nav > li > a:hover li:before { transform: rotate(45deg); }

#main .product-container .side-menu .sub li > a.active { color: #2980B9; }

#main .product-container .nav > li > a.active { color: #2980B9; }

#main .content .cartificate-box figcaption { text-align: center; font-size: 16px; font-weight: bold; padding-top: 10px; }
.ls-l  { color: #fff;  padding: 23px; font-size: 32px; background-color: rgba(0,0,0,0.5);}
.ls-1 span {opacity: 1; position: absolute;}
/*******************************************************************/

/* FOOTER **********************************************************/

#footer { font-size: 12px; min-height: 330px; background-color: #1B2A4A;  overflow: hidden; }

#footer .icon { position: relative; float: left; width: 41px; height: 41px; margin: 5px; border-radius: 50%; border-width: 3px; border-style: solid; border-color: #3498DB; font-size: 22px; color: #3498DB; }

#footer .icon i { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

#footer .icon:hover { border-style: dashed; transform: rotate(750deg); }

#footer .sol { margin-top: 50px; color: white; }

#footer .sag { padding-top: 50px; color: white; background-position: center; padding-left: 50px; }

#footer .sag h4 { float: none; }

#footer h4 { color: #3498DB; margin-top: -10px; float: left; font-size: 18px; }

#footer b { color: #27AE60; font-size: 14px; }

#footer .orta { background-image: url(../img/agac.png); height: 321px; background-repeat: no-repeat; }

#footer .orta .mini-logo { transform: translate(28%,45%);  padding-top: 16%; }

#footer .sag { background-image: url(../img/zeytin.png); height: 321px; background-repeat: no-repeat; background-position: top; }

#footer .social { display: block; margin: 0 auto; }

#footer .footer-logo .box { height: 115px; }

#footer .footer-logo .box img { max-width: 100%; max-height: 100%; }

#footer .footer-menu { text-align: center; }

#footer .footer-menu a { display: inline-block; padding: 20px 10px; color: #000; }

#footer .footer-menu a:hover { color: #2980B9; }

#footer .footer-contact { text-align: center; color: #626161; }

#footer .box { position: absolute; left: 30%; bottom: 2%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

/** acar custom  **/
#main  .urunlerbox .newSlider .owl-item{
    max-width:200px!important;}
#footer .box a img{transform: translate(57%,0%);}

/*#layerslider .ls-inner .ls-l.text::after{content:''; position:  absolute;  left:0 ;    top:0;  height: 100%;width: 100%; border: 3px solid #27AE60;   }*/
#layerslider .ls-inner .ls-l.text{text-align: center; border: 4px solid #27AE60 !important;border-bottom: none !important;   min-width:350px !important;   }
#layerslider .ls-inner .ls-l.text::before{ background-color: #27AE60; content:''; position:  absolute;  left:0 ;    bottom:0;  height: 4px;width: 30%; }
#layerslider .ls-inner .ls-l.text::after{ background-color: #27AE60; content:''; position:  absolute;  right:0 ;    bottom:0;  height: 4px;width: 30%; }
#layerslider .buttonBanner  { min-width: 123px; display: inline;  position: absolute;bottom: -20px;left: 35%; width: 30%; height: 40px;}
#layerslider .buttonBanner a{ padding: 12px 20px; text-align: center; color: #fff; background-color: #2980B9; font-weight: 400; font-size: 14px; text-align: center; border: 0px; border-radius: 0px}



#main .aboutus-main {
    position: relative; }
#main .aboutus-main::before { background-color: #F0F8FF; content:''; position:  absolute;  left:0 ;    top:-35px;  height: 88%;width: 100%; }
/*.share-box .col-md-2{ padding-left: 0;padding-right: 0;}*/
.share-box .col-md-2 a{ width: 100%;}
.buttons >a {float: right;}
#main > section.urunler  h1 {    font-size: 26px;
    font-weight: 500;}
#main > section.haberler  h1 {font-size: 26px;
    font-weight: 500;}


/*******************************************************************/

/* Responsive ******************************************************/

/* ================================================================
   RESPONSIVE DESIGN - AGS AGRO
   ================================================================ */

/* LG Desktop (1200px+) */
@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu { display: block; }
}

/* MD Desktop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown:hover .dropdown-menu { display: block; }
    #header .navbar { padding: 0; }
    #header .navbar-nav > li > a { font-size: 12px; padding: 20px 8px 16px; }
    #header .navbar-brand img { max-height: 70px; }
    #header .navbar-nav > li > a:before { width: 17px; height: 17px; top: 4px; }
    #header .navbar .nav-back { width: 102%; left: -1%; }
    #header .nav-line1.active { width: 102%; left: -1%; }
}

/* Tablet & Mobile Menu (max 991px) */
@media (max-width: 991px) {
    html, body { overflow-x: hidden; }
    .container { width: 100%; max-width: 100%; padding-left: 15px; padding-right: 15px; }

    /* --- HEADER / NAV --- */
    .navbar-header { float: none; }
    .navbar-toggle { display: block; }
    .navbar-collapse { border-top: 1px solid transparent; box-shadow: none; }
    .navbar-collapse.collapse { display: none !important; }
    .navbar-collapse.collapse.in { display: block !important; }
    .collapsing { overflow: hidden !important; }
    .navbar-nav { float: none !important; margin: 0; }
    .navbar-nav > li { float: none; }

    #header {
        position: relative;
        background: #fff;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    }
    #header .navbar {
        margin-top: 0;
        min-height: 56px;
        display: flex;
        align-items: center;
        padding: 0 12px;
    }
    #header .navbar .nav-back { display: none !important; }

    /* Logo - centered */
    #header .navbar-brand {
        position: absolute;
        left: 50%;
        top: 50%;
        padding: 0;
        margin: 0;
        transform: translate(-50%, -50%);
        z-index: 10;
    }
    #header .navbar-brand img {
        height: 40px !important;
        width: auto;
    }

    /* Hamburger menu - right side */
    #header .navbar-toggle {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        border: none;
        background: transparent;
        padding: 8px;
        z-index: 20;
    }
    #header .navbar-toggle .icon-bar {
        background-color: #1B4F72;
        width: 24px;
        height: 3px;
        border-radius: 2px;
        display: block;
        margin: 4px 0;
        transition: all 0.3s ease;
    }

    /* Dropdown menu */
    #header .navbar-collapse {
        border: none;
        background: #fff;
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        border-radius: 0 0 12px 12px;
        max-height: 75vh;
        overflow-y: auto;
    }

    /* Menu items */
    #header .navbar-nav > li > a {
        padding: 14px 24px !important;
        text-align: left;
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #2c3e50 !important;
        border-bottom: 1px solid #f0f0f0;
        text-transform: none !important;
        letter-spacing: 0 !important;
        transition: all 0.2s ease;
    }
    #header .navbar-nav > li:last-child > a { border-bottom: none; }
    #header .navbar-nav > li > a:hover,
    #header .navbar-nav > li > a:focus {
        background-color: #f0faf4 !important;
        color: #27AE60 !important;
        padding-left: 30px !important;
    }
    #header .navbar-nav > .active > a,
    #header .navbar-nav > .active > a:hover,
    #header .navbar-nav > .active > a:focus {
        background: linear-gradient(135deg, #27AE60, #2ecc71) !important;
        color: #fff !important;
    }
    #header .navbar-nav > li:after,
    #header .navbar-nav > li > a:before,
    #header .navbar-nav > li > a:after { display: none !important; }
    #header .navbar-nav > li > a .link { opacity: 1 !important; }
    #header .navbar-nav > .active > a .link { color: #fff !important; }
    #header .navbar-right { margin-right: 0 !important; }

    /* Language selector - top left, sleek pills */
    #header .nav-lang {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        right: auto;
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 0;
        margin: 0;
        z-index: 15;
    }
    #header .nav-lang li {
        display: block !important;
    }
    #header .nav-lang li a {
        border-radius: 20px !important;
        border: none !important;
        width: 34px !important;
        height: 28px !important;
        line-height: 28px !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        background: #f0f0f0 !important;
        color: #666 !important;
        transition: all 0.2s ease;
    }
    #header .nav-lang li.active a {
        background: linear-gradient(135deg, #27AE60, #2ecc71) !important;
        color: #fff !important;
        box-shadow: 0 2px 6px rgba(39,174,96,0.3);
    }
    #header .nav-lang li a:hover {
        background: #27AE60 !important;
        color: #fff !important;
    }

    /* --- SLIDER --- */
    #layerslider .ls-inner .ls-l.text {
        left: 50% !important;
        transform: translate(-50%, 47%) !important;
        min-width: 0 !important;
        width: 85vw !important;
        max-width: 380px !important;
    }
    #layerslider .ls-inner .ls-l.text span { font-size: 18px; }
    #layerslider .buttonBanner { min-width: 100px; }
    #layerslider .buttonBanner a { padding: 6px 14px; font-size: 12px; }

    /* --- ABOUT US --- */
    #main .aboutus-main .slr,
    #main .aboutus-content {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    #main .aboutus-main .slr { margin-bottom: 15px; }
    #main .aboutus-content {
        margin-top: 15px;
        margin-left: 0;
        padding: 15px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    }
    #main .aboutus-main .aboutus-content:before,
    #main .aboutus-main .aboutus-content:after { display: none; }
    #main .aboutus-main::before { top: 0; height: 100%; }

    /* --- PRODUCTS --- */
    #main .urunler { background-size: cover; padding: 20px 0 30px; }
    #main .urunler .urunler-header { padding: 15px 10px; margin-bottom: 15px; }
    #main .urunler .urunler-header h1 { font-size: 22px !important; letter-spacing: 1px; }
    #main .urunler .urunlerbox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 0;
    }
    #main .urunler .boxes { min-height: 260px; }
    #main .urunler .home-cat-box h2 { font-size: 15px; min-height: 40px; }
    #main .urunler .home-cat-box figure img { max-width: 70px; height: 70px; }

    /* --- NEWS --- */
    #main .haberler { margin-top: 0; }
    #main .haberler .haberlerbox .ic { width: 100%; padding: 0 8px; margin-bottom: 20px; }
    #main .haberler .haberlerbox .cerceve {
        width: 100%; left: 0; top: 0;
        height: auto; border-width: 2px;
    }
    #main .haberler .haberlerbox .tarih {
        position: static;
        margin: 8px auto 0;
        display: inline-block;
    }

    /* --- PRODUCT PAGE --- */
    #main .content .product-container { width: 100%; margin-bottom: 15px; }
    #main .content .navigation { padding-left: 60px; margin-bottom: 20px; }
    #main .content .navigation .line1 { width: 75%; }
    #main .content .urunlerbox { padding-left: 0 !important; }

    /* --- FOOTER --- */
    #footer { min-height: auto; padding: 20px 0 0; }
    #footer .sol,
    #footer .orta,
    #footer .sag {
        width: 100%;
        float: none;
        height: auto;
        margin-top: 0;
        padding: 15px 10px;
        background-image: none;
    }
    #footer .sol { margin-top: 0; }
    #footer .sag { padding-left: 10px; padding-top: 15px; }
    #footer .orta {
        text-align: center;
        padding: 10px 0;
    }
    #footer .orta .mini-logo {
        transform: none;
        padding-top: 0;
    }
    #footer .orta .mini-logo img { max-height: 60px; }
    #footer h4 { float: none; text-align: left; margin-top: 5px; }
    #footer .social { text-align: center; margin-top: 10px; }
    #footer .box { position: static; transform: none; }
    #footer .box a img { transform: none; }
}

/* Small phones (max 767px) */
@media (max-width: 767px) {
    /* Slider text */
    #layerslider .ls-inner .ls-l.text {
        width: 90vw !important;
        max-width: 340px !important;
        padding: 10px 12px 20px !important;
    }
    #layerslider .ls-inner .ls-l.text span { font-size: 16px; }
    #layerslider .buttonBanner {
        position: relative !important;
        top: auto !important; bottom: auto !important;
        left: auto !important; width: auto !important;
        transform: none !important;
        display: block; margin-top: 10px; text-align: center;
    }

    /* News cards */
    #main .haberler .haberlerbox .cerceve { border: none !important; box-shadow: none !important; }
    #main .haberler .haberlerbox .tring,
    #main .haberler .haberlerbox .cerceve .line1 { display: none !important; }
    #main .haberler .haberlerbox .opak { height: auto !important; padding: 8px; }

    /* Buttons */
    .btnShare { padding: 0; }
    .btnShare.circle { border-radius: 50%; }
    .btnShare i { margin-right: 0; width: 31px; height: 31px; line-height: 31px; text-align: center; }
    .btnShare span { display: none; }
    .nav-tabs > li > a { font-size: 12px; padding: 8px; }

    /* Footer fine-tune */
    #footer .col-md-12 { font-size: 12px; }
    #footer .icon { width: 34px; height: 34px; font-size: 18px; }
}

/* Extra small phones (max 480px) */
@media (max-width: 480px) {
    #header .navbar-brand img { height: 36px !important; }
    #header .navbar-toggle { margin-top: 10px; }

    #main .slidebg { height: 100px; }
    #main .slidebg .page-title {
        margin-top: -40px;
        width: 140px; height: 36px;
        line-height: 2.6; font-size: 13px;
    }

    #main .urunler .urunlerbox { grid-template-columns: 1fr; gap: 10px; }
    #main .urunler .boxes { min-height: 220px; }
    #main .urunler .urunler-header h1 { font-size: 18px !important; }
    #main .urunler .home-category-products a { font-size: 11px; }

    #main .content .navigation { padding-left: 15px; }
    #main .content .navigation:before { display: none; }
    #main .content .navigation figcaption { font-size: 18px; }
    #main .content .navigation figcaption:before { display: none; }
    #main .content .navigation .line1 { left: 15px; width: 85%; }

    #footer h4 { font-size: 15px; }
    #footer b { font-size: 12px; }
    #footer .col-md-12 { font-size: 11px; padding: 2px 10px; }
}