/**
 * core.css 
 * Main Stylesheet for the Neil Perone Homes
 * @author Tony Collings
 * @package NPH
 * @version 1.0 
 * @date Jan 2013
 */
 
 
/*	HTML Overrides
	------------------------------------------------------------------------- */ 
	body{
		background-color: #000; 
		color: #fff; 
		font-family: Helvetica neue,Helvetica,Arial,sans-serif;
		font-size: 12px;
		line-height: 20px; 	
		margin: 0px; padding: 0px; 	
		-webkit-text-size-adjust: none; /* Prevent iOS from text resizing */ 
	}	
	form,input,select,textarea{
		font-family: Helvetica neue,Helvetica,Arial,sans-serif;	
	}
	a {
		color: #ffbb00; 
		text-decoration: none; 	
	}
	a:hover {
		color: #ffbb00; 	
		text-decoration: underline; 	
	}
	/* To remove unwanted outlines in IE on hyperlink:focus */ 
	a:active, a:focus { 
		border: none;
		outline: none;
	}
	h1,h2,h3,h4 {
		display: inline-block; margin: 0px; padding: 0px;
		font-weight: 300 !important;  	
	}
	h1{
		font-size: 32px; 	
	}
	h2{
		font-size: 28px; 
	}
	h3{
		font-size: 24px; 
	}
	h4{
		font-size: 20px; 
	}
	.icon {
		display: inline-block; vertical-align: middle; margin: 0px; margin-right: 10px; 	
	}
	
	h1.page-title {
		display: block; clear: both; 
		line-height: 110%; 
	}
	
	ul.crumbs{
		font-size: 28px; 
		display: block; 	
		padding: 0px; margin: 0px; 
		padding-bottom: 20px; 
		border-bottom: 1px solid #fff; 
		margin-bottom: 20px; 
	}
	ul.crumbs li {
		display: inline-block; margin-left: 10px;
		vertical-align: middle;
		line-height: 100%;   
	}
	ul.crumbs li:first-child{
		font-size: 16px; 
		margin-left: 0px; 
		margin-top: 3px; 
	}
	
	div.no-script{
		display: block; 
		position: absolute; 
		top: 0px; left: 0px; 
		z-index: 6000000; 
		color: #fff; 
		width: 100%; 
		font-size: 14px; 
		background-color: #ce3816; 
	}
		.no-script h3{
			display: block; 
			margin: 0px; 
			padding: 20px; 
			font-size: 32px; 
		}
		.no-script p{
			display: block; 
			margin: 0px; 
			padding: 20px; padding-top: 0px; 
		}
		
		.microdata {
			display: none; 	
		}
	
	
	/* Stuff for random debugging */ 
	div#debugging {
		width: 300px; 
		height: 300px; 
		overflow: auto; 
		overflow-y: auto; 
		overflow-x: none; 
		color: #fff; 
		position: fixed; 
		bottom: 10px; right: 10px;
		z-index: 3000000000; 
		padding: 20px;  
		font-size: 10px; 
		-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
		-webkit-border-radius: 10px;
    	border-radius: 10px;		
	}
	div#debugging h1 {
		font-size: 12px; font-weight: normal;
	}	
		span.debug-opacity{
			width: 100%; height: 30000px; display: block; 
			padding: 40px; 
			position: absolute; 
			top: -40px; left: -40px; 
			background-color: #000; opacity: 0.5; 
			z-index: -1; 		
		}



