.strike {
    text-decoration: line-through;
    -webkit-text-decoration-line: line-through;
}

/* Put your custom styles here */
.container-hero-details {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    padding: 20px;
    margin-top: 60px;
}

.section-welcome {
    background-color: #343434;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-white {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-black {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-white-video {
    background-color: #fff;
    padding-bottom: 20px;
}

.section-grey {
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-orange {
    background-color: #fca63d;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-california {
    background-color: #FBB01A;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-blue {
    background-color: #05acff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-reviews {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f9f9f9;
}

p {
    /* line-height: 1.5 */
    font-weight: normal;

    /* color: #6e6e6e */
    /* font-size: 15px */
    font-size: 14px;
}

h1 {
    font-size: 50px;
    font-weight: 100;
    color: #000000;
}

h2 {
    font-size: 30px;
    font-weight: 200;
}

h3 {
    font-size: 23px;
    font-weight: 200;
}

.strike {
    text-decoration-line: line-through;
}

.green {
    color: #9bcc2e;
}

.white {
    color: #ffffff;
}

.white-trans {
    color: rgba(255, 255, 255, 0.5);
}

.lightgrey {
    color: #cdcdcd;
}

.blue {
    color: #20A2FF;
}

.orange {
    color: #F79600;
}

.red {
    color: #cf2626;
}

.salmon {
    color: #E68760;
}

.sage {
    color: #7DCE81;
}

.yellow {
    color: #F7A000;
}

.purple {
    color: #B153CE;
}

.vesuvious {
    color: #cf7a4b;
}

.black {
    color: #000000;
}

.black-trans {
    color: rgba(0, 0, 0, 0.5);
}

.bg-lightgrey {
    background-color: #f7f7f7;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #e7e7e7;
}

.shadow {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.8);
}

.hero-main {
    background-attachment: fixed;
    width: 100%;
    background-image: url('../images/heroImage_titlePage.jpg');
    background-size: Cover;
    background-repeat: no-repeat;
    max-height: 700px;
    background-position: Center Top;
}

