@import url("https://fonts.googleapis.com/css?family=Lato:400,300,700,900,300italic,400italic,700italic,900italic");
/*@import url("https://fonts.googleapis.com/css?family=Creepster|Rock+Salt");*/
@import url("https://fonts.googleapis.com/css?family=Satisfy");
@import url('https://fonts.googleapis.com/css?family=Holtwood+One+SC&amp;display=swap');

/**
 * Proxima Nova
 * 
 */
 @font-face {
    font-family: 'ProximaNova';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova/woff/ProximaNova-Black.woff");
    font-style: normal;
    font-weight: 900;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNova';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova/woff/ProximaNova-Extrabold.woff");
    font-style: normal;
    font-weight: 800;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNova';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova/woff/ProximaNova-Bold.woff");
    font-style: normal;
    font-weight: 700;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNova';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova/woff/ProximaNova-BoldIt.woff");
    font-style: italic;
    font-weight: 700;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNova';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova/woff/ProximaNova-Light.woff");
    font-style: normal;
    font-weight: 300;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNova';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova/woff/ProximaNova-LightItalic.woff");
    font-style: italic;
    font-weight: 300;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNova';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova/woff/ProximaNova-Regular.woff");
    font-style: normal;
    font-weight: 500;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNova';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova/woff/ProximaNova-RegularItalic.woff");
    font-style: italic;
    font-weight: 500;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNova';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova/woff/ProximaNova-Semibold.woff");
    font-style: normal;
    font-weight: 600;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNova';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova/woff/ProximaNova-SemiboldItalic.woff");
    font-style: italic;
    font-weight: 600;
    font-display: auto;
}

/**
 * Proxima Nova Condensed
 * 
 */
@font-face {
    font-family: 'ProximaNovaCondensed';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova-condensed/woff/ProximaNovaCond-Light.woff");
    font-style: normal;
    font-weight: 300;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNovaCondensed';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova-condensed/woff/ProximaNovaCond-LightIt.woff");
    font-style: italic;
    font-weight: 300;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNovaCondensed';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova-condensed/woff/ProximaNovaCond-Regular.woff");
    font-style: normal;
    font-weight: 500;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNovaCondensed';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova-condensed/woff/ProximaNovaCond-RegularIt.woff");
    font-style: italic;
    font-weight: 500;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNovaCondensed';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova-condensed/woff/ProximaNovaCond-Semibold.woff");
    font-style: normal;
    font-weight: 600;
    font-display: auto;
}
@font-face {
    font-family: 'ProximaNovaCondensed';
    src: url("https://d3b1ak9ylguumf.cloudfront.net/stencil/shared/static/fonts/proxima-nova-condensed/woff/ProximaNovaCond-SemiboldIt.woff");
    font-style: italic;
    font-weight: 600;
    font-display: auto;
}


body {
    font-family: 'ProximaNova', sans-serif;
    /*color: #8392a0;*/
    color:#7e92a5;
    line-height:1.6;
    /*-webkit-font-smoothing: antialiased;*/
}   

section {
    padding-top: 100px;
    padding-bottom: 100px;
    /*border-bottom: 1px solid rgba(0,0,0,0.06);*/
}


/* Typography
------------------------*/

h1, h2, h3, h4, h5, h6 { margin: 0px; color: #3a3f52; }

h1 { font-size: 42px; font-weight: 400; margin-bottom: 40px; }
h2 { font-size: 36px; font-weight: 400; margin-bottom: 30px; }
h3 { font-size: 30px; font-weight: 400; margin-bottom: 20px; }
h4 { font-size: 26px; font-weight: 400; margin-bottom: 20px; }
h5 { font-size: 22px; font-weight: 400; margin-bottom: 15px; }
h6 { font-size: 20px; font-weight: 400; margin-bottom: 10px; }

a {color:#783BFF;}
a:hover{text-decoration:none;}

.typo-light { color: rgba(255,255,255,0.5); }

.title { margin-bottom: 10px; font-weight: 600; /*color: #3b4c5c;*/ line-height:1.2; letter-spacing:-0.02rem; }
.title-sub { font-size: 20px; margin-bottom: 40px; font-weight: 400; /*color: #97a3ae;*/color:#7e92a5;line-height:1.65;font-family:'ProximaNova', sans-serif;}
.title-top-sub {color: #783BFF;margin-bottom: 10px;text-transform: uppercase;}

.title.medium { font-size: 32px; }
.title.small { font-size: 24px; }
.title.mini { font-size: 20px; }

.title-sub.large { font-size: 30px; }
.title-sub.medium { font-size: 25px; }
.title-sub.small { font-size: 18px; }
.title-sub.mini { font-size: 16px; }

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6,
.dark .hd-1, .dark .hd-2, .dark .hd-3, .dark .hd-4, .dark .hd-5, .dark .hd-6,
.dark .title { color: #fff; }
.dark .title-sub { color: #b8c9d8; }

.list-1 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.list-1 li { margin-bottom: 5px; }
.builder .list-1 > li { padding: 2px; }


.sub-txt {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    color:#7e92a5;
}

.tag-text {
    display: inline-block;
    padding: 8px 12px;
    background-color: #3498db;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.bold{
    font-weight:700;
}

.bold-italic{
    font-weight:800;
    font-style:italic;
}

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

.height-auto{
    height:auto !important;
}

.text-light{
    color:#fff;
}

.text-grey{
    color:#97a3ae;
}



/* Fix for nav shifting when modal comes down: https://github.com/twbs/bootstrap/issues/14040 */
body.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}


/* Buttons
------------------------*/
.btn { 
    border-radius: 100px;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 16px;
    white-space: nowrap;
}
nav .btn-default{
    color:#783BFF;
    background:transparent;
}
.btn-default {
    border: 2px solid #783BFF;
    color: #783BFF;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    border-color: #783BFF;
    background-color: #fff;
    color: #783BFF;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #783BFF;
    border-color: transparent;
}

.btn-primary {
    border: 2px solid #783BFF;
    background-color: #783BFF;
    color:#fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    border-color: #6a2dee;
    background-color: #6a2dee;
    color: #fff;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #6a2dee;
    border-color: transparent;
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-disabled{
    border-color: #d7d7d7;
    background-color: #d7d7d7;
    color: #fff;
    cursor:no-drop;
    pointer-events: none;
}

.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active,
.btn-disabled.active {
    border-color: #ccc;
    background-color: #ccc;
    color: #fff;
}

.btn-nobg {
    border: none;
    color: #00a3e8;
}
.btn-nobg:hover,
.btn-nobg:focus,
.btn-nobg:active,
.btn-nobg.active {
    border-color: none;
    background-color: transparent;
    text-decoration:underline;
}

.btn-xl {
    padding: 20px 34px;
    font-size: 24px;
}

.btn-lg {
    padding: 16px 30px;
    font-size: 20px;
}
.btn-sm {
    padding: 6px 15px;
    font-size: 14px;
}
.btn-xs {
    padding: 3px 10px;
    font-size: 12px;
}

.btn-line { 
    background-color: transparent;
    border: 2px solid #783BFF;
    color: #783BFF;
}
.btn-line:hover {
    background-color: #783BFF;
    color: #fff;
}
.dark.btn-line { 
    border-color: #783BFF;
    color: #783BFF;
}
.dark.btn-line:hover { 
    background-color: #783BFF;
    border-color: #783BFF;
    color: #fff;
}
.light.btn-line { 
    border-color: #fff;
    color: #fff;
}
.light.btn-line:hover {
    background-color: #fff;
    color: #783BFF;
}

.btn-white{
    border: 2px solid #fff;
    background-color: #fff;
    color: #783BFF;
}


/* jReject < IE10 blocking
------------------------*/
#jr_overlay {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2147483646;
    position: absolute;
}

#jr_wrap {
    position: absolute;
    width: 100%;
    z-index: 2147483647;
    padding: 0;
    margin: 0;
}

#jr_inner {
    font-size: 12px;
    background: #f5f5f5;
    border: 1px solid #CCC;
    border-radius:6px;
    color: #4F4F4F;
    margin: 0 auto;
    height: auto;
    padding: 30px;
    position: relative;
    box-sizing: content-box; 
}
 
#jr_header {
    display: block;
    color: #333;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
    font-weight: 400;
    font-size: 32px;
    text-align:center;
    margin-bottom: 0.5em;
}

#jr_inner p {
    padding: 5px;
    margin: 0;
    font-size:15px;
    text-align:center;
}

#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}

#jr_inner ul li {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 122px;
    margin: 0 10px 10px 10px;
    padding: 0;
    text-align: center;
}

#jr_inner li a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#jr_inner li a:hover {
    text-decoration: underline;
}

#jr_inner .jr_icon {
    width: 100px;
    height: 100px;
    margin: 1px auto;
    padding: 0;
    background: transparent no-repeat scroll left top;
    cursor: pointer;
}

#jr_close {
    clear: both;
    padding: 0;
    margin: 0;
    padding-top:20px;
}

#jr_close a {
    color: #000;
    font-size:14px;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    text-align: center;
}

#jr_close p {
    padding: 10px 0 0 0;
    font-size:14px;
    text-align: center;
    color:#999;
    margin: auto;
    width:80%;
}


/* Navigation
------------------------*/
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar-wrapper.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
    background:rgba(255,255,255,0.98);
    box-shadow:0 1px 2px 0px rgba(31,45,61,0.15);
    margin-top:0;
    z-index:999;
   /* -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;*/
    
}

.navbar-wrapper.affix .navbar {
    margin-bottom:0;
    padding-top:0;
   /* -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;*/
}

.navbar-wrapper.affix .navbar .container {
    /*max-width:1170px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;*/
}

.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  padding-top:20px;
  margin-bottom:0;
}

.navbar-nav > li {
    padding:4px;
}

.nav > li > a {
    padding: 15px 15px;
    font-size:15px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: none;
}

.dropdown-menu{
    -webkit-box-shadow: none;
    box-shadow: none; 
    border:1px solid #d7d7d7;
}

.dropdown-menu>li>a {
    padding: 8px 62px 5px 20px;
    color: #848484 !important;
    font-size: 15px;
}

.dropdown-menu>li>a:hover {
    color:#783BFF !important;
}

.dropdown-chrome-install{
    margin-top:3px;
    margin-bottom:5px;
}

.navbar .nav > li > .dropdown-menu::before {
  position: absolute;
  top: -9px;
  right: 30px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #CCC;
  border-left: 9px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu::after {
  position: absolute;
  top: -8px;
  right: 31px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

.navbar-nav>li>.dropdown-menu{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow:0 1px 3px 0 rgba(51,51,79,.1), 0 0 10px 0 rgba(51,51,79,.06);
    border:0;
    padding: 13px;
}

/*.navbar-wrapper .navbar .container {
  max-width:980px;
}*/

.nav .nav-other{
    font-size: 13px;
    padding: 5px 15px;
    margin-left: 5px;
    margin-right:5px;
    margin-top:9px;
    opacity:1 !important;
}

.nav .btn i {
    font-size: 14px;
    margin-right: 6px;
}

/*.navbar-light .navbar-nav > li a:focus, .navbar-light .navbar-nav > li a:hover, .navbar-light .navbar-nav li.active a {*/
.navbar-light .navbar-nav > li a:focus:not(.btn), .navbar-light .navbar-nav > li a:hover:not(.btn), .navbar-light .navbar-nav li.active > a:not(.btn) {
    text-decoration: none;
    background-color: transparent;
    color:#fff;
    opacity:1;
}

.navbar-light .navbar-nav li.active > a:not(.btn){
    padding-bottom:5px;
    border-bottom: 4px solid #fff;
}

/*.navbar-dark .navbar-nav > li a:focus, .navbar-dark .navbar-nav > li a:hover, .navbar-dark .navbar-nav li.active a {*/
.navbar-dark .navbar-nav > li a:focus:not(.btn), .navbar-dark .navbar-nav > li a:hover:not(.btn), .navbar-dark .navbar-nav li.active > a:not(.btn) {
    text-decoration: none;
    background-color: transparent;
    color:#783BFF !important;
}

.navbar-dark .navbar-nav li.active > a:not(.btn){
    padding-bottom:5px;
    border-bottom: 4px solid #783BFF;
}

.navbar-dark .navbar-nav .dropdown-menu li.active > a:not(.btn){
    border-bottom: none;
}

/* Navbar Light */
.navbar-light .navbar-nav > li a {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    opacity:0.8;
    font-weight:600;
}



.navbar-light .navbar-brand{
    text-indent: -99999px;
    background:url(../png/logo-stencil-white.png) no-repeat 0 11px;
    width:110px;
    background-size:110px;
}

#home .navbar-light .navbar-brand{
    text-indent: -99999px;
    background:url(../png/logo-stencil-blue.png) no-repeat 0 14px;
    width:100px;
    background-size:100px;
}


.scatter-box{
    position:relative;
    height:1200px;
    overflow:hidden;
    top:100px;
}

.sc-image{
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
    border: 10px solid #fff;
    background:#fff;
    width:225px;
    background-size: cover;
}




.sc-block1 {
    position: absolute;
    left: -10px;
    z-index: 3;
    top: 240px;
    width: 300px;
}


.sc-block2 {
    position: absolute;
    z-index: 1;
    width: 310px;
    left: 320px;
    top: 320px;
}

.sc-block3 {
    position: absolute;
    right: 400px;
    top: 330px;
    z-index:3;
    width: 350px;
}


.sc-block4 {
    position: absolute;
    left: 1300px;
    top: 260px;
    z-index: 1;
    width: 400px;
}


.sc-block5 {
    position: absolute;
    left: 1300px;
    top: 500px;
    z-index: 1;
    width: 400px;
}


.sc-block6 {
    position: absolute;
    right: 398px;
    top: 590px;
    z-index: 1;
    width: 430px;
}


.sc-block7 {
    position: absolute;
    right: 10px;
    top: 740px;
    z-index: 1;
    width: 370px;
}

.sc-block8 {
    position: absolute;
    left: 50px;
    top: 540px;
    z-index: 1;
    width: 210px;
}



/* Light Login/Sign Up Buttons */
.navbar-light .navbar-nav > li a.btn-default{
    color:#fff;
    font-size:13px;
    background:transparent;
    border:2px solid rgba(255,255,255,0.6);
}

.navbar-light .navbar-nav > li a.btn-default:hover{
    background-color: #fff;
    color: #783BFF;
}

.navbar-light .navbar-nav > li a.btn-primary{
    background-color:#fff;
    border-color:#fff;
    color:#783BFF;
    font-size:14px;
}

.navbar-light .navbar-nav > li a.btn-primary:hover{
    background-color: #783BFF;
    border-color:#783BFF;
    color: #fff;
}



/* Navbar Dark */
.navbar-dark .navbar-nav > li a {
    color: #484848;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}

.navbar-dark .navbar-brand{
    text-indent: -99999px;
    background:url(../png/logo-stencil-blue.png) no-repeat 0 10px;
    width:110px;
    background-size:110px;

}

/* Dark Login/Sign Up Buttons */
.navbar-dark .navbar-nav > li a.btn-default{
    color:#783BFF;
    font-size:14px;
    background:transparent;
    border:2px solid #783BFF;
}

.navbar-dark .navbar-nav > li a.btn-default:hover{
    background-color: #fff;
    color: #6a2dee;
}

.navbar-dark .navbar-nav > li a.btn-primary{
    background-color: #783BFF;
    border-color: #783BFF;
    color:#fff;
    font-size:14px;
}

.navbar-dark .navbar-nav > li a.btn-primary:hover{
    background-color: #6a2dee;
    border-color:#6a2dee;
    color: #fff;
}



.in .navbar-nav > li a {
    color: #8d8c8c;
}

.in .navbar-nav > li a.btn-default{
    color:#783BFF;
    font-size:13px;
    background:transparent;
    border:2px solid #783BFF;
}

.in .navbar-nav > li a.btn-default:hover{
    background-color: #fff;
    color: #783BFF;
}

.in .navbar-nav > li a.btn-primary{
    background-color: #783BFF;
    border-color: #783BFF;
    color:#fff;
    font-size:13px;
}

.in .navbar-nav > li a.btn-primary:hover{
    background-color: #783BFF;
    border-color:#783BFF;
    color: #fff;
}

/* Namecheap Banner
------------------------*/
 .nc-banner {
    padding: 12px 0;
    position: relative;
    background:#2E3132;
}

.nc-banner-content{
    max-width:470px;
    text-align:center;
}

.nc-banner-content span{
    font-size:16px;
    font-weight:600;
    margin-bottom:5px;
}

.nc-banner-content a{
    font-size: 16px;
    margin-bottom: 0;
    color:#fff;

}

.hedgy{
    position: absolute;
    z-index: 99;
    width: 95px;
}

.hedgy-megaphone {
    position: absolute;
    z-index: 99;
    width: 78px;
    top: 19px;
}

/* Namecheap Banner Announcement Tweaks */
.navbar-wrapper{
    top:50px;
    /* top: 80px; */
}

.navbar-wrapper.affix{
    top:0;
}

.footer-section-dark #powered-by-nc a.nc-footer-logo {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display:block ;
    opacity:1 !important;
}

.footer-section-dark #powered-by-nc a.nc-footer-logo img {
    width: 120px;
}

.announce-heading {
    font-size: 50px;
    line-height: 100px;
    color: #000;
    font-weight: 800;
    letter-spacing: -1px;
}

.announce-logos{
    margin-bottom:0px;
}

.announce-logos img{
    margin:0 20px;
}
.announce-logos .announce-logo-stencil{
    width:90px;
}

.announce-logos .announce-logo-namecheap{
    width:150px;
}

.signoff {
    font-family: 'Nothing You Could Do', cursive;
    color: #333;
    font-size: 32px;
}

.powered-by-nc-link {
    position: relative;
    z-index: 10;
    left: 0;
    display: block;
    top: 2px;
}

.powered-by-nc-link img {
    /* margin-top: 120px; */
    width: 140px;
}

.nc-account-callout{
    background:#FBFEDB;
    padding:40px;
    border:1px solid #EFF2C1;
    border-radius: 8px;
    margin-bottom:40px;
}

.nc-account-callout p {
    font-size: 18px;
    color: #3e3e3e;
}

#nc-announcement .nc-banner{
    display:none;
}

#nc-announcement .navbar-wrapper{
    top:0;
}

#nc-announcement .navbar-wrapper.affix{
    top:0;
}

/* Home Intro
------------------------*/
.home-intro {
    height: 790px;
    padding-top: 135px;
    padding-bottom: 0;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #fff;
    border-bottom: none;
    overflow: hidden;
}

.bg-round-1 {
    width: 1700px;
    height: 1700px;
    background: #85cbf6;
    border-radius: 1000px;
    position: absolute;
    top: -1150px;
    right: -840px;
    opacity:0.5;
}

.bg-round-2 {
  background: #54bbf3;
  position: absolute;
  border-radius:1000px;
  width: 2000px;
  height: 2000px;
  right: -940px;
  opacity: 0.55;
  top: -1300px;
  opacity:0.2;
}

.bg-wave-1 {
    width: 2800px;
    height: 1700px;
    background: url(../png/wave-graph6-flipped.png) no-repeat;
    position: absolute;
    top: -40px;
    right: -1100px;
}

.info-wrp {
    max-width: 500px;
    margin: auto;
    text-align: left;
    margin-left: 0;
}

.info-wrp .sub-text{
    position:relative;
    z-index:10;
}

.info-wrp .btn{
    position:relative;
    z-index:10;
}

.main-text {
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.13rem;
    color: #3a3a3a;
    margin-bottom: 10px;
    margin-top: 138px;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    position:relative;
    z-index:5;
}

/*.sub-text {
    font-size: 24px;
    font-weight: 400;
    color: #3a3a3a;
    margin-bottom: 0;
}*/

.home-intro .sub-text {
    color: #7e92a5;
    font-size: 22px;
    font-weight:400;
    line-height:1.5;
    margin-bottom:0;
}

.desk-scene{
    background-image: url(../jpg/white-wall-empty-hd.jpg);
    background-size:1707px;
    background-position:right;
    background-repeat:no-repeat;
    background-color:#f5fafd;
    border-bottom:1px solid rgba(0,0,0,0.06);
}

#macbook-frame {
    position: absolute;
    bottom: 0;
    left: 0px;
}

#ipad-frame {
    position: absolute;
    left: -250px;
    bottom: 0;
    z-index: 2;
}



.home-screenshot{
    display:none;
}

/*.imac {
    background-image: url(/stencil/public/static/images/cinema-display.png);
    width: 700px;
    background-size: 640px;
    height: 565px;
    background-repeat: no-repeat;
    position: absolute;
    right: -132px;
    top: 11px;
}*/


.video-loading{
    position: absolute;
    left: 63%;
    top: 50%;
}

.video-loading i{
    font-size: 34px;
    color: #4aa3e0;
}

.home-video {
    position: absolute;
    z-index: 1;
    top: 36px;
    right: -1px;
    width: 940px;
    border-top: 1px solid #efefef;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}


@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



.image-masonry{
    position:relative;
}


.image-masonry .container img {
  max-width: 100%;
  vertical-align: bottom;
  z-index:2;
}

.image-masonry .container img:hover{
    opacity:0.7;
}

.masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 5px;
  column-gap: 5px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
  position:relative;
  z-index:2;
}

