.yellowcolor{
	padding:40px;
	background: #ffe898; 	
}

.noPadding{
	padding:0;
}

.noLeftPadding{
	padding:0;
}

.paddingTop20{
	padding:20px 0;
}

.paddingTop40{
	padding:40px 0;
}

.paddingTop60{
	padding:60px 0;
}

.paddingTop100{
	padding:100px 0;
}

.paddingBottom40{
	padding-bottom:40px;
}

.paddingTopBottom40{
	padding:40px 0;
}

.imgCenter{
	display:block;
	margin:0 auto;
}


@media screen and (min-width: 800px) {
.highspeedContent h3 {
	font-size:1.6em;
	padding-bottom:30px;
}

.highspeedContent p  {
	font-size:1.2em;
}

.guestroomsContent h3 {
	font-size:1.6em;
	padding-bottom:30px;
}

.guestroomsContent p  {
	font-size:1.2em;
}

.inroomservices h3 {
	font-size:1.6em;
	padding-bottom:30px;
}

.inroomservices p  {
	font-size:1.2em;
}
}

.highspeed{
	background:url(/library/assets/products/wac5302d-s/high-speed-Wi-Fi.png) no-repeat bottom;
	background-size:cover;
	height:630px;
	position:relative;
}

.highspeedyellowContent{
	background:rgba(255,255,255,0.8);
	width:50%;
	position:absolute;
	top:100px; left:0; right:0;
}

@media screen and (max-width: 1025px) {
	.highspeedyellowContent{
		height:350px;
		width:500px;
	}
}

@media screen and (max-width: 800px) {
	.highspeedyellowContent{
		top:0;
		height:250px;
		width:430px;
	}
}

@media screen and (max-width: 400px) {
	.highspeedyellowContent{
		top:0;
		height:280px;
		width:300px;
	}
}

.highspeedContent{
	padding:20px;
	width:80%;
	margin:0 auto;
}

@media screen and (max-width: 1400px) {
	.highspeedContent{
		width:90%;
	}
}

@media screen and (max-width: 800px) {
	.highspeedContent{
		width:100%;
	}
}

.highspeedContent h3, .highspeedContent p{
	color:#000000;
}

.panel-heading a:hover {
    text-decoration: none !important;
    color: #000 !important;
}

