.tjp-container a:hover,
.tjp-slider a:hover,
.tjp-container a:focus,
.tjp-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.tjp-control-nav,
.fm-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.tjp-pauseplay span {
  text-transform: capitalize; }

.slides:before, .slides:after {
  content: " ";
  display: table; }
.slides:after {
  clear: both; }

html[xmlns] .tjpslide .slides {
  display: block; }

* html .tjpslide .slides {
  height: 1%; }

.no-js .tjpslide .slides > li:first-child {
  display: block; }

.tjpslide .slides {
  zoom: 1; }

.slides.loading li {
  display: none; }
  .slides.loading li:first-child {
    display: block; }

.tjp-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .tjp-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.fmnav-direction-nav {
  *height: 0;
  margin: 0; }
  .fmnav-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 8;
    overflow: hidden;
    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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .fmnav-direction-nav a:before {
      font-size: 40px;
      display: inline-block;
      color: rgba(0, 0, 0, 0.8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
  .fmnav-direction-nav .fmnav-prev {
    left: -50px; }
  .fmnav-direction-nav .fmnav-next {
    right: -50px;
    text-align: right; }
  .fmnav-direction-nav .tjp-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default; }

.fmnav-control-nav {
  position: absolute;
  bottom: 25px;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  z-index: 2; }
  .fmnav-control-nav li {
    display: inline-block;
    overflow: hidden;
    margin: 0 0.5em; }
    .fmnav-control-nav li:before {
      display: none !important; }
    .fmnav-control-nav li a {
      background-color: #ddd;
      text-indent: 99em;
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 100%;
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -o-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
      .fmnav-control-nav li a.tjpsld-active {
        background-color: #ff0000;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .fmnav-control-nav.fmnav-control-paging li {
    padding: 0;
    margin: 0 0.5em; }

.tjp-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; }
  .tjp-pauseplay a:before {
    font-size: 20px;
    display: inline-block; }
  .tjp-pauseplay a:hover {
    opacity: 1; }

.control-slide {
  width: 100%;
  float: left; }

.tjp-control-nav {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  top: .5em; }
  .tjp-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .tjp-control-nav li a {
      display: block;
      cursor: pointer;
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      text-indent: 99999em;
      width: 12px;
      height: 12px;
      background-color: #9a9a9a;
      box-shadow: none; }
      .tjp-control-nav li a.tjp-active, .tjp-control-nav li a:hover {
        background-color: #fff; }
      .tjp-control-nav li a.tjp-active {
        cursor: default; }

.control-news {
  height: 40px; }
  .control-news .tjp-control-nav {
    bottom: 0; }
    .control-news .tjp-control-nav li a {
      border-color: #ECECEC;
      width: 17px;
      height: 17px; }
      .control-news .tjp-control-nav li a.tjp-active, .control-news .tjp-control-nav li a:hover {
        border-color: #000;
        background-color: transparent; }

.tjp-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .tjp-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .tjp-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .tjp-control-thumbs img:hover {
      opacity: 1; }
  .tjp-control-thumbs .tjp-active {
    opacity: 1;
    cursor: default; }

.tjp-direction-nav {
  *height: 0; }

.tjp-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tjp-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    margin: -20px 0 0;
    text-indent: 99999em;
    position: absolute;
    top: 50%;
    z-index: 5;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    background-color: #000;
    opacity: .5;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .tjp-direction-nav a:before {
      width: 20px;
      height: 25px;
      content: '';
      background-image: url(../png/arrow-slide-white.png);
      background-repeat: no-repeat;
      color: rgba(0, 0, 0, 0.8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      margin: auto;
      right: 0;
      bottom: 0; }
    .tjp-direction-nav a.tjp-prev {
      left: 0px; }
      .tjp-direction-nav a.tjp-prev:before {
        background-position: 0px -7px; }
    .tjp-direction-nav a.tjp-next {
      right: 0px; }
      .tjp-direction-nav a.tjp-next:before {
        background-position: -30px -7px; }
    @media screen and (max-width: 640px) {
      .tjp-direction-nav a {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.3); } }

@media screen and (max-width: 860px) {
  .tjp-direction-nav .tjp-prev {
    opacity: 1;
    left: 10px; }

  .tjp-direction-nav .tjp-next {
    opacity: 1;
    right: 10px; } }

/*# sourceMappingURL=extends.css.map */
