/* =General
----------------------------------------------- */
body {
  color:#666;
  font-family:'Lato', Arial, Helvetica, sans-serif; 
  font-size:1em;
  line-height:1.4em; 
  font-weight:normal;
}

h1, h2, h3, h4, h5, h6{
  font-weight:normal;
  font-family:'Droid Serif', Arial, Helvetica, sans-serif; 
  line-height:1.3em;
  margin: 0 0 1em 0;
  padding:0;
  color: #D96D00;
} 


h1 {
  font-size: 42px;
  letter-spacing: -1px;
  font-weight: 800;
  margin-bottom: .6em;
}
h2 {
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1em;
}
h3 {
  font-size: 18px;
  line-height: 1.3em;
}
h4 { font-size: 16px; line-height: 100%; }
h5 { font-size: 16px; line-height: 120%; }
h6 { font-size: 15px; line-height: 100%; }

p { margin: 0 0 1.2em 0; }

/* Box sizing. */
*{  box-sizing:border-box;
  -moz-box-sizing:border-box;}


/* links */
a,
a:visited,
a:active,
a:hover{ color:#D96D00;}
a:hover{ text-decoration:none;}

#page {
  max-width: 1200px; 
  margin: .75em auto;
  overflow: hidden;
  background-color:rgb(255,255,255);
  -moz-box-shadow:0px 0px 6px rgba(0,0,0,0.08);
  -webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.08);
  box-shadow:0px 0px 6px rgba(0,0,0,0.08);
}
#primary {
  float: right;
  width: 70%;
  overflow: hidden;
  padding-bottom:  70px;
}
#secondary {
  float: left;
  width: 27%;
  min-height: 500px;
  padding-right: 2%;
  background: url(http://www.tenaxthera.com/Wordpress/wp-content/themes/tenax/img/bg-sidebar.jpg) top right no-repeat;
}
#secondary h2 {
  background: #D96D00;
  color: #FFF;
  padding: 70px 0 5px 10px;
  margin-top: 0;
  text-shadow: 1px 1px 1px #BB5E00;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
}

.page-template-template-fullpage-php #primary {
  float: left;
  width: 100%;
  margin-right: 0;
}
.page-template-template-fullpage-php .site-content article,
.page-template-template-fullpage-php .comments-area {
 padding-right: 40px;
}
.single-attachment #primary {
  float: left;
  width: 100%;
  margin-right: 0;
}
.single-attachment .site-content article,
.single-attachment .comments-area {
 padding-right: 40px;
}
.site-main {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 40px;
}
.site-footer {
  clear: both;
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 0px;
 /* color: #aaaaaa;
  background: #404040;*/
}
.site-footer a {
  color: #D96D00;
}
.site-footer a:hover {
  color: #FA8072;
}

#masthead {
  width: 92%; 
  margin: 0 auto;
  
}

.site-info {
   font-size: 80%;
}
.site-header .site-branding {
  position: relative;
  /*padding-left: 40px;*/
  padding-right: 40px;
  padding-top: 32px;
  padding-bottom: 10px;
}
.site-title-group {
  margin: 50px 40px 50px 40px;
}
.site-title {
  font-size: 34px;
  line-height: 34px;
}
.site-title a {
  text-decoration: none;
  color: #3a3a3a;
}
.site-title a:hover {
  color: #FA8072;
}
.site-title a {
  display: block;
}
.site-description {
  font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #666;
}
.tenax-custom-header,
.tenax-custom-header img {
  display: block;
  float: left;
  position: absolute;
  width: 100%;
  top: 0;
}
.hidden {
 display: none;
}
.error-404,
.no-results {
 padding-left:40px;
}
.error-404 h1 {
 margin-top:40px;
 margin-bottom:20px;
 font-size: 32px;
}

#content {
  width: 92%; 
  max-width: 1200px; 
  margin: 1em auto;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 10px;
}


