[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ic-inner img {
    border-radius: 5px;
}

.ic-inner h4 a {
    font-size: 18px;
    padding-top: 10px;
    margin: 10px 0px 10px;
    font-weight: 600;
}

.ic-inner p {
    font-size: 13px;
    line-height: 20px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    -moz-user-select: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.01em;
    margin-bottom: 0px;
    border: 1px solid #F0F0F0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    background-image: none !important;
    color: #626262;
    background-color: #FFF;
    text-shadow: none;
    box-shadow: none;
    line-height: 21px;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.btn-complete, .btn-complete:focus {
    color: #FFF;
    background-color: #48B0F7;
    border-color: #48B0F7;
}

.btn-cons {
    margin-right: 5px;
    min-width: 120px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.btn:hover {
    background-color: #FAFAFA;
    border: 1px solid rgba(98, 98, 98, 0.27);
}

.btn-complete.hover, .btn-complete:hover, .open .dropdown-toggle.btn-complete {
    background-color: #6DC0F9;
    border-color: #6DC0F9;
    color: #FFF;
}

