/**********
 * COLORS
 * Orange: #F4A81D
 * Tan: #D8D1CA
 * Brown: #766661
 * Black: #222222
 */

@font-face {
    font-family: 'futura_condensedbold';
    src: url('../fonts/futura_condensed_bold-webfont.woff2') format('woff2'),
         url('../fonts/futura_condensed_bold-webfont.woff') format('woff'),
         url('../fonts/futura_condensed_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avantgarde_bk_btbook';
    src: url('../fonts/avgardn-webfont.woff2') format('woff2'),
         url('../fonts/avgardn-webfont.woff') format('woff'),
         url('../fonts/avgardn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_bk_btbook_italic';
    src: url('../fonts/futubkit-webfont.woff2') format('woff2'),
         url('../fonts/futubkit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_light_condensedregular';
    src: url('../fonts/futura_light_condensed_regular-webfont.woff2') format('woff2'),
         url('../fonts/futura_light_condensed_regular-webfont.woff') format('woff'),
         url('../fonts/futura_light_condensed_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_bk_btbook';
    src: url('../fonts/futurabookbt-webfont.woff2') format('woff2'),
         url('../fonts/futurabookbt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'jellyka_delicious_cakeregular';
    src: url('../fonts/jellyka_delicious_cake-webfont.woff2') format('woff2'),
         url('../fonts/jellyka_delicious_cake-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTStd-LtCn";
  src: 	url("../fonts/HelveticaNeueLTStd-LtCn.ttf") format("truetype"),
    	url("../fonts/HelveticaNeueLTStd-LtCn.woff2") format("woff2");
    	url("../fonts/HelveticaNeueLTStd-LtCn.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rockwell";
  src: 	url("../fonts/ROCK.TTF") format("truetype"),
    	url("../fonts/Rockwell.woff2") format("woff2");
    	url("../fonts/Rockwell.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#test_page{
  background:hsla(0,0%,0%,1);
}

.fullWidth{
	width: 100% !important;
	max-width: 100% !important;
}
.noPadding{
	padding: 0 !important;
}
.clear_fix{
	clear: both;
}
.medium-0, .large-0, .small-0{
	width: 0px;
}
/**************************
 * HOME PAGE 
 *************************/
#home_content{
	background-image: url('../img/kitchen_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px -45px;
}
#home_content .tan_strip{
	background-image: url('../img/trans_bg4.png');
	background-repeat: repeat;
	color: #222222;
	font-family: HelveticaNeueLTStd-LtCn;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	padding-top: 70px;
	padding-bottom: 50px;
}
#services_container{
	background-image: url('../img/trans_bg.png');
	background-repeat: no-repeat;
	background-size: 393px auto;
	background-position: bottom left;
	height: auto;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-left: 80px;
}
#tagline{
	font-family: avantgarde_bk_btbook;
	color: white;
	font-size: 34px;
	line-height: 50px;
	margin-bottom: 60px;
	width: 393px;
	text-align: center;
}
#services_list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#services_list li{
	float: left;
	font-family: futura_bk_btbook;
	margin-bottom: 20px;
	background-color: #D8D1CA;
	padding: 2px 0px 2px 30px;
	color: #222222;
	font-size: 22px;
	width: 0px;
	overflow: hidden;
}
#wait_to_show{
	display: none;
}
#more{
	font-family: futura_bk_btbook;
	color: white;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0px;
	width: 100%;
	text-align: left;
	margin-left: 30px;
}
.triangle {
	display: inline-block;
	float: left;
	margin-left: 0px;
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #D8D1CA;
}
#underline{
	background-image: url('../img/bg_fade.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 150px;
	position: relative;
    z-index: 1;
}
#brown_strip{
	background-image: url('../img/trans_bg3.png');
	background-repeat: no-repeat;
	background-size: 393px 100px;
	background-position: bottom left;
	height: 100px;
	margin-left: 80px;
	position: relative;
    z-index: 0;
}
#brown_strip2{
	background-image: url('../img/trans_bg.png');
	background-repeat: repeat;
}
#tagline2{
	text-align: center;
	font-family: futura_light_condensedregular;
	color: #D8D1CA;
	font-size: 80px;
	width: 75%;
	margin-bottom: 0;
	margin-top: 25px;
	height: 112px;	
}
#shrink{
	margin-right: -80px;	
}
#orange_divider{
	height: 8px;
	background-color: #F4A81D;
	-moz-box-shadow:    2px 2px 10px 2px #222;
  	-webkit-box-shadow: 2px 2px 10px 2px #222;
  	box-shadow:         2px 2px 10px 2px #222;
}
#brown_divider{
	position:relative;
	z-index:3;
	height: 10px;
	background-color: #766661;
	-moz-box-shadow:    3px 3px 18px 3px #222;
  	-webkit-box-shadow: 3px 3px 18px 3px #222;
  	box-shadow:         3px 3px 18px 3px #222;
}
#mid_area{
	background-image: url('../img/black_bg.jpg');
	background-repeat: no-repeat;
}
#tan_area{
	background-color: #D8D1CA;
	padding-top: 45px;
}
#mid_area_heading{
	padding: 10px 0 10px 0;
	margin-bottom: 30px;
	color: #F4A81D;
	background-color: #766661;
	font-family: futura_bk_btbook;
	font-size: 30px;
	text-align: center;
}
#mid_area .service_highlight{
	float: right;
}
.service_highlight{
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
}
.trans_bg{
	background-image: url('../img/trans_bg2.png');
	background-repeat: repeat;
	height: 52px;
	padding: 7px 0 7px 0;
	text-align: center;
}
.fancy_letter{
	font-family: jellyka_delicious_cakeregular;
	font-size: 26px;
	color: #FFFFFF;
}
.rest_of_word{
	font-family: "Times New Roman", Georgia, Serif;;
	font-size: 26px;
	color: #FFFFFF
}
.service_highlight_hidden{
	display: none;
}
#very_small{
	display: none;
}
@keyframes zoomes1 {
    from	{
    			/*background-position: left center;*/
    			height: 225px;
    		}
    to		{
    			/*background-position: 0px -10px;*/
    			height: 245px;
    			overflow: hidden;
    			width: 85%;
			}
}
@keyframes zoomes2 {
    from	{
    			/*background-position: left center;*/
    			height: 225px;
    		}
    to		{
    			/*background-position: 0px -10px;*/
    			height: 245px;
    			overflow: hidden;
    			width: 105%;
			}
}
#service_highlight1{
	background-image: url('../img/kitchen.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 225px;
	width: 80%;
	margin-top: 140px;
}
#service_highlight1:hover{
	animation-name: zoomes1;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#service_highlight2{
	background-image: url('../img/bathroom.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 225px;
	width: 100%;
}
#service_highlight2:hover{
	animation-name: zoomes2;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#service_highlight3{
	background-image: url('../img/windows.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 225px;
	width: 100%;
}
#service_highlight3:hover{
	animation-name: zoomes2;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#service_highlight4{
	background-image: url('../img/outdoor_spaces.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 225px;
	width: 100%;
	border-right: 3px solid #FFFFFF;
}
#service_highlight4:hover{
	animation-name: zoomes2;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#our_story .columns{
	padding: 50px 50px 50px 50px;
}
#our_story h3{
	font-family: Rockwell;
	font-size: 28px;
	color: #222222;
	font-weight: bold;
}
#our_story p{
	font-family: HelveticaNeueLTStd-LtCn;
	font-size: 24px;
	color: #222222;
}
#learn_more{
	font-family: Calibri, sans-serif;
	font-size: 20px;
	display: inline-block;
	border: 3px solid #FFFFFF;
	background-color: #F4A81D;
	color: #222222;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
}
#testimonials{
	background-image: url('../img/test_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	width: 100%;
	text-align: center;
}
#testimonials .columns{
	padding: 70px 0 70px 0;
}
#testimonials h3{
	font-family: Calibri, sans-serif;
	font-size: 30px;
	color: #222222;
}
#testimonials #testimonials_list{
	list-style-type: none;
}
#testimonials .testimonial{
	
}
#testimonials .quote{
	float: right;
	padding-right: 20px;
}
#testimonials .testimonial .quote i{
	font-size: 70px;
}
#testimonials .testimonial_content{
	font-size: 24px;
	font-family: HelveticaNeueLTStd-LtCn;
	color: #222222;
	display: inline-block;
}
#testimonials .author{
	float: right;
	font-size: 19px;
	font-weight: bold;
	font-family: HelveticaNeueLTStd-LtCn;
	color: #222222;
}
#testimonials .stars{
	clear: both;
}
#testimonials .stars img{
	height: 30px;
	margin-top: 20px;
}
#testimonials_bottom #testimonials_link{
	font-size: 18px;
	font-family: Calibri, sans-serif;
	color: #222222;
	font-weight: bold;
}
#testimonials #testimonials_link i{
	font-size: 14px;
}
.testimonial .letter_link{
	font-family: futura_condensedbold;
    background-color: #504643;
    color: #F4A81D;
    font-weight: bold;
    font-size: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 10px 7px 10px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
}
#testimonials_bottom .columns{
	padding: 0;
}
#testimonials_bottom .progress{
	background-color: #DDDDDD;
	height: 10px;
	margin-top: 7px;
}
#testimonials_bottom #progress1{
	background-color: #766661;
}
#inquiry_form_content{
	background-image: url('../img/form_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	width: 100%;
	text-align: center;
}
#inquiry_form_text{
	font-size: 22px !important;
	font-family: HelveticaNeueLTStd-LtCn !important;
	color: #FFFFFF;
}
#brands{
	background-image: url('../img/brands_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	width: 100%;
	text-align: center;
}
#opaque_overlay{
	position: absolute;
    background-color: #FFFFFF;
    opacity: 0.2;
    height: 185px;
    width: 100%;
    z-index: 0;
}
#brands .brand{
	padding: 20px;
	text-align: center;
}
#brands .brand img{
	width: 300px;
	margin-top: 15px;
}
#brands .light{
	position:relative;
	z-index:2;
	top: -20px;
	background-color: #FFFFFF;
    box-shadow: 0 0 15px 15px #FFFFFF;
    height: 10px;
    width: 200px;
    -webkit-border-radius: 50%; 
  	-moz-border-radius: 50%; 
  	border-radius: 50%;
  	opacity: 0.15;
  	margin-left: auto;
    margin-right: auto;
}
#brands .shadow{
	margin-top: 20px;
	background-color: #444444;
    box-shadow: 0 0 15px 15px #444444;
    height: 2px;
    width: 250px;
    -webkit-border-radius: 50%; 
  	-moz-border-radius: 50%; 
  	border-radius: 50%;
  	opacity: 0.5;
    margin-left: auto;
    margin-right: auto;
}
#footer{
	background-image: url('../img/footer_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	width: 100%;
	text-align: center;
}

