/*Theme Name: UltrabookReview theme*/@import url("css/reset.css");


body {
  color: #444;
  font: normal 100% Arial, sans-serif;
  line-height: 100%;
  margin: 0px auto;
  padding: 0px;
  background-color: #fff !important;
}

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

iframe,embed,object,video {
  max-width: 980%;
}/************************************************	Hyperlinks************************************************/a,a:visited {
  text-decoration: none;
  color: #e91b23;
}

a:hover {
  text-decoration: underline;
  color: #666;
}

.twitter-tweet {margin:auto;}

a:active,a:focus {
  outline: none;
}/************************************************	Layout************************************************/#site {
  float: left;
  width: 100%;
}

#wallpaper {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wallpaper-link {
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#wrapper {
  margin: 0px auto 15px;
  position: relative;
  width: 1219px;
  z-index: 5;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}

.breaker {
  clear: both;
}

.right,.alignright {
  float: right;
}

.left,.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.section-div {
  border-bottom: 1px dotted #ccc;
  float: left;
  margin: 20px 0;
  width: 100%;
}/************************************************	Header************************************************/#header-wrapper {
  float: left;
  position: relative;
  width: 100%;
  background-color: #111;
  border-bottom: 5px solid #C1161D;
}

#top-header-wrapper {
  float: right;
  overflow: hidden;
  height: 30px;
  margin: 16px 11px 10px 0;
}

#top-nav {
  float: left;
  max-width: 380px;
  text-align: right;
}

#top-nav ul {
  display: inline;
  float: left;
  padding-left: 9px;
}

#top-nav ul li {
  display: inline;
  float: left;
}

#top-nav ul li a,#top-nav ul li a:visited {
  color: #777;
  float: left;
  font: 400 12px/12px 'Oswald', sans-serif;
  padding: 9px;
  text-transform: uppercase;
}

#top-nav ul li a:hover {
  text-decoration: none;
}

#top-nav ul li:hover a,#top-nav ul li:hover a:visited {
  background: #eee;
}

#top-nav ul li ul {
  display: none;
}

#content-social {
  float: right;
  max-width: 273px;
}

#content-social ul {
  display: inline;
  float: left;
}

#content-social ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

.fb-but,.twitter-but,.google-but,.rss-but {
  float: left;
  transition: all .1s;
  -moz-transition: all .1s;
  -ms-transition: all .1s;
  -o-transition: all .1s;
  -webkit-transition: all .1s;
  width: 30px;
  height: 30px;
}

.fb-but {
  background: #111 url(images/social-buttons.png) 0 0;
}

.fb-but:hover {
  background: #3b5997 url(images/social-buttons.png) 0 -30px;
}

.twitter-but {
  background: #111 url(images/social-buttons.png) -30px 0;
}

.twitter-but:hover {
  background: #00aced url(images/social-buttons.png) -30px -30px;
}

.google-but {
  background: #111 url(images/social-buttons.png) -90px 0;
}

.google-but:hover {
  background: #000 url(images/social-buttons.png) -90px -30px;
}

.youtube-but {
  background: #111 url(images/social-buttons.png) -120px 0;
  float: left;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  width: 54px;
  height: 30px;
}

.youtube-but:hover {
  background: #f00 url(images/social-buttons.png) -120px -30px;
}

.rss-but {
  background: #111 url(images/social-buttons.png) -204px 0;
}

.rss-but:hover {
  background: #f60 url(images/social-buttons.png) -204px -30px;
}

#logo-wrapper {
  float: left;
  margin: 5px 30px 10px;
}

#logo-wrapper img {
  width: 247px;
  height: 78px;
}/************************************************	Leaderboard************************************************/#site-title {
  padding: 7px 10px 0;
  margin: 0;
  color: #eee;
  font-weight: bold;
  font-size: 13px;
}

#main-search {
  float: right;
  overflow: hidden;
  width: 160px;
}

#searchform {
  background: url(images/search-bg.png);
  float: right;
  padding-right: 10px;
  position: relative;
}

#searchform input {
  background: url(images/search.png) no-repeat right;
  border: 0;
  color: #ddd;
  float: right;
  font: 400 12px/12px 'Open Sans', sans-serif;
  margin: 0;
  padding: 14px;
  width: 121px;
  height: 40px;
}

#searchform #search-button {
  border: none;
  float: left;
}

#searchform #s:focus {
  outline: none;
}/************************************************	Main Navigation************************************************/
#nav-wrapper {
	background: none !important;
  float: right;
  position: relative;
  width: 700px;
  height: 40px;
  z-index: 2000;
}

ul.main-nav {
  display: inline;
  float: left;
  max-width: 840px;
  height: 40px;
  overflow: hidden;
  position: relative;
}

ul.main-nav:hover {
  overflow: visible;
}

ul.main-nav li {
  color: #fff;
  display: inline;
  float: left;
  position: relative;
  transition: background .1s;
  -moz-transition: background .1s;
  -ms-transition: background .1s;
  -o-transition: background .1s;
  -webkit-transition: background .1s;
}

ul.main-nav li a {
  color: #fff;
  float: left;
  font-size: 16px;
  line-height: 100%;
  padding: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

ul.main-nav li:hover,ul.main-nav li a:hover,ul.main-nav li.current-menu-item,ul.main-nav li.current-post-parent {
  text-decoration: none;
}

ul.main-nav li ul {
  background: url(images/featured-bg.png);
  display: block;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  transition: max-height .4s;
  -moz-transition: max-height .4s;
  -ms-transition: max-height .4s;
  -o-transition: max-height .4s;
  -webkit-transition: max-height .4s;
  width: 170px;
}

ul.main-nav li:hover ul {
  display: block;
  max-height: 300px;
}

ul.main-nav li:hover #nav-wrapper {
  overflow: visible;
}

ul.main-nav li:hover ul:hover {
  overflow: visible;
}

ul.main-nav li ul li {
  display: block;
  float: left;
  margin: 0 10px;
  position: relative;
  width: 150px;
}

ul.main-nav li ul li:first-child {
  margin-top: 10px;
}

ul.main-nav li ul li:last-child {
  margin-bottom: 10px;
}

ul.main-nav li ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  padding: 8px;
  width: 134px;
}

ul.main-nav li:hover ul li ul {
  background: none;
  display: block;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 150px;
  transition: 0;
  -moz-transition: 0;
  -ms-transition: 0;
  -o-transition: 0;
  -webkit-transition: 0;
  width: 150px;
}

ul.main-nav li ul li ul li {
  margin: 0 !important;
  width: 150px;
}

ul.main-nav li:hover ul li:hover ul {
  display: block;
  max-height: 300px;
}

.fixed {
  box-shadow: 0 4px 10px -3px #000;
  -ms-box-shadow: 0 4px 11px -5px #000;
  -moz-box-shadow: 0 4px 11px -5px #000;
  -o-box-shadow: 0 4px 11px -5px #000;
  -webkit-box-shadow: 0 4px 10px -3px #000;
  position: fixed !important;
}

#nav-mobi {
  display: none;
  float: left;
  overflow: hidden;
}

#nav-mobi select {
  border: none;
  color: #fff;
  float: left;
  margin: 5px 10px;
  max-width: 100%;
  height: 30px;
}/************************************************	Homepage************************************************/#main {
  float: left;
  width: 100%;
}

#content-wrapper {
  float: left;
  position: relative;
  width: 100%;
}

#featured-main {
  background: #111;
  overflow: hidden;
  position: relative;
  z-index: 11;
}

#zzifhome {
  padding: 15px 0;
  text-align: center;
  width:100%;
  min-height: 90px;
}

#zzifhome2 {
  padding: 15px 0;
  text-align: center;
  min-height: 90px;
  width:100%;
  background-color:#fff;
}


#zzifleadbottom-topcomments {
  padding: 20px 0px 30px;
  text-align: center;
  min-height: 90px;
  width:100%;
}

#zzifleadbottom-end {
  padding: 25px 0px;
  text-align: center;
  width:100%;
  overflow: hidden;
}

#zzifleadbottom-endcomments {
  padding: 30px 0px;
  text-align: center;
  width:100%;
  overflow: hidden;
}

div#toc_container {
	width:100% !important;
	padding:10px 0;
}
#content-area ul li, #content-area ol li {
    margin-left: 6% !important;
}

#toc_container a {
    text-decoration: none !important;
}


.main-story {
  float: left;
  overflow: hidden;
  position: relative;
  width: 620px;
  height: 372px;
}

.main-story img {
  float: left;
  opacity: .6;
  transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -webkit-transition: opacity .4s;
  object-fit: cover;
  height: 100%;
}

.main-story:hover img {
  opacity: .4;
}

.main-story-shade {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.main-story-shade:before {
  content: '';
  box-shadow: 0 0 150px 5px #000 inset;
  -moz-box-shadow: 0 0 150px 5px #000 inset;
  -ms-box-shadow: 0 0 150px 5px #000 inset;
  -o-box-shadow: 0 0 150px 7px #000 inset;
  -webkit-box-shadow: 0 0 100px 8px #000 inset;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}

.main-text {
  color: #fff;
  float: left;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 580px;
  z-index: 20;
}

.main-text h2 {
  color: #fff;
  float: left;
  font-size: 42px;
  font-weight: bold;
  line-height: 120%;
  margin: 0 20px 5px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
  -moz-text-shadow: 1px 1px 2px #000;
  -ms-text-shadow: 1px 1px 2px #000;
  -o-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  
}

.main-byline {
  color: #ddd;
  float: left;
  font: 400 20px/20px 'Helvetica Neue', serif;
  font-style: italic;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  -moz-text-shadow: 1px 1px 2px #000;
  -ms-text-shadow: 1px 1px 2px #000;
  -o-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
  width: 100%;
}

.main-excerpt {
  float: left;
  font: 400 16px/24px Arial, sans-serif;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  -moz-text-shadow: 1px 1px 2px #000;
  -ms-text-shadow: 1px 1px 2px #000;
  -o-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
  transition: max-height .4s;
  -moz-transition: max-height .4s;
  -ms-transition: max-height .4s;
  -o-transition: max-height .4s;
  -webkit-transition: max-height .4s;
  width: 100%;
}

.main-story:hover .main-excerpt {
  max-height: 200px;
}

.comment-bubble {
  background: url(images/comment-tri.png) no-repeat right bottom;
  float: right;
  position: absolute;
  top: 8px;
  right: 8px;
  height: 22px;
  z-index: 50;
}

span.comment-count {
  color: #fff;
  float: left;
  font: 700 10px/10px 'Open Sans Condensed', sans-serif;
  padding: 3px 6px;
}

.sub-story {
  float: left;
  overflow: hidden;
  position: relative;
  width: 299px;
  height: 186px;
}

.sub-story img {
  float: left;
  opacity: .5;
  transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -webkit-transition: opacity .4s;
  min-width: 240px;
}

.sub-story:hover img {
  opacity: 0.2;
}

.sub-text {
  padding: 10px 10px 8px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 194px;
}

.sub-text h2 {
  color: #fff;
  float: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 4px;
  text-shadow: 1px 1px 2px #000;
  -moz-text-shadow: 1px 1px 2px #000;
  -ms-text-shadow: 1px 1px 2px #000;
  -o-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
  text-transform: uppercase;
}

.sub-text p {
  color: #ccc;
  float: left;
  font: 13px/17px Arial, sans-serif;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .4s;
  -moz-transition: max-height .4s;
  -ms-transition: max-height .4s;
  -o-transition: max-height .4s;
  -webkit-transition: max-height .4s;
}

.sub-story:hover .sub-text p {
  max-height: 100px;
}

#home-main {
  float: left;
  width: 878px;
}

#home-mainreview {
  width: 100%;
}