.masonry.template-masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
  position:relative;
  z-index:2;
}


.masonry .brick {
  margin-bottom: 5px;
}
/*.masonry .brick img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.masonry .brick:hover img {
  opacity: .75;
}*/
.masonry.bordered {
  -moz-column-rule: 1px solid #eee;
  -webkit-column-rule: 1px solid #eee;
  column-rule: 1px solid #eee;
  -moz-column-gap: 25px;
  -webkit-column-gap: 25px;
  column-gap: 25px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}

.span {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
  *margin: 30px 0;
}

.lazy {
    background:#fff;
}

.lazy-spinner {
    margin-top: 20px;
    font-size: 30px;
    position: absolute;
    left: 50%;
    text-align: center;
    z-index: 1;
}



@media only screen and (min-width: 1024px) {
  .wrapper {
    width: 80%;
    padding: 2em;
  }

  .masonry {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
@media only screen and (min-width: 599px) and (max-width: 1023px) {
  .wrapper {
    width: 85%;
    padding: 1.5em;
  }

  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}


/* Home Big Play Button */

.play-button-holder{
    position: relative;
    left: 220px;
    top: 190px;
}


.big-play-button {
    width: 160px;
    height: 160px;
    border-radius: 500px;
    background: #783BFF;
    position: relative;
    z-index: 9;
    display: block;
    /*box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);*/
    cursor:pointer;
}

.big-play-button:hover{
    background:#783BFF;
}

.big-play-button .fa-play{
    font-size: 60px;
    color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home .video-modal .modal-body{
    padding:0;
    line-height:0.9;
}

#home .video-modal .modal-dialog {
    max-width: 60%;
    margin: 100px auto;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.4);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.4);
        transform: translatey(0px);
    }
}

.floating {
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    overflow: hidden;
    transform: translatey(0px);
    animation: float 2s ease-in-out infinite;
    cursor:pointer;
}



/*---------------------------------------------- 

11. FILTER

------------------------------------------------*/
.filter {
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 30px 20px;
    height: auto;
    width: calc(100% - 40px);
    overflow: hidden;
    }
    .filter.align-left { text-align: left; padding: 30px 0px; }
    .filter.align-right { text-align: right; padding: 30px 0px; }
    .filter.filter-grey { background: #f5f6f7; padding: 30px 20px; }
    .filter.filter-dark { background: #1a1a1a; padding: 30px 20px; }
    #hero.hero-full .filter, #hero.hero-big .filter { position: absolute; bottom: 0; left: 0; }
    div[class*='spacer-'] + .filter:not(.filter-grey):not(.filter-dark) { padding-top: 0; }
    
.filter li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    }
    .filter.align-left li { margin: 0 16px 0 0; }
    
.filter li:after { 
    content: "";
    width: calc(100% + 2px);
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: 10px;
    left: -1px; 
    opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease ;
    transition: all 0.3s ease;
    z-index: 0;
    }
    .filter.filter-dark li:after, .filter.text-light li:after { background: #ffffff; }
    .filter li.active:after {
        opacity: 0.15; filter: alpha(opacity=15); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
        bottom: 0px;
    }
    .filter.filter-dark li.active:after, .filter.text-light li.active:after {
        opacity: 0.2; filter: alpha(opacity=2); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
    }
    
.filter li a {
    display: inline-block;
    color: #1a1a1a;
    font-family:'Montserrat';
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.04em;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease ;
    transition: opacity 0.3s ease;
    z-index: 1;
    position: relative;
    }
    .filter.filter-dark li a, .filter.text-light li a { color: #ffffff; }
    .filter li.active a, .filter li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
    }













/*---------------------------------------------- 

20. THUMB OVERLAY EFFECT

------------------------------------------------*/  
.thumb-overlay {
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    }
    .isotope-grid .thumb-overlay { display: block; }
    .isotope-grid[class*='style-modern'] .isotope-item .thumb-overlay { height: 100%; }

.thumb-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.51s ease;
    -moz-transition: all 0.51s ease;
    -o-transition: all 0.51s ease;
    -ms-transition: all 0.51s ease ;
    transition: all 0.51s ease;
    }
    .thumb-overlay.text-light:after { background: #000000; }

.thumb-overlay .overlay-caption { 
    position: absolute;
    top: 50%;
    left: 30px;
    width: calc(100% - 60px);
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    }
    .thumb-overlay .overlay-caption:not(.align-left):not(.align-right) { text-align: center; }
    
.thumb-overlay .overlay-caption.caption-bottom { 
    top: inherit;
    bottom: 40px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    }
    
.thumb-overlay .overlay-caption.caption-top { 
    top: 40px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    }   
    
.thumb-overlay .overlay-caption hr { 
    width: 60px;
    float: none;
    margin-top: 10px;
    opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
    }
    .thumb-overlay .overlay-caption:not(.align-left):not(.align-right) hr { margin-right: auto; margin-left: auto; }
        
.thumb-overlay .overlay-caption hr + h1, .thumb-overlay .overlay-caption hr + h2, .thumb-overlay .overlay-caption hr + h3, .thumb-overlay .overlay-caption hr + h4, .thumb-overlay .overlay-caption hr + h5, .thumb-overlay .overlay-caption hr + h6 { margin-top: 10px; -webkit-transition: all 0.51s ease;
    -moz-transition: all 0.51s ease;
    -o-transition: all 0.51s ease;
    -ms-transition: all 0.51s ease ;
    transition: all 0.51s ease; }
        

/* general effect */    
.thumb-overlay img {
    -webkit-transition: all 0.51s ease;
    -moz-transition: all 0.51s ease;
    -o-transition: all 0.51s ease;
    -ms-transition: all 0.51s ease;
    transition: all 0.51s ease;
    }
    .thumb-overlay:hover img, .shop-item:hover .thumb-overlay img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    }
    .isotope-grid[class*='style-modern'] .isotope-item .thumb-overlay:hover img.wide-img {
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1); 
    }
    .isotope-grid[class*='style-modern'] .isotope-item .thumb-overlay:hover img.tall-img {
    -webkit-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1); 
    }


/* hover pic*/  
.thumb-overlay img.hover-pic {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    }
    .isotope-grid[class*='style-modern'] .isotope-item .thumb-overlay img.hover-pic.wide-img {
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    }
    .isotope-grid[class*='style-modern'] .isotope-item .thumb-overlay img.hover-pic.tall-img {
    -webkit-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
    }
    
.thumb-overlay:hover img.hover-pic, .product-media:hover .thumb-overlay img.hover-pic {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    }
    .isotope-grid[class*='style-modern'] .isotope-item .thumb-overlay:hover img.hover-pic.wide-img,
    .isotope-grid[class*='style-modern'] .isotope-item .product-media:hover .thumb-overlay img.hover-pic.wide-img {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);   
    }
    .isotope-grid[class*='style-modern'] .isotope-item .thumb-overlay:hover img.hover-pic.tall-img,
    .isotope-grid[class*='style-modern'] .isotope-item .product-media:hover .thumb-overlay img.hover-pic.tall-img {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);   
    }
    
.thumb-overlay .overlay-caption hr {
    margin-top: 0px; 
    width: 0px; 
    -webkit-transition: all 0.51s ease;
    -moz-transition: all 0.51s ease;
    -o-transition: all 0.51s ease;
    -ms-transition: all 0.51s ease ;
    transition: all 0.51s ease;
    }
    .thumb-overlay:hover .overlay-caption hr { width: 60px; margin-top: 15px; }
    .thumb-overlay:hover .overlay-caption hr + h1, .thumb-overlay:hover .overlay-caption hr + h2, .thumb-overlay:hover .overlay-caption hr + h3, 
    .thumb-overlay:hover .overlay-caption hr + h4, .thumb-overlay:hover .overlay-caption hr + h5, .thumb-overlay:hover .overlay-caption hr + h6 { margin-top: 15px;}
    
    
    
/* hidden-on-start */
.thumb-overlay:not(.overlay-effect-3):not(.overlay-effect-4) .overlay-caption.hidden-on-start {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.51s ease;
    -moz-transition: all 0.51s ease;
    -o-transition: all 0.51s ease;
    -ms-transition: all 0.51s ease ;
    transition: all 0.51s ease;
    }
    .thumb-overlay:not(.overlay-effect-3):not(.overlay-effect-4):hover .overlay-caption.hidden-on-start {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
    }
    
    
/* overlay style 1 */
.thumb-overlay.overlay-effect-1:hover:after { 
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }   
    
    
/* overlay style 2 */
.thumb-overlay.overlay-effect-2:hover:after { 
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    }
    
    
/* overlay style 3 */
.thumb-overlay.overlay-effect-3 .overlay-caption { 
    height: auto;
    padding: 20px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 0.51s ease;
    -moz-transition: opacity 0.51s ease;
    -o-transition: opacity 0.51s ease;
    -ms-transition: opacity 0.51s ease;
    }
    .thumb-overlay.overlay-effect-3 .overlay-caption.caption-top { bottom: auto; top: 0; } 

.thumb-overlay.overlay-effect-3 .overlay-caption:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    z-index: -1;
    transition: opacity 0.51s ease;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.5)) );
    background-image: -moz-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100% );
    }
    .thumb-overlay.overlay-effect-3 .overlay-caption.caption-top:after { 
    bottom: auto; 
    top: 0; 
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,0)) );
    background-image: -moz-linear-gradient( rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100% );
    } 
    
    .thumb-overlay.overlay-effect-3.text-light .overlay-caption:after {
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)) );
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100% );
    }
    .thumb-overlay.overlay-effect-3.text-light .overlay-caption.caption-top:after {
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)) );
    background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100% );
    }


    
/* overlay style 4 */
.thumb-overlay.overlay-effect-4 .overlay-caption { 
    height: auto;
    padding: 20px;
    width: 100%;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: transform 0.31s ease;
    -moz-transition: transform 0.31s ease;
    -o-transition: transform 0.31s ease;
    -ms-transition: transform 0.31s ease;
    transition: transform 0.31s ease;
    }
.thumb-overlay.overlay-effect-4 .overlay-caption:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }
    .thumb-overlay.text-light.overlay-effect-4 .overlay-caption:after { background: #000000; }

.thumb-overlay.overlay-effect-4:hover .overlay-caption {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    } 
        
    
    











































/*.chart {
  position: relative;
  width: 2800px;
  height: 700px;
  margin: 3em auto;
  background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 2px, transparent 2px, transparent 100%);
  background-size: 29px 29px;
  background-position: -11px 11px;
}
*/

.charts-holder-top{
    position:relative;
    height:700px;
    overflow:hidden;
}

.charts-holder-bottom {
    position: relative;
    height: 440px;
    top: -325px;
    overflow: hidden;
}

.charts-holder-hero{
}

/*.chart-flipped-hero {
    position: absolute;
    width: 3955px;
    height: 632px;
    margin: 3em auto;
    left: 101.4%;
    right: 50%;
    margin-left: -1600px;
    bottom: 356px;
    z-index: 3;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

.chart-flipped-hero {
    position: absolute;
    /*width: 2415px;*/
    width:3115px;
    margin: 3em auto;
    left: 87%;
    right: 50%;
    margin-left: -1146px;
    top: -43px;
    z-index: 3;
}

/*.chart2-flipped-hero {
    position: absolute;
    width: 3950px;
    height: 700px;
    margin: 3em auto;
    left: 120%;
    right: 50%;
    margin-left: -1600px;
    bottom: 284px;
    z-index: 2;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

.chart2-flipped-hero {
    position: absolute;
    /*width: 2800px;*/    
    width:3700px;
    margin: 3em auto;
    left: 129%;
    right: 50%;
    margin-left: -1593px;
    top: -57px;
    z-index: 2;
}


.chart {
    position: absolute;
    width: 3955px;
    height: 632px;
    margin: 3em auto;
    left: 20%;
    right: 50%;
    margin-left: -1600px;
    top: 42px;
    z-index: 2;
}

.chart2 {
    position: absolute;
    width: 2800px;
    height: 700px;
    margin: 3em auto;
    left: 42%;
    right: 50%;
    margin-left: -1600px;
    top: -38px;
}

.chart-flipped {
    position: absolute;
    width: 3955px;
    height: 632px;
    margin: 3em auto;
    left: 80%;
    right: 50%;
    margin-left: -1600px;
    bottom: 6px;
    z-index: 2;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.chart2-flipped {
    position: absolute;
    width: 3950px;
    height: 700px;
    margin: 3em auto;
    left: 88%;
    right: 50%;
    margin-left: -1600px;
    bottom: -37px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.flat-waves{
    position: relative;
    display: block;
}


.wave-blob-hero{
    position: absolute;
    /* width: 2415px; */
    width: 4215px;
    margin: 3em auto;
    /* right: -78%; */
    top: -43px;
    z-index: 3;
    left: 0;
}

.wave-blob-hero img {
    width: 2950px;
    position: absolute;
    top: -1220px;
    left: -723px;
    transform: rotate(158deg);
}

.logo-bg {
    width: 9270px;
    position: absolute;
    left: -4590px;
    top: -1000px;
    transform: rotate(-15deg);
}


#count{
    margin-bottom:290px;
}



/*.dataset {
  fill-opacity: 0.8;
  -webkit-filter: url(#dropshadow);
          filter: url(#dropshadow);
}*/

#dataset-1 {
/*  fill: #50E3C2;*/
    fill: #bce3fb;
}

#dataset-2 {
  fill: #e8f5fe;
}

#dataset-3 {
  fill: #807CCC;
}


#hero-wave-back{
    fill:#e8f5fe;
}

#hero-wave-front{
    fill:#bce3fb;
}





.window-frame {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #fff;
    width: 941px;
    height: 560px;
    position: absolute;
    right: -320px;
    top: 10px;
    z-index:4;
    box-shadow: 0 1px 44px 0 rgba(0,0,0,.1);
}

.app-side-overlay img {
    position: absolute;
    left: 1px;
    top: 37px;
    z-index: 2;
    width: 356px;
}

.app-side-overlay .side-arrow {
    left: 359px !important;
    width: 18px !important;
    top: 250px;
}


.button-overlay {
    position: absolute;
    right: 27px;
    bottom: 26px;
    z-index: 2;
    width: 300px;
    background: #F8F8F8;
    display: block;
    height: 26px;
    border-radius: 4px;
}

.window-circles{
    position:relative;
    left:14px;
    top:14px;
}

.window-circle-1{
    width: 10px;
    height: 10px;
    background: #efefef;
    border-radius: 1000px;
    position: absolute;
    top:0;
    left:0px;
}

.window-circle-2{
    width: 10px;
    height: 10px;
    background: #efefef;
    border-radius: 1000px;
    position: absolute;
    top:0;
    left:15px;
}

.window-circle-3{
    width: 10px;
    height: 10px;
    background: #efefef;
    border-radius: 1000px;
    position: absolute;
    top:0;
    left:30px;
}

.black-chair{
    position: absolute;
    top: 425px;
    right: -109px;
    z-index: 11;
    /*width:396px;*/
}
.white-chair {
    position: absolute;
    top: 416px;
    right: -159px;
    z-index: 11;
    width: 529px;
}

.ipad-sitting {
    position: absolute;
    top: 315px;
    right: 290px;
    z-index: 9;
    width: 400px;
}

.cups-pens {
    position: absolute;
    left: 270px;
    top: 376px;
}

.yellow-lamp{
    top: 0;
    /* right: 600px; */
    position: absolute;
    left: 800px;
}

/*.lamp {
    position: absolute;
    top: 104px;
    right: 277px;
    z-index: 9;
}*/



/* Careers Page
------------------------*/
.career-position{
    max-width:300px;
    padding:30px;
    border:1px solid #d7d7d7;
    border-radius:3px;
    margin:auto;
    display:inline-block;
    margin:5px;
    font-size:22px;
    line-height:24px;
}

.career-position:hover{
    text-decoration:none;
    background:#FEF9FF;
}

.contract{
    font-size:16px;
    color:#CCC;
    font-weight:400;
    display:block;
}

.career-feature{
    width:150px;
    padding:20px;
    border-radius:3px;
    margin:auto;
    display:inline-block;
    margin:5px;
    font-size:20px;
    line-height:22px;
    color:#333;
    font-weight:400;
}

.career-feature .fa {
    font-size: 54px;
    text-align: center;
    display: block;
    margin-bottom: 13px;
    color:#783BFF;
}

.career-feature-sm {
    width: 120px;
    padding: 10px;
    border-radius: 3px;
    margin: auto;
    display: inline-block;
    margin: 5px;
    font-size: 17px;
    line-height: 22px;
    color: #333;
    text-align: center;
    font-weight: 400;
}

.career-feature-sm .fa {
    font-size: 48px;
    text-align: center;
    display: block;
    margin-bottom: 13px;
    color:#783BFF;
}

.direct-apply{
    width: 300px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
}

/* Press Page
------------------------*/
.brand-download-blue{
    max-width:200px;
    border:1px solid #d7d7d7;
    padding:30px;
    border-radius:3px;
    margin:auto;
    display:inline-block;
    margin:5px;
}


.brand-download-white{
    max-width:200px;
    border:1px solid #d7d7d7;
    padding:30px;
    border-radius:3px;
    margin:auto;
    display:inline-block;
    margin:5px;
    background:url(../png/transparent-bg-blue.png) repeat;
}

.brand-download-blue:hover{
    background:#FEF9FF;
}

.brand-download-white:hover{
    background:#783BFF;
}

#timeline {
    margin: 50px 0;
    position:relative;
}

#timeline section {
    padding-top:0;
    padding-bottom:0;
    border-bottom:0;
}

#timeline section.year {
    position: relative;
}

#timeline section.year section ul:last-child {
    margin-bottom: 0;
}

#timeline section.year section ul {
    list-style-type: none;
    padding: 0 0 0 81px;
    margin: 0 0 1em;
    font-size: 1.4em;
    line-height: 1.55em;
}

#timeline section.year section ul li {
    text-align: left;
    font-size:18px;
    line-height:1.3;
}

#timeline section.year section ul:first-of-type:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #b6c4cc;
    border: 2px solid #f8f9fb;
    border-radius: 50%;
    position: absolute;
    left: 52px;
    top: 5px;
    z-index: 2;
}

#timeline section.year section h4 {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0 81px;
    font-weight: 400;
    color: #aab2b6;
}

#timeline section.year section {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 1em;
}

#timeline h3 {
    position: absolute;
    color: #292e31;
    margin: 0;
    font-size: 18px;
    line-height: 1.2em;
    font-weight:400;
}

#timeline div:after {
    content: '';
    width: 2px;
    position: absolute;
    top: 14px;
    bottom: 10px;
    left: 57px;
    z-index: 1;
    background: #e6ebee;
}

/* About Page
------------------------*/
.pattern-bg-dark {
    padding-top: 170px;
    padding-bottom: 170px;
    background-position: center bottom;
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #783BFF;
}

/*.pattern-bg-dark .overlay {
    opacity: 0.06;
    background-image: url(/stencil/public/static/images/bg-pattern.png);
}*/

.pattern-bg-dark .info-wrp {
    max-width: 800px;
    margin: 40px auto 60px auto;
    text-align:center;
    position:relative;
    z-index:10;
}

.pattern-bg-dark .title{
    font-size:46px;
    color:#fff;
}
.pattern-bg-dark .title-sub{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.about-attribution{
    font-size:18px;
    font-weight:400;
    margin-bottom:20px;
    color:#333;
    font-style: italic;
}


/* Vs. Page
------------------------*/
.blue-bg-dark {
    padding-top: 170px;
    padding-bottom: 170px;
    background-position: center bottom;
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #783BFF;
}

.blue-bg-dark .overlay {
    opacity: 0.06;
    background: #783BFF;
}

.blue-bg-dark .info-wrp {
    max-width: 800px;
    margin: 40px auto 60px auto;
    text-align:center;
}

.blue-bg-dark .title{
    font-size:36px;
    color:#fff;
}
.blue-bg-dark .title-sub{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.vs{
    font-weight: 400;
    /* text-decoration: underline; */
    font-size: 33px;
    border-bottom: 1px solid #fff;
    /* border-top: 1px solid #fff; */
    position: relative;
    top: -7px;
    font-style:italic;
}



/* Team Members */
.team-section{
    text-align:center;
}

.member-box {
    margin-bottom: 30px;
}

.member-box .img {
    margin-bottom: 10px;
    overflow: hidden;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.member-box img {
    width: 70%;
    border-radius:50%;
    margin-bottom:10px;
}

.member-box .social {
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: -100%;
    width: 100%;
}

.member-box:hover .social {
    bottom: 0px;
}

.member-box .social a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
}

.member-box h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
}

.member-box em {
    font-style: normal;
    font-size: 13px;
}

/* Partner Page
=========================*/
.subpage-header-testimonials h1.partner-heading{
    font-size: 68px;
    line-height:100px;
    color: #000;
    font-weight: 800;
    letter-spacing: -3px;
}

.partner-box {
    margin-bottom: 30px;
}

.partner-box .img {
    margin-bottom: 10px;
    overflow: hidden;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.partner-box img {
    width: 70%;
    margin-bottom:30px;
}

#partner-page .feature-icon-blocks {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: none;
    border-top: 0;
}

#partner-page #full-features{
    background:#FEF9FF;
}

#partner-page .info-wrp .main-text{
    margin-top:0;
}

#partner-page .md-macbook-pro{
    left:-240px;
}

