/* SP Page Builder Base Styles */
.sppb-section {
    position: relative;
    padding: 50px 0;
}
.sppb-row-container {
    padding: 0 15px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .sppb-row-container { width: 750px; }
}
@media (min-width: 992px) {
    .sppb-row-container { width: 970px; }
}
@media (min-width: 1200px) {
    .sppb-row-container { width: 1170px; }
}

.sppb-row {
    margin-left: -15px;
    margin-right: -15px;
}
.sppb-row:after {
    content: "";
    display: table;
    clear: both;
}

[class^="sppb-col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.sppb-col-xs-1 { width: 8.33333333%; }
.sppb-col-xs-2 { width: 16.66666667%; }
.sppb-col-xs-3 { width: 25%; }
.sppb-col-xs-4 { width: 33.33333333%; }
.sppb-col-xs-5 { width: 41.66666667%; }
.sppb-col-xs-6 { width: 50%; }
.sppb-col-xs-7 { width: 58.33333333%; }
.sppb-col-xs-8 { width: 66.66666667%; }
.sppb-col-xs-9 { width: 75%; }
.sppb-col-xs-10 { width: 83.33333333%; }
.sppb-col-xs-11 { width: 91.66666667%; }
.sppb-col-xs-12 { width: 100%; }

@media (min-width: 768px) {
    .sppb-col-sm-1 { width: 8.33333333%; }
    .sppb-col-sm-2 { width: 16.66666667%; }
    .sppb-col-sm-3 { width: 25%; }
    .sppb-col-sm-4 { width: 33.33333333%; }
    .sppb-col-sm-5 { width: 41.66666667%; }
    .sppb-col-sm-6 { width: 50%; }
    .sppb-col-sm-7 { width: 58.33333333%; }
    .sppb-col-sm-8 { width: 66.66666667%; }
    .sppb-col-sm-9 { width: 75%; }
    .sppb-col-sm-10 { width: 83.33333333%; }
    .sppb-col-sm-11 { width: 91.66666667%; }
    .sppb-col-sm-12 { width: 100%; }
}

@media (min-width: 992px) {
    .sppb-col-md-1 { width: 8.33333333%; }
    .sppb-col-md-2 { width: 16.66666667%; }
    .sppb-col-md-3 { width: 25%; }
    .sppb-col-md-4 { width: 33.33333333%; }
    .sppb-col-md-5 { width: 41.66666667%; }
    .sppb-col-md-6 { width: 50%; }
    .sppb-col-md-7 { width: 58.33333333%; }
    .sppb-col-md-8 { width: 66.66666667%; }
    .sppb-col-md-9 { width: 75%; }
    .sppb-col-md-10 { width: 83.33333333%; }
    .sppb-col-md-11 { width: 91.66666667%; }
    .sppb-col-md-12 { width: 100%; }
}

/* Carousel Pro */
.sppb-carousel-pro .sppb-item {
    display: none;
    position: relative;
    width: 100%;
}
.sppb-carousel-pro .sppb-item.active {
    display: block;
}

.sppb-carousel-pro-text {
    padding: 20px;
}

.sppb-carousel-indicators {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}
.sppb-carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}
.sppb-carousel-indicators li.active {
    background-color: #fff;
}

/* Addon Styles */
.sppb-addon-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.sppb-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none !important;
}

.sppb-btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.sppb-img-reponsive,
.sppb-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.black-inset-shadow-40 {
    box-shadow: inset 0 0 100px rgba(0,0,0,0.4);
}
.major_color_bckg-90 {
    background-color: rgba(0,85,169,0.9);
}
