
#jt3_headline-news {
overflow:hidden;}

#jt3_headline-news_wrapper a.tol:hover,.jt3_headline-pagination  a.tol:hover,#jt3_headline-news_wrapper a.tol:active,.jt3_headline-pagination  a.tol:active,#jt3_headline-news_wrapper a.tol:focus,.jt3_headline-pagination  a.tol:focus{ background:none;
}

.show_all_cont{
	margin: 0px;
	padding: 0px;
	height:auto;
	line-height:auto;
	position:absolute;
	z-index: 2;
	right:0;
	bottom:0;}
.show_all_inner{ text-align:center;}
#jt3_headline-news_wrapper a.show_all { 
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	background: none;
	cursor: pointer;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	border:0;
}
#jt3_headline-news_wrapper a.show_all:hover,  a.show_all:hover {
	background:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	border:0;
}


@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.readmore a {font-weight:bold;}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
 #jt3_headline-news_wrapper a,#jt3_headline-news_wrapper a:hover{  text-decoration: none;}
.flexslider225 {
  margin: 0;
  padding: 0;
}
.flexslider225 .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider225 .slides img {
  width: 100%;
  display: block;
}
.flexslider225 .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider225 .slides {
  display: block;
}
* html .flexslider225 .slides {
  height: 1%;
}
.no-js .flexslider225 .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider225 {
  margin:0px;
  border:0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider225 .slides {
  zoom: 1;
}
.flexslider225 .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: visible;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flex-nav-next,.flex-nav-prev{ line-height:40px;}
.flexslider225:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider225:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider225:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider225:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);cursor: pointer;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  position: relative;
  z-index: 1;
  bottom: 0px;
  text-align: center;
  background:#fff;
  text-align: right;
  border-right:1px solid #d1d1d1;
  border-left:1px solid #d1d1d1;
}
.flex-control-nav li {
  margin: 0px;
  display: inline-block;
  zoom: 1;
  background:url(../images/spacer.png) no-repeat right;
  position:relative;
}
.flex-control-paging li a {
 height:38px;
 color:#777; 
 line-height:38px; cursor:pointer; 
 transition:none; 
  display: block;
  background: none;
  cursor: pointer;
  text-indent:0px;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.flex-control-paging li a:hover,.flex-control-paging li a:focus{outline:none;}
.flex-control-paging li a.flex-active {
  cursor: pointer;
 transition:none;
 outline:none;
}

.flex-control-paging li a.flex-active:after{position:absolute;content:"";bottom:0;left:36%;width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;}
.flex-control-thumbs {
  margin:0;
  position: static;
  overflow: hidden;
  padding-left:2px;
}
.flex-control-thumbs li {
box-sizing: border-box!important;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
 cursor: pointer;
}
img.hovereffect:hover{opacity:0.6;transition: all 0s linear 0s;}
img.hovereffect{transition: all 0s linear 0s;}
.jt3-extra{ margin-bottom:5px;}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  
   
}

@media screen and (max-width: 500px) {
  .show_all_cont{display:none}
  .flexslider225 .flex-control-thumbs,.flexslider225 .flex-control-nav.flex-control-paging{padding-right:0!important}
   
}
@-webkit-keyframes zoominout {
    0% {
        -webkit-transform: scale(1,1);
    }
    50% {
        -webkit-transform: scale(1.5,1.5);
    }
    100% {
        -webkit-transform: scale(1.1,1.1);
    }
}

@keyframes zoominout {
    0% {
        transform: scale(1,0);
		opacity:0.1;
    }
    50% {
        transform: scale(1.5,1.5);
		opacity:0.8;
    }
    100% {
        transform: scale(1.0,1.0);
		opacity:1;
    }
}

.slides > li img {

  opacity: 0;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;}
	
.slides > li.flex-active-slide img{ opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);}

.slides > li.flex-active-slide {}


