﻿/*
font-weight: 500;
font-weight: 400;
font-weight: 900;
font-weight: 700;
font-weight: 300;
font-family: 'Gotham-Book', serif;
font-family: 'Gotham-Light', serif;
font-family: 'Gotham-Medium', serif;
font-family: 'Gotham-Ultra', serif;
font-family: 'Gotham-ExtraLight', serif;
font-family: 'quppa-caffe';
*/
body {
    background: #f5f5f5;
    height: 100%;
}

.page-column {
    display: table;
}

@media(min-width:1520px) {
    .page-column {
        width: 1400px;
    }
}

@media(min-width:1640px) {
    .page-column {
        width: 1520px
    }
}

@media(min-width:1760px) {
    .page-column {
        width: 1640px;
    }
}

@media(min-width:1860px) {
    .page-column {
        width: 1760px;
    }
}

@media(min-width:1920px) {
    .page-column {
        width: 1860px
    }
}

.search-page {
    padding: 64px 71px;
    margin: 35px auto 53px;
    background: white;
}

.search-page-list {
    width: 100%;
    border-bottom: 2px solid #f0f0f0;
    color: #7c7a7a;
    font-weight: 300;
    font-size: 24px;
    position: relative;
}

    .search-page-list p {
        margin-top: 59px;
        margin-left: 21px;
        display: inline-block;
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: calc(100% - 400px);
    }

    .search-page-list a {
        position: absolute;
        display: inline;
        float: right;
        background: #618db4;
        color: white;
        font-weight: 700;
        padding: 32px 104px 32px 45px;
        bottom: 0;
        right: 0;
    }

        .search-page-list a i {
            position: absolute;
            font-size: 49px;
            right: 25px;
            top: 50%;
            margin-top: -30px
        }

    .search-page-list.mod-2 {
        margin-top: 25px;
        position: relative;
    }

        .search-page-list.mod-2 p {
            width: -webkit-calc(100% - 125px);
            width: -moz-calc(100% - 125px);
            width: calc(100% - 125px);
        }

        .search-page-list.mod-2 a {
            position: absolute;
            width: 90px;
            text-align: center;
            padding: 28px 0;
            bottom: 0;
            right: 0;
        }

            .search-page-list.mod-2 a i {
                font-size: 30px;
                position: initial;
            }

.search-page nav {
    margin: 70px auto 0;
    display: table;
}

.pagination > li > a,
.pagination > li > span {
    border: initial;
    color: #666666
}

.pagination {
    -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
}

    .pagination li:not(:nth-last-child(2)) .pagination-number:after {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        background: #e0d4c4;
        width: 2px;
        height: 100%;
    }

    .pagination > li.active > a {
        color: white;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 20px;
    font-size: 15px;
}

.page-right .pagination {
    margin: 50px 0 0
}

