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

  section.aboutUs .benefit {
    margin: 30px 15px;
  }
  
  section.contactBoxes .contactBox a{
    min-width: 400px;
    font-size: 19px;
  }

}

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

  section.aboutUs{
    position: relative;
  }
  section.aboutUs:before{
    bottom: 0px;
  } 
  section.aboutUs .benefit {
    margin: 20px auto;
    width: 100%;
  }
  section.aboutUs .benefit p{
    min-height: auto;
  }
  section.aboutUs .content{
    padding-bottom: 75px;
  }
  section.positionsTable .container{
    width: auto;
  }
  section.positionsTable .row {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }  
  section.logoCarousel {
    background-color: transparent;
    border-top: 2px solid #009b93;
  }
  section.logoCarousel .carousel{
    width: 100%;
    background-color: #ebebeb;
    margin-left: 0px;
  }
  section.logoCarousel h2{
    display: block;
    text-align: left;
    width: 100%;
    background: none;
    color: #0c9b93;
    line-height: normal;
    padding: 15px;    
  }
  section.logoCarousel h2:before{
    display: none;
  }
  section.logoCarousel h2:after{
    display: none;
  }
  section.logoCarousel .container{
    padding: 0px;
  }
  
}

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

  section.breadCrumbs {
    padding: 15px 0px 35px;
    height: auto;
  }
  section.breadCrumbs h1 {
    font-size: 45px;
    margin: 0 auto 25px;
  }
  section.aboutUs::before {
    display: none;
  }
  section.aboutUs .content{
    width: 100%;
    margin-left: auto;
    padding-bottom: 20px;
  }   
  section.positionsTitle{
    height: auto;
  }
  section.positionsTitle h2{
    margin: 0 auto;
    font-size: 30px;
    line-height: normal;
    padding: 15px 0px;
  } 
  section.positionsTitle img{
    display: none;
  }
  section.positionsTable {
    padding: 0px 0px 55px;
  }
  section.contactBoxes .contactBox {
    width: 100%;
    margin: 10px auto;
    display: block;
  }
  section.contactBoxes .contactBox.right {
    text-align: center;
  }
  section.contactBoxes .contactBox.left {
    text-align: center;
  }
  footer .map{
    width: 100%;
    margin: 0px auto 25px;
  }
  footer .address {
    width: 49%;
  }
  
}

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

  .contactPopUp {
    width: 100%;
  }
  .contactPopUp .absoluteImage{
    display: none;
  }
  #cboxClose{
    right: 0px;
    top: 5px;
  }
  .contactPopUp form, .contactPopUp#modalSecond form{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
  }
  .contactPopUp form p.help, .contactPopUp#modalSecond form p.help{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
  }  
  .contactPopUp form .inputBox{
    margin: 10px 0.5px;
    width: 49%;
  }
  .contactPopUp form .inputBox input{
    width: 100%;
    margin: 0 auto;
  }
  .contactPopUp#modalSecond h2 {
      margin: 25px auto 55px;
      font-size: 28px;
  }  
  .contactPopUp form button, .contactPopUp#modalSecond form button{
    width: 100%;
    margin: 0 auto 15px;    
    float: none;
  }  
  
}

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

  .contactPopUp form .inputBox {
    width: 97%;
    margin: 10px auto;
  }
  section.positionsTable .row {
    padding: 10px 0px 0px;
  }
  section.positionsTable .row .position {
    width: auto;
    padding: 5px 10px;
    display: block;
  }
  section.positionsTable .row:nth-of-type(odd) {
    background-color: transparent;
  }
  section.positionsTable .row:nth-of-type(odd) .position:nth-of-type(even) {
    background-color: rgba(12, 155, 147, 0.1);
  }
  section.positionsTable .row:nth-of-type(even) .position:nth-of-type(odd) {
    background-color: rgba(12, 155, 147, 0.1);
  }
  section.ourReferences .carousel .reference p {
    width: 90%;
  }
  
}

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

  header .logo{
    display: block;
    margin: 0px auto 25px;
  }
  header .backToShop {
    display: block;
    margin: 0 auto;
    width: 218px;
  }
  section.breadCrumbs h1 {
    font-size: 24px;
    margin: 0px auto;
    text-align: center;
  }
  section.breadCrumbs h1 span:before, section.breadCrumbs h1 span:after{
    display: none;
  }
  section.aboutUs .content h2 {
    font-size: 25px;
  }
  section.contactBoxes .contactBox a{
    min-width: auto;
  }
  section.logoCarousel h2{
    font-size: 28px;
    text-align: center;
  }
  footer {
    padding: 37px 0px 5px;
  }
  footer .map{
    display: none;
  }
  footer .address {
    width: 100%;
    text-align: center;
  } 
  footer .contact{
    width: 100%;
    text-align: center;
    padding-top: 20px;
  } 
  footer .contact h3{
    display: none;
  }
  footer .contact a.img {
    margin: 15px 10px;
  }
  .contactPopUp form p.help{
    width: 100%;
  }
  .contactPopUp h2 span:before, .contactPopUp h2 span:after{
    display: none;
  }
  .contactPopUp h2, .contactPopUp#modalSecond h2 {
    font-size: 20px;
    margin: 15px auto 25px;
  }
  .contactPopUp form p.help, .contactPopUp#modalSecond form p.help {
    text-align: center;
    padding: 10px;
  }
  section.ourReferences h2{
    margin: 0px auto 25px;
  }
  section.ourReferences h2 span:before, section.ourReferences h2 span:after{
    display: none;
  }
  
}