@import url('https://fonts.googleapis.com/css?family=Amiri:400,700|Libre+Baskerville:400,700|Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&display=swap');
h1 {
	color: #343434;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 38px;
	text-align: center;
	line-height: 48px;
	text-transform: uppercase;
	margin: 55px 0 25px 0;
	padding: 0 0 0 10px; 
	/*border-left: 8px solid #c5952c;*/
	clear: both;
}
h2 {
	color: #998575;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	margin: 20px 0 15px 0;
	padding: 0; 
	clear: both;
}
h3 {
	color: #998575;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 37px;
	margin: 5px 0 5px 0;
	padding: 0; 
	clear: both;
}
.right-column h2 {
	margin: 40px 0 0 0;
}

h4 {
	color: #1e2857;
	font-weight: 700;
	font-size: 30px;
	line-height: 39px;
	margin: 50px 0 25px -15px;
	padding: 3px 0 0 10px; 
	border-left: 5px solid #E3C586;
	clear: both;
}
h5 {
	font-weight: 700;
	font-size: 33px;
	margin: 20px 0 15px 0;
	padding: 0; 
	clear: both;
}
.special h3 {
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	margin: 50px 0 25px -15px;
	padding: 0 0 0 10px; 
	border-left: 5px solid #c5952c;
	clear: both;
}
a, a:visited {
	color: #998575;
	text-decoration: none;
}
a:hover, a:active {
	color: #343434;
	text-decoration: none;
}
p {
	line-height: 20px;
}
ul {
	margin: 0px auto 20px;
}

body {
	font-family: 'Open Sans', sans-serif;
	/*font-family: Times New Roman,adobe-times,Times,serif;*/
	font-size: 14px;
	color: #292827;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
#wrap {
	width: 100%;
	z-index: 30;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#topbar {
	color: #fff;
	background: #4e4e4e;
	width: 100%;
	text-align: left;
	position: relative;
	top: 0;
	min-height: 26px;
	margin: 0;
	padding: 8px 0 4px;
	z-index: 100;
}
#topbar .left {
	float: left;
	width: 50%;
}
#topbar .right {
	float: right;
	text-align: right;
}
.icon {
	padding-left: 10px;
    float: right;
    position: relative;
    top: -2px;
}
#header {
	background: #343434;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	height: 182px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.container {
	width: 1200px;
		text-align: center;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	clear: both;
}
#logo {
	float: left;
	padding: 8px 0px;
}
/*#logo-cabinets {
	float: left;
	padding: 8px 0px;
}
#logo-cabinets img {
	max-width: 180px;
}*/

/* Menu Styles */

.mobile-nav {
		display: none !important;
	}
#nav {
	z-index: 600;
	margin: 45px 0 0;
	float: right;
	display: block;
    vertical-align: middle;
    width: 60%;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}

/*Strip the ul of padding and list styling*/
#nav ul {
	float: right;
    list-style: /*outside*/ none none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;

}


/*Create a horizontal list with spacing*/
#nav li {
	display:inline-block;
	float: left;
	padding: 0 15px 0 0;
	display: block !important;
    height: auto;
    overflow: visible !important;
	text-transform: uppercase;
}
#nav li:last-of-type {
	padding: 0px;
}

/*Style for menu links*/
#nav li a {
	display:block;
	width: 100px;
	padding: 6px;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

/*Hover state for top level links*/
#nav li:hover a {
    display: block;
	color: #fff;
	background: #998575;
}

#nav li:hover ul a {
	background-color: #F1E1C0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	height: 30px;
	line-height: 20px;
    margin: 0;
    padding: 10px 10px 0;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
    border-bottom: 1px solid #272723;	
	width: 220px;

}

/*Hover state for dropdown links*/
#nav li:hover ul a:hover {
	background-color: #DCB563;
}

/*Hide dropdown links until they are needed*/
#nav li ul {
	display: none;
		list-style: none;
}
#nav li ul li ul {
	display: none;

}

