.blog .item-image img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  display: block;
  max-width: 100%;
  height: auto;
}
.blog .article-intro {
  background: #ffffff;
  margin: -39px 26px 0;
  position: relative;
  padding: 26px;
}
.blog .article-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
@media screen and (min-width: 992px) {
  .blog .article-title {
    font-size: 24px;
  }
}
.blog .article-footer {
  padding: 0 52px;
}
.blog .tags {
  padding: 0 52px;
}
.blog .readmore {
  padding: 0 52px;
}
.blog .pagination-wrap {
  border-top: none;
}
.blog .pagination-wrap .pagination,
.blog .pagination-wrap .counter {
  margin-top: 0;
}
.news-blog .item-image {
  margin-bottom: 26px;
}
.news-blog .item-image + div.published {
  position: absolute;
  right: 26px;
  bottom: 26px;
}
.news-blog .article-images {
  position: relative;
}
.news-blog .article-title {
  margin-bottom: 13px;
}
.news-blog .article-title a {
  color: #000000;
}
.news-blog .article-title a:hover,
.news-blog .article-title a:active,
.news-blog .article-title a:focus {
  color: #c29032;
}
.news-blog .article-intro {
  background: #ffffff;
  margin: 0;
  position: relative;
  padding: 0;
}
.news-blog .items-leading .leading {
  padding-bottom: 26px;
}
.news-blog .items-leading .leading .article-title a {
  color: #c29032;
}
.news-blog .items-leading .leading .article-title a:hover,
.news-blog .items-leading .leading .article-title a:active,
.news-blog .items-leading .leading .article-title a:focus {
  color: #856322;
}
.news-blog .items-leading .leading .article-intro {
  padding: 0 26px;
}
.news-blog .items-leading .leading .readmore {
  padding: 0 26px;
}
.news-blog .items-row .item {
  border: none;
}
.news-blog div.published {
  background: #c29032;
  width: 70px;
  height: 70px;
  color: #ffffff;
  font-size: 30px;
}
.news-blog div.published b {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.news-blog div.published time {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 22px;
  padding: 15px;
  text-align: center;
}
.news-blog div.published time:after {
  content: "";
  border: 1px solid #ffffff;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  position: absolute;
}
.news-blog .article-footer {
  padding: 0;
}
.news-blog .readmore {
  text-transform: uppercase;
  padding: 0;
}
.news-blog .pagination-wrap {
  border-top: 1px solid #ebe8e8;
}
.news-blog .pagination-wrap .pagination,
.news-blog .pagination-wrap .counter {
  margin-top: 26px;
}
.blog-featured .item-image img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-featured .article-intro {
  background: #ffffff;
  margin: -39px 26px 0;
  position: relative;
  padding: 26px;
}
.blog-featured .article-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
@media screen and (min-width: 992px) {
  .blog-featured .article-title {
    font-size: 24px;
  }
}
.items-leading .leading {
  background: #000000;
  margin-bottom: 52px;
  color: #d0d0d0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.items-leading .leading:hover .item-image img {
  filter: grayscale(0.5);
}
.items-leading .leading .article-intro {
  background: #000000;
}
.items-row .item {
  background: #ffffff;
  margin-bottom: 52px;
  border: 1px solid #ebe8e8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.items-row .item:hover .item-image img {
  filter: grayscale(0.5);
}
.divider-vertical {
  margin: 26px 0;
  border: 0;
  border-top: 1px solid #ebe8e8;
}
.article-aside {
  color: #999999;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.article-aside dd i {
  display: none;
}
.article-aside dd + dd:before {
  content: "/";
  display: inline-block;
  margin-left: 10px;
}
.article-aside .btn-group .dropdown-toggle {
  color: #999999;
}
.article-aside .btn-group .dropdown-toggle:hover,
.article-aside .btn-group .dropdown-toggle:active,
.article-aside .btn-group .dropdown-toggle:focus {
  box-shadow: none;
  color: #c29032;
}
.article-aside .btn-group.open .dropdown-toggle {
  box-shadow: none;
  color: #c29032;
}
.article-aside .btn-group .dropdown-menu {
  font-size: 13px;
}
.article-aside .btn-group .dropdown-menu li a:hover,
.article-aside .btn-group .dropdown-menu li a:active,
.article-aside .btn-group .dropdown-menu li a:focus {
  background: none;
  color: #c29032;
}
.article-info {
  margin: 0;
  width: 85%;
  float: right;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-right: 0;
  margin-left: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.tags {
  margin-bottom: 26px;
}
.tags > span {
  display: inline-block;
  margin-left: 10px;
}
.tags .label-info {
  background: none;
  padding: 0;
  border-radius: 0;
  border: none;
  color: #999999;
  display: block;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #999999;
  font-style: italic;
}
.tags .label-info:hover,
.tags .label-info:active,
.tags .label-info:focus {
  background: none;
  color: #c29032;
  border: none;
}
.tags .label-info:before {
  content: "#";
  display: inline-block;
}
.fields-container dd {
  border-bottom: 1px dotted #dfdada;
  padding: 8.66666667px 0;
}
.fields-container dd .field-label {
  display: inline-block;
  font-weight: bold;
  padding-left: 26px;
}
.fields-container dd:last-child {
  border-bottom: 0;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 26px;
}
.item-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.item-image img[align=left],
.item-image .img_caption.left,
.item-image .pull-left.item-image {
  margin: 0 0 26px 39px;
}
.item-image img[align=right],
.item-image .img_caption.right,
.item-image .pull-right.item-image {
  margin: 0 39px 26px 0;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 0 26px 39px;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 39px 26px 0;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 26px;
  max-width: 100%;
}
.img-fulltext-left {
  float: right;
  margin-left: 26px;
}
.img-fulltext-right {
  float: left;
  margin-right: 26px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #ebe8e8;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-right: 0;
    margin-left: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-right: 2px;
}
.item-page .item-image {
  margin-bottom: 26px;
}
.item-page .item-image + div.published {
  position: absolute;
  right: 26px;
  bottom: 26px;
}
.item-page .article-title {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .item-page .article-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .item-page .article-title {
    font-size: 24px;
    margin-bottom: 13px;
  }
}
.item-page .article-title a {
  color: #000000;
}
.item-page .article-title a:hover,
.item-page .article-title a:active,
.item-page .article-title a:focus {
  color: #c29032;
}
.item-page .article-images {
  position: relative;
}
.item-page div.published {
  background: #c29032;
  width: 70px;
  height: 70px;
  color: #ffffff;
  font-size: 30px;
}
.item-page div.published b {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.item-page div.published time {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 22px;
  padding: 15px;
  text-align: center;
}
.item-page div.published time:after {
  content: "";
  border: 1px solid #ffffff;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  position: absolute;
}
.tag-category h2 {
  margin-top: 0;
  margin-bottom: 13px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
}
.tag-category h2 a {
  color: #252525;
}
.tag-category h2 a:hover,
.tag-category h2 a:active,
.tag-category h2 a:focus {
  color: #c29032;
}
.tag-category .tag-info img {
  max-width: 100%;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .tag-category .tag-info img {
    width: 50%;
    float: right;
    margin: 0 0 0 26px;
  }
}
.tag-category ul.category {
  border: 0;
}
.tag-category ul.category li {
  background-color: transparent;
  padding: 0 0 26px;
}
.tag-category ul.category li:last-child {
  border: none;
  padding: 0;
}
.tag-category ul.category li .tag-img {
  margin-bottom: 13px;
}
.tag-category ul.category li .tag-img img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .tag-category ul.category li .tag-img {
    float: right;
    width: 30%;
    margin: 0 0 0 26px;
  }
}
.tag-category ul.category li .tag-body h3 {
  margin-bottom: 13px;
  line-height: 1.4;
  margin-top: 0;
}
.tag-category ul.category li .tag-body h3 a {
  color: #252525;
}
.tag-category ul.category li .tag-body h3 a:hover,
.tag-category ul.category li .tag-body h3 a:focus,
.tag-category ul.category li .tag-body h3 a:active {
  color: #c29032;
}
.tag-category ul.category li .tag-body p {
  display: inline;
  margin-bottom: 0;
  color: #7a7a7a;
  font-size: 14px;
}
.tag-category .filters {
  margin: 0 0 26px 0;
  padding: 0 0 26px 0;
  border-bottom: 1px solid #ebe8e8;
}
.tag-category .filters .btn-group {
  margin-right: 0;
}
@media (max-width: 767px) {
  .tag-category .filters .btn-group {
    float: none !important;
    display: block;
  }
  .tag-category .filters .btn-group.pull-right {
    margin-top: 13px;
  }
}
.tag-category .pagination-wrap {
  margin-top: 52px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-right: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 26px;
  text-align: right;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-right: 0;
  padding-right: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-right: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-right: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: right;
  vertical-align: middle;
  margin-right: 0;
  border: 1px solid #dddddd;
}
.login-wrap {
  background: #ffffff;
  margin: 0 auto;
  padding: 60px;
  max-width: 448px;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.login-wrap:after {
  display: block;
  content: "";
  position: absolute;
  border: 1px solid #c29032;
  right: 20px;
  top: 20px;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .login-wrap {
    padding: 26px;
    width: auto;
  }
  .login-wrap:after {
    right: 4px;
    top: 4px;
    left: 4px;
    bottom: 4px;
  }
}
.login-wrap .page-header {
  border: 0;
  padding: 0;
  margin-bottom: 52px;
  text-align: center;
}
@media (max-width: 767px) {
  .login-wrap .page-header {
    margin-bottom: 26px;
  }
}
.login-wrap .page-header h1 {
  padding: 0;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}
.login-wrap .page-header h1:after {
  content: "";
  position: absolute;
  width: 40px;
  border-bottom: 3px solid #c29032;
  bottom: -20px;
  right: 50%;
  margin-right: -20px;
}
.login-wrap .login-description {
  margin-bottom: 26px;
  color: #555555;
  text-align: center;
}
.login-wrap .login {
  position: relative;
  z-index: 1;
}
.login-wrap form .control-label {
  text-align: right;
  padding-top: 0;
}
.login-wrap form label {
  color: #252525;
  text-align: right;
  font-weight: 400;
}
.login-wrap form .form-group {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .login-wrap form .form-group {
    margin-bottom: 26px;
  }
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  width: 100%;
}
.login-wrap form .form-group .checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-align: right;
}
.login-wrap form .form-group .checkbox label {
  font-weight: normal;
  padding-right: 30px;
}
.login-wrap form .form-group .regular-checkbox {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 9px;
  border-radius: 0;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 2px;
}
.login-wrap form .form-group .input:checked + .regular-checkbox {
  background-color: #f2f2f2;
  border: 1px solid #c29032;
  color: #555555;
}
.login-wrap form .form-group .input:checked + .regular-checkbox:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: -2px;
  right: 5px;
  color: #555555;
  line-height: 20px;
}
.login-wrap .btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.login-wrap .other-links {
  margin-bottom: 0 !important;
}
.login-wrap .other-links ul {
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.login-wrap .other-links ul li {
  display: inline-block;
  list-style: none;
  padding: 0 6.5px;
}
.login-wrap .other-links ul li a {
  color: #555555;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  color: #c29032;
}
.login-wrap .other-links ul li + li {
  margin-top: 13px;
}
.logout {
  background: #ffffff;
  margin: 0 auto;
  padding: 60px;
  max-width: 448px;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}
.logout:after {
  display: block;
  content: "";
  position: absolute;
  border: 1px solid #c29032;
  right: 20px;
  top: 20px;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .logout {
    padding: 26px;
    width: auto;
  }
  .logout:after {
    right: 4px;
    top: 4px;
    left: 4px;
    bottom: 4px;
  }
}
.logout .page-header {
  border: 0;
  margin-bottom: 26px;
  padding-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.logout .page-header h1 {
  padding: 0;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}
.logout .page-header h1:after {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 3px solid #c29032;
  bottom: -20px;
  right: 50%;
  margin-right: -25px;
}
.logout .form-horizontal {
  position: relative;
  z-index: 1;
}
.logout .form-horizontal .control-group {
  margin-bottom: 0;
}
.logout .form-horizontal .control-group .controls {
  margin-right: 0;
}
.logout .btn {
  margin-top: 26px;
}
.registration,
.profile-edit,
.profile {
  padding: 26px;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.registration:after,
.profile-edit:after,
.profile:after {
  display: block;
  content: "";
  position: absolute;
  border: 1px solid #c29032;
  right: 4px;
  top: 4px;
  left: 4px;
  bottom: 4px;
}
@media (min-width: 768px) {
  .registration,
  .profile-edit,
  .profile {
    margin: 0 auto;
    padding: 60px;
    max-width: 448px;
  }
  .registration:after,
  .profile-edit:after,
  .profile:after {
    right: 20px;
    top: 20px;
    left: 20px;
    bottom: 20px;
  }
}
.registration legend,
.profile-edit legend,
.profile legend {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 52px;
  text-align: center;
  position: relative;
}
.registration legend:after,
.profile-edit legend:after,
.profile legend:after {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 3px solid #c29032;
  bottom: -10px;
  right: 50%;
  margin-right: -25px;
}
@media (min-width: 768px) {
  .registration legend,
  .profile-edit legend,
  .profile legend {
    font-size: 30px;
  }
}
.registration form,
.profile-edit form,
.profile form {
  position: relative;
  z-index: 1;
}
.registration .form-group,
.profile-edit .form-group,
.profile .form-group {
  margin-bottom: 0;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group,
.profile .form-group + .form-group {
  margin-top: 26px;
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label,
.profile .form-group .control-label {
  text-align: right;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label,
.profile .form-group .control-label label {
  color: #252525;
  font-weight: 400;
}
.registration .form-group .control-label .text label,
.profile-edit .form-group .control-label .text label,
.profile .form-group .control-label .text label {
  font-weight: normal;
  color: #c24832;
}
.registration .form-group input.required,
.profile-edit .form-group input.required,
.profile .form-group input.required {
  width: 100%;
}
.registration fieldset + fieldset,
.profile-edit fieldset + fieldset,
.profile fieldset + fieldset {
  margin-top: 52px;
}
.registration fieldset dt,
.profile-edit fieldset dt,
.profile fieldset dt {
  margin-left: 5px;
}
.registration fieldset .input-append,
.profile-edit fieldset .input-append,
.profile fieldset .input-append,
.registration fieldset .input-prepend,
.profile-edit fieldset .input-prepend,
.profile fieldset .input-prepend {
  display: block;
  text-align: right;
}
.registration fieldset .input-append > input,
.profile-edit fieldset .input-append > input,
.profile fieldset .input-append > input,
.registration fieldset .input-prepend > input,
.profile-edit fieldset .input-prepend > input,
.profile fieldset .input-prepend > input {
  display: inline-block;
  max-width: 148px;
}
@media screen and (max-width: 767px) {
  .registration fieldset .input-append > input,
  .profile-edit fieldset .input-append > input,
  .profile fieldset .input-append > input,
  .registration fieldset .input-prepend > input,
  .profile-edit fieldset .input-prepend > input,
  .profile fieldset .input-prepend > input {
    max-width: 26%;
  }
}
.registration fieldset .input-append .add-on,
.profile-edit fieldset .input-append .add-on,
.profile fieldset .input-append .add-on,
.registration fieldset .input-prepend .add-on,
.profile-edit fieldset .input-prepend .add-on,
.profile fieldset .input-prepend .add-on {
  padding: 5px 15px;
  border-color: #ebe8e8;
}
.registration fieldset .input-append > .btn,
.profile-edit fieldset .input-append > .btn,
.profile fieldset .input-append > .btn,
.registration fieldset .input-prepend > .btn,
.profile-edit fieldset .input-prepend > .btn,
.profile fieldset .input-prepend > .btn {
  color: #c29032;
  background-color: #ebe8e8;
  border-color: #ebe8e8;
  position: relative;
  text-transform: uppercase;
}
.registration fieldset .input-append > .btn:hover,
.profile-edit fieldset .input-append > .btn:hover,
.profile fieldset .input-append > .btn:hover,
.registration fieldset .input-prepend > .btn:hover,
.profile-edit fieldset .input-prepend > .btn:hover,
.profile fieldset .input-prepend > .btn:hover,
.registration fieldset .input-append > .btn:focus,
.profile-edit fieldset .input-append > .btn:focus,
.profile fieldset .input-append > .btn:focus,
.registration fieldset .input-prepend > .btn:focus,
.profile-edit fieldset .input-prepend > .btn:focus,
.profile fieldset .input-prepend > .btn:focus,
.registration fieldset .input-append > .btn.focus,
.profile-edit fieldset .input-append > .btn.focus,
.profile fieldset .input-append > .btn.focus,
.registration fieldset .input-prepend > .btn.focus,
.profile-edit fieldset .input-prepend > .btn.focus,
.profile fieldset .input-prepend > .btn.focus,
.registration fieldset .input-append > .btn:active,
.profile-edit fieldset .input-append > .btn:active,
.profile fieldset .input-append > .btn:active,
.registration fieldset .input-prepend > .btn:active,
.profile-edit fieldset .input-prepend > .btn:active,
.profile fieldset .input-prepend > .btn:active,
.registration fieldset .input-append > .btn.active,
.profile-edit fieldset .input-append > .btn.active,
.profile fieldset .input-append > .btn.active,
.registration fieldset .input-prepend > .btn.active,
.profile-edit fieldset .input-prepend > .btn.active,
.profile fieldset .input-prepend > .btn.active,
.open > .dropdown-toggle.registration fieldset .input-append > .btn,
.open > .dropdown-toggle.profile-edit fieldset .input-append > .btn,
.open > .dropdown-toggle.profile fieldset .input-append > .btn,
.open > .dropdown-toggle.registration fieldset .input-prepend > .btn,
.open > .dropdown-toggle.profile-edit fieldset .input-prepend > .btn,
.open > .dropdown-toggle.profile fieldset .input-prepend > .btn {
  color: #c29032;
  background-color: #d3cdcd;
  border-color: #cfc7c7;
}
.registration fieldset .input-append > .btn:active,
.profile-edit fieldset .input-append > .btn:active,
.profile fieldset .input-append > .btn:active,
.registration fieldset .input-prepend > .btn:active,
.profile-edit fieldset .input-prepend > .btn:active,
.profile fieldset .input-prepend > .btn:active,
.registration fieldset .input-append > .btn.active,
.profile-edit fieldset .input-append > .btn.active,
.profile fieldset .input-append > .btn.active,
.registration fieldset .input-prepend > .btn.active,
.profile-edit fieldset .input-prepend > .btn.active,
.profile fieldset .input-prepend > .btn.active,
.open > .dropdown-toggle.registration fieldset .input-append > .btn,
.open > .dropdown-toggle.profile-edit fieldset .input-append > .btn,
.open > .dropdown-toggle.profile fieldset .input-append > .btn,
.open > .dropdown-toggle.registration fieldset .input-prepend > .btn,
.open > .dropdown-toggle.profile-edit fieldset .input-prepend > .btn,
.open > .dropdown-toggle.profile fieldset .input-prepend > .btn {
  background-image: none;
}
.registration fieldset .input-append > .btn.disabled,
.profile-edit fieldset .input-append > .btn.disabled,
.profile fieldset .input-append > .btn.disabled,
.registration fieldset .input-prepend > .btn.disabled,
.profile-edit fieldset .input-prepend > .btn.disabled,
.profile fieldset .input-prepend > .btn.disabled,
.registration fieldset .input-append > .btn[disabled],
.profile-edit fieldset .input-append > .btn[disabled],
.profile fieldset .input-append > .btn[disabled],
.registration fieldset .input-prepend > .btn[disabled],
.profile-edit fieldset .input-prepend > .btn[disabled],
.profile fieldset .input-prepend > .btn[disabled],
fieldset[disabled] .registration fieldset .input-append > .btn,
fieldset[disabled] .profile-edit fieldset .input-append > .btn,
fieldset[disabled] .profile fieldset .input-append > .btn,
fieldset[disabled] .registration fieldset .input-prepend > .btn,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn,
fieldset[disabled] .profile fieldset .input-prepend > .btn,
.registration fieldset .input-append > .btn.disabled:hover,
.profile-edit fieldset .input-append > .btn.disabled:hover,
.profile fieldset .input-append > .btn.disabled:hover,
.registration fieldset .input-prepend > .btn.disabled:hover,
.profile-edit fieldset .input-prepend > .btn.disabled:hover,
.profile fieldset .input-prepend > .btn.disabled:hover,
.registration fieldset .input-append > .btn[disabled]:hover,
.profile-edit fieldset .input-append > .btn[disabled]:hover,
.profile fieldset .input-append > .btn[disabled]:hover,
.registration fieldset .input-prepend > .btn[disabled]:hover,
.profile-edit fieldset .input-prepend > .btn[disabled]:hover,
.profile fieldset .input-prepend > .btn[disabled]:hover,
fieldset[disabled] .registration fieldset .input-append > .btn:hover,
fieldset[disabled] .profile-edit fieldset .input-append > .btn:hover,
fieldset[disabled] .profile fieldset .input-append > .btn:hover,
fieldset[disabled] .registration fieldset .input-prepend > .btn:hover,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn:hover,
fieldset[disabled] .profile fieldset .input-prepend > .btn:hover,
.registration fieldset .input-append > .btn.disabled:focus,
.profile-edit fieldset .input-append > .btn.disabled:focus,
.profile fieldset .input-append > .btn.disabled:focus,
.registration fieldset .input-prepend > .btn.disabled:focus,
.profile-edit fieldset .input-prepend > .btn.disabled:focus,
.profile fieldset .input-prepend > .btn.disabled:focus,
.registration fieldset .input-append > .btn[disabled]:focus,
.profile-edit fieldset .input-append > .btn[disabled]:focus,
.profile fieldset .input-append > .btn[disabled]:focus,
.registration fieldset .input-prepend > .btn[disabled]:focus,
.profile-edit fieldset .input-prepend > .btn[disabled]:focus,
.profile fieldset .input-prepend > .btn[disabled]:focus,
fieldset[disabled] .registration fieldset .input-append > .btn:focus,
fieldset[disabled] .profile-edit fieldset .input-append > .btn:focus,
fieldset[disabled] .profile fieldset .input-append > .btn:focus,
fieldset[disabled] .registration fieldset .input-prepend > .btn:focus,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn:focus,
fieldset[disabled] .profile fieldset .input-prepend > .btn:focus,
.registration fieldset .input-append > .btn.disabled.focus,
.profile-edit fieldset .input-append > .btn.disabled.focus,
.profile fieldset .input-append > .btn.disabled.focus,
.registration fieldset .input-prepend > .btn.disabled.focus,
.profile-edit fieldset .input-prepend > .btn.disabled.focus,
.profile fieldset .input-prepend > .btn.disabled.focus,
.registration fieldset .input-append > .btn[disabled].focus,
.profile-edit fieldset .input-append > .btn[disabled].focus,
.profile fieldset .input-append > .btn[disabled].focus,
.registration fieldset .input-prepend > .btn[disabled].focus,
.profile-edit fieldset .input-prepend > .btn[disabled].focus,
.profile fieldset .input-prepend > .btn[disabled].focus,
fieldset[disabled] .registration fieldset .input-append > .btn.focus,
fieldset[disabled] .profile-edit fieldset .input-append > .btn.focus,
fieldset[disabled] .profile fieldset .input-append > .btn.focus,
fieldset[disabled] .registration fieldset .input-prepend > .btn.focus,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn.focus,
fieldset[disabled] .profile fieldset .input-prepend > .btn.focus,
.registration fieldset .input-append > .btn.disabled:active,
.profile-edit fieldset .input-append > .btn.disabled:active,
.profile fieldset .input-append > .btn.disabled:active,
.registration fieldset .input-prepend > .btn.disabled:active,
.profile-edit fieldset .input-prepend > .btn.disabled:active,
.profile fieldset .input-prepend > .btn.disabled:active,
.registration fieldset .input-append > .btn[disabled]:active,
.profile-edit fieldset .input-append > .btn[disabled]:active,
.profile fieldset .input-append > .btn[disabled]:active,
.registration fieldset .input-prepend > .btn[disabled]:active,
.profile-edit fieldset .input-prepend > .btn[disabled]:active,
.profile fieldset .input-prepend > .btn[disabled]:active,
fieldset[disabled] .registration fieldset .input-append > .btn:active,
fieldset[disabled] .profile-edit fieldset .input-append > .btn:active,
fieldset[disabled] .profile fieldset .input-append > .btn:active,
fieldset[disabled] .registration fieldset .input-prepend > .btn:active,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn:active,
fieldset[disabled] .profile fieldset .input-prepend > .btn:active,
.registration fieldset .input-append > .btn.disabled.active,
.profile-edit fieldset .input-append > .btn.disabled.active,
.profile fieldset .input-append > .btn.disabled.active,
.registration fieldset .input-prepend > .btn.disabled.active,
.profile-edit fieldset .input-prepend > .btn.disabled.active,
.profile fieldset .input-prepend > .btn.disabled.active,
.registration fieldset .input-append > .btn[disabled].active,
.profile-edit fieldset .input-append > .btn[disabled].active,
.profile fieldset .input-append > .btn[disabled].active,
.registration fieldset .input-prepend > .btn[disabled].active,
.profile-edit fieldset .input-prepend > .btn[disabled].active,
.profile fieldset .input-prepend > .btn[disabled].active,
fieldset[disabled] .registration fieldset .input-append > .btn.active,
fieldset[disabled] .profile-edit fieldset .input-append > .btn.active,
fieldset[disabled] .profile fieldset .input-append > .btn.active,
fieldset[disabled] .registration fieldset .input-prepend > .btn.active,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn.active,
fieldset[disabled] .profile fieldset .input-prepend > .btn.active {
  background-color: #ebe8e8;
  border-color: #ebe8e8;
}
.registration fieldset .input-append > .btn .badge,
.profile-edit fieldset .input-append > .btn .badge,
.profile fieldset .input-append > .btn .badge,
.registration fieldset .input-prepend > .btn .badge,
.profile-edit fieldset .input-prepend > .btn .badge,
.profile fieldset .input-prepend > .btn .badge {
  color: #ebe8e8;
  background-color: #c29032;
}
.registration fieldset .input-append > .btn:hover,
.profile-edit fieldset .input-append > .btn:hover,
.profile fieldset .input-append > .btn:hover,
.registration fieldset .input-prepend > .btn:hover,
.profile-edit fieldset .input-prepend > .btn:hover,
.profile fieldset .input-prepend > .btn:hover,
.registration fieldset .input-append > .btn:focus,
.profile-edit fieldset .input-append > .btn:focus,
.profile fieldset .input-append > .btn:focus,
.registration fieldset .input-prepend > .btn:focus,
.profile-edit fieldset .input-prepend > .btn:focus,
.profile fieldset .input-prepend > .btn:focus,
.registration fieldset .input-append > .btn.focus,
.profile-edit fieldset .input-append > .btn.focus,
.profile fieldset .input-append > .btn.focus,
.registration fieldset .input-prepend > .btn.focus,
.profile-edit fieldset .input-prepend > .btn.focus,
.profile fieldset .input-prepend > .btn.focus,
.registration fieldset .input-append > .btn:active,
.profile-edit fieldset .input-append > .btn:active,
.profile fieldset .input-append > .btn:active,
.registration fieldset .input-prepend > .btn:active,
.profile-edit fieldset .input-prepend > .btn:active,
.profile fieldset .input-prepend > .btn:active,
.registration fieldset .input-append > .btn.active,
.profile-edit fieldset .input-append > .btn.active,
.profile fieldset .input-append > .btn.active,
.registration fieldset .input-prepend > .btn.active,
.profile-edit fieldset .input-prepend > .btn.active,
.profile fieldset .input-prepend > .btn.active,
.open > .dropdown-toggle.registration fieldset .input-append > .btn,
.open > .dropdown-toggle.profile-edit fieldset .input-append > .btn,
.open > .dropdown-toggle.profile fieldset .input-append > .btn,
.open > .dropdown-toggle.registration fieldset .input-prepend > .btn,
.open > .dropdown-toggle.profile-edit fieldset .input-prepend > .btn,
.open > .dropdown-toggle.profile fieldset .input-prepend > .btn {
  color: #c29032;
  background-color: #d3cdcd;
  border-color: #cfc7c7;
}
.registration fieldset .input-append > .btn:hover::before,
.profile-edit fieldset .input-append > .btn:hover::before,
.profile fieldset .input-append > .btn:hover::before,
.registration fieldset .input-prepend > .btn:hover::before,
.profile-edit fieldset .input-prepend > .btn:hover::before,
.profile fieldset .input-prepend > .btn:hover::before,
.registration fieldset .input-append > .btn:focus::before,
.profile-edit fieldset .input-append > .btn:focus::before,
.profile fieldset .input-append > .btn:focus::before,
.registration fieldset .input-prepend > .btn:focus::before,
.profile-edit fieldset .input-prepend > .btn:focus::before,
.profile fieldset .input-prepend > .btn:focus::before,
.registration fieldset .input-append > .btn.focus::before,
.profile-edit fieldset .input-append > .btn.focus::before,
.profile fieldset .input-append > .btn.focus::before,
.registration fieldset .input-prepend > .btn.focus::before,
.profile-edit fieldset .input-prepend > .btn.focus::before,
.profile fieldset .input-prepend > .btn.focus::before,
.registration fieldset .input-append > .btn:active::before,
.profile-edit fieldset .input-append > .btn:active::before,
.profile fieldset .input-append > .btn:active::before,
.registration fieldset .input-prepend > .btn:active::before,
.profile-edit fieldset .input-prepend > .btn:active::before,
.profile fieldset .input-prepend > .btn:active::before,
.registration fieldset .input-append > .btn.active::before,
.profile-edit fieldset .input-append > .btn.active::before,
.profile fieldset .input-append > .btn.active::before,
.registration fieldset .input-prepend > .btn.active::before,
.profile-edit fieldset .input-prepend > .btn.active::before,
.profile fieldset .input-prepend > .btn.active::before,
.open > .dropdown-toggle.registration fieldset .input-append > .btn::before,
.open > .dropdown-toggle.profile-edit fieldset .input-append > .btn::before,
.open > .dropdown-toggle.profile fieldset .input-append > .btn::before,
.open > .dropdown-toggle.registration fieldset .input-prepend > .btn::before,
.open > .dropdown-toggle.profile-edit fieldset .input-prepend > .btn::before,
.open > .dropdown-toggle.profile fieldset .input-prepend > .btn::before {
  border-color: #d3cdcd;
}
.registration fieldset .input-append > .btn:active,
.profile-edit fieldset .input-append > .btn:active,
.profile fieldset .input-append > .btn:active,
.registration fieldset .input-prepend > .btn:active,
.profile-edit fieldset .input-prepend > .btn:active,
.profile fieldset .input-prepend > .btn:active,
.registration fieldset .input-append > .btn.active,
.profile-edit fieldset .input-append > .btn.active,
.profile fieldset .input-append > .btn.active,
.registration fieldset .input-prepend > .btn.active,
.profile-edit fieldset .input-prepend > .btn.active,
.profile fieldset .input-prepend > .btn.active,
.open > .dropdown-toggle.registration fieldset .input-append > .btn,
.open > .dropdown-toggle.profile-edit fieldset .input-append > .btn,
.open > .dropdown-toggle.profile fieldset .input-append > .btn,
.open > .dropdown-toggle.registration fieldset .input-prepend > .btn,
.open > .dropdown-toggle.profile-edit fieldset .input-prepend > .btn,
.open > .dropdown-toggle.profile fieldset .input-prepend > .btn {
  background-image: none;
}
.registration fieldset .input-append > .btn.disabled,
.profile-edit fieldset .input-append > .btn.disabled,
.profile fieldset .input-append > .btn.disabled,
.registration fieldset .input-prepend > .btn.disabled,
.profile-edit fieldset .input-prepend > .btn.disabled,
.profile fieldset .input-prepend > .btn.disabled,
.registration fieldset .input-append > .btn[disabled],
.profile-edit fieldset .input-append > .btn[disabled],
.profile fieldset .input-append > .btn[disabled],
.registration fieldset .input-prepend > .btn[disabled],
.profile-edit fieldset .input-prepend > .btn[disabled],
.profile fieldset .input-prepend > .btn[disabled],
fieldset[disabled] .registration fieldset .input-append > .btn,
fieldset[disabled] .profile-edit fieldset .input-append > .btn,
fieldset[disabled] .profile fieldset .input-append > .btn,
fieldset[disabled] .registration fieldset .input-prepend > .btn,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn,
fieldset[disabled] .profile fieldset .input-prepend > .btn,
.registration fieldset .input-append > .btn.disabled:hover,
.profile-edit fieldset .input-append > .btn.disabled:hover,
.profile fieldset .input-append > .btn.disabled:hover,
.registration fieldset .input-prepend > .btn.disabled:hover,
.profile-edit fieldset .input-prepend > .btn.disabled:hover,
.profile fieldset .input-prepend > .btn.disabled:hover,
.registration fieldset .input-append > .btn[disabled]:hover,
.profile-edit fieldset .input-append > .btn[disabled]:hover,
.profile fieldset .input-append > .btn[disabled]:hover,
.registration fieldset .input-prepend > .btn[disabled]:hover,
.profile-edit fieldset .input-prepend > .btn[disabled]:hover,
.profile fieldset .input-prepend > .btn[disabled]:hover,
fieldset[disabled] .registration fieldset .input-append > .btn:hover,
fieldset[disabled] .profile-edit fieldset .input-append > .btn:hover,
fieldset[disabled] .profile fieldset .input-append > .btn:hover,
fieldset[disabled] .registration fieldset .input-prepend > .btn:hover,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn:hover,
fieldset[disabled] .profile fieldset .input-prepend > .btn:hover,
.registration fieldset .input-append > .btn.disabled:focus,
.profile-edit fieldset .input-append > .btn.disabled:focus,
.profile fieldset .input-append > .btn.disabled:focus,
.registration fieldset .input-prepend > .btn.disabled:focus,
.profile-edit fieldset .input-prepend > .btn.disabled:focus,
.profile fieldset .input-prepend > .btn.disabled:focus,
.registration fieldset .input-append > .btn[disabled]:focus,
.profile-edit fieldset .input-append > .btn[disabled]:focus,
.profile fieldset .input-append > .btn[disabled]:focus,
.registration fieldset .input-prepend > .btn[disabled]:focus,
.profile-edit fieldset .input-prepend > .btn[disabled]:focus,
.profile fieldset .input-prepend > .btn[disabled]:focus,
fieldset[disabled] .registration fieldset .input-append > .btn:focus,
fieldset[disabled] .profile-edit fieldset .input-append > .btn:focus,
fieldset[disabled] .profile fieldset .input-append > .btn:focus,
fieldset[disabled] .registration fieldset .input-prepend > .btn:focus,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn:focus,
fieldset[disabled] .profile fieldset .input-prepend > .btn:focus,
.registration fieldset .input-append > .btn.disabled.focus,
.profile-edit fieldset .input-append > .btn.disabled.focus,
.profile fieldset .input-append > .btn.disabled.focus,
.registration fieldset .input-prepend > .btn.disabled.focus,
.profile-edit fieldset .input-prepend > .btn.disabled.focus,
.profile fieldset .input-prepend > .btn.disabled.focus,
.registration fieldset .input-append > .btn[disabled].focus,
.profile-edit fieldset .input-append > .btn[disabled].focus,
.profile fieldset .input-append > .btn[disabled].focus,
.registration fieldset .input-prepend > .btn[disabled].focus,
.profile-edit fieldset .input-prepend > .btn[disabled].focus,
.profile fieldset .input-prepend > .btn[disabled].focus,
fieldset[disabled] .registration fieldset .input-append > .btn.focus,
fieldset[disabled] .profile-edit fieldset .input-append > .btn.focus,
fieldset[disabled] .profile fieldset .input-append > .btn.focus,
fieldset[disabled] .registration fieldset .input-prepend > .btn.focus,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn.focus,
fieldset[disabled] .profile fieldset .input-prepend > .btn.focus,
.registration fieldset .input-append > .btn.disabled:active,
.profile-edit fieldset .input-append > .btn.disabled:active,
.profile fieldset .input-append > .btn.disabled:active,
.registration fieldset .input-prepend > .btn.disabled:active,
.profile-edit fieldset .input-prepend > .btn.disabled:active,
.profile fieldset .input-prepend > .btn.disabled:active,
.registration fieldset .input-append > .btn[disabled]:active,
.profile-edit fieldset .input-append > .btn[disabled]:active,
.profile fieldset .input-append > .btn[disabled]:active,
.registration fieldset .input-prepend > .btn[disabled]:active,
.profile-edit fieldset .input-prepend > .btn[disabled]:active,
.profile fieldset .input-prepend > .btn[disabled]:active,
fieldset[disabled] .registration fieldset .input-append > .btn:active,
fieldset[disabled] .profile-edit fieldset .input-append > .btn:active,
fieldset[disabled] .profile fieldset .input-append > .btn:active,
fieldset[disabled] .registration fieldset .input-prepend > .btn:active,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn:active,
fieldset[disabled] .profile fieldset .input-prepend > .btn:active,
.registration fieldset .input-append > .btn.disabled.active,
.profile-edit fieldset .input-append > .btn.disabled.active,
.profile fieldset .input-append > .btn.disabled.active,
.registration fieldset .input-prepend > .btn.disabled.active,
.profile-edit fieldset .input-prepend > .btn.disabled.active,
.profile fieldset .input-prepend > .btn.disabled.active,
.registration fieldset .input-append > .btn[disabled].active,
.profile-edit fieldset .input-append > .btn[disabled].active,
.profile fieldset .input-append > .btn[disabled].active,
.registration fieldset .input-prepend > .btn[disabled].active,
.profile-edit fieldset .input-prepend > .btn[disabled].active,
.profile fieldset .input-prepend > .btn[disabled].active,
fieldset[disabled] .registration fieldset .input-append > .btn.active,
fieldset[disabled] .profile-edit fieldset .input-append > .btn.active,
fieldset[disabled] .profile fieldset .input-append > .btn.active,
fieldset[disabled] .registration fieldset .input-prepend > .btn.active,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn.active,
fieldset[disabled] .profile fieldset .input-prepend > .btn.active {
  background-color: #ebe8e8;
  border-color: #ebe8e8;
}
.registration fieldset .input-append > .btn.disabled::before,
.profile-edit fieldset .input-append > .btn.disabled::before,
.profile fieldset .input-append > .btn.disabled::before,
.registration fieldset .input-prepend > .btn.disabled::before,
.profile-edit fieldset .input-prepend > .btn.disabled::before,
.profile fieldset .input-prepend > .btn.disabled::before,
.registration fieldset .input-append > .btn[disabled]::before,
.profile-edit fieldset .input-append > .btn[disabled]::before,
.profile fieldset .input-append > .btn[disabled]::before,
.registration fieldset .input-prepend > .btn[disabled]::before,
.profile-edit fieldset .input-prepend > .btn[disabled]::before,
.profile fieldset .input-prepend > .btn[disabled]::before,
fieldset[disabled] .registration fieldset .input-append > .btn::before,
fieldset[disabled] .profile-edit fieldset .input-append > .btn::before,
fieldset[disabled] .profile fieldset .input-append > .btn::before,
fieldset[disabled] .registration fieldset .input-prepend > .btn::before,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn::before,
fieldset[disabled] .profile fieldset .input-prepend > .btn::before,
.registration fieldset .input-append > .btn.disabled:hover::before,
.profile-edit fieldset .input-append > .btn.disabled:hover::before,
.profile fieldset .input-append > .btn.disabled:hover::before,
.registration fieldset .input-prepend > .btn.disabled:hover::before,
.profile-edit fieldset .input-prepend > .btn.disabled:hover::before,
.profile fieldset .input-prepend > .btn.disabled:hover::before,
.registration fieldset .input-append > .btn[disabled]:hover::before,
.profile-edit fieldset .input-append > .btn[disabled]:hover::before,
.profile fieldset .input-append > .btn[disabled]:hover::before,
.registration fieldset .input-prepend > .btn[disabled]:hover::before,
.profile-edit fieldset .input-prepend > .btn[disabled]:hover::before,
.profile fieldset .input-prepend > .btn[disabled]:hover::before,
fieldset[disabled] .registration fieldset .input-append > .btn:hover::before,
fieldset[disabled] .profile-edit fieldset .input-append > .btn:hover::before,
fieldset[disabled] .profile fieldset .input-append > .btn:hover::before,
fieldset[disabled] .registration fieldset .input-prepend > .btn:hover::before,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn:hover::before,
fieldset[disabled] .profile fieldset .input-prepend > .btn:hover::before,
.registration fieldset .input-append > .btn.disabled:focus::before,
.profile-edit fieldset .input-append > .btn.disabled:focus::before,
.profile fieldset .input-append > .btn.disabled:focus::before,
.registration fieldset .input-prepend > .btn.disabled:focus::before,
.profile-edit fieldset .input-prepend > .btn.disabled:focus::before,
.profile fieldset .input-prepend > .btn.disabled:focus::before,
.registration fieldset .input-append > .btn[disabled]:focus::before,
.profile-edit fieldset .input-append > .btn[disabled]:focus::before,
.profile fieldset .input-append > .btn[disabled]:focus::before,
.registration fieldset .input-prepend > .btn[disabled]:focus::before,
.profile-edit fieldset .input-prepend > .btn[disabled]:focus::before,
.profile fieldset .input-prepend > .btn[disabled]:focus::before,
fieldset[disabled] .registration fieldset .input-append > .btn:focus::before,
fieldset[disabled] .profile-edit fieldset .input-append > .btn:focus::before,
fieldset[disabled] .profile fieldset .input-append > .btn:focus::before,
fieldset[disabled] .registration fieldset .input-prepend > .btn:focus::before,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn:focus::before,
fieldset[disabled] .profile fieldset .input-prepend > .btn:focus::before,
.registration fieldset .input-append > .btn.disabled.focus::before,
.profile-edit fieldset .input-append > .btn.disabled.focus::before,
.profile fieldset .input-append > .btn.disabled.focus::before,
.registration fieldset .input-prepend > .btn.disabled.focus::before,
.profile-edit fieldset .input-prepend > .btn.disabled.focus::before,
.profile fieldset .input-prepend > .btn.disabled.focus::before,
.registration fieldset .input-append > .btn[disabled].focus::before,
.profile-edit fieldset .input-append > .btn[disabled].focus::before,
.profile fieldset .input-append > .btn[disabled].focus::before,
.registration fieldset .input-prepend > .btn[disabled].focus::before,
.profile-edit fieldset .input-prepend > .btn[disabled].focus::before,
.profile fieldset .input-prepend > .btn[disabled].focus::before,
fieldset[disabled] .registration fieldset .input-append > .btn.focus::before,
fieldset[disabled] .profile-edit fieldset .input-append > .btn.focus::before,
fieldset[disabled] .profile fieldset .input-append > .btn.focus::before,
fieldset[disabled] .registration fieldset .input-prepend > .btn.focus::before,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn.focus::before,
fieldset[disabled] .profile fieldset .input-prepend > .btn.focus::before,
.registration fieldset .input-append > .btn.disabled:active::before,
.profile-edit fieldset .input-append > .btn.disabled:active::before,
.profile fieldset .input-append > .btn.disabled:active::before,
.registration fieldset .input-prepend > .btn.disabled:active::before,
.profile-edit fieldset .input-prepend > .btn.disabled:active::before,
.profile fieldset .input-prepend > .btn.disabled:active::before,
.registration fieldset .input-append > .btn[disabled]:active::before,
.profile-edit fieldset .input-append > .btn[disabled]:active::before,
.profile fieldset .input-append > .btn[disabled]:active::before,
.registration fieldset .input-prepend > .btn[disabled]:active::before,
.profile-edit fieldset .input-prepend > .btn[disabled]:active::before,
.profile fieldset .input-prepend > .btn[disabled]:active::before,
fieldset[disabled] .registration fieldset .input-append > .btn:active::before,
fieldset[disabled] .profile-edit fieldset .input-append > .btn:active::before,
fieldset[disabled] .profile fieldset .input-append > .btn:active::before,
fieldset[disabled] .registration fieldset .input-prepend > .btn:active::before,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn:active::before,
fieldset[disabled] .profile fieldset .input-prepend > .btn:active::before,
.registration fieldset .input-append > .btn.disabled.active::before,
.profile-edit fieldset .input-append > .btn.disabled.active::before,
.profile fieldset .input-append > .btn.disabled.active::before,
.registration fieldset .input-prepend > .btn.disabled.active::before,
.profile-edit fieldset .input-prepend > .btn.disabled.active::before,
.profile fieldset .input-prepend > .btn.disabled.active::before,
.registration fieldset .input-append > .btn[disabled].active::before,
.profile-edit fieldset .input-append > .btn[disabled].active::before,
.profile fieldset .input-append > .btn[disabled].active::before,
.registration fieldset .input-prepend > .btn[disabled].active::before,
.profile-edit fieldset .input-prepend > .btn[disabled].active::before,
.profile fieldset .input-prepend > .btn[disabled].active::before,
fieldset[disabled] .registration fieldset .input-append > .btn.active::before,
fieldset[disabled] .profile-edit fieldset .input-append > .btn.active::before,
fieldset[disabled] .profile fieldset .input-append > .btn.active::before,
fieldset[disabled] .registration fieldset .input-prepend > .btn.active::before,
fieldset[disabled] .profile-edit fieldset .input-prepend > .btn.active::before,
fieldset[disabled] .profile fieldset .input-prepend > .btn.active::before {
  border-color: #ebe8e8;
}
.registration fieldset .input-append > .btn::before,
.profile-edit fieldset .input-append > .btn::before,
.profile fieldset .input-append > .btn::before,
.registration fieldset .input-prepend > .btn::before,
.profile-edit fieldset .input-prepend > .btn::before,
.profile fieldset .input-prepend > .btn::before {
  content: "";
  border: 1px solid #ebe8e8;
  right: -5px;
  top: -5px;
  left: -5px;
  bottom: -5px;
  position: absolute;
  z-index: 0;
}
.registration fieldset .input-append > .btn .badge,
.profile-edit fieldset .input-append > .btn .badge,
.profile fieldset .input-append > .btn .badge,
.registration fieldset .input-prepend > .btn .badge,
.profile-edit fieldset .input-prepend > .btn .badge,
.profile fieldset .input-prepend > .btn .badge {
  color: #ebe8e8;
  background-color: #c29032;
}
.registration fieldset .input-append .modal,
.profile-edit fieldset .input-append .modal,
.profile fieldset .input-append .modal,
.registration fieldset .input-prepend .modal,
.profile-edit fieldset .input-prepend .modal,
.profile fieldset .input-prepend .modal {
  display: inline-block;
  position: static;
}
.registration .form-actions,
.profile-edit .form-actions,
.profile .form-actions {
  background: none;
  margin-top: 39px;
  padding: 0;
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn,
.profile .form-actions .btn {
  margin-bottom: 19.5px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .profile-edit {
    max-width: 700px;
  }
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin: 0 0 26px;
  padding: 0;
  text-align: right;
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset .col-md-6 > .form-group .input-append .field-media-input,
.profile-edit fieldset .col-md-6 > .form-group .input-prepend .field-media-input {
  float: none;
}
@media screen and (max-width: 767px) {
  .profile-edit fieldset .col-md-6 > .form-group .chzn-container {
    width: 100% !important;
  }
}
.profile-edit fieldset + fieldset {
  margin-top: 26px;
}
.profile-edit #helpsite-refresh {
  margin-top: 26px;
}
.profile-edit #helpsite-refresh:hover {
  color: #c29032;
}
.profile-edit .form-actions {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .profile-edit .form-actions .btn {
    width: 48%;
    display: inline-block;
    padding-right: 52px;
    padding-left: 52px;
  }
}
.profile-edit .form-actions .btn + .btn {
  margin-right: 3%;
}
.profile {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .profile {
    max-width: 700px;
  }
}
.profile .btn-toolbar {
  display: inline-block;
  margin-bottom: 26px;
  padding: 0;
  position: relative;
  z-index: 2;
}
.profile .dl-horizontal dt {
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .profile .dl-horizontal dt {
    width: 48%;
    margin-bottom: 5px;
  }
}
.profile .dl-horizontal dd {
  margin-bottom: 26px;
}
@media screen and (min-width: 992px) {
  .profile .dl-horizontal dd {
    margin-right: 52%;
    margin-bottom: 5px;
  }
}
.profile #users-profile-custom {
  margin-top: 52px;
}
.profile fieldset {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 992px) {
  .profile fieldset {
    text-align: right;
  }
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: right;
  font-weight: bold;
  text-align: left;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-right: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-right: 140px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#user-registration .form-group + .form-group {
  padding: 0 20px 0 60px ;
}
@media (max-width: 991px) {
  #user-registration .form-group + .form-group {
    padding: 20px 0px 0 60px ;
  }
}
#user-registration .form-group + .form-group label {
  padding: 20px 0 0 0px;
}
.com_mailto body {
  padding: 13px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: right;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-left: 5px;
}
#mailtoForm .btn + .btn {
  margin-right: 13px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: right;
  font-weight: bold;
  text-align: left;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-right: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-right: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-right: 10px;
}
.reset,
.remind {
  padding: 26px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.reset:after,
.remind:after {
  display: block;
  content: "";
  position: absolute;
  border: 1px solid #c29032;
  right: 20px;
  top: 20px;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .reset,
  .remind {
    padding: 26px;
    width: auto;
  }
  .reset:after,
  .remind:after {
    right: 4px;
    top: 4px;
    left: 4px;
    bottom: 4px;
  }
}
@media (min-width: 480px) {
  .reset,
  .remind {
    width: 600px;
    padding: 52px;
  }
}
.reset .form-validate p,
.remind .form-validate p {
  background: #ebe8e8;
  border: 1px solid #ebe8e8;
  margin-bottom: 26px;
  padding: 13px 26px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.reset .form-inline .form-group,
.remind .form-inline .form-group {
  vertical-align: baseline;
}
.reset .form-inline .form-group input,
.remind .form-inline .form-group input {
  box-shadow: none;
}
.reset #user-registration,
.remind #user-registration {
  position: relative;
  z-index: 1;
}
.reset #user-registration .form-group,
.remind #user-registration .form-group {
  margin-bottom: 26px;
  display: block;
}
.reset #user-registration .form-group #jform_captcha,
.remind #user-registration .form-group #jform_captcha {
  margin-bottom: 26px;
}
.reset #user-registration .form-group + .form-group,
.remind #user-registration .form-group + .form-group {
  padding: 0;
}
.reset .btn,
.remind .btn {
  margin-right: 4px;
}
.reset .control-label,
.remind .control-label {
  margin-top: 13px;
}
.reset .control-label label,
.remind .control-label label {
  font-weight: 400;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: right;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: right;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-right: 5px;
}
.search .page-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.search .search-box {
  background: #ffffff;
  padding: 26px;
  border: 1px solid #ebe8e8;
  position: relative;
}
.search .form-limit {
  margin-top: 13px;
  border-bottom: 1px solid #ebe8e8;
  padding-bottom: 26px;
}
.search .form-limit label {
  margin-bottom: 3px;
  text-transform: none;
  font-weight: 500;
}
.search .form-limit #limit_chzn,
.search .form-limit #limit {
  display: inline-block;
}
.search .form-limit .counter {
  background: none;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.search #mod-search-searchword {
  width: 100%;
}
.searchintro {
  background: #ffffff;
  font-size: 18px;
  margin-bottom: 26px;
  padding: 26px 52px;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #ebe8e8;
}
.searchintro p {
  margin: 0;
}
.searchintro b,
.searchintro strong {
  font-weight: 400;
}
.searchintro .badge {
  font-size: 18px;
  background: #c29032;
  color: #ffffff;
  border-radius: 0;
}
#searchForm {
  z-index: 1;
  position: relative;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm label {
  text-transform: none;
  font-weight: 400;
}
#searchForm .form-group {
  margin-bottom: 26px;
}
#searchForm .form-group input,
#searchForm .form-group input:focus,
#searchForm .form-group input:active,
#searchForm .form-group input:hover {
  border-color: #c29032;
}
#searchForm .form-group .btn-primary:before {
  display: none;
}
#searchForm fieldset {
  margin: 0;
}
#searchForm legend {
  margin-bottom: 13px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
  margin-top: 7px;
}
#searchForm .chzn-container,
#searchForm label[for=limit] {
  display: inline-block;
}
#search-form ul#finder-filter-select-list {
  margin-right: 0;
  padding-right: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 13px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  display: block;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
