/* General Styles */

@import url(http://fonts.googleapis.com/css?family=BenchNine:300,400,700);
@import "css/superfish.css";
@import "css/flexslider.css";

body {font-family: 'Open Sans', Arial, sans-serif;font-size: 100%;line-height: 1.5;
	background-image: url();background-repeat: no-repeat;}

.nav {background:#ffffff; valign:middle;padding:3px;font-weight:bold;text-decoration: none; font-family:verdana;font-size:13px;color:#000000;text-align:center;}
.nav a:link, .nav a:visited {display:block;width:100%;font-color:#000000;text-decoration: none}
.nav a:hover {background:#000000;color:#ffffff;cursor:pointer;text-decoration: none}
.nav span {padding:5px 2px 5px 2px;display:block;height:100%;}

.sub {background:#ffffff; valign:middle;padding:3px;font-weight:normal; font-family:verdana;font-size:12px;text-align:left;}
.sub a:link, .sub a:visited {display:block;width:100%;font-color:#fffff;}
.sub a:hover {background:#ffffff;cursor:pointer;text-decoration: none}
.sub span {padding:5px 2px 5px 2px;display:block;height:100%;}

.map {height:20px;font-family:arial;font-size:18px;color:#121212;text-decoration:none; padding:0px 5px 0px 5px;}
.map a:link, .map a:visited {display:block;width:100%;color:#121212;}
.map a:hover {text-color:#0000ff;cursor:pointer;font-decoration:underline}

/* ==================== CSS Pulldown Menu - Teaching Videos ===================*/
/* Dropdown Customer Story Button */
.dropbtn {
    background-color: #CAEAFF;
    color: #121212;
    padding: 6px 30px 6px 30px;
    font-size: 15px;
    border:solid #121212 1px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 1px 4px 4px 1px rgba(0,0,0,0.6);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 6px 6px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #CAEAFF;}

/* ==================== END: CSS Pulldown Menu - Teaching Videos ===================*/

/*================================>> GOOGLE FONTS  <<========================================*/
.sf-menu a, h2, h3, .button, .title1, .news>li>figure,  .tech_list>li>figure{font-family: 'BenchNine', sans-serif;}


/*================================>> hovers <<========================================*/
.sf-menu a, .sf-menu>li, .button{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

/*================================>> Global Blocks <<========================================*/

.foot {height:20px;font-family:arial;font-size:20px;color:#ffffff;text-decoration:none; padding:0px 15px 0px 15px;}
.foot a:link, .foot a:visited {display:block;width:100%;color:#ffffff;}
.foot a:hover {color:#ef0000;cursor:pointer;decoration:underline}

h1,h2,h3,h4,h5 {
	margin: 0px;
	line-height: 1.1em;
}

.main {
	width: auto;
	max-width: 1132px;
	min-width: 320px;
	margin: 0px auto;
	display: block;
}

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

html.no-generatedcontent .main {
	zoom: 1;
}

.side>* {
	margin-bottom: 20px;
}

.half {
	width: 48%;
}

.half.left {
	float: left;
}

.half.right {
	float: right;
}

.third {
	width: 30%;
	float: left;
	margin-right: 3%;
}

.third:last-child {
	margin-right: 0%;
	float: right;
}

html.no-lastchild .third {
	width: 33%;
	margin: 1% 0;
}
/* End General Styles */


div.slide div.info {
	position: absolute;
	left: 3%;
	background-color: rgba(115,33,37,0.92); /* alpha($secondary,92%) */
	color: #E4E4E4; /* $border */
	padding: 25px 3% 25px 3%;
	width: 36%;
	font-size: 0.938em;
	max-height: 280px;
	bottom: 25px;
}

html.no-rgba div.slide div.info {
	background-color: #732125; /* $secondary */
}

div.slide div.info h2 {
	font-size: 33px;
	color: #FFFFFF; /* $text1 */
}

.button {
	font-size: 0.875em;
	line-height: 1em;
	display: block;
	margin: 0px auto;
	color: #FFFFFF; /* $text1 */
	background-color: #D87000; /* $orange */
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 10px 20px 7px 20px;
	width: 160px;
}

.button:hover {
	background-color: #8B3603; /* lighten($primary,20%) */
	color: #fff;
}

div.slide .button {
	position: relative;
	float: left;
	clear: both;
}
/* End Animation */

/* CTAs */
#CTAZone {
	clear: both;
}

.cta-list {
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 15px 0px;
	margin: 0px auto 30px auto;
	table-layout: fixed;
}

html.no-canvas .cta-list {
	width: 100%;
	margin: 0 auto 30px -2.5%;
}

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

.cta-list ul li {
	width: 33.33%;
	position: relative;
	text-align: center;
	display: table-cell;
	background-size: cover;
}

.cta-list ul li.item1 {
	background-image: url(../images/gallery/Additions/2/a2-lg.jpg);
}

.cta-list ul li.item2 {
	background-image: url(../images/LuptonA.jpg);
}

.cta-list ul li.item3 {
	background-image: url(../images/gallery/Kitchen/k2-lg.jpg);
}

.cta-list ul li.item4 {
	background-image: url(../images/gallery/Bath/b1-lg.jpg);
}

.cta-list ul li:hover {
}

html.no-display-table .cta-list {
	width: 98%;
	display: block;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin-left: 0;
}

html.no-display-table .cta-list ul li {
	display: block;
	float: left;
	width: 31%;
	margin: 0 1%;
}

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

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

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

.cta-list ul li>a {
	display: block;
	position: relative;
}

.cta-list ul li>a:after {
	content: '';
	display: block;
	clear: both;
}

#CTAZone .cta-list ul li>a {
	padding: 10px 2% 60px;
}

html.no-cssgradients .cta-list ul li {
	background-color: #311301; /* $primary */
}

.cta-list ul li icon {
	font-size: 1.750em;
	color: #D87000; /* $orange */
	width: 55px;
	border-radius: 50%;
	line-height: 55px;
	height: 55px;
	display: none;
}

.cta-list ul li h2 {
	color: #FFFFFF; /* $text1 */
	font-size: 1.3em;
	padding: 8px 0px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: solid 2px #FFFFFF;
	text-shadow: 2px 2px 1px #000000;
}

.cta-list ul li h2 span {
	font-weight: bold;
}

.cta-list ul li p {
	margin: 10px;
	color: #FFFFFF; /* $text1 */
}

.cta-list ul li .button {
	width: 70%;
	margin: 8px auto;
	background-color: #732125; /* $secondary */
	color: #FFFFFF; /* $text1 */
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35%;
}

.cta-list ul li a:hover .button {
	background-color: #000000; /* $text2 */
	color: #FFFFFF; /* $text1 */
}

html.no-lastchild .cta-list ul li {
}

@-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;
		width: 100%;
	}

	nav.top-nav div.iflylist {
	}
}

.banner .left {
	left: -37px;
	width: 37px;
	height: 65px;
	position: absolute;
}

.banner .right {
	right: -37px;
	width: 37px;
	height: 65px;
	position: absolute;
}

.banner .left:before, .banner .right:before {
	border-top: solid 19px transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: -38px;
	display: block;
	content: '';
}

.banner .left:before {
	left: -1px;
}

.banner .right:before {
	right: -1px;
}

.no-hashchange .banner .left, .no-hashchange .banner .right {
	display: none;
}

.no-canvas #BottomCTAZone {
	padding: 0;
}

#BottomCTA {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-spacing: 0;
	position: relative;
}

html.no-display-table #BottomCTA {
	width: 100%;
}

#BottomCTA ul {
	margin: 0;
}

#BottomCTA.cta-list ul li {
	background-color: #FFFFFF; /* $BG */
}

html.no-display-table #BottomCTA ul li {
	width: 33.33%;
	margin: 0;
}

#BottomCTA ul li a {
	padding-bottom: 35px;
	width: 100%;
}

#BottomCTA ul li a .button {
	background-color: #311301; /* $primary */
	color: #E4E4E4; /* $border */
}

#BottomCTA ul li a:hover .button {
	background-color: #E4E4E4; /* $border */
	color: #311301; /* $primary */
}

#BottomCTA.cta-list ul li h2 {
	font-size: 1.25em;
	font-weight: bold;
	background-color: #732125; /* $secondary */
	padding: 20px 0;
}

#BottomCTA.cta-list ul li h2, #BottomCTA.cta-list ul li p {
	color: #000000; /* $text2 */
}

