
	/* color:rgba(240,130,0,0.6);*/
			*{
				padding:0;
				margin:0;
				font-family:Lato,sans-serif;	
			}
			
			body
			{
				background-image: url("images/golf2.jpg");
				background-repeat: no-repeat;
				background-position: center center;
				background-attachment: fixed;
				background-size: cover;

			}
			
			header
			{
				background-color:#464646;
				background-image:url("images/laptop.jpg");
				min-height:600px;
				position:relative;
				background-size:cover;
				overflow:hidden;
			}
			
			header div#topbar
			{				
				/*height:60px;*/
				padding:10px;
				max-width:80%;
				margin:10px auto;
				position:relative;
				/*border-bottom: 2px groove rgba(48,0,48,0.2);*/
			}
			
			header div#topbar div.logo
			{
				width:128px;
				background-image:url("images/logoflat.png");
				height:128px;
				background-size:contain;
				display:inline-block;
				vertical-align:middle;
			}
			
			header div#topbar div.title
			{
				display:inline-block;
				vertical-align:middle;
				
			}
			
			header div#topbar div.title h1
			{
				color:#f2f2f2;
				font-weight:400;
				text-align:center;
			}
			header div#topbar div.title h1 span
			{
				font-family:Roboto,sans-serif;
				color:rgba(240,130,0,0.9);
				font-weight:500;
			}
			
			header div#topbar div.title h2
			{
				
				font-size:13px;
				font-weight:400;
				color:rgba(240,240,240,0.4);
				text-align:center;
				text-transform:uppercase;
			}
			
			header div#topbar div.nav
			{
				position:absolute;
				right:0;
				top:60px;
			}
			
			header div#topbar div.nav ul
			{
				overflow:hidden;
				list-style-type:none;
			}
			header div#topbar div.nav ul li
			{
				float:left;
				/*padding:10px;*/
			}
			header div#topbar div.nav ul li a:link
			{
				color:#ffffff;
				padding:10px;
				font-size:18px;
				font-weight:400;
				text-decoration:none;
				
			}
			
			header div#topbar div.nav ul li:hover
			{
				border-bottom:2px solid rgb(240,130,0);	
				
			}
			
			header div#topbar div.nav ul li a:visited
			{
				color:#d6d6d6;
				
			}
			
			header div#topbar div.nav ul li a:hover
			{
				font-weight:font-weight:500;
			}
			header div#topbar div.nav ul li a:active
			{
				color:rgb(240,130,0);
			}
			
			header div.blurb
			{
				clear:both;
				margin: 20px auto 0 auto;
				width:80%;
				/*background-image:url("images/amazed-man2.png");*/
				/*background-size:60%;*/
				background-position:80% bottom;
				background-repeat:no-repeat;
			}
			
			header div.blurb p
			{
				font-size:92px;
				font-weight:900;
				color:#ffffff;
				max-width: 600px;
				text-transform:uppercase;
				text-shadow:3px 3px 2px rgba(20,20,20,0.4)
			}
			
			#content
			{
				/*max-width:1200px;*/
				margin:0px auto;
				text-align:center;
				background:linear-gradient(to right, rgba(0, 0, 0, 0.0) , rgba(10, 10, 10, 0.6) 20% , rgba(10, 10, 10, 0.6) 80%, rgba(0, 0, 0, 0)) repeat scroll 0% 0% transparent;
			}
			
			#content div.band
			{
				overflow:hidden;
				background-color:rgba(255,255,255,1);
				
			}
			/*#content h2
			{
				background-color:rgba(240,130,0,1);
				padding:8px;
				font-weight:100;
				font-size:30px;
				
			}*/
			
			#content div.section 
			{
				
				/*padding-top:20px;*/
				margin-top:40px;
				max-width:1200px;
				margin-left:auto;
				margin-right:auto;
			}
			
			
			#content div.section p.tagoffer
			{
				
				color:#f2f2f2;
				font-family:Roboto;
				font-size:20px;
				font-weight:400;
				/*text-align:justify;*/
				font-style:italic;
				padding:10px;
			}
			
			
			#content div.whatwedo
			{
				display:inline-block;
				vertical-align:top;
				max-width:48%;
				min-height:400px;
				padding:50px 0;
				
			}
			
			#content div.section.about
			{
				padding-bottom:20px;
			}
			
			#content div.section.whatwedo h2, #content div.section.about h2
			{
				color:#B45000;
				font-family:Roboto, sans-serif;
				font-size:40px;
				/*font-style:italic;*/
				font-weight:300;
				padding:10px;
				
			}
			
			#content div.section.whatwedo p, #content div.section.about p
			{
				color:#f2f2f2;
				font-family:Roboto;
				font-size:20px;
				font-weight:400;
				
				text-align:justify;
				
			}
			
			#content div.section.whatwedo img
			{
				
				margin:20px;
				
			}
			
			#content div.section.about p
			{
				padding:20px;
				color:#868686;
				font-weight:300;
				
			}
			
			#content div.section.about p span.datasource
			{
				font-size:10px;
				font-style: italic;
				font-weight:bold;
			}
			
			#content div.section.about img
			{
				width:68%;
				margin-bottom:10px;
				opacity:0.4;
			}
			
			#content div.section div.infoblock
			{
				max-width:30%;
				display:inline-block;
				vertical-align:top;
				margin:8px 0 0 0;
				padding-bottom:20px;
				
				
				
			} 
			
			#content div.section.clients div.infoblock div.img
			{
				border:none;
				background:#f2f2f2;
				overflow:hidden;
				border-radius:none;
			}
			
						
			#content div.section div.infoblock h3
			{
				
			    color: rgba(240, 80, 0, 0.6);
    			font-weight: 300;
    			/*text-shadow: 2px 2px 1px rgba(60, 60, 60, 0.4);*/
    			font-family: Roboto,sans-serif;
				font-size:26px;
				
			}
			
			#content div.section div.infoblock h4
			{
				color: rgba(240, 80, 0, 0.6);
    			font-weight: 400;
    			text-shadow: 1px 1px 1px rgba(20, 20, 20, 0.4);
    			font-family: Roboto,sans-serif;
				font-size:16px;
				font-style:italic;
			}
			
			#content div.section div.infoblock p
			{
				font-weight: 300;
				font-family: Roboto,sans-serif;
				padding: 10px;
				text-align: justify;
				font-size: 14px;
				color: #666666;
			}
			
			#content div.section div.infoblock div.img
			{
				box-shadow: -2px -2px 2px rgba(255, 255, 255, 0.3);
				background-color: rgb(250, 250, 250);
				/*background-image: url("images/sunset.jpg");*/
				background-size: cover;
				padding: 8px;
				border: 2px solid rgba(140, 140, 140, 0.2);
				border-radius: 8px;
				margin-top: 8px;
			}
			
			#content div.section div.infoblock div.img img
			{
				width:128px;
				padding:10px;
				
			}
			
			#content div.section.clients div.infoblock div.img img
			{
				width:100%;
				max-width:256px;
				padding:1px;
			}
			
			#content div.section h2.servtitle
			{
				color:#E67800;
				font-family:Lato, sans-serif;
				font-size:60px;
				font-weight:100;
				padding-left:20px;
				text-align:left;
				margin-bottom:10px;
				padding-bottom:10px;
				border-bottom:2px groove rgba(255,255,255,0.3);
				
			}
			
			.clr
			{
				clear:both;
			}
			
			.mid
			{
				background-color: rgba(255, 255, 255, 0.9);
				text-align:center;
				
			}
			
			#content div.section.whatwedo img.
			{
				width:68%;
				opacity:0.4;
			}			
			div.contactbutton, div.visitbutton
			{
			border: 0px solid #FFF;
			display: block;
			float:right;
			/*background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 60%, rgba(180, 180, 180, 0.6)) repeat scroll 0% 0% transparent;*/
			margin: 10px 0px;
			border-radius: 8px;
			/*padding: 8px 8px 8px 14px;*/
			/*box-shadow: 2px 2px 2px rgba(20,20,20,0.4);*/
			border-top-right-radius:8px;
			border-bottom-right-radius:8px;
			
			
			}
			
			
			
			#content div.section div.infoblock div.contactbutton p
			{
				padding:2px 6px;
				
			}
			div.contactbutton p a:link, div.visitbutton p a:link
			{
				color:rgba(180,80,03,0.8);
				text-decoration:none;
				font-weight:400;
				
			}
			div.contactbutton p a:visited, div.visitbutton p a:visited
			{
				color:rgba(180,80,03,0.8);
				text-decoration:none;
				font-weight:400;
				
			}
			
			div.contactbutton p a:hover, div.visitbutton p a:hover
			{
				color:rgba(220,120,03,0.8);
				text-decoration:none;
				font-weight:400;
				text-decoration:underline;
				
			}
			
			div.contactbutton p a img, div.visitbutton p a img
			{
				width:24px;
				vertical-align:middle;
				display:none;
			}
			
			div#footer
			{
				background:linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(40, 40, 40, 0.6) 50%, rgba(0, 0, 0, 0.9)) repeat scroll 0% 0% transparent;
				padding:20px 0 0 0;
				text-align:center;
			}
			
			/*div#footer div
			{
				max-width:60%;
				display:inline-block;
			}*/

			div#footer div.quote
			{
				padding: 20px;
				margin: 10px auto;
				display: block;
				max-width:60%;
			}
			
			div#footer div.quote p
			{
				color: #868686;
				text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
				font-family: Roboto,sans-serif;
				font-weight: 400;
				font-style: italic;
				font-size: 20px;
			}
		
			div#footer div.nav
			{
				max-width: 60%;
			    margin: 10px auto;
			   /* border-top: 2px groove rgba(40,40,40,0.2);
			    border-bottom: 2px groove rgba(40,40,40,0.2);*/
			    padding: 8px;
			}
			
			div#footer div.nav ul
			{
				overflow:hidden;
				list-style-type:none;
			}
			div#footer div.nav ul li
			{
				display:inline-block;
				
				/*padding:10px;*/
			}
			
			div#footer div.nav ul li a:link
			{
				color:#a8a8a8;
				padding:12px;
				font-size:14px;
				font-weight:400;
				text-decoration:none;
				text-shadow:1px 1px 1px rgba(180,180,180,0.3)
				
			}
			
			div#footer div.nav ul li a:visited
			{
				color:#868686;
				
			}
			
			div#footer div.nav ul li a:hover
			{
				color:#868686;
				text-shadow:1px 1px 1px rgba(0,0,0,0.3)
			}
			
			div#footer div.contact
			{
				max-width:50%;
				margin: 10px auto;
				overflow:hidden;
				text-align: center;		
				display:inline-block;	
				vertical-align: top;	
				position:relative;
			}
			
			div#footer div.contact h2
			{
				font-family: Roboto,sans-serif;
				font-size: 24px;
				color: #666;
				font-weight: 100;
				text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
				padding: 10px;
				border-bottom: 2px groove rgba(20,20,20,0.3);
			}
			
			div#footer div.cinfo
			{
				max-width:50%;
				margin: 10px auto;
				overflow:hidden;
				text-align: center;	
				display:inline-block;
				vertical-align:top;
							
			}
			
			div#footer div.contact div.form
			{
				display:inline-block;
				max-width:50%;
				margin:10px;	
				overflow:hidden;
				position:relative;		
			}
			
			div#footer div.contact div.form div#frmerrs
			{
				display:none;
				background-color:rgba(60,60,60,0.4);
				border-radius:8px;
				padding:10px;
				margin:10px;
			}
			div#footer div.contact div.form div#frmerrs p
			{
				color:red;
				padding:6px 0;
			}
			
			div#footer div.contact div.form div#frmerrs h4
			{
				padding:6px;
				font-size:12px;
			}
			
			div#footer div.contact div.form input, input[placeholder]
			{
				width:90%;
				padding:6px;
				border-radius:8px;
				border:2px inset rgba(180,180,180,0.4);
				background-color:#262626;
				color:#565656;
				margin-bottom:10px;
			}
			
			div#footer div.contact div.form textarea, textarea[placeholder]
			{
				width:90%;
				padding:6px;
				border-radius:8px;
				border:2px inset rgba(180,180,180,0.4);
				background-color:#262626;
				color:#565656;
				margin-bottom:10px;
			}
			
			div#footer div.contact div.form p
			{
				font-size:10px;
				color:#767676;
			}
			
			div#footer div.contact div.cinfo
			{
				display:inline-block;
				max-width:50%;
				margin:10px;			
			}
			
			div#footer div.copy
			{
				background-color: rgb(38, 38, 38);
				padding: 10px;
				border-top: 1px solid #363636;
			}
			
			div#footer div.copy p
			{
				font-size:9px;
				color:#464646;	
				
			}
			
			div#footer h4
			{
				color: #666666;
				font-weight: 400;
				text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
				padding: 16px;
				border-bottom: 2px groove rgba(40,40,40,0.1);
				margin-bottom: 10px;
				
			}
			
			div#footer div.contact div.cinfo div.citem
			{
				margin-bottom:12px;
			}
			
			div#footer div.contact div.cinfo div.citem h4
			{
				padding-bottom:4px;
			}
			
			div#footer div.contact div.cinfo div.citem p a:link
			{
				color:#868686;	
				text-decoration:none;
				text-shadow:1px 1px 1px rgba(0,0,0,0.3);
			}
			
			div#footer div.contact div.cinfo div.citem p a:visited
			{
				color:#868686;
			}
			
			div#footer div.contact div.cinfo div.citem p a:hover
			{
				color:#c6c6c6;
			}
			
			div#footer div.contact div.cinfo div.citem p a:active
			{
							
			}
			
			div#footer div.form div.buttons input.send
			{
				border:1px solid rgba(80,210,255,0.4);
				border-radius:8px;
				box-shadow:2px 2px 2px rgba(10,10,10,0.6);
				background-color:transparent;
				color:#868686;
				font-weight:400;
				font-size:13px;
				display:inline-block;
				padding:10px;
				width:131px;
				text-transform:uppercase;
				background-image:linear-gradient(to bottom, rgba(61, 61, 61, 0.4), rgba(40, 40, 40, 0.7));
				margin-right:4px;
				
			}
			
			div#footer div.form div.buttons input.send.disabled
			{
				border:none;
				background-color:#f2f2f2;
				color:#d6d6d6;
			}
			
			div#footer div.form div.buttons input.send:hover
			{
				background-image:linear-gradient(to top, rgba(80, 210, 255, 0.4), rgba(90, 230, 255, 0.7));	
				color:#fff;
				font-weight:300;
			}
			
			div#footer div.form div.buttons input.send:active
			{
				box-shadow:none;
			}
			
			
			div#footer div.form div.buttons input.reset
			{
				border:1px solid rgba(255,140,40,0.4);
				border-radius:8px;
				box-shadow:2px 2px 2px rgba(10,10,10,0.6);
				background-color:transparent;
				color:#868686;
				font-weight:400;
				font-size:13px;
				display:inline-block;
				padding:10px;
				width:131px;
				text-transform:uppercase;
				background-image:linear-gradient(to bottom, rgba(61, 61, 61, 0.4), rgba(40, 40, 40, 0.7));
				margin-left:4px;
				
				
			}
			
			div#footer div.form div.buttons input.reset:hover
			{
				background-image:linear-gradient(to bottom, rgba(255, 140, 40, 0.4), rgba(140, 20, 0, 0.7));	
				color:#fff;
				font-weight:300;
			}
			
			div#footer div.form div.buttons input.reset:active
			{
				box-shadow:none;
			}
			
			
			div#footer div#contact div#cform div.modal
			{
				display:none;
				border-radius:8px;
				border:2px outset rgba(140,140,140,0.4);
				min-width:90%;
				/*min-height:200px;*/
				margin-left:auto;
				margin-right:auto;
				position:absolute;
				top:40%;
				background-color:rgba(20,20,20,0.8);
				padding-bottom:20px;
			}
			div#footer div#contact div#cform div.modal h2
			{
				color:#f2f2f2;
				font-weight:400 !important;
				border-bottom:2px groove rgba(10,10,10,0.8);
				margin:10px;
				font-size:14px;
			}	
			
			div#footer div#contact div#cform div.modal p
			{
				color:#f2f2f2;
				font-weight:400;
				padding:10px;
				margin:10px;
				font-size:12px;
			}
			
			div#footer div#contact div#cform div.modal p.error
			{
				color:#d62200;
			}
			
			div#footer div#contact div#cform div.modal div.close
			{
				position: absolute;
				top: 0px;
				color: #F2F2F2;
				right: 0;
				margin-right: 10px;
				margin-top: 4px;
				/*border: 1px inset rgba(140,140,140,0.4);*/
				padding: 4px;
				cursor: pointer;
				opacity:0.5;
				
			}
			
			div#footer div#contact div#cform div.modal div.close img
			{
				width:16px;
				height:16px;
				
			}
			
			.hide
			{
				display:none;
			}
			
			
			