/*************************
 * FORM STYLES 
 ************************/
#home_form_container{
	padding: 40px;
}
#contact_form{
	background-color: #766661;
	-webkit-border-radius: 10px; 
  	-moz-border-radius: 10px; 
  	border-radius: 10px;
  	padding: 15px 30px 25px 30px;
  	text-align: left;
  	width: 400px;
}
#inquiry_form{ 
	background-color: #766661;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
  	padding: 15px 30px 25px 30px;
  	text-align: left;
}
#inquiry_form .form_label, #contact_form .form_label{
	color: #FFFFFF;
	font-size: 18px;
	font-family: Calibri, sans-serif;
}
#inquiry_form .form_input{
	background-color: #504643;
	-webkit-border-radius: 7px; 
  	-moz-border-radius: 7px; 
  	border-radius: 7px;
  	font-size: 20px;
	font-family: Calibri, sans-serif;
	color: #FFFFFF;
	height: 40px;
	width: 70%;
	padding: 5px 10px 5px 10px;
	border: none;
	margin-bottom: 0;
}
#contact_form .form_input{
	background-color: #504643;
	-webkit-border-radius: 7px; 
  	-moz-border-radius: 7px; 
  	border-radius: 7px;
  	font-size: 20px;
	font-family: Calibri, sans-serif;
	color: #FFFFFF;
	height: 40px;
	padding: 5px 10px 5px 10px;
	border: none;
	margin-bottom: 0;
}
#inquiry_form .form_submit{
	font-family: futura_condensedbold;
	width: 250px;
	border: 4px solid #D8D1CA;
	background-color: #504643;
	color: #F4A81D;
	font-weight: bold;
	font-size: 24px;
	-webkit-border-radius: 10px; 
  	-moz-border-radius: 10px; 
  	border-radius: 10px;
  	padding: 7px 10px 7px 10px;
  	cursor: pointer;
  	position: relative;
  	bottom: -114px;
}
#contact_form .form_submit{
	font-family: futura_condensedbold;
	width: 235px;
	border: 4px solid #D8D1CA;
	background-color: #504643;
	color: #F4A81D;
	font-weight: bold;
	font-size: 24px;
	-webkit-border-radius: 10px; 
  	-moz-border-radius: 10px; 
  	border-radius: 10px;
  	padding: 6px 8px 6px 8px;
  	cursor: pointer;
  	margin-top: 20px;
}
#inquiry_form p{
	color: white;
	font-size: 20px;
	font-family: Calibri, sans-serif;
	width: 70%;
}
#inquiry_form #message_box, #contact_form #message_box{
	height: 100px;
	resize: none;
}
/*************************
 * NAVIGATION 
 ************************/
