
#full-width-slider {
	width: 100%;
	height: 300px !important;
	overflow: hidden;
	color: #fff;
}

#full-width-slider .rsOverflow {
	width: 100%;
	height: 300px !important;	
}


#royalsliderImg {
	display: none;
	position:relative;
}

#upload_royalslider {
	margin-top: 10px;	
}


.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 33%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #fff;
  background: rgba(0,0,0,0.9);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #ffe900!important;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  border: 0 none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}
#royalslider .container, #royalslider .col-xs-12
{
	padding-left:0px;
	padding-right:0px;
}
@media only screen and (max-width: 999px) {
	.infoBlockLeftBlack
	{
		display:none!important;
	}
	
#full-width-slider {
            width: 100%;
            height: 260px !important;
            overflow: hidden;
	}

	#full-width-slider .rsOverflow {
				width: 100%;
				height: 260px !important;          
	}



.infoBlock {
	max-width: 50%;	
}

}

@media only screen and (max-width: 767px) {
	
#full-width-slider {
            width: 100%;
            height: 160px !important;
            overflow: hidden;
}

#full-width-slider .rsOverflow {
            width: 100%;
            height: 160px !important;          
}

.infoBlock {
	max-width:100%;
	left: 0;
	margin: 0 30px;
}

.infoBlock h4 {
	font-size: 18px;	
}
	
}
@media only screen and (max-width: 650px) {
	#full-width-slider {
            width: 100%;
            height: 130px !important;
            overflow: hidden;
}

#full-width-slider .rsOverflow {
            width: 100%;
            height: 130px !important;          
}
	
}
@media only screen and (max-width: 490px) {
	#full-width-slider {
            width: 100%;
            height: 80px !important;
            overflow: hidden;
}

#full-width-slider .rsOverflow {
            width: 100%;
            height: 80px !important;          
}
	
}