﻿.h-25px {
    height: 25px !important;
}
.w-25px {
    width: 25px !important;
}
img, svg {
    vertical-align: middle;
}
.rounded-circle {
    border-radius: 50% !important;
}
.text-white {
    color: #fff !important;
}
.text-blue {
    color: #009ee3 !important;
}
.text-navy {
    color: #1f325f !important;
}
.text-turquise {
    color: #6bc5d8 !important;
}
.text-lightblue {
    color: #dff1fd !important;
}
.text-yellow {
    color:#fff200 !important;
}
.text-siyah{
    color:#000 !important;
}

.language {
    margin-top: 5px;
    background-color: #2C2C2C;
    padding: 5px;
    border-radius: 20%;
}

.dropup .hide-toggle.dropdown-toggle::after {
    display: none !important;
    padding: 12px 45px 13px;
    border-radius: 50px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 300px;
    /*    background-color: #0C9;
*/ /*color: #FFF;*/
    border-radius: 50px;
    text-align: center;
    /*    box-shadow: 2px 2px 3px #999;
*/
}

.my-float {
    margin-top: 22px;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.custom_overlay_wrapper {
    position: relative;
}

.custom_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, .9);
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .custom_overlay:hover {
        opacity: 1;
    }

.custom_overlay_inner {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
}

.custom_overlay h2 {
    position: relative;
    margin-bottom: 4px;
}

.custom_overlay p {
    color: #000;
    line-height: 1.4em;
}

.custom_overlay h4:after {
    background-color: red;
    content: "";
    position: absolute;
    left: 35%;
    right: 35%;
    bottom: 0;
    height: 4px;
}

/*------------------- TABLET ------------------*/
@media only screen and ( min-width: 600px ) and ( max-width: 999px ) {
    .custom_overlay h4 {
        font-size: 80%;
    }

    .custom_overlay p {
        font-size: 85%;
        line-height: 1.2em;
    }
}

/*------------------- MOBILE ------------------*/
@media only screen and ( max-width: 599px ) {
    .custom_overlay h4 {
        font-size: 100%;
    }

    .custom_overlay p {
        font-size: 100%;
    }
}
