.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 10px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.signup-wrapper {
    _background: rgba(49, 156, 213, 0.2);
}

.price-monthly {
    color: #2e5366;
    font-weight: bold;
}

.card .element-retention {
    margin-top: 10px;
}

.card .element label {
    width: 72px;
    margin-left: 0;
    padding-right: 5px;
    color: #2e5366;
    text-align: left;
}

.card .card-text {
    font-size: 13px;
    padding: 0 10px;
}

.card .element select {
    min-width: 120px;
}

.card .element .select2-container--default .select2-selection--single {
    border-radius: 0;
    background: #eceeef;
    border: 1px solid #eceeef;
    height: 26px;
    margin-top: -4px;
    line-height: 26px;
}

.card .element .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -4px;
}

.card .element .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
}

.page-template-template-pricing-php .testimonial {
    display: flex;
    margin: 15px 0;
}

.page-template-template-pricing-php .testimonial .image {
    min-width: 250px;
    align-self: center;
    text-align: center;
    float: left;
    display: block;
}

.page-template-template-get-started-php .testimonial {
    display: flex;
    margin: 15px 0;
}

.page-template-template-get-started-php .testimonial .image {
    min-width: 250px;
    align-self: center;
    text-align: center;
    float: left;
    display: block;
}

.price-table table i.toggle-info {
    width: 19px;
    display: inline-block;
    height: 19px;
    background: url(./../../../img/plus.png);
    background-size: 100%;
}

.price-table table .info {
    background: #f9fafa;
    display: none;
}

.price-table table .info td {
    padding: 10px 0;
}

.price-table table .info ul {
    margin: 10px 5px;
    padding: 0 20px;
    overflow: hidden;
}

.price-table table .info ul li {
    float: left;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 10px;
    width: 33%;
    text-align: left;
    position: relative;
    font-style: italic;
}

.price-table table .info ul li:before {
    content: "·";
    font-size: 30px;
    position: absolute;
    left: 0;
    top: -15px;
}

.price-table table i.toggle-info.open {
    background: url('./../../../img/minus.png');
    background-size: 100%;
}

.page-template-template-pricing-php .testimonial blockquote {
    float: left;
}

.page-template-template-pricing-php .testimonial blockquote p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: bold;
}

.page-template-template-pricing-php .testimonial blockquote footer {
    font-size: 16px;
    font-weight: bold;
}

span.quote-image-up, span.qoute-image-down {
    display: inline-block;
    width: 30px;
    position: relative;
    float: left;
}

span.qoute-image-down {
    margin-right: 50px;
    top: -10px;
}

.page-template-template-pricing-php .testimonial blockquote {
    float: left;
}

.page-template-template-pricing-php .testimonial blockquote p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: bold;
}

.page-template-template-pricing-php .testimonial blockquote footer {
    font-size: 16px;
    font-weight: bold;
}

span.quote-image-up, span.qoute-image-down {
    display: inline-block;
    width: 30px;
    position: relative;
    float: left;
}

span.qoute-image-down {
    margin-right: 50px;
    top: -10px;
}

.page-template-template-get-started-php .testimonial blockquote {
    float: left;
}

.page-template-template-get-started-php .testimonial blockquote p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: bold;
}

.page-template-template-get-started-php .testimonial blockquote footer {
    font-size: 16px;
    font-weight: bold;
}

span.quote-image-up, span.qoute-image-down {
    display: inline-block;
    width: 30px;
    position: relative;
    float: left;
}

span.qoute-image-down {
    margin-right: 50px;
    top: -10px;
}

.page-template-template-get-started-php .testimonial blockquote {
    float: left;
}

.page-template-template-get-started-php .testimonial blockquote p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: bold;
}

.page-template-template-get-started-php .testimonial blockquote footer {
    font-size: 16px;
    font-weight: bold;
}

span.quote-image-up, span.qoute-image-down {
    display: inline-block;
    width: 30px;
    position: relative;
    float: left;
}

