/**
X-Small             None    <576px
Small               sm      ≥576px
Medium              md      ≥768px
Large               lg      ≥992px
Extra large         xl      ≥1200px
Extra extra large   xxl     ≥1400px
*/
#statue1 {
  width: 25%;
}
#statue2 {
  width: 30vw;
  left: 15vw;
}
#statue3 {
  width: 20vw;
  position: absolute;
  right: 5vw;
  top: 7%;
  z-index: 2;
}
#statue3_s {
  position: absolute;
  bottom: -10vw;
  width: 20vw;
  right: -10px;
  z-index: 2;
}
#statue3Wrapper {
  background-color: #d9d9d9;
  background-image: url(http://amal.alfasoftware.gr/img/bits/bit2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.mountainWrapper {
  margin-top: -17vw;
}
.hiddenVisibility .mountainWrapper{
    display: none;
}
.hiddenVisibility .ekdiloseisWrapper{
    margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .mountainWrapper {
    display: none;
  }
  .ekdiloseisWrapper .row > div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .epikoinoniaWrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .page-content .padding-left {
    padding-left: 0px!important;
  }
  #statue2 {
    float: right;
  }
  #organoste_tin_episkepsi_sas {
    padding-top: 100px !important;
  }
  #logo_text {
    padding-top: 60px!important;
  }
  .large_only {
    display: none;
  }
  .pad_top_resp_90 {
    padding-top: 90px!important;
  }
  .pad_bottom_resp_40 {
    padding-bottom: 40px!important;
  }
  .ekdiloseisWrapper {
    padding: 60px!important;
  }
}
@media screen and (min-width: 992px) {
  .small_only {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #logo_text img.small_only {
    width: 95%!important;
  }
}
@media screen and (min-width: 1920px) {
  body {
    width: 1900px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=responsive.css.map */