/* =Menu
----------------------------------------------- */
#logo {
 width: 75%;
 max-width: 700px;
 float: left;
}
.nav-menu {
 background: #3481BE;
 width: 100%;
}
.nav-menu li {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px; 
 text-transform: uppercase;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.site-header .menu-toggle {
  color: white;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 22px;
  margin: 0;
}
.site-header .menu-toggle:hover {
  background: #474747;
}
.site-header .menu-toggle:before {
    content: '\f419';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'Genericons';
    vertical-align: middle;
    margin-right: 10px;
}

/*footer menu*/
#menu-footer {
  list-style-type: none;
}
.menu-footer-container ul {
  margin: 0px;
  padding: 0;
}
#menu-footer li {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  display: inline;
  padding-right: 10px;
}
#menu-footer .current_page_item a, .current-menu-parent a, .current-post-parent a, .current-post-ancestor a, .current-menu-ancestor a, .current-menu-item a {
background: none;
}
#secondary .menu li a {
background: none;
}
#nav-below {
 width: 90%;
 margin: 20px auto;
}


/* =Content
----------------------------------------------- */
#home-tagline {
  width: 100%;
  border-bottom: solid 2px #404040;
}
#home-txt {
  padding: 10px;
  border-bottom: solid 2px #404040;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
#home-emphasis {
  padding-top: 20px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
}
#home-emphasis h2 a {
  text-decoration: none;
}
#home-posts {
  font-size: 14px;
  line-height: 20px;
}
#home-emphasis h2,
#home-posts h2 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
#home-emphasis h3,
#home-posts h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
#sitemap li {
  line-height: 30px;
  list-style: none;
}
#sitemap ul li {
  font-size: 14px;
}

.entry-content h4 {
  font-size: 16px;
}
.entry-content h5 {
 font-size: 14px;
}
.entry-content h6 {
 font-size: 12px;
}
.placed {
  margin: auto 40px;
  padding-top: 5%;
  padding-bottom: 10%;
  overflow: hidden;
}
.placed h1 {
  font-size: 50px;
  line-height: 50px;
  color: #FF6347;
  margin-bottom: 15px;
}
.placed h2 {
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
}
.img-home-post {
 height: 120px;
 overflow: hidden;
}
.recent-home-posts {
 margin-bottom: 25px;
}
.recent-home-posts h2 {
 text-align: center;
 border-bottom: solid 2px #404040;
}
.page-header {
 margin-top: 20px;
 margin-left: 40px;
 border-bottom: solid 2px #404040;
}
.page-title {
 font-size: 24px;
}
.nav-previous,
.nav-next {
 font-size: 14px;
}
.nav-previous {
}
.site-content .entry-content h1,
.site-content .comment-content h1,
#tinymce h1 {
  font-size: 34px;
  line-height: 38px;
}
.site-content .entry-content h2,
.site-content .comment-content h2,
#tinymce h2 {
  font-size: 24px;
  line-height: 32px;
}
.site-content .entry-content h3,
.site-content .comment-content h3,
#tinymce h3 {
  font-size: 18px;
  line-height: 24px;
  /*color: #606060;*/
}
.site-content .entry-content h1,
.site-content .comment-content h1,
#tinymce h1,
.site-content .entry-content h2,
.site-content .comment-content h2,
#tinymce h2,
.site-content .entry-content h3,
.site-content .comment-content h3,
#tinymce h3 {
  /*margin-bottom: 10px;
  margin-top: 40px;*/
}
.site-content .entry-content hr,
.site-content .comment-content hr,
#tinymce hr {
  background-color: #dddddd;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}