#BottomCTA.cta-list ul li p {
	padding: 8px 15px;
	min-height: 64px;
}
/* End CTAs */

/* Main Area */
main.main {
	background-color: #FFFFFF; /* $BG */
	padding: 1.5%;
}

#LeftWrap {
	width: 74%;
	float: left;
	clear: left;
}

#MainZone {
	padding: 0px 2%;
	float: right;
	width: 100%;
	clear: right;
}

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

#LeftZone {
	float: left;
	width: 33.3%;
	clear: left;
}

.text {
	font-size: 0.875em;
	line-height: 1.75;
	color: #000000; /* $text2 */
}

.text a:hover {
	text-decoration: none;
	color: #D87000;
}

.text a:hover strong {
	color: #000000; /* $text2 */
}

.text h1 {
	font-size: 1.625em;
	text-transform: uppercase;
	color: #000000; /* $text2 */
	padding: 0px 0px 15px 0px;
}

.text h2 {
	font-size: 1.250em;
	color: #311301; /* $primary */
}

.text h3 {
	font-size: 1.125em;
	font-weight: 700;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #732125; /* $secondary */
	line-height: 1.6em;
}

.text strong {
	color: #311301; /* $primary */
}

.side h2 {
	font-size: 1.563em;
	text-transform: uppercase;
	color: #311301; /* $primary */
	margin-bottom: 10px;
	font-weight: 300;
}

