﻿
@media(max-width:480px) {
    .container {
        width:100%;
    }
    .social {
        top:0px;
        left:0px;
        float:left;
        right:auto;
        position:absolute;
        margin-bottom:20px;
    }
#Logo2 {
    margin-top:35px;
}
ul.socialLinks li {
    float:left;
    margin-right:3px;
}
}
@media(max-width:767px) {
    .container {
        width:100%;
    }
    #Logo img {
        margin:0px auto;
        display:block;
    }
     #Logo2 img {
        margin:0px auto;
        display:block;
    }
    #Nav2 ul {
        margin:0px;
    }
    #Nav2 ul li {
        margin:0px;
    }
        #Nav2 ul li a {
            font-size:18px;
        }
    ul#SocialMedya {
        float:left;
    }
    #footerLogo {
        float:left !important;
    }
    footer span {
        line-height:30px;
    }
    .referans {
        height:auto !important;
    }
        .referans img {
            width:50%;
            margin:0px auto;
            display:block;
        }
.social {
    top:0px;
    left:0px;
    float:left;
    right:auto;
}
.socialLinks {
    margin:0px;
}
ul.socialLinks li div {
    height:auto;
    padding:0px;
}
}
@media(min-width:768px) and (max-width:979px) {
    .container {
        width:100%;
    }
}
@media(max-width:1170px) {
    .container {
        width:100%;
    }
}
@media(min-width:687px) and (max-width:979px) {
    .container {
        width:100%;
    }
    .referans {
        height:170px;
    }
}
@media(max-width:686px) {
    .container {
        width:100%;
    }
    
}