/* General Styles */

/*
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	background-color: #FFFFFF; /* $text1 
	background-repeat: no-repeat;
}
*/

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

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

.nav {background:#000000;height:20px;font-family:verdana;font-size:13px;color:#ffffff;font-weight:bold;text-align:center;}
.nav a:link, .nav a:visited {display:block;width:100%;color:#ffffff;text-decoration:none;}
.nav a:hover {background:#000000;font-weight:bold;color:#F69220;cursor:pointer}
.nav span {padding:7px 4px 7px 4px;display:block;height:100%;border:0px solid #000000;}

.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}
.sub span {padding:5px 2px 5px 2px;display:block;height:100%;}

/*================================>> 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 <<========================================*/

/* ===== Pulldown Navigation =====*/ 

.navigation {background:#3C4820; height:20px;position: absolute;top: 100px;left: 0px;}

      .navigation ul {float: left;}
        .navigation ul li {display: block;float: left;position:relative;}

          .navigation > ul > li > a {font-family:arial;
            color: #3c3c3c;display: block;float: left;font-size: 15px;font-weight: normal; line-height: 10px; margin-left:22px;text-decoration: none;}
					.navigation ul li:first-child > a 
					{margin-left:0;}
					.navigation ul li a:hover,
					.navigation ul li.current_page_item a {
						color: #fff;}

					.navigation .sub-menu 
					{display:none;align:left; background-color:#3C4820;box-shadow:4px 4px rgba(0,0,0,0.2);position:absolute;top:12px;left:8px;min-width:220px; padding:2px 5px 2px 			
						7px;border:solid 1px #a0a0a0}
					.navigation > ul > li:hover .sub-menu {display:block;}
						.navigation .sub-menu li {float:left;}
							.navigation ul li .sub-menu a {display:block;font-family:arial;
								color:#5a5a5a;font-size:14px;padding:4px 5px;text-decoration:none;
								background:#3C4820;}
							.navigation ul li .sub-menu li:last-child a {background-image:none;}
							.navigation ul li .sub-menu a:hover,
							.navigation ul li .sub-menu .current-menu-item a 
							{color:#0000ff;text-decoration:none;}

/* ====END: Pulldown Navigation ===========*/

a {
	text-decoration: none;
	outline: none;
	color: #D80000;
}

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 */

/* Navigation */
#TopArea {
/*	color: #FFFFFF;  $text1 */
	max-width: 1190px;
	position: relative;
}

.no-canvas #TopArea {
	width: 1190px;
}

#TopArea:before, #TopArea:after {
	position: absolute;
	height: 0;
	width: 0;
	display: block;
	content: '';
}

#TopArea:before {
	left: -1px;
	border-left: solid 15px transparent;
	border-bottom: solid 15px transparent;
	border-top: solid 15px #190A01; /* darken($primary,50%) */
	border-right: solid 15px #190A01; /* darken($primary,50%) */
	bottom: -30px;
}

#TopArea:after {
	border-right: solid 14px transparent;
	border-bottom: solid 14px transparent;
	right: 1px;
	border-top: solid 14px #190A01; /* darken($primary,50%) */
	border-left: solid 14px #190A01; /* darken($primary,50%) */
}

#TopZone {
/*	color: #FFFFFF; /* $text1 */
	position: absolute;
	z-index: 5;
	width: 100%;
	background-color: #FFFFFF; /* $text1 */
}

.sub #TopZone {
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0 4px 16px -8px #000000;
}

#Masthead .phone-info {
	float: right;
	clear: right;
	padding: 5px 3.5% 5px 0;
}

#Masthead .phone {
	float: right;
	font-size: 2.000em;
	color: #732125;
	font-weight: 600;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	clear: both;
	line-height: 1;
	cursor: default;
}

#Masthead div.available {
	margin: 10px 0px 0px;
	float: right;
	clear: both;
	font-size: 1.125em;
	color: #000000;
}

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

#SmallMenu {
	padding: 10px;
	background-color: #311301; /* $primary */
	width: 100%;
	color: #FFFFFF; /* $text1 */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	text-align: center;
	display: none;
	clear: both;
}

#Masthead .logo {
	position: relative;
	max-width: 100%;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
	float: left;
}

#Masthead h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Open Sans', Arial, sans-serif;
	float: none;
	clear: both;
	margin: 8px 0 0;
	color: #000000;
	text-align: center;
}

nav.top-nav {
	display: table;
	font-size: 0.938em;
	width: 100%;
	text-align: center;
	background-color: #000000; /* $text2 */
	clear: both;
}

.no-rgba nav.top-nav {
	background-color: #000000; /* $text2 */
}

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

