/* Set some defaults */


* { margin: 0; padding: 0; }

img { border: 0; max-width: 100%; }

div {
    position: relative;
}

html {
    position: relative;
    height: 100%;
}

body {
    background-color: #8E8A81;
    line-height: 1.3em;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    height: 100%;
    color: #666666;
    width: 100%;
}

h1 { font-size: 1.9em; color: #666666; }

h2 { font-size: 1.6em; color: #666666; }

h3 { font-size: 1.4em; color: #666666; }

h4 { font-size: 1.2em; }

h5 { font-size: 1.2em; font-weight: normal; }

h6 { font-size: .8em; }

a, a:visited, a:hover { color: #B09239; }

ul, ol { list-style-position: outside; margin-left: 25px;}

div.clearfix {
    width: 100%;
    clear: both;
}

div.cont-iframe {
    padding-bottom: 80%;
}

div.cont-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0 none;
    position: absolute;
    left: 0;
    top: 0;
}

div.cont-page {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1200px) {

    div#footer.cont-page {
        padding-left: 2%;
        padding-right: 0;
        margin: 0;
        width: 98%;
    }
}

@media screen and (max-width: 1201px) {
    div.cont-page {
        width: 98%;
        margin: 0 1%;
    }

    div#header.cont-page {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

div#fluid_camera_container {
    margin-bottom: -24px;
}

#header-background {
    position: absolute;
    width: 100%;
    height: 95px;
    z-index: 1000;
    background: rgba(98, 82, 71, .8);
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
}

#header {
    margin: 0 auto;
}

div#header-logo {
    position: absolute;
    max-width: 179px;
    min-width: 145px;
    width: 19.8%;
    margin-left: 3.5%;
}

div#header-cont {
    margin-left: 24%;
    width: 76%;
}


div#header-tagline {
    position: absolute;
    top: 15px;
    max-width: 247px;
    width: 38%;
}

div#specialist {
    position: absolute;
    top: 18px;
    left: 40%;
    width: 25%;
    color: #ffffff;
    font-size: 0.8em;
    text-align: center;
}

div#specialist span {
    white-space: nowrap;
}

div#specialist a {
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 815px) {
    div#specialist {
        top: 8px;
        left: 44%;
        width: 15%;
    }
}

@media screen and (max-width: 732px) {
    div#specialist {
        top: 12px;
        left: 43%;
        width: 45%;
    }
}

@media screen and (max-width: 520px) {
    div#specialist {
        top: 5px;
        left: 55%;
        width: 25%;
    }
}

@media screen and (max-width: 450px) {
    div#specialist {
        display: none;
    }
}

@media screen and (max-width: 732px) {
    div#header-cont {
        margin-left: 28%;
        width: 72%;
    }
}

@media screen and (max-width: 642px) {
    div#header-cont {
        margin-left: 32%;
        width: 68%;
    }
}

@media screen and (max-width: 901px) {
    #header-background {
        height: 95px;
        position: relative;
        background: transparent url('https://www.pondershollow.com/uploads/images/layout/bg_header_tile.png') repeat;
    }
}


#content {
    position: relative;
    top: 155px;
    margin: 0 auto -50px;
}

@media screen and (max-width: 901px) {
    #content {
        top: 60px;
    }
}

#bottom {
    position: relative;
    width: 100%;
    /* background: transparent url('https://www.pondershollow.com/uploads/images/layout/footer.png') repeat-x; */
    min-height: 264px;
    z-index: 100;
}

div#footer {
    margin: 0 auto;
    padding-top: 4px;
    color: #FFFFFF;
    font-size: 0.9em;
}

div#footer a {
    color: #FFFFFF;
}

div#bottom, div#push {
    min-height: 264px;

}

div#push {
    z-index: -10;
    background-color: #FFFFFF;
}

div#filler {

}

div#footer-menu {
    clear: both;
    float: left;
    min-height: 175px;
    margin: 10px 0 0 0;
    font-size: 0.9em;
}

div#footer-menu a#newsletter-signup {
    font-size: 1.15em;
    font-weight: bold;
}

div#footer-menu a#newsletter-signup span {
    white-space: nowrap;
}

div.footer-block {
    font-weight: bold;
    text-align: right;
}

