block@charset "utf-8";
/* CSS Document */

.container-fluid {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.container-full {
  margin: 0 auto;
  width: 100%;	
}

.container-full-topbar { 
  position: relative; 
  width: 100%; 
  margin: 0 auto; 
  padding: 7px 0;
  background-color: transparent;
  color:#fff; 
  text-align:right;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-default {
	/*background-color: rgba(35, 35, 35, 0.7);*/
	background-color: transparent;
	font-family: 'manifold_cflight', Arial, Verdana, sans-serif;
	font-size: 24px;
	border: none;
	margin:0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    /*background-color: rgba(35, 35, 35, 0.3);*/
	background-color: transparent;
    color: #fff;
	text-decoration: overline;
}

.navbar-default .navbar-nav > li > a {
    color: #f9f9f9;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
	color: #fff;
	text-decoration: underline;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(59, 35, 35, 0.7);
}

.colors {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 19px;
	min-width: 150px;
	min-height: 19px;
	background-image:url("../images/colors.png");
}

.fa {
    font-size:26px;
}

body {
	height:101%;
	font-family: 'manifold_cflight', Arial, Verdana, sans-serif;
	color: #7e7e91;
	font-size: 22px;
	font-weight: 300;	
}

.alt a:hover, a:focus {
    color: #857f7e;
	text-decoration:none;
}
.alt a {
    color: #7e7e91;
}

a:hover, a:focus {
    color: #fff;
	text-decoration:none;
}
a {
    color: #fafafa;
}

h1 {
	/*font-family: 'sofia_prolight', Arial, Verdana, sans-serif;*/
	font-family: 'harabararegular', Georgia, Times New Roman, serif;
	color: #857f7e;
	font-size: 46px;
	margin-bottom:18px;
}

h2 {
	/*font-family: 'sofia_prolight', Arial, Verdana, sans-serif;*/
	font-family: 'harabararegular', Georgia, Times New Roman, serif;
	color: #857f7e;
	font-size: 36px;
	margin-bottom:18px;
}

h3 {
	/*font-family: 'sofia_prolight', Arial, Verdana, sans-serif;*/
	font-family: 'manifold_cfregular', Arial, sans-serif;
	color: #84A5A3; /* add8d5 */
	font-size: 32px;
	margin-bottom:14px;text-transform: capitalize;
}

h4 {
	/*font-family: 'sofia_prolight', Arial, Verdana, sans-serif;*/
	font-family: 'manifold_cflight', Arial, sans-serif;
	color: #84A5A3;
	font-size: 30px;
	margin-bottom:18px;
}

strong {
	font-family: 'manifold_cfregular', Arial, sans-serif;
}

.down  {
	margin:40px 0 0 0;
	font-family: 'manifold_cflight', Arial, Verdana, sans-serif;
	font-size: 22px;
	text-decoration:none;
	text-align:center;
	background-color: rgba(125, 125, 125, 0.1);
	padding:10px 15px 0px 15px;
	border: solid 1px #fff;
}	

.down a {
	color: #fff;
}

.down a:hover {
	color: #eee;
}

.downWhite  {
	float: none; 
	display: block; 
	margin:40px 0 0 0;
	font-family: 'manifold_cflight', Arial, Verdana, sans-serif;
	font-size: 22px;
	text-decoration:none;
	text-align:center;
	background-color: rgba(125, 125, 125, 0.05);
	padding:10px 15px 0px 15px;
	border: solid 1px #ccc;
}	

.downWhite a {
	color: #857f7e;
}

.downWhite a:hover {
	color: #7e7e91;
}

.h1-white {
	color: #dfe0e6;
	font-size: 70px;
	font-style: italic;
}

.white {
	color: #fff;
}

.footer-bg {
	padding:20px 0;
	background-color:#fff; /* e9e9e9 */
	border-top: solid 3px #6e2555;
	font-size:1.2rem;
	color: #3b2323;
}

.footer-bg a {
	text-decoration:none;
	outline:none;	
	color: #522D3F;
}

.footer-bg a:hover {
	text-decoration:none;
	outline:none;
	color: #3b2323;
}

a:focus {
	outline:none;
	color: #3b2323;
}

.clear {
	clear:both;	
}

.clear20 {
	clear:both;	
	margin-bottom:20px;
}

.clear50 {
	clear:both;	
	margin-bottom:50px;
}

.clear100 {
	clear:both;	
	margin-bottom:100px;
}

a:hover {
	text-decoration:none;
	outline:none;	
}

a:focus {
	outline:none;	
}

.logo {
	width:750px;
	/*margin-left:85px;*/
}

.row {
	margin: 0 auto;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

/*	Blockquotes  */
	blockquote, blockquote p { font-family: 'manifold_cflight_oblique', Arial, Verdana, sans-serif; font-size: 30px; line-height: 32px; color: #c6b96a; font-style: normal; }
	blockquote { float:right; text-align:left; width:220px; margin:0; padding: 0 0 10px 25px; border-left: 0px solid #fff; }
	blockquote cite { display: block; font-size: 12px; color: #eee; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { outline:none; }

    blockquote2, blockquote2 p { font-family: 'manifold_cflight_oblique', Arial, Verdana, sans-serif; font-size: 30px; line-height: 32px; color: #c6b96a; font-style: normal; }
	blockquote2 { float:left; text-align:left; width:220px; margin:0; padding: 18px 25px 10px 0; border-right: 0px solid #fff; }
	blockquote2 cite { display: block; font-size: 12px; color: #eee; }
	blockquote2 cite:before { content: "\2014 \0020"; }
	blockquote2 cite a, blockquote cite a:visited, blockquote cite a:visited { outline:none; }

/* Gallery */

	section.gallery-section{ display:block; }

    #gallery_slider{
    height: 100%;
	width:100%;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden !important;
}



/* CONTAINERS

============================ */

#homeContainer {
	position:relative;
	background-image:url("../images/macleod-bradley-concrete.jpg"); 
	padding-top:0px;
	width:100%;
	background-size:cover;
	background-position:center bottom;
	z-index:1;
}

.classesPadding {
	padding:0;
}

#classesLwrContainer a:visited {
	color: #6e2555;
}

#contactContainer {
	width: 100%;
	background-color: #f9f9f9;
	color: #7e7e91;
}

#contactContainer a {
	color: #7e7e91;
}

#contactContainer a:hover {
	color: #3B2323;
}

#contactContainer a:visited {
	color: #7e7e91;
}

#pricesContainer {
	width: 100%;
	background-color:#fefefe;
}

#pricesContainer a {
	color: #7e7e91;
}

