.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    background: #ff6600;
    color: white;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 32.99999%;
    opacity: 0.9;
}

@media screen and (max-width: 600px) {
    div.no-mobile {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    div.no-mobile {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center
    }
}

@media only screen and (max-width: 450px) {
    .responsive {
        width: 60.99999%;
        margin: 6px 15%;
    }

    .no-mobile {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .responsive {
        width: 100%;
    }

    .no-mobile {
        display: none;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.shadow {
    -webkit-box-shadow: 5px 5px 33px -2px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 5px 5px 33px -2px rgba(0, 0, 0, 0.58);
    box-shadow: 5px 5px 33px -2px rgba(0, 0, 0, 0.58);
}

.zoom {
    transition: transform .5s;
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9);
    /* Safari 3-8 */
    transform: scale(0.9);
}


.logo-area img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.logo-area {
    margin-bottom: 50px;
}

.area-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.area-bottom .seperator {
    margin: 0 20px;
}

.area-bottom img:not(.seperator) {
    width: auto;
    height: 22px;
}

.brox-area img {
    opacity: 0.3;
    transition: 400ms;
}

.brox-area img {
    transition: 400ms;
}

.area-bottom a:hover img {
    opacity: 1;
}


.area-bottom a:hover~.logo-area img,
/* .logo-area img'in hover etkisi */
.area-bottom:hover .logo-area img {
    opacity: 1;
    /* Hover durumunda opaklık */
}


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

    .area-bottom {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .area-bottom .seperator {
        display: none;
    }

    .area-bottom a {
        margin: 15px 0
    }

}