@media screen and (min-width: 768px) {
.thumbnail-ffw {
  display: block;
  padding: 5px;
  /*margin-bottom: 20px;*/
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
}

@media screen and (max-width: 767px) {
.thumbnail-ffw {
  display: block;
  padding: 0px;
  /*margin-bottom: 20px;*/
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 2px solid #dddddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
}


.thumbnail-ffw > img,
.thumbnail-ffw a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail-ffw:hover,
a.thumbnail-ffw:focus,
a.thumbnail-ffw.active {
    border-color: #cc0000;
    background-color: hsla(0, 100%, 90%, 0.1);
}
.thumbnail-ffw .caption {
  padding: 10px;
  color: #444444;
}

@media screen and (min-width: 768px) {
.thumbnail-ffw > img,
.thumbnail-ffw a > img {
  display: block;
  max-width: 55%;
  height: auto;
}
}

@media screen and (max-width: 767px) {
.thumbnail-ffw > img,
.thumbnail-ffw a > img {
  display: block;
  max-width: 75%;
  height: auto;
}

}

.img-thumbnail-ffw {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}

#img-smiley {
    /* display: block; */
    display: initial;
    /*max-width: 100%;*/
    max-width: 23px;
    height: auto;
}

@media screen and (max-width: 992px){
#img-smiley {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
}
}

.t3-sidebar .nav li.current > a{
  color:white;
  background-color:#cc0000;
}

.t3-sidebar .nav li.current > a:hover {
  color:#444444;
  background-color:#eeeeee;
}

div#jform_captcha {
    margin-bottom: 50px !important;
}

.thumbnail h3 {
  
}

@media screen and (max-width: 650px){

section.article-intro div p {
    display: inline-block;
}

div.pull-left.item-image {
    display: block;
    margin: auto;
    float: none !important;
    text-align: center;
}
}

td.mod_events_latest, td.mod_events_latest_first {
    border-left: 5px solid;
    border-bottom: 3px solid;
    padding-left: 5px;
}

td.mod_events_latest_first {
    border-top: 0px #dddddd;
}

section.readmore a.btn.btn-default, a.readmore {
    color: #cc0000;
    background-color: rgba(238, 238, 238, 1);
    border-color: rgba(238, 238, 238, 1);
    padding: 10px 20px 10px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

section.readmore a.btn.btn-default:hover, a.readmore:hover {
    color: #ffffff;
    background-color: #cc0000;
    border-color: #cc0000;
}

@media screen and (max-width: 767px){
.header-modNews-jfw{
  font-size:24px;
  font-weight:bold;
}
}
