.p2h-post.error-message {
  margin-bottom: 25px;
}
.reply-count {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .col-md-13 {
    width: 100%;
    padding: 0;
  }
}
img.boards_logo {
  width: 145px;
  padding-top: 23px;
}
img.search {
  width: 20px;
  padding-top: 23px;
}
.thread-navigation a {
  text-decoration: none !important;
  font-size: 14px;
}
.thread-navigation a:hover {
  text-decoration: underline !important;
}
.thread-navigation span {
  color: #e2e2e2;
}
.reply-to-thread {
  margin: 25px 0 20px 6px;
}
.pagination-bar-bottom {
  padding-top: 15px;
}
/********************
* Main H1 Titles found across the entire site
********************/
h1,
.h1 {
  font-size: 26px;
}
/********************
* Mobile related rules
********************/
@media only screen and (max-width: 767px) {
  .container,
  .p2h-pagination-holder,
  .container .row .col-md-13,
  .container .row .col-xs-18 {
    padding-left: 20px;
  }
  .row {
    margin-left: -20px;
  }
  .p2h-functional-row .row .action-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  main .container {
    padding-left: 0px;
  }
  .p2h-pagination-holder,
  .p2h-comment,
  .p2h-item-row,
  .p2h-post {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .p2h-comment,
  .p2h-item-row,
  .p2h-comment-form fieldset {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/********************
* Ads related rules
********************/
@media only screen and (min-width: 992px) and (max-width: 1999px) {
  .col-md-13 {
    width: calc(100% - 160px);
  }
  .col-md-5 {
    width: 160px;
    padding: 0;
  }
}
body.full-width .col-md-5 {
  margin-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .col-md-13 {
    width: calc(100% - 315px);
  }
  .col-md-5 {
    width: 300px;
    padding: 0;
  }
  body.full-width .col-md-13 {
    width: calc(100% - 315px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-md-13 {
    padding-right: 25px;
  }
  .col-xs-18 {
    padding-right: 0;
  }
  body.full-width .col-md-13 {
    width: calc(100% - 175px);
  }
}
@media only screen and (max-width: 991px) {
  .col-md-13 {
    padding-right: inherit;
  }
  .col-xs-18 {
    padding-right: 0;
    padding-left: 0;
  }
  body.full-width .col-md-13 {
    width: 100%;
  }
}
/******************
* Forum charter & important threads rules
******************/
#charter-sticky-container > .p2h-holder {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  max-height: 22px;
}
/****************
* Hero image fix
****************/
@media only screen and (max-width: 570px) {
  .p2h-visual {
    min-height: 250px;
  }
}
@media only screen and (max-width: 570px) {
  .p2h-visual img {
    width: auto!important;
    min-height: 250px;
  }
}
/*****************
* The modal-backdrop occasionally sits above the content
*****************/
#p2h-wrapper .modal-backdrop {
  z-index: -1 !important;
}
/*****************
* Positioning the menu font awesome icons
*****************/
#mobile-menu-toggle > i,
.guest-menu-toggle > i {
  position: relative;
  top: 3px;
}
/* Used to apply a 'read' state to threads */
.weight-normal {
  font-weight: normal !important;
}
/*****************
* For users who have chosen to not use a sticky header
*****************/
.not-sticky-header#p2h-wrapper {
  padding-top: 0;
}
.not-sticky-header#p2h-header {
  position: initial;
}
/**
 * Define some generic classes
 */
.fixed-width-200 {
  width: 200px;
}
.list-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}
.text-hidden {
  text-indent: -9999px;
  overflow: hidden;
}
.after {
  content: '';
  display: block;
  clear: both;
}
.img {
  display: block;
  width: 100%;
  height: auto;
}
/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   4. Custom form styles
   5. Print style
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?q93lc4');
  src: url('../fonts/icomoon.eot?q93lc4#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?q93lc4') format('truetype'), url('../fonts/icomoon.woff?q93lc4') format('woff'), url('../fonts/icomoon.svg?q93lc4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e900";
}
.icon-arrow-r:before {
  content: "\e901";
}
.icon-flag:before {
  content: "\e902";
}
.icon-like:before {
  content: "\e903";
}
.icon-pen:before {
  content: "\e904";
}
.icon-quotes:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e606";
}
/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/
html {
  box-sizing: border-box;
  height: 100%;
}
* {
  max-height: 1000000px;
}
body {
  min-width: 320px;
  height: 100%;
}
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 19px;
  padding: 14px 20px;
}
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus,
textarea:focus {
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="text"],
  input[type="password"],
  input[type="file"],
  input[type="submit"],
  textarea {
    border-radius: 4px;
  }
}
textarea {
  resize: none;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-ms-clear {
  display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
a {
  transition: all 0.2s linear;
}
input[type="radio"],
input[type="checkbox"],
select,
a {
  outline: none !important;
}
img {
  height: auto;
  border-style: none;
  vertical-align: top;
  max-width: 100%;
}
@media only screen and (min-width: 1025px) {
  a[href^=tel],
  a[href^=skype],
  a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
.full-width .container {
  max-width: 100% !important;
}
/* ---------------------------------------------------------
   3. Common site styles
   ---------------------------------------------------------*/
/* main container styles */
#p2h-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 150px;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  #p2h-wrapper {
    padding: 65px 0 0;
  }
}
/* bootstrap default elements styles */
.p2h-wrap .container {
  max-width: 1170px;
}
@media only screen and (max-width: 767px) {
  .p2h-wrap h1 {
    font-size: 20px;
  }
}
.p2h-wrap .btn-primary:hover {
  background: #2683da;
  border-color: #2683da;
  color: #ffffff;
}
.p2h-wrap .btn-success:hover {
  background: #8eba58;
  border-color: #8eba58;
  color: #ffffff;
}
.p2h-wrap .btn-info:hover {
  background: #663489;
  border-color: #663489;
  color: #ffffff;
}
.p2h-wrap .btn-warning:hover {
  background: #f0a31c;
  border-color: #f0a31c;
  color: #ffffff;
}
.p2h-wrap .btn-danger:hover {
  background: #f66b42;
  border-color: #f66b42;
  color: #ffffff;
}
.p2h-wrap .btn {
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  padding: 6px 9px;
  text-transform: uppercase;
}
.p2h-wrap .btn.p2h-green {
  border-color: #8eba58;
  color: #8eba58;
  background: #ffffff;
}
.p2h-wrap .btn.p2h-green:hover {
  background: #8eba58;
  color: #ffffff;
}
.p2h-wrap .btn.p2h-purple {
  border-color: #6c39d4;
  color: #6c39d4;
  background: #ffffff;
}
.p2h-wrap .btn.p2h-purple:hover {
  background: #6c39d4;
  color: #ffffff;
}
.p2h-wrap .btn.p2h-blue {
  border-color: #2683da;
  color: #2683da;
  background: #ffffff;
}
.p2h-wrap .btn.p2h-blue:hover {
  background: #2683da;
  color: #ffffff;
}
.p2h-wrap .btn.p2h-yellow {
  border-color: #f0a31c;
  color: #f0a31c;
  background: #ffffff;
}
.p2h-wrap .btn.p2h-yellow:hover {
  background: #f0a31c;
  color: #ffffff;
}
.p2h-wrap .btn.p2h-orange {
  border-color: #f66b42;
  color: #f66b42;
  background: #ffffff;
}
.p2h-wrap .btn.p2h-orange:hover {
  background: #f66b42;
  color: #ffffff;
}
.p2h-wrap .btn.p2h-pink {
  border-color: #da44d8;
  color: #da44d8;
  background: #ffffff;
}
.p2h-wrap .btn.p2h-pink:hover {
  background: #da44d8;
  color: #ffffff;
}
.p2h-wrap .btn.p2h-violet {
  border-color: #663489;
  color: #663489;
  background: #ffffff;
}
.p2h-wrap .btn.p2h-violet:hover {
  background: #663489;
  color: #ffffff;
}
.p2h-wrap .btn.p2h-dark-blue {
  border-color: #4b789b;
  color: #4b789b;
  background: #ffffff;
}
.p2h-wrap .btn.p2h-dark-blue:hover {
  background: #4b789b;
  color: #ffffff;
}
.p2h-wrap .pagination {
  margin: 0;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.p2h-wrap .pagination li {
  padding: 0 4px;
  display: inline-block;
  vertical-align: middle;
}
.p2h-wrap .pagination li.active {
  font-weight: bold;
}
.p2h-wrap .pagination li:last-child {
  padding-right: 0;
}
.p2h-wrap .pagination a {
  border: 0;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.p2h-wrap .pagination a:hover {
  text-decoration: underline;
}
.p2h-wrap .pagination a.p2h-prev,
.p2h-wrap .pagination a.p2h-next {
  color: #bbb;
}
.p2h-wrap .pagination a.p2h-prev:hover,
.p2h-wrap .pagination a.p2h-next:hover {
  text-decoration: none;
}
.p2h-wrap .pagination a.p2h-prev span,
.p2h-wrap .pagination a.p2h-next span {
  font-size: 32px;
  line-height: 22px;
}
.p2h-wrap .pagination a.btn {
  background: #ffffff;
  font-size: 13px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 9px;
  color: #aaa;
  font-weight: normal;
  margin: 0 0 10px;
}
.p2h-wrap .pagination a.btn:hover {
  text-decoration: none;
}
.p2h-wrap .pagination a.btn span {
  font-size: 26px;
  margin: -3px 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
.p2h-wrap .pagination a.btn em {
  font-style: normal;
}
.full-width .p2h-wrap .container,
.full-width.p2h-wrap .container {
  max-width: 100%;
  width: 100%;
}
.full-width .p2h-wrap .container .p2h-aside.fixed-position,
.full-width.p2h-wrap .container .p2h-aside.fixed-position {
  width: auto;
  margin-right: 15px;
}
/* main informative part styles */
#p2h-main {
  padding: 40px 0 50px;
}
@media only screen and (max-width: 767px) {
  #p2h-main {
    padding: 20px 0 10px;
  }
}
/* header styles */
#p2h-header {
  position: fixed;
  background: #22407c;
  height: 70px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #p2h-header {
    height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .p2h-visual-holder {
    position: relative;
  }
}
.p2h-visual {
  position: relative;
  /**
   &.alt {
    margin-bottom: -10px;
   }
/**/
}
@media only screen and (max-width: 1400px) {
  .p2h-visual {
    height: 285px;
    /**
    &.alt {
      height: 550px;
    }
/**/
  }
}
@media only screen and (max-width: 767px) {
  .p2h-visual.alt {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 570px) {
  .p2h-visual {
    height: auto;
    /**
     &.alt {
      height: auto;
    }
/**/
  }
}
.p2h-visual img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1400px) {
  .p2h-visual img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 570px) {
  .p2h-visual img {
    position: static;
    left: 0;
    transform: translate(0, 0);
    display: block;
    width: 100%;
    height: auto;
  }
}
.p2h-visual .p2h-block {
  position: absolute;
  bottom: 59%;
  left: 50%;
  padding: 0 15px;
  width: 830px;
  transform: translate(-50%, 50%);
}
@media only screen and (max-width: 1024px) {
  .p2h-visual .p2h-block {
    width: 760px;
  }
}
@media only screen and (max-width: 767px) {
  .p2h-visual .p2h-block {
    width: 100%;
    transform: translate(0, 0);
    left: 0;
    bottom: 28%;
    padding: 0 20px;
  }
}
.p2h-visual .p2h-block h1 {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 10px;
  padding-bottom: 6px;
  max-height: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p2h-visual .p2h-block h1 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 14px;
    max-height: 118px;
  }
  .p2h-visual .p2h-block h1 span {
    display: block;
    font-weight: bold;
  }
}
.p2h-visual .p2h-area {
  position: relative;
  width: 555px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p2h-visual .p2h-area {
    width: 100%;
  }
}
.p2h-visual .p2h-area input {
  display: block;
  width: 100%;
  border: none;
  font-size: 16px;
  line-height: 20px;
  height: 48px;
  padding: 13px 45px 13px 20px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}