#home-left {
  border-right: 1px dotted #ccc;
  float: left;
  padding-bottom: 20px;
  width: 458px;
}

li.home-widget {
  display: block;
  float: left;
  font: 13px/17px Arial, sans-serif;
  overflow: hidden;
  padding: 20px;
  position: relative;
  width: 418px;
}

li.home-widget:first-child {
  margin-top: 20px;
}

li.home-widget:first-child span.home-widget-header {
  border-top: none;
}

li.home-widget:first-child .category-light {
  margin-top: -32px;
}

span.list-byline {
  color: #999;
  font: bold 10px/10px Arial, sans-serif;
  margin-bottom: 5px;
}

.home-widget .category-dark {
  background: #000;
  float: left;
  margin: -33px 0 -20px -20px;
  position: relative;
  width: 458px;
}

.home-widget .cat-dark-top {
  float: left;
  position: relative;
  width: 100%;
}

.home-widget .category-dark img {
  float: left;
  opacity: 0.3;
  transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -webkit-transition: opacity .4s;
}

.home-widget .cat-dark-top:hover img {
  opacity: 0.1;
}

.home-widget .cat-dark-text {
  float: left;
  overflow: hidden;
  padding: 20px 20px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 418px;
}

.home-widget .cat-dark-byline {
  color: #ddd;
  float: left;
  font: 400 20px/20px 'Helvetica Neue', serif;
  font-style: italic;
  margin-bottom: 5px;
  text-shadow: 1px 1px 2px #000;
  -moz-text-shadow: 1px 1px 2px #000;
  -ms-text-shadow: 1px 1px 2px #000;
  -o-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
}

.home-widget .cat-dark-text h2 {
  color: #fff;
  float: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  text-shadow: 1px 1px 2px #000;
  -moz-text-shadow: 1px 1px 2px #000;
  -ms-text-shadow: 1px 1px 2px #000;
  -o-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
}

.home-widget .cat-dark-text p {
  color: #fff;
  float: left;
  font: 14px/18px Arial, sans-serif;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s;
  -moz-transition: max-height .4s;
  -ms-transition: max-height .4s;
  -o-transition: max-height .4s;
  -webkit-transition: max-height .4s;
}

.home-widget .cat-dark-top:hover .cat-dark-text p {
  max-height: 70px;
}

.home-widget .cat-dark-bottom {
  background: #222;
  float: left;
  padding: 20px;
  width: 418px;
}

.home-widget .cat-dark-bottom img {
  opacity: 1.0;
  transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -webkit-transition: opacity .2s;
}

.home-widget .cat-dark-bottom img:hover {
  opacity: 0.8;
}

.home-widget .cat-dark-bottom ul li {
  border-top: 1px dotted #555;
  display: block;
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}

.home-widget .cat-dark-bottom ul li img {
  float: left;
  margin: 0 10px 0 0;
  opacity: 1.0;
  transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -webkit-transition: opacity .2s;
}

.home-widget .cat-dark-bottom ul li img:hover {
  opacity: .8;
}

.home-widget .cat-dark-bottom ul li p a {
  color: #fff;
  float: left;
  font: bold 13px/17px Arial, sans-serif;
  margin-bottom: 0;
  width: 323px;
}

.home-widget .cat-dark-bottom ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.home-widget .category-light h2 a {
  color: #333;
  float: left;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
  width: 100%;
}

.home-widget .category-light p {
  float: left;
  font: 13px/17px Arial, sans-serif;
  margin-bottom: 10px;
}

.home-widget .cat-light-top {
  float: left;
  margin-top: 20px;
  position: relative;
  width: 418px;
}

.home-widget .cat-light-bottom {
  background: #f6f6f6;
  float: left;
  margin: 10px 0 -20px -20px;
  padding: 20px;
  width: 418px;
}

.home-widget .cat-light-bottom ul li p a {
  color: #333;
  float: left;
  font: bold 13px/17px Arial, sans-serif;
  width: 323px;
}

.sidebar-small-widget .category-light h2 a {
  color: #333;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}

.sidebar-small-widget .category-light p {
  float: left;
  font: 13px/17px Arial, sans-serif;
  margin-bottom: 10px;
}

.sidebar-small-widget .cat-light-top {
  float: left;
  margin-top: 20px;
  position: relative;
  width: 160px;
}

.sidebar-small-widget .cat-light-bottom {
  background: #f6f6f6;
  float: left;
  margin: 10px 0 -20px -20px;
  padding: 20px;
  width: 160px;
}

.sidebar-small-widget .cat-light-bottom ul li img {
  display: none;
}

.sidebar-small-widget .cat-light-bottom ul li p a {
  color: #333;
  float: left;
  font: bold 13px/17px Arial, sans-serif;
  width: 160px;
}/************************************************	Posts	************************************************/#title-main, #title-main-review {
  padding: 20px 20px 10px 30px;
  position: relative;
  overflow: auto;
}

h1.headline {
  font-family: Arial !important;
  letter-spacing:-0.035em;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
  width: 100%;
  min-height:102px;
}

h1.headline-page {
  font-family: Arial Condensed !important;
  letter-spacing:-0.035em;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0;
  padding-top: 40px;
  width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html>body .clearfix {
  display: inline-block;
  width: 100%;
}

* html .clearfix {
    /*\*/
  height: 1%;
    /**/;
}

#lightboxIframe {
  display: none;
}

#social-box {
  background: #f6f6f6;
  float: left;
  padding: 0 20px 8px;
  position: relative;
  width: 100%;
}

#social-box2 {
  padding: 15px 0px 30px 25px;
  overflow: hidden;
}

#social-box3 {
  padding: 0px 0px 25px 25px;
  overflow: hidden;
}

#social-box3 a:visited,.social-top a:visited {
  color: #fff;
}

#social-box3 a {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
}

.imagelightbox-nav {
	display: none;
}

.twitter {
  background: #55acee none repeat scroll 0 0;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  color: #fff;
}

.twitter:hover {
  background: #87c5f3 none repeat scroll 0 0;
}

.facebook {
  background: #3b5998 none repeat scroll 0 0;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  color: #fff;
}

.facebook:hover {
  background: #637bad none repeat scroll 0 0;
}

.reddit {
  background: #ff4500 none repeat scroll 0 0;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  color: #fff;
}

.reddit:hover {
  background: #fd946d none repeat scroll 0 0;
}

.back-to-top {
  background: #33363b none repeat scroll 0 0;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  color: #fff;
}


.back-to-top:hover {
  background: #33363b none repeat scroll 0 0;
}

.myclass {
  background: #f9f9f9 none repeat scroll 0 0;
  border-top: 2px solid #ccc;
  margin: 2.2rem 0 0;
  padding: 0.4rem;
}

.top-share-content {
  background: #fff none repeat scroll 0 0;
  font: 700 18px/30px Arial Condensed, sans-serif;
  bottom: 0;
  color: #fff;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 10000;
  background-color: transparent;
}

.top-share-content .facebook {
  display: inline-block;
  float: left;
  margin: 2%;
  padding: 1%;
  width: 32%;
  border-radius: 5px;
}

.top-share-content .twitter {
  display: inline-block;
  float: left;
  padding: 1%;
  margin: 2% 0% 1%;
  width: 32%;
  border-radius: 5px;
}

.top-share-content .back-to-top {
  display: inline-block;
  float: left;
  font-size: 2rem;
  padding: 2% 1% 0;
  margin: 2%;
  width: 22%;
  border-radius: 5px;
}

.top-share-content a:hover {
  text-decoration: none;
}


.top-share-content-desktop {
  font: 700 30px/30px Arial Condensed, sans-serif;
  background-color: transparent;
  bottom: 1rem;
  right: 1rem;
  position: fixed;
  text-align: center;
  vertical-align: middle;
}

.top-share-content-desktop .back-to-top-desktop {
  display: inline-block;
  border-radius: 5px;
  padding: 12px 20px 3px;
}

.top-share-content-desktop a:hover {
  text-decoration: none;
}


.back-to-top-desktop {
  background: #33363b none repeat scroll 0 0;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  color: #fff;
}


#mainpic {
	width:100%;
}
#mainpic3 {
	width:100%;
	text-align:center;
	padding-bottom: 15px;
}

#social-boxaut {
  font: 700 14px/16px Arial, sans-serif;
  letter-spacing:-0.05em;
  padding: 5px 10px 6px 0px;
  text-align: right;
  border-bottom: 3px solid #f6f6f6;
  height:16px;
}

#social-boxaut2 {
    font: 700 14px/16px Arial, sans-serif;
	letter-spacing:-0.05em;
    padding: 8px 15px 6px;
    text-align: left;
    background: #fff;
    margin: -32px 0 0 5px;
    position: relative;
    float: left;
    color: #111;
    height: 16px;
}

#social-boxaut3 {
    font: 700 14px/16px Arial, sans-serif;
	letter-spacing:-0.05em;
    padding: 8px 5px 6px;
    text-align: center;
    background: #fff;
    margin: -37px 5px 0;
    position: relative;
    color: #111;
    height: 16px;
}

#social-boxaut-list {
  font: 700 14px/16px Arial, sans-serif;
  letter-spacing:-0.05em;
  padding: 0 0 0 7px;
  color: #111;
}

#prodhead {
  overflow: auto;
  margin: 10px 0 20px;
}

#phleft {
  float: left;
  width: 40%;
}

#phright {
  float: right;
  width: 60%;
}

div.butp {
  background-color: #000000;
  display: inline-block;
  margin: 5px 0 15px;
}

.butp:hover {
  background-color: #e91b23;
}

.butp a {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Oswald",Arial Condensed, sans-serif;
  font-size: 18px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#social-box3 a {
}

ul.post-social {
}

ul.post-social li {
  display: inline;
  float: left;
  padding: 2px 5px 0;
  width: 125px;
  height: 45px;
}

.twitter-share-button {
  margin: 3px 20px 0 0;
}

div.uplusone {
  margin: 3px 0 0;
}

.fb-like span {
  overflow: visible !important;
  width: 450px !important;
  margin-right: -375px;
}

#post-area {
  float: left;
  font: 19px/30px Arial, sans-serif;
  position: relative;
  width: 100%;
}

#post-area p {
  display: block;
  margin-bottom: 1.3rem;
}

.post-image {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

#content-area {
  display: block;
  float: left;
  padding: 29px 34px 29px 15px;
  width: 829px;
}

#content-area ul.post-social li {
  display: inline;
  float: left;
  padding: 2px 5px 0;
  width: 100px;
  height: 45px;
  margin-left: 1% !important;
}
#content-area ul.post-social li.fb {
  display: inline;
  float: left;
  padding: 2px 5px 0;
  width: 125px;
  height: 45px;
}

#content-area p iframe,p object {
  background: none repeat scroll 0 0 #ddd;
  display: block;
  margin: 20px auto;
  width: 100%;
}

#content-area p a,#content-area ul a,#content-area ol a {
  text-decoration: underline;
}

#content-area h1 {
  color: #222;
  font: 700 34px/36px 'Oswald', sans-serif;
  margin: 10px 0;
  width: 100%;
}

#content-area h2 {
  color: #333333;
  font: 700 36px/42px 'Oswald', sans-serif;
  margin: 35px 0 15px 10px;
  letter-spacing:-0.05em;
}

#content-area h3 {
  color: #333;
  font: 700 30px/36px 'Oswald', sans-serif;
  margin: 25px 0 10px 10px;
}