.infostack-header{
    padding-top:180px;
    padding-bottom:140px;
    background:#FEF9FF;
    border-bottom:1px solid #eaeef1;
}

/* Contact Page
=========================*/
.contact-area{
    padding-top:50px;
    padding-bottom:50px;
    position:relative;
}

.contact-area .container{
    max-width:700px;
    margin:auto;
}

.contact-area .container h3{
    text-align:center;
    margin-top:20px;
    margin-bottom:5px;
}

.contact-area .uservoice-widget{
    position:relative;
    z-index:9999;
}

.contact-area .uservoice-loader {
    font-size: 48px;
    text-align: center;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -30px;
    color:#dddddd;
}



/* Form - 3
=========================*/
.form-section-3 { padding: 0px;border-top:1px solid #f0ecf0;border-bottom:1px solid #f0ecf0; }
.form-section-3 h6 { font-size: 16px; }
.form-section-3 .l,
.form-section-3 .r {
    text-align: center;
    padding-top: 115px;
    padding-bottom: 115px;
}
.form-section-3 .btn-lg { padding: 12px 30px; }
.form-section-3 .l { border-right: 1px solid #f0ecf0; }
.form-section-3 .vm-item { position: relative; }
.form-section-3 .newsletter { margin-bottom: 0px; }
.form-section-3 .l .title,
.form-section-3 .r .title { margin-bottom: 40px; }
.form-section-3 .r .field-group {
    width: 60%;
    margin: auto;
}
.form-section-3 .social a {
    font-size: 25px;
    border-radius: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #f2f2f2;
    margin: 0 5px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.form-section-3 .social a:hover {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    background-color: #783BFF;
    color: #fff;
}
.newsletter .form-control {
    font-size: 20px;
    padding: 10px 15px;
    background-color: transparent;
    border: 2px solid #f0ecf0;
    height: auto;
    box-shadow: none;
}


.newsletter .btn {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 44px;
    border-radius: 1px;
    padding: 0 14px;
}

.newsletter .btn i {
    margin: 0;
    font-size: 24px;
}


.newsletter .field-group {
    position: relative;
}





/* Features - Download Options
=========================*/
.features-download-options { padding: 0px;border-top:1px solid #f0ecf0;border-bottom:1px solid #f0ecf0; }
.features-download-options h6 { font-size: 16px; }
.features-download-options .l,
.features-download-options .r {
    text-align: center;
    padding-top: 115px;
    padding-bottom: 115px;
}
.features-download-options .btn-lg { padding: 12px 30px; }
.features-download-options .l { border-right: 1px solid #f0ecf0; }
.features-download-options .vm-item { position: relative; }
.features-download-options .newsletter { margin-bottom: 0px; }
.features-download-options .l .title,
.features-download-options .r .title { margin-bottom: 40px; }
.features-download-options .r .field-group {
    width: 60%;
    margin: auto;
}
.features-download-options .browser-icons a {
    font-size: 25px;
    display: inline-block;
    width: 70px;
    margin: 0 10px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.features-download-options .browser-icons a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    color: #fff;
    position:relative;
}

.features-download-options .browser-icons img{
    max-width:100%;
}

.features-download-options .chrome-icon-lg{
    position:relative;
    z-index:2;
}

/*.features-download-options .ff-icon-lg img{
    position:relative;
    z-index:1;
    width:70px;
    left:-20px;
}

.features-download-options .safari-icon-lg img{
    position:relative;
    z-index:1;
    width:70px;
    right:-20px;
}*/


.newsletter .form-control {
    font-size: 20px;
    padding: 10px 15px;
    background-color: transparent;
    border: 2px solid #f0ecf0;
    height: auto;
    box-shadow: none;
}


.newsletter .btn {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 44px;
    border-radius: 1px;
    padding: 0 14px;
}

.newsletter .btn i {
    margin: 0;
    font-size: 24px;
}


.newsletter .field-group {
    position: relative;
}




/* Subpage Styles
------------------------*/
.subpage-header-small {
    text-align: center;
    position: relative;
    padding-bottom:100px;
}

.subpage-header {
    text-align:center;
    position: relative;
    padding-bottom:200px;
}

.subpage-header h2, .subpage-header p{
    text-align:center;
}


.subpage-header-tall {
    text-align: center;
    position: relative;
    padding-bottom:400px;
}

.subpage-header-features{
    padding-top: 190px;
   /* padding-bottom: 160px;*/
   padding-bottom:0;
    background: #783BFF;
    /*background-image: url(/stencil/public/static/images/bg-stencil5.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    overflow:hidden;
}

.features-header{
    font-size: 46px;
    line-height: 1.1;
    max-width: 690px;
    margin-bottom: 15px;
}

.features-header-container{
    position:relative;
    z-index:2;
}

.features-subheader{
    color:#fff;
    font-size:26px;
}

.subpage-header-testimonials {
    padding-top: 160px;
    padding-bottom: 0;
    background: #fff;
    background-image: none;
    border-bottom: 0;
}

.subpage-header-careers{
    padding-top:160px;
    padding-bottom:60px;
    background: url(../jpg/careers-bg1.jpg);
    background-size: cover;
    background-repeat:no-repeat;
}

.subpage-header-vs{
    padding-top:160px;
    padding-bottom:60px;
    /* background: url(/stencil/public/static/images/bg-stencil5.png);
    background-size: cover;
    background-repeat:no-repeat; */
}

.subpage-header-keyword-pages{
    padding-top:300px;
    padding-bottom:100px;
}

.subpage-header-vs-photoshop{
    padding-top:160px;
    padding-bottom:60px;
    background: url(../png/bg-stencil5-photoshop.png);
    background-size: cover;
    background-repeat:no-repeat;
}



/* Keyword Pages
------------------------*/
.subpage-header-keyword-pages .info-wrp .title{
    font-size:62px;
    font-weight:800;
    line-height:1.1;
}


.topic-images{
    margin:80px 0;
    overflow: hidden;
}

.topic-image-holder {
    position: relative;
    width: 630px;
    height: 710px;
    left: -40px;
}

.topic-image-holder .ribbon span{
    background:#ab0000;
}

.image-1-box {
    background-size: cover;
    width: 630px;
    height: 460px;
    padding:40px;
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
    border: 10px solid #fff;
    position: absolute;
    left: 30px;
    z-index:3;
    top: 40px;
    padding:30px;
    /*transform: rotate(-5deg);*/
}


.image-2-box {
    background-size: cover;
    width: 530px;
    height: 370px;
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
    border: 10px solid #fff;
    position: absolute;
    left: 510px;
    top: 230px;
    z-index: 1;
    /*filter: blur(6px);
    transform: rotate(8deg);*/
}

.image-3-box {
    background-size: cover;
    width: 520px;
    height: 380px;
    padding:40px;
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
    border: 10px solid #fff;
    position: absolute;
    left: 940px;
    top: 130px;
    z-index:3;
    padding:30px;
    /*transform: rotate(-2deg);*/
}


.image-4-box {
    background-size: cover;
    width: 530px;
    height: 370px;
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
    border: 10px solid #fff;
    position: absolute;
    left: 1400px;
    top: 60px;
    z-index: 1;
    /*filter: blur(4px);
    transform: rotate(8deg);*/
}


.create .blue-bg-dark-left {
    padding-bottom: 60px;
}

.create .feature-section-stats-grid{
    padding-top:160px;
    padding-bottom:160px;
    background: linear-gradient(to top, #FEF9FF 40%,#ffffff 100%);
}

.create .feature-section{
    padding-bottom:0px;
    padding-top:150px;
    margin-bottom:150px;
}

.create .feature-box .fa-ul span{
    cursor:default;
    font-size:22px;
    line-height:1.3;
}

.create .feature-box .feature-holder i{
    font-size:22px;
}

.create .pattern-bg-light .overlay {
    opacity: 0.06;
}

.create .title{
    margin-bottom:30px;
}

.create .title-sub{
    line-height:1.6;
}

.full-width-callout .create .title{
    margin-bottom:0;
}


.create .info-box-steps .info .hd{
    font-size:24px;
}

.create .full-features-sub {
    margin-left: 20px;
    display: inline-block;
    position: relative;
    top: 21px;
    font-size: 17px;
}

.create .feature-section-sharing{
    padding-top:250px;
    padding-bottom:250px;
}

.create .testimonial-section-3-col{
    padding-top:150px;
    padding-bottom:150px;
    background:linear-gradient(to bottom, #FEF9FF 40%,#ffffff 100%);
}

.create .feature-how-to-steps{
    padding-top:50px;
}

.create section ul{
    font-size:22px;
    margin-bottom:40px;
    padding-left:60px;
}

.create ol{
    font-size:22px;
    margin-bottom:40px;
    padding-left:20px;
}

.create h3{
    margin-top:60px;
    font-size:26px;
}


.quote-main {
    z-index: 4;
}

.quote-main.quote-big-type{
    position:absolute;
    bottom:20px;
}

.quote-big-type p{
    font-size: 77px;
    color: #fff;
    font-weight: 800;
    line-height: 0.8;
    text-transform: uppercase;
    text-align: left;    
}

.quote-big-type span {
    font-size: 19px;
    color: #b1b1b1;
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: left;
}

.quote-big-thin-type {
    font-size: 67px;
    color: #fff;
    font-weight: 300;
    line-height: 0.8;
    text-transform: uppercase;
    text-align: right;
    margin: 0;
    bottom: 0px;
    position: absolute;
    width: 350px;
    right: 20px;
    top: 20px;
}


.quote-big-thin-type-right {
    font-family: 'Arvo', serif;
    font-size: 57px;
    color: #333;
    font-weight: 300;
    line-height: 0.8;
    text-transform: uppercase;
    text-align: right;
    margin: 21px;
    bottom: 0px;
    /* position: absolute; */
    width: 350px;
    right: 1px;
    top: 20px;
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    margin-top:100px;
}

.quote-centered-style p {
    font-family: 'Mr Dafoe', cursive;
    font-size: 77px;
    color: #b8fbff;
    text-align: center;
    line-height: 0.9;
    margin: 90px 20px;
}

.example-watermark {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 15px;
    opacity: 0.7;
    left: 15px;
}

.floating-icons-holder {
    position: relative;
    max-height:720px;
    overflow:hidden;
}


.floating-icon{
    float:left;
    width:100px;
    padding:15px 25px;
}

.image-grid-thumb {
    float: left;
    padding: 5px;
    background-size: cover;
    width: 100px;
    height: 70px;
    margin: 5px;
    background-position: center center;
}

.image-grid-standout{
    background-image: url(../jpg/architecture-building-driveway-186077.jpg);
    position: absolute;
    width: 200px;
    height: 200px;
    left: 275px;
    top: 200px;
    border: 8px solid #fff;
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.2), 0 13px 38px -18px rgba(40, 55, 74, 1);
    transform: rotate(5deg);
}

.full-width-callout{
    background: #783BFF;
    color: #fff;
    text-align: center;
    margin-top:50px;
    margin-bottom:0px;
}

.full-width-callout h2{
    color:#fff;
    font-weight:700;
    margin-bottom:0;
}

.app-video-left {
    position: relative;
    left: -60px;
    margin-bottom: 100px;
    width: 98%;
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
}

.app-video-center{
    position: relative; 
    margin-bottom: 100px;
    width: 98%;
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
}

.create .graphics-intro{
    height:610px;
    padding-top:180px;
    overflow:visible;
    background:#FEF9FF;
    border-bottom:1px solid #e6edf3;
}

.create .graphics-intro-gradient{
    padding-top:220px;
    overflow:visible;
    background:linear-gradient(to bottom, #FEF9FF 40%,#ffffff 100%);
    border-bottom:none;
    height:auto;
}

.create-graphics-example{
    width:800px;
    margin:auto;
    display:block;
}

.graphics-example1{
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
    position: absolute;
    left: -40%;
    top: 40px;
    z-index: 0;
    width:80%;
}

.graphics-example2{
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 1), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
    position: relative;
    top: 0px;
    z-index: 2;
}

.graphics-example3{
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
    position: absolute;
    right:-40%;
    top:40px;
    z-index: 1;
    width:80%;
}

.create .boxed-list {
    background: #FEF9FF;
    border-radius: 5px;
    padding: 30px 50px;
    border: 1px solid #d4e1ea;
}

.create .boxed-list li{
    color:#333;
    list-style-type: none;
    padding-bottom:10px;
}

.owl-nav{
    text-align:center;
    margin-top:20px;
}




.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size:25px;
    color:#783BFF;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #783BFF;
    font-size: 36px;
    background:none;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background:none;
    color:#783BFF;
}

.owl-prev {
    position: absolute;
    left: 20px;
    top: 120px;
}

.owl-next {
    position: absolute;
    right: 20px;
    top: 120px;
}


.step-image{
    max-width:500px;
}

.feature-box .feature-holder i.fa-star{
    color:#ffc820;
}

span.size-highlight {
    display:inline-block !important;
    font-size: 75% !important;
    background: #e6edf3 !important;
    border: 2px dashed #b4cada !important;
    border-radius: 5px !important;
    padding: 4px 12px !important;
    color: #696969 !important;
    font-weight:600 !important;
}



.panel-group{
    margin:auto;
}

.panel-group .panel{
    border-radius:0;
    box-shadow:none;
    border-bottom:1px solid #e6edf3;
}

.panel-heading{
    padding:25px 15px;
}

.panel-title>a:hover, .panel-title>a:focus{
    text-decoration: none;
    outline:none;
}

.panel-default{
    border:none;
}

.panel-group .panel+.panel{
    margin-top:0;
}

.panel-title{
    font-size:22px;
    font-weight:600;
    line-height:1.5;
}

.panel-default>.panel-heading{
    background:none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border:none;
}


/* Lander Specific Styles - T-Shirt Page, for example */

.lander .title{
    font-size:42px;
}

.lander .feature-section .title{
    margin-bottom:5px;
}

.lander .stat-source{
    width: 180px;
    margin: 15px auto 5px auto;
}

.lander .no-signup{
    color:#5a5a5a;
    font-size:15px;
}

.lander .count-box h3{
    font-size:20px;
}

.create-graphics.lander .graphics-video-intro{
    height:auto !important;
    background: linear-gradient(to bottom, #FEF9FF 40%,#ffffff 100%);
    margin-bottom: 0;
    border-bottom: 0;;
}

.lander .app-video-center{
    margin-bottom:60px;
}




.image-grid-holder {
  position: relative;
  background:#000;
  margin-bottom:30px;
}

.image-grid-holder .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.image-grid-holder .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.image-grid-holder:hover .image {
  opacity: 0.6;
}

.image-grid-holder:hover .middle {
  opacity: 1;
}


.image-grid-holder .text {
  background-color: #783BFF;
  color: #fff;
  font-size: 16px;
  padding: 16px 16px;
  border-radius:50px;
}

.image-grid-holder .sub-text{
    font-style: italic;
    color:#fff;
    font-size:15px;
    padding-top:15px;
}

.zoom-app{

}

/* Use Case Listing Page */
.use-case-listing .list-group-item{
    border:none;
    font-size:18px;
    text-align:center;
}







.blue-bg-dark-left {
    padding-top: 300px;
    padding-bottom: 100px;
    background-position: center bottom;
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #783BFF;
}

.blue-bg-dark-left .overlay {
    opacity: 0.06;
    background: #783BFF;
}

.blue-bg-dark-left .info-wrp {
    max-width: 800px;
    margin:0;
    text-align:left;
}

.blue-bg-dark-left .title{
    font-size:36px;
    color:#fff;
}
.blue-bg-dark-left .title-sub{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.vs{
    font-weight: 400;
    /* text-decoration: underline; */
    font-size: 33px;
    border-bottom: 1px solid #fff;
    /* border-top: 1px solid #fff; */
    position: relative;
    top: -7px;
    font-style:italic;
}




/* Tour
------------------------*/
.tour #macbook-frame{
    position: absolute;
    bottom: -1px;
    left: 295px;
}

.tour #ipad-frame{
    position:absolute;
    left:0;
    bottom:-1px;
    z-index:2;
}
.tour-video {
    position: absolute;
    z-index: 1;
    top: 59px;
    right: 27px;
    /* width: 540px; */
}
.browser-window {
  text-align: left;
  margin-top:20px;
  margin-bottom:0;
  width: 800px;
  height: 470px;
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
}

.browser-window .top-bar {
  height: 30px;
  border-radius: 5px 5px 0 0;
  border-top: thin solid #eaeae9;
  border-bottom: thin solid #dfdfde;
  border-left: thin solid #eaeae9;
  border-right: thin solid #eaeae9;
  background: linear-gradient(#f6f6f6, #e2e2e1);
}

.browser-window .circle {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: white;
    margin-right: 4px;
}

.browser-window .circles {
  margin: 5px 11px;
  position:relative;
}

.browser-window .circle-red {
  background-color:#ff5335;
}

.browser-window .circle-yellow {
  background-color:#ffba35;
}

.browser-window .circle-green {
  background-color:#71b53c;
}

.browser-window .content {
  margin: 0;
  width: 100%;
  height:443px;
  display: inline-block;
  border-radius: 0 0 5px 5px;
  background-color: #fafafa;

}
.ext-icon {
    display: inline-block;
    position: absolute;
    right: -2px;
    top: -3px;
}

.clear {
  clear: both;
}


/* Testimonials
------------------------*/
.subpage-header-testimonials .customer-love-heart i{
    font-size: 96px;
    color: #e84c51;
    -ms-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
}

.subpage-header-testimonials h1{
    font-size: 100px;
    color: #000;
    font-weight: 800;
    letter-spacing: -3px;
}

.subpage-header-testimonials .title-sub{
    font-size: 22px;
    margin-top: -22px;
}

.testimonials-holder {
    padding-top:60px;
}


/* CSS Macbook
------------------------*/

.md-macbook-pro {
  width: 55.3125em;
  height: 31.875em;
  font-size: 1.2em;
  position:absolute;
  left:-290px;
  top:-150px;
}
.md-macbook-pro .md-lid {
  width: 45em;
  height: 30.625em;
  margin: 0 auto;
  position: relative;
  border-radius: 1.875em;
  border: solid 0.1875em #cdced1;
  background: #131313;
}
.md-macbook-pro .md-camera {
  width: 0.375em;
  height: 0.375em;
  margin: 0 auto;
  position: relative;
  top: 1.0625em; 
  background: #000;
  border-radius: 100%;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.md-macbook-pro .md-camera:after {
  content: "";
  display: block;
  width: 0.125em;
  height: 0.125em;
  position: absolute;
  left: 0.125em;
  top: 0.0625em;
  background: #353542;
  border-radius: 100%;
}
.md-macbook-pro .md-screen {
  width: 42.25em;
  height: 26.375em;
  margin: 0 auto;
  position: relative;
  top: 2.0625em;
  background: #131313;
  overflow: hidden;
}
.md-macbook-pro .md-screen img {
  width: 100%;
}
.md-macbook-pro .md-base {
  width: 100%;
  height: 0.9375em;
  position: relative;
  top: -0.75em;
  background: #c6c7ca;
}
.md-macbook-pro .md-base:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  margin: 0 auto;
  position: relative;
  bottom: -0.1875em;
  background: #b9babe;
  border-radius: 0 0 1.25em 1.25em;
}
.md-macbook-pro .md-base:before {
  content: "";
  display: block;
  width: 7.6875em;
  height: 0.625em;
  margin: 0 auto;
  position: relative;
  background: #a6a8ad;
  border-radius: 0 0 0.625em 0.625em;
}
/*.md-macbook-pro.md-glare .md-lid:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1.25em 0 0;
  background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}
*/

/* Parter Page Stuff */

.meetup-screen {
    position: absolute;
    left: -240px;
    top: -150px;
    box-shadow:1px 1px 27px rgba(0,0,0,0.2);
}

/* Pricing
------------------------*/
/*.price-table > div {
    display: inline-block;
    border: 2px solid #f0ecf0;
    background:#fff;
    padding: 30px 30px 80px 30px;
    border-radius: 5px;
    min-height: 200px;
    text-align: center;
    width: 300px;
    margin: 20px; 
}
*/
/*.price-table .free{
    position:relative;
    top:-65px;
    left:22px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.price-table .pro{
    position:relative;
    right:22px;
}
*/
.price-table .price {
    font-size: 60px;
    font-weight: 400;
    border-top: 1px solid #f0ecf0;
    border-bottom: 1px solid #f0ecf0;
    padding: 20px 0;
    margin: 20px 0;
}

.price-table .price > small {
    font-size: 16px;
}

.price-table ul {
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0px;
}

.price-table ul li { 
    margin: 10px 0;
    font-size:16px;
    font-weight:400; 
}

.price-table .pro { 
    border-color: #783BFF; 
}

.price-table .pro .price { 
    color: #783BFF; 
}

.price-section {
    text-align: center;
    position: relative;
    padding-bottom:240px;
    padding-top:180px;
    background:#FEF9FF;
}

.price-section .container {
    position: relative;
    z-index: 9;
}

.price-section .price-table {
    margin: auto;
}

.price-section .btn-default{
    color:#783BFF;
}

.price-section .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{
    border-color:#783BFF;
}

.guarantee-tab{
    position: absolute;
    bottom: -44px;
    left: 38px;
    max-width: 240px;
    display: block;
    color: #fff;
    background: #7eca7f;
    padding: 5px 20px;
    font-size:14px;
}

.guarantee-badge-holder{
    position: absolute;
    left: -20px;
    top: 565px;
    max-width: 240px;
    display: block;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    z-index: 1;
    -ms-transform: rotate(10deg); 
    -webkit-transform: rotate(10deg); 
    transform: rotate(10deg); 
}

.svgbadge{
    position: relative;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    margin: auto;
}

.svgbadge h1{
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
}

.svgbadge h2{
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
}

.svgbadge h3{
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
}

.svgbadge.small{
    width: 300px;
    height: 300px;
}

.svgbadge.shape5.blue, .svgbadge.shape5.green, .svgbadge.shape5.dark, .svgbadge.shape5.orange{
    background-image: url(https://d3b1ak9ylguumf.cloudfront.net/stencil/public/static/images/svg/badges-05.svg);
}

.svgbadge.green{
    background-position: left -40px;
}

.svgbadge.small.shape5 h3{
    top:30px;
    font-size: 16px;
}

.svgbadge.shape5 h3{
    font-family: 'Lato', cursive;
}

.svgbadge h3{
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
}

.svgbadge.small.shape5 h1{
    top:60px;
}

.svgbadge.shape5 h1{
    font-family: 'Lato', cursive;
    font-weight:600;
}

.svgbadge.small h1{
    font-size: 34px;
}

.svgbadge.small.shape5 h2{
    top:120px;
    font-size: 20px;
}

.svgbadge.shape5 h2{
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;  
    font-weight:600;
}

.svgbadge.small h2{
    font-size: 28px;
}

.svgbadge.small.shape5 h3:after {
    width: 100px;
}
.svgbadge.shape6 h1:after, .svgbadge.shape5 h3:after {
    left: 0;
    top: 110%;
    bottom: 0;
    right: 0;
}
.svgbadge.shape6 h1:before, .svgbadge.shape6 h1:after, .svgbadge.shape5 h3:after {
    content: "";
    display: inline-block;
    border-top: 1px solid #FFF;
    position: absolute;
    margin: auto;
}

.pricing-faq .row{
    margin-bottom:30px;
}

 .continents {
    background:url(../png/continents.png);
    background-position:0 0;
    background-size:cover;
    background-attachment: fixed;
    border-top:1px solid rgba(0,0,0,0.06);
    border-bottom:1px solid rgba(0,0,0,0.06);
}


#home .continents{
    border-top:none;
    border-bottom:none;
    background:none;
    margin-top:50px;
}

#home .continents .badge-container{
    max-width:870px;
}

#home .continents .capterra-5star{
    padding-top:12px;
}

#home .continents .trustpilot-5star{
    padding-top:12px;
}

.extras-container {
    border-radius: 6px;
    position: relative;
    z-index: 10;
    margin-top: 60px;
    margin-bottom: 100px;
    background:#fff;
}

.extras-container-shadow {
    clear: both;
    box-shadow: 0 4px 35px rgba(0,0,0,0.05), 0 2px 5px rgba(0,0,0,0.05);
    position: absolute;
    width: 99%;
    left: 2px;
    top: 0px;
    min-height: 378px;
    z-index: -1;
}

.browser-extras {
    margin-top: 100px;
    margin-bottom: 200px;
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
}

.browser-extras h2, .browser-extras p{
    position:relative;
    z-index:2;
}

.extras-box img, .extras-box i {
    max-width: 100px;
    margin: 0px auto 20px auto;
    display: block;
}

.extras-box {
    display:block;
    border: 1px solid #eaeaea;
    padding: 50px 30px;
    background: #fff;
    float:left;
    width:292px;
    margin-left: -1px;
    transition: box-shadow 260ms ease-in-out, transform 90ms ease-in-out;
}

.extras-box:hover{
    box-shadow: 0px 1px 12px rgba(0,0,0,0.05);
    transform: scale(1.02);
    background: #fff;
    cursor: pointer;
}   

.extras-box:active{
    text-decoration: none;
    outline:none;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    box-shadow:none;
    transform:scale(1.01);
}

.extras-box:focus{
    text-decoration: none;
    outline:none;
}

.extras-box h2, .extras-box p{
  text-align:center;
}

.extras-box p{
    font-size:18px;
    color:#7e92a5;
}

.extras-box h2{
  font-size:24px;
  font-weight:600;
  margin-bottom:14px;
  margin-top:0;
  padding-bottom:0;
}

.extras-blob {
    position: absolute;
    top: 70px;
    z-index: 1;
    margin-left: -500px;
    width: 1000px;
    left: 50%;
}
/* Pricing ALT
------------------------*/
.price-table .pro, .price-table .free {
    display: block;
    float:left;
    border: 2px solid #f0ecf0;
    /*box-shadow:0 1px 2px rgba(0,0,0,0.15);*/
    background:#fff;
    padding: 30px 30px 80px 30px;
    border-radius: 5px;
    min-height: 200px;
    text-align: center;
    width: 330px;
    margin: 20px; 
}

.price-table .free {
    position:relative;
    top:197px;
    padding-bottom:30px;
}

/*.price-table .free{
    position:relative;
    top:-65px;
    left:22px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.price-table .pro{
    position:relative;
    right:22px;
}
*/
.price-table .price {
    font-size: 60px;
    font-weight: 700;
    border-top: 1px solid #f0ecf0;
    border-bottom: 1px solid #f0ecf0;
    padding: 0px 0;
    margin: 20px 0;
}

.price-table .price > small {
    font-size: 16px;
}

.price-table ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0px;
}

.price-table ul li { 
    margin: 10px 0;
    font-size:16px;
    font-weight:400; 
}

.price-table .pro { 
    border-color: #783BFF; 
}

.price-table .pro .price { 
    color: #783BFF; 
}

.price-section {
    text-align: center;
    position: relative;
    padding-bottom:180px;
    padding-top:140px;
    background:#FEF9FF;
}

.price-section .container {
    position: relative;
    z-index: 9;
}

.price-section .price-table {
    margin: auto;
}

.price-section .btn-default{
    color:#783BFF;
}

.price-section .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{
    border-color:#783BFF;
}

.guarantee-tab{
    position: absolute;
    bottom: -44px;
    left: 38px;
    max-width: 240px;
    display: block;
    color: #fff;
    background: #7eca7f;
    padding: 5px 20px;
    font-size:14px;
}


.guarantee-badge-holder{
    position: absolute;
    left: 23px;
    /*top: 492px;*/
    max-width: 240px;
    display: block;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    z-index: 1;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(0deg);
}

.guarantee-badge-center{
    margin:auto;
    max-width: 260px;
    display: block;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    z-index: 1;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(0deg);
}

.svgbadge{
    position: relative;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    margin: auto;
}
.svgbadge.shape5.blue, .svgbadge.shape5.green, .svgbadge.shape5.dark, .svgbadge.shape5.orange{
    background-image: url(https://d3b1ak9ylguumf.cloudfront.net/stencil/public/static/images/svg/badges-05-alt.svg);
}

.svgbadge.small {
    width: 220px;
    height: 160px;
}

.svgbadge.green {
    background-position: -234px -240px;
}

.svgbadge.small.shape5 h3 {
    top: 74px;
    font-size: 14px;
    font-weight: 500;
}

.svgbadge.small.shape5 h2 {
    top: 103px;
    font-size: 16px;
    color:#c3931e;
}

.svgbadge.small.shape5 h1 {
    top: 38px;
    font-size: 31px;
}

.svgbadge.small.shape5 h3:after {
    display:none;
}

.pricing-testimonials{
    text-align:left;
    padding-top:10px;
}

.pricing-testimonials .media{
    margin-top:40px;
}

.pricing-testimonials > div{
    border:none;
    padding-left:30px;
}

.pricing-testimonials .fade-quote {
    font-family: Georgia, Times, 'Times New Roman', serif;
    opacity: 0.1;
    position: absolute;
    font-size: 171px;
    top: -39px;
    left: -10px;
}

.pricing-testimonials .media-object{
    border-radius:50px;
    position:relative;
    top:10px;
}

.pricing-testimonials .media-heading{
    font-size:18px; 
    margin-top:8px;
    font-style:normal;
    font-weight:400;
    line-height:1.3;
}

.pricing-testimonials .media-body {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    font-style: italic;
    padding-left: 30px;
    padding-top: 19px;
    color:#97a3ae;
    max-width:300px;
}

.pricing-faq .row{
    margin-bottom:30px;
}

.pricing-faq h2{
    font-weight:600;
    /*text-align:center;*/
}

.pricing-faq .title{
    text-align:center;
}

.pricing-faq .title-sub{
    text-align:center;
    margin-bottom:80px;
}

.pricing-questions p{
    font-size:18px;
    font-weight:400;
}

.faq-questions p{
    font-size:18px;
    font-weight:400;
}

.pricing-tiers {
    text-align: center;
    position: relative;
    padding-bottom: 100px;
    padding-top: 180px;
    z-index: 3;
    background: linear-gradient(to bottom, #783bfe05 40%,#ffffff 100%);
}

.pricing-box {
  box-shadow:0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
  border-radius:3px;
  padding:26px 46px 2px 46px;
  margin:20px;
  background:#fff;
  position:relative;

}

div.badge {
    position: absolute;
    background-color: #45be46;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    right: -47px;
    top: 7px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    height: 29px;
    line-height: 27px;
    text-align: center;
    width: 140px;
}




/* PayPal Purchase Page */

.paypal .pricing-tiers{
    padding-bottom:0;
}

.paypal .pricing-tiers .container{
  max-width:900px;
}

.paypal .pricing-box{
    box-shadow:0 0 0 1px rgba(67,84,149,.1), 0 1px 5px 1px rgba(19,47,70,.08);
}

.paypal .pricing-box .price {
    font-size: 60px;
    font-weight: 800;
    color: #252f38;
    margin: 12px 0 12px 0;
    line-height: 26px;
}

.paypal .pricing-box .price.license-type{
    margin:28px 0 0px 0;
    font-size:20px;
}

.paypal .pricing-box h2, .pricing-box p{
  text-align:left;
}

.paypal .pricing-box h2 { 
    font-size: 44px;
    margin-bottom: 5px;
    margin-top: 12px;
    padding-bottom: 0;
    font-weight: 800;
    color: #252f38;
}

.paypal .pricing-unlimited{
    left:0;
}

.paypal .pricing-light{
    padding:36px 26px 36px 56px;
    border-radius:6px;
    height:auto;
    margin-bottom:30px;
}

.paypal .ribbon-top-right {
    top: -37px;
    right: -284px;
}


.paypal .logo-paypal{
    width: 220px;
    padding: 10px;
    position: relative;
    top: -4px;
}

.paypal .btn-paypal{
    background:#EFC055;
    color:#000;
}

.paypal .modal-content {
    z-index:9999;
}

.paypal .modal-title {
    font-size: 30px;
    font-weight: 600;
    display: inline;
}

.paypal .modal-body{
    padding:0 15px 15px 30px;
}

.paypal .modal-header{
    padding:15px 15px 15px 30px;
}


/* Providers */

.provider-logo img {
    width: 150px;
    display: block;
    float: left;
    padding-top: 15px;
    margin-right: 40px;
}


.provider-name {
    font-size: 34px;
    margin-bottom: 5px;
    margin-top: 12px;
    padding-bottom: 0;
    font-weight: 800;
    color: #252f38;
}

.provider-name a{
    color: #252f38;
    font-size:34px;
}

.exclusive-license-list li{
    list-style-type:none;
    font-size:18px;
    font-weight:400;
    margin-bottom:10px;
}

.exclusive-license-list .fa-check{
    color:#45be46;
}

.exclusive-license-list .fa-times{
    color:#f05a5c;
}

.narrow{
    padding:10px 0px;
}

.can{
    color:#45be46;
}

.cannot{
    color:#f05a5c;
}

.provider-heading{
    font-size: 68px;
    line-height: 100px;
    color: #000;
    font-weight: 800;
    letter-spacing: -3px;
    margin-bottom:0;
}

.provider-footnote {
    text-align: center;
    margin: 40px auto 0 auto;
    max-width: 760px;
}



/* Lifetime */

.qty-left {
    font-weight: bold;
    background: #c4ffd0;
    color:#000;
    padding: 4px 8px;
    border-radius: 2px;
}

.qty-ends {
    font-weight: bold;
    background:#F4F9FD;
    color:#000;
    padding: 0px 6px;
    border-radius: 5px;
    border: 2px dashed #bdbdbd;
}

.qty-total {
    font-weight: bold;
    background: #eaf5fd;
    padding: 1px 6px;
    border-radius: 4px;
    color: #666;
    border: 2px dashed #7baccf;
}

.lifetime .title {
    position: relative;
    z-index: 3;
    font-size: 73px;
    margin-top: -14px;
    margin-bottom: 20px;
}

.lifetime .title-sub{
    position:relative;
    z-index:3;
    margin-bottom:10px;
    line-height:1.6;
    margin:0 auto 10px auto;
}

.lifetime .panel-group, .lifetime .title-sub{
    max-width: 640px;
    color:#555;
}


.lifetime-your {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    display: block;
    margin-bottom: 19px;
    line-height:1.1;
}

.lifetime .regular-amount{
    font-size:22px;
    text-decoration: line-through;
    display:block;
    color:#e26161;
    text-align:center;
}

.lifetime .pricing-box .lifetime-sold-out{
    color:#f05a5c;
    font-size:45px;
    text-align:center;
}

.lifetime .pricing-box h2.lifetime-amount{
    color: #000;
    font-size:68px;
    margin-top:0;
    text-align:center;
}

.lifetime .pricing-tiers .container{
  max-width:1170px;
}

.lifetime-blob {
    position: absolute;
    top: -84px;
    z-index: 1;
    margin-left: -940px;
    width: 620px;
    left: 913px;
    transform: rotate(-329deg);
}

.lifetime-blob-partner {
    position: absolute;
    top: 539px;
    z-index: 1;
    margin-left: -940px;
    width: 710px;
    left: 852px;
    transform: rotate(-329deg);
}

.lifetime .pricing-light {
    z-index: 2;
    max-width: 340px;
    padding: 36px 30px 31px 30px;
    margin: 0px auto 20px auto;
    box-shadow:0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
}

.lifetime .pricing-light h2{
    text-align: center;
    font-size:30px;
}

.lifetime-landing .pricing-light{
    min-height:330px;
}

.lifetime-landing .pricing-light .btn{
    position: absolute;
    bottom: 40px;
    margin: auto;
    text-align: center;
    left: 50%;
    width: 180px;
    margin-left: -90px;
}

.lifetime-landing .spectacular {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-style: italic;
    color: #2a2a2a;
    display: block;
    margin-top: 127px;
    position: relative;
    z-index: 3;
}

.lifetime-landing .title{
    margin-bottom:0;
}

.lifetime-blob-landing {
    position: absolute;
    top: -84px;
    z-index: 1;
    margin-left: -940px;
    width: 620px;
    left: 1193px;
    transform: rotate(-329deg);
}

.lifetime-landing .newsletter .field-group{
    max-width:370px;
    margin:auto;
}

.lifetime-landing .field-group input{
    max-width: 370px;
    margin: auto;
    position:relative;
}

.lifetime-landing .field-group .btn{
    position:absolute;
    right:4px;
}

.lifetime .provider-footnote{
    margin-top:120px;
}

.lifetime .pricing-light .ribbon-top-right {
    top: 0px;
    right: -1px;
}

.lifetime .pricing-light .ribbon-top-right span{
    background:#e00000;
}


.arrow-loop-down {
    text-align: center;
    margin: auto;
    width: 70px;
    transform: rotate(27deg);
    margin-top: 70px;
    margin-bottom: 90px;
}

.arrow-s-down {
    position: absolute;
    width: 90px;
    top: 140px;
    right: 140px;
}

.spectacular {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-style: italic;
    color: #2a2a2a;
    display: block;
    margin-top: 90px;
    position: relative;
    z-index: 3;
}

.lifetime .pricing-box h4 {
    font-size: 22px;
    margin-top: 11px;
    display: block;
    line-height:1.5;
}

.lifetime-terms-list li{
    font-size:18px;
    font-weight:400;
    margin-bottom:10px;
    margin-left:20px;
}

.lifetime .redemption-code{
    padding:7px 15px;
    background:#ccf2b4;
    border-radius:4px;
    font-size:24px;
    border:2px dashed #a6de84;
    font-weight:bold;
    display:inline-block;
    text-align: center;
    margin:20px auto;
    font-family: "Courier New", Courier, monospace;
}

.lifetime .logo-vectorgrove{
    position:relative;
    z-index:10;
    width:300px;
    margin-bottom:20px;
    margin-top:40px;
}

.lifetime .details-heading{
    font-size:52px;
    font-weight:800;
    position:relative;
    z-index:10;
}

.lifetime .offer-block{
    margin-top:90px;
}

.lifetime .partner-plan-link{
    font-weight:normal;
}

.lifetime .social-wrap {
    text-align: center;
    margin: 30px auto;
}

.lifetime .social-btn {
    /* float: left; */
    margin-right: 8px;
    text-align: center;
    display: inline-block;
}

.lifetime .social-btn-twitter{
  position:relative;
  top:6px;
}

.lifetime .social-btn-email{
  position:relative;
}

/*#success .social-btn-email{
  position:relative;
  top:0;
}*/

.lifetime .email-to-friend {
    background: #345;
    padding: 6px 14px;
    line-height: 28px;
    border-radius: 4px;
    font-size: 14px;
    text-shadow: none;
    font-weight: 500;
    position: relative;
    top: -3px;
    color:#fff;
}

.lifetime .email-to-friend:hover{
  background:#2a4056;
  text-decoration:none;
}


.early-bf-lifetime {
    margin-top: 30px;
}

.logo-clickminded {
    margin: 0 auto 10px auto;
    width:70%;
}

.click-minded-video {
    width: 60%;
    margin: auto;
    border: 10px solid #783BFF;
    border-radius: 8px;
}

.click-minded-link {
    font-size: 18px;
    display: block;
    margin-top: 15px;
}


.click-minded-proof {
    text-align: center;
    padding: 0 0 51px 0;
    margin-top: 200px;
}

.click-minded-proof .brand-logos img {
    width: 150px;
    opacity: 1;
    margin: 21px 30px;
}

.click-minded-proof .brand-logos img:hover{
    opacity:1;
    filter:none;
}

.jasmine-airbnb {
    border-radius: 500px;
    width: 200px;
    margin: 20px auto;
}

.course-teacher{
    width: 90%;
    background: #fff;
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
    padding: 30px;
    border-radius: 3px;
}

.course-teacher h4 {
    font-weight: 700;
    font-size: 30px;
}

.course-teacher h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.course-features{
    margin-top:80px;
}

.title-sub-smaller {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #7e92a5;
    line-height: 1.45;
}

.faq-holder {
    border-top: 1px solid #E6EDF3;
    background: #FEF9FF;
}

.emoji-checklist {
    margin: 32px 0 0 36px;
}

.emoji-checklist li{
    padding-bottom:10px;
    text-align:left;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #7e92a5;
    line-height: 1.45;
    list-style: "✅   ";
    list-style-position: outside;
}

.small-bold{
    font-size:24px;
    font-weight:700;
}

#lifetime-promo .offer-info.early-bf{
    padding:60px 0px 40px 0px;
}

#lifetime-promo .offer-info.click-minded{
    padding:80px 0px 40px 0px;
}

#lifetime-promo .disabled-grey{
    background: #7e92a5;
    border: #7e92a5;
    opacity: 0.2;
}

/* Feature Pages */

.feature-side-nav .panel-group{
    min-width:262px;
    padding-bottom:50px;
}

.feature-subpage-header{
    text-align:center;
    padding-top:170px;
    padding-bottom:80px;
    overflow:hidden;
    position:relative;
    height:620px;
}

.feature-subpage-header .header-content{
    position:relative;
    z-index:10;
}

.feature-subpage-header .wave-blob-hero img{
    top:-1320px;
    z-index:0;
}


.feature-subpage-header .img i {
    color:#ffffff;
    font-size: 76px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

.feature-subpage-header .img-fade {
    position: absolute;
    font-size: 840px;
    opacity: 0.04;
    top: -60px;
    left: 720px;
    color: #fff;
    z-index:0;
}

.feature-subpage-header .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #783BFF;
    font-size: 19px;
    padding: 14px 50px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0,0,0,0.16);
}

