body {
    -webkit-text-size-adjust: 100%;
}


h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

ol, ul, li, blockquote {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.8;
}

blockquote {
	font-style: italic;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-left: solid 4px #A19377 ;
	padding-left: 20px;
}

.storysection img {
	max-width: 100%;
	height: auto !important
}


/* Wool Wrap Hero */

.halfhero h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	margin: 30px;
}

.righthead h2 {
	margin-top: 530px;
	margin-bottom: 0;
}

/* Blog Feed */

.morenewsbtn {
	background: #918982;
	padding: 6px 25px;
	font-size: 14px;
	color: #ffffff !important;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	margin-top: 10px
}

a.morenewsbtn:hover {
	background: #534c49;
	color: #ffffff !important;
}


.blog-feed-box {
	width: 50%;
	float: left
}

.blog-feed-box p {
	width: 95%;
}

a.currentlink {
	color: #534C49 !important
}

.viewall {
	font-style: italic
}


/* logos */

.tradelogo {
	padding: 10px 20px 0px 0px;
	vertical-align: middle;
}

.logogrid {
	text-align: left;
	line-height: 150px
}

.logosbtn {
	padding-top: 20px;
}

a.logolink:link {
	text-decoration: none
}

/* Questions section */

.questions {
	line-height: 1.5;
}

.q {
	background:#534C49 ;
	padding: 5px 10px;
	color: white;
	border-radius: 5px
}

.a {
	font-style: italic
}

.questionlist {
	list-style: none;
	padding-left: 0;
}

.questionitem {
	/* padding: 10px; */
	background: #ebebe5;
	margin: 10px 0px
}

.questionlink {
	text-decoration: none;
	display: block;
	padding: 10px;
	line-height: 1.4
}

/* science section */

.suffix {
	color: #A19377;
}

.scienceSec {
	margin: 25px 0;
	float: left;
	width: 100%;
	overflow: hidden;
}

.homesciencethumb {
	width:130px;
}

.sciencethumb {
	width:110px;
	float: right;
}

/* Search */

#searchbox {
	width: 75%;
}

/* gallery */



.imagelisting {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 0
}

.imagegrid {
	float: left;
	width: 12.5%;
	line-height: 0;
}

.smallimagegrid {
	float: left;
	line-height: 0;
}

.homegrid {
	width: 100%;
	height: auto !important
}

 a.gridimagelink:link {
	opacity: .6;
	filter: alpha(opacity=60); 
} 

a.gridimagelink:hover {
	 opacity: 1; 
	 filter: alpha(opacity=100);
}

a.fullimage:link {
	opacity: 1;
	filter: alpha(opacity=100):
}

.imageholder {
	max-width: 640px;
	float: left;
}

.staticimage {
	max-width: 100%;
	height: auto !important;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.sidebar {
	float: right;
	display: inline-block;
	margin-top: 20px;
}

.imagedescriptionbx {
	display: inline-block;
	min-width: 640px
}



.beforenext {
	list-style: none;
	margin: 0;
	padding: 0;
}

.beforenext li {
	display: inline-block;
	padding-left: 10px;
}

.nextlinks {
	font-weight: 300;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 5px
}

.right {
	text-align: right;
}

.imagedesc {
	font-style: italic;
	font-size: 15px;
}


/* Video */

.videoblock {
	margin-bottom: 20px;
}
 
.fancybox-inner {
		height: 500px !important;
	}
 
 .vidwrap {
	 max-width: 550px;
 }
  
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
	 
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* social */

#social {
	display: none;
}

