@charset "utf-8";
/* CSS Document for Joomla 3 styles */
/* ===========================
	FONT STYLES
	========================== */
body {
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	line-height: normal;
	text-align:justify;
	color:#453429;
}
a {
	color: #939598;
}
a:hover {
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Crimson Text', serif;
	color:#5e4738;
	font-weight:600;
}
h1 {
	font-size: 50px;
	font-weight: normal;
	line-height: 50px;
	margin:40px 0px;
}
h2 {
	font-size: 40px;
    font-weight: normal;
    margin: 20px 0px;
}
h3 {
	font-size: 1.8em;
	line-height: 26px;
}
h4 {
	font-size: 18px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 12px;
	line-height: 20px;
}
p {
	text-align:justify;
}
/* ======================
	GENERAL STYLES
	===================== */

header {
	background-color: #FAFAFA;
	border-top: 1px solid #748b5e;
	border-bottom: 1px solid #748b5e;
}
#logo > div > p > a > img {
	margin:10px;
}
#responsiveMenu89 {
	margin-top:22px;
	font-size: 18px;
	text-align:center;
}

#responsiveMenu89.responsiveMenuTheme1d.isDesktop a:hover, #responsiveMenu89.responsiveMenuTheme1d.isDesktop li.active > a, #responsiveMenu89.responsiveMenuTheme1d.isDesktop li > span.separator:hover {
    background-color: #fafafa;
}

.header_phone {
	color:#5e4738;	
	margin-top:30px;
	text-align:right;
	font-size: 38px; 
	font-weight: 600;
}
#mainContent {
	margin-top: 116px;
}
.callToAction {
	opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    /* background:transparent url('../../../images/page_section_backgrounds/call-to-action_woodgrain.jpg') no-repeat center top; */
    background-size:cover;
	padding:0px;

}
#callToActionInner {
	background-color: rgba(96, 70, 55, .90); 
	padding:100px 0px;
}
.callToAction button {
    background: #FAFAFA;
    color: #9aaf86;
    padding: 14px;
    border: 3px solid #9aaf86;
    font-size: 28px;
    border-radius: 25px;
    font-family: garamond;
}
.callToAction button:hover {
    background: #ffffff;
    color: #8c746a;
    padding: 14px;
    border: 3px solid #9aaf86;
    font-size: 28px;
    border-radius: 25px;
    font-family: garamond;
    font-weight: 600;
}
.whyMikesSub {
	font-size:30px;
}	
footer {
	background-color:#e5e0de;
	padding: 40px 0px 10px;
	border-top: 1px solid #748b5e;
	border-bottom: 1px solid #748b5e;
}

/* ======================
	Home Page STYLES
	===================== */
	
#itemid-101 #home_hero {
	background-image: url('../../../images/pages/home/home_background.jpg');
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#home_hero > div:nth-child(1) {
	font-size: 40px;
    color: #ffffff;
    text-align: center;
    padding-top: 307px;
}

#home_hero > div:nth-child(2) {
	text-align:center;
}

#home_hero > div:nth-child(2) > a > img {
	margin-top: 460px;
    height: 80px;
	margin-bottom: 34px;
}

section#home_tagline {
	padding:100px 0px;
	background-color: #bb9e8c;
}

#home_tagline > div {
	font-family: 'Alex Brush', cursive;
	font-size:50px;
	text-shadow: 2px 2px 6px black;
	color:#fafafa;
	text-align:center;
}

/* ======================
	Who We Are Page STYLES
	===================== */
	
#Who_MikeMarthaler {
	opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    background:transparent url('../../../images/page_section_backgrounds/who-we-are_mike-marthaler_background.jpg') no-repeat center top;
    background-size:cover;
	padding: 125px 0px;
}

#Who_MikeMarthaler_Inner {
	background-color: rgba(224, 230, 219, 0.6);
	padding:50px 0;
}

#Who_MikeMarthaler_Inner > div > div {
	background-color:rgba(250, 250, 250, 0.65);
	padding:10px 30px;
	border-radius:15px;
	box-shadow: 4px 1px 20px -6px;
}

#Who_ServingCommunity {
	opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    background:transparent url('../../../images/page_section_backgrounds/who-we-are_serving_community_background.jpg') no-repeat center top;
    background-size:cover;
	padding:0px;
}

#Who_ServingCommunity_Inner {
	background-color:rgba(250, 250, 250, 0.75);
	padding:100px 0;
}

#Who_ServingCommunity > div > div > div {
	border: 2px #9BAF89 solid;
    padding: 60px 20px;
    border-radius: 3px;
	background-color: rgba(250, 250, 250, 0.82);
}

#Who_ServingCommunity_Inner > div > div > div > div > div > div > img {
	border-radius:5px;
	box-shadow: 4px 1px 20px 2px;
}

/* ======================
	Why Choose Mike's Page STYLES
	===================== */
	
#Why_Character > div {
	padding:20px;
	background-color:#e5e0de;
	box-shadow: 4px 1px 20px -6px;
}

#Why_Quality > div {
	padding:20px;
	background-color:#e0e6db;
	box-shadow: 4px 1px 20px -6px;
}

