/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

i {
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*Website */

html, body {
	height: 100%;
}
body {
	width: 100%;
	background: #F8F8F8;
	/*background: url(images/bg.jpg);*/
	
}
#container {
	
	margin: auto;
	/*border: 5px solid #e1dcde;*/
	min-height: 100%;
	background: #F8F8F8;

}
.container:after {
  content: "";
  display: block;
}



#header #banner {
	height: 80px auto;
	background: #E5E5E5;
	padding: 20px;
	opacity: .8;
}
#header h1, h2 {
	text-transform: uppercase;
	font-size: 2em;
	color: #0b7483;
	padding: 8px;

}
#header h2 {
	font-size: 1.3em;
	
}
#navigation ul {
	list-style-type:none;
	margin: 0;
    padding: 0;
    width: 800px;
	max-width: 100%;
	
}
#navigation li {
	float: left;
	margin-right: 10px;
	height: 40px;

}
#navigation {
	background: #1d100e;
	padding: 20px;
	color: #C5C5C5;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	/* font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; */
	height: 35px;
	max-width: 100%;
}
#banner_image {
	background: url(../images/banners/banner_home.jpg) no-repeat;
	height: 750px;
	background-size: cover;
}

#banner_image_alt {
	background: url(../images/banners/banner_home.jpg) no-repeat;
	background-size: cover;
	height: 750px;
}

#banner_image_cleaning {
	background: url(../images/banners/banner_cleaning.jpg) no-repeat;
	height: 750px;
}

#banner_image_floorcare {
	background: url(../images/banners/banner_floorcare.jpg) no-repeat;
	height: 750px;
}


#banner_image_contact {
	background: url(../images/banners/banner_contact.jpg) no-repeat;
	height: 670px;
}


#banner_image_staircases {
	background: url(../images/banners/banner_staircases.jpg) no-repeat;
	height: 750px;
}

#banner_image_about {
	background: url(../images/banners/banner_gallery.jpg) no-repeat;
	height: 750px;
}

#banner_image_services {
	background: url(../images/banners/banner_services.jpg) no-repeat;
	height: 750px;
}

#banner_image_gallery {
	background: url(../images/banners/banner_gallery.jpg) no-repeat;
	height: 750px;
}

#banner_image_main {
	background: url(../images/banners/banner_main.jpg) no-repeat;
	height: 900px;
}