.feature-subpage-header .btn-primary:hover {
    background-color: #783BFF;
    border-color: #783BFF;
    color: #fff;
}

.feature-subpage-header .title{
    color:#fff;
    font-size: 58px;
}

.feature-subpage-header .title-sub{
    color:#fff;
}



.feature-side-nav{
    padding-top:50px;
    padding-bottom:0;
}

.feature-side-nav .panel-title{
    font-size:18px;
}

.feature-side-nav .panel-default>.panel-heading+.panel-collapse>.panel-body{
    padding-top:0;
}

.feature-side-nav .panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a{
    display:block;
}

.feature-side-nav .panel-title>.small:hover, .panel-title>.small>a:hover, .panel-title>a:hover, .panel-title>small:hover, .panel-title>small>a:hover{
    color:#783BFF;
}


.feature-sub-list li{
    list-style-type:none;
    padding-left:10px;
}

.feature-sub-list li a {
    font-size: 17px;
    color: #60656f;
    display: block;
    padding: 10px 10px 10px 15px;
    font-weight: 500;
    line-height: 1.4;
}

.feature-sub-list li.sub-active, .feature-sub-list li:hover{
    background: #FEF9FF;
    border-radius: 7px;
}

.feature-sub-list li.sub-active a, .feature-sub-list li a:hover{
    color:#783BFF;
}

