img {
  max-width: 100%;
}
.article-intro img:first-of-type,
.article-content img:first-of-type {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.leaflet-popup-content {
  width: auto !important;
}

.blog .article-intro .beforeContent .content_rating {
  margin-bottom: 20px;
  display: inline;
  padding: 0;
}
.blog .article-intro .beforeContent img {
  display: inline-block;
  max-width: inherit;
  height: auto;
  margin: 0;
}
.form-inline .content_vote {
  margin-bottom: 20px;
  display: table;
}
@media (max-width: 767px) {
  .form-inline .content_vote {
    clear: both;
  }
}
span.content_vote select {
  margin: 0 0 0 10px;
  height: 26px;
  padding: 0 6px;
  font-size: 12px;
  color: #555555;
}
@media (max-width: 767px) {
  span.content_vote select {
    margin: 5px;
    clear: both;
    width: 70px;
  }
}
span.content_vote .btn {
  padding: 0 6px;
  font-size: 12px;
  height: 26px;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content-top .carousel a {
  color: #fff;
}
.content-top .carousel-indicators {
  bottom: 6px;
}
.content-top ol.carousel-indicators {
  margin-bottom: 0px;
}
.content-top .carousel-caption {
  padding-bottom: 5px;
}
.content-top .t3-module.mycarousel {
  margin-bottom: 10px;
}

.panel-group .panel .panel-title > a i {
  font-size: 18px;
}
.panel-group .panel .panel-title > a i.icon-collapsed {
  display: none;
}
.panel-group .panel .panel-title > a.collapsed .icon-expanded {
  display: none;
}
.panel-group .panel .panel-title > a.collapsed .icon-collapsed {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
}

.the1975 {
  background: #eee;
  padding: 20px;
  border: 2px solid #888888;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: 14px;
  }
}
.t3-content {
  padding-top: 22px;
  padding-bottom: 0px;
}
.pagination {
  float: left;
  width: 100%;
}
.img_caption {
  background: transparent;
}
.img_caption p.img_caption {
  background: transparent !important;
  color: #555;
  font-size: 12px;
  font-style: italic;
}
.img_caption.none {
  margin: 0px auto 22px;
}
.jce_caption {
  font-size: 12px;
  max-width: 100%;
  font-style: italic;
  display: block;
  margin: 0 auto;
  color: #555;
}
.bw-social-share {
  padding: 0px 0px 10px;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0 !important;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.t3-module {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .t3-module {
    margin-bottom: 20px;
  }
}
.t3-module.login .module-title {
  background: #fff;
  color: inherit;
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.t3-module.login .module-ct {
  padding: 10px;
  background: #eee;
  font-size: 12px;
}
.t3-module.login .module-ct #login-form ul.unstyled {
  margin-top: 22px;
  list-style: outside none none;
  padding: 0px;
  font-size: 12px;
}
.t3-module.login .module-ct input[type="text"],
.t3-module.login .module-ct input[type="password"] {
  font-size: 12px;
}
.t3-module.login .module-ct .form-group {
  margin-bottom: 12px;
}
.t3-content .article-intro .img_caption p.img_caption,
.t3-content .article-content .img_caption p.img_caption {
  background: none;
  color: #555;
  font-size: 13px;
  line-height: 1.3;
  font-style: italic;
  padding: 5px 0;
}
.t3-content .article-intro .img_caption.left,
.t3-content .article-content .img_caption.left {
  margin: 0 20px 0 0px;
}
@media (max-width: 767px) {
  .t3-content .article-intro .img_caption.left,
  .t3-content .article-content .img_caption.left {
    margin: 0px 0 10px 0;
    float: none !important;
  }
  .t3-content .article-intro .img_caption.left img,
  .t3-content .article-content .img_caption.left img {
    float: none !important;
    margin: 0px auto;
  }
}
.t3-content .article-intro .img_caption.right,
.t3-content .article-content .img_caption.right {
  margin: 0 0px 0 20px;
}
@media (max-width: 767px) {
  .t3-content .article-intro .img_caption.right,
  .t3-content .article-content .img_caption.right {
    margin: 0px 0 10px 0;
    float: none !important;
  }
  .t3-content .article-intro .img_caption.right img,
  .t3-content .article-content .img_caption.right img {
    float: none !important;
    margin: 0px auto;
  }
}
.article-header h1,
.article-title h1 {
  color: #993501;
  padding: 10px;
  font-size: 22px;
  font-weight: normal;
  border-bottom: 1px solid;
}
.article-header h2,
.article-title h2 {
  font-size: 18px;
  color: #993501;
  font-weight: normal;
}
.article-aside {
  font-size: 11px;
  color: #555;
  margin-bottom: 5px;
}
.page-header {
  border-bottom: 0px solid #eeeeee;
}
.page-header h1 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.divider-vertical {
  border-top: 0px solid #eeeeee;
}
.gmap iframe,
.gmap object,
.gmap embed {
  width: 100%;
}
.nomargin {
  margin: 0;
}
.img-fullscreen {
  width: 100%;
  height: auto;
}
#easybook #gbtext {
  min-height: 200px;
  width: 90%;
}
@media (max-width: 991px) {
  #easybook #gbtext {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #easybook .controls {
    margin-left: 0px;
  }
}
#easybook .easy_small {
  font-size: 12px;
  font-weight: normal;
}
#easybook .easy_big {
  font-size: 18px;
  vertical-align: middle;
  font-weight: normal;
  color: #993501;
}
#easybook .easy_top {
  background-color: beige;
  height: 40px;
}
.t3-sidebar-2 .nspArt h4.nspHeader {
  font-size: 14px;
  margin: 0px;
  padding: 5px 5px 15px;
  font-weight: normal;
  padding: 0px;
  display: inherit;
}
.t3-sidebar-2 .nspLinksWrap {
  padding: 0px;
  display: inherit;
}
.content-bottom {
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .content-top .nspArts,
  .content-bottom .nspArts {
    padding: 0;
  }
}
.content-top .nspArt h4.nspHeader,
.content-bottom .nspArt h4.nspHeader {
  font-size: 16px;
  font-weight: normal;
  padding: 5px 0 15px 0;
}
.content-top .nspArt .fnone,
.content-bottom .nspArt .fnone {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.content-top .nspArt .nspImageWrapper,
.content-bottom .nspArt .nspImageWrapper {
  margin: 0 0 0px 0 !important;
}
.content-top h3.module-title,
.content-bottom h3.module-title,
.content-top h1.module-title,
.content-bottom h1.module-title {
  position: relative;
  text-align: center;
  color: #993501;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
}
.content-top h3.module-title span,
.content-bottom h3.module-title span,
.content-top h1.module-title span,
.content-bottom h1.module-title span {
  background: #CCCC9A;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.content-top h3.module-title:before,
.content-bottom h3.module-title:before,
.content-top h1.module-title:before,
.content-bottom h1.module-title:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
hr.leaf-primary {
  border-color: #eee;
  margin: 40px auto 30px;
  padding: 0px;
  max-width: 60%;
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-image: none;
  text-align: center;
}
hr.leaf-primary:after {
  color: #993501;
  background-color: #CCCC9A;
  border-radius: 50%;
  content: "\f069";
  display: inline-block;
  position: relative;
  top: -0.8em;
  padding: 0px 0.25em;
  font-family: FontAwesome;
  font-size: 1.2em;
}

.breadcrumb {
  padding: 0px 5px 5px;
  margin-bottom: 20px;
  list-style: outside none none;
  background-color: transparent;
  border-radius: 0px;
  color: #999;
  font-size: 12px;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb > .active {
  font-size: 16px;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 5px;
}
.breadcrumb > li + li::before {
  content: "/ ";
  color: #999;
}