.p2h-visual .p2h-area button[type=submit] {
  position: absolute;
  top: 12px;
  right: 15px;
  border-radius: 0;
  background: none;
  border: 0;
  padding: 0;
  color: #ccc;
  font-size: 20px;
  line-height: 24px;
}
.p2h-visual .p2h-area button[type=submit]:hover {
  color: #5071b3;
}
.p2h-visual .p2h-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
@media only screen and (max-width: 1169px) {
  .p2h-visual .p2h-text {
    width: 100%;
    padding: 0 15px;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .p2h-visual .p2h-text {
    top: auto;
    transform: translate(0, 0);
    bottom: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .p2h-visual .p2h-text {
    bottom: 10%;
  }
}
.p2h-visual .p2h-text h1 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 300;
  margin: 0 0 22px;
}
.p2h-visual .p2h-text h1 strong {
  display: block;
  font-size: 44px;
}
@media only screen and (max-width: 991px) {
  .p2h-visual .p2h-text h1 {
    font-size: 30px;
    line-height: 48px;
  }
  .p2h-visual .p2h-text h1 strong {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p2h-visual .p2h-text h1 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 18px;
  }
  .p2h-visual .p2h-text h1 strong {
    font-size: 29px;
    line-height: 35px;
  }
}
.p2h-visual .p2h-text a {
  color: #ffffff;
}
.p2h-visual .p2h-text a:hover {
  text-decoration: none;
  opacity: 0.85;
}
.p2h-visual .p2h-text .btn {
  vertical-align: middle;
  margin-right: 27px;
  background: #ffffff;
  color: #22407c;
  font-size: 15px;
  line-height: 19px;
  padding: 15px 28px;
}
.p2h-visual .p2h-text .btn:hover {
  background: #5071b3;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .p2h-visual .p2h-text .btn {
    margin: 0 10px 24px;
    padding: 15px 34px;
  }
}
@media only screen and (max-width: 767px) {
  .p2h-visual .p2h-text .p2h-info {
    display: block;
  }
}
.p2h-visual .p2h-item {
  color: #bbb;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
.p2h-visual .p2h-item a {
  color: #ffffff;
  font-weight: bold;
}
.p2h-visual .p2h-item span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.p2h-visual .p2h-item .p2h-photo {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  overflow: hidden;
}
.p2h-visual .p2h-item .p2h-photo img {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .p2h-visual .p2h-item .p2h-photo img {
    height: auto;
    left: 0;
    position: static;
    transform: translate(0, 0);
  }
}
.p2h-item-block {
  background: #ffffff;
  border-radius: 6px;
  padding: 18px 19px 20px;
  margin-top: -53px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p2h-item-block {
    background: none;
    border-radius: 0;
    padding: 0 15px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: auto;
    width: 100%;
  }
}
.p2h-item-block .p2h-time {
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  top: -34px;
  left: 20px;
}
.p2h-item-block .p2h-heading {
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 14px;
  font-size: 14px;
  color: #999999;
  margin-bottom: 22px;
}
.p2h-item-block .p2h-title {
  float: left;
  width: 33.33%;
  padding: 0 0 0 30px;
}
.p2h-item-block .p2h-title:first-child {
  padding-left: 0;
}
.p2h-item-block .p2h-box-holder {
  overflow: hidden;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .p2h-item-block .p2h-box-holder {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .p2h-item-block .p2h-box-holder {
    white-space: nowrap;
    overflow: visible;
  }
}
.p2h-item-block .p2h-box {
  float: left;
  width: 33.33%;
  border-left: 1px solid #e3e3e3;
  padding: 0 10px 4px 29px;
  font-size: 13px;
  color: #999999;
  /* tabs switcher styles */
}
.p2h-item-block .p2h-box:first-child {
  padding-left: 10px;
  border: 0;
}
@media only screen and (max-width: 1169px) {
  .p2h-item-block .p2h-box {
    padding: 0 5px 0 15px;
  }
  .p2h-item-block .p2h-box:first-child {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .p2h-item-block .p2h-box {
    width: auto;
    float: none;
    display: inline-block;
    border: 0;
    padding: 0 20px 0 0;
  }
}
.p2h-item-block .p2h-box a {
  color: #777777;
  font-weight: bold;
  transition: none;
}
.p2h-item-block .p2h-box h2 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 8px;
}
@media only screen and (max-width: 1169px) {
  .p2h-item-block .p2h-box h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.p2h-item-block .p2h-box h2.p2h-alt {
  margin-right: -10px;
}
.p2h-item-block .p2h-box h2 span {
  color: #777777;
  font-weight: normal;
  font-size: 15px;
}
@media only screen and (max-width: 1169px) {
  .p2h-item-block .p2h-box h2 span {
    font-size: 13px;
  }
}
.p2h-item-block .p2h-box .btn {
  margin: 10px 0 15px;
}
@media only screen and (max-width: 767px) {
  .p2h-item-block .p2h-box .p2h-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    color: #ffffff;
    padding-bottom: 15px;
  }
  .p2h-item-block .p2h-box .p2h-link:hover,
  .p2h-item-block .p2h-box .p2h-link:focus {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .p2h-item-block .p2h-box.active .p2h-link {
    border-bottom: 5px solid #698bcf;
    padding-bottom: 10px;
  }
}
/* tabs content holder styles */
.p2h-tab-content {
  padding-top: 80px;
  margin-top: -40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p2h-tab-content {
    padding: 0;
    margin-top: -20px;
  }
}
.p2h-tab-content .p2h-title {
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 20px 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.p2h-tab-content .p2h-title span {
  font-weight: normal;
  color: #777777;
  font-size: 13px;
  padding: 5px 0 0 4px;
}
/* single post styles */
.p2h-post {
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 6px;
  padding: 16px 20px 20px;
  font-size: 13px;
  line-height: 17px;
  color: #999999;
}
@media only screen and (max-width: 767px) {
  .p2h-post {
    border-radius: 0;
    margin: 0 -15px 9px;
    border-bottom: 1px solid #e3e3e3;
    padding: 13px 20px;
  }
}
.p2h-post:hover {
  background: #fbfbfb;
}
.p2h-post.p2h-orange {
  background: #fffbf4;
  border: 1px solid #f3d0c6;
}
.p2h-post.p2h-orange h2 a,
.p2h-post.p2h-orange h3 a:hover,
.p2h-post.p2h-orange .p2h-name {
  color: #f66b42;
}
.p2h-post.p2h-orange .btn {
  border: 1px solid #f66b42;
  color: #f66b42;
  margin-top: 4px;
}
.p2h-post.p2h-orange .btn:hover {
  background: #f66b42;
  color: #ffffff;
}
.p2h-post.p2h-green h2 a,
.p2h-post.p2h-green h3 a:hover,
.p2h-post.p2h-green .p2h-name {
  color: #8eba58;
}
.p2h-post.p2h-green .btn {
  border: 1px solid #8eba58;
  color: #8eba58;
  margin-top: 4px;
}
.p2h-post.p2h-green .btn:hover {
  background: #8eba58;
  color: #ffffff;
}
.p2h-post.p2h-blue h2 a,
.p2h-post.p2h-blue h3 a:hover,
.p2h-post.p2h-blue .p2h-name {
  color: #2683da;
}
.p2h-post.p2h-blue .btn {
  color: #2683da;
  border: 1px solid #2683da;
  margin-top: 4px;
}
.p2h-post.p2h-blue .btn:hover {
  background: #2683da;
  color: #ffffff;
}
.p2h-post.p2h-violet h2 a,
.p2h-post.p2h-violet h3 a:hover,
.p2h-post.p2h-violet .p2h-name {
  color: #663489;
}
.p2h-post.p2h-violet .btn {
  border: 1px solid #663489;
  color: #663489;
  margin-top: 4px;
}
.p2h-post.p2h-violet .btn:hover {
  background: #663489;
  color: #ffffff;
}
.p2h-post.p2h-yellow h2 a,
.p2h-post.p2h-yellow h3 a:hover,
.p2h-post.p2h-yellow .p2h-name {
  color: #f0a31c;
}
.p2h-post.p2h-yellow .btn {
  border: 1px solid #f0a31c;
  color: #f0a31c;
  margin-top: 4px;
}
.p2h-post.p2h-yellow .btn:hover {
  background: #f0a31c;
  color: #ffffff;
}
.p2h-post.p2h-pink h2 a,
.p2h-post.p2h-pink h3 a:hover,
.p2h-post.p2h-pink .p2h-name {
  color: #da44d8;
}
.p2h-post.p2h-pink .btn {
  border: 1px solid #da44d8;
  color: #da44d8;
  margin-top: 4px;
}
.p2h-post.p2h-pink .btn:hover {
  background: #da44d8;
  color: #ffffff;
}
.p2h-post.p2h-dark-blue h2 a,
.p2h-post.p2h-dark-blue h3 a:hover,
.p2h-post.p2h-dark-blue .p2h-name {
  color: #4b789b;
}
.p2h-post.p2h-dark-blue .btn {
  border: 1px solid #4b789b;
  color: #4b789b;
  margin-top: 4px;
}
.p2h-post.p2h-dark-blue .btn:hover {
  background: #4b789b;
  color: #ffffff;
}
.p2h-post.p2h-purple h2 a,
.p2h-post.p2h-purple h3 a:hover,
.p2h-post.p2h-purple .p2h-name {
  color: #6c39d4;
}
.p2h-post.p2h-purple .btn {
  border: 1px solid #6c39d4;
  color: #6c39d4;
  margin-top: 4px;
}
.p2h-post.p2h-purple .btn:hover {
  background: #6c39d4;
  color: #ffffff;
}
.p2h-post h2 {
  font-size: 18px;
  margin: 3px 0 4px;
}
@media only screen and (max-width: 767px) {
  .p2h-post h2 {
    font-size: 19px;
  }
}
.p2h-post h2 a:hover {
  text-decoration: none;
}
.p2h-post h3 {
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .p2h-post h3 {
    font-size: 16px;
  }
}
.p2h-post h3 a {
  color: #000;
}
.p2h-post h3 a:hover {
  text-decoration: none;
}
.p2h-post h3 span {
  color: #777777;
  font-weight: normal;
}
.p2h-post .p2h-holder {
  overflow: hidden;
}
.p2h-post .p2h-photo-block {
  width: 230px;
  line-height: 16px;
  padding-top: 3px;
  float: left;
  margin-left: -230px;
}
@media only screen and (max-width: 767px) {
  .p2h-post .p2h-photo-block {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p2h-post .p2h-photo-block .p2h-row {
    justify-content: flex-end;
  }
}
.p2h-post .p2h-photo {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  overflow: hidden;
  margin: 2px 0 0 12px;
}
.p2h-post .p2h-photo img {
  display: block;
}
.p2h-post .p2h-frame {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p2h-post .p2h-frame .p2h-row {
    display: flex;
    align-items: center;
    min-height: 30px;
    margin-left: -4px;
  }
  .p2h-post .p2h-frame .p2h-row a {
    margin: 0 4px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .p2h-post .p2h-frame {
    text-align: left;
  }
}
.p2h-post .p2h-frame span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .p2h-post .p2h-frame span {
    display: inline;
  }
}
.p2h-post .p2h-frame strong {
  color: #777777;
}
.p2h-post a {
  color: #777777;
}
.p2h-post .p2h-name {
  font-weight: bold;
}
.p2h-post .p2h-info {
  width: 100%;
  float: left;
  padding-right: 230px;
}
@media only screen and (max-width: 767px) {
  .p2h-post .p2h-info {
    float: none;
    padding: 0;
  }
}
.p2h-post .btn {
  float: left;
  margin-right: 12px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .p2h-post .btn {
    float: none;
    margin: 0 0 7px;
  }
}
.p2h-banner {
  border: 1px solid #cfcfcf;
  max-width: 728px;
  margin: 4px auto 0;
}
.p2h-banner img {
  display: block;
  width: 100%;
  height: auto;
}
/* sidebar styles */
.p2h-heading-text {
  min-height: 80px;
  padding: 20px 20px 8px 0;
  font-size: 13px;
  margin-top: -40px;
  color: #777777;
}
@media only screen and (max-width: 1169px) {
  .p2h-heading-text {
    padding-right: 15px;
  }
}
.p2h-heading-text strong {
  font-size: 14px;
  color: #000;
  display: block;
}
.p2h-aside {
  padding: 0 0 60px;
}
.p2h-aside.fixed-position {
  width: 296px;
}
@media only screen and (max-width: 1169px) {
  .p2h-aside.fixed-position {
    width: 239px;
  }
}
.p2h-heading-box {
  background: #22407c;
  border-radius: 6px;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 40px 24px;
  position: relative;
  margin: 0 0 10px;
  color: #ffffff;
}
@media only screen and (max-width: 1169px) {
  .p2h-heading-box {
    padding: 20px 20px 24px;
  }
}
.p2h-heading-box:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #22407c transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.p2h-logo-holder {
  background: #ffffff;
  border-radius: 6px;
  overflow-y: hidden;
}
.p2h-logo-holder .p2h-logo-frame {
  margin: -1px 0 0 -1px;
}
.p2h-logo-holder .p2h-logo {
  float: left;
  width: 33.33%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
/* search form styles */
.p2h-search-form {
  margin: 0 0 25px;
}
.p2h-search-form .p2h-area {
  position: relative;
  padding-right: 49px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
}
.p2h-search-form .form-control {
  border: 0;
  border-radius: 0;
  height: 48px;
  width: 100%;
}
.p2h-search-form button[type=submit] {
  height: 48px;
  width: 49px;
  border-left: 1px solid #e2e2e2;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  font-size: 20px;
  text-align: center;
  background: #22407c;
  color: #ffffff;
}
.p2h-search-form button[type=submit]:hover {
  background: #5071b3;
}
.p2h-search-form button[type=submit] span {
  display: inline-block;
  width: 24px;
}
/* tabs switcher styles */
.nav-tabs {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -13px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .nav-tabs {
    margin: 0 0 40px;
    display: table;
    width: 100%;
  }
}
.nav-tabs > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  border-left: 1px solid #e2e2e2;
}
.nav-tabs > li:first-child {
  border-left: 0;
}
@media only screen and (max-width: 767px) {
  .nav-tabs > li {
    display: table-cell;
    margin-right: 0;
  }
}
.nav-tabs > li a {
  color: #aaa;
  border: 0 !important;
  border-radius: 0;
  padding: 13px;
  min-width: 141px;
  text-align: center;
  margin-right: 0;
}
.nav-tabs > li a:hover {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .nav-tabs > li a {
    min-width: 0;
  }
}
.p2h-top-block {
  padding: 14px 0 0;
}
@media only screen and (max-width: 767px) {
  .p2h-top-block {
    padding: 10px 0 0;
  }
}
.p2h-top-block .p2h-search-form {
  margin: -9px 0 20px;
}
.p2h-top-block .p2h-search-form .p2h-area {
  border: 0;
}
.p2h-top-block .p2h-search-form .form-control {
  height: 50px;
}
.p2h-top-block .p2h-search-form button[type="submit"] {
  height: 50px;
}
.p2h-top-block .p2h-icon-holder {
  width: 52px;
  height: 52px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin: 7px 15px 20px 0;
}
@media only screen and (max-width: 991px) {
  .p2h-top-block .p2h-icon-holder {
    margin: 12px 15px 24px 0;
  }
}
.p2h-top-block h1 {
  margin: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 0 5px;
}
@media only screen and (max-width: 991px) {
  .p2h-top-block h1 {
    padding-top: 5px;
  }
}
.p2h-top-block h1.alt {
  font-size: 26px;
  padding: 0 0 22px;
}
@media only screen and (max-width: 767px) {
  .p2h-top-block h1.alt {
    font-size: 19px;
    line-height: 25px;
    padding: 6px 0 20px;
  }
}
.breadcrumb-holder {
  max-width: 100%;
  overflow: auto;
  margin: 0 0 10px;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 13px;
    white-space: nowrap;
  }
}
.breadcrumb a {
  color: #ffffff;
}
.p2h-buttons {
  padding: 20px 0 16px;
}
@media only screen and (max-width: 991px) {
  .p2h-buttons {
    padding: 0;
    margin: 0 -15px;
  }
  .p2h-buttons .container {
    width: 100%;
  }
}
.p2h-buttons .p2h-open {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-bottom: 4px;
}
@media only screen and (max-width: 991px) {
  .p2h-buttons .p2h-open {
    border: 0;
    border-radius: 0;
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 17px 15px;
    text-transform: none;
    position: relative;
    margin-bottom: 0;
  }
  .p2h-buttons .p2h-open:after {
    font-family: 'Glyphicons Halflings';
    content: "\e260";
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 20px;
    font-weight: normal;
  }
  .p2h-buttons .p2h-open.collapsed:after {
    content: "\e259";
  }
}
@media only screen and (min-width: 992px) {
  .p2h-buttons .p2h-btn-holder {
    display: inline !important;
    height: auto !important;
    vertical-align: top;
  }
}
.p2h-buttons .p2h-btn-holder .btn {
  background: #ffffff;
  margin-bottom: 4px;
}
@media only screen and (max-width: 991px) {
  .p2h-buttons .p2h-btn-holder .btn {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    display: block;
    text-align: left;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    color: #ffffff;
    padding: 17px 15px;
    position: relative;
    margin-bottom: 0;
  }
  .p2h-buttons .p2h-btn-holder .btn:first-child {
    border-top: 0;
  }
  .p2h-buttons .p2h-btn-holder .btn:after {
    font-family: 'icomoon';
    content: "\e901";
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 20px;
    font-size: 15px;
    opacity: 0.4;
    font-weight: normal;
  }
}
/* slide element styles */
.p2h-open-block {
  margin: 0 0 25px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .p2h-open-block {
    font-size: 13px;
  }
}
.p2h-open-block .p2h-opener {
  font-weight: normal;
  font-size: 14px;
  display: block;
  padding: 10px;
  border-radius: 0;
}
@media only screen and (max-width: 1199px) {
  .p2h-open-block .p2h-opener {
    font-size: 13px;
  }
}
.p2h-open-block .p2h-drop {
  padding: 10px;
}
.p2h-functional-row {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p2h-functional-row {
    padding-bottom: 10px;
  }
  .p2h-content-area .p2h-functional-row {
    padding: 10px 0 0;
  }
  .p2h-functional-row .p2h-social {
    float: right;
  }
}
.p2h-wrap .p2h-btn-top {
  background: #ffffff;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 11px 14px;
  margin: 0 6px 10px 0;
}
@media only screen and (max-width: 767px) {
  .p2h-wrap .p2h-btn-top {
    font-size: 13px;
    padding: 9px;
    margin: 0 0 10px;
  }
}
.p2h-wrap .text-right .p2h-btn-top {
  margin: 0 0 10px 6px;
}
@media only screen and (max-width: 767px) {
  .p2h-wrap .text-right .p2h-btn-top {
    margin: 0 0 10px;
  }
}
.p2h-sort {
  display: inline-block;
  vertical-align: top;
}
/* pagination block styles */
@media only screen and (max-width: 767px) {
  .p2h-pagination-section {
    min-height: 65px;
  }
}
.p2h-pagination-section .fixed-position {
  position: fixed;
  bottom: 0;
  margin: 0 !important;
  left: 0;
  z-index: 10;
  width: 100%;
}
.p2h-pagination-holder {
  text-align: right;
}
.p2h-pagination-holder a.p2h-prev-link,
.p2h-pagination-holder a.p2h-next-link {
  display: none;
}
.p2h-pagination-holder a.p2h-prev-link:hover,
.p2h-pagination-holder a.p2h-next-link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .p2h-pagination-holder {
    text-align: left;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p2h-pagination-holder {
    position: relative;
    height: 65px;
    margin: 10px -15px 0;
    background: #ffffff;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.07), 0 3px 0 rgba(0, 0, 0, 0.07);
  }
  .p2h-pagination-holder .pagination a {
    display: none;
  }
  .p2h-pagination-holder .pagination a.p2h-prev,
  .p2h-pagination-holder .pagination a.p2h-next {
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 18px;
  }
  .p2h-pagination-holder .pagination a.p2h-prev span,
  .p2h-pagination-holder .pagination a.p2h-next span {
    font-size: 43px;
  }
  .p2h-pagination-holder .pagination a.p2h-next {
    left: auto;
    right: 18px;
  }
  .p2h-pagination-holder .pagination a.p2h-prev-link,
  .p2h-pagination-holder .pagination a.p2h-next-link {
    display: block;
    padding: 0;
    border: 0;
    position: absolute;
    top: 6px;
    left: 65px;
    font-size: 43px;
    line-height: 1;
  }
  .p2h-pagination-holder .pagination a.p2h-next-link {
    left: auto;
    right: 65px;
  }
}
.p2h-pagination-holder .p2h-info-row {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}
.p2h-pagination-holder .p2h-info-row em {
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .p2h-pagination-holder .p2h-info-row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    border: 1px solid #eee;
    margin: 0 0 0 -11px;
    height: 42px;
  }
  .p2h-pagination-holder .p2h-info-row span {
    display: none;
  }
  .p2h-pagination-holder .p2h-info-row em {
    float: left;
    padding: 9px 0;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    color: #999;
    width: 68px;
    text-align: center;
  }
  .p2h-pagination-holder .p2h-info-row em.alt {
    display: none;
  }
}
.p2h-pagination-holder .p2h-number-form {
  display: inline-block;
  vertical-align: middle;
  width: 71px;
  height: 40px;
  margin-left: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p2h-pagination-holder .p2h-number-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    margin: 0 0 0 -10px;
    width: 50px;
    height: 42px;
  }
}
.p2h-pagination-holder button[type=submit] {
  position: absolute;
  top: 1px;
  right: 0;
  border: 0;
  width: 26px;
  height: 38px;
  padding: 0 12px 7px 0;
  font-size: 32px;
  line-height: 1;
  color: #bbb;
  background: none;
}
@media only screen and (max-width: 767px) {
  .p2h-pagination-holder button[type=submit] {
    display: none;
  }
}
.p2h-social {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style: none;
}
.p2h-social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.p2h-social a {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  color: #bbb;
  text-align: center;
  font-size: 20px;
  line-height: 42px;
}
.p2h-social a:focus {
  text-decoration: none;
}
.p2h-social a:hover {
  text-decoration: none;
}
.p2h-social a:hover .icon-facebook {
  color: #4361a0;
}
.p2h-social a:hover .icon-twitter {
  color: #4cabf0;
}
@media only screen and (max-width: 767px) {
  .p2h-social a {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
}
.p2h-list {
  font-size: 13px;
  padding: 10px 0 0;
  overflow: hidden;
}
.p2h-list ul {
  margin: 0 0 0 -17px;
}
.p2h-list li {
  padding: 0 0 8px;
}
.p2h-list li:before {
  content: '';
  width: 1px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  background: #bdbdbd;
}
/* comment block styles */
.p2h-comment {
  background: #ffffff;
  border-radius: 6px;
  margin: 0 0 10px;
  padding: 16px 20px 20px 60px;
}
@media only screen and (max-width: 767px) {
  .p2h-comment {
    padding: 14px 15px 20px;
    border-radius: 0;
    margin: 0 -15px 8px;
    border-bottom: 2px solid #e3e3e3;
  }
}
.p2h-comment h2 {
  font-size: 15px;
  margin: 0 0 16px;
}
.p2h-comment p {
  margin: 0 0 15px;
}
.p2h-comment a {
  text-decoration: underline;
}
.p2h-comment a:hover {
  text-decoration: none;
}
.p2h-comment dl {
  overflow: hidden;
  margin: 0 0 10px;
}
.p2h-comment dl dt {
  font-weight: normal;
  float: left;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .p2h-comment dl dt {
    float: none;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p2h-comment dl dd {
    display: block;
    margin: 0 0 5px;
  }
}
.p2h-comment .btn {
  text-decoration: none;
  margin-bottom: 20px;
}
.p2h-comment .btn:hover {
  background: #ffffff;
}
.p2h-comment .btn-default {
  color: #999 !important;
}
.p2h-comment ul {
  margin: 0;
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
.p2h-comment ul li {
  padding: 0 0 10px 14px;
  position: relative;
}
.p2h-comment ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 9px;
  left: 0;
}
.p2h-comment .p2h-heading-row {
  margin: 0 0 20px;
}
.p2h-comment .p2h-heading-row:after {
  content: '';
  display: block;
  clear: both;
}
.p2h-comment .p2h-photo-block {
  margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .p2h-comment .p2h-photo-block {
    margin-left: 0;
  }
}
.p2h-comment .p2h-photo-block .p2h-photo {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  margin: 2px 6px 0 0;
}
.p2h-comment .p2h-photo-block .p2h-photo img {
  display: block;
}
.p2h-comment .p2h-photo-block .p2h-frame {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  font-size: 13px;
  line-height: 18px;
}
.p2h-comment .p2h-photo-block .p2h-frame span {
  display: block;
}
.p2h-comment .p2h-photo-block .p2h-frame .name {
  font-weight: bold;
  text-decoration: none;
}
.p2h-comment .p2h-photo-block .p2h-frame .name:hover {
  text-decoration: underline;
}
.p2h-comment .p2h-date {
  font-size: 13px;
  line-height: 18px;
  color: #777;
}
.p2h-comment .p2h-date time {
  display: block;
}
.p2h-comment .p2h-social {
  padding: 10px 0 0;
  margin: 0;
  vertical-align: middle;
}
.p2h-comment .p2h-social li {
  padding: 0;
}
.p2h-comment .p2h-social li:before {
  display: none;
}
.p2h-comment .p2h-social a {
  text-decoration: none;
  background: #f9f9f9;
  font-size: 16px;
  color: #bbb !important;
}
.p2h-comment .p2h-social a:hover {
  color: #ffffff !important;
}
.p2h-comment .p2h-social a .icon-like {
  font-size: 20px;
}
.p2h-comment .p2h-info-link {
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 5px;
}
.p2h-comment .p2h-info-link:hover {
  text-decoration: underline;
}
.p2h-comment .p2h-video {
  margin-bottom: 20px;
}
.p2h-message {
  padding-bottom: 15px;
}
.p2h-message .p2h-block {
  margin-bottom: 5px;
  background: #f5f5f5;
  border-radius: 5px;
  color: #525252;
  padding: 15px 20px;
}
.p2h-message .p2h-name {
  font-style: italic;
}
.p2h-message .p2h-name a {
  text-decoration: none;
}
.p2h-message .p2h-name a:hover {
  text-decoration: underline;
}
.p2h-message img {
  display: block;
  margin: 15px 0 5px;
}
.p2h-message .btn {
  margin-bottom: 0;
  background: #ffffff;
}
.p2h-message .btn:hover {
  background: #f9f9f9;
}
.p2h-comment-form textarea {
  box-shadow: none;
  width: 100%;
  height: 174px;
  min-height: 174px;
  display: block;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .p2h-comment-form textarea {
    height: 100px;
    min-height: 100px;
    border-radius: 0;
  }
}
body.green .p2h-top-block,
body.blue .p2h-top-block,
body.orange .p2h-top-block,
body.violet .p2h-top-block,
body.yellow .p2h-top-block,
body.pink .p2h-top-block,
body.dark-blue .p2h-top-block,
body.purple .p2h-top-block,
body.green .p2h-open-block .p2h-opener:hover,
body.blue .p2h-open-block .p2h-opener:hover,
body.orange .p2h-open-block .p2h-opener:hover,
body.violet .p2h-open-block .p2h-opener:hover,
body.yellow .p2h-open-block .p2h-opener:hover,
body.pink .p2h-open-block .p2h-opener:hover,
body.dark-blue .p2h-open-block .p2h-opener:hover,
body.purple .p2h-open-block .p2h-opener:hover,
body.green .p2h-wrap .p2h-btn-top:hover,
body.blue .p2h-wrap .p2h-btn-top:hover,
body.orange .p2h-wrap .p2h-btn-top:hover,
body.violet .p2h-wrap .p2h-btn-top:hover,
body.yellow .p2h-wrap .p2h-btn-top:hover,
body.pink .p2h-wrap .p2h-btn-top:hover,
body.dark-blue .p2h-wrap .p2h-btn-top:hover,
body.purple .p2h-wrap .p2h-btn-top:hover {
  color: #ffffff;
}
body.green .p2h-top-block {
  background: #8eba58;
}
body.green .p2h-top-block button[type="submit"] {
  background: #a6c97c;
}
body.green .p2h-top-block button[type="submit"]:hover {
  background: #7ca946;
}
body.green .p2h-buttons {
  background: #7ca946;
}
body.green .p2h-buttons .p2h-btn-holder .btn {
  color: #8eba58;
}
body.green .p2h-buttons .p2h-btn-holder .btn:hover {
  background: #8eba58;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body.green .p2h-buttons .p2h-btn-holder .btn {
    color: #ffffff;
    background: #8eba58;
  }
}
@media only screen and (max-width: 991px) {
  body.green .p2h-buttons .p2h-open {
    border-top: 1px solid #7aa544;
    border-bottom: 1px solid #7aa544;
  }
}
body.green .p2h-open-block .p2h-opener {
  color: #8eba58;
}
body.green .p2h-open-block .p2h-opener:hover {
  background: #8eba58;
}
body.green .p2h-wrap .p2h-btn-top {
  color: #8eba58;
}
body.green .p2h-wrap .p2h-btn-top:hover {
  background: #8eba58;
  border-color: #8eba58;
}
body.green .p2h-number-form:hover button {
  color: #8eba58;
}
body.green .pagination a.p2h-prev:hover,
body.green .pagination a.p2h-next:hover {
  color: #8eba58 !important;
}
@media only screen and (max-width: 767px) {
  body.green .pagination a.p2h-prev,
  body.green .pagination a.p2h-next,
  body.green .pagination a.btn,
  body.green .pagination a.p2h-prev-link,
  body.green .pagination a.p2h-next-link {
    color: #8eba58 !important;
  }
}
body.green .p2h-post h3 a:hover,
body.green .p2h-holder a,
body.green .p2h-item-title a:hover,
body.green .p2h-list a,
body.green .p2h-comment a {
  color: #8eba58;
}
body.green .p2h-item-row .btn {
  color: #a6c97c;
  border: 1px solid #e3eed6;
}
body.green .p2h-item-row .btn:hover {
  color: #ffffff;
  background: #8eba58;
  border-color: #8eba58;
}
body.green .p2h-comment .p2h-social a:hover {
  background: #8eba58;
  border-color: #8eba58;
}
body.blue .p2h-top-block {
  background: #2683da;
}
body.blue .p2h-top-block button[type="submit"] {
  background: #529ce1;
}
body.blue .p2h-top-block button[type="submit"]:hover {
  background: #2071bc;
}
body.blue .p2h-buttons {
  background: #2071bc;
}
body.blue .p2h-buttons .p2h-btn-holder .btn {
  color: #2683da;
}
body.blue .p2h-buttons .p2h-btn-holder .btn:hover {
  background: #2683da;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body.blue .p2h-buttons .p2h-btn-holder .btn {
    color: #ffffff;
    background: #2683da;
  }
}
@media only screen and (max-width: 991px) {
  body.blue .p2h-buttons .p2h-open {
    border-top: 1px solid #1f6eb8;
    border-bottom: 1px solid #1f6eb8;
  }
}
body.blue .p2h-open-block .p2h-opener {
  color: #2683da;
}
body.blue .p2h-open-block .p2h-opener:hover {
  background: #2683da;
}
body.blue .p2h-wrap .p2h-btn-top {
  color: #2683da;
}
body.blue .p2h-wrap .p2h-btn-top:hover {
  background: #2683da;
  border-color: #2683da;
}
body.blue .p2h-number-form:hover button {
  color: #2683da;
}
body.blue .pagination a.p2h-prev:hover,
body.blue .pagination a.p2h-next:hover {
  color: #2683da !important;
}
body.blue .pagination .btn:hover span {
  color: #2683da;
}
@media only screen and (max-width: 767px) {
  body.blue .pagination a.p2h-prev,
  body.blue .pagination a.p2h-next,
  body.blue .pagination a.btn,
  body.blue .pagination a.p2h-prev-link,
  body.blue .pagination a.p2h-next-link {
    color: #2683da !important;
  }
}
body.blue .p2h-post h3 a:hover,
body.blue .p2h-holder a,
body.blue .p2h-item-title a:hover,
body.blue .p2h-list a,
body.blue .p2h-comment a {
  color: #2683da;
}
body.blue .p2h-item-row .btn {
  color: #529ce1;
  border: 1px solid #bedaf4;
}
body.blue .p2h-item-row .btn:hover {
  color: #ffffff;
  background: #2683da;
  border-color: #2683da;
}
body.blue .p2h-comment .p2h-social a:hover {
  background: #2683da;
  border-color: #2683da;
}
body.orange .p2h-top-block {
  background: #f66b42;
}
body.orange .p2h-top-block button[type="submit"] {
  background: #f89173;
}
body.orange .p2h-top-block button[type="submit"]:hover {
  background: #f45020;
}
body.orange .p2h-buttons {
  background: #f45020;
}
body.orange .p2h-buttons .p2h-btn-holder .btn {
  color: #f66b42;
}
body.orange .p2h-buttons .p2h-btn-holder .btn:hover {
  background: #f66b42;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body.orange .p2h-buttons .p2h-btn-holder .btn {
    color: #ffffff;
    background: #f66b42;
  }
}
@media only screen and (max-width: 991px) {
  body.orange .p2h-buttons .p2h-open {
    border-top: 1px solid #f44d1b;
    border-bottom: 1px solid #f44d1b;
  }
}
body.orange .p2h-open-block .p2h-opener {
  color: #f66b42;
}
body.orange .p2h-open-block .p2h-opener:hover {
  background: #f66b42;
}
body.orange .p2h-wrap .p2h-btn-top {
  color: #f66b42;
}
body.orange .p2h-wrap .p2h-btn-top:hover {
  background: #f66b42;
  border-color: #f66b42;
}
body.orange .p2h-number-form:hover button {
  color: #f66b42;
}
body.orange .pagination a.p2h-prev:hover,
body.orange .pagination a.p2h-next:hover {
  color: #f66b42 !important;
}
body.orange .pagination .btn:hover span {
  color: #f66b42;
}
@media only screen and (max-width: 767px) {
  body.orange .pagination a.p2h-prev,
  body.orange .pagination a.p2h-next,
  body.orange .pagination a.btn,
  body.orange .pagination a.p2h-prev-link,
  body.orange .pagination a.p2h-next-link {
    color: #f66b42 !important;
  }
}
body.orange .p2h-post h3 a:hover,
body.orange .p2h-holder a,
body.orange .p2h-item-title a:hover,
body.orange .p2h-list a,
body.orange .p2h-comment a {
  color: #f66b42;
}
body.orange .p2h-item-row .btn {
  color: #f89173;
  border: 1px solid #fef0ec;
}
body.orange .p2h-item-row .btn:hover {
  color: #ffffff;
  background: #f66b42;
  border-color: #f66b42;
}
body.orange .p2h-comment .p2h-social a:hover {
  background: #f66b42;
  border-color: #f66b42;
}
body.violet .p2h-top-block {
  background: #663489;
}
body.violet .p2h-top-block button[type="submit"] {
  background: #8242ae;
}
body.violet .p2h-top-block button[type="submit"]:hover {
  background: #532a6f;
}
body.violet .p2h-buttons {
  background: #532a6f;
}
body.violet .p2h-buttons .p2h-btn-holder .btn {
  color: #663489;
}
body.violet .p2h-buttons .p2h-btn-holder .btn:hover {
  background: #663489;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body.violet .p2h-buttons .p2h-btn-holder .btn {
    color: #ffffff;
    background: #663489;
  }
}
@media only screen and (max-width: 991px) {
  body.violet .p2h-buttons .p2h-open {
    border-top: 1px solid #50296b;
    border-bottom: 1px solid #50296b;
  }
}
body.violet .p2h-open-block .p2h-opener {
  color: #663489;
}
body.violet .p2h-open-block .p2h-opener:hover {
  background: #663489;
}
body.violet .p2h-wrap .p2h-btn-top {
  color: #663489;
}
body.violet .p2h-wrap .p2h-btn-top:hover {
  background: #663489;
  border-color: #663489;
}
body.violet .p2h-number-form:hover button {
  color: #663489;
}
body.violet .pagination a.p2h-prev:hover,
body.violet .pagination a.p2h-next:hover {
  color: #663489 !important;
}
body.violet .pagination .btn:hover span {
  color: #663489;
}
@media only screen and (max-width: 767px) {
  body.violet .pagination a.p2h-prev,
  body.violet .pagination a.p2h-next,
  body.violet .pagination a.btn,
  body.violet .pagination a.p2h-prev-link,
  body.violet .pagination a.p2h-next-link {
    color: #663489 !important;
  }
}
body.violet .p2h-post h3 a:hover,
body.violet .p2h-holder a,
body.violet .p2h-item-title a:hover,
body.violet .p2h-list a,
body.violet .p2h-comment a {
  color: #663489;
}
body.violet .p2h-item-row .btn {
  color: #8242ae;
  border: 1px solid #bd98d8;
}
body.violet .p2h-item-row .btn:hover {
  color: #ffffff;
  background: #663489;
  border-color: #663489;
}
body.violet .p2h-comment .p2h-social a:hover {
  background: #663489;
  border-color: #663489;
}
body.yellow .p2h-top-block {
  background: #f0a31c;
}
body.yellow .p2h-top-block button[type="submit"] {
  background: #f3b64c;
}
body.yellow .p2h-top-block button[type="submit"]:hover {
  background: #da900e;
}
body.yellow .p2h-buttons {
  background: #da900e;
}
body.yellow .p2h-buttons .p2h-btn-holder .btn {
  color: #f0a31c;
}
body.yellow .p2h-buttons .p2h-btn-holder .btn:hover {
  background: #f0a31c;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body.yellow .p2h-buttons .p2h-btn-holder .btn {
    color: #ffffff;
    background: #f0a31c;
  }
}
@media only screen and (max-width: 991px) {
  body.yellow .p2h-buttons .p2h-open {
    border-top: 1px solid #d58d0e;
    border-bottom: 1px solid #d58d0e;
  }
}
body.yellow .p2h-open-block .p2h-opener {
  color: #f0a31c;
}
body.yellow .p2h-open-block .p2h-opener:hover {
  background: #f0a31c;
}
body.yellow .p2h-wrap .p2h-btn-top {
  color: #f0a31c;
}
body.yellow .p2h-wrap .p2h-btn-top:hover {
  background: #f0a31c;
  border-color: #f0a31c;
}
body.yellow .p2h-number-form:hover button {
  color: #f0a31c;
}
body.yellow .pagination a.p2h-prev:hover,
body.yellow .pagination a.p2h-next:hover {
  color: #f0a31c !important;
}
body.yellow .pagination .btn:hover span {
  color: #f0a31c;
}
@media only screen and (max-width: 767px) {
  body.yellow .pagination a.p2h-prev,
  body.yellow .pagination a.p2h-next,
  body.yellow .pagination a.btn,
  body.yellow .pagination a.p2h-prev-link,
  body.yellow .pagination a.p2h-next-link {
    color: #f0a31c !important;
  }
}
body.yellow .p2h-post h3 a:hover,
body.yellow .p2h-holder a,
body.yellow .p2h-item-title a:hover,
body.yellow .p2h-list a,
body.yellow .p2h-comment a {
  color: #f0a31c;
}
body.yellow .p2h-item-row .btn {
  color: #f3b64c;
  border: 1px solid #fbe7c3;
}
body.yellow .p2h-item-row .btn:hover {
  color: #ffffff;
  background: #f0a31c;
  border-color: #f0a31c;
}
body.yellow .p2h-comment .p2h-social a:hover {
  background: #f0a31c;
  border-color: #f0a31c;
}
body.pink .p2h-top-block {
  background: #da44d8;
}
body.pink .p2h-top-block button[type="submit"] {
  background: #e26fe1;
}
body.pink .p2h-top-block button[type="submit"]:hover {
  background: #d129cf;
}
body.pink .p2h-buttons {
  background: #d129cf;
}
body.pink .p2h-buttons .p2h-btn-holder .btn {
  color: #da44d8;
}
body.pink .p2h-buttons .p2h-btn-holder .btn:hover {
  background: #da44d8;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body.pink .p2h-buttons .p2h-btn-holder .btn {
    color: #ffffff;
    background: #da44d8;
  }
}
@media only screen and (max-width: 991px) {
  body.pink .p2h-buttons .p2h-open {
    border-top: 1px solid #cd29cb;
    border-bottom: 1px solid #cd29cb;
  }
}
body.pink .p2h-open-block .p2h-opener {
  color: #da44d8;
}
body.pink .p2h-open-block .p2h-opener:hover {
  background: #da44d8;
}
body.pink .p2h-wrap .p2h-btn-top {
  color: #da44d8;
}
body.pink .p2h-wrap .p2h-btn-top:hover {
  background: #da44d8;
  border-color: #da44d8;
}
body.pink .p2h-number-form:hover button {
  color: #da44d8;
}
body.pink .pagination a.p2h-prev:hover,
body.pink .pagination a.p2h-next:hover {
  color: #da44d8 !important;
}
body.pink .pagination .btn:hover span {
  color: #da44d8;
}
@media only screen and (max-width: 767px) {
  body.pink .pagination a.p2h-prev,
  body.pink .pagination a.p2h-next,
  body.pink .pagination a.btn,
  body.pink .pagination a.p2h-prev-link,
  body.pink .pagination a.p2h-next-link {
    color: #da44d8 !important;
  }
}
body.pink .p2h-post h3 a:hover,
body.pink .p2h-holder a,
body.pink .p2h-item-title a:hover,
body.pink .p2h-list a,
body.pink .p2h-comment a {
  color: #da44d8;
}
body.pink .p2h-item-row .btn {
  color: #e26fe1;
  border: 1px solid #f7d9f7;
}
body.pink .p2h-item-row .btn:hover {
  color: #ffffff;
  background: #da44d8;
  border-color: #da44d8;
}
body.pink .p2h-comment .p2h-social a:hover {
  background: #da44d8;
  border-color: #da44d8;
}
body.dark-blue .p2h-top-block {
  background: #4b789b;
}
body.dark-blue .p2h-top-block button[type="submit"] {
  background: #6591b4;
}
body.dark-blue .p2h-top-block button[type="submit"]:hover {
  background: #3f6583;
}
body.dark-blue .p2h-buttons {
  background: #3f6583;
}
body.dark-blue .p2h-buttons .p2h-btn-holder .btn {
  color: #4b789b;
}
body.dark-blue .p2h-buttons .p2h-btn-holder .btn:hover {
  background: #4b789b;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body.dark-blue .p2h-buttons .p2h-btn-holder .btn {
    color: #ffffff;
    background: #4b789b;
  }
}
@media only screen and (max-width: 991px) {
  body.dark-blue .p2h-buttons .p2h-open {
    border-top: 1px solid #3e6380;
    border-bottom: 1px solid #3e6380;
  }
}
body.dark-blue .p2h-open-block .p2h-opener {
  color: #4b789b;
}
body.dark-blue .p2h-open-block .p2h-opener:hover {
  background: #4b789b;
}
body.dark-blue .p2h-wrap .p2h-btn-top {
  color: #4b789b;
}
body.dark-blue .p2h-wrap .p2h-btn-top:hover {
  background: #4b789b;
  border-color: #4b789b;
}
body.dark-blue .p2h-number-form:hover button {
  color: #4b789b;
}
body.dark-blue .pagination a.p2h-prev:hover,
body.dark-blue .pagination a.p2h-next:hover {
  color: #4b789b !important;
}
body.dark-blue .pagination .btn:hover span {
  color: #4b789b;
}
@media only screen and (max-width: 767px) {
  body.dark-blue .pagination a.p2h-prev,
  body.dark-blue .pagination a.p2h-next,
  body.dark-blue .pagination a.btn,
  body.dark-blue .pagination a.p2h-prev-link,
  body.dark-blue .pagination a.p2h-next-link {
    color: #4b789b !important;
  }
}
body.dark-blue .p2h-post h3 a:hover,
body.dark-blue .p2h-holder a,
body.dark-blue .p2h-item-title a:hover,
body.dark-blue .p2h-list a,
body.dark-blue .p2h-comment a {
  color: #4b789b;
}
body.dark-blue .p2h-item-row .btn {
  color: #6591b4;
  border: 1px solid #bbcede;
}
body.dark-blue .p2h-item-row .btn:hover {
  color: #ffffff;
  background: #4b789b;
  border-color: #4b789b;
}
body.dark-blue .p2h-comment .p2h-social a:hover {
  background: #4b789b;
  border-color: #4b789b;
}
body.purple .p2h-top-block {
  background: #6c39d4;
}
body.purple .p2h-top-block button[type="submit"] {
  background: #8b63dd;
}
body.purple .p2h-top-block button[type="submit"]:hover {
  background: #5b2ac0;
}
body.purple .p2h-buttons {
  background: #5b2ac0;
}
body.purple .p2h-buttons .p2h-btn-holder .btn {
  color: #6c39d4;
}
body.purple .p2h-buttons .p2h-btn-holder .btn:hover {
  background: #6c39d4;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body.purple .p2h-buttons .p2h-btn-holder .btn {
    color: #ffffff;
    background: #6c39d4;
  }
}
@media only screen and (max-width: 991px) {
  body.purple .p2h-buttons .p2h-open {
    border-top: 1px solid #5929bb;
    border-bottom: 1px solid #5929bb;
  }
}
body.purple .p2h-open-block .p2h-opener {
  color: #6c39d4;
}
body.purple .p2h-open-block .p2h-opener:hover {
  background: #6c39d4;
}
body.purple .p2h-wrap .p2h-btn-top {
  color: #6c39d4;
}
body.purple .p2h-wrap .p2h-btn-top:hover {
  background: #6c39d4;
  border-color: #6c39d4;
}
body.purple .p2h-number-form:hover button {
  color: #6c39d4;
}
body.purple .pagination a.p2h-prev:hover,
body.purple .pagination a.p2h-next:hover {
  color: #6c39d4 !important;
}
body.purple .pagination .btn:hover span {
  color: #6c39d4;
}
@media only screen and (max-width: 767px) {
  body.purple .pagination a.p2h-prev,
  body.purple .pagination a.p2h-next,
  body.purple .pagination a.btn,
  body.purple .pagination a.p2h-prev-link,
  body.purple .pagination a.p2h-next-link {
    color: #6c39d4 !important;
  }
}
body.purple .p2h-post h3 a:hover,
body.purple .p2h-holder a,
body.purple .p2h-item-title a:hover,
body.purple .p2h-list a,
body.purple .p2h-comment a {
  color: #6c39d4;
}
body.purple .p2h-item-row .btn {
  color: #8b63dd;
  border: 1px solid #d9ccf4;
}
body.purple .p2h-item-row .btn:hover {
  color: #ffffff;
  background: #6c39d4;
  border-color: #6c39d4;
}
body.purple .p2h-comment .p2h-social a:hover {
  background: #6c39d4;
  border-color: #6c39d4;
}
/** @deprecated
.p2h-banner-holder {
  padding: 50px;
  background: @bg-block;
  border-radius: @border-radius-base;
  @media only screen and (max-width: 1199px) {
    padding: 30px;
  }

  img {
    display: block;
    margin: 0 auto;
    border: 1px solid #cfcfcf;
  }
}
/**/
.p2h-item-row-holder {
  padding-bottom: 8px;
}
.p2h-item-row {
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 2px;
  padding: 14px 17px 14px 21px;
}
@media only screen and (max-width: 767px) {
  .p2h-item-row {
    margin: 0 -15px 10px;
    box-shadow: 0 2px 0 #e3e3e3;
  }
}
.p2h-item-row:hover {
  background: #fbfbfb;
}
.p2h-item-row .p2h-item-title {
  display: block;
}
.p2h-item-row .p2h-item-title a {
  color: #333;
}
.p2h-item-row .p2h-item-title a:hover {
  text-decoration: none;
}
.p2h-item-row .btn {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p2h-item-row .btn {
    font-size: 12px;
  }
}
.p2h-item-row .p2h-btn-frame {
  padding: 12px 0 4px;
}
/* footer styles */
#p2h-footer {
  background: #e8e8e8;
  padding: 26px 0;
  height: 150px;
  font-size: 12px;
  color: #777777;
  position: relative;
  margin-top: -150px;
}
@media only screen and (max-width: 767px) {
  #p2h-footer {
    margin-top: 0;
    height: auto;
    font-size: 14px;
    padding: 15px 0 30px;
  }
}
#p2h-footer .container {
  max-width: 1170px;
}
#p2h-footer .p2h-copy {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #p2h-footer .p2h-copy {
    display: block;
    font-weight: bold;
    margin: 0 0 12px;
  }
}
#p2h-footer ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#p2h-footer ul li {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #p2h-footer ul li {
    display: block;
    margin: 0 0 9px;
  }
}
#p2h-footer ul li:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 0 7px;
}
@media only screen and (max-width: 767px) {
  #p2h-footer ul li:before {
    display: none;
  }
}
#p2h-footer a {
  color: #777777;
}
/* ---------------------------------------------------------
   4. Custom form styles
   ---------------------------------------------------------*/