.feature-sub-list li i {
    font-size: 21px;
    position: relative;
    top: 8px;
    margin-right: 13px;
    float: left;
}

.feature-sub-list li i.fa {
    top:11px;
}

.feature-sub-list li.sub-active i, .feature-sub-list li:hover i{
    color: #783BFF;
}

.accordion-toggle[data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    color: #a7a7a7;
    font-size: 10px;
    padding-top: 5px;
}

.accordion-toggle[data-toggle="collapse"].collapsed:after {
    content: "\f078"; 
}

/* Note: Try to remove the following lines to see the effect of CSS positioning */
  .affix {
    top: 100px;
    z-index: 999 !important;
  }

  .affix-top{
    position:absolute;
  }

  .affix-bottom{
    position:absolute;
  }


.feature-sub-content{
    padding-left:40px;
    padding-bottom:100px;
    min-height:1300px;
}


.feature-sub-content h2{
    font-size: 26px;
    font-weight: 600;
    margin-top:50px;
}

.feature-sub-content h3{
    font-size: 22px;
    font-weight: 600;
    margin-top:30px;
}


.feature-sub-content p {
    font-size: 19px;
    font-weight: 400;
    margin: 30px 0;
    color: #696d79;
    line-height: 1.7;
}

.feature-sub-content .floated-text p{
    overflow:hidden;
}

.feature-sub-content .floated-text h2{
    margin-top:20px;
}

.feature-sub-content img.rounded-rec{
    border-radius:10px;
    margin-top:20px;
    margin-bottom:50px;
    margin-right:30px;
    display:block;
}


.feature-sub-content p:first-child{
    margin-top:0;
}


.feature-sub-content ul{
    padding-left:40px;
}

.feature-sub-content ul li{
    font-size:19px;
    line-height:1.4;
    color:#696d79;
}

.feature-sub-content ul li a{
    font-size:19px;
    font-weight:400;
    line-height:1.7;
}


.feature-sub-content ul.preset-sizes{
    padding-left:0px;
    columns:4;
}

.feature-sub-content ul.preset-sizes li{
    font-size:15px;
    color:#696d79;
    list-style-type: none;
    padding-top:10px;
}

.feature-sub-content ul.preset-sizes li a{
    font-size:19px;
    font-weight:400;
    line-height:1.7;
}

.feature-sub-content ol{
    font-size: 19px;
    font-weight: 400;
    margin: 30px 0;
    color: #696d79;
    line-height: 1.7;
    margin-bottom: 40px;
    padding-left: 40px;
    list-style: none;
    counter-reset: item;
}

.feature-sub-content ol li::before {
    margin-right: 10px;
    content: counter(item);
    background: #fff;
    border-radius: 100%;
    color: #783BFF;
    border: 2px solid #783BFF;
    width: 40px;
    /* padding-right: 20px; */
    text-align: center;
    display: inline-block;
    font-weight: bold;
    padding-left: 10px;
    text-indent: -10px;
}

.feature-sub-content ol li {
    counter-increment: item;
    margin-bottom: 20px;
    text-indent: -50px;
    padding: 0 0 0 30px;
}

.feature-sub-content .callout-blue{
    background-color: #ebf5f9;
    border: 1px solid #c8e2ec;
    border-radius: 4px;
    padding: 20px;
    font-weight:bold;
    color:#232323;
}

.feature-sub-content .callout-yellow {
    background-color: #f9f7eb;
    border: 1px solid #e6e3cc;
    border-radius: 4px;
    padding: 20px;
    color: #232323;
}

.feature-sub-content .feature-video{
    position: relative;
    margin-top:50px;
    margin-bottom: 50px;
    width: 98%;
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
}

.feature-new {
    font-size: 12px;
    position: relative;
    top: -13px;
    left: 6px;
}

.preset-size-bottom-border{
    border-bottom:1px solid #ddd;
}



/* Integration Pages */

li[stdt-integration] i.icon, div[stdt-integration="buffer"] i.icon {
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;;
  background-position: center center;
  margin-top: 4px;
  filter: grayscale(100%);
  opacity: 0.65;
}

li[stdt-integration].sub-active i.icon {
  filter: none;
}

li[stdt-integration="buffer"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('https://d3b1ak9ylguumf.cloudfront.net/stencil/public/static/images/integrations/favicons/buffer.ico');
}

li[stdt-integration="dropbox"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('../png/dropbox.png');
}

li[stdt-integration="facebook"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('https://d3b1ak9ylguumf.cloudfront.net/stencil/public/static/images/integrations/favicons/facebook.ico');
}

li[stdt-integration="googleDrive"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('../png/googledrive.png');
}

li[stdt-integration="googleFonts"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('https://d3b1ak9ylguumf.cloudfront.net/stencil/public/static/images/integrations/favicons/googleFonts.ico');
}

li[stdt-integration="icons8"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('../png/icons8.png');
}

li[stdt-integration="instagram"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('https://d3b1ak9ylguumf.cloudfront.net/stencil/public/static/images/integrations/favicons/instagram.ico');
}

li[stdt-integration="oneDrive"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('https://d3b1ak9ylguumf.cloudfront.net/stencil/public/static/images/integrations/favicons/oneDrive.ico');
}

li[stdt-integration="pexels"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('https://d3b1ak9ylguumf.cloudfront.net/stencil/public/static/images/integrations/favicons/pexels.ico');
}

li[stdt-integration="pinterest"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('../png/pinterest.png');
}

li[stdt-integration="pixabay"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('https://d3b1ak9ylguumf.cloudfront.net/stencil/public/static/images/integrations/favicons/pixabay.ico');
}

li[stdt-integration="theNounProject"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('../png/thenounproject.png');
}

li[stdt-integration="twitter"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('../png/twitter.png');
}

li[stdt-integration="unsplash"] i.icon, div[stdt-integration="buffer"] i.icon {
  background-image: url('https://d3b1ak9ylguumf.cloudfront.net/stencil/public/static/images/integrations/favicons/unsplash.ico');
}

.feature-sub-content .integration-checklist {
  list-style: none;
  padding: 0 0 0 20px;
}

.feature-sub-content .integration-checklist li {
  padding-left: 1.6em;
  font-weight:600;
  line-height:1.5;
}

.feature-sub-content .integration-checklist li:before {
  content: "\f00c"; 
  font-family: FontAwesome;
  display: inline-block;
  color:#45be46;
  margin-left: -1.6em; 
  width: 1.6em;
}


/* Lifetime Page for Affiliates */

.old-price{
    color:#efb6b6;
    text-decoration:line-through;
}

.old-price span {
    color: #c5c5c5;
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
}

.affiliate-lifetime .pricing-tiers{
    padding-top:150px;
}

.affiliate-lifetime-icon i {
    margin: auto;
    font-size: 60px;
    color: #783BFF;
}

.affiliate-lifetime h1{
    font-size:48px;
}

.affiliate-lifetime .container-pricing-box{
    max-width:540px;
}

.affiliate-lifetime .offer-info {
    padding: 60px 80px 40px 80px;
}

.affiliate-lifetime .pricing-box {
    padding: 15px 15px 0 15px;
    margin:auto;
    text-align: center;
    max-width: 450px;
}


.affiliate-lifetime .pricing-box .price{
    margin: 20px 0 0 0;
}

.affiliate-lifetime .pricing-box h2{
    font-size:34px;
    margin-top:44px;
    line-height:1.25;
    padding:0 30px;
}

.affiliate-lifetime .pricing-box h2 span{
    display:block;
    font-size:28px;
}

.affiliate-lifetime .ribbon-top-right {
    top: 0;
    right: 0;
}

.affiliate-lifetime .button-box small{
    display:block;
    font-size:16px;
}

.affiliate-lifetime .svgbadge{
    margin-top:-60px;
}

.affiliate-lifetime .photo-bank {
    border-radius: 500px;
    width: 60px;
    margin: 0px auto 20px auto;
}

.affiliate-lifetime .media {
    max-width:300px;
    margin:auto;
}

.affiliate-lifetime .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 17px;
    font-style: italic;
    text-align: left;
    line-height: 1.2;
    padding: 10px 0px 10px 15px;
}

.timer-box{
    margin-top:40px;
}

#timer {
    background: #FEF9FF;
    margin: auto;
    border-top: 1px solid #e6eef5;
}

#timer h4{
    margin-top:25px;
    font-weight:700;
    font-size:20px;
}

.timer-progress{
    height:5px;
    width:68%;
    background:#45B42F;
}

.timer-num {
    display: inline-block;
    line-height: 1;
    padding: 0px 14px;
    font-size: 28px;
    font-weight: 700;
    margin: 0px 0 80px 0;
}

.timer-num span {
  display: block;
  font-size: 16px;
  color: #343a40;
  font-weight:500;
}

#days {
  color: #db4844;
  border-right:1px solid #e6eef5;
}
#hours {
  color: #f07c22;
  border-right:1px solid #e6eef5;
}
#minutes {
  /*color: #f6da74;*/
  color:#FDCE51;
  border-right:1px solid #e6eef5;
}
#seconds {
  color: #45be46;
}

.affiliate-lifetime .container-faq{
    margin-top:150px;
    max-width:800px;
}

.affiliate-lifetime .container-faq .panel-group .panel{
    background:none;
}

.logo-partner{
    margin:auto;
}

.current-price-label{
    display:block;
    font-weight:500;
    color:#333;
    margin-top:15px;
}

.price-hourly{
    display:block;
    margin-top:20px;
}

/* Pricing Popular Ribbon */
.ribbon {
    width: 104px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
/*.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}*/
.ribbon span {
    position: absolute;
    display: block;
    width: 160px;
    padding: 12px 0;
    background-color: #6cba56;
    background-color: #45be46;
    /*box-shadow: 0 5px 10px rgba(0,0,0,.1);*/
    color: #fff;
    font: 700 13px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}



/* top right*/
.ribbon-top-right {
    top: 0px;
    right: 0px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
    left: -10px;
    top: 15px;
    transform: rotate(45deg);
}

/* monthly/yearly switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}
.slider:not(.noAnimation) {
  -webkit-transition: 400ms;
  transition: 400ms;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
}
.slider:not(.noAnimation):before {
  -webkit-transition: 400ms;
  transition: 400ms;
}

input:checked + .slider {
  background-color: #783BFF;
}

input:focus + .slider {
  box-shadow: 0 0 1px #783BFF;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.monthly-yearly-toggle{
    margin:auto;
    display:inline-block;
    position:relative;
}

.toggle-label{
    font-size: 17px;
    color: #374049;
    font-weight: 700;
    padding-top: 3px;
    margin-left: 10px;
    margin-right: 10px;
}

.billing-save {
    color: #45be46;
    font-weight: 700;
    position: absolute;
    display: block;
    top: -22px;
    right: -66px;
    font-size: 13px;
    transform: rotate(17deg);
}

.savings-arrow {
    width: 26px;
    position: absolute;
    right: -26px;
    top: -1px;
}



.pricing-light {
    padding: 26px 46px 5px 46px;
    position: relative;
    margin: 0;
    right: -3px;
    /* top: 258px; */
    top: 20px;
    padding-top: 40px;
    height: 820px;
}

.pricing-unlimited{
    left:-2px;
}

.pricing-unlimited .guarantee-text{
    margin-top:213px;
}

.pricing-pop{
  margin:0;
  z-index:1;
  padding-top:40px;
}

.pricing-box h2, .pricing-box p{
  text-align:center;
}
.pricing-box p{
    font-size:18px;
}
.pricing-box h2{
  font-size:34px;
  margin-bottom:5px;
  margin-top:0;
  padding-bottom:0;
  font-weight:700;
}

.pricing-box h3{
  font-size:28px;
  margin-bottom:14px;
  margin-top:0;
  padding-bottom:0;
  font-weight:700;
}


.pricing-box h4 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 14px;
    margin-top: 0;
    padding-bottom: 0;
}

.pricing-box .price {
    font-size: 60px;
    font-weight: 700;
    /* border-top: 1px solid #f0ecf0; */
    /* border-bottom: 1px solid #f0ecf0; */
    /* padding: 20px 0; */
    color: #252f38;
    margin: 33px 0 0 0;
    line-height: 26px;
}

.pricing-box .paid-annual{
    font-size:16px;
    color:#8392a0;
    font-weight:400;
    margin-bottom:0;
}

.pricing-box .price > small {
    font-size: 16px;
}

.pricing-box ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0px;
}

.pricing-box ul li { 
    margin: 10px 0;
    font-size:16px;
    font-weight:400; 
}

.pricing-box .pro { 
    border-color: #783BFF; 
}

.pricing-box .pro .price { 
    color: #783BFF; 
}

.feature-box{
    /*border-top: 1px solid rgba(0,0,0,0.06);*/
    margin-top: 20px;
    padding-top: 20px;  
}

.feature-box .fa-ul {
    padding-top: 0;
    margin-left: 0;
    padding-left: 30px;
} 

.feature-box .fa-ul span {
    text-align: left;
    list-style-type: none;
    font-size: 18px;
    padding-left: 0;
    color: #374049;
    line-height: 14px;
    cursor: help;
    font-weight:400;
    padding-top:12px;
    padding-bottom:12px;
    position: relative;
    display: inline-block;
}

.feature-box .feature-holder i{
    color:#45be46;
    padding-top:8px;
    padding-bottom:12px;
}

.feature-box .feature-holder{
    text-align:left;
    text-align: left;
}

.feature-box .fa-ul.fa-ul-2-col{
    float: left;
    margin-right: 100px;
}


.pricing-box .tooltip{
    opacity:1;
    z-index:9999;
}

.pricing-box .tooltip .tooltip-inner{
    left:0px;
    position:relative;
    text-align:left;
    background:#363b4c;
    opacity:1;
    padding:10px 15px;
    font-size:13px;
}

.pricing-box .guarantee-text .tooltip .tooltip-inner{
    left:60px;
}

.pricing-box .tooltip .tooltip-arrow{
    border-top-color:#363b4c;
}


[tooltip]{
  position:relative;
  display:inline-block;
}
[tooltip]::before {
    content: "";
    position: absolute;
    top:-6px;
    left:50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: rgb(54, 59, 76) transparent transparent transparent;
    z-index: 99;
    opacity:0;
}

[tooltip-position='left']::before{
  left:0%;
  top:50%;
  margin-left:-12px;
  transform:translatey(-50%) rotate(-90deg) 
}
[tooltip-position='top']::before{
  left:50%;
}
[tooltip-position='buttom']::before{
  top:100%;
  margin-top:8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}
[tooltip-position='right']::before{
  left:100%;
  top:50%;
  margin-left:1px;
  margin-top:2px;
  transform:translatey(-50%) rotate(90deg)
}

[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    background: #363b4c;
    text-align: center;
    color: #fff;
    padding: 4px 2px;
    font-size: 13px;
    min-width: 200px;
    border-radius: 3px;
    pointer-events: none;
    padding: 6px 10px;
    z-index: 99;
    opacity: 0;
    line-height:1.4;
}

[tooltip-position='left']::after{
  left:0%;
  top:50%;
  margin-left:-8px;
  transform: translateX(-100%)   translateY(-50%);
}
[tooltip-position='top']::after{
  left:50%;
}
[tooltip-position='buttom']::after{
  top:100%;
  margin-top:8px;
  transform: translateX(-50%) translateY(0%);
}
[tooltip-position='right']::after{
  left:100%;
  top:50%;
  line-height:1.4;
  margin-left:9px;
  margin-top:2px;
  transform: translateX(0%)   translateY(-50%);
}

[tooltip]:hover::after,[tooltip]:hover::before {
   opacity:1
}



.guarantee-section{
    background:#fff;
    height:500px;
    padding-top:200px;
}

.guarantee-text {
    color: #45be46;
    font-size: 15px !important;
    margin-top: 28px;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 15px;
    padding-bottom: 7px;
    cursor:help;
}

.input{
  margin-left:135px
}


.new-feature{
    background:#45be46;
    color:#fff;
    border-radius:25px;
    padding:3px 10px;
    font-size:12px;
    margin-left:4px;
    font-weight:600;
}

.new-feature-big {
    background: #45be46;
    color: #fff;
    border-radius: 25px;
    padding: 4px 20px;
    font-size: 18px;
    margin-left: 4px;
    font-weight: 400;
    margin-right: 4px;
}

/* Social Proof Sections
------------------------*/
.social-proof-section{
    padding-bottom:0;
}

.social-proof-section .content{
    margin-top:60px;
}

.social-proof-light-blue{
    background: #FEF9FF;
}

.social-proof-light-pink{
    background: #FEF9FF;
}

.social-proof-section p a{
    color: #7e92a5;
}

.social-proof-section p a:hover{
    color: #783BFF;
}

.testimonials-holder .media-heading a{
    color:#3a3f52;
}

.testimonials-holder .media-heading a:hover{
    color: #783BFF;
}

#home .social-proof-section{
    padding-top:0;
    margin-top:0px;
    position:relative;
}

#home .social-proof-section .owl-carousel{
    top:23px;
}

/* General Feature Styles
------------------------*/
.feature-section{
    position:relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
}

.bg-section img {
    height: 100%;
    width: auto;
    max-width: none;
}

.bg-section-left img{
    height:auto;
    width:auto;
    max-width:auto;
}

.info-box-left{
    margin-bottom:90px;
    position:relative;
    text-align:left;
    height:110px;
}

.info-box-left .sub-txt {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    color:#7e92a5;
}

.info-box-left .img {
    width: 75px;
    height: 130px;
    position: relative;
    float: left;
    color: #45be46;
    font-size: 50px;
    line-height: 40px;
}

.info-box-left .step {
    position: relative;
    float: left;
    width:100px;
    height:180px;
    font-size: 50px;
    line-height: 40px;
}

.info-box-left .img-single {
    width: 80px;
    height: 110px;
    position: relative;
    float: left;
    color: #45be46;
    font-size: 35px;
    line-height: 40px;
    margin-right:20px;
}

.info-box-steps {
    padding-top: 21px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 22px;
    margin-bottom: 20px;
    border-radius: 17px;
    height:auto;
    cursor:default;
}

.step-active{
    background: #f7fafd;
}

.feature-section-steps .bg-section img{
    position:absolute;
    top:36px;
    height: 93.5%;
}

.feature-section-steps .info-box-left .sub-txt{
    padding-left:50px;
}

.info-box-steps .info .hd{
    font-weight:600;
}

.list-step {
    background: #783BFF;
    color: #fff;
    border-radius: 60px;
    padding: 18px 28px;
    height: 75px;
    width: 75px;
    display: block;
    font-weight: 600;
    font-size: 40px;
}

.wp-download-text{
    font-size:15px;
    margin-top:30px;
}

/*#step3-image{
    height: 50%;
    width: auto;
    max-width: none;
    top: 300px;
    left:100px;
    border:1px solid #eeeeee;
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
}*/


.window-frame-steps{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #fff;
    width: 1055px;
    height: 560px;
    position: absolute;
    left: 130px;
    top: 300px;
    z-index: 4;
    box-shadow: 0 1px 44px 0 rgba(0,0,0,.1);
}



.info-box-social img{
    margin:auto;
}

.info-box-social p{
    text-align:center;
}


.info-box-left .img {
    color: #783BFF;
}

.info-box-left .img-green {
    color: #45be46;
}


.info {
    position: relative;
    margin: 10px 0 0 50px;
}

.info .hd {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.feature-photos .info-box-left .img{
    width: 55px;
    height: 130px;
    position: relative;
    float: left;
    color: #45be46;
    font-size: 40px;
    line-height: 40px;
}

.feature-section-icons{
    margin-top:100px;
}

.feature-waves{
    position:relative;
    overflow:hidden;
    padding-top:50px;
}

.feature-wave-dark{
    width:2600px;
    position:relative;
    z-index:0;
    margin-top:-434px;
    left:-200px;
}

.feature-wave-light {
    width: 2600px;
    bottom:-23px;
    position:relative;
    z-index:1;

}

/* Affiliate
=========================*/

.affiliate-signup-box{
    background:#fff;
    border:1px solid #ccc;
    padding:40px;
    border-radius:8px;
    display:block;
    min-height:200px;
    margin:20px;
    max-width:500px;
    text-align:left;
}

.affiliate-info{
    padding:0px 10px;
    max-width:600px;
    margin:80px auto 20px auto;
    border-top:1px solid #d7d7d7;
}

.affiliate-info h2{
    font-size:26px;
}

.affiliate-features{
    margin-left:30px;
}

.affiliate-percent{
    font-size:50px;
    font-weight:700;
}

.affiliate-features li{
    text-align:left;
    font-size:16px;
    padding-bottom:10px;
    list-style-type: none;
    font-weight: 400;
    color: #333;
}

.affiliate-features .fa-check{
    color:#47c859;
}

.affiliate-term-list{
    margin-left:18px;
}

.affiliate-term-list li{
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 25px;
    margin-right: 25px;
}

ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 4.5em;
    margin-top:35px;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.circles-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    font-size:20px;
    font-weight:400;
    text-align: left;   
}
ol.circles-list > li:before {
    position: absolute;
    top: 0;
    left: -2.8em;
    width: 2.2em;
    height: 2.2em;
    font-size: 1.2em;
    line-height: 2.2;
    text-align: center;
    color: #f5f5f5;
    /* border: 3px solid #c5c5c5; */
    border-radius: 50%;
    background-color: #783BFF;
    content: counter(li-counter);
    counter-increment: li-counter;
}

