/* Analytics/Optimize */
.async-hide { opacity: 0 !important}
/* end */

body { 
  min-width: 320px;
  padding-top: 70px;
}
body.home {
  padding-top: 0;
  background: url(/img/packing.jpg) center center fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.dashboard > footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
body.dashboard > .container {
  margin: 3em 0;
}
body.dashboard table > thead > tr > th {
  text-align: left;
}
body.dashboard form input[type="text"],
body.dashboard form input[type="tel"],
body.dashboard form input[type="number"],
body.dashboard form input[type="password"],
body.dashboard form input[type="email"],
body.dashboard form textarea,
body.dashboard form select {
  min-width: auto;
}
.compatibility {
  padding:30px 0 1px 0;
  background: #fafafa;
  border-top:1px solid #eee;
  border-top:1px solid #eee;
}
.compatibility .row {
  max-width: 1400px;
  text-align: center;
}
.compatibility .columns img {
  opacity: .6;
  margin: auto;
  margin-bottom: 5px;
  width: 155px;
}
@media screen and (max-width:767px) {
  .compatibility .columns {
    width: 50% !important;
    float: left !important;
  }
}

img { border-radius: 3px; }

small {font-size: 85%}

.image-container {
  padding:0;
  border-radius: 3px;
  margin-bottom:3em;
}
@media only screen and (min-width: 768px) {
  .image-container {
    box-shadow:0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);
  }
}
.image-container.rounded {border-radius: 50%;overflow: hidden;}
.image-container img {margin-bottom: -9px}

.content-outer { background: #fff }
section {background: #fff}
.blue-transparent-bg {background: rgba(21, 40, 60, 0.91)}

/* page title */
#page-title {
   background: #383232;
   padding-top: 42px;
   padding-bottom: 54px;
}
#page-title h1 {
   font: 50px/60px raleway-bold, sans-serif;
   color: #fff;
   padding: 0;
   margin: 0 0 18px 0;
   text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
#page-title h1 span,
#page-title a { color: #35AAFB; }
#page-title p {
   font: 17px/36px notosans-regular, sans-serif;
   padding: 0;
   margin: 12px 5% 0;
   color: #b4a9a9;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
}

[disabled] {
  opacity: .5;
  pointer-events: none;
}

/* page content */
#page-content {
   padding-top: 54px;
   padding-bottom: 54px;
   margin: 0 auto;
   width: 91.66667%;
}
/* page */
.page section {
   padding-top: 24px;
   padding-bottom: 12px;
}
.title-heading.light {color:#35AAFB;}
.page h1, .title-heading {
   font: 34px/43px raleway-semibold, sans-serif;
   margin-bottom: 18px;
}

/* sidebar */
#sidebar {
   padding-top: 42px;
   padding-left: 18px;
}
#sidebar h5 {
   font: 18px/30px notosans-bold, sans-serif;
   font-weight: normal;
   margin-bottom: 6px;
}
#sidebar .widget { margin-bottom: 24px; }

/* Link list */
#sidebar .link-list {
   margin: 12px 0 18px 0;
   padding: 0;
}
#sidebar .link-list li {
   line-height: 24px;
}
#sidebar .link-list li a {
   border: none;
   color: #838C95;
}
#sidebar .link-list li a:hover {
   color: #313131;
}

/* tag cloud */
#sidebar .tagcloud {
   margin: 18px 0 18px -12px;
   padding: 0;
}
#sidebar .tagcloud a {
   font: bold 12px/24px notosans-regular , sans-serif !important;
   display: inline-block;
   float: left;
   margin: 0 0 12px 12px;
   padding: 6px 10px;
   position: relative;
   text-transform: uppercase;
   background: #D3D9D9;
	text-decoration: none;
   letter-spacing: 1px;
   color: #6D7E7E;

   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

   border-radius: 3px;
}
#sidebar .tagcloud a:hover {
    color: #fff;
    background: #35AAFB;
}

/* Photostream */
#sidebar .photostream {
   list-style: none;
   margin: 18px 0 24px -15px;
   padding: 0;
   overflow: hidden;
}
#sidebar .photostream li {
   float: left;
   display: inline-block;
   margin: 0 0 15px 15px;
   padding: 0;
}
#sidebar .photostream li a { }
#sidebar .photostream li a img {
   border-radius: 3px;
   height: 54px;
   width: 54px;
   vertical-align: bottom;
}

/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

header {
   height: 69px;
   width: 100%;
   position: fixed;
   z-index: 2;
   border-bottom: 1px solid transparent;
   -webkit-transition: all .3s;
   transition: all .3s;
}

