@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,700);

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
 
/*	Fonts:
	font-family:'Open Sans', sans-serif; //300,400,700
*/
 
.g-recaptcha
{
	margin: 10px;
}
/* clearfix */
.clearfix
{
	*zoom: 1;
}

.clearfix:before,
.clearfix:after
{
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after
{
	clear: both;
}

body
{
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	background-color:#000000;
}

/* button */
.Button
{
	position:relative;
	display:inline-block;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#bcbcbc;
	background-color:#ffffff;
	padding:3px;
}

a.Button:hover,
button.Button:hover
{
	-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.6);
			box-shadow:0 0 5px 0 rgba(0,0,0,0.6);
}

.Button:before
{
	content:"";
	position:absolute;
	z-index:-1;
	left:0%;
	bottom:0px;
	width:100%;
	height:10px;
	
	-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
			box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
			
	-webkit-border-radius:100%;
			border-radius:100%;
}

	.Button span
	{
		display:inline-block;
		background-color:#ef9946;
		color:#ffffff;
		padding:6px;
		padding-left:20px;
		padding-right:20px;
		font-style:italic;
		font-size:16px;
	}
	
	.Button .fa
	{
		margin-right:5px;
	}
/* end of button */

.Inner
{
	margin:0 auto;
	width:1000px;
}

#Main
{
	position:relative;
	z-index:1;
	background-color:#ffffff;
	overflow:hidden;
}

#Main:before
{
	content:"";
	position:absolute;
	z-index:-1;
	left:0px;
	top:0px;
	width:100%;
	height:545px;
	background-image:url('/Includes/Images/Pattern.jpg');
	background-repeat:repeat;
}

header
{
	margin-bottom:20px;
}

	#Bar
	{
		position:relative;
		float:right;
		width:875px;
		background-color:#000000;
		margin-bottom:5px;
	}
	
	#Bar:before
	{
		content:"";
		
		position:absolute;
		left:-125px;
		top:0px;
		
		width:0px;
		height:10px;
		
		background-color:#000000;
		
		border-bottom: 17px solid #eee;
		border-left: 63px solid transparent;
		border-right: 63px solid transparent;
	}
	
		#Bar p
		{
			margin-top:0px;
			margin-bottom:0px;
			font-size:11px;
			line-height:11px;
			color:#a8a8a8;
			text-align:right;
			padding:8px;
		}
		
	#Logo
	{
		position:relative;
		float:left;
		margin-top:-22px;
	}
	
	#Phone
	{
		float:right;
		padding-top:10px;
	}
	
#Unique
{
	background-color:#ef9946;
	padding-top:10px;
	padding-bottom:10px;
}

	#Unique ul
	{
		list-style:none;
		margin:0px;
		padding:0px;
	}

	#Unique li
	{
		float:left;
		width:33.3333%;
		font-size:16px;
		color:#ffffff;
	}
	
	#Unique li:nth-child(1)
	{
		width:34%;
	}
	
	#Unique li:nth-child(2)
	{
		width:37%;
	}
	
	#Unique li:nth-child(3)
	{
		width:29%;
	}
	
		#Unique li .fa
		{
			color:#bc0000;
			font-size:17px;
			margin-right:10px;
		}
		