.page-right {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
}
/*Left Side Bar*/
.side-bar {
    background-color: white;
    height: 100%;
    width: 262px;
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

    .side-bar ul {
        margin-bottom: initial;
    }

    .side-bar h1 {
        font-size: 20px;
        font-weight: 900;
        padding: 59px 0 38px 24px;
    }

    .side-bar li a {
        font-size: 15px;
        font-weight: 300;
        color: #5c5c5c;
        display: block;
        width: 100%;
        padding: 10px 0 10px 24px;
        border-bottom: 1px solid #efebeb;
        border-right: 2px solid transparent;
    }

        .side-bar li.active a,
        .side-bar li a:focus,
        .side-bar li a:hover {
            background-color: #f7f7f7;
            border-right: 2px solid #618fb4;
        }

.breadcrumb {
    background-color: white;
    margin: 20px 0 25px;
    font-weight: 500;
    -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    border-radius: initial;
    padding: 18px;
}

    .breadcrumb a {
        color: #7c7a7a;
    }

.page-top-image {
    position: relative;
}

    .page-top-image:before {
        position: absolute;
        content: '';
        background-image: url('../images/cizgi.png');
        left: 0;
        right: 0;
        height: 40px;
        bottom: 60px;
        opacity: .9;
    }

    .page-top-image > img {
        width: 100%;
    }

    .page-top-image > h2 {
        color: white;
        position: absolute;
        right: 59px;
        bottom: 59px;
        font-size: 42px;
        font-weight: 900;
    }

.page-thumb-tree {
    position: relative;
    margin-top: 30px
}

    .page-thumb-tree > .caption {
        background: #618db4;
        color: white;
        padding: 24px;
    }

        .page-thumb-tree > .caption > p {
            font-size: 17px;
            font-weight: 300;
        }

        .page-thumb-tree > .caption > span {
            font-size: 18px;
            font-weight: 700;
        }

            .page-thumb-tree > .caption > span i {
                vertical-align: middle;
                margin-right: 12px;
            }

    .page-thumb-tree > .tree-img-thumb {
        width: 100%;
        position: relative;
    }

        .page-thumb-tree > .tree-img-thumb:before {
            content: '';
            position: absolute;
            background: rgba(24,53,79, 0.7);
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

    .page-thumb-tree:hover > .tree-img-thumb:before {
        opacity: 1;
    }

    .page-thumb-tree > .tree-img-thumb img {
        width: 100%;
    }

    .page-thumb-tree > .tree-img-thumb i {
        color: white;
        width: 100%;
        font-size: 58px;
        position: absolute;
        top: 50%;
        text-align: center;
        margin-top: -25px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

        .page-thumb-tree > .tree-img-thumb i:after {
            position: absolute;
            content: '';
            width: 56px;
            height: 56px;
            left: 50%;
            margin-left: -29px;
            margin-top: 3px;
            border-radius: 50px;
            background: #618db4;
            z-index: -1;
        }

    .page-thumb-tree:hover > .tree-img-thumb i {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

.media-news {
    background-color: white;
    margin: 30px 0;
    padding: 15px;
    color: #7c7a7a;
    -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
}

    .media-news h4 {
        font-size: 22px;
        font-weight: 900;
    }

    .media-news img {
        width: 234px;
        float: right;
        padding-left: 15px;
    }

    .media-news span {
        font-size: 14px;
        font-weight: 400;
        font-weight: 400;
        margin: 10px 0 0;
        display: block;
    }

    .media-news p {
        font-size: 13px;
        margin: 15px 0 0;
        width: 100%;
        width: calc(100% - 234px);
    }

    .media-news a {
        border: 1px solid #d3d3d3;
        border-radius: 28px;
        padding: 10px 20px;
        color: #7c7a7a;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 400;
        display: inline-block
    }

        .media-news a:hover {
            background: #7c7a7a;
            color: white;
        }

.activity {
    margin-right: -5px;
    margin-left: -5px
}

    .activity > div {
        padding: 5px;
    }

.activity-fest {
    background-color: white;
    padding: 15px;
    margin-top: 20px;
    position: relative;
    -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
}

    .activity-fest h3 {
        font-size: 27px;
        font-weight: 900;
        padding-bottom: 40px;
        position: relative;
    }

        .activity-fest h3:before {
            position: absolute;
            content: '';
            width: 123px;
            bottom: 0;
            height: 2px;
            background: #7c7a7a;
        }

    .activity-fest span {
        font-size: 26px;
        font-weight: 300;
        line-height: 120%;
        margin-top: 18px;
        display: block;
        color: #a19898
    }

    .activity-fest h4 {
        font-size: 16px;
        font-weight: 700;
        color: #a19898;
        margin-top: 20px;
        padding-bottom: 8px;
        position: relative;
    }

        .activity-fest h4:before {
            position: absolute;
            content: '';
            width: 50px;
            bottom: 0;
            height: 2px;
            background: #d8cfcf;
        }

    .activity-fest img {
        position: absolute;
        width: 160px;
        right: 15px;
        top: 15px;
    }

    .activity-fest > div:first-child {
        width: calc(100% - 165px);
    }

    .activity-fest > .caption {
        margin-top: 22px;
        font-size: 12px;
        color: #7c7a7a
    }

    .activity-fest a {
        border: 1px solid #d3d3d3;
        border-radius: 28px;
        padding: 10px 20px;
        color: #7c7a7a;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 400;
        display: inline-block
    }

        .activity-fest a:hover {
            background: #7c7a7a;
            color: white;
        }

.page-about {
    background-color: white;
    margin: 15px 0;
    padding: 30px 25px;
    font-weight: 300;
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
}

@media(min-width:768px) {
    .page-about {
        font-size: 17px;
    }
}

.page-about:last-child {
    margin: 15px 0 0;
}

.page-about h2 {
    font-size: 28px;
    font-weight: 900;
    color: #7c7a7a;
    margin-bottom: 40px;
}

.breadcrumb.mod-2 {
    margin: 20px -15px;
}

.contact {
    padding: 25px;
    background-color: white;
    color: #7c7a7a;
}

    .branch-office h2,
    .contact h2 {
        font-size: 25px;
        font-weight: 800;
        padding-bottom: 23px;
        position: relative;
    }

        .branch-office h2:before,
        .contact h2:before {
            position: absolute;
            content: '';
            width: 175px;
            bottom: 0;
            height: 2px;
            background: #7c7a7a;
        }

    .branch-office p,
    .contact p {
        font-size: 19px;
        font-weight: 400;
        margin: 25px 0 0;
    }

    .branch-office span,
    .contact span {
        font-size: 15px;
        font-weight: 300;
    }

    .contact .form-control:not(textarea):not(#captchaValid) {
        height: 60px;
        padding-left: 55px
    }

    .contact .form-control {
        border-radius: 6px;
        margin-top: 35px;
        background-color: #f6f6f6;
        font-weight: 400;
    }

    .contact .input-group-addon {
        background-color: #f6f6f6;
        border: initial;
        position: absolute;
        left: 0;
        top: 0;
    }

    .contact .form-group {
        margin-bottom: 25px;
    }

        .contact .form-group i {
            position: absolute;
            left: 30px;
            top: 50px;
            font-size: 25px;
            color: #9fa3a7;
        }

    .contact .form-control:focus {
        border-color: #7892a9;
        box-shadow: initial
    }

    .contact .btn {
        color: white;
        background: #7892a9;
        font-weight: 700;
        font-size: 16px;
        border-radius: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 66px;
        padding-left: 65px;
        padding-right: 65px;
        letter-spacing: .24em;
        width: 100%;
    }

        .contact .btn:hover {
            background: #618db4;
        }

    .contact .harita-kutu {
        height: 855px;
        margin-right: -15px;
        margin-left: 15px
    }

.branch-office [class*="col-"] > div {
    background-color: white;
    padding: 15px;
    -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
}

.branch-office {
    margin-right: -30px;
    margin-left: -30px;
}

    .branch-office img {
        width: 247px;
        position: absolute;
        top: 15px;
        right: 30px;
    }

    .branch-office h2,
    .branch-office span,
    .branch-office p {
        width: 322px;
        display: inline-block;
    }

    .branch-office .harita-kutu {
        width: 100%;
        height: 461px;
        margin-top: 30px;
    }

.product {
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
}

    .product .dropdown-backdrop {
        display: none;
    }

    .product + footer {
        margin-top: initial;
        z-index: 1;
    }

.product-left {
    background: #666464;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 112px;
    float: left;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .product-left:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 100%;
        top: 0;
        right: 0;
        background: #666464;
        background: -moz-linear-gradient(left, #666464 0%, #464545 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #666464), color-stop(100%, #464545));
        background: -webkit-linear-gradient(left, #666464 0%, #464545 100%);
        background: -o-linear-gradient(left, #666464 0%, #464545 100%);
        background: -ms-linear-gradient(left, #666464 0%, #464545 100%);
        background: linear-gradient(to right, #666464 0%, #464545 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666464', endColorstr='#464545', GradientType=1 );
    }

    .product-left .dropdown-menu {
        left: 100%;
        top: 0;
        height: 100%;
        margin: 0;
        padding: initial;
        min-width: 278px;
        border-radius: initial;
        box-shadow: initial;
        border: initial;
        z-index: 1;
    }

    .product-left > ul {
        background: #666464;
        margin-bottom: initial;
    }

        .product-left > ul > .dropdown {
            position: initial;
        }

        .product-left > ul > li > a {
            text-align: center;
            display: block;
            border-bottom: 1px solid #555454;
            padding: 30px 0 20px;
            width: 112px;
            position: relative;
        }

            .product-left > ul > li > a:focus,
            .product-left > ul > li:hover > a,
            .product-left > ul > li > a.active {
                background: #618fb4;
            }

            .product-left > ul > li > a .caret {
                opacity: 0;
                position: absolute;
                right: -15px;
                top: 50%;
                margin-top: -5px;
                -o-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                color: #618fb4;
                border-top: 10px dashed;
                border-top: 10px solid \9;
                border-right: 10px solid transparent;
                border-left: 10px solid transparent;
                z-index: 1001;
            }

            .product-left > ul > li > a:focus .caret,
            .product-left > ul > li > a.active .caret {
                opacity: 1
            }

            .product-left > ul > li > a > i {
                color: white;
                font-size: 50px
            }

            .product-left > ul > li > a > span {
                color: white;
                font-size: 14px;
                display: block;
                font-weight: 500;
            }

    .product-left .dropdown-menu [role="separator"] {
        font-size: 20px;
        font-weight: 400;
        padding: 55px 25px 16px;
        color: #666464;
    }

        .product-left .dropdown-menu [role="separator"] span {
            font-size: 20px;
            font-weight: 900;
        }

    .product-left .dropdown-menu li a {
        font-size: 15px;
        font-weight: 300;
        border-bottom: 1px solid #efebeb;
        border-right: 2px solid transparent;
        padding: 10px 25px
    }

        .product-left .dropdown-menu li a:hover,
        .product-left .dropdown-menu li a.active {
            border-right: 2px solid #618FB4;
            background: #f7f7f7;
        }

.product-right {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
}

    .product-right > div {
        margin-left: 130px;
        margin-right: 15px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        padding: 0 35px;
        max-width: 1420px;
    }

        .product-right > div.mod-2 {
            margin-left: 400px;
            margin-right: 15px;
        }

            .product-right > div.mod-2 .product-inner img {
                margin-top: 35px;
            }

.product-inner {
    background-color: white;
    text-align: center;
    margin-top: 30px;
    padding: 15px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.06);
}

    .product-inner img {
        width: 100%;
        /*padding: 0 57px;*/
        margin-top: 35px;
    }

    .product-inner p {
        font-size: 15px;
        font-weight: 700;
        display: flex;
        height: 55px;
        align-items: flex-end;
        justify-content: center;
        margin: 0px;
    }

    .product-inner span {
        font-size: 13px;
        font-weight: 300;
    }

    .product-inner a {
        font-size: 17px;
        font-weight: 700;
        background-color: #618fb4;
        color: white;
        display: block;
        border-radius: 30px;
        padding: 10px 0;
        margin-top: 26px;
    }

        .product-inner a:hover {
            background-color: #7892a9;
        }

.product-detail {
    padding-top: 113px !important
}

    .product-detail.mod-2 {
        transform: scale(.69);
        transform-origin: right;
        margin-left: initial !important;
    }

    .product-detail img {
        float: left;
        width: 480px;
        background-color: white;
        padding: 7px;
        -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
        -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
        box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    }

.product-detail-inner {
    margin-left: 58px;
    position: relative;
    float: left;
    width: 750px;
}

@media(min-width:320px) {
    .product-detail-inner {
        float: none;
        width: calc(100% - 150px);
    }
}

@media(min-width:768px) {
    .product-detail-inner {
        margin-left: 0px;
        float: none;
        width: 80%;
    }
}

@media(min-width:1200px) {
    .product-detail-inner {
        margin-left: 58px;
        width: 250px;
        float: left;
    }
}

@media(min-width:1400px) {
    .product-detail-inner {
        width: 350px;
    }
}

@media(min-width:1600px) {
    .product-detail-inner {
        width: 550px;
    }
}

@media(min-width:1800px) {
    .product-detail-inner {
        width: 750px;
    }
}

.product-detail-inner > h1 {
    font-weight: 700;
    font-size: 28px;
    margin-top: 15px;
    color: #666464;
}

.product-detail-inner > span {
    font-weight: 300;
    margin-top: 5px;
    font-size: 13px;
    display: block;
    color: #31251b;
}

.product-detail-inner > .product-pay {
    /*width: 200px;*/
    text-align: left;
    margin-top: 32px;
    margin-left: -2px;
}

    .product-detail-inner > .product-pay span {
        font-weight: 300;
        font-size: 20px;
        color: #c1b0b0;
        text-decoration: line-through;
    }

    .product-detail-inner > .product-pay p {
        font-weight: 900;
        font-size: 25px;
        color: #666464;
        line-height: 30px
    }

    .product-detail-inner > .product-pay + p {
        font-weight: 400;
        font-size: 14px;
        color: #523b28;
        margin-top: 30px;
    }

.product-detail-inner .product-basket {
    margin-top: 40px;
}

.product-basket > a:first-child {
    background-color: #618fb4;
    color: white;
    font-weight: 700;
    font-size: 17px;
    width: 260px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    padding: 10px 0;
    text-align: center;
    float: left;
}

.product-basket > div {
    background: #cdc3ba;
    display: inline-block;
    height: 44px;
    width: 115px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

    .product-basket > div a {
        font-size: 18px;
        float: left;
        margin: 0 15px;
        padding: 13px 0;
        color: #122d6f
    }

.product-basket p {
    font-size: 24px;
    float: left;
    color: #2e7cca;
    padding: 5px 0;
}

.product-basket + div {
    margin-top: 50px;
    background-color: white;
    width: 664px;
    display: block;
    height: 54px;
    padding: 13px 25px;
    -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
    box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.06);
}

    .product-basket + div p {
        text-align: right;
        font-size: 15px;
        font-weight: 400;
        margin-top: -30px;
    }

    .product-basket + div i {
        background-color: white;
        text-align: left;
        font-size: 25px;
        color: #7aa6cb;
        vertical-align: middle;
    }

.product .news {
    margin-left: 250px;
}

@media(min-width:320px) {
    .product .news {
        margin-left: 0px;
    }
}

@media(min-width:768px) {
    .product .news {
        margin-left: 250px;
    }
}

.more-button {
    height: 60px;
    border: 1px solid #d2cac2;
    border-radius: 50px;
    padding: 15px 150px;
    font-weight: 700;
    font-size: 20px;
    color: #cdc3ba;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

    .more-button:focus,
    .more-button:hover {
        color: #cdc3ba;
    }

.more-page {
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
}

#circularG {
    position: relative;
    width: 27px;
    height: 27px;
    float: left;
    margin-left: -40px
}

.circularG {
    position: absolute;
    background-color: #9a8674;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    animation-name: bounce_circularG;
    -o-animation-name: bounce_circularG;
    -ms-animation-name: bounce_circularG;
    -webkit-animation-name: bounce_circularG;
    -moz-animation-name: bounce_circularG;
    animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -ms-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal
}

#circularG_1 {
    left: 0;
    top: 11px;
    animation-delay: .41s;
    -o-animation-delay: .41s;
    -ms-animation-delay: .41s;
    -webkit-animation-delay: .41s;
    -moz-animation-delay: .41s
}

#circularG_2 {
    left: 3px;
    top: 3px;
    animation-delay: .55s;
    -o-animation-delay: .55s;
    -ms-animation-delay: .55s;
    -webkit-animation-delay: .55s;
    -moz-animation-delay: .55s
}

#circularG_3 {
    top: 0;
    left: 11px;
    animation-delay: .69s;
    -o-animation-delay: .69s;
    -ms-animation-delay: .69s;
    -webkit-animation-delay: .69s;
    -moz-animation-delay: .69s
}

#circularG_4 {
    right: 3px;
    top: 3px;
    animation-delay: .83s;
    -o-animation-delay: .83s;
    -ms-animation-delay: .83s;
    -webkit-animation-delay: .83s;
    -moz-animation-delay: .83s
}

#circularG_5 {
    right: 0;
    top: 11px;
    animation-delay: .97s;
    -o-animation-delay: .97s;
    -ms-animation-delay: .97s;
    -webkit-animation-delay: .97s;
    -moz-animation-delay: .97s
}

#circularG_6 {
    right: 3px;
    bottom: 3px;
    animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s
}

#circularG_7 {
    left: 11px;
    bottom: 0;
    animation-delay: 1.24s;
    -o-animation-delay: 1.24s;
    -ms-animation-delay: 1.24s;
    -webkit-animation-delay: 1.24s;
    -moz-animation-delay: 1.24s
}

#circularG_8 {
    left: 3px;
    bottom: 3px;
    animation-delay: 1.38s;
    -o-animation-delay: 1.38s;
    -ms-animation-delay: 1.38s;
    -webkit-animation-delay: 1.38s;
    -moz-animation-delay: 1.38s
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(.3)
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1)
    }

    100% {
        -o-transform: scale(.3)
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1)
    }

    100% {
        -ms-transform: scale(.3)
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.3)
    }
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1)
    }

    100% {
        -moz-transform: scale(.3)
    }
}

