/*@font-face {
    font-family: 'pt_sans_narrowregular';
    src: url('/Shared/fonts/pt_sans-narrow-web-regular-webfont.eot');
    src: url('/Shared/fonts/pt_sans-narrow-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Shared/fonts/pt_sans-narrow-web-regular-webfont.woff2') format('woff2'),
         url('/Shared/fonts/pt_sans-narrow-web-regular-webfont.woff') format('woff'),
         url('/Shared/fonts/pt_sans-narrow-web-regular-webfont.ttf') format('truetype'),
         url('/Shared/fonts/pt_sans-narrow-web-regular-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

/* Main Styles */
body {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	background-color: #005050; /* darken($primary,22%) */
	background-image: url(../images/Site_Tile.png);
	font-size: 18px;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	font-family: 'Alike', Georgia, 'Times New Roman', serif;
	font-weight: 400;
}

a {
	text-decoration: none;
	outline: none;
	color: #006666; /* $primary */
}

a:hover {
	text-decoration: none;
}

.button {
	display: block;
	border-radius: 5px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #F8AB65;
	background-image: -webkit-linear-gradient(top,#2EB6B4,#006666);
	background-image: -moz-linear-gradient(top,#2EB6B4,#006666);
	background-image: -o-linear-gradient(top,#2EB6B4,#006666);
	background-image: linear-gradient(to bottom,#2EB6B4,#006666);
	padding: 10px 20px;
}

html.no-cssgradients .button {
	background-color: #f8ab66;
}

.button:hover {
	background-image: -webkit-linear-gradient(bottom,#4AD8D6,#209694); /* lighten($secondary,33%),$secondary */
	background-image: -moz-linear-gradient(bottom,#4AD8D6,#209694); /* lighten($secondary,33%),$secondary */
	background-image: -o-linear-gradient(bottom,#4AD8D6,#209694); /* lighten($secondary,33%),$secondary */
	background-image: linear-gradient(to top,#4AD8D6,#209694); /* lighten($secondary,33%),$secondary */
}

html.no-cssgradients .button:hover {
	background-color: #fac89b;
}

.hidefordesktop {
	display: none;
}
/* End Main Styles */

/* Mast head Styles */
#MastHead {
	display: block;
	padding: 15px 3% 15px;
	overflow: hidden;
}

#MastHead a {
	color: #8B8B8B; /* $header */
}

#MastHead .logo {
	float: left;
	position: relative;
	top: 1px;
}

#MastHead .logo img {
	max-width: 100%;
}

#MastHead div.phone {
	float: right;
	color: #006666; /* $primary */
	font-size: 28px;
	display: block;
	text-align: right;
	line-height: 39px;
}

#MastHead div.phone span.number {
	font-size: 40px;
	font-family: 'Alike', Georgia, serif;
	color: #8B8B8B; /* $header */
	padding-left: 2%;
	display: block;
}

#MastHead div.phone span.geoarea {
	display: block;
	color: #209694; /* $secondary */
	text-align: right;
	font-size: 25px;
}

#SocialFooter h5 {
	float: left;
	font-size: 18px;
	line-height: 31px;
	display: inline-block;
}
/* End Mast head Styles */

/* Top Navigation */
nav.top-nav {
	display: table;
	width: 100%;
	background-image: -webkit-linear-gradient(top,#006363,#00B8B8); /* darken($primary,3%),lighten($primary,20%) */
	background-image: -moz-linear-gradient(top,#006363,#00B8B8); /* darken($primary,3%),lighten($primary,20%) */
	background-image: -o-linear-gradient(top,#006363,#00B8B8); /* darken($primary,3%),lighten($primary,20%) */
	background-image: linear-gradient(to bottom,#006363,#00B8B8); /* darken($primary,3%),lighten($primary,20%) */
	background-color: #006666; /* $primary */
}

nav.top-nav ul {
	margin: 0px;
	padding: 0px;
	display: table-row;
}

nav.top-nav ul li {
	display: table-cell;
	list-style: none;
	text-align: center;
	padding: 0px 1%;
	border-right: solid 1px #005E5E; /* darken($primary,8%) */
	border-left: solid 1px #00E0E0; /* lighten($primary,30%) */
}

nav.top-nav ul li:first-child {
	border-left: none;
}

nav.top-nav ul li:last-child {
	border-right: none;
}

html.no-display-table nav.top-nav ul li {
	float: left;
}

nav.top-nav ul li a {
	color: #fff;
	display: block;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
	font-size: 18px;
	padding: 16px 0px;
}

nav.top-nav ul li a:hover {
	color: #61DEDC; /* $header */
	text-shadow: none;
}

#SmallMenu {
	float: right;
	padding: 5px;
	height: 4.2em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	margin-right: 2%;
}

#SmallMenu:before {
	font-family: 'icomoon-ult';
	content: '\e187';
	display: block;
	font-size: 30px;
	line-height: 37px;
	-webkit-transform: scale(1.3,1);
	-moz-transform: scale(1.3,1);
	-o-transform: scale(1.3,1);
	transform: scale(1.3,1);
}

#TopNavigation>.imenuitem {
	border-bottom: none !important;
}
/* End Top Navigation */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #ffffff;
	color: #006666; /* $primary */
	border: none;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 6px;
	padding: 17px 0px 6px 0px;
	text-align: left;
	min-width: 225px;
}

nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	position: absolute;
	top: -15px;
	left: 30px;
	font-size: 40px;
	line-height: 40px;
}

nav.top-nav div.iflylist div.iflylist {
	padding: 6px 0px;
}

nav.top-nav div.iflylist div.iflylist:before {
	display: none;
}

nav.top-nav div.ifly {
	background-color: #ffffff;
	border: none;
	border-top: solid 1px #ddd;
}

nav.top-nav div.ifly a {
	padding: 12px 25px;
	color: #006666; /* $primary */
	min-width: 150px;
	line-height: 1.5em;
	text-shadow: none;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
}

nav.top-nav div.iflyOver {
	background-color: #006666; /* $primary */
}

nav.top-nav div.ifly a.iflyOver {
	color: #8B8B8B; /* $header */
}

nav.top-nav div.iflyRight {
	background-image: none;
}

nav.top-nav div.iflyRight>a:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	margin-right: -27px;
	font-size: 20px;
}
/* End Flyout Menu */

/* Animation */
#Animation {
	height: 408px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom: solid 3px #209694; /* $secondary */
	background-color: #005050; /* darken($primary,22%) */
	background-image: url(../images/Site_Tile.png);
}

#Animation div.slide {
	height: 408px;
	position: absolute;
	width: 100%;
	display: none;
}

#Animation div.slide:first-child {
	display: block;
}

#Animation div.slide img {
	position: absolute;
	width: 100%;
	height: 408px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

div.slide div.info {
	position: absolute;
	left: 5%;
	background-color: rgba(0,0,0,0.561);
	padding: 20px 3%;
	bottom: 65px;
}

div.slide div.info h2 {
	font-size: 50px;
	color: #2EB6B4; /* $secondary */
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
}

div.slide div.info h3 {
	font-size: 60px;
	color: #fff;
}

div.slide div.info p {
	font-size: 24px;
	color: #f4f1d7;
	width: 70%;
	margin: 10px 0px;
}

div.slide div.info a {
	float: left;
}
/* End Animation */

/* CTAs */
.cta-list {
	padding-bottom: 20px;
	display: table;
	width: 100%;
}

.cta-list ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	display: table-row;
}

.cta-list ul li {
	padding: 0px;
	position: relative;
	text-align: center;
	color: #59626c;
	font-size: 16px;
	border-bottom: solid 1px #c6c6c6;
	border-right: solid 1px #c6c6c6;
	display: table-cell;
}

html.no-display-table .cta-list ul li {
	display: block;
	float: left;
}

.cta-list ul li>a {
	padding: 20px 2% 70px 2%;
	display: block;
}

@-moz-document url-prefix() {
	.cta-list {
		height: 100%;
	}

	.cta-list ul {
		height: 100%;
	}

	.cta-list ul li {
		height: 100%;
	}

	.cta-list ul li>a {
		height: 100%;
		position: relative;
	}
}

.cta-list ul.items1 li {
	width: 100%;
}

.cta-list ul.items2 li {
	width: 50%;
}

.cta-list ul.items3 li {
	width: 33.3%;
}

.cta-list ul.items4 li {
	width: 25%;
}

.cta-list ul li:first-child {
}

