@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);

body {
	font-family: 'Lato', sans-serif;
	color: #8392a0;
	line-height:1.6;
}

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: #262f38; }

h1 { font-size: 42px; font-weight: 300; margin-bottom: 40px; }
h2 { font-size: 36px; font-weight: 300; margin-bottom: 30px; }
h3 { font-size: 30px; font-weight: 300; margin-bottom: 20px; }
h4 { font-size: 26px; font-weight: 300; 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:#00a3e9;}

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

.title { margin-bottom: 20px; font-weight: 300; color: #3b4c5c; line-height:1.2; }
.title-sub { font-size: 20px; margin-bottom: 40px; font-weight: 300; color: #97a3ae; }

.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; }

.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: 4px;
	font-weight: 600;
	padding: 8px 20px;
	font-size: 16px;
}
nav .btn-default{
	color:#00a4e6;
	background:transparent;
}
.btn-default {
	border: 2px solid #00a4e6;
	color: #00a4e6;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
	border-color: #0091cc;
	background-color: #fff;
	color: #0091cc;
}

.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: #0091cc;
    border-color: transparent;
}

.btn-primary {
	border: 2px solid #00a4e6;
	background-color: #00a4e6;
	color:#fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	border-color: #0091cc;
	background-color: #0091cc;
	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: #0091cc;
    border-color: transparent;
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}

.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 #0091cc;
	color: #0091cc;
}
.btn-line:hover {
	background-color: #0091cc;
	color: #fff;
}
.dark.btn-line { 
	border-color: #0091cc;
	color: #0091cc;
}
.dark.btn-line:hover { 
	background-color: #0091cc;
	border-color: #0091cc;
	color: #fff;
}
.light.btn-line { 
	border-color: #fff;
	color: #fff;
}
.light.btn-line:hover {
	background-color: #fff;
	color: #0091cc;
}


/* 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: 300;
    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:99999;
   /* -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 12px;
    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: 5px 20px;
    color:#8d8c8c !important;
    font-size:15px;
}

.dropdown-menu>li>a:hover {
    color:#00a6e5 !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-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:#00a2d9 !important;
}

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

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

/* Navbar Light */
.navbar-light .navbar-nav > li a {
    color: #fff;
    opacity:0.8;
}

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





/* 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: #0091cc;
}

.navbar-light .navbar-nav > li a.btn-primary{
	background-color:#fff;
	border-color:#fff;
	color:#00a4e6;
	font-size:13px;
}

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


/* Navbar Dark */
.navbar-dark .navbar-nav > li a {
    color: #8d8c8c;
}

.navbar-dark .navbar-brand{
	text-indent: -99999px;
	background:url(/public/static/images/logo-stencil-blue.png) no-repeat 0 14px;
	width:100px;
	background-size:100px;

}

/* Dark Login/Sign Up Buttons */
.navbar-dark .navbar-nav > li a.btn-default{
	color:#00a6e5;
	font-size:13px;
	background:transparent;
	border:2px solid #0091cc;
}

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

.navbar-dark .navbar-nav > li a.btn-primary{
	background-color: #00a4e6;
    border-color: #00a4e6;
	color:#fff;
	font-size:13px;
}

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



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

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

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

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

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



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

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

.main-text {
    font-size: 42px;
    line-height: 1.05;
    font-weight: 300;
    letter-spacing: -1px;
    color: #3a3a3a;
    margin-bottom: 10px;
    margin-top: 55px;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
}

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

.home-intro .sub-text {
    color: #97a3ae;
    font-size: 20px;
    font-weight:300;
    line-height:1.5;
    margin-bottom:0;
}

.desk-scene{
	background-image: url(/public/static/images/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-video {
    position: absolute;
    z-index: 1;
    top: 22px;
    right: 82px;
    width: 596px;
}

.home-screenshot{
    display:none;
}

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

.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:#f6fafd;
}

.contract{
    font-size:16px;
    color:#CCC;
    font-weight:300;
    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:300;
}

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

.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: 300;
}

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

.direct-apply{
    width: 300px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-weight: 300;
    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(/public/static/images/transparent-bg-blue.png) repeat;
}

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

.brand-download-white:hover{
    background:#00a6e5;
}

#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: 300;
    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: #00a2d9;
}

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

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

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

.about-attribution{
    font-size:18px;
    font-weight:300;
    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: #00a2d9;
}

.blue-bg-dark .overlay {
    opacity: 0.06;
    background: #00a5e8;
}

.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: 300;
    color: #fff;
    margin-bottom: 0;
}