#logo_container{
	height: 115px;
}
#logo1{
	position:relative;
	z-index:10;
	display: inline-block;
	font-family: futura_condensedbold;
	color: #F4A81D;
	font-size: 70px;
	-webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #FFFFFF;
}
#logo2{
	position:relative;
	z-index:10;
	display: inline-block;
	font-family: avantgarde_bk_btbook;
	color: #FFFFFF;
	font-size: 28px;
	margin-left: 5px;
}
#head_piece1{
	background-image: url('../img/trans_bg.png');
	background-repeat: no-repeat;
	background-size: 393px 115px;
	background-position: bottom left;
	height: 115px;
	padding-left: 10px;
	padding-top: 20px;
	margin-left: 80px;
}
#head_piece2{
	position: relative;
	top: -60px;
	background-image: url('../img/trans_bg2.png');
	background-repeat: no-repeat;
	background-size: 100% 55px;
	background-position: bottom left;
	height: 55px;
	width: 100%;
}
#head_piece3{
	position: relative;
	top: -60px;
	background-color: #F4A81D;
	height: 4px;
	width: 100%;
	-webkit-box-shadow: 0 3px 5px 0px black;
	-moz-box-shadow: 0 3px 5px 0px black;
	box-shadow: 0 3px 5px 0px black;
}
#head_piece4{
	position: relative;
	top: 55px;
	background-color: #F4A81D;
	height: 4px;
	width: 100%;
	-webkit-box-shadow: 0 3px 5px 0px black;
	-moz-box-shadow: 0 3px 5px 0px black;
	box-shadow: 0 3px 5px 0px black;
}
#nav_menu{
	position: relative;
	top: 55px;
	list-style-type: none;
	background-image: url('../img/trans_bg2.png');
	background-repeat: no-repeat;
	background-size: 100% 55px;
	background-position: bottom left;
	height: 55px;
	padding: 0;
	margin: 0;
}
#nav_menu li{
	float: left;
	border-left: 1px solid #999999;
	padding-left: 15px;
	padding-right: 15px;
	height: 55px;
}
#nav_menu li.last{
	float: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#nav_menu li.nb{
	font-family: futura_condensedbold;
	text-shadow: 1px 1px 1px #000;
	border: none;
	color: #FFFFFF;
	font-size: 32px;
	float: right;
	padding-right: 20px;
}
#nav_menu li a{
	display: inline-block;
	font-family: avantgarde_bk_btbook;
	color: #F4A81D;
	font-size: 20px;
	height: 55px;
	padding-top: 12px;
}
#nav_menu li a .white_arrow{
	height: 7px;
	display: inline-block;
	margin-left: 3px;
	vertical-align: super;
}
#navigation .sub_menu{
	display: none;
	position:absolute;
	list-style-type: none;
	background-image: url('../img/trans_bg2.png');
	background-repeat: no-repeat;
	background-size: 135px auto;
	background-position: bottom left;
	height: auto;
	width: 135px;
	padding: 0;
	margin: 0;
	top: 115px;
	overflow: hidden;
	z-index: 100;
}
#navigation #services_menu{
	margin-left: 130px;
	width: 225px;
	background-size: 225px auto;
}
#navigation .sub_menu li{
	padding-left: 15px;
	padding-right: 15px;
	height: 55px;
}
#navigation .sub_menu li a{
	display: inline-block;
	font-family: avantgarde_bk_btbook;
	color: #F4A81D;
	font-size: 20px;
	height: 55px;
	padding-top: 12px;
}
/******************************
 *ABOUT US STYLES 
 *****************************/