/*	Global
	------------------------------------------------------------------------- */ 
	
	.inner{
		width: 1024px; 
		margin: 0px auto; 
		position: relative; 
	}
	.txt-left {
		text-align: left !important; 	
	}
	.txt-right {
		text-align: right !important; 	
	}
	.txt-center {
		text-align: center !important; 	
	}
	
	.colgroup{
		display: block; clear: both; 	
	}
	.col {
		display: block; float: left; 	
	}
	.clear {
		display: block; clear: both; 	
	}
	
	
	.marcellus{
		font-family: 'Marcellus SC', serif;
	}

	/*
	.open-sans{
		font-family: 'Open Sans', sans-serif; font-weight: 300; 	
	}
	.homenaje {
		font-family: 'Homenaje',sans-serif; 	
	}
	.unna{
		font-family: 'Unna',Georgia,Times New Roman,Times,serif;		
	}
	.green-text {
		color: #7cc045;	
	}
	ul.green-middot {
		list-style-image:url('img/green-middot.jpg') !important;	
	}
	img.green-border{
		display: inline-block; 
		border: 1px solid #7cc045; 
		margin: 15px; 
	}
	.double-border{
		border: 2px double #000;
		background-color: #fff;  
	}
	*/
	

	ul.social-share  {
		display: block; margin: 0px; padding: 0px; list-style-type: none; 
		line-height: 100% !important; vertical-align: middle; 
		font-size: small; 	
		margin: 20px 0px; 
		position: absolute;
		width: 500px; 
		top: -30px; right: -90px;  
		z-index: 500000; 
	}
	ul.social-share li {
		margin: 0px; padding: 0px; 
		margin-left: 20px; 
		display: inline-block; 
		vertical-align: middle; 
	}
	ul.social-share li:first-child {margin-left: 0px; }
	ul li.facebook{}
	ul li.google{}
	ul li.pinterest {margin-left: -15px;}
	ul li.twitter {margin-left: -15px; }
	
	
	span.polaroid-image {
		display: inline-block; 
		padding: 10px; 
		background-color: #fff; 
		-webkit-border-radius: 5px;
    	border-radius: 5px;
		-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	}
	span.polaroid-image img {
		border: 1px solid #ebebeb; 	
	}

