@font-face {
    font-family: bmwTypeWebBoldAll;
    src: url("../fonts/bmwtypewebbo_all.ttf");
}

@font-face {
    font-family: bmwTypeWebLightAll;
    src: url("../fonts/bmwtypewebli_all.ttf");
}

body {
    padding-right: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

nav.navbar {
    background-color: #fff;
    height: 100px;
    border-bottom: 1px solid #d1d3d4;
    top: 40px;
}

nav.navbar ul {
    margin-top: 65px;
}

nav.navbar ul li {
    transition: color .25s ease;
    padding: 0 1em;
}

nav.navbar ul li:hover {
    color: #0653b6;
    cursor: pointer;
}

nav.navbar ul li a {
    color: #222 !important;
    font-size: 17px;
    font-family: bmwTypeWebBoldAll, Arial, Helvetica, sans-serif;
}

nav.navbar ul li a.active {
    color: #0653b6 !important;
}

nav.navbar ul li a:hover {
    text-decoration: none;
    color: #043c85 !important;
    transition: 0.6s color;
}

nav.navbar #navbar {
    float: right;
}

nav.navbar .navbar-header {
    padding-top: 30px;
}

nav.navbar .navbar-header .logo-text {
    font-family: bmwTypeWebBoldAll, Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-align: left;
}

nav.navbar .navbar-header p {
    font-family: bmwTypeWebBoldAll, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
}

/*===NAV===*/
.navbar-nav {
    float: right;

}

.nav > li > a {
    padding: 0;
}

.logo-text, .navbar-brand > p {
    color: #222 !important;
}

.navbar-header {
    height: 99px;
}

.navbar-collapse {
    background-color: #fff;
    border-color: transparent !important;
}

.navbar-toggle {
    border-radius: 0;
    border-color: #222 !important;
    margin: 20px 15px 19px 0 !important;
}

.navbar-toggle .icon-bar {
    background-color: #222 !important;
    height: 1px;
}

.navbar-toggle:focus > .icon-bar {
    background-color: #fff !important;
}

.navbar-toggle:focus {
    background-color: #222 !important;
}

/*===NAV===*/

.carousel {
    padding-top: 100px;
}

.carousel .item {
    position: relative;
}

.carousel .item img {
    width: 100%;
    height: auto;
}

.carousel .item .info {
    position: absolute;
    left: 160px;
    top: 25px;
    font-family: bmwTypeWebBoldAll, Arial, Helvetica, sans-serif;
    color: #262626;
}

.carousel .item .info h1 {
    font-size: 39px;
}

.carousel .item a.button {
    border-left: 5px solid #fff;
    background-color: #0653b6;
    color: #fff;
    height: 40px;
    min-width: 280px;
    line-height: 17px;
    font-size: 14px;
    display: table;
}

.carousel .item a.button span {
    padding: 15px 70px;
    display: table-cell;
    text-align: center;
}

/*===WELCOME===*/
.welcome-screen {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 99px;
}

.ws-content, .dim {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ws-content {
    z-index: 2;
}

.dim {
    z-index: 1;
}

.welcome-screen .button {
    border-left: 5px solid #fff;
    background-color: #0653b6;
    color: #fff;
    height: 40px;
    min-width: 280px;
    line-height: 17px;
    font-size: 14px;
    display: table;
    margin-top: 20px;
}

.welcome-screen .button span {
    padding: 15px 70px;
    display: table-cell;
    text-align: center;
    font-weight: 500;
}

.welcome-screen .info {
    margin-top: 45px;
}

.welcome-screen h1 {
    text-shadow: 0px 0px 30px rgba(150, 150, 150, 0.8);
}

.welcome-screen {
    font-family: bmwTypeWebBoldAll !important;
}

.welcome-screen h1:nth-child(2) {
    margin-top: 12px;
}

/*===WELCOME===*/

#content .heading {
    padding: 10px;
    background: linear-gradient(195deg, #fff, #eee);
    color: #0653b6;
    font-family: bmwTypeWebLightAll;
    border-bottom: 1px solid #eee;
}

#content #hizmetler .service-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: 1px solid #d8d8d8;
    background-color: #eee;
    padding: 15px 15px 20px 15px;
    border-radius: 2px;
    box-shadow: 3px 3px 4px #ededed;
    position: relative;
    height: 230px;
    margin-bottom: 15px;
}

#content #hizmetler h2 {
    text-align: center;
    font-size: 24px;
}

#content #hizmetler p.desc {
    font-family: bmwTypeWebLightAll, Arial, Helvetica, sans-serif;
    text-align: center;
}

#content #hizmetler p.action {
    padding: 0 17%;
}