.cta-list ul li h2 {
	color: #8B8B8B; /* $header */
	font-size: 28px;
	padding: 8px 0px;
}

.cta-list ul li p {
	margin: 0px;
	color: #006666; /* $primary */
	font-size: 18px;
}

.cta-list ul li .button {
	width: 80%;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -40%;
}

.cta-list ul li:last-child {
	margin-right: 0%;
	border-right: none;
}
/* End CTAs */

/* Right Nav Styles */
.side {
	margin-bottom: 15px;
}

.side h2 {
	color: #8B8B8B; /* $header */
	font-size: 28px;
	margin: 0px 0px 10px 0px;
}

.side h2 a {
	color: #8B8B8B; /* $header */
}

.side-nav {
}

.side-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.side-nav ul li {
	border-radius: 5px;
	border: solid 1px #DCDCDC; /* lighten($header,70%) */
	margin: 0px 0px 5px 0px;
	background-image: -webkit-linear-gradient(top,#005C5C,#008F8F); /* darken($primary,10%),lighten($primary,10%) */
	background-image: -moz-linear-gradient(top,#005C5C,#008F8F); /* darken($primary,10%),lighten($primary,10%) */
	background-image: -o-linear-gradient(top,#005C5C,#008F8F); /* darken($primary,10%),lighten($primary,10%) */
	background-image: linear-gradient(to bottom,#005C5C,#008F8F); /* darken($primary,10%),lighten($primary,10%) */
}

.side-nav ul li.selected {
	background-image: -webkit-linear-gradient(top,#004747,#005C5C); /* darken($primary,30%),darken($primary,10%) */
	background-image: -moz-linear-gradient(top,#004747,#005C5C); /* darken($primary,30%),darken($primary,10%) */
	background-image: -o-linear-gradient(top,#004747,#005C5C); /* darken($primary,30%),darken($primary,10%) */
	background-image: linear-gradient(to bottom,#004747,#005C5C); /* darken($primary,30%),darken($primary,10%) */
}

html.no-cssgradients .side-nav ul li {
	background-color: #006666; /* $primary */
}

.side-nav ul li a {
	display: block;
	color: #FFFFFF; /* $text3 */
	padding: 4px 0 4px 2%;
}

.side-nav ul li a:hover {
	color: #C9F3F3; /* lighten($secondary,80%) */
}

.side-nav ul li.selected a {
	color: #fff;
	font-weight: bold;
}

.side-nav ul li a:before {
	content: '\e0ea';
	font-family: icomoon-ult;
	color: #F8AB65;
}

.side-nav ul ul {
	margin: 6px 10px 5px 18px;
}

.side-nav ul ul li {
	padding: 3px 0px;
}
/* End Right Nav Styles */

/* Contact Form */
#ContactForm {
}

.contact-form input {
	width: 100%;
	background-color: #006666; /* $primary */
	padding: 10px;
	color: #fff;
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 18px;
	border: none;
}

.contact-form textarea {
	width: 100%;
	background-color: #006666; /* $primary */
	border: none;
	padding: 10px;
	margin: 0px 0px 10px;
	color: #fff;
	font-family: 'PT Sans Narrow', arial, sans-serif;
	font-size: 18px;
	height: 92px;
	resize: none;
	overflow: auto;
}

.contact-form .button {
	width: 150px;
	cursor: pointer;
	color: #555555;
	border: none;
	padding: 0px;
}
.button input{
 border: medium none;
    color: #555555;
    cursor: pointer;
    padding: 0;
    width: 150px;
    background-image: linear-gradient(to bottom, 

#2eb6b4, #006666);
    border-radius: 5px;
    display: block;
    font-size: 20px;
    text-align: center;

}
/* End Contact Form */

/* Blog Feed */
.item.blog h2 {
	margin: 12px 0;
}

.item.blog .content {
	margin-bottom: 12px;
}

.comments {
	line-height: 34px;
	margin-right: 8px;
}

span.blog_h {
	display: block;
	padding: 15px 10px 15px 25px;
	text-transform: uppercase;
	font-size: 25px;
	color: #1e7292!important;
}

.sidemenu {
}

.sidemenu h2 {
	padding: 5px;
	font-size: 14px;
	background-color: #ebf4fa;
	margin: 0;
}

.sidemenu ul {
	margin: 0;
	padding: 10px 10px 10px 30px;
}

.sidemenu li {
}

.sidemenu a {
}

.sidemenu a:hover {
}

.sidemenu + .side {
	margin-top: 20px;
}
/* End Blog Feed */

/* Value Statements */
#ValueStatements {
	padding: 20px;
	background-color: #006666; /* $primary */
}

#ValueStatements h2 {
	color: #FFFFFF; /* $text3 */
}

#ValueStatements ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#ValueStatements ul li {
	font-size: 18px;
	padding: 12px 0px;
	line-height: 15px;
	color: #FFFFFF; /* $text3 */
}

#ValueStatements ul li:before {
	font-family: 'icomoon-ult';
	content: '\e132';
	font-size: 22px;
	color: #209694; /* $secondary */
	padding-right: 12px;
	vertical-align: middle;
	float: left;
	margin-bottom: 10px;
}
/* End Value Statements */

/* Contact Map */
#ContactMap {
	width: 450px;
	height: 450px;
	margin: 0 auto 20px;
}
/* End Contact Map */

/* Testimonials */
#Testimonials {
	text-align: center;
	padding: 20px 5%;
	color: #555555; /* $text2 */
}

#Testimonials article:before {
	content: '“';
	display: block;
	font-size: 75px;
	background-color: #006666; /* $primary */
	width: 50px;
	height: 50px;
	line-height: 100px;
	border-radius: 50px;
	margin: 0px auto 20px auto;
	text-align: center;
	text-shadow: 0px 1px rgba(255,255,255,.5);
}

#Testimonials article {
}