/*	Layout
	------------------------------------------------------------------------- */ 
	
	#viewport {
		text-align: center; 
		width: 100%; height: 100%; 
		min-width: 1024px;
	}	
	
	div#page-wrapper {
		position: absolute; 
		width: 100%; 
		min-width: 1024px; 
		min-height: 100%; 
		top: 0px; 
		left: 0px; 
		z-index: 500;
		margin: 0px; padding: 0px; 
		text-align: left; 
		overflow: hidden; 
		
	}
	
	
	div#global-background-image,
	div#local-background-image {
		width: 100%; height: 100%; max-height: auto; 
		position: fixed; top: 0px; left: 0px; 
		z-index: 5; overflow: hidden; 
		text-align: center; 
	}
	
	div#global-background-image img,
	div#local-background-image img {
		width: 100%; height: auto;
		position: absolute; left: 0px; 

		/*	
		-webkit-filter: blur(5px);
		*/
	}
		span#background-opacity{
			display: block; 
			position: absolute; 	
			z-index: 8; 
			top: 0px; left: 0px; width: 100%; height: 100%; 
			background-color: #dedede; 
			opacity: 0.5; 
		}
		
	@media all and (orientation: landscape){
		div#global-background-image img,
		div#local-background-image img {
			width: 100%; height: auto;
		}	
	}
	@media all and (orientation: portrait){
		div#global-background-image img,
		div#local-background-image img {
			width: auto; height: 100%  !important; 
		}	
	}	

		
	/* Header */ 
	div#header{
		width: 100%; 
		position: fixed; top: 0px; left: 0px; z-index: 1000; 
		text-align: left; 
		display: block; 
		background: #000 url('img/shading/header-shading.png') left top repeat-x; 
		height: 70px; 
	}
	#header .inner {
		height: 100%;	
		position: relative; 
	}
	/*
	#header a {
		color: #fff; 	
	}
	#header a:hover{
		color: #fff; 
		text-decoration: none !important; 
	}
	*/

	#header h1{
		margin: 0px; padding: 0px; 
		display: inline-block; 
		color: #fff; 
		position: absolute; top: 5px; left: 40px; 
		line-height: 100%; 
		font-size: 35px; 
		text-align: left; 
		z-index: 30000; 
	}
	
	#header h1 a,
	#header h1 a:hover{
		display: block; width: 100%; height: 100%; 
		color: #fff; text-decoration: none;
		line-height: 1em; 
	}
	
	#header h1 span {
		display: block; clear: both; 
		text-align: right; 
		width: 100%; line-height: 100%; 
		letter-spacing: 1px; 
		font-size: 14px; 	
	}

	
		span.header-shadow{
			width: 100%; height: 10px; 
			background: transparent url('img/shading/header-shadow.png') left top repeat-x; 
			position: absolute; bottom: -10px; left: 0px; 	
			opacity: 1; 
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
			filter: alpha(opacity=100); 				
		}

	
	
	div#primary-nav {
		/*
		background: #999999 url('img/shading/header-gradient.png') left bottom repeat-x;
		*/
		height: 100%; 
		color: #fff;  
		text-align: right; 
		display: inline-block; 
		width: inherit; 
		position: absolute;
		top: 0px; 
		right: 10px; 		
	}
	
	div#primary-nav ul{
		display: inline-block;  
		top: 0px; right: 0px; 
		text-align:right;
		width: auto;   	
		margin: 0px; padding: 0px; list-style-type: none; 
		font-size: 15px; 
		height: 100%; /* Height of header */ 
	}
	div#primary-nav ul li {
		/*
		display: inline-block; 
		*/
		float: left; 
		height: 100%;
		line-height: 100%; vertical-align: middle; 
		margin: 0px; padding: 0px; border: 0px; 
	}
	
	
	div#primary-nav ul li:first-child a{border-left: 0px; }
	div#primary-nav ul li:last-child a,
	div#primary-nav ul li.last-item a{
		border-right: 0px; 	
	}
	
	div#primary-nav ul li a{
		margin: 0px; 
		display: block; 
		color: #fff; 
		text-decoration: none; 
		height: 40px;
		margin-top: 15px; 
		line-height: 40px; vertical-align: middle; 
		padding: 0px 15px; 
		border-left: 1px solid #323232; 
		border-right: 1px solid #000; 
		text-shadow: 0px -1px 0px #000000;
        filter: dropshadow(color=#000000, offx=0, offy=-1);	

	}

	div#primary-nav ul li.selected a,
	div#primary-nav ul li a:hover{
		text-decoration: none; 	
		background: #999999 url('img/shading/nav-focus-gradient.png') left top repeat-x; 
		color: #fff;  

		text-shadow: 0px 1px 0px #ff8900;
        filter: dropshadow(color=#ff8900, offx=0, offy=1);			

	}
	
			/* Sub Menus */ 
			/*
			li.has-sub-menu ul {
				display: block; 
				position: absolute; 
				z-index: 300000; 
				top: 55px;   
				right: -10px; 
				width: 200px; 
				height: auto; 
				color: #fff; 
				background-color: #3e4c4c; 
				text-align: left !important; 
				margin: 0px !important;
				padding: 8px 0px !important;
				-webkit-border-radius: 0px 0px 8px 8px;
        		border-radius: 0px 0px 8px 8px;		
				-webkit-box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, 0.3);
        		box-shadow:  0px 3px 5px 0px rgba(0, 0, 0, 0.3);	
			}
			li.has-sub-menu ul span.sub-menu-arrow{
				position: absolute; top: -9px; right: 10px; 
				display: block; 
				background-color: #353535; 
				width: 20px; height: 9px; 
				background: transparent url('img/ui/submenu-arrow.png') left top no-repeat; 	
			}
			li.has-sub-menu ul li {
				text-align: left !important; 
				display: block; width: 180px;  
				margin: 0px !important; padding: 0px !important; 
			}
			li.has-sub-menu ul li a {
				-webkit-border-radius: 0px;
				border-radius: 0px;	
				text-align: left !important; 
				background-color: #3e4c4c; 
				background-image: none; 
				color: #fff; 
				border: 0px; 
				width: 100%;  
				display: block; 
				padding: 10px !important; 
			}
			li.has-sub-menu ul li a:hover {
				background-color: #3a4141; 	
			}
			*/
	
	
	/* Footer */ 
	div#footer{
		height: 200px; 
		width: 100%;
		position: absolute; 
		bottom: 0px; left: 0px; 
		z-index: 1000; 
		color: #fff; 	
	}
	#footer .inner{
		padding: 20px 0px; 	
	}
	
	#footer ul.social-networking {
		display: inline-block; list-style-type: none;  	
		margin: 0px !important; padding: 0px !important; 
	}
	#footer ul.social-networking li {
		display: inline-block; 	
		vertical-align: middle; 
		width: 30px; height: 30px; line-height: 30px; 
		margin: 0px !important; padding: 0px !important; 
		margin-left: 10px !important; 
	}
	#footer ul.social-networking li;first-child {}
	#footer ul.social-networking li a {
		display: block; width: 30px; height: 30px; line-height: 30px; 
		vertical-align: middle; 
		-webkit-border-radius: 5px;
		border-radius: 5px;
		overflow: hidden;
	}
	
	#footer a,
	#footer a:hover {
		color: #fff; 
	}

		span.copyright{
			font-size: 12px; 		
			display: inline-block; 
			margin-top: 5px; 	
		}

		
		.footer-opacity{
			display: block; width: 100%; height: 100%; 
			position: absolute; top: 0px; left: 0px; 
			opacity: 0.55; 
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";  
			filter: alpha(opacity=55);
			background-color: #000;  
			z-index: -1; 			
		}
		.footer-shadow{
			display: block; width: 100%; height: 10px; 
			position: absolute; top: -10px; left: 0px; 
			background: transparent url('img/shading/footer-shadow.png') left bottom repeat-x; 	
			opacity: 1; 
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
			filter: alpha(opacity=100); 				
		}	
		.footer-links {
			position: absolute; 
			top: 10px; 
			right: 20px; 	
		}
		.footer-links ul.promos img {
			width: 60px; height: 60px;
			position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; margin: auto auto;  		
		}
		.footer-links ul.promos li {
			display: inline-block;
			padding: 5px;
			width: 65px; height: 65px; 
			position: relative; 
			background-color: #fff; 
		}
		.footer-links ul.promos li:first-child {
			display: block; 
			margin-top: 0px; padding: 0px !important; 
			background-color: transparent !important; 
			height: auto !important; 
			width: 100% !important; 
		}	
		
			ul.links-group{
				list-style-type: none; 
				display: inline-block; 	
				margin-right: 50px; 
				vertical-align: top; 
			}
			ul.links-group li:first-child{
				font-size: 18px;
				margin-bottom: 10px;  	
			}
				ul.networking-icons{
					display: inline-block; list-style-type: none; 
					padding: 0px; margin: 0px; 
				}
				ul.networking-icons li {
					display: inline-block; margin-left: 10px; 	
				}
				ul.networking-icons li:first-child {
					margin-left: 0px; 	
				}
				
				
	
	
	