.form-control {
    padding: 28px 18px;
    font-size: 20px;
    font-weight: 400;
}

form label{
    font-weight:400;
    color:#999;
}

.premade-tweet {
    border: 1px solid #f0ecf0;
    border-radius: 5px;
    padding: 20px;
    margin: auto;
    max-width: 400px;
    margin-top:40px;
}

.premade-tweet p{
    font-size:16px;
    line-height:1.4;
}

.affiliate-payment {
border-collapse:collapse;
padding:5px;
width:100%;
color:#333;
font-size:16px;
margin-top:40px;
}
.affiliate-payment th {
border:1px solid #C0C0C0;
padding:16px;
font-size:18px;
}
.affiliate-payment td {
border:1px solid #C0C0C0;
padding:20px;
}


    .affiliates .pricing-faq h2{
        margin-bottom:100px;
    }


/* Info box (Stacked)
=========================*/
.info-box-stacked {
    margin-bottom:60px;
    margin-top:60px;
    position: relative;
    text-align: center;
    height:190px;
}
.info-box-stacked .img {
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.info-box-stacked .img i {
    font-size: 60px;
    /*color: #783BFF;*/
    color: #3b4c5c;
}
.info-box-stacked .img .info-box-firefox {
    left: -15px;
    font-size: 34px;
    position: absolute;
    z-index:1;
}
.info-box-stacked .img .info-box-chrome {
    position: absolute;
    left:10px;
    background:#FEF9FF;
    z-index:2;
}
.info-box-stacked .img .info-box-safari {
    right: -15px;
    font-size: 34px;
    position: absolute;
    z-index:1;
}
.info-box-stacked .info {
    position: relative;
    margin: 0;
}
.info-box-stacked .info .title{
    font-size:20px;
    font-weight:500;
}
.info-box-stacked .info .hd {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}
.info-box-stacked .sub-txt {
    font-size: 18px;
    line-height: 1.6;
    font-weight:400;
}
.info-box-stacked .img {
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height:80px;
}


/* Feature Section Left (Text Left / Image Right) */
.feature-section-left .bg-section {
    padding-left: 20px;
    right: 0;
}

.feature-section-left .bg-section img.tucked-left {
    height:70%;
    margin-top:100px;
    width: auto;
    max-width: none;
    float: left;
}

/* Feature Section Right (Text Right / Image Left) */
/*.feature-section-right{
    background:#fcfcfc;
}*/

.feature-section-right .bg-section {
    padding-right:20px;
    left:0;
}

.feature-section-right .bg-section img.tucked-right {
    height:70%;
    margin-top:100px;
    width: auto;
    max-width: none;
    float: right;
}

.feature-section-right .bg-section img.tucked-right-big {
    margin-top:10px;
    width: auto;
    max-width: none;
    float: right;
}



/* Features Page
------------------------*/
.feature-section-page-intro { 
    text-align: center;
    padding: 100px 0 100px 0; 
}
.dark.feature-section-page-intro { 
    background-color: #3b4c5c;
}
.feature-section-page-intro .feature-img { 
    padding-top: 20px;
    position:relative;
    height:500px;
}
.feature-section-page-intro .btn-default{
    background:#783BFF;
    margin-top:60px;
    font-size:24px;
}
.feature-section-page-intro .btn-default:hover{
    background:#783BFF;
}


.feature-stencil-screens {
    height: 455px;
    padding-top: 80px;
    overflow: hidden;
    text-align:left;
}

.feature-stencil-screens .container{
    width:800px;
    margin:auto;
    position:relative;
}

.feature-stencil-video-center {
    width: auto;
    margin: auto;
    position: relative;
    padding-top:40px;
    padding-bottom:0;
}

.feature-stencil-video-center .container {
    width: 1200px;
    margin: auto;
    position: relative;
}



/*.stencil-img1 {
    box-shadow: 0 0px 13px -1px rgba(0,0,0,0.1);
    position: absolute;
    left: -266px;
    top: 145px;
    z-index: 0;
    opacity:0;
}
.stencil-img2 {
    box-shadow: 0 0px 13px -1px rgba(0,0,0,0.1);
    position: absolute;
    top: 4px;
    z-index: 2;
    opacity:0;
}
.stencil-img3 {
    box-shadow: 0 0px 13px -1px rgba(0,0,0,0.1);
    position: absolute;
    left: 272px;
    top: 60px;
    z-index: 1;
    opacity:0;
}*/



.stencil-img1 {
    box-shadow: 0 0px 13px -1px rgba(0,0,0,0.1);
    position: absolute;
    left: -266px;
    top:145px;
    z-index: 0;
    opacity:0;
    animation: slideInFromBottom 0.6s 300ms 1 normal ease-out forwards;
}

.stencil-img2 {
    box-shadow: 0 0px 13px -1px rgba(0,0,0,0.1);
    position: absolute;
    top: 4px;
    z-index: 2;
    opacity:0;
    animation: slideInFromBottom 0.6s 0ms 1 normal ease-out forwards;
}
.stencil-img3 {
    box-shadow: 0 0px 13px -1px rgba(0,0,0,0.1);
    position: absolute;
    left: 272px;
    top: 60px;
    z-index: 1;
    opacity:0;
    animation: slideInFromBottom 0.6s 400ms 1 normal ease-out forwards;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(15%);
    opacity:0;
  }
  100% {
    transform: translateY(0);
    opacity:1;
  }
}

.feature-icon-blocks{
    background:#FEF9FF;
    border-top:1px solid #FEF9FF;
    padding:150px 0;
}

.feature-top-icons {
    background:#fff;
    box-shadow: 0px 7px 30px rgb(0 0 0 / 5%);
    z-index: 9999;
    position: relative;
}

#full-features{
    background: linear-gradient(to bottom, #FEF9FF 40%,#ffffff 100%);
    border-top:1px solid #f0ecf0;
    padding:150px 0 50px 0;
}



/* Chrome Extension Feature
------------------------*/
.chrome-ext-feature{
    background:#fff;
}

.chrome-ext-feature #macbook-frame{
    position: static;
    margin-top:12px;
}

#chrome-frame{
    width:779px;
    margin-top:5px;
}

/*.chrome-ext-video {
    position: absolute;
    z-index: 1;
    top: 68px;
    right: 180px;
    width: 779px;
}*/

.chrome-ext-video {
    width: 800px;
}

.chrome-ext-feature #ipad-frame{
    position:absolute;
    left:0;
    bottom:-1px;
    z-index:2;
}
.chrome-ext-feature-video {
    position: absolute;
    z-index: 1;
    top: 59px;
    right: 27px;
    /* width: 540px; */
}

#stencil-slider{
    overflow:hidden;
    padding-top:150px;
    border-bottom:0;
}


/* Stencil for Chrome Page
------------------------*/
.big-screen {
    background: #000000;
    border-radius: 25px;
    width: 712px;
    height: 450px;
    /* position: fixed; */
    margin-left: -200px;
}

.how-it-works{
    font-size:20px;
    font-weight:400;
    outline:0;
    border:0;
    text-align:center;
}

.how-it-works:hover{
    text-decoration:none;
}

.how-it-works:active, .how-it-works:focus, .how-it-works:visited{
    outline:0;
    border:0;
    text-decoration:none;
}

.pattern-bg-light .overlay{
    opacity: 0.03;
    background-image: url(../png/bg-pattern.png);
}


/* Bottom Area */
.bottom-area {
    height:400px;
}
.bottom-area .hero-section{
    padding-top: 13%;
}
.bottom-area h1{
    font-size: 36px;
    width: 75%;
    line-height: 1.1;
    margin-bottom:10px;
}
.bottom-area .hero-subheading{
    width:75%;
}
.bottom-area .app-box{
    top:-30px;
}
.bottom-area .app-box .canvas-screen{
    position: absolute;
    top: 56px;
    left: 442px;
    z-index: 999;
    width: 368px;
    cursor: pointer;
}


/* White Style */
.white-style{
    background:#fff;
    color:#3E3E42;
}

.white-style h1, .white-style p{
    color:#3E3E42;
}
.white-style .btn{
    background: #009fee;
    color: #fff;
    border-color: #009fee;
}
.white-style .btn:hover {
    background: #2980b9;
    color: #fff;
    border-color: #2980b9;
}




/*  Blue Style */
.blue-style h1, .blue-style p{
    color:#fff;
}

.blue-style p{
    font-size:20px;
    font-weight:400;
}

.blue-style{
    background:#783BFF;
    color:#fff;
}
/*.blue-style .btn {
    background: #42bcf3;
    color: #fff;
    border-color: #42bcf3;
}

.blue-style .btn:hover {
    background: #2980b9;
    color: #fff;
    border-color: #2980b9;
}
*/
.blue-style .btn-primary {
    background: #fff;
    color: #00a2ed;
    border-color: #fff;
}

.blue-style .btn-primary:hover {
    background: #2980b9;
    color: #fff;
    border-color: #2980b9;
}

.blue-style .btn-default {
    color: #fff;
    border-color: #fff;
}

.blue-style .btn-default:hover {
    background: #2980b9;
    color: #fff;
    border-color: #2980b9;
}
.app-box{
    position: relative;
    /*right: 195px;*/
    right:100px;
    top: 30px;
    opacity:0;
}

.app-box #mac-screen{
    width:900px;
    position:absolute;
    top:-27px;
    box-shadow:0px 0px 30px rgba(0,0,0,0.25);
}
.app-box #mobile-screen{
    position:absolute;
    top:140px;
    left:32px;
    z-index:9999;
    width:168px;
    opacity:0;
}



/* Stencil for Mac Page
------------------------*/
.apple-logo .icon{
    font-size:80px;
    color:#783BFF;
}


/* Brands
------------------------*/
.brands {
    text-align: center;
    padding: 0;
    background-color: #fff;
    padding:100px 0;
}
.brands .brand-logos img {
    height: 65px;
    opacity: 1;
    margin: 0 10px;
    filter: grayscale(100%);
    opacity:0.3;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .55s ease-in-out;
}

.brands .brand-logos img:hover{
    opacity:1;
    filter:none;
}

#home .brands{
    padding:0;
}



/*.brands .title,
.brands .title-sub {
    color: #3a3a3a;
}*/

#home .brands{
    border-bottom:0;
}



/* Works With
------------------------*/
.works-with {
    text-align: center;
    padding: 0;
    background-color: #fff;
    padding:0 0 100px 0;
}
.works-with .brand-logos img {
    height: 90px;
    opacity: 1;
    margin: 0 10px;
}

.works-with .brand-logos img:hover{
    opacity:1;
    filter:none;
}


/* Count boxes 
=========================*/
#count{
    padding:0 40px 40px 40px
}
.count-box {
    text-align: center;
    margin-bottom: 10px;
}

.count-box-md{
    padding-top:30px;
}

.count-box-lg .count-wrp .count{
    font-size:128px;
    font-weight:700;
}

.count-box i {
    color:#783BFF;
    padding-right:5px;
}

.count-box .count-wrp {
    display: block;
    font-size: 83px;
    font-weight: 500;
    color:#783BFF;
    line-height:1.2;
}

.count-box .count-wrp b {
    font-weight: inherit;
}

.count-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.count-wrp .fa {
    font-size: 50px;
    position: relative;
    top: -20px;
    left: -5px;
}

.feature-section-center {
    text-align: center;
    padding: 100px 0 100px 0;
}

/*.feature-section-stats {
    background-image: url(/stencil/public/static/images/wave-graph6.png);
    background-position: center 601px;
    background-repeat: no-repeat;
    border-bottom: 0;
    padding-top: 200px;
    padding-bottom: 410px;
}*/

.feature-section-stats {
    background-repeat: no-repeat;
    border-bottom: 0;
    /*padding-top: 200px;*/
}

/* Older Wave Version */
/*.feature-section-grid-3x2{
    background:#fff;
    border-bottom:0;
    position:relative;
    overflow-x:hidden;
    padding-top:0;
    top:-223px;
    background:#e8f5fe;
    padding-top:150px;
}*/

.feature-section-grid-3x2{
    background:#fff;
    border-bottom:0;
    position:relative;
    overflow-x:hidden;
    padding-top:100px;
    background: linear-gradient(to bottom, #FEF9FF 40%,#ffffff 100%)
}

.feature-section-grid-3x2 .info-box-left .sub-txt{
    color:#7a7f84;
}

.feature-section-stats .text-callout{
    position:relative;
    top:50px;
}

.feature-section-bottom-wave {
    background-image: url(../png/wave-graph6-flipped.png);
    background-position: center 0px;
    background-repeat: no-repeat;
    border-bottom: 0;
    /* padding-top: 200px; */
    /* padding-bottom: 390px; */
    height: 700px;
}


/* Stats Page
=========================*/
.feature-section-stats-grid{
    background:linear-gradient(to bottom, #FEF9FF 40%,#ffffff 100%);
    padding-top:80px;
    padding-bottom:80px;
}

.feature-section-stats-grid .feature-wrp.t {
    padding-top: 175px;
}

.feature-section-stats-grid .feature-wrp.t .img {
    font-weight:700;
    font-size:90px;
    color:#783BFF;
}

.feature-section-stats-grid .feature-wrp.b .img {
    font-weight:700;
    font-size:90px;
    color:#783BFF;
}

.feature-section-stats-grid .info {
    min-height: 200px;
    background-color:#783BFF;
    color:#fff;
}

.feature-section-stats-grid .info>.fa {
    color: #783BFF;
}

.feature-sectistats-gridn-2 .info .hd {
    color:#fff;
    font-weight: 600;
}

.feature-section-stats-grid .count-wrp{
    font-size:102px;
    font-weight:800;
}

.feature-section-stats-grid .count-box{
    margin-bottom:40px;
}

.stat-source{
    font-size:14px;
    cursor:pointer;
    display:block;
}

.feature-section-stats-page{
    background-position: center 50px;
    padding-top:200px;
    padding-bottom:320px;
}

.feature-section-stats-page h2.title{
    font-size:48px;
}

.feature-section-stats-page{
    background-image: url(../png/line-graph-xl.png);
    background-position: center 70px;
    background-repeat: no-repeat;
    border-bottom: 0;
}


/* Templates
=========================*/

.template-header{
    background-color: #fff;
    border-bottom: 0;
    background-position: center 50px;
    padding-top:200px;
    padding-bottom:0;
    margin-bottom:50px;
}

.template-header h2.title{
    font-size:48px;
}


.template-search-input{
    width: 50%;
    margin: auto;
    border-radius: 150px;
    margin-top:24px;
}

.template-masonry{
    padding-top:0;
    padding-bottom:0;
}

.template-holder{
    width:auto !important;
}

.template-holder .masonry .brick{
    /*border:1px solid #d7d7d7;*/
    margin-bottom:15px;
    box-shadow:0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
}

.template-info{
    height:60px;
    padding: 5px 10px 5px 10px;
    display:inline-block;
}

.template-info p.template-title{
    color: #333;
    font-size: 17px;
    font-weight:700;
    margin-bottom:0;
}

.template-info p.template-dimensions{
    color: #CCC;
    font-size: 15px;
    line-height:1;
}

.template-detail{
    margin-bottom:100px;
}

/*.template-detail .content{
    padding-top:20px;
}*/

.template-detail .title-sub{
    font-size:20px;
}

.template-detail .title-top-sub{
    text-transform: none;
    margin-bottom: 0;
    color: #3b4c5c;
    font-size:15px;
}



.template-detail .color-swatch{
    background:#ccc;
    text-indent:-99999px;
    display:block;
    width:25px;
    height:25px;
    border:1px solid #eaeaea    ;
    border-radius:100px;
    margin:0 5px 0 0;
}

.template-detail [tooltip]::after{
    min-width:auto;
}

/*.template-detail-block{
    margin-bottom:50px;
}*/

.template-detail h2{
    margin-bottom: 15px;
    font-size:24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02rem;
}



.template-detail .template-image{
    display:block;
    box-shadow: 0 13px 42px -6px rgba(43, 59, 78, 0.14), 0 13px 38px -18px rgba(40, 55, 74, 0.1);
    border:20px solid #fff;
}

.template-detail .tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
/*  -webkit-transition: color 0.2s;*/
}

.template-detail .tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.template-detail .tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.template-detail .tag:hover {
  background-color: #783BFF;
  color: white;
}

.template-detail .tag:hover::after {
   border-left-color: #783BFF; 
}

.template-detail .category-item {
    padding: 3px 10px;
    background: none;
    border: 2px solid #783BFF;
    border-radius: 100px;
    margin-right: 10px;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.template-detail .category-item:hover{
    color:#fff;
    background:#783BFF;
}

.template-detail .icon-used{
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    display:block;
}





/* Testimonials
=========================*/
.feedback-box {
    font-size: 22px;
    font-weight: 400;
    margin: auto;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 100px;
    position: relative;
}
.feedback-box > .quote {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    top: -25px;
    left: 35px;
    background-color: #FF4D4D;
}
.feedback-box > .down-arrow {
    position: absolute;
    bottom: -36px;
    left: 53px;
    color: #fff;
    font-size: 60px;
}
.feedback-box .person {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    white-space: nowrap;
    bottom: -105px;
    left:30px;
}
.feedback-box .person img {
    width: 80px;
    border-radius: 100px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.feedback-box .person .info {
    display: inline-block;
    vertical-align: middle;
    margin:10px 0 0 0px;
}
.feedback-box .person strong {
    font-weight: inherit;
    color: #3b4c5c;
    display: block;
    line-height: 1;
}
.feedback-box .person em {
    font-size: 14px;
}

.feedback-box .feedback{
    margin-bottom:0;
    font-size:20px;
    font-style:italic;
}

.testimonial-section-3-col {
    background-color: #FEF9FF;
    text-align: center;
    padding:200px 0;
}

.testimonial-section-3-col .feedback-box {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

.testimonial-section-3-col hr {
    border-color: rgba(0,0,0,0.05);
}


/* Legal Content (Prviacy & Terms)
=========================*/
.legal-content .container{
    max-width:900px;
    margin-top:80px;
}

.legal-content .row{
    margin-bottom:30px;
}

.legal-content h1{
    margin-bottom:40px;
    font-size:48px;
    font-weight:400;
}

.legal-content h2{
    margin-bottom:20px;
    margin-top:50px;
    font-size:28px;
    font-weight:400;
    text-align: center;
}

.legal-content h3{
    margin-bottom:20px;
    margin-top:50px;
    font-size:20px;
    font-weight:400;
    text-align: center;
}

.legal-content p{
    font-size:18px;
    font-weight:400;
}

.legal-content .terms-list{
    padding:20px 0 20px 60px;
    font-size:18px;
    font-weight:400;
}



/* Image Page
=========================*/
.image-page-img-wrp{
    width:600px;
    margin:auto;
}


/* Unsubscribe Page
=========================*/

.unsubscribed-section{
    margin-top:0;
    margin-bottom:100px;
}

.unsubscribed-success{
    color:#45be46;
    font-size:80px;
    text-align: center;
    margin:auto;
    display:block;
}

/* 404 Page
=========================*/
.fourofour-content{
    background: #783BFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 900px;
    margin-top:130px;
}

.fourofour-content .container{
    max-width:1010px;
    margin-top:80px;
    text-align: center;
}

.fourofour-content .row{
    margin-bottom:30px;
}

.fourofour-content h1{
    margin-bottom:40px;
    font-size:48px;
    font-weight:400;
}

.fourofour-content h2{
    margin-bottom:0;
    margin-top:50px;
    font-size:130px;
    font-weight:700;
    color:#fff;

}

.fourofour-content h3{
    margin-bottom:20px;
    font-size:30px;
    font-weight:400;
    color:#fff;
}

.fourofour-content p{
    font-size:18px;
    font-weight:400;
    color:#fff;
    width:400px;
    margin:auto;
}

.fourofour-content .terms-list{
    padding:20px 0 20px 60px;
    font-size:18px;
    font-weight:400;
}


/* Modals
=========================*/

#myModal .modal-dialog {
    width: 800px;
    margin: -2px auto;
}

#myModal .modal-dialog .info-box5 .img {
    float: none;
    margin:auto;
}

#myModal .modal-dialog .info-box5 {
    text-align:center;
    margin-bottom:30px;
}

#myModal .modal-header{
    padding: 30px 30px;
    background: #783BFF;
    text-align: center;
}

#myModal .modal-body h5{
    font-size:26px;
    text-align: center;
}

#myModal .modal-header h4{
    color:#fff;
    font-size:32px;
}

#myModal .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 30px;
    margin-top: -25px;
    position: absolute;
    right: 10px;
}

#myModal .modal-body{
    padding:30px 30px 10px 30px;
}

#myModal .modal-body p{
    text-align:center;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #97a3ae !important;
}

#myModal .modal-body .info{
    margin:10px 0 0 0px;
}

#myModal .modal-body .info .hd {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
    line-height:1.3;
    text-align: center;
}

#myModal .modal-body .img i {
    font-size: 32px;
    color: #783BFF;
}

#myModal .modal-body .sub-txt{
    text-align: left;
    line-height:1.5;
    font-size:16px;
}