nav.top-nav ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 2.5%;
	position: relative;
}

.no-hashchange nav.top-nav ul li {
	padding: 0 0 0 2.5%;
}

nav.top-nav ul li a {
	color: #FFFFFF; /* $text1 */
	font-weight: 700;
	padding: 8px 0;
	display: block;
	text-transform: uppercase;
}

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

html.no-display-table nav.top-nav ul li {
	float: left;
}
/* End Navigation */

/* Flyout Menu */
nav.top-nav div.iflylist {
	background-color: #FFFFFF; /* $BG */
	color: #311301; /* $primary */
	border: none;
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 6px;
	padding: 17px 0px 6px 0px;
	text-align: left;
	min-width: 225px;
}

nav.top-nav div.iflylist:before {
	font-family: 'icomoon-ult';
	content: '\e0eb';
	position: absolute;
	top: -15px;
	left: 30px;
	font-size: 40px;
	line-height: 40px;
}

nav.top-nav div.iflylist div.iflylist {
	padding: 6px 0px;
}

nav.top-nav div.iflylist div.iflylist:before {
	display: none;
}

nav.top-nav div.ifly {
	background-color: #FFFFFF; /* $BG */
	border: none;
	border-top: solid 1px #ddd;
}

nav.top-nav div.ifly a {
	padding: 12px 25px;
	color: #311301; /* $primary */
	min-width: 150px;
	line-height: 1.5em;
}

nav.top-nav div.ifly a:hover {
	text-decoration: none;
}

nav.top-nav div.iflyOver {
	background-color: #311301; /* $primary */
}

nav.top-nav div.ifly a.iflyOver {
	color: #FFFFFF; /* $text1 */
}

nav.top-nav div.iflyRight {
	background-image: none;
}

nav.top-nav div.iflyRight>a:before {
	font-family: 'icomoon-ult';
	content: '\e0ea';
	float: right;
	margin-right: -27px;
	font-size: 1.250em;
}
/* End Flyout Menu */

/* Animation */
#Animation {
	height: 510px;
	width: 100%;
	position: relative;
	background-color: #FFFFFF; /* $BG */
	overflow: hidden;
}

#Animation div.slide {
	height: 100%;
	position: absolute;
	width: 100%;
	display: none;
}

#Animation div.slide:first-child {
	display: block;
}

#Animation div.slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

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 */
}

#ValueStatements ul {
	margin: 0px;
	padding: 1.5% 3%;
	list-style: none;
	color: #000000; /* $text2 */
	background-color: #732125; /* $secondary */
}

#ValueStatements ul li {
	padding: 5px 5px 5px 30px;
	position: relative;
	color: #FFFFFF; /* $text1 */
}

#ValueStatements ul li:before {
	content: '\e132';
	font-family: 'icomoon-ult';
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	left: 5px;
}

#ContactMap {
	width: 450px;
	height: 450px;
	margin: 0 auto;
}

#ContactMap, #ContactMap img {
	max-width: 450px;
	width: 100%!important;
	height: auto!important;
}
/* End Main Area */

/* Reviews and Gallery */
#ReviewArea {
	background-color: #CDCDCD; /* darken($border,10%) */
	border-top: solid 10px #E4E4E4; /* $border */
	padding: 30px 0px;
	color: #000000; /* $text2 */
	display: none;
}

#ReviewArea h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.563em;
	font-weight: 600;
	color: #311301; /* $primary */
	border-bottom: solid 5px #aab2b9;
	margin-bottom: 20px;
}

.gallery.home div.summary {
	float: right;
	width: 44%;
}

.gallery.home div.summary p {
	margin: 0px;
}

.gallery.home div.summary .button {
	margin: 10px 0px 0px;
}

.gallery.home div.pics {
	width: 53%;
}

.gallery.home div.pic {
	float: left;
	margin: 0px 8px 8px 0px;
}

.gallery.home div.pic img {
	display: block;
}
/* End Reviews and Gallery */

/* Testimonials */
#Testimonials blockquote {
	margin: 0px;
	padding: 0px;
	font-size: 1.125em;
	line-height: 1.5em;
}

#Testimonials blockquote:before {
	content: 'â€œ';
	font-size: 4.063em;
	font-family: 'Alike', Georgia, 'Times New Roman', serif;
	float: left;
	color: #311301; /* $primary */
	margin-right: 10px;
	margin-top: 15px;
}

#Testimonials h4 {
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	color: #000000; /* $text2 */
	font-weight: 700;
	padding: 10px 0px;
}

#Testimonials .button {
	width: 220px;
	float: right;
}
/* End Testimonials */

/* 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;
	}
}