div.footer-block > div {
    float: right;
}

div.footer-block div.cont-link-text { margin-right: 10px; }

img.footer-img {
    margin: 0 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76736c+0,7db9e8+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(118,115,108,1) 0%, rgba(118,115,108,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(118,115,108,1) 0%,rgba(118,115,108,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(118,115,108,1) 0%,rgba(118,115,108,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76736c', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
div.social-icons {
    height: 3em;
    text-align: left;
}

div.social-icons a {
    display: inline-block;
    margin-right: 2px;
    text-decoration: none;
}

div.social-icons a.last {
    margin-right: 0;
}

.fa-stack {
    text-align: center;
}

i.fa-stack-1x.fa-inverse {
    color: #8E8A81;
    font-size: 1.2em;
}

div#footer-lashway.footer-block {
    line-height: 110px;
}

@media screen and (max-width: 680px) {

    div.footer-block { line-height: inherit; }

    div#footer-lashway.footer-block {
        line-height: inherit;
    }

    div.footer-block div.cont-link-text { margin-right: 0; }

    div#social-icons-bottom {
        display: block;
    }
    div#social-icons-top {
        display: none;
    }
}

div#footer-address {
    clear: both;
    width: 100%;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 10px 0 0 0;
}

div#sales-link {
    width: 20%;
    float: right;
    text-align: right;
}

ul#footer-nav {
    list-style-type: none;
    margin-left: 0px;
}

div#footer-menu a {
    text-decoration: none;
}

div#footer-menu a:hover {
    text-decoration: underline;
}

div#btn-menu {
    display: none;
    text-align: right;
}

div#menuwrapper {
    display: block;
    position: absolute;
    /*width: 900px;*/
    width: 95.8%;
    margin-right: 4.2%;
    top: 64px;
}

@media screen and (max-width: 732px) {
    div#menuwrapper {
        top: 38px;
    }
}

ul#primary-nav {
    position: relative;
    margin: 0 0 0 0;
    z-index: 1000;
}

ul#primary-nav li {
    list-style-type: none;
}

ul#primary-nav > li {
    display: inline-block;
    margin-right: 0.5%;
    background: #FFFFFF;
    width: 24.5%
}


@media screen and (max-width: 732px) {
    ul#primary-nav > li {
        width: 49%;
        margin-top: 3px;
    }
}

ul#primary-nav li ul {
    position: absolute;
    visibility: hidden;
    margin: 0 0 0 0;
}

ul#primary-nav li:hover {
    position:relative;
}

ul#primary-nav li:hover > ul {
    visibility: visible;
    z-index: 1000;
    padding: 5px 0;
    width: 100%;
}

ul#primary-nav a {
    display: inline-block;
    height: 20px;
    padding: 0 5px;
    line-height: 20px;
    white-space: nowrap;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
}

ul#primary-nav a,
ul#primary-nav a:visited {
    color: #5D623A;
    text-decoration: none;
}

ul#primary-nav a:hover {
    color: #993300;
    text-decoration: none;
}

ul#primary-nav > li.menuactive {
    background: #FFFFFF url('https://www.pondershollow.com/uploads/images/layout/bg-menu-active.jpg') repeat-x;
}
ul#primary-nav > li.menuparent:hover {
    background: #FFFFFF url('https://www.pondershollow.com/uploads/images/layout/bg-menu-top.jpg') repeat-x;
}

ul#primary-nav > li.parent:hover  {
    background: #FFFFFF url('https://www.pondershollow.com/uploads/images/layout/bg-menu-top.jpg') repeat-x;
}

ul.unli {
    background: #FFFFFF url('https://www.pondershollow.com/uploads/images/layout/bg-menu-bottom.jpg') repeat-x;
}

ul#primary-nav a.menuactive,
ul#primary-nav a.menuactive:hover,
ul#primary-nav a.menuactive:visited {
    color: #B09239;
    text-decoration: none;
}

