@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);
/* Variables */
/**/
* {
  line-height: 25px;
  font-size: 16px;
  font-family: 'Tiresias Infofont' !important;
}
p {
  font-size: 14px;
}
body {
  font-size: 16px;
  color: #000000;
}
.tiresias {
  font-family: 'tiresias infofont' !important;
}
/* Grid Sizing for Media Queries, matching Bootstrap grid sizing */
@media only screen and (min-width: 768px) {
  .container {
    width: 95%;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 95%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 95%;
    max-width: 1170px;
  }
}
/* CUSTOM CLASSES USED **
** ALONGSIDE BOOTSTRAP  */
.c-left {
  clear: left;
}
.c-both {
  clear: both;
}
.f-left {
  float: left;
}
.p-left-80 {
  padding-left: 80px;
}
.margin-auto {
  margin: 20px auto;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
.submit-button {
  background: #a52d2c;
  color: #ffffff;
  padding: 5px 25px!important;
  font-size: 16px;
  border: 0px;
  border-radius: 5px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-bot-10 {
  padding-bottom: 10px;
}
.m-bot-30 {
  margin-bottom: 30px;
}
.p-bot-10 {
  padding-bottom: 10px;
}
.bottom-border {
  border-bottom: 2px solid #e1e1e1;
}
.advertising {
  text-align: center;
  margin: 20px auto;
}
.advertising div {
  text-align: center;
  margin: 10px auto!important;
}
.advertising iframe {
  text-align: center;
}
.grey-bg {
  background: #f2f2f2;
}
.white-bg {
  background: #ffffff;
}
/* Regions */
.header-1,
.header-2 {
  border-bottom: 2px solid #e1e1e1;
  border-top: 2px solid #e1e1e1;
}
.header-1 {
  border-bottom: none;
}
.header-3 {
  background: #f2f2f2;
  border-bottom: 2px solid #e1e1e1;
}
#question_title,
#question_title2 {
  border: 2px solid #a52d2c;
  padding: 13px;
  margin: 14px 0 3px 0;
  background-position: right;
  background-size: 54px;
  background-repeat: no-repeat;
  color: #666666;
  font-weight: 400;
  padding-top: 18px;
  padding-bottom: 15px;
}
@-moz-document url-prefix() {
  #question_title,
  #question_title2 {
    height: auto;
    padding: 8px 13px 4px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  #question_title,
  #question_title2 {
    padding: 7px;
  }
}
.ask {
  background-image: url('../images/ask.png') !important;
}
#question_text {
  border: 2px solid #a52d2c;
  margin: 10px 0;
  max-width: 100%;
}
#close-question-form {
  padding-top: 20px;
  cursor: pointer;
  display: none;
}
#medialinks textarea {
  font-size: 14px;
  padding-left: 100px;
}
#medialinks #statusDiv {
  top: 27px;
}
#medialinks #close-question-form {
  position: relative;
  float: left;
  width: auto;
}
.category-select {
  border-radius: 5px;
  border: 2px solid #a52d2c;
  color: #666666 !important;
  font-weight: 400;
}
.category-select select {
  font-weight: 400;
}
.category-select select option {
  color: #666666;
  font-weight: 400!important;
}
.question-submit {
  margin-top: 10px;
  float: right;
}
.question-submit #submit-question-button {
  background: #a52d2c;
  color: #ffffff;
  padding: 7px 35px;
  border: 0px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
  margin-right: 0px;
  margin-top: 10px;
}
.subscribe-check {
  color: #666;
  font-size: 15px;
}
.subscribe-check input {
  margin: 10px;
  width: 20px;
  height: 20px;
  float: left;
}
.subscribe-check label {
  float: left;
}
.loginTopImage {
  padding-top: 16px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}