#page_content{
	background-image: url('../img/kitchen_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px -560px;
}
#inner_page_content{
	background-color: #D8D1CA;
	
}
#page_heading{
	margin-top: 15px;
	color: #766661;
	font-family: futura_light_condensedregular;
	font-size: 46px;
}
#about_us_content p{
	padding-right: 30px;
	font-family: HelveticaNeueLTStd-LtCn;
	color: #222222;
	font-size: 24px;
}
/******************************
 * TESTIMONIALS STYLES 
 *****************************/
.testimonials_page .testimonial p{
	padding: 0px 30px 0px 20px;
	text-align: justify;
	font-family: HelveticaNeueLTStd-LtCn;
	font-size: 22px;
}
.testimonials_page .testimonial .author{
	padding-left: 20px;
	font-weight: bold;
	font-family: HelveticaNeueLTStd-LtCn;
	font-size: 18px;
}
.testimonials_page hr{
	border-color: #766661;
	margin-left: 20px;
}
.testimonials_page .testimonial img{
	display: inline-block;
	padding-right: 45px;
}
#dialog, #dialog iframe{
	width: 750px !important;
	height: 1000px !important;
}
/******************************
 * SERVICES STYLES 
 *****************************/
.services_content p{
	padding-right: 40px;
	text-align: justify;
	font-family: HelveticaNeueLTStd-LtCn;
	font-size: 22px;
}
#carpentry_content p, #flooring_content p, #windows_content p, #bathrooms_content p, #kitchens_content p, #tenant_content p, #outdoor_content p{
	padding-right: 30px;
	font-family: HelveticaNeueLTStd-LtCn;
	color: #222222;
	font-size: 24px;
}
#services_page_list ul{
	list-style-type: none;
	
}
#services_page_list li{
	margin-bottom: 8px;
	padding-top: 10px;
}
#services_page_list .service_container{
	background-color: #766661;
	padding: 3px 15px 3px 15px;
}
@keyframes lift {
    from	{
    			padding-top: 10px;
    			padding-bottom: 0px;
    		}
    to		{
    			padding-top: 0px;
				padding-bottom: 10px;
			}
}
#services_page_list li:hover{
	animation-name: lift;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-direction: alternate;
}
#services_page_list li a{
	color: #F4A81D;
	text-shadow: 1px 1px 1px #222222;
	font-size: 20px;
	font-family: futura_bk_btbook;
}
/******************************
 * PORTFOLIO STYLES
 *****************************/