/*Make dropdown links vertical*/
#nav ul ul {
	position: absolute;
	width: auto;
	line-height: 0;
	list-style: none inside none;
}
#nav li ul li {
	display: block;
	float: none;
	position: relative;
	text-transform: capitalize;
    top: 53px;
	left: 3px;
    padding: 0;
    margin: 0;
	z-index: 1001;
}

/*Prevent text wrapping*/
#nav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#nav ul li a:hover + .hidden, #nav .hidden:hover {
	display: block;
	list-style: none outside none;
}
#nav .menu-heading {
    background-color: #000;
    color: #ffffff;
    display: block;
    font: 12px/22px sans-serif;
    height: 19px;
    padding: 3px 5px;
    text-align: left;
    text-decoration: none;
    width: 173px;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font: normal 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #4e4e4e;
	text-align: left;
	padding: 15px 11px;
	display: none;
	width: 100%;
	min-height: 25px;
}
/*Hide checkbox*/
#nav input[type=checkbox]{
    display: none;
}
#form input[type=checkbox]{
    display: inline;
}

/*Show menu when invisible checkbox is checked*/
#nav input[type=checkbox]:checked ~ #menu{
    display: block;
}
.clear {
	clear: both;
}
.banner {
	margin-top: 160px;
	width: 100%;
}
.call {
	
}
.call a:link, 
.call a:visited  {
	font-size: 27px;
	font-weight: bold;
	color: #343434;
	background: #C6BBB3;
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 20px;
	display: block;
}
.call a:hover, 
.call a:active {
	background: #998575 !important;
}
#feature {
	height: 364px;
	position: relative;
	margin: 160px 0 50px;
	float: left;
	width: 100%;
	background: url('/images/bkgrnd.jpg') no-repeat center;
	background-size: cover;
}
.features {
	float: left;
	width: 33%;
	padding: 0;
	margin: 0 0 35px;
}
.features img {
	width: 33%;
}
.slider, .ei-slider {
	margin-top: 145px;
}
.slider-button img {
	width: auto !important;
	max-width: 160px !important;
	opacity: 100% !important;
	margin-top: 10px;
	text-align: right;
}

#page {
	height: 100%;
    width: 100%;
}
.content {
	width: 100%; 
	min-height: 400px;
	float: left;
	margin-bottom: 20px;
}
.column {
	float: left;
	width: 50%;
	margin-bottom: 50px;
}
.left-column {
	float: left;
	width: 75%;
	padding-right: 100px;
	padding-bottom: 25px;
	box-sizing: border-box;
}
.right-column {
	float: right;
	width: 25%;
	padding-bottom: 25px;
}

#banner {
	/*height: 370px;
    background-size: cover;
    background-position: center;
    margin: 0 -172px 20px;
    overflow: hidden;*/
	position: relative;
	margin: 160px 0 25px;
	float: left;
	width: 100%;
}
#banner img {
	float: right;
    margin: -170px 0 0 0;
	margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
}


/* rotator */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
	
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  /*float: left;*/
  width: 100%;
  
  float: left;
 /* margin: -170px 0 0 0;*/
	margin: 0 auto;
    display: block;

  border: 0;
  }

.rslides_container {
  /*margin-top: 0px;
  margin-bottom: 0px; */
  position: relative;
  margin: 160px 0 0;
  width: 100%;
  /*float: left;*/
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -40px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 0%;
  text-indent: -9999px;
  overflow: hidden;
  height: 0%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: -40px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  z-index: 99;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #fff;
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 1 1 2px 1 rgba(0,0,0,.3);
  -moz-box-shadow: inset 1 1 2px 1 rgba(0,0,0,.3);
  box-shadow: inset 1 1 2px 1 rgba(0,0,0,.3);
  width: 11px;
  height: 11px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #998575;
  }


@media (max-width: 1896px) {
#banner-centered {
    margin: 162px 0 0;
	width: 100%; /* or whatever is required */
    text-align: center; /* ensures the image is always in the h-middle */
    overflow: hidden; /* hide the cropped portion */
}
#banner-centered img {
	position: relative;
    left: 50%;
    transform: translate(-50%,0)
}
}
@media (min-width: 1897px) {
#banner-centered {
	position: relative;
	margin: 160px 0 25px;
	float: left;
	width: 100%;
}
#banner-centered img {
	float: right;
	margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
}
}
@media (max-width: 1200px) {
#banner-centered {
	position: relative;
	margin: 160px 0 25px;
	float: left;
	width: 100%;
}
#banner-centered img {
	float: right;
	margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
}

}


