@charset "utf-8";
/* CSS Document */
	#footer {
	z-index: 5000;
	position: relative;

	}
	#footerContainer {
	border-top-color: #000000;
	border-top-style: solid;
	/* [disabled]border-top-width: 6px; */
	background-attachment: fixed;
	}
	#footerDetailsContainer {
	box-sizing: border-box;
	width: 100%;
	padding-top: 0rem;
	padding-right: 0rem;
	padding-left: 0rem;
	padding-bottom: 2rem;
	/* [disabled]background-color: #ccc; */
	}
	#footerDetailsWrapper {
	/* [disabled]flex-wrap: wrap; */
	font-size: 16px;
	line-height: 20px;
	color: #000;
	}

	.footer-parallaxWrapper {
		width: 100vw;
		min-height:70vh;
		padding-top:20vh;
		box-sizing: border-box;
		transform-style: preserve-3d;
		overflow-x:hidden;
    	overflow-y:auto;
	}
	.footer-parallaxWrapper::before {
		content:"";
		width: 100vw;
		height: 100vh;
		top:0;
		left:0;
		background-image: url(../images/backgrounds/Call2Action/footer-m.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		position: absolute;
		z-index: -1;
		transform:translateZ(-1px) scale(2);
	}

	.smContainer {
		display: flex;
		flex-direction: row;
		margin-bottom: 10px;
		align-items: center; /* centers horizontally */
		margin-top: 0px;
		padding-top: 0px;
		/* [disabled]background-color: #ccc; */
		justify-content: center;
		}
		.sm {
		padding-right: 6px;
		padding-left: 0px;
		padding-bottom: 0px;
		text-align: center;
		/* [disabled]background-color: #ccc; */
		/* [disabled]padding-top: 6px; */
	}
	.sm img {
	width: 100%;
	height: auto;
	-webkit-transition: all .3s; /* For Safari 3.1 to 6.0 */
	transition: all .3s;
	}
	.sm img:hover {
	transform: scale(0.96);
	}
	.footerSMicon1 img {
	width: auto;
	margin-right: 16px;
	height: 60px;
	}
	.footerSMicon2 img {
	height: 80px;
	width: auto;
	margin-top: 44px;
	}
	.footerSMicon3 img {
	/* [disabled]height: 76px; */
	/* [disabled]width: auto; */
	}
	#smIconSidebar1 img {
	height: auto;
	width: 100px;
	}
	#smIconSidebar3 img {
		height: auto;
		width: 90px;
	}
	#smIconSidebar3 img {
		height: auto;
		width: 90px;
	}
	
	#contactContainer {
	flex-direction: column;
	padding-top: 2rem;
	/* [disabled]background-color: #FF0004; */
	/* [disabled]padding-left: 20px; */
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-bottom: 2rem; */
	}
	#contactHeader {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	opacity: .4;
	font-weight: bold;
	}
	#contactDetailsWrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 0.9rem;
	line-height: 1.3rem;
	margin-bottom: 6rem;
	padding-top: 1rem;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1em;
	/* [disabled]border-radius: 6px; */
	/* [disabled]border: 2px solid #FFFFFF; */
	background-color: rgba(86,86,86,0.70);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
	.contactColType {
		display: flex;
		flex-direction: column;
	}
	.contactColDetails {
	display: flex;
	flex-direction: column;
	align-items:center;
	color: #FFFFFF;
	}
	.contactType {
	/* [disabled]background-color: aliceblue; */
	padding-right: 10px;
	color: #D7D7D7;
	padding-left: 0px;
	}
	.contactDetails {
	}
	.contactDetails .phone a,.contactDetails  .email a {
		color: #000;
	}	
	.contactDetails .email a {
		text-decoration: none;
	}	
	.contactDetails .email a:hover {
		text-decoration: underline;
	}
	.contactDetails .phone a {
		cursor: default;
	}	
	#copyrightContainer {
	display: flex;
	justify-content: center;
	padding-top: 0.6rem;
	padding-bottom: 6rem;
	background-color: #000000;
	/* [disabled]border-top: 5px solid #ed1d24; */
	}
	#copyDetailsContainer {
		display: flex;
		flex-direction: column;
		color: #fff;
		align-items: center;
	}
	#copyDetailsWrapper {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	align-content: center;
	}
	#copyDetailsWrapperAddOn{
	display: flex;
	flex-direction: row;
	color: #ccc;
	padding-top: 4px;
	font-size: 0.8rem;
	}
	#copyDetailsYears {
	/* [disabled]display: block; */
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	text-align: center;
	}
	#copyDetailsCompany {
	display: block;
	width: 100%;
	text-align: center;
		
	}
	#copyDesignBy {
		padding-right: 16px;
	}
	#copyDesignBy a {
		color: inherit;
	}
	#copyDesignBy a:hover {
		color: #fff;
		text-decoration: underline;
	}
	#copyAllRights {

	}
	