#Why_Character > div > img, #Why_Quality > div > img {
	border-radius:5px;
}

#Why_Services {
	background-color: #bb9e8c;
    padding: 15px;
    border-radius: 2px;
    margin-bottom:50px;
}

#Why_Services_Inner > div > div {
	background-color: #ffffff;
	padding:12px;
	border-radius:2px;
	box-shadow: 4px 1px 20px 2px;
}

#Why_Services > div > div > div > div > a > img
 {
	border-radius: 5px;
}

#Why_Services > div > div > div > div.Why_Services_Heading {
	text-align: center;
    font-size: 30px;
    margin: 10px;
	color:#5D482D;
}

#Why_Services_Inner > div > div > div.Why_Services_Heading > a {
	text-decoration: none;
    color: #5D482D;
    font-size: 40px;
	transition: 0.5s;
}

#Why_Services_Inner > div > div > div.Why_Services_Heading > a:hover {
	color: #8B9968;
}

/* ======================
	Construction Page STYLES
	===================== */
	
#construction {
	opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    background:transparent url('../../../images/page_section_backgrounds/construction_background.jpg') no-repeat center top;
    background-size:cover;
	padding:0px;
}

#constructionInner {
	background-color: rgba(224, 230, 219, 0.75);
	padding:10px 0;
}

#constructionInner > div > div > div {
	background-color: rgba(250, 250, 250, 0.7);
	padding: 10px 30px 20px 30px;
	border-radius:5px;
}

#constructionInner > div > div > div h1{
	margin:30px 0 0 0;
}

#constructionInner > div > div > div:nth-child(1) > div > p {
	padding-top:20px;
}

#constructionInner > div > div > div > section {
	background-color: rgba(250, 250, 250, 0.3);
	padding:20px;
}

#constructionInner > div > div > div > section:nth-child(5) > div {
	margin:30px 0;
}

#constructionInner > div > div > div > section > div > div.span3 > img {
	border-radius:3px;
	box-shadow: 2px 1px 20px 0px;
}

/* ======================
	Mechanical Page STYLES
	===================== */
	
#mechanics {
	opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    background:transparent url('../../../images/page_section_backgrounds/mechanics_background.jpg') no-repeat center top;
    background-size:cover;
	padding:0px;
}

#mechanicsInner {
	background-color: rgba(239, 236, 235, 0.75);
	padding:10px 0 0 0;
}

#mechanicsInner > div > div > div {
	background-color: rgba(250, 250, 250, 0.7);
	padding: 10px 30px 20px 30px;
	border-radius:5px;
}

#mechanicsInner > div > div > div h1{
	margin:30px 0 0 0;
}

#mechanicsInner > div > div > div:nth-child(1) > div > p {
	padding-top:20px;
}

#mechanicsInner > div > div > div > section {
	background-color: rgba(250, 250, 250, 0.3);
	padding:20px;
}

#mechanicsInner > div > div > div > section:nth-child(5) > div {
	margin:30px 0;
}

#mechanicsInner > div > div > div > section:nth-child(5) > div > div.span4 > img {
	border-radius:3px;
	box-shadow: 2px 1px 20px 0px;
}

/* ======================
	Finish Page STYLES
	===================== */
	
#finish {
	opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    background:transparent url('../../../images/page_section_backgrounds/finish_background.jpg') no-repeat center top;
    background-size:cover;
	padding:0px;
}

#finishInner {
	background-color: rgba(224, 230, 219, 0.88);
	padding:10px 0;
}

#finishInner > div > div > div {
	background-color: rgba(250, 250, 250, 0.7);
	padding: 10px 30px 20px 30px;
	border-radius:5px;
}

#finishInner > div > div > div h1{
	margin:30px 0 0 0;
}

#finishInner > div > div > div:nth-child(1) > div > p {
	padding-top:20px;
}

#finishInner > div > div > div > section {
	background-color: rgba(250, 250, 250, 0.3);
	padding:20px;
}

#finishInner > div > div > div > section:nth-child(5) > div {
	margin:30px 0;
}

#finishInner > div > div > div > section > div > div.span3 > img {
	border-radius:3px;
	box-shadow: 2px 1px 20px 0px;
}

/* ======================
	Testimonials Page STYLES
	===================== */
	
.testimonial {
	margin: 50px 0px;
}

/* ======================
	Gallery STYLES
	===================== */
	
#mainContent > div > div:nth-child(1) > div > div > p {
	font-size:20px;
}

#mainContent > div > div:nth-child(1) > div > div > p > a {
	color:#5e4738;
	text-decoration:none;
    transition: 0.5s;
}

#mainContent > div > div:nth-child(1) > div > div > p > a:hover {
	color:#9b755d;
}
	
.igui-scope {
	background-color: #e0e6db;
    padding: 30px;
}

#gallery-scope-2.igui-scope {
	background-color:#ffffff;
}

.igui-lightbox {
	margin-top:116px;
}

#ig-menu-grid-2 > div.ig-menu-grid-item > a > div > h3 {
    text-align: center;
    font-size: 30px;
	margin-bottom:0px;
}