#Testimonials article span {
	display: block;
	margin: 10px 0px;
	font-style: normal;
}

#Testimonials a {
	background-color: #006666; /* $primary */
	display: block;
	width: 150px;
	margin: 0px auto;
	font-size: 20px;
	line-height: 44px;
	color: #8B8B8B; /* $header */
	text-shadow: 0px 1px rgba(255,255,255,.5);
	border-radius: 8px;
}

#Testimonials a:hover {
	color: #fff;
}
/* End Testimonials */

/* Footer Styles */
#SiteSchema {
	float: left;
	font-size: 16px;
	line-height: 22px;
}

#SiteSchema a {
	color: #ffffff;
}

#FooterRight {
	float: right;
	text-align: right;
	font-size: 16px;
}

#FooterRight span {
	display: block;
	margin-bottom: 8px;
}

ul.social {
	list-style: none;
	padding: 0px;
	display: block;
	margin: 0;
	float: right;
}

ul.social li {
	margin: 0 2px;
	padding: 0px;
	display: inline-block;
	line-height: 100%;
}

ul.social li a {
	display: block;
	background-color: #008B8B; /* lighten($primary,9%) */
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
}

ul.social .created a {
	padding: 0;
	margin: 0;
}

ul.social .created {
	margin: 0;
	position: relative;
	/*top: 2px;*/
}

ul.social .created img {
	margin: 0;
	padding: 0;
}

ul.social li a:hover {
	background-color: #5A5A5A;
}

ul.social li:nth-child(6) {
	margin: 0;
	margin-left: -3px;
}

ul.social li a icon {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
	display: block;
}

#BottomContent img.rl-logo {
	float: right;
	margin: 18px 0px;
}

#BottomContent small {
	font-size: 15px;
	line-height: 75px;
	color: #9a9a9a;
}

.nav-footer {
	display: table;
	clear: both;
	width: 100%;
	margin-top: 10px;
}

.nav-footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: table-row;
}

.nav-footer li {
	display: table-cell;
	text-align: center;
	padding: 0;
	margin: 0;
}

.nav-footer li a {
	display: block;
	padding: 15px 2%;
	color: #00C8C8; /* lighten($primary,24%) */
}

.nav-footer li a:hover {
	color: #fff;
}

html.no-display-table .nav-footer li {
	float: left;
}

#Payments {
	margin-top: 12px;
	clear: both;
}

#Payments img {
	margin-left: 5px;
}
/* End Footer Styles */

/* Layout Zones */
form *,form *:before,form *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main {
	max-width: 1000px;
	min-width: 320px;
	width: auto;
	margin: 0px auto;
	position: relative;
}

.main:after, .clearboth:after {
	content: ' ';
	display: block;
	clear: both;
}