.vs{
    font-weight: 300;
    /* 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;
}

/* 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; }
.form-section-3 h6 { font-size: 16px; }
.form-section-3 .l,
.form-section-3 .r {
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
}
.form-section-3 .btn-lg { padding: 12px 30px; }
.form-section-3 .l { border-right: 1px solid #eceef0; }
.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: #00a6e5;
	color: #fff;
}
.newsletter .form-control {
    font-size: 20px;
    padding: 10px 15px;
    background-color: transparent;
    border: 2px solid #eceef0;
    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-tall {
	text-align: center;
	position: relative;
	padding-bottom:400px;
}

.subpage-header-features{
    padding-top: 250px;
    padding-bottom: 100px;
    background: #fff;
    background-image: url(/public/static/images/features-intro-bg8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.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(/public/static/images/careers-bg1.jpg);
    background-size: cover;
    background-repeat:no-repeat;
}

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

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





/* 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 h2{
    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 #eceef0;
	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: 300;
	border-top: 1px solid #eceef0;
	border-bottom: 1px solid #eceef0;
	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:300; 
}

.price-table .pro { 
	border-color: #00a1ea; 
}

.price-table .pro .price { 
	color: #00a1ea; 
}

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

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

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

.price-section .btn-default{
	color:#00a1ea;
}

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

.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(/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;
}

.pricing-faq h2{
	margin-bottom:80px;
	font-weight:300;
}

.pricing-faq p{
	font-size:18px;
	font-weight:300;
}





/* Pricing ALT
------------------------*/
.price-table .pro, .price-table .free {
    display: block;
    float:left;
    border: 2px solid #eceef0;
    /*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 #eceef0;
    border-bottom: 1px solid #eceef0;
    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:300; 
}

.price-table .pro { 
    border-color: #00a1ea; 
}

.price-table .pro .price { 
    color: #00a1ea; 
}

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

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

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

.price-section .btn-default{
    color:#00a1ea;
}

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

.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: 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);
}

.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: 220px;
    height: 220px;
}

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

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

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

.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: 28px;
}

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

.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: 74px;
}
.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-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:300;
    line-height:1.3;
}

.pricing-testimonials .media-body {
    font-size: 20px;
    font-weight: 300;
    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{
    margin-bottom:80px;
    font-weight:300;
}

.pricing-faq p{
    font-size:18px;
    font-weight:300;
}

.pricing-tiers{
    text-align: center;
    position: relative;
    padding-bottom:0px;
    padding-top:140px;
    background:#f6fafd;
    height:830px;
    z-index:3;
    margin-bottom:200px;
}

.pricing-box{
  /*border:1px solid #eaeaea;*/
  padding:26px 26px 2px 26px; 
  margin:20px;
  background:#fff;
  border-radius:3px;
  position:relative;
  overflow:hidden;
}

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;
}

.pricing-light{
  box-shadow: 0 1px 34px rgba(0,0,0,0.07);
  border: 1px solid #eaeaea;
  padding:26px 26px 5px 26px;
  position:relative;
  top:60px;
  margin:0;
}

.pricing-pop{
  border:1px solid #e4e4e4;
  /*box-shadow: 0 6px 34px rgba(0,0,0,0.1);*/
  box-shadow: -12px 6px 34px rgba(0,0,0,0.07);
  margin:0;
}

.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: 800;
    /* border-top: 1px solid #eceef0; */
    /* border-bottom: 1px solid #eceef0; */
    /* padding: 20px 0; */
    color: #252f38;
    margin: 33px 0 0 0;
    line-height: 26px;
}

.pricing-box .paid-annual{
    font-size:16px;
    color:#8392a0;
    font-weight:300;
    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:300; 
}

.pricing-box .pro { 
    border-color: #00a1ea; 
}

.pricing-box .pro .price { 
    color: #00a1ea; 
}

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

.feature-box ul {
    padding-top: 5px;
    margin-left: 0;
    padding-left: 58px;
}   

.feature-box ul li {
    text-align: left;
    list-style-type: none;
    font-size: 18px;
    padding-left: 0;
    color: #374049;
    padding-bottom: 12px;
    line-height: 18px;
    cursor:help;
} 

.feature-box ul li i{
    color:#45be46;
}
.guarantee-section{
    background:#fff;
    height:500px;
    padding-top:200px;
}

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

.pricing-box .tooltip{
    opacity:1;
}

.pricing-box .tooltip .tooltip-inner{
    left:0px;
    position:relative;
    text-align:left;
    background:#87d073;
    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:#87d073;
}

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

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

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

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