header .logo {
  position: absolute;
  background: url(/img/collect-logo-white.svg) 0 0 no-repeat;
  background-size: 114px auto;
  left: 20px;
  width: 114px;
  height: 30px;
  top: 33px;
  color: #fff;
  letter-spacing: 1px;

  transform:translate3d(71px, 0, 0);
  -webkit-transform:translate3d(71px, 0, 0);

  -webkit-transition: transparent .3s;
  transition: transparent .3s;
  -webkit-transition: webkit-transform .2s .2s;
  transition: transform .2s .2s;
}
header .logo span {
  color:#7F1A23;
}
header .logo a {
  display: block;
  margin: 0;
	padding: 0;
	border: none;
	outline: none;
  width: 113px;
  height: 26px;
}
header .stripe-powered {opacity: .5}
header .stripe-powered-gray {
  visibility: hidden;
  position: absolute;

  transform:translate3d(0, 0, 0);
  -webkit-transform:translate3d(0, 0, 0);

  -webkit-transition: webkit-transform .2s .2s;
  transition: transform .2s .2s;
}

header.scrolled {
  top:0;
  background: #fff;
  border-color: #eaeaea;
  box-shadow: 0 1px 10px rgba(0,0,0,.09);
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.09);
}
header.scrolled .logo {
  color: #35AAFB;
  transform:translate3d(0, -13px, 0);
  -webkit-transform:translate3d(0, -13px, 0);
  background-image: url(/img/collect-logo-blue.svg);
}
header.scrolled .stripe-powered {
  display: none;
}
header.scrolled .stripe-powered-gray {
  visibility: visible;
  position: relative;

  transform:translate3d(0, -12px, 0);
  -webkit-transform:translate3d(0, -12px, 0);
}

.arial {
  font-family: 'Arial', sans-serif;
}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* nav-wrap */
#nav-wrap {
	position: relative;
  font: 14px raleway-bold, sans-serif;
  float: right;
  margin-top: 11px;
  margin-right: 0;
  z-index: 99999;
}

/* hide toggle button */
#nav-wrap > a.mobile-btn {
  display: none;
  border-radius: 3px;
}

ul#nav {
  min-height: 48px;
  width: auto;
  text-align: left;
}
ul#nav li {
	position: relative;
	list-style: none;
  height: 28px;
  display: inline-block;
}
ul#nav li img {
  margin-top: 25px;
  width: 93px;
}

ul#nav.visible-mobile {
  display: none;
}

/* Links */
ul#nav li a {
  display: inline-block;
  padding: 3px 11px;
  line-height: 32px;
	text-decoration: none;
  text-align: left;
  color: #fff;
}


ul#nav li:not(.visible-mobile) a {
  transform:translate3d(0, 11px, 0);
  -webkit-transform:translate3d(0, 11px, 0);

  -webkit-transition: all .2s ease-in-out .1s;
  -moz-transition: all .2s ease-in-out .1s;
  -o-transition: all .2s ease-in-out .1s;
  -ms-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
}
header.scrolled ul#nav li a {
  color: #8a8383;
  transform:translate3d(0, 0, 0);
  -webkit-transform:translate3d(0, 0, 0);
}
header.scrolled ul#nav li a.get-started-btn {
  background: #35aafb;
  color:#fff !important;
  border-radius:3px;
}


@media screen and (min-width:460px) {
  ul#nav li a:hover,
  ul#nav li a:active,
  ul#nav li.active a {
      background: #35aafb;
      color:#fff !important;
      border-radius:3px;
  }
}

/* adds down arrow */
ul#nav span:after {
   width: 0;
	height: 0px;
	border: 4px solid transparent;
	border-bottom: none;
	border-top-color: #8a8383;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: 5px;
}

/* Sub Menu
----------------------------------------------------- */
ul#nav ul {
  position: absolute;
  left: 0;
	background: #1f2024;
  min-width: 100%;

	border-radius: 0 0 3px 3px;

  /* for transition effects */
  opacity: 0;
  filter: alpha(opacity=0);

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

/* Third level sub menu
ul#nav ul ul {
	position: absolute;
	top: 0;
	left: 100%;

	border-radius: 0 3px 3px 3px;
}
*/

ul#nav ul li {
  padding: 0;
  display: block;
  text-align: left;

  /* for transition effects */
  height: 0;
  overflow: hidden;

  -webkit-transition: height .25s ease .1s;
  -moz-transition: height .25s ease .1s;
  -o-transition: height .25s ease .1s;
  -ms-transition: height .25s ease .1s;
  transition: height .25s ease .1s;
}

/*On Hover */
ul#nav li:hover > ul { opacity: 1; filter: alpha(opacity=100); }
ul#nav li:hover > ul li {
  height: 42px;
  overflow: visible;
  border-bottom: 1px solid #26272C;
}
ul#nav li:hover > ul li:last-child  { border: none; }

/* Sub Menu Anchor links */
ul#nav ul li a {
  padding: 6px 15px;
  margin: 0;
  white-space: nowrap;
  font-size: 13px;
}

ul.nav.visible-mobile {
  display: none;
  top: 19px !important;
  right: 68px !important;
  position: absolute;
}
ul.nav.visible-mobile li {
  line-height: 32px;
}
ul.nav.visible-mobile li a {
  padding: 11px 12px !important;
  text-align: center;
  width:auto !important;
}
ul.nav.visible-mobile li a:hover,
ul.nav.visible-mobile li a:active,
ul.nav.visible-mobile li.active a {
  background: #35aafb;
  color:#fff !important;
  border-radius:3px;
}


/* ------------------------------------------------------------------ */
/* c. Intro Section - Main Page
/* ------------------------------------------------------------------ */

