
/* Paragraph and Typographic */
body {
/*    background: #f2f2f2;*/
	background-color: #2e614c;
	background-image:	url("../images/leather.png");
	font-family: "pt sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
/*    color: #555;*/
	color: white;

	--webkit-font-smoothing: antialiased;
	--webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Oswald, sans-serif;
	color: #333;
}

p {
	line-height: 1.75; /* 28px */
	/*margin-bottom: 1.25em;  excessive in light of above */
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/* Links */
a {
	color: #f85c37;
	word-wrap: break-word;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #7b7b7b;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Menu */
.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}
.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: oswald, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 2.5;
	text-transform: uppercase;
	color: white;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 2.2;
	letter-spacing: 0.1em;
	text-transform: upppercase;
}

.menu a:hover {
	color: hsl(0, 100%, 25%);
	color: #efba11;
}

.menu a:active {
	color: hsl(0, 100%, 25%);
	color: #efba11;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 25px;
	font-size: 0.875rem;
	line-height: 2.857142857;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 0.875rem;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 2.857142857;
	top: 20px;
	right: 10px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 28px;
	color: #efba11;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}
@media (max-width: 767px) { 
	#menuToggle {
		font-size: 18px;
		line-height: 30px;
		width: 30px; height: 30px;
	}
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* === SECTIONS === */
.row > .row {
	border-radius: 0;
	padding: 0;
}

/*    box-shadow: 2px 2px 8px 2px hsla(0,0%,0%,0.5);*/
#maincontent .row:first-of-type,
#pagefooter .row:first-of-type {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#maincontent .row:last-of-type,
#pagefooter .row:last-of-type {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.pagetitle {
	text-align: center;
	border:1px solid black;
	border-left: 0;
	border-right: 0;
	max-width: 400px;
	margin: 1rem auto;
	padding: 0.33em 0;
}

/* masthead */
#masthead {
	/*margin: 1rem;*/
}

@media (min-width: 768px) {
	.homepage .masthead-brand {
		position: absolute;
		top: 0;
		left: 1em;
		z-index:100;
	}
	.homepage .masthead-text {
		display: none;
	}
	.masthead-brand {
		float: left;
	}
	.masthead-text {
		color: white;
		margin-left: -154px;
	}
	#masthead h1 {
		text-align: center;
		line-height: 140px;
		margin: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.masthead-brand {
		height: 110px;
	}
}

@media (max-width: 767px) {
	#masthead h1 {
		margin: 0;
	}
	.masthead-brand {
		height: 80px;
		display: inline-block;
		padding-right: 1.2rem;
	}
	.masthead-text {
		font-size: smaller;
		color: white;
		background: inherit;
	}
}
@media (max-width: 524px) {
	#masthead h1 {
		font-size:28px;
	}
}
@media (max-width: 480px) {
	#masthead h1 {
		font-size: 18px;
	}
}

/* main content */

#maincontent {
	margin-bottom: 2rem;
}

#maincontent .row {
	padding: 2rem 0;
	background: #f2f2f2;
	color: #555;
}

/* homepage splash */

#headersplash {
	background: url(../images/gallery/residential/chi-resi_024.jpg) no-repeat center top;
	margin-top: -10px;
	margin-bottom: 2rem;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headersplash h1 {
	margin-top: 150px;
	color: hsl(155, 36%, 28%);
	text-shadow: 2px 2px 2px black;
	font-size: 70px;
	font-weight: 700;
}

#headersplash h3 {
	color: hsl(155, 36%, 28%);
	text-shadow: 2px 2px 1px white;
	font-size: 30px;
}

#headersplash .logo {
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
}

@media (max-width: 480px) {
	#headersplash .logo {
		text-align: center;
		margin: 15px auto 0;
	}
}

/* Footer */
#pagefooter {
margin-bottom: 1rem;
}

#pagefooter .row {
    padding: 2rem 0 0;
    background: hsla(0,0%,0%,0.4);
}
#byline p:nth-of-type(2n) {
	text-align: right;
}
@media (max-width: 767px) {
	#byline p,
	#byline p:nth-of-type(2n) {
		text-align: center;
	}
}

/* lists */

dt, dd {
	line-height: 1.2;
}
dd {
	margin: 0.66em;
}

.dl-horizontal dd {
	text-indent: -1em; /* fix indent on 2nd line */
}

.dl-horizontal dd:before {
	content: "• ";
	display: inline; 
	padding: 0 0 0 0.33em; /* fix indent on 2nd line */
}


/* FAQ Accordion */

#accordion .panel-heading { padding: 0;}
#accordion .panel-title > a {
	display: block;
	padding: 0.4em 0.6em;
    outline: none;
    font-weight: bold;
    text-decoration: none;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content: "\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
	margin-right: 1em;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content: "\e114";
}

/* Related Sites thumbnails */
#related .thumbnail {
	padding-top: 1.3em;
}
#related .thumbnail #liftmaster {
	display: inline-block;
	min-height: 82px;
}

/* Contact page */

.gap-right {
	margin-right: 10px;
}
fieldset {
	margin-bottom: 1rem;
}
#contact-sign {
	max-width: 48%;
}
@media (max-width: 480px) {
	#contact-sign {
		max-width: 38%;
	}
}
.mt-2 { 
	margin-top: 0.5rem !important; /* borrowed from bootstrap 4 */
}

/* Gallery */

/* Products */
.productthumbs .thumbnail:hover {
	cursor: pointer;
}
.productthumbs .thumbnail.nocaption:hover {
	cursor: default;
}

.productthumbs .thumbnail > img,
.productthumbs .thumbnail > a img {
	max-height: 175px;
}

.productthumbs .caption p {
	display: none;
}

.thumbnail.carriage {
	position: relative;
}

.thumbnail.carriage:before {
	border-radius: 50%;
	position: absolute;
	top:5px; right:5px;
	z-index: 9; /* make sure this stays lower than .menu */
	width: 132px;
	height: 89px;
	display: block;
	background-image: url("/res/images/products/carriage_logo.gif");
	content: "•";
}
.caption p {
	line-height: 1.5;
	letter-spacing: -0.04em;
}

/* Services */