.logo {
  text-align: left;
  color: black;
}
.hello-user {
  font-size: 12px;
  font-weight: 400;
}
.log-out {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.log-out a {
  color: #a52d2c;
}
.log-out a:hover {
  color: #a52d2c;
  text-decoration: none;
}
.loginBox {
  display: none;
}
#socialbuttons {
  text-align: right;
  float: right;
  padding: 15px 0;
}
#socialbuttons a {
  margin: 2px;
}
.mobile-logo {
  z-index: 9999;
}
.mobile-logo img {
  max-width: 245px;
  padding: 10px 0;
  margin-top: 8px;
}
.loginBoxGuest {
  text-align: right;
  padding-top: 15px;
}
.loginBoxGuest .login-q {
  font-size: 14px;
  color: #666666;
}
.register-button a {
  background: #333333;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  float: right;
  font-size: 12px;
  border-radius: 5px;
  margin-top: -7px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.login-button {
  margin-left: 10px;
}
.login-button a {
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .register-button {
    position: relative;
    margin-left: 15px;
  }
  .register-button a {
    background: #333333;
    color: #ffffff;
    padding: 5px 30px;
    text-align: center;
    float: right;
    font-size: 14px;
    border-radius: 5px;
    margin-top: -7px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
/**/
.footer-cat-menu ul {
  margin: 40px 0;
}
.footer-cat-menu ul li {
  border-left: 0px;
  margin: 5px;
}
footer #socialbuttons2 {
  text-align: center;
  float: none;
}
footer .footer-cat-menu ul {
  width: 100%;
  float: left;
  margin: 20px 0;
}
footer .footer-cat-menu ul li {
  width: 25%;
  float: left;
  margin: 5px 0!important;
  color: #ffffff;
  border-left: 0px!important;
  text-align: left;
}
footer .footer-cat-menu ul li a {
  color: #ffffff;
  font-size: 15px;
}
footer .level-2 {
  display: none!important;
}
footer ul.level-1 {
  display: none!important;
}
footer ul.footer-main-menu {
  width: 100%;
  float: left;
  margin: 60px 0 20px 0;
}
footer ul.footer-main-menu li {
  margin: 0px;
  display: inline-block;
}
footer ul.footer-main-menu li a {
  border-left: 1px solid #ffffff;
  padding: 0 10px;
  font-size: 13px;
}
footer ul.footer-main-menu li a:hover {
  color: #ffffff;
}
footer ul.footer-main-menu li.first a {
  border-left: 0px;
}
/**/
#main-container2,
#main-container3 {
  background: #f2f2f2;
}
.container-2 {
  background: #ffffff;
}
#main-second {
  margin-top: 15px;
}
#main-second {
  margin-top: 25px;
}
#sidebar-second {
  margin-top: 25px;
}
footer {
  background: #a52d2c;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
.ad-holder {
  border-bottom: 2px solid #e1e1e1;
  background: #ffffff;
}
@media only screen and (min-width: 992px) {
  #main,
  #main-second {
    padding-left: 0px!important;
  }
  #sidebar,
  #sidebar-second {
    padding-right: 0px!important;
  }
}
@media only screen and (max-width: 992px) {
  .home-page #latest-posts {
    padding-right: 0px!important;
  }
  #latest-posts {
    padding-right: 30px!important;
  }
}
@media only screen and (max-width: 768px) {
  #latest-posts {
    padding-right: 0px!important;
  }
}
/* Pages */
/**/
.home-page h1 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  .home-page .standard-tabs div#clasifyAnswer ul li a span {
    width: 16.6666667%;
    padding-left: 30px;
  }
}
.home-page .homepage-intro h1 {
  font-size: 36px;
  line-height: 40px;
}
.home-page .homepage-intro p {
  font-size: 21px;
  line-height: 33px;
}
div.avatar {
  width: 70px;
  float: left;
  text-align: left;
}
.question-text {
  width: 100%;
  float: left;
}
.Uname {
  width: auto;
  float: left;
}
.Uname a {
  color: #a52d2c;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}
.barAnswerContent .rss {
  padding-left: 5px;
}
.barAnswerContent p {
  font-size: 13px;
  font-weight: 400;
}
.barAnswerContent p a {
  padding: 0 3px;
}
.barAnswerContent .active-page {
  background: #a52d2c;
  padding: 3px 7px;
  color: #ffffff;
}
.rowanswerlist,
.best-answer-block {
  margin: 5px 0;
  background: #ffffff;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  padding: 13px;
  overflow: hidden;
}
.rowanswerlist td.answertabcontent,
.best-answer-block td.answertabcontent {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .rowanswerlist div.avatar,
  .best-answer-block div.avatar {
    width: 10%!important;
    float: left;
    text-align: center;
  }
  .rowanswerlist .answer-text,
  .best-answer-block .answer-text {
    width: 90%;
    padding-left: 20px;
    float: right;
  }
  .rowanswerlist .answer-text .head h2,
  .best-answer-block .answer-text .head h2 {
    margin-top: 0px!important;
  }
}
.rowanswerlist .Uname,
.best-answer-block .Uname {
  text-align: center;
  float: none;
}
.rowanswerlist .Uname a,
.best-answer-block .Uname a {
  color: #a52d2c;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
.rowanswerlist .head,
.best-answer-block .head {
  clear: left;
}
.rowanswerlist .head h2 a,
.best-answer-block .head h2 a {
  color: #a52d2c;
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
  width: 100%;
  float: left;
  margin: -5px 0 5px 0;
}
.rowanswerlist .questionContent,
.best-answer-block .questionContent {
  line-height: 25px;
  font-weight: 400;
  font-size: 16px;
}
.rowanswerlist a .crdate,
.best-answer-block a .crdate {
  color: #666666;
  font-size: 12px;
  color: #a52d2c;
}
.rowanswerlist span.question-info a,
.best-answer-block span.question-info a,
.rowanswerlist .author,
.best-answer-block .author {
  font-size: 12px!important;
  font-weight: 400!important;
  color: #a52d2c;
  text-align: right;
}
.rowanswerlist .author,
.best-answer-block .author {
  color: #a52d2c;
}
.rowanswerlist .footer,
.best-answer-block .footer {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.rowanswerlist span.question-info,
.best-answer-block span.question-info {
  font-size: 12px!important;
  color: #000000;
}
/***/
.answertablist {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .question-text {
    width: 90%;
    float: right;
    padding-left: 15px;
  }
}
.category-intro h1 {
  font-size: 21px;
  line-height: 33px;
}
.category-intro p {
  font-size: 16px;
  line-height: 25px;
}
.category-page .category-intro h1 {
  margin-top: 20px;
}
.category-page #sidebar-second {
  margin-top: 12px;
}
.category-page .container-2 {
  margin-top: 0px;
}
.category-page #sidebar .searchBoxId {
  display: none;
}
@media only screen and (min-width: 992px) {
  .category-page h1.title {
    margin-top: 0px;
  }
  .category-page .category-intro {
    text-align: center;
  }
  .category-page .category-intro h1 {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .category-page #sidebar,
  .category-page #main {
    min-height: 0px;
  }
}
.advertising {
  margin: 20px auto;
}
.share-icons {
  clear: left;
  text-align: left;
}
h1 {
  text-align: left;
}
.badge:empty {
  display: block!important;
  border-radius: 50%;
  background: none;
}
img {
  max-width: 100%;
}
.avatar {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #quiz-number-item {
    padding: 0 10px;
  }
}
.question-author {
  padding-left: 0px;
  float: left;
  font-size: 12px;
}
.best-answer {
  float: left;
  font-size: 12px;
}
.extra_bar a {
  width: 300px;
  margin: 0 auto;
  background: #a52d2c;
  color: #ffffff;
  font-family: 'tiresias infofont';
  padding: 10px 25px;
  border-radius: 5px;
}
.switch_placeholder {
  margin: 0 auto;
}
.p-right-10 {
  padding-right: 10px;
}
.crdate {
  font-size: 12px;
}
.black {
  color: #000000;
}
.related-post {
  border: 0px!important;
  padding: 5px 0;
}
.related-post .footer {
  margin-top: 0px;
}
.related-post .head h2 a {
  margin: 5px 0;
  color: #000000;
}
.btn-default {
  background: #ddd!important;
  border: 1px solid #bbb;
}
label {
  font-weight: 400;
}
#questionBoxCenter ::-webkit-input-placeholder {
  color: #000000 !important;
  font-size: 17px;
}
#questionBoxCenter :-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
  font-size: 17px;
}
#questionBoxCenter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
  font-size: 17px;
}
#questionBoxCenter :-ms-input-placeholder {
  color: #000000 !important;
  font-size: 17px;
}
::-webkit-input-placeholder {
  color: #666666 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #666666 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666 !important;
}
:-ms-input-placeholder {
  color: #666666 !important;
}
.open-placeholder {
  color: #666666 !important;
  font-size: 14px!important;
}
.open-placeholder ::-webkit-input-placeholder {
  color: #666666 !important;
  font-size: 14px!important;
}
.open-placeholder :-moz-placeholder {
  /* Firefox 18- */
  color: #666666 !important;
  font-size: 14px!important;
}
.open-placeholder ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666 !important;
  font-size: 14px!important;
}
.open-placeholder :-ms-input-placeholder {
  color: #666666 !important;
  font-size: 14px!important;
}
.report-post .checkbox input[type=checkbox],
.report-post .checkbox-inline input[type=checkbox],
.report-post .radio input[type=radio],
.report-post .radio-inline input[type=radio] {
  margin-left: 0px!important;
}
.report-post .message {
  display: none;
}
.deactivate-profile #profile .image {
  width: 100px;
}
.view-profile-button {
  background: #ffffff !important;
  border: 0px;
  color: #a52d2c;
}
.poll-chart {
  background: #e1e1e1;
  padding: 10px;
}
.poll-chart .poll-backer {
  background: #ffffff;
}
.poll-chart .poll-answer-result {
  color: #666666;
  padding-top: 3px;
  padding-left: 5px;
}
.user-threads h2 {
  margin-top: 7px;
}
.formContainerr .form checkbox label input {
  position: relative!important;
}
#results h1 {
  font-size: 36px;
  line-height: 40px;
}
.question-page .open-poll-text {
  padding-left: 0px;
}
.contentQuestionText i {
  font-size: 21px;
  color: #000!important;
}
@media only screen and (min-width: 768px) {
  .question-page .answer-text .main i {
    font-size: 19px;
    color: #000!important;
  }
}
div#barAnswerContentBottom div.barAnswerContent p a {
  font-size: 13px!important;
}
.best-answer-block {
  border: 3px solid #a52d2c !important;
}
.contentQuestionText iframe {
  width: 100%;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .contentQuestionText iframe {
    height: 500px;
  }
}
.question_sticky {
  background: #FFEDCC;
}
.cookie-wrap {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999999999999;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
}
.cookie-logo-wrap {
  background: #ffffff;
  margin-bottom: 20px;
}
.cookie-popup {
  position: fixed;
  width: 90%;
  top: 10%;
  left: 5%;
  background: #ffffff;
  border: 5px solid #a52d2c;
  padding: 30px;
  color: #000;
  text-align: left;
}
.cookie-popup a {
  color: #a52d2c;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .cookie-popup {
    position: fixed;
    width: 60%;
    top: 10%;
    left: 20%;
  }
}
@media only screen and (min-width: 992px) {
  .cookie-popup {
    position: fixed;
    width: 40%;
    top: 25%;
    left: 30%;
  }
}
a.cookie-btn {
  background: #a52d2c;
  color: #fff;
  border: 0px;
  margin: 10px 0;
  padding: 7px 15px;
  font-weight: 400;
  text-decoration: none;
}
a.cookie-btn:hover {
  color: #fff;
}
.cookie-wrap {
  display: none;
}
.question-page #authorTools > a {
  color: #a52d2c;
  text-transform: uppercase;
  border: 3px dotted #a52d2c;
  padding: 5px;
}
div.contentQuestion h1 {
  color: #000000;
  font-size: 36px;
  width: 100%;
  float: left;
  border-bottom: 2px solid #e1e1e1;
  padding: 0 0 20px 0;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 40px;
}
div.contentQuestion .actions .report {
  margin-top: 36px;
}
div.contentQuestion .actions .report .btn {
  padding-top: 3px;
  padding-bottom: 3px;
}
div.contentQuestion .actions .subscribe {
  margin-top: 36px;
}
div.contentQuestion .actions .subscribe .btn {
  padding-top: 3px;
  padding-bottom: 3px;
}
div.contentQuestion .image {
  float: left;
  margin-right: 10px;
  font-family: 'tiresias infofont';
}
div.contentQuestion .question-info a {
  font-family: 'tiresias infofont';
}
div.contentQuestion .crdate {
  color: #666666;
  font-size: 12px;
  font-family: 'tiresias infofont';
}
.member-profile {
  color: #a52d2c;
  font-size: 16px;
}
div.buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  float: right;
}
#submit-answer-button {
  background: #a52d2c;
  border: 0px;
  float: right;
  color: #ffffff;
  padding: 3px 30px;
  width: auto;
  border-radius: 5px;
}
.questionContentAuthor {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  text-align: left;
  background-color: #FFF3DB;
}
div.main {
  width: 100%;
  float: left;
}
.addthis_sharing_toolbox {
  width: auto;
  float: left;
  margin-top: 13px;
}
.question_count {
  float: left;
  font-size: 16px;
  color: #a52d2c;
  padding-left: 10px;
  padding-top: 13px;
  margin-top: 8px;
}
.question_count .number {
  font-size: 42px;
}
.bottom-question {
  font-size: 36px;
}
.question_category {
  color: #a52d2c;
  font-size: 12px;
}
.question_page_wrapper {
  float: left;
  margin-top: -8px;
}
.prev-question {
  color: #a52d2c;
  font-size: 12px;
  padding-left: 6px;
  padding-top: 4px;
  width: auto;
  clear: right;
}
.next-question {
  color: #a52d2c;
  font-size: 12px;
  padding-right: 6px;
  padding-top: 4px;
  text-align: right;
  width: auto;
}
.next-question-container {
  float: right;
}
.extra_bar {
  width: 100%;
  float: left;
}
#barAnswerContentBottom {
  border-bottom: 1px solid #e1e1e1;
  float: left;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.best-answer-block {
  width: 100%;
  float: left;
  border: 1px solid #e1e1e1;
  padding: 13px;
  background: #ffffff;
  text-align: left;
}
.best-answer-block .answer-text {
  width: 100%;
  float: right;
}
.best-answer-block .answer-text .head h2 {
  margin-top: 0px!important;
}
.best-answer-block .username {
  float: left;
  width: 60%;
  text-align: left;
}
.best-answer-block .username a {
  color: #a52d2c;
  font-size: 12px;
}
.best-answer-block .best-answer-text {
  float: left;
  width: 100%;
  text-align: left;
}
.best-answer-block .best-answer-label {
  width: 40%;
  float: right;
  text-align: right;
  font-size: 12px;
}
.best-answer-block .best-answer-date {
  width: 50%;
  float: left;
  color: #666666;
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
}
.best-answer-block .best-answer-link {
  width: 50%;
  float: right;
  color: #a52d2c;
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .best-answer-block .answer-text {
    width: 90%;
  }
}
.answer-text .Uname a {
  font-size: 14px!important;
}
.answer-text .main {
  font-size: 21px;
  line-height: 33px;
}
.question-page {
  /*  .contentTabMain div#questionBox div#questionBoxCenter {
  background: #FFF3DB;
  border: 1px solid #ccc;
  padding: 10px;
  float: left;
  margin-bottom: 30px;
    @media @desktop {
      margin-top: 13px;
      padding:30px;
    }

  }*/
}
.question-page ul.poll {
  width: 100%;
  float: left;
}
.question-page ul.poll li {
  width: 100%;
  float: left;
  margin: 2px 0;
}
.question-page ul.poll li span {
  margin-top: 10px;
}
.question-page ul.poll li.poll-backer {
  margin: 0px;
}
.question-page ul.poll .percentage {
  top: 0px;
  background: #a52d2c;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  text-indent: 5px;
}
.question-page ul.poll .percentage span {
  margin-top: 0px;
}
.question-page ul.poll .chart {
  margin-top: 0px;
}
.question-page .simple_poll_frame {
  background: #e8e8e8;
}
@media only screen and (min-width: 768px) {
  .question-page #sidebar-second {
    padding-left: 15px;
  }
  .question-page .answer-text .main {
    font-size: 19px;
    line-height: 30px;
  }
}
.question-page .question-info {
  position: relative;
  top: 5px;
}
/**/
div.sign-in {
  float: left;
}
div.sign-in input {
  background: #a52d2c;
  color: #ffffff;
  padding: 5px 35px;
  border-radius: 5px;
  border: 0px;
  font-size: 18px;
}
div.sign-in label {
  font-size: 16px;
  font-weight: 400;
}
.login-form label {
  font-size: 16px;
  font-weight: 400;
}
.contact-form label {
  font-weight: 400!important;
}
.contact-form .half {
  width: 100%!important;
}
@media only screen and (min-width: 768px) {
  .contact-form .half {
    width: 100%!important;
  }
}
/**/
.registration-form {
  font-family: 'Tiresias Infofont';
}
.registration-form .form-input {
  margin-bottom: 10px;
}
.registration-form input {
  margin: 10px 0;
}
.registration-form select {
  color: #888;
  margin-right: 10px;
}
.registration-form .registration .section {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 18px;
}
.registration-form .descriptor {
  width: 100%;
  float: left;
}
.registration-form .buttons {
  float: left;
}
.registration-form .buttons input {
  float: left;
  background: #a52d2c;
  color: #ffffff;
  padding: 10px 60px;
  border-radius: 7px;
  border: 0px;
  text-transform: uppercase;
}
.registration-form .reg-label {
  margin-top: 5px;
  margin-bottom: 0px;
}
/**/
.public-profile-page .profile .number-stat,
.private-profile-page .profile .number-stat {
  font-size: 32px;
  font-family: 'tiresias infofont';
  text-align: center;
  color: #a52d2c;
}
.public-profile-page .profile p,
.private-profile-page .profile p {
  font-size: 12px;
  color: #666666;
  margin-bottom: 2px;
  font-family: 'tiresias infofont';
}
.public-profile-page .profile h3,
.private-profile-page .profile h3 {
  font-size: 16px;
  margin-top: 20px;
  float: left;
  font-family: 'tiresias infofont';
  width: 100%;
}
.public-profile-page .profile h5,
.private-profile-page .profile h5 {
  font-size: 13px;
  color: #666666;
  font-family: 'tiresias infofont';
  margin-top: 0px;
  margin-bottom: 3px;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 3px;
}
.public-profile-page .profile .image img,
.private-profile-page .profile .image img {
  width: 100%;
  height: auto;
}
.public-profile-page .public-user-title,
.private-profile-page .public-user-title {
  font-size: 36px;
  line-height: 25px;
  font-family: 'tiresias infofont';
  padding-left: 0px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.public-profile-page .main-container-tabs,
.private-profile-page .main-container-tabs {
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}
.public-profile-page .main-container-tabs ul,
.private-profile-page .main-container-tabs ul {
  margin-bottom: 0px;
}
.public-profile-page .main-container-tabs ul li,
.private-profile-page .main-container-tabs ul li {
  width: auto;
}
.public-profile-page .main-container-tabs ul li a,
.private-profile-page .main-container-tabs ul li a {
  width: auto;
}
.public-profile-page .main-container-tabs ul li a span,
.private-profile-page .main-container-tabs ul li a span {
  width: auto!important;
  padding-left: 5%!important;
  padding-right: 5%!important;
}
.public-profile-page .contentAnswers,
.private-profile-page .contentAnswers {
  font-family: 'tiresias infofont';
}
.public-profile-page .contentAnswers .avatar,
.private-profile-page .contentAnswers .avatar {
  width: 100%;
  float: left;
}
.public-profile-page .contentAnswers .avatar img,
.private-profile-page .contentAnswers .avatar img {
  width: 40px;
  height: 40px;
}
.public-profile-page .contentAnswers .Uname,
.private-profile-page .contentAnswers .Uname {
  color: #a52d2c;
  font-size: 14px;
  margin-top: -5px;
  font-weight: 400;
}
.public-profile-page .contentAnswers .question-info,
.private-profile-page .contentAnswers .question-info {
  color: #666666 !important;
}
.public-profile-page .contentAnswers .question-info a,
.private-profile-page .contentAnswers .question-info a {
  color: #a52d2c;
}
.public-profile-page .contentAnswers .crdate,
.private-profile-page .contentAnswers .crdate {
  color: #666666;
}
@media only screen and (min-width: 768px) {
  .public-profile-page .contentAnswers .avatar,
  .private-profile-page .contentAnswers .avatar {
    width: 10%;
    float: left;
  }
  .public-profile-page .contentAnswers .avatar img,
  .private-profile-page .contentAnswers .avatar img {
    width: 100px;
    height: auto;
  }
  .public-profile-page .contentAnswers .stats,
  .private-profile-page .contentAnswers .stats {
    padding-left: 30px;
  }
  .public-profile-page .contentAnswers .question-text,
  .private-profile-page .contentAnswers .question-text {
    font-family: 'tiresias infofont';
    width: 90%;
    float: right;
    padding-left: 20px;
  }
}
.public-profile-page .standard-tabs div#clasifyAnswer ul li a span,
.private-profile-page .standard-tabs div#clasifyAnswer ul li a span {
  font-size: 12px;
  padding: 5% 10px!important;
}
@media only screen and (min-width: 768px) {
  .public-profile-page .standard-tabs div#clasifyAnswer ul li a span,
  .private-profile-page .standard-tabs div#clasifyAnswer ul li a span {
    font-size: 14px;
    line-height: 25px;
    padding: 20px 25px!important;
  }
}
.number-stat {
  font-size: 26px;
  font-family: 'tiresias infofont';
  text-align: center;
  color: #a52d2c;
}
/**/
.user-profile-tools {
  width: 100%;
  float: left;
}
.user-profile-tools input {
  display: block;
  margin-bottom: 25px;
  float: left;
  margin-right: 10px;
  font-size: 12px;
}
.user-info-item {
  width: auto;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}