#Content
{
	padding-top:35px;
	padding-bottom:30px;
}

	#Content h1.Thanks
	{
		font-size:20px;
		text-transform:uppercase;
		margin-top:0px;
		color:#bc0000;
	}

	#Image
	{
		float:left;
		width:26%;
		margin-left:-4%;
	}
	
		#Image img
		{
			max-width:100%;
		}
	
	#Text
	{
		float:left;
		width:40%;
		margin-left:3%;
	}
	
		#Text h1
		{
			font-size:20px;
			text-transform:uppercase;
			margin-top:0px;
			color:#bc0000;
		}
		
		#Text p
		{
			line-height:17px;
			color:#595959;
		}
		
		#Text ul.Images
		{
			list-style:none;
			margin:0px;
			padding:0px;
			margin-bottom:30px;
			margin-top:40px;
		}
		
			#Text ul.Images li
			{
				float:left;
				width:31%;
				margin-right:3.5%;
			}
			
			#Text ul.Images li:last-child
			{
				margin-right:0px;
			}
			
				#Text ul.Images li img
				{
					width:100%;
				}
				
		#Text .Contact
		{
			color:#ba0100;
			font-size:21px;
			text-align:center;
		}
		
			#Text .Contact .Arrow
			{
				display:inline-block;
				width:69px;
				height:15px;
				background-image:url('/Includes/Images/Arrow.png');
				margin-left:10px;
			}
	
	#Form
	{
		float:right;
		width:32%;
		
		border-style:dashed;
		border-width:1px;
		border-color:#bc0000;
		
		padding-top:20px;
		
		background-image:url('/Includes/Images/Pattern2.png');
	}
	
		#Form h2
		{
			color:#bc0000;
			text-align:center;
			padding-left:10px;
			padding-right:10px;
			font-size:18px;
			margin-top:0px;
			margin-bottom:15px;
		}
		
		#Form .Row
		{
			background-color:rgba(239, 153, 70, 0.3);
			padding-left:15px;
			padding-right:15px;
			padding-top:6px;
			padding-bottom:6px;
			margin-bottom:10px;
		}
		
			#Form .Row label
			{
				position:relative;
				float:left;
				width:35%;
				font-size:15px;
				color:#bc0000;
				font-weight:bold;
				padding-top:4px;
			}
			
			#Form .Row label.error
			{
				display:none !important;
			}
			
			#Form .Row input[type='text']
			{
				position:relative;
				
				float:right;
				width:65%;
				
				-webkit-box-sizing:border-box;
				   -mox-box-sizing:border-box;
				   		box-sizing:border-box;
				   		
		   		border-style:solid;
		   		border-width:1px;
		   		border-color:#9e9e9e;
		   		background-color:#ffffff;
		   		padding:5px;
		   		font-size:14px;
		   		
		   		-webkit-border-radius:10px;
						border-radius:10px;
			}
			
			#Form .Row input[type='text'].error
			{
				padding:4px;
				border-color:#ff0000;
				border-width:2px;
			}
			
			#Form .Row label:before
			{
				font-family:'FontAwesome';
				content:"\f058";
				position:absolute;
				z-index:2;
				right:-178%;
				top:10px;
				color:rgba(0, 59, 137, 0.1);
			}
			
			#Form .Row.Error label:before
			{
				color:#bc0000;
				
			}
			
			#Form .Row.Correct label:before
			{
				color:#ef9946;
			}
			
		#Form .Submit
		{
			position:relative;
			z-index:1;
			padding-top:10px;
			padding-bottom:10px;
			text-align:center;
			margin-bottom:10px;
		}
		
		#Form ul
		{
			list-style:none;
			margin:0px;
			padding:0px;
			background-color:rgba(239, 153, 70, 0.3);
			padding:20px;
			margin-bottom:15px;
		}
		
			#Form ul li
			{
				margin:0px;
				padding:0px;
				margin-bottom:5px;
				font-size:16px;
				color:#bc0000;
			}
			
			#Form ul li:last-child
			{
				margin-bottom:0px;
			}
			
				#Form ul li .fa
				{
					margin-right:5px;
				}
				
				#Form ul li a
				{
					color:#bc0000;
					text-decoration:none;
				}
				
				#Form ul li a:hover
				{
					text-decoration:underline;
				}
				
