/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

p {
  margin-bottom: 15px;
}

.stLarge:before, .page-numbers.prev:after, .page-numbers.prev:before, .page-numbers.next:after, .page-numbers.next:before, .entry-content blockquote:before {
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.titleBar .page-title {
  margin-bottom: .3em;
  border-bottom: 2px solid #ddd;
  padding-bottom: .5em;
  font-family: oswald;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body:before {
  display: none;
}

.screen-reader-text {
  display: none !important;
}

#content > .pageWidth,
.Responsive #content > .pageWidth {
  max-width: none;
  margin: 0;
  padding: 0;
}

footer, #content {
  margin-top: 0px;
}

.mainContainer .mainContent,
.mainContainer_noSidebar {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.htf_default .mainContainer .mainContent .mainContent, .htf_default
.mainContainer_noSidebar .mainContent {
  background: #FFF;
  border: 1px solid #ddd;
  padding: 30px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .htf_default .mainContainer .mainContent .mainContent, .htf_default
  .mainContainer_noSidebar .mainContent {
    padding: 20px;
  }
}

@media (max-width: 467px) {
  .htf_default .mainContainer .mainContent .mainContent, .htf_default
  .mainContainer_noSidebar .mainContent {
    padding: 15px;
  }
}

.htf_default .mainContainer .mainContent .mainContent .htf-pagination, .htf_default
.mainContainer_noSidebar .mainContent .htf-pagination {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .htf_default .mainContainer .mainContent .mainContent .htf-pagination, .htf_default
  .mainContainer_noSidebar .mainContent .htf-pagination {
    margin-bottom: 20px;
  }
}

@media (max-width: 467px) {
  .htf_default .mainContainer .mainContent .mainContent .htf-pagination, .htf_default
  .mainContainer_noSidebar .mainContent .htf-pagination {
    margin-bottom: 15px;
  }
}

.htf_innerContainer {
  margin-top: 15px;
  /*padding-left: 0;
  padding-right: 0;*/
}

.htf_innerContainer .pageWidth {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.htf_innerContainer .mainContainer, .htf_innerContainer .uix_mainSidebar {
  margin-bottom: 15px;
}

.htf_boxContent {
  position: relative;
  z-index: 5;
  margin-top: 15px;
  background: white;
  padding: 40px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .htf_boxContent {
    padding: 30px;
  }
}

.htf_boxContent.offset {
  margin-top: -40px;
}

.breadBoxTop, .breadBoxBottom {
  display: none;
}

.footer {
  display: none;
}

.page-footer {
  margin-top: 15px;
}

[class*='gradient_']{
background: #50cce5; /* Old browsers */
background: -moz-linear-gradient(left,  #50cce5 0%, #5fafcc 31%, #5b94ba 64%, #5d94bf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #50cce5 0%,#5fafcc 31%,#5b94ba 64%,#5d94bf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #50cce5 0%,#5fafcc 31%,#5b94ba 64%,#5d94bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50cce5', endColorstr='#5d94bf',GradientType=1 ); /* IE6-9 */

}

.gradient_review {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: -webkit-gradient(linear, left top, right top, from(#e75fc1), color-stop(31%, #e75f91), color-stop(64%, #e15555), to(#df6d3a));
  background: -webkit-linear-gradient(left, #e75fc1 0%, #e75f91 31%, #e15555 64%, #df6d3a 100%);
  background: -o-linear-gradient(left, #e75fc1 0%, #e75f91 31%, #e15555 64%, #df6d3a 100%);
  background: linear-gradient(to right, #e75fc1 0%, #e75f91 31%, #e15555 64%, #df6d3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.gradient_entertainment,
.gradient_hardware,
.gradient_sponsor {
  background: -webkit-gradient(linear, left top, right top, from(#379DC6), color-stop(31%, #37BCC6), color-stop(64%, #41C39B), to(#43A769));
  background: -webkit-linear-gradient(left, #379DC6 0%, #37BCC6 31%, #41C39B 64%, #43A769 100%);
  background: -o-linear-gradient(left, #379DC6 0%, #37BCC6 31%, #41C39B 64%, #43A769 100%);
  background: linear-gradient(to right, #379DC6 0%, #37BCC6 31%, #41C39B 64%, #43A769 100%);
}

.gradient_media {
  background: -webkit-gradient(linear, left top, right top, from(#3F71B5), color-stop(31%, #5F4FAA), color-stop(64%, #8D56B3), to(#B95BBA));
  background: -webkit-linear-gradient(left, #3F71B5 0%, #5F4FAA 31%, #8D56B3 64%, #B95BBA 100%);
  background: -o-linear-gradient(left, #3F71B5 0%, #5F4FAA 31%, #8D56B3 64%, #B95BBA 100%);
  background: linear-gradient(to right, #3F71B5 0%, #5F4FAA 31%, #8D56B3 64%, #B95BBA 100%);
}

.htf_advertisement_block {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.htf_advertisement_block img {
  max-width: 100%;
}

.mainContent > .htf_advertisement_block:last-child {
  margin-top: 15px;
}

a.xenword_discuss, a.comment-reply-link, .comment-respond #submit, #cancel-comment-reply-link {
  background: #3F71B5;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 2px;
  padding: 9px 15px;
  line-height: normal;
  border: 0;
}

a[href].xenword_discuss:hover, a[href].comment-reply-link:hover, .comment-respond [href]#submit:hover, [href]#cancel-comment-reply-link:hover, a.comment-reply-link:hover, .comment-respond #submit:hover, #cancel-comment-reply-link:hover {
  cursor: pointer;
  color: white;
  background-color: #3865a2;
  text-decoration: none;
}

a.xenword_discuss {
  display:block;
  float: none;
  text-align: center;
  height: auto;
  padding: 15px;
  font-weight: normal;
  font-size: 14px;
}

.ShareThis {
  margin-bottom: 10px;
}

.st_container--body .ShareThis {
  position: absolute;
  top: 50%;
  left: 0px;
}

.st_container--body .ShareThis > span {
  display: block;
}

.st_container--body .ShareThis.floating {
  z-index: 10;
  position: fixed;
  top: 51px !important;
}

.section.funbox {
  display: none;
}

.htf_default .mainContent > .htf_advertisement_block {
  margin-bottom: 15px;
}

.ShareThis > span {
  line-height: 0;
}

.ShareThis > span > span {
  line-height: 0;
}

.stButton {
  margin: 0 !important;
}

.stLarge {
  background-image: none !important;
  padding: 3px;
}

.stLarge:before {
  line-height: 32px;
  text-align: center;
  display: block;
  color: white;
  font-size: 24px;
}

.st_facebook_large .stLarge {
  background: #3B579D;
}

.st_facebook_large .stLarge:before {
  content: "\f2d8";
}

.st_twitter_large .stLarge {
  background: #00ACED;
}

.st_twitter_large .stLarge:before {
  content: "\f5c9";
}

.st_pinterest_large .stLarge {
  background: #C61F21;
}

.st_pinterest_large .stLarge:before {
  content: "\f4b3";
}

.st_sharethis_large .stLarge {
  background: #00BF00;
}

.st_sharethis_large .stLarge:before {
  content: "\f52d";
}

#QuickSearch .secondaryControls {
  visibility: hidden;
}

.pagination {
  margin-bottom: 15px;
}

.page-numbers {
  padding: 10px 10px;
  text-transform: uppercase;
  background-color: #3F71B5;
  text-align: center;
  border-radius: 2px;
  color: white;
  font-size: 11px;
  display: inline-block;
}

.page-numbers[href] {
  color: white;
}

.page-numbers[href]:hover {
  color: white;
  background-color: #3865a2;
  text-decoration: none;
}

.page-numbers.current {
  background-color: #222;
}

.page-numbers.prev:after, .page-numbers.prev:before, .page-numbers.next:after, .page-numbers.next:before {
  margin-right: 4px;
  text-indent: 0;
}

.page-numbers.prev:after, .page-numbers.next:after {
  margin-right: 0;
  margin-left: 4px;
}

@media (max-width: 600px) {
  .page-numbers.prev, .page-numbers.next {
    text-indent: -999px;
    width: 6px;
    position: relative;
  }
  .page-numbers.prev:after, .page-numbers.prev:before, .page-numbers.next:after, .page-numbers.next:before {
    position: absolute;
    left: 6px;
    font-size: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

.page-numbers.prev:before {
  content: "\f216";
}

.page-numbers.next:after {
  content: "\f217";
}

#uix_jumpToFixed {
  z-index: 10;
}

#uix_searchMinimalGo {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #FFF;
  outline: none;
  padding: 0 0 0 15px;
  cursor: pointer;
  float: right;
  font-size: 24px;
}

.hasFlexbox #uix_searchMinimalGo {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.search-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 13px;
  background-color: #E4E6E9;
  border: 0px solid #D2D2D2;
  border-bottom-width: 1px;
  border-radius: 2px;
  line-height: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: 10px;
  width: 180px;
  height: 34px;
  outline: none;
}

.widget .search-field {
  width: 100%;
}

.post {
  position: relative;
  /*
  &--list .post-thumbnail-container:hover .entry-category {
    opacity: .4;
    &:hover {
      opacity: 1;
    }
  }*/
}

.post .entry-title a,
.post .entry-title {
  font-family: oswald,sans-serif;
  font-size: 25px;
  color: #555;
  line-height: 1.4;
}

.post .entry-title a:hover,
.post .entry-title:hover {
  color: #222;
  text-decoration: none;
}

.post .post__comments-link {
  position: absolute;
  z-index: 1;
  top: 11px;
  right: 0px;
  color: white;
  line-height: normal;
  font-size: 12px;
  padding: 10px 15px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.65);
}

.post .post__comments-link:hover {
  color: white;
  text-decoration: none;
}

.post .post__comments-link i:before {
  content: "\f086";
  vertical-align: baseline;
  margin-right: 4px;
  top: -1px;
  position: relative;
}

.post .entry-category {
  display: inline-block;
  padding: 0 12px;
  min-width: 100px;
  text-align: center;
  color: white;
  background-color: #111;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  height: 32px;
  line-height: 32px;
}

.post .entry-category:hover {
  padding-left: 22px;
  text-decoration: none;
  color: white;
}

.post .entry-footer {
  font-size: 12px;
  text-transform: uppercase;
}

.post .post-edit-link {
  text-transform: none;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}

.post .post-edit-link:before {
  margin-right: 3px;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  text-indent: 0;
  content: "\f499";
}

.post .post-thumbnail-container {
  position: relative;
}

a.post-thumbnail {
    position: relative;
    display: block;
    padding-top: 62.2%;
    background: black;
    overflow: hidden;
}

.post .post-thumbnail img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display:block;
    margin:auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.post .entry-footer {
  font-weight: 600;
  color: #999;
}

.post .entry-footer a {
  color: #3BADF9;
}

.post .entry-footer a:hover {
  color: #222;
  text-decoration: none;
}

.post--large .post__cover {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  position: relative;
}

.post--large .post__cover .pageWidth {
  position: relative;
  z-index: 2;
  padding-top: 220px;
  padding-bottom: 80px;
}

@media (max-width: 1199px) {
  .post--large .post__cover .pageWidth {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}

@media (max-width: 467px) {
  .post--large .post__cover .pageWidth {
    padding-top: 100px;
  }
}

.post--large .entry-category {
  position: static;
  margin: 0;
  margin-bottom: 10px;
}

.post--large .entry-header, .post--large .entry-meta {
  padding-right: 35px;
  padding-left: 35px;
}

@media (max-width: 799px) {
  .post--large .entry-header, .post--large .entry-meta {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.post--large.post--single .entry-header,
.post--large.post--single .entry-meta {
  padding-right: 0;
  padding-left: 0;
}

.post--large .dark_grad_overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 46%, rgba(0, 0, 0, 0.55) 75%, rgba(0, 0, 0, 0.71) 99%, rgba(0, 0, 0, 0.71) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(46%, transparent), color-stop(75%, rgba(0, 0, 0, 0.55)), color-stop(99%, rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71)));
  background: -o-linear-gradient(top, transparent 0%, transparent 46%, rgba(0, 0, 0, 0.55) 75%, rgba(0, 0, 0, 0.71) 99%, rgba(0, 0, 0, 0.71) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 46%, rgba(0, 0, 0, 0.55) 75%, rgba(0, 0, 0, 0.71) 99%, rgba(0, 0, 0, 0.71) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b5000000',GradientType=0 );
  /* IE6-9 */
}

.post--large .entry-title,
.post--large .entry-title a {
  font-weight: normal;
  font-size: 52px;
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.45);
}

@media (max-width: 1199px) {
  .post--large .entry-title,
  .post--large .entry-title a {
    font-size: 45px;
  }
}

@media (max-width: 799px) {
  .post--large .entry-title,
  .post--large .entry-title a {
    font-size: 32px;
  }
}

.post--large .entry-title:hover,
.post--large .entry-title a:hover {
  color: white;
}

.post--large .entry-title a {
  opacity: 0.9;
}

.post--large .entry-title a:hover {
  opacity: 1;
}

.post--large .entry-meta {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  margin-top: 10px;
}

.post--large .entry-meta a {
  color: rgba(255, 255, 255, 0.8);
}

.post--large .entry-meta a:hover {
  color: white;
  text-decoration: none;
}

.post--thumb {
  display: block;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.post--thumb .entry-title {
  padding: 15px 0 5px 0;
}

.post--thumb .entry-content {
  display: none;
}

.post--list {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.post--list .entry-title {
  padding-bottom: 10px;
}

.post--list .entry-content {
  line-height: 1.6;
  color: #909090;
  margin-bottom: 10px;
}

.post--list .post-thumbnail {
  float: left;
  width: 100%;
}

.new_posts {
  padding: 40px 25px 0px 25px;
}
.new_posts + .htf_innerContainer {
  padding: 0;
}

@media (max-width: 1199px) {
  .new_posts {
    padding: 30px 15px 0px 15px;
  }
}

@media (max-width: 467px) {
  .new_posts {
    padding: 15px 0 0 0;
  }
}

.new_posts .post--thumb {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .new_posts .post--thumb {
    margin-bottom: 30px;
  }
}

.htf-pagination a {
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #3F71B5;
  color: white;
  text-align: center;
  border-radius: 2px;
}

.htf-pagination a[href]:hover {
  color: white;
  background-color: #3865a2;
  text-decoration: none;
}

.htf-pagination__viewmore {
  display: block;
  border-radius: 4px;
}

.htf-pagination__older {
  float: left;
}

.htf-pagination__newer {
  float: right;
}

.uix_mainSidebar {
  position: relative;
  z-index: 5;
}

.sidebar .section .widget h3 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.Menu a.username {
  display: inline;
  font-size: inherit !important;
}

.sidebar .avatarList .username {
  display: inline;
  text-decoration: none;
  font-size: 11px !important;
}

.sidebar .avatarList .username:hover {
  text-decoration: underline;
}

.sidebar .avatarList .avatar img {
  margin-right: 0;
}

.widget_htf_recentthreads a, .widget_htf_recentarticles a {
  font-size: 13px;
  font-weight: 600;
  max-width: 225px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar .avatarList .userTitle {
  margin-top: -1px;
}

.sidebar .secondaryContent.htf_advt_widget,
.sidebar .secondaryContent.article__buylink {
  padding: 0;
  background-color: transparent;
  border: 0;
  position: relative;
  z-index: 10;
}

.sidebar .secondaryContent.htf_advt_widget a,
.sidebar .secondaryContent.article__buylink a {
  display: block;
}

.sidebar .secondaryContent.htf_advt_widget img,
.sidebar .secondaryContent.article__buylink img {
  max-width: 100%;
  min-width: 100%;
}

.article__conclusion {
  background-color: #eee;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  padding-left: 20px;
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.article__conclusion__icon {
  position: relative;
  left: -7px;
  top: 2px;
}

.article__conclusion__icon:before {
  font-size: 20px;
  font-weight: normal;
}

.article__conclusion--0 .article__conclusion__icon:before,
.article__conclusion--1 .article__conclusion__icon:before,
.article__conclusion--2 .article__conclusion__icon:before {
  content: "\f42b";
}

.article__conclusion--3 .article__conclusion__icon:before {
  content: "\f206";
}

.article__conclusion--4 .article__conclusion__icon:before,
.article__conclusion--5 .article__conclusion__icon:before {
  content: "\f4bf";
}

.article__conclusion--0,
.article__conclusion--1,
.article__conclusion--2 {
  background: -webkit-gradient(linear, left top, right top, from(#dfa03a), to(#df6d3a));
  background: -webkit-linear-gradient(left, #dfa03a 0%, #df6d3a 100%);
  background: -o-linear-gradient(left, #dfa03a 0%, #df6d3a 100%);
  background: linear-gradient(to right, #dfa03a 0%, #df6d3a 100%);
}

.article__conclusion--null,
.article__conclusion--3 {
  background: -webkit-gradient(linear, left top, right top, from(#37bcc6), to(#379dc6));
  background: -webkit-linear-gradient(left, #37bcc6 0%, #379dc6 100%);
  background: -o-linear-gradient(left, #37bcc6 0%, #379dc6 100%);
  background: linear-gradient(to right, #37bcc6 0%, #379dc6 100%);
}

.article__conclusion--4,
.article__conclusion--5 {
  background: -webkit-gradient(linear, left top, right top, from(#41c39b), to(#43a769));
  background: -webkit-linear-gradient(left, #41c39b 0%, #43a769 100%);
  background: -o-linear-gradient(left, #41c39b 0%, #43a769 100%);
  background: linear-gradient(to right, #41c39b 0%, #43a769 100%);
}

.article__rating {
  float: right;
  font-size: 18px;
}

.article__rating .article__rating__stars {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.article__rating .article__rating__stars > span {
  margin-left: 7px;
}

.article__rating .article__rating__number {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
       -o-transform-origin: right center;
          transform-origin: right center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin-right: 15px;
  font-weight: normal;
  font-size: 14px;
  cursor: default;
}

.article__rating:hover .article__rating__number {
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  opacity: 1;
}

.article__rating:hover .article__rating__stars {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.post-navigation {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-weight: 700;
}

.post-navigation a {
  display: block;
  padding: 3.8461% 7.6923%;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

.post-navigation a:hover {
  text-decoration: none;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.post-navigation .post-title {
  font-size: 18px;
  line-height: 1.3333;
  position: relative;
  z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

@media (min-width: 1199px) {
  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .post-navigation .nav-next:hover,
  .post-navigation .nav-previous:hover {
    -webkit-filter: none;
            filter: none;
  }
}

.post-navigation a:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

.post-navigation .nav-previous {
  margin-bottom: 1px;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
  opacity: 0.5;
}

.post-navigation .meta-nav {
  opacity: 0.8;
}

.post-navigation div + div {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.entry-content {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.entry-content b, .entry-content strong {
  font-weight: bold;
  color: #454545;
}

.entry-content p {
  margin-bottom: 1.5em;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

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

.entry-content em {
  font-style: italic;
}

.entry-content ol, .entry-content ol li {
  list-style-type: number;
}

.entry-content ol, .entry-content ul {
  margin-bottom: 1.5em;
}

.entry-content ul, .entry-content ul li {
  margin-left: 1.3em;
  list-style-type: disc;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
  font-family: oswald, sans-serif;
  color: #44525D;
  margin-bottom: .5em;
}

.entry-content h1 {
  font-size: 36px;
  border-bottom: 2px solid #ccc;
  padding-bottom: .4em;
}

@media (max-width: 1199px) {
  .entry-content h1 {
    font-size: 31px;
  }
}

@media (max-width: 799px) {
  .entry-content h1 {
    font-size: 25px;
  }
}

.entry-content h2 {
  font-size: 30px;
}

.entry-content h3 {
  font-size: 24px;
}

.entry-content h4 {
  font-size: 18px;
}

.entry-content h5 {
  font-size: 15px;
}

.entry-content h6 {
  font-size: 14px;
}

.entry-content h1 + h2,
.entry-content h2 + h3 {
  margin-top: -0.5em;
}

.entry-content table,
.entry-content th,
.entry-content td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

.entry-content table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
}

.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

.entry-content td {
  border-width: 0 1px 1px 0;
}

.entry-content th, .entry-content td {
  padding: 0.4em;
}

.entry-content blockquote {
  font-style: italic;
  color: #999;
  position: relative;
  padding-left: 40px;
}

.comment-list blockquote {
  font-size: .9em;
  padding: 10px;
  font-style: italic;
  background: whitesmoke;
  border-left: 2px solid #3F71B5;
}

.comment-list blockquote p:last-child {
  display: none;
}
.entry-content blockquote + p {
  margin-top: 15px;
}
.entry-content blockquote:before {
  position: absolute;
  top: 4px;
  left: 0px;
  text-indent: 0;
  content: "\f349";
  font-size: 24px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #3F71B5;
  color: white;
  padding: 2px;
  border-radius: 4px;
}

.entry-content .htf_table .th {
  display: table-cell;
  background-color: #3F71B5;
  padding: 8px 20px;
  color: white;
  font-weight: bold;
}

.entry-content .htf_table .tr {
  display: table;
  width: 100%;
}

.entry-content a,
.comment-content a {
    color: #3F71B5;
    border-bottom: 1px solid #3F71B5;
    text-decoration: none !important;
}
.entry-content a:hover,
.comment-content a:hover {
    color: #3BADF9;
    border-bottom: 1px solid #3BADF9;
    text-decoration: none !important;
}

.entry-content .htf_table .td {
  display: table-cell;
  border: 1px solid #ccc;
  border-top: 0;
  border-right-width: 0;
  padding: 6px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.entry-content .htf_table .td:last-child {
  border-right-width: 1px;
}

.entry-content .htf_table .td--1 {
  width: 33.33%;
}

.entry-content .htf_table .td--2 {
  width: 66.66%;
}

.entry-content .htf_table .td--3 {
  width: 100%;
}

@media (max-width: 467px) {
  .entry-content .htf_table .td {
    display: block;
    width: 100%;
    border-right-width: 1px;
  }
}

.article__container .entry-content, .author-info, .post--single .entry-footer, #comments {
  padding: 40px;
  padding-top: 30px;
  padding-bottom: 15px;
}

@media (max-width: 1199px) {
  .article__container .entry-content, .author-info, .post--single .entry-footer, #comments {
    padding: 30px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
}

@media (max-width: 467px) {
  .article__container .entry-content, .author-info, .post--single .entry-footer, #comments {
    padding: 25px;
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.post--single .article__container .entry-content {
  padding-top: 15px;
}

.article__container .entry-content br:last-child {
  display: none
}

.article__container {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}

@media (max-width: 799px) {
  .article__container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.article__container .entry-footer {
  margin-top: 15px;
}

.article__container .entry-footer > span {
  margin-right: 15px;
}

.post--single .htf_innerContainer,
.post--single + .htf_innerContainer {
  margin-top: -40px;
}

.author-info {
  border-top: 1px solid #ccc;
}

.author-heading {
  display: none;
}

.author-info .avatar {
  float: left;
  height: 46px;
  margin: 0 1.6em 1.6em 0;
  width: 46px;
}

.author-title {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.3px;
  display: inline-block;
}

.author-link {
  display: inline-block;
  font-size: 16px;
  padding: 0 2px;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.author-info:hover .author-link {
  opacity: 1;
}

.author-role {
  text-transform: capitalize;
  color: #aaa;
  font-size: 13px;
}

.author-bio {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  padding-bottom: 1px;
}

.author-description {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.post--single .entry-footer {
  clear: both;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -10px;
}

.post--single .entry-footer .post-tag {
  background: #eee;
  color: #888;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  text-transform: capitalize;
}

.post--single .entry-footer .post-tag:hover {
  background: #3F71B5;
  color: white;
}

.comments-title {
  font-size: 25px;
  color: #777;
  margin-bottom: 15px;
}

.comment {
  display: block;
  margin: 15px 0;
  border-top: 2px solid #eee;
  padding-top: 15px;
}

.comment .avatar {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0px;
}

.comment.depth-2 {
  margin-left: 60px;
}

@media (max-width: 467px) {
  .comment.depth-2 {
    margin-left: 0;
  }
}

.comment-body {
  position: relative;
  padding-left: 60px;
}

.comment-author, .comment-metadata {
  display: inline-block;
  font-size: 13px;
}

.comment-author a:hover, .comment-metadata a:hover {
  text-decoration: none;
  color: inherit;
}

.comment-metadata a {
  color: #999;
}

.comment-content {
  clear: both;
  padding: 10px 0;
  font-size: 15px;
}

.comment-edit-link {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}

.comment-edit-link:before {
  margin-right: 3px;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  text-indent: 0;
  content: "\f499";
}

a.comment-reply-link {
  padding: 4px 10px;
}

.comment-respond {
  border-top: 2px solid #eee;
  padding-top: 15px;
}

.comment-respond .comment-notes {
  margin-top: 15px;
  color: #999;
}

.comment-respond p {
  margin-bottom: 15px;
}

.comment-respond p:last-child {
  margin-bottom: 0;
}

.comment-respond label {
  min-width: 80px;
  display: inline-block;
}

.comment-respond input, .comment-respond textarea, .comment-respond button {
  -webkit-appearance: none;
}

.comment-respond textarea, .comment-respond input {
  padding: 4px 8px;
  width: 180px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ddd;
}

.comment-respond textarea:focus, .comment-respond input:focus {
  outline: none;
  border: 2px solid #3F71B5;
}

.comment-respond textarea {
  padding: 8px;
  width: 100%;
}

.comment-respond .logged-in-as {
  margin: 10px 0;
  font-size: 13px;
}

.comment-form-comment label {
  display: none;
}

#reply-title {
  font-size: 22px;
}

#cancel-comment-reply-link {
  padding: 2px 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: #AB4F4F;
}

#cancel-comment-reply-link[href]:hover {
  background-color: #9a4747;
}
.post--large.featured {
cursor: pointer;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligntleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
figcaption {
font-size: 12px;
}
.htf_bluetext {
  color: #3F71B5;
}
.post--list + [id*="div-gpt-ad-"] {
    margin-bottom: 30px !important;
}

#XenForo #navigation {
  margin-top: 0;
  margin-bottom: 0;
}

.new_posts .htf_advertisement_block > div, 
.new_posts .htf_advertisement_block > iframe {
  height: 320px;
  overflow: hidden;
}

#XenForo .mainContainer_noSidebar > .mainContent {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-right: 0 !important;
}

.htf_innerContainer > .mainContainer > .mainContent {
  margin-right: 315px;
}