#full-width-slider {
  width: 100%;
  color: #000;
  background-color:#000;
}
.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;
  left: auto;
  padding-bottom: 0;
  overflow: hidden;
	top: 52%;
	margin-top: -104px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 1330px;
}*/
.infoBlock {
	position: absolute;
	left: auto;
	padding-bottom: 0;
	overflow: hidden;
	margin-top: -104px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 51%;
	max-width: 880px;
	text-align: center;
}
.infoBlock img{
	max-width: 850px;
}

.infoBlockLeftBlack .tit {
	/* font-family: 'semibold',"Lucida Sans Unicode", "Lucida Grande", sans-serif; */
	font-size: 60px;
	line-height: 1.2;
	display: block;
	margin-bottom: 34px;
	text-shadow: 5px 2px 5px rgba(0, 0, 0, 0.18);
	text-transform: uppercase;
	font-weight: 800;
	/* text-transform: uppercase; */
	/* letter-spacing: -0.02em; */
}
.infoBlockLeftBlack .txt {
	font-size: 28px;
	line-height: 1.4;
	display: block;
	margin-bottom: 45px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.14);
	font-weight: 700;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.infoBlockLeftBlack .bt {
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	background-color: transparent;
	padding: 14px 23px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 20px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	font-weight: 600;
	border: 2px solid #fff;
	text-transform: uppercase;
}
.infoBlockLeftBlack .bt:hover{
	background-color:#fff;
	color:#20224c;
	cursor:pointer;
}
.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 (min-width:960px) and (min-height:1000px) {
/*    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }*/
}
@media screen and (max-width: 800px){
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
/*    height: 300px !important;*/
  }
}
@media screen and (max-width: 760px){
	.infoBlock h4 {
		font-size: 16px;
	}
	.infoBlock {
/*		max-width: 300px;
		padding: 10px;*/
	}
}