
/* GLOBAL */

* {	
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

body {
	font-family: 'Lato', sans-serif !important;
	font-weight: 500 !important;
	font-size: 16px;
	color: #393839 !important;
	border-top: none !important;
}

a {
   color: #385dab;
}

.fact:hover {
    opacity: 0;

}

.thumbnail a>img {
  width: 95% !important;
}

.hs-form-field ul {
      padding:0;
  list-style-type: none;
}

.hs-error-msgs ul {
    list-style-type:none;
    padding:0;
    margin:0;
}
.hs-error-msgs label {
  margin: 0 0 2px;
  padding: 2px 6px;
  height: auto;
  background-color: #fdd2d0;
  font-size: 11px;
  border: 1px solid #fcb3af;
  padding: 4px 16px 4px 10px;
  color: #000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fdd2d0));
  background-image: -webkit-linear-gradient(#fefefe,#fdd2d0);
  background-image: -moz-linear-gradient(#fefefe,#fdd2d0);
  background-image: -o-linear-gradient(#fefefe,#fdd2d0);
  background-image: linear-gradient(#fefefe,#fdd2d0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px #ddd;
  -moz-box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd;
  z-index: 99999;
}

.hs-form-field{
    position:relative;
}
.hs-error-msgs label {
    position:absolute;
    left:0;
    top:-20px;
}

.hs-form-field label span {
  display:none;
}

.hs-form-field label {
    padding: 2px;

}

.hs-featured-image {
  width: 95% !important;
}

.fact {
        -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
    
}

a:hover, a:active, a:focus {
   outline: 0;
   color: #385dab;
}

.img-full {
	width: 100%;
	height: auto;
	padding: 0;
}


.carousel-inner .item img.play-btn {
	width: 20% !important;
	height: auto !important;
	padding-bottom: 20px;
}
.thumbnail {
	background: transparent;
	border: none;
	margin-bottom: 10px;
}
.hs-featured-image {
	margin-bottom: 0 !important;
}
label {
	display: block;
}
.radio label, .checkbox label {
	margin-bottom: 5px;
}

.top5 { margin-top:5px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }
.top90 { margin-top:90px; }

.scale { -webkit-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.scale:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.op5 {
	opacity: 0.5;
}
.op7 {
	opacity: 0.7;
}

.nopad {
	padding: 0;
}

.btn .fa-arrow-right {
	padding-left: 10px;
}

.btn-primary,
input[type="submit"] {
  color: #fff !important;
  background-color: #e64b45 !important;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  display: inline-block;
  font-weight: 700 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #db4742;
  text-shadow: none !important;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  color: #fff !important;
  background-color: #ff524d !important;
  border-color: #f24e49;
}
.btn-primary:active,
input[type="submit"]:active {
  background-image: none;
}
.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px !important;
	font-size: 0.8em !important;
}
.btn-default {
	background-color: #c7c8c9;
	color: #959598;
}
input[type="submit"] {
	margin-top: 20px;
}

h3 {
	font-size: 2.3em;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 900 !important;
}

.thin * {
	font-weight: 100 !important;
}
.lgt * {
	font-weight: 300 !important;
}
.reg {
	font-weight: 400 !important;
}
.strong,strong {
	font-weight: 700 !important;
}
.blk, .blk * {
	font-weight: 900 !important;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 15px;
}
.invert {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.up {
	text-transform: uppercase;
}

.gmaps {
    position: relative;
    padding-bottom: 90%; // (450 ÃƒÆ’Ã‚Â· 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
}
.gmaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


/* FORM */

:focus {
	outline: 0 !important;
}

.form-group {
	margin-bottom: 0;
}
.form-control,
.hs-input {
  display: block;
  width: 100%;
  line-height: 1.42857143;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.hs-form-required {
	display: none;
}
.form-control, .hs-input {
	background-color: transparent !important;
	color: #fff;
	font-size: 16px;
	height: 43px;
	padding: 12px;
	font-weight: 300;
}

.appSection2 .form-control {
  text-align: left !important;
  color: #fff !important;
  /* height: 34px; */
  margin-bottom: 10px;
  width: 100%;
}

.appSection2 .hs-input {
  text-align: left !important;
  color: #fff !important;
  /* height: 34px; */
  margin-bottom: 10px;
  width: 100%;
}

.appSection2 .hs-form-field label {
    padding: 0px !important;

}

.appSection2 label {
}

.appSection2 form {
  margin: 0px auto;
  padding: 10px 0px;
  font-size: 1em;
}

.appSection2 .btn-primary {
  font-size: 12px;
}
.appSection2 input[type="submit"] {
  margin-top: 0px !important;
}
.appSection2 {
  font-weight: 300;
}

.appSection2 input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.appSection2 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.appSection2 input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.appSection2 input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

.appSection .form-control {
  text-align: left !important;
  color: #000 !important;
  height: 34px;
  margin-bottom: 10px;
  width: 80%;
}

.appSection label {
  display: none;
}

.appSection form {
  margin: 0px auto;
  padding: 10px 0px;
  font-size: 1em;
  margin: 5px 0px;
}

.appSection .btn-primary {
  font-size: 12px;
}
.appSection input[type="submit"] {
  margin-top: 0px !important;
}
.appSection {
  font-weight: 300;
}

.form-control:focus {
  border-color: #87d0d4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(135, 208, 212, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(135, 208, 212, .6);
}
.sub-ftr form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.sub-ftr form .form-control:-ms-input-placeholder {
  color: #fff;
}
.sub-ftr form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.blog .widget .form-control,
.blog .widget .form-control::-moz-placeholder,
.blog .widget .form-control:-ms-input-placeholder,
.blog .widget .form-control::-webkit-input-placeholder {
	color: #393839 !important;
}



/* HEADER */

#jumbo.lg {
	max-height: 744px;
	overflow: hidden;
}

#jumbo.sm {
	max-height: 4790px;
	overflow: hidden;
}

.desc {
	font-size: 0.65em;
	/*color: #000;*/
	float: left;
}

.top-nav-collapse {
    padding: 0;
    background: rgba(0,0,0,0.8);
}

.navbar-toggle {
  background-color: #000;
  top: 5px;
  padding: 9px 10px;
}
.navbar-toggle .icon-bar {
	background-color: #87d0d4;
	width: 30px;
	height: 3px;
}

.navbar-toggle {
	position: absolute;
	right: 0;
}


/* NAVIGATION */
#ampyMove {
    max-width: 200px;
    display: block;
    margin: 0px auto;
}

.navbar {
	min-height: 79px;
}

.navbar-brand {
	color: #fff;
	height: auto;
}

.nav-scroller {
  opacity: 0.0;
}

.smaller {
  font-size:2.0em !important;
}

.nav>li>a {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	font-size: 14px;
	margin: 0 15px;
	padding: 10px 0;
}
.nav>li>a:hover,
.nav>li.active>a {
	color: #fff !important;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}

.nav>li.order>a {
	border-radius: 3px;
	border: 1px solid #fff;
	padding: 8px 10px;
}
.nav>li.order>a:hover,
.nav>li.order.active>a {
	background-color: rgba(255,255,255,0.1);
}

.navbar-collapse li a {
	text-shadow: 0 0 3px #000;
}


/* CAROUSEL */

#carousel-308740 {
	background-color: #000;
}
.carousel-inner .item  {
  /*-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
}

/*.carousel-inner .holder {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}*/
.carousel-inner .holder {
	position: absolute;
	top: 25%;
}
.carousel-inner .static {
	position: absolute;
	top: 25%;
}
.carousel-inner .item img {
	width: 100%;
	height: auto;
	z-index: 0;
	/*opacity: 0.6;*/
	user-drag: none; -moz-user-select: none; -webkit-user-drag: none;
}

.carousel-inner p.lead {
	color: #fff;
	text-shadow: 0 0 1px #666;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.holder div {
  font-size:1.2em;
  color:#DDDDDD;
}

.dragon {
  display:block;
  height:150px;
}

.dragonsmall {
  display:none;
}

.redOne{
  background-color: #E54533;
}
.redOne a {
  font-size: 18px !important;
}

.holder ul {
  width:100%;
}
.holder ul li {
  display:inline-block;
}

.col-sm-4 strong {
  display:block;
  margin-bottom:5px;
}

.bio {
  text-align: center;
  
}

.bios {
  text-align: center;
  display:block;
  margin: 0px auto;
  
}

.widget ul {
  list-style-type: none;
  padding: 0px;
}
.bio .thumbnail img {
  max-width: 200px;
}

.bio p {
  font-size: 0.8em;
  text-align:justify;
}

.lead {
	font-size: 2.5em;
	font-weight: 400;
	margin-bottom: 20px !important;
}


.meetit2 {
  text-align:center;
  font-size: 1.2em;
  padding: 0px !important;
  position: relative;
  min-height: 550px;
  
}

.meetit2 img {
  	display: inline-block;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  max-width: 2706px;

}

.moveline {
  color: #ff2502;
  border-bottom: 1px solid #ff2502;
  width: 100%;
  display:block;
}

.movecircle {
  background: #ff2502;
  border-radius: 10px;
  width: 22px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}



.meetit {
  text-align:center;
  font-size: 1.2em;
  padding: 0px !important;
  position: relative;
  min-height: 400px;
  
}

.appiconh:hover {
   background: #009b9f;
   cursor: pointer;
}

.appicon {
  font-size: 0.6em;
  text-align: center;
  padding: 10px 5px;
  float: left;
  min-width: 80px;
}

.appiconimg {
   width: 100%;
   max-width: 60px;
   display: block;
   margin: 0px auto;
   padding-bottom: 10px;
}


.meetit img {
  	display: inline-block;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  max-width: 600px;

}

#secondfold {
  text-align: center;
  width: 100%;
  margin: 0px !important;
  background: #45b9bb;
  color: #FFFFFF;
  font-weight: 400;
}

.charges {
  list-style-type:none;
}

.charges li {
  font-size:0.8em;
}

.charges li img {
  max-width:500px;
  width: auto;

}

.charges li a img:first-child {
  opacity:0;
  position:absolute;
      -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.charges li a:hover img:first-child {
  opacity: 1;
}


.instagram img:first-child {
  opacity:0;
  position:absolute;
}

.instagram:hover img:first-child {
  opacity: 1;
}

.charges li a:hover img:last-child {

}

.charges li span {
  max-width:280px;
  width:auto;
  display:block;
  font-size:1.2em;
}

.charges h2 {
  margin-bottom:5px;
  margin-top:5px;
  font-weight: bold;
  font-size: 1.25em !important;
}

.charging h2 {
  font-size:1.0em;
  margin-bottom:5px;
  font-weight: bold;
}

.charging span {
  font-size:0.95em;
  max-width:400px;
  width: auto;
  display:block;
  margin:0px auto;
}

.charging {
  text-align:center;
}
.dualmode {
  max-width:400px;
  width:100%;
  padding-bottom:10px;
}

.more-power img {
  width: 100%;
  max-width: 300px;
}
.carousel .carrot.left,
.carousel .carrot.right {
	font-weight: 300;
}
.carrot,
.accord {
	font-size: 54px;
	color: #fff;
	font-weight: 100;
	position: relative;
	display: block;
	height: 60px;
	width: 35px;
	text-align: center;
	margin: 0 auto;
	z-index: 100;
}
.carrot:hover,
.accord:hover {
	color: #fff;
	opacity: 1;
}
.carrot span,
.accord span,
.accord.flip.collapsed span {
  -moz-transform: scale(-1.3, -1);
  -webkit-transform: scale(-1.3, -1);
  -o-transform: scale(-1.3, -1);
  -ms-transform: scale(-1.3, -1);
  transform: scale(-1.3, -1);
  position: absolute;
  margin-left: -18px;
  margin-top: -15px;
  margin-bottom: -15px;
}
.carrot.flip span,
.accord.flip span {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  margin-left: -15px;
  margin-top: -5px;
  margin-bottom: 15px;
}
.carrot.flip.collapsed span,
.accord.flip.collapsed span {
  margin-left: -15px;
  margin-top: -25px;
}
.carrot.left span {
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.carrot.right span {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.carrot.active {
	width: 35px;
	height: 60px;
	margin: 0 auto;
}
.carousel-indicators .active {
	background-color: transparent;
}
/*.kickstarter {
	z-index: 20;
	margin-left: -10px;
}*/
a.op5.sec-2 {
	display: inline-block;
	position: relative;
	z-index: 999;
}
.carousel-inner .static.green-bg {
	background-color: rgba(58,150,144,0.7);
	padding: 50px 0 30px 0;
}
.green-bg p {
	color: #fff;
	font-weight: 300;
	font-size: 1.7em;
}

.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 100%;
}
.carousel.vertical .prev {
  top: -100%;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -100%;
}
.carousel.vertical .active.right {
  top: 100%;
}
.carousel.vertical .item {
    left: 0;
}

/* SECTION 2 */

.as-seen span {
	font-size: 1.4em;
	vertical-align: middle;
}
.as-seen ul {
	padding: 0;
	list-style: none;
}
.as-seen li {
	padding: 5px;
	display: inline-block;
}
.as-seen .carousel-inner {
	float: left;
	width:  auto;
	padding-left: 0;
	padding-right: 0;
}

.img-col-3 li {
	list-style: none;
}
	
.img-col-3 img,
#mission img {
	display: inline-block;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#sec-2.about .container {
	background-color: #dbf1f2;
}
#sec-2.about {
}
#sec-2 p.lead {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 30px;
}
.about .pull-right a:first-child {
	margin: 15px 0;
}
.about .pull-right a:last-child {
	margin-bottom: 30px;
}
#about-more, #mission {
	/* line-height: 2em; */
}

#about-more p {
  font-weight: 300 !important;
}
#mission {
	position: relative;
}
/*#mission {
	background: url(../img/mission-bg.jpg) left top no-repeat;
	background-size: cover;
	min-height: 686px;
	color: #fff;
	position: relative;
}*/
#mission h3 {
	margin-bottom: 10px;
}