span.qoute-image-down {
    margin-right: 50px;
    top: -10px;
}

.page-template-template-get-started-php span.qoute-image-down {
    margin-right: 0;
}

.price-table span.info-icon {
    width: 19px;
    display: inline-block;
    height: 19px;
    background: url(./../../../img/info.png);
    background-size: 100%;
}

.price-table span.info-icon:hover, .price-table table i.toggle-info {
    cursor: pointer
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #319cd5;
    position: absolute;
    z-index: 100;
    padding: 10px;
    border-radius: 0.25rem;
}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #319cd5;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #319cd5;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.bannerSubscribe {
    background: #2e5366;
    display: block;
    padding: 0;
    color: #fff;
    font-size: 2.4rem;
}

.Trial .signup-wrapper div#sib_embed_signup .container .button {
    box-shadow: 0px 0px 30px 0px rgba(28, 119, 169, 0.68);
    border-color: transparent !important;
    background-image: linear-gradient(-120deg, #FFFFFF 0%, #60C1F9 0%, #05BBFF 100%);
}

.contact-sales {
    display: none;
    padding-bottom: 14px;
    overflow: hidden;
    clear: both;
}

.contact-sales h3 {
    margin-top: 20px;
}
.contact-sales h3 a{
    text-decoration: underline;
    font-weight: bold;
}

.contact-sales h3 a {
    text-decoration: underline;
    font-weight: bold;
}

.contact-sales h3 a {
    text-decoration: underline;
    font-weight: bold;
}

.get-started #Banner .jumbotron {
    padding-bottom: 18rem !important;
}

.get-started #Banner h1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.get-started-area {
    position: relative;
    top: -15rem;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10rem;
}

.get-started-area .video-area {
    width: 62.5%;
    margin-right: 1%;
    float: left;
    position: relative;
}

.get-started-area.video-allow .video-area {
    width: 85%;
}

.get-started-area .form-area {
    height: 100%;
    float: right;
    width: 36%;
    background: #fcfdfe;
    border: 1px #e1e1e2 solid;
    border-radius: 6px;
    padding: 10px 15px 0;
    position: relative;
}

.get-started-area .form-area .sib_loader {
    position: absolute;
    bottom: 23px;
    right: 50px;
}

.get-started-area .getting-started p {
    margin-bottom: 0.5rem;
}

.get-started-area .video-area img {
    width: 100%;
    border: 1px #e1e1e2 solid;
    border-left: 0px;
    border-radius: 6px;
    border-top: 0px;
}

.get-started-area.video-allow .video-area:after {
    display: inline-block;
}

.get-started-area.video-allow .container {
    text-align: center;
}

.get-started-area.video-allow .video-area {
    display: inline-block;
    float: inherit;
}

.get-started-area .video-area:after {
    display: none;
}

.get-started-area .video-area .overlay {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    border-radius: 6px;
}

.get-started-area.video-allow .video-area .overlay {
    background: rgba(0, 0, 0, 0);
}

.get-started-area .video-area:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    background-size: 100%;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    background: url(../../../img/logmaplay-o.png) no-repeat;
}

.get-started-area.video-allow .video-area:hover {
    cursor: pointer;
}

.get-started-area.video-allow .video-area:hover:after {
    background: url(../../../img/logmaplay-o-darker.png) no-repeat;
}

.get-started-area.video-allow .success-wrapper .success-icon {
    height: 60px;
    background: url(../../../img/success.png);
    width: 60px;
    background-size: 100%;
    margin: 4.5rem auto 1.5rem;
}

.get-started-area.video-allow .success-wrapper {
    color: #389dd3;
    text-align: center;
}

