@charest "utf-8";
/* author Wathek Hafez */

/* Sitenin FontlarÄ± */

@font-face {
    font-family: 'proxima-semibold';
    src:url('../fonts/proxima/proximanovasemibold.eot');
    src:url('../fonts/proxima/proximanovasemibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima/proximanovasemibold.woff2') format('woff2'),
        url('../fonts/proxima/proximanovasemibold.woff') format('woff'),
        url('../fonts/proxima/proximanovasemibold.ttf') format('truetype');
    font-weight: normal
}

@font-face {
    font-family: 'pancetta-regular';
    src:url('../fonts/pancetta/pancettaregular.eot');
    src:url('../fonts/pancetta/pancettaregular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pancetta/pancettaregular.woff2') format('woff2'),
        url('../fonts/pancetta/pancettaregular.woff') format('woff'),
        url('../fonts/pancetta/pancettaregular.ttf') format('truetype');
    font-weight: normal
}

@font-face {
    font-family: 'pancetta-medium';
    src:url('../fonts/pancetta/pancettamedium.eot');
    src:url('../fonts/pancetta/pancettamedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pancetta/pancettamedium.woff2') format('woff2'),
        url('../fonts/pancetta/pancettamedium.woff') format('woff'),
        url('../fonts/pancetta/pancettamedium.ttf') format('truetype');
    font-weight: normal
}

@font-face {
    font-family: 'adelle-regular';
    src:url('../fonts/adelle/adelleregular.eot');
    src:url('../fonts/adelle/adelleregular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/adelle/adelleregular.woff2') format('woff2'),
        url('../fonts/adelle/adelleregular.woff') format('woff'),
        url('../fonts/adelle/adelleregular.ttf') format('truetype');
    font-weight: normal
}

@font-face {
    font-family: 'adelle-semibold';
    src:url('../fonts/adelle/adellesemibold.eot');
    src:url('../fonts/adelle/adellesemibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/adelle/adellesemibold.woff2') format('woff2'),
        url('../fonts/adelle/adellesemibold.woff') format('woff'),
        url('../fonts/adelle/adellesemibold.ttf') format('truetype');
    font-weight: normal
}

@font-face {
    font-family: 'adelle-bold';
    src:url('../fonts/adelle/adellebold.eot');
    src:url('../fonts/adelle/adellebold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/adelle/adellebold.woff2') format('woff2'),
        url('../fonts/adelle/adellebold.woff') format('woff'),
        url('../fonts/adelle/adellebold.ttf') format('truetype');
    font-weight: normal
}

@font-face {
    font-family: 'adelle-extrabold';
    src:url('../fonts/adelle/adelleextrabold.eot');
    src:url('../fonts/adelle/adelleextrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/adelle/adelleextrabold.woff2') format('woff2'),
        url('../fonts/adelle/adelleextrabold.woff') format('woff'),
        url('../fonts/adelle/adelleextrabold.ttf') format('truetype');
    font-weight: normal
}

@font-face {
    font-family: 'icon';
    src:url('../fonts/icon/glyphter.eot');
    src:url('../fonts/icon/glyphter.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icon/glyphter.woff') format('woff'),
        url('../fonts/icon/glyphter.ttf') format('truetype'),
        url('../fonts/icon/glyphter.svg#Glyphter') format('svg');
    font-weight: normal
}

/* Sitenin Genel AyarlarÄ± */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 300;
    list-style: none;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: inherit;
    text-decoration: none
}

.clear {
    clear: both
}

iframe {
    border: 0;
    overflow: hidden
}

body {
    background-color: #1b1f27;
    overflow-x: hidden
}

.grid {
    max-width: 1170px;
    position: relative;
    margin: 0 auto
}

.b-grid {
    max-width: 1920px;
    position: relative;
    margin: 0 auto
}

.slick-slider * {
    outline: none
}

/* Ãœst MenÃ¼ */

header {
    max-width: 1110px;
    width: 75%;
    height: 50px;
    background-color: #1b1f27;
    border-radius: 22px 22px 0 0;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 30px;
    z-index: 9999;
}

