body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: '', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    color: #888;
}

html {
    height: 100%;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.wrapper {
    width: inherit;
    max-width: 100%;
    position: relative;
    padding: 23px;
    min-height: 100%;
    z-index: 2;
    overflow: hidden;
}


/* header */

header {
    position: absolute;
    left: 23px;
    right: 23px;
    top: 23px;
    z-index: 5;
    padding: 23px;
}

.logo {
    float: left;
    width: 160px;
    height: 150px;
    background: #16216A url(../images/logo.png) no-repeat center;
    background-size: 110px;
    position: absolute;
    z-index: 6;
}

header .webmenu {
    clear: both;
    width: auto;
    margin-top: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: table;
}

header .webmenu ul {
    list-style: outside none none;
    margin-left: -12px;
    margin-right: -12px;
}

header .webmenu ul li {
    display: block;
    position: relative;
    float: left;
}

header .webmenu ul li a {
    padding: 16px 12px;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    display: block;
    -webkit-transition: color 0.65s;
    transition: color 0.65s;
    color: #ffffff;
}

header .webmenu ul li a:hover, header .webmenu ul li a:focus {
    text-decoration: underline;
}

button {
    outline: none !important;
}

header .right {
    height: 105px;
    display: table;
    float: right;
    position: relative;
}

header .right .language {
    float: left;
    margin-top: 42px;
}

header .right .language .dropdown.open button {
    border-radius: 22px 22px 0px 0px;
}

header .right .language .dropdown button {
    border: none;
    background-color: rgba(121, 121, 119, 0.64);
    padding: 10px 25px;
    border-radius: 25px;
    width: 150px;
    text-align: left;
}

header .right .language .dropdown button .lang {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-image: url(../images/lang-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}

header .right .language ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    min-width: 150px;
    width: 150px;
    background-color: rgba(121, 121, 119, 0.64);
    border-radius: 0px 0px 25px 25px;
    border: none;
}

header .right .language ul li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 25px;
    color: #ffffff;
}

header .right .language ul li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

header .right .partner {
    float: left;
    margin-top: 44px;
    display: none;
}

header .right .partner img {
    width: 150px;
    margin-left: 20px;
}


/* slider */

.slider:after, .slider:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
}

.slider:before {
    bottom: 40px;
    width: 25px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.slider:after {
    bottom: 62px;
    width: 4px;
    height: 6px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-animation: mouse-scroll 3s infinite cubic-bezier(.31, .68, .62, 1.22);
    animation: mouse-scroll 3s infinite cubic-bezier(.31, .68, .62, 1.22);
}

-webkit-animation:mouse-scroll 3s infinite cubic-bezier(.31, .68, .62, 1.22);
animation:mouse-scroll 3s infinite cubic-bezier(.31, .68, .62, 1.22)
}

}
.VideoHeader .VideoSection {
    height:100%
}
.VideoHeader .VideoSection-title {
    bottom:10%
}
@-webkit-keyframes mouse-scroll {
    0%, 20% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1)
    }
    10% {
        -webkit-transform: translateY(5px) scaleY(1.2);
        transform: translateY(5px) scaleY(1.2)
    }
}
@keyframes mouse-scroll {
    0%, 20% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1)
    }
    10% {
        -webkit-transform: translateY(5px) scaleY(1.2);
        transform: translateY(5px) scaleY(1.2)
    }
}
.slider .item, .slider .owl-item, .slider .owl-wrapper, .slider .owl-wrapper-outer {
    position: relative;
    height: 100%;
}
.block-list__item__date:before, .slider .item:before {
    display: block;
    content: "";
}
.slider .item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000;
    background: rgba(0, 0, 0, .3);
}
.slider .item:after {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.5;
    background: linear-gradient(to top, transparent 30%, #000);
    transition: opacity .3s;
}
.slider .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 30px;
    text-align: center;
    color: #FFF;
    transform: translateZ(0);
}
.slider .item__text {
    width: 100%;
    height: 100%;
    padding: 15px;
}
.u-table {
    display: table;
    height: 100%;
}
.u-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.slider .item_text {
    position: relative;
    z-index: 1;
    font-size: 64px;
    line-height: 84px;
}
.slider .slideButton {
    display: inline-block;
    margin: 30px 0 0 0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    color: #16216A;
    font-size: 16px;
    background: #fff;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}
.slider .owl-buttons {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
}
.slider.owl-theme .owl-controls .owl-buttons div {
    width: 14px;
    height: 160px;
    position: absolute;
    top: -90px;
    color: #FFF;
    line-height: 166px;
    font-size: 30px;
    text-align: center;
    background: #16216A;
    overflow: hidden;
    -webkit-transition: background-color .2s linear, width .2s ease;
    -moz-transition: background-color .2s linear, width .2s ease;
    transition: background-color .2s linear, width .2s ease;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    text-indent: -9999px;
    cursor: pointer;
}
.slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -7px;
    cursor: pointer;
}
.slider.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -7px;
    cursor: pointer;
}
.slider.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    width: 55px;
    background: #16216A url(../images/next.png) no-repeat center;
}
.slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    width: 55px;
    background: #16216A url(../images/prev.png) no-repeat center;
}

