@charset "utf-8";
/* CSS Document */
/*font awesome*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900,900italic,100,300italic,700italic);
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-phone:before {
  content: "\f095";
}


@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,700italic);
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:14px;
	vertical-align:baseline;
	background:transparent;
    font-family: 'Roboto', sans-serif;
}
body {
	line-height:1;
    color: #4c4c4c;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #acadbf;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #acadbf;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #acadbf;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #acadbf;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
   font-family: 'Roboto', sans-serif;
}
h1 {
  font-size: 25px;
  padding: 8px 0 28px;
  text-transform:uppercase;
  font-weight:bold;
  color:#000000;
  ;
/*    color: #29b765;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 22px;*/
}


h1:before{
background: #838383 none repeat scroll 0 0;
    bottom: auto;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: auto;
    top: 45px;
    width: 65px;
}






h2{
    font-size:28px;
    color:#273342;
    line-height:57px;
    font-weight:700;
    text-transform:none;
    margin:0px 0 20px;
}
h3{
    font-size:19px;
    line-height:normal;
    font-weight:700;
    margin:0px 0 20px;
}
h4{
    font-size:16px;
    line-height:24px;
    font-weight:600;
    margin:0px 0 15px;
}
h5{
    font-size:14px;
    line-height:24px;
    font-weight:400;
    margin:0px 0 15px;
}
p, li{
   font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height:25px;
    font-weight:400;
    color:#1f1f1f;
    padding-bottom:12px;
    margin:0px;
}
h4.subHeading{
    font-weight:600;
    font-size:18px;
    padding-bottom:22px;
}
	
.article-content li {
    background:url("../images/bulet-aro.png") no-repeat scroll 0 4px;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 15px 25px;
}

.padding-left{
    padding-left: 20px;
}.padding-right{
    padding-right: 20px;
}
/*Reset css End*/



body > .header::before {
    background: rgba(0, 0, 0, 0) url("../images/header_content_bg.png") repeat-x scroll 0 0;
    content: "";
    height: 57%;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 100%;
}


body > .header {
background: rgba(0, 0, 0, 0) url("../images/header-back-bg.jpg") repeat scroll 0 0 / cover ;
height:570px;

}

/*background:url("../images/header_content_bg.png") repeat-x scroll 0 27px;

background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#092916;
background-size:16px 16px


*/





body > .header .widget-container  {
    background:;
	/*url("../images/header_content_bg.png") repeat-x 0 27px;*/
}
body > .footer {
    background-image: url("../images/footer_bg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #191919;
}
.bold {
    font-weight: 600;
}

/*header design*/
.call_now {
    border: 2px solid #29b765;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 25px;
    transition: all .2s ease 0s;
}
div .call_now:hover {
    border: 2px solid #29b765;
    color: #fff;
}
.email_call_us .item {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    padding-left: 33px;
    position: relative;
}
.email_call_us .item.call {
    margin-left: 25px;
	color:#29b765;
}
.email_call_us .item::before {
    background-image: url("../images/sprite.png");
    content: "";
    height: 31px;
    left: 0;
    position: absolute;
    width: 25px;
}

.email_call_us .item.email::before {
    background-position: -82px 0;
    height: 36px;
    width: 45px;
}




.email_call_us .item.email {
    padding-left: 58px;
	color:#29b765;
}
.email_call_us .item.call::before{
    background-position: -25px 0;
}
.email_call_us .bold,
.email_call_us a {
    color: #777;
}
.email_call_us a:hover {
    color: #29b765;
}
.site-moto-wap {
    text-align: center;
}
.site-moto {
    border: 3px dotted #fff;
    color: #fff;
    display: inline-block;
    padding: 20px 80px 30px;
	background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border-radius:15px;
}


.main-nav .navigation-item a span {
    color: #fff;
    font-size: 15px;
    margin: 0 6px;
    text-transform: uppercase;
}
.page-content {
    padding: 40px 0;
}


.main-nav .navigation-item a:hover span {
    color: #000;
}
.main-nav .horizontal {
    padding-left: 25px;
}
/*Body design*/
body > .body {
    padding: 70px 0;
    background-color:#f2f3f2;
}





/*Footer design*/
.footer p {
    color: #a1a3a0;
}
.address_about {
    border-bottom: 1px solid #262626;
    display: table;
    width: 100%;
}
.address_about .address {
    float: left;
    padding-bottom: 35px;
    padding-top: 75px;
    width: 30%;
}
.address_about .about {
    border-left: 1px solid #262626;
    box-sizing: border-box;
    float: left;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-top: 75px;
    width: 70%;
}
.address_about .tittle {
    color: #a1a3a0;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
}
p.copyright {
    color: #5a5c59;
    padding: 0;
}
.social_media a {
    color: #8d8f8c;
    font-size: 18px;
    margin: 0 0 0 22px;
}
.social_media a:hover {
    color: #fff;
}
.social_media {
    text-align: right;
}
.footer-nav .navigation-item a span {
    color: #a1a3a0;
    font-size: 16px;
    margin-right: 15px;
}
.footer-nav .navigation-item a:hover span {
    color: #fff;
}
.widget-article a:hover{
color:#29b765;
}

.widget.widget-navigation.footer-nav {
    padding-top: 3px;
}

/*Inner pages images
---------------------------------------
*/

#wi-2A72D802-F9B4-4002-A7AF-5D74083B60CF img {
    box-sizing: border-box;
    padding-left: 35px;
    padding-top: 145px;|
}
#wi-7D62A5B9-3E04-48BE-9102-65B108338076 img {
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 72px;
}