/* SECTION 3 */

.chart .container-fluid {
	overflow:hidden;
}
.leadership {
	background-color: #c3e7e9;
}
#sec-3 h4 {
}
#sec-3 h4 br {
	line-height: 35px;
}


/* SECTION 4 */
.q-a h3 {
	font-size: 2.5em;
}
.q-a strong {
	font-size: 1.2em;
}
.board h4,
.leadership h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.title.small {
	padding-bottom: 10px;
	display: block;
}
h3.title,
h3 .title {
	text-transform: uppercase;
}
.board {
	padding-top: 0;
}
.board .caption p {
	font-size: 16px;
}
.caption {
	margin-bottom: 20px;
}
#sec-4.board .container,
.more-qa .container {
	background-color: #d7f2f5;
}

/* Product */

.product {
	border-bottom: 1px solid #808083;
	margin-bottom: 50px;
}
.price {
	font-size: 1em;
}
.tax {
	color: #70c7c7;
	font-size: 0.8em;
}
.product small {
	color:  #4b5051;
	font-size: 0.8em;
}
.save {
	color: #e64b45;
	font-weight: bold;
}



/* SECTION 5 */

.know {
	color: #fff;
	font-size: 1.1em;
}
.know .container-fluid {
	background: url(http://cdn2.hubspot.net/hub/410447/file-1814850950-jpg/images/runner-bg.jpg) left top no-repeat;
	background-size: cover;
	min-height: 239px;
}
.know .container-fluid2 {
	background: url(http://cdn2.hubspot.net/hub/410447/file-2362581143-jpg/images/wearable-bg.jpg?t=1422230266385) left top no-repeat;
	background-size: cover;
	min-height: 300px;
}
.know h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.1em;
	font-weight: 300;
}
.know .container-fluid2 h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.1em;
	font-weight: 300;
	width: 100%;
	text-align:center;
	padding-top: 100px;
}
.know p {
	font-size: 1.25em;
}
.know ul {
	padding-left: 15px;
	list-style: none;

}

