/**
 * Partial version, only stuff thats in use!
 */

/** Helpers */

.sppb-text-muted {
    color: #777777;
}
.sppb-text-primary {
    color: #428bca;
}
a.sppb-text-primary:hover {
    color: #3071a9;
}
.sppb-text-success {
    color: #3c763d;
}
a.sppb-text-success:hover {
    color: #2b542c;
}
.sppb-text-info {
    color: #31708f;
}
a.sppb-text-info:hover {
    color: #245269;
}
.sppb-text-warning {
    color: #8a6d3b;
}
a.sppb-text-warning:hover {
    color: #66512c;
}
.sppb-text-danger {
    color: #a94442;
}
a.sppb-text-danger:hover {
    color: #843534;
}

/** Carousel */

.sppb-carousel {
    position: relative;
}
.sppb-carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.sppb-carousel-inner > .sppb-item {
    padding: 60px;
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.sppb-carousel-inner > .sppb-item > img,
.sppb-carousel-inner > .sppb-item > a > img {
    line-height: 1;
}
.sppb-carousel-inner > .active,
.sppb-carousel-inner > .next,
.sppb-carousel-inner > .prev {
    display: block;
}
.sppb-carousel-inner > .active {
    left: 0;
}
.sppb-carousel-inner > .next,
.sppb-carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.sppb-carousel-inner > .next {
    left: 100%;
}
.sppb-carousel-inner > .prev {
    left: -100%;
}
.sppb-carousel-inner > .next.left,
.sppb-carousel-inner > .prev.right {
    left: 0;
}
.sppb-carousel-inner > .active.left {
    left: -100%;
}
.sppb-carousel-inner > .active.right {
    left: 100%;
}
@media screen and (min-width: 768px) {
.sppb-carousel-pro .sppb-carousel-inner .sppb-row {
    display: table-row;
    height: 100%;
}
.sppb-carousel-pro .sppb-carousel-inner .sppb-row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
}
.sppb-carousel-arrow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.sppb-carousel-arrow.right {
    left: auto;
    right: 0;
}
.sppb-carousel-arrow:hover,
.sppb-carousel-arrow:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.sppb-carousel-arrow .fa-chevron-left,
.sppb-carousel-arrow .fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.sppb-carousel-arrow .fa-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.sppb-carousel-arrow .fa-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.sppb-carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.sppb-carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.sppb-carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}
.sppb-item.sppb-item-has-bg {
    padding: 0;
}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 50px;
}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div {
    height: 100%;
    display: table;
}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
    display: table-cell;
    vertical-align: middle;
}
.sppb-carousel-pro-text h2 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 0;
}
.sppb-testimonial-pro .sppb-carousel-inner > .sppb-item {
    padding: 0;
}
.sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
    display: inline-block;
}
.sppb-testimonial-pro .sppb-testimonial-message,
.sppb-testimonial-pro .sppb-testimonial-client,
.sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
    margin-bottom: 10px;
}
.sppb-testimonial-pro .sppb-testimonial-message {
    font-size: 18px;
    line-height: 26px;
}
.sppb-testimonial-pro .sppb-carousel-control {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #333;
    color: #888;
    margin: 5px 3px 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.sppb-testimonial-pro .sppb-carousel-control:hover {
    background: #333;
    color: #fff;
}

/** Theme specific */

.sppb-testimonial-pro .sppb-testimonial-message, .sppb-testimonial-pro .sppb-testimonial-client, .sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
    margin-bottom: 10px;
}

.sppb-testimonial-pro .sppb-img-responsive.sppb-avatar {
    display: inline-block;
}

.sppb-testimonial-pro .sppb-item img {
    width: 100px;
    border: 1px solid #fff;
    padding: 5px;
}

.sppb-carousel-inner > .sppb-item > img, .sppb-carousel-inner > .sppb-item > a > img {
    line-height: 1;
}

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

.sppb-img-circle {
    border-radius: 50%;
}

.sppb-testimonial-pro .sppb-testimonial-message {
    font-size: 18px;
    line-height: 26px;
}

.sppb-item {
    text-align: center !important;
}