.site-content .entry-content table,
.site-content .comment-content table,
#tinymce table {
  margin-bottom: 20px;
  border-bottom: solid 1px #dddddd;
}
.site-content .entry-content th,
.site-content .comment-content th,
#tinymce th,
.site-content .entry-content td,
.site-content .comment-content td,
#tinymce td {
  padding: 8px 8px;
  border-top: solid 1px #dddddd;
}
.site-content .entry-content tr:hover td,
.site-content .comment-content tr:hover td,
#tinymce tr:hover td {
  background: #f7f7f7;
}
.site-content .entry-content ul,
.site-content .comment-content ul,
#tinymce ul,
.site-content .entry-content ol,
.site-content .comment-content ol,
#tinymce ol {
  margin-bottom: 20px;
}
.site-content .entry-content blockquote,
.site-content .comment-content blockquote,
#tinymce blockquote {
  margin-left: -40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 1px;
  padding-right: 20px;
  padding-left: 80px;
  background: #f7f7f7;
  position: relative;
}
.site-content .entry-content blockquote:before,
.site-content .comment-content blockquote:before,
#tinymce blockquote:before {
  content: '\0201C';
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 50px;
  position: absolute;
  left: 40px;
  top: 32px;
  color: #aaaaaa;
}
.site-content .entry-content blockquote cite:before,
.site-content .comment-content blockquote cite:before,
#tinymce blockquote cite:before {
  content: '\02014  ';
}
blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  font-style: italic;
}
.entry-title a {
  text-decoration: none;
}
.single .site-content .entry-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}
.site-content article {
  /*border-bottom: solid 1px #dddddd;
  padding-left: 40px;*/
  margin: 0;
  padding-top: 180px;
  /*padding-bottom: 40px;*/
  background: url('http://www.tenaxthera.com/Wordpress/wp-content/themes/tenax/img/hero-placeholder.jpg') top left no-repeat;
}
.site-content .entry-title {
  font-size: 32px;
  line-height: 30px;
  /*margin-bottom: 5px;*/
}
.site-content .entry-title a {
  color: #3a3a3a;
}
.site-content .entry-title a:hover {
  color: #FA8072;
}
.site-content .entry-meta {
  font-size: 11px;
  line-height: 15px;
  color: #aaaaaa;
}
.site-content .entry-meta {
  text-align: right;
}
.site-content .entry-meta a {
  color: #aaaaaa;
  text-decoration: none;
}
.site-content .entry-meta a:hover {
  color: #FA8072;
}
.site-content .entry-content,
.site-content .entry-header,
.site-content .entry-summary {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.site-content .entry-header .entry-meta {
  font-size: 11px;
  text-align: left;
}
.entry-thumbnail {
 float: left;
 margin-right: 25px;
}
.entry-excerpt {
 float: left;
 width: 65%;
}
.entry-content {
  font-size: 16px;
  line-height: 24px;
}
.site-content .entry-header .entry-meta .author {
  color: #3a3a3a;
  font-weight: 600;
}
cite {
 font-size: 14px;
 color: #FA8072;
}
address {
 font-size: 14px;
}
.clear {
  display: block;
  clear: both;
  height: 0px;
  width: 100%;
}

.bordered-block {
  background: #FFF;
  display: block; 
  margin: 0 auto; 
  padding: 20px; 
  width: 100%; 
  text-align: center;
  border: 1px solid #CCC;
}

.bordered-block-float-right {
  background: #FFF;
  float: right;
  display: inline-block; 
  margin: 0 auto 20px 20px; 
  padding: 20px; 
  text-align: center;
  border: 1px solid #CCC;
}


/*=Post Format
-----------------------------------*/
.status {
 float: left;
 margin-right: 10px;
 margin-left: 10px;
}
.entry-meta .genericon {
 font: normal 16px/1 'Genericons';
}
.entry-title .genericon {
 font: normal 32px/1 'Genericons';
}
.home-posts-description iframe,
.home-posts-description embed,
.home-posts-description object {
 height: 100%;
}
.home-posts-description .wp-caption-text {
	display: none;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.metka {
 margin-left: -40px;
 background: #444;
 color: #FFF;
 padding-left: 10px;
 padding-right: 5px;
}


/*=Column
-----------------------------------*/
.pagecol {
	width: 90%;
	margin: 0 auto;
}
.columns {
	overflow: hidden;
}
.col {
	float: left;
	margin-left: 3.2%;
	margin-bottom: 30px;
}
.fullwidth .col {
	float: none;
	margin-left: 0;
}
/* grid4 col */
.grid4 .col {
	width: 22.6%;
}
/* grid3 col */
.grid3 .col {
	width: 31.2%;
}
/* grid2 col */
.grid2 .col {
	width: 48.4%;
}
/* clear col */
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/* reset cols to 3-column */
@media screen and (max-width: 900px) {
	/* grid4 */
	.grid4 .col {
		width: 31.2%;
	}
	.grid4 .col:nth-of-type(4n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}
	/* grid3 */
	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* reset cols to 2-column */
@media screen and (max-width: 600px) {
	/* grid4 */
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* grid3 */
	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* reset cols to fullwidth */
@media screen and (max-width: 650px) {
	/* grid4 */
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
}


/* =Button
----------------------------------------------- */
.simple-button,
.simple-button a {
 text-decoration: none;
 padding: 10px 16px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 line-height: 16px;
 font-size: 14px;
 letter-spacing: 1px;
 text-decoration: none;
 text-align: center;
 white-space: nowrap;
 border-bottom: 1px solid #666;
 border-right: 1px solid #666;
}
/*--red--*/
.simple-button.red {
 background-color: #FF6347;
 color: #FFF;
}
.simple-button.red:hover {
 background-color: #FA8072;
}
/*--black--*/
.simple-button.black {
 background-color: #3A3A3A;
 color: #FFF;
}
.simple-button.black:hover {
 background-color: #6A6A6A;
}

.button_list {list-style-type: none; padding: 0;}

.fancy-button,
.button_list a {
  color: #6b6b6b;
  padding: 6px 9px;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #e6e6e6);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#ffffff),
    to(#e6e6e6));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
  min-width: 300px;
/*  -moz-box-shadow:
    0px 0px 2px rgba(148,146,148,0.6),
    inset 0px 0px 11px rgba(255,255,255,0);
  -webkit-box-shadow:
    0px 0px 2px rgba(148,146,148,0.6),
    inset 0px 0px 11px rgba(255,255,255,0);
  box-shadow:
    0px 0px 2px rgba(148,146,148,0.6),
    inset 0px 0px 11px rgba(255,255,255,0);
  text-shadow:
    0px 1px 1px rgba(255,255,255,1),
    0px 1px 0px rgba(255,255,255,0);*/
}

.fancy-button:hover,
.button_list a:hover {
  background: #FFF;
  border-color: #999;
}


button.css3button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #6b6b6b;
  padding: 6px 9px;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #e6e6e6);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#ffffff),
    to(#e6e6e6));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  -moz-box-shadow:
    0px 0px 2px rgba(148,146,148,0.6),
    inset 0px 0px 11px rgba(255,255,255,0);
  -webkit-box-shadow:
    0px 0px 2px rgba(148,146,148,0.6),
    inset 0px 0px 11px rgba(255,255,255,0);
  box-shadow:
    0px 0px 2px rgba(148,146,148,0.6),
    inset 0px 0px 11px rgba(255,255,255,0);
  text-shadow:
    0px 1px 1px rgba(255,255,255,1),
    0px 1px 0px rgba(255,255,255,0);
}









/*=Element
-----------------------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #FF6347;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
 	text-decoration: none;
 	padding: 10px 16px;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	line-height: 16px;
 	font-size: 14px;
 	letter-spacing: 1px;
 	white-space: nowrap;
 	border-bottom: 1px solid #666;
 	border-right: 1px solid #666;
	border-top: none;
	border-left: none;
	color: #FFF;
	text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #FA8072;
}

/* =Forms
----------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
#secondary input[type="search"] {
          width: 100%;      
}
#primary input[type="search"] {
          width: 50%;      
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 5px;
}

/* =Widgets
----------------------------------------------- */
.widget-area {
  padding-top: 41px;
}
.widget-area .widget {
  margin-bottom: 40px;
  margin-right: 40px;
}
.widget-area .widget ul {
  list-style: none;
  margin: 0;
}
.widget_nav_menu .menu ul li {
 margin: 5px 0 5px 10px;
}
.widget ul li {
 margin: 5px 0 0 0;
}
.widget-area .widget-title {
}
.widget-area .widget-title a {
  color: #3a3a3a;
}
.widget-area .widget-title a:hover {
  color: #FA8072;
}
.widget-area .widget_recent_entries .post-date {
  color: #aaaaaa;
}
#home-widget .mini-title {
  font-size: 20px;
  border-bottom: solid 2px #404040;
}
.textwidget,
.widget-area {
 font-size: 14px;
}
.footerwidget-right .widget-area, 
.footerwidget-right .textwidget {
 font-size: 11px;
}
.widget-title {
 font-size: 0.9em;
 color: #525252;
 font-weight: 700;
 margin-bottom: 20px;
 text-transform: uppercase;
}

.pad {
}
.footerwidget-left {
 float: left;
 width: 76%;
 margin-bottom: 10px;
}
.footerwidget-right {
 float: left;
}
.footerwidget-right {
 font-size: 11px;
}

/* =Media Queries
----------------------------------------------- */

@media only screen and (min-width: 920px) {

body { background: #EFEFEF url(http://www.tenaxthera.com/Wordpress/wp-content/themes/tenax/img/bg.gif) top left repeat-x; }

}

@media (max-width: 1080px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 960px) {
  .sf-menu ul ul li {
   display: none;
  }
 .nav-menu h1 {
  display: block;
  }
.nav-menu div {
 display: none;
  }
.nav-menu.toggled div {
 display: block;
  }
}
@media (max-width: 900px) {
  #page {
    width: 87%;
  }
  #primary {
    width: 100%;
    margin-right: 0;
  }
  #secondary {
    width: 100%;
    margin-left: 0;
  }
  .site-content article {
    padding-right: 40px;
  }
  .widget-area .widget {
    margin-left: 40px;
  }
  .comments-area {
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .sf-menu > li {
                border-right: 1px solid #5A5A5A;
  }
}
@media (max-width: 700px) {
  .single .site-content .entry-title,
  .site-content .entry-content h1,
  .site-content .comment-content h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .single .site-content .related-content {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .single .site-content .related-content .related-content-title {
    margin-left: 0;
  }
  .single .site-content .related-content article {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
  }
  .single .site-content .has-post-thumbnail .entry-thumbnail {
    width: 50px;
    margin-bottom: 0;
  }
.entry-thumbnail {
 width: 100%;
 margin: 0;
 float: center;
 }
.entry-excerpt {
 width: 100%;
 }
}
@media (max-width: 600px) {
  #page {
    width: 85%;
  }
  #comments {
    display: none;
 }
  #logo {
    width: 100%;
    text-align: center;
 }
#headphone {
float: center;
width: 100%;
max-width: 400px;
text-align: center;
 }
.footerwidget-left {
 width: 100%;
 }
.footerwidget-right{
 width: 100%;
 margin-top: 10px;
 margin-bottom: 10px;
 }
}
@media (max-width: 480px) {
  #page {
    width: 100%;
    margin: 0;
  }
}