#wi-AC34DFDB-1765-40BB-8350-2168E4C21BC5 img {
	box-sizing: border-box;
    padding-left: 30px;
    padding-top: 80px;
}

#wi-56F544AF-48CC-4621-BF57-5B5B49AA5754 img {
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 80px;
}


#wi-BA59B048-C9AE-4BB7-9D20-199719FE9D58 img {
    box-sizing: border-box;
    padding-left: 59px;
    padding-top: 67px;
}



#wi-F163E100-932C-4AB9-99F9-849FC2E211BD img {
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 27px;
}/*Our Product image*/

#wi-F435E1D5-74C0-4D3D-9FB3-D38E6F3AEF05 img {
    padding-left: 15px;
    padding-top: 25px;
}


#wi-4F790BCF-62EE-41D2-A40C-8752E61CD00A > img {
    box-sizing: border-box;
    padding-top: 66px;
}/*referance image*/



/*
referance 
*/
.left-div,.right-div{
display:inline-block;
vertical-align:top;
}
.right-div{
padding-left:50px;
}

.just-wood-form input {
    height: 35px;
    width: 90%;
}

.just-wood-form textarea {
    height: 150px;
}
.just-wood-form #captcha {
    width: 115px;
}

#wi-3551DB2F-9EE4-4016-A5CC-E9AD8F5E1517 {
    padding-left: 20px;
    padding-top: 56px;
}

.just-wood-form .reset-button {
    display: none;
}
.just-wood-form .submit-button {
    height: 40px;
    width: 125px;
}

.just-wood-form input[type="submit"][disabled], input[type="button"][disabled], button[disabled], .button.disabled, a.button.disabled {
    background: #666666;
    border: medium none;
    color: #acacac;
    text-shadow: 0 0 1px #e6e6e6;
}

.just-wood-form .message-block.message-text {
    font-size: 12px;
    padding-left: 154px;
	}
	
.address-artl p {
  padding-bottom: 0;
}	
	
.address-mail {
    padding-top: 25px;
}	


.address-text,.fa-map-maker {
    display: inline-block;
}

.fa-map-marker {
    color: #29b765;
    font-size: 15px;
    padding-right: 15px;
    padding-top: 7px;
    vertical-align: top;
}

.address-mail i {
    font-size: 15px;
    padding-right: 25px;
	color:#29b765;
}
.widget.widget-article .just-wood-map {
    height: 285px;
    margin-top: 57px;
    padding-left: 19px;
}
/*
new tagline design
*/
 
.tagline-parent .tag-top-bg {
    background: rgba(41, 183, 101, 0.5) none repeat scroll 0 0;
   /* transform: skewX(-45deg);*/
}


