
/*  IMPORT FONTS  ============================================================================= */

@font-face {
    font-family: 'CabinRegular';
    src: url('//fonts/Cabin-Regular-webfont.eot');
    src: url('/fonts/Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Cabin-Regular-webfont.woff') format('woff'),
         url('/fonts/Cabin-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Cabin-Regular-webfont.svg#CabinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinMedium';
    src: url('/fonts/Cabin-Medium-webfont.eot');
    src: url('/fonts/Cabin-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Cabin-Medium-webfont.woff') format('woff'),
         url('/fonts/Cabin-Medium-webfont.ttf') format('truetype'),
         url('/fonts/Cabin-Medium-webfont.svg#CabinMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'CabinSemiBold';
    src: url('/fonts/Cabin-SemiBold-webfont.eot');
    src: url('/fonts/Cabin-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Cabin-SemiBold-webfont.woff') format('woff'),
         url('/fonts/Cabin-SemiBold-webfont.ttf') format('truetype'),
         url('/fonts/Cabin-SemiBold-webfont.svg#CabinSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'CabinBold';
    src: url('/fonts/Cabin-Bold-webfont.eot');
    src: url('/fonts/Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Cabin-Bold-webfont.woff') format('woff'),
         url('/fonts/Cabin-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Cabin-Bold-webfont.svg#CabinBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.6 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 	
color : #000; 
text-align: left;
background: #fff url(/images/asfalt-dark.png) left top;

}

button, 
input, 
select, 
textarea { 
font-family : 'CabinRegular, lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #000; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  CabinBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
font-weight : normal;
margin-top: 0px;
letter-spacing: -1px;
}

h1 { 
color: #000000;
margin-bottom : 0.2em;
font-size : 2.5em; /* 40 / 16 */
line-height : 1.4;
}

h2 { 
color: #000000;
margin-bottom : .5em;
font-size : 2em; /* 32 / 16 */
line-height : 1.2;
}

h3 { 
color: #000000;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.5em; /* 24 / 16 */
line-height : 1.3; }

	footer h3 { 
	color: #99aa66;}



h4 { 
color: #000000;
margin-bottom : 0.5em;
font-size : 1.25em; /* 20 / 16  */
line-height : 1.25; }

h5 { 
color: #000000;
margin-bottom : 1.5em;
font-size : 1em; /* 16 / 16 */ }

h6 { 
color: #000000;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.introtext {
font-size: 1.0em; /* 24 / 16 */
line-height: 1.4em;
font-family:  CabinRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
}

p.center {
text-align: center;
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

/* LINKS =============================================================================  */

a { 
color : #0000FF;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #0000FF; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #0000FF;
text-decoration: underline;
}


footer a { 
color : #000000;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #000000; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #000000;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 20px 0 0; }
img.floatleft2 { float: left; clear: right; margin: 0 0 0 0; }
img.floatright { float: right; margin: 0 0 0 20px; }
img.floatright2 { float: right; clear:right; margin: 20px 0 0 20px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%;
}

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0 0 1em; 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

form .button
{
    width:200px;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
display:block;
width:97%;
margin:0 0 20px 0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	
	width: 93.75%; /* 1062px / 1250px */
	max-width: 63em; /* 1200px / 16 */
  margin: 10px auto;
  position: relative;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.5);
	box-shadow: 0 3px 10px rgba(0,0,0,.5);
	
}

	#headcontainer {
		max-width: 1024px;
		margin: 0 auto;
		position: relative;
		background: #e1e5eenav;
		
	}

		header {
			clear: both;
			width: 100%; /* 940px / 1024px */
			padding: 0px;
			margin: 0px auto;
			color: #000;
			position: left;
			
			
			
		}

		#toplogo {
				padding: 0px 0px 0px 0px;
				width: 57.44%; /* 540px / 940px */
				height: 250px;
				float: left;
				color: #e1e5ee;
				
			}

				#toplogo img.logo {
					position: absolute;
					bottom: 0;
					left: 0;
					z-index: 1;
				}
				
				#toplogo img.text {
					position: absolute;
					top: 0;
					left: 180px;
					z-index: 1;
				}

			#toplogo a:link, #toplogo a:visited { color: #667744; text-decoration: none; }
			#toplogo a:hover { color: #667744; text-decoration: none; }

			#topright {
				padding: 22px 10px 0px 0px;
				width: 40%; /* 390px / 930px */
				float: right;
				color: #efd;
				text-align: right;
			}

			#topright p {
				margin: 2px 0px;
			}

				#topright a:link, #topright a:visited { font-size: 1.2em; font-weight: normal; font-family:  CabinRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; color: #fff; text-decoration: none; }
				
				#topright a:hover { font-size: 1.2em; font-weight: normal; font-family:  CabinRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; color: #fff; text-decoration: none; }

					#topright strong {
						font-size: 1.2em;
						font-weight: normal;
						font-family:  CabinMedium, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
						color: #efd;


					}

				.enquire {
					font-size: 0.9em;
					padding: 0px;
					margin: 0px;
					height: 50px;
					vertical-align: middle;
					float: right;
				}

				.telephone {
					padding: 0px;
					margin: 0px 0px 0px 30px;
					height: 50px;
					vertical-align: middle;
					float: right;
				}


				.telephone img {
					padding-right: 10px;
					vertical-align: middle;
				}
				
				.telephone strong {
					padding-top: 10px;
					vertical-align: middle;
					letter-spacing: -1px;
				}
	
 
 #nav { 


 float: left;
 width: 100%; 
 position: relative; 
