<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #df0024;
    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: #353540; 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: #353540; color: #fff; }

.btn2:hover { background-color: #353540; color: #fff; }

/*.btn1:before { content: ''; position: absolute; width: 1px; height: 90%; left: -5px; bottom: -10px; background-color: #df0024; }*/
/*.btn1:after { content: ''; position: absolute; width: 40%; height: 1px; left: -10px; bottom: -5px; background-color: #df0024; }*/

.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: #df0024; font-weight: 400; font-size: 14px; text-align: center; }

.captionCenter:before { content: ''; position: absolute; width: 1px; height: 90%; left: -5px; bottom: -10px; background-color: #df0024; }

.captionCenter:after { content: ''; position: absolute; width: 40%; height: 1px; left: -10px; bottom: -5px; background-color: #df0024; }

.captionBoxLeft { margin-bottom: 30px; text-align: left; }

.captionLeft { position: relative; display: inline-block; padding: 12px 30px; margin: 10px; color: #fff; background-color: #df0024; font-weight: 400; font-size: 14px; text-align: center; }

.captionLeft:before { content: ''; position: absolute; width: 1px; height: 90%; left: -5px; bottom: -10px; background-color: #df0024; }

.captionLeft:after { content: ''; position: absolute; width: 40%; height: 1px; left: -10px; bottom: -5px; background-color: #df0024; }

.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: #353540; }

.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 #df0024; height: 40px; box-shadow: none; background-color: transparent; }

.form-control:focus { border-bottom-color: #df0024; border-left-color: transparent; border-right-color: transparent; border-top-color: transparent; box-shadow: none; -webkit-box-shadow: none; }

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span { color: #df0024; border: 1px solid #eeeeee; margin-left: 0px; font-weight: 700; }

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span { border-radius: 0px; }

.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span { border-radius: 0px; }

.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:focus,
.pagination &gt; li &gt; span:hover { border-color: #df0024; background-color: #df0024; color: #fff; }

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:focus,
.pagination &gt; .active &gt; span:hover { border-color: #df0024; background-color: #ee7800; }

.nav-tabs { border-bottom: 1px solid #df0024; }

.nav-tabs &gt; li &gt; a { margin-right: 2px; }

.nav &gt; li &gt; a:focus,
.nav &gt; li &gt; a:hover { background-color: #df0024; border-radius: 0px; border-color: #ee7800; color: white; }

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:focus,
.nav-tabs &gt; li.active &gt; a:hover { border: 1px solid #df0024; border-bottom-color: transparent; background-color: #ee7800; color: white; border-radius: 0px; }

.tab-content &gt; .tab-pane { padding: 15px 0px; }

/*******************************************************************/

/* TRANSITION ******************************************************/

.icon-bar,
.navbar-nav &gt; li &gt; a,
.navbar-nav &gt; li &gt; a .link,
.navbar-nav &gt; li &gt; a:before,
.navbar-nav &gt; li &gt; a:after,
.navbar-nav &gt; 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: 0; left: 50%; top: -50%; height: auto; z-index: 100; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }

#header .navbar-right { margin-right: 0px; }

#header .navbar .nav-back { position: absolute; width: 106%; height: 100%; left: -3%; top: 0; background-color: #fff; z-index: -1; -webkit-box-shadow: 0px 0px 29px 1px rgb(211, 210, 205);
    -moz-box-shadow: 0px 0px 29px 1px rgb(211, 210, 205);
    box-shadow: 0px 0px 29px 1px rgb(211, 210, 205); }

#header .navbar-nav &gt; li { position: relative; }

#header .navbar-nav &gt; li:after { content: ''; position: absolute; left: 50%; bottom: 0px; width: 0%; height: 5px; background-color: #353540; opacity: 0; }

#header .navbar-nav &gt; li:hover:after,
#header .navbar-nav &gt; li.active:after { bottom: 0px; opacity: 1; left: 25%; width: 50%; }

#header .navbar-nav &gt; li &gt; a { position: relative; padding: 16px 10px 15px 10px; color: #000; }

#header .navbar-nav &gt; li &gt; a:after { opacity: 0; content: attr(data-text); position: absolute; left: 0%; bottom: 15px; width: 100%; text-align: center; font-weight: 700; color: #df0024; }

#header .navbar-nav &gt; li &gt; 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 &gt; li &gt; a:focus,
#header .navbar-nav &gt; li &gt; a:hover { color: #000; }

#header .navbar-nav &gt; li &gt; a:focus .link,
#header .navbar-nav &gt; li &gt; a:hover .link { opacity: 0; }

#header .navbar-nav &gt; li &gt; a:focus:before,
#header .navbar-nav &gt; li &gt; 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 &gt; li &gt; a:focus:after,
#header .navbar-nav &gt; li &gt; a:hover:after { opacity: 1; }

#header .navbar-nav &gt; .active &gt; a,
#header .navbar-nav &gt; .active &gt; a:focus,
#header .navbar-nav &gt; .active &gt; a:hover { background-color: transparent; }

#header .navbar-nav &gt; .active &gt; a .link,
#header .navbar-nav &gt; .active &gt; a:focus .link,
#header .navbar-nav &gt; .active &gt; a:hover .link { opacity: 0; }

#header .navbar-nav &gt; .active &gt; a:before,
#header .navbar-nav &gt; .active &gt; a:focus:before,
#header .navbar-nav &gt; .active &gt; 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 &gt; .active &gt; a:after,
#header .navbar-nav &gt; .active &gt; a:focus:after,
#header .navbar-nav &gt; .active &gt; a:hover:after { opacity: 1; }

#header .navbar-nav &gt; .open &gt; a,
#header .navbar-nav &gt; .open &gt; a:focus,
#header .navbar-nav &gt; .open &gt; a:hover {   background-color: #df0024;
    color: white; }

#header .navbar-nav &gt; .open &gt; a .link,
#header .navbar-nav &gt; .open &gt; a:focus .link,
#header .navbar-nav &gt; .open &gt; a:hover .link { opacity: 1; }

#header .navbar-nav &gt; .open &gt; a:before,
#header .navbar-nav &gt; .open &gt; a:focus:before,
#header .navbar-nav &gt; .open &gt; 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 &gt; .open &gt; a:after,
#header .navbar-nav &gt; .open &gt; a:focus:after,
#header .navbar-nav &gt; .open &gt; a:hover:after { opacity: 1; }

#header .dropdown-menu { border: none; border-radius: 0px; padding: 0px; }

#header .dropdown-menu &gt; li &gt; 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: #df0024; z-index: 2; }

#header .nav-social li a:after { content: ''; position: absolute; width: 0%; height: 1px; left: 5px; bottom: 0; background-color: #df0024; 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: #df0024; }

/*******************************************************************/

/* 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: #353540; }

#main .aboutus-main .line2 { position: absolute; width: 93%; height: 6px; top: 0px; left: 3%; background-color: #353540; }

#main .aboutus-main .line3 { position: absolute; width: 6px; height: 30%; top: 0px; right: 3%; background-color: #353540; }

#main .aboutus-main .slr:hover .line1 { height: 25%; background-color: #df0024; }

#main .aboutus-main .slr:hover .line2 { background-color: #df0024; }

#main .aboutus-main .slr:hover .line3 { background-color: #df0024; }

#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, #df0024 0%, #df0024 100%); }

#main .aboutus-main figure { padding-top: 21px; }

#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: 72px; background-image: url("../img/bolum.png"); background-repeat: no-repeat; background-position: center; min-height: 332px; text-align: center; position: relative; z-index: 3; }

#main .urunler .spot { font-weight: 500 !important; color: #462c17; }
#main .urunler .spot b{ font-weight: 500 !important;  }

#main .urunler .urunlerbox { margin-top: 30px; }

.boxes { height: 235px; }

#main .urunler .urunlerbox .btn2 { margin-top: 28px; z-index: 99 }

#main .urunler .urunlerbox .line1 { position: absolute; width: 3px; height: 0%; top: -10px; left: -3%; background-color: #353540; opacity: 0; }

#main .urunler .urunlerbox .line3 { position: absolute; width: 3px; height: 0%; top: -10px; right: -3%; background-color: #353540; opacity: 0; }

#main .urunler .urunlerbox .line2 { position: absolute; width: 0%; height: 3px; top: -10px; left: -3%; background-color: #353540; opacity: 0; }

#main .urunler .urunlerbox .line4 { position: absolute; width: 0%; height: 3px; bottom: 30%; left: -3%; background-color: #353540; opacity: 0; }

#main .urunler .urunlerbox .line5 { position: absolute; width: 0%; height: 3px; bottom: 30%; right: -3%; background-color: #353540; 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: #353540; opacity: 1; }

#main .content .urunlerbox .line3 { position: absolute; width: 3px; height: 83%; top: 0px; right: 3%; background-color: #353540; opacity: 1; }

#main .content .urunlerbox .line2 { position: absolute; width: 94%; height: 3px; top: 0px; left: 3%; background-color: #353540; opacity: 1; }

#main .content .urunlerbox .line4 { position: absolute; width: 25%; height: 3px; bottom: 17%; left: 3%; background-color: #353540; opacity: 1; }

#main .content .urunlerbox .line5 { position: absolute; width: 25%; height: 3px; bottom: 17%; right: 3%; background-color: #353540; 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: #df0024; }

#main .content .boxes:hover .line3 { background-color: #df0024; }

#main .content .boxes:hover .line2 { background-color: #df0024; }

#main .content .boxes:hover .line4 { background-color: #df0024; }

#main .content .boxes:hover .line5 { background-color: #df0024; }

#main .haberler { margin-top: 35px; 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: #df0024; 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: #df0024 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: #df0024; position: absolute; color: white; z-index: 10; padding-top: 8px; }

#main .content { margin-top: 70px; }

#main .slidebg { overflow: hidden; }

#main .slidebg .page-title { position: relative; margin-top: -75px; color: black; width: 179px; height: 49px; background-color: white; text-align: center; line-height: 3.5; border-bottom: solid 5px #353540; }

#main .content .navigation { font-weight: bold; padding-left: 78px; margin-bottom: 40px; background-color: #fefaf0; }

#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: #353540; }

#main .top .haberlerbox { margin-top: 0; }

#main .top { margin-top: 0; }

#main .content .product-container { background-color: #fefaf0; }

#main .content .product-container .head { border-bottom-width: 3px; border-top-width: 3px; border-top-style: solid; border-bottom-style: solid; border-color: #353540; }

#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 &gt; li &gt; 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 &gt; a { font-size: 13px; color: #929191; }

#main .product-container .side-menu .sub li &gt; a:hover { color: #df0024; }

#main .product-container .nav &gt; li &gt; a:hover { color: #df0024; background-color: transparent; }

#main .product-container ul &gt; li:before { content: ''; background-image: url(../img/mini-yaprak.png); width: 16px; height: 19px; position: absolute; left: 5px; top: 12px; }

#main .product-container .nav &gt; li &gt; a:hover li:before { transform: rotate(45deg); }

#main .product-container .side-menu .sub li &gt; a.active { color: #df0024; }

#main .product-container .nav &gt; li &gt; a.active { color: #df0024; }

#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: 14px; min-height: 280px; background-color: #d7d9da;  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: #df0024; font-size: 22px; color: #df0024; }

#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: black; }

#footer .sag { padding-top: 50px; color: black; background-position: center; padding-left: 50px; }

#footer .sag h4 { float: none; }

#footer h4 { color: #df0024; margin-top: -10px; float: left; font-size: 18px; }

#footer b { color: #df0024; 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: #df0024; }

#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 #353540;   }*/
#layerslider .ls-inner .ls-l.text{text-align: center; border: 4px solid #353540 !important;border-bottom: none !important;   min-width:350px !important;   }
#layerslider .ls-inner .ls-l.text::before{ background-color: #353540; content:''; position:  absolute;  left:0 ;    bottom:0;  height: 4px;width: 30%; }
#layerslider .ls-inner .ls-l.text::after{ background-color: #353540; 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: #efa200; 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: #F6F4F4; 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 &gt;a {float: right;}
#main &gt; section.urunler  h1 {    font-size: 26px;
    font-weight: 500;}
#main &gt; section.haberler  h1 {font-size: 26px;
    font-weight: 500;}


/*******************************************************************/

/* Responsive ******************************************************/

/* SM Mobil Menu */
@media (max-width: 991px) {
    .navbar-header { float: none; }

    .navbar-toggle { display: block; }

    .navbar-collapse { border-top: 2px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

    .navbar-collapse.collapse { display: none !important; }

    .navbar-nav { float: none !important; margin: 15px 0px; }

    .navbar-nav &gt; li { float: none; }

    .navbar-nav &gt; li &gt; a { padding-top: 10px; padding-bottom: 10px; text-align: center; }

    .navbar-text { float: none; margin: 15px 0; }

    .navbar-collapse.collapse.in { display: block !important; }

    .collapsing { overflow: hidden !important; }

    .navbar-brand { position: relative; }

    #header .navbar-right { margin-top: 0px !important; }

    #header .navbar-left { margin-bottom: 0px !important; }
    #main .content .navigation .line1{width: 75%;}
    #footer .orta .mini-logo { transform: translate(14%,14%); }
    #footer .box a img {transform: translate(-100%,0%);}
    #layerslider .buttonBanner  {}
    #layerslider .buttonBanner a{padding: 5px 10px;}
}

/* XS */
@media (max-width: 767px) {
    .btnShare { padding: 0px; }

    .btnShare.circle { border-radius: 50%; }

    .btnShare i { margin-right: 0px; width: 31px; height: 31px; line-height: 31px; text-align: center; }

    .btnShare span { display: none; }

    #header { position: relative; background-color: white; }

    #header .navbar { margin-top: 0px; }

    #header .navbar-brand {     top: 3px;        left: 21%;}

    #header .navbar-brand img { height: 50px; }

    #header .navbar-nav &gt; li &gt; a { padding: 10px; text-align: left; }

    #header .navbar-nav &gt; li:after { display: none; }

    #header .navbar-nav &gt; li &gt; a:after { display: none; }

    #header .navbar-nav &gt; li &gt; a:before { display: none; }

    #header .top-bar { float: left; width: 100%; }

    #header .top-bar .nav-social { position: relative; bottom: 0; }

    #header .top-bar .nav-lang { position: relative; bottom: 0; }

    #header .navbar .nav-back { width: 100% !important; left: 0% !important; }

    #header .nav-line1.active { width: 100% !important; left: 0% !important; }

    #header .navbar-nav &gt; li &gt; a:focus,
    #header .navbar-nav &gt; li &gt; a:hover { background-color: #df0024; }

    #header .navbar-nav &gt; .active &gt; a,
    #header .navbar-nav &gt; .active &gt; a:focus,
    #header .navbar-nav &gt; .active &gt; a:hover { background-color: #df0024; color: white; }

    #header .navbar-nav &gt; li &gt; a:focus .link,
    #header .navbar-nav &gt; li &gt; a:hover .link { opacity: 1; color: white; }

    #header .navbar-nav &gt; .active &gt; a .link,
    #header .navbar-nav &gt; .active &gt; a:focus .link,
    #header .navbar-nav &gt; .active &gt; a:hover .link { opacity: 1; background-color: #df0024; color: white; }

    #header .nav-social { left: 1px; }

    #footer .footer-logo .box { justify-content: center; }

    #footer .footer-copyright .ajansesperto { position: relative; display: block; margin-top: 30px; }

    .nav-tabs &gt; li &gt; a { font-size: 12px; padding: 10px; }

    #main .urunler { background: none; }

    #main .urunlerbox .boxes { height: auto; margin-top: 15px; }
    #layerslider .buttonBanner  {  top: 85%;
    }
    #layerslider .buttonBanner a{padding: 5px 10px;   ;
    }
    #layerslider .ls-inner .ls-l.text{left: 0 !important; transform: translate(25%,47%)!important; min-height: 30px;}
    #layerslider .ls-inner .ls-l.text span{ font-size: 20px;}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
    #header .navbar { margin-top: 0px; }

    #header .navbar-brand { top: -10px; }

    #header .navbar-brand img { height: 100px; }

    #header .navbar-nav &gt; li &gt; a { padding: 10px; text-align: left; }

    #header .navbar-nav &gt; li:after { display: none; }

    #header .navbar-nav &gt; li &gt; a:after { display: none; }

    #header .navbar-nav &gt; li &gt; a:before { display: none; }

    #header .top-bar { float: left; width: 100%; }

    #header .top-bar .nav-social { position: relative; bottom: 0; }

    #header .top-bar .nav-lang { position: relative; bottom: 0; }

    #header .navbar .nav-back { width: 100% !important; left: 0% !important; }

    #header .nav-line1.active { width: 100% !important; left: 0% !important; }

    #header .navbar-nav &gt; li &gt; a:focus,
    #header .navbar-nav &gt; li &gt; a:hover { background-color: #df0024; }

    #header .navbar-nav &gt; .active &gt; a,
    #header .navbar-nav &gt; .active &gt; a:focus,
    #header .navbar-nav &gt; .active &gt; a:hover { background-color: #df0024; color: white; }

    #header .navbar-nav &gt; li &gt; a:focus .link,
    #header .navbar-nav &gt; li &gt; a:hover .link { opacity: 1; color: white; }

    #header .navbar-nav &gt; .active &gt; a .link,
    #header .navbar-nav &gt; .active &gt; a:focus .link,
    #header .navbar-nav &gt; .active &gt; a:hover .link { opacity: 1; background-color: #df0024; color: white; }

    #header .nav-social { left: 1px; }

    #header .nav-lang { right: 1px; }

    #main .urunler { background: none; }

    #main .urunlerbox .boxes { height: auto; }
    #main .content .navigation{margin-top: 30px;}

}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown:hover .dropdown-menu { display: block; }

    #header .navbar { padding: 0px; }

    #header .navbar-nav &gt; li &gt; a { font-size: 12px; padding: 25px 5px 15px 5px; }

    #header .navbar-brand { }

    #header .navbar-brand img { height: 140px; }

    #header .navbar-nav &gt; li &gt; a:before { width: 17px; height: 17px; top: 8px; }

    #main .main-company .right .acenta-contact { margin-top: 40px; }
}

/* LG */
@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu { display: block; }
}

/* Menü */
@media (max-width: 1271px) {
    #header .navbar .nav-back { width: 102%; left: -1%; }

    #header .nav-line1.active { width: 102%; left: -1%; }

    #header .nav-line2.active { width: 103%; left: -1.5%; }
}</pre></body></html>