/*	GLOBAL CONTENT 
	--------------------------------------------------------------------- */ 

	div.page-content {
		background-color: transparent;
		padding: 0px;
		position: relative;
		text-align: left !important;
		
		/* Remove the following 2 lines to revert back to 100% width */ 
		float: right; 
		width: 550px; 
		
		/*
		-webkit-border-radius: 8px;
    	border-radius: 8px;	
		*/
		height: 100%; 
	}
	span.page-content-opacity {
		display: block; width: 100%; height: 100%; 
		position: absolute; top: -20px; left: -20px; padding: 20px; 
		background-color: #000; 
		opacity: 0.5;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
		filter: alpha(opacity=50);  
		z-index: -1; 
		-webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.5);
        box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.5);			
	}
	span.page-content-opacity-layer-2{
		display: block; width: 100%; height: 100%; 
		position: absolute; top: 0px; left: 0px; 
		background-color: transparent; 
		z-index: -1; 			
	}	

	/*
	body#homepage .page-content {
		background-color: transparent; 
		-webkit-box-shadow: none; 
		box-shadow: none; 	
	}
	*/

	div#content {
		position: relative; 
		z-index: 30; 
		min-height: 550px; 
		margin-bottom: 300px !important; /* Footer Compensation */
		margin-top: 120px !important; /* Header Compensation */ 
	}	
	
	
	