/* tarihce */
.tarihce {
    float: left;
    width: 100%;
    padding: 60px 0;
}
.tarihce .tarihceSol {
    float: left;
    width: calc(58% - 30px);
}
.tarihce .tarihceSol h1 {
    font-size: 38px;
    color: #3c3c3c;
    font-weight: 500;
    padding-bottom: 10px;
}
.tarihce .tarihceSol p.big {
    font-size: 18px;
    font-style: italic;
}
.tarihce .tarihceSol p {
    font-size: 16px;
    color: #888;
    padding-bottom: 10px;
}
.tarihce .tarihceSol hr {
    margin-bottom: 30px;
}
.tarihce .tarihceSol a {
    font-size: 15px;
    color: #888;
    padding-bottom: 10px;
    display: inline-block;
    border: 1px solid #16216A;
    color: #16216A;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 100px;
    margin: 20px 0 0 0;
}
.tarihce .tarihceSol a:hover {
    background: #16216A;
    color: #fff;
}
.tarihce .tarihceResim {
    float: right;
    width: calc(42% - 30px);
    height: 440px;
    overflow: hidden;
    -webkit-box-shadow: 0 50px 65px -20px rgba(0, 0, 0, .3);
    box-shadow: 0 50px 65px -20px rgba(0, 0, 0, .3);
}
.tarihce .tarihceResim img {
    width: 100%;
    height: 100%;
    -webkit-transition: zoom 1.65s, transform 1.65s;
    transition: zoom 1.65s, transform 1.65s;
    display: block;
}
.tarihce .tarihceResim:hover img {
    -webkit-transition: zoom 1.65s, transform 1.65s;
    transition: zoom 1.65s, transform 1.65s;
    -moz-transform: scale(1.2);
    -moz-transform-origin: center center;
    -o-transform: scale(1.2);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1.2);
    -webkit-transform-origin: center center;
    transform: scale(1.2);
    transform-origin: center center;
}

/* referanslar */
.referanslar {
    width: 100%;
    position: relative;
    float: left;
    z-index: 11;
}
.referanslar .baslik {
    width: 100%;
    text-align: center;
}
.referanslar .baslik h1 {
    font-size: 28px;
    color: #3c3c3c;
    font-weight: 500;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.bottom {
    height: 500px;
}
.bottom .col {
    height: 500px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
}
.bottom .col .bg {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: zoom 1.65s, transform 1.65s;
    transition: zoom 1.65s, transform 1.65s;
    position: relative;
}
.bottom .col .bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.bottom .col:hover .bg {
    zoom: 1.2;
    -moz-transform: scale(1.1);
    -moz-transform-origin: center center;
    -o-transform: scale(1.1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1.1);
    -webkit-transform-origin: center center;
    transform: scale(1.1);
    transform-origin: center center;
}
.bottom .col .info {
    position: absolute;
    display: table;
    padding: 15px;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.2s;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.bottom .col .info .title {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.bottom .col .info .detail {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    height: 0;
}
.bottom .col:hover .detail {}
.bottom .col .info .button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    line-height: 60px;
    height: 60px;
    background-color: #16216A;
    display: none;
    text-align: center;
}
.bottom .col .info:hover .button {
    display: block;
}
.bottom .col .info .button a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    display: inline-block;
    padding-right: 30px;
}
.bottom .col .info .button a:after {
    width: 30px;
    height: 60px;
    position: absolute;
    top: 0;
    content: "";
    background-image: url(../images/detayOk.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-position 0.35s;
    transition: background-position 0.35s;
}
.bottom .owl-buttons {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
}
.bottom.owl-theme .owl-controls .owl-buttons div {
    width: 14px;
    height: 160px;
    position: absolute;
    top: -90px;
    color: #FFF;
    line-height: 166px;
    font-size: 30px;
    text-align: center;
    background: #16216A;
    overflow: hidden;
    -webkit-transition: background-color .2s linear, width .2s ease;
    -moz-transition: background-color .2s linear, width .2s ease;
    transition: background-color .2s linear, width .2s ease;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    text-indent: -9999px;
    cursor: pointer;
}
.bottom.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -7px;
    cursor: pointer;
}
.bottom.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -7px;
    cursor: pointer;
}
.bottom.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    width: 55px;
    background: #16216A url(../images/next.png) no-repeat center;
}
.bottom.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    width: 55px;
    background: #16216A url(../images/prev.png) no-repeat center;
}

/* urunler */
.urunler {
    width: 100%;
    position: relative;
    float: left;
    z-index: 11;
    padding: 60px 0;
}
.urunler .baslik {
    width: 100%;
    text-align: center;
}
.urunler .baslik h1 {
    font-size: 28px;
    color: #3c3c3c;
    font-weight: 500;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.urunList {
    float: left;
    width: 100%;
}
.urunList>ul {
    margin: 0 -10px;
}
.urunList>ul>li {
    float: left;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    padding: 0 10px;
}
.urunList.urunListPage {
    margin: 20px 0;
}
.urunList.urunListPage>ul> {
    margin: 0 -6px;
}
.urunList.urunListPage>ul>li {
    box-shadow: none;
    padding: 0 6px;
}
.urunList.urunListPage>ul>li .urunResim {
    box-shadow: none;
}
.urunList.urunListPage>ul>li .urunAciklama {
    box-shadow: none;
    height: auto;
}
.urunList.urunListPage>ul>li:hover .urunAciklama {
    box-shadow: none;
}
.urunList>ul>li:hover {
    transform: translateY(-6px);
}
.urunList>ul>li .urunResim {
    height: 220px;
    background: #fff;
    padding: 30px;
    display: table;
    width: 100%;
    -webkit-box-shadow: 0 20px 65px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 65px 6px rgba(0, 0, 0, .1);
}
.urunList>ul>li .urunResim img {
    width: 200px;
}
.urunList>ul>li .urunAciklama {
    background: #69737b;
    padding: 30px;
    -webkit-box-shadow: 0 20px 65px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 65px 6px rgba(0, 0, 0, .1);
    height: 420px;
}
.urunList>ul>li:hover .urunAciklama {
    box-shadow: 0 20px 65px 10px rgba(0, 0, 0, .2);
}
.urunList>ul>li .urunAciklama h1 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    padding: 0 0 30px 0;
    font-weight: 500;
}
.urunList>ul>li .urunAciklama a {
    width: 100%;
    display: block;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}
.urunList>ul>li .urunAciklama a.tumu {
    color: #ddd;
    text-decoration: underline;
}
#otomasyon-cihazlari {
    display: none;
    padding: 30px;
}
#otomasyon-cihazlari a {
    display: block;
    width: 100%;
    color: #888;
    font-size: 16px;
    line-height: 30px;
}