@media(max-width:1640px) {
    .page-top-image > h2 {
        right: 49px;
        bottom: 49px;
        font-size: 34px;
    }

    .page-thumb-tree > .caption > p {
        font-size: 14px;
    }

    .page-thumb-tree > .caption > span {
        font-size: 15px;
    }

    .page-thumb-tree > .caption {
        padding: 20px;
    }

    .activity-fest img {
        width: 130px;
    }

    .activity-fest > div:first-child {
        width: calc(100% - 135px);
    }

    .activity-fest h3 {
        font-size: 23px;
    }

    .activity-fest span {
        font-size: 22px
    }

    .activity-fest h4 {
        font-size: 14px;
    }

    .branch-office img {
        width: 207px;
    }

    .branch-office .harita-kutu {
        height: 388px;
    }

    .branch-office h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }

        .branch-office h2:before {
            width: 105px;
        }

    .branch-office span {
        font-size: 13px;
    }

    .branch-office p {
        font-size: 16px;
        margin: 20px 0 0;
    }

    .page-top-image:before {
        bottom: 46px;
    }
}

@media(max-width:1520px) {
    .activity-fest img {
        width: 100px;
    }

    .activity-fest > div:first-child {
        width: calc(100% - 100px);
    }

    .branch-office img {
        width: 135px;
    }

    .branch-office h2,
    .branch-office span,
    .branch-office p {
        width: 200px;
    }

    .branch-office .harita-kutu {
        height: 310px;
    }

    .product-right > div.mod-2 .product-inner img {
        padding: 0 23px;
    }
}