#Contact
{
	background-color:#353535;
	padding-top:40px;
	padding-bottom:40px;
}

	#Contact .Title
	{
		color:#ef9946;
		font-size:15px;
		line-height:18px;
		font-weight:bold;
	}

	#Address
	{
		float:left;
		width:24%;
		color:#ffffff;
	}
	
		#Address a
		{
			color:#ffffff;
			text-decoration:none;
		}
		
		#Address a:hover
		{
			text-decoration:underline;
		}
	
		#Address .Box
		{
			border-bottom-style:dotted;
			border-bottom-width:1px;
			border-bottom-color:#00f9ff;
			padding-bottom:5px;
			margin-bottom:5px;
		}
		
		#Address .Box:last-child
		{
			border-bottom-style:none;
			padding-bottom:0px;
			margin-bottom:0px;
		}
		
		#Address ul.Social
		{
			list-style:none;
			margin:0px;
			padding:0px;
			margin-top:5px;
		}
		
			#Address ul.Social li
			{
				float:left;
				width:23px;
				height:23px;
				margin-right:10px;
			}
			
			#Address ul.Social a
			{
				display:block;
				width:23px;
				height:21px;
				background-color:#bfcbd1;
				color:#353535;
				text-align:center;
				vertical-align:middle;
				font-size:12px;
				padding-top:2px;
			}
	
	#Maps
	{
		float:left;
		width:49%;
		margin-left:2%;
	}
	
		#Maps .Title
		{
			margin-bottom:22px;
		}
	
	#Enquire
	{
		float:right;
		width:23%;
	}
	
		#Enquire .Title
		{
			margin-bottom:16px;
		}
	
		#Enquire p
		{
			color:#ffffff;
			margin-top:0px;
		}
	
		#Enquire .Right
		{
			position:relative;
			z-index:1;
			text-align:right;
		}

footer
{
	
}

	footer p
	{
		color:#ffffff;
		font-size:9px;
		line-height:18px;
	}
	
	footer a
	{
		color:#ffffff;
		text-decoration:none;
	}
	
	footer a:hover
	{
		text-decoration:underline;
	}
	
@media screen and (max-width:1020px)
{
	.Inner
	{
		width:90%;
	}
	
	#Bar
	{
		width:100%;
		width:calc(100% - 125px);
		
		-webkit-box-sizing:border-box;
		   -moz-box-sizing:border-box;
		   		box-sizing:border-box;
	}
	
	#Unique li
	{
		width:100% !important;
		font-size:18px;
		margin-bottom:3px;
	}
	
	#Unique li:last-child
	{
		margin-bottom:0px;
	}
	
	#Image
	{
		display:none;
	}
	
	#Text
	{
		width:56%;
		margin-left:0px;
	}
	
	#Form
	{
		width:40%;
	}
	
	#Address
	{
		width:31%;
	}
	
	#Maps
	{
		width:30%;
	}
	
	#Enquire
	{
		width:35%;
	}
}

@media screen and (max-width:700px)
{
	#Address
	{
		width:48%;
		margin-bottom:20px;
	}
	
	#Maps
	{
		float:right;
		width:48%;
		margin-bottom:20px;
	}
	
	#Enquire
	{
		clear:both;
		width:100%;
	}
}

@media screen and (max-width:600px)
{
	#Content
	{
		padding-top:20px;
		padding-bottom:20px;
	}
	
	#Text
	{
		width:100%;
		margin-bottom:30px;
	}
	
		#Text .Contact .Arrow
		{
			-moz-transform:		rotate(90deg);
			-webkit-transform:	rotate(90deg);
			-o-transform:		rotate(90deg);
			-ms-transform:		rotate(90deg);
			transform:			rotate(90deg);
		}
	
	#Form
	{
		width:100%;
	}
	
	#Address
	{
		width:100%;
		margin-bottom:20px;
	}
	
		#Address .Value
		{
			font-size:14px;
		}
		
		#Address ul.Social li
		{
			width:38px;
			height:38px;
		}
		
			#Address ul.Social a
			{
				width:38px;
				height:34px;
				font-size:22px;
				padding-top:4px;
			}
	
	#Maps
	{
		float:left;
		width:100%;
		margin-bottom:20px;
		margin-left:0px;
	}
	
	#Enquire
	{
		clear:both;
		width:100%;
	}
}

@media screen and (max-width:420px)
{	
	#Bar
	{
		width:100%;
	}
	
	#Bar:before
	{
		display:none;
	}
	
	#Logo
	{
		width:100%;
		margin-top:0px;
	}
	
		#Logo img
		{
			max-width:100%;
		}
	
	#Unique li
	{
		font-size:13px;
	}
}