/* line 19, ../sass/style.scss */
.contentPills {
  display: block;
  width: 80px;
}

/* line 24, ../sass/style.scss */
.contentPillsHeader {
  border-width: 0px;
  border-style: solid;
  padding: 15px;
}
/* line 27, ../sass/style.scss */
.contentPillsHeader:after {
  content: "";
  display: block;
  clear: both;
}
/* line 32, ../sass/style.scss */
.contentPillsHeader h3 {
  float: left;
  margin: 0px;
}
/* line 36, ../sass/style.scss */
.vc_goUp, .vc_goDown {
  width: 3.5rem;
  display: block;
  border-radius: 100px;
  padding:1rem 0;
  text-align: center;
  position: relative;
  margin: auto;
  color:#fff;
  border: solid 1px #de5e00;
}
.vc_goUp:hover, .vc_goDown:hover {
  color:#de5e00;
}
.vc_goUp i, .vc_goDown i {
  position: relative;
}

/* line 45, ../sass/style.scss */
.contentPillsHeader .vc_goUp:active, .contentPillsHeader .vc_goDown:active {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

/* line 52, ../sass/style.scss */
.contentPillsGroup.vc_list > li {
  width: 3.5rem;
  display: block;
  margin: 20px auto;
  border-width: 0px;
  border-style: solid;
  text-align: center;
  padding: 10px 0 0 0;
}

/* line 14, ../sass/jQuery.contentPills.scss */
.vc_goUp, .vc_goDown {
  display: block;
}
/* line 16, ../sass/jQuery.contentPills.scss */
.vc_goUp.isDisabled, .vc_goDown.isDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: not-allowed;
}

/* line 21, ../sass/jQuery.contentPills.scss */
.vc_container {
  overflow: hidden;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}

/* line 25, ../sass/jQuery.contentPills.scss */
.vc_list {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}