#content-area h4 {
  color: #333;
  font: 700 26px/32px 'Oswald', sans-serif;
  margin: 15px 0 10px 10px;
}

#content-area h5 {
  color: #333;
  font: 700 22px/26px 'Oswald', sans-serif;
  margin: 10px 0;
}

#content-area h6 {
  color: #333;
  font: 700 18px/22px 'Oswald', sans-serif;
  margin: 10px 0;
}

#content-area ul {
  list-style: disc outside;
  margin: 10px 0;
}

#content-area ul.post-social {
  margin: 0;
}

#content-area ul.post-social a {
  text-decoration: none;
}

#content-area ul.post-social li {
  margin: 0;
}

#content-area ul.post-social li.tit {
  font: 400 18px/16px 'Oswald', sans-serif;
  margin: 10px 0 0;
  width: 120px;
  min-height:85px;
}

ul.post-social li.tit {
  font: 400 18px/16px 'Oswald', sans-serif;
  margin: 10px 0 0;
  width: 140px;
}

#content-area ol {
  list-style: decimal outside;
  margin: 10px 0;
}

#content-area ul li,#content-area ol li {
  margin-left: 50px;
  padding: 2px 0px;
}

#content-area table {
  text-align: left;
  width: 100%;
  margin: 0 0 15px;
  display: inline-block;
  overflow-x: scroll;
}

#content-area tr th,#content thead th {
  font: bold 16px/20px Oswald;
  letter-spacing: 0.2px;
  padding: 9px 0px 9px 5px;
}

#content-area tr td {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  padding: 4px 12px;
  font-size: 0.9em;
  background-color: #E9E9E3;
}

#content-area tr td.label {
  font-weight: bold;
}

#content-area tr.odd td {
  background: none repeat scroll 0 0 #F2F7FC;
}

#post-area blockquote {
  border-left: 1px #ccc solid;
  color: #777;
  font: italic 14px/22px verdana, arial, sans-serif;
  ;    margin: 10px;
  padding-left: 40px;
}

#author-info {
  border-top: 3px solid #E91B23;
  padding: 3%;
  float:left;
}

#bottomdisclaimer  {
    padding: 10px 10px 30px 0;
    font-style:italic;
	font-size:0.9em;
	text-align:center;
  }

#author-info img {
  float: left;
  margin-right: 3%;
  width: 13%;
}

#author-text {
  color: #555;
  float: left;
  font: italic 16px/24px Arial, sans-serif;
  width: 83%;
}

#author-info2 {
  border-top: 3px solid #E91B23;
  border-bottom: 3px solid #E91B23;
  float: left;
  padding: 3%;
  position: relative;
}

#author-info2 img {
  float: left;
  margin-right: 3%;
  width: 13%;
}

h3.post-header {
  color: #fff;
  float: left;
  font: 400 18px/22px 'Oswald', sans-serif;
  margin: -22px 0 10px 0;
  padding: 8px 15px 12px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  width: 150px;
}


#content-area h3.post-header {
  color: #fff;
  font: 400 18px/22px 'Oswald', sans-serif;
  margin: -22px 0 10px 20px;
  padding: 8px 15px 12px;
}

.post-tags {
  float: left;
  font: 400 12px/12px 'Oswald', sans-serif;
  margin: 0 0 20px;
  padding: 0 19px 0 20px;
  width: 639px;
}

.show {
  overflow: hidden;
  padding: 0 10px 15px;
}

.show {
  overflow: hidden;
  padding: 0;
}

.post-tags a,span.post-tags-header {
  color: #fff;
  display: inline-block;
  float: left;
  margin: 0 1px 1px;
  padding: 5px 7px;
  text-transform: uppercase;
}

.post-tags a {
  background: #aaa;
}

.post-tags a:visited {
  color: #fff;
}

.post-tags a:hover {
  color: #fff;
  text-decoration: none;
}

.prev-next-wrapper {
  border-top: 3px solid #E91B23;
  background: #f6f6f6;
  float: left;
  padding: 30px 29px 40px 30px;
}

.prev-post {
  float: left;
  font: bold 14px/14px Arial, sans-serif;
  text-align: center;
  width: 45%;
}

.next-post {
  float: right;
  font: bold 14px/14px Arial, sans-serif;
  text-align: center;
  width: 45%;
}

.prev-post a,.next-post a {
  clear: both;
  color: #333 !important;
  float: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 5px;
}

#related-posts {
  float: left;
  padding: 20px 19px 20px 20px;
}

#related-posts img {
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

#related-posts img:hover {
  opacity: 0.8;
}

#related-posts ul {
  display: inline;
  float: left;
  width: 100%;
}

#related-posts ul li {
  display: inline;
  float: left;
  margin-left: 10px;
  width: 258px;
  padding: 10px 0px 10px 10px;
}

#related-posts ul li:first-child {
  margin-left: 0;
}

.related-image {
	margin: 0 auto;
    text-align: center;
}

.related-text {
  padding: 15px 0 20px;
  min-height: 85px;
}

.related-text a {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.related-text a:visited {
  color: #333;
}

#related-posts2 {
  float: left;
  padding: 20px;
}

#related-posts2 img {
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

#related-posts2 img:hover {
  opacity: 0.8;
}

#related-posts2 ul {
  display: inline;
  float: left;
  width: 100%;
}

#related-posts2 ul li {
  display: inline;
  float: left;
  margin-left: 0 !important;
  width: 285px;
  padding: 10px 0px 0px 15px;
}

#related-posts2 a {
  text-decoration: none;
}

#related-posts2 ul li:first-child {
  margin-left: 0;
}

#related-posts3 {
  float: left;
  padding: 10px 0 25px;
  width: 300px;
}

#related-posts3 ul {
  display: inline;
  width: 100%;
}

#related-posts3 ul li {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding: 5px;
}

#related-posts3 a {
  text-decoration: none;
}

#related-posts3 a:hover {
  text-decoration: underline;
}

#related-posts3 div.related-text {
  min-height: 0;
  padding: 5px 0;
}

.full {
  width: 100%;
}

.full2 {
  width: 979px !important;
  padding-right: 20px !important;
}

.full3 {
  width: 960px !important;
  padding: 29px 30px 29px 60px !important;
  margin: 0px 30px 0 139px;
}

#post-404 {
  color: #999;
  margin: 100px 0;
  text-align: center;
}

#post-404 h1 {
  border-bottom: none;
  font-size: 80px;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 10px;
}

#post-404 p {
  text-align: center;
}

.gallery {
  margin-bottom: 1rem !important;
}
.gallery img {
  border-radius:7px;  
  border: none !important;
}
.gallery-columns-2 .gallery-item {
	width: 49% !important;
	margin: 0 0.5%;
}
.gallery-columns-3 .gallery-item {
	width: 32% !important;
	margin: 0 0.5%;
}
.gallery-columns-4 .gallery-item {
	width: 24% !important;
	margin: 0 0.5%;
}
.gallery-columns-5 .gallery-item {
	width: 19% !important;
	margin: 0 0.5%;
}
.gallery-columns-6 .gallery-item {
	width: 15% !important;
	margin: 0 0.5%;
}
.gallery-columns-7 .gallery-item {
	width: 13% !important;
	margin: 0 0.5%;
}
.gallery-columns-8 .gallery-item {
	width: 11% !important;
	margin: 0 0.5%;
}

.wp-caption,.gallery-caption {
  margin-bottom: 20px;
  max-width: 100%;
  text-align: center;
}

.wp-caption-text {
  margin-bottom: 2px;
}

.alignleft,img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.3rem;
  margin-top: 1.3rem;
}

.alignright,img.alignright {
  display: inline;
  float: right;
  margin-left: 1.3rem;
  margin-top: 1.3rem;
}

.aligncenter,img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 2rem;
  border-radius: 7px;
}

.wp-caption {
  text-align: center;
}

.wp-caption img {

}
.wp-caption a {
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85rem;
  line-height: 1.3rem;
  margin: 0 !important;
  padding: 0.3rem 1.2rem 0.5rem;
  border-bottom: 2px solid #eee;
}

.sticky {
}

.bypostauthor {
  background-color: #F1F7FC;
}/************************************************	Categories/Archives************************************************/#category-header {
  float: left;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}

h1.cat-header {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  margin: 15px 0 0;
  padding:30px 10px 25px;
}

h3.cat-header {
  color: #333;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin: 25px 0 30px;
}

div.cat-desc {
  font-style: italic;
  line-height: 130%;
  padding: 15px 70px 5px;
}

#archive-wrapper {
  float: left;
  padding: 30px 39px 10px 40px;
  width: 799px;
}

#author-bio-head {
	float:left;
	background-color: #111;
	padding: 3% 4%;
	color: #ccc;
}

#author-bio-head h1.cat-header {	
	padding: 0px 10px 10px;
	color: #fff;
}

#author-bio-head p {
	line-height: 1.4em;
	padding: 0 0 10px;
}

.author-profile-card {
    margin-bottom: 20px;
	width: 65%;
    float: left;	
    padding: 0 5%;
}
.author-photo {
    float: left;
    text-align: center;
	width:25%;
}
.author-social-links {
    font-family: 'Oswald', Arial Condensed, sans-serif;
}

ul.archive-list {
  float: left;
  width: 100%;
}

ul.archive-list li {
  border-bottom: 1px dotted #ccc;
  display: block;
  float: left;
  margin-bottom: 30px;
  padding-bottom: 15px;
  width: 100%;
}

ul.archive-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.archive-image {
  float: right;
  margin: 25px 0px 20px 20px;
  position: relative;
  width: 270px;
}

.archive-image img {
  opacity: 1.0;
  transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  border-radius:7px;
}

.archive-image:hover img {
  opacity: 0.8;
}

.archive-text {
    float: left;
    width: 470px;
    padding: 40px 15px 15px;
}

.archive-text2 {
  margin-bottom: 10px;
}

.archive-text2 h2 a {
  color: #333;
  font-size: 34px;
  font-weight: 400;
  line-height: 125%;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  
}

.archive-text p {
  float: left;
  font: 16px/24px Arial, sans-serif;
  margin-top: 10px;
}/************************************************	Comments************************************************/
h3.comment-reply-title,
h3.comment-header {
  color: #fff;
  float: left;
  font: 400 18px/22px 'Oswald', Arial Condensed, sans-serif;
  margin: 0 0 20px 20px;
  padding: 10px 25px 12px;;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  background: #e91b23;
}

#comments {
  display: block;
  float: left;
  font: 400 16px/24px Arial, sans-serif;
  overflow: hidden;
  width: 878px;
}

.comment-wrapper {
  padding: 2%;
}

.comment-inner {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding: 10px 0 20px;
}

div.navigation {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 20px 30px 30px;
}

div.navigation2 {
  padding: 0 4% 4%;
  font-size: 0.9em;
}

div.navigation a {
  background-color: #F2F2F2;
  border: 1px solid #E91B23;
  padding: 10px 15px;
}

div.nav-previous {
  float: left;
  width: 175px;
}

div.nav-next {
  float: left;
  text-align: right;
  width: 185px;
}

#comments .comment-inner:after {
  content: '';
  display: block;
  clear: both;
}

#comments .comment-avatar,#tab3 .comment-avatar {
  float: left;
  width: 46px;
}

#comments .avatar {
  display: block;
  background-color: #fff;
}

#comments .commentmeta {
  display: block;
  float: left;
  margin: 0 10px 10px;
}