header .mail, header .iletisim, header .d-bolumler {
    line-height: 50px;
    color: #808080;
    font-family: 'Roboto';
    padding-left: 28px;
    float: left;
    background-position: left center;
    margin-right: 15px
}

header .mail {
    font-size: 16px;
    font-weight: 400;
    background-image: url(../img/header-mail.png)
}

header .mail:hover {
    background-image: url(../img/header-mail-hover.png);
    color: #f59c17
}

header .iletisim {
    font-size: 14px;
    font-weight: 500;
    background-image: url(../img/header-iletisim.png)
}

header .iletisim:hover {
    background-image: url(../img/header-iletisim-hover.png);
    color: #f59c17
}

header .iletisim span {
    font-weight: 300
}

header .d-bolumler {
    font-size: 13px;
    font-weight: 500;
    color: #959595;
    background-image: url(../img/header-bolum.png);
    text-transform: uppercase
}

header .d-bolumler:hover {
    color: #f59c17;
    background-image: url(../img/header-bolum-hover.png)
}

header .right {
    float: right
}

header .right .sosyal {
    padding: 12.5px 0;
    float: left
}

header .right .sosyal a,
header .right .diller a{
    float: left
}

header .right .sosyal div {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin-right: 10px;
    float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

header .right .sosyal div:hover {
    transform: scale(1.15);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

header .right .sosyal .insta {
    background-color: #696a6a;
    background-image: url(../img/instagram-header.png)
}

header .right .sosyal .youtube {
    background-color: #e9654b;
    background-image: url(../img/youtube-header.png)
}

header .right .sosyal .face {
    background-color: #537bbd;
    background-image: url(../img/face-header.png)
}

header .right .sosyal .twitter {
    background-color: #26b8e9;
    background-image: url(../img/twitter-header.png)
}

header .right .sosyal .pin {
    background-color: #e95554;
    background-image: url(../img/pinterest-header.png)
}

header .right .diller {
    border-left: 1px solid #959595;
    height: 24px;
    margin-top: 13px;
    float: left
}

header .right .diller div {
    padding-left: 30px;
    margin-left: 10px;
    color: #5f636a;
    font-size: 12px;
    font-family: arial;
    text-transform: uppercase;
    float: left;
    opacity: .73;
    line-height: 24px;
    background-color: #1b1f27;
    background-position: left center;
    background-blend-mode: luminosity
}

header .right .diller .ar {
    background-image: url(../img/arapca.png)
}

header .right .diller .en {
    background-image: url(../img/inglizce.png)
}

header .right .diller .tr {
    background-image: url(../img/turkce.png)
}

header .right .diller .tr:hover,
header .right .diller .en:hover,
header .right .diller .ar:hover,
header .right .diller .active {
    background-color: transparent;
    opacity: 1;
    color: #fff
}

/* Alt MenÃ¼ */

nav {
    max-width: 1200px;
    width: 98%;
    height: 90px;
    background-color: #fff;
    box-shadow: 0px 1px 6px 0px rgba(5, 5, 5, 0.49);
    border-radius: 90px;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 50
}

nav .grid {
    padding: 17px 45px;
    position: static
}

nav .grid > a div {
    background-image: url(../img/logo.png);
    background-size: contain;
    width: 193px;
    height: 56px;
    display: inline-block
}

nav .menu-b {
    width: 90px;
    height: 55px;
    position: absolute;
    right: 30px;
    display: none;
    cursor: pointer
}

nav .menu-b #toggle {
    width: 33px;
    height: 30px;
    margin: 27px 0 0 57px
}

nav .menu-b #toggle span:after,
nav .menu-b #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px
}

nav .menu-b #toggle span:after {
    top: 9px
}

nav .menu-b #toggle span {
    position: relative;
    display: block
}

nav .menu-b #toggle span,
nav .menu-b #toggle span:before,
nav .menu-b #toggle span:after {
    width: 100%;
    height: 4px;
    background-color: #888;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    backface-visibility: hidden;
    border-radius: 2px
}

nav .menu-b #toggle.on span {
    background-color: transparent
}

nav .menu-b #toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px)
}

nav .menu-b #toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px)
}

nav ul {
    float: right;
    margin-top: 19px
}

