.desktop {
    display: none!important;
}

.mobile {
    display: none;
}

.tablet {
    display: block!important;
}
/* ----------------------- 
          SLIDER          
------------------------*/
.home_slider_arrow {
    display: none;
}

#home_slider_text {
  position: absolute;
  bottom: 40%;
  width: 100%;
  left: 0;
  text-align: center;
  color: #FFFFFF;
  font-family: 'PT Sans', sans-serif;
}

#home_slider_text_title {
  width: 400px;
  margin: 0 auto;
  font-size: 37px;
}

#home_slider_text_text {
  margin: 0 auto;
  margin-top: 15px;
  width: 290px;
  font-size: 17px;
}

#home_slider_scroll_image {
  top: 70%;
}

/* ----------------------- 
          AREA 1          
------------------------*/
.home_area_logo {
    display: none;
}

#home_area1_content {
    width: 852px;
}

#home_area1_content_column1, #home_area1_content_column2 {
    width: 254px;
}

#home_area1_content_middle {
    width: 282px;
}

/* ----------------------- 
          AREA 2          
------------------------*/
#home_area2_content {
    width: 852px;
}

#home_area2_content_right {
    margin-left: 42px;
}