.comment-reply a,#cancel-comment-reply-link {
  clear: both;
  color: #fff;
  font: 700 16px/12px 'Open Sans Condensed', sans-serif;
  padding: 7px 15px 10px;
}

.comment-reply a {
  background: #555;
  float: right;
}

#cancel-comment-reply-link {
  background: #ccc;
  float: left;
  margin: 0 0 10px 20px;
}

.comment-reply a:hover,#cancel-comment-reply-link:hover {
  background: #333;
}

.comment-reply a:hover,#cancel-comment-reply-link:hover {
  text-decoration: none;
}

ol.commentlist {
  padding: 45px 20px 20px;
}

ol.commentlist h3.comment-reply-title {
  display: none;
}

ol.commentlist #respond {
  border-top: none;
}

#comments .comment-meta-1 {
  display: block;
  float: left;
  font: bold 16px/normal Arial, sans-serif;
  margin-bottom: 5px;
  width: 100%;
}

#comments .comment-meta-1 .fn {
  font-weight: bold;
  float: left;
  width: auto;
}

#comments .comment-meta-1 .reply {
  display: inline-block;
  float: right;
  font-size: 11px;
  line-height: 11px;
  padding-top: 2px;
}

#comments .comment-meta-1 .reply a {
  color: #555;
}

#comments .comment-meta-2 {
  float: left;
  font: italic 12px/normal Arial, sans-serif;
  display: block;
  margin: 0;
}

#comments .text {
  clear: both;
  display: block;
  float: left;
  margin-top: 10px;
}

#comments .text .waiting_approval {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

#comments .c p,#comments .c code,#comments .c blockquote,#comments .c ul,#comments .c ol {
  display: block;
  margin: 0 0 18px;
}

#comments .c a {
  text-decoration: underline;
}

#comments .c a:hover {
  text-decoration: none;
}

#comments .depth-2 .comment-wrapper {
  padding-left: 40px;
}

#comments .depth-2 .commentmeta {
  width: auto;
}

#comments .depth-3 .comment-wrapper {
  padding-left: 80px;
}

#comments .depth-3 .commentmeta {
  width: auto;
}

#comments .depth-4 .comment-wrapper {
  padding-left: 120px;
}

#comments .depth-4 .commentmeta {
  width: auto;
}

#comments .depth-5 .comment-wrapper {
  padding-left: 160px;
}

#comments .depth-5 .commentmeta {
  width: auto;
}

#respond {
  clear: both;
  position: relative;
  overflow: hidden;
}

#respond form {
  float: left;
  padding: 1% 3% 3% 0;
  width: 97%;
}

#respond p {
  font: 14px/normal Arial, sans-serif;
  margin: 10px;
}

#respond .logged-in-as {
  margin-bottom: 10px;
}

#respond .comment-notes {
  margin-bottom: 1em;
}

.children #respond {
  margin: 0 48px 0 0;
}

#comments-list #respond {
  margin: 0 0 18px 0;
}

#comments-list ul #respond {
  margin: 0;
}

#respond .required {
  color: #ff4b33;
  font-weight: bold;
}

#respond label {
  color: #888;
  font-size: 16px;
}

#respond input {
  background: #f6f6f6;
  border: 1px solid #ddd;
  margin: 3px 0 10px;
  padding: 8px;
  width: auto;
}

#respond textarea {
  background: #f6f6f6;
  border: 1px solid #ddd;
  width: 95%;
  padding: 2%;
  margin: 3px 0 0;
}

#respond #submit {
  background: #555;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: 700 16px/16px 'Open Sans Condensed', sans-serif;
  margin: 10px 0 0px;
  padding: 15px 25px;
}

#respond #submit:hover {
  background: #333;
}

h3#reply-title,h2.comments {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

span.comments {
  background: #fff;
  color: #aaa;
  float: left;
  font: 400 20px/20px 'Open Sans Condensed', sans-serif;
  padding-right: 15px;
  text-transform: uppercase;
}

span.comments a {
  color: #666;
}

span.comments a:hover {
  color: #f00;
  text-decoration: none;
}

#comment-input label {
  margin-bottom: 10px;
}

p.cancel-comment-reply {
  clear: both;
}

.form-allowed-tags {
  display: none;
}

#disqus_thread {
  padding: 20px;
}/************************************************	Sidebar************************************************/#sidebar-wrapper {
  float: right;
  width: 340px;
}

#sidebar-small-wrapper {
  float: right;
  width: 200px;
}

li.sidebar-widget {
  display: block;
  float: left;
  font: 13px/17px Arial, sans-serif;
  overflow: hidden;
  padding: 20px;
  width: 300px;
}

.centerad {
  text-align: center;
}

li.sidebar-widget ul li {
  padding: 5px 0;
}

li.sidebar-small-widget {
  display: block;
  float: left;
  font: 13px/17px Arial, sans-serif;
  overflow: hidden;
  padding: 20px;
  width: 160px;
}

span.home-widget-header {
  float: left;
  margin: -20px 0 7px -20px;
  width: 458px;
  height: 25px;
}

h3.home-widget-header,h3.home-widget-header a {
  color: #fff;
  float: left;
  font: 400 14px/12px 'Oswald', sans-serif;
  margin-left: 20px;
  padding: 5px 10px 8px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}


span.small-widget-header {
  float: left;
  margin: -20px 0 7px -20px;
  width: 200px;
  height: 25px;
}

h3.small-widget-header,h3.small-widget-header a {
  color: #fff;
  float: left;
  font: 400 14px/12px 'Oswald', sans-serif;
  margin-left: 20px;
  padding: 5px 10px 8px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}

span.sidebar-widget-header {
  float: left;
  margin: -20px 0 8px -20px;
  width: 340px;
  height: 40px;
}

div.cathead {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 0 4%;
  padding: 0;
}

div.clearit {
  font-size: 14px;
  margin: 0;
  padding: 2%;
}

div.clearit a {
  background-color: #111;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 38px;
  margin: 1px;
  padding: 8px;
}

div.clearit a:hover {
  background-color: #E91B23;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  padding: 6px;
  text-decoration: none;
}

h3.sidebar-widget-header,h3.sidebar-widget-header a {
  color: #fff;
  float: left;
  font: 400 18px/20px 'Oswald', sans-serif;
  margin: -1px 0 0 20px;
  padding: 7px 10px 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  letter-spacing: 0.3px;
}

.sidebar-widget .category-dark {
  background: #000;
  float: left;
  margin: -48px 0 -20px -20px;
  position: relative;
  width: 340px;
}

.sidebar-widget .cat-dark-top {
  float: left;
  position: relative;
  width: 100%;
}

.sidebar-widget .category-dark img {
  float: left;
  opacity: 0.3;
  transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -webkit-transition: opacity .4s;
  object-fit: cover;
  width: 100%;
}

.sidebar-widget .cat-dark-top:hover img {
  opacity: 0.1;
}

.sidebar-widget .cat-dark-text {
  float: left;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sidebar-widget .cat-dark-byline {
  color: #ddd;
  float: left;
  font: 400 14px/14px 'greya', serif;
  font-style: italic;
  margin-bottom: 5px;
  text-shadow: 1px 1px 2px #000;
  -moz-text-shadow: 1px 1px 2px #000;
  -ms-text-shadow: 1px 1px 2px #000;
  -o-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
}

.sidebar-widget .cat-dark-text h2 {
  color: #fff;
  float: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  text-shadow: 1px 1px 2px #000;
  -moz-text-shadow: 1px 1px 2px #000;
  -ms-text-shadow: 1px 1px 2px #000;
  -o-text-shadow: 1px 1px 2px #000;
  -webkit-text-shadow: 1px 1px 2px #000;
}

.sidebar-widget .cat-dark-text p {
  color: #fff;
  float: left;
  font: 13px/17px Arial, sans-serif;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s;
  -moz-transition: max-height .4s;
  -ms-transition: max-height .4s;
  -o-transition: max-height .4s;
  -webkit-transition: max-height .4s;
}

.sidebar-widget .cat-dark-top:hover .cat-dark-text p {
  max-height: 70px;
}

.sidebar-widget .cat-dark-bottom {
  background: #222;
  float: left;
  padding: 4%;
  width: 92%;
}

.sidebar-widget .cat-dark-bottom img {
  opacity: 1.0;
  transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -webkit-transition: opacity .2s;
}

.sidebar-widget .cat-dark-bottom img:hover {
  opacity: 0.8;
}

.sidebar-widget .cat-dark-bottom ul li {
  border-top: 1px dotted #555;
  display: block;
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}

.sidebar-widget .cat-dark-bottom ul li img {
  float: left;
  margin: 0 3% 0 0;
  opacity: 1.0;
  width: 30%;
}

.sidebar-widget .cat-dark-bottom ul li p a {
  color: #fff;
  float: left;
  font: bold 16px/22px "Oswald", Arial Condensed, sans-serif;
  font-weight:500;
  margin-bottom: 0;
}

.sidebar-widget .cat-dark-bottom ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.home-widget .category-light,.sidebar-small-widget .category-light,.sidebar-widget .category-light {
  float: left;
  position: relative;
  width: 100%;
}

.sidebar-widget .category-light h2 a {
  color: #333;
  float: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
  width: 100%;
}

.home-widget .category-light img,.sidebar-small-widget .category-light img,.sidebar-widget .category-light img {
  float: left;
  margin-bottom: 10px;
  opacity: 1.0;
  transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  width:100%;
}

.home-widget .category-light img:hover,.sidebar-small-widget .category-light img:hover,.sidebar-widget .category-light img:hover {
  opacity: 0.8;
}

.sidebar-widget .category-light p {
  float: left;
  font: 14px/19px Arial, sans-serif;
  margin-bottom: 10px;
}

.sidebar-widget .cat-light-top {
  float: left;
  margin-top: 20px;
  position: relative;
  width: 300px;
}

.home-widget .cat-light-top:first-child,.sidebar-small-widget .cat-light-top:first-child,.sidebar-widget .cat-light-top:first-child {
  margin-top: 0;
}

.sidebar-widget .cat-light-bottom {
  background: #f6f6f6;
  float: left;
  margin: 10px 0 -20px -20px;
  padding: 20px;
  width: 300px;
}

.cat-light-links {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home-widget .cat-light-bottom ul li,.sidebar-small-widget .cat-light-bottom ul li,.sidebar-widget .cat-light-bottom ul li {
  border-top: 1px dotted #ccc;
  display: block;
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}

.home-widget .cat-light-bottom ul li img,.sidebar-widget .cat-light-bottom ul li img {
  float: left;
  margin: 0 10px 0 0;
  opacity: 1.0;
  transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  width: 29%;
}

.home-widget .cat-light-bottom ul li img:hover,.sidebar-widget .cat-light-bottom ul li img:hover {
  opacity: 0.8;
}

.home-widget .cat-light-bottom ul li p,.sidebar-small-widget .cat-light-bottom ul li p,.sidebar-widget .cat-light-bottom ul li p {
  margin-bottom: 0;
  float: left;
}

.sidebar-widget .cat-light-bottom ul li p a {
  color: #333;
  float: left;
  font: bold 16px/22px "Oswald", Arial Condensed, sans-serif;
  font-weight:500;
  width: 100%;
}

.home-widget .cat-light-bottom ul li:first-child,.sidebar-small-widget .cat-light-bottom ul li:first-child,.sidebar-widget .cat-light-bottom ul li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.sidebar-small-widget .cat-light-bottom .list-byline,.sidebar-widget .cat-light-bottom .list-byline {
  display: none;
}

.widget-ad {
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.widget-ad2 {
  overflow: hidden;
  text-align: center;
  width: 100%;
  padding: 20px 0 40px;
}

#sidebar-wrapper-top {
  overflow: hidden;
}

#adsidetop {
  padding: 15px 0 20px;
  text-align: center;
}

#widgetad2 {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 300px;
}

