body {
	margin: 0;
	background-image: url(images/bg.png);
	padding: 0;
}

#wrapper {
	padding: 22px 0px;
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
	display: block;
}

ul, ol, li, p {
    font-family: 'OpenSansRegular';
	font-size: 13px;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
		padding: 0;
		margin: 0;
}

a > img {
	border: none;
}

#header h1 {
	font-family: 'BlairMdITC TT Medium';
	font-size: 43px;
	font-weight: normal;
	color: #545454;
	display: block;
	width: 305px;
	line-height: 40px;
	margin: 0;
	padding-left: 20px;
	border-left: 78px solid #5f847f;
}
.contact_information {
	    font-family: 'OpenSansRegular' !important;
		font-size: 13px !important;
}

#header h2 {
    font-family: 'OpenSansItalic';
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	background-color: #5f847f;
	font-weight: normal;
	font-size: 19px;
	float: right;
	padding: 2px 30px 2px 170px;
	position: relative;
	top: -80px;
	margin: 0px;
}

#nav {
	position:relative;
	top: -60px;
	float: right;
	right: 10px;
	margin-bottom: -40px;
}

#nav ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#nav ul li {
	display: inline-block;
}

#nav ul li a {
    font-family: 'OstrichSansMedium';
	color: #000;
	font-size: 30px;
	text-decoration: none;
	padding: 7px 13px 6px;

}

#nav ul li a:hover {
	background-color: #d8c44d;
	text-shadow: 0px 1px 0px #FFF;
	position:relative;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.15);
}

#banner {
	background: #CCC;
	border: 3px solid #dcdcdc;
	height: 408px;
	width: 994px;
	overflow: hidden;
	position: relative;
}

#banner_controls {

}

#banner_controls #next, #banner_controls #prev {
	width: 57px;
	height: 57px;
	display: block;
}



#main {
	padding: 0px 30px;
}

#main p {
		letter-spacing: -1px;
}

#quote p {
	text-align:center;
    font-family: 'OstrichSansMedium';
	font-size: 35px;
	color: #707070;
	margin: 0 0 30px 0;
}

#quote em {
	font-style: normal;
    font-family: 'OstrichSansBlack';
	color: #000;
}

#quote span {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 60px;
	position:relative;
	top: 15px;
}

#testimonial {
	width: 550px;
	padding: 0px 20px;
	float: left;
}


#projects {
	width: 260px;
	padding: 0px 20px;
	float: right;
}

#testimonial h2, #projects h2 {
	font-family: 'BlairMdITC TT Medium';
	border-bottom: 1px dotted #CCC;
	color: #333;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #333333
}

#testimonial p {
	color: #4f4f4f;
	letter-spacing: -1px;
	font-size: 15px;
}

#featured {
	background-image: url(images/bg_inner_1.png);
	padding: 15px 30px;
	margin: 15px 0 0 0;
}

#featured h3 {
    font-family: 'OstrichSansBlack';
	color: #000;
	font-size: 28px;
	font-weight: normal;
}

#featured h4 {
    font-family: 'OstrichSansBlack';
	color: #2d2d2d;
	font-size: 20px;
	font-weight: normal;
}

#featured #designby {
    font-family: 'OstrichSansMedium';
	font-size: 35px;
	font-weight: normal;
	color: #707070;
	margin: 10px 0px;
}

#featured #designby span {
	color: #252525;
}

#featured p {
	font-size: 15px;
	color: #373737;
	letter-spacing: -1px;
}

#about_home {
	background-image: url(images/bg_inner_2.png);
	padding: 15px 30px;
}

#about_home h3 {
	font-family: 'OstrichSansMedium';
	font-size: 40px;
	font-weight: normal;
	border-bottom: 1px dotted #EFEFEF;
	color: #FFF;
	margin-bottom: 5px;
}

#about_home p {
	color: #FFF;
	font-size: 13px;
}


#footer {
	padding-top: 20px;
}

#footer p {
	font-size: 11px;
	color: #5b5b5b;
	margin: 0 auto;
	text-align: center;
}

#footer p a {
	color: #2d2d2d;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