.banner_2 {
	background: url(../images/extra_banner.jpg) no-repeat;
	height: 900px;
	background-size: auto;
}
.content {
	width: 65%;
	padding: 20px;
	margin: 0 auto;

	
}
.content h1, .content h2, .bar-subnav h1, .bar-subnav h2 {
	font-size: 1.8em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.content h1 {
	color: #222;
}
.content h2, .bar-subnav h2 {
	font-size: 1.3em;
	font-family: Arial;
	text-transform: none;
}

.content h3, .bar-subnav h3 {
	font-size: 1.1em;
	font-family: Arial;
	text-transform: none;
}
.bar-subnav a {
	color: #EEE;
}
.content .text {
	line-height: 2.2em;
	padding: 5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #5B5B5B;
	font-weight:500;
	text-transform: capitalize;

}
.content .right {
	text-align: right;
	float: right;
}


.text-beside {
	float: left;
	margin-top: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.row-border {
	padding: 20px;
	
	/*box-shadow: 0px 0px 3px #B0B0B0;
	border-radius: 5px;*/
	background: #F8F8F8;
	height: auto;
	overflow:hidden;
	margin-bottom: 35px;
}

.bar-subnav {
	background: url(../images/subnav.jpg) repeat-x #0b7483;
	padding: 10px;
	margin-top: 15px;
}
.bar-subnav h1 {
	color: #EEE;
}


/* TEXT */
blockquote {
		
	padding: 5px;
	margin-left: 100px;	
	width: 80%;
}
blockquote:before {
	font-style: italic;
	content: '"';
	font-size: 4em;
	color: #ccc;
	margin-bottom: -50px;
	line-height: .2em;
	float:left;
}
blockquote p {
	margin-left: 35px;
	font-style: italic;
	font-family: Arial;
	font-size: 17px;
	text-align: left;
	color: #373737;
	line-height: 2em;

}

blockquote:after {
	font-style: italic;
	content: '"';
	font-size: 4em;
	color: #ccc;
	line-height: .2em;
	float: right;
	
}
.first_letter:first-letter {
	font-size: 42px;
	color: #1E1D76;;
	font-family: serif;
	font-weight: normal;
}
cite:before {
	content: '— ';
}
.text-center {
	text-align: center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-img {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #5B5B5B;
	font-weight:500;
	
}


.icon {
	float: left;
	background: url(../images/icons/def.png) no-repeat;
	margin-right: 15px;
	height: 65px;
	width: 65px;
	
}

#navigation li a {
	display: block;
	padding: 8px 16px;
    text-decoration: none;
	color: #C5C5C5;
}

#navigation li a:hover {
    color:  #000;
	background: #C5C5C5;
}

/* Cols */
.col_full {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.col_1 {
	float: left;
	width: 73%;
	height: auto;
	margin-bottom: 25px;
	
	
	
}
.col_2 {
	float: left;
	width: 23%;
	/*background: #bfbbbc;*/

	margin-bottom: 25px;
	margin-left: 1%;	

}
.float-right {
	float: right;
}
.col_multi {
	float: left;
	width: 25%;
	height: auto;
	margin-bottom: 2px;
}

.col_3col {
	float: left;
	width: 33%;
	height: auto;
	margin-bottom: 2px;
}

.col_gen {
	float: left;
	padding: 2px;
	height: auto;
	margin-bottom: 2px;
}

.margin-top {
	margin-top: 7%;
}
.margin-bottom {
	margin-bottom: 7%;
}

.text-nounderline {
	text-decoration: none;
} a {
	text-decoration: none;
}

.float-right {
	float: right;
}

.quotes {
	padding: 10px;
}
.quotes p {

	color: #000;
}
.quotes cite:before {
	content: "—";
}

.quotes ul {
	list-style-type: circle;
	margin-left: 15px;
	
}
.quotes li {
	float: none;
	font-family: Arial;
	margin-bottom: 12px;
}

hr{
	border-top: 1px solid #bea48d;
	margin: 0;
}

.home a {
	text-decoration: none;
}

/* Links */
.content a {
	color: #373737;
	
	font-weight:bold;
}



/* FORMS */
.border-white {
	border: 1px solid #0b7483; /*C9C9C9*/
	padding: 15px;
	margin-right: 5px;
		/*color: #0b7483;*/
}
.border-bottom-none {
	border-bottom: none;
}
.border-white:hover {
	background: #F3F3F3;
}
input, textarea {
	width: 38%;
	padding: 14px;
	font-size: 15px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 17px;
	border: 1px solid #3b96a3;
}
input:focus, textarea:focus {
	border: 1px solid #0b7483;
}

textarea {
	height: 200px;
}
.input-button {
	width: 10%;
}
.form-radio {
	width: 5px;
	padding: 0px;
}
.img-circle {
	border-radius: 150px;
	border: 1px solid #B8B8B8;max-width: 100%;

}

.img-square {
	border-radius: 1px;
	border: 1px solid #3b96a3;
	
	

}
img {
	border: 1px solid #B8B8B8;

}
.img_full {
	width: 100px;
	height: 100px;
}


/* FOOTER */

#footer {
background: #E5E5E5;
  clear:both;

}
#footer p {
	text-align: center;
  font-size: 1.2em;
  padding-top: 50px;


}

#footer-pre {
	background: #1d100e;
	color: #C5C5C5;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 35px;
	clear: both;
}
#footer, #container:after {
  height: 305px; 
}
#footer a {
	color: #111;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ul {
	list-style-type: none;
	margin: 0 auto;
	width: 100%; display: inline;
}
#footer li {
	float: left;
	margin-right: 8px;
	width: auto;
}


/* WIDTHS */
.width-10 {
	width: 10%;
}

.width-18 {
	width: 18%;
}
.width-20 {
	width: 20%;
}
.width-30 {
	width: 30%;
}
.width-40 {
	width: 40%;
}
.width-50 {
	width: 50%;
}
.width-60 {
	width: 60%;
}
.width-70 {
	width: 70%;
}
.width-80 {
	width: 80%;
}
.width-90 {
	width: 90%;
}
.width-100 {
	width: 100%;
}

.text-teal {
	color: #0b7483;
}

.max-height-800 {
	max-height: 800px;
}
.max-width-1000 {
	max-width: 1000px;
}
.border-teal
{
	border: 1px solid #3b96a3;
	/*box-shadow: 0px 0px 5px #888888;*/
}


.sm_mobile {
	display: none;
}

.mobile-version {
	display: none;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ie-margin {
		margin: 0 auto;
	}
}