.portfolio_item .large-4{
	
}
.portfolio_item h5{
	font-size: 26px;
	font-family: avantgarde_bk_btbook;
	background-color: #766661;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}
.portfolio_item img{
	height: 300px;
	width: 430px;
}
/******************************
 * CONTACT STYLES 
 *****************************/
#contact_info{
	padding: 0 30px 0 30px;
	font-family: HelveticaNeueLTStd-LtCn;
	color: #766661;
	font-size: 26px;
}
#loading_contact{
	display: none;
	clear: both;
	margin-top: 20px;
}
#loading_contact img{
	height: 80px;
}
/******************************
 * FOOTER STYLES 
 *****************************/
#footer_directory{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#footer_directory li{
	line-height: 34px;
}
#footer_directory li a{
	color: white;
	font-family: avantgarde_bk_btbook;
	font-size: 22px;
	text-decoration: none;
}
#footer_directory li a:hover{
	text-decoration: underline;
}
#arrow_top_container{
	width: 60px;
	height: 50px;
	background-color: #EEEEEE;
	-webkit-border-radius: 10px; 
  	-moz-border-radius: 10px; 
  	border-radius: 10px;
  	text-align: center;
  	margin-left: 30px;
  	margin-bottom: 20px;
  	cursor: pointer;
}
#arrow_top_container i{
	font-size: 48px;
    margin: 0px;
    padding: 0;
    height: 34px;
    position: relative;
    top: -8px;
    left: 12px;
}
#arrow_top_container span{
	display: inline-block;
    font-family: HelveticaNeueLTStd-LtCn;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    position: relative;
    right: 16px;
}
#footer_top .footer_column{
	text-align: left;
	padding: 30px;
}
#footer_top .footer_column h3{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: calibri, sans-serif;
}
#footer_top .footer_column hr{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80%;
	float: left;
}
#footer_top .orange_letter{
	color: #F4A81D;
	font-family: futura_condensedbold;
	font-weight: bold;
	font-size: 24px;
	padding-left: 10px;
}
#footer_top .phone{
	color: #FFFFFF;
	font-family: HelveticaNeueLTStd-LtCn;
	font-weight: bold;
	font-size: 24px;
}
#footer_top .email{
	color: #FFFFFF;
	font-family: HelveticaNeueLTStd-LtCn;
	font-weight: bold;
	font-size: 22px;
}
#footer_top .address{
	color: #FFFFFF;
	font-family: HelveticaNeueLTStd-LtCn;
	font-weight: bold;
	font-size: 20px;
}
#footer_top .footer_column .article{
	color: #FFFFFF;
}
#footer_top .footer_column .article h4{
	font-size: 21px;
	font-family: calibri, sans-serif;
	font-weight: bold;
}
#footer_top .footer_column .article p{
	font-size: 19px;
	font-family: calibri, sans-serif;
	margin-bottom: 0;
	padding-right: 10%;
}
#footer_top .footer_column .article .read_more{
	color: #F4A81D;
	font-size: 18px;
	font-family: calibri, sans-serif;
}
#footer_top .footer_column .article .fa-chevron-right{
	font-size: 10px;
	padding-left: 5px;
}
#footer_top .footer_column .sm_icon_container{
	clear: both;
	display: inline-block;
}
#footer_top .footer_column .sm_icon_container a{
	height: 40px;
	width: 40px;
}
#footer_top .footer_column .sm_icon{
	height: 40px;
}
#footer_bottom{
	height: 40px;
	background-color: #666666;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-family: calibri, san-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer_bottom a{
	color: #000000;
}

