@charset "utf-8";
	
body {
	font-family:raleway;
	}
	


@font-face {
	font-family: 'raleway';
	src:url(images/raleway.ttf);
	
	} 

	
@font-face {
	font-family: 'raleway_med';
	src:url(images/raleway_med.ttf);
	
	}
	
@font-face {
	font-family: 'raleway_med';
	src:url(images/raleway_med.ttf);
	
	} 	
#menu_social #menu_bar {
	width: 100%;
	height: 40px;
}
#menu_social #social_icons {
	width: 100%;
	height: 60px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}


	 
.nav {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 40px;
	list-style-type: none;
}

.nav li {
	display:inline;
	}
	
.nav li a {
	font-family: "raleway_med";
	font-size: 18px;
	line-height: 40px;
	color: rgba(0,0,0,1);
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	float: left;
	transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
	}
	
.nav li a.current, .nav li a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
	
a .social_icon {
	display: block;
	margin: 10px;
	height: 40px;
	width: 40px;
	float: right;
	background-color: #000;
	transition: all 0.2s linear 0.02s;
	-moz-transition: all 0.2s linear 0.02s;
	-ms-transition: all 0.2s linear 0.02s;
	-o-transition: all 0.2s linear 0.02s;
	-webkit-transition: all 0.2s linear 0.02s;
}	

a .social_icon:hover {
background-color:#F00;
		}
.fb {
background-image:url("images/social_icons.png");
	}
.twitter{
	
background-image:url("images/social_icons.png");
background-position:-40px;	
	}
	
.linkedin{
background-image:url("images/social_icons.png");	
background-position:-80px;	
	}
	
.youtube{
background-image:url("images/social_icons.png");	
background-position:-120px;	
	}	
	
	
.fb_resp {
background-image:url("images/social_icons_resp.png");
	}
.twitter_resp{
	
background-image:url("images/social_icons_resp.png");
background-position:-30px;	
	}
	
.linkedin_resp{
background-image:url("images/social_icons_resp.png");	
background-position:-60px;	
	}


.youtube_resp{
background-image:url("images/social_icons_resp.png");	
background-position:-90px;	
	}

.welcome_msg {
	color: #6a883a;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.our_products_head {
	height: 50px;
	width: 98%;
	margin-top: 20px;
	font-family: "raleway_med";
	font-size: 24px;
	line-height: 50px;
	color: rgba(29,29,29,1);
	background-color: #fbad18;
	padding-left: 2%;
	float: left;
}
.gallery_head {
	height: 50px;
	width: 98%;
	font-family: "raleway_med";
	font-size: 24px;
	line-height: 50px;
	color: rgba(29,29,29,1);
	background-color: #fbad18;
	padding-left: 2%;
	margin-bottom: 20px;
	float: left;
	margin-top: 20px;
}
a.view_all  {
	font-size: 15px;
	line-height: 50px;
	color: rgba(255,255,255,1);
	display: block;
	float: right;
	margin-right: 20px;
}
a.view_all:hover {
	color: rgba(51,51,51,1);	
	}


a.read_more {
	font-family: "raleway_med";
	font-size: 16px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-color: rgba(102,102,102,1);
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	line-height: 40px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	transition: all 0.2s linear 0.02s;
	-moz-transition: all 0.2s linear 0.02s;
	-ms-transition: all 0.2s linear 0.02s;
	-o-transition: all 0.2s linear 0.02s;
	-webkit-transition: all 0.2s linear 0.02s;
}

a.read_more:hover {
	background-color:#6a883a;
	}

.na_product a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home_products_wrapper {
	width: 100%;
	float: left;
	background-color: #ffd88e;
	background-image: url(images/product_bg.jpg);
}

#home_gallery {
	width: 100%;
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#main_gallery {
	width: 100%;
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}


#home_gallery .center-text {
	text-align:center;
	
	}
.gallery_text {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	display: block;
	float: left;
	font-size: 24px;
	color: rgba(0,0,0,1);
}




a.designed_by {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	font-family: raleway;
	font-size: 13px;
	color: #851114;
	text-decoration: none;
	text-align: center;
	display: block;

}

a.designed_by:hover {
	text-decoration:underline;
	}
.contact_page {
	background-color: #ffd88e;
}
.wood_content_bg {
	background-image: url(images/content_bg.jpg);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-attachment:fixed;
	
}
.red_highlight {
	color: rgba(255,0,0,1);
}

.inside_prod_highlight {
	
	width: 96%;
	padding-top: 1%;
	padding-left: 2%;
	padding-right: 2%;
	color: #a77143;
}