span.stripe-text {
  background:url(/img/stripe-text-white.png) 0 0 no-repeat;
  width: 66px;
  height: 27px;
  margin-bottom: -5px;
  margin-right: -3px;
  margin-left: -2px;
  background-size: cover;
  display: inline-block;
}

/* Flex Slider
/* ------------------------------------------------------------------ */

/* Reset */
.flexslider a:active,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flex-direction-nav {display:none;}
.slides li { margin: 0; padding: 0;}

/* Necessary Styles */
.flexslider {
  padding: 50px 0 0 0;
  position: relative;
  color: #fff;
  zoom: 1;
  margin: 0;
}
.flexslider a {
  border-bottom: 1px solid rgba(255,255,255,5);
}
.flexslider a:not(.button):hover {
  opacity: .7;
  color:#fff;
}
.flexslider .slides { zoom: 1; z-index:1; min-height: 578px;}
.flexslider .slides > li { position: relative; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider.disabled .slides > li {display: block;}
/* Suggested container for slide animation setups. Can replace this with your own */
.flex-container { zoom: 1; position: relative; }

/* Clearfix for .slides */
.slides:before,
.slides:after {
  content: " ";
  display: table;
}
.slides:after {
  clear: both;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }


/* FlexSlider Intro Slider Styles */
.slides {
  position: relative;
}
.slides .action {
  margin-top:4em;
  margin-bottom: 3em;
}
.slides .action .button {
  border: 1px solid #0e72b7;
  border-bottom: 2px solid #0e72b7;
  box-shadow: 0 3px 9px rgba(0,0,0,.7);
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.7);
}
.slides .action .button:hover,
.slides .action .button:active,
.slides .action .button:focus {
  background: #fafafa;
  color: #0e72b7;
  border-color: #ddd;
}
.slides .action .button:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.slider-text {
  color: #e4e4e4;
  margin: 10em auto 24px auto;
}
.slider-text h1 {
  font: 34px/38px raleway-bold, sans-serif;
  color: #fff;
  padding: 0;
  margin: 0 0 18px 0;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
.slider-text h1 small {
  font-size:40%;
  font-family: sans-serif;
  font-weight: 300;
}
.slider-text h1 span,
.slider-text a { color: #35AAFB; }
.slider-text p {
   font: 21px/29px notosans-regular, sans-serif;
   padding: 0;
   margin: 13px 0 22px 0;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
}
.slider-image {
  position: absolute;
  width: 100%;
  margin-top: 3em;
}
.slider-text img {
   margin:1em 0;
}
.slider-text .stripe-powered {
   margin-top:3em;
}
.slider-text img.cloud {
   margin-top:4em;  
}
.slides li img {
   vertical-align: bottom;
   display: block;
}

/* Direction Navigation
--------------------------------------------------------------- */
.flex-direction-nav a {
   display: block;
	width: 40px;
	height: 66px;
	margin: -33px 0 0 0;
	background-color: #1f2024;
	cursor: pointer;
	z-index: 99999;
	opacity: 0;
   position: absolute;
	top: 50%;

   /* hide text */
   font: 0/0 a;
   text-shadow: none;
   color: transparent;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flex-direction-nav a:hover { background-color: #0F9095; }

.flex-direction-nav .flex-next {
	right: 0px;
	background: #1f2024 url(/img/direction-nav-right.png) no-repeat 47% 50%;
	position: absolute;

	border-radius: 3px 0 0 3px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
	background: #1f2024 url(/img/direction-nav-left.png) no-repeat 53% 50%;
	position: absolute;

	border-radius: 0 3px 3px 0;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { opacity: 1; }
.flex-direction-nav .flex-disabled {
   opacity: .3 !important;
   filter: alpha(opacity=30);
   cursor: default;
}

.panel {
   border: 1px solid #e5e5e4;
   background: #fff;
   border-radius: 4px;
   box-shadow: 0 1px 1px rgba(30,30,30,.1);
   -webkit-box-shadow: 0 1px 1px rgba(30,30,30,.1);
}
.panel .panel-body {
   padding:0 10px 10px 10px;
}
.panel .panel-body ul li,
.panel .panel-body ul li b {
   line-height: 20px;
   color: #666;
   margin:8px 0 18px 0;
   font-size: 16px !important;
}
.panel .panel-body ul li b {
   font-size: 14px !important;
   padding:0 10px;
}
.panel .panel-header {
   background: #35AAFB;
   padding:13px 0 2px 0;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}
.panel .panel-header h3 {
   color: #fff;
}

/* ------------------------------------------------------------------ */
/* d. Info Section - Main Page
/* ------------------------------------------------------------------ */

#info {
  padding-top: 60px;
  padding-bottom: 42px;
  background: #fff;
}
#pricing {
  font-family: raleway-bold;
  border-bottom:1px solid #eaeaea;
}
#specialPricing {
  visibility: hidden;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding:0;
}
#specialPricing form input.hidden {
  visibility: hidden;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
#specialPricing.show {
  visibility: visible;
  overflow: auto;
  width: auto;
  height: auto;
  padding:inherit;
}
#specialPricing form.hookform_success {
  font-size:17px;
  margin-top: 40px;
  padding: 20px;
  background: #fafafc;
  border: 1px solid #eaeaec;
  border-radius: 4px;
}
#info p:not(.lead), #pricing p:not(.lead) {
   line-height: 1.8;
}