background: #caf4fb;
-webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;

}
 			

	#navcontainer {


		margin: 0 auto;
		max-width: 1024px;
		height: 50px;
  		background: #caf4fb;
		clear: left;
			}



		.menuToggle { display:none; }
		
	

			nav a:link, nav a:visited { color: #fff; text-decoration: none; }
			nav a:hover { color: #fff; text-decoration: underline; }
		

			nav img.reflection {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
			}


			nav ul#menu {
				list-style: none;
				padding: 0 0 0 0;
				margin: 0px;
				float: left;
			}

				nav ul#menu li{
					display: block;
					float: left;
					text-align: center;
					position: relative;
					padding: 5px;
					margin: 0 10px 0 0;
				  -webkit-transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
					transition: all 0.3s ease;
					
				}

				nav ul#menu li a {
					padding: 7px;
					display: block;
					color: #000;
				    	outline:0;  
				    	text-decoration:none; 
				}

				nav ul#menu li.activeNav  {     
					background: #aabb77;   
					-moz-border-radius: 5px 5px 5px 5px;  
					-webkit-border-radius: 5px 5px 5px 5px;  
					border-radius: 5px 5px 5px 5px;  
				} 


				nav ul#menu li:hover {     
					background: #d1d8e5;   
					-moz-border-radius: 5px 5px 5px 5px;  
					-webkit-border-radius: 5px 5px 5px 5px;  
					border-radius: 5px 5px 5px 5px;  
				}  

				nav ul#menu li.hassub:hover {     
					background: #d1d8e5;   
					-moz-border-radius: 5px 5px 0px 0px;  
					-webkit-border-radius: 5px 5px 0px 0px;  
					border-radius: 5px 5px 0px 0px;  
				} 
				
				nav ul#menu li:hover a {  
				    	color: #000;  
				}  			

				nav ul#menu li .drop {  
				    padding-right:17px;  
				    background:url("/image-files/drop.png") no-repeat right 10px;  
				}  
				nav ul#menu li:hover .drop {  
				    background:url("/image-files/drop.png") no-repeat right 10px;  
				}  
				
				.dropdown_1column,  
				.dropdown_2columns,  
				.dropdown_3columns,  
				.dropdown_4columns,  
				.dropdown_5columns {  
				    margin:4px auto;  
				    position:absolute;  
				    left:-999em; /* Hides the drop down */  
				    text-align:left;  
				    padding:5px;   
				    border-top:none;    
				    background:#ff9922;  
				    background: -webkit-gradient(linear, left top, left bottom, from(#d1d8e5), to(#d1d8e5));
				    background: -moz-linear-gradient(top,  #d1d8e5,  #d1d8e5);
				    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d8e5', endColorstr='#d1d8e5'); 
				    -moz-border-radius: 0px 5px 5px 5px;  
				    -webkit-border-radius: 0px 5px 5px 5px;  
				    border-radius: 0px 5px 5px 5px; 
					z-index:999999;
				    }
				    
				.dropdown_1column {width: 200px;}  
				.dropdown_2columns {width: 400px;}  
				.dropdown_3columns {width: 600px; }  
				.dropdown_4columns {width: 800px;}  
				.dropdown_5columns {width: 1000px;} 
				
				
				nav ul#menu li:hover .dropdown_1column,  
				nav ul#menu li:hover .dropdown_2columns,  
				nav ul#menu li:hover .dropdown_3columns,  
				nav ul#menu li:hover .dropdown_4columns,  
				nav ul#menu li:hover .dropdown_5columns {  
				    	left:0px;  
				    	top:auto;  
					-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
					-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
					box-shadow: 0 3px 6px rgba(0,0,0,.25);
				} 

				.col_1,  
				.col_2,  
				.col_3,  
				.col_4,  
				.col_5 {  
				    display:inline;  
				    float: left;  
				    position: relative;  
				    padding: 5px; 
				    line-height: 1.3em;
				}  
				.col_1 {width:190px;}  
				.col_2 {width:390px;}  
				.col_3 {width:590px;}  
				.col_4 {width:790px;}  
				.col_5 {width:990px;} 
				
				

				nav ul#menu li ul {  
				    list-style:none;  
				    padding:0;  
				    margin:0 0 12px 0;  
				}  
				nav ul#menu li ul li {     
				    position:relative; 
				    padding:1px 0 1px 0;  
				    margin:0;  
				    float:none;  
				    text-align:left;  
				    width:190px;  
				}  
				
				nav ul#menu li ul li a {
					padding: 0px;
				}
				
				nav ul#menu li ul li:hover {  
				    background:none;  
				    border:none; 
				    text-decoration: underline;
				} 
				
					nav ul#menu li .navfeature {
						font-size: 0.8667em; /* 13 / 15 */;
					}				

					nav ul#menu li .navfeature a {
						display: inline;
						padding: 0px;
					}

				
	#topimagecontainer {
		width: 100%;
	}
	
		#topimage {
			clear: both;
			width: 94%; /* 940px / 1000px */
			margin: 0 auto;
			padding: 0px;
			font-size: 0.8125em; /* 13 / 16 */
			color: #333;
			}

	#maincontentcontainer {
		margin: 0 auto;
		max-width: 1024px;
		
	}

		#maincontent{
			clear: both;
			width: 94%; /* 940px / 1000px */
			margin: 0 auto;
			color: #333;
			line-height: 1.5em;
			position: relative;
			font-size: 0.8125em; /* 13 / 16 */
			
			 
		}
		.addthis_toolbox { float:right;min-width: 163px;}
		.standard_toolbox { float:left; !important; width:100%; padding:0 0 1em 0;  }
		
	
		
	#introtext {
    
  
			
		background-color: #fff;
    		padding: 10px;
    		border: 0px;
    		margin: 5px;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.5);
	box-shadow: 0 3px 10px rgba(0,0,0,.5);
		}
		
		
		[class*='col-'] {
  float: left;
}