@media screen and (max-width: 575px) {
    div#btn-menu {
        display: block;
        height: 20px;
        background: #FFFFFF;
        top: 44px;
        margin-right: 4.2%;
        width: 91.8%;
        padding-left: 2%;
        padding-right: 2%;
        cursor: pointer;
    }

    div#btn-menu #up {
        display: none;
    }

    div#menuwrapper {
        top: 64px;
        -webkit-box-shadow: 0px 1.5px 4px 0px rgba(153,153,153,1);
        -moz-box-shadow: 0px 1.5px 4px 0px rgba(153,153,153,1);
        box-shadow: 0px 1.5px 4px 0px rgba(153,153,153,1);
    }

    div#menuwrapper.show {
        display: block;
    }

    div#menuwrapper.hide {
        display: none;
    }

    div#header-logo {
        margin-left: -3px;
        min-width: inherit;
        width: 115px;
    }

    div#header-cont {
        margin-left: 120px;
        width: auto;
    }

    div#header-tagline {
        min-width: 165px;
    }

    div#header-background {
        height: 75px;
        position: relative;
    }

    ul#primary-nav > li {
        /*float: left;*/
        display: block;
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }

    ul#primary-nav li ul {
        position: relative;
        visibility: visible;
        margin: 0 0 0 0;
    }

    ul#primary-nav > li > ul > li {
        margin-left: 10px;
    }

    ul#primary-nav li:hover > ul {
        padding: 0;
    }

    ul#primary-nav > li,
    ul#primary-nav > li.menuactive,
    ul#primary-nav > li.menuparent:hover,
    ul#primary-nav > li.parent:hover,
    ul.unli {
        background: transparent;
    }

    ul#primary-nav {
        background: #FFFFFF url('https://www.pondershollow.com/uploads/images/layout/bg-menu-bottom.jpg') repeat-x;
    }
}

div#header-cont > div#search {
    position: absolute;
    right: 3.4%;
    top: 13px;
    width: 191px;
    height: 36px;
    background: transparent url('https://www.pondershollow.com/uploads/images/layout/bg_search.png') no-repeat;
}

@media screen and (max-width: 732px) {

    div#header-cont > div#search {
        display: none;
    }
}

div#menuwrapper div#search {
    display: none;
    background: #FFFFFF;
    padding: 5px;
}

div#menuwrapper div#search input.search-input {
    height: 24px;
    border: none;
    background: #e8e8e8;
    padding: 0 0 0 5px;
    line-height: 24px;
    color: #999999;
    vertical-align: top;
}

div#menuwrapper div#search input.search-button {
    width: 24px;
    height: 24px;
    background: transparent url('https://www.pondershollow.com/uploads/images/layout/search-button.png') no-repeat;
    border: none;
    cursor: pointer;
    line-height: 24px;
}

@media screen and (max-width: 575px) {
    div#menuwrapper div#search {
        display: block;
    }
}

div#header-cont > div#search {
    padding-top: 3px;
}

div#header-cont > div#search input.search-input {
    width: 145px;
    height: 24px;
    vertical-align: top;
    border: none;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    color: #999999;
}

div#header-cont > div#search input.search-button {
    width: 24px;
    height: 24px;
    background: transparent url('https://www.pondershollow.com/uploads/images/layout/search-button.png') no-repeat;
    border: none;
    cursor: pointer;
    display: inline-block;
}

a#gg_link {
    float: right;
}

/* FEU */
div#logout {
    position: absolute;
    top: 110px;
    left: 708px;
    width: 192px;
    height: 50px;
    font-size: 0.9em;
}

div#logout a {
    float: right;
}

div.form-sales label { font-size:11px; }

.gold-text {
    color: #B09239;
}

.landing-page div.contactform {
    width: 100%;
}

.landing-page #main-content {
    display: none;
}

.landing-page fieldset#catalog-request textarea,
.landing-page #form-cc input {
    margin: 0 0 0 10px;
}

.landing-page #content h3 {
    margin-bottom: 10px;
}

.landing-page #form-cc label {
    display: inline-block;
    vertical-align: top;
    width: 100px;

}

.landing-page .spacer {
    display: inline-block;
    width: 110px;
}

@media screen and (max-width: 732px) {
    .landing-page #main-content {
        margin-bottom: 50px;
        display: block;
    }

    .landing-page #left-column {
        display: none;
    }

    .copy {
        padding-left: 2%;
        padding-right: 2%;
        /*width: 96%;*/
    }

    .landing-page .spacer {
        display: inline-block;
        width: 0px;
    }
}