@media only screen and (min-width: 660px) {
	#footerContainer {
	/* [disabled]display: flex; */
	/* [disabled]flex-direction: column; */
	/* [disabled]background-size: cover; */
	/* [disabled]background-image: url(../images/backgrounds/Call2Action/footer-l.jpg); */
	border-top-color: #FFFFFF;
	border-top-style: solid;
	/* [disabled]border-top-width: 2px; */
	}
	#footerDetailsContainer {
	/* [disabled]max-width: 1200px; */
	margin: 0 auto;
	}
	#footerDetailsWrapper {
	/* [disabled]display: flex; */
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	/* [disabled]padding-bottom: 20px; */
	justify-content: space-between;  /* pushes child elements to opposite ends */
	/* [disabled]background-color: aqua; */
	/* [disabled]padding-top: 30px; */
	}
	
	.footer-parallaxWrapper {
		min-height:70vh;
		box-sizing: border-box;
	}
	.footer-parallaxWrapper::before {
		background-image: url(../images/backgrounds/Call2Action/footer-l.jpg);
	}	
	
	.smContainer {
	flex-direction: row;
	flex-basis: auto;
	margin-bottom: 0px;
	/* [disabled]background-color: #fff; */
	margin-top: 24px;
	}
	.sm {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	.sm img {
	transform: scale(.9);
	}
	.footerSMicon1 img {
	width: auto;
	margin-right: 16px;
	height: 92px;
	}
	.footerSMicon2 img {
	height: 80px;
	width: auto;
	margin-top: 44px;
	}
	.footerSMicon3 img {
	/* [disabled]height: 76px; */
	/* [disabled]width: auto; */
	}
	
	#contactContainer {
	display: flex;
	justify-content: flex-end;
	/* [disabled]padding-right: 2.2rem; */
	/* [disabled]background-color: rgba(0,0,0,0.10); */
	padding-top: 3rem;
	padding-bottom: 0rem;
	/* [disabled]border-radius: 6px; */
	/* [disabled]padding-left: 2rem; */
	layer-background-color: #ccc;
	/* [disabled]max-width: 600px; */
	}
	#contactHeader {
	font-size: 1.4rem;
	}
	
	.contactColDetails {
	align-items: flex-start;
	}
	
	#contactDetailsWrapper {
	font-size: 1rem;
	line-height: 1.6rem;
	padding-right: 2.4rem;
	padding-left: 2.4rem;
	margin-top: 0px;
	padding-top: 1.5rem;
	/* [disabled]border-radius: 6px; */
	padding-bottom: 1.5rem;
	}

	#copyrightContainer {
	align-content: center;
	padding-top: 2.5rem;
	padding-bottom: 8em;
	flex-basis: 100%;
	min-height: 120px;
	}
	#copyDetailsContainer {
		flex-direction: column;
	}
	#copyDetailsWrapper {
	font-size: 0.9rem;
	flex-direction: row;
	}
	#copyDetailsWrapperAddOn{
	font-size: 0.8rem;
	padding-top: 4px;
	}
	#copyDetailsYears {
	display: inline;
	width: auto;
	text-align: right;
	margin-right: 6px;
	}
	#copyDetailsCompany {
	display: inline;
	width: auto;
	text-align: left;
	margin-left: 6px;
	}
	#copyAllRights {
		text-align: left;
	}
} 