nav ul li:first-of-type {
    width: 59px;
    background-image: url(../img/anasayfa.png);
    border-left: 0;
    padding: 0
}

nav ul li:first-of-type:hover {
    background-image: url(../img/anasayfa-hover.png)
}

nav ul li:first-of-type > a {
    width: 100%;
    height: 100%;
    display: block
}

nav ul li:last-of-type {
    border-right: 0;
    padding-right: 0
}

nav ul li {
    float: left;
    height: 25px;
    padding: 0 20px;
    line-height: 20px;
    border-left: 1px solid #d8dde7;
    border-right: 1px solid #d8dde7
}

nav ul li > a {
    color: #2c3544;
    font-size: 18px;
    font-family: 'proxima-semibold';
    text-transform: uppercase;
    height: 55px;
    display: block;
    cursor: pointer
}

nav ul li:hover > a {
    color: #f59c17
}

/* Drop Downs */

nav ul li > div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 90px;
    display: none
}

nav ul li > div:before, nav ul li > div:after {
    content: "";
    width: 45px;
    height: 47px;
    top: -47px;
    position: absolute;
    background-image: url(../img/koseler.png)
}

nav ul li > div:before {
    left: -1px
}

nav ul li > div:after {
    right: -1px;
    transform: rotateY(180deg)
}

nav ul li:hover > div {
    display: block
}

nav ul li div .ok {
    position: absolute;
    top: -10px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1b1f27;
    border-left: 10px solid transparent;
    right: 555px
}

/* Hizmetlerimiz Drop Down */

nav ul li .hizmetlerimiz, nav ul li .referanslar {
    background-color: #1b1f27;
    border: 1px solid #353a43;
    padding: 15px 30px 30px;
    border-radius: 0 0 15px 15px
}

nav ul li .hizmetlerimiz .zemin {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px 35px
}

nav ul li .hizmetlerimiz .zemin > a {
    width: 248px;
    height: 346px;
    padding-top: 50px;
    background-color: #1b1f27;
    margin-left: 21px;
    display: inline-block
}

nav ul li .hizmetlerimiz .zemin > a:first-of-type {
    margin-left: 0
}

nav ul li .hizmetlerimiz .zemin > a div {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, .78);
    border: 3px solid #fff;
    margin: 0 auto 33px;
    border-radius: 50%;
    font-family: 'icon';
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    text-transform: uppercase
}

