@media (max-width: 1200px) {
    .main-img p {
        font-size: 1.4em;
        padding: 0 10%;
    }

    .main-img p.first {
        top: 30%;
    }

    .main-img p.last {
        top: 45%;
    }

}


@media (max-width: 768px) {


.spacer100, .spacer110, .spacer120, .spacer130, .spacer140, .spacer150 {
  height:80px !important;
}

.main-img p {
    font-size: 1.4em;
    padding: 0 10%;
}

.main-img p.first {
    top: 30%;
}

.main-img p.last {
    top: 45%;
}

.navbar {
  line-height:60px;
}

.navbar .nav {
    left:40%;
}

.logo img {
  max-height: 40px;
}

.image-bottom {
  margin-bottom:30px;  
}


.footer-socials i {
    width: 30px;
    height: 30px;
}

.phone {
    font-size: 20px;
}

.phone span {
    font-size: 12px;
}

} 


@media (max-width: 560px) {

section, footer {
  padding-top:75px;
}
    .header-socials {
        display: none;
    }

    .navbar .nav{
        width: 50%;
        left: 50%;
    }
    .main-img p a {
        border-bottom: 1px solid;
    }

    .main-img p a>span {
        width: 2px;
        height: 1px;
        bottom: -1px;
    }
    .main-img p {
        font-size: 0.8em;
        line-height: 20px;
        letter-spacing: 2px;
    }

    #services h2, #vakancies h2 {
        font-size: 2.4em;
    }

    #services h3, #vakancies h3 {
        font-size: 1.8em;
    }

    .footer-socials {
        margin-right: 15px;
        float: right;
    }

    .footer-socials i {
        width: 18px;
        height: 18px;
    }

    .phone {
        font-size: 16px;
    }

    .phone span {
        font-size: 10px;
    }

    /* Select Navigation *//*
    .select-menu {
        position:absolute;
        top:15px;
        right:15px;
        display:block;
        float:left;
        width:50%;
        min-width:120px;
        height:30px;
        font-family: 'Lato', sans-serif;
        font-size:13px;
        line-height: 30px;
        color:#464646;
        background:#fff;
        border: 1px solid #f4f4f4;
    }*/


.logo-cell {
 display: inline-block;
 vertical-align: middle; 
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.spacer50, .spacer60, .spacer70, .spacer80, .spacer90, .spacer100, .spacer110, .spacer120, .spacer130, .spacer140, .spacer150 {
  height:40px !important;
}

}



@media (max-width: 460px) {

.projects-slider [class*="col-"]{  
  width:100%;
}

    .navbar .nav > li > a {
        font-size: 14px;
        margin-left: 15px;
    }

    .navbar .nav > li.separator {
        margin-left: 10px;
    }

    .logo img {
        max-width: 100px;
    }

    .main-img p {
        font-size: 0.8em;
        line-height: 17px;
    }

    #services h2, #vakancies h2 {
        font-size: 2em;
    }

    #services h3, #vakancies h3 {
        font-size: 1.4em;
    }

    #services ul > li {
        font-size: 1.2em;
    }

    #vakancies .in ul > li > a, #vakancies .collapse ul > li > a {
        font-size: 1.1em;
    }

    footer img {
        margin-top: 15px;
    }
    .footer-socials i {
        width: 14px;
        height: 14px;
    }

    .contact-info {
        padding: 0 0 30px 0;
        min-height: 100px;
    }

    .contact-info>p {
        font-size: 16px;
        margin: 10px 0;
    }
}