@media(min-width:1200px) and (max-width:1520px) {
    .product-detail img {
        width: 395px;
    }

    .product-detail-inner > h1 {
        font-size: 23px;
        margin-top: 7px;
    }

    .product-detail-inner > .product-pay {
        margin-top: 25px;
        width: 110px;
    }

    .product-basket + div {
        margin-top: 35px;
        width: 600px;
    }

    .product-detail-inner > .product-pay + p {
        font-size: 13px;
        margin-top: 30px;
    }

    .product-detail-inner .product-basket {
        margin-top: 32px;
    }

    .product-detail-inner > .product-pay p {
        font-size: 28px;
        line-height: 1;
    }

    .product-detail-inner > .product-pay span {
        font-size: 15px;
    }

    .product-detail.mod-2 {
        transform: scale(.61);
    }
}

@media(max-width:1199px) {
    .search-page-list {
        font-size: 15px;
    }

        .search-page-list a i {
            font-size: 31px;
            right: 16px;
            margin-top: -18px
        }

        .search-page-list a {
            padding: 23px 65px 20px 18px;
        }

        .search-page-list.mod-2 a {
            width: 57px;
            padding: 17px 0;
        }

            .search-page-list.mod-2 a i {
                font-size: 19px;
            }

        .search-page-list p {
            width: -webkit-calc(100% - 245px);
            width: -moz-calc(100% - 245px);
            width: calc(100% - 245px);
        }

    .page-top-image > h2 {
        right: 35px;
        bottom: 35px;
        font-size: 26px;
    }

    .page-thumb-tree > .tree-img-thumb i {
        font-size: 45px;
        margin-top: -25px;
    }

    .page-thumb-tree > .caption > p {
        font-size: 13px;
    }

    .page-thumb-tree > .caption > span {
        font-size: 14px;
    }

    .page-thumb-tree > .caption {
        padding: 17px;
    }

    .contact .form-control {
        margin-top: 15px;
    }

        .contact .form-control:not(textarea):not(#captchaValid) {
            height: 50px;
            padding-left: 50px
        }

    .contact .form-group i {
        left: 30px;
        top: 30px;
        font-size: 20px;
    }

    .contact .btn {
        font-size: 14px;
        padding: 15px 45px;
    }

    .contact form {
        margin-top: 30px
    }

    .contact .harita-kutu {
        height: 912px;
    }

    .branch-office img {
        width: 100%;
        position: relative;
        top: initial;
        right: initial;
        margin-bottom: 20px;
    }

    .branch-office p {
        margin: 10px 0 0;
    }

    .branch-office h2,
    .branch-office span,
    .branch-office p {
        width: 100%;
    }

    .product-detail {
        padding-top: 85px;
    }

        .product-detail img {
            width: 350px;
            margin-bottom: 30px;
            float: initial;
        }

    .product-basket + div {
    }

    .product-detail-inner {
        margin-left: 5px;
        float: initial;
    }

    .product-detail {
        width: 100%;
    }

        .product-detail.mod-2 {
            margin-left: 150px !important
        }

    .page-top-image:before {
        bottom: 28px;
    }

    .page-thumb-tree > .tree-img-thumb i:after {
        width: 45px;
        height: 45px;
        margin-left: -23px;
        margin-top: 2px;
    }
}

