#full-width-slider{
	width: 100%;
  	color: #000;
	overflow:hidden;
}

#full-page-slider{
	width: 100%;
  	color: #000;
	overflow:hidden;
	max-height:250px;
	margin-bottom:20px;
}

.hp-height{
	max-height:500px;
}

.rsContent{
	text-align:center;
	margin:0px auto;
}

.rsContent p{
	 font-family: "kremlin-pro-web-expanded";
	 font-size:25px;
	 line-height:180%;
	 font-weight:normal;
}

.pinfoBlock{
	position:absolute;
	left:0;
	top:0;
	margin-top:14%;
	margin-left:0%;
	width:30%;
	text-align:left;
	color:#FFF;
	padding-left:20px;
	background-color:rgba(255,255,255,0.95);
	border:1px solid #9FB7AC;
}

.pinfoBlock h3{
	padding:10px;
	margin:0px;
	font-size:20px;
	font-weight:normal;
	color:#9FB7AC;
}



.infoBlock{
	position:absolute;
	left:0;
	top:0;
	margin-top:13%;
	margin-left:0%;
	width:40%;
	text-align:left;
	color:#FFF;
	padding-left:20px;
}

.infoBlock h3{
	padding:10px;
	margin:0px;
	font-size:30px;
	font-weight:normal;
	color:#FFF;
}

.infoBlock h4{
	padding:10px;
	margin:0px;
	font-weight:normal;
	color:#FFF;
	font-size:30px;
	line-height:150%;
}

/* Monitor Resolution ----------- */
/* @media only screen and (min-device-width : 1400px) and (max-device-width : 1050px)  { */
@media only screen and (max-width : 1500px) {



}

/* Monitor Resolution ----------- */
/* @media only screen and (min-device-width : 1280px) and (max-device-width : 720px)  { */
@media only screen and (max-width : 1350px) {



}

/* Monitor Resolution ----------- */
/* @media only screen and (min-device-width : 1152px) and (max-device-width : 864px)  { */
@media only screen and (max-width : 1250px) {



}


/* iPads (portrait & landscape) ----------- */
/* @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { */
@media only screen and (max-width : 1100px) {


}

/* iPads (portrait & landscape) ----------- */
@media only screen and (max-width : 950px) {


}


/* iPad Minis (portrait & landscape) ----------- */
@media only screen and (max-width : 620px) {



}


/* Smartphones (portrait) ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media only screen and (max-width : 500px) {

.infoBlock {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 2.5%;
    margin-left: 0%;
    background-color: rgba(255,255,255,0.75);
    width:auto;
    text-align: right;
	display:none !important;
}

.infoBlock h3{
	padding:5px;
	margin:0px;
	font-size:30px;
	font-weight:normal;
	color:#999;
}

.infoBlock h4{
	padding:5px;
	margin:0px;
	font-weight:normal;
	color:#2759A0;
}

.pinfoBlock {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0%;
    margin-left: 0%;
    width: 100%;
    text-align: left;
    color: #FFF;
    padding-left: 20px;
    background-color: rgba(255,255,255,0.95);
    border: 1px solid #9FB7AC;
}

}