.readmore {
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	position: relative;
	width: 116px;
	height: 41px;
	background-image: url(images/read_more.png);
	background-repeat: no-repeat;
	background-position: top center;
}


.inner #main {
	margin: 20px 0;
	width: 580px;
	float: left;
}

.inner #side {
	width: 290px;
	float: right;
	margin: 20px;
	padding: 15px 10px;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-color: #729590;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	border: 1px solid #34635d;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.24);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.24);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.24);
}

.inner #main h1 {
	font-size: 30px;
	font-family: 'BlairMdITC TT Medium';
	font-weight: normal;
	border-bottom: 1px dotted #999;
}

.inner #main h2, .inner #side h2 {
	font-family: 'BlairMdITC TT Medium';
	font-size: 22px;
	color: #666;
	font-weight: normal;
}

.inner #main h3, .inner #side h3 {
    font-family: 'OstrichSansBlack';
	font-size: 20px;
	margin: 7px 0;
	color: #999;
}

.inner #side h2, .inner #side h3 { color: #FFF; }

.inner #side h2 { font-size: 20px; }

.inner #side h3 { font-size: 22px; }

.inner #main p {
	font-size: 15px;
	margin: 10px 0;
}

.inner #main p a{
	color: #5f847f;
	font-weight: bold;
}

.inner #main p a:hover {
	color: #000;
}

.inner #footer {
	border-top: 1px dotted #CCC;
	padding-top: 20px;
}

#request_quote a {
	position: relative;
}

#about_home .readmore {
	margin: 0px !important;
	margin-top: -35px !important;
}

.portfolio a {
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	width: 100px;
	height: 250px;
	margin: 0 auto;
	text-indent: -9999px;
}

.p1 a {
	background-image: url(images/builtin_0.jpg);
}

.p2 a {
	background-image: url(images/kitchens_0.jpg)
}

.p3 a {
	background-image:url(images/vanities_0.jpg)
}

.p4 a {
	background-image: url(images/misc_0.jpg);
}

.p5 a {
	background-image: url(images/projects_0.jpg);
}

.pro1 a {
	background-image: url(images/stoufville_1.jpg);

}

.pro2 a {
	background-image: url(images/kleinburg_1.jpg);
}

.pro3 a {
	background-image: url(images/whitchurch_1.jpg);
}

.pro4 a {
	background-image: url(images/foresthill_1.jpg);
}

.pro5 a {
	background-image: url(images/alliston_1.jpg);
}

.breadcrumbs {
	position: relative;
	top: -30px;
	text-align: right;
}

.breadcrumbs p {
	font-size: 12px !important;
}

.breadcrumbs p a {
	color: #999 !important;
	text-decoration: none;
	margin-right: 2px;
}

.breadcrumbs p a:hover {
		color: #999 !important;

	text-decoration: underline;
}

#testimonials {
	padding: 10px 0px 10px;
	border-top: 1px dotted #FFF;
}

#testimonials p {
	font-size: 13px !important;
}

#request_quote {
	margin-bottom: 30px;
}

.sortable_fancybox_gallery_image {
	height: 105px !important;
}

.sortable_fancybox_gallery_image a img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #333;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: relative;
}

.sortable_fancybox_gallery_image a img:hover {
	border: 1px solid #34635d;
}

#projects a img {
	margin-bottom: 13px;
	margin-top: 3px;
	position: relative;
}

form {
	font-family: 'OpenSansRegular' !important;
	font-size: 12px  !important;
}

.miniSurveyView label {
	font-weight: bold;
}

.miniSurveyView textarea {
	width: 175px;
	position: relative;
	left: 2px;
}

.miniSurveyView .formBlockSubmitButton {
	font-family: 'OpenSansRegular' !important;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 14px;
	color: #000;
	padding: 6px 20px;
	background: -moz-linear-gradient(
		top,
		#e5d266 0%,
		#dcc753);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#e5d266),
		to(#dcc753));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	border: 1px solid #b39800;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	cursor: pointer;
}

#contact_page_form {

}

.googleMapCanvas {
width: 100%;
border: 1px solid #1D1D1D!important;;
height: 250px !important;
margin-bottom: 20px ;
}

#bannercontrols {
	z-index: 99;
	width: 1000px;
	position: absolute;
	top: 360px;
}

