#slider-with-blocks-1 {
  width: 100%;
}

.rsContent {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  float: left;
}
.bContainer {
  position: relative;
}
.rsABlock {
  position: relative;
  display: block;
  left: auto;
  top: auto;
  z-index: 100;
}
.blockHeadline {
  font-size: 42px;
  line-height: 50px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 3px #444;
  color: #fff;
}
.blockSubHeadline {
  font-size: 32px;
  line-height: 40px
}
.txtCent {
  text-align: center; 
  width: 100%; 
}

.slide1 {
  /*background: #a40c29;*/
  background:url(../../imgs/b1.jpg) no-repeat center center;
}
.slide1 .bContainer {
  top: 30px;
}
.slide2 {
    /*background: #ffbc11;*/
    color:#fff;
    background:url(../../imgs/b2.jpg) no-repeat center center;
}
.slide2 .bContainer {
  top: 24px;
}
.slide2 .txtCent {
 /* line-height: 44px; */
}
.slide2 .blockHeadline {
   /* line-height: 44px; */
}
.slide3 {
    background: #555;
}

.slide3x {
    background: #45aab8;
    color:#FFF;
}
.slide3x .bContainer {
   top: 24px;
}
.slide3 span {
  line-height: 44px;
}

.slide3 .bContainer {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 24px;
}
.slide4 .bContainer {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 24px;
}

.photoCopy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: black;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photoCopy a {
  color: #FFF;
}

.myinner
{
  max-width:1124px;
  margin: 0px auto 0px auto;
  padding:0px 20px 0px 20px;
}
  
.palmImg {
  top: auto;
  float:right;
  bottom: 200px;
  max-width:100%;
  z-index: 99;
}

.palmImg2 {
  top: auto;
  float:right;
  bottom: 200px;
  max-width:100%;
  z-index: 99;
}


@media screen and (min-width: 0px) and (max-width: 960px) { 
  .rsContent {
    font-size: 22px;
    line-height: 28px;
  }
  .blockHeadline {
    font-size: 32px;
    line-height: 32px;
  }
  .blockSubHeadline {
    font-size: 26px;
    line-height: 32px
  }
  
  .palmImg {
  float:right;
  bottom: auto;
  max-width:50%;
}
  
  .palmImg2 {
  float:right;
  bottom: auto;
  max-width:50%;
}

  
  
  
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
  .royalSlider,
  .rsOverflow {
    height: 330px !important;
  }
  .rsContent {
    font-size: 18px;
    line-height: 26px;
  }
  .blockHeadline {
    font-size: 24px;
    line-height: 32px;
  }
  .blockSubHeadline {
    font-size: 22px;
    line-height: 32px
  }
  
  .palmImg {
  float:right;
  bottom: 10px;
  max-width:40%;
}

.palmImg2 {
  float:right;
  bottom: auto;
  max-width:40%;
}

  
  
  
}