/* duyurular */
.duyurular {
    float: left;
    width: 100%;
    padding: 0 0 60px 0;
    position: relative;
    z-index: 10;
    background: #fff;
    text-align: center;
}
.duyurular .baslik {
    position: relative;
    text-align: center;
}
.duyurular .baslik h1 {
    font-size: 28px;
    color: #3c3c3c;
    font-weight: 500;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.duyurular .baslik .tumu {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    padding: 0 40px;
    border: 1px solid #16216A;
    line-height: 44px;
    font-size: 12px;
    font-weight: 700;
    color: #16216A;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.5s;
    display: block;
}
.duyurular .baslik .tumu:hover {
    background: #16216A;
    color: #fff;
}
.duyurular .tumu {
    height: 50px;
    padding: 0 40px;
    background: #16216A;
    line-height: 48px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
    transition: 0.5s;
    display: inline-block;
    margin-top: 30px;
    letter-spacing: 0.01em;
}
.duyurular .tumu:hover {
    background: #16216A;
    color: #fff;
}
.duyurular ul {
    margin-left: -10px;
    margin-right: -10px;
}
.duyurular ul li {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: left;
}
.duyurular ul li a {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 20px 65px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 65px 6px rgba(0, 0, 0, .1);
    padding: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.duyurular ul li a:hover {
    transform: translateY(-6px);
    -webkit-box-shadow: 0 20px 65px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 65px 6px rgba(0, 0, 0, .1);
}
.duyurular ul li:last-child {
    margin-right: 0;
}
.duyurular ul li h1 {
    font-size: 18px;
    line-height: 30px;
    color: #3c3c3c;
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-block;
}
.duyurular ul li .tarih {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    background: url(../images/tarih.png) no-repeat left center;
    padding-left: 30px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.duyurular ul li p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
}
.duyurular ul li:hover .devam {
    color: #fff;
    background: #16216A url(../images/devamOk2.png) no-repeat right 15px center;
}
.duyurular ul li .devam {
    height: 34px;
    line-height: 34px;
    padding: 0 30px 0 15px;
    background: #fff url(../images/devamOk.png) no-repeat right 15px center;
    margin-top: 20px;
    display: inline-block;
    color: #16216A;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #16216A;
}

/* harita */
#map-canvas {
    width: 100%;
    height: 400px;
}
.map-content {
    color: #888;
    font-family: 'book', arial, helvetica, sans-serif;
}
.map-content h4 {
    font-family: 'medium', arial, helvetica, sans-serif;
    font-weight: 600;
    color: #676c7b;
}
.map-content a {
    padding: 0 10px;
    height: 30px;
    border-radius: 60px;
    background: #16216A;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 10px 0 0 0;
}

/* footer */
footer {
    float: left;
    width: 100%;
    padding: 70px 0 100px 0;
}
footer .footSol {
    float: left;
    width: calc(30% - 40px);
    margin-right: 40px;
    border-right: 1px solid #eee;
}
footer .footSol .logoFoot {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
footer .footSol .logoFoot a {
    display: block;
}
footer .footSol .logoFoot a img {
    max-width: 240px;
}
footer .footSol .copy {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #888;
    padding-right: 80px;
}
footer .footSol .design {
    float: left;
    width: 100%;
}
footer .footSol .design a {
    font-size: 15px;
    line-height: 25px;
    color: #888;
}
footer .footSol .design a span {
    text-decoration: underline;
}
footer .footSol .design a:hover span {
    color: #16216A
}
footer .footSol .sosyal {
    float: left;
    margin: 25px 0 0 0;
}
footer .footSol .sosyal ul {
    margin-left: -5px;
}
footer .footSol .sosyal ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 5px;
}
footer .footSol .sosyal ul li a {
    display: block;
    height: 40px;
    text-indent: -9999px;
    border-radius: 50%;
}
footer .footSol .sosyal ul li.facebook a {
    background: url(../images/fb.png) no-repeat center;
    border: 1px solid #123b99;
}
footer .footSol .sosyal ul li.facebook a:hover {
    background: #123b99 url(../images/fb-hover.png) no-repeat center;
}
footer .footSol .sosyal ul li.twitter a {
    background: url(../images/tw.png) no-repeat center;
    border: 1px solid #0092ff;
}
footer .footSol .sosyal ul li.twitter a:hover {
    background: #0092ff url(../images/tw-hover.png) no-repeat center;
}
footer .footSol .sosyal ul li.instagram a {
    background: url(../images/ins.png) no-repeat center;
    border: 1px solid #cc3495;
}
footer .footSol .sosyal ul li.instagram a:hover {
    background: #cc3495 url(../images/ins-hover.png) no-repeat center;
}
footer .footSag {
    float: left;
    width: calc(70% - 40px);
    margin-left: 40px;
}
footer .footSag ul {
    margin-left: -40px;
}
footer .footSag ul li {
    float: left;
    width: calc(25% - 40px);
    margin-left: 40px;
}
footer .footSag ul li h1 {
    font-size: 16px;
    color: #232323;
    padding-bottom: 20px;
    font-weight: 500;
}
footer .footSag ul li a {
    font-size: 15px;
    color: #888;
    display: block;
    padding-bottom: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
footer .footSag ul li a:hover {
    color: #16216A;
}

/* page-body  */
.page-body {
    clear: both;
    height: auto;
    padding: 0px;
}
.full-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* icerik-slider */
.page-image {
    height: 368px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 15px 15px 15px;
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}
.page-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.page-image::after {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.5;
    background: linear-gradient(to top, transparent 30%, #000);
    transition: opacity .3s;
}
.page-image .page-title {
    z-index: 5;
    position: relative;
    text-align: center;
}
.page-image .container {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0;
}
.page-image .page-title h1 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin: 0px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
.page-image .page-title .breadcrumb {
    margin-top: 15px;
    background: rgba(121, 121, 119, 0.64);
    display: inline-block;
    border-radius: 100px;
    padding: 8px 20px;
}

/* page-body-content */
.page-body .page-body-content {
    background-color: #E8EAED;
    height: auto;
    padding: 15px 0px;
}
.page-body .sidebar {
    position: relative;
    z-index: 9;
    margin: 30px 0;
}
.page-body .sidebar .sidebarmenu {
    background-color: #69737b;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 50px 65px -20px rgba(0, 0, 0, .2);
    box-shadow: 0 50px 65px -20px rgba(0, 0, 0, .2);
}
.page-body .sidebar .sidebarmenu ul {
    margin-bottom: 0px;
    list-style: none;
    padding: 0px;
}
.page-body .sidebar .sidebarmenu ul .active {
    background-color: #16216a;
    position: relative;
}
.page-body .sidebar .sidebarmenu ul .active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/sidebar-active.png);
}
.page-body .sidebar .sidebarmenu ul li a {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    padding: 20px 35px;
    display: block;
    border-bottom: 1px solid #747f88;
    font-weight: 600;
}
.page-body .sidebar .sidebarmenu ul li ul {
    padding: 20px 50px;
    border-bottom: 1px solid #747f88;
}
.page-body .sidebar .sidebarmenu ul li ul li a {
    padding: 0px 0px 5px 0px;
    font-size: 13px;
    line-height: 18px;
    border-bottom: none;
}
.page-body .sidebar .sidebarmenu ul li ul .active {
    background-color: transparent;
}
.page-body .sidebar .sidebarmenu ul li ul .active a {
    color: #19B5FE;
    text-decoration: underline;
    font-weight: 600;
}
.page-body .sidebar .sidebarmenu ul li ul .active::after {
    background-image: none !important;
}
.page-body .page-content {
    height: auto;
    overflow: hidden;
    padding: 30px 0 30px 15px;
    z-index: 9;
}
.page-body .page-content .content {
    background-color: #ffffff;
    padding: 35px;
}
.page-body .page-content .shortcontent {
    font-size: 19px;
    line-height: 28px;
    color: #888;
}
.page-body .page-content p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
    padding-bottom: 20px;
}
.page-body .page-content p a {
    font-size: 15px;
    font-weight: 600;
    color: #888;
}
.page-body .page-content h2 {
    font-weight: 700;
    font-size: 15px;
}
form .form-control {
    background-color: #ffffff;
    height: 50px;
    border: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    color: #48443f;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 8px;
    -webkit-transition: border 0.65s, background-color 0.65s;
    transition: border 0.65s, background-color 0.65s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form textarea {
    height: 100px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form .send-btn {
    float: right;
    padding: 11px 20px;
    background-color: #16216a;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    -webkit-transition: background-color 0.35s, -webkit-transform 0.35s;
    transition: background-color 0.35s, transform 0.35s;
    margin-top: 0px;
}
form .send-btn:hover, form .send-btn:focus {
    background-color: #69737b;
    color: #ffffff;
}
form {
    position: relative;
}
form .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
form .row .col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}
form .row .col .resecurity {
    position: relative;
    background-color: #ffffff;
    height: 50px;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e1e1e1;
    background-size: 80px;
}
.input-validation-error {
    background-image: url(../images/input-validation-error.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
}

/* ap */
.itemsContainer {
    margin-top: 10px;
}
.headlineTitle {
    font-weight:bold;
    padding:5px 0;
}
.itemsContainer .item {
    margin:0 0 10px 0;
}
.itemContents {
    display: none;
    margin: 10px 0 0 0;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 3px;
}
.itemContents a {
    background-color: #16216a;
    -webkit-appearance: none;
    border: none;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 25px;
    color: white;
    cursor: pointer;
    outline: none;
    margin-top: 0px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 100px;
    font-size: 15px;
    text-align: center;
}
.itemTitle {
    background: #fff;
    border: 1px solid #e1e1e1;
    cursor:pointer;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 15px;
    color: #888;
    padding-left: 20px;
    font-weight: 500;
}
.itemTitle h3 {
    background: url(../images/mavi-ok.png) no-repeat left center;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px;
}
.openedContent {
    display:block;
}
.acik {
    background:url(../images/mavi-ok-asagi.png) no-repeat left center !important;
    padding-left: 20px !important;
}

/* isBasvuruFormu */
.page-body .page-content .content .Form {
    overflow: hidden;
    position: relative;
}
.page-body .page-content .content .Form .FormTopMenu {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}
.page-body .page-content .content .Form .FormTopMenu ul {
    width: 100%;
}
.page-body .page-content .content .Form .FormTopMenu ul li {
    height: 120px;
    width: 20%;
    float: left;
    display: table;
    background-position: center 30px;
    background-repeat: no-repeat;
    background-color: #69737b;
    position: relative;
}
.page-body .page-content .content .Form .FormTopMenu ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #747f88;
}
.page-body .page-content .content .Form .FormTopMenu ul li:last-child {
    border: none;
}
.page-body .page-content .content .Form .FormTopMenu ul li a {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    width: 100%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-top: 48px;
    line-height: 14px;
    position: relative;
    font-weight: 600;
    font-style: italic;
}
.page-body .page-content .content .Form .FormTopMenu ul .person a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height:3px;
    background: #16216a;
}
.page-body .page-content .content .Form .FormTopMenu ul .phone a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #69737B;
}
.page-body .page-content .content .Form .FormTopMenu ul .instruction a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #69737B;
}
.page-body .page-content .content .Form .FormTopMenu ul .work a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #69737B;
}
.page-body .page-content .content .Form .FormTopMenu ul .refences a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #69737B;
}
.page-body .page-content .content .Form .FormDetail {
    margin-left: -2%;
}
.page-body .page-content .content .Form .FormDetail form .Valid {
    width: 48%;
    height: 50px;
    margin-bottom: 10px;
    margin-left: 2%;
    font-weight: 500;
    color: #888;
    font-size: 14px;
    float: left;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}
