/*
Author: Fresh Head Design
Date: August 2013
*/
/* html{
  background: url('https://rbhandymanservices.com/wp-content/uploads/2013/06/house-sky.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
} */

@import url(https://fonts.googleapis.com/css?family=Junge);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,700);

body{
	margin: 0 auto;
	font:15px/24px 'Merriweather', serif;/*'Open Sans', sans-serif;*/
	line-height: 1.65em;
	height: 100%;
	width:100%;
	font-weight: normal;
	background-color: #281e28;
	background-image:url(../img/dark_wall.png);
	color: #ccc;
}

img{
	max-width: 100%;
}

.drop{
	box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.1), -12px 0 8px -4px rgba(0, 0, 0, 0.1);
	width:960px;
	height:100%;
	margin:0 auto;	
}

.container{
	width: 960px;
	min-width: 935px;
	clear: both;
	margin: 0 auto;
	background-color:#382938;
}

.logo{
	margin:10px;
}

.inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 30px;
	clear: both;
}

.language{
	margin: 0 auto;
	clear: both;
	padding: 0 30px !important;
}

.header{
	height: 120px;
}

.banner{
	width: 100%;
	height:500px;
}
.last{
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.first{
	margin-left: 0px !important;
	padding-left: 0px !important;
}

.left{
	float: left;
}

.right{
	float: right;
}

.bottom{
	margin:-8px auto !important;	
}

.end{
	padding-bottom:30px;
}

.map{
	margin:0px auto !important;	
}
.map-iframe {
	width: 100%;
}
.room-info{
	width:70%;
	float: left;
	margin: 0 5% 0 0;
}

.room-side{
	width:23%;
	float: left;
	margin: 0 2% 0 0;
}

.comments{
	background-color: #ccc;
	padding: 3% 5%;
	margin-bottom: 20px;
	color: #666;
}

	.comments h3{
		color:#666;
	}

.column-2 {
	width: 433px;
	float: left;
	margin: 0 30px 0 0;
}

	.column-2 img{
		border: 2px #debc7a solid;	
	}
	
	.column-2 p{
		margin-bottom: 50px;
	}

.column-3 {
  	width:31.5%;
  	float: left;
  	margin: 0 2% 0 0;
}

.column-4 {
  	width: 23%;
  	float: left;
  	margin: 0 2% 0 0;
}

.mid-col{
	margin:0 0 0 6%;
	}

.footer{
	padding-bottom: 20px;
}

	.footer li{
		font-size: 0.8em;
		line-height: 1.5em;
		color: #ccc;
	}

	.footer h3{
		font-size: 1em;
		color: #ccc !important;
	}

.room-side ul{
	margin-left: -20px;
	list-style-type: square;
}

.room-side li{
	padding: 1px 0;
}

.footer ul{
	list-style-type: none;
	margin-left: -38px;
}

.footer li{
	padding: 1px 0;
}

.partner{
	float: left;
	margin-right: 20px;
	width: 286px;
	margin-bottom: 10px;
}

.partner img{
	border: 2px #debc7a solid;	
	height:147px;
}

.partner a{
	color: #000;
}

.next{
	padding-top: 0 !important;
}

.after{
	margin-top: -20px;
}

.clear{
	height: 15px;
	width: 100%;
	clear: both;
}

.finish{
	margin-top:20px;
	clear:both;	
}

.clear-in{
	height: 3px;
	min-width: 75%;
	max-width: 960px;
	clear: both;
	margin: 0 auto;
	background-color:#debc7a;
}

.middle{
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

/* Colour Styles */

.purple{
	background-color:#594C59;/*#443849;*/
	color: #ccc;
}

.dark-purple{
	background-color:#2f2833;
	color: #ccc;
}

.white{
	background-color:rgb(232, 232, 232);
	/*background-color:rgba(232, 232, 232, 0.7);*/
	color: #3b3b3b;
}

.green{
	background-color:#aad6bf;
	color: #443849;
}

.orange{
	background-color:#dbcc8a;
	color: #443849;
}

.teal{
	background-color: #aad6bf;
	color: #666;
}


/* Navigation*/

ul {

}

nav{
	display: block;
	clear: both;
	text-align: center;
	margin: -20px 0 5px 0;
}

nav a{
	color: #ccc;
	text-decoration: none;
	font-weight: 300;
}

nav li{
	display: inline-block;
	width:auto;
	padding: 6px 6px;
	margin-right: 10px;
}

nav ul{
	text-align: center;
	margin: 0;
	padding: 0;
}

.active{
	color: green;
}

.selected{
	color:#debc7a;
}
/* Text Styles */

p,a{
	font-weight: 300;	
}

a{
	text-decoration: none;
	color:#debc7a;
}

a img {
 border:none;
}

h1,h2,h3{
	color:#debc7a;
	font-weight:700;
	
}

h2{
	border-bottom: 1px #debc7a groove;
	padding-bottom:10px;
}

h4{
	color:#debc7a;
	font-weight:400;
	font-style:italic;
	margin-top:-40px;
	margin-bottom:40px;
}


/* ClearFix */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

#CDSWIDSSP.widSSP{
	width:900px !important;	
}

#CDSWIDVRNB{
	width:900px !important;
}

#theMap{
	width:900px !important;
}

.fhd{
	background-image:url(../img/fh-sprite.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:50px;
	width:50px;
	clear:both;
}

.fhd:hover{
	background-position:-53px 0px;
}

.main-p{
       width:580px;
       float:left;
       margin-bottom:0;
}

.widg{
      float:left;
      padding:0;
      margin-left:50px;
     
}

.subp{
	float:left;
      padding:0;
      width:500px;
      margin:-30px 0 30px 15px;
      
      

}

.norm-link{
	color:#ccc;
	font:13px/22px 'Merriweather', serif;/*'Open Sans', sans-serif;*/
	
	}

.TA_certificateOfExcellence{
float:right;
margin-right:78px;
margin-top:-45px;

}
.TA_certificateOfExcellence2{
float:left;
margin-right:78px;
margin-top:-300px;

}








                            