.modal-wrapper {
  position: fixed;
  z-index: 999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
}
.modal-wrapper .modal-bg {
  background-color: rgba(0,0,0,.8);
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.modal-wrapper.show {
  display: block;
}
.modal-wrapper .modal {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  border-radius: 5px;
  padding:15px;
  text-align: center;
  width:500px;
  height:200px;
  margin-left:-250px;
  margin-top:-100px;
  left:50%;
  top:50%;
  box-shadow: 0 2px 8px #333;
}
.modal.sign-up .button {
  height:60px;
  line-height: 38px;
}
.modal h3 {
  margin-bottom: 1.5em;
}
.modal form input,
.modal form button {
  float:left;
}
.modal form input {
  width: 324px;
}
.modal form,
.modal p {
  margin-bottom: 0; 
}
.modal p em {
  color: #bbb;
}
.modal .button {
  width:30%;
  height: 60px;
  line-height: inherit;
  margin-left: 1%;
}
.hookform_success p {
  margin-bottom:.5em;
}
.hookform_success + p {
  display: none;
}

section.charge-screens,
section.customers {
  padding:3em 0;
  border-bottom:1px solid #eaeaea;
}
section.charge-screens .image-container:nth-child(n+3),
section.customers .image-container:nth-child(n+3) {
  margin-left:4%;
}
@media only screen and (max-width: 767px) {
  section.charge-screens .image-container,
  section.customers .image-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width:100%;
    text-align: center;
  }
}

section.thank-you {
  margin-top: 2em;
}
section.thank-you + footer {
  display: none;
}

/***** Get Started *****/
section.download,
section.blog-page {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
section.a200 {
  padding-top:50px;
}
section.a200 p {
  margin: 0 0 20px 0;
}
section.support,
section.faq {
  padding: 0;
  margin-top:50px
}
section.faq {
  margin-bottom: 50px;
}
section.faq .questions p {
  margin:1em 0;
  padding-left: 10px;
  border-left: 3px solid #f4f4f4;
  transition:border-color .3s;
  -moz-transition:border-color .3s;
  -webkit-transition:border-color .3s;
}
section.faq .questions p:hover {
  border-color: #139DC6;
}
section.faq .questions h5 {
  margin-top:1.5em;
  margin-bottom: 1em;
}
section.order h2 {
  margin-bottom: 1em;
}
section.order #signUp {
  padding-top: 5em;
}
form fieldset {
  border-bottom: 1px solid #dadada;
  padding-bottom: 24px;
  margin-bottom: 34px;
}
form input {
  padding: 8px;
  width: 100%;
}
section.order form input[type="submit"],
section.order form button,
section.order button.submit {
  background-color: #35aafb;
  height:49px;
  line-height:49px;
  padding:0;
}
section.order form input[type="submit"]:disabled,
section.order form button:disabled,
section.order button.submit:disabled {
  opacity: .5;
}
section.order form input[type="submit"]:hover,
section.order form button:hover,
section.order button.submit:hover {
  background-color: #2297e8;
  color:#fff;
}
section.order form input,
section.order form select {
  min-width: initial;
  min-width: auto;
  background: #f3f3f3;
}
section.order form input {
  color:#333;
}
section.order form select {
  height: 36px;
}
section.order form input[type="button"],
section.order form input[type="submit"],
section.order button.submit {
  color: #fff;
}
section.order form input[type="checkbox"] {
  background: transparent;
  height:14px;
  width:14px;
  display: inline-block;
}
section.order form input[type="number"] {
  padding-left:2px;
  padding-right:2px;
}
section.order form input#totalPrice {
  padding-right:5px;
  padding-left:2px;
}
section.order form input#a200Quantity::-moz-placeholder {
  color:#333;	
}
section.order form input#a200Quantity::-webkit-input-placeholder {
  color:#333;
}
section.order form input[disabled] {
  opacity: 1;
}
.checkbox label {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  section.order form label.totalLabel {
    margin-right:-2em;
  }
}

/* ------------------------------------------------------------------ */
/* e. Works Section - Main Page
/* ------------------------------------------------------------------ */

#works {
   text-shadow: 1px 1px 0 rgba(0,0,0,.4);
   color: #fff;
   padding-top: 48px;
   padding-bottom: 36px;
   border-top: 1px solid #E3E8E8;
   border-bottom: 1px solid #E3E8E8;
}
#works .row+.row {
  padding: 6em 0 1em 0;
}
#works a {
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.7);
}
#works a:hover {
  opacity: .7;
}
#works em {
   font-style: normal;
   background-color: rgba(25, 136, 215, 0.52);
   padding-left: 4px;
   padding-right: 4px;
}
#works .title-heading {
   color: #fff;
}

/* Portfolio Content */
#portfolio-wrapper { margin-top: 36px; }
#portfolio-wrapper .columns { margin-bottom: 36px; }