nav ul li .hizmetlerimiz .zemin > a .h-baslik {
    color: #fff;
    text-align: center;
    font-family: 'adelle-extrabold';
    font-size: 29px;
    text-transform: capitalize;
    margin-bottom: 28px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

nav ul li .hizmetlerimiz .zemin > a span {
    text-transform: capitalize;
    height: 52px;
    background-position: center top;
    padding-top: 22px;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

nav ul li .hizmetlerimiz .zemin > a:first-of-type span {
    color: #324805;
    background-image: url(../img/cam-ok.png)
}

nav ul li .hizmetlerimiz .zemin > a:nth-of-type(2) span {
    color: #734b00;
    background-image: url(../img/pvc-ok.png)
}

nav ul li .hizmetlerimiz .zemin > a:nth-of-type(3) span {
    color: #763300;
    background-image: url(../img/mobilya-ok.png)
}

nav ul li .hizmetlerimiz .zemin > a:last-of-type span {
    color: #00544e;
    background-image: url(../img/mermer-ok.png)
}

nav ul li .hizmetlerimiz .zemin > a:hover span {
    color: #fff;
    background-image: url(../img/beyaz-ok.png);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

nav ul li .hizmetlerimiz .zemin > a:hover .h-baslik {
    letter-spacing: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

/* Referanslar ve Galeri Drop Down */

nav ul li .galeri .k-galeri {
    width: 564px;
    height: 160px;
    background-color: #282d37;
    float: left;
    padding: 30px 40px
}

nav ul li .galeri a:nth-child(2n+2) .k-galeri {
    margin: 0 10px 10px 0;
}

nav ul li .galeri .k-galeri div {
    width: 100px;
    height: 100px;
    border: 2px solid #474e5a;
    border-radius: 50%;
    float: left;
    font-family: 'icon';
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

nav ul li .galeri .k-galeri div {
    color: #d88913
}

nav ul li .galeri .k-galeri .g-baslik {
    float: left;
    font-family: 'adelle-semibold';
    font-size: 29px;
    color: #7f8592;
    line-height: 1;
    width: 235px;
    margin: 12px 0 10px 30px;
    text-transform: capitalize;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

nav ul li .galeri .k-galeri h6 {
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #454b57;
    float: left;
    margin-left: 30px;
    text-transform: capitalize;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

/* Galeri DropDown */

nav ul li .galeri:before, nav ul li .galeri:after {
    background-image: url(../img/galeri-koseler.png)
}

nav ul li .galeri {
    background-color: #f59c17;
    border: 1px solid #d3830b;
    padding: 15px 30px 30px;
    border-radius: 0 0 15px 15px
}

nav ul li .galeri .ok {
    right: 255px;
    border-bottom: 10px solid #f59c17
}

nav ul li .galeri .k-galeri {
    background-color: #ffca7a;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

nav ul li .galeri .k-galeri:hover {
    background-color: #ffdca6;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

nav ul li .galeri .k-galeri div {
    border-color: #d88913
}

nav ul li .galeri .k-galeri .g-baslik {
    width: 150px;
    color: #d88913
}

nav ul li .galeri .k-galeri h6 {
    width: 300px;
    color: #d88913
}

/* Footer */

footer {
    width: 100%;
    display: inline-block
}

footer .ust-footer {
    background-image: url(../img/ust-footer.jpg);
    height: 442px;
    position: relative;
    padding-top: 85px
}

footer .ust-footer .grid {
    height: 100%
}

footer .ust-footer .footer-b {
    position: relative;
    width: 100%;
    height: 100%
}

footer .ust-footer .footer-b ul:first-of-type {
    width: 100%;
    display: flex
}

footer .ust-footer .footer-b ul:first-of-type li {
    width: 100%;
    border-right: 1px solid #3e4148;
    height: 290px;
    float: left
}

footer .ust-footer .footer-b ul:first-of-type li:nth-of-type(3) {
    border: 0
}

footer .ust-footer .footer-b ul:first-of-type li .icon {
    width: 100%;
    height: 100px;
    background-position: center bottom;
    margin-bottom: 13px
}

footer .ust-footer .footer-b ul:first-of-type li .u-f-baslik {
    text-transform: capitalize;
    text-align: center;
    font-family: 'adelle-semibold';
    font-size: 45px;
    color: #696c74
}

footer .ust-footer .footer-b ul:first-of-type li .u-f-yazi {
    text-align: center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    color: #696c74;
    margin: 5px 0 20px;
    padding: 0 40px
}

footer .ust-footer .footer-b ul:first-of-type li a {
    height: 37px;
    border-radius: 19px;
    background-color: rgba(89, 95, 105, .12);
    border: 1px solid #555960;
    padding: 0 55px 0 30px;
    background-position: right 30px center;
    line-height: 37px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #555960;
    text-transform: capitalize;
    margin: 0 auto;
    background-image: url(../img/footer-ust-ok.png);
    display: table;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

footer .ust-footer .footer-b ul:first-of-type li a:hover {
    letter-spacing: 1px;
    background-color: rgba(89, 95, 105, .3);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

footer .ust-footer .footer-b ul:last-of-type {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    display: none
}

footer .ust-footer .footer-b ul:last-of-type li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #696f80;
    float: left;
    margin: 0 3px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

footer .ust-footer .footer-b ul:last-of-type li:hover,
footer .ust-footer .footer-b ul:last-of-type .footer-active {
    background-color: transparent;
    border: 1px solid #696f80;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

footer .ust-footer .cizgi {
    width: 100%;
    height: 3px;
    background-color: #f59c17;
    bottom: 0;
    position: absolute
}

footer .alt-footer {
    background-image: url(../img/alt-footer.png);
    background-repeat: repeat;
    position: relative;
    padding-top: 20px
}

footer .alt-footer .footer-1 {
    float: left;
    width: 380px
}

footer .alt-footer .footer-1 .logo {
    width: 100%;
    height: 80px;
    background-image: url(../img/footer-logo.png);
    background-position: left center
}

footer .alt-footer .footer-1 .yarin {
    background-image: url(../img/yarinakalan.png);
    background-position: left center;
    height: 66px;
    margin: 25px 0 29px
}

footer .alt-footer .footer-1 div div {
    width: 33px;
    height: 33px;
    margin-right: 15px;
    float: left
}

footer .alt-footer .footer-1 div .insta {
    background-image: url(../img/footer-insta.png)
}

footer .alt-footer .footer-1 div .youtube {
    background-image: url(../img/footer-youtube.png)
}

footer .alt-footer .footer-1 div .face {
    background-image: url(../img/footer-face.png)
}

footer .alt-footer .footer-1 div .twitter {
    background-image: url(../img/footer-twitter.png)
}

footer .alt-footer .footer-1 div .pin {
    background-image: url(../img/footer-pin.png)
}

footer .alt-footer .footer-1 > a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17px;
    padding-left: 35px;
    height: 28px;
    text-transform: uppercase;
    line-height: 28px;
    background-image: url(../img/googlemap-footer.png);
    background-position: left center;
    margin-top: 26px;
    color: #979ca4;
    display: block
}

footer .alt-footer .footer-1 > a:after {
    content: "";
    height: 26px;
    width: 20px;
    position: absolute;
    background: url(../img/google-footer-ok.png) no-repeat right center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

footer .alt-footer .footer-1 > a:hover:after {
    width: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

footer .alt-footer .a-f-baslik {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #e5e8ed;
    padding-top: 17px;
    margin-bottom: 20px;
    text-transform: uppercase
}

footer .alt-footer address {
    font-style: normal;
    float: left;
    width: 250px
}

footer .alt-footer address p,
footer .alt-footer address a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #8a8f98;
    padding-right: 60px
}

footer .alt-footer address p span {
    font-weight: 700;
    display: block
}

footer .alt-footer address a {
    margin-bottom: 20px;
    display: block
}

footer .alt-footer .kategoriler {
    float: left;
    width: 172px;
    height: 220px
}

footer .alt-footer .kategoriler a,
footer .alt-footer .kurumsal a,
footer .alt-footer .alanlar a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #969ba3;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block
}

footer .alt-footer .kategoriler a:hover,
footer .alt-footer .kurumsal a:hover,
footer .alt-footer .alanlar a:hover {
    color: #fff
}

footer .alt-footer .kurumsal {
    width: 179px;
    float: left
}

footer .alt-footer .alanlar {
    float: left
}

footer .alt-footer .mail {
    float: left;
    width: 328px;
    height: 55px;
    line-height: 53px;
    border: 1px solid #686b73;
    padding-left: 65px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #969ba3;
    background-image: url(../img/footer-mail.png);
    background-position: 25px center
}

footer .alt-footer .mail span {
    font-size: 14px;
    font-weight: 400
}

footer .alt-footer .alt {
    background-color: rgba(0, 7, 18, .33);
    width: 100%;
    height: 62px
}

footer .alt-footer .alt p {
    line-height: 62px;
    height: 100%;
    display: inline-block;
    color: #84878f;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 13px
}

footer .alt-footer .alt p:last-of-type {
    float: right;
    text-transform: uppercase
}

footer .alt-footer .alt p:last-of-type:hover {
    color: #fff
}

footer .alt-footer .alt p:last-of-type a {
    font-weight: 700
}

.light-box {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
    display: none
}

.light-box .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
    background-image: url(../img/lightbox-close.png)
}

.light-box .l-b-ic {
    width: 60%;
    height: 70%;
    position: absolute;
    margin: 7.5% 0 0 20%;
    background-color: #fff;
    padding: 5px
}

.l-b-ac {
    cursor: pointer
}

.hatasayfasi .logo {
    height: 80px;
    background-image: url(../img/footer-logo.png);
    margin: 15vh 0
}

.hatasayfasi h1 {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 700;
    text-align: center
}

.hatasayfasi a {
    margin-top: 5vh;
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    text-transform: capitalize;
    text-align: center;
    width: 225px;
    display: block
}

@media (max-width: 1170px) {
    
    .grid {
        margin: 0 15px
    }
    
    header {
        min-width: 220px
    }
    
    header .d-bolumler,
    header .right .sosyal {
        display: none
    }
    
    header .right {
        float: none
    }
    
    header .right .diller {
        border: none
    }
    
    header .right .diller .ar {
        margin: 0
    }
    
    /* Alt MenÃ¼ */
    
    nav .grid {
        padding: 17px 30px
    }
    
    nav .grid > a div {
        width: 175px;
        transform: translateX(-15px)
    }
    
    nav .menu-b {
        display: inline-block
    }
    
    nav ul {
        width: 100%;
        background-color: #fff;
        margin: 17px auto;
        float: none;
        border-radius: 0 0 10px 10px;
        display: none
    }
    
    nav ul li {
        float: none;
        width: 100%;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #d8dde7;
        text-align: center;
        padding: 0;
        display: table
    }
    
    nav ul li:first-of-type {
        width: 100%
    }
    
    nav ul li > a {
        font-size: 15px;
        height: 50px !important;
        line-height: 50px
    }
    
    nav ul li > div {
        position: relative;
        top: 0
    }
    
    nav ul li:hover > div {
        display: none
    }
    
    nav ul li .hizmetlerimiz,
    nav ul li .referanslar,
    nav ul li .hizmetlerimiz .zemin,
    nav ul li .galeri {
        padding: 0;
        border-radius: 0
    }
    
    nav ul li div:before,
    nav ul li div:after,
    nav ul li div .ok {
        display: none
    }
    
    nav ul li .hizmetlerimiz .zemin > a div,
    nav ul li .hizmetlerimiz .zemin > a span,
    nav ul li .referanslar .referans div,
    nav ul li .referanslar .referans h6,
    nav ul li .galeri .k-galeri h6,
    nav ul li .galeri .k-galeri div {
        display: none
    }
    
    nav ul li .hizmetlerimiz .zemin > a {
        height: auto;
        padding: 20px 0;
        width: 100%;
        background-size: cover;
        margin: 0
    }
    
    nav ul li .hizmetlerimiz .zemin > a .h-baslik {
        margin: 0
    }
    
    nav ul li .referanslar .referans .r-baslik,
    nav ul li .galeri .k-galeri .g-baslik {
        font-size: 20px;
        margin: 0;
        width: 100% !important
    }
    
    nav ul li .referanslar .referans,
    nav ul li .galeri .k-galeri {
        width: 100%;
        height: auto;
        padding: 20px 0;
        margin: 0 0 2px !important
    }
    
    footer .ust-footer {
        background-position: right center
    }
    
    footer .ust-footer .footer-b ul:first-of-type {
        width: 300%
    }
    
    footer .ust-footer .footer-b ul:first-of-type li {
        border: 0
    }
    
    footer .ust-footer .footer-b ul:last-of-type {
        display: block
    }
    
    footer .alt-footer address {
        width: 100%
    }
    
    footer .alt-footer .mail {
        margin-bottom: 20px;
        width: 290px;
        padding-left: 55px;
        background-position: 15px center
    }
    
    footer .alt-footer .kategoriler,
    footer .alt-footer .kurumsal,
    footer .alt-footer .alanlar {
        display: none
    }
    
    footer .alt-footer .alt {
        height: 96px
    }
    
    footer .alt-footer .alt p {
        line-height: 30px;
        height: auto
    }
    
    footer .alt-footer .alt p:last-of-type {
        float: none;
        display: block
    }
    
    .light-box .l-b-ic {
        width: 90%;
        height: 30%;
        margin: 70% 0 0 5%
    }
    
    .light-box .close {
        right: 40%;
        top: 20%
    }
}

@media (max-width: 900px) {
    footer .ust-footer .grid {
        display: flex
    }
    
    footer .ust-footer .grid .faaliyet-footer {
        width: 100%
    }
}

@media (max-width: 700px) {
    
    header {
        width: auto
    }
    
    header .mail,
    header .iletisim {
        display: none
    }
}

@media (min-width: 1170px) {
    nav ul {
        display: block !important
    }
}