#TopArea {
	background-color: #fff;
	border-radius: 5px 5px 0px 0px;
	margin-top: 30px;
	position: relative;
}

#MobileNav {
	background-image: -webkit-linear-gradient(top,#006363,#00B8B8); /* darken($primary,3%),lighten($primary,20%) */
	background-image: -moz-linear-gradient(top,#006363,#00B8B8); /* darken($primary,3%),lighten($primary,20%) */
	background-image: -o-linear-gradient(top,#006363,#00B8B8); /* darken($primary,3%),lighten($primary,20%) */
	background-image: linear-gradient(to bottom,#006363,#00B8B8); /* darken($primary,3%),lighten($primary,20%) */
	background-color: #006666; /* $primary */
}

#MainArea {
	background-color: #fff;
	padding: 0 0 1% 0;
	margin: 0px auto 0px auto;
}

main {
	padding: 0px 2%;
	display: block;
}

#MainZone {
	float: left;
	width: 60%;
	min-height: 200px;
	padding: 0px;
	color: #777777; /* $text1 */
	line-height: 1.5em;
}

#Logos {
	text-align: center;
	letter-spacing: 92px;
	line-height: 75px;
}

.BBBlogo {
	text-align: center;
	width: 100%;
}

#SideZone {
	float: right;
	width: 37%;
	padding: 0px;
}

#ReviewZone {
	background-color: #209694; /* $secondary */
	background-image: -webkit-linear-gradient(right,#209694,#57DBD9,#209694); /* $secondary,lighten($secondary,38%),$secondary */
	background-image: -moz-linear-gradient(right,#209694,#57DBD9,#209694); /* $secondary,lighten($secondary,38%),$secondary */
	background-image: -o-linear-gradient(right,#209694,#57DBD9,#209694); /* $secondary,lighten($secondary,38%),$secondary */
	background-image: linear-gradient(to left,#209694,#57DBD9,#209694); /* $secondary,lighten($secondary,38%),$secondary */
	margin-bottom: 20px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.content {
}

.content a:hover {
	text-decoration: underline;
	color: #104B4A; /* darken($secondary,50%) */
}

.content h1 {
	line-height: 1.6em;
	font-size: 28px;
	color: #8B8B8B; /* $header */
}

.content h2 {
	color: #006666; /* $primary */
	font-size: 22px;
	font-family: 'PT Sans Narrow', arial, sans-serif;
	line-height: 1.2em;
}

#FooterZone {
	padding: 0;
	color: #6CFFFF; /* lighten($primary,64%) */
}

#BottomZone {
	background-color: #333;
}
/* End Layout Zones */

/* Mobile Menu */
html.boxsizing body {
	overflow-x: hidden;
}

div.imenupanel {
	position: absolute;
	left: 0px !important;
	width: 100%;
	background-color: rgba(42,42,42,0.906);
	text-align: left;
	top: 67px !important;
}

div.imenupanel div.imenu {
	width: 100% !important;
}

div.imenuitem {
	color: #FFFFFF;
	font-size: 15px;
	border-bottom: solid 1px #5a5a5a;
}

div.imenuitem.iright:before {
	content: '\e0ea';
	font-family: 'icomoon-ult';
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	float: right;
	font-size: 20px;
	color: #006666; /* $primary */
	line-height: 41px;
	padding-left: 25%;
}

div.imenuitem a {
	color: #FFFFFF;
	display: block;
	padding: 12px 15px;
}

div.imenu {
	position: absolute;
	top: 0px !important;
	width: 100% !important;
}
/* End Mobile Menu */

/* Responsive */
img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

html.no-canvas .main {
	width: 1024px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

@media (max-width:1000px) {
	#ContactMap, #ContactMap img {
		width: 100%!important;
		height: auto!important;
	}

	#FooterZone, #BottomContent {
		padding: 0px 1%;
	}

	.nav-footer {
		display: block;
	}

	.nav-footer ul {
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.nav-footer li {
		float: left;
		width: 33.3%;
	}

	.nav-footer li a {
		display: block;
		padding: 1.5% 0;
		font-size: 1em;
		margin: 0 2px 2px 0;
	}

	.nav-footer li:nth-child(3n+3) a {
		margin-right: 0;
	}
}

@media (max-width: 770px) {
	.hidefordesktop {
		display: block;
	}

	nav.top-nav ul {
		display: none;
	}

	#TopArea {
		margin-top: 0;
	}

	#MobileNav {
		position: absolute;
		width: 100%;
		z-index: 100;
		top: 0;
		left: 0;
	}

	#MastheadZone {
		padding-top: 75px;
	}

	.cta-list {
		border-top: solid 1px #c6c6c6;
	}
}