.portfolio-item .item-wrap {
   background: #fff;
   overflow: hidden;
   border-radius: 3px;

   -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.1);
   -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.1);
   box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.1);

   -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-item .item-wrap a {
   position: relative;
   display: block;
}

/* overlay */
.portfolio-item .item-wrap .overlay {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;

	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;

   border-radius: 3px 3px 0 0;
   background: url(/img/overlay.png) repeat;
}
.portfolio-item .item-wrap .link-icon {
   display: block;
   color: #fff;
   font-size: 40px;
   line-height: 40px;
   text-align: center;

   opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;

   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -18.5px;
   margin-top: -20px;
}

.portfolio-item .item-wrap img {
   vertical-align: bottom;
   border-radius: 3px 3px 0 0;
}

.portfolio-item .portfolio-item-meta { padding: 18px 0; }
.portfolio-item .portfolio-item-meta h5 a {
   font: 14px/18px notosans-bold, sans-serif;
   color: #35AAFB;
   margin-left: 7%;
}
.portfolio-item .portfolio-item-meta p {
   font: 12px/18px notosans-regular, sans-serif;
   color: #c6c7c7;
   margin-bottom: 0;
   margin-left: 7%;
}

/* on hover */
.portfolio-item:hover .item-wrap { background-color: #3A3434; }
.portfolio-item:hover h5 a { color: #fff !important; }
.portfolio-item:hover .overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.portfolio-item:hover .link-icon {
   opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}


/* ------------------------------------------------------------------ */
/* f. Journal Section - Main Page
/* ------------------------------------------------------------------ */

#journal {
   background: #fff;
   padding-top: 60px;
   padding-bottom: 48px;
}
#journal a, #journal a:visited  { color: #35AAFB; }
#journal a:hover, #journal a:focus { color: #313131; }

#journal h1 {
   font: 20px/32px raleway-bold, sans-serif;
   margin-bottom: 36px;
   color: #A1A8AF;
}
#journal .blog-entries { margin-top: 0; }
#journal .entry {
   margin-bottom: 12px;
   border-top: 1px dotted #d8d8d8;
   padding-top: 36px;
}
#journal .blog-entries article.entry:first-child {
   border-top: none;
   padding-top: 18px;
}

/* post header */
#journal .blog-entries .entry-header {
   position: relative;
   margin-bottom: 6px;
}
#journal .entry-header .entry-title { padding-right: 16.66667%; }
#journal .entry-header h3 { font: 31px/42px raleway-bold, sans-serif; }
#journal .entry-header .permalink {
   position: absolute;
   top: 18px;
   right: 60px;
   z-index: 999999;
}
#journal .entry-header .permalink a {
   color: #fff;
   display: block;
   text-align: center;
   background-color: #9199A1;
   width: 48px;
   height: 48px;
   margin: 0;
   padding: 0;

	border-radius: 100%;

   -webkit-transition:all .3s ease-in-out;
   -moz-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
   transition:all .3s ease-in-out;
}
#journal .entry-header .permalink a:hover {
   background-color: #35AAFB;
}
#journal .entry-header .permalink a i {
   font-size: 24px;
   line-height: 48px;
}

/* post meta */
#journal .entry .post-meta   {
   font: 15px/21px notosans-regular, sans-serif;
   margin-top: 12px;
   margin-bottom: 0;
   text-align: right;
}
#journal .entry .post-meta time,
#journal .entry .post-meta .dauthor {
   display: block;
}
#journal .entry .post-meta time {
   font-family: notosans-bold, sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
   color: #878282;
   margin-bottom: 6px;
}

/* post content */
#journal .entry .post-content {  padding-right: 16.66667%; }
#journal .entry .post-content p {
   font: 16px/30px notosans-regular, sans-serif;
}
#journal .entry .post-content a.more-link {
   font: 16px/30px notosans-bold, sans-serif;
   margin-left: 3px;
}
#journal .entry .post-content a.more-link i {
   margin-left: 10px;
   font-size: 14px;
}

/* ------------------------------------------------------------------ */
/* g. Call To Action Section
/* ------------------------------------------------------------------ */

.full-callout {
  font-size:110%;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  background: #fafafa;
  padding-top:2em;
}
.full-callout.branded,
.full-callout.blue {
  text-shadow:0 1px 1px rgba(0,0,0,.2);
  background: #239aed;
  color: #fff;
  border-color: #138add;
}
.full-callout.blue {
  background: rgba(21, 40, 60, 0.91);
}
.full-callout.branded a,
.full-callout.blue a {
  color:#fff;
  border-bottom: 1px dashed rgba(255,255,255,.7);
}
.full-callout.branded a:hover,
.full-callout.blue a:hover {
  opacity: .7;
}
.full-callout p {
  max-width: 620px;
  padding:0 15px;
  font-size: 105%;
  margin-left:auto;
  margin-right:auto;
}

#call-to-action,
#fallback {
  position: relative;
  background: #fff;
  padding-top: 66px;
  overflow: hidden;
  padding-bottom: 48px;
}
#call-to-action {
  background: #fafafa;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}