#widgetad2 img {
  max-width: 300px;
}

#widgetad2-top {
  margin: 0 0 20px;
  background-color: #fff;
  width: 300px;
  min-height: 250px;
  margin: 0 auto;
}

.stick {
  position: fixed;
  top: 20px;
  -webkit-transform: translate3d(0, 0, 0);
}

.widget-ad h3 {
  clear: both;
  color: #ccc;
  float: left;
  font: 400 8px/8px 'Open Sans', sans-serif;
  margin-bottom: 1px;
  text-transform: uppercase;
  width: 100%;
}

ul.latest-comments {
  float: left;
  width: 300px;
  ;
}

ul.latest-comments li {
  border-bottom: 1px dotted #ccc;
  display: block;
  float: left;
  font: 12px/14px Arial, sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}

ul.latest-comments li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.latest-comments li p {
  margin-bottom: 0;
}

.comment-image {
  float: left;
  margin-right: 10px;
  width: 50px;
}

.comment-text {
  float: left;
  width: 240px;
}

.comment-text span {
  float: left;
  font: bold 13px/17px Arial, sans-serif;
  width: 100%;
}

.comment-text p {
  color: #555;
  float: left;
  font: 13px/17px Arial, sans-serif;
}

.comment-text p a {
  color: #888;
}

li.home-widget table,li.sidebar-widget table,li.sidebar-small-widget table {
  border-collapse: separate;
  text-align: center;
  width: 100%;
}

li.home-widget thead,li.sidebar-widget thead,li.sidebar-small-widget thead {
  vertical-align: middle;
}

li.home-widget p.gd-widgets,li.sidebar-widget p.gd-widgets,li.sidebar-small-widget p.gd-widgets {
  margin-bottom: 0;
}

li.home-widget select,li.sidebar-widget select,li.sidebar-small-widget select {
  width: 100%;
}

li.home-widget #searchform,li.sidebar-widget #searchform,li.sidebar-small-widget #searchform {
  background: #fff;
  float: left;
  padding: 0;
  width: 100%;
}

li.home-widget #searchform input,li.sidebar-widget #searchform input,li.sidebar-small-widget #searchform input {
  background: #fff url(images/search2.png) no-repeat right center!important;
  border: 1px solid #666;
  box-shadow: none;
  color: #666;
  margin: 0;
  padding: 10px 3%;
  width: 94%;
  height: 12px;
}

li.recentcomments,li cite {
  float: left;
  width: 100%;
}

li cite.fn {
  margin-bottom: 0;
}

.rss-date {
  float: left;
  width: 100%;
}/************************************************	Review template************************************************/#reviewthumb {
  width: 100%;
}

#reviewthumb img {
  border-top: 5px solid #111;
  border-bottom: 5px solid #111;
}

.plea {
    display: block;
    font-size: 0.9rem;
	line-height: 1.5rem;
	padding: 1.2rem 0.5rem;
    text-align: center;
    border: 2px solid #eee;
    border-radius: 3px;
    max-width: 100%;
    background-color: #fcfcfc;
	font-weight: bold;
}
#blocker-message {
    display: none;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    position: fixed;
    bottom: 25%;
    z-index: 100;
    width: 100%;
	margin: 0;
	line-height: 25px;
    font-size: 18px;
}
.blocker-text {
    background: #d30000;
    padding: 20px 20px;
    border-radius: 3px;
    max-width: 50%;
    margin: 0px auto;
}
#blocker-close {
	display: none;
	color: #fff;   
    font-weight: 600;
    font-size: 25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

div.hhreview {
  min-height: 250px;
  margin: 0 0 15px 0px;
  border-bottom: 2px solid #d5d5d6;
  font-size: 0.95em;
}

div.hhreview p {
  margin-bottom: 0px !important;
}

div.hhreview ul li,div.hhreview ol li {
  margin-left: 35px !important;
}

div.sumpadding {
  padding: 10px 40px;
}

#postzzif {
  width: 300px;
  height: 250px;
  vertical-align: middle;
  text-align: center;
  float: right;
  padding: 5px 0 15px 25px;
  min-height: 250px;
}

div.postzzif2 {
  text-align: center;
  padding: 5px 0px 30px;
}

div.postzzif3 {
  padding: 10px 0 15px 25px;
  text-align: center;
  vertical-align: middle;
  float:right;
  width: 300px;
  height: 250px;
  min-height: 250px;
}

#FreeStarVideoAdContainer {
	padding:5px 0 15px;
}

div.fs-dynamic {
  margin: 5px auto 30px;
}

#postadsside {
  padding: 10px 0 20px;
  text-align: center;
  vertical-align: middle;
  width: 300px;
  min-height: 250px;
  margin: 0 auto
}

#postzzifside {
  padding: 0 0 20px;
  text-align: center;
  vertical-align: middle;
  width: 300px;
  min-height: 250px;
}

#disclaimersidebar {
	text-align:center;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding:10px 0;
}

.revbad {
  width: 500px;
  padding: 0 0 0 22px;
  float: right;
}

.revgood {
  width: 500px;
  padding: 0 20px 0 10px;
  float: left;
}

.ratings {
  padding: 15px 10px 20px;
  text-align: center;
}

.microdata, .name {
  display: none;
}

.summary {
  padding: 10px 15px 0;
  line-height: 25px;
}

.sumall {
  overflow: hidden;
  clear: both;
}

.sumleft {
  float: left;
  width: 798px;
}

.sumright {
  float: right;
  padding: 20px;
  width: 300px;
  height: 250px;
  min-height:250px;
}

.ratings2 {
  padding: 20px 30px;
  border-top: 2px solid #d5d5d6;
  line-height: 25px;
}

.ratings2 ul {
  margin-bottom: 0px !important;
  list-style: disc;
}

.score {
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5em;
  font-family: 'Oswald', sans-serif;
}

.titleg {
  font-size: 2em;
  color: #009933;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
  padding: 5px 10px 15px 10px;
  font-family: Oswald, sans-serif;
}

.titleb {
  font-size: 2em;
  color: #FF0000;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
  padding: 5px 10px 15px 10px;
  font-family: Oswald, sans-serif;
}

.buying {
  text-align: center;
  background-color: #fdb251;
  margin: 0px auto 1.5rem auto;
  width: 400px;
  max-width: 95%;
  border-radius: 2px;
}

.buying:hover {
  background-color: #f59a25;
}

.buying a {
  color: #111 !important;
  text-decoration: none;
  font-size: 22px;
  line-height: 26px;
  padding: 1rem 2rem;
  display: block;
}

.entry-utilityrev {
	font: 700 15px/18px Arial Condensed, sans-serif;
	letter-spacing:-0.02em;
  padding: 7px 15px 5px;
  position: relative;
  top: -36px;
  left: 15px;
  background: white;
  float: left;
  margin-bottom: -35px;
  height:18px;
}

#box-float {
  display: none;
  position: fixed;
  width: 135px;
  padding: 5px 10px;
  margin: -200px 0 0 5px;
  border-top: 7px solid #FF0000;
  border-bottom: 7px solid #FF0000;
  list-style: none;
  background: #111;
  font-size: 13px;
  line-height: 18px;
  -webkit-transform: translate3d(0, 0, 0);
}

#box-float LI {
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #7F7F7F;
}

#box-float LI:last-of-type {
  border-bottom: none;
}

#box-float LI.floathead {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  color: #FF0000;
}

#box-float LI A {
  text-decoration: none;
  color: #FFFFFF;
}

.nav-active {
  color: #FF0000 !important;
}/************************************************	Footer************************************************/

#footer-wrapper {
  float: left;
  width: 100%;
  background: #111;
}

#footer-top {
  float: left;
  padding: 25px 0;
  width: 100%;
}

#footer-bottom {
  background: #111;
  color: #aaa;
  float: left;
  font: 16px/26px "Oswald", Arial Condensed,  sans-serif;
  padding: 10px 25px;
  width: 1169px;
}

#footer-bottom p {
  float: left;
  margin: 0 20px 5px 0;
  max-width: 500px;
}

#footer-bottom ul {
  display: block;
  float: right;
  max-width: 460px;
  overflow: hidden;
  position: relative;
}

#footer-bottom ul li {
  display: inline;
  float: left;
  margin: 0 10px 5px 0;
}

.tag-cloud {
  float: left;
  width: 100%;
}

.tag-cloud a {
  background: #555;
  color: #ddd;
  float: left;
  font: 400 12px/12px 'Oswald', sans-serif;
  margin: 0 5px 5px 0;
  padding: 5px 7px;
  text-transform: uppercase;
}

.tag-cloud a:hover {
  text-decoration: none;
}

.tag-cloud a:visited {
  color: #ddd;
}
/************************************************	Pagination************************************************/

.nav-links {
  float: left;
  padding: 10px 19px 25px 200px;
}

.pagination {
  clear: both;
  position: relative;
  font: bold 12px/12px Arial, sans-serif;
}

.pagination span,.pagination a {
  background: #555;
  border: 1px solid #333;
  border-radius: 3px;
  box-shadow: 0 3px 5px -1px #ccc;
  -ms-box-shadow: 0 3px 5px -1px #aaa;
  -moz-box-shadow: 0 3px 5px -1px #aaa;
  -o-box-shadow: 0 3px 5px -1px #aaa;
  -webkit-box-shadow: 0 2px 3px -1px #aaa;
  color: #fff;
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  padding: 9px 12px 8px 12px;
  text-decoration: none;
  width: auto;
}

.pagination .current,.pagination a:hover {
  background: #999;
  border: 1px solid #777;
  color: #fff;
}

.pagination a,.pagination a:visited {
  color: #fff;
}

/************************************************	Media Queries************************************************/

@media screen and (max-width: 799px) and (min-width: 768px) {

  .sumleft {
    width: 50% !important;
  }
}

@media screen and (max-width: 849px) and (min-width: 800px) {

  .sumleft {
    width: 52% !important;
  }
}

@media screen and (max-width: 899px) and (min-width: 850px) {

  .sumleft {
    width: 55% !important;
  }
}

@media screen and (max-width: 949px) and (min-width: 900px) {

  .sumleft {
    width: 58% !important;
  }
}

@media screen and (max-width: 1023px) and (min-width: 950px) {

  .sumleft {
    width: 60% !important;
  }
}

@media screen and (max-width: 600px) {
#content-area h2 {
  color: #333333;
  font: 700 28px/34px 'Oswald', sans-serif;
  margin: 30px 0 10px 5px;
}

#content-area h3 {
  color: #333;
  font: 700 26px/32px 'Oswald', sans-serif;
  margin: 25px 0 10px 5px;
}

#content-area h4 {
  color: #333;
  font: 700 24px/30px 'Oswald', sans-serif;
  margin: 20px 0 10px 5px;
} 

ul.main-nav {
	display:none;
}

} 



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


  #author-bio-head {
	float:left;
	background-color: #111;
	padding: 7% 5% 2%;
	color: #ccc;
}

#author-bio-head h1.cat-header {	
	padding: 0px;
	font-size: 32px;
	color: #fff;
	width:100%;
}

#author-bio-head p {
	line-height: 1.4em;
	padding: 0 0 10px;
}

.author-profile-card {
    margin-bottom: 20px;
	width: 94%;	
    padding: 0 3%;
}
.author-photo {
    text-align: center;
	width:100%;
}