/*MAIN MENU*/
.menu-toggle{
  display:block;
  padding:10px;
  margin:20px 0 0;
  background:#666;
  color:#fff;
  cursor:pointer;
  text-transform:uppercase;
  font-size:20px;
}
.menu-toggle.toggled-on{
  background:#0099ff;
}
.srt-menu{
  display:none;
} 
.srt-menu.toggled-on{
  display:block;
  position:relative;
  z-index:10;
  list-style:none;
}

.srt-menu{
  clear:both;
  margin-bottom:60px;
  
}
.srt-menu li a {
  background:#333;
  display:block;
  margin:1px 0; 
  padding:10px;
  text-decoration:none;
  color: #FFF;
}
.srt-menu li a:hover{
  background-color:#0099ff;
  color:#fff;
}
.srt-menu li li a {
  background:#e8e8e8;
  padding-left:40px;
}
.srt-menu li li li a {
  background:#efefef;
  padding-left:80px;
}
.srt-menu ul {display: none;} /*hides dropdowns in mobile*/








@media only screen and (min-width: 920px) {

/*** MAIN MENU - ESSENTIAL STYLES ***/
.menu-toggle{display:none;}
#menu-main-navigation{display:block;}

.srt-menu, .srt-menu * {
  margin:     0;
  padding:    0;
  list-style:   none;
}
.srt-menu ul {
  position:   absolute;
  display:    none;
  width:      12em; /* left offset of submenus need to match (see below) */
}
.srt-menu ul li {
  width:      100%;
}
.srt-menu li:hover {
  visibility:   inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
  float:      left;
  position:   relative;
  margin-left:  1px;
}
.srt-menu li li {
  margin-left:  0px;
}
.srt-menu a {
  display:    block;
  position:   relative;
}
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
  display:block;
  left:     0;
  top:      45px; /* match top ul list item height */
  z-index:    99;
  -webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
  box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
  top:      -999em;
}
ul.srt-menu li li:hover ul,
ul.srt-menu li li.sfHover ul {
  left:     12em; /* match ul width */
  top:      0;
}
ul.srt-menu li li:hover li ul,
ul.srt-menu li li.sfHover li ul {
  top:      -999em;
}
ul.srt-menu li li li:hover ul,
ul.srt-menu li li li.sfHover ul {
  left:     10em; /* match ul width */
  top:      0;
}