.tagline-parent .tag-top-bg {
    background: rgba(41, 183, 101, 0.5) none repeat scroll 0 0;
    display: inline-block;
    margin-left: 24px;
    transform: skewX(-36deg);
	margin-top:16px;
}


.tagline-parent .tag-top-text {
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: uppercase;
    transform: skewX(36deg);
}


.tagline-parent .tag-bottom {
    color: #fff;
    font-family: roboto;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 45px;
    padding-top: 15px;
    text-transform: uppercase;
    word-spacing: 3px;
	display:inline-block;
}

/**/
/*heading css*/
.welcome-parent .wel-top {
    color: #29b765;
    font-size: 20px;
    text-transform: capitalize;
	
}

.welcome-parent .wel-bottom {
    font-size: 25px;
    padding: 8px 0 28px;
    text-transform: uppercase;
	font-weight:bold;
	color:#000000;
}

.welcome-parent .wel-bottom::before {
    background: #838383 none repeat scroll 0 0;
    bottom: auto;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: auto;
    top: 63px;
    width: 65px;
}

div#wi-598CA361-34B0-4576-B584-DF5D2CF7FB56{
display:none;
}


#wi-41F765CF-9033-48E0-BF5A-AF03127079CA > img {
    height: auro;
    padding-top: 30px;
    width: 100%;
}	
	

div#wi-8C112F0D-F95E-480B-ACB5-DFC2A26F5AB5 {
    bottom: auto;
    height: 37px;
    left: auto;
    right: -24;
    top: 254px;
    width: 50px;
}


#wi-13E6DDF1-155E-44A6-A2BC-AEFB49D04E07 #responsive-nav {
    cursor: pointer;/*mouse pointer*/
}

.widget.widget-navigation.main-nav {
    z-index: 999;
}

#wi-62A72DEC-E413-43CC-8825-18E15BDE74C2 p{
padding-bottom:0;/*welcome text*/
}


#wi-6F963DA9-5E10-4DAF-9C01-CA8ED33FC0AF .responsive-menu-text {
    color: #f1f1f1;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/*gllery */
.gallery .widget-title{
 color: #839f5f;
   font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 22px;
}

.gallery table {
    width: 100%;
}
.gallery table td {
    text-align: center;
    width: 25% !important;
 padding:20px 0;
}
.gallery table img {
    height: 250px !important;
    width: 250px  !important;
}
.box-container { 
	overflow:auto;
}
.box {
	list-style-type: none;
	float: left;
	box-sizing:border-box;
	padding:10px;
}

.box a {
	display: block;
	width: 100%;
	height: auto
}
.box a img {
	-webkit-back-visibility: hidden;
	display: block;
	width: 100%;
	height: auto;
	vertical-align: bottom
}
@media screen and (max-width: 1024px) {
    .gallery table td {
  width: 50% !important;
  display:block;
  float:left;
 }
}
@media screen and (max-width: 480px) {
    .gallery table td {
  width: 100% !important;
  display:block;
  float:left;
 }
}
.history-oregon a {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid #fff;
    padding: 5px 10px;
	color:#fff;
}

.environmental-facts a {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
	color:#fff;
}
.message-block.info-message {
    background: #2cc66d none repeat scroll 0 0;
    border-radius: 15px;
    padding: 20px 0;
	color:#fff;
   
}

.references-parent p a {
    color: #29c069;
    font-weight: 900;
}
.swipe-image-wrap .swipebox::before,
.swipe-image-wrap .swipebox::after{
	display:none;
}
.swipe-image-wrap .swipebox:hover::before,
.swipe-image-wrap .swipebox:hover::after{
	display:none;
}
.swipe-image-wrap .swipebox:hover .swipe-image {
    transform: none;
}
.footer .website-designed-text p,.footer .website-designed-text p a {
    text-align: right;
    color: #5a5c59;
}
.footer .website-designed-text p a:hover{
    color: #fff;
}
.tagline-parent {
	padding-left: 40px;
}
.tagline-parent .tag-bottom {
	padding-top:0;	
}



















 