#bannercontrols #prev {
	float: left;
}


#next, #prev {
	display: inline-block;
	width: 57px;
	height: 57px;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#next {
	background-image: url(images/slider_next.png);
	position: absolute;
	right: -28px;
	float: right;

}

#prev {
	background-image: url(images/slider_prev.png);
	position: absolute;
	left: -28px;

}

#side p a {
	color: #FFF;
	font-weight: bold;
}

#side p a:hover {
	color: #000;
	text-decoration: none;
}

#contact_page_form .miniSurveyView textarea {
width: 375px;
font-family: 'OpenSansRegular' !important;
position: relative;
left: 2px;
height: 120px;
border-radius: 3px;
-o-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #999;
}

#contact_page_form input[type="text"], #contact_page_form input[type="tel"], #contact_page_form input[type="url"] {
width: 220px;
position: relative;
font-family: 'OpenSansRegular' !important;
left: 2px;
top: -2px;
padding: 2px;
border-radius: 3px;
-o-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #999;
}

#jlt_home {
	background-image: url(images/cloud.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	width: 319px;
	height: 239px;
	text-indent: -9999px;
}

#jlt_home:hover {
	background-position: 0px -239px;
}

@-moz-document url-prefix() {
.portfolio a:hover { background-position: 0px -250px; }
}

#sb-form fieldset,
#new-contact-form fieldset {
	padding: 0;
	border: none;
	margin: 17px 0 0;
	width: 100%;
}

#sb-form .text-muted.small,
#new-contact-form .text-muted.small {
	display: none !important;
}

#sb-form label {
	position: relative;
	padding-right: 12px;
	padding-bottom: 4px;
	width: 40%;
}

#new-contact-form label {
	position: relative;
	padding-right: 12px;
	padding-bottom: 4px;
	width: 26%;
}

#sb-form .form-group:nth-child(1) label:after,
#sb-form .form-group:nth-child(4) label:after,
#sb-form .form-group:nth-child(5) label:after {
	content: ' *';
	color: red;
}

#new-contact-form .form-group:nth-child(1) label:after,
#new-contact-form .form-group:nth-child(4) label:after,
#new-contact-form .form-group:nth-child(5) label:after,
#new-contact-form .form-group:nth-child(6) label:after {
	content: ' *';
	color: red;
}

#sb-form .form-group,
#new-contact-form .form-group {
	display: flex;
	justify-content: space-between;
	margin: 0 0 5px;
}

#sb-form input {
	padding-bottom: 4px;
	width: 55%;
}

#new-contact-form input {
	padding-bottom: 4px;
	width: 69%;
}

#sb-form textarea {
	height: 66px;
	resize: none;
	padding-bottom: 4px;
	width: 55%;
}

#new-contact-form textarea {
	height: 126px;
	resize: none;
	padding-bottom: 4px;
	width: 69%;
}


#sb-form .form-actions {
	display: flex;
	justify-content: center;
	padding: 0 0 17px 50px;
}

#new-contact-form .form-actions {
	display: flex;
	justify-content: flex-start;
	padding: 0 0 17px 172px;
}

#sb-form .form-actions button,
#new-contact-form .form-actions button {
	font-family: 'OpenSansRegular' !important;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 14px;
	color: #000;
	padding: 6px 20px;
	background: -moz-linear-gradient( top, #e5d266 0%, #dcc753);
	background: -webkit-gradient( linear, left top, left bottom, from(#e5d266), to(#dcc753));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #b39800;
	text-shadow: 1px 1px 0px rgb(255 255 255);
	box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
	cursor: pointer;
}

.c-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  border: none;
  padding: 0 0 20px;
}

.c-form fieldset .mb-3 {
  grid-column: span 2;
  margin: 0 !important;
}

.c-form fieldset .mb-3 input,
.c-form fieldset .mb-3 select,
.c-form fieldset .mb-3 textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px;
}

.c-form fieldset .mb-3 .text-muted {
  font-size: 0px;
  position: relative;
}

.c-form fieldset .mb-3 .text-muted:after {
  content: '*';
  color: red;
  font-size: 16px;
}
