/*
TABLE OF CONTENT

# Reset CSS
# Fonts
# Basic
# Header
# Main Content
    ## Sections
# Footer
# Media Queries
    ## max-width 1199px
    ## max-width 991px
    ## max-width 767px
    ## max-width 640px
    ## max-width 480px
    ## max-width 375px
    ## max-width 320px
*/

/*==============
# Reset CSS
===============*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*==============
# Fonts
===============*/

/*==============
# Basic
===============*/
body {
    font-family: 'Lato', sans-serif;
    color: #353d41;
    background: #fff;
}

a {
    color: #178e57;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

a:hover {
    transition: .3s all ease-in-out;
}

a,
button {
    outline: none;
}

.container,
.mid-container {
    margin: 0 auto;
}

.container {
    width: 1170px;
}

.mid-container {
    width: 970px;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.btn {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.gradient-bg {
    background: url("../images/grad-top.jpg") repeat-x center top,
    url("../images/grad-bottom.jpg") repeat-x center bottom;
}

.green-text {
    color: #178e57;
}

/*==============
# Header
===============*/
.logo-block {
    text-align: center;
    margin: 43px 0 41px 0;
}

.logo img {
    width: 158px;
    height: 34px;
}

/*==============
# Main Content
===============*/

/*==============
## Sections
===============*/

.users-list {
    opacity: 1;
}

/* Hero Section */
.headline-text,
.users-list,
.after-users-list-text {
    margin-bottom: 38px;
}

.headline-text p {
    margin-bottom: 10px;
    padding: 0 15px 0 0;
    font-size: 30px;
    text-align: center;
    word-spacing: 6px;
    letter-spacing: 0;
    color: #000;
}

.headline-text p:first-child {
    padding: 0 12px 0 0;
}

.headline-text p:last-child {
    padding: 0 4px 0 0;
    word-spacing: 3px;
}

.hero-users p {
    margin-bottom: 24px;
    font-size: 18px;
    text-align: center;
    color: #959696;
    word-spacing: 2.1px;
    letter-spacing: 0.1px;
}

.users-list .user-box {
    display: inline-block;
    margin-right: 6px;
}

.after-users-list-text p {
    padding-left: 3px;
    font-size: 20px;
    line-height: 29px;
    color: #222;
}

/* Hero video section */
.video-section {
    margin-bottom: 60px;
}

.video-temp-img {
    width: 100%;
    cursor: pointer;
}

.video-block {
    margin-bottom: 54px;
}

.video-section .register-text {
    margin-bottom: 37px;
    font-size: 26px;
    word-spacing: 1px;
    color: #353d41;
}

.register-btn {
    background: #3b98df;
    width: 370px;
    height: 60px;
    padding: 20px 14px 20px 0;
    border-radius: 5px;
    letter-spacing: 1px;
}

.register-btn:hover {
    background: #fff;
    color: #3b98df;
    box-shadow: 0 0 0 2px #3b98df inset;
}

/* Timer Section 01 */
.timer-section-01 {
    padding: 55px 0 60px 0;
}

.timer-section-01 .section-title {
    margin-bottom: 43px;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

.countdownHolder {
    margin: 0 auto 84px auto;
    text-align: center;
}

.position {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 80px;
    vertical-align: middle;
    overflow: hidden;
}

.digit {
    position: absolute;
    display: block;
    width: 90px;
    font-size: 80px;
    font-weight: 100;
    letter-spacing: -1px;
    color: #000;
}

.countDiv {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 70px;
    background: #e0e0e0;
}

.countDays,
.countHours,
.countMinutes,
.countSeconds {
    position: relative;
    display: inline-block;
    height: 80px;
    margin: 0 50px 0 37px;
    vertical-align: middle;
}

.countDays::after,
.countHours::after,
.countMinutes::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    top: 20px;
    right: -45px;
    background: #e0e0e0;
}

.countdown .this-option {
    position: absolute;
    bottom: -25px;
    font-size: 16px;
    text-transform: uppercase;
    color: #8b919e;
    left: 0;
    width: 100%;
}

.countHours {
//display: none;
}

.timer-section-01 .timer-btn {
    width: 570px;
    height: 80px;
    padding: 27px 0 27px 0;
    border-radius: 3px;
    letter-spacing: 1.5px;
    background: #1a955c;
    box-shadow: 0 0 0 2px #117e4c inset;
}

.timer-section-01 .timer-btn:hover {
    color: #1a955c;
    background: #fff;
    box-shadow: 0 0 0 2px #1a955c inset;
}

.heart-icon {
    font-size: 24px;
}

/* Webinar image section */
.webinar-image-section {
    padding: 89px 0 98px 0;
}

.webinar-image-section .section-title {
    margin-bottom: 95px;
    padding-left: 7px;
    padding-right: 12px;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #353d41;
}

.webinar-image-section .section-title .section-title-icon {
    position: relative;
    display: inline-block;
    top: 8px;
    width: 21px;
    height: 40px;
    margin-left: 21px;
    background: url(../images/webinar-section-title-icon.png) no-repeat center center transparent;
}

.webinar-images-block,
.testimonials-row {
    margin-left: -15px;
    margin-right: -15px;
}

.webinar-images-block::after,
.testimonials-row::after,
.service-compare-grid::after,
.discount-row::after,
.price-package-row::after,
.list-row::after {
    clear: both;
}

.webinar-images-block::before,
.webinar-images-block::after,
.testimonials-row::before,
.testimonials-row::after,
.service-compare-grid::before,
.service-compare-grid::after,
.discount-row::before,
.discount-row::after,
.price-package-row::before,
.price-package-row::after,
.list-row::before,
.list-row::after {
    display: table;
    content: " ";
}

.webinar-images-block .webinar-image-item {
    width: 33.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.webinar-images-block .webinar-image-item img {
    width: 100%;
}

/* Testimonials section */
.testimonials-section {
    padding: 81px 0 80px 0;
    border-top: 1px solid #edeff6;
    border-bottom: 1px solid #edeff6;
    background: #fdfdfe;
}

.testimonials-section .section-title {
    margin-bottom: 58px;
    padding: 0 170px;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    line-height: 60px;
    color: #353d41;
}

.testimonials-section .section-title span {
    font-weight: bold;
    color: #1a955c;
}

.testimonials-row {
    margin-left: -7px;
    margin-right: -7px;
}

.testimonial-item {
    width: 33.333333%;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    background: url("../images/testimonial-bg.png") no-repeat left top transparent;
}

.testimonial-content {
    padding: 18px 15px;
}

.testimonial-content .testimonial-text {
    margin-bottom: 21px;
    padding: 0 17px;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    letter-spacing: .5px;
    color: #7f8588;
}

.testimonial-content .testimonial-author {
    margin-bottom: 11px;
    padding-right: 4px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #484c4e;
}

.testimonial-content .previously-used {
    font-size: 15px;
    color: #8e9599;
}

.testimonials-row.second-row {
    margin-top: 55px;
    padding: 0 200px;
}

.testimonials-row.second-row .testimonial-item {
    width: 50%;
}

/* Section description */
.section-description {
    margin-bottom: 78px;
    padding-top: 93px;
}

.section-description.section-different {
    background: url(../images/grad-top.jpg) repeat-x center top;
}

.section-description .section-title {
    margin-bottom: 62px;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    word-spacing: 3px;
    color: #353d41;
}

.descr-image {
    margin-bottom: 46px;
    padding: 0 95px;
    text-align: center;
}

.descr-image img {
    width: 100%;
}

.description-paragraph {
    font-size: 22px;
    color: #353d41;
    padding: 0 112px 0 101px;
    line-height: 37px;
    word-spacing: 1px;
    margin-bottom: 27px;
}

.description-quote {
    margin-bottom: 29px;
    padding: 7px 101px;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 42px;
    word-spacing: 4px;
    color: #656d72;
}

/* Section Table */
.compare-table {
    margin-bottom: 86px;
    font-size: 16px;
    text-align: center;
}
.compare-table th {
    padding: 20px 28px 18px 28px;
    border-right: 1px solid #edeff6;
    font-weight: bold;
    color: #414a4e;
}

.compare-table thead:first-child tr:first-child th {
    border-bottom: 1px solid #edeff6;
}

.compare-table thead:last-child tr:first-child th {
    border-top: 1px solid #edeff6;
}

.compare-table thead:first-child tr:first-child th:nth-child(2),
.compare-table thead:last-child tr:first-child th:nth-child(2) {
    border-color: #0cc7a3;
}

.compare-table th:first-child,
.compare-table th:nth-child(2),
.compare-table th:last-child {
    border-right: 0 solid #edeff6;
}

.compare-table td {
    padding: 18px;
    color: #353d41;
}

.compare-table tr td:first-child {
    width: 432px;
    border-left: 1px solid #edeff6;
    text-align: left;
}

.compare-table tr td:last-child {
    border-right: 1px solid #edeff6;
}

.compare-table tbody tr:nth-child(even) {
    background: #fbfcfe;
}

.compare-table th:nth-child(2),
.compare-table tbody tr:nth-child(odd) td:nth-child(2) {
    background: #00c09b;
    color: #fff;
}

.compare-table tbody tr:nth-child(even) td:nth-child(2) {
    background: #0ec6a3;
    color: #fff;
}

/* Service price compare section */
.service-compare-grid {
    margin: 0 -15px 65px -15px;
}

.service-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.service-single .logo {
    margin: 0 auto;
}

.service-single .logo,
.service-single .starting,
.service-single .service-price,
.service-single .not-marketing {
    display: block;
}

.service-single .starting {
    margin-bottom: 10px;
    font-size: 18px;
    color: #858c90;
}

.service-single .service-price {
    padding-left: 9px;
    font-size: 20px;
    color: #1a955c;
}

.service-compare-grid .demio-service .service-single {
    width: 270px;
    border: 2px solid #00c09b;
    padding: 27px 27px 29px 27px;
    background: #fbfdfd;
}

.service-compare-grid .demio-service .logo,
.service-compare-grid .zoom-service .logo {
    margin-bottom: 27px;
    padding-left: 6px;
}

.service-compare-grid .webinarjam-service .service-single {
    width: 237px;
    padding: 29px 5px 31px 5px;
}

.service-compare-grid .webinarjam-service .logo {
    margin-bottom: 27px;
    padding-left: 14px;
}

.service-compare-grid .gotowebinar-service .service-single {
    width: 213px;
    padding: 14px 8px 28px 16px;
}

.service-compare-grid .gotowebinar-service .logo {
    margin-bottom: 24px;
}

.service-compare-grid .zoom-service .service-single {
    width: 168px;
    padding: 29px 8px 31px 8px;
}

.service-compare-grid .youtubelive-service .service-single {
    width: 162px;
    padding: 19px 8px 28px 16px;
}

.service-compare-grid .youtubelive-service .logo {
    margin-bottom: 21px;
}

.service-compare-grid .youtubelive-service .not-marketing {
    padding-left: 14px;
    font-size: 18px;
    line-height: 30px;
    color: #848b8f;
}

.testimonials-section-02 {
    margin-bottom: 82px;
}

/* Customization Features Section */
.customization-features {
    padding: 95px 0 91px 0;
}

.customization-features .section-title {
    margin-bottom: 43px;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    color: #353d41;
    word-spacing: 3px;
}

.feature-block {
    padding: 57px 0 58px 0;
    text-align: center;
    border-bottom: 1px solid #f2f4f7;
}

.feature-block.no-border{
    border-bottom: none;
}

.feature-block .feature-descr {
    display: inline-block;
    text-align: left;
    width: 42%;
    vertical-align: top;
}

.feature-block.left-descr .feature-descr {
    /*margin-right: 3px;*/
    padding-right: 114px;
}

.feature-block.right-descr .feature-descr {
    padding-left: 123px;
}

.feature-block .feature-descr h3 {
    margin-top: -3px;
    margin-bottom: 14px;
    font-size: 21px;
    word-spacing: 1px;
    line-height: 28px;
    color: #353d41;
}

.feature-block .feature-descr p {
    margin-left: -1px;
    margin-bottom: 17px;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #93a0a7;
}

.feature-block .feature-descr .watch {
    padding: 5px 0 5px 34px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    word-spacing: 2px;
    text-transform: uppercase;
    color: #353d41;
    background: url("../images/watch-icon_dark.png") no-repeat left top 2px transparent;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.feature-block .feature-descr .watch:hover {
    color: #1a955c;
    background: url("../images/watch-icon-hover.png") no-repeat left top 2px transparent;
    transition: .3s all ease-in-out;
}

.feature-block .feature-img {
    display: inline-block;
    padding-top: 2px;
}

.feature-block .feature-img img {
    width: 100%;
}

.feature-block.right-descr .feature-img {
    margin-left: -3px;
}

.integration-block {
    margin-top: 57px;
}

.integration-block .integration-title {
    font-size: 21px;
    text-align: center;
    color: #353d41;
    font-weight: 400;
    word-spacing: 4px;
    margin-bottom: 22px;
}

.integration-block p {
    font-size: 17px;
    text-align: center;
    color: #93a0a7;
    padding: 0 68px 0 62px;;
    word-spacing: 4px;
    line-height: 30px;
    letter-spacing: .5px;
}

.integration-services {
    margin-top: 52px;
    margin-bottom: 48px;
    text-align: center;
}

.integration-services .services-item {
    display: inline-block;
    margin-right: 13px;
    margin-left: 10px;
    vertical-align: text-top;
    /*    cursor: pointer;*/
}

.integration-services .services-item .service-name {
    margin-top: 24px;
    font-size: 16px;
    color: #4d5458;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.integration-services .services-item:hover .service-name {
    opacity: 1;
    transition: .3s all ease-in-out;
}

.zapier-integration {
    display: block;
    margin: 42px auto 52px auto;
}

.zapier-integration + p {
    word-spacing: 5px;
}

/* Capabilities Section */
.capabilities-section {
    padding: 83px 0 13px 0;
}

.capabilities-section .section-title {
    font-size: 36px;
    font-weight: 300;
    color: #353d41;
    text-align: center;
    line-height: 59px;
    word-spacing: 3px;
    margin-bottom: 82px;
}

.capabilities-item {
    margin-bottom: 50px;
}

.capabilities-icon {
    display: inline-block;
    width: 10%;
    position: relative;
    top: -18px;
    left: -12px;
}

.capabilities-text {
    display: inline-block;
    width: 89%;
    margin-left: 8px;
}

.capabilities-text h3 {
    font-size: 21px;
    color: #353d41;
    margin-bottom: 25px;
}

.capabilities-text p {
    font-size: 18px;
    color: #676e71;
    line-height: 29px;
    word-spacing: 4px;
}

.testimonials-section-03 .testimonials-row {
    border-top: 1px solid #f2f4f7;
    padding-top: 32px;
    margin-bottom: 82px;
}

/* Teaser Section */
.teaser-section {
    border-top: 1px solid #edeff6;
    border-bottom: 1px solid #edeff6;
    background: #fdfdfe;
}

.teaser-section .cta-teaser-popup {
    display: block;
    padding: 103px 0 111px 0;
    transition: .3s all ease-in-out;
}

.teaser-section:hover .cta-teaser-popup {
    /*    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1) inset;*/
    -webkit-box-shadow: inset 0 14px 65px -11px rgba(232, 235, 239, 1),inset 0 -14px 65px -11px rgba(232, 235, 239, 1);
    -moz-box-shadow: inset 0 14px 65px -11px rgba(232, 235, 239, 1),inset 0 -14px 65px -11px rgba(232, 235, 239, 1);
    box-shadow: inset 0 14px 65px -11px rgba(232, 235, 239, 1),inset 0 -14px 65px -11px rgba(232, 235, 239, 1);
    transition: .3s all ease-in-out;
}

.teaser-section h2 .cta-teaser {
    font-size: 36px;
    font-weight: bold;
    color: #353d41;
    word-spacing: 1px;
    background: url(../images/teaser-button-dark.png) no-repeat top 9px right transparent;
    padding-right: 69px;
    margin-left: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: .3s all ease-in-out;
}

.teaser-section:hover h2 .cta-teaser {
    color: #178e57;
    background: url("../images/teaser-button-hover.png") no-repeat top 9px right transparent;
    transition: .3s all ease-in-out;
}

/* Discount Section */
.discount-packages {
    padding-top: 93px;
    padding-bottom: 101px;
}

.discount-packages .section-title {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    color: #353d41;
    margin: 0 0 102px 0;
    word-spacing: 2px;
}

.discount-row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 57px;
}

.discount-item {
    float: left;
    width: 33.3333%;
    padding-left: 13px;
    padding-right: 17px;
    text-align: center;
}

.discount-info {
    border: 2px solid #edeff6;
    border-bottom: none;
    padding: 55px 0 21px 0;
    border-radius: 3px 3px 0 0;
}

.discount-info.best-discount {
    border-color: #1a955c;
}

.discount-info span,
.price-package-item span {
    display: block;
}

.discount-info .attendees,
.price-package-item .attendees {
    font-size: 28px;
    font-weight: bold;
    color: #353d41;
    margin-bottom: 24px;
}

.discount-info .price,
.price-package-item .price {
    font-size: 22px;
    color: #1a955c;
    margin-bottom: 9px;
}

.discount-info .discount {
    font-size: 18px;
    color: #aab0b4;
    margin-bottom: 56px;
}

.discount-info .features li {
    font-size: 18px;
    color: #353d41;
    margin-bottom: 30px;
}

.discount-link {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    word-spacing: 3px;
    letter-spacing: 1px;
    padding: 21px 0;
    background: #1a955c;
    box-shadow: 0 0 0 2px #117e4c inset;
    border-radius: 0 0 5px 5px;
}

.discount-link:hover {
    background: #117e4c;
}

.discount-packages p {
    font-size: 20px;
    text-align: center;
    color: #353d41;
    word-spacing: 1px;
    padding-right: 6px;
}

/* Countdown Timer */
.timer-with-price-section {
    padding-bottom: 118px;
}

.timer-with-price-section .section-title {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    padding: 95px 0 47px 0;
    word-spacing: 5px;
}

.price-package-row {
    margin-left: -15px;
    margin-right: -15px;
}

.price-package-item {
    float: left;
    width: 33.33333%;
    padding-left: 12px;
    padding-right: 18px;
    text-align: center;
}

.price-package-item .package-info {
    position: relative;
    border: 2px solid #f7922e;
    border-radius: 3px;
    padding: 55px 0 75px 0;
}

.price-package-item .price {
    margin-bottom: 28px;
}

.price-package-item .launch-discount {
    font-size: 18px;
    color: #353d41;
    font-weight: bold;
    margin-bottom: 10px;
}

.price-package-item .note {
    font-size: 15px;
    color: #889098;
    position: absolute;
    width: 100%;
}

.price-package-item .pricing-btn {
    font-size: 16px;
    color: #fff;
    background: #f7922e;
    position: absolute;
    bottom: -19px;
    left: 30px;
    padding: 12px 81px;
    border-radius: 40px;
}

/* Guarantee Section */
.guarantee-section {
    padding: 94px 0 95px 0;
    background: #1a955c;
}

.guarantee-section h2 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    word-spacing: 2px;
}

/* List Section */
.list-section {
    padding: 94px 0 43px 0;
}

.list-row {
    margin-left: -15px;
    margin-right: -15px;
}

.list-item {
    float: left;
    width: 50%;
    padding-left: 13px;
    padding-right: 20px;
    margin-bottom: 47px;
}

.list-item p {
    font-size: 18px;
    color: #353d41;
    background: url("../images/list-icon.png") no-repeat left top 7px transparent;
    padding-left: 52px;
    word-spacing: 1px;
    line-height: 26px;
}

/* FAQ Section */
.faq-section {
    padding-bottom: 62px;
}

.faq-section .section-title {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    color: #353d41;
    padding: 97px 0;
    word-spacing: 3px;
}

.accordion-box {
    margin-left: -3px;
}

.accordion-item {
    margin-bottom: 37px;
}

.accordion-item-name {
    font-size: 21px;
    color: #353d41;
    background: url("../images/accordion-toggle.png") no-repeat left center transparent;
    padding-left: 35px;
    word-spacing: 3px;
}

.accordion-item-name.active {
    background: url("../images/accordion-toggle-active.png") no-repeat left center transparent;
}

.accordion-content {
    display: none;
    padding-top: 33px;
    font-size: 17px;
    color: #777e81;
    letter-spacing: 1px;
    word-spacing: -1px;
    line-height: 29px;
}

/* CTA Section */
.cta-section {
    text-align: center;
    padding: 120px 0;
}

.footer-cta-btn {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #1a955c;
    box-shadow: 0 0 0 2px #117e4c inset;
    padding: 19px 35px;
    letter-spacing: 1px;
    word-spacing: 1px;
    border-radius: 5px;
}

.footer-cta-btn:hover {
    color: #1a955c;
    background: #fff;
}
/* Footer Section */
.footer-section {
    padding-bottom: 50px;
}

.footer-section .section-title {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 96px 0 47px 0;
    word-spacing: 4px;
}

/* Popup */
.popup-window {
    display: none;
    width: 880px;
    height: 495px;
    background: #fff;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 50px 20px;
    z-index: 999;
}
.close {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    top: 5px;
    right: -31px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.popup-window:hover .close {
    opacity: 1;
    transition: .3s all ease-in-out;
}

.layout {
    background: #000;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.55;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

/* scriptly-bundle page */

.logo img.image-full {
    width: inherit;
    height: inherit;
    max-width: 90%;
}

.top-text p {
    padding-left: 3px;
    font-size: 20px;
    line-height: 29px;
    color: #222;
    margin-bottom: 24px;
    text-align: center;
    word-spacing: 2.1px;
    letter-spacing: 0.1px;
}

.top-text {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

/*==============
# Footer
===============*/
footer .container {
    position: relative;
}

.footer-logo {
    position: absolute;
    left: 0;
    top: 20px;
}

.footer-links {
    padding: 30px 0;
}

.footer-links li {
    display: inline-block;
    margin: 0 20px;
}

.footer-links li a {
    color: #99a9b4;
    font-size: 15px;
    font-weight: 700;
}

.footer-links li a:hover {
    color: #1a955c;
}

/* WIstia links */

a.video_link {
    padding: 5px 35px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    word-spacing: 2px;
    text-transform: uppercase;
    color: #353d41;
    cursor: pointer;
    transition: .3s all ease-in-out;
    font-family: 'Lato';
    vertical-align: middle;
    display: inline-block;
    padding: px 0;
    position: relative;
    background: url("../images/watch-icon_dark.png") no-repeat left top 2px transparent;
}



a.video_link:hover {
    color: #1a955c;
    transition: .3s all ease-in-out;
    background: url("../images/watch-icon-hover.png") no-repeat left top 2px transparent;
}

/* WIstia popup */

.wistia_popup {
    background: rgba(0, 0, 0, 0.498039);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.popup_wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.popup_body {
    display: inline-block;
    position: relative;
    background: #fff;
}

span#wistia_popup_exit {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 36px;
    transform: rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}

img.services-logo {
    width: 90px;
    height: auto;
}


/*==============
# Media Queries
===============*/
/*==============
## max-width 1199px
===============*/
@media (max-width: 1199px) {
    .container {
        width: 960px;
    }

    .testimonials-row.second-row {
        padding: 0 155px;
    }

    .compare-table th {
        vertical-align: middle;
    }

    .service-compare-grid {
        margin: 0 -6px 65px -6px;
    }

    .service-item {
        padding-left: 3px;
        padding-right: 3px;
    }

    .service-compare-grid .demio-service .service-single {
        width: 210px;
    }

    .service-compare-grid .webinarjam-service .service-single {
        width: 226px;
        padding: 29px 5px 31px 5px;
    }

    .service-compare-grid .gotowebinar-service .service-single {
        width: 190px;
        padding: 14px 8px 28px 7px;
    }

    .service-compare-grid .zoom-service .service-single {
        width: 163px;
        padding: 29px 8px 31px 8px;
    }

    .service-compare-grid .youtubelive-service .service-single {
        width: 152px;
        padding: 19px 8px 28px 1px;
    }

    .customization-features .section-title {
        margin-bottom: 35px;
        line-height: 49px;
    }

    .feature-block .feature-img {
        width: 57%;
    }

    .feature-block.left-descr .feature-descr {
        padding-right: 80px;
    }

    .feature-block.right-descr .feature-descr {
        padding-left: 80px;
    }

    .capabilities-icon {
        width: 12%;
        top: 30px;
        left: 0;
        vertical-align: top;
    }

    .capabilities-text {
        width: 86%;
    }

    .price-package-item .pricing-btn {
        padding: 12px 48px;
    }

    .guarantee-section {
        padding: 85px 0 86px 0;
    }

    .guarantee-section h2 {
        line-height: 55px;
    }
}

/*==============
## max-width 991px
===============*/
@media (max-width: 991px) {
    .container,
    .mid-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .users_image{
        width: 100%;
    }

    .headline-text p {
        padding: 0;
        word-spacing: 0;
    }

    .headline-text p:first-child {
        padding: 0;
    }

    .users-list .user-box:last-child {
        margin-right: 0;
    }

    .video-block {
        margin-bottom: 50px;
    }

    .video-section .register-text {
        line-height: 34px;
    }

    .register-btn {
        padding-right: 0;
    }

    .webinar-image-section .section-title {
        margin-bottom: 90px;
        padding-left: 0;
        padding-right: 0;
        line-height: 58px;
    }

    .webinar-image-section {
        padding: 80px 0 98px 0;
    }

    .testimonials-section .section-title {
        padding: 0;
        font-size: 35px;
    }

    .testimonials-row.second-row {
        padding: 0 122px;
    }

    .description-paragraph {
        padding: 0 101px 0 101px;
    }

    .service-item {
        width: 33.33333%;
    }

    .service-compare-grid .demio-service .service-single,
    .service-compare-grid .webinarjam-service .service-single,
    .service-compare-grid .gotowebinar-service .service-single,
    .service-compare-grid .zoom-service .service-single,
    .service-compare-grid .youtubelive-service .service-single {
        width: 100%;
        height: 165px;
        margin-bottom: 10px;
    }

    .feature-block.left-descr .feature-descr {
        padding-right: 20px;
    }

    .feature-block.right-descr .feature-descr {
        padding-left: 20px;
    }

    .integration-services .services-item {
        width: 104px;
        margin-right: 0;
        margin-left: 0;
    }

    .capabilities-icon {
        width: 17%;
    }

    .capabilities-text {
        width: 81%;
    }

    .teaser-section h2 {
        padding-right: 0;
        line-height: 47px;
    }

    .discount-link {
        word-spacing: 0;
        letter-spacing: 0;
    }

    .price-package-item .pricing-btn {
        width: 200px;
        left: calc(50% - 100px);
    }

    .popup-window {
        width: 700px;
        height: 394px;
    }

    .stacktable.large-only {
        display: none;
    }

    .stacktable.small-only {
        display: table;
    }

    .compare-table {
        width: 100%;
    }

    .compare-table th {
        vertical-align: middle;
        border-left: 1px solid #edeff6;
        border-right: 1px solid #edeff6;
    }

    .compare-table th:first-child,
    .compare-table th:nth-child(2),
    .compare-table th:last-child {
        border-right: 1px solid #edeff6;
    }

    .compare-table tr:first-child {
        display: none;
    }

    .compare-table tr:nth-child(2) th {
        border-top: 1px solid #edeff6;
    }

    .compare-table .st-key {
        font-weight: bold;
    }

    .compare-table tr td:first-child {
        width: 50%;
    }

    .compare-table tbody tr:nth-child(even) td:nth-child(2),
    .compare-table th:nth-child(2),
    .compare-table tbody tr:nth-child(odd) td:nth-child(2) {
        background: transparent;
    }

    .compare-table tbody tr.tr-mark {
        background: #0ec6a3;
    }

    .compare-table tbody tr.tr-mark td {
        color: #fff;
    }

    .compare-table .st-head-row {
        border-top: 1px solid #edeff6;
        font-size: 18px;
    }

    .compare-table tr:nth-last-child(-n+6) {
        display: none;
    }

    .compare-table tr:nth-last-child(-n+7) {
        border-bottom: 1px solid #edeff6;
    }

    .discount-packages p {
        padding-right: 0;
        line-height: 30px;
    }

    .teaser-section h2 .cta-teaser {
        margin-left: 0;
        font-size: 3.9vw;
        background: url(../images/teaser-button-dark.png) no-repeat top right 1% transparent;
        background-size: contain;
        padding-top: 0;
        padding-bottom: 0;
    }

    .teaser-section:hover h2 .cta-teaser {
        background: url(../images/teaser-button-hover.png) no-repeat top right 1% transparent;
        background-size: contain;
    }

    .footer-links {
        text-align: right;
    }

    .footer-logo {
        left: 15px;
    }
}

@media (max-width: 799px) {
    .integration-services .services-item {
        width: 20%;
        margin-bottom: 20px;
    }

    .zapier-integration {
        width: 100%;
    }
}

/*==============
## max-width 767px
===============*/
@media (max-width: 767px) {
    /*.users-list .user-box {
        margin-right: 0;
        width: 33.333%;
        float: left;
        margin-bottom: 20px;
    }

    .users-list .user-box:nth-child(3n) {
        text-align: left;
    }*/

    /*.users-list .user-box:nth-child(3n+1) {
        text-align: right;
    }*/

    .users-list .user-box {
        display: block;
        float: left;
        width: 11.111111%;
        margin-right: 0;
        padding-right: 3px;
        padding-left: 3px;
    }

    .users-list .user-box img {
        width: 100%;
    }

    .timer-section-01 .section-title {
        line-height: 45px;
    }

    .webinar-images-block .webinar-image-item {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .webinar-images-block .webinar-image-item img {
        width: auto;
    }

    .testimonial-item,
    .testimonials-row.second-row .testimonial-item {
        width: 100%;
        float: none;
        padding-left: 50px;
        padding-right: 50px;
        background: url("../images/testimonial-bg.png") no-repeat left 25px top transparent;
        margin-bottom: 20px;
    }

    .testimonials-row.second-row {
        padding: 0;
        margin-top: 0;
    }

    .descr-image {
        padding: 0;
    }

    .description-paragraph,
    .description-quote {
        padding: 0 10px 0 10px;
    }

    .service-item {
        width: 50%;
    }

    .feature-block.left-descr .feature-descr {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .feature-block.left-descr .feature-img {
        width: 100%;
    }

    .feature-block.right-descr .feature-descr {
        padding-left: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .feature-block.right-descr .feature-img {
        width: 100%;
    }

    .popup-window {
        width: 580px;
        height: 375px;
    }

    .timer-with-price-section .section-title {
        line-height: 42px;
    }

    .accordion-item-name {
        line-height: 30px;
        display: block;
        background: url(../images/accordion-toggle.png) no-repeat left top 8px transparent;
    }

    .accordion-item-name.active {
        background: url(../images/accordion-toggle-active.png) no-repeat left top 5px transparent;
    }

    .feature-block .feature-descr p {
        margin-left: 0;
    }

    .footer-logo {
        display: block;
        position: static;
        margin-top: 30px;
    }

    .footer-links {
        text-align: center;
        margin-bottom: 20px;
    }

    .teaser-section h2 .cta-teaser {
        padding-right: 45px;
        background-position: top right;
    }
}

@media (max-width: 667px) {
    .discount-info .attendees,
    .price-package-item .attendees {
        padding: 0 3px;
    }
}

/*==============
## max-width 640px
===============*/
@media (max-width: 640px) {
    .timer-section-01 .timer-btn {
        width: 100%;
    }

    .countDays,
    .countHours,
    .countMinutes,
    .countSeconds {
        margin: 0 20px;
    }

    .countDays::after,
    .countHours::after,
    .countMinutes::after {
        right: -23px;
    }

    .headline-text p {
        line-height: 35px;
    }

    .popup-window {
        width: 400px;
        height: 275px;
    }

    .integration-block p {
        padding: 0;
    }

    .integration-services .services-item {
        width: 25%;
    }

    .integration-services {
        margin-bottom: 20px;
    }

    .capabilities-icon {
        width: 100%;
        text-align: center;
        top: 0;
    }

    .capabilities-text {
        width: 100%;
        margin-left: 0;
    }

    .capabilities-item {
        margin-bottom: 30px;
    }

    .discount-item,
    .price-package-item {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 25px;
    }

    .discount-link {
        word-spacing: 3px;
        letter-spacing: 1px;
    }

    .discount-packages p {
        padding-right: 0;
        line-height: 30px;
    }

    .price-package-item .pricing-btn {
        width: 250px;
        left: calc(50% - 125px);
    }

    .price-package-item {
        margin-bottom: 40px;
    }

    .timer-with-price-section {
        padding-bottom: 80px;
    }

    .list-item {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 35px;
    }

    .footer-cta-btn {
        display: block;
        line-height: 25px;
    }

    .footer-section .section-title {
        line-height: 40px;
    }

    .integration-block .integration-title {
        line-height: 32px;
    }

    .footer-links li {
        margin: 0 15px;
    }

    .teaser-section h2 .cta-teaser {
        padding-right: 35px;
        font-size: 3.7vw;
    }
}

/*==============
## max-width 480px
===============*/
@media (max-width: 480px) {
    .timer-section-01 .timer-btn {
        display: block;
        padding: 15px 0;
        line-height: 24px;
    }

    .service-item,
    .webinar-images-block .webinar-image-item img{
        width: 100%;
    }

    .register-btn {
        display: block;
        width: 100%;
    }

    .headline-text p {
        line-height: 40px;
    }

    .hero-users p {
        line-height: 27px;
    }

    .countDays,
    .countHours,
    .countMinutes,
    .countSeconds {
        margin: 0 10px;
    }

    .countDays::after,
    .countHours::after,
    .countMinutes::after {
        right: -10px;
    }

    .testimonial-item,
    .testimonials-row.second-row .testimonial-item {
        padding-right: 0;
        padding-left: 0;
    }

    .integration-services .services-item {
        width: 32%;
    }

    .footer-links {
        margin-bottom: 10px;
    }

    .footer-links li {
        display: block;
        padding-bottom: 10px;
    }

    .teaser-section .cta-teaser-popup {
        padding: 70px 0;
    }

    .teaser-section h2 .cta-teaser {
        padding-right: 25px;
    }
    .demio-embed-modal .demio-modal-wrapper{
        width: 100%!important;
        padding: 50px 20px!important;
    }
}

/*==============
## max-width 375px
===============*/
@media (max-width: 375px) {
    .popup-window {
        width: 340px;
        height: 190px;
    }
}

/*==============
## max-width 320px
===============*/
@media (max-width: 320px) {
    .countDays,
    .countHours,
    .countMinutes,
    .countSeconds {
        margin: 0 4px;
    }

    .position {
        width: 42px;
    }

    .countDays::after,
    .countHours::after,
    .countMinutes::after {
        right: -5px;
    }

    .timer-section-01 .timer-btn {
        padding: 15px 10px;
    }

    .integration-services .services-item {
        width: 45%;
    }

    .teaser-section h2 .cta-teaser {
        padding-right: 20px;
    }
}
