
/*************************
*
* RTS Section Start
*
*************************/

#rts-section{
  text-align: center;
  padding: 60px 0px 40px;
  background-image: url(../png/rts-layer-background2.png);
  background-color: #080b42;
  background-position: center 200px;
  background-repeat: no-repeat;
  background-size: 1200px;
}
#rts-section.extra-top-padding{
  padding-top: 140px;
}
#rts-section.power-base{
  background-image: url(../png/rts-layer-background3.png);
}
.row{ width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; 
  justify-content: space-between;   }
  .product_line .row {
    justify-content: start;
    margin-left:-1%;
  }
.col{ width: 100%; max-width: 100%; }
.col4 .col{ width: 100%; max-width: calc(100%/4); }
#rts-section .container .top-icons{
  margin-bottom: 430px;
}
#rts-section .container .bottom-icons{
  float: none;
  margin: 0px auto;
  max-width: 1200px;
}
#rts-section .container h2{
  color: #fff;
    line-height:51px;
  font-size: 51px;
  padding-bottom: 50px;
  font-family: 'din_conbold', Arial, Helvetica, sans-serif;
}
#rts-section .container .rts-header{
  margin-bottom: 10px;
}
/*#rts-section .container .rts-header a {*/
#rts-section .container .rts-header span {
    display: block;
    max-width: 450px;
    margin: 0 auto;
}
#rts-section .container .row.col4 h3{
  color: #fff;
  line-height: 1;
  font-size: 48px;
  max-width: 290px;
  margin: 0px auto;
  padding-top: 0;
  text-transform: uppercase;
  font-family: 'din_conbold', Arial, Helvetica, sans-serif;
}
#rts-section .container .row.col4 .image img{
  height: 200px;
}
#rts-section .container .row.bottom-icons .image img{
  height: 120px;
}
#rts-section .container .row.bottom-icons h3 {
  font-size: 38px;
}
@media(max-width: 767px){
  #rts-section{
    padding: 30px 0px 20px;
    background-size: auto 80%;
    background-position: center 100px;
  }
  #rts-section.extra-top-padding{
    padding-top: 80px;
  }
  #rts-section .container .top-icons {
    margin-bottom: 130px;
  }
  /*#rts-section .container .rts-header a{*/
  #rts-section .container .rts-header span{
      margin: 0px auto;
    max-width: 180px;
  }
  #rts-section .container h2 {
    /*line-height: 1;*/
    line-height:15px;
    font-size: 15px;
    padding-bottom: 10px;
  }
  #rts-section .container .row.col4 .col {
    padding: 0px 10px;
  }
  #rts-section .container .row.col4 .col .image{
    min-height: 30px;
    padding: 0 15px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
  }
  #rts-section .container .row.col4 .image img {
    height: 85px;
  }
  #rts-section .container .row.col4 h3 {
    font-size: 12px;
    padding-top: 0px;
  }
}
@media(max-width: 575px){
  #rts-section .container .row.col4 .image img {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
  #rts-section{
    padding: 30px 0px;
    background-size: auto 85%;
    background-position: center 160px;
  }
  #rts-section.extra-top-padding{
    padding-top: 100px;
  }
  #rts-section .container h2 {
    line-height:32px;
    font-size: 32px;
    padding-bottom: 40px;
  }
  #rts-section .container .row.col4 .image img {
    height: 100px;
    margin-bottom: 15px;
  }
  #rts-section .container .row.col4 h3 {
    font-size: 24px;
  }
  #rts-section .container .top-icons {
    margin-bottom: 250px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px){
  #rts-section{
    background-size: 1000px;
    background-position: center 80px;
  }
  #rts-section.extra-top-padding{
    padding-top: 100px;
  }
  #rts-section .container h2 {
    line-height:42px;
    font-size: 42px;
    padding-bottom: 40px;
  }
  #rts-section .container .row.col4 .image img {
    height: 100px;
    margin-bottom: 15px;
  }
  #rts-section .container .row.col4 h3 {
    font-size: 34px;
  }
  #rts-section .container .top-icons {
    margin-bottom: 350px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px){
  #rts-section{
    background-position: center 30px;
  }
  #rts-section .container h2 {
    line-height:51px;
    font-size: 51px;
    padding-bottom: 40px;
  }
  #rts-section .container .row.col4 .image img {
    height: 100px;
    margin-bottom: 15px;
  }
  #rts-section .container .row.col4 h3 {
    font-size: 32px;
    max-width: 190px;
  }
  #rts-section .container .top-icons {
    margin-bottom: 390px;
  }
}