#content #hizmetler p.action a.btn {
    background-color: #0653b6;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: bmwTypeWebBoldAll, Arial, Helvetica, sans-serif;
}

#content.iletisim-page #iletisim-segment-1 {
    padding: 20px 14px;
    display: flex;
    background-color: #fafafa;
    border: 1px solid #eee;
    margin: 0;
}

#content.iletisim-page #iletisim-segment-1 #iletisim-form {
    padding: 1em;
}

#content.iletisim-page #iletisim-segment-1 .yasal_text {
    font-size: 11px;
}

#content.iletisim-page #iletisim-segment-1 #alert_text {
    color: red;
    display: none;
}

#content.iletisim-page #iletisim-segment-1 #alert_text.visible {
    display: block;
}

#content.iletisim-page #iletisim-segment-1 h3 {
    font-family: bmwTypeWebLightAll;
    color: #444;
    text-align: center;
}

#content.iletisim-page #iletisim-segment-1 label {
    color: #333;
}

#content.iletisim-page #iletisim-segment-1 .map-col {
    background-color: #fafafa;
    padding-bottom: 20px;
}

#content.iletisim-page #iletisim-segment-1 form {
    width: 100%;
}

#content.iletisim-page #iletisim-segment-1 .form-col {
    padding-bottom: 20px;
}

#content.iletisim-page #iletisim-segment-1 .form-col input.form-control {
    height: 44px;
    transition: box-shadow ease-in-out 1.45s;
}

#content.iletisim-page #iletisim-segment-1 .form-col input.form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: 3px 3px 4px 0px #cccccc;
    -moz-box-shadow: 3px 3px 4px 0px #cccccc;
    box-shadow: 3px 3px 4px 0px #cccccc;
    transition: box-shadow 0.3s ease-in-out;
}

#content.iletisim-page #iletisim-segment-1 .form-col textarea.form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: 3px 3px 4px 0px #cccccc;
    -moz-box-shadow: 3px 3px 4px 0px #cccccc;
    box-shadow: 3px 3px 4px 0px #cccccc;
    transition: box-shadow 0.3s ease-in-out;
    resize: none;
}

#content.iletisim-page form button {
    border-left: 5px solid #fff;
    background-color: #0653b6;
    color: #fff;
    height: 40px;
    min-width: 280px;
    line-height: 17px;
    font-size: 14px;
    display: table;
    border: none;
    font-family: bmwTypeWebBoldAll, Arial, Helvetica, sans-serif;
}

#content #kvvk h3, #content #kvvk h4, #content #kvvk h2 {
    font-family: bmwTypeWebBoldAll, Arial, Helvetica, sans-serif;
}

#content #kvvk h3 {
    margin: 2em 0;
}

#content #kvvk section {
    margin: 2em 0;
}

#content #kvvk ul {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
    word-break: keep-all;
}

.corner-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #fff transparent transparent transparent;
    /*
              &:after {
                  content: " ";
                  width: 30px;
                  height: 30px;
                  background-color: black;
                  display: block;
                  position: absolute;
                  right: 0;
                  bottom: 0;
              }
              */
}

.corner-box img {
    position: absolute;
    left: 6px;
    top: -76px;
}

/*===CONTENT===*/
.custom-padding {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

#content {
    margin-top: 15px;
}

#hizmetler {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

/*===CONTENT===*/

footer {
    color: #6f7982;
    border-top: 1px solid #ddd;
}

footer .address-box ul {
    display: block;
    font-family: bmwTypeWebLightAll;
}

footer .address-box ul strong {
    width: 20%;
    display: inline-block;
}

footer .box {
    border-left: 1px solid #ddd;
    padding: 10px;
}

footer .box .icon {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px 10px 10px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

footer .box a {
    white-space: nowrap;
}

/*===FOOTER===*/

.credit:nth-child(1) {
    margin-top: 10px;
}

.no-padding {
    padding: 0;
}

.address-box-row {
    margin-right: 15px;
    margin-left: 15px;
}

/*===FOOTER===*/
.modal-header {
    background-color: #ddd;
}

.modal-header .modal-title {
    font-family: bmwTypeWebBoldAll, Arial, Helvetica, sans-serif;
    color: #444;
}

.navbar-fix {
    padding-top: 100px;
}

.modal-css {
    overflow: initial;
}

.custom-form {
    position: relative;
    /* spinner */
    /* end spinner */
}

.custom-form.loading span.loading-icon {
    display: initial;
}

.custom-form.loading .form-group {
    opacity: 0.3;
    transition: opacity 0.45s ease-in-out;
}

.custom-form span.loading-icon {
    display: none;
    opacity: 1;
    position: absolute;
    left: 40%;
    top: 49%;
}

.custom-form .spinner {
    width: 70px;
    text-align: center;
}

.custom-form .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.custom-form .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.custom-form .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.slide {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.custom-container-fluid {
    padding-right: 120px;
    padding-left: 120px;
}

#hero-landing {
    height: 720px;
    margin-top: 100px;
}

#slogan-head {
    top: 100px;
    left: 100px;
    position: relative;
    z-index: 6;
    padding-right: 100px;

}

