/*==========  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;
        background-color: #ff8800;
        padding-top: 40px;
    }

    .navbar-nav:after {
        content: "";
        position: absolute;
        right: -200%;
        width: 200%;
        background-color: #ff8800;
        top: 0;
        bottom: 0;
        height: 90px;
    }
    .navbar-brand{
        position:relative;
    }
    .navbar-brand:before {
        content: "";
        background-image: url("../images/navbar-bg.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-color: #ff8800;
        position: absolute;
        right: -100%;
        width: 100%;
        top: 0;
        bottom: 0;
        height: 90px;
        z-index:-1;
    }

    .navbar-right .dropdown-menu {
        right: 0 !important;
        left: 0 !important;
        display: table;
        visibility: hidden;
        overflow: hidden;
        max-height: 0;
        width: 100%;
        background-color: #1d1d1b;
    }

    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    .navbar-nav > li:last-child a{
    }
    .dropdown:hover .multi-level {
        display: block;
    }
    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar-nav > li {
        float: left;
    }

    .dropdown:hover, .dropdown.open {
        position: static;
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu,
    .dropdown.open .dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: table;
        border-radius: 0px;
        padding: 20px 0px;
        color: #fff;
        max-height: 800px;
        transition: all 0.4s ease-in;
    }
    .dropdown-menu .col2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        break-inside: unset;
        list-style-type: none;
        padding: 15px;
    }

    .dropdown-menu .col3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        break-inside: avoid-column;
        list-style-type: none;
        padding: 15px;
    }

    ul.dropdown-menu.kurumsalImageMenu {
        width: 670px;
    }

    ul.dropdown-menu.projeImageMenu {
        width: 720px;
        color: #fff;

    }

    ul.dropdown-menu.projeImageMenu > li > ul {
        width: 30% !important;
        margin-right: 1%;
        margin-left: 2%;
    }
    .projeImageMenu > li > ul > li {
        font-size: 16px;
        font-weight: 600;
    }
    .dropdown-menu > li > ul {
        display: inline-block;
        vertical-align: top;
        margin-left: -1px;
        margin-right: -1px;
        width: 55%;
    }

    .dropdown-menu > li > ul:first-child {
        width: 40%;
        margin-right: 2%;
        margin-left: 1%;
    }

    .dropdown-menu .col2 li {
        /* border-bottom: 1px solid #70b5e3; */
    }

    .followUs .title {
        float: left;
    }

    .footerNavigation .secondList {
        float: right;
        text-align: right;
    }
    .navbar-right .dropdown-menu.projeImageMenu {
        right: auto !important;
        left: -245px !important;
    }
}

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

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

    ul.dropdown-menu.projeImageMenu {
        width: 870px;
    }

    .navbar-right .dropdown-menu.projeImageMenu {
        right: 0 !important;
        left: -350px !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .footerNavigation ul li a {
        padding: 0 7px;
    }

    .footerNavigation .secondList li a {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 1400px) {

}

/*==========  Non-Mobile First Method  ==========*/

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

    .welcomeDeployments {
        min-height: 330px;
    }

    .navbar-brand {
        left: 15px;
        width: 285px;
    }

    .footerNavigation ul li a {
        padding: 0;
    }

    .footerNavigation .secondList li a {
        padding: 0 10px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    .navbar-right .dropdown-menu {
        right: 0 !important;
        left: auto !important;
        padding: 0;
    }
    ul.dropdown-menu.projeImageMenu > li > ul{
        margin-right: 0;
    }
    #owl-singleItem .owl-prev {
        left: auto;
        right: -20px;
        margin-top: -52px;
    }

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

    .navbar-brand {
        max-width: 180px;
        padding: 27px 0;
    }

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

    .navbar-header:before {
        right: 70%;
    }



    .haberItem {
        margin-bottom: 30px;
    }

    .topBar:before {
        content: "";
        display: block;
        position: absolute;
        left: 20%;
        width: 100%;
        height: 49px;
    }

    .topNav:before {
        content: "";
        display: none;
        width: 0;
        height: 0;
        border-bottom: 49px solid #0a69a9;
        border-left: 60px solid transparent;
        position: absolute;
        left: -60px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    .topBar:before {
        left: 0;
    }

    header {
        position: relative;
    }

    .navbar-toggle {
        border: 0;
        border-radius: 0px;
        margin-top: 10px;
        margin-right: 0;
    }

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

    .navbar-nav > li > a {
        font-size: 16px;
        padding: 3px 0px;
        text-align: center;
        color: #1d1d1b;
    }

    .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: #2d3c47;
        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-brand {
        max-width: 150px;
        padding: 10px 0;
    }
    .topBar{
        border-bottom:1px solid #efefef;
    }
    .footerNavigation ul.list-inline li {
        display: inline-block !important;
        width: 45%;
    }

    .footerNavigation ul li a {
        line-height: 35px;
        padding: 0 5px !important;
    }

    .footerNavigation .p-l-0 {
        padding-left: 15px !important;
    }

    .footerNavigation .p-r-0 {
        padding-right: 15px !important;
    }

    .copyrights {
        text-align: center;
    }

    .copyrights .text-right {
        text-align: center;
    }

    .footerCopyright .pull-right {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .etkinlikItem .desc .content {
        margin-bottom: 30px;
    }

    #owl-urunler .item .photo {
        min-height: auto;
    }


    .breadcrumb, .breadcrumb a {
        font-size: 11px;
    }

    .dropdown-menu > li > a {
        text-align: left;
    }

    .pageTitle {
        text-align: center;
    }

    .hizmetItem .photo:after {
        display: none;
    }

    .hizmetItem .p-l-0,
    .hizmetItem .p-r-0 {
        padding-right: 0;
        padding-left: 0;
    }

    .hizmetItem .content {
        padding: 30px !important;
    }

    .hizmetItem .content .desc {
        padding: 0;
    }

    .dropdown-menu li a {
        color: #000;
        text-align: center;
        font-weight: 500;
        height: 21px;
        padding: 3px !important;
    }
    .footerContacTop{
        text-align: center;
    }
    .footerContacTop ul{
        display: block;
        margin-top: 10px;
    }
}

/* 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;
    }

    .faaliyetImg {
        min-height: 350px;
    }

    .btn.main {
        padding: 10px 3px 10px 3px !important;
        font-size: 13px;
    }
}

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