/* Styles Fade-Slider */
#slider { width:100%; position:relative; }
#slides { display:none; }
#asdiv { width:100%; position:absolute; top:0; left:0; }
#nsdiv { width:100%; position:absolute; top:0; left:0; z-index:+1; }
.sdiv { width:100%; position:relative; }
.simg { width:100%; }
.shover { width:35%; height:100%; z-index:3; position:absolute; top:0px; left:2.5%; }
.scontent { width:100%; height:90%; position:absolute; top:5%; padding-left:25%; z-index:2; box-sizing:border-box; display:-webkit-flex; display:-webkit-box; display:-ms-flexbox; display:flex; align-items:center; }
.sc { background:transparent; padding:5px 15px 5px 5px; margin-bottom:20px; }
.sc h1 { font-size:24px; color:#f00; text-align:left; }
.sc h2, .sc h4 { font-size:20px; line-height:28px; color:#eee; text-align:left; }
.sc h3 { font-size:32px; color:#2472b9; text-align:left; }
.sc p { font-size:16px; color:#eee; text-align:left; }
.shspace { width:260px; height:100%; }
.svspace { width:100%; height:200px; }
.shtspace { width:50px; height:100%; }
.sicon { width:40px; height:40px; }
@media (max-device-width:1024px) {
  .scontent { padding-left:3%; }
  .sc { margin-bottom:0px; }
  .sc h3 { font-size:27px; }
  .sc h4 { font-size:22px; line-height:30px; }
  .shspace { width:360px; height:100%; }
  .svspace { width:100%; height:35px; }
  .shtspace { width:70px; height:100%; }
  .sicon { width:35px; height:35px; }
}