.side h2 a {
	color: #311301; /* $primary */
}

.side h2 a span {
	font-weight: bold;
}

.side-zone h2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000; /* $text2 */
	padding: 3% 2%;
	font-size: 1.250em;
	margin-bottom: 5px;
}

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

.side-nav ul li {
	margin: 2px 0px;
	padding: 0px;
	position: relative;
}

.side-nav ul li a {
	display: block;
	padding: 10px 7%;
	color: #FFFFFF; /* $text1 */
	font-size: 0.875em;
	background-color: #732125; /* $secondary */
}

.side-nav ul li.level2 a {
	padding-left: 15%;
	font-size: .75em;
}

.side-nav ul li a:before {
	font-family: 'icomoon-ult';
	content: '\e0f6';
	font-size: 1.125em;
	color: #FFFFFF; /* $text1 */
	right: 10px;
	top: 50%;
	margin-top: -13px;
	position: absolute;
}

html.no-cssgradients .side-nav ul li a {
}

.side-nav ul li a:hover, .side-nav ul li.selected a {
	background-color: #D87000; /* $orange */
	color: #FFFFFF; /* $text1 */
}

.side-nav ul li:hover a:before, .side-nav ul li.selected a:before {
	color: #FFFFFF;
}

.blog ul li .date {
	display: block;
	font-size: 0.75em;
	font-style: italic;
}

.item.blog h2 {
	margin: 12px 0;
}

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

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

.side-nav ul li.feed a {
	overflow: hidden;
	padding: 10px 20px 10px 10px;
}

.sidemenu {
}

.sidemenu h3 {
	padding: 5px;
	font-size: 0.875em;
	background-color: #311301; /* $primary */
	margin: 0;
	color: #FFFFFF; /* $text1 */
}

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

.sidemenu li {
}

.sidemenu a {
}

.sidemenu ul li ul li a {
	padding-left: 25px;
}

.sidemenu a:before {
	display: none;
}

.sidemenu a:hover {
}

.contact-form {
	color: #FFFFFF; /* $text1 */
}

.contact-form h3 {
	font-size: 22px;
	padding: 0px 0px 10px 0px;
}