.page-body .page-content .content .Form .FormDetail form .Valid:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 16px;
    background: url(../images/Validate.png) no-repeat;
    width: 19px;
    height: 19px;
}
.page-body .page-content .content .Form .FormDetail form .Valid .ContText {
    width: 100%;
    height: 50px;
    background: transparent;
    line-height: 40px\9;
    text-indent: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #888;
    padding: 0;
    border: 1px solid #e1e1e1;
    outline: none;
    font-size: 14px;
    ;
    border-radius: 0;
}
.page-body .page-content .content .Form .FormDetail form .Valid .ContText.input-validation-error {
    box-shadow: inset 0px 0px 0px 1px #16216a;
    border-radius: 0px;
}
.page-body .page-content .content .Form .FormDetail form .ValidDrp {
    width: 48%;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #888;
    font-size: 14px;
    background-image: url(../images/DrpArrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    margin-left: 2%;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
}
.page-body .page-content .content .Form .FormDetail form .ValidDrp span, .page-body .page-content .content .Form .FormDetail form .BigValidDrp span {
    font-size: 13px;
    color: #888;
    height: 50px;
    display: block;
    position: absolute;
    line-height: 40px;
    overflow: hidden;
    text-indent: 20px;
    margin-top: 5px;
    font-weight: 500;
}
.page-body .page-content .content .Form .FormDetail form .ValidDrp select {
    width: 100%;
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #888;
    font-size: 14px;
    text-indent: 20px;
    min-height: 50px;
    line-height: 50px;
}
.page-body .page-content .content .Form .FormDetail form .ButtonAreaNext {
    height: 50px;
    width: 150px;
    float: right;
    margin-top: 17px;
    margin-bottom: 13px;
}
.page-body .page-content .content .Form .FormDetail form .ButtonAreaNext .Next {
    color: #fff;
    float: right;
    background-color: #737574;
    height: 50px;
    width: 150px;
    margin-left: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../images/access_icon.png);
    background-repeat: no-repeat;
    background-position: 109px center;
    border-radius: 0px;
    padding-left: 20px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.page-body .page-content .content .Form .FormDetail form .ButtonAreaNext .Next .textnext {
    color: #fff;
    float: left;
    margin-right: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    margin-top: 15px;
}
.page-body .page-content .content .Form .FormDetail form .ButtonAreaNext:hover .Next {
    background-color: #16216a;
}
.page-body .page-content .content .Form .FormDetail form .BigValid {
    width: 98%;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #888;
    font-size: 14px;
    float: left;
    margin-left: 2%;
}
.page-body .page-content .content .Form .FormDetail form .BigValid .ContText {
    width: 100%;
    height: 50px;
    border-radius: 0px;
    background: transparent;
    line-height: 40px\9;
    text-indent: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #888;
    border: none;
    outline: none;
    font-size: 13px;
    border: 1px solid #e1e1e1;
}
.page-body .page-content .content .Form .FormDetail form .ButtonAreaBefore {
    height: 50px;
    width: 150px;
    float: left;
    margin-top: 17px;
    margin-bottom: 13px;
    margin-left: 2%;
}
.page-body .page-content .content .Form .FormDetail form .ButtonAreaBefore .Before {
    color: #fff;
    float: left;
    background-color: #737574;
    height: 50px;
    width: 150px;
    text-align: right;
    padding-right: 30px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../images/before_icon.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.page-body .page-content .content .Form .FormDetail form .ButtonAreaBefore .Before .textbefore {
    color: #fff;
    float: right;
    margin-right: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    margin-top: 18px;
}
.page-body .page-content .content .Form .FormDetail form .ButtonAreaBefore:hover .Before {
    background-color: #16216a;
}
.page-body .page-content .content .Form .FormDetail form h2 {
    margin-bottom: 13px;
    margin-left: 2%;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}
.page-body .page-content .content .Form .FormDetail form span {
    font-size: 14px;
    color: #888;
    font-weight: bold;
}
.page-body .page-content .content .Form .FormDetail form .Valid .LevelText {
    width: 300px;
    height: 50px;
    background: transparent;
    line-height: 40px\9;
    text-indent: 20px;
    color: #888;
    background-color: #f4f4f4;
}
.page-body .page-content .content .Form .FormDetail form .BigValidArea {
    width: 98%;
    margin-bottom: 13px;
    float: left;
    margin-left: 2%;
}
.page-body .page-content .content .Form .FormDetail form .BigValidArea .ContText {
    color: #888;
    font-size: 13px;
    width: 100%;
    height: 180px !important;
    text-indent: 20px;
    padding-top: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    outline: none;
    resize: none;
    border-radius: 0;
    border: 1px solid #e1e1e1;
}
.page-body .page-content .content .Form .FormDetail form .BigValidDrp {
    width: 98%;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #888;
    font-size: 13px;
    background-image: url(../images/DrpArrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    margin-left: 2%;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
}
.page-body .page-content .content .Form .FormDetail form .BigValidDrp select {
    width: 100%;
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #888;
    font-size: 14px;
    text-indent: 20px;
}
.page-body .page-content .content .Form .FormDetail form .ButtonArea {
    height: 50px;
    width: 150px;
    float: right;
    margin-top: 17px;
    margin-bottom: 13px;
}
.page-body .page-content .content .Form .FormDetail form .ButtonArea .Send {
    color: #fff;
    float: right;
    background-color: #737574;
    height: 50px;
    width: 150px;
    margin-right: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../images/access_icon.png);
    background-repeat: no-repeat;
    background-position: 109px center;
    border: none;
    outline: none;
    border-radius: 0px;
}
.page-body .page-content .content .Form .FormDetail form .ButtonArea:hover .Send {
    background-color: #16216a;
}
.page-body .page-content .content .Form .FormDetail form .Message {
    clear: both;
    float: left;
    width: 613px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 50px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #FFF;
    line-height: 50px;
    text-indent: 50px;
}
.page-body .page-content .content .Form .FormDetail form .Message.Success {
    background-color: #16216a;
    background-image: url(../images/FormSucces.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}
.page-body .page-content .content .Form .FormDetail form .Message span {
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
}
.page-body .page-content .content .Form .FormDetail form .Message.Error {
    background-color: #737574;
    background-image: url(../images/formEror.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}
.page-body .page-content .content .Form .FormDetail form .section {
    float: left;
    width: 150px;
    margin-top: 17px;
}
.page-body .page-content .content .Form .FormDetail form .section .RangeBg {
    background: transparent url(../images/slider-bg.jpg) no-repeat;
    border: none;
    height: 50px;
    width: 150px !important;
    position: relative;
    float: left;
    margin-bottom: 10px;
    border-radius: 0px !important;
}
.page-body .page-content .content .Form .FormDetail form .section .RangeBg #slider-range-max {
    background: transparent;
    border-radius: 0px !important;
    border: none;
    height: 50px;
    width: 120px !important;
}
.page-body .page-content .content .Form .FormDetail form .section .RangeBg a.ui-slider-handle {
    top: 0 !important;
    background: transparent url(../images/slider-handler.jpg) 0 0 no-repeat !important;
    border: none !important;
    width: 40px !important;
    height: 50px !important;
    margin: 0 !important;
    outline: none;
    border-radius: 0px !important;
}
.page-body .page-content .content .Form .FormDetail form .section .RangeBg .FormSecure {
    position: absolute;
    margin-top: -30px;
    margin-left: 165px;
}
.page-body .page-content .content .Form .FormDetail form .section>.securi {
    font-size: 14px;
    color: #888;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0px !important;
}
.page-body .page-content .content .Form .FormDetail form .section>.securi2 {
    font-size: 14px;
    color: #888;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    margin-bottom: 0px !important;
}

/* hizmetler */
.page-body .services-content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-body .services-content .services-types {
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}
.page-body .services-content .services-types .row {
    margin-right: -4px;
    margin-left: -4px;
}
.page-body .services-content .services-types .row .col {
    padding: 0 4px;
    margin-bottom: 8px;
    position: relative;
}
.page-body .services-content .services-types .row .col-special-5 {
    width: 20%;
}
.page-body .services-content .services-types .row .col a {
    display: table;
    width: 100%;
    height: 240px;
    text-align: center;
}
.page-body .services-content .services-types .row .col:nth-child(odd) a {
    background-color: #16216a;
}
.page-body .services-content .services-types .row .col:nth-child(even) a {
    background-color: #69737b;
}
.page-body .services-content .services-types .row .col a .first {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 60px;
    display: block;
    padding: 0 10px;
}
.page-body .services-content .services-types .row .col a .first {
    color: #ffffff;
}
.page-body .services-content .services-types .row .col a .second {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    border: 1px solid #fff;
    color: #fff;
}

/* services-window */
.services-window {
    width: 600px;
    padding: 30px;
    display: none;
}
.services-window h1 {
    font-size: 20px;
    color: #3c3c3c;
    padding-bottom: 20px;
}
.services-window p {
    font-size: 16px;
    color: #888;
    line-height: 26px;
}
.pencereGaleri {
    margin: 20px 0;
}
#detayGaleri.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#detayGaleri.owl-theme .owl-controls .owl-page span {
    background: #fff;
    margin: 0 4px;
}
#detayGaleri.owl-theme .owl-controls .owl-pagination {
    background: #1DACF7;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 10px;
    position: absolute;
    bottom: 50px;
    left: 50px;
}
#detayGaleri.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
#detayGaleri.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 70px;
    height: 60px;
    text-indent: -9999px;
    opacity: 1;
    border-radius: 0;
}
#detayGaleri.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: #69737b url(../images/prev2.png) no-repeat center;
    opacity: 0.9;
}
#detayGaleri.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    opacity: 1;
}
#detayGaleri.owl-theme .owl-controls .owl-buttons .owl-next {
    background: #69737b url(../images/next2.png) no-repeat center;
    opacity: 0.9;
    margin-left: 1px;
}
#detayGaleri.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    opacity: 1;
}
#detayGaleri li {
    float: left;
    width: 100%;
    height: 300px;
}
#detayGaleri li .galeriImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.haberGaleri li {
   
	height: 400px !important;
    margin-bottom: 30px;
}