.get-started-area .getting-started h2 {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.get-started-area .getting-started .submit-area {
    margin-top: 15px;
}

.get-started-area .getting-started .agree {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.get-started-area .getting-started .split-fields p {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.get-started-area .getting-started .split-fields p:last-of-type {
    margin-right: 0;
}

.get-started-testimonial {
    margin-bottom: 3rem;
}

.downloadPage .thank-you {
    margin-bottom: 6rem;
}

.downloadPage .thank-you h2 {
    color: #fff;
    margin-bottom: 3rem;
}

.downloadPage .thank-you p {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.downloadPage .thank-you .success-icon {
    height: 110px;
    background: url(../../../img/success-white.png);
    width: 110px;
    background-size: 100%;
    margin: 2.5rem auto 2.5rem;
}

.jumbotron .play-video-icon {
    height: 60px;
    width: 60px;
    background: url(../../../img/play-icon-white.png) no-repeat;
    background-size: 100%;
    margin-top: -30px;
    margin-bottom: 15px;
}

.jumbotron .play-video-icon:hover {
    background: url(../../../img/play-icon-white-hover.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.single-logmatic_dl .downloadPage .top-message p a {
    color: #2e5366;
    text-decoration: underline;
}

.home .play-video-icon {
    display: none;
}

.home a.play-video i {
    margin-right: 10px;
    font-size: 24px;
    float: right;
    margin-top: -3px;
    position: absolute;
    left: 10%;
}

.home a.play-video {
    position: relative;
    padding-left: 55px;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.card .element > b {
    padding-left: 10px;
    width: 110px;
    display: inline-block;
}

.card .element > select {
    width: 120px;
}

.single .blog .post_content_left p, .single .blog .post_content_left ul li, .single .blog .post_content_left ol li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.single .blog .post_content_left h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.single .blog .post_content_left h2 {
    line-height: 1.5;
    font-weight: 700;
    font-size: 28px;
    margin-top: 3rem;
}

.single .blog .post_content_left h3 {
    line-height: 1.5;
    font-weight: 700;
    font-size: 26px;
}

.single .blog .post_content_left h4 {
    line-height: 1.5;
    font-weight: 700;
    font-size: 24px;
}

.list-inline > li {
    margin-bottom: 30px;
}

.single-format-standard .col-xs-12 h3 a:hover {
    color: #319CD5;
    text-decoration: none;
}

#SubBanner p a.col-xs-12 {
    display: none;
}

.img-border p {
    margin: 0;
}

#feat .block .img-border p {
    margin: 0;
}

#feat img {
    display: block;
    min-width: 100%;
    padding-left: 0px;
}

.img-border img {
    border: 2px solid #319CD5;
    overflow: hidden;
    position: relative;
    padding-left: 0;
    padding-right: 0;

    border-radius: 0 0 8px 8px;
}

#feat .block .feature-text ul {
    margin-top: 30px;
}

.img-border .browser-header {

    background: white url(https://staging.logmatic.io/wp-content/uploads/2015/10/bl_points.png) 4px 4px no-repeat;
    height: 28px;
    width: 100%;
    border: 2px solid #319CD5;
    border-bottom: 0px solid;
    border-radius: 8px 8px 0 0;
}

#SubBanner li img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1242px) {
    #SubBanner li {
        width: 115px;
    }

    .m-r-md {
        margin-right: 1.1rem !important;
    }
}

.single .blog .post_content_left a.anchor-name {
    color: inherit;
}

.single .blog .post_content_left a.anchor-name:hover {
    color: inherit;
}

@media screen and (max-width: 1100px) {
    #SubBanner li {
        width: 105px;
    }
}

@media screen and (max-width: 780px) {
    .page-template-template-pricing-php .testimonial {
        display: block;
        overflow: hidden;
    }

    #SubBanner li {
        width: 100%;
        display: inline-block;
        margin: 1rem 0 !important;
    }

    .page-template-template-pricing-php .testimonial .image {
        float: none;
        margin: 0 auto;
    }

    span.quote-image-up {
        top: -20px;
        float: none;
    }

    span.qoute-image-down {
        float: right;
    }

    span.qoute-image-down .down {
        top: -40px;
    }
}