.contact-form input {
	margin: 0px 0px 4px 0px;
	padding: 3% 5%;
	border: 1px solid #681E21; /* darken($secondary,10%) */
	color: #000000; /* $text2 */
	font-size: 1em;
	font-family: 'Open Sans', Arial, sans-serif;
	width: 100%;
}

html.no-boxsizing .contact-form input {
}

.contact-form textarea {
	margin: 0px 0px 4px 0px;
	padding: 3% 5%;
	border: 1px solid #681E21; /* darken($secondary,10%) */
	color: #000000; /* $text2 */
	font-size: 1em;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1em;
	width: 100%;
	height: 120px;
	overflow: auto;
	resize: none;
}

html.no-boxsizing .contact-form textarea {
}

.contact-form .button {
	width: 100%;
	padding: 10px 20px 10px 20px;
	background-color: #732125; /* $secondary */
}

.contact-form .button:hover {
	background-color: #D87000; /* $orange */
}

/* End Main Area */

/* Footer */
#FooterZone {
	padding: 35px 1%;
	color: #FFFFFF; /* $text1 */
}

#FooterZone a {
	color: #D87000; /* $orange */
}

#FooterZone a:hover {
	color: #FFFFFF; /* $text1 */
}

#FooterZone a.phone {
	color: #E4E4E4; /* $border */
	font-size: 1.938em;
	font-weight: 600;
	line-height: 1em;
	display: block;
	cursor: default;
}

#FooterZone div.available {
	color: #732125; /* $secondary */
	padding-left: 0px;
	margin-bottom: 10px;
}

ul.social {
	list-style: none;
	padding: 0px;
	display: table;
	width: auto;
}

ul.social li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	display: table-cell;
}

ul.social li a {
	display: block;
	background-color: #311301; /* $primary */
	padding: 3px;
	border-radius: 5px;
}

ul.social li a:hover {
	background-color: #FFFFFF; /* $BG */
}

ul.social li a icon {
	display: block;
	font-size: 1.563em;
	color: #FFFFFF; /* $text1 */
	background-color: #732125; /* $secondary */
}

#Payments {
	clear: both;
}

nav.nav-footer {
}

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

nav.nav-footer ul li {
	border-bottom: solid 1px #ccc;
}

#Footer {
	border-top: solid 10px #D87000; /* $orange */
	background-color: #000000; /* $text2 */
}

#FooterZone nav.nav-footer ul li a {
	color: #FFFFFF; /* $text1 */
	padding: 5px 0px;
	display: block;
	text-transform: uppercase;
}

#FooterZone nav.nav-footer ul li a:hover {
	color: #D87000; /* $orange */
}

#BottomZone {
	background-color: #333333;
}

#BottomContent {
	padding: 0 1.5%;
}

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

#BottomContent small {
	color: #9a9a9a;
	font-size: 0.813em;
	line-height: 75px;
}
/* End Footer */

/* 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: 100%!important;
}

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

div.imenupanel div.imenu div.imenuitem {
	border-bottom: solid 1px #5a5a5a;
}

div.imenuitem {
	color: #FFFFFF;
	font-size: 15px;
}

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: 1.250em;
	color: #FFFFFF;
	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 */
form *,form *:before,form *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

html.no-canvas .main {
	width: 1132px;
}

@media (max-width:1190px) {
	#TopArea:before, #TopArea:after {
		display: none;
	}
}

@media (max-width:1020px) {
	div.slide div.info h2 {
		font-size: 1.875em;
	}

	div.slide div.info {
		font-size: 0.875em;
		width: 40%;
	}

	.cta-list ul li .button {
	}

	.cta-list ul li h2 {
		font-size: 1.125em;
	}

	.cta-list ul li {
		height: 165px;
	}

	.contact-form .button {
		width: 100%;
		padding: 20px 0px 17px;
	}
}