@media(max-width:991px) {
    .search-page-list.mod-2 p {
        width: -webkit-calc(100% - 82px);
        width: -moz-calc(100% - 82px);
        width: calc(100% - 82px);
    }

    .media-news img {
        width: 100%;
        float: initial;
        padding-left: initial;
        margin-bottom: 15px
    }

    .media-news p {
        width: initial;
    }

    .contact form {
        margin-bottom: 30px
    }

    .contact .harita-kutu {
        height: 400px;
        margin-right: initial;
        margin-left: initial;
    }

    .branch-office .harita-kutu {
        height: 241px;
    }
}

@media(min-width:768px) (max-width:991px) {
    .product-basket + div,
    .product-detail-inner > .product-pay + p {
        width: 590px;
    }
}

@media(max-width:767px) {
    .search-page {
        padding: 64px 0px;
    }

    .search-page-list {
        font-size: 13px;
    }

        .search-page-list p {
            width: -webkit-calc(100% - 100px);
            width: -moz-calc(100% - 100px);
            width: calc(100% - 100px);
        }

        .search-page-list.mod-2 p {
            width: -webkit-calc(100% - 75px);
            width: -moz-calc(100% - 75px);
            width: calc(100% - 75px);
        }

        .search-page-list a {
            padding: 25px;
        }

            .search-page-list a i {
                font-size: 25px;
                right: 12px;
                margin-top: -14px;
            }

        .search-page-list.mod-2 a {
            width: 49px;
            padding: 14px 0;
        }

    .pagination-lg > li > a, .pagination-lg > li > span {
        padding: 8px 12px;
        font-size: 16px;
    }

    .side-bar {
        height: initial;
        display: table-row;
    }

    .page-top-image > h2 {
        right: 20px;
        bottom: 20px;
        font-size: 17px;
    }

    .page-top-image {
        margin-right: -15px;
        margin-left: -15px;
    }

    .breadcrumb {
        font-size: 13px;
        margin-right: -15px;
        margin-left: -15px;
        padding: 15px 10px;
    }

    .page-about:last-child,
    .page-about {
        background-color: white;
        margin: 20px -15px;
    }

        .page-about h2 {
            font-size: 18px;
            margin-bottom: 18px;
        }

    .contact {
        padding: 25px 0;
    }

        .contact .form-group i {
            left: 30px;
            top: 15px;
            font-size: 20px;
        }

    .branch-office [class*="col-"] > div {
        margin-top: 20px;
    }

    .product {
        margin: 0 auto;
        width: 100%;
    }

    .product-left > ul > li > a,
    .product-left {
        width: 90px;
    }

    .product-right > div {
        margin-left: 90px;
        margin-right: 0px;
        padding: 0 25px;
    }

        .product-right > div .product-inner img {
            padding: 0 5px;
            margin-top: 20px;
        }

    .product-left > ul > li > a > i {
        font-size: 40px;
    }

    .product-left > ul > li > a > span {
        font-size: 12px;
    }

    .product-left .dropdown-menu {
        min-width: 213px
    }

        .product-left .dropdown-menu [role="separator"] {
            padding-left: 15px;
            font-size: 15px;
        }

            .product-left .dropdown-menu [role="separator"] span {
                font-size: 15px
            }

        .product-left .dropdown-menu li a {
            padding-left: 15px;
        }

    .product-detail img {
        width: 210px;
        margin-bottom: 30px;
        float: initial;
    }

    .product-basket + div {
        width: 205px;
        padding: 10px 5px;
        height: auto;
    }

    .product-detail-inner > h1 {
        font-size: 16px;
        margin-top: 0px;
    }

    .product-detail-inner > span {
        margin-top: 2px;
        font-size: 11px;
    }

    .product-detail-inner > .product-pay {
        width: 137px;
        text-align: right;
        margin-top: 15px;
    }

        .product-detail-inner > .product-pay + p {
            font-size: 12px;
            margin-top: 15px;
            text-align: justify;
        }

    .product-basket > a:first-child {
        width: 95px;
        padding: 6px 0;
        font-size: 12px;
    }

    .product-basket > div {
        height: 29px;
        width: 88px;
    }

        .product-basket > div a {
            font-size: 12px;
            margin: 0 12px;
            padding: 9px 0;
        }

    .product-basket p {
        font-size: 15px;
        padding: 4px 0;
    }

    .more-button {
        height: 50px;
        padding: 13px 30px 13px 60px;
        font-size: 15px;
        width: 80%;
        text-align: center;
    }

    #circularG {
        margin-left: -40px;
        margin-top: -4px;
    }

    .page-top-image:before {
        bottom: 16px;
        height: 25px;
    }
}