#myModal .btn-close-modal {
    opacity: 1;
    margin: auto;
    margin-bottom:10px;
    width: 275px;
    display: block;
}

#myModal  .modal-dialog .title-sub {
    text-align:center;
}

/* Referral Modal */
.referral-coupon-input {
    width: 60%;
    font-size: 21px;
    color: #999;
    text-align: center;
    margin: auto;
    padding: 20px;
    margin-bottom: 10px;
    cursor:text;
}


.referral-offer{
    width:340px;
    position:fixed;
    bottom:-300px;
    opacity:0;
    left:40px;
    z-index:999;
    text-align:center;
    background:#fff;
    box-shadow:0px 0px 14px rgba(0,0,0,0.2);
}

.referral-offer-close {
    color: #fff;
    position: absolute;
    font-size: 21px;
    right: 0;
    top: 0px;
    z-index: 999;
    display: block;
    width: 40px;
    height: 38px;
}

.referral-offer-close:hover{
    color:#fff;
    opacity:0.7;
}

.offer-top{
    padding: 35px 20px 20px 20px;
    text-align: center;
    background:#00aa74;
    position:relative;
}

.offer-top h4{
    color:#fff;
    font-size:60px;
    margin-bottom:5px;
}

.offer-top h5{
    font-size:18px;
    color:#fff;
    margin-bottom:5px;
}

.offer-top p{
    color:#B3F5DF;
    font-size:18px;
}

.offer-bottom{
    padding:20px;
    position:relative;
}

.offer-bottom h5{
    font-size:16px;
}

.offer-bottom h5 span{
    color:#00aa74;
    font-weight:bold;
}

.offer-bottom .btn{
    margin-bottom:10px;
}


/* Generic Offer */
.generic-offer .offer-top {
    background-color: #7FC664;
    background-size: 300px;
    background-position: -6px -5px;
    padding: 30px 20px 15px 20px;
}

.generic-offer .offer-top h4 {
    color: #fff;
    font-size: 46px;
    font-family: 'Holtwood One SC', serif;
    line-height: 1;
}

.generic-offer .offer-top h5{
    padding-top:10px;
    font-size:21px;
    font-weight:400;
}

.generic-offer .offer-top p{
    color: #3d6b2b;
    font-size:14px;
}

.generic-offer .referral-coupon-input{
    font-size:17px;
    background:#fbfbfb;
    text-align:left;
}

.generic-offer .clipboard-copy{
    display: block;
    position: absolute;
    top: 61px;
    left: 227px;
    font-size: 17px;
    color: #c3c3c3;
    cursor:pointer;
}

.generic-offer .clipboard-copy:hover{
    color: #000000;
}


/* New Black Friday Offer */
.generic-offer-black-friday .offer-top{
    background-color: #000;
}

.generic-offer-black-friday .offer-top p{
    color: #c3c3c3;
}


/* Halloween Offer */
.halloween-offer .offer-top {
    background-color: #ef9707;
    background: url(../png/bats-light.png) no-repeat #ef9707;
    background-size: 300px;
    background-position: -6px -5px;
    padding: 30px 20px 15px 20px;
}

.halloween-offer .offer-top h4 {
    color: #fff;
    font-size: 46px;
    /* font-family: 'Rock Salt', cursive; */
    font-family: 'Creepster', cursive;
    line-height: 1;
}

.halloween-offer .offer-top h5{
    padding-top:10px;
    font-size:21px;
    font-weight:300;
}

.halloween-offer .offer-top p{
    color: #A76000;
    font-size:15px;
}

.halloween-offer .referral-coupon-input{
    font-size:17px;
    background:#fbfbfb;
}

/* Halloween Promo Landing Page */

.halloween-promo .team-section{
    background:#ef9707 !important;
}

.halloween-header{
    font-family: 'Creepster', cursive;
    font-size:106px;
    color:#fff;
    margin-top:50px;
    line-height:0.9;
}

.halloween-promo {
    background: url(../png/bats-light.png) no-repeat #ef9707;
    background-position: top left !important;
}

.halloween-promo .info-wrp .title-sub{
    position:relative;
}

.halloween-promo .text-yellow{
    color:#F9FD54;
}


/* Valentines Day Offer */
.valentine-offer .offer-top {
    background-color: #ee0f18;
     background: url(../png/hearts-pattern-light.png) no-repeat #ee0f18;
    background-size: 990px;
    background-position: -6px -5px;
    padding: 36px 20px 15px 20px;
}

.valentine-offer .offer-top h4 {
    color: #fff;
    font-size: 40px;
    /* font-family: 'Rock Salt', cursive; */
    line-height: 1;
}

.valentine-offer .offer-top h5{
    padding-top:10px;
    font-size:21px;
    font-weight:400;
}

.valentine-offer .fancy-font{
    font-family: "Satisfy", sans-serif;
    font-size:47px;
}

.valentine-offer .offer-top p{
    color: #ffbfc1;
    font-size:14px;
}

.valentine-offer .referral-coupon-input{
    font-size:17px;
    background:#fbfbfb;
    color:#6b6b6b;
    font-family:monospace;
}


/* Black Friday Offer */
.black-friday-offer .offer-top {
    background-color: #000;
    background-size: 990px;
    background-position: -6px -5px;
    padding: 36px 20px 15px 20px;
}

.black-friday-offer .offer-top h4 {
    color: #fff;
    font-size: 40px;
    /* font-family: 'Rock Salt', cursive; */
    line-height: 1;
}

.black-friday-offer .offer-top h5{
    padding-top:10px;
    font-size:21px;
    font-weight:400;
}

.black-friday-offer .fancy-font{
    font-family: "Satisfy", sans-serif;
    font-size:47px;
}

.black-friday-offer .offer-top p{
    color: #eaeaea;
    font-size:14px;
}

.black-friday-offer .referral-coupon-input{
    font-size:17px;
    background:#fbfbfb;
    color:#6b6b6b;
    font-family:monospace;
}


/* Social Sizes
=========================*/
.social-sizes{
    padding-top:150px;
}

.social-sizes h2{
    margin-bottom:0;
}

.header {
  /*padding: 40px 80px;*/
  text-align: center;
  margin-bottom:40px;
}

.header h1{
    font-weight:700;
    letter-spacing:-0.4px;
    font-size:38px;
}

.social-sizes .container{
    max-width:680px;
}


.social-header{
    border-radius:0;
}

.social-header i{
    margin-right:20px;
}

.social-header h2 a.btn-link{
    font-weight:100;
}

.social-header a.btn-link{
    display:block;
    padding:20px 0;
    cursor:pointer;
    font-size:30px;
    font-weight:200;
    opacity: 1;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

.social-header a.btn-link:hover{
    opacity:0.6;
}

#facebookButton{
    background:#3453a5;
    color:#fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#twitterButton{
    background:#2490f1;
    color:#fff;
}

#twitterButton .icon{
    color: #237cf1;
}

#pinterestButton{
    background:#a90016;
    color:#fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#pinterestButton .icon{
    color: #930011;
}

.updated{
    padding: 5px 25px;
    color: #fff;
    background:#56B68B;
    border: 1px solid #56B68B;
    border-radius: 20px;
    font-size:18px;
    display:inline-block;
    font-weight:400;
}


.updated span{
    font-weight:bold;
}

.updated-alt{
    color:#56B68B;
    font-size:1.85rem;
    padding: 5px 25px;
    border: 1px solid #56B68B;
    border-radius: 20px;
    display:inline-block;
}


.updated-alt span{
    font-weight:400;
}

.updated-alt .and{
    font-family: 'Playfair Display', sans-serif; 
}




.grid-container{
    margin-top:20px;
}

.grid-container .row{
    border-top:none;
    border-bottom:1px solid #e1e5ea;
    text-align: center;
}

.grid-container .row:last-child{
    border-bottom:0;
}

.grid-container .row .col-md-4:nth-child(1), .grid-container .row .col-sm-4:nth-child(1){
    border-right:1px solid #e1e5ea;
}

.grid-container .row .col-md-4:nth-child(2), .grid-container .row .col-sm-4:nth-child(2){
    border-right:1px solid #e1e5ea;
}

.grid-box{
    padding:60px;
}

.grid-box:hover{
    background:#f7f8fb;
    cursor:pointer;
}

.grid-box i{
    text-align: center;
    font-size:30px;
}

.grid-box h2{
    font-size:20px;
    text-align:center;
    margin-top:10px;
    font-weight:400;
}

.grid-box-facebook{
    color:#3b5998;
    cursor:pointer;
}

.grid-box-twitter{
    color:#00aced;
}

.grid-box-pinterest{
    color:#BD081C;
}

.grid-box-instagram{
    color:#517fa4;
}

.grid-box-google{
    color:#dd4b39;
}

.grid-box-linkedin{
    color:#007bb6;
}

.grid-box-youtube{
    color:#bb0000;
}

.grid-box-snapchat{
    color:#000;
}

.grid-box-tumblr{
    color:#35465D;
}


.size-text{
    font-size:22px;
    font-weight:800;
    color:#333;
}

.size-text span{
    font-weight:400;
}

.modal.in .modal-dialog{
    margin-top:110px;
}

.modal-header{
    border-bottom:0;
}

.modal-title{
    font-size:22px;
    display:inline;
}

.modal-body{
    padding-top:0;
}

.nav-pills{
    padding-bottom:10px;
}

.nav-pills .nav-link{
    border-radius:100px;
    font-size:15px;
    padding: 3px 22px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background:#783BFF;
}

.tab-pane{
    padding-left:5px;
    padding-top:20px;
}

/* Video Modals */

.video-modal .modal-dialog{
    margin-top:80px;
    max-width:800px;
    width:auto;
}

.video-modal .modal-body{
    background:#000;
    padding:5px 10px 0 10px;
}

.video-modal .close {
    color: #fff;
    opacity: 1;
    font-size: 23px;
    position: absolute;
    right: -22px;
    top: -27px;
    text-shadow: none;
}

.video-modal iframe{
    border:none;
}

/* Old Referral Modal */
/*
#myModalReferral .modal-dialog {
    width: 500px;
    margin: 40px auto;
}

#myModalReferral .modal-content{
    border-radius:0;
}

#myModalReferral .modal-dialog .info-box5 .img {
    float: none;
    margin:auto;
}

#myModalReferral .modal-dialog .info-box5 {
    text-align:center;
    margin-bottom:50px;
}

#myModalReferral .modal-header{
    padding: 30px 30px;
    text-align: center;
    background:#00aa74;
}

#myModalReferral .modal-body h5{
    font-size:20px;
    text-align: center;
}

#myModalReferral .modal-body h5 span{
    color:#00aa74;
    font-weight:bold;
}

#myModalReferral .modal-header p{
    font-size:20px;
    font-weight:400;
    color:#B3F5DF;
}

#myModalReferral .modal-header h4{
    color:#22ac73;
    font-size:74px;
    color:#fff;
}

#myModalReferral .modal-header h5{
    margin-bottom:5px;
    font-size:20px;
    color:#fff;
}

#myModalReferral .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 30px;
    margin-top: -25px;
    position: absolute;
    right: 10px;
}

#myModalReferral .modal-body{
    padding:30px 30px 10px 30px;
}

#myModalReferral .modal-body p{
    text-align:center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #97a3ae !important;
}

#myModalReferral .modal-body .info{
    margin:10px 0 0 0px;
}

#myModalReferral .modal-body .info .hd {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
    line-height:1.3;
    text-align: center;
}

#myModalReferral .modal-body .img i {
    font-size: 40px;
    color: #783BFF;
}

#myModalReferral .modal-body .sub-txt{
    text-align: left;
    line-height:1.5;
    font-size:16px;
}

#myModalReferral .btn-close-modal {
    opacity: 1;
    margin: auto;
    margin-bottom:40px;
    width: 275px;
    display: block;
}

#myModalReferral  .modal-dialog .title-sub {
    text-align:center;
}*/

/* Chrome Welcome Page
=========================*/
.chrome-intro{
    overflow:visible;
    height: 580px; 
    padding-top: 100px; 
    display: block;
}

.chrome-welcome {
    text-align: center;
    position: relative;
    padding-bottom:100px;
    padding-top:180px;
    background:#FEF9FF;
}

.chrome-welcome h1{
    font-size:38px;
    color:#00a875;
    margin-bottom:10px;
}

#welcome #chrome-install{
  margin-top:130px;
}
#welcome #chrome-install h2{
  text-align:center;
  font-size:22px;
  font-weight:400;
}
.success-huge{
  font-size:48px;
  font-weight:600;
  color:#089e0c;
}
/*#ways-to-use .col-md-6{
  padding-right:0;
  padding-left:0
}*/
.how-to-box{
  border:1px solid #eaeaea;
  padding:40px;
  margin:20px;
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.16);
  background:#fff;
}

.how-to-video-thumb{
  display:block;
  margin:auto;
  border:20px solid #fff;
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.16);
  outline:none !important;
}
.how-to-box h2, .how-to-box p{
  text-align:center;
}
.how-to-box p{
    font-size:18px;
}
.how-to-box h2{
  font-size:28px;
  margin-bottom:14px;
  margin-top:0;
  padding-bottom:0;
}
#chrome-social{
  margin-bottom:90px;
}
#chrome-social h2{
  font-size:36px;
}
.stay-connected-icons{
  margin:0 auto;
  width:576px;
}
.stay-connected-icons li{
  float:left;
  list-style-type: none;
  padding:0 10px;
}

/*  Coupon Outline
=========================*/
.coupon-outline{
    background:#EFFFF9;
    border:2px dashed #67e1b1;
    display:inline-block;
    margin-left:20px;
    padding:2px 15px;
}

.coupon-outline-black-bg{
    background:transparent;
    border:3px dashed #67e1b1;
    display:inline-block;
    margin-left:20px;
    padding:2px 15px;
    color:#67e1b1;
}

.coupon-outline-orange-bg {
    display: inline-block;
    color: #333;
    background: #f7ff00;
    border-radius: 4px;
    margin-top:10px;
    box-shadow:0px 15px 21px rgba(0,0,0,0.2);
}

.coupon-outline-stack{
    background: #EFFFF9;
    border: 2px dashed #67e1b1;
    display: block;
    padding: 10px 15px;
    max-width: 310px;
    margin: 20px auto;
    border-radius: 5px;
}

/* Call to action - Light
=========================*/
.calltoaction-section-light {
    background-color: #fff;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding:150px 0;
}
.calltoaction-section-light .container {
    position: relative;
    z-index: 2;
}
.calltoaction-section-light .title {
    color: #3b4c5c;
    margin-bottom: 10px;
}
.calltoaction-section-light .btn {
    border: none;
    background:#783BFF;
}
.calltoaction-section-light .btn:hover {
    background-color: #783BFF;
}


/* Call to action - Dark
=========================*/
.calltoaction-section-dark {
    background-color: #783BFF;
    color: #fff;
    padding: 50px 0;
}
.calltoaction-section-dark .title {
    color: #fff;
    margin-bottom: 10px;
}
.calltoaction-section-dark .title-sub {
    color: rgba(255,255,255,0.8);
    margin-bottom: 0px;
}
.calltoaction-section-dark .r {
    text-align: right;
}
.calltoaction-section-dark .btn {
    border: none;
    display: block;
    color: #783BFF;
    position: relative;
}
.calltoaction-section-dark .btn:hover {
    background-color: #3b4c5c;
    color: #fff;
}


/* Footer - Dark
=========================*/
.footer-section-dark {
    background-color: #783BFF;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    padding:100px 0 50px 0;
}

#home .footer-section-dark{
    margin-top:23px;
}
.footer-section-dark .logo-wrp img {
    height: 30px;
    margin-bottom:40px;
}
.footer-section-dark h6 {
    color: rgba(255,255,255,1);
    font-size: 13px;
    margin-bottom: 20px;
    text-transform:uppercase;
    font-weight:600;
}
.footer-section-dark .l{
    padding-left:0;
}

.footer-section-dark .l p {
    margin-bottom: 20px;
}
.footer-section-dark a {
    font-size:16px;
    display: block;
    margin-bottom: 3px;
    color: rgba(255,255,255,0.8);
    opacity:0.8;
}
.footer-section-dark a:hover {
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.footer-section-dark hr {
    border-color: rgba(255,255,255,0.05);
    margin-top:120px;
}
.footer-section-dark .social a{
    display:inline;
    font-size:22px;
    margin-right:15px;
}
.footer-section-dark .tooltip.right {
    position: absolute;
    right: 0px;
    left: 75px;
    top: 65px;
    z-index: 1;
}
.footer-section-dark .tooltip-inner {
    max-width: 100px;
    padding: 3px 5px;
    color: #222;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
}
.footer-section-dark .tooltip-inner a {
    font-size:12px;
    color: #222;
    margin-bottom:0;
    font-weight:500;
}

.footer-section-dark .tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}

.footer-section .footer-bottom{
    margin-top:130px;
}







/* ==========================================================================
   RESPONSIVE STYLES
 ========================================================================== */ 


/* Huge Desktop */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (min-width: 1900px) {
    
    /* Home */
    .feature-wave-dark{
        left:0;
    }
    .feature-wave-light{
        left:220px;
    }
    .home-video {
        position: absolute;
        z-index: 1;
        top: 36px;
        right: 0px;
        width: 980px;
        border-top: 1px solid #efefef;
    }
    .window-frame {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background: #fff;
        width: 981px;
        height: 581px;
        position: absolute;
        right: -390px;
        top: -10px;
        /* box-shadow: 0 1px 44px 0 rgba(0,0,0,.1); */
        box-shadow: 0px 5px 15px rgba(22,51,127,0.15);
    }
    .app-side-overlay img {
        position: absolute;
    left: 1px;
    top: 37px;
    z-index: 2;
    width: 370px;
    border-bottom: 1px solid #fff;
    }

     .create-graphics .app-video-left {
        top: 0px;
    }

    .create-graphics .home-intro .info-wrp{
        margin-top:50px;
        text-align:left;
    }


    .create-graphics .graphics-intro{
        height:650px;
    }

/*    .t-shirts .title{
        font-size:68px;
    }*/

}



/* Desktop */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 1699px) {
     .create-graphics .app-video-left {
        top: 0px;
        width:100%;
    }

    .create-graphics .home-intro .info-wrp{
        margin-top:10px;
        text-align:left;
    }


    .create-graphics .graphics-intro{
        height:570px;
    }

    .create-graphics .graphics-video-intro {
        height: 880px;
        margin-bottom: 220px;
    }

}







/* Desktop */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 1399px) {
    .image-1-box{
        z-index:40;
        top:180px;
    }

    .image-2-box{
        visibility: hidden;
    }

    .image-3-box{
        left: 510px;
        top: 10px;
        z-index: 34;
    }

    .image-4-box{
        left: 979px;
        top: 140px;
        z-index: 23;
    }


}










/* Desktop */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 1024px) {
    

}



/* Smaller Desktop */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 1199px) {

    /* General */
    .title{
        font-size:28px;
        margin-bottom:10px;
    }

    section{
        padding-top:50px;
        padding-bottom:50px;
    }

    /* Navigation */
    .navbar-wrapper .navbar .container {
        max-width:820px;
    }

    /* Home */
    .home-intro {
        padding-top: 100px;
        overflow: hidden;
        margin-bottom: 66px;
        border-bottom: 1px solid rgba(0,0,0,0.06);
        background: #FEF9FF;
        /*height: auto;*/
        padding-bottom: 60px;
    }

    .home-video{
        width:740px;
        top:33px;
    }

    .app-side-overlay img {
        position: absolute;
        left: 1px;
        top: 34px;
        z-index: 2;
        width: 292px;
    }

    /*.home-screenshot {
        display: block;
        position: absolute;
        top: 34px;
        left: 0px;
    }

    .home-screenshot img{
        width:740px;
    }*/

    .home-intro .container{
        width:auto;
    }

    .info-wrp {
        float:none;
        padding-left: 0;
        margin: auto;
        text-align: center;
        max-width:500px;
    }

    .powered-by-nc-link {
        top: -15px;
    }

    .powered-by-nc-link img{
        margin-top:12px;
        width:150px;
    }

    .info-wrp .main-text {
        margin-top: 15px;
        font-size: 36px;
        z-index: 3;
        position: relative;
    }

    .window-frame {
        width: 740px;
        height: 421px;
        top: 330px;
        left: 50%;
        margin-left: -370px;
        box-shadow:0 1px 44px 0 rgba(0,0,0,.05);
    }

    .charts-holder-hero{
        display:none;
    }

    .chrome-ext-install{
        display:none;
    }

    #home .social-proof-section .owl-carousel{
        top:37px;
    }

    #home .col-play-button{
        display:none;
    }

    #stencil-slider{
        display:none;
    }

    #count{
        padding:20px 40px 40px 40px
    }

    .extras-container { 
        margin: auto;
        width: 590px;
    }

    .extras-box{
        border:none;
    }

    .extras-box:active{
        box-shadow:none;
    }

    .extras-box:hover{
        box-shadow:none;
        transform:scale(1);
    }

    .extras-box:hover p{
        color:#783BFF;
    }

    .extras-blob{
        display:none;
    }