/*** DEMO1 SKIN ***/
#topnav, .srt-menu {
  /*float:right;*/
  margin: .35em 0 0 0;
}
.srt-menu {
  float: left;
  background-color: #3481BE;
  width: 100%;
  margin-top: 1.25em;
}
.srt-menu a {
  text-decoration:none;
}
.srt-menu > li > a {
  background:transparent;
  margin:0; 
  padding:20px 24px;
  height:64px;
  text-transform: uppercase;
}
.srt-menu a, .srt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  color:  #FFF; 
}
.srt-menu ul { margin-top: 19px; }
.srt-menu li li {}
.srt-menu li li a {
  border-top: 1px solid rgba(255,255,255,.2);
  background:  #333; /*fallback for old IE*/
  background:rgba(0,0,0,.8);
  color:  #fff;
  padding-left:20px;
  margin: 0; 
  height:auto;
}
.srt-menu li li a:visited{color:#fff;}
.srt-menu li li li a,
.srt-menu li.current * li a{
  padding-left:20px;
  background:rgba(0,0,0,.8);
}

.srt-menu li:hover > a,
.srt-menu li.current_page_item a,
.srt-menu li.current_page_ancestor a,
.srt-menu li.current-menu-parent a
{ 
  color:#fff;
  background-color:#0099ff;
}
.srt-menu li li:hover > a{
  color:#fff;
  background:#0099ff;
}

.srt-menu .b-contact { 
  float: right; 
  margin-right: 10px;
  padding-right: 29px;
  background: url(http://www.tenaxthera.com/Wordpress/wp-content/themes/tenax/img/bg-b-orange.jpg) right 8px no-repeat;
}

.srt-menu li.b-contact:hover > a, .srt-menu li.b-contact > a:hover, .srt-menu li.b-contact.current_page_item > a { 
  /*padding-right: 29px;*/
  background-color: transparent;
  /*background: url(../images/bg-b-orange.jpg) right 8px no-repeat;*/
}

.srt-menu ul ul li {display: none;}



/*###################### sidebar ######################*/

#secondary-navigation {
/*  width: 268px;
  padding: 15px 0px 30px 0px;
  margin: 10px 0px 10px 0px;*/
  margin-bottom:60px;
}

#secondary-navigation .sub-nav, #secondary-navigation .sub-nav ul { 
/*  width: 268px;
  margin: 0px 0px 0px 7px;*/
  padding-left: 0px;
  list-style-type: none;
}