/* 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;
}

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

.info-box-left .sub-txt {
    font-size: 16px;
    line-height: 1.6;
}

.info-box-left .img {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    color: #8BCE7B;
    font-size: 35px;
    line-height: 40px;
}

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

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

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


.info-box-left .img {
    color: #00a3e9;
}

.info-box-left .img-green {
    color: #8BCE7B;
}


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

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

/* 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:20px;
    font-weight:300;
    margin-top:5px;
}

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:300;
    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: #00a6e5;
    content: counter(li-counter);
    counter-increment: li-counter;
}

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

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

.premade-tweet {
    border: 1px solid #eceef0;
    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;
}

/* Info box (Stacked)
=========================*/
.info-box-stacked {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.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: #00a4e6;
}
.info-box-stacked .info {
	position: relative;
	margin: 0;
}
.info-box-stacked .info .hd {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 300;
}
.info-box-stacked .sub-txt {
	font-size: 16px;
	line-height: 1.6;
}
.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:#00a4e6;
    margin-top:60px;
    font-size:24px;
}
.feature-section-page-intro .btn-default:hover{
    background:#0091cc;
}


.feature-stencil-screens{
    height:455px;
    padding-top:20px;
    overflow:hidden;
}

.feature-stencil-screens .container{
    width:800px;
    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;
}


/* 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(/public/static/images/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:300;
}

.blue-style{
    background:#00a3e9;
    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;
}





/* Brands
------------------------*/
.brands {
	text-align: center;
	/*padding: 50px 0;*/
	background-color: #fff;
}
.brands .brand-logos img {
	height: 65px;
	opacity: 1;
	margin: 0 10px;
}
/*.brands .title,
.brands .title-sub {
	color: #3a3a3a;
}*/

#home .brands{
    border-bottom:0;
}



/* Count boxes 
=========================*/
#count{
	margin-bottom:520px;
	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:#00a5e8;
	padding-right:5px;
}

.count-box .count-wrp {
	display: block;
	font-size: 83px;
	font-weight: 500;
	color:#00a3e9;
	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(/public/static/images/line-graph-xl.png);
	background-position: center 230px;
	background-repeat:no-repeat;
	border-bottom:0;
}

.feature-section-grid-3x2{
	background:#f6fafd;
	padding-top:0;
}

.feature-section-stats .text-callout{
	position:relative;
	top:50px;
}


/* Stats Page
=========================*/
.feature-section-stats-grid{
	background:#f6fafd;
	padding-top:40px;
	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:#00a6e5;
}

.feature-section-stats-grid .feature-wrp.b .img {
    font-weight:700;
	font-size:90px;
	color:#00a6e5;
}

.feature-section-stats-grid .info {
    min-height: 200px;
    background-color:#00a6e5;
    color:#fff;
}

.feature-section-stats-grid .info>.fa {
    color: #00a6e5;
}

.feature-sectistats-gridn-2 .info .hd {
    color:#fff;
    font-weight: 600;
}

.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;
}


/* Testimonials
=========================*/
.feedback-box {
	font-size: 22px;
	font-weight: 300;
	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: #00a2ea;
}
.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: #f6fafd;
	text-align: center;
}

.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:300;
}

.legal-content h2{
	margin-bottom:20px;
	margin-top:50px;
	font-size:28px;
	font-weight:300;
	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:300;
}

.legal-content .terms-list{
	padding:20px 0 20px 60px;
	font-size:18px;
	font-weight:300;
}



/* Image Page
=========================*/
.image-page-img-wrp{
    width:600px;
    margin:auto;
}


/* Unsubscribe Page
=========================*/
.unsubscribe-content .container{
    max-width:1010px;
    margin-top:80px;
}

.unsubscribe-content .row{
    margin-bottom:30px;
}

.unsubscribe-content h1{
    margin-bottom:40px;
    font-size:48px;
    font-weight:300;
}

.unsubscribe-content h2{
    margin-bottom:20px;
    margin-top:50px;
    font-size:28px;
    font-weight:300;
}

.unsubscribe-content h3{
    margin-bottom:20px;
    margin-top:50px;
    font-size:20px;
    font-weight:400;
}

.unsubscribe-content p{
    font-size:18px;
    font-weight:300;
}

.unsubscribe-content .terms-list{
    padding:20px 0 20px 60px;
    font-size:18px;
    font-weight:300;
}

/* 404 Page
=========================*/
.fourofour-content{
    background: url(https://media.giphy.com/media/YqO9njpGebqeI/giphy.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 100px;
    height: 900px;
}

.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:300;
}

.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:300;
    color:#fff;
    width:400px;
    margin:auto;
}

