/* ik.css – İnsan Kaynakları sayfası özel stilleri */

.kapat {
    position: fixed;
    font-size: 3em;
    right: 40px;
    top: 30px;
    z-index: 3;
    display: block;
    color: #666;
}
.kapat:hover {
    color: #0e3178;
}

.textAlani {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border: solid 5px #fff;
    padding: 30px;
    z-index: 99;
}

.textAlani p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    color: #666;
    margin-top: 30px;
    line-height: 180%;
    letter-spacing: -0.03em;
    text-align: justify;
}
.textAlani p:first-child {
    margin-top: 0;
}

.textBaslik {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.06em;
    font-size: 1.40em;
    font-weight: 700;
    color: #666;
    position: relative;
}
.textBaslik:before {
    content: '';
    width: 50px;
    height: 5px;
    position: absolute;
    top: -15px;
    background: #666;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* Arka plan */
html,
body {
    background: url('../images/detay_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.maden {
    width: 100%;
    height: 350px;
    position: fixed;
    bottom: 0;
    z-index: 0;
    background: url('../images/maden.png') no-repeat top center;
}

/* Yükseklik düşük ise maden resmini sabitle */
@media screen and (max-height: 850px) {
    .maden {
        width: 100%;
        height: 400px;
        position: relative;
        background: url('../images/maden.png') no-repeat top center;
    }
}

/* Geniş ekranlarda kare süsler */
@media only screen and (min-width: 992px) {
    .kare1,
    .kare2,
    .kare3,
    .kare4,
    .kare5,
    .kare6 {
        position: fixed;
        border: solid 3px #fff;
        display: block;
        opacity: 0.6;
        -ms-touch-action: none;
        touch-action: none;
        pointer-events: none;
    }

    .kare1 {
        width: 50px;
        height: 50px;
        left: 100px;
        top: 70px;
    }
    .kare2 {
        width: 150px;
        height: 150px;
        right: 200px;
        top: 120px;
    }
    .kare3 {
        width: 50px;
        height: 50px;
        right: 160px;
        top: 50px;
    }
    .kare4 {
        width: 50px;
        height: 50px;
        right: 180px;
        top: 245px;
    }
    .kare5 {
        width: 200px;
        height: 200px;
        left: 220px;
        top: 600px;
    }
    .kare6 {
        width: 50px;
        height: 50px;
        left: 420px;
        top: 800px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .kapat {
        position: absolute !important;
    }
}

@media only screen and (max-width: 480px) {
    .contact-form {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

/* Form & label */
.form-control {
    line-height: 40px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 12px 0 0;
    resize: none;
    color: #000;
    border: none;
    border-bottom: 2px solid #f1f6fd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none !important;
}
.form-control:focus {
    border-bottom: 2px solid #f1f6fd;
}

.contact-form {
    padding: 30px 30px;
    text-align: center;
}

label {
    float: left;
    text-align: left;
    color: #666;
}

/* File input özel stil */
input[type="file"] {
    cursor: pointer !important;
    font: 300 14px sans-serif;
    color: #666;
}
input[type="file"]::-webkit-file-upload-button {
    font: 300 14px sans-serif;
    background: #252d66;
    border: 0;
    padding: 12px 25px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}
input[type="file"]::-ms-browse {
    font: 300 14px sans-serif;
    background: #252d66;
    border: 0;
    padding: 12px 25px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}

/* Butonlar */
.btn {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02em;
    height: 44px;
    padding: 0 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    color: #ffffff;
    border: 2px solid #252d66;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #252d66;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #252d66;
    border: 2px solid;
    background-color: #ffffff;
    box-shadow: none;
}

.btn.main-color {
    color: #ffffff;
    border-color: #252d66;
    background-color: #252d66;
}
.btn.main-color:hover {
    color: #bf1e2e;
    background-color: #ffffff;
}

.btn.white-color {
    color: #ffb400;
    border-color: #ffffff;
    background-color: #ffffff;
}
.btn.white-color:hover {
    color: #ffffff;
    background-color: transparent;
}

.btn.transparent {
    color: #3a4d6a;
    background-color: transparent;
}
.btn.transparent:hover {
    color: #ffffff;
    border-color: #252d66;
    background-color: #3a4d6a;
}

.btn.transparent.main-color {
    color: #252d66;
    background-color: transparent;
}
.btn.transparent.main-color:hover {
    color: #ffffff;
    border-color: #252d66;
    background-color: #252d66;
}

.btn.transparent.white-color {
    color: #ffffff;
    background-color: transparent;
}
.btn.transparent.white-color:hover {
    color: #252d66;
    border-color: #ffffff;
    background-color: #ffffff;
}

/* Örnek diğer buton tipleri eğer kullanırsan */
.btn-has-icon {
    font-size: 12px;
    font-weight: 500;
    line-height: 48px;
    display: block;
    height: 50px;
    padding: 0 30px;
    text-align: left;
    color: #252d66;
    border: 1px solid #252d66;
}

.btn-has-icon .icons {
    font-size: 18px;
    margin-right: 25px;
}

.btn-has-icon .fa-file-pdf-o,
.btn-has-icon .fa-file-text-o,
.btn-has-icon .fa-file-powerpoint-o {
    color: #252d66;
}

.btn-has-icon:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, .15);
}

.btn-download-wrapper {
    position: relative;
    display: inline-block;
}

.btn-download-wrapper .btn-download {
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    display: inline-block;
    height: 50px;
    padding: 0 15px;
    cursor: pointer;
    text-align: center;
    color: #ffb400;
    border: 2px solid #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
}

.btn-download-wrapper .btn-download .text {
    margin: 0 15px;
}

.btn-download-wrapper .btn-link {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: calc(100% + 3px);
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.btn-download-wrapper .btn-link .link {
    font-size: 18px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffb400;
    background-color: #ffffff;
}

.btn-download-wrapper .btn-link .link .link-name {
    font-size: 14px;
    position: absolute;
    left: calc(100% + 30px);
    visibility: hidden;
    width: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap;
    opacity: 0;
    color: #ffffff;
}

.btn-download-wrapper .btn-link .link:hover .link-name {
    left: calc(100% + 10px);
    visibility: visible;
    opacity: 1;
}

.btn-download-wrapper:hover .btn-link {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.btn-loadmore {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 56px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 60px;
    margin-top: 50px;
    cursor: pointer;
    text-align: center;
    color: #ffb400;
    border: none;
    border-bottom: 4px solid #ffb400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #ebf2fd;
}

.btn-loadmore:before {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ffb400;
}

.btn-loadmore .text {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-loadmore .img-load {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    visibility: hidden;
    max-width: 30px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-loadmore:hover {
    color: #ffffff;
}

.btn-loadmore:hover:before {
    top: 0;
}

.btn-loadmore.white {
    background-color: #ffffff;
}

.btn-loadmore.loading:before {
    top: 0;
}

.btn-loadmore.loading .text {
    visibility: hidden;
    opacity: 0;
}

.btn-loadmore.loading .img-load {
    visibility: visible;
    opacity: .5;
}

.group-btn .btn {
    margin-left: 30px;
}

.group-btn .btn:first-child {
    margin-left: 0;
}