/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  background: #fff;
  margin: 0 0 10px;
  min-width: 109px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .jcf-select {
    min-width: 97px;
    height: 36px;
  }
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 38px;
  text-transform: uppercase;
  color: #999999;
  margin: 0 33px 0 14px;
}
@media only screen and (max-width: 767px) {
  .jcf-select .jcf-select-text {
    font-size: 13px;
    line-height: 34px;
    margin: 0 27px 0 12px;
  }
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 33px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:before {
  font-family: 'Glyphicons Halflings';
  content: "\e259";
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 14px;
  color: #999999;
}
@media only screen and (max-width: 767px) {
  .jcf-select .jcf-select-opener:before {
    top: 9px;
    right: 9px;
    font-size: 12px;
  }
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  overflow: hidden;
}
/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}
/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}
/* custom number input styles */
.jcf-number {
  display: inline-block;
  position: relative;
  height: 32px;
}
.jcf-number input {
  -moz-appearance: textfield;
}
.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.jcf-number input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 10px 26px 10px 12px;
  text-align: center;
  margin: 0;
  height: 100%;
  color: #aaa;
  font-size: 14px;
  line-height: 18px;
  width: 72px;
  height: 40px;
  -webkit-appearance: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .jcf-number input {
    width: 50px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    height: 42px;
    padding: 10px 5px;
    border-radius: 0;
    background: #f8f8f8;
  }
}
.jcf-number input:focus {
  box-shadow: none;
}
.jcf-number.jcf-disabled input {
  background: #ddd;
}
/* ---------------------------------------------------------
   5. Print style
   ---------------------------------------------------------*/