#call-to-action .action {
   margin-top: 12px;
}
#call-to-action>div {
  z-index:1;
  position: relative;
}
#call-to-action h1 {
  font: 34px/42px raleway-semibold, sans-serif;
  margin-bottom: 3px;
}
#call-to-action h1 a {
  color: inherit;
}
#call-to-action p {
  font-size: 17px;
}
#call-to-action .button {
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.1);
}

#call-to-action .button,
#call-to-action .button:hover,
#call-to-action .button:active {
  border-bottom:2px solid #2a97e2;
  margin-top:2em;
}
#call-to-action .button:active {
  margin-top:34px;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

#call-to-action .button,
#call-to-action .button:hover,
#call-to-action .button:active,
.cta .button:hover,
.cta .button:active {
  background: #35aafb;
  color: #fff;
}
#call-to-action p span {
	font-family: 'notosans-bold', sans-serif; 
}
.clearfix:after,
.clearfix:before {
  content:' ';
  display: table;
  clear:both;
}
.cta-pricing {
  padding:20px 10px;
  position: relative;
  overflow: visible;
}
.cta-pricing p {
  margin-bottom: 0;
  color:#838C95;
}
.cta-home {
  background: #fff;
  padding:19px 10px 60px 10px;
  position: relative;
  border-top:1px solid #ccc;
  overflow: visible;
}
.cta-home h3 {
  font-family: 'raleway', sans-serif;
  font-weight: 400;
}
.cta-home a:not(.download) {
  border-bottom: 1px solid;
}
.home a.download,
.download a.download {
  position: relative;
  background: url('/img/app-store.svg') 0 0 no-repeat;
  display: inline-block;
  background-size: 140px 42px;
  border-bottom: none;
  height: 42px;
  width: 140px;
  box-shadow: 0 0 19px rgba(255,255,255,.2);
  -webkit-box-shadow: 0 0 19px rgba(255,255,255,.2);
}
.home a.download.google-play,
.download a.download.google-play {
   background: url('/img/google-play-bw.png') 0 -9px no-repeat;
   background-size: auto 61px;
   width: 150px;
}
a.download.google-play {cursor: pointer;}
.coming-text {display:none;}
.cta-home form {
  display: block;
  margin: .5em auto 1em auto;
}
.cta-home h2 {
   margin:.5em auto;
}
.cta-home form input[type="text"],
.cta-home form input[type="number"] {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 69%;
}
.cta-home .button {
   font-size:17px;
}
.cta-home .button,
.cta-pricing .button {
  background-color:#DD1F50;
  height:63px;
  line-height: 42px;
  width:80%;
}
.cta-pricing form input,
.cta-pricing form button {
  float:left;
}
.cta-pricing .button {
  width:30%;
  height: 60px;
  line-height: inherit;
  margin-left: 1%;
}

/* ------------------------------------------------------------------ */
/* h. Tweets Section - Main Page
/* ------------------------------------------------------------------ */

#tweets {
   background: #f5f5f5;
   padding-top: 60px;
   padding-bottom: 30px;
   border-top: 1px solid #E3E8E8;
   border-bottom: 1px solid #C1CDCD;
}
.tweeter-icon { font-size: 54px; }

/* Twitter Feed */
#tweets #twitter {
   margin: 24px auto;
   padding: 0;
   width: 90%;
}
#tweets #twitter li {
   margin: 6px 0px 18px 0;
   line-height: 24px;
}
#tweets #twitter li span {
   display: block;
   font: 24px/48px raleway-semibold, Sans-serif;
   margin-bottom: 12px;
   color: #99A0A8;
}
#tweets #twitter li b a {
   font: 18px/36px notosans-regular, Sans-serif;
   color: #A4ABB2;
   border: none;
}
#tweets .button {
   padding: 6px 24px;
}