#pricesContainer a:hover {
	color: #3B2323;
}

#pricesContainer a:visited {
	color: #7e7e91;
}

#galleryContainer {
	background-color:#eeecec;
	font-size:18px;	
	color:#475857;
}

#privacyContainer {
	background-color:#ccc;
	font-size:18px;	
	color:#475857;
}



/* HOME

============================ */

#homeLower {
	background-color:#f9f9f9;
	font-size:24px;	
	color:#475857;
}


/* ABOUT

============================ */


.aboutRight {
	margin:100px 0;
	padding:0 140px 0 60px;
	color:#475857;
	font-size: 26px;
}

.aboutRight-ii {
	margin:100px 0;
	padding:0 60px 0 20px;
	color:#475857;
	font-size: 26px;
}

.aboutRight h1 {
	color: #5b514f;
}

.aboutRight a {
	color: #5b514f;
}

.aboutRight a:hover {
	color: #7e7e91;
}

.aboutLeft {
	margin:100px 0;
	padding:0 60px 0 120px;
	color:#475857;
	font-size: 26px;
}

.aboutLeft-ii {
	margin:50px 0 50px 0;
	padding:0 60px 0 120px;
	color:#475857;
	font-size: 26px;
}

.light {
background-color: #fff;	
}

.dark {
background-color: #fbfbfb;	
}

