/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .navbar-right .dropdown-menu {
        right: auto !important;
        left: 0 !important;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }

    .copyrights .social-network {
        float: right;
    }

    .dropdown:hover .multi-level {
        display: block;
    }
    .followUs .title{
        float: left;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

    .logos p {
        margin-top: 25px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1400px) {
    .navbar-header:before{
        right: 60%;
    }
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
    .navbar-nav > li > a {
        font-size: 14px;
        padding: 34px 6px;
    }

    .welcomeDeployments {
        min-height: 330px;
    }
    .navbar-brand{
        width: 220px;
        padding-top: 5px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    #owl-singleItem .owl-prev {
        left: auto;
        right: -20px;
        margin-top: -52px;
    }

    #owl-singleItem .owl-next {
        right: -20px;
    }

    .navbar-brand {
        max-width: 140px;
        padding: 12px 15px 0 0;
    }

    .navbar-nav > li > a {
        font-size: 12px;
        padding: 34px 6px;
    }

    .footerContact{
        position: relative;
        min-height:300px;
        top:0
    }
    .navbar-header:before{
        right: 70%;
    }
    .uluslararasiKuruluslar img{
        margin-bottom: 15px !important;
   }
    .haberItem{
        margin-bottom: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {

    .navbar-toggle {
        border: 1px solid #ffffff;
        border-radius: 0px;
        margin-top: 10px;
    }

    .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-nav > li > a {
        font-size: 17px;
        padding: 11px 0px;
        text-align: center;
    }

    .menuButtonTitle {
        font-size: 12px;
        padding-right: 15px;
    }

    .leftRightBordered {
        margin-top: 30px;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 10px 0;
        clear: both;
        line-height: 1.42857143;
        color: #989ea4;
        white-space: nowrap;
        border-bottom: 1px solid #f1f1f1;
        font-size: 13px;
        text-align: center;
    }

    .captionContent {
        background: rgba(110, 111, 115, 0.67);
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        padding: 5px;
        position: relative;
        padding-right: 15px;
        line-height: 35px;
    }

    .haberItem,
    .hedefWrapper {
        padding-bottom: 30px;
    }

    .haberItem .p-l-0 {
        padding-right: 0 !important;
    }

    .haberItem img.img-responsive {
        float: none !important;
        margin: 0 auto;
    }

    .ortaklar ul li {
        width: 100%;
        margin:0;
        margin-bottom:30px;
    }
    .bilgiToplumu ul{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count:1;
    }
    .red-bg .slogan2 {
        text-align: center;
    }
    section.aboutUs{
        background-position: center left;
    }

    .navbar-header:before{
        right: 40%;
        height: 70px;
    }
    .navbar-brand {
        max-width: 150px;
        padding: 0 15px 0 0;
    }
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
    .socialWrapper {
        display: none;
    }

    .navbar-brand img {
        margin: 0 auto;
    }
    .captionContent span {
        font-size: 12px;
    }

    .productGroups h3,
    .newsItems h3{
        font-size: 28px;
        padding-bottom: 23px;
    }
    .navbar-brand {
        max-width: 110px;
        padding: 0 7px 0 7px;
    }
    .navbar-header:before {
        right: 35%;
        height: 60px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 319px) {
    .captionContent span {
        font-size: 11px;
    }
}