/*******************
 * MEDIA QUERIES 
 ******************/
@media screen and (max-width: 1575px){
	#home_content{
		background-size: 100% 30%;
	}
}
@media screen and (max-width: 1430px){
	#logo1{
		font-size: 62px;
	}
	#logo2{
		font-size: 20px;
	}
	#tagline2{
		font-size: 70px;
	}
	#inquiry_form .form_input{
		width: 80%;
	}
}
@media screen and (max-width: 1300px){
	#logo_container{
		
	}
	#logo1{
		line-height: 55px;
		margin-bottom: 0;
	}
	#logo2{
		line-height: 10px;
	}
	#nav_menu, #head_piece4{
		top: 100px;
	}
	#head_piece1{
		height: 160px;
		background-size: 393px 160px;
	}
	#navigation .sub_menu{
		top: 160px;
	}
	#home_content{
		background-image: url('../img/kitchen_bg2.jpg');
	}
	.fancy_letter{
		font-size: 22px;
	}
	.rest_of_word{
		font-size: 22px;
	}
	#testimonials .testimonial .quote i{
		font-size: 60px;
	}
	#brands .shadow{
		width: 200px;
	}
}
@media screen and (max-width: 1195px){
	#phone{
		font-size: 26px;
	}
	#nav_menu li.nb{
		padding: 0;
		padding-right: 10px;
	}
	#tagline2{
		font-size: 65px;
	}
	#mid_area_heading{
		font-size: 24px;
	}
	#service_highlight1{
		margin-top: 131px;
	}
	#inquiry_form .form_input{
		width: 90%;
	}
	#inquiry_form p{
		width: 100%;
	}
}
@media screen and (max-width: 1115px){
	#phone{
		font-size: 28px;
    	position: absolute;
    	width: 200px;
    	right: -15px;
    	top: -44px;
    	color: #F4A81D;
	}
	#tagline{
		font-size: 30px;
	}
	#tagline2{
		font-size: 55px;
	}
	#home_content{
		background-image: url('../img/kitchen_bg3.jpg');
	}
	#testimonials .testimonial .quote i{
		font-size: 50px;
	}
	#footer_top .email{
		font-size: 20px;
	}
	#brands .shadow{
		width: 180px;
	}
}
@media screen and (max-width: 1024px){
	#inner_page_content{
		padding: 20px;
	}
	#dialog, #dialog iframe{
		width: 550px !important;
		height: 600px !important;
	}
	.testimonial img{
		margin-top: 20px;
	}
	#head_piece1{
		margin-left: 10px;
		padding-right: 10px;
	}
	#logo1 {
    	font-size: 55px;
	}
	#nav_menu li.nb{
		/*width:  0px;*/
	}
	#home_content{
		background-size: 100% 27%;
	}
	#services_container{
		margin-left: 0px;
	}
	#tagline{
		font-size: 28px;
		width: 330px;
	}
	#underline{
		height: 110px;
	}
	#tagline2{
		width: 100%;
		margin-top: 0;
	}
	#services_list li{
		font-size: 20px;
		width: 250px;
	}
	.triangle{
		border-top: 18px solid transparent;
    	border-bottom: 18px solid transparent;
	}
	#services_container{
		background-size: 324px auto;
	}
	#brown_strip{
		background-size: 100% 100%;
		margin-left: 0;
	}
	#orange_divider{
		height: 6px;
	}
	#testimonials_list{
		height: 300px !important;
	}
	#testimonials_link{
		font-size: 16px;
	}
	#testimonials .testimonial_content{
		font-size: 22px;
	}
	#testimonials .testimonial .quote i{
		font-size: 42px;
	}
	#testimonials .author{
		font-size: 17px;
	}
	#testimonials .testimonial .columns{
		padding: 50px 0 50px 0;
	}
	#home_form_container{
		padding: 15px;
	}
	.medium-0{
		 width: 0;
	}
	.fancy_letter{
		font-size: 18px;
	}
	.rest_of_word{
		font-size: 18px; 
	}
	#service_highlight1{
		width: 100%;
	}
	#footer_top .footer_column{
		padding: 15px;
	}
	#brown_divider{
		height: 5px;
	}
	#inquiry_form .form_submit{
		font-size: 22px;
		padding: 5px 8px 5px 8px;
		width: 200px;
	}
	#testimonials .stars img{
		height: 24px;
	}
}
@media screen and (max-width: 930px){
	.footer_column{
		width: 50% !important;
	}
	.footer_last{
		width: 100% !important;
	}
	#shrink{
		margin-right: 0;
	}
	#brown_strip{
		visibility: hidden;
	}
}
@media screen and (max-width: 910px){
	#head_piece1{
		margin-left: 0;
	}
	#nav_menu li a .white_arrow{
		height: 5px;
	}
	#navigation #services_menu{
		margin-left: 113px;
	}
	#nav_menu li, #navigation .sub_menu li{
		padding-left: 12px;
		padding-right: 12px;
	}
	#nav_menu li a, #navigation .sub_menu li a{
		font-size: 18px;
	}
	#our_story p{
		font-size: 20px;
	}
	#inquiry_form p{
		font-size: 20px !important;
	}
	#brands .light{
		width: 180px;
	}
}
@media screen and (max-width: 860px){
	#brands .shadow{
		width: 150px;
	}
	#brands .light{
		width: 130px;
	}
	#opaque_overlay{
		height: 140px;
	}
	#home_content .tan_strip{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	#tagline{
		margin-bottom: 40px;
	}
	#services_list li {
    	font-size: 18px;
    	width: 225px;
    	margin-bottom: 15px;
	}
	.triangle {
	    border-top: 16px solid transparent;
	    border-bottom: 16px solid transparent;
	}
}
@media screen and (max-width: 740px){
	#dialog, #dialog iframe{
		width: 425px !important;
		height: 500px !important;
	}
	#tagline2{
		font-size: 45px;
	}
	#brands .shadow{
		width: 120px;
	}
	#brands .light{
		width: 100px;
	}
	#inquiry_form .form_submit{
		font-size: 20px;
    	padding: 5px 8px 5px 8px;
    	width: 150px;
    }
    #inquiry_form_content .tan_strip p{
    	font-size: 24px !important;
    }
    #brands	.tan_strip p{
    	font-size: 24px !important;
    }
    #testimonials_bottom #testimonials_link{
    	font-size: 16px;
    }
    #testimonials_list{
    	height: 370px !important;
    }
}
@media screen and (max-width: 800px){
	#service_highlight3{
		display: none;
	}
	.service_highlight_hidden{
		display: block;
	}
	#small_hide{
		display: none;
	}
	#service_highlight1{
		margin-top: 0;
	}
	#very_small{
		display: block;
	}
	#very_small #service_highlight3{
		display: block;
	}
	#services_highlight .medium-4{
		width: 50%;
	}
	#mid_area .medium-9{
		width: 100%;
	}
}
@media screen and (max-width: 680px){
	#mid_area_heading{
		font-size: 20px;
	}
	#nav_menu, #head_piece4 {
    	width: 100%;
    	clear: both;
    	top: 0px;
	}
	#head_piece2, #head_piece3{
		display: none;
	}
	#logo_container{
		width: 50%;
	}
	#nav_bar{
		width: 100%;
	}
	#logo_container{
		height: 101px;
	}
	#brown_strip{
		display: none;
	}
	#shrink{
		width: 100%;
		padding-top: 20px;
	}
	#learn_more{
		font-size: 18px;
		padding: 2px 6px 2px 6px;
	}
	#footer_top .footer_column h3{
		font-size: 26px;
	}
	#inquiry_form .form_label, #contact_form .form_label{
		font-size: 16px;
	}
	#testimonials .testimonial .quote i{
		font-size: 40px;
	}
	#our_story h3{
		font-size: 24px;
	}
}
@media screen and (max-width: 640px){
	#head_piece1{
		background-size: 100% 160px;
	}
	#testimonials .quote{
		padding: 0;
	}
	#testimonials .testimonial .quote i{
		font-size: 28px;
	}
	.small_remove{
		display: none;
	}
	#brands .light{
		top: 0px;
		height: 1px;
		box-shadow: 0 0 7px 7px #FFFFFF;
	}
	#opaque_overlay{
		display: none;
	}
	.footer_column{
		width: 100% !important;
	}
	#logo_container{
		width: 100%
	}
	#home_content .tan_strip{
		padding-top: 25px;
		padding-bottom: 5px;
	}
	#services_container{
		padding-top: 20px;
	}
	#footer_top .footer_column hr{
		width: 100%;
	}
	#inquiry_form .form_submit{
		bottom: -125px;
	}
	#brands .brand{
		padding: 10px;
	}
}
@media screen and (max-width: 570px){
	#services_highlight .small-4{
		width: 50%;
	}
	#very_small{
		display: block;
	}
}
@media screen and (max-width: 510px){
	#inquiry_form p{
		font-size: 17px !important
	}
	#inquiry_form .form_submit{
		width: 120px;
		float: right;
	}
	#footer_directory li a{
		font-size: 20px;
	}
	#footer_top .footer_column h3{
		font-size: 24px;
	}
	#footer_top .phone{
		font-size: 22px;
	}
	#footer_top .email{
		 font-weight: normal;
	}
	#footer_top .footer_column .article h4{
		font-size: 20px;
	}
}
@media screen and (max-width: 507px){
	#nav_menu, #head_piece4{
		clear: none;
	}
	#nav_bar{
		height: 55px;
	}
}
@media screen and (max-width: 497px){
	#nav_menu{
		height: 110px;
		background-size: 100% 110px;
	}
	#nav_bar{
		height: 110px;
	}
	#phone{
		position: initial;
		color: #FFFFFF;
	}
	#nav_menu li.last{
		padding-left: 10px;
	}
	#testimonials_bottom #testimonials_link{
		font-size: 14px;
	}
	#testimonials #testimonials_link i{
		font-size: 12px;
	}
	#our_story .columns{
		padding: 30px;
	}
}
@media screen and (max-width: 450px){
	#testimonials_list{
    	height: 400px !important;
    }
    #mid_area_heading{
    	font-size: 18px;
    }
    #services_highlight .medium-4{
		width: 100%;
	}
}