/*--- Rotator Styles ---*/


.highlights {
	float: left;
	width: 100%;
}
.highlight {
    float: left;
    width: 31%;
	background: #C6BBB3;
	color: #343434;
	margin: 0 23px 50px 0px;
	min-height: 290px;
	box-sizing: border-box;
	padding-bottom: 7px;
}
.highlight:last-of-type {
    margin: 0 0 14px 0;
}

a.highlight {
	color: #343434;
	text-align: center;
	font-weight: normal;
	display: block;
	padding-bottom: 24px;
}

a.highlight:hover, a.highlight:hover h2 {
	background: #343434;
	color: #fff;
}
a.highlight:active, a.highlight:active h2 {
	background: #343434;
	color: #fff;
}
a.highlight h2 {
	color: #343434;
	font-size: 18px;
    padding: 6px 8px 0;
    margin: 0;
    text-transform: uppercase;
	text-align: center;
	background: none;
	border-bottom: 0px solid #7da6d8;
}
.highlight p {
	margin: 0 12px;
}
.services {
    float: left;
    width: 33%;
	color: #343434;
	margin: 50px 0 50px 0;
	min-height: 290px;
	box-sizing: border-box;
	padding: 15px;
}
.services:last-of-type {
    margin: 0 0 14px 0;
}
.services .icons {
    width: 30%;
}
.button {
    border: 1px solid #fff;
    margin-top: 15px;
    width: 40%;
    text-transform: uppercase;
    color: #fff;
	padding: 3px;
    float: none;
    position: relative;
    left: 30%;
	clear: both;
}

a.button-large {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
    width: 360px;
	box-sizing: border-box;
	padding: 22px;
    margin: 30px 60px 30px 0;
    background: #343434;
}
a.button-large h3 {
	color: #fff;
}
a.button-large:active, a.button-large:hover, a.button-large:hover h3 {
	color: #fff;
    background: #998575;
}
.button-large:last-of-type {
	margin-right: 0px;
}

.buttons {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
a.button-large h3 { 
   font-size: 20px;
   font-weight: 700;
   text-transform: uppercase;
   margin: 0;
   padding: 0;
   border: none;
  } 

a.button {
	display: inline-block;
	color: #1e2857;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
    width: 270px;
	box-sizing: border-box;
	padding: 15px 22px;
    margin: 10px 25px 15px 0;
    background: #c5952c;
    border-left: 5px solid #3c3b39;
}
a.button:active, a.button:hover {
	color: #1e2857;
    background: #3c3b39;
    border-left: 5px solid #c5952c;
}
.client-logo {
	display: none !important;
}

.img-left {
	float: left;
	margin: 0 15px 10px 0;
	width: 33%;
}
.content {
	float: left;
}
.service-area {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0, 0, 0, .9)),url("/images/residential-commercial-builder-minnesota.jpg") 0px 0px;
    background-size: cover;
    color: #fff;
	font-size: 18px;
    font-weight: 600;
	float: left;
    width: 100%;
    height: auto;
    padding: 70px 0 30px;
    margin: 50px 0 0;
}

.service-area-cabinets {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0, 0, 0, .9)),url("/images/traditional-custom-kitchen-cabinets.jpg") 0px 0px;
    background-size: cover;
    color: #fff;
	font-size: 18px;
    font-weight: 600;
	float: left;
    width: 100%;
    height: auto;
    padding: 70px 0 30px;
    margin: 50px 0 0;
}