.search-results {
  margin-top: 26px;
  margin-right: 0;
  padding-right: 0;
}
.search-results .result-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 13px;
}
.search-results .result-title a {
  color: #252525;
}
.search-results .result-title a:hover,
.search-results .result-title a:focus,
.search-results .result-title a:active {
  color: #856322;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 26px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
.search-results .result-item {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ebe8e8;
}
.search-results .result-item .img-intro {
  margin: 0 0 13px 0;
}
@media (min-width: 768px) {
  .search-results .result-item .img-intro {
    float: right;
    width: 30%;
    margin: 0 0px 0px 26px;
  }
}
.search-results .result-item .img-intro img {
  max-width: 100%;
}
div.finder {
  margin-bottom: 26px;
}
div.finder .form-group label {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 13px;
  position: relative;
}
div.finder .form-group .btn {
  margin-right: 4px;
}
div.finder .form-group .btn + .btn {
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  div.finder .form-group .btn + .btn {
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  div.finder .form-group .btn {
    margin-bottom: 13px;
  }
}
div.finder #finder-search {
  background: #ffffff;
  padding: 26px;
  border: 1px solid #ebe8e8;
}
div.finder #finder-search .inputbox {
  width: 100%;
}
div.finder #search-results #search-query-explained {
  padding: 26px 0 0;
}
div.finder #finder-filter-window:before,
div.finder #finder-filter-window:after {
  content: " ";
  display: table;
}
div.finder #finder-filter-window:after {
  clear: both;
}
div.finder #finder-filter-window .filter-branch {
  margin-right: -15px;
  margin-left: -15px;
}
div.finder #finder-filter-window .filter-branch > div {
  margin-bottom: 13px;
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  div.finder #finder-filter-window .filter-branch > div {
    float: right;
    width: 25%;
  }
}
div.finder #finder-filter-window .control-label {
  text-align: right;
}
@media screen and (max-width: 767px) {
  div.finder #finder-filter-window .controls {
    margin-right: 0;
  }
}
.contact .page-header h2 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.contact input[type="email"],
.contact input[type="text"] {
  width: 100%;
}
.contact textarea {
  box-shadow: none;
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-right: 0;
}
.contact .dl-horizontal > .contact-field-entry {
  display: block;
  padding: 8.66666667px;
}
.contact .contact-address > dd span {
  margin-bottom: 6.5px;
  display: inline-block;
  padding-right: 26px;
  position: relative;
}
.contact .contact-address > dd span .fa {
  position: absolute;
  top: 6.5px;
  right: 0;
  text-align: center;
  width: 15px;
}
.contact .contact-image {
  margin-bottom: 26px;
}
.contact img {
  max-width: 100%;
}
.contact .form-group.cus-field {
  margin-bottom: 26px;
}
.contact label {
  color: #252525;
  font-weight: 400;
}
.contact .contact-links ul li {
  display: inline-block;
  margin-left: 19.5px;
  margin-bottom: 13px;
}
.contact .contact-links ul li a {
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  padding: 0 !important;
  color: #7a7a7a;
}
.contact .contact-links ul li a i {
  border: 1px solid #7a7a7a;
  color: #7a7a7a;
  border-radius: 50%;
  margin-left: 6.5px;
  padding-top: 5.2px;
  vertical-align: middle;
  height: 26px;
  width: 26px;
}
.contact .contact-links ul li a i:before {
  display: block;
  text-align: center;
}
.contact .contact-links ul li a .fa:before {
  content: "\f129";
}
.contact .contact-links ul li a .fa-forums:before,
.contact .contact-links ul li a .fa-forum:before {
  content: "\f0e3";
}
.contact .contact-links ul li a .fa-google-plus:before,
.contact .contact-links ul li a .fa-google-:before,
.contact .contact-links ul li a .fa-g-:before {
  content: "\f0d5";
}
.contact .contact-links ul li a .fa-facebook:before {
  content: "\f09a";
}
.contact .contact-links ul li a .fa-twitter:before {
  content: "\f099";
}
.contact .contact-links ul li a .fa-youtube:before {
  content: "\f167";
}
.contact .contact-links ul li a .fa-web:before,
.contact .contact-links ul li a .fa-website:before,
.contact .contact-links ul li a .fa-webpage:before {
  content: "\f0ac";
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  background: #ffffff;
  color: #c29032;
}
.contact .contact-links ul li a:hover i,
.contact .contact-links ul li a:focus i,
.contact .contact-links ul li a:active i {
  background: #c29032;
  border-color: #c29032;
  color: #ffffff;
}
.contact .contact-links ul li a:hover .fa-google-plus,
.contact .contact-links ul li a:focus .fa-google-plus,
.contact .contact-links ul li a:active .fa-google-plus,
.contact .contact-links ul li a:hover .fa-google-,
.contact .contact-links ul li a:focus .fa-google-,
.contact .contact-links ul li a:active .fa-google-,
.contact .contact-links ul li a:hover .fa-g-,
.contact .contact-links ul li a:focus .fa-g-,
.contact .contact-links ul li a:active .fa-g- {
  background: #dd4b39;
  border-color: #dd4b39;
}
.contact .contact-links ul li a:hover .fa-facebook,
.contact .contact-links ul li a:focus .fa-facebook,
.contact .contact-links ul li a:active .fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.contact .contact-links ul li a:hover .fa-twitter,
.contact .contact-links ul li a:focus .fa-twitter,
.contact .contact-links ul li a:active .fa-twitter {
  background: #3a92c8;
  border-color: #3a92c8;
}
.contact .contact-links ul li a:hover .fa-youtube,
.contact .contact-links ul li a:focus .fa-youtube,
.contact .contact-links ul li a:active .fa-youtube {
  background: #bb0000;
  border-color: #bb0000;
}
@media (max-width: 767px) {
  .contact .contact-name {
    margin-bottom: 26px;
  }
}
.contact .checkbox input {
  margin-top: 6px;
  margin-right: 0;
}
.contact .google-map {
  overflow: hidden;
  margin-bottom: 26px;
}
.plain-style .contact-title {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
  position: relative;
}
@media (min-width: 992px) {
  .plain-style #jform_contact_message {
    min-height: 416px;
  }
}
.plain-style .contact-right .contact-title:after {
  content: "";
  border-bottom: 2px solid #c29032;
  display: block;
  margin-top: 13px;
  margin-bottom: 26px;
  width: 55px;
}
.plain-style .contact-right legend {
  border: 0;
  font-size: 13px;
  margin: 0 0 13px;
  padding: 0;
}
.plain-style .box-contact {
  border: 1px solid #ebe8e8;
  margin-bottom: 26px;
  padding: 26px;
}
.plain-style .box-contact .contact-title {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.plain-style .box-contact .contact-title::after {
  content: "";
  background-color: #c29032;
  display: block;
  margin: 10px 0 0;
  height: 2px;
  width: 34px;
}
.plain-style .box-contact .google-map {
  margin-bottom: 13px;
}
.plain-style .box-contact .dl-horizontal {
  margin-bottom: 0;
}
.plain-style .box-contact .contact-address,
.plain-style .box-contact .contact-links {
  margin-top: 19.5px;
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  margin-bottom: 13px;
}
#myTab {
  border: 0;
  margin-bottom: 26px;
}
#myTab li {
  margin-left: 26px;
}
@media (max-width: 767px) {
  #myTab li {
    display: block;
    margin-bottom: 26px;
  }
}
#myTab li a {
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#myTab li.active a {
  background-color: transparent;
  border: 0;
  color: #c29032;
}
.contact-form .form-horizontal .control-label,
.contact-form .form-horizontal .checkbox {
  padding-top: 0;
}
.contact-form .form-horizontal .validate {
  letter-spacing: .5px;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  box-shadow: none;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 26px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 13px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-right: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 13px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #ebe8e8;
  padding-bottom: 26px;
  margin-bottom: 26px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 26px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #ebe8e8;
  padding-bottom: 26px;
  margin-bottom: 26px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 26px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #ebe8e8;
  float: right;
  line-height: normal;
  margin-left: 13px;
  padding: 13px 26px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 26px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #ebe8e8;
  border-radius: 0;
  float: left;
  padding: 13px;
  margin: 0 26px 26px 0;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
  display: block;
}
#article-index ul > li + li,
.article-index ul > li + li {
  margin-right: 0;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #ebe8e8;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: none;
  color: #252525;
}
#article-index ul > li > a:hover,
.article-index ul > li > a:hover,
#article-index ul > li > a:active,
.article-index ul > li > a:active,
#article-index ul > li > a:focus,
.article-index ul > li > a:focus {
  background: none;
  color: #c29032;
}
#article-index ul > li > a:hover:after,
.article-index ul > li > a:hover:after,
#article-index ul > li > a:active:after,
.article-index ul > li > a:active:after,
#article-index ul > li > a:focus:after,
.article-index ul > li > a:focus:after {
  display: none;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: none;
  color: #c29032;
}
#article-index ul > .active > a:after,
.article-index ul > .active > a:after {
  display: none;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: none;
  color: #c29032;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: right;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-left: 10px;
}
.pagenav > li.pagenav-next,
.pagenav > li.next {
  float: left;
}
.pagenav li > a {
  padding: 13px 26px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #ebe8e8;
}
.items-more h3 {
  margin: 0 0 26px;
}
.items-more .nav > li {
  border-top: 1px solid #ebe8e8;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 13px 0;
}
.display-limit {
  margin: 13px 0 5px;
}
.filters .display-limit {
  float: left;
  text-align: left;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert.alert-message .alert-link {
  color: #356635;
}
.alert.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert.alert-notice .alert-link {
  color: #2d6987;
}
.alert.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 0 0 5px;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: left;
    margin-right: 26px;
  }
  .languageswitcherload .mod-languages {
    text-align: left;
  }
}
div.calendar {
  width: 187px;
}
.mod-preview {
  position: relative;
}
.mod-preview .mod-preview-info {
  z-index: 2;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 13px;
}
.edit.item-page form > .btn-toolbar {
  margin-top: 26px;
}
.edit.item-page form > .btn-toolbar .btn-group + .btn-group {
  margin-right: 13px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 34px;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 3px 0 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
.window .js-stools {
  margin-bottom: 20px;
}
.window .js-stools .btn {
  border: 1px solid #ccc;
  margin-top: 0;
}
.window .js-stools .input-append .btn {
  border-right: 0;
}
.window .js-stools input {
  display: inline-block;
}
.window .js-stools-container-bar .btn.btn-primary {
  text-transform: none;
}
.window .js-stools-container-bar .btn.btn-primary:before {
  display: none;
}
.window.view-images .well .btn:before {
  display: none;
}
.window.view-images .well .btn.button-cancel {
  margin-right: 10px;
  color: #555555;
}
.window.view-images .well .btn.button-cancel:hover,
.window.view-images .well .btn.button-cancel:focus,
.window.view-images .well .btn.button-cancel:active {
  color: #c29032;
  border-color: #c29032;
}