#author-info img, #author-info2 img {
    display: none;
}

#author-info2 {
    padding: 4% 0;
}

#author-text {
    width: 92%;
	padding:0 4%;
}


} 



@media screen and (min-width: 1024px) {
  #title-main-review {
    padding: 1.2% 2% 0.7%;
    border-bottom: 5px solid #111;
    border-top: 5px solid #111;
    position: absolute;
    z-index: 1;
    background: #fff;
    text-align: center;
    margin: 1%;
    width: 94%;
  }

  .entry-utilityrev {
    color: #fff;
    top: -42px;
    background: #111;
  }

  #reviewthumb img {
    border-top: 0;
  }
}

@media screen and (max-width: 1223px) and (min-width: 1024px) {
  #wrapper {
    width: 1019px;
  }

  .table-responsive {
    margin-bottom: 20px;
    width: 100%;
  }

  #content-area table {
    margin: 0 0 10px;
  }

  #logo-wrapper img {
    height: 66px;
    width: 210px;
  }

  #logo-wrapper {
    float: left;
    margin: 13px 10px 5px 15px;
  }

  #nav-wrapper {
    width: 700px;
  }

  .full {
    width: 100% !important;
  }

  .full2 {
	width: 979px !important;
    padding-right: 20px !important;
  }


.full3 {
  width: 820px !important;
  padding: 20px 0 20px 30px !important;
  margin: 0px 20px 0 139px !important;
}

#content-area {
  padding: 20px 19px 20px 20px;
  width: 639px;
}

#comments {
  width: 678px;
}

#related-posts ul li {
  width: 194px;
}

#box-float {
  display: none;
  position: fixed;
  width: 120px;
  padding: 5px 10px;
  margin: -200px 0 0 0;
  border-top: 7px solid #FF0000;
  border-bottom: 7px solid #FF0000;
  list-style: none;
  background: #111;
  font-size: 13px;
  line-height: 18px;
  -webkit-transform: translate3d(0, 0, 0);
}

div.hhreview {
  min-height: 200px;
  margin: 0 0 15px 0px;
  border-bottom: 2px solid #d5d5d6;
  font-size: 0.9em;
}

div.sumpadding {
  padding: 0px 15px;
}

div.ratings2 {
  padding: 20px 10px;
}

.sumleft {
  float: left;
  width: 648px;
}

.sumright {
  float: right;
  padding: 20px;
  width: 300px;
  height: 250px;
}

.revbad {
  width: 455px;
  padding: 0 0 0 22px;
  float: right;
}

.revgood {
  width: 455px;
  padding: 0 20px 0 10px;
  float: left;
}

#top-header-wrapper {
}

#top-nav {
  max-width: 370px;
}

#featured-main {
  background: #111;
  overflow: hidden;
  position: relative;
  z-index: 11;
}

.main-story {
  width: 479px;
  height: 350px;
  margin: 0;
}

.main-text {
  width: 460px;
  padding:10px;
}

.sub-story {
  width: 270px;
  height: 175px;
  margin: 0;
}

.sub-text {
  width: 194px;
}

.archive-image {
	width:240px;
}

.archive-text {
  float: left;
  width: 356px;
  padding: 10px;
}

.archive-text2 h2 a {
    font-size: 30px;
    line-height: 120%;
}


#archive-wrapper {
  float: left;
  padding: 20px 19px 20px 20px;
  width: 639px;
}

#home-main {
  width: 678px;
}

#home-left {
  border-right: 1px dotted #ccc;
  float: left;
  padding-bottom: 20px;
  width: 458px;
}

.nav-links {
  padding: 10px 19px 50px 150px !important;
}

#related-posts2 {
  padding: 20px 20px 20px 20px;
  width: initial;
}

#related-posts2 ul {
  display: inline;
  float: left;
  width: 100%;
}

#related-posts2 ul li {
  display: inline;
  float: left;
  margin-left: 10px;
  width: 223px;
}

#author-info {
  padding: 20px;
}

#footer-bottom {
  width: 985px;
}}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #wrapper {
    width: 100%;
  }
  
.archive-image {
    margin: 3% 0;
    width: 33%;
}
.archive-text {
    width: 62%;
    padding: 4% 1% 3%;
}
.archive-text2 h2 a {
    font-size: 30px;
    line-height: 120%;
}
  
.table-responsive {
    margin-bottom: 20px;
    width: 100%;
  }

  #content-area table {
    margin: 0 0 10px;
  }

  #logo-wrapper img {
    height: 66px;
    width: 210px;
  }

  #logo-wrapper {
    float: left;
    margin: 13px 10px 5px 15px;
  }

  #nav-wrapper {
    max-width: 520px;
    width: 100%;
  }

  .full {
    width: 100% !important;
  }

  .full2 {
    width: 92% !important;
  }

  .full3 {
    width: 92% !important;
    margin: 0;
  }

  #box-float {
    display: none;
  }

  div.hhreview {
    min-height: 200px;
    margin: 0 0 15px 0;
    font-size: 0.9em;
  }

  div.sumpadding {
    padding: 10px 20px;
  }

  div.ratings2 {
    padding: 20px 10px;
  }

  .sumleft {
    float: left;
    width: 370px;
  }

  .sumright {
    float: right;
    width: 300px;
  }

  .revbad {
    width: 46%;
    padding: 0 0 0 22px;
    float: right;
  }

  .revgood {
    width: 46%;
    padding: 0 18px 0 10px;
    float: left;
  }

  #top-header-wrapper {
  }

  #top-nav {
    max-width: 370px;
  }

  .main-excerpt,    .sub-text p,    #sidebar-small-wrapper,    .home-widget .cat-dark-text p,    .sidebar-widget .cat-dark-text p,    .prev-next-wrapper,    .archive-image {
  }

  ul.main-nav {
    max-width: 608px;
  }

  ul.main-nav li a {
    font: 700 12px/12px 'Open Sans Condensed', sans-serif;
    padding: 14px 10px;
  }

  #featured-main {
    height: auto;
    padding: 10px 0 0;
  }

  .main-story {
    max-width: 55.5%;
    width: 55.5%;
    height: 300px;
    margin: 0;
  }

  .main-story img {
    margin-left: 0px;
    min-width: 476px !important;
  }

  .main-text {
    width: 90%;
  }

  .main-text h2 {
    font-size: 40px;
  }

  .sub-story {
    max-width: 22%;
    width: 22%;
    height: 150px;
    margin: 0;
  }

  .sub-text {
    width: 88%;
  }

  .sub-text h2 {
    font-size: 17px;
  }

  ul.ticker {
    max-width: 583px;
  }

  #home-main,    .home-widget .category-dark,    span.home-widget-header,    .sidebar-widget .category-dark,    #comments {
    width: 100%;
  }

  #home-left {
    border-right: none;
    width: 427px;
  }

  #sidebar-wrapper {
    float: left;
    width: 100%;
  }

  li.sidebar-widget {
    width: 48%;
    padding-left: 2%;
    padding-right: 0%;
  }

  span.sidebar-widget-header {
    width: 100%;
  }

  li.home-widget,    .home-widget .cat-dark-text,    .home-widget .cat-dark-bottom,    .home-widget .cat-light-top,    .home-widget .cat-light-bottom,    #social-box {
    width: 387px;
  }

  #content-area,    .post-tags,  #archive-wrapper,    .nav-links {
    padding: 3% 4% !important;
    width: 92%;
  }
  
  .sidebar-widget .cat-dark-bottom ul li {
	  width: 100%;
  }

  .nav-links {
    padding: 10px 19px 50px 150px !important;
  }

  #related-posts2 {
    padding: 20px 20px 20px 20px;
    width: initial;
  }

  #related-posts2 ul {
    display: inline;
    float: left;
    width: 100%;
  }

  #related-posts2 ul li {
    display: inline;
    float: left;
    margin-left: 10px;
    width: 223px;
  }

  #author-info {
    padding: 20px;
  }

  .home-widget .cat-dark-text,    .sidebar-widget .cat-dark-text {
    padding: 20px;
  }

  .home-widget .cat-dark-text h2 {
    font-size: 28px;
  }

  .home-widget .cat-dark-bottom ul li p a,    .home-widget .cat-light-bottom ul li p a {
    width: 292px;
  }

  .sidebar-widget .cat-light-top {
    width: 100%;
  }

  .sidebar-widget .cat-light-bottom {
    width: 95%;
  }

  #widgetad2 img {
    max-width: 100%;
  }

  #related-posts ul li {
    padding: 0 1% 2% 2%;
    margin: 0;
    width: 30%;
  }

  #respond form {
    padding: 2%;
    width: 96%;
    clear: both;
  }

  ol.commentlist {
    padding: 0%;
    width: 100%;
    clear: both;
  }

  #footer-bottom {
    padding: 10px 20px;
    width: 728px;
  }


  #footer-bottom ul {
    float: left;
    margin-top: 10px;
  }
}
#search-toggle svg{
	display: none;
}
.main-nav .menu-item-description {
	display: none;
}
@media screen and (max-width: 767px) {
	#header-wrapper {
		height: 60px;
	}

body {
  background-color: #111 !important;
}

	#menu-toggle-wrapper {
		position: absolute;
		width: 50px;
		height: 45px;
		right: 10px;
		border-left: 1px solid #555;
		z-index: 100;
		padding-left: 7px;
	}
	#menu-toggle {
		height: 2px;
		width: 30px;
		background-color: #747A7D;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 100;
	}
	#menu-toggle:after {
		height: 2px;
		width: 30px;
		background-color: #747A7D;
		position: absolute;
		right: 0px;
		top: 10px;
		z-index: 100;
		content: " ";
	}
	#menu-toggle:before {
		height: 2px;
		width: 30px;
		background-color: #747A7D;
		position: absolute;
		right: 0px;
		top: 20px;
		z-index: 100;
		content: " ";
	}
	#search-toggle {
		position: absolute;
		width: 45px;
		height: 45px;
		right: 70px;
		z-index: 100;
		filter: contrast(0.1);
	}
	#search-toggle svg{
		display: initial;
		height: 25px;
		width: 25px;
		padding: 10px;
	}
	#search-close {
		position: absolute;
		width: 40px;
		height: 40px;
		right: 10px;
		z-index: 109;
		top: 20px;
	}
	#search-close:after,
	#search-close:before{
		height: 2px;
		width: 30px;
		background-color: #747A7D;
		position: absolute;
		right: 0px;
		top: 15px;
		transform: rotate(45deg);
		content: " ";
	}
	#search-close:before{
		transform: rotate(-45deg);
	}
	#nav-wrapper {
		height: 0;
	}
	#nav-mobi {
		display: block;
		width: calc(100vw - 40px);
		height: 100vh;
		position: absolute;
		transform: translateX(100vw);
		transition: transform 0.5s ease;
		padding: 40px 20px;
		text-align: center;
		background-color: #111;
	}
	#nav-mobi.active {
		transform: translateX(0vw);
		transition: transform 0.5s ease;
	}
	#nav-mobi ul li a {
		font-family: Oswald;
	}
	#nav-mobi ul li a {
		font-family: 'Oswald',arial,tahoma,verdana,sans-serif;
		font-size: 1.4em;
		line-height: 1.7em;
		color: #8C9093;
		margin: 0;
		padding: 6px 5px;
		display: inline-block;
		text-decoration: none;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	#nav-mobi .menu-item-description {
		font-family: 'Montserrat';
		font-weight: 400;
		font-size: 11px;
		line-height: 11px;
		color: #8D97A4;
	}

	#main-search {
		top: 0px;
		display: block;
		background-color: #111;
		width: calc(100vw - 20px) !important;
		padding: 10px 20px 10px 0;
		height: 50px;
		position: fixed;
		transform: translateY(-150px);
		transition: transform 0.5s ease;
	}
	#main-search.active {
		transform: translateY(0);
	}
	.logged-in #main-search {
		top: 46px;
	}
	#main-search input {
		width: calc(100% - 60px) !important;
		background: none;
		font-weight: 300;
		font-size: 20px;
		color: #747A7D;
		height: 55px;
	}

}
@media screen and (max-width: 767px) and (min-width: 600px) {
 .main-story,    #sidebar-wrapper,    span.home-widget-header,    span.sidebar-widget-header,  #comments {
    width: 100%;
	margin-top: 67px;
  }
  