@media print {
  html,
  body {
    height: auto;
  }
  .row {
    margin: 0;
  }
  #p2h-wrapper {
    min-height: 0;
  }
  .container {
    padding: 0;
    width: auto;
  }
  .btn,
  form,
  .p2h-visual img,
  .p2h-link,
  .p2h-social,
  .p2h-video,
  .p2h-top-block .p2h-icon-holder {
    display: none;
  }
  #p2h-wrapper {
    padding: 0;
  }
  .p2h-visual .p2h-block,
  .p2h-visual .p2h-text {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translate(0, 0);
    margin: 0 0 20px;
  }
  .p2h-visual .p2h-item {
    display: none;
  }
  .p2h-item-block {
    margin: 0;
  }
  .p2h-item-block .p2h-heading {
    border: 0;
  }
  .p2h-item-block .p2h-time {
    position: static;
    top: 0;
  }
  .p2h-post.p2h-orange {
    border: 0;
    background: none;
  }
  .p2h-item-block .p2h-box {
    border: 0;
  }
  .p2h-post .p2h-photo,
  .p2h-comment .p2h-photo-block .p2h-photo {
    display: none;
  }
  .p2h-post .p2h-photo-block,
  .p2h-comment .p2h-photo-block {
    float: none !important;
    margin: 0;
  }
  .p2h-post .p2h-frame {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .p2h-comment .p2h-date {
    float: none !important;
    text-align: left;
  }
  .p2h-comment {
    padding: 0;
  }
  .p2h-item-row {
    padding: 0 0 10px;
  }
  .p2h-item-row .btn {
    display: none;
  }
  .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,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18 {
    width: 100% !important;
  }
}
.brds-banner {
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 6px;
  padding: 16px 20px 20px;
  font-size: 13px;
  line-height: 17px;
  color: #999999;
}
@media only screen and (max-width: 767px) {
  .brds-banner {
    border-radius: 0;
    margin: 0 -15px 9px;
    border-bottom: 1px solid #e3e3e3;
    padding: 13px 20px;
  }
}
.brds-banner:hover {
  background: #fbfbfb;
}
.brds-banner.p2h-orange {
  background: #fffbf4;
  border: 1px solid #f3d0c6;
}
.brds-banner.p2h-orange h2 a,
.brds-banner.p2h-orange h3 a:hover,
.brds-banner.p2h-orange .p2h-name {
  color: #f66b42;
}
.brds-banner.p2h-orange .btn {
  border: 1px solid #f66b42;
  color: #f66b42;
  margin-top: 4px;
}
.brds-banner.p2h-orange .btn:hover {
  background: #f66b42;
  color: #ffffff;
}
.brds-banner.p2h-green h2 a,
.brds-banner.p2h-green h3 a:hover,
.brds-banner.p2h-green .p2h-name {
  color: #8eba58;
}
.brds-banner.p2h-green .btn {
  border: 1px solid #8eba58;
  color: #8eba58;
  margin-top: 4px;
}
.brds-banner.p2h-green .btn:hover {
  background: #8eba58;
  color: #ffffff;
}
.brds-banner.p2h-blue h2 a,
.brds-banner.p2h-blue h3 a:hover,
.brds-banner.p2h-blue .p2h-name {
  color: #2683da;
}
.brds-banner.p2h-blue .btn {
  color: #2683da;
  border: 1px solid #2683da;
  margin-top: 4px;
}
.brds-banner.p2h-blue .btn:hover {
  background: #2683da;
  color: #ffffff;
}
.brds-banner.p2h-violet h2 a,
.brds-banner.p2h-violet h3 a:hover,
.brds-banner.p2h-violet .p2h-name {
  color: #663489;
}
.brds-banner.p2h-violet .btn {
  border: 1px solid #663489;
  color: #663489;
  margin-top: 4px;
}
.brds-banner.p2h-violet .btn:hover {
  background: #663489;
  color: #ffffff;
}
.brds-banner.p2h-yellow h2 a,
.brds-banner.p2h-yellow h3 a:hover,
.brds-banner.p2h-yellow .p2h-name {
  color: #f0a31c;
}
.brds-banner.p2h-yellow .btn {
  border: 1px solid #f0a31c;
  color: #f0a31c;
  margin-top: 4px;
}
.brds-banner.p2h-yellow .btn:hover {
  background: #f0a31c;
  color: #ffffff;
}
.brds-banner.p2h-pink h2 a,
.brds-banner.p2h-pink h3 a:hover,
.brds-banner.p2h-pink .p2h-name {
  color: #da44d8;
}
.brds-banner.p2h-pink .btn {
  border: 1px solid #da44d8;
  color: #da44d8;
  margin-top: 4px;
}
.brds-banner.p2h-pink .btn:hover {
  background: #da44d8;
  color: #ffffff;
}
.brds-banner.p2h-dark-blue h2 a,
.brds-banner.p2h-dark-blue h3 a:hover,
.brds-banner.p2h-dark-blue .p2h-name {
  color: #4b789b;
}
.brds-banner.p2h-dark-blue .btn {
  border: 1px solid #4b789b;
  color: #4b789b;
  margin-top: 4px;
}
.brds-banner.p2h-dark-blue .btn:hover {
  background: #4b789b;
  color: #ffffff;
}
.brds-banner.p2h-purple h2 a,
.brds-banner.p2h-purple h3 a:hover,
.brds-banner.p2h-purple .p2h-name {
  color: #6c39d4;
}
.brds-banner.p2h-purple .btn {
  border: 1px solid #6c39d4;
  color: #6c39d4;
  margin-top: 4px;
}
.brds-banner.p2h-purple .btn:hover {
  background: #6c39d4;
  color: #ffffff;
}
.brds-banner h2 {
  font-size: 18px;
  margin: 3px 0 4px;
}
@media only screen and (max-width: 767px) {
  .brds-banner h2 {
    font-size: 19px;
  }
}
.brds-banner h2 a:hover {
  text-decoration: none;
}
.brds-banner h3 {
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .brds-banner h3 {
    font-size: 16px;
  }
}
.brds-banner h3 a {
  color: #000;
}
.brds-banner h3 a:hover {
  text-decoration: none;
}
.brds-banner h3 span {
  color: #777777;
  font-weight: normal;
}
.brds-banner .p2h-holder {
  overflow: hidden;
}
.brds-banner .p2h-photo-block {
  width: 230px;
  line-height: 16px;
  padding-top: 3px;
  float: left;
  margin-left: -230px;
}
@media only screen and (max-width: 767px) {
  .brds-banner .p2h-photo-block {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .brds-banner .p2h-photo-block .p2h-row {
    justify-content: flex-end;
  }
}
.brds-banner .p2h-photo {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  overflow: hidden;
  margin: 2px 0 0 12px;
}
.brds-banner .p2h-photo img {
  display: block;
}
.brds-banner .p2h-frame {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .brds-banner .p2h-frame .p2h-row {
    display: flex;
    align-items: center;
    min-height: 30px;
    margin-left: -4px;
  }
  .brds-banner .p2h-frame .p2h-row a {
    margin: 0 4px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .brds-banner .p2h-frame {
    text-align: left;
  }
}
.brds-banner .p2h-frame span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .brds-banner .p2h-frame span {
    display: inline;
  }
}
.brds-banner .p2h-frame strong {
  color: #777777;
}
.brds-banner a {
  color: #777777;
}
.brds-banner .p2h-name {
  font-weight: bold;
}
.brds-banner .p2h-info {
  width: 100%;
  float: left;
  padding-right: 230px;
}
@media only screen and (max-width: 767px) {
  .brds-banner .p2h-info {
    float: none;
    padding: 0;
  }
}
.brds-banner .btn {
  float: left;
  margin-right: 12px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .brds-banner .btn {
    float: none;
    margin: 0 0 7px;
  }
}
@media only screen and (max-width: 320px) {
  .brds-banner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 752px) and (max-width: 991px) {
  .brds-banner {
    padding: 16px 12px 20px;
  }
}
.p2h-banner {
  border: none;
}
.brds-wrapper-block {
  background: #ffffff;
  border-radius: 6px;
}
.brds-sandwich-banner {
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 6px;
  padding: 16px 20px 20px;
  font-size: 13px;
  line-height: 17px;
  color: #999999;
}
@media only screen and (max-width: 767px) {
  .brds-sandwich-banner {
    border-radius: 0;
    margin: 0 -15px 9px;
    border-bottom: 1px solid #e3e3e3;
    padding: 13px 20px;
  }
}
.brds-sandwich-banner:hover {
  background: #fbfbfb;
}
.brds-sandwich-banner.p2h-orange {
  background: #fffbf4;
  border: 1px solid #f3d0c6;
}
.brds-sandwich-banner.p2h-orange h2 a,
.brds-sandwich-banner.p2h-orange h3 a:hover,
.brds-sandwich-banner.p2h-orange .p2h-name {
  color: #f66b42;
}
.brds-sandwich-banner.p2h-orange .btn {
  border: 1px solid #f66b42;
  color: #f66b42;
  margin-top: 4px;
}
.brds-sandwich-banner.p2h-orange .btn:hover {
  background: #f66b42;
  color: #ffffff;
}
.brds-sandwich-banner.p2h-green h2 a,
.brds-sandwich-banner.p2h-green h3 a:hover,
.brds-sandwich-banner.p2h-green .p2h-name {
  color: #8eba58;
}
.brds-sandwich-banner.p2h-green .btn {
  border: 1px solid #8eba58;
  color: #8eba58;
  margin-top: 4px;
}
.brds-sandwich-banner.p2h-green .btn:hover {
  background: #8eba58;
  color: #ffffff;
}
.brds-sandwich-banner.p2h-blue h2 a,
.brds-sandwich-banner.p2h-blue h3 a:hover,
.brds-sandwich-banner.p2h-blue .p2h-name {
  color: #2683da;
}
.brds-sandwich-banner.p2h-blue .btn {
  color: #2683da;
  border: 1px solid #2683da;
  margin-top: 4px;
}
.brds-sandwich-banner.p2h-blue .btn:hover {
  background: #2683da;
  color: #ffffff;
}
.brds-sandwich-banner.p2h-violet h2 a,
.brds-sandwich-banner.p2h-violet h3 a:hover,
.brds-sandwich-banner.p2h-violet .p2h-name {
  color: #663489;
}
.brds-sandwich-banner.p2h-violet .btn {
  border: 1px solid #663489;
  color: #663489;
  margin-top: 4px;
}
.brds-sandwich-banner.p2h-violet .btn:hover {
  background: #663489;
  color: #ffffff;
}
.brds-sandwich-banner.p2h-yellow h2 a,
.brds-sandwich-banner.p2h-yellow h3 a:hover,
.brds-sandwich-banner.p2h-yellow .p2h-name {
  color: #f0a31c;
}
.brds-sandwich-banner.p2h-yellow .btn {
  border: 1px solid #f0a31c;
  color: #f0a31c;
  margin-top: 4px;
}
.brds-sandwich-banner.p2h-yellow .btn:hover {
  background: #f0a31c;
  color: #ffffff;
}
.brds-sandwich-banner.p2h-pink h2 a,
.brds-sandwich-banner.p2h-pink h3 a:hover,
.brds-sandwich-banner.p2h-pink .p2h-name {
  color: #da44d8;
}
.brds-sandwich-banner.p2h-pink .btn {
  border: 1px solid #da44d8;
  color: #da44d8;
  margin-top: 4px;
}
.brds-sandwich-banner.p2h-pink .btn:hover {
  background: #da44d8;
  color: #ffffff;
}
.brds-sandwich-banner.p2h-dark-blue h2 a,
.brds-sandwich-banner.p2h-dark-blue h3 a:hover,
.brds-sandwich-banner.p2h-dark-blue .p2h-name {
  color: #4b789b;
}
.brds-sandwich-banner.p2h-dark-blue .btn {
  border: 1px solid #4b789b;
  color: #4b789b;
  margin-top: 4px;
}
.brds-sandwich-banner.p2h-dark-blue .btn:hover {
  background: #4b789b;
  color: #ffffff;
}
.brds-sandwich-banner.p2h-purple h2 a,
.brds-sandwich-banner.p2h-purple h3 a:hover,
.brds-sandwich-banner.p2h-purple .p2h-name {
  color: #6c39d4;
}
.brds-sandwich-banner.p2h-purple .btn {
  border: 1px solid #6c39d4;
  color: #6c39d4;
  margin-top: 4px;
}
.brds-sandwich-banner.p2h-purple .btn:hover {
  background: #6c39d4;
  color: #ffffff;
}
.brds-sandwich-banner h2 {
  font-size: 18px;
  margin: 3px 0 4px;
}
@media only screen and (max-width: 767px) {
  .brds-sandwich-banner h2 {
    font-size: 19px;
  }
}
.brds-sandwich-banner h2 a:hover {
  text-decoration: none;
}
.brds-sandwich-banner h3 {
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .brds-sandwich-banner h3 {
    font-size: 16px;
  }
}
.brds-sandwich-banner h3 a {
  color: #000;
}
.brds-sandwich-banner h3 a:hover {
  text-decoration: none;
}
.brds-sandwich-banner h3 span {
  color: #777777;
  font-weight: normal;
}
.brds-sandwich-banner .p2h-holder {
  overflow: hidden;
}
.brds-sandwich-banner .p2h-photo-block {
  width: 230px;
  line-height: 16px;
  padding-top: 3px;
  float: left;
  margin-left: -230px;
}
@media only screen and (max-width: 767px) {
  .brds-sandwich-banner .p2h-photo-block {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .brds-sandwich-banner .p2h-photo-block .p2h-row {
    justify-content: flex-end;
  }
}
.brds-sandwich-banner .p2h-photo {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  overflow: hidden;
  margin: 2px 0 0 12px;
}
.brds-sandwich-banner .p2h-photo img {
  display: block;
}
.brds-sandwich-banner .p2h-frame {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .brds-sandwich-banner .p2h-frame .p2h-row {
    display: flex;
    align-items: center;
    min-height: 30px;
    margin-left: -4px;
  }
  .brds-sandwich-banner .p2h-frame .p2h-row a {
    margin: 0 4px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .brds-sandwich-banner .p2h-frame {
    text-align: left;
  }
}
.brds-sandwich-banner .p2h-frame span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .brds-sandwich-banner .p2h-frame span {
    display: inline;
  }
}
.brds-sandwich-banner .p2h-frame strong {
  color: #777777;
}
.brds-sandwich-banner a {
  color: #777777;
}
.brds-sandwich-banner .p2h-name {
  font-weight: bold;
}
.brds-sandwich-banner .p2h-info {
  width: 100%;
  float: left;
  padding-right: 230px;
}
@media only screen and (max-width: 767px) {
  .brds-sandwich-banner .p2h-info {
    float: none;
    padding: 0;
  }
}
.brds-sandwich-banner .btn {
  float: left;
  margin-right: 12px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .brds-sandwich-banner .btn {
    float: none;
    margin: 0 0 7px;
  }
}
@media only screen and (max-width: 320px) {
  .brds-sandwich-banner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 752px) and (max-width: 991px) {
  .brds-sandwich-banner {
    padding: 16px 12px 20px;
  }
}
.brds-top-banner {
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 6px;
  padding: 16px 20px 20px;
  font-size: 13px;
  line-height: 17px;
  color: #999999;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .brds-top-banner {
    border-radius: 0;
    margin: 0 -15px 9px;
    border-bottom: 1px solid #e3e3e3;
    padding: 13px 20px;
  }
}
.brds-top-banner:hover {
  background: #fbfbfb;
}
.brds-top-banner.p2h-orange {
  background: #fffbf4;
  border: 1px solid #f3d0c6;
}
.brds-top-banner.p2h-orange h2 a,
.brds-top-banner.p2h-orange h3 a:hover,
.brds-top-banner.p2h-orange .p2h-name {
  color: #f66b42;
}
.brds-top-banner.p2h-orange .btn {
  border: 1px solid #f66b42;
  color: #f66b42;
  margin-top: 4px;
}
.brds-top-banner.p2h-orange .btn:hover {
  background: #f66b42;
  color: #ffffff;
}
.brds-top-banner.p2h-green h2 a,
.brds-top-banner.p2h-green h3 a:hover,
.brds-top-banner.p2h-green .p2h-name {
  color: #8eba58;
}
.brds-top-banner.p2h-green .btn {
  border: 1px solid #8eba58;
  color: #8eba58;
  margin-top: 4px;
}
.brds-top-banner.p2h-green .btn:hover {
  background: #8eba58;
  color: #ffffff;
}
.brds-top-banner.p2h-blue h2 a,
.brds-top-banner.p2h-blue h3 a:hover,
.brds-top-banner.p2h-blue .p2h-name {
  color: #2683da;
}
.brds-top-banner.p2h-blue .btn {
  color: #2683da;
  border: 1px solid #2683da;
  margin-top: 4px;
}
.brds-top-banner.p2h-blue .btn:hover {
  background: #2683da;
  color: #ffffff;
}
.brds-top-banner.p2h-violet h2 a,
.brds-top-banner.p2h-violet h3 a:hover,
.brds-top-banner.p2h-violet .p2h-name {
  color: #663489;
}
.brds-top-banner.p2h-violet .btn {
  border: 1px solid #663489;
  color: #663489;
  margin-top: 4px;
}
.brds-top-banner.p2h-violet .btn:hover {
  background: #663489;
  color: #ffffff;
}
.brds-top-banner.p2h-yellow h2 a,
.brds-top-banner.p2h-yellow h3 a:hover,
.brds-top-banner.p2h-yellow .p2h-name {
  color: #f0a31c;
}
.brds-top-banner.p2h-yellow .btn {
  border: 1px solid #f0a31c;
  color: #f0a31c;
  margin-top: 4px;
}
.brds-top-banner.p2h-yellow .btn:hover {
  background: #f0a31c;
  color: #ffffff;
}
.brds-top-banner.p2h-pink h2 a,
.brds-top-banner.p2h-pink h3 a:hover,
.brds-top-banner.p2h-pink .p2h-name {
  color: #da44d8;
}
.brds-top-banner.p2h-pink .btn {
  border: 1px solid #da44d8;
  color: #da44d8;
  margin-top: 4px;
}
.brds-top-banner.p2h-pink .btn:hover {
  background: #da44d8;
  color: #ffffff;
}
.brds-top-banner.p2h-dark-blue h2 a,
.brds-top-banner.p2h-dark-blue h3 a:hover,
.brds-top-banner.p2h-dark-blue .p2h-name {
  color: #4b789b;
}
.brds-top-banner.p2h-dark-blue .btn {
  border: 1px solid #4b789b;
  color: #4b789b;
  margin-top: 4px;
}
.brds-top-banner.p2h-dark-blue .btn:hover {
  background: #4b789b;
  color: #ffffff;
}
.brds-top-banner.p2h-purple h2 a,
.brds-top-banner.p2h-purple h3 a:hover,
.brds-top-banner.p2h-purple .p2h-name {
  color: #6c39d4;
}
.brds-top-banner.p2h-purple .btn {
  border: 1px solid #6c39d4;
  color: #6c39d4;
  margin-top: 4px;
}
.brds-top-banner.p2h-purple .btn:hover {
  background: #6c39d4;
  color: #ffffff;
}
.brds-top-banner h2 {
  font-size: 18px;
  margin: 3px 0 4px;
}
@media only screen and (max-width: 767px) {
  .brds-top-banner h2 {
    font-size: 19px;
  }
}
.brds-top-banner h2 a:hover {
  text-decoration: none;
}
.brds-top-banner h3 {
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .brds-top-banner h3 {
    font-size: 16px;
  }
}
.brds-top-banner h3 a {
  color: #000;
}
.brds-top-banner h3 a:hover {
  text-decoration: none;
}
.brds-top-banner h3 span {
  color: #777777;
  font-weight: normal;
}
.brds-top-banner .p2h-holder {
  overflow: hidden;
}
.brds-top-banner .p2h-photo-block {
  width: 230px;
  line-height: 16px;
  padding-top: 3px;
  float: left;
  margin-left: -230px;
}
@media only screen and (max-width: 767px) {
  .brds-top-banner .p2h-photo-block {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .brds-top-banner .p2h-photo-block .p2h-row {
    justify-content: flex-end;
  }
}
.brds-top-banner .p2h-photo {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  overflow: hidden;
  margin: 2px 0 0 12px;
}
.brds-top-banner .p2h-photo img {
  display: block;
}
.brds-top-banner .p2h-frame {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .brds-top-banner .p2h-frame .p2h-row {
    display: flex;
    align-items: center;
    min-height: 30px;
    margin-left: -4px;
  }
  .brds-top-banner .p2h-frame .p2h-row a {
    margin: 0 4px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .brds-top-banner .p2h-frame {
    text-align: left;
  }
}
.brds-top-banner .p2h-frame span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .brds-top-banner .p2h-frame span {
    display: inline;
  }
}
.brds-top-banner .p2h-frame strong {
  color: #777777;
}
.brds-top-banner a {
  color: #777777;
}
.brds-top-banner .p2h-name {
  font-weight: bold;
}
.brds-top-banner .p2h-info {
  width: 100%;
  float: left;
  padding-right: 230px;
}
@media only screen and (max-width: 767px) {
  .brds-top-banner .p2h-info {
    float: none;
    padding: 0;
  }
}
.brds-top-banner .btn {
  float: left;
  margin-right: 12px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .brds-top-banner .btn {
    float: none;
    margin: 0 0 7px;
  }
}
@media only screen and (max-width: 320px) {
  .brds-top-banner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 752px) and (max-width: 991px) {
  .brds-top-banner {
    padding: 16px 12px 20px;
  }
}
.brds-bottom-banner {
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 6px;
  padding: 16px 20px 20px;
  font-size: 13px;
  line-height: 17px;
  color: #999999;
}
@media only screen and (max-width: 767px) {
  .brds-bottom-banner {
    border-radius: 0;
    margin: 0 -15px 9px;
    border-bottom: 1px solid #e3e3e3;
    padding: 13px 20px;
  }
}
.brds-bottom-banner:hover {
  background: #fbfbfb;
}
.brds-bottom-banner.p2h-orange {
  background: #fffbf4;
  border: 1px solid #f3d0c6;
}
.brds-bottom-banner.p2h-orange h2 a,
.brds-bottom-banner.p2h-orange h3 a:hover,
.brds-bottom-banner.p2h-orange .p2h-name {
  color: #f66b42;
}
.brds-bottom-banner.p2h-orange .btn {
  border: 1px solid #f66b42;
  color: #f66b42;
  margin-top: 4px;
}
.brds-bottom-banner.p2h-orange .btn:hover {
  background: #f66b42;
  color: #ffffff;
}
.brds-bottom-banner.p2h-green h2 a,
.brds-bottom-banner.p2h-green h3 a:hover,
.brds-bottom-banner.p2h-green .p2h-name {
  color: #8eba58;
}
.brds-bottom-banner.p2h-green .btn {
  border: 1px solid #8eba58;
  color: #8eba58;
  margin-top: 4px;
}
.brds-bottom-banner.p2h-green .btn:hover {
  background: #8eba58;
  color: #ffffff;
}
.brds-bottom-banner.p2h-blue h2 a,
.brds-bottom-banner.p2h-blue h3 a:hover,
.brds-bottom-banner.p2h-blue .p2h-name {
  color: #2683da;
}
.brds-bottom-banner.p2h-blue .btn {
  color: #2683da;
  border: 1px solid #2683da;
  margin-top: 4px;
}
.brds-bottom-banner.p2h-blue .btn:hover {
  background: #2683da;
  color: #ffffff;
}
.brds-bottom-banner.p2h-violet h2 a,
.brds-bottom-banner.p2h-violet h3 a:hover,
.brds-bottom-banner.p2h-violet .p2h-name {
  color: #663489;
}
.brds-bottom-banner.p2h-violet .btn {
  border: 1px solid #663489;
  color: #663489;
  margin-top: 4px;
}
.brds-bottom-banner.p2h-violet .btn:hover {
  background: #663489;
  color: #ffffff;
}
.brds-bottom-banner.p2h-yellow h2 a,
.brds-bottom-banner.p2h-yellow h3 a:hover,
.brds-bottom-banner.p2h-yellow .p2h-name {
  color: #f0a31c;
}
.brds-bottom-banner.p2h-yellow .btn {
  border: 1px solid #f0a31c;
  color: #f0a31c;
  margin-top: 4px;
}
.brds-bottom-banner.p2h-yellow .btn:hover {
  background: #f0a31c;
  color: #ffffff;
}
.brds-bottom-banner.p2h-pink h2 a,
.brds-bottom-banner.p2h-pink h3 a:hover,
.brds-bottom-banner.p2h-pink .p2h-name {
  color: #da44d8;
}
.brds-bottom-banner.p2h-pink .btn {
  border: 1px solid #da44d8;
  color: #da44d8;
  margin-top: 4px;
}
.brds-bottom-banner.p2h-pink .btn:hover {
  background: #da44d8;
  color: #ffffff;
}
.brds-bottom-banner.p2h-dark-blue h2 a,
.brds-bottom-banner.p2h-dark-blue h3 a:hover,
.brds-bottom-banner.p2h-dark-blue .p2h-name {
  color: #4b789b;
}
.brds-bottom-banner.p2h-dark-blue .btn {
  border: 1px solid #4b789b;
  color: #4b789b;
  margin-top: 4px;
}
.brds-bottom-banner.p2h-dark-blue .btn:hover {
  background: #4b789b;
  color: #ffffff;
}
.brds-bottom-banner.p2h-purple h2 a,
.brds-bottom-banner.p2h-purple h3 a:hover,
.brds-bottom-banner.p2h-purple .p2h-name {
  color: #6c39d4;
}
.brds-bottom-banner.p2h-purple .btn {
  border: 1px solid #6c39d4;
  color: #6c39d4;
  margin-top: 4px;
}
.brds-bottom-banner.p2h-purple .btn:hover {
  background: #6c39d4;
  color: #ffffff;
}
.brds-bottom-banner h2 {
  font-size: 18px;
  margin: 3px 0 4px;
}
@media only screen and (max-width: 767px) {
  .brds-bottom-banner h2 {
    font-size: 19px;
  }
}
.brds-bottom-banner h2 a:hover {
  text-decoration: none;
}
.brds-bottom-banner h3 {
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .brds-bottom-banner h3 {
    font-size: 16px;
  }
}
.brds-bottom-banner h3 a {
  color: #000;
}
.brds-bottom-banner h3 a:hover {
  text-decoration: none;
}
.brds-bottom-banner h3 span {
  color: #777777;
  font-weight: normal;
}
.brds-bottom-banner .p2h-holder {
  overflow: hidden;
}
.brds-bottom-banner .p2h-photo-block {
  width: 230px;
  line-height: 16px;
  padding-top: 3px;
  float: left;
  margin-left: -230px;
}
@media only screen and (max-width: 767px) {
  .brds-bottom-banner .p2h-photo-block {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .brds-bottom-banner .p2h-photo-block .p2h-row {
    justify-content: flex-end;
  }
}
.brds-bottom-banner .p2h-photo {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  overflow: hidden;
  margin: 2px 0 0 12px;
}
.brds-bottom-banner .p2h-photo img {
  display: block;
}
.brds-bottom-banner .p2h-frame {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .brds-bottom-banner .p2h-frame .p2h-row {
    display: flex;
    align-items: center;
    min-height: 30px;
    margin-left: -4px;
  }
  .brds-bottom-banner .p2h-frame .p2h-row a {
    margin: 0 4px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .brds-bottom-banner .p2h-frame {
    text-align: left;
  }
}
.brds-bottom-banner .p2h-frame span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .brds-bottom-banner .p2h-frame span {
    display: inline;
  }
}
.brds-bottom-banner .p2h-frame strong {
  color: #777777;
}
.brds-bottom-banner a {
  color: #777777;
}
.brds-bottom-banner .p2h-name {
  font-weight: bold;
}
.brds-bottom-banner .p2h-info {
  width: 100%;
  float: left;
  padding-right: 230px;
}
@media only screen and (max-width: 767px) {
  .brds-bottom-banner .p2h-info {
    float: none;
    padding: 0;
  }
}
.brds-bottom-banner .btn {
  float: left;
  margin-right: 12px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .brds-bottom-banner .btn {
    float: none;
    margin: 0 0 7px;
  }
}
@media only screen and (max-width: 320px) {
  .brds-bottom-banner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 752px) and (max-width: 991px) {
  .brds-bottom-banner {
    padding: 16px 12px 20px;
  }
}
.brds-left-half {
  width: 45%;
  float: left;
}
.brds-right-half {
  width: 45%;
  float: right;
}
#avatar_list label {
  margin: 5px 10px;
  text-align: center;
}
.column_class {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  -ms-column-gap: 70px;
  -o-column-gap: 70px;
  column-gap: 70px;
  -webkit-column-rule: 1px solid #476297;
  -moz-column-rule: 1px solid #476297;
  -ms-column-rule: 1px solid #476297;
  -o-column-rule: 1px solid #476297;
  column-rule: 1px solid #476297;
}
#menu-structure-container {
  display: inline;
}
#menu-structure-container > ul {
  line-height: 70px;
}
.menu {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 50%;
}
.menu a {
  color: #a6b9e3;
  text-decoration: none;
  font-weight: 700;
  padding: 0px 15px;
  text-transform: uppercase;
}
.menu a:hover {
  color: #ffffff;
}
.menu ul {
  display: none;
}
.menu > li {
  display: inline-block;
}
@media (max-width: 1199px) {
  .menu a {
    padding: 0px 10px;
  }
}
/* -- */
#menu_container {
  display: none;
  background-color: #335088;
  transition: background-color 0.1s ease;
  padding: 30px 0px;
  overflow-y: auto;
  max-height: 90vh;
  z-index: 999;
  position: relative;
}
#menu_container #first_level_container {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  border-right: 1px solid #476299;
}
#menu_container #second_level_container {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  padding: 0px 30px;
  border-left: 1px solid #476299;
  margin-left: -1px;
}
/* -- */
#first_level_container a {
  display: block;
  color: #a6b9e3;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