.menuWrapFirst {
	margin:20px 0 0 0;
	padding-bottom:0px;
	border-bottom: 1px #ededed solid;
	font-size:22px;
}

.menuWrapFirst h4 {
	padding-top:10px;	
	}

.menuWrap {
	margin:0 0 10px 0;
	padding:5px 0;
	border-bottom: 1px #ededed solid;	
	font-size:20px;
}

.menuWrapPlain {
	margin:0 0 10px 0;
	padding:5px 0;
	border-bottom: 0px #ededed solid;	
	font-size:20px;
}

.menuWrapLast {
	margin:10px 0;
	padding:5px 0 10px 0;
	border-bottom: 2px #ccc solid;
	font-size:20px;
}

.padding100 {
	padding: 0 100px;
}

/**********************
	Accordion

**********************/

#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
 
.accordionButton {	
	width: 100%;
	float: left;
	padding-top:5px;
	padding-bottom:10px;
	cursor: pointer;
	}
 
 .accordionButton h2 {	
	cursor: pointer;
	}
 
 .accordionContent {	
	width: 100%;
	float: left;
	padding-bottom:20px;
	padding-right:15px;
	display: none;
	border-bottom: 0px solid #a6a381;
	}
	
 .accordionButton2 {	
	width: 100%;
	float: left;
	padding-top:5px;
	padding-bottom:10px;
	cursor: pointer;
	}
 
 .accordionContent2 {	
	width: 90%;
	float: left;
	margin-left:10px;
	padding-bottom:20px;
	padding-right:15px;
	display: none;
	border-bottom: 0px solid #a6a381;
	}

  .hand {
	cursor: pointer;
	}

 .hidden { display: none; }
 .unhidden { display: block; }

/**********************
	Google Maps  
**********************/

#map-canvas {
  width:100%;
  height:300px;
  min-height:300px;
  margin: 12px 0;
  padding-top:40px;
  border-top: 0px solid rgba(0,0,0,.1);
  border-bottom: 0px solid rgba(0,0,0,.1);
}

/**********************
	Scroller  
**********************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #add8d5;
    color: #f9f9f9;
    width: 43px;
    height: 43px;
    line-height: 43px;
    right: 30px;
    bottom: 30px;
    padding-left: 1px;
	padding-bottom:3px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #f9f9f9;
	color:#837d7d;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
		
	.featured img {
		height: 100px;
		margin: 10px 5px 20px 5px;
	}

/* #Media Queries
================================================== */

	/* Width */