.container-hero {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.hero-mask-index {
    background-image: url('../images/heroMask_green.png');
    background-position: bottom center;
    bottom: -2px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.mosaic-hero-details {
    transform: rotate(-17.5deg);
    transform-origin: 50% 50%;
}

.mosaic-hero-mask {
    background-image: url('../images/heroMask_blue.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.mosaic-hero-bg {
    background-image: url('../images/heroImage_mosaic.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero-row {
    margin-left: 10px;
    margin-right: 10px;
}

.footer-margin {
    margin-top: 0;
    margin-bottom: 30px;
}

.companies {
    text-align: center;
}

.companies img {
    max-width: 140px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    height: auto;
}

.companies img:hover {
    opacity: 0.5;
}

.btn-green {
    background-color: #9BCC2E;
    text-transform: none;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    border-radius: 10px;
    color: #ffffff;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.tab-content-margin-10 {
    background-color: #fff;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    padding: 10px;
}

.spotless-tab-content-margin-10 {
    background-color: #fff;
    padding: 10px;
}

.btn-green:hover {
    background-color: #c2df83;
    color: #ffffff;
}

#legal p {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
}

.linkedin {
    color: #1362A6;
}

.linkedin:hover {
    color: #699cc9;
}

.parallax-bg-social {
    width: 100%;
    background-image: url('../images/heroImage_titlePage.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.line-height {
    line-height: 1.5;
}

.section-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-noPadding {
    width: 100%;
    z-index: 100;
    position: relative;
}

.section-noPadding .image-container {
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}

.section-noPadding .image-container .background-image-holder {
    background: #cccccc;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/parallax_generic.jpg');
    background-size: cover;
    background-position: center center;
}

@media (max-width:479px)
{
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 20px;
        line-height: 1.5;
    }

    h3 {
        font-size: 18px;
    }

    .margin-top-100 {
        margin-top: 80px;
    }
}

body {
    font-size: 17px;
    color: #6c6c6c;
    background-color: #343434;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#000 0,#000 100%);
    background-image: -o-linear-gradient(top,#000 0,#000 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
    background-image: linear-gradient(to bottom,#000 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    opacity: 0.8;
    z-index: 20 !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.social-icon {
    opacity: 0.75;
    color: #1a1a1a;
}

.social-icon:hover {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#legal ul li {
    line-height: 2;
    font-size: 14px;
}

#footnotes {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0px;
}

.generic-hero-bg {
    background-size: cover;
    background-image: url('../images/heroImage_titlePage.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.generic-hero-mask {
    background-image: url('../images/heroMask_green.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 440px;
}

.index-hero-details {
    transform: rotate(-17.5deg);
    transform-origin: 50% 50%;
}

.index-hero-mask {
    background-image: url('../images/heroMask_green.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.index-hero-bg {
    background-image: url('../images/heroImage_titlePage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.desktoptidy-hero-mask {
    background-image: url('../images/heroMask_orange.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.alieninvasion-hero-mask {
    background-image: url('../images/heroMask_orange.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.santa-hero-mask {
    background-image: url('../images/heroMask_red.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.mikerobe-hero-mask {
    background-image: url('../images/heroMask_salmon.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.photoblast-hero-mask {
    background-image: url('../images/heroMask_sage.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.scribo-hero-mask {
    background-image: url('../images/heroMask_yellow.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

.simassist-hero-mask {
    background-image: url('../images/heroMask_purple.png');
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -1px;
    height: 540px;
}

@media (max-width:479px)
{
    .container-hero-details {
        width: 260px;
    }
}

@media (max-width: 1024px)
{
    .index-hero-bg {
        background-attachment: scroll;
        background-size: cover;
    }

    .mosaic-hero-bg {
        background-attachment: scroll;
        background-size: cover;
    }

    .mosaic-hero-bg {
        background-attachment: scroll;
        background-size: cover;
    }
}

#footnotes ul {
    font-size: 10px;
    line-height: 1.5;
    color: #525252;
    margin: 0px;
}

.plan-heading-basic {
    background-color: #e3e3e3;
}

.plan-heading-pro {
    background-color: #b8e9ff;
}

.plan-price {
    font-size: 30px;
    font-weight: 300;
}

.table-section {
    background-color: #dfdfdf;
    font-variant: small-caps;
}

.price-basic {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 0;
}

.price-pro {
    margin-bottom: 0;
    font-size: 40px;
}

ul.nav-tabs.affix {
    top: 30px;
}

.list-group ul {
    list-style-type: none;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}

.list-group ul li {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-group ul li:last-child {
    border-bottom: 0px;
}

.business-edition {
    background-color: #f5f5f5;
}

.pricing-header-blue {
    background-color: #02B1FF;
    color: #FFFFFF;
}

.pricing-header-green {
    background-color: #5CB85C;
    color: #ffffff;
}

.pricing-header-description {
    color: rgba(255, 255, 255, 0.76);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
}

.pricing-header-orange {
    background-color: #F0AD4E;
    color: #FFFFFF;
}

@media (max-width:991px)
{
    .row-centred {
        text-align: center;
    }
}

.available-on-setapp-247 {
    display: inline-block;
    text-align: center;
}

.available-on-setapp-294 {
    display: inline-block;
    text-align: center;
}

.coupon-code {
    border: solid 1px #ffffff;
    padding-left: 10px;
    padding-right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    font-weight: normal;
}

@media (max-width:1199px)
{
    .coupon-code {
        top: 10px;
        position: relative;
    }
}

@media (min-width:1200px)
{
    .index-hero-mask {
        height: 660px;
    }
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.subnavbar-mosaic {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid;
}

.navbar-setapp {
    margin-left: 10px;
    margin-top: 5px;
}

.navbar-appStore {
    margin-left: 10px;
    margin-top: 5px;
}

.quote {
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.8;
    font-style: italic;
}

.bg-transWhite {
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 3px solid #FFFFFF;
    background-color: rgba(255, 255, 255, 0.86);
}

.footer-bg {
    width: 100%;
    background-color: #343434;
}

@media (max-width:767px)
{
    .mobile-center {
        text-align: center;
    }
}

.subnavbar-button {
    margin-left: 10px;
    margin-top: 7px;
}

.rounded-box {
    border-radius: 25px;
    background: #FFFFFF;
    padding: 20px;
    box-shadow: 2px 4px 20px grey;
}

.rounded-box-red {
    border-radius: 25px;
    background: #FFFFFF;
    padding: 8px 8px 1px;
    box-shadow: 2px 4px 20px grey;
    background-color: #da1e1e;
    color: #ffffff;
}

#linkbox {
    a:link {
        color: #000000;
        text-decoration: none;
        font: 400 14px/2.0 "Helvetica Neue", sans-serif;
    }

    a:visited {
        color: #000000;
        text-decoration: none;
        font: 400 14px/2.0 "Helvetica Neue", sans-serif;
    }

    a:hover {
        color: #000000;
        font: 400 14px/2.0 "Helvetica Neue"tty, sans-serif;
        text-decoration: none;
    }
}

.link {
    color: #666;
    text-decoration: none;
    font: 400 16px/1.8 "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.link:visited {
    color: #666;
    text-decoration: none;
    font: 400 16px/1.8 "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.link:hover {
    color: #666;
    text-decoration: none;
    font: 400 16px/1.8 "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}