.number-stat {
  text-align: center!important;
}
.profile .user-info p {
  font-size: 14px;
}
.profile .image img {
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .private-profile-page .container {
    width: 100%;
  }
}
.private-profile-page .border-tabs {
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}
.private-profile-page .mobile-tabs ul li a {
  font-size: 14px;
  padding: 10px 0;
}
.private-profile-page .mobile-tabs ul li a.active {
  font-size: 14px;
  padding: 20px 0;
  text-align: left;
  padding-left: 20px;
}
.private-profile-page .public-user-title {
  text-align: center;
  width: 100px;
}
.private-profile-page .image {
  text-align: center;
}
.private-profile-page .image img {
  width: 100%;
  border-radius: 50%;
}
.private-profile-page .user-info-item {
  font-size: 12px;
  padding: 5px;
  width: 50%;
  text-align: center;
}
.private-profile-page .user-info-item .number-stat {
  font-size: 14px;
}
.private-profile-page .user-info-item h5 {
  font-size: 12px;
}
@media only screen and (min-width: 400px) {
  .private-profile-page .public-user-title {
    text-align: left;
  }
  .private-profile-page .image {
    text-align: left;
  }
  .private-profile-page .user-info-item {
    width: auto;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
  }
  .private-profile-page .user-info-item .number-stat {
    font-size: 32px;
  }
  .private-profile-page .user-info-item h5 {
    font-size: 13px;
    line-height: 14px;
    color: #777;
  }
}
@media only screen and (min-width: 400px) {
  .private-profile-page .user-info-item {
    paddng-left: 15px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .private-profile-page .user-info-item {
    paddng-left: 15px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .user-info-item {
    paddng-left: 15px;
    padding-right: 30px;
  }
}
.date-picker select {
  width: 33.33%;
  float: left;
}
.date-picker #dob {
  width: 20%;
}
.date-picker #dob_month {
  width: 50%;
}
.date-picker #dob_year {
  width: 30%;
}
#change-password {
  padding: 10px;
  border: 1px solid black;
}
.form-submit {
  float: right;
  text-align: right;
  background: #a52d2c;
  color: #ffffff;
  padding: 5px 35px;
  border: 0px;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 20px;
}
.edit-profile-form {
  font-family: 'tiresias infofont';
}
.edit-profile-form label {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .edit-profile .form-item {
    padding-right: 10px;
  }
}
/**/
.article-listing .contentAnswers {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.article-listing .contentAnswers h2 a {
  font-size: 21px;
  line-height: 33px;
}
.article-listing .contentAnswers .articlelistdiv {
  width: 100%;
  float: left;
  margin: 10px 0;
  font-weight: 400!important;
  border-bottom: 2px solid #ccc;
  padding-bottom: 25px;
}
.article-listing .contentAnswers .articlelistdiv .crdate {
  color: #666666;
  font-size: 12px;
  line-height: 25px;
}
/**/
@media only screen and (min-width: 768px) {
  .search-results .authorQuestion {
    width: 90%;
    float: right;
    padding-left: 20px;
  }
  .search-results .avatar {
    width: 70px;
    height: auto;
  }
}
.search-results-page .tabs-container {
  margin-bottom: 0px;
}
.search-results-page .grey-bg {
  padding-top: 30px;
}
.articlelistdiv {
  margin: 20px 0;
}
/**/
.article-category {
  color: #a52d2c;
  font-size: 12px;
}
.article-page h1 {
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 10px;
}
.article-page .crdate {
  color: #666666;
  font-size: 12px;
}
.article-page .article-category {
  font-size: 12px;
  color: #a52d2c;
}
/**/
.badge-listing h1 {
  font-size: 36px;
  line-height: 40px;
  margin: 25px 0 20px 0;
  float: left;
  width: 100%;
}
.badge-listing .badge-listing-intro p {
  line-height: 25px;
  font-size: 16px;
}
.badge-listing .badge-listing-links a {
  font-weight: 400;
  color: #a52d2c;
}
.badge-listing .badge:empty {
  display: block;
}
.badge-listing .answertablist {
  margin-top: 22px;
}
.badge-listing .rowanswerlist {
  padding: 10px;
}
.badge-listing .rowanswerlist .avatar {
  height: 70px;
  width: 100px;
  float: left;
}
.badge-listing .rowanswerlist .avatar img {
  width: 70px;
  height: auto;
}
.badge-listing .rowanswerlist .head h2 a {
  margin: 5px 0;
  font-size: 21px;
  line-height: 33px;
}
.badge-listing .rowanswerlist .questionContent {
  font-size: 16px;
  line-height: 25px;
}
.badge-listing .badge {
  background: none;
}
/**/
.badge-page .badge:empty {
  display: block;
}
.badge-page .badge {
  background: none;
  height: auto;
}
.badge-page .head h2 a {
  margin: 10px 0 5px 0;
  font-size: 21px;
  line-height: 33px;
}
.badge-page .footer {
  margin-top: 0px;
}
/* Blocks */
#latest-posts h2 a {
  background: #a52d2c;
  color: #fff;
  padding: 8px 30px 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  background-image: url('../images/refresh.png');
  background-position: 92% 5px;
  background-size: 20px;
  background-repeat: no-repeat;
}
#latest-posts h2 {
  font-size: 19px;
  line-height: 21px;
}
#latest-posts h2 a:hover {
  text-decoration: none;
}
#latest-posts .col-sm-8 h2 {
  width: auto;
  float: left;
}
p.question a {
  font-size: 20px;
  width: 100%;
  float: left;
}
#latest-posts li {
  margin: 6px 0;
}
#latest-posts .author {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
#latest-posts .author a {
  color: #000000;
  line-height: 20px;
}
#latest-posts .category a {
  font-size: 14px;
  line-height: 25px;
}
#latest-posts p.question a {
  font-size: 14px;
}
#latest-posts p.category a {
  font-size: 14px;
  color: #000000;
}
#latest-posts p.question a:hover {
  text-decoration: none;
}
#latest-posts span.time {
  padding-left: 5px;
  font-size: 12px;
  line-height: 25px;
}
.recent-post-avatar {
  width: 50px;
  float: left;
}
.recent-post-avatar img {
  max-width: 50px;
}
.recent-post-text {
  float: left;
  width: 80%;
  padding-left: 10px;
}
.question-page #recentActivityPod li {
  padding: 8px;
  background: #ffffff;
  border: 1px solid #ccc;
}
#recentActivityPod li {
  padding: 8px!important;
  background: #eee;
  border: 1px solid #ccc;
}
@media only screen and (min-width: 1200px) {
  #subscribed-threads {
    margin-top: 13px;
  }
}
.search {
  border: 2px solid #a52d2c;
  width: 100%!important;
}
.searchbutton {
  float: right;
  width: 50px;
  height: 30px;
  background: url('../images/search.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 0px;
  content: "";
  position: relative;
  margin-top: -32px;
  margin-right: 2px;
  text-indent: -9999999px;
}
.searchBoxId {
  margin: 20px 0px 0px 0px;
}
.standard-tabs #clasifyAnswer .tabAnswers {
  width: 100%;
  float: left;
}
.standard-tabs #clasifyAnswer ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.standard-tabs div#clasifyAnswer ul li a span {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: 400;
  width: auto;
  padding: 20px 5px;
  text-align: center;
}
.standard-tabs div#clasifyAnswer ul li a.active span {
  background: #e08d2d;
  color: #ffffff;
}
.standard-tabs .container-2 {
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .standard-tabs div#clasifyAnswer ul li a span {
    font-size: 14px;
    padding: 20px 0px;
    padding-left: 5px;
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .standard-tabs div#clasifyAnswer ul li a span {
    font-size: 14px;
    line-height: 25px;
    padding: 20px 30px;
  }
}
/**/
.featured-poll {
  margin-top: 20px;
  background: #f2f2f2;
  width: 100%;
  float: left;
}
.featured-poll .poll-heading {
  padding: 3px 13px;
  margin: 10px 0;
  width: 100%;
  float: left;
}
.featured-poll .poll {
  width: 100%;
  float: right;
  padding: 10px;
}
.featured-poll .poll-text {
  font-size: 18px;
}
.featured-poll .poll-text,
.featured-poll .poll-text2 {
  width: 100%;
  float: left;
  clear: left;
  font-weight: 400;
  padding: 30px 10px;
}
.featured-poll .poll-text h2 a,
.featured-poll .poll-text2 h2 a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
}
.featured-poll .copyright,
.featured-poll .tinyinfo {
  font-size: 12px;
  color: #000000;
}
.featured-poll .poll-text2 {
  font-size: 16px;
}
.featured-poll .poll-title {
  width: 50%;
  float: left;
  color: #a52d2c;
  font-weight: 400;
  font-size: 21px;
  padding: 3px 13px;
}
.featured-poll h2 {
  margin: 0px;
}
.featured-poll ul.poll {
  text-align: left;
  font-size: 95%;
  color: #333;
  margin-bottom: 0;
}
.featured-poll ul.poll li span,
.featured-poll ul.poll li span {
  background: #f2f2f2;
}
.featured-poll ul.poll li {
  color: #8C8281;
  background: #f2f2f2;
  margin: 0 0 10px 0;
  text-align: left;
}
.featured-poll .percentage {
  color: #000000;
  background: #a52d2c !important;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding: 6px 0px;
  margin-top: -31px;
}
.featured-poll ul.poll li span {
  color: #000000;
}
.featured-poll ul.poll li {
  background: #f2f2f2;
}
.featured-poll ul.poll li span.chart {
  display: block;
  background: #a52d2c;
  padding: 16px 0;
  color: white;
}
@media only screen and (min-width: 768px) {
  .featured-poll .poll-text,
  .featured-poll .poll-text2 {
    width: 50%;
    float: left;
  }
  .featured-poll .poll {
    width: 50%;
    float: right;
    padding: 10px;
    padding-right: 30px;
  }
  .featured-poll ul.poll {
    text-align: left;
    font-size: 95%;
    color: #333;
    margin-bottom: 0;
    margin-top: -10px;
  }
}
.tabs-container {
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 30px;
}
.search-results-intro {
  border-top: 1px solid #e1e1e1;
  padding: 40px 0 20px 0;
}
.search-intro {
  max-width: 400px;
}
.search-intro p {
  font-weight: 400;
}
.tabnavigation {
  margin-bottom: 0px;
}
.tabnavigation li a span {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 20px 5px;
  color: #000;
  float: left;
  font-size: 10px;
  font-weight: 400;
  width: auto;
}
.tabnavigation li a.selected span {
  background: #e08d2d;
  color: #ffffff;
}
.container-2 {
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .tabnavigation li a span {
    font-size: 14px;
    padding: 20px 15px;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .tabnavigation li a span {
    font-size: 14px;
    padding: 20px 15px;
  }
}
/**/
.featured-poll .poll-heading,
.question-page .poll-heading {
  color: #000000;
  padding: 3px 13px;
}
.featured-poll .extended_poll_question h2,
.question-page .extended_poll_question h2 {
  color: #a52d2c;
}
.featured-poll .extended_poll_question h3,
.question-page .extended_poll_question h3 {
  text-align: left;
}
.featured-poll .extended_poll_question .open-poll-description,
.question-page .extended_poll_question .open-poll-description {
  text-align: left;
  margin-top: 10px;
  line-height: 25px;
}
.featured-poll .poll,
.question-page .poll {
  margin: 15px 0;
}
.featured-poll .open-poll-button,
.question-page .open-poll-button {
  width: 33%;
  float: right;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.featured-poll .open-poll-button input,
.question-page .open-poll-button input {
  float: left;
  text-align: left;
  font-weight: 400;
}
.featured-poll .stats-url,
.question-page .stats-url {
  width: 50%;
  float: left;
  clear: left;
  text-align: left;
  padding-left: 15px;
}
.poll-backer {
  float: left;
}
.question-page .poll {
  background: #e8e8e8;
  padding: 10px;
}
.question-page .poll .percentage {
  position: relative;
  top: -27px;
  color: #000000;
  padding-left: 10px;
}
.question-page .poll-backer {
  float: none;
}
/**/
div.question table {
  border-collapse: collapsed;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #a52d2c;
  margin: auto;
  text-align: left;
  margin: 30px 0;
}
div.question table thead {
  color: #fff;
  background: #a52d2c;
}
div.question table tfoot tr td.total {
  font-weight: bold;
}
div.question table tfoot tr td.total em {
  display: inline;
  font-style: normal;
  color: #999;
  margin-right: 10px;
}
div.question table thead tr th,
div.question table tfoot tr td,
div.question table tbody tr td {
  padding: 5px;
}
/*div.question table thead tr td {
	padding: 10px 5px;
}*/
div.question table tfoot tr td,
div.question table tbody tr td {
  text-align: left;
}
div.question table tfoot tr td {
  border-top: 1px solid #a52d2c;
}
div.question table tbody tr.odd {
  background: #eee;
}
.mobile-tabs {
  width: 100%;
  float: left;
}
.mobile-tabs ul {
  width: 100%;
  float: left;
}
.mobile-tabs ul li {
  width: 100%;
  float: left;
}
.mobile-tabs ul li a {
  width: 100%;
  float: left;
  display: none;
  background: #333333;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
}
.mobile-tabs ul li a.active {
  cursor: pointer;
  width: 100%;
  float: left;
  display: block!important;
  background: #e08d2d;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  background-image: url('../images/tab-popout.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px 100%;
}
.breadcrumb-trail {
  font-size: 12px;
  margin: 10px 0;
  color: #666666;
  padding-left: 0px;
}
.breadcrumb-trail a {
  font-size: 12px;
  font-weight: 400;
  color: #a52d2c;
  font-family: 'Tiresias Infofont';
}
.breadcrumb {
  font-size: 12px;
  margin: 10px 0;
  color: #666666;
  background: #ffffff;
  padding: 0px;
}
.breadcrumb a {
  font-size: 12px;
  font-weight: 400;
  color: #a52d2c;
  font-family: 'Tiresias Infofont';
}
/**/
.message {
  position: fixed;
  top: 10%;
  width: 80%;
  z-index: 999999;
  border: none;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  margin: 0 auto;
  left: 10%;
  border-radius: 10px;
  text-align: center;
  padding: 50px 0;
  font-weight: 400;
  background-image: url('../images/close.png');
  background-position: 99% 7%;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  cursor: pointer;
}
.descriptor {
  color: #000000;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .message {
    width: 40%;
    left: 30%;
  }
}
.rowanswerlist .main iframe {
  max-width: 100%!important;
  height: 350px!important;
}
.rowanswerlist .main iframe .image {
  width: 100%!important;
  height: auto;
}
.rowanswerlist .main iframe .image #image-element {
  width: 100%!important;
  height: auto;
}
.rowanswerlist .main iframe .ytp-cued-thumbnail-overlay {
  background-size: 100%!important;
}
.ytp-thumbnail-overlay {
  background-size: 100%!important;
}
#subscribed-threads {
  margin-top: 20px 0px;
  font-family: 'Tiresias Infofont';
}
#subscribed-threads ul li .question a {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
#subscribed-threads ul li .author {
  float: left;
  margin-right: 10px;
}
#subscribed-threads ul li .category {
  color: #666666;
  font-size: 12px;
  line-height: 25px;
}
.contentQuestionText {
  width: 100%;
  float: left;
  margin: 20px 0;
  overflow: hidden;
}
.middle .contentQuestionText,
.middle .contentQuestionText p {
  font-size: 21px;
  line-height: 33px;
}
/**/
#colorbox {
  display: block;
  visibility: visible;
  top: 10%!important;
  left: 2.5%!important;
  position: absolute;
  width: 95%!important;
  margin: 0 auto!important;
  height: 100%!important;
  font-family: 'Tiresias Infofont';
}
#colorbox #cboxWrapper {
  width: 100%!important;
  height: auto!important;
}
#colorbox #cboxContent {
  width: 100%!important;
  height: auto!important;
  float: left;
  border-radius: 10px;
}
#colorbox #cboxContent input.itext {
  width: 100%;
}
#colorbox #cboxMiddleLeft {
  height: auto!important;
}
#colorbox #cboxLoadedContent {
  width: 100%!important;
  float: left!important;
  height: auto!important;
  margin-bottom: 0px!important;
}
#colorbox .top-half {
  background: #a52d2c;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  line-height: 31px;
}
#colorbox .top-half h2 {
  font-size: 16px;
}
#colorbox .colorbox-signup-button {
  background: #a52d2c;
  color: #ffffff;
  padding: 5px 15px;
  width: 100%;
  float: left;
  border-radius: 5px;
}
#colorbox .left-half {
  padding: 5px 20px;
  text-align: center;
  width: 100%;
  float: left;
}
#colorbox .left-half h2 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 4px;
}
#colorbox .checkbox {
  padding-left: 15px;
}
#colorbox .checkbox label {
  padding-left: 10px;
}
#colorbox .right-half {
  width: 100%;
  padding: 5px 20px;
  float: left;
  text-align: center;
  background: #f2f2f2;
}
#colorbox .right-half input {
  padding: 10px!important;
}
#colorbox .right-half label {
  float: left;
}
#colorbox .right-half h2 {
  font-size: 22px;
}
#colorbox .right-half .checkbox label {
  padding-left: 5px;
  font-size: 12px;
  font-weight: 400;
}
#colorbox .right-half .checkbox label input {
  padding: 5px;
  padding-left: 0px;
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
@media only screen and (min-width: 400px) {
  #colorbox {
    width: 80%!important;
    left: 10%!important;
  }
  #colorbox .left-half {
    width: 50%;
    padding: 30px;
  }
  #colorbox .right-half {
    width: 50%;
    padding: 30px;
  }
  #colorbox .top-half {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #colorbox {
    width: 40%!important;
    left: 30%!important;
  }
}
#cboxClose {
  background-image: url('../images/close.png') !important;
  width: 23px!important;
  height: 23px!important;
  color: #a52d2c !important;
  margin: 5px!important;
  background-repeat: no-repeat !important;
}
.need-help {
  border: 3px solid #e1e1e1;
  padding: 10px 15px;
}
.need-help h2 {
  color: #777;
  font-size: 18px;
  background-image: url('../images/hand.jpg');
  background-size: 40px 40px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left;
  margin-top: 0px;
  height: 30px;
  padding-top: 12px;
}
/* Menus */
@media only screen and (max-width: 768px) {
  .category-menu-container {
    position: absolute;
    width: 300px;
    right: 10px;
  }
  .mobile-logo img {
    max-width: 200px;
    padding-bottom: 19px;
  }
}
.categories-menu {
  display: none;
  position: absolute!important;
  width: 100%!important;
  z-index: 999999;
  top: 75px;
  left: 0px;
  background: #333333;
}
.categories-menu li {
  width: 100%;
  float: left;
}
.categories-menu li ul li {
  width: 100%;
  float: left;
}
.categories-menu #plus {
  width: 15%;
  float: right;
  background: #bbb;
  height: 46px;
  text-align: center;
  padding: 11px;
  cursor: pointer;
}
.categories-menu #minus {
  width: 15%;
  float: right;
  background: #f2f2f2;
  height: 46px;
  text-align: center;
  padding: 11px;
  cursor: pointer;
}
.menu-toggle {
  background: #a52d2c;
  color: white;
  width: 100%;
  padding: 20px 0px;
  float: left;
  cursor: pointer;
  background-image: url('../images/category-menu-bg.jpg');
  background-size: 100%;
  text-align: left;
  padding-left: 41px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}
