
/* 

genişlik: 991px olunca
#languageForDesktop görünmez olacaz
#languageForMobile görünür olacak

*/



* {
    font-family : 'Arial';
}

.timezone-picker-infowindow {
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

.timezone-picker-infowindow h2 {
    margin: 4px 0;
}

.country-flag {
    width: 20px;
    height: auto;
}

h1 {
    font-family: "Roboto-Bold"!important;
}
.horizontal{
    display: inline-block;
    width: 100px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 6px;
    font-size: 15px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.selected-btn {
    background-color: #2CAEC2;
    color: white;
}

.logo {
    max-width: 300px;
    height: auto;
}

.no-scroll {
    overflow: hidden;
}

.display-4 {
    font-size: 2.0rem;
}

hr.seperator {
    border-bottom: 2px solid #779f7d;
}

#languages a{
    color: #779f7d;
}

textarea.form-control {
    width: 300px!important;
}

canvas {
    display: block;
    border: 2px solid #888;
}

#footer {
    color: #779f7d;
}

#footerSocial {
    border-bottom: 5px solid #779f7d;
}

#footer a {
    color: #779f7d;
}

#footer a:hover {
    color: #6d5b39;
}

#languageForMobile {
    display: none;
}

.list-group-item {
    border: none!important;
}

@media only screen and (max-width: 991px)
{
    #languageForDesktop
    {
        display: none!important;
    }

    #languageForMobile
    {
        display: block!important
    }

    #languageForMobile #turkce, 
    #languageForMobile #ingilizce, 
    #languageForMobile #almanca,
    #languageForMobile #ispanyolca, 
    #languageForMobile #fransizca, 
    #languageForMobile #portekizce,
    #languageForMobile #italyanca {
        border-bottom: 1px solid #779f7d!important;
    }

    .list-group-item.active {
        background-color: #779f7d!important;
    }

    #footer {
        margin-top: 3rem!important;
    }



}