#slogan-head > h3 {
    font-size: 48px;
    font-family: bmwTypeWebBoldAll;
    color: #fff;
}

#description {
    margin-top: 50px;
    margin-bottom: 50px;
}

#description > h4 {
    font-size: 16px;
    font-family: bmwTypeWebLightAll;
    color: #000;

}

.slide {
    position: relative;
    cursor: all-scroll;
}

.slide-dim {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/dim.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 5;
    position: absolute;
}

.slide-content-wrapper {
    position: absolute;
    bottom: 64px;
    left: 64px;
    z-index: 6;
}

.slide-title {
    font-size: 32px;
    font-family: bmwTypeWebBoldAll;
    color: #fff;
    line-height: 42px;
}

.slide-desc > p {
    font-family: bmwTypeWebLightAll;
    font-size: 18px;
    color: #fff;
}

.slide-content-wrapper a.button {
    font-family: bmwTypeWebBoldAll;
    border-left: 5px solid #fff;
    background-color: #0653b6;
    color: #fff;
    height: 40px;
    min-width: 280px;
    line-height: 17px;
    font-size: 14px;
    display: table;
    margin-top: 42px;
}

.slide-content-wrapper a.button > span {
    padding: 15px 70px;
    display: table-cell;
    text-align: center;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.swiper-container {
    width: 100%;
    height: 500px;
    margin-top: 150px;
    cursor: all-scroll;
}

.product-box, .section-title, .product-price {
    font-family: bmwTypeWebBoldAll, Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

.section-title {
    font-size: 35px;
}

.product-image {
    height: 200px;
}

.product-title {
    font-size: 22px;
    margin-top: 10px;
}

.product-desc {
    font-family: bmwTypeWebLightAll;
    margin-top: 5px;
}

.product-price {
    font-size: 28px;
}

.top-panel {
    font-family: bmwTypeWebLightAll;
    background-color: #818286;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 999;
}

.panel-content {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.panel-content > li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    line-height: 12px;
}

.panel-content > li > a {
    color: #fff;
}

#left-content > li:nth-child(3) {
    margin-left: 40px;
}

#right-content {
    float: right;
}

#footer-social {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 50%;
    }

}

@media (max-width: 1366px) {
    .welcome-screen {
        background-position: right !important;
    }

    .custom-container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    #hero-landing {
        height: 500px;
    }

    #slogan-head > h3 {
        font-size: 32px;
    }

    #slogan-head {
        top: 50px;
        left: 50px;
    }

}

@media (max-width: 1200px) {
    .welcome-screen {
        height: 600px;
    }


}

@media (max-width: 767px) {

    nav.navbar {
        top: 0;
    }

    #footer-social {
        text-align: center;
    }

    .top-panel {
        display: none;
    }

    .slide-title {
        font-size: 24px;
        line-height: 30px;
        padding-right: 30px;
    }

    .slide-content-wrapper {
        left: 30px;
        bottom: 30px;

    }

    .custom-container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    #hero-landing {
        height: 220px;
    }

    #slogan-head {
        top: 30px;
        left: 30px;
    }

    #slogan-head > h3 {
        font-size: 20px;
    }

    .swiper-container {
        height: 320px;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    nav.navbar ul li {
        padding: 15px 30px;
    }

    .navbar, .navbar-header {
        height: 70px !important;
    }

    .navbar-header {
        padding-top: 0 !important;
    }

    .welcome-screen {
        margin-top: 70px;
        height: 300px;
        background-position: left !important;
    }

    .welcome-screen h1 {
        font-size: 24px;
    }

    .dim {
        background-color: rgba(255, 255, 255, .1);
    }

    .welcome-screen .button {
        margin-top: 150px;
        min-width: inherit;
    }

    .welcome-screen .info {
        margin-top: 0;
    }

    .custom-padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    #hizmetler {
        margin-right: -15px;
        margin-left: -15px;
    }

    footer .box {
        border-left: none;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    footer .box .icon {
        border: none;
    }

    footer .box ul, .credit {
        text-align: center;
    }

    footer .address-box ul strong {
        width: auto;
    }

    .address-box-row {
        margin: 50px 0 0 0;
    }

    .credit:nth-child(1) {
        margin-top: 50px;
    }
}



/*# sourceMappingURL= style.css.map */