@media (max-width: 640px) {
	.burger {
		top: 25px;
		left: 25px;
	}
	
@media (max-width: 600px) {
	.burger {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}

/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	h1 {
	font-size: 32px;
}
	
	h4 {
	font-size: 24px;
	margin-bottom:18px;
}
		
	.space {
	margin:30px 0;	
		}
	
	body p {
	font-size:18px;	
	}
	
	.logo {
	width:340px;
	}
	
	.navbar-default {
	font-size: 18px;
	text-align: center;
	}
		
	.navbar-toggle { float: none; display: block; margin: 0 auto; text-align: center; } 
		
	.icon-bar {
	color:#fff;	
	}
		
	.menuWrapFirst h3 {
	font-size:22px;		
	}
		
	.menuWrapFirst h4 {
	font-size:20px;		
	}
		
	.menuWrap {
	font-size:18px;
}
		
	.menuWrapLast {
	font-size:18px;
}
	
	#homeContainer {
	padding-top:0px;
	}
	
	#aboutContainer {
	padding-top:0px;
	}
	
	.featured img {
	height: 60px;
	margin: 10px 5px 20px 5px;
	}
	
	.aboutLeft {
	margin:30px 0;
	padding:0 30px;
	color:#fff;
	font-size:16px;
	}
		
	.aboutRight {
	margin:50px 0;
	padding:0 20px;
	min-height: 600px;	
	font-size:20px;
}
		
	.testimonialsLeft {
	position: relative;
	margin:50px 0;
	padding:0 20px;
}
	
	.footer-bg  p {
	font-size:12px;
	}
		
	.unhidden { display: none; }
		
	.padding100 {
	padding: 0 20px;
}
		
	.contactImg {
	margin:20px 0 60px 0;		
	}
		
	#contactContainer p {
	font-size:18px;	
}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	.unhidden { display: none; }
		
	#galleryContainer {
	min-height: 100%;		
		}

	}

	/* Tablet  */
	@media only screen and (min-device-width : 768px) 
	and (max-device-width : 1024px)  { 
	
	body p {
	font-size:18px;	
	}
	
	.logo {
	width:600px;
	}
	
	.navbar-default {
	font-size: 20px;
	}
	
	#homeContainer {
	padding-top:0px;
	}
	
	#aboutContainer {
	padding-top:0px;
	}
		
	.aboutTablet {
	margin-left:10%;		
	}
		
	.aboutTablet-ii {
	margin-left:7%;		
	}

	h1 {
	font-size: 36px;
	}
	
	#homeLower {
	background-color:#f9f9f9;
	font-size:22px;	
	}
		
	.contactImg {
	margin:40px 0;		
	}

	.aboutLeft {
	margin:0;
	}
		
	.aboutRight {
	font-size:18px;
	min-height: 690px;
	}
	
	.clear20 {
	clear:both;	
	margin-bottom:15px;
	}

	.clear50 {
	clear:both;	
	margin-bottom:40px;
	}

	.clear100 {
	clear:both;	
	margin-bottom:70px;
	}
	
	.featured img {
	height: 80px;
	margin: 10px 5px 20px 5px;
	}
	
	.aboutTopBox {
	padding:0px 20px 20px 20px;
	text-align:left;
	font-size:16px;
	}
	
	.shopBox {
	margin:30px 0 30px 30px;
	padding:10px 20px 20px 20px;
	font-size:16px;
    }

	.footer-bg  p {
	font-size:1.1rem;
	}
		
	.testimonialsLeft {
	margin:30px 0;
	padding:0 30px;
	color:#fff;
	background-color:#6e2555;
	z-index:2;
}

.padding100 {
	padding: 0 30px;
}
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 480px) {
		
	.social { max-width: 200px; }	
		
}


	@media screen and (min-width:1025px) and (max-width:1380px) {
	
	.aboutLeft {
	margin: 0;
	}
		
	.aboutRight {
	min-height: 960px;	
}
		
	.logo {
	width:600px;
	margin-left:61px;
	}

	
	}

	@media screen and (min-width:1366px) and (max-width:1366px) {
	
	.aboutLeft {
	margin:0;
	}
		
	.aboutRight {
	min-height: 768px;	
}
		
	.logo {
	width:600px;	
	}

	
	}

/* Tablet Landscape Orientation */
	@media only screen and (min-device-width : 768px) 
	and (max-device-width : 1200px) { 
		
	}


/**********************
	Fonts  
**********************/

@font-face {
    font-family: 'harabararegular';
    src: url('../fonts/harabara-webfont.eot');
    src: url('../fonts/harabara-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/harabara-webfont.woff2') format('woff2'),
         url('../fonts/harabara-webfont.woff') format('woff'),
         url('../fonts/harabara-webfont.ttf') format('truetype'),
         url('../fonts/harabara-webfont.svg#harabararegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'manifold_cfbold';
    src: url('../fonts/manifoldcf-bold-webfont.woff2') format('woff2'),
         url('../fonts/manifoldcf-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manifold_cflight';
    src: url('../fonts/manifoldcf-light-webfont.woff2') format('woff2'),
         url('../fonts/manifoldcf-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manifold_cflight_oblique';
    src: url('../fonts/manifoldcf-lightoblique-webfont.woff2') format('woff2'),
         url('../fonts/manifoldcf-lightoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manifold_cfregular';
    src: url('../fonts/manifoldcf-regular-webfont.woff2') format('woff2'),
         url('../fonts/manifoldcf-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