a.igui-inline {
    text-decoration: none !important;
}

.igui-scope h1 {
	font-family: 'Crimson Text', serif;
    color: #5e4738;
	font-size: 50px;
    font-weight: normal;
    line-height: 50px;
	padding-top: 20px;
}

#ig-menu-grid-2 {
	padding: 30px 30px 30px 0;
	background-color: #C5CAB3;
	margin:0px 30px 30px;
}

#ig-menu-grid-2 > div > a {
	background-color: #ffffff;
	padding: 20px;
	border-radius:30px;
	box-shadow: 4px 1px 20px -6px;
	color:#453429;
}

img.ig-menu-grid-image.notlazy, .igui-overlay-primary {
    border-radius: 10px;
}

#gallery-scope-2 > div:nth-child(1) > div > div > p {
	padding-top:20px;
}

.igui-inline {
	margin-bottom:20px;
}

.ig-slideshow-image {
	box-shadow: 5px 10px 18px #888888;
    padding: 25px;
    background: #FFF;
    border: 2px solid #CCC;
    position: relative;
    display: block;
}



/* ======================
	Getting Started - The Process Page STYLES
	===================== */
	
#GettingStarted_TheProcess {
	opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    background:transparent url('../../../images/page_section_backgrounds/getting-started_background.jpg') no-repeat center top;
    background-size:cover;
	padding:0px;
}

#GettingStarted_TheProcess_Inner {
	background-color: rgba(239, 236, 235, 0.7);
	padding:50px 0
}

#GettingStarted_TheProcess_Inner > div {
	background-color: rgba(252, 252, 252, 0.5);
	border:1px solid #5e4738;
	padding:0 30px;
}

#GettingStarted_GettingStarted {
	background-color:#e0e6db;
}

#GettingStarted_GettingStarted > div > div {
	border: 1px #FAFAFA solid;
    padding: 20px;
    border-radius: 15px;
    background-color: #efeceb;
}


/* ======================
	Contact Page STYLES
	===================== */
	
#mainContent > div.item-page > div > div > div > div > h2 {
	font-size:26px;
}
	
#Submit, #rsform_3_page_0 > div > div > div.rsform-block.rsform-block-submit > div.formControls > div > input.rsform-reset-button {
	background-color: #5e4738;
    background-image: none;
    font-size: 20px;
    padding: 10px;
    margin: 10px;
}

#mainContent > div.item-page > div > div > div > div > div > section:nth-child(1) {
	border:1px solid #5e4738;
	border-radius:2px;
	padding: 20px;
	background-color:#e5e0de;
}

#itemid-123 p > img {
    max-width: 120px;
    margin: 15px;
}

/* ======================
	Awards Module STYLES
	===================== */
	
#Awards > div > div > div > div > img {
	max-height: 175px;
}

/* ===================================================================================
	BOOTSTRAP MEDIA QUERIES OVERRIDES
	NOTE: The order of the media queries is important when styles overwrite each other
	================================================================================== 
*/
@media (max-width: 375px) {
	#home_hero > div:nth-child(2) > a > img {
    margin-top: 236px;
    height: 64px;
    margin-left: -23px;
	}
}
@media (min-width: 376px) and (max-width: 1024px) {
	#header_navigation {
		text-align:center;	
	}
	
	#home_hero > div:nth-child(1) {
		font-size: 32px;
		padding-top: 180px;
	}
	
	#home_hero > div:nth-child(2) > a > img {
        margin-top: 270px;
		height: 47px;
		margin-left: -13px;
		margin-bottom: 22px;
	}
    .footer_logo, .footer_address, .footer_phone {
		text-align:center;	
	}
}

@media (min-width: 1025px) and (max-width: 1440px) {
	.header_phone {
		text-align:center;	
		font-size:28px;
	}
	
	#home_hero > div:nth-child(2) > a > img {
		margin-top: 595px;
	}
	#mainContent {
		min-height:400px;		
	}
}
@media (min-width: 1680px) {
	#mainContent {
		min-height:525px;		
	}
}

@media (min-width: 980px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 979px) {
}
@media (min-width: 768px) and (max-width: 979px) {
	#mainContent {
		margin-top:0px;
	}
}
@media (max-width: 767px) {
	body {
		padding:0px;
	}
	#mainContent {
		margin-top:0px;
	}
	
	#logo > div > p {
		text-align:center
	}
	.header_phone {
		font-size:40px;
		text-align:center;
	}
	#Awards > div > div > div > div > img {
		margin:50px auto;
	}
	#Who_MikeMarthaler_Inner > div > div > div > div:nth-child(2) {
		padding:20px 0;
	}
	#Who_ServingCommunity_Inner > div > div > div > div > div > div.span4 {
		text-align:center;
		margin-bottom:40px;
	}
	#Why_Services_Inner > div > div {
		margin-bottom:50px;
	}
	#Why_Character > div > h2, #Why_Quality > div > h2 {
		text-align:center;
	}
	#constructionInner > div > div > div > section:nth-child(5) > div > div.span9 > p {
		margin: 0px 20px 0px;
	}

}
@media (max-width: 480px) {
	
	
}

