body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

a:focus, a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

/*LOGO*/
img.logo-akmed {
    max-width: 350px;
}

.akmed-border-logo {
    position: fixed;
    z-index: 0;
    top: 2%;
    width: 104%;
    text-align: center;
    left: 0;
    right: 0;
    border-bottom: 3px solid #0084B1;
}

/*FULLSCREEN GIRIS*/
.col-md-6.fullscreen-saglik {
    background: url(../images/saglik.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    background-position-x: 65%;
    background-position: 60%;
    border-left: 1px solid #fff;
}

.col-md-6.fullscreen-insaat {
    background: url(../images/constructionpic.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    background-position-x: 25%;
    border-right: 1px solid #fff;
}

.container.fullscreen {
    width: 100%;
}

/*HOVER START*/
.col-md-6.fullscreen-saglik:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.col-md-6.fullscreen-saglik:hover:after {
    opacity: 0;
}

.col-md-6.fullscreen-insaat:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.col-md-6.fullscreen-insaat:hover:after {
    opacity: 0;
    /*box-shadow: inset 0 0 0 25px #53a7ea;*/
}

/*HOVER END*/

/*ANIMATE*/
.insaat-stroke {
    width: 2px;
    display: inline-block;
    height: 0;
    background: #fff;
}

.saglik-stroke {
    width: 2px;
    display: inline-block;
    height: 0;
    background: #fff;
}

.insaat-aciklama-text {
    margin-top: 20px;
    display: none;
}

.saglik-aciklama-text {
    margin-top: 20px;
    display: none;
}

/*ANIMATE END*/

/* TEXT ON DIV*/
.insaat-text {
    position: relative;
    top: 35%;
    color: #fff;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.70);
    /*font-size: 150px;*/
    /*text-shadow: 1px 1px 12px #000;*/
    font-weight: 600;
    font-size: calc(6vw + 4vh + 2vmin);
    z-index: 10;
}

.saglik-text {
    position: relative;
    top: 35%;
    color: rgba(255, 255, 255, 0.70);
    width: 100%;
    text-align: center;
    /*font-size: 150px;*/
    /*text-shadow: 1px 1px 12px #000;*/
    font-weight: 600;
    font-size: calc(6vw + 4vh + 2vmin);
    z-index: 10;
}

.insaat-aciklama {
    /*display: none;*/
    font-size: 18px;
    position: relative;
    top: 35%;
    color: rgba(255, 255, 255, 0.70);
    width: 100%;
    text-align: center;
    font-weight: 300;
    z-index: 10;
}

.saglik-aciklama {
    /*display: none;*/
    font-size: 18px;
    position: relative;
    top: 35%;
    color: rgba(255, 255, 255, 0.70);
    width: 100%;
    text-align: center;
    font-weight: 300;
    z-index: 10;
}

/*FOOTER*/
#footer {
    color: #fff;
    /*line-height: 2;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.col-md-6.footer-text {
    font-size: 18px;
    left: -10px;
    line-height: 2;
}

.col-md-6.footer-text2 {
    font-size: 18px;
    bottom: -23px;
}

.footer-adres.fa.fa-map-marker {
    line-height: 20px;
}

.adres2 {
    padding-left: 18px;
}

.fa-map-marker:before {
    content: "\f041";
    padding-right: 10px;
}

.fa.fa-envelope-o {
    margin-right: 10px;
}

.fa.fa-phone {
    margin-right: 10px;
}

li {
    list-style: none;
}

/*Responsive design*/
@media screen and (max-width: 992px) {

    /*LOGO*/
    .akmed-border-logo {
        width: 108%;
    }

    /*FOOTER*/
    .col-md-6.footer-text {
        font-size: 16px;
    }

    .col-md-6.footer-text2 {
        font-size: 16px;
    }

    .insaat-aciklama {
        display: none !important;
    }

    .saglik-aciklama {
        display: none !important;
    }

}

@media screen and (max-width: 479px) {

    img.logo-akmed {
        max-width: 280px;
    }

    div#footer {
        left: -45px;
        width: 111%;
        bottom: 5px;
    }

    .col-md-6.footer-text {
        font-size: 11px;
    }

    .col-md-6.footer-text2 {
        font-size: 11px;
        bottom: -5px;
    }

    .adres2 {
        padding-left: 0;
    }

}

@media screen and (max-width: 768px) {

    .col-md-6.fullscreen-saglik {
        height: 50vh;
        border-left: 0;
        border-top: 1px solid #fff;
    }

    .col-md-6.fullscreen-insaat {
        height: 50vh;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }

    #footer {
        line-height: 20px;
        left: -20px;
        width: 100%;
    }

    .col-md-6.footer-text {
        font-size: 12px;
    }

    .col-md-6.footer-text2 {
        font-size: 12px;
    }

}

@media screen and (max-width: 380px) {

    img.logo-akmed {
        max-width: 230px;
    }

    .akmed-border-logo {
        top: 1%;
        width: 104%;
        border-bottom: 2px solid #0084B1;
    }

    .saglik-text {
        top: 30%;
        font-size: calc(1vw + 5vh + 2vmin);
    }

    .insaat-text {
        top: 45%;
        font-size: calc(1vw + 5vh + 2vmin);
    }

    /*FOOTER*/
    div#footer {
        left: -35px;
        width: 109%;
        bottom: 12px;
    }

    .col-md-6.footer-text {
        font-size: 10px;
    }

    .col-md-6.footer-text2 {
        font-size: 10px;
        bottom: 0;
    }

}

@media screen and (max-width: 320px) {

    div#footer {
        left: -35px;
        width: 111%;
        bottom: 5px;
    }

    .col-md-6.footer-text {
        font-size: 10px;
        left: 0;
    }

    .col-md-6.footer-text2 {
        font-size: 10px;
        bottom: 1px;
    }

    .adres2 {
        padding-left: 0;
    }
}

@media all and (orientation: landscape) {
    /* Styles for Landscape screen */
    @media screen and (max-width: 768px) {
        div#footer {
            bottom: -100%;
        }
    }

    .col-md-6.fullscreen-insaat {
        height: 100vh;
    }

    .col-md-6.fullscreen-saglik {
        height: 100vh;
    }

}