/*	FORMS
	------------------------------------------------------------------------- */ 
	form {
		font-family: Helvetica neue,Helvetica,Arial,sans-serif;
		color: #405050; 
		text-align: left; 
		padding: 20px; 
	}
	input[type=checkbox],
	input[type=radio]{
		vertical-align: middle;
		padding: 0px !important; 
		margin: 0px !important; 	
	}
	input,select,textarea{
		font-family: Helvetica neue,Helvetica,Arial,sans-serif;
		font-size: 12px; line-height: 120%; 		
	}

	
	fieldset {
		border: 0px; 
		margin: 0px; padding: 0px; 
		position: relative; 
	}
	legend {
		
	}
	legend span {
		font-size: 32px;
		color: #405050 !important;
		display: inline-block; line-height: 100%; 
		margin-bottom: 30px; 
	}
	
	label{
		display: inline-block; 
		width: 85px; margin-right: 20px; 	
		color: #c0c0c0 !important;	
	}
	label.form-label{
		vertical-align: top; 
		margin: 8px 10px 0px 0px; /* margin-top: to match padding on .form-field */ 
		font-size: 18px; 
	}
	label span.label-hint{
		font-size: 12px; color: #c0c0c0 !important;
		display: block; clear: both; margin-top: 5px; line-height: 140%;  	
	}
	label.checkbox-label {
		width: auto !important; vertical-align: middle !important; 	
		font-size: 14px; margin-left: 10px;
		cursor: pointer !important;  
	}
	
	select {
		-webkit-appearance:none;
	}
	span.form-row {
		display: block; 
		clear: both; 
		margin-bottom: 20px; 
	}
		span.form-checkboxes{
			display: inline-block; 
			padding: 8px 18px; 	
		}
		span.file-upload {
			padding: 10px; 
			border: 1px solid #d0d4d5; 
			background-color: #ebefef;
			margin-left: -10px;  
		}
		span.file-upload a.ui-button {
			margin-left: 20px; 	
		}
		span.file-upload span.label-hint{
			margin: 0px 0px 0px 155px; 
			display: block; clear: both; 
			padding: 5px 0px; font-size: 11px; 
		}
	
	.form-errors{
		color: #ff8800; 	
	}
	
	input.form-field,
	textarea.form-field,
	select.form-field{
		padding: 12px 18px; 
		border: 1px solid #9d9d9d; 
		/*
		border-top: 1px solid #405050; 
		-webkit-border-radius: 5px;
    	border-radius: 5px;	
		*/
		background-color: transparent; 
		color: #fff !important; 
		-webkit-transition: box-shadow 500ms ease-out;
		-moz-transition: box-shadow 500ms ease-out;
		-o-transition: box-shadow 500ms ease-out;
		transition: box-shadow 500ms ease-out;		
		
	}
	input.form-field:focus,
	textarea.form-field:focus,
	select.form-field:focus{
		border: 1px solid #ff8800;
		-webkit-box-shadow:  0px 0px 10px 0px rgba(255, 136, 0, 1);
        box-shadow:  0px 0px 10px 0px rgba(255, 136, 0, 1);		
		/* 
		-webkit-box-shadow: inset 2px 2px 3px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 2px 2px 3px 1px rgba(0, 0, 0, 0.1);	
		*/
	}
	
	input[readonly],
	textarea[readonly],
	select[readonly],
	input[disabled],
	textarea[disabled],
	select[disabled],
	
	input[readonly]:focus,
	textarea[readonly]:focus,
	select[readonly]:focus,
	input[disabled]:focus,
	textarea[disabled]:focus,
	select[disabled]:focus {
		border: 0px; 
		border-bottom: 1px solid #7fc241; 
		background-color: transparent; 
		color: #405050 !important; 
		cursor: default !important; 
		-webkit-box-shadow: none; 
        box-shadow: none;	
		-webkit-border-radius: 0px;
    	border-radius: 0px;					
	}
	
	input[type=email]{
		background: transparent url('../images/icons/custom/email-icon.png') 8px 14px no-repeat;
		padding-left: 40px;  	
		width: 245px;
	}
	input[type=password]{
		background: transparent url('../images/icons/key.png') 8px 14px no-repeat;
		padding-left: 40px;  	
		width: 245px;
	}	
	input.search-field {
		background: transparent url('../images/icons/magnifier.png') 8px 14px no-repeat;
		padding-left: 40px; 			
	}
	
		
	
	div.form-buttons{
		display: block; clear: both; 
		margin: 20px 0px; 	
	}
		div.form-buttons a {
			display: inline-block; margin-left: 20px; cursor: pointer !important; 
		}
	

	
	input[type=submit],
	a.ui-button {
		display: inline-block; 
		cursor: pointer !important; 
		text-align: center; vertical-align: middle; 
		padding: 5px 10px !important; margin: 0px !important;  
		z-index: 500100; 	
		
		background: #fb6e58 url('img/shading/nav-focus-gradient.png') left top repeat-x; 
		color: #fff; 
		/* 
		text-shadow: 0px -1px 0px #e05846;
        filter: dropshadow(color=#e05846, offx=0, offy=-1);	
		*/
		text-decoration: none; 
		font-family: 'Marcellus SC', serif;		
		font-size: 18px; 
		
		border: 1px solid #ff8800; 
		
		/*
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);			
		*/ 		
	}
	input[type=submit]:hover,
	a.ui-button:hover {
		/*
		color: #221e1f; 
		text-decoration: none; 	
		background: #a2d96c url('img/shading/nav-focus-gradient.png') left top repeat-x; 
		color: #fff;  
		border: 1px solid #6ba21f; 
		text-shadow: 0px 1px 0px #5c9d1b;
        filter: dropshadow(color=#5c9d1b, offx=0, offy=1);			
		cursor: pointer !important; 
		*/
	}

	a.error-button {
		background-color: #d44514 !important;
		background-image: none !important; 	
		border: 2px solid #944124; 
		text-shadow: 0px 1px 0px #944124;
        filter: dropshadow(color=#944124, offx=0, offy=1);		
		color: #fff; 	
	}
	a.error-button:hover{
		border: 2px solid #944124; 	
		text-shadow: 0px 1px 0px #944124;
        filter: dropshadow(color=#944124, offx=0, offy=1);			
	}
	
	div.form-errors{
		/*
		background-color: #d44514; 
		*/
		color: #ff8800;
		padding: 10px; 
		/*
		-webkit-border-radius: 10px;
		border-radius: 10px;
		*/
		border: 1px solid #ff8800; 	
		/*
		-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		*/
		-webkit-box-shadow:  0px 0px 10px 0px rgba(255, 136, 0, 1);
        box-shadow:  0px 0px 10px 0px rgba(255, 136, 0, 1);			
		margin-bottom: 20px; 	
	}
		.form-errors h3 {
			display: block; clear: both; 
			font-size: 18px; 
			margin: 0px; padding: 0px; 
		}
		.form-errors p {
			display: block; clear: both; 
			margin: 10px 0px; padding: 0px; 
		}
		.form-errors ul {
			display: block; clear: both; list-style-type: none;
			margin: 0px; margin-left: 10px;  
			padding: 0px;  		
		}
		.form-errors ul li {
			display: block; margin-bottom: 5px; 
		}
		
		.form-errors a {
			font-weight: bolder; color: #fff; 			
			text-decoration: normal; 
		}
		.form-errors a:hover {
			text-decoration: underline; 
		}
		


	
	
	
	

/*	Overlays
	------------------------------------------------------------------------- */ 
	
	div.overlay{
		position: absolute; 
		width: 800px;
		left: 50%; margin-left: -400px; 
		top: 80px; 
		z-index: 500000; 
		padding: 20px; 	
		border: 2px solid #fb6e58;  
		background-color: #fff; 
	}
		span.overlay-opacity{
			position: absolute; 
			display: block; 
			width: 100%; height: 100%; padding: 40px; 
			left: -40px; top: -40px; 
			z-index: -1; 	
			background-color:#fff;  
			opacity: 0.55; 
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";  
			filter: alpha(opacity=55);   
			-webkit-border-radius: 10px;
			border-radius: 10px;
			-webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.3);
			box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.3);
		}
		a.overlay-close{


			display: inline-block; 
			cursor: pointer !important; 
			text-align: center; vertical-align: middle; 
			padding: 5px 10px !important; margin: 0px !important;  
			
			position: absolute; top: -20px; right: -20px; 
			z-index: 500100; 	
			
			background: #fb6e58 url('img/shading/nav-focus-gradient.png') left top repeat-x; 
			color: #fff;  
			text-shadow: 0px -1px 0px #e05846;
			filter: dropshadow(color=#e05846, offx=0, offy=-1);	
			
			text-decoration: none; 
			font-family: 'Unna',Georgia,Times New Roman,Times,serif;	
			
			font-size: 18px; 
			
			border: 2px solid #fff; 
			
			-webkit-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
			box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
			
		}
		
		div.overlay-content{
			text-align: center; 	
		}
		.overlay-content a.ui-button {
			margin: 20px 0px 10px 0px !important; 	
			font-family: 'Homenaje',sans-serif;
		}
		
		#google-map {
			width: 800px; 
			height: 600px; 	
		}
		
		
		div.wholescreen-overlay{
			width: 100%; height: 100%; 
			position: absolute; top: 0px; left: 0px; 
			color: #fff; 
			z-index: 2000; 
			text-align: center; 
		}
			.wholescreen-overlay span.opacity{
				display: block; 
				width: 100%; height: 100%; 
				position: absolute; top: 0px; left: 0px; 
				z-index: -1; 
				/*
				opacity: 0.9; 
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";  
				filter: alpha(opacity=90);   
				*/
				background: transparent url('img/shading/overlay-gradient.png') left top repeat-x; 
			}
			a.wholescreen-overlay-close {
				display: block; 
				width: 22px; height: 20px; 
				background: #dedede url('img/ui/minus-icon.png') left top no-repeat; 
				position: absolute; top: 30px; right: 25px; 
				cursor: pointer !important; 	
			}
			
			div.wholescreen-overlay-content{
				width: 1024px; 
				position: relative; 
				top: 10px; margin: 0px auto; 
				/*
				border-top: 1px solid #fff;	
				border-bottom: 1px solid #fff;	
				*/
				padding: 50px;
				/*
				-webkit-box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, 1.0);
        		box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, 1.0);				 
				*/
			}
			
