/*call-to-action - css 8 */

.netbee-background-dark .netbee-call-to-action-wrap .button-tilted-decoration:before,
.row .background--dark .netbee-call-to-action-wrap .button-tilted-decoration:before {
    background: rgba(255, 255, 255, 0.2);
}

.netbee-call-to-action-wrap {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.netbee-call-to-action-wrap .main-alligned-container,
.netbee-call-to-action-wrap .call-to-action-container {
    display: table;
    width: 100%;
}

.netbee-call-to-action-wrap .call-to-action-container {
    border-radius: inherit;
}

.netbee-call-to-action-wrap .icon-wrap,
.netbee-call-to-action-wrap .title-wrap,
.netbee-call-to-action-wrap .content-block,
.netbee-call-to-action-wrap .button-block {
    display: table-cell;
    vertical-align: middle;
}

.netbee-call-to-action-wrap .content-block,
.netbee-call-to-action-wrap .button-block {
    position: relative;
    padding: 35px;
    border-radius: inherit;
}

.netbee-call-to-action-wrap .content-block {
    width: 100%;
}

.netbee-call-to-action-wrap .main-tilted-decoration,
.netbee-call-to-action-wrap .button-tilted-decoration {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
}

.netbee-call-to-action-wrap .main-tilted-decoration:before,
.netbee-call-to-action-wrap .button-tilted-decoration:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 125%;
    top: 0;
    border-radius: inherit;
}

.netbee-call-to-action-wrap .main-tilted-decoration:before {
    background: #0a78e4;
}

.netbee-call-to-action-wrap .button-tilted-decoration:before {
    background: #f3f8fe;
}

.netbee-call-to-action-wrap .main-alligned-container {
    position: relative;
}

.netbee-call-to-action-wrap .icon-wrap {
    font-size: 40px;
    padding-right: 30px;
    color: #fff;
}

.netbee-call-to-action-wrap .icon-wrap .featured-icon {
    display: block;
    line-height: 1;
}

.netbee-call-to-action-wrap .icon-wrap img {
    display: block;
}

.netbee-call-to-action-wrap .icon-wrap .icon-text {
    line-height: 1;
}

.netbee-call-to-action-wrap .icon-wrap.selector {
    width: 1%;
}

.netbee-call-to-action-wrap .icon-wrap.custom {
    min-width: 70px;
}

.netbee-call-to-action-wrap .title-wrap {
    width: 100%;
}

.netbee-call-to-action-wrap .title-wrap .netbee-content-title-big {
    font-size: 21px;
    color: #fff;
    line-height: 1.2;
}

.netbee-call-to-action-wrap .title-wrap .call-to-action-subtitle {
    padding-top: 7px;
}

.netbee-call-to-action-wrap .title-wrap .netbee-content-subtitle {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    line-height: 1.6;
}

.netbee-call-to-action-wrap .button-container {
    position: relative;
}

.netbee-call-to-action-wrap .button-container .button {
    position: relative;
    white-space: nowrap;
    padding-left: 40px;
    padding-right: 40px;
}

.netbee-call-to-action-wrap .button-container .bt-icon-wrap {
    position: absolute;
    left: 20px;
    height: 100%;
    top: 0;
}

.netbee-call-to-action-wrap .button-container .bt-icon-wrap i {
    position: relative;
    display: block;
    top: 50%;
    height: 1em;
    line-height: 1;
    margin-top: -0.5em;
    font-size: 15px;
    color: #fff;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
}

.netbee-call-to-action-wrap .button-block {
    text-align: center;
}

.netbee-call-to-action-wrap.with_icon .button-container .button {
    padding-left: 50px;
}

.netbee-call-to-action-wrap.style-1 .content-block {
    padding-right: 40px;
}

.netbee-call-to-action-wrap.style-1 .button-block {
    padding-left: 40px;
}

.netbee-call-to-action-wrap.style-1 .main-tilted-decoration,
.netbee-call-to-action-wrap.style-1 .button-tilted-decoration {
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}

.netbee-call-to-action-wrap.style-1 .main-tilted-decoration {
    margin-right: 6px;
}

.netbee-call-to-action-wrap.style-1 .main-tilted-decoration:before {
    right: 0;
}

.netbee-call-to-action-wrap.style-1 .button-tilted-decoration {
    margin-left: 6px;
}

.netbee-call-to-action-wrap.style-1 .button-tilted-decoration:before {
    left: 0;
}

.netbee-call-to-action-wrap.style-2 .content-block {
    padding-left: 40px;
}

.netbee-call-to-action-wrap.style-2 .button-block {
    padding-right: 40px;
}

.netbee-call-to-action-wrap.style-2 .main-tilted-decoration,
.netbee-call-to-action-wrap.style-2 .button-tilted-decoration {
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
}

.netbee-call-to-action-wrap.style-2 .main-tilted-decoration {
    margin-left: 6px;
}

.netbee-call-to-action-wrap.style-2 .main-tilted-decoration:before {
    left: 0;
}

.netbee-call-to-action-wrap.style-2 .button-tilted-decoration {
    margin-right: 6px;
}

.netbee-call-to-action-wrap.style-2 .button-tilted-decoration:before {
    right: 0;
}

.netbee-call-to-action-wrap.style-1 .main-tilted-decoration,
.netbee-call-to-action-wrap.style-1 .button-tilted-decoration {
    -webkit-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -o-transform: skew(0deg) !important;
    transform: skew(0deg) !important;
}

.netbee-call-to-action-wrap.style-1 .main-tilted-decoration {
    margin-right: 0;
}

.netbee-call-to-action-wrap.style-1 .button-tilted-decoration {
    margin-left: 0;
}

.netbee-call-to-action-wrap.style-1 .content-block:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -62px;
    width: 124px;
    height: 124px;
    z-index: -1;
    max-height: 100%;
    background-color: #0a78e4;
    transform: rotate(45deg);
    border-radius: 10px;
}

.netbee-call-to-action-wrap .main-tilted-decoration:before,
.netbee-call-to-action-wrap .button-tilted-decoration:before {
    border-radius: 0 !important;
}

.netbee-call-to-action-wrap.style-2 .main-tilted-decoration,
.netbee-call-to-action-wrap.style-2 .button-tilted-decoration {
    -webkit-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -o-transform: skew(0deg) !important;
    transform: skew(0deg) !important;
}

.netbee-call-to-action-wrap.style-2 .main-tilted-decoration {
    margin-left: 0;
}

.netbee-call-to-action-wrap.style-2 .button-tilted-decoration {
    margin-right: 0;
}

.netbee-call-to-action-wrap.style-2 .content-block:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -62px;
    width: 124px;
    height: 124px;
    z-index: -1;
    max-height: 100%;
    background-color: #0a78e4;
    transform: rotate(45deg);
    border-radius: 10px;
}

.netbee-call-to-action-wrap.style-1 .content-block:before {
    content: "\e9cb";
    font-family: netbee-socicons-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -73px;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
    color: white;
    z-index: 0;
}

.netbee-call-to-action-wrap.style-2 .content-block .main-alligned-container {
    text-align: right;
}

.netbee-call-to-action-wrap.style-2 .icon-wrap {
    padding-right: 0;
    padding-left: 30px;
}

.netbee-call-to-action-wrap.style-2 .content-block:before {
    content: "\e9ca";
    font-family: netbee-socicons-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -73px;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
    color: white;
    z-index: 0;
}

.netbee-call-to-action-wrap .content-block {
    z-index: 1;
}