#first_level_container a:hover {
  color: #ffffff;
}
#first_level_container ul {
  position: relative;
  vertical-align: top;
  margin: 0;
  margin-left: 5%;
}
#first_level_container ul li > ul {
  display: none;
}
#first_level_container ul li {
  list-style: none;
  padding: 4px 0px;
  background-color: transparent !important;
}
/* -- */
#second_level_container #menu_category_title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #476299;
}
/* Talk to items look different from the other categories */
#second_level_container h2 {
  color: #fff;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #476299;
}
#second_level_container > #talk-to .talk-to-img {
  width: 165px;
  height: 123px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
  display: inline-block;
}
#second_level_container > #talk-to .talk-to-img:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
#second_level_container > #talk-to .talk-to-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*****************
* Formats the My-Forums menu section
*****************/
#second_level_container > #my-forums {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  -ms-column-gap: 70px;
  -o-column-gap: 70px;
  column-gap: 70px;
  -webkit-column-rule: 1px solid #476297;
  -moz-column-rule: 1px solid #476297;
  -ms-column-rule: 1px solid #476297;
  -o-column-rule: 1px solid #476297;
  column-rule: 1px solid #476297;
}
#second_level_container > #my-forums a {
  display: block;
}
/* By default, lets make all href links size 14px and color; We can override this in other styles */
#second_level_container a {
  text-decoration: none;
  color: #a6b9e3;
  font-size: 14px;
}
#second_level_container a:hover {
  color: #ffffff;
}
/* Overwrites the inline UL background-color inherited from the mobile menu structure build */
#second_level_container ul {
  background-color: transparent !important;
}
.circle {
  border-radius: 50%;
  width: 50px;
  height: 42px;
  padding-top: 8px;
  text-align: center;
  display: inline-block;
  background-color: #43629f;
}
#second_level_container > ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  -ms-column-gap: 70px;
  -o-column-gap: 70px;
  column-gap: 70px;
  -webkit-column-rule: 1px solid #476297;
  -moz-column-rule: 1px solid #476297;
  -ms-column-rule: 1px solid #476297;
  -o-column-rule: 1px solid #476297;
  column-rule: 1px solid #476297;
}
#second_level_container li {
  list-style: none;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Targets the 4th level ul items */
