/*Text Font Family, https://www.google.com/fonts */
	@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700');

/*Body Font Family + Background Color*/
	body {
		font-family: 'Open Sans';
		background-color: #ffffff;
		background: url('../../background.jpg');
		background-size: 1000px 1000px;
		background-attachment: fixed;
	}

/*Link color*/
	a {color: #8f3465;}
	a:hover {color: #00ccff;}

/*Header + Footer Background Color*/
	header .container, .fullWidthBackground header {background-color: #7B1915; padding-top: 40; padding-bottom: 0;
	background-image: url("../../files/logo.png");
	background-repeat: no-repeat;
        background-attachment: relative;
        background-position: 1305px 0px;
	background-size: 250px 70px;
	
	}
	footer .container, .fullWidthBackground footer {background-color: #444;}
	
	
	
/*Header + Footer menu text links Color*/
	.menu {line-height: 44px; margin-top: 15px; }
	.menu a {color: #fff; font-size: 14px; text-transform: uppercase;
	background: linear-gradient(top,  #972923,  #7B1915);
	background: -ms-linear-gradient(top,  #972923,  #7B1915);
	background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7B1915));
	background: -moz-linear-gradient(top,  #972923,  #7B1915);
	border-top-left-radius: 10px;
        border-top-right-radius: 10px;
	}
	.menu a:not(.on):hover {opacity: 0.7;}
/*Header active link color / Background Color*/
	.menu a.on {
		color: #fff; height: 40px;
		background: #0399D4;
		background: linear-gradient(top,  #4C100A,  #7A0000);
		background: -ms-linear-gradient(top,  #4C100A,  #7A0000);
		background: -webkit-gradient(linear, left top, left bottom, from(#4C100A), to(#7A0000));
		background: -moz-linear-gradient(top,  #4C100A,  #7A0000);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

/*Site Logo Font Size + Font Family + Color*/
	.siteLogo {
		font-size: 25px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
		line-height: 75px;
	}
		.siteLogo:hover {color: #fff;}

/*Hero box Background Color*/
	.hero .container, .fullWidthBackground .hero {
		background-color: #34768f;
	}
        article {line-height:27px; color:#444;}
	article h1 {
		font-size: 35px;
		line-height:55px;
	}
	article h2 {font-weight: 600; font-size:25px; line-height:50px;}
	
	.roomsEven .rateCell .rateStars, .rooms2 .rateCell .rateStars, .rooms3 .rateCell .rateStars {
		color: #CC0000;
	}
	
	.oneRoom1 {background-color:rgba(0,0,0, 0.8); width:650px; margin-left: 360px;}