/* ------------------------------------------------------------------ */
/* i. Blog
/* ------------------------------------------------------------------ */
section.blog-page {
  background: #f8fafb;
  padding-top:44px;
}
section.blog-page.post {
  background: white;
}
section.blog-page a {
  color: #35aafb;
}
section.blog-page .heading h2 {
  margin-bottom: 2px;
}
section.blog-page .heading a span,
section.blog-page .heading .meta {
  color:#aaa;
  font-size:110%;
}
.blog-list {
  margin-top: 4rem;
  position: relative;
}
.blog-list .blog-post .title + div {
  color: #445461;
}
.blog-list .blog-post .meta {
  float: right;
  margin-top:-.4em;
  color: #888;
}
.card {
  padding: 2.5rem;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 7px 0 rgba(30,40,45,.1);
  -moz-box-shadow: 0 2px 7px 0 rgba(30,40,45,.1);
  -webkit-box-shadow: 0 2px 7px 0 rgba(30,40,45,.1);
}
.blog-post-full .post-content {
  margin-top: 3em;
}
.form-control {
  width: 100%;
}
.post {
   padding-top: 24px;
   padding-bottom: 18px;
}
.post .entry-header {
   position: relative;
   width: 100%;
}
.post .entry-header h1 {
   font: 39px/48px raleway-semibold, sans-serif;
   margin-bottom: 18px;
}
.post .entry-header h1 a,
.post .entry-header h1 a:visited { color: #484848; }
.post .entry-header h1 a:hover,
.post .entry-header h1 a:focus { color: #4c4c4c; }

.post .post-meta {
   font: 15px/24px notosans-regular, sans-serif;
}
.post .post-meta a,
.post .post-meta a:visited { color: #AFB4BB; }
.post .post-meta a:hover,
.post .post-meta a:focus { color: #35AAFB; }

.post .post-meta .date {
   display: inline-block;
   font: 15px/24px notosans-bold, sans-serif;
   color: #313131;
}
.post .post-meta .categories {
   display: inline-block;
}
.post .post-meta .categories a { display: inline-block; }


/* post image */
.post .post-thumb {
   margin: 6px 0 18px 0;
   width: 100%;
}

/* post content */
.post .post-content {
   margin-bottom: 18px;
}

/* tags */
.post .post-content .tags {
  margin-top: 18px;
  font-family: notosans-regular, sans-serif;
}
.post .post-content .tags a { font-family: notosans-bold, sans-serif; }

/* bio */
.post .bio {
   margin-top: 30px;
   padding-top: 30px;
   padding: 36px;
   background: #EFF1F0;

	border-radius: 3px;
}
.post .bio .gravatar {
   width: 16.66667%;
   float: left;
   width: 72px;
   height: 72px;
}
.post .bio .gravatar img {
   margin-top: 12px;
	border-radius: 100%;
}
.post .bio .about {
   width: 78%;
   float: right;
}
.post .bio .about h5 {
   font: 18px/30px notosans-bold, sans-serif;
   margin-bottom: 6px;
}

/* post-nav */
.post-nav {
   margin: 24px 0;
   padding: 30px 0 0 0;
   border-top: 1px solid #E0E0E0;
   font: 16px/30px notosans-regular, sans-serif;
}
.post-nav li {
   display: inline-block;
   margin: 0;
   padding: 0;
   width: 49%;
   line-height: 30px;
}
.post-nav li a { color: #9FA5AD;  }
.post-nav li a:hover { color: #313131; }
.post-nav li strong {
   font: 16px/30px raleway-heavy, sans-serif;
   text-transform: uppercase;
   color: #35AAFB;
   letter-spacing: 0.5px;
   display: block;
}
.post-nav li.next {
   float: right;
   text-align: right;
}
.post-nav li.prev {
   float: left;
   text-align: left;
}

/* Comments
/* ------------------------------------------------------------------ */
#comments {
   padding-top: 12px;
   padding-bottom: 12px;
}
#comments h3 {
   font: 20px/30px notosans-bold, sans-serif;
   margin-bottom: 6px;
}

/* Comments List */
ol.commentlist {
   border-top: 1px dotted #E1E5E3;
	margin: 29px 0 54px 0;
	padding: 0;
   margin-left: 16.66667%;
}
.commentlist > li {
   position: relative;
	list-style: none;
	margin: 0;
	padding: 18px 0 17px 0;
	border-bottom: 1px dotted #D9DEDB;
}
.commentlist  li .avatar {
   position: absolute;
   left: -50px;
   display: block;

   height: 50px;
   width: 50px;
}
.commentlist li .avatar img {
   margin-top: 6px;
   height: 50px;
   width: 50px;

  	border-radius: 100% 100% 100% 100%;
}
.commentlist li .comment-info cite {
   font: 16px/30px notosans-bold, sans-serif;
   color: #454545;
}
.commentlist li .comment-info .comment-meta {
   font-size: 14px;
   line-height: 24px;
   display: block;
}
.commentlist li .comment-info .comment-meta .reply {
   font-family: notosans-bold, sans-serif;
}
.commentlist li .comment-info .comment-meta .sep {
   margin: 0 5px;
   color: #AEB6B7;
}
.commentlist li .comment-text {
	clear: both;
	margin: 24px 0 0 0;
   padding: 0;
   line-height: 24px;
}

/* children */
.commentlist li ul.children {
   margin: 0;
   padding: 18px 0 0 0;
}
.commentlist li ul.children li {
   padding-left:  5% ;
   padding-top: 17px;
   border-top: 1px dotted #D9DEDB;
}

/* ------------------------------------------------------------------ */
/* j. Porfolio
/* ------------------------------------------------------------------ */

.portfolio section {
   padding-top: 24px;
   padding-bottom: 30px;
}
.portfolio .entry-media img {
   margin-bottom: 24px;
}
.portfolio .entry-details {
   font-size: 15px;
   margin-bottom: 24px;
   padding-right: 30px;
}
.portfolio .entry-excerpt {
   font: 20px/36px raleway-regular, sans-serif;
   color: #9FA5AD;
}
.portfolio .entry-details h1 {
   font: 30px/42px raleway-semibold, sans-serif;
   margin-bottom: 18px;
}
.portfolio .portfolio-meta-list li {
   line-height: 30px;
   margin-bottom: 12px;
}
.portfolio .portfolio-meta-list li span {
   font-family: notosans-bold, sans-serif;
   display: block;
   color: #313131;
}
.portfolio .post-nav {
   margin-left: 18px;
   margin-right: 18px;
}

.portfolio #portfolio-wrapper {
   margin-top: 6px;
}

/* ------------------------------------------------------------------ */
/* k. About
/* ------------------------------------------------------------------ */

/* Team Members */
#team-wrapper { }

#team-wrapper .member {
   margin-bottom: 24px;
   margin-top: 12px;
}
#team-wrapper img {
	margin-bottom: 12px;
}
#team-wrapper h5 {
   font: 16px/24px notosans-bold, sans-serif;
}
#team-wrapper span {
   position: relative;
   top: -6px;
   font-size: 13px;
   line-height: 18px;
   color: #969696;
}
#team-wrapper .member-social {
   font-size: 20px;
   font-weight: normal;
   line-height: 18px;
   color: #969696;
   margin: -12px 0 0 0;
   padding: 0;
}
#team-wrapper .member-social li {
   display: inline-block;
   margin-right: 15px;
}
#team-wrapper .member-social li a { color: #424242; }
#team-wrapper .member-social li a:hover { color: #35AAFB; }