#wrapper, #nav-wrapper {
    width: 100%;
	margin-top: 10px;
  }
  
.home-widget .category-dark, .sidebar-widget .category-dark {
    width: 100%;
    border-right: none;
    margin: -48px 0 -10px 0px;
}

.sidebar-widget .cat-light-top {
    padding: 0 4%;
    width: 92%;
}

  #searchform {
    background: none;
    float: none;
    padding: 0;
    position: static;
  }

  #searchform input {
    float: none;
  }

  body {
    background-color: #111;
  }

  #content-area table {
    margin: 0 0 10px;
  }

  .table-responsive {
    margin-bottom: 20px;
    width: 100%;
  }


  .full {
    width: 100% !important;
  }

  .full2 {
    width: 90% !important;
  }

  .full3 {
    width: 90% !important;
    margin: 0;
  }

  div.hhreview {
    border-bottom: 2px solid #d5d5d6;
    min-height: 200px;
    width: 100%;
    font-size: 0.9em;
  }

  .sumleft {
    width: 100%;
    float: none;
  }

  .sumright {
    width: 100%;
	height:100%;
    text-align: center;
    padding: 0 0 25px;
    float: none;
  }

  .ratings {
    padding: 15px 0px;
    font-size: 0.9em;
  }

  .ratings2 {
    padding: 10px 20px;
    border-top: 2px solid #d5d5d6;
  }

  .revgood {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0;
  }

  .revbad {
    float: none;
    padding: 5px 0 0;
    width: 100%;
  }

  .titleg, .titleb {
    margin-top: 1rem;
  }

  .ratings2 ul {
    margin-bottom: 10px !important;
  }

  .summary {
    padding: 15px;
  }

  .buying {
    margin: 0 auto 1rem;
  }

  #top-header-wrapper {
    margin: 0 10px;
    max-width: 578px;
    width: 578px;
    display: none;
  }

  #top-nav {
    max-width: 380px;
  }

  #ad-970 {
    max-width: 600px;
    width: 600px;
    height: auto;
  }

  #logo-wrapper {
	width: 159px;
	height: 50px !important;
    margin: 0 0 0 15px;
  }
  #logo-wrapper img {
    width: 159px;
    height: 50px;
}

  ul.main-nav,    .main-excerpt,    .sub-text p,    #ticker-wrapper,    #sidebar-small-wrapper,    .home-widget .cat-dark-text p,    .sidebar-widget .cat-dark-text p {
    display: none;
  }
  #nav-mobi select {
    width: 420px;
  }

  #featured-main {
    height: auto;
    padding: 0;
  }

  .main-story {
    height: 387px;
    margin: 0;
  }

  .main-story img {
    margin-left: 0;
    min-width: 600px !important;
    width: 100%;
  }

  .main-text h2 {
    font-size: 52px;
  }

  .sub-story {
    width: 24.5%;
    height: 140px;
    margin: 0;
  }

  .sub-text {
    width: 85%;
  }

  .sub-text h2 {
    font-size: 15px;
  }

  #home-main,    #home-left {
    width: 100%;
  }

li.home-widget,    .home-widget .cat-dark-text,  ul.latest-comments,    #social-box {
    width: 100%;
  }
  
li.sidebar-widget, .sidebar-widget {
    padding: 10px 0;
    width: 100%;
}

span.home-widget-header, span.sidebar-widget-header {
    margin: -10px 0 7px;
    width: 100%;
}

.sidebar-widget .cat-light-bottom {
    margin: 0;
    padding: 4%;
    width: 92%;
}
  

  .main-text {
    width: 95%;
  }

  .sidebar-widget .cat-dark-bottom .list-byline {
    display: inline;
  }

  #widgetad2 img {
    max-width: 100%;
  }

  #content-area,    .post-tags,    #archive-wrapper,    .nav-links {
    padding: 3% 4% !important;
    width: 92% !important;
  }

  div.sumpadding {
    padding: 0px 20px;
  }

  .fb-like span {
    overflow: hidden !important;
    width: 90px !important;
    margin-right: -375px;
  }

  .prev-next-wrapper {
    padding: 30px;
  }

  .prev-post,    .next-post {
    width: 45%;
  }

  #related-posts ul li {
    margin: 0 0 10px 0;
    width: 100%;
    padding: 0;
  }

  #related-posts2 ul li {
    margin: 0 0 10px 0;
    width: 100%;
	padding: 0;
  }

  .related-text {
    min-height: auto;
  }

 
.archive-image {
    margin: 3% 0;
    width: 35%;
}
.archive-text {
    width: 60%;
    padding: 2% 1%;
}
.archive-text2 h2 a {
    font-size: 28px;
    line-height: 120%;
}

  .archive-text p {
    margin-top: 5px;
  }

  .nav-links {
    padding: 10px 19px 50px 70px !important;
  }

  .tag .archive-text,    .search .archive-text {
    max-height: initial;
  }

  #respond form {
    padding: 2% 3%;
    width: 94%;
    clear: both;
  }

  ol.commentlist {
    padding: 0%;
    width: 100%;
    clear: both;
  }

  .comment-text {
    width: 500px;
  }

  #footer-top {
    padding: 25px 20px;
    width: 560px;
  }

  #footer-bottom {
    padding: 10px 20px;
    width: 560px;
  }

  #footer-bottom ul {
    float: left;
    margin-top: 10px;
  }
}

@media screen and (max-width: 599px) and (min-width: 480px) {
  .main-story,    #sidebar-wrapper,    #comments {
    width: 100%;
	margin-top: 67px;
  }
  
  #wrapper, #nav-wrapper {
    width: 100%;
	margin-top: 10px;
  }

  #searchform {
    background: none;
    float: none;
    padding: 0;
    position: static;
  }

  #searchform input {
    float: none;
  }

  body {
    background-color: #111;
  }
  
    li.home-widget,    .home-widget .cat-dark-text,    .home-widget .cat-dark-bottom,   .sidebar-widget .cat-light-top,    .sidebar-widget .cat-light-bottom,    ul.latest-comments,    #social-box {
    width: 100%;
  }

  li.sidebar-widget,    .sidebar-widget {
    padding: 10px 0;
    width: 100%;
  }

  span.home-widget-header,    span.sidebar-widget-header {
    margin: -10px 0 7px;
    width: 100%;
  }

  .home-widget .category-dark,    .sidebar-widget .category-dark {
    width: 100%;
    border-right: none;
    margin: -48px 0 -10px 0px;
  }

  #content-area table {
    margin: 0 0 10px;
  }

  #postzzif {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 5px 0 30px;
	height:100%;
  }
  
  div.postzzif3 {
	clear: both;
    float: none;
    margin: 0 auto;
    padding: 5px 0 30px;
	height:100%;
}

  .full2 {
    width: 100% !important;
  }

  .full3 {
    padding-right: 0px !important;
    width: 90% !important;
    margin: 0;
  }

  #reviewthumb img {
    border-bottom: 3px solid #111;
    border-top: 3px solid #111;
  }

  #top-nav {
    width: 458px;
    max-width: 490px;
    padding: 0 0 5px;
    text-align: center;
  }

  #logo-wrapper {
    float: none;
    height: 50px !important;
    margin: 0 0 0 15px;
    width: 159px;
  }
  
	#logo-wrapper img {
		width: 159px;
		height: 50px;
	}

  #top-header-wrapper {
    display: none;
  }

  #content-social {
    border-top: 1px solid #ddd;
    float: left;
    max-width: 480px;
    width: 100%;
    padding: 0 0 0 120px;
  }

  #content-social ul li:first-child {
    border-left: none;
  }

  #content-social ul li:last-child {
  }

  div.hhreview {
    min-height: 200px;
    width: 100%;
    font-size: 0.9em;
  }

  div.sumpadding {
    padding: 0 4%;
  }

  .sumleft {
    width: 100%;
    float: none;
  }

  .sumright {
    width: 100%;
	height: 100%;
    text-align: center;
    padding: 0 0 25px;
    float: none;
  }

  .ratings {
    padding: 20px 10px 10px;
    text-align: center;
  }

  .ratings2 {
    padding: 10px 20px;
  }

  .revgood {
    float: none;
    margin: 0 0 10px;
    width: 100%;
    padding: 0;
  }

  .revbad {
    float: none;
    width: 100%;
    padding: 5px 0 0;
  }

  .summary {
    padding: 15px;
  }

  .buying {
    margin: 0 auto 1rem;
  }

  .titleg, .titleb {
    margin-top: 1rem;
  }

  .ratings2 ul {
    margin-bottom: 10px !important;
  }

  #nav-mobi select {
    width: 300px;
  }

  #ad-970,    ul.main-nav,    .main-excerpt,    .sub-text p,    #ticker-wrapper,    #sidebar-small-wrapper,    .home-widget .cat-dark-text p,    .sidebar-widget .cat-dark-text p,    .prev-next-wrapper,   #author-info img,    #author-info2 img {
    display: none;
  }
  