@media (max-width:720px) {
	.cta-list ul li {
		width: 100% !important;
		display: block;
		float: left;
		height: auto;
	}

	.cta-list ul li>a {
		height: auto;
	}

	#MastHead div.phone {
		text-align: center;
	}

	#MastHead div.phone span.number {
		display: block;
		line-height: 34px;
	}

	#MastHead div.phone span.geoarea {
		text-align: center;
	}

	div.slide div.info h3 {
		font-size: 55px;
	}
}

@media (max-width:620px) {
	.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
	.side {
	}

	.contact-form .button {
		width: 100%;
	}

	#MastHead {
		padding: 0;
	}

	#MastHead .logo {
		width: 100%;
		clear: both;
		text-align: center;
		margin-bottom: 10px;
	}

	#MastHead div.phone {
		width: 100%;
		margin-bottom: 15px;
	}

	#MainArea {
		clear: both;
		padding-bottom: 15px;
	}

	#ReviewZone {
		clear: both;
	}

	div.slide div.info {
		text-align: center;
		left: 0px;
		width: 100%;
		bottom: 35px;
	}

	div.slide div.info p {
		width: 100%;
	}

	#Animation {
		height: 330px;
	}

	#Animation div.slide {
		height: 330px;
	}

	#Animation div.slide img {
		height: 330px;
	}

	div.slide div.info h2 {
		font-size: 45px;
	}

	div.slide div.info h3 {
		font-size: 47px;
	}

	div.slide div.info a {
		float: none;
		text-shadow: none;
	}

	#MainZone, #SideZone {
		width: 100%;
		padding: 0 1.5%;
	}

	.nav-footer li {
		width: 50%;
	}

	.nav-footer li:nth-child(odd):last-child {
		width: 100%;
	}

	.nav-footer li:nth-child(3n+3) a {
		margin-right: 2px;
	}

	.nav-footer li:nth-child(even) a {
		margin-right: 0;
	}

	.nav-footer li:nth-child(odd):last-child a {
		margin-right: 0;
		padding: 1% 1%;
	}

	ul.social {
		width: 100%;
		text-align: center;
	}

	#SocialFooter h5 {
		width: 100%;
	}
}

@media (max-width:510px) {
	div.slide div.info {
		bottom: 40px;
	}

	div.slide div.info p {
		display: none;
	}

	#SiteSchema {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	#FooterRight {
		width: 100%;
		text-align: center;
	}
}

@media (max-width:380px) {
	.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
} 
	.cta-list ul li h2 {
		font-size: 24px;
	}

	.cta-list ul li {
		height: auto;
	}

	.cta-list ul li>a {
		padding: 5px 1%;
	}

	div.slide div.info {
	}

	.nav-footer li {
		width: 100%;
		margin: 0 0 2px 0;
	}

	.nav-footer li a {
		margin: 0!important;
	}

	.cta-list ul li .button {
		position: static;
		margin: 10px auto 0px auto;
		left: 0px;
		width: 80%;
		padding: 8px 15px;
	}
}
/* End Responsive */

#MobileNav>.imenuitem {
	border-bottom: none;
}


#SocialFooter ul.social .created{

	top:-2px;

}





#MainZone img{
margin-right:40px !important;
width:175px !important;
}
 
 
#MainContent ul {
    overflow:auto;
}
 
 
#main ul {
    overflow: auto;
}
#MainZone #Logos img {
    width: auto !important;
}


#MainZone .slider img {
    width: 100% !important;
}
td {
    vertical-align: top;
}


.solar td {
    float: left;
    margin-right: 2px;
    text-align: center;
}

.form_submission {
    color: #ffffff;
    font-size: 60px;
    line-height: 100px;
    margin: 150px auto 0;
    text-align: center;
    width: 608px;
}

.ContactMargin table {
    width: 100% !important;
}