@media (max-width:960px) {
	.cta-list ul li p {
	}

	#Masthead .logo {
		margin-bottom: 0;
	}

	nav.top-nav {
		padding-left: 0;
	}

	nav.top-nav ul li a {
		font-size: 0.875em;
	}

	.hidefordesktop {
		display: none;
	}
}

@media (max-width:750px) {
	.cta-list ul li {
		margin-right: 0%;
		width: 100% !important;
		margin-bottom: 15px;
		text-align: left;
		height: auto;
		display: block;
		float: left;
	}

	.sub #CTAs.cta-list ul li {
		display: none;
	}

	.sub #CTAs.cta-list ul li:last-child {
		display: block;
	}

	#CTAZone .cta-list ul li>a, #BottomCTA ul li>a {
		padding: 10px 2%;
	}

	.cta-list ul li icon {
		float: left;
		text-align: center;
		margin: 10px 10px 10px 0px;
	}

	.cta-list ul li h2 {
		font-size: 1.375em;
	}

	.cta-list ul li p {
		font-size: 1em;
	}

	.cta-list ul li .button {
		position: static;
		margin: 0px;
		left: auto;
		bottom: auto;
		padding: 10px 10px 7px 10px;
		float: right;
		margin-left: 10px;
		width: auto;
	}

	#BottomCTA.cta-list ul li p {
		min-height: 0;
	}

	.cta-list {
		margin-bottom: 0px;
	}

	#BottomCTA.cta-list ul li {
		text-align: center;
		padding-bottom: 0;
	}

	#BottomCTA.cta-list ul li .button {
		margin: 8px auto;
		float: none;
	}

	#LeftWrap {
		width: 100%;
	}

	#MainZone {
		width: 100%;
		margin-bottom: 25px;
		padding-top: 20px;
	}

	#SideZone, #LeftZone {
		width: 100%;
	}

	.half {
		width: 100%;
		margin: 0px 0px 25px 0px;
	}

	.half:last-child {
		margin-bottom: 0px;
	}

	.third {
		width: 100%;
		margin: 0px 0px 25px 0px;
	}

	#FooterZone {
		text-align: center;
	}

	#FooterZone .nav-footer {
		text-align: left;
		margin: 0px 2%;
	}

	#Masthead h3 {
		display: none;
	}

	#Masthead > div.imenuitem {
		display: block;
	}

	#SmallMenu {
		display: block;
	}

	nav.top-nav {
		display: none;
	}

	div.slide div.info {
		width: 60%;
	}

	ul.social {
		margin: 5px auto;
	}

	#TopZone {
		padding: 0;
		position: relative;
		background-color: #FFFFFF; /* $BG */
	}

	.sub #TopZone {
	}

	#Animation {
		height: 320px;
	}

	#Masthead .logo {
		background-color: transparent;
		padding: 0;
	}
}

@media (max-width:600px) {
	.cta-list ul li icon {
		display: none;
	}

	.cta-list ul li {
		display: block;
	}

	.cta-list ul li a.button {
	}

	div.slide div.info {
		height: auto;
		border-radius: 0px;
		top: auto;
		left: 0px;
		bottom: 0px;
		width: 100%;
		padding: 12px 3%;
	}

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

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

	div.slide div.info .button {
		margin-top: 5px;
	}

	#Animation {
		height: 276px;
	}
}

@media (max-width:480px) {
	.cta-list ul li p {
		display: none;
	}

	.cta-list ul li .button {
		float: none;
		margin: 0px;
		display: inline-block;
	}

	.cta-list ul li {
		text-align: center;
	}

	#TopZone div.available {
		display: none;
	}

	.gallery.home div.summary .button {
		width: 130px;
		padding: 10px 10px 7px 10px;
	}

	#Masthead .phone-info, #Masthead .logo {
		float: none;
		text-align: center;
		display: block;
		margin: 0 auto 10px;
	}

	#Masthead .phone {
		float: none;
	}
}
/* End Responsive */

#MobileNav > div > div.imenupanel {
	position: absolute;
	z-index: 99;
}

@media (max-width:1220px) {
	.banner .left, .banner .right {
		display: none;
	}
}