/*    .image-3-box{
        left:640px;
        transform: rotate(-12deg);
    }

    .image-2-box{
        display:none;
    }*/



    /* Features */
    .feature-section-stats .title-sub{
        margin-bottom:0;
    }

    .feature-section-stats {
        background-position:center 52px;
    }


    /* About */
    .pattern-bg-dark .title {
        font-size: 38px;
        color: #fff;
    }

     /* Chrome Install Page */
     .big-screen{
        margin-left:-235px;
     }

     /* Partners */
     .chrome-intro{
        overflow:visible !important;
        background:#fff;
     }

     .chrome-intro .info-wrp{
        text-align:left;
     }

    /* Social Proof Block */
    .social-proof-section{
        padding-top:50px;
    }

    .social-proof-section .content .title{
        font-size:26px;
    }

    .feature-box .fa-ul span{
        line-height:1.2
    }

    .pricing-tiers{
        height:auto;
        margin-bottom:20px;
        padding-bottom:70px;
        overflow-x:hidden;
    }

    .pricing-light{
        top:0 !important;
        margin-top:50px !important;
        height:950px;
    }

    .pricing-pop{
        margin-top:40px !important;
    }

    .pricing-unlimited .guarantee-text{
        margin-top:236px;
    }


    .create-graphics .app-video-left {
        left:0;
        top: 23px;
        margin-bottom: 0px;
        width: 100%;
    }

    .create-graphics .home-intro .info-wrp{
        margin-top:0;
        text-align:left;
    }


    .create-graphics .graphics-intro{
        height:auto;
    }

    .paypal .title{
        font-size:56px;
    }

    .affiliates .price-section .btn-default, .affiliates .price-section .btn-primary{
        font-size:17px;
        margin-bottom:20px;
        margin-right:0;
    }

    .affiliate-features h5{
        margin-top:90px;
        text-align:center;
    }

    .affiliate-features .img-single{
        margin: auto !important;
    }

    .affiliate-features .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
        margin:auto;
    }

    .lifetime-blob-partner {
        left: 802px;
    }

    .affiliate-lifetime .offer-info {
        padding: 40px 30px;
    }

    .feature-sub-content ul.preset-sizes{
        columns:2;
    }

    .course-teacher h4{
        margin-top:20px;
    }

    .announce-logos{
        margin-top:-40px;
    }

    .announce-heading{
        font-size: 54px;
        line-height: 1.2;
        margin-bottom: 34px;
    }

    .app-side-overlay .side-arrow{
        display:none !important;
    }


}


/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (min-width: 992px) {

    .canvas-reiszer-filter-gif{
        max-width:500px;
    }

    .custom-size-modal{
        max-width:650px;
    }

    .instant-resize-example{
        max-width:650px;
    }
}


/* iPad Portrait */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 991px) {

    /* General */
    section .container{
        padding-left:40px;
        padding-right:40px;
    }

    /* Home */
    .feedback-box{
        margin-bottom: 140px;
        text-align: left;
        font-size: 18px;
        line-height: 1.6;
        margin-left: 60px;
        margin-right: 60px;
        padding:24px;
    }

    .feature-wave-dark {
        left: -1040px;
    }
    
    .feedback-box > .quote {
        display:none;
    }

    .feedback-box > .down-arrow {
        left: 50%;
        margin-left: -18px;
    }

    .feedback-box .person {
        left: 50%;
        margin-left: -40px;
    }

    .info-box-social p{
        text-align:center;
    }

    #home .social-proof-section{
        display:none;
    }

    #count {
        margin-bottom:50px;
        padding:30px 20px 40px 20px;
    }

    .feature-section-stats .text-callout {
        top: 40px;
    }

    .count-box-lg .count-wrp .count{
        font-size:90px;
        font-weight:700;
    }

    .count-box-md {
         padding-top: 20px;
    }

    .count-box .count-wrp {
        font-size: 63px;
        font-weight: 500;
    }

    .feature-section-stats-grid .count-wrp{
        font-size:82px;
        font-weight:800;
    }

    .testimonial-section-3-col .container{
        padding-left:80px;
        padding-right:80px;
    }

    #home .footer-section-dark{
        margin-top:0;
    }

    .button-overlay{
        right: 13px;
        bottom: 82px;
    }
 

    /* Features */
    .feature-section {
        padding-top: 100px;
        padding-bottom: 100px;
        border-bottom: 1px solid #f0ecf0;
    }

    .feature-section .content {
        text-align:center;
    }

    .feature-section-live-previews{
        padding-top:100px !important;
        padding-bottom:100px !important;
    }

    .feature-section-stats {
        background-position: center -100px;
        padding-bottom: 269px;
    }   

    .feature-section-stats-page h2.title{
       font-size:42px;
    }

    .bg-section img {
        display:none !important;
    }

    .step-active{
        background:none;
    }


    /* Navigation */
    .navbar-header {
        float: none;
    }

    .navbar-dark .navbar-brand {
        background-size: 100px;
        background-position:0 10px;
    }

    .navbar-left,.navbar-right {
        float: none !important;
        margin-right:0;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        color:#8d8c8c;
        background:#fff;
        margin-top: 2px;
        border-top: 1px solid #d7d7d7;
        box-shadow: 0 1px 2px 0px rgba(31,45,61,0.15);
    }

    .navbar-wrapper .navbar .navbar-collapse li a:not(.btn){
        color:#8d8c8c;
    }

    .navbar-wrapper .navbar .navbar-collapse li.active a:not(.btn){
        color:#783BFF;
    }




    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in{
        display:block !important;
        padding-bottom:25px;
    }

    .nav .nav-other{
        margin-top:0;
    }

    .navbar-wrapper .navbar{
        padding-left:0;
        padding-right:0;
    }

    .navbar-header{
        padding-left:15px;
        padding-right:15px;
    }

    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-toggle{
        background-color:#FEF9FF;
        margin-top:7px;
        margin-right:0;
    }

    .navbar-toggle .icon-bar {
        background-color:#783BFF;
    }

    .navbar-wrapper .container{
        width:auto;
        padding-left:0px;
        padding-right:0px;
    }

    .navbar-wrapper .navbar-header{
        /*padding-bottom:20px;*/
        padding-left:55px;
        padding-right:55px;
    }

    /* About */
    .member-box img {
        max-width:200px;
        border-radius: 50%;
        margin-bottom: 10px;
    }
    
    .form-section .l{    
        border-right: none;
    }

    /* Social Proof Blocks */
    .social-proof-section .content {
        margin-top: 40px;
        margin-bottom:40px;
        text-align:center;
    }

    .social-proof-section .content .title{
        font-size:26px;
    }

    .social-proof-section img{
        margin:auto;
    }

    /* Pricing */
    .price-table .free {
        top:0;
    }

    .pricing-testimonials .media-body{
        max-width:100%;
    }

    .pricing-testimonials > div{
        padding-left:0;
    }

    .pricing-light{
        height:750px;
    }

    .pricing-unlimited .guarantee-text{
        margin-top:70px;
    }

    .testimonial-section-3-col {
        padding-top:50px;
        padding-bottom:50px;
    }

     .testimonial-section-3-col .title {
        font-size:26px;
    }

     .capterra-5star{
        margin-bottom:20px;
    }

    .paypal .pricing-box h2{
        text-align:center;
    }

    .paypal .pricing-box h4{
        text-align:center;
        margin-bottom:50px;
    }


     /* Keyword Pages */

    .topic-images{
        margin-top:0;
    }

    .topic-image-holder {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
    }


    .image-1-box {
        width: 340px;
        height: 290px;
        border: 10px solid #fff;
        position: relative;
        left: auto; 
        top: auto; 
        padding: 20px;
        margin: 20px auto 20px auto;
    }

    .image-2-box {
        visibility: visible;
        width: 340px;
        height: 290px;
        border: 10px solid #fff;
        position: relative;
        left: auto; 
        top: auto; 
        padding: 20px;
        margin: 20px auto 20px auto;
    }

    .image-3-box {
        width: 340px;
        height: 290px;
        border: 10px solid #fff;
        position: relative;
        left: auto; 
        top: auto; 
        padding: 20px;
        margin: 20px auto 20px auto;
    }

    .image-4-box {
        width: 340px;
        height: 290px;
        border: 10px solid #fff;
        position: relative;
        left: auto; 
        top: auto; 
        padding: 20px;
        margin: 20px auto 20px auto;
    }

 
    .example-watermark {
        width: 40px;
        height: 40px;
    }


    .quote-big-type p {
        font-size: 37px;
        color: #fff;
        font-weight: 800;
        line-height: 0.8;
        text-transform: uppercase;
        text-align: left;
        margin-bottom:0;
    }

    .quote-big-type span {
        font-size: 12px;
        color: #b1b1b1;
        font-weight: 400;
        line-height: 0.8;
        letter-spacing: 6px;
        text-transform: uppercase;
        text-align: left;
    }

    .quote-big-thin-type {
        font-size: 57px;
        font-weight: 300;
        line-height: 0.8;
        text-align: right;
        margin: 0;
        bottom: 0px;
        position: absolute;
        width: 350px;
        right: 20px;
        top: 20px;
    }

    .quote-centered-style p {
        font-family: 'Mr Dafoe', cursive;
        font-size: 47px;
        color: #b8fbff;
        text-align: center;
        line-height: 0.9;
        margin: 73px 20px;
    }

    .quote-big-thin-type-right {
        font-family: 'Arvo', serif;
        font-size: 41px;
        color: #333;
        font-weight: 300;
        line-height: 1;
        text-transform: uppercase;
        text-align: left;
        /* margin: 21px; */
        bottom: 0px;
        /* position: absolute; */
        width: auto;
        /* right: 1px; */
        top: 20px;
        background: rgba(255, 255, 255, 0.4);
        padding: 20px;
        margin-top: 100px;
        margin-left: -20px;
    }


    .create-graphics .app-video-left {
        left:0;
        top: 50px;
        margin-bottom: 0px;
        width: 85%;
    }

    .create-graphics .home-intro .info-wrp{
        margin-top:0;
        text-align:center;
    }


    .create-graphics .graphics-intro{
        height:auto;
        padding-top:140px;
        margin-bottom:0;
    }

    .window-frame-steps{
        display:none;
    }

    .feature-side-nav .panel-group{
        position:static;
    }

    .feature-sub-content{
        padding-left:0;
    }

    .provider-logo img{
        float:none;
        margin:auto;
    }

    .spectacular {
        font-size: 19px;
        margin-top: -70px;
    }

    .lifetime-blob-partner {
        left: 930px;
        top:230px;
    }

    .lifetime .offer-block{
        margin-top:0px;
    }

    .offer-block .title-sub{
        margin-bottom:120px;
    }

    .affiliate-lifetime .pricing-tiers {
        padding-top: 80px;
    }

    .affiliate-lifetime .pricing-box {
        margin: auto;
        max-width:415px;
    }

    .create .graphics-intro-gradient{
        padding-top:70px;
    }

    .course-teacher{
        width:100%;
    }


}

/* Less than tablet */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 767px) {

    /* Navigation */
    .navbar-nav > li a {
        color: #8d8c8c;
        font-size: 19px;
    }
    .navbar-wrapper .navbar{
        padding-top:0;
    }

    .navbar-wrapper .navbar-header{
        padding-bottom:0px;
        padding-left:10px;
        padding-right:10px;
    }

    .navbar-wrapper .container{
        padding-top:0px;
        padding-left:8px;
        padding-right:8px;
    }

    .navbar-dark .navbar-brand {
        background-size: 90px;
        background-position:0 12px;
    }


    /* Home */
    .home-intro{
        overflow:hidden;
        /*height:730px;*/
        margin-bottom:0;
    }

    .home-intro .container{
        width:auto;
        padding-left:20px;
        padding-right:20px;
    }

    .home-intro .chrome-ext-install{
        display:none;
    }

    .home-video {
        top: 33px;
        right: 0px;
        width: 561px;
    }   

    .app-side-overlay img {
        position: absolute;
        left: 0px;
        top: 34px;
        z-index: 2;
        width: 222px;
    }

    .feature-wave-dark {
       left: -1190px;
    }

    #home .brands{
        padding-top:60px;
        padding-bottom:100px;
        border-bottom:1px solid #f0ecf0;
    }

    .brands .brand-logos img{
        filter:none;
        opacity:1;
    }

    .window-frame {
        width: 561px;
        height: 421px;
        top: 355px;
        left: 50%;
        margin-left: -280px;
    }

    .subpage-header-testimonials h1{
        font-size:52px;
        line-height:62px;
    }

    .subpage-header-testimonials h1.partner-heading{
        font-size: 56px;
        line-height:60px;
    }

    .subpage-header-testimonials .customer-love-heart i{
        font-size:56px;
        margin-top:10px;
    }

    .subpage-header-testimonials .title-sub{
        font-size:26px;
        line-height:1.2;
        margin-top:10px;
    }

    .feature-photos .info-box-left .img{
        float:none;
        height:50px;
        margin:auto;
    }

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

    #full-features .info-box{
        margin-top:120px;
        margin-bottom:120px;
    }

    .info-box .info{
        margin-left:0;
    }

    .info-box-left{
        height:auto;
        margin-bottom:40px;
    }

    .info-box-left .img-single{
        float:none;
        height:100px;
        margin:auto;
    }

    .info-box-steps{
        margin-bottom:0;
    }

    .info-box-steps .step{
        float: none;
        height: 100px;
        margin: auto;
    }

    .info-box-steps .list-step{
        margin:auto;
    }


    #home .info-box-left .img{
        float:none;
        height:70px;
        margin:auto;
    }


    .feature-section-last{
        border-bottom:0;
    }

    .feature-section-icons{
        margin-top:0;
    }

    .info-wrp{
        margin:auto;
        max-width:500px;
        text-align:center;
        float:none;
    }

    .info-wrp .main-text{
        margin:30px auto 10px auto;
        text-align:center;
    }

    .info-wrp .sub-text{
        text-align:center;
         padding: 0 20px;
         color:#7b7b7b;
    }


    /* Brands */
    .brands {
        padding-top:50px;
        border-top:1px solid rgba(0,0,0,0.06);
    }



    .price-table .free, .price-table .pro{
        display:inline-block;
        float:none;
        width:auto;
    }

    /* Social Sizes */
    .grid-container .row{
        border:none;
    }

    .grid-container .row .col-md-4:nth-child(1), .grid-container .row .col-sm-4:nth-child(1){
        border:none;
    }

    .grid-container .row .col-md-4:nth-child(2), .grid-container .row .col-sm-4:nth-child(2){
        border:none;
    }

    .modal-dialog{
        max-width:600px;
    }


        /* Keyword Pages */
    .subpage-header-keyword-pages .info-wrp .title {
        font-size: 42px;
        font-weight: 800;
        line-height: 1.1;
    }

    .floating-icons-holder {
        margin: 40px auto;
        width: 330px;
    }

    .image-grid-standout{
        left:55px;
    }

    .feature-section .content{
        padding:0 20px;
    }

    .create .feature-section{
        padding-top:50px;
        padding-bottom:50px;
        margin-bottom:0;
    }

    .feature-section-steps .info-box-left .sub-txt{
        padding-left:0;
    }

    .hidden-cta{
        display:none;
    }

    .icons-content .title{
        margin-top:0;
    }

    .topic-images{
        padding-bottom:20px;
    }

    .create .blue-bg-dark-left {
        padding-top: 180px;
        padding-bottom: 50px;
    }

    .create .feature-section-stats-grid{
        padding-top:80px;
        padding-bottom:80px;
    }

    .create .testimonial-section-3-col{
        padding-bottom:80px;
    }

    .step-image{
        max-width:100%;
        padding-left:0 !important;
    }

    .info-box-steps{
        padding-left:0;
        padding-right:0;
    }

    .browser-extras{
        display:none;
    }

    .lifetime .title{
        font-size:75px;
        line-height:0.9;
        margin-top:10px;
    }

    .spectacular {
        font-size: 19px;
        margin-top: -70px;
    }

    .lifetime-blob-partner{
        display:none;
    }





}

/* Big Mobile */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 599px) {
    
    /* Home */
    .image-masonry{
        display:none;
    }

    .price-table > div{
        margin:20px 0 20px 0;
    }

    .price-section{
        padding-top:120px;
    }

    .price-section .title-sub {
        font-size: 20px;
        margin-bottom: 40px;
        font-weight: 400;
        color: #97a3ae;
    }

    #home .how-it-works{
        display: block;
        margin-left: 0 !important;
        margin-top:10px;
    }

    #home .video-modal .modal-dialog {
        max-width: 80%;
        margin: 50px auto;
    }



}

/* Mobile */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 479px) {

    /* General */
    .mobile-only{
        display:static;
    }

    .not-for-mobile{
        display:none;
    }

    /* Navigation */
    .nav-other{
        display:none !important;
    }

    .navbar-dark .navbar-brand {
        background-size: 90px;
        background-position: 0 12px;
    }

    section .container{
        padding-left:20px;
        padding-right:20px;
    }

    .toggle-label{
        font-size:14px;
    }

    .billing-save{
        right:-10px;
    }

    .savings-arrow{
        right:14px;
    }

    .pricing-questions p{
        margin-bottom:40px;
    }


    /* Home */

    .home-intro{
        height:790px;
        padding-top:60px;
        background:#FEF9FF;
        border-bottom: none;
    }

    .powered-by-nc-link img {
        margin-top: 40px;
        width: 140px;
    }

    .home-intro .main-text {
        margin-top: 20px;
        font-size: 37px;
        padding: 20px 10px 0 10px;
    }

    .home-intro .sub-text{
        font-size:20px;
        text-align: center;
        line-height:1.4;
    }

    .home-intro .btn{
        display:none;
    }

    .feature-wave-dark {
       left: -1560px;
    }

    .feature-wave-light{
        left:-640px;
    }

    .window-frame{
        left:-64%;
        margin-left:0;
    }

    .hedgy{
        display:none;
    }

    .hedgy-megaphone{
        display:none;
    }



    .charts-holder-hero{
        display:none;
    }

    .chart{
        top:-108px;
    }

    .chart2{
        top:-188px;
    }

    .feature-section-grid-3x2{
        padding-top:50px;
        padding-bottom:0;
    }

    #home .social-proof-section{
        display:block;
        padding-top:0;
        position:relative;
    }

    .social-proof-section .content .title{
        margin-top:0px;
    }

    .testimonial-section-3-col .feedback-box{
        margin-left:30px;
        margin-right:30px;
        margin-bottom:180px;
    }

    .feedback-box .feedback {
        font-size:22px;
        line-height:1.4;
    }

    .feedback-box > .down-arrow {
        left: 19%;
        margin-left: -18px;
    }

    .feedback-box .person {
        left: 17%;
        margin-left: -40px;
    }

    .testimonial-section-3-col .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .owl-theme .owl-nav{
        display:none;
    }

    .browser-extras{
        display:none;
    }

    /* Pricing */
    .billing-save {
        top: -48px;
        right: -20px;
        font-size: 12px;
    }

    .savings-arrow {
        width: 26px;
        position: absolute;
        right: 4px;
        top: -23px;
        transform: rotate(-27deg);
    }
    /* Features */
    .feature-section .title, .feature-section .title, .feature-section .title, .feature-section .title-sub, .feature-section .title-sub, .feature-section .title-sub{
        text-align:center;
    }

    .feature-section-stats {
        background-position: center -118px;
        margin-top: 0px;
        padding-bottom: 20px !important;
    }

    .feature-section-stats-grid .count-wrp{
        font-size:82px;
        font-weight:800;
    }
    

    .feature-section-stats-page h2.title{
        font-size:34px;
    }

    /* Footer */
    .footer-section-dark{
        padding-top:100px;
    }

    .calltoaction-section{
        display:none;
    }
    
    .logo-wrp{
        display:none;
    }

    .social{
        float:left !important;
        margin-top: 0px !important;
    }

    .footer-section h1.text-light{
        padding-bottom:40px;
    }

    /* About */
    /*.form-section{
        display:none;
    }*/

    .lifetime .email-to-friend{
        position:relative;
        top:12px;
    }

    .lifetime-landing .spectacular{
        margin-top:-13px;
        line-height:1.4;
    }

    .lifetime-landing .deal-block-holder{
        margin-top:20px;
    }

    .lifetime-blob-landing {
        top: -154px;
        margin-left: -940px;
        width: 570px;
        left: 813px;
    }

    .timer-num {
        display: inline-block;
        line-height: 1;
        padding: 0px 8px;
        font-size: 23px;
        margin: 0px 0 80px 0;
    }

    .timer-num span{
        font-size:16px;
    }

    .affiliate-lifetime .pricing-tiers{
        padding-top:40px;
    }

    .affiliate-lifetime .title{
        font-size:38px;
    }

    .halloween-header{
        text-align: center;
        font-size: 75px;
    }

    .create .graphics-intro-gradient .sub-text{
        text-align:left;
    }

    .create .graphics-intro-gradient .main-text{
        padding:0;
    }

    .create .graphics-intro-gradient .container{
       padding-left:0;
       padding-right:0;
    }

    .feature-section-steps img{
        max-width:300px;
    }

    .create .info-box-steps .step{
        height:100px !important;
    }

    .nc-banner-content span{
        font-size:13px;
    }

    .nc-banner-content a{
        font-size:13px;
    }

}


/* Anything Bigger Than Mobile */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (min-width: 479px) {

    /* General */
    .mobile-only{
        display:none !important;
    }

}



/* Screens That Are Short In Height */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-height: 759px) {

    .feature-side-nav .panel-heading{
        padding:17px 15px;

    }

}