@media(min-width:420px) and (max-width:767px) {
    .product-detail {
        margin: 0 auto !important;
        text-align: center;
    }

    .product-detail-inner {
        margin: 0 auto;
    }
}

@media(max-width:420px) {
    .breadcrumb {
        font-size: 10px;
    }

    .pagination-lg > li > a, .pagination-lg > li > span {
        padding: 5px 9px;
        font-size: 13px;
    }

    .product-right > div {
        padding: initial;
    }

    .more-button {
        height: 45px;
        padding: 13px 20px 10px 50px;
        font-size: 12px;
    }
}

.loadcaptcha {
    min-height: 170px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

    .loadcaptcha .input-group {
        display: flex;
        height: 80px;
    }

        .loadcaptcha .input-group img {
            width: calc(100% - 50px);
        }

        .loadcaptcha .input-group span {
            right: 0;
            left: auto;
            width: 50px;
            display: flex;
            align-items: center;
            height: 100%;
        }

            .loadcaptcha .input-group span i {
                position: relative;
                left: auto;
                top: auto;
                font-size: 25px;
                color: #9fa3a7;
            }

#captchaValid {
    min-height: 60px;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 14px;
}
}

/* Kariyer Formu */

.career-form-content {
    width: 850px;
}

@media(min-width:200px) {
    .career-form-content {
        width: auto;
    }
}