/* Stylesheet: site Modified On 2020-06-08 10:00:13 */

a#home-link {
    display: block;
    position: absolute;
    left: 36px;
    width: 172px;
    height: 118px;
}

div#top {
    background-color: #FFFFFF;
    margin-bottom: -5px;
}

#content {
    min-height: 300px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

img.header-image {
    margin: 0 0 15px 0;
}

div#left-column {
    width: 18.3%;
    float: left;
    font-size: 0.85em;
    padding: 0 1.65% 0 0;
}

div#main-column {
    width: 80%;
    float: right;
    /* font-size: 0.85em; */
}

div#main-sub-left {
    float: left;
    width: 66%;
    margin: 0 0.7% 0 0;
}

div#main-sub-left.single {
    width: 98%;
}

div#main-sub-right {
    float: right;
    width: 32.5%;
    margin: 0 0 0 0.7%;
    line-height: 2em;
}

div#gallery-nav {
    font-weight: bold;
    line-height: 1.9em;
}

span#select-wood {
    color: #8C8A7F;
}
ul#gal-nav {
    list-style-type: none;
    margin-left: 0px;
}

ul#gal-nav a,
ul#gal-nav a.visited {
    color: #666666;
    text-decoration: none;
}

ul#gal-nav a:hover {
    color: #993300;
    text-decoration: none;
}

ul#gal-nav a.gal-menuactive,
ul#gal-nav a.gal-menuactive:hover,
ul#gal-nav a.gal-menuactive:visited {
    color: #B09239;
    text-decoration: none;
}

/* Color Expert link */
div#color-expert {
    width: 100%;
    position: relative;
}

a#color-expert-link {
    display: block;
}

/* Millwork fake sub navigation */

span#select-millwork {
    font-weight: bold;
    color: #8C8A7F;
}

div#millwork-nav {
    line-height: 1.9em;
}

div#millwork-nav a,
div#millwork-nav a.visited {
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

div#millwork-nav a:hover {
    font-weight: bold;
    color: #993300;
    text-decoration: none;
}

div#millwork-nav a.millwork-menuactive,
div#millwork-nav a.millwork-menuactive:hover,
div#millwork-nav a.millwork-menuactive:visited {
    color: #B09239;
    text-decoration: none;
}

/* Flipbook Navigation */
span.fb-link {
    margin-left: 15px;
    cursor: pointer;
}


/* FEU Forms */

fieldset.ponders-form { border: none; }

.ponders-form div.message {
    height: 20px;
}

.ponders-form .invalid {
    color: #993300;
}

.ponders-form div {
    margin: 10px 0;
}

.ponders-form label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 80px;
}

.ponders-form label.label {
    width: 80px;
}

.ponders-form input {
    margin: 0 0 0 10px;
}

.ponders-form div.submit { padding-left: 80px; }

.ponders-form legend {
    font-weight: bold;
}

/* login */
#form-sales-login a { margin-left: 20px; }

div#form-sales-login-remember { margin-left: 80px; }


/* Catalog request form */

div.contactform {
    width: 75%;
    margin: 0 auto;
}

fieldset#catalog-request {
    border: none;
}

fieldset#catalog-request .error_message {
    height: 20px;
}

label.fb_invalid {
    color: #993300;
}

fieldset#catalog-request > div {
    margin: 10px 0;
}

fieldset#catalog-request label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 100px;
    vertical-align: top;
}

fieldset#catalog-request label.label {
    width: 125px;
}

fieldset#catalog-request input {
    margin: 0 0 0 10px;
}

fieldset#catalog-request legend {
    font-weight: bold;
}

/*NEWS*/
.NewsSummary {
    clear: both;
    padding-top: 2em;
}

.NewsSummaryPic {
    max-width: 25%;
    float: left;
    margin-right: 2em;
}

.NewsSummaryMorelink {
    padding-bottom: 1em;
}