.fourofour-content .terms-list{
    padding:20px 0 20px 60px;
    font-size:18px;
    font-weight:300;
}


/* 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: #00a6e5;
    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: 300;
    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: #00a4e6;
}

#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;
    border:1px solid #d7d7d7;
    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;
}

.offer-bottom h5{
    font-size:16px;
}

.offer-bottom h5 span{
    color:#00aa74;
    font-weight:bold;
}

.offer-bottom .btn{
    margin-bottom:10px;
}

/* Halloween Offer */
.halloween-offer .offer-top {
    background-color: #ef9707;
    background: url(/public/static/images/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: #000;
    font-size:14px;
}

.halloween-offer .referral-coupon-input{
    font-size:17px;
    background:#fbfbfb;
}


/* Valentines Day Offer */
.valentine-offer .offer-top {
    background-color: #ee0f18;
     background: url(/public/static/images/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:300;
}

.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;
}



/* Video Modals */

.video-modal .modal-dialog{
    margin-top:80px;
    width:800px;
}

.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: 300;
    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: #00a4e6;
}

#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;
}

.chrome-welcome {
    text-align: center;
    position: relative;
    padding-bottom:100px;
    padding-top:180px;
    background:#f6fafd;
}

.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;
}


/* Call to action - Light
=========================*/
.calltoaction-section-light {
	background-color: #fff;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.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:#00a6e5;
}
.calltoaction-section-light .btn:hover {
	background-color: #0091cc;
}


/* Call to action - Dark
=========================*/
.calltoaction-section-dark {
	background-color: #00a3e9;
	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: #00a5e8;
	position: relative;
}
.calltoaction-section-dark .btn:hover {
	background-color: #3b4c5c;
	color: #fff;
}


/* Footer - Dark
=========================*/
.footer-section-dark {
	background-color: #00a4e6;
	color: rgba(255,255,255,0.6);
	font-size: 13px;
	padding: 60px 0 60px 0;
}
.footer-section-dark .logo-wrp img {
	height: 30px;
	margin-bottom:40px;
}
.footer-section-dark h6 {
	color: rgba(255,255,255,1);
	font-size: 16px;
	margin-bottom: 20px;
}
.footer-section-dark .l p {
	margin-bottom: 20px;
}
.footer-section-dark a {
	font-size:14px;
	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:60px;
}
.footer-section-dark .social a{
	display:inline;
	font-size:18px;
	margin-right:10px;
}
.footer-section-dark .tooltip.right {
    position:absolute;
    right:0px;
    left:65px;
}
.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;
}





/* ==========================================================================
   RESPONSIVE STYLES
 ========================================================================== */ 

/* Huge Desktop */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (min-width: 1900px) {
	
	/* Home */
	.home-intro{
		height:710px;
	}
	.desk-scene{
		background:none !important;
	}
	.white-chair{
		display:none;
	}
	.ipad-sitting {
	    right: 315px;
	}
	.imac {
	    right: -45px;
	}

}


/* Desktop */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (min-width: 1500px) {
	
	/* Home */
	.cups-pens{
		display:none;
	}

}

/*@media (min-width: 992px) and (max-width: 1199px) {
	.nav-wrp > .container { 
		max-width:840px !important;
	}
}*/



/* Desktop */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 1024px) {
    
    /* Home */
    .home-screenshot{
        display: block;
        position: absolute;
        top: 22px;
        left: 22px;
        width:620px;
    }

    .home-screenshot img{
        width:620px;
    }

    .home-video{
        display:none;
    }

}



/* Smaller Desktop */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 1199px) {

	/* General */
	.title{
		font-size:30px;
		margin-bottom:10px;
	}

	section{
		padding-top:50px;
		padding-bottom:50px;
	}

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

	/* Home */
	.home-intro .container{
		width:1100px;
	}

	.cups-pens{
		display:none;
	}

	.desk-scene {
	    background-position: -310px;
	}

	.info-wrp {
	    max-width: 400px;
	    padding-left: 30px;
	}

	.info-wrp .main-text{
		margin-top:60px;
		font-size:36px;
	}

	.info-wrp .sub-text{
		font-size:19px;
		margin-bottom:0;
	}

    .info-box-left{
        height:124px;
    }

    #stencil-slider{
        display:none;
    }

    .brands{
        border-bottom:1px solid rgba(0,0,0,0.06);
    }

	#count{
		padding:20px 40px 40px 40px
	}

	/* Features */
	.feature-section-stats .title-sub{
		margin-bottom:0;
	}

	.feature-section-stats {
		background-position:center 212px;
	}


    /* About */
    .pattern-bg-dark .title {
	    font-size: 38px;
	    color: #fff;
	}

     /* Chrome Install Page */
     .big-screen{
        margin-left:-235px;
     }

	/* Social Proof Block */
	.social-proof-section{
		padding-top:50px;
	}

	.social-proof-section .content .title{
		font-size:26px;
	}

    .pricing-tiers{
        height:auto;
        margin-bottom:20px;
        padding-bottom:70px;
    }

    .pricing-light{
        top:0 !important;
        margin-top:40px !important;
    }

    .pricing-pop{
        margin-top:40px !important;
    }

    
}