@media(min-width:1200px) {
    .career-form-content {
        width: 850px;
    }
}

#career-form h2 {
    font-size: 27px;
    font-weight: 900;
    color: #7c7a7a;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-top: 20px;
    margin-bottom: 30px;
}

#career-form .form-control {
    border: 0;
    background-color: #f9f9f9;
    padding: 1.25em 1.5625em 1.25em 1.875em;
    font-size: 14px;
    font-weight: 300;
    color: #807f81;
    font-weight: 400;
    height: auto !important;
    margin-bottom: .625em;
    margin-top: .625em;
    box-shadow: none;
}

    #career-form .form-control::-webkit-input-placeholder {
        color: #807f81;
    }

    #career-form .form-control:-moz-placeholder {
        color: #807f81;
    }

    #career-form .form-control::-moz-placeholder {
        color: #807f81;
    }

    #career-form .form-control:-ms-input-placeholder {
        color: #807f81;
    }

    #career-form .form-control:hover, #career-form .form-control:focus {
        box-shadow: none;
    }

#career-form .select.form-control {
    padding: 1.3125em 1.5625em 1.375em 1.875em;
}

#career-form .career-form-content .form-group {
    margin-bottom: 0px;
}

#career-form .career-form-content .btn {
    border: 0;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    font-weight: 500;
    padding: .5375em 1em;
    background-color: #7c7a7a;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    float: right;
}

    #career-form .career-form-content .btn:hover,
    #career-form .career-form-content .btn:focus {
        background-color: #302f31;
        box-shadow: none;
    }

