#slider-with-blocks-1 {
  width: 100%;
}


.slide-content-top-left{
  width: 450px;
  float: left;
  margin-left: 20px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.slide-content-top-right{
  width: 450px;
  float: right;
  margin-right: 20px;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.rsContent {
  color: #FFF;
  font-size: 24px;
  /*line-height: 32px;*/
  float: left;
}
.bContainer {
  position: relative;
}
.rsABlock {
  position: relative;
  /*display: block;*/
  left: auto;
  top: auto;
  margin: 0px !important;
  padding: 0px !important
}
.blockHeadline {
  font-size: 42px;
  line-height: 40px;
}
.blockSubHeadline {
  font-size: 24px;
  /*line-height: 40px*/
}
.txtCent {
  text-align: center; 
  width: 100%; 
}
.main-banner-title{
  font-weight: bolder;
  font-size: 56px;
  text-align: center;
  margin: 0px;
  margin-bottom: -10px;
  line-height: 40px;
}
.small-text{font-size: 15px;}
.blockHeadline{
  text-align: center;
  max-width: 400px;
}
.main-banner-title-sub{
  font-size:24px;
  text-align: center;
  margin: 0px;
}
.slide1 {
  background-color: #043770;
  background-image: url(../images/slider/logodesign-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.slide1 .bContainer {
  top: 45%;
}
.slide2 {
    background-color: #FFA12C;
    /*background-color: #f3c227;*/
    /*background-image: url(../images/slider2-bg.png);*/
    text-align: right;
      background-repeat: no-repeat;
  background-size: cover;
}
.slide2 .bContainer {
  top: 10%;
  color: #97241C;
  color: #3b3b3c;
}
.slide2 .txtCent {
  line-height: 44px;
}
.blockHeadline {
   line-height: 45px;
}
.slide3 {
    background: #f384a9;
    background: #D95B43;
    /*background: url(../images/slider3-bg.jpg);*/
    color:#FFF;
}
.slide3 .bContainer {
   top: 10%;
}
.bContainer span{
  margin-top: 10px;
}
.slide3 span {
  /*line-height: 44px;*/
}
.slide4{
background: #0e6a51;
/*background: #BCC33D;*/
/*background: url(../images/slider4-bg.jpg);*/
text-align: right;
}
.slide4 .bContainer {
  position: absolute;
  /*left: 0;*/
  width: 100%;
  /*height: auto;*/
  /*top: 24px;*/
}

.slide4 .bContainer{
  top:15%;
}
.slide5{
  background: #29313e;
  /*background: url(../images/slider5-bg.png);*/
}

.slide5 .bContainer{
  top:10%;
}


.slide6{
  background: #475555;
  /*background: url(../images/slider5-bg.png);*/
}

.slide6 .bContainer{
  top:10%;
}


.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;
}
.palmImg {
  left: 0;
  top: auto;
  bottom: -60px;
  position: absolute;
}


@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
  }
}
@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
  }
}

      #page-navigation { display: none; }


.slider-3-image{
  max-height: 450px;
  top: 40px;
  position: absolute;
  right: 0px;
}
.slider-4-image{
  position: absolute;
  top: 50px;
}
.slider-3-content{
  z-index: 9999;
}
.slider-4-content{
  width: 600px;
  z-index: 9999;
}
.slider-5-image{
  right:0px; 
  position:absolute; top:50px;
}
.slider-6-content{
  z-index: 9999;
}
.slider-6-image{
  position: absolute;
  right: -20px;
  top:150px; 
}



.slider-button:hover{
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);

}

.slider-button{
  clear: both;
  background: #fff;
  padding:5px 20px !important;
  border-radius:5px;
  box-shadow: -2px 2px rgba(0,0,0,0.4);
  font-size: 16px;  
  color: #000;
  margin-top: 10px;
  transition: all 0.45s;
  max-width: 100px;
    /*float: left;*/
    text-shadow:none;
}


.slider-button-black{
  clear: both;
  background: #000;
  padding:7px 23px !important;
  border-radius:20px;
  box-shadow: -2px 2px rgba(0,0,0,0.4);
  font-size: 16px;  
  color: #fff;
  margin-top: 10px;
  transition: all 0.45s;
  max-width: 100px;
    /*float: left;*/
}