/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (min-width: 992px) {
    

}


/* iPad Portrait */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 991px) {

	/* General */
	section .container{
		padding-left:40px;
		padding-right:40px;
	}

	/* Home */
	.home-intro {
	    padding-top: 100px;
	    height: 562px;
	    overflow:visible;
        margin-bottom: 90px;
	}

    .home-video{
        display:none;
    }

    .home-screenshot{
        display:block;
        position: absolute;
        top: 22px;
        left: -3px;
    }

    .home-screenshot img{
        width:620px;
    }

	.home-intro .container{
		width:auto;
	}

	.desk-scene{
		background-position: right -60px;
	}

	.imac {
	    top: 34px;
	    right: 48%;
	}

	.ipad-sitting {
    	right: 205px;
	}	

	.white-chair{
		display:none;
	}

	.info-wrp {
	    max-width: 325px;
	    float:right;
	    padding-left:0;
	}

	.info-wrp .main-text{
		margin-top:90px;
		font-size:31px;
	}

	.chrome-ext-install{
		display:none;
	}

	.feedback-box{
		margin-bottom: 140px;
	    text-align: left;
	    font-size: 18px;
	    line-height: 1.6;
	    margin-left: 60px;
	    margin-right: 60px;
	    padding:24px;
	}
	
	.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;
	}

	#count {
		margin-bottom:170px;
		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;
	}

	.testimonial-section-3-col .container{
		padding-left:80px;
		padding-right:80px;
	}

	/* Features */
	.feature-section {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.feature-section .content {
		text-align:center;
	}

	.feature-section-stats {
	    background-position:center 80px;
	}

	.bg-section img {
	    display: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:#00a6e5;
    }




    .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:#f6fbfe;
		margin-top:7px;
		margin-right:0;
	}

	.navbar-toggle .icon-bar {
	    background-color:#00a6e5;
	}

	.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;
    }



}

/* 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-screenshot{
        left: -11px;
        position: absolute;
        top: 21px;
    }

    .home-screenshot img{
        width: 558px;
    }



	.imac {
	    right: 50%;
	    top: 290px;
	    margin-right: -300px;
	    width: 600px;
    	background-size: 600px;
	}
	.cups-pens {
	    top: 294px;
	}

	.white-chair{
		display:none;
	}

	.ipad-sitting{
		display:none;
	}

	.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;
	}

	.home-video {
	    position: absolute;
	    z-index: 1;
	    top: 20px;
	    right: 20px;
	    width: 559px;
	}

	/* Brands */
	.brands {
	    padding-top:50px;
	    border-top:1px solid rgba(0,0,0,0.06);
	}

	/* Features */
	.feature-section-stats {
 	   background-position: center 390px;
	}

    .pricing-testimonials{
        display:none;
    }

    .price-table .free, .price-table .pro{
        display:inline-block;
        float:none;
        width:auto;
    }

}

/* Big Mobile */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (max-width: 599px) {
    
    /* Home */
 	.cups-pens {
	    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: 300;
        color: #97a3ae;
    }
}

/* 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;
	}

	/* Home */
	.imac{
		display:none;
	}
	
	.desk-scene{
		background-position: right -154px;
	}

	.home-intro{
		height:627px;
		padding-top:60px;
	}

	.home-intro .main-text {
	    margin-top: 135px;
	    font-size: 31px;
	    padding: 0 10px;
	    text-align: center;
	    color:#3b4c5c;
	}

	.home-intro .sub-text{
		font-size:20px;
		text-align: center;
	}

	.home-intro .btn{
		display:none;
	}

	.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;
	}

	/* 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{
		padding-top:50px;
		padding-bottom:50px;
	}

	.feature-section-stats{
		display:none;
	}

	/* Footer */
	.calltoaction-section{
		display:none;
	}
	
	.logo-wrp{
		display:none;
	}

	/* About */
	/*.form-section{
		display:none;
	}*/

}


/* Anything Bigger Than Mobile */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media (min-width: 479px) {

	/* General */
	.mobile-only{
		display:none !important;
	}

}
