.tabby-tabs ul li, .tabby-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabby-tabs ul:before {
  display: table;
  content: " ";
}

.tabby-tabs ul:after {
  clear: both;
  display: table;
  content: " ";
}

.tabby-tabs ul {
  margin-bottom: 15px;
  margin-top: 45px;
}

.tabby-tabs ul li {
  float: left;
  position: relative;
  display: block;
}

.tabby-tabs ul li a {
  position: relative;
  display: block;
  padding: 10px 25px 10px 25px;
  /*border: 2px solid #34495e;*/
  border-radius: 4px;
  /*color: #34495e;*/
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-right: 15px;
}

.tabby-tabs ul li a:hover, .tabby-tabs ul li a.active {
  background-color: rgba(255,255,255,.5);
  color: #fff;
  text-decoration: none;
}

div[data-tab] {
  display: none;
  position: relative;
  /*min-height: 200px;
  padding-bottom: 40px;*/
  padding: 0px 20px;
  margin: 0px auto;
}

.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 -25px 0;
  border-bottom: 6px solid rgba(0, 0, 0, .1);
  border-left: 6px solid rgba(0, 0, 0, .1);
  border-right: 6px solid rgba(0, 0, 0, .1);
  border-top: 6px solid rgba(0, 0, 0, .4);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: rot .6s infinite linear;
          animation: rot .6s infinite linear;
}
@-webkit-keyframes rot {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
@keyframes rot {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}

@media (max-width:450px){
  .tabby-tabs ul {
    margin-top: 15px;    
}
}
@media (max-width:1199px){
  .tabby-tabs ul {
    margin-top: 15px;
}
}
@media (min-width:360px){
  #classFeature .tabby-content h3{font-size: 18px; font-weight: bold;}
}
@media (min-width:1200px){
  #classFeature .tabby-content h3{font-size: 36px; font-weight: bold;}
}