#secondary-navigation .sub-nav > li {  
  display: none; /*hide all but the active submenu*/
}

#secondary-navigation .sub-nav .sub-menu li {  
  margin: 0; 
}

/*#secondary-navigation > ul li:first-child {  
  border-bottom: 1px solid #EEE;
}*/

#secondary-navigation .sub-nav a { 
  background:#FFF;
  display:block;
  margin:5px 0; 
  padding: 8px 10px;
  text-decoration:none;
  font-size: 1.2em;
}

#secondary-navigation .sub-nav .sub-menu > li > a:hover, #secondary-navigation > .sub-nav > li > .sub-menu > li.current_page_item > a {
  background:#D96D00;
  color: #FFF;
}

#secondary-navigation .sub-nav > li.current-menu-ancestor, #secondary-navigation .sub-nav > li.menu-item-has-children.current-menu-item {  border: none; display: inline; } /*show the active submenu*/

#secondary-navigation .sub-nav > li.current-menu-ancestor > a, #secondary-navigation .sub-nav > li.menu-item-has-children.current-menu-item > a { 
  background: #D96D00;
  color: #FFF;
  padding: 70px 0 5px 10px;
  margin-top: 0;
  margin-bottom: 12px;
  text-shadow: 1px 1px 1px #BB5E00;
  text-transform: uppercase;
  font-size: 22px;
  font-weight:0 !important;
}



  #secondary-navigation .sub-nav ul ul.sub-menu {
    /*width: 268px;*/
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
    list-style-type: none;
  }
  #secondary-navigation .sub-nav ul ul.sub-menu li:first-child {  
    /*border-top: 1px solid #CCC;*/
  }
  #secondary-navigation .sub-nav ul ul.sub-menu li:last-child {  
    border-bottom: none;
  }
  #secondary-navigation .sub-nav ul ul.sub-menu a {
    font-size: 1em;
    color: #D96D00;
    padding: 4px 5px 4px 25px;
    background: url(http://www.tenaxthera.com/Wordpress/wp-content/themes/tenax/img/bullet2.gif) 12px 12px no-repeat;
  } 
  #secondary-navigation .sub-nav ul ul.sub-menu a:hover, #secondary-navigation .sub-nav ul ul.sub-menu .current_page_item { 
    font-weight: bold; 
    color: #D96D00;
    background: #EEE url(http://www.tenaxthera.com/Wordpress/wp-content/themes/tenax/img/bullet2.gif) 12px 12px no-repeat;
  }