.menu-toggle-mobile {
  cursor: pointer;
  background-image: url('../images/category-menu-bg-mobile.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: left;
  height: 75px;
  padding-left: 41px;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0px;
  width: 75px;
  float: right;
}
.category-menu-open {
  background-image: url('../images/category-menu-open.png');
}
.category-menu-mobile-open {
  background-image: url('../images/category-menu-open-mobile.png');
}
#category-menu div#menu ul li a {
  padding-left: 20px;
  color: #ffffff;
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-size-adjust: none;
  font-weight: 400;
  /* fixed -- text-transform: capitalize; */
  background-repeat: no-repeat;
  background-position: 10px center;
  margin: 0;
  padding: 10px 5px 10px 25px;
  background: #333333;
  border-bottom: 1px solid #666;
  width: 100%;
  float: left;
}
#category-menu div#menu ul li a:hover {
  text-decoration: none;
  background: #f2f2f2;
  color: #000000;
}
#category-menu div#menu ul li.level-2 a {
  background: #a52d2c;
  color: #ffffff;
  padding-left: 35px;
}
#sidebar .searchBoxId {
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  .categories-menu {
    top: 65px;
  }
}
@media only screen and (min-width: 900px) {
  .menu-toggle {
    padding: 26px 10px;
  }
  .categories-menu {
    top: 75px;
  }
}
@media only screen and (min-width: 992px) {
  .categories-menu {
    left: 0px;
    width: 100%;
  }
  .menu-toggle {
    padding: 26px 0;
    font-size: 17px;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-toggle {
    padding: 29px 0;
    font-size: 17px;
    padding-left: 41px;
  }
  .categories-menu {
    width: 600px!important;
    left: -220px !important;
  }
  .categories-menu li {
    width: 50%;
    float: left;
  }
  .categories-menu li ul li {
    width: 100%;
    float: left;
  }
}
.short-menu {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 0px;
}
.short-menu li {
  display: inline-block;
  float: left;
}
.short-menu li a {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 20px 10px;
  color: #000;
  float: left;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 900px) {
  .short-menu li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .short-menu li a {
    font-size: 16px;
  }
}
.short-menu li a:hover {
  background: #e08d2d;
  color: #ffffff;
}
.short-menu li .first {
  border-left: 2px solid #e1e1e1;
}
.short-menu li .last {
  border-right: 2px solid #e1e1e1;
}
.short-menu li a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .short-menu li a {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 900px) {
  .short-menu li a {
    padding: 26px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .short-menu li a {
    padding: 26px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .short-menu li a {
    padding: 29px 15px;
  }
}
/**/
@font-face {
  font-family: 'Tiresias Infofont';
  src: url('fonts/Tiresias_Infofont-webfont.eot');
  src: url('fonts/Tiresias.eot?iefix') format('eot'), url('fonts/Tiresias_Infofont-webfont.woff') format('woff'), url('fonts/Tiresias_Infofont-webfont.ttf') format('truetype'), url('fonts/Tiresias_Infofont-webfont.svg.svg#webfont') format('svg');
}
* {
  font-family: 'Tiresias Infofont';
}
