#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 {
	position: absolute;
	left: 0;
	overflow: hidden;
	top: 30%;
	width: 100%;
	text-align: left;
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}
.infoBlock.II {
	right: 0;
	padding: 0;
	top: 24%;
	max-width: 1330px;
	text-align:right;
}
.infoBlock.II.A {
	top:12%;
	width:45%;
}
.infoBlock.II img{
	width:36.10%;
	max-width:480px;
	height:auto;
	display:inline-block;
}
.infoBlockLeftBlack {

}
.infoBlock.III {
	top: 20%;
}
.infoBlock.IV {
	top: 30%;
}
.infoBlock .tit {
	font-family:'bold',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 56px;
    line-height: 1.2;
    display: block;
    margin-bottom: 40px;
    max-width: 650px;
    letter-spacing: -0.02em;
}
.infoBlock .txt.II {
	font-size: 22px;
}
.infoBlock .txt {
	font-family:'regular',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 29px;
    line-height: 1.5;
    display: block;
    margin-bottom: 50px;
    max-width: 610px;
}
.infoBlock .bt {
	font-family:'regular',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    background-color: transparent;
    padding: 13px 30px;
    border: 3px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
	text-transform:uppercase;
	color:#fff;
}
.infoBlock .bt:hover{
	background-color:#fff;
	color:#000;
	border-color:#fff;
	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 (max-width: 1200px){
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 700px !important;
    }
    .infoBlock {
        top: 25%;
    }
	.cab .logo {
		max-width: 172px;
	}
	.rsMinW .rsBullets {
		position: absolute;
		right: 0;
		left: 0;
		margin-left:auto;
		margin-right:auto;
		bottom: 20px;
	}
	.cab .menu {
		padding-top: 15px;
		padding-bottom: 10px;
	}
}

@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%;
    }
	img.rsImg {
		max-width: none;
		opacity: 0.7;
	}	
	#full-width-slider {
	  background-color:#000;
	}	
/*    .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;
    }
	.cab .logo.scroll {
		max-width: 60px;
	}
    .infoBlock {
        top: 19%;
    }
	a.menu_mobile_abrir .icon-menu {
		font-size: 30px;
	}	
}