.col-2-3 {
  width: 68.00%;
}
.col-1-3 {
  width: 31.00%;
  border-style: solid;
   border-width: 1px;
   padding: 10px;
  
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*='col-'] {
  padding-right: 10px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
		
		
		
		
		
		
		
			#maincontentleft {
				width: 58.2%; 
				float: left;
				padding: 0px;
				margin: 0px 2% 0px 0px; 
			}


			#maincontentright {
				width: 36.8%; 
				float: right;
				padding: 5px;
				margin: 0px 0px 0px 0px;
				border-style: solid;
        border-width: 1px;
        border-color: #000;
   
			}

			#maincontent a:link, #maincontent a:visited { color: #0000FF; text-decoration: none; }
			#maincontent a:hover { color: #0000FF; text-decoration: underline; }


	#footercontainer { 
		width: 100%;
		background: #e1e5ee;
		background: rgba(225, 229, 238, 1);
		text-align: center;
	}
	
		footer {
			clear: both;
			width: 94%; /* 940px / 1000px */
			margin: 0 auto;
			padding: 20px 2% 10px 2%;
			font-size: 0.8125em; /* 13 / 16 */
			color: #000;
			
		}
			.facebook_box { border:none; overflow:hidden; width:80%; height:244px; border:1px #fff solid; margin-top:10px; }
			.tweet_list { list-style:none; margin:0 0 1em 0; padding:0; }
			.tweet_list img { display:none; }
			.tweet_list li { border-bottom:1px #666 solid; padding:0.5em 0; }
			
			#twitter_feed span {
				margin: 1em 0; padding: 1em 0;
				}
			
			
		footer a:link, footer a:visited { color: #000; text-decoration: none; }
		footer a:hover { color: #000; text-decoration: underline; }

		ul.pagefooterlist {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}
		
		ul.socialmedia-list {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		.socialmedia-list li { float:left; }
		.socialmedia
		{
			height: 34px; clear:none; 
		}

		.socialmedia img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		.socialmedia a
		{
			text-decoration: none;
		}

		.socialmedia a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				font-size: 0.923em; /* 12 / 13 */
				line-height: 1.4em;
				text-align: left;
				color: #000;
			}

			#smallprint a:link, #smallprint a:visited { color: #000; text-decoration: none; }
			#smallprint a:hover { color: #000; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */


.section {
	clear: both;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

.sectionend {
	background: none;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

.newline { margin-left: 0; }

/*  GRID OF FIVE   ============================================================================= */


.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%;
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}

/*  GRID OF FOUR   ============================================================================= */

.span_3_of_4 { width:74.6%; }
	.span_2_of_4 { width:49.2%; }
		.span_1_of_4 { width:23.8%; }

/*  GRID OF THREE   ============================================================================= */


.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}

/*  PAGE IMAGES   ============================================================================= */

img.pagegridimage {  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

/*  PAGE FEATURES  ============================================================================= */

.nicebox  {

    background-color: #fff;
    padding: 10px;
    border: 0px;
    margin: 5px;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.5);
	box-shadow: 0 3px 10px rgba(0,0,0,.5);
		}


.pagefeature {
  	border-top: 2px solid #667744;
  	background: -webkit-gradient(linear, left top, left bottom, from(#ddeeaa), to(#eeffbb));
	background: -moz-linear-gradient(top,  #ddeeaa,  #eeffbb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddeeaa', endColorstr='#eeffbb');
  	
}

/*  SECTIONS  ============================================================================= */

.section {
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

.sectionend {
	background: none;
}


/*  VIDEO  ============================================================================= */


.homevideo { float:left; width:50%; height:220px; min-height:220px; border:2px #000 solid; }

/*  VIDEOS ============================================================================= */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

	

/*  TESTIMONIALS BUBBLES  ============================================================================= */

.speechbubble { 
	position:relative;
	padding:5%;
	margin:0;
	color:#000;
	background:#ccdd99; /* default background for browsers without gradient support */
	font-style: normal;
	
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#ddeeaa), to(#ccdd99));
	background:-moz-linear-gradient(top, #ddeeaa, #ccdd99);
	background:-o-linear-gradient(top, #ddeeaa, #ccdd99);
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.speechbubble + p {margin:15px 0 2em 55px; font-style:italic;}

/* creates the triangle */
.speechbubble:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-50px;
	left:20px;
	width:0;
	height:0;
	border-width:0 20px 50px 0px;
	border-style:solid;
	border-color:transparent #ccdd99;
}


/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #eebb00 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family:  CabinRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 1.2em;
				
}
.button:hover {
	background: #ffcc11 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #ffcc11 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}

/*  ICON LINKS ============================================================================= */

a.iconlink { padding-left:10px; background: url(/images/icon.gif) no-repeat top left; }


/*  LODGE PAGE ============================================================================= */


.lodge-table
{
	width: 100%;
}

.lodge-table tr
{
    	border-bottom: #ccc 1px dotted;
}

.lodge-table td
{
    	vertical-align:middle;
}

.lodge-label
{
    width: 70%; 
    padding-top:6px;
}

.lodge-value
{
    width: 30%;
    text-align: right;
}

.lodge-table tbody tr:nth-of-type(odd){
	background:rgba(238,187,0,0.1);
}


.lodge-table img
{
	vertical-align:middle;
}

/*  GALLERY ============================================================================= */


.gallerythumb {
	max-width: 90%;
	padding: 5%;
	background: #bbcc88;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.gallerythumb:hover {
	background: #99aa66;
	
}

/*  PRICES PAGE ============================================================================= */



.price-container
{
    float:left;
    width:100%;
}


.price-table p
{
    text-align:right;
}

/* CONTACT FORM ============================================================================= */
 .homevideo { float: left; margin: 0 1em 1em 0; width:60%; height:176px; }
 .googlemap { width:90%; height:550px; }
 .pdfform fieldset p.error label { color: red; }
 div.container {
 	background-color: #eee;
 	border: 1px solid red;
 	padding: 10px;
 }
 div.container ol li {
 	list-style-type: none;
 	background: url(/images/unchecked.gif) no-repeat 0px 2px;
 }
 
 div.container { display: none }
 .container label.error {
 	display: inline;
 	margin-left:20px;
 }
 
 form.pdfform label.error {
 	display: block;
 	margin-left: 1em;
 	width: auto;
}

.sidebar {
	position:relative;
	padding:5%;
	margin:0;
	color:#000;
	background:#ccdd99; /* default background for browsers without gradient support */
	font-style: normal;
	float:left;
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#ddeeaa), to(#ccdd99));
	background:-moz-linear-gradient(top, #ddeeaa, #ccdd99);
	background:-o-linear-gradient(top, #ddeeaa, #ccdd99);
}

.pay-info
{
    font-size:1.4em;
}	


.tbl-booking
{
    width:50%;
}


.tbl-label
{
    width:200px;
}

.tbl-data
{
   width:200px;
    font-weight:bold;
}

.loader
{
    float:right;
    width:30px;
    margin-top:3px;
    margin-left:10px;    
}

.name
{
    text-transform:capitalize;
}


/* FORMS ============================================================================= */

.chk
{
    width:10px;
}

div.container {
	border: 1px solid red;
	padding: 10px;
	background: #ffe386;
	background: -moz-linear-gradient(top,  #ffe386 0%, #f9d57f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe386), color-stop(100%,#f9d57f));
	background: -webkit-linear-gradient(top,  #ffe386 0%,#f9d57f 100%);
	background: -o-linear-gradient(top,  #ffe386 0%,#f9d57f 100%);
	background: -ms-linear-gradient(top,  #ffe386 0%,#f9d57f 100%);
	background: linear-gradient(top,  #ffe386 0%,#f9d57f 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.container ol li {
	list-style-type: none;
	background: url(/images/unchecked.gif) no-repeat 0px 2px;
}

div.container ol {
	padding:10px 0 0 10px;
}




div.container { display: none }
.container label.error {
	display: inline;
	margin-left:20px;
}

label sup
{
    font: bold 12px Arial;
}
    

/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }


/*  MEDIA QUERIES ============================================================================= */
@media screen and (max-width: 1100px)
{
	#topright a:link, #topright a:visited { font-size:1em; }
	.enquire { margin-top:8px; }
	
	.about-your-stay { float:left; }
	.calendar-detail { width:70%; }
	
}
@media screen and (max-width: 1024px)
{
	nav ul#menu { float:left; width:100%; margin-left:1em; }
	nav img.reflection { display:none; }
}
@media screen and (max-width: 1000px)
{	
	#toplogo img.logo { width:200px; }
	#toplogo img.text { width:280px; top:14px; left:160px; }
	
}	
@media screen and (max-width: 910px)
{
	#topright {	padding: 0 10px 0px 0px; }
}
@media screen and (max-width: 840px)
{
	#wrapper, header { width:100%; }
	#navcontainer { float:left; background: #e1e5ee; }
	nav { float:left; width:auto; height:auto; }
	#topimagecontainer { float:left; }
	#topimagecontainer { margin-top:20px; }
}
@media screen and (max-width: 800px)
{
	.lodge_facilties .col,
	.about-your-stay-wrap { width: 100%; margin:0 0 1em 0; }
	
	.f_tripadvisor { margin-right:1em; }
	.f_facebook {  }
	.f_facebook, .f_twitter { width:47.2%; clear:none; }
}	
@media screen and (max-width: 768px)
{
	.f_tripadvisor { width:100%; margin:0 0 1em 0; }
	.f_facebook { margin-left:0; }
}
@media screen and (max-width: 600px)
{
	
	.span_1_of_3, .span_2_of_3, .span_3_of_3
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4,
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5,
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6,
	.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7,
	.span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8  {
	width: 100%; margin:0 0 1em 0; }
	
	#toplogo img.logo { width:100px; }
	#toplogo img.text { width:250px; top:0; left:20px; }
	#topright { float:left; width:90%; padding:0 5%; margin:-38px 0 0 0; }
	.enquire, .telephone { float:left; margin:0; padding:0; }
	.enquire { margin-left:20px; }
	.telephone img { width:20px; padding:10px 0 0 0;}
	header { padding:0 0 0px 0;}
	
	a.menuToggle 	{ float:left; width:100%; display:block;   color:#000; padding:16px 0 14px 40px; font-size:16px; cursor:pointer; text-indent:1em; background:url(/image-files/icon-nav.png) no-repeat 20px 20px ;  }
	nav ul#menu 		{ display:none;  }
	
	.dropdown_1column,  
	.dropdown_2columns,  
	.dropdown_3columns,  
	.dropdown_4columns,  
	.dropdown_5columns { width:100%;  }
	
	nav ul#menu li { float:left; width:80%; text-align:left; }
	nav ul#menu li .dropdown_1column,
	nav ul#menu li:hover .dropdown_1column,  
	nav ul#menu li .dropdown_2columns,  
	nav ul#menu li:hover .dropdown_2columns,  
	nav ul#menu li .dropdown_3columns,
	nav ul#menu li:hover .dropdown_3columns,  
	nav ul#menu li .dropdown_4columns,
	nav ul#menu li:hover .dropdown_4columns,  
	nav ul#menu li .dropdown_5columns
	nav ul#menu li:hover .dropdown_5columns {  z-index:99999; }
	nav ul#menu li .drop, nav ul#menu li:hover .drop { background:none; }
	.col_1, .col_2, .col_3, .col_4, .col_5, .sub { width:100%;} 
	
	#maincontent { padding:0; }
	
	.facebook_box { width:100%; }
	input, textarea { width:90%; }
	.googlemap { height:200px; }
	
	 .homevideo { width:98%; }
	
}
@media screen and (max-width: 480px)
{
	.about-your-stay { width:80%; }
	.calendar-detail { width:60%; }
	.review-details { width:80%; }
	.review-details ul li .label, .review-details ul li .detail { width:100%; }
	.homevideo { width:92%; }
}
@media only screen and (min-width: 601px) {
	nav ul#menu { display:block !important; }
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	background-color: #fff;
	border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 728px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}