#second_level_container > ul > li > ul > li > ul {
  display: none;
}
/* Targets the 3rd level of li items and its child href */
#second_level_container > ul > li > a {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}
#second_level_container > ul > li {
  margin-bottom: 10px;
}
/* Targets the 4th level of li items */
#second_level_container > ul > li > ul li:nth-child(n+1) {
  text-indent: -38px;
}
#second_level_container > ul > li > ul li:nth-child(n+1):before {
  color: #a6b9e3;
  content: "- ";
}
.secondary-menu {
  color: #4667aa;
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: 70px;
}
.secondary-menu li {
  display: inline-block;
}
.secondary-menu li + li:before {
  content: '| ';
}
.secondary-menu li:last-of-type img:last-of-type {
  padding-top: 20px;
}
.secondary-menu a {
  color: #ffffff;
}
.secondary-menu .notification_container {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 6px;
  top: 10px;
  background-color: #d10400;
  font-weight: 700;
}
.secondary-menu .notification_container > span:first-child {
  position: relative;
  top: -24px;
}
@media (max-width: 992px) {
  .secondary-menu {
    width: calc(100% - 155px);
    text-align: right;
  }
  .secondary-menu li {
    padding: 0 10px;
  }
  .secondary-menu li + li:before {
    content: none;
  }
  #menu-structure-container {
    position: fixed;
    width: 100%;
    left: 0;
    top: 65px;
    height: 100%;
    overflow-y: scroll;
    background-color: #22407c;
    z-index: 999;
  }
  .disable-scroll {
    overflow: hidden;
    height: 100%;
  }
  .menu {
    display: inherit;
    text-align: left;
    width: inherit;
  }
  .menu,
  .menu ul {
    line-height: normal !important;
    margin: 0;
    padding: 0;
    background-color: #22407c;
  }
  .menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    padding: 20px 0px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
  }
  .menu li {
    display: block;
    list-style: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAADUlEQVQI12P4//+/GgAJIgMksOYDrwAAAABJRU5ErkJggg==');
    background-position: bottom;
    background-repeat: repeat-x;
  }
  .menu li:first-child {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAADUlEQVQI12NgYGAwBgAAOAA00X+ScAAAAABJRU5ErkJggg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAADUlEQVQI12P4//+/GgAJIgMksOYDrwAAAABJRU5ErkJggg==');
    background-position: top, bottom;
    background-repeat: repeat-x;
  }
  .menu li ul {
    display: none;
  }
  .menu span.expand,
  .menu span.spacer {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: center;
    line-height: 47px;
    cursor: pointer;
    overflow: hidden;
  }
  .menu span.expand:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAATUlEQVQ4y+2TsQnAMBDELsFkO5fef48UkUd4FS6MydVCdzx8UgQYwKi4VgFJXsEo0WdEt4F+0ZpcQN9qURmgm9X7Hftgkfl+VWZEjxFN/csSqmmBBpQAAAAASUVORK5CYII=');
  }
  .menu span.spacer:before {
    content: " ";
  }
  .menu span.contract:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAIElEQVQ4y2NgGAWjgHLA+P/////UMIhpoH0yCkYBMgAAYGUEAAVL7AQAAAAASUVORK5CYII=') !important;
  }
  /* The actual goto link */
  .menu span.goto {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-align: center;
    line-height: 47px;
    overflow: hidden;
  }
  .menu span.goto:after {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAYAAAD0xERiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAzUlEQVQ4y63TTU4CQRAG0Dcj4EJNSTSewCuoRD2/AfUoGKjoDv8WzCSDAdITrFUvul+qu/qrFFRmDvGIY7xGxHzbvroEwzlOMcRtZl4egr1h0ayPdoFFWER8Y4blPrC0MxGxwnQLOO6NdcAZ3jvgpAWrzDzBFaoe7gjXnTOfmA7wYD3yQ2qAmxo/B0Ib4tM/XfOlDwAyc4R7nHXfKyIWvabZxOquA321ED2+RgNNrKPVQs8tVIxlZt109BfaCHxpZxcY74P6YEt8YLULgl+gRkhPVnrFwQAAAABJRU5ErkJggg==');
  }
  /* Mobile filter block elements */
  #mobile_filter {
    margin: 20px;
    padding: 10px;
    border: none;
    border-radius: 3px;
    width: calc(100% - 60px);
  }
  /* Mobile filter block elements */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .secondary-menu .notification_container {
    right: -10px;
  }
}
/*****************
* Manages the user information block to the right of the menu
*****************/
a.user-menu-toggle {
  cursor: pointer;
  text-decoration: none !important;
}
a.user-menu-toggle > div:first-of-type {
  display: inline-block;
  margin-bottom: -3px;
  height: 43px;
  margin-right: 5px;
  overflow: hidden;
  max-width: 141px;
  text-overflow: ellipsis;
}
a.user-menu-toggle > img {
  float: right;
}
.p2h-comment-form a {
  -webkit-transition: none;
  transition: none;
}
.post-reported {
  background-color: red !important;
  color: #fff !important;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.word-break {
  word-wrap: break-word;
}
.logged-off-active {
  margin-top: -50px;
}
.advanced_search_container {
  padding: 16px 20px 20px;
}
.date_input {
  width: 49% !important;
}
/* Specifically targets the search results */
.searching_for {
  padding: 10px 0px;
  border-top: 1px solid #e7edf8;
  border-bottom: 1px solid #e7edf8;
}
.search-result-txt {
  padding-right: 0 !important;
}
.search-result-txt > blockquote {
  font-size: 14px;
}
.search-result-txt > blockquote > b {
  color: #000;
}
.search-facets .p2h-drop {
  padding: 0;
}
.search-facets .p2h-drop > div {
  background-color: #4b789b;
  color: #fff;
  padding: 8px 15px;
  font-size: 16px;
}
.search-facets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-facets li {
  border-bottom: 1px solid lightgrey;
  padding: 5px 15px;
}
.search-facets li > a {
  color: #4b789b;
}
.search-facets li > span {
  color: lightgrey;
}
@media (min-width: 768px) {
  .boards-pagination-container {
    position: relative;
    left: 22%;
  }
}
@font-face {
  font-family: 'Boards_Font';
  src: url('../fonts/Boards_Font.eot?xgjo7m');
  src: url('../fonts/Boards_Font.eot?xgjo7m#iefix') format('embedded-opentype'), url('../fonts/Boards_Font.ttf?xgjo7m') format('truetype'), url('../fonts/Boards_Font.woff?xgjo7m') format('woff'), url('../fonts/Boards_Font.svg?xgjo7m#Boards_Font') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="forum-icon-"],