/* referanslar */
.page-body .references-content .references-types {
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}
.page-body .references-content .references-types .row {
    margin-right: -5px;
    margin-left: -5px;
}
.page-body .references-content .references-types .row .col-special-3 {
    width: 33.3%;
}
.page-body .references-content .references-types .row .col {
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
    height: 220px;
}
.page-body .references-content .references-types .row .col a {
    display: block;
    height: 100%;
    width: 100%;
}
.page-body .references-content .references-types .row .col a .image {
    float: left;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-body .references-content .references-types .row .col a .text {
    float: left;
    width: 50%;
    height: 100%;
    background-color: #69737b;
    display: table;
    color: #ffffff;
    padding: 10px 35px;
    text-align: center;
}
.page-body .references-content .references-types .row .col a .text .title {
    font-size: 24px;
    line-height: 30px;
    display: block;
    margin-bottom: 35px;
}
.page-body .references-content .references-types .row .col a .text .detail {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 25px;
    border: 1px solid #ffffff;
    border-radius: 25px;
}
.page-body .references-content .references-types .row .col:hover a .text .detail {
    background: #fff;
    color: #69737b;
}

/* reference-item */
.reference-item {
    margin: 0 0 20px 0;
}
.reference-item h1 {
    font-size: 18px;
    color: #3c3c3c;
    padding-bottom: 10px;
    font-weight: 700;
}
.maddeler {
    margin: 0 0 20px 20px;
    text-align: left;
}
.maddeler p {
    margin: 0 0 10px 0;
}
.maddeler>li {
    font-size: 15px;
    line-height: 26px;
    color: #888;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -30px;
    margin-left: 30px;
}
.maddeler>li ul {
    margin: 10px 20px 5px 30px;
}
.maddeler>li ul li {
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 26px;
    color: #888;
    list-style-type: disc;
    list-style-position: inside;
}

/* detail-links */
.detail-image {
    margin-bottom: 20px;
}
.detail-links {
    width: 100%;
    display: inline-block;
}
.detail-links ul {
    margin-right: -5px;
    margin-left: -5px;
}
.detail-links ul li {
    margin-bottom: 10px;
    text-align: center;
    color: #888;
    padding: 0 5px;
}
.detail-links ul li:last-child {
    margin-bottom: 0;
}
.detail-links ul li a {
    color: #888;
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    border: 1px solid #e1e1e1;
}
.detail-links ul li:hover a {
    font-weight: 600;
}

/* news */
.news ul {
    margin-top: -30px;
}

.news ul li {
    padding: 30px 0;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
.news ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.news ul li a {
    display: block;
}
.news ul li:last-child {
    margin-right: 0;
}
.news ul li h1 {
    font-size: 18px;
    line-height: 30px;
    color: #3c3c3c;
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-block;
}
.news ul li .tarih {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    background: url(../images/tarih.png) no-repeat left center;
    padding-left: 30px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.news ul li p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
}
.news ul li:hover .devam {
    color: #fff;
    background: #16216A url(../images/devamOk2.png) no-repeat right 15px center;
}
.news ul li .devam {
    height: 34px;
    line-height: 34px;
    padding: 0 30px 0 15px;
    background: #fff url(../images/devamOk.png) no-repeat right 15px center;
    display: inline-block;
    color: #16216A;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #16216A;
}

/* sayfalama */
nav[role="navigation"] {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.cd-pagination {
    width: 100%;
    max-width: 768px;
    margin: 3em 0;
    text-align: center;
}
.cd-pagination li {
    /* hide numbers on small devices */
    display: none;
    margin: 0 .2em;
}
.cd-pagination li.button {
    /* make sure prev next buttons are visible */
    display: inline-block;
}
.cd-pagination a, .cd-pagination span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use padding and font-size to change buttons size */
    padding: .6em .8em;
    font-size: 1.6rem;
}
.cd-pagination {
    border: 1px solid #e6e6e6;
}
.cd-pagination a {
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    color: #888;
}
.no-touch .cd-pagination a:hover {
    background-color: #ddd;
    color: #3c3c3c;
}
.cd-pagination a:active {
    /* click effect */
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.cd-pagination a.disabled {
    /* button disabled */
    color: rgba(46, 64, 87, 0.4);
    pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
    opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
    content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
    content: ' \00bb';
}
.cd-pagination .current {
    /* selected number */
    background-color: #16216a;
    border-color: #16216a;
    color: #ffffff;
    pointer-events: none;
}
@media only screen and (min-width: 768px) {
    .cd-pagination li {
        display: inline-block;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-pagination {
        margin: 3em auto 0;
    }
}

/* --------------------------------

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
    width: auto;
    max-width: none;
    display: inline-block;
    border-radius: 0.25em;
    background: #fff;
}
.cd-pagination.no-space::after {
    clear: both;
    content: "";
    display: table;
}
.cd-pagination.no-space li {
    margin: 0;
    float: left;
    border-right: 1px solid #eee;
}
.cd-pagination.no-space li:last-of-type {
    border-right: none;
}
.cd-pagination.no-space a, .cd-pagination.no-space span {
    float: left;
    border-radius: 0;
    padding: .8em 1em;
    border: none;
}
.cd-pagination.no-space li:first-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
    border-radius: 0 0.25em 0.25em 0;
}

/* --------------------------------

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons::after {
    clear: both;
    content: "";
    display: table;
}
.cd-pagination.move-buttons .button:first-of-type {
    float: left;
}
.cd-pagination.move-buttons .button:last-of-type {
    float: right;
}
.cd-pagination.no-space.move-buttons {
    width: 90%;
    max-width: 768px;
    display: block;
    overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
    float: none;
    border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
    float: none;
}

/* --------------------------------

custom icons - customize the small arrow inside the next and prev buttons

-------------------------------- */
.cd-pagination.custom-icons .button a {
    position: relative;
}
.cd-pagination.custom-icons .button:first-of-type a {
    padding-left: 2.4em;
}
.cd-pagination.custom-icons .button:last-of-type a {
    padding-right: 2.4em;
}
.cd-pagination.custom-icons .button:first-of-type a::before, .cd-pagination.custom-icons .button:last-of-type a::after {
    content: '';
    position: absolute;
    display: inline-block;
    /* set size for custom icons */
    width: 16px;
    height: 16px;
    top: 50%;
    /* set margin-top = icon height/2 */
    margin-top: -8px;
    background: transparent url("../images/cd-icon-arrow-1.svg") no-repeat center center;
}
.cd-pagination.custom-icons .button:first-of-type a::before {
    left: .8em;
}
.cd-pagination.custom-icons .button:last-of-type a::after {
    right: .8em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* --------------------------------

custom buttons - replace prev and next buttons text with a custom icon

-------------------------------- */
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
    vertical-align: middle;
}
.cd-pagination.custom-buttons .button a {
    /* set custom width */
    width: 40px;
    /* image replacement */
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    background-image: url("../images/cd-icon-arrow-2.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.cd-pagination.custom-buttons .button:last-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.no-touch .cd-pagination.custom-buttons .button:last-of-type a:active {
    -webkit-transform: scale(0.9) rotate(180deg);
    -moz-transform: scale(0.9) rotate(180deg);
    -ms-transform: scale(0.9) rotate(180deg);
    -o-transform: scale(0.9) rotate(180deg);
    transform: scale(0.9) rotate(180deg);
}
.cd-pagination.no-space.custom-buttons .button:last-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}

/* --------------------------------

animated buttons - animate the text inside prev and next buttons

-------------------------------- */
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
    padding: 0 1.4em;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
}
.cd-pagination.animated-buttons .button a {
    position: relative;
    padding: 0 2em;
    font-size: 15px;
}
.cd-pagination.animated-buttons .button:first-of-type a::before, .cd-pagination.animated-buttons .button:last-of-type a::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-pagination.animated-buttons .button:last-of-type a::after {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}
.cd-pagination.animated-buttons i {
    display: block;
    height: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.no-touch .cd-pagination.animated-buttons .button a:hover i {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.no-touch .cd-pagination.animated-buttons .button:first-of-type a:hover::before {
    -webkit-transform: translateX(-50%) translateY(-50px);
    -moz-transform: translateX(-50%) translateY(-50px);
    -ms-transform: translateX(-50%) translateY(-50px);
    -o-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px);
}
.no-touch .cd-pagination.animated-buttons .button:last-of-type a:hover::after {
    -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
    transform: translateX(-50%) rotate(180deg) translateY(50px);
}

/* mobile-menu */
.navMenu {
    float: left;
    position: relative;
    z-index: 99;
    display: none;
}
.cd-nav-trigger {
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 20px;
    height: 50px;
    width: 50px;
    background-color: #16216A;
    border-radius: 50%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-nav-trigger.kucuk {
    top: 46px;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
}
.cd-nav-trigger .cd-icon {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    z-index: 10;
}
.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
    /* upper and lower lines of the menu icon */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* apply transition to transform property */
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}
.cd-nav-trigger .cd-icon::before {
    -webkit-transform: translateY(-6px) rotate(0deg);
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}
.cd-nav-trigger .cd-icon::after {
    -webkit-transform: translateY(6px) rotate(0deg);
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}
.cd-nav-trigger::before, .cd-nav-trigger::after {
    /* 2 rounded colored backgrounds for the menu icon */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
}
.cd-nav-trigger::before {
    background-color: #091d23;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.cd-nav-trigger::after {
    background-color: #ffb441;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.cd-nav-trigger.close-nav::before {
    /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.cd-nav-trigger.close-nav::after {
    /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.cd-nav-trigger.close-nav .cd-icon {
    /* user clicks on the .cd-nav-trigger element - transform the icon */
    background-color: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
    background-color: white;
}
.cd-nav-trigger.close-nav .cd-icon::before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.cd-nav-trigger.close-nav .cd-icon::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.cd-primary-nav {
    /* by default it's hidden */
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 70px 5%;
    z-index: 3;
    background-color: #16216A;
    overflow: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
}
.cd-primary-nav li {
    margin: 1em 0;
    text-align: center;
    text-transform: capitalize;
}
.cd-primary-nav a {
    color: #fff;
    font-size: 20px;
    font-size: 1.15rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}
.no-touch .cd-primary-nav a:hover {
    color: #ffffff;
}
.cd-primary-nav.fade-in {
    /* navigation visible at the end of the circle animation */
    visibility: visible;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav li {
        margin: 1em 0;
    }
    .cd-primary-nav a {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        margin: 1em 0;
    }
    .cd-primary-nav a {
        font-size: 22px;
    }
}
.cd-overlay-nav, .cd-overlay-content {
    /* efektin basladigi yer */
    position: fixed;
    top: 20px;
    right: 20px;
    height: 4px;
    width: 4px;
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
}
.cd-overlay-nav span, .cd-overlay-content span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
    /* background fades out at the end of the animation */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-overlay-nav {
    /* main rounded colored bg 1 */
    z-index: 2;
}
.cd-overlay-nav span {
    background-color: #16216A;
}
.cd-overlay-content {
    /* main rounded colored bg 2 */
    z-index: 4;
}
.cd-overlay-content span {
    background-color: #69737b;
}
.cd-content {
    /* just some dummy content */
    padding: 80px 0;
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    z-index: 1;
}
.cd-content .cd-intro {
    height: 200px;
    padding-top: 4.6em;
}
.cd-content h1 {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
}
.cd-content p {
    line-height: 1.5;
    color: #a76500;
}
@media only screen and (min-width: 768px) {
    .cd-content .cd-intro {
        height: 250px;
        padding-top: 6em;
    }
    .cd-content h1 {
        font-size: 28px;
        font-size: 1.75rem;
    }
    .cd-content p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.8;
    }
}

/* urundetay */
.icerikGaleri {
}

.urunDetay {
}

.urunDetay .urunBaslik h1 {
    font-size: 20px;
    color: #3c3c3c;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.urunDetay .urunBaslik a {
    float: right;
    background: #16216a;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 15px;
    border-radius: 100px;
}

.urunDetay h2 {
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 600;
    padding: 20px 0;
}

/* ozellikler */

.FAQ {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.FAQ .ui-accordion-header {
    height: 59px;
    background-color: #f4f4f4;
    font-size: 18px;
    color: #3c3c3c;
    cursor: pointer;
    line-height: 59px;
    text-indent: 34px;
    outline: none;
    background-image: url(../images/AccordionArrow.jpg);
    background-repeat: no-repeat;
    background-position: right -59px;
    margin-bottom: 1px;
}

.FAQ .ui-accordion-header:hover {
    background-color: #ebebeb;
}

.FAQ .ui-accordion-header-active {
    background-position: right top;
    margin-bottom: 0px;
}

.FAQ .ui-accordion-content {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    color: #3c3c3c;
    text-align: center;
}

.pdf {
    text-align: left;
}

.pdf li {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #888;
    font-weight: 400;
}
.pdf li a {
    color: #888;
    background: url(../images/pdf.png) no-repeat left center;
    padding-left: 30px;
}
.pdf li a:hover {
    text-decoration: underline;
}

#teklifver {
    padding: 30px;
    width: 600px;
    display: none;
}
#teklifver h1 {
    font-size: 20px;
    color: #3c3c3c;
    padding-bottom: 20px;
}