.catalog-request input[type="text"], .catalog-request input[type="email"] {padding:6px 0; }
.fbsubmit {padding:15px 40px;clear:both; background:#8E8A81; color:#fff; border:1px solid #81756C; font-weight:bold;}
.fbsubmit:hover { background:#81756C; }


@media screen and (max-width: 732px) {
    fieldset#catalog-request textarea {
        display: block;
        width: 100%;
    }

    div#gallery-nav,
    div#millwork-nav {
        margin-top: 20px;
    }

    div#color-expert {
        display: none;
    }

    div#content {
        top: 0px;
    }

    div#content.space {
        margin-top: 50px;
    }

    div#left-column {
        width: 98%;
        float: none;
        padding: 0 0 0 0;
        padding-left: 1%;
        padding-right: 1%;
    }

    div#main-column {
        width: 100%;
        float: none;
    }

    div#content > div.cont-page {
        padding-left: 0;
        padding-right: 0;
        /*width: 100%;*/
    }

    div#bottom, div#push {
        min-height: 75px;
    }

    div#main-sub-left {
        width: 65%;
        padding-left: 1%;
    }

    div#main-sub-left.single {
        padding-left: 1%;
        padding-right: 1%;
        width: 98%;
        float: none;
        margin: 0;
    }

    div#main-sub-right {
        width: 31.5%;
        padding-right: 1%;
    }
}

@media screen and (max-width: 632px) {
    input#fbrp__31_2:before {
        content: "HELP";
        white-space: pre;
    }
}

@media screen and (max-width: 480px) {

    div#main-sub-left {
        width: 98%;
    }
    div#main-sub-right {
        width: 98%;
    }

    div#millwork-nav.flipbook {
        display: none;
    }

    div#gallery-nav {
        display: none;
    }

}

/* Stylesheet: inside Modified On 2020-06-08 10:04:07 */
/* Styling for the gallery template */




div#wood-description {
	margin: 34px 0 0 0;
}

@media screen and (max-width: 732px) {
	
	
	div#gallery-nav {
		margin-top: 0;
		width: 28.3%;
		float: left;
		padding: 0 1.65% 0 0;
	}
	
	div#wood-description {
		width: 70%;
		float: right;
		margin-top: 4px;
	}
	/*
	div#color-expert {
		display: none;
	}
	
	div#content {
		top: 0px;
	}
	
	div#left-column {
		width: 98%;
		float: none;
		padding: 0 0 0 0;
		padding-left: 1%;
	}
	
	div#main-column {
		width: 100%;
		float: none;
	}

	div#content > div.cont-page {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	div#bottom, div#push {
	    min-height: 75px;
	}
	*/
}

@media screen and (max-width: 480px) {
	
	div#gallery-nav {
		display: none;
	}
	
	div#wood-description {
		width: 100%;
		margin-top: 4px;
	}
	
}

/* Tweak to put the color expert in the right spot */
div#gallery-nav {
	/* height: 300px; */
	margin-bottom: 30px;
}

span.milling-specs-arrow-down {
	background: transparent url('https://www.pondershollow.com/uploads/images/layout/milling-specs-arrow.png') no-repeat 0 0;	
}

span.milling-specs-arrow-up {
	background: transparent url('https://www.pondershollow.com/uploads/images/layout/milling-specs-arrow.png') no-repeat -13px 0;
}

div#milling-specs-title {
	margin: 10px 0 0 0;
	cursor: pointer;
}

h6#milling-specs-title-heading {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}

span#milling-specs-arrow {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 7px;
	line-height: 0.6em;
	overflow: none;
}

h1#wood-name {
	font-weight: normal;
	font-size: 1.7em;
	color: #B09239;
}

div#gal-transport {
	width: 66px;
	height: 28px;
	float: left;
	margin-bottom: 28px;
}

div#gal-transport > a {
	display: inline-block;
	width: 22px;
	height: 28px;
	float: left;
}

a#tr-prev {
	background: url('https://www.pondershollow.com/uploads/images/layout/prev.jpg') no-repeat;
}

a#tr-pause {

}

a#tr-next {
	background: url('https://www.pondershollow.com/uploads/images/layout/next.jpg') no-repeat;
}

a.play {
	background: url('https://www.pondershollow.com/uploads/images/layout/play.jpg') no-repeat;
}

a.pause {
	background: url('https://www.pondershollow.com/uploads/images/layout/pause.jpg') no-repeat;
}

div#caption {
	width: auto;
	float: right;
	line-height: 28px;
	padding: 0 1%;
}


















/* Stylesheet: gallery Modified On 2018-05-16 10:23:08 */