[class*="forum-icon-"] {
  font-family: 'Boards_Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.forum-icon-boards:before {
  content: "\e9fc";
}
.forum-icon-regional:before {
  content: "\e9fd";
}
.forum-icon-parkour_free_running:before {
  content: "\e900";
}
.forum-icon-accessibility_mobility_disability:before {
  content: "\e901";
}
.forum-icon-accommodation_property:before {
  content: "\e902";
}
.forum-icon-after_hours:before {
  content: "\e903";
}
.forum-icon-airsoft:before {
  content: "\e904";
}
.forum-icon-alternative_indie:before {
  content: "\e905";
}
.forum-icon-ama_ask_me_anything:before {
  content: "\e906";
}
.forum-icon-american_football:before {
  content: "\e907";
}
.forum-icon-angling:before {
  content: "\e908";
}
.forum-icon-animals_pet_issues:before {
  content: "\e909";
}
.forum-icon-anime_and_manga:before {
  content: "\e90a";
}
.forum-icon-anthropology:before {
  content: "\e90b";
}
.forum-icon-arcade_and_retro:before {
  content: "\e90c";
}
.forum-icon-archeology:before {
  content: "\e90d";
}
.forum-icon-archery:before {
  content: "\e90e";
}
.forum-icon-arts_and_crafts:before {
  content: "\e90f";
}
.forum-icon-arts:before {
  content: "\e910";
}
.forum-icon-astronomy_space:before {
  content: "\e911";
}
.forum-icon-athletics_running:before {
  content: "\e912";
}
.forum-icon-audio_video_editing:before {
  content: "\e913";
}
.forum-icon-aussie_rules_football:before {
  content: "\e914";
}
.forum-icon-aviation_aircraft:before {
  content: "\e915";
}
.forum-icon-band_promotion:before {
  content: "\e916";
}
.forum-icon-bands_musicians_community:before {
  content: "\e917";
}
.forum-icon-baseball:before {
  content: "\e918";
}
.forum-icon-basketball:before {
  content: "\e919";
}
.forum-icon-beer_guts_receding_hairlines:before {
  content: "\e91a";
}
.forum-icon-biology:before {
  content: "\e91b";
}
.forum-icon-bird_watching:before {
  content: "\e91c";
}
.forum-icon-boards_football_team:before {
  content: "\e91d";
}
.forum-icon-boards_writer:before {
  content: "\e91e";
}
.forum-icon-book_of_condolences:before {
  content: "\e91f";
}
.forum-icon-bowling:before {
  content: "\e920";
}
.forum-icon-boxing:before {
  content: "\e921";
}
.forum-icon-business_and_finance:before {
  content: "\e922";
}
.forum-icon-business:before {
  content: "\e923";
}
.forum-icon-cable_digital_tv:before {
  content: "\e924";
}
.forum-icon-canoeing_kayaking:before {
  content: "\e925";
}
.forum-icon-celebrity_showbiz:before {
  content: "\e926";
}
.forum-icon-chess:before {
  content: "\e927";
}
.forum-icon-christmas:before {
  content: "\e928";
}
.forum-icon-classic_cars:before {
  content: "\e929";
}
.forum-icon-classic_rock:before {
  content: "\e92a";
}
.forum-icon-classical_music:before {
  content: "\e92b";
}
.forum-icon-clearasil_hormones:before {
  content: "\e92c";
}
.forum-icon-collectibles_antiques:before {
  content: "\e92d";
}
.forum-icon-collectibles_military:before {
  content: "\e92e";
}
.forum-icon-comics:before {
  content: "\e92f";
}
.forum-icon-commuting_transport:before {
  content: "\e930";
}
.forum-icon-computer_games:before {
  content: "\e931";
}
.forum-icon-computers_technology:before {
  content: "\e932";
}
.forum-icon-conspiracy_theory:before {
  content: "\e933";
}
.forum-icon-construction_planning:before {
  content: "\e934";
}
.forum-icon-consumer_electronics:before {
  content: "\e935";
}
.forum-icon-consumer:before {
  content: "\e936";
}
.forum-icon-cool_vids_pics_links:before {
  content: "\e937";
}
.forum-icon-country:before {
  content: "\e938";
}
.forum-icon-creative_writing:before {
  content: "\e939";
}
.forum-icon-cricket:before {
  content: "\e93a";
}
.forum-icon-cricket2:before {
  content: "\e93b";
}
.forum-icon-cuckoos_nest:before {
  content: "\e93c";
}
.forum-icon-cycling:before {
  content: "\e93d";
}
.forum-icon-darts:before {
  content: "\e93e";
}
.forum-icon-debate:before {
  content: "\e93f";
}
.forum-icon-digital_art_design_and_animation:before {
  content: "\e940";
}
.forum-icon-distance_online_part-time:before {
  content: "\e941";
}
.forum-icon-diy:before {
  content: "\e942";
}
.forum-icon-economics:before {
  content: "\e943";
}
.forum-icon-education:before {
  content: "\e944";
}
.forum-icon-electric_vehicles:before {
  content: "\e945";
}
.forum-icon-electrical:before {
  content: "\e946";
}
.forum-icon-electronic_music_djing:before {
  content: "\e947";
}
.forum-icon-emergency_services:before {
  content: "\e948";
}
.forum-icon-engineering:before {
  content: "\e949";
}
.forum-icon-entertainment:before {
  content: "\e94a";
}
.forum-icon-environment_infrastructure:before {
  content: "\e94b";
}
.forum-icon-equestrian:before {
  content: "\e94c";
}
.forum-icon-expand_horizons:before {
  content: "\e94d";
}
.forum-icon-experimental_music:before {
  content: "\e94e";
}
.forum-icon-experimental_music2:before {
  content: "\e94f";
}
.forum-icon-extreme_sports:before {
  content: "\e950";
}
.forum-icon-eyeglasses:before {
  content: "\e951";
}
.forum-icon-facial_hair_hats:before {
  content: "\e952";
}
.forum-icon-family:before {
  content: "\e953";
}
.forum-icon-fantasy_sports_arena:before {
  content: "\e954";
}
.forum-icon-fashion_appearance:before {
  content: "\e955";
}
.forum-icon-FETAC_PLC:before {
  content: "\e956";
}
.forum-icon-fighting_games:before {
  content: "\e957";
}
.forum-icon-films:before {
  content: "\e958";
}
.forum-icon-fitness:before {
  content: "\e959";
}
.forum-icon-food_drink:before {
  content: "\e95a";
}
.forum-icon-forestry:before {
  content: "\e95b";
}
.forum-icon-frisbee:before {
  content: "\e95c";
}
.forum-icon-gaa:before {
  content: "\e95d";
}
.forum-icon-gambling:before {
  content: "\e95e";
}
.forum-icon-game_development_and_editing:before {
  content: "\e95f";
}
.forum-icon-gaming_general:before {
  content: "\e960";
}
.forum-icon-gaming_platforms:before {
  content: "\e961";
}
.forum-icon-gaming_vids_and_streaming:before {
  content: "\e962";
}
.forum-icon-gardening:before {
  content: "\e963";
}
.forum-icon-general_sports:before {
  content: "\e964";
}
.forum-icon-gentlemens_club:before {
  content: "\e965";
}
.forum-icon-geocaching:before {
  content: "\e966";
}
.forum-icon-geography:before {
  content: "\e967";
}
.forum-icon-gift_festivity_party_ideas:before {
  content: "\e968";
}
.forum-icon-gigs_events:before {
  content: "\e969";
}
.forum-icon-golf:before {
  content: "\e96a";
}
.forum-icon-graduate:before {
  content: "\e96b";
}
.forum-icon-greyhound_racing:before {
  content: "\e96c";
}
.forum-icon-health_issues:before {
  content: "\e96d";
}
.forum-icon-health_sciences:before {
  content: "\e96e";
}
.forum-icon-hip-hop:before {
  content: "\e96f";
}
.forum-icon-history_heritage:before {
  content: "\e970";
}
.forum-icon-hockey:before {
  content: "\e971";
}
.forum-icon-home_and_garden:before {
  content: "\e972";
}
.forum-icon-home_appliances:before {
  content: "\e973";
}
.forum-icon-home_entertainment:before {
  content: "\e974";
}
.forum-icon-horse_racing:before {
  content: "\e975";
}
.forum-icon-humanities:before {
  content: "\e976";
}
.forum-icon-humour:before {
  content: "\e977";
}
.forum-icon-information_security:before {
  content: "\e978";
}
.forum-icon-instruments:before {
  content: "\e979";
}
.forum-icon-interior_decorating:before {
  content: "\e97a";
}
.forum-icon-it_certification:before {
  content: "\e97b";
}
.forum-icon-jazz_blues:before {
  content: "\e97c";
}
.forum-icon-kitesurfing:before {
  content: "\e97d";
}
.forum-icon-ladies_lounge:before {
  content: "\e97e";
}
.forum-icon-language:before {
  content: "\e97f";
}
.forum-icon-learning_to_drive:before {
  content: "\e980";
}
.forum-icon-legal_discussion:before {
  content: "\e981";
}
.forum-icon-legends_of_the_boards:before {
  content: "\e982";
}
.forum-icon-lesbian_gay_bisexual_transgender:before {
  content: "\e983";
}
.forum-icon-lifehacking:before {
  content: "\e984";
}
.forum-icon-literature:before {
  content: "\e985";
}
.forum-icon-magic_and_illusion:before {
  content: "\e986";
}
.forum-icon-maritime:before {
  content: "\e987";
}
.forum-icon-martial_arts_self_defence:before {
  content: "\e988";
}
.forum-icon-mathematics:before {
  content: "\e989";
}
.forum-icon-mature_and_non-traditional_students:before {
  content: "\e98a";
}
.forum-icon-military:before {
  content: "\e98b";
}
.forum-icon-mma:before {
  content: "\e98c";
}
.forum-icon-moba:before {
  content: "\e98d";
}
.forum-icon-moba2:before {
  content: "\e98e";
}
.forum-icon-models:before {
  content: "\e98f";
}
.forum-icon-motorbikes:before {
  content: "\e990";
}
.forum-icon-motorhomes_campervans:before {
  content: "\e991";
}
.forum-icon-motoring_4x4_tractors:before {
  content: "\e992";
}
.forum-icon-motoring_4x4:before {
  content: "\e993";
}
.forum-icon-motoring_and_transport:before {
  content: "\e994";
}
.forum-icon-motors:before {
  content: "\e995";
}
.forum-icon-motorsport:before {
  content: "\e996";
}
.forum-icon-multiplayer:before {
  content: "\e997";
}
.forum-icon-music_music:before {
  content: "\e998";
}
.forum-icon-music_production:before {
  content: "\e999";
}
.forum-icon-music:before {
  content: "\e99a";
}
.forum-icon-mustard:before {
  content: "\e99b";
}
.forum-icon-mythology:before {
  content: "\e99c";
}
.forum-icon-networking:before {
  content: "\e99d";
}
.forum-icon-news_media:before {
  content: "\e99e";
}
.forum-icon-NI_and_GB_colleges:before {
  content: "\e99f";
}
.forum-icon-nocturnal_forum:before {
  content: "\e9a0";
}
.forum-icon-non_drinkers_group:before {
  content: "\e9a1";
}
.forum-icon-opensource:before {
  content: "\e9a2";
}
.forum-icon-operating_systems:before {
  content: "\e9a3";
}
.forum-icon-oulwans_oulfellas:before {
  content: "\e9a4";
}
.forum-icon-outdoor_persuits:before {
  content: "\e9a5";
}
.forum-icon-paintball:before {
  content: "\e9a6";
}
.forum-icon-paleontology:before {
  content: "\e9a7";
}
.forum-icon-paranormal:before {
  content: "\e9a8";
}
.forum-icon-personal_issues:before {
  content: "\e9a9";
}
.forum-icon-personal:before {
  content: "\e9aa";
}
.forum-icon-philosophy:before {
  content: "\e9ab";
}
.forum-icon-photography:before {
  content: "\e9ac";
}
.forum-icon-physics_chemistry:before {
  content: "\e9ad";
}
.forum-icon-plumbing:before {
  content: "\e9ae";
}
.forum-icon-podcasts:before {
  content: "\e9af";
}
.forum-icon-poker:before {
  content: "\e9b0";
}
.forum-icon-politics_cafe:before {
  content: "\e9b1";
}
.forum-icon-politics_general:before {
  content: "\e9b2";
}
.forum-icon-politics:before {
  content: "\e9b3";
}
.forum-icon-popular_science:before {
  content: "\e9b4";
}
.forum-icon-postgraduates:before {
  content: "\e9b5";
}
.forum-icon-primary_and_pre_school:before {
  content: "\e9b6";
}
.forum-icon-pro_wrestling:before {
  content: "\e9b7";
}
.forum-icon-projects_builds:before {
  content: "\e9b8";
}
.forum-icon-psychology:before {
  content: "\e9b9";
}
.forum-icon-punk:before {
  content: "\e9ba";
}
.forum-icon-puzzles_quizzes:before {
  content: "\e9bb";
}
.forum-icon-racquet_sports:before {
  content: "\e9bc";
}
.forum-icon-radio:before {
  content: "\e9bd";
}
.forum-icon-recreation_and_hobbies:before {
  content: "\e9be";
}
.forum-icon-recreation_and_hobbies2:before {
  content: "\e9bf";
}
.forum-icon-religion:before {
  content: "\e9c0";
}
.forum-icon-researcher:before {
  content: "\e9c1";
}
.forum-icon-retro:before {
  content: "\e9c2";
}
.forum-icon-rock_metal:before {
  content: "\e9c3";
}
.forum-icon-roller_derby:before {
  content: "\e9c4";
}
.forum-icon-rugby_league:before {
  content: "\e9c5";
}
.forum-icon-rugby:before {
  content: "\e9c6";
}
.forum-icon-sailing:before {
  content: "\e9c7";
}
.forum-icon-sci-fi_fantasy:before {
  content: "\e9c8";
}
.forum-icon-science_health_and_environment:before {
  content: "\e9c9";
}
.forum-icon-scuba_diving:before {
  content: "\e9ca";
}
.forum-icon-secondary_school:before {
  content: "\e9cb";
}
.forum-icon-security_alarms:before {
  content: "\e9cc";
}
.forum-icon-shooting:before {
  content: "\e9cd";
}
.forum-icon-singing_vocals:before {
  content: "\e9ce";
}
.forum-icon-sleeping_dreaming:before {
  content: "\e9cf";
}
.forum-icon-smoking:before {
  content: "\e9d0";
}
.forum-icon-snooker_pool:before {
  content: "\e9d1";
}
.forum-icon-soccer:before {
  content: "\e9d2";
}
.forum-icon-social_and_fun:before {
  content: "\e9d3";
}
.forum-icon-society_and_culture:before {
  content: "\e9d4";
}
.forum-icon-society_and_culture2:before {
  content: "\e9d5";
}
.forum-icon-society_and_culture3:before {
  content: "\e9d6";
}
.forum-icon-software_web_development:before {
  content: "\e9d7";
}
.forum-icon-songwriting:before {
  content: "\e9d8";
}
.forum-icon-soul_rnb_funk:before {
  content: "\e9d9";
}
.forum-icon-sport_sims:before {
  content: "\e9da";
}
.forum-icon-sports_trivia:before {
  content: "\e9db";
}
.forum-icon-sports:before {
  content: "\e9dc";
}
.forum-icon-stop_smoking:before {
  content: "\e9dd";
}
.forum-icon-strength_sports:before {
  content: "\e9de";
}
.forum-icon-student_finances:before {
  content: "\e9df";
}
.forum-icon-studying_abroad:before {
  content: "\e9e0";
}
.forum-icon-sunshine_lollipops_rainbows:before {
  content: "\e9e1";
}
.forum-icon-surfing:before {
  content: "\e9e2";
}
.forum-icon-survivalism:before {
  content: "\e9e3";
}
.forum-icon-swimming:before {
  content: "\e9e4";
}
.forum-icon-table_tennis:before {
  content: "\e9e5";
}
.forum-icon-tabletop_board_games:before {
  content: "\e9e6";
}
.forum-icon-tattoos_and_piercings:before {
  content: "\e9e7";
}
.forum-icon-taxation:before {
  content: "\e9e8";
}
.forum-icon-teacher:before {
  content: "\e9e9";
}
.forum-icon-technology_and_internet:before {
  content: "\e9ea";
}
.forum-icon-television:before {
  content: "\e9eb";
}
.forum-icon-theatre_and_performing_arts:before {
  content: "\e9ec";
}
.forum-icon-third_level:before {
  content: "\e9ed";
}
.forum-icon-traditional:before {
  content: "\e9ee";
}
.forum-icon-travel:before {
  content: "\e9ef";
}
.forum-icon-triathlon:before {
  content: "\e9f0";
}
.forum-icon-vegetarian:before {
  content: "\e9f1";
}
.forum-icon-volunteerism:before {
  content: "\e9f2";
}
.forum-icon-watches_timepieces:before {
  content: "\e9f3";
}
.forum-icon-weather:before {
  content: "\e9f4";
}
.forum-icon-web:before {
  content: "\e9f5";
}
.forum-icon-weddings:before {
  content: "\e9f6";
}
.forum-icon-winter_sports:before {
  content: "\e9f7";
}
.forum-icon-woodcraft:before {
  content: "\e9f8";
}
.forum-icon-yoga_pilates:before {
  content: "\e9f9";
}
.forum-icon-zombie_survival:before {
  content: "\e9fa";
}
.forum-icon-zoology:before {
  content: "\e9fb";
}
.user-info-menu-header {
  color: #4667aa;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.user-info-menu-header:first-child {
  margin-top: 5px;
}
.user-info-menu {
  color: #4667aa;
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: 20px;
  width: 200px;
}
.user-info-menu li {
  display: block;
}
.user-info-menu li + li:before {
  content: '';
}
.user-info-menu li:last-of-type img:last-of-type {
  padding-top: 13px;
}
.user-info-menu a {
  color: #808080;
}
.profile-image {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  border-radius: 2px;
  margin: 2px 6px 0 0;
}
.profile-name {
  font-size: 24px;
}
.profile-stats {
  font-size: 14px;
  color: black;
}
.profile-list ul {
  list-style: none;
  text-transform: uppercase;
}
.profile-list li {
  border-bottom: 1px solid lightgrey;
  margin: 5px;
  padding: 0 0 10px  0 !important;
}
.profile-list li:last-of-type {
  border-bottom: none;
}
.profile-list a {
  text-decoration: none;
}
.profile-list ul li:before {
  content: none;
}
.profile-list {
  margin-left: -45px;
}
@media (max-width: 768px) {
  .profile-list {
    margin-left: 0;
  }
}
.p2h-post:hover {
  background-color: #fff;
}
.boards-message-icon {
  color: #4b789b;
  font-size: 30px !important;
}
.boards-pm-ppl-block {
  width: 50%;
  float: left;
}
.boards-pm-ppl-block h4 {
  margin: 0;
}
.boards-pm-ppl-block a {
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
.boards-pm-ppl-block a > span {
  position: absolute;
  margin-top: 12px;
  font-size: 14px;
}
.boards-pm-section-header {
  font-size: 16px;
  font-weight: 700;
}
.boards-padding-adjust {
  padding: 16px 16px 5px 16px;
}
.boards-table {
  width: 100%;
}
.boards-table thead tr {
  background-color: #4b789b;
  color: #fff;
}
.boards-table th {
  text-align: left;
  padding: 5px;
  font-size: 16px;
}
.boards-table th:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.boards-table th:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.boards-table td {
  text-align: left;
  color: #000;
  padding: 5px;
}
.boards-table tbody tr:hover {
  background-color: #f6f6f6;
}
.boards-table tbody tr {
  cursor: pointer;
  border-bottom: 1px solid lightgrey;
}
.boards-table tbody tr:last-of-type {
  border-bottom: none;
}
.boards-unread-message {
  font-weight: 700;
}
#new_message_form label {
  font-size: 16px;
}
.p2h-post a {
  -webkit-transition: none;
  transition: none;
}
.breadcrumb > li + li:before {
  content: "/";
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-holder {
    margin-left: 0;
    margin-right: 0;
  }
}
.attachments_container {
  padding: 15px;
}
.attachments_container > span:first-of-type {
  color: #999999;
  font-weight: 700;
}
.attachments_container a {
  display: block;
  text-decoration: none;
}
.attachments_container a:hover {
  text-decoration: underline;
}
.p2h-info-link {
  margin-left: 0 !important;
}
.delete-post {
  color: red !important;
  margin-left: 5px !important;
}
.delete-post:hover {
  background-color: red !important;
  border: 1px solid red !important;
  color: white !important;
}
.delete-confirmation {
  text-align: center !important;
  margin-top: 7px !important;
}
@media only screen and (max-width: 767px) {
  .toggle-delete {
    margin-left: 5px !important;
  }
  .delete-confirmation {
    margin-top: 5px !important;
  }
}
.guest-thread-spacer {
  display: inline-block;
  height: 41px;
}
@media only screen and (max-width: 767px) {
  .editor_container {
    margin: 10px 0;
  }
}
a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .video_container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .video_container iframe,
  .video_container object,
  .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.popover {
  max-width: inherit;
}
.popover-title {
  background-color: #f7f7f7;
  color: inherit;
  text-align: center;
}
.popover-content ul a {
  text-decoration: none;
}
/* Handles the thread prefix look and feel */
.with-prefix {
  padding-left: 0;
  padding-right: 0;
}
.with-prefix .jcf-select {
  height: 50px;
  margin-bottom: 0;
}
.with-prefix .jcf-select .jcf-select-text {
  line-height: 47px;
}
.with-prefix .jcf-select .jcf-select-opener:before {
  top: 14px;
}
@media only screen and (max-width: 767px) {
  .with-prefix .jcf-select {
    height: 50px;
    width: 100% !important;
  }
  .with-prefix .jcf-select .jcf-select-text {
    line-height: 47px;
  }
  .with-prefix .jcf-select .jcf-select-opener:before {
    top: 14px;
  }
  #form_postMessage {
    height: 250px;
  }
}
/* Handles the thread prefix look and feel */
.quote-text-border {
  border: 1px inset #b3b3b3;
}
.drop-down-divider {
  font-weight: 700 !important;
  background-color: transparent !important;
}
.drop-down-divider:after {
  content: '' !important;
}
.mobile-subforum-thread-container a.btn > div {
  width: calc(70%);
  /* These are technically the same, but use both for compatibility*/
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
}
@media screen and (min-width: 992px) {
  .mobile-subforum-thread-container a.btn > div {
    width: auto;
  }
}
.p2h-wrap .btn.p2h-brds-blue {
  border-color: #335088;
  color: #335088;
  background: #fff;
}
.p2h-post.p2h-brds-blue {
  background: #f4f7fb;
  border: 1px solid #bbcae5;
}
.p2h-post.p2h-brds-blue h2 a,
.p2h-post.p2h-brds-blue h3 a:hover,
.p2h-post.p2h-brds-blue .p2h-name {
  color: #335088;
}
.p2h-post.p2h-brds-blue .btn {
  border: 1px solid #335088;
  color: #335088;
  margin-top: 4px;
}
.p2h-post.p2h-brds-blue .btn:hover {
  background: #335088;
  color: #fff;
}
.p2h-brds-blue:hover {
  background-color: #fafbfd;
}
.brds-modal-title {
  margin: 8px 0px;
}
.homepage_pagination {
  display: flex;
  position: absolute;
  top: 22px;
  right: 0;
  justify-content: flex-end;
}
.homepage_pagination > div {
  margin-top: 15px;
  padding: 0 20px;
  float: left;
}
.homepage_pagination > div > span {
  font-weight: 700;
}
.homepage_pagination a {
  text-decoration: none;
  font-size: 32px;
  color: #bbb;
  float: left;
}
#paginator-holder {
  height: 68px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .homepage_pagination {
    position: fixed;
    width: 100%;
    height: 68px;
    background-color: #fff;
    border-top: 3px solid #e1e1e1;
    justify-content: center;
    top: initial;
    bottom: 0;
    padding-top: 5px;
  }
}
@media only screen and (min-width: 767px) {
  #paginator-holder {
    display: none;
  }
}
.remove-bottom-radius {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px !important;
}
.zindex-1 {
  z-index: 1 !important;
}
.omnibox-container {
  overflow: visible !important;
}
.omnibox-container > input:first-of-type {
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: inherit;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.omnibox-container > button:first-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#omnibox-results {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease-out;
  text-align: left;
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
  color: #000;
  padding: 0;
  margin: 0;
  border: 1px solid;
  border-color: inherit;
  z-index: 10;
}
#omnibox-results strong {
  padding-left: 15px;
}
#omnibox-results img:first-of-type {
  position: absolute;
  width: 128px;
  height: 15px;
  margin-top: 5px;
  margin-left: 15px;
}
#omnibox-results ul {
  margin: 0;
  padding: 0;
}
#omnibox-results a {
  color: #000;
  display: block;
  padding-left: 30px;
  transition: none;
  text-decoration: none;
}
#omnibox-results a:before {
  content: '\2022';
  margin-right: 5px;
}
#omnibox-results a:hover,
#omnibox-results a:focus {
  background-color: #4064a9;
}
#omnibox-results #omni-search {
  padding-bottom: 15px;
  border-bottom: 2px solid #000000;
}
#omnibox-results > ul:last-child a:before {
  content: '';
  margin-left: 5px;
}
.omni-highlight {
  background-color: #cde5f6;
}
.omnibox-search-spinner {
  background: url('../../img/ajax-loader.gif') no-repeat 90% 50%;
  background-color: #ffffff;
}
/*******************
* Tag classes
********************/
.autocomplete_container {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
}
.no-border {
  border: none;
}
.boards-tag-list {
  display: none;
  margin-top: 15px !important;
  margin-left: 15px !important;
  padding: 0;
}
.boards-tag-list li {
  display: inline-block;
  background-color: #4b789b;
  border-radius: 3px;
  color: #fff;
  padding: 3px 10px 5px 10px !important;
  margin-right: 5px;
  margin-bottom: 5px;
}
.boards-tag-list li:before {
  content: none !important;
}
.boards-tag-list li a {
  border-radius: 3px;
  margin-left: 5px;
  padding: 0px 5px 2px 5px !important;
  color: #fff !important;
  text-decoration: none;
  background: #6591b4;
}
.boards-tag-list li a:after {
  content: 'X';
}
.tag-search-highlight {
  border: none;
  background: yellow;
  background-color: yellow;
  color: black;
}
.ui-state-focus {
  border: none !important;
  background: #4b789b !important;
}