.know img {
  width:100%;
}
.mobile-app {
	margin-bottom: -20px;
}

.map .row {
	margin-bottom: 20px;
}

.add-me {
	font-size: 0.8em;
}
.hs_email_updates>label {
	font-weight: bold;
}
.hs_email_updates .inputs-list {
	list-style: none;
	padding-left: 35px;
}
.radio label, .checkbox label {
	padding-left: 0;
}


/* BLOG */
.caption h2,
.caption h3,
.caption h2 a,
.caption h3 a {
	font-size: 1.3em;
	font-weight: 900;
	color: #393839 !important;
	margin-top: 0;
}
.caption h2 a:hover,
.caption h3 a:hover {
	color: #525052 !important;
}
.post-body hr {
	display: none;
}
.meta {
	font-size: 0.85em;
	padding-bottom: 10px;
}
.meta .author {
	font-weight: 900;
}
.meta a, .comments a {
	color: #70c7c7;
}
.meta a:hover, .comments a:hover {
	color: #7ee0e0 !important;
}
.meta span {
	display: block;
}
.btn-blog {
	font-size: 1.1em;
	font-weight: 700;
	border: 1px solid #385dab;
	color: #385dab;
	border-radius: 0;
	margin-bottom: 15px;
}
.comments {
	font-size: 0.9em;
	font-weight: 900;
}
.post-date {
	background: #808083 url(http://cdn2.hubspot.net/hub/410447/file-1825670044-png/images/date-coffee.png) center 10px no-repeat;
	display: block;
	border: 4px solid #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	color: #fff;
	font-size: 0.7em;
	font-weight: 900;
	text-align: center;
	padding-top: 29px;
	margin-bottom: -70px;
	margin-left: -15px;
	position: relative;
	z-index: 2;
}
.post-date span {
	display: block;
	padding: 0 5px;
}
.post-date[class^="20"] {
	display: block;
	padding: 0 5px;
}
.comments span {
	padding: 0 5px;
}
.widget {
	padding-top: 15px;
	margin-bottom: 30px;
	clear: both;
	border-top: 1px solid #999;
}
.widget h3, .widget h4, .widget h5 {
	color: #385dab;
}
.widget h3, .widget h4 {
	font-size: 1.6em;
	font-weight: 900;
}
.widget li:first-child {
	padding-top: 0;
}
.widget li {
	padding: 5px 0;
}
.widget li:last-child {
	padding-bottom: 0;
}
.widget li a {
	color: #393839;
	font-weight: 900;
}
.widget li a:hover {
	color: #525052;
}
.widget:first-child {
	border-top: none;
}
.widget:first-child h3 {
	margin-top: 0;
}
.widget .hs_cos_wrapper_type_blog_subscribe h3 {
	font-size: 18px;
	font-weight: 900;
}
.all-posts-link {
	color: #393839 !important;
}

