/*
* LESS file
* Main style for FF Tab Widget Plugin
* Author: Kharis Sulistiyono
*/
 .ff-tab-widget-wrap{
margin: 10px 0px;  margin-top: 0px;
 }
.tabs.fftw-nav {
height: 39px;
margin: 0;
padding: 0;
margin-bottom: 0px;
border-bottom: 1px solid #255a8c;
border-bottom: none;
background: #fff;
/*background: -moz-linear-gradient(top, #0763ac 0%, #2989d8 50%, #4295d1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0763ac), color-stop(50%,#2989d8), color-stop(100%,#4295d1));
background: -webkit-linear-gradient(top, #0763ac 0%,#2989d8 50%,#4295d1 100%);
background: -o-linear-gradient(top, #0763ac 0%,#2989d8 50%,#4295d1 100%);
background: -ms-linear-gradient(top, #0763ac 0%,#2989d8 50%,#4295d1 100%);
background: linear-gradient(to bottom, #0763ac 0%,#2989d8 50%,#4295d1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0763ac', endColorstr='#4295d1',GradientType=0 );*/
  width: 100%;
  white-space: nowrap;
}
.tabs li {
	color: #ffffff !important;
}
.tabs .tabs_active {
color: #7e7c7e !important;
background:  #fff !important;
}
.tabs.fftw-nav li {
border: none !important;
width: 133px;
height: 38px;
font-size: 17px;
padding-top: 6px;
margin-top: 1px;
margin-left: 11px;
background: #0763ac;
background: -moz-linear-gradient(top, #0763ac 0%, #2989d8 50%, #4295d1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0763ac), color-stop(50%,#2989d8), color-stop(100%,#4295d1));
background: -webkit-linear-gradient(top, #0763ac 0%,#2989d8 50%,#4295d1 100%);
background: -o-linear-gradient(top, #0763ac 0%,#2989d8 50%,#4295d1 100%);
background: -ms-linear-gradient(top, #0763ac 0%,#2989d8 50%,#4295d1 100%);
background: linear-gradient(to bottom, #0763ac 0%,#2989d8 50%,#4295d1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0763ac', endColorstr='#4295d1',GradientType=0 );
}
.tabs.fftw-nav li:last-child {
  border:none !important;
}
.tabs.fftw-nav li.tabs_active {
  background-color: #ffffff;
  border:none;

  width: 181px;
  margin-left: 0px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
}
.fftw-panes .fftw-show-thumbnail li img {
width: 100px !important;
height: 100px !important;
}
.fftw-panes a {
color: #000000;
font-size: 13px !important;
font-weight: bold;
}
.fftw-panes {
  background-color: #ffffff;
  padding: Infinitypx;
  padding-top: 9px;
border-left: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
 border: none;
}
.fftw-panes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fftw-panes .fftw-show-thumbnail {
  margin-right: 7px;
  margin-left: 7px;
}
.fftw-panes .fftw-show-thumbnail li {
  border-bottom: 1px solid #ffffff;
}
.fftw-panes .fftw-show-thumbnail li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.fftw-panes .tags {
  margin-right: 7px;
  margin-left: 7px;
  padding-bottom: 7px;
}
.fftw-panes .tags a {
  background-color: #3075b6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
  color: #fff !important;
}
.fftw-panes .tags a:hover {
  background-color: #255a8c;
}
.fftw-panes a {
  text-decoration: none;
}
@media only screen and (min-width: 770px) and (max-width: 959px) {
.tabs.fftw-nav li{margin-left: 0px;}
.tabs.fftw-nav li {width: 120px!important}
}


.related-row {
    display: table;
}
.related-row .related-column {
    display: table-cell;
    vertical-align: top;
    padding: 0px;
    width: 50%;
}
.related-row :nth-child(1) {
    width: 101px;
}