.archive-image {
    margin: 3% 0;
    width: 35%;
}
.archive-text {
    width: 62%;
    padding: 4% 0% 3%;
	display:none;
}
.archive-text2 {
    width: 62%;
    padding: 4% 0% 3%;
	float:left;
}
.archive-text2 h2 a {
    font-size: 24px;
    line-height: 120%;
}


  #featured-main {
    height: 100%;
    padding: 0;
  }
  
  .main-story {
    height: 100%;
    margin: 0;
  }

  .main-story img {
    margin-left: 0;
    min-width: 480px !important;
  }

  .main-text {
    padding: 3% 0;
    width: 100%;
  }

  .main-text h2 {
    font-size: 32px;
  }

  .sub-story {
    width: 50%;
    border: 0px;
    margin: 0;
  }

  .sub-story img {
    width: 100%;
  }


  .sub-text {
    padding: 2% 4%;
    width: 92%;
  }

  .sub-text h2 {
    font-size: 20px;
  }

  #home-main,    #home-left {
    width: 100%;
  }

  li.home-widget,    .home-widget .cat-dark-text,    .home-widget .cat-dark-bottom,   .sidebar-widget .cat-light-top,    .sidebar-widget .cat-light-bottom,    ul.latest-comments,    #social-box {
    width: 100%;
  }

  li.sidebar-widget,    .sidebar-widget {
    padding: 10px 0;
    width: 100%;
  }

  span.home-widget-header,    span.sidebar-widget-header {
    margin: -10px 0 7px;
    width: 100%;
  }


  #title-main {
    overflow: auto;
    padding: 4% 2% 2% 5%;
    position: relative;
    width: 93%;
  }

  .sidebar-widget .category-light {
    width: 100%;
  }

  .sidebar-widget .cat-light-top {
    padding: 0 4%;
    width: 92%;
  }

  .sidebar-widget .cat-light-top img {
    float: none;
  }

  .sidebar-widget .cat-light-bottom {
    margin: 0;
    padding: 4%;
    width: 92%;
  }

  .sidebar-widget .cat-dark-bottom .list-byline {
    display: inline;
  }

  h1.headline,    h1.headline-page {
    font-size: 32px;
  } 

  .comment-text {
    width: 400px;
  }

  #footer-top,    #content-area,    #archive-wrapper,    .post-tags,    .nav-links {
    padding: 3% 5% !important;
    width: 90% !important;
  }
  
  #title-main, #title-main-review {
    padding-top: 10px
	}

  #related-posts {
    padding: 20px 4% 15px;
    width: 92%;
  }

  .related-text {
    min-height: 10px;
	padding: 25px 0 15px;
  }
  
  .related-text a {
    font-size: 22px;
}

  #related-posts2 {
    padding: 20px 0 10px;
    width: 100%;
  }


  #related-posts {
    padding-top: 20px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 15px;
    width: 92%;
  }

  #related-posts ul li {
    margin: 0;
    width: 100px;
    float: none;
    padding: 0;
  }

  #related-posts2 ul li {
    margin: 0;
    width: 92%;
    padding: 1% 4%;
  }

  #respond form {
    padding: 2% 3%;
    width: 94%;
    clear: both;
  }

  ol.commentlist {
    padding: 0%;
    width: 100%;
    clear: both;
  }

  .comment-wrapper {
    padding: 3% 5%;
  }

  #footer-bottom {
    text-align: center;
    padding: 4%;
    width: 92%;
  }

  #footer-bottom p {
    margin: 0 0 10px;
    width: 100%;
  }

  #footer-bottom ul {
    float: none;
    width: 100%;
    margin: 2% auto 0;
  }

  #footer-bottom .menu-footer-container {
    padding: 2%;
    width: 100%;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .main-story,    #sidebar-wrapper,    #comments {
    width: 100%;
	margin-top: 67px;
  }
  #wrapper, #nav-wrapper {
    width: 100%;
	margin-top: 10px;
  }
  

  #searchform {
    background: none;
    float: none;
    padding: 0;
    position: static;
  }

  #searchform input {
    float: none;
  }

  body {
    background-color: #111;
  }

  #content-area table {
    margin: 0 0 10px;
  }

  #social-boxaut {
    font: 700 12px/15px Arial, sans-serif;
	padding: 6px 10px 8px;
  }
  #social-boxaut2 {
    font: 700 12px/15px Arial, sans-serif;
	padding: 6px 10px 8px;
  }

  .full2 {
    padding-right: 10px !important;
    width: 300px !important;
  }

  .full3 {
    padding-right: 0px !important;
    width: 90% !important;
    margin: 0;
  }

  #reviewthumb img {
    border-bottom: 3px solid #111;
    border-top: 3px solid #111;
  }

  #top-nav {
    padding: 5px;
    width: 310px;
    text-align: center;
  }

  #top-header-wrapper {
    border-left: 0 none;
    border-right: 0 none;
    height: 61px;
    margin: 0;
    width: 320px;
    display: none;
  }

  div.hhreview {
    min-height: 200px;
    width: 100%;
    font-size: 0.9em;
  }

  div.sumpadding {
    padding: 0 4%;
  }

  .buying a {
    font-size: 20px;
  }

  .sumleft {
    width: 100%;
    float: none;
  }

  .sumright {
    width: 100%;
	height:100%;
    text-align: center;
    padding: 0 0 25px;
    float: none;
  }

  .entry-utilityrev {
    font: 700 14px/17px Arial Condensed, sans-serif;
    letter-spacing: -0.03em;
    padding: 5px 10px 5px;
    top: -33px;
    left: 5px;
  }

  .ratings {
    padding: 20px 5px 10px;
    font-size: 0.85em;
  }

  .summary {
    padding: 10px;
  }

  .buying {
    margin: 0 auto 1rem;
  }

  .ratings2 {
    padding: 10px;
  }

  .revgood {
    float: none;
    margin: 0 0 10px;
    width: 100%;
    padding: 0;
  }

  .revbad {
    float: none;
    width: 100%;
    padding: 5px 0 0;
  }

  .titleg, .titleb {
    margin-top: 1rem;
  }

  .ratings2 ul {
    margin-bottom: 10px !important;
  }

  #site-title {
    font-size: 12px;
    padding: 2px 8px;
  }

  #ad-320 {
    display: inline-block;
  }

  #nav-mobi select {
    width: 180px;
  }

  #main-search {
    width: 120px;
  }

  #searchform input {
    width: 81px;
  }

  #content-social {
    border-top: 1px solid #ddd;
    float: left;
    max-width: 320px;
    width: 272px;
    padding: 0 0 0 48px;
  }

  #content-social ul li:first-child {
    border-left: none;
  }

  #content-social ul li:last-child {
  }

  #ad-970,    ul.main-nav,    .main-byline,    .main-excerpt,    .sub-text p,    #ticker-wrapper,    #sidebar-small-wrapper,    .home-widget .cat-dark-text p,    .home-widget .cat-dark-bottom img,    .home-widget .cat-light-bottom img,     .sidebar-widget .cat-dark-text p,    .sidebar-widget .cat-dark-bottom img,    .sidebar-widget .cat-light-bottom ul li img,    .prev-next-wrapper,   .comment-avatar,    #author-info img,    #
  img {
    display: none;
  }

  
.archive-image {
    margin: 5% 0;
    width: 35%;
}
.archive-text {
    width: 62%;
    padding: 3% 0% 3%;
	display:none;
}
.archive-text2 {
    width: 62%;
    padding: 3% 0% 3%;
	float:left;
}
.archive-text2 h2 a {
    font-size: 22px;
    line-height: 120%;
}

.comment-bubble {
	top: 5px;
    right: 5px;
}

  #featured-main {
    height: 100%;
    padding: 0;
  }
  

  .main-story {
    height: 100%;
    margin: 0;
  }

  .main-story img {
    margin-left: 0;
    min-width: 320px !important;
  }

  .main-text h2 {
    font-size: 28px;
  }

  .sub-story {
    width: 50%;
    height: 130px;
    border: 0px;
    margin: 0;
  }

  .sub-text {
    padding: 2% 4%;
    width: 92%;
  }

  .sub-text h2 {
    font-size: 16px;
  }

  #home-main,    #home-left,    .home-widget .category-dark,    .sidebar-widget .category-dark {
    width: 100%;
  }

  .home-widget .category-dark,    .sidebar-widget .category-dark {
    margin: -48px 0 -10px 0px;
  }

  li.home-widget,    .home-widget .cat-dark-text,    .home-widget .cat-dark-text,    .sidebar-widget #title-main,    .post-tags,    .nav-links {
    padding: 3%;
    width: 100%;
  }

  li.sidebar-widget,    .sidebar-widget {
    padding: 10px 0;
    width: 100%;
  }

  .cat-dark-bottom {
    padding: 4%;
    width: 92%;
  }

  .sidebar-widget .cat-light-bottom ul li p {
    width: 100%;
  }

  .main-text {
    padding: 3% 0;
    width: 100%;
  }

  #author-info {
    padding: 4% 1%;
  }

  .related-text {
    float: none;
    min-height: 10px;
	padding: 25px 0 15px;
  }
  
  .related-text a {
    font-size: 22px;
}
  

  .home-widget .cat-dark-text h2,    .sidebar-widget .cat-dark-text h2 {
    font-size: 22px;
  }

  .home-widget .cat-dark-bottom ul li p a,    .home-widget .cat-light-bottom ul li p a,    .sidebar-widget .cat-dark-bottom ul li p a,    .sidebar-widget .cat-light-bottom ul li p a,    ul.latest-comments {
    width: 100%;
  }

  .home-widget .cat-dark-byline {
    font: 400 14px/14px 'Helvetica Neue', serif;
  }

  .home-widget .category-light h2 a,    .sidebar-widget .category-light h2 a {
    font-size: 17px;
  }

  .home-widget .cat-light-bottom {
    margin: 0 0 -10px -10px;
    padding: 10px;
    width: 300px;
  }

  span.home-widget-header,    span.sidebar-widget-header {
    margin: -10px 0 7px;
    width: 100%;
  }

  h3.sidebar-widget-header,    h3.home-widget-header {
    margin-left: 10px;
  }

  .tabber-container {
    margin-bottom: 10px;
  }

  .sidebar-widget .category-light {
    width: 100%;
  }

  .sidebar-widget .cat-light-top {
    padding: 0 4%;
    width: 92%;
  }

  .sidebar-widget .cat-light-top img {
    float: none;
  }

  #social-box3 {
    padding: 0 0 6% 4%;
  }

  .sidebar-widget .cat-light-bottom {
    margin: 0;
    padding: 4%;
    width: 92%;
  }

  #logo-wrapper {
    float: none;
    height: 50px !important;
    margin: 0 0 0 15px;
    width: 159px;
  }
	#logo-wrapper img {
		width: 159px;
		height: 50px;
	}
  h1.headline,    h1.headline-page {
    font-size: 30px;
  }

  #title-main, #title-main-review {
    padding: 2% 2% 1% 4%;
  }

  h3.cat-header {
    font-size: 30px;
  }

  #footer-top,    #content-area,    #archive-wrapper {
    padding: 3% 5% !important;
    width: 90% !important;
  }

  #content-area {
    font-size: 0.95em;
  }

  #postzzif {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 5px 0 27px;
	height:100%;
  }

div.postzzif3 {
	clear: both;
    float: none;
    margin: 0 auto;
    padding: 5px 0 27px;
	height:100%;
}

  #related-posts {
    padding: 20px 4% 15px;
    width: 92%;
  }

  #related-posts2 {
    padding: 20px 0 10px;
    width: 100%;
  }

  #related-posts ul li {
    margin: 0;
    width: 100px;
    float: none;
    padding: 0;
  }

  #related-posts2 ul li {
    margin: 0;
    width: 92%;
    padding: 1% 4%;
  }

  #respond form {
    padding: 2% 3%;
    width: 94%;
    clear: both;
  }

  ol.commentlist {
    padding: 0%;
    width: 100%;
    clear: both;
  }

  .comment-wrapper {
    padding: 3% 5%;
  }

  #comments .commentmeta {
    margin: 0;
  }

  #sidebar-wrapper {
    border-top: 1px dotted #ccc;
  }

  #footer-bottom {
    text-align: center;
    padding: 4%;
    width: 92%;
  }

  #footer-bottom p {
    margin: 0 0 10px;
    width: 100%;
  }

  #footer-bottom ul {
    float: none;
    width: 100%;
    margin: 2% auto 0;
  }

  #footer-bottom .menu-footer-container {
    padding: 2%;
    width: 96%;
    display: none;
  }
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min-device-pixel-ratio: 1.5) {
  .fb-but,    .fb-but:hover,    .twitter-but,    .twitter-but:hover,   .google-but,    .google-but:hover,    .youtube-but,    .youtube-but:hover,    .linkedin-but,    .linkedin-but:hover,    .rss-but,    .rss-but:hover,   {
    background-image: url(images/social-buttons@2x.png);
    background-size: 264px 60px;
  }

  span.twitter-byline {
    background-image: url(images/twitter@2x.png);
    background-size: 12px 10px;
  }
}



/* ---------------- Quantcast design ----------*/     

a.qc-cmp2-persistent-link {

    background-color: #C1161D !important;
	font-size:.85em;
}



#qc-cmp2-ui {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
}