aside#social {
  float: right;
}
aside#social h3 {
  display: none;
}
aside#social ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 2px;
}
aside#social ul li a {
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 21px;
  text-indent: -100000px;
}
aside#social ul li a.share_android {
  background-image: url("../img/android.png");
}
aside#social ul li a.share_ios {
  background-image: url("../img/apple.png");
}
aside#social ul li a.share_youtube {
  background-image: url("../img/youtube.png");
}
aside#social ul li a.share_facebook {
  background-image: url("../img/facebook.png");
}
aside#social ul li a.share_twitter {
  background-image: url("../img/twitter.png");
}
aside#social ul li a.share_google {
  background-image: url("../img/google.png");
}
aside#social ul li a.share_rss {
  background-image: url("../img/rss.png");
}
.scrollize {
  position: relative;
  text-align: center;
}
.scrollize > article {
  display: none;
}
.scrollize .scrollize-group {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.scrollize .scrollize-group .scrollize-item {
  position: absolute;
}
.scrollize .scrollize-buttons {
  display: block;
  list-style-type: none;
}
.scrollize .scrollize-buttons li {
  background-color: #DDDDDD;
  border-radius: 4px 4px 4px 4px;
  display: block;
  display: inline-block;
  height: 8px;
  margin: 4px;
  position: relative;
  width: 8px;
  cursor: pointer;
}
.scrollize .scrollize-buttons li span {
  background-color: #EEEEEE;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 8px;
  position: absolute;
  right: 12px;
  top: -9px;
  white-space: nowrap;
  display: none;
}
.scrollize .scrollize-buttons li.active {
  background-color: #BBBBBB;
}
.scrollize .scrollize-move {
  display: none;
}
.scrollize .scrollize-move li span {
  background-color: #333333;
}
.scrollize .scrollize-move li:hover span {
  background-color: #444444;
}
.attachment-showroom {
  background-color: #F9F9F9;
  border: 1px solid #CCCCCC;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3) inset;
  clear: both;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 12px;
}
.attachment-showroom .attachment-showroom-title {
  font-weight: 400;
  color: #333333;
  font-size: 17px;
  padding: 5px 10px;
}
.attachment-showroom .attachment-downloads {
  list-style-type: none;
  float: left;
  width: 46%;
  margin: 4px 2%;
}
.attachment-showroom .attachment-downloads li {
  border-bottom: 1px solid #CCCCCC;
  display: block;
  float: left;
  margin: 6px 0;
  width: 100%;
  line-height: 32px;
}
.attachment-showroom .attachment-downloads li a {
  display: block;
  float: left;
  line-height: 15px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 12px;
  margin-right: 35px;
  color: #333333;
  font-weight: normal;
}
.attachment-showroom .attachment-downloads li img {
  display: block;
  float: right;
  margin-bottom: 3px;
  margin-left: -35px;
}
.attachment-showroom .attachment-urls {
  float: left;
  height: 200px;
  margin: 4px 2%;
  position: relative;
  width: 46%;
}
.attachment-showroom .attachment-urls iframe {
  width: 100%;
  height: 200px;
}
.attachment-showroom .attachment-urls .scrollize-item {
  width: 100%;
}
.attachment-showroom .attachment-urls .scrollize-buttons {
  position: absolute;
  top: -22px;
  right: 0;
}
.attachment-showroom .attachment-urls .scrollize-buttons li.active {
  background-color: #333333;
}
.socialfeed .socialfeed-list {
  display: inline-block;
}
.socialfeed .socialfeed-list .socialfeed-feed {
  height: 200px;
  overflow: auto;
  display: inline-block;
  width: 32%;
}
.gallery-loader {
  padding: 5px;
  background-color: #ffffff;
}
.gallery-loader img {
  border: 1px solid #CCCCCC;
  display: block;
  height: auto;
  width: 100%;
}
.entry-resource-postgallery {
  background-color: #ffffff;
  margin-top: 14px;
}
.entry-resource-postgallery .entry-postgallery-title {
  display: none;
}
.entry-resource-postgallery ul.attachment-gallery {
  display: block;
  height: 77px;
  overflow: hidden;
  white-space: nowrap;
}
.entry-resource-postgallery ul.attachment-gallery li {
  display: inline-block;
}
.entry-resource-postgallery ul.attachment-gallery li a {
  display: block;
  padding: 5px;
}
.entry-resource-postgallery ul.attachment-gallery li a img {
  border: 1px solid #CCCCCC;
  display: block;
}
article ul.share {
  display: none;
  list-style-type: none;
  width: 100%;
  float: right;
  margin-bottom: 5px;
}
article ul.share li.label {
  display: none;
}
article ul.share li {
  display: inline-block;
  float: right;
}
article ul.share li.share_linkedin a {
  background-image: url("../img/icons/Linked-In.png");
}
article ul.share li.share_mail a {
  background-image: url("../img/icons/mail.png");
}
article ul.share li.share_print a {
  background-image: url("../img/icons/print.png");
}
article ul.share li.share_twitter a {
  background-image: url("../img/icons/twitter.png");
}
article ul.share li.share_facebook a {
  background-image: url("../img/icons/facebook.png");
}
article ul.share li.share_google a {
  background-image: url("../img/icons/google.png");
}
.showroom-slide {
  display: block;
  max-width: none;
  width: auto;
  text-align: left;
  height: 265px;
}
.showroom-slide .scrollize .scrollize-buttons {
  bottom: 0;
  position: absolute;
  right: 5px;
}
.showroom-slide .showroom-title {
  display: none;
}
.showroom-slide .showroom-items {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.showroom-slide .showroom-items article.hentry {
  max-width: none;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
}
.showroom-slide .showroom-items article.hentry .entry-wrp {
  margin: 10px 5px;
  border-bottom: none;
}
.showroom-slide .showroom-items article.hentry .entry-wrp .entry-attachments {
  display: block;
  float: none;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}
.showroom-slide .showroom-items article.hentry .entry-wrp .entry-attachments .entry-imagebg {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.showroom-slide .showroom-items article.hentry .entry-wrp .entry-header {
  background-color: #FFFFFF;
  display: block;
  font-size: 16px;
  padding: 10px 20px 5px;
  position: relative;
  z-index: 3;
  border-width: 1px;
  border-style: solid solid none;
  border-color: #CCCCCC;
}
.showroom-slide .showroom-items article.hentry .entry-wrp .entry-content {
  background-color: #FFFFFF;
  display: block;
  font-size: 12px;
  padding: 5px 20px 10px;
  position: relative;
  z-index: 2;
  border-width: 1px;
  border-style: none solid solid;
  border-color: #CCCCCC;
}
section.comments {
  margin-top: 25px;
}
section.comments .comments-header {
  text-align: right;
  padding: 20px 0;
}
section.comments .comments-header p.commentscount {
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 17px 0 0;
  font-size: 15px;
}
section.comments ol.commentlist {
  padding: 10px 30px 10px 10px;
}
section.comments ol.commentlist li.comment {
  list-style-type: none;
}
section.comments ol.commentlist li.comment article.comment {
  min-height: 88px;
  padding: 20px 10px 10px 0;
}
section.comments ol.commentlist li.comment article.comment header.comment-meta .comment-author img.avatar,
section.comments ol.commentlist li.comment article.comment header.comment-meta .vcard img.avatar {
  margin: 0 15px 6px 25px;
  float: left;
}
section.comments ol.commentlist li.comment article.comment header.comment-meta .comment-author .says,
section.comments ol.commentlist li.comment article.comment header.comment-meta .vcard .says {
  margin: 0 5px;
}
section.comments ol.commentlist li.comment article.comment header.comment-meta .comment-author .on,
section.comments ol.commentlist li.comment article.comment header.comment-meta .vcard .on,
section.comments ol.commentlist li.comment article.comment header.comment-meta .comment-author .on a,
section.comments ol.commentlist li.comment article.comment header.comment-meta .vcard .on a {
  color: #222222;
}
section.comments ol.commentlist li.comment article.comment header.comment-meta .comment-author .edit-link,
section.comments ol.commentlist li.comment article.comment header.comment-meta .vcard .edit-link {
  float: right;
  text-align: right;
  background-image: url(../img/icon-plus.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 14px;
}
section.comments ol.commentlist li.comment article.comment header.comment-meta .comment-author .edit-link,
section.comments ol.commentlist li.comment article.comment header.comment-meta .vcard .edit-link,
section.comments ol.commentlist li.comment article.comment header.comment-meta .comment-author .edit-link a,
section.comments ol.commentlist li.comment article.comment header.comment-meta .vcard .edit-link a {
  color: #222222;
}
section.comments ol.commentlist li.comment article.comment .comment-content {
  padding: 5px 25px;
  text-align: justify;
}
section.comments ol.commentlist li.comment article.comment .reply {
  text-align: right;
  background-image: url(../img/icon-reply.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 14px;
}
section.comments ol.commentlist li.comment article.comment .reply,
section.comments ol.commentlist li.comment article.comment .reply a {
  color: #222222;
}
section.comments #respond {
  margin: 10px 20px;
}
section.comments #respond h3#reply-title,
section.comments #respond a {
  font-size: 30px;
  display: block;
  font-weight: 300;
}
section.comments #respond h3#reply-title a,
section.comments #respond a a {
  color: #222222;
}
section.comments #respond form#commentform {
  display: block;
  padding: 0 0 20px 0;
}
section.comments #respond form#commentform p.logged-in-as,
section.comments #respond form#commentform p.logged-in-as a {
  color: #222222;
  font-size: 13px;
  display: inline;
}
section.comments #respond form#commentform p.field {
  margin: 15px;
}
section.comments #respond form#commentform p.field label {
  font-size: 13px;
  font-weight: 600;
}
section.comments #respond form#commentform p.field span {
  font-style: italic;
  font-weight: 400;
  font-size: 11px;
}
section.comments #respond form#commentform p.field textarea#comment {
  width: 90%;
  margin-top: 10px;
  height: 100px;
}
section.comments #respond form#commentform p.form-allowed-tags {
  font-size: 10px;
}
section.comments #respond form#commentform p.form-submit {
  margin-top: 10px;
}
.odxnav ul {
  list-style-type: none;
}
.odxnav ul li {
  display: inline-block;
}