.service-area h1, .service-area-cabinets h1 {
	color: #fff;
	margin: 0 0 20px 0;
}
.service-area h2, .service-area-cabinets h2 {
	color: #fff;
	padding: 0 15px;
}
.service-area p, .service-area-cabinets p {
	line-height: 30px;
	margin: 0;
}
.service-area h3, .service-area-cabinets h3 {
	color: #fff;
	font-weight: 300;
}
.service-area .column, .service-area-cabinets .column {
	width: 33%;
	float: left;
	padding: 25px 30px;
	box-sizing: border-box;
}
.service-area .button {
    border: 1px solid #fff;
    margin-top: 15px;
    width: 20%;
    text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	padding: 10px;
    float: none;
	clear: both;
	left: 38%;
}
.service-area a {
	color: #fff;
}
.anchor {
  display: block;
  height: 162px; /*same height as header*/
  margin-top: -162px; /*same height as header*/
  visibility: hidden;	
}
.about {
	font-size: 16px;
}
.areas {
	text-align: center;
}
.specialty {
	float: left;
	width: 100%;
	margin: 30px 0 20px;
	background-color: #fff;
}
.specialty img {
	float: left;
	max-width: 48%;
}
.specialty h1 {
	margin-top: 25px;
}
.specialty h2 {
	color: #252525;
	margin-top: 20px;
}
.specialty .description {
	float: right;
	padding: 40px 35px;
	width: 52%;
	box-sizing: border-box;
}
.specialty .text {
	float: left;
	width: 300px;
	padding-right: 25px;
}
.specialty .links {
	float: right;
	width: 270px;
}
.specialty a, .specialty a:visited {
	color: #292827;
	text-decoration: none;
}
.specialty a {
	font-weight: bold;
}


.testimonial {
	clear: both;
	width: 100%;
    margin: 40px 0;
	padding: 30px 35px;
    background-color: rgba(197,149,44,0.3);
	box-sizing: border-box;
}
.source {
	text-align: right;
	font-size: 11px;
}
blockquote {
    display: table;
    float: none;
    clear: both;
	text-indent: 0;
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 2em 2em 2em 5em;
    font-style: italic;
	quotes: none;
}
blockquote:before { 
	content: "\e957";
	color: rgba(197,149,44,0.2);
	1color: rgba(119,119,119,0.2);
	position: absolute;
    top: 50%;
    left: .5em;
    z-index: 0;
    font-size: 2.5em;
    font-family: 'iconmeta';
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.credentials {
    text-align: center;
    margin: 75px auto 0;
    border-top: 1px solid #d3b579;
    padding: 35px 0 0;
}
.credentials img {
	padding: 0 5px;
}
#footer {
    float: left;
	background-color: #343434;
    color: #fff;
    display: block;
    font-size: 14px;
    min-height: 58px;
    padding: 20px;
	margin-top: 30px;
    width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#footer h2 {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 0 8px 0;
	padding: 12px 0 0; 
}
#footer a:link, #footer a:visited, #topbar a:link, #topbar a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover, #footer a:active, #topbar a:hover, #topbar a:active {
	color: #C6BBB3;
	text-decoration: none;
	font-weight: normal;
}
#footer ul {
	list-style: outside none none;
	margin: 15px 0 0;
    padding-left: 0;
    padding-right: 0;
}
#footer p {
	color: #c4c4c4;
}
#footer .column {
	width: 33%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.info {
    clear: both;
    margin: 0;
    float: left;
	width: 50%;
} 
.contact, .contact p {
    font-size: 18px;
    line-height: 25px;
} 
#copyright {
	clear: left;
	width: 50%;
	float: left;
	font-size: 12px;
}
#design {
	width: 50%;
	text-align: right;
	float: left;
	font-size: 12px;
}
.mobile {
	display: none;
}
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('/fonts/texgyreadventor-regular-webfont.eot');
    src: url('/fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('/fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('/fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'iconmeta';
  src:  url('/includes/iconmeta.eot?lfe45x');
  src:  url('/includes/iconmeta.eot?lfe45x#iefix') format('embedded-opentype'),
    url('/includes/iconmeta.ttf?lfe45x') format('truetype'),
    url('/includes/iconmeta.woff?lfe45x') format('woff'),
    url('/includes/iconmeta.svg?lfe45x#iconmeta') format('svg');
  font-weight: normal;
  font-style: normal;
}