/*##############  HOMEPAGE  ################*/

.slug-home #primary {
  float: none;
  width: 100%;
  padding-bottom: 10px;
}

.slug-home #content {
    padding-bottom: 0px;
}

.slug-home #contentwrapper {
  margin-top: 45px;
}

.slug-home #col-left { 
  float: left; 
  width: 42%;
  padding-right: 15px;
}
.slug-home #col-left.col { 
  margin-left: 2%;
}

.slug-home #col-center {
  float: left; 
  width: 23%;
  padding-right: 15px;
}

.slug-home #col-right {
  float: left; 
  width: 23%;
}

.slug-home .col h2 {
  font-size: 1.7em;
}

.slug-home .col h4 {
  font-size: 1.2em;
  line-height: 1.3em;
  color: #777;
}

.slug-home .col h3 {
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: -1px;
}


/* ####################### homepage latest news ####################### */

.slug-home #latestnews span.date {
  display: none;
  float: none;
  width: auto;
  font-size: 12px;
  color: #777;
  font-weight: bold;
}
.slug-home #latestnews a {
  display: block;
  float: none;
  width: auto;
  margin-left: 0px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #666;
}
  .slug-home #latestnews a:hover {
    text-decoration: underline;
  }


/* ####################### media page styles #######################*/ 

.slug-press-releases #latestnews {   }

.slug-press-releases #latestnews span.date {
  display: block;
  float: left;
  width: 14%;
}
.slug-press-releases #latestnews a, #latestnews em {
  display: block;
  /* [disabled]width: 70%; */
  margin-left: 16%;
  margin-bottom: 15px;
}

.slug-press-releases #latestnews div {
  border-bottom: 1px dotted #999;
  padding: 10px 0 0;
}

}



/* ####################### research page styles #######################*/ 


.slug-research .buttonblock {
  color: #6b6b6b;
  padding: 6px 9px;
  /*background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #e6e6e6);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#ffffff),
    to(#e6e6e6));*/
  background: #eee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
  width: 45%;
  height: 330px;
  float: left;
  margin-right: 30px;
/*  -moz-box-shadow:
    0px 0px 2px rgba(148,146,148,0.6),
    inset 0px 0px 11px rgba(255,255,255,0);
  -webkit-box-shadow:
    0px 0px 2px rgba(148,146,148,0.6),
    inset 0px 0px 11px rgba(255,255,255,0);
  box-shadow:
    0px 0px 2px rgba(148,146,148,0.6),
    inset 0px 0px 11px rgba(255,255,255,0);
  text-shadow:
    0px 1px 1px rgba(255,255,255,1),
    0px 1px 0px rgba(255,255,255,0);*/
}

.slug-research .buttonblock a {
  text-decoration: none;
}

.slug-research .buttonblock:hover {
  background: #FFF;
  border-color: #999;
}


.blueblock {
  text-align: center;
  background: #3481BE;
  display: block;
  padding: 10px 20px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 0 !important;
  line-height: 110%;
}
.blueblock * {
  color: #FFF;
  text-transform: uppercase;

}

.slug-levo-cts-team article h3 {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  clear: both;
  margin-top: 40px;
}
.slug-levo-cts-team article ul {
  list-style-type: none;
  margin: 20px 0px 50px 0px;
  padding: 0;

}
.slug-levo-cts-team article li {
  display: block;
  float: left;
  text-align: center;
  width: 162px;
  padding: 0px;
  margin: 0 20px 20px 0;
  line-height: 110%;
}
.slug-levo-cts-team article li img { 
  width: 150px; 
  height: 180px;
  border: 6px solid #EEE;
}

.slug-levo-cts-team article li div {
  height: 80px;
  padding: 10px 5px 0px 5px;
}



/* ####################### pageheaders #######################*/ 


.slug-research .site-content article {
  background-image: url('http://www.tenaxthera.com/Wordpress/wp-content/themes/tenax/img/mastheads-1.jpg');
}

.descendant-slug-levo-cts .site-content article {
  background-image: url('http://www.tenaxthera.com/Wordpress/wp-content/themes/tenax/img/mastheads-levocts.jpg');
}

.slug-leopards-trial .site-content article {
  background-image: url('http://www.tenaxthera.com/Wordpress/wp-content/themes/tenax/img/mastheads-leopards.jpg');
}