/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: 'titillium_webbold';
    src: url('fonts/titilliumweb-bold-webfont.eot');
    src: url('fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-bold-webfont.woff') format('woff'),
         url('fonts/titilliumweb-bold-webfont.ttf') format('truetype'),
         url('fonts/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




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

}




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

}


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

}



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

}




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

}

h1{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #307abd;
	
}

h2{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	color: #307abd;
}

h3{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #633c18;
}
h4{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bolder;
	color: #633c18;
}

h5{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:italic;
	color: #000;
}

h6{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

p{
    font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;

}
ol{
    font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;

}

ul{
    font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;

}

/* ==========================================================================
   Impression Design Base styles
   ========================================================================== */

html {
  background:url(../img/desert-spec-bg2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: black;
}

.wrapper {
  width: 960px;
 margin: 0 auto 0em;
}

section {
  width: 960px;
 margin: 0 auto 0em;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255);
/* RGBa with 0.6 opacity */
background: rgba(255, 255, 255, 0.9);

}

header h2{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#633c18;
	text-align:right;
	line-height:16px;
}

#sectionContent{
	width:95%;
	margin-top:24px;
	padding-left:25px;
	padding-right:25px;
}


#sectionContent ul {
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000;
     list-style-image: url('../img/house.png');
}


#sectionContentContact{
	width:95%;
	margin-top:24px;
	padding-left:25px;
	padding-right:25px;
}

#sectionContent ul {
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000;
   
}




#top{
	width:100%;
	height:125px;
	background-color:#fff;
	margin-top:-60px;}
	
#dspec{ position:absolute; width:400px; margin-left:-475px;}

.testim{padding-top:5px; padding-tbottom:5px; padding-left:20px; padding-right:20px; background-color:rgba(99,60,24,.7); margin-bottom:10px; border:solid 2px; border-color:rgba(99,60,24,1);}
.testim-font{color:white; font-weight:500;}
	
.call{ position:absolute;
	width:250px;
	z-index:99999; 
	height:60px;
	font-size: 2.3 em;
	color: #307abd;
	margin-left:550px;
	margin-top:35px;}
	
.inspections{width:970px;
			
			position:absolute;
			font-family: nexa_boldregular, Arial, Helvetica, sans-serif;
			font-size: .9em;
			color: #633c18;
			margin-top:100px;
			text-align:center;
}
	
.photoCarl{width:150px; 
	float:left; 
	margin-right:25px;
	border:2px solid #5175ba;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);}
.photoCarlText{width:700px; float:left; line-height:1em; margin-top:20px;}

.dent{margin-left:100px;}
#creiaNachi{float:left; width:105px; margin-right:15px;}
#nachiInfo{float:left; width:500px; padding-left:15px; padding-top:7px;}

/* ==========================================================================
   Impression Design custom styles
   ========================================================================== */

#logo{
	position: absolute;
	margin-top:20px;
	margin-left:480px;
	z-index: 999999;
	width: 365px;
	height: 70px;
}

#sprite{
	margin-top:-64px;
	position:relative;
	z-index:9999999;
}


#edTb img{
	margin: 32px;
	border: 2px solid white;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(204,255,0,1);
-moz-box-shadow: 0px 0px 25px 0px rgba(204,255,0,1);
box-shadow: 0px 0px 25px 0px rgba(204,255,0,1);
-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
     transform: rotate(7deg);
}

A.phoneHome {color:#307abd;}
A.phoneHome:link  {text-decoration: none; color: #307abd;}
A.phoneHome:visited {text-decoration: none; color: #307abd;}
A.phoneHome:hover {text-decoration: underline; color: #307abd;}
A.phoneHome:active {text-decoration: none; color: #307abd;}

.creia{width:110px;}

/* ==========================================================================
   NavBar
   ========================================================================== */
nav{
	width: 100%;
	height:52px;
	background:url(../img/desert-spec-footer.jpg);
}


nav ul{
	display:inline-block;
	margin-left: -15px;
	margin-top:15px;
}

nav ul li{
	float:left;
	list-style:none;
}

nav ul li a{
	font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #fff;
	text-decoration: none;
	padding: 15px 9px 14px 9px;
}

nav ul li a:hover{
	color: #fff;
	background: rgba(0, 0, 0); /* Fallback */

	background-color: rgba(0, 0, 0, 0.4);


}

.navBorder{
	width: 100%;
	height: 2px;
	background:url(../img/desert-spec-nav-border.jpg);
}

/* ==========================================================================
   NavBar SUBMENU
   ========================================================================== */


nav ul ul {
	display: none;
	background:url(../img/desert-spec-bg.jpg);
	border-bottom: 1px solid #323232;
	border-right: 2px solid #323232;
	border-left: 2px solid #323232;
	text-align:left;
	position: absolute;
	margin-left:-2px;
	margin-top: 4px;
	height:auto;
	z-index:99999999;		
}



	nav ul li:hover > ul {
		display: block;
		width: 140px;
	}



	nav ul ul li {
		float: none;
		position: relative;
		margin-top: 4px;
		margin-left:-40px;
	}
		
		nav ul ul li a {
			float: none;
			margin-bottom: 0px;
			margin-left: 0px;
            padding: 4px 4px 4px 12px;
            position: relative;  
			display: block;
			width: 164px;
			font-family: nexa_lightregular, Arial, Helvetica, sans-serif;
	font-size:1em;
			color:#fff;
		}	
			nav ul ul li a:hover {
				color:#fff;
				background:url(../img/the-condos-at-indian-palms-footer.jpg);
				-webkit-box-shadow: 0px 0px 05px 0px rgba(204,255,0,1);

-moz-box-shadow: 0px 0px 05px 0px rgba(204,255,0,1);

box-shadow: 0px 0px 05px 0px rgba(204,255,0,1);

			}
			
		
nav ul ul ul {
	display: none;
	background: #CF2228;
	border-bottom: 1px solid #323232;
	border-right: 2px solid #323232;
	border-left: 2px solid #323232;
	text-align:left;
	position: absolute;
	margin-left:180px;
	margin-top: -26px;
	height:auto;
	z-index:99999999;		
}

nav ul ul ul li a {
			float: none;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-top:-16px;
            padding: 4px 0px 4px 16px;
            position: relative;  
			display: block;
			width: 164px;
		}	
		
/* ==========================================================================
   Footer
   ========================================================================== */
footer{
	width: 100%;
	height:100px;
	background-color: #633c18;
}

#footerLogo{
	position: absolute;
	margin-top:-200px;
	margin-left:30px;
}

#copyright{
	width:260px;
	margin-left:25px;
	float:left;
}

#copyright a{
	color: white;
	text-decoration: none;
}
#copyright p{
	font-size: 0.9em;
}

#footerInfo{
	width:600px;
	margin-right:25px;
	font-size: 0.9em;
	text-align:right;
	float:right;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}




.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