#career-form .career-form-content label {
    color: #7c7a7a;
    font-size: 16px;
    font-weight: 500;
    font-weight: 500;
    letter-spacing: -0.035em;
    margin-top: 20px;
}

#career-form .career-form-content .career-error,
#career-form .career-form-content .contact-error {
    display: none;
}

    #career-form .career-form-content .career-error ul,
    #career-form .career-form-content .contact-error ul {
        margin: 0;
    }

        #career-form .career-form-content .career-error ul li,
        #career-form .career-form-content .contact-error ul li {
            background-color: #f00;
            margin: .625em 0;
            border: 0;
            border-radius: 4px;
            padding: 10px 15px;
        }

            #career-form .career-form-content .career-error ul li:before,
            #career-form .career-form-content .career-error ul li:after,
            #career-form .career-form-content .contact-error ul li:before,
            #career-form .career-form-content .contact-error ul li:after {
                display: none;
            }

            #career-form .career-form-content .career-error ul li label,
            #career-form .career-form-content .contact-error ul li label {
                color: #fff;
                font-size: 16px;
                font-weight: 500;
                font-weight: 500;
                margin: 0;
            }

#career-form .contact-form-content .btn {
    background-color: #e11512;
}

#career-form .capatcha {
    margin-top: 1.25em;
}

#career-form .inputfile + label {
    font-size: .8125em;
    font-weight: 400;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 13px;
}

#career-form .no-js .inputfile + label {
    display: none;
}

#career-form .inputfile:focus + label, #career-form .inputfile.has-focus + label {
    outline: -webkit-focus-ring-color auto 5px;
}

#career-form .inputfile + label span {
    background-color: #666d78;
    padding: .8125em 1.875em;
    border-radius: 3px;
    display: inline-block;
    margin-right: 9px;
    height: 40px;
    vertical-align: top;
    margin-bottom: 10px;
}

    #career-form .inputfile + label span:first-child {
        background-color: #fff;
        border: 1px solid #d9d9d6;
        border-radius: 0;
        color: #656565;
    }

#career-form .form-group-out {
    position: relative;
}

    #career-form .form-group-out input {
        cursor: pointer;
    }

#career-form .input-icon {
    position: absolute;
    top: 4.6875em;
    right: 1.25em;
    pointer-events: none;
    top: 5.3125em;
}

    /*@media(min-width:768px) {
	#career-form .input-icon, #contact-form .input-icon {
		top: 5.3125em;
	}
}*/

    #career-form .input-icon i {
        font-size: 29px;
    }

.js .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.googleMaps {
    height: 500px;
}

@media(min-width:992px) {

    .googleMaps {
        height: 1000px;
    }
}