/* ------------------------------------------------------------------ */
/* l. Contact
/* ------------------------------------------------------------------ */

/* contact form */
#contact-form form { margin-bottom: 30px; }
#contact-form div {
   float: left;
   width: 100%;
}
#contact-form .half { width: 47%; }
#contact-form label {
	display: inline-block;
	float: left;
}
#contact-form input,
#contact-form textarea,
#contact-form select {
  	width: 100% !important;
   min-width: none;
   margin-bottom: 12px;
}
#contact-form select {
   height: 30px;
}
#contact-form button.submit {
   text-transform: uppercase;
 	letter-spacing: 2px;
   margin-top: 24px;
}
#contact-form span.required {
	color: #35AAFB;
}

#message-warning,
#message-success {
   display: none;
	background: #383232;
	padding: 24px 24px;
	margin-bottom: 36px;

 	border-radius: 3px;
}
#message-warning { color: #DD4646; }
#message-success { color: #35AAFB; }

#message-warning i,
#message-success i {
   margin-right: 10px;
}

#image-loader {
   display: none;
   position: relative;
   left: 18px;
   top: 12px;
}

/* ------------------------------------------------------------------ */
/* m. footer
/* ------------------------------------------------------------------ */

footer {
  color:#fff;
  color: rgba(255,255,255,.6);
  padding-top: 16px;
  padding-bottom: 18px;
  font-size: 14px;
}
footer a, footer a:visited { color: #6A747C; }
footer a:hover { color: #35AAFB; }

/* footer nav */
footer .footer-nav {
   font: 18px/36px raleway-bold, sans-serif;
   margin: 0;
   padding: 0 0 24px 0;
   text-align: center;
   border-bottom: 1px solid #c4caca;
}
footer .footer-nav li {
   display: inline;
   margin-right: 20px;
   margin-left: 20px;
}
footer .footer-nav a { color: #7B858E; }
footer .footer-nav a:hover { color: #313131; }

/* social links */
footer .footer-social {
   margin: 36px 0 24px 0;
   padding: 0;
   font-size: 30px;
   text-align: center;
}
footer .footer-social li {
   display: inline-block;
   margin: 0;
   padding: 0;
   margin-left: 24px;
   margin-right: 24px;
}
footer .footer-social li a { color: #7B858E; }
footer .footer-social li a:hover { color: #313131; }

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font: 14px/30px notosans-regular, sans-serif;
 }
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}

footer .copyright li:before {
    content: "|";
    padding-left: 10px;
    padding-right: 12px;
    color: #B4BBBB;
}
footer .copyright  li:first-child:before {
    display: none;
}


form label {
  font-family: "notosans-regular";
}

/***** Support Page *****/
form#support {
  margin: 2em 0;
  padding: 2em 0;
  border-top:1px solid #ddd;
}
form.hookform_success {
  text-align: center;
  padding: 8em 0;
}
.hookform_errors {
    border: 1px solid #d57070;
    margin-bottom: 5px;
    border-radius: 4px;
}
.hookform_errors p {
    background: #d57070;
    color:#ffffff;
    text-shadow:1px 1px 0 rgba(0,0,0,.2);
    padding: 6px 13px;
    margin-bottom: 5px;
}
.hookform_errors ul {
    padding: 0 13px;
    list-style: initial;
    margin-left:20px;
}
.hf_validation_required {
  margin-top:-21px;
}
#stripeErrors {
  visibility: hidden;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border:1px solid #d57070;
  font-size: 14px;
  position:relative;
}
#stripeErrors.show {
  visibility: visible;
  padding: 4px 42px;
  margin-left:4px;
  margin-bottom: 30px;
}
#stripeErrors::before {
  content: '!';
  position:absolute;
  top:-1px;
  left:-5px;
  height:40px;
  line-height:40px;
  padding:0 15px;
  color:#fff;
  font-weight:bold;
  font-family:"helvetica", sans-serif;
  background:#d57070;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
}

/***** WEB APP *****/
.container.web-app {
  margin: 2em auto;
}


