#full-width-slider {
  width: 100%;
  color: #000;
  background-color:#fff;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    position: absolute;
    right: 30px;
    left: auto;
    padding-bottom: 0;
    overflow: hidden;
    padding: 20px;
    top: 30%;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    text-align: left;
}
.infoBlock.II {
	width: 54%;
	left: 3%;
	right: auto;
	padding: 0;
	top: 20%;
}
.infoBlock.II.A {
	top:12%;
	width:45%;
}
.infoBlock.II img{
	width:100%;
	height:auto;
}
.infoBlockLeftBlack {

}


.infoBlock .tit {
    font-family: 'myri_black',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 60px;
    line-height: 1;
    display: block;
    margin-bottom: 30px;
    max-width: 610px;
}

.infoBlock .txt {
    font-family: 'myri_light',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    display: block;
    margin-bottom: 40px;
    max-width: 610px;
}
.infoBlock .bt {
font-family: 'Open Sans',sans-serif;
font-weight: 700;
    font-size: 54px;
    line-height: 1;
    text-decoration: none;
    font-size: 17px;
    line-height: 1;
    background-color: #e10000;
    padding: 12px 40px;
    border: 2px solid #e10000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    text-transform: uppercase;
}
.infoBlock .bt:hover{
	background-color:transparent;
	color:#fff;
	cursor:pointer;
    border-color:#fff;
}


.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 12px;
  margin: 4px 0 0;
  color:rgba(255,255,255,0.5);
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}


@media screen and (min-width:960px) and (min-height:660px) {
/*  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }*/
}

@media screen and (max-width: 1200px){
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 400px !important;
    }
    .infoBlock {
        top: 0;
    }
}

@media screen and (max-width: 945px){
    .infoBlock .tit {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px){
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 800px !important;
    }
    .infoBlock.II {
        width: 100%;
        left: 0;
    }
    .infoBlock .txt {
        max-width: 100%;
    }
    .infoBlock .tit {
        max-width: 100%;
    }
    .infoBlock {
        top: 55%;
    }
    .infoBlock {
        width: 100%;
        text-align: center;
    }
    .rsMinW .rsBullets {
        bottom: 110px;
    }
	.infoBlock {
		padding: 10px;
	}
}
@media screen and (max-width: 560px){
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 700px !important;
    }    
}
@media screen and (max-width: 460px){
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 600px !important;
    }
    .infoBlock {
        top: 42%;
    }
    .infoBlock.II {
        top: 0;
    }
    .infoBlock .tit {
        margin-bottom: 20px;
    }
    .infoBlock .txt {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 390px){
    .infoBlock.II {
        top: 30px;
    }
    .infoBlock {
        top: 39%;
    }
}