/* SECTION 6 */

.sub-ftr .container,
.sub-ftr .container-fluid {
	background-color: #616061;
	color: #fff;
}
.sub-ftr h4 {
	font-weight: 700;
}
.sub-ftr {
	margin-bottom: 25px;
}

.follow {
	font-size: 0.7em;
	border-bottom: 1px solid #fff;
}
.follow span {
	font-size: 2em;
	padding-left: 5px;
}
.follow a, .follow a:hover {
	color: #fff;
	text-decoration: none;
}
.icon-twitter2:hover {
	color: #63C7C9;
}
iframe[id^='twitter-widget-']{ width:100% !important;}
iframe[id^='twitter-widget-'] li.tweet {border-bottom: 1px solid #fff !important;}
.twitter-timeline, .twitter-timeline:hover, .twitter-timeline:active, .twitter-timeline:focus {
	color: #fff !important;
}

#sitemap {
	list-style: none;
}
#sitemap a {
	color: #fff;
}

#social {
	padding: 0;
	list-style: none;
}
#social li {
	float: left;
	padding-right: 5px;
}
#social li:last-child {
	padding-right: 0;
}
#social a {
	display: block;
	color: #fff;
	text-decoration: none;
}

/* FOOTER */

footer {
	font-size: 0.7em;
	line-height: normal;
}

footer .container {
	position: relative;
}

.ftrbar .nav,
.ftrbar .nav li {
	font-weight: 700;
	text-transform: uppercase;
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}
.ftrbar .nav li a {
	display: inline;
}
.ftrbar-inner {
  text-align:center;
  padding: 20px 0;
}
.ftrbar .nav {
	padding-top: 0;
}

.ftrbar .nav li a {
	font-size: 1em;
	color: #393839 !important;
	padding: 0;
	text-decoration: none;
}
footer .row {
	position: relative;
}
footer .pull-right {
	position: absolute;
	list-style: none;
	right: 0;
	top:  20px;
}
footer .pull-right li {
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	padding-right: 15px;
}
footer .pull-right li a {
	color: #d0d0d1;
	text-decoration: none;
}
footer .icon span {
	font-size: 2.8em;
	display: block;
	margin-top: -15px;
}
footer .icon a:hover {
	color: #63C7C9;
}
footer .copy span {
	padding: 0 5px;
	color: #d0d0d1;
}
.source {
	padding-top: 10px;
	color: #808080;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}