.wf-loading body {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$transparency*100)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.wf-active body {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$transparency*100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
-------------------------------- TYPOGRAPHY -------------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  /* EDIT: new syntax for FF 15+ */
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  font-family: "canada-type-gibson",sans-serif;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #6e777b;
  font-variant-ligatures: common-ligatures;
  -webkit-font-variant-ligatures: common-ligatures; }

h1 {
  font-size: 3.0em;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #ff606e; }

h1.small {
  font-size: 1.7em; }

.lede {
  line-height: 1.2;
  margin-bottom: 1em;
  font-size: 1.4285714286em;
  color: #aeadad; }

h2 {
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-size: 1.8em;
  font-weight: 500;
  margin-bottom: 0.5em;
  color: #ff606e; }

h2.title {
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: 0.05em; }

h2.one-liner, h3, .three {
  margin: 0 0 0.5em 0;
  font-size: 1.3em;
  line-height: 1.2;
  font-family: "canada-type-gibson",sans-serif;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333; }

h4 {
  color: #ff8f99;
  margin: 0; }

a {
  color: #00ddd6; }

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #007f7d;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }

a:active, a:focus {
  text-decoration: none;
  border: none; }

h2 + .lede p {
  margin-top: 0; }

.small {
  font-size: 75%; }

.ex-large {
  font-size: 300%; }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
--------------------------------- SITEWIDE --------------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.container-fluid {
  max-width: 1280px;
  padding-left: 35px;
  padding-right: 35px; }

::selection {
  background: #ffd8e4;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #ffd8e4;
  /* Gecko Browsers */ }

body, html, .full-height {
  height: 100%;
  position: relative; }

html.locked {
  overflow: hidden; }

.table {
  display: table;
  position: relative;
  height: 100%;
  width: 100%; }

.table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

.inline li {
  display: inline; }

.no-bullets {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none; }

.row.no-bullets {
  margin-left: -15px;
  margin-right: -15px; }

.centered {
  text-align: center; }

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

input {
  outline: none;
  background: #ededed;
  border: none;
}

input.currency {
  border: 7px solid #0d6efd;
}

input[type="email"] {
  text-indent: 0.8em; }

input[type="submit"] {
  background: #00ddd6;
  color: white;
  text-transform: uppercase; }

input[type="submit"]:hover {
  color: white; }

.video-wrap {
  position: relative;
  padding-bottom: 100%;
  padding-top: 25px;
  height: 0; }

.blog-entry .video-wrap {
  padding-bottom: 62.5%; }

.video-wrap iframe, .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.main-video {
  width: 60%;
  margin: 0 auto; }

.close-button {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding: 20px;
  z-index: 10000; }

.main-footer {
  padding: 0 0 3em 0;
  font-size: 0.8em; }

.section-header {
  padding: 3em 0; }

.download-button {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57ffdd+0,00bab1+100 */
  background: #57ffdd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #57ffdd 0%, #00bab1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #57ffdd 0%, #00bab1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #57ffdd 0%, #00bab1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57ffdd', endColorstr='#00bab1',GradientType=0 );
  /* IE6-9 */
  padding: 20px;
  margin: 1em 0;
  color: #2d3035;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.download-button:hover {
  background: #03BCB2;
  color: white;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
----------------------------------- PRESS ---------------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
h2.press {
  margin-bottom: 2em; }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
---------------------------------- HEADER ---------------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.overlay {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none; }

.top-bar-outer {
  width: 100%;
  z-index: 90;
  position: fixed;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 70px;
  background: white;
  background: rgba(255, 255, 255, 0.9); }

.top-bar-inner {
  width: 100%;
  position: fixed;
  padding: 1em 40px;
  top: 0;
  left: 0; }

.burger-wrap {
  cursor: pointer;
  z-index: 400;
  height: 70px;
  width: 100px;
  position: fixed;
  right: 0;
  top: 21px;
  padding: 25px 20px;
  text-align: right; }

.burger-wrap span {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  height: 4px;
  width: 40px;
  display: block;
  margin-bottom: 6px; }

.burger-wrap.cross span {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  position: relative; }

.burger-wrap.cross .line-two {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$transparency*100)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.burger-wrap.cross .line-one {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px; }

.burger-wrap.cross .line-three {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -9px; }

.burger-icon {
  display: inline-block; }

.nav-logo {
  position: relative;
  top: 30px;
  left: 80px; }

.burger-icon span {
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
  background: white;
  display: block; }

.main-header {
  background: #2d3035;
  padding: 1em 0; }

.main-nav {
  padding-right: 1em; }

.main-nav li + li {
  margin-left: 20px; }

.main-nav li a {
  font-size: 1.1em;
  font-family: "canada-type-gibson",sans-serif;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500; }

.main-nav li a:hover{
  color: #00ddd6; }

.main-nav li a.active{
  color: #00ddd6; }

.backend {
  background: #2d3035;
}

.backend li a {
  font-size: 0.8em;
  font-family: "canada-type-gibson",sans-serif;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
--------------------------------- HOME PAGE -------------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.hero-section {
  background: url(../img/hero-background.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 4em !important; }

.hero-section h1 {
  text-transform: uppercase;
  letter-spacing: 0; }

.hero-section h1, .hero-section h2 {
  color: white; }

.hero-text-wrap {
  position: relative;
  z-index: 20; }

.hero-overlay {
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb5f71+0,02b9b0+100&0.65+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(235, 95, 113, 0.65) 0%, rgba(2, 185, 176, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(235, 95, 113, 0.65) 0%, rgba(2, 185, 176, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(235, 95, 113, 0.65) 0%, rgba(2, 185, 176, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6eb5f71', endColorstr='#a602b9b0',GradientType=0 );
  /* IE6-9 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.app-icon {
  display: block;
  position: relative;
  z-index: 90;
  width: 235px;
  height: 69px;
  margin: 2em auto; }

.app-icon.dark {
  background-position: 0 -88px; }

.home-hero {
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$transparency*100)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.play-button-wrap-outer {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: red;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$transparency*100)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4; }

.play-button-wrap {
  padding: 280px;
  display: inline-block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff606e+0,ff606e+100&0.3+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 96, 110, 0.3) 0%, #ff606e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 96, 110, 0.3) 0%, #ff606e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 96, 110, 0.3) 0%, #ff606e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dff606e', endColorstr='#ff606e',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

.video-play-button {
  display: block;
  width: 80px;
  position: absolute;
  height: 80px;
  padding: 20px;
  background: #2d3035;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer; }

.video-play-button img {
  position: relative;
  left: 4px; }

.home-section {
  padding: 4em 0 0; }

.hero-main-text, h2.large {
  font-size: 3.2857142857em;
  font-size: 5.8vw;
  line-height: 1; }

.hero-main-text {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin: 0; }

.hero-section h2 {
  font-size: 1.6666666667em;
  font-family: "canada-type-gibson",sans-serif;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400; }

.grey-bg {
  background: #2d3035; }

.aqua-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57ffdd+0,00bab1+100 */
  background: #57ffdd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #57ffdd 0%, #00bab1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #57ffdd 0%, #00bab1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #57ffdd 0%, #00bab1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57ffdd', endColorstr='#00bab1',GradientType=0 );
  /* IE6-9 */ }

.aqua-bg h2 {
  color: #2d3035; }

.aqua-bg h3 {
  color: white; }

.jam-panel h3, .uninsipired-panel h3 {
  margin-bottom: -5em;
  position: relative;
  z-index: 10; }

.jamming-panel {
  padding-bottom: 6em; }

.blog-link {
  padding-top: 3em;
  text-transform: uppercase; }

.blog-link h3 {
  font-family: "canada-type-gibson",sans-serif;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500; }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
--------------------------------- MAILCHIMP -------------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.mailchimp-wrap {
  padding: 3em 0 1em; }

#mce-EMAIL {
  width: 60%;
  float: left; }

#mc-embedded-subscribe {
  width: 35%;
  float: left;
  margin-left: 5%; }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
---------------------------------- FLEXBOX --------------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
/* Put behind .flexbox for Feature detection with Modernizr */
.flexbox .flex-card-list {
  display: flex;
  flex-wrap: wrap; }

.flexbox .flex-card-listitem {
  display: flex;
  min-height: 480px; }

.flexbox .flex-card {
  display: flex;
  flex-direction: column; }

.flexbox .flex-card-content {
  display: flex;
  flex: 1 0 auto;
  /* We have to add a basis for IE10/11 */
  flex-direction: column; }

.flexbox .flex-card-content p {
  flex: 1 0 auto;
  /* We have to add a basis for IE10/11 */ }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
------------------------------------ BLOG ---------------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.blog-header-image {
  padding-top: 3em; }

.blog-header {
  padding-top: 2em;
  border-bottom: 2px solid #ffe0e4;
  margin-bottom: 2em;
  padding-bottom: 2em; }

.blog-header h1 {
  margin: 0; }

.blog-category, .author {
  color: #aeadad;
  font-size: 0.8em; }

.author b {
  color: #ffe0e4; }

.blog-category {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  background: #00ddd6;
  color: white;
  padding: 2px 10px;
  margin-bottom: 2em;
  display: inline-block; }

.author-wrap h3 {
  margin-bottom: 0; }

.blog-entry {
  margin-bottom: 3em; }

.divider {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 3em 0; }

.in-content {
  margin-top: 2em;
  margin-bottom: 2em; }

.blog-view-outer {
  padding: 3em 0; }

.blog-view-wrap {
  margin: 0.8em 0;
  position: relative;
  overflow: hidden; }

.blog-view-wrap a h3 {
  margin-bottom: 0;
  display: inline;
  color: #ff606e;
  font-family: "canada-type-gibson",sans-serif;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: 2em; }

.blog-small-info {
  background: #f9fafb;
  padding: 45px;
  padding-bottom: 4em; }

.inner-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.category-small {
  font-size: 0.8em;
  background: #00ddd6;
  display: inline-block;
  letter-spacing: 0.03em;
  margin-bottom: 7px;
  color: white;
  text-transform: uppercase;
  padding: 0 10px; }

.newsletter-subscribe h2 {
  margin-bottom: 0; }

.newsletter-inner-wrap {
  padding: 2em 0; }

.pagination {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2em 0; }

.pagination li {
  margin: 0 20px; }

.pagination a {
  color: #00ddd6;
  font-family: "canada-type-gibson",sans-serif;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500; }

.blog-posts-wrap {
  padding: 1em 0 0; }

.author-in-view {
  display: block;
  color: white;
  margin: 1em 0; }

.blog-view-wrap {
  position: relative; }

.blog-info {
  position: absolute;
  top: 30px;
  left: 30px;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 520px;
  padding: 25px;
  cursor: pointer; }

.blog-info h1 {
  font-size: 3.1em;
  margin: 0.1em 0; }

.blog-info .blog-category {
  margin-bottom: 0; }

.blog-view-wrap:hover .blog-info {
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$transparency*100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.blog-view-wrap:hover .blog-info h2 span {
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.blog-view-wrap .blog-info h2 span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.blog-view-wrap h4 {
  color: #2d3035;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "canada-type-gibson",sans-serif;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400; }

.blog-banner {
  max-width: 300px;
  margin-bottom: 2em; }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
---------------------------------- ABOUT ----------------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.team-wrap {
  background: #f9fafb;
  padding: 60px 40px;
  margin-bottom: 2em; }

.team-wrap img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 1em; }

.team-wrap h3 {
  margin-bottom: 0; }

.team-list li:nth-child(2n+1) {
  clear: left; }

.team-list {
  padding: 3em 0; }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
------------------------------- SHARE SCREEN ------------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.share-container {
  background: #31343b;
  padding: 4em 0; }

.share-container h1 {
  margin-top: 0; }

.share-container + hr.divider {
  margin: 0;
  border: none; }

.share-container + hr + .main-footer {
  background: #31343b;
  color: white;
  padding: 3em 0; }

.icon-wrap {
  padding: 1em 0; }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
------------------------------------- PULSE -------------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
.el1 {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0; }

.el1:before,
.el1:after, .el2 {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff606e;
  animation: glow-grow 6s ease-out infinite; }

.el1:after {
  animation-delay: 1.5s; }

.el2 {
  animation-delay: 3s; }

@keyframes glow-grow {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(8);
    opacity: 0; } }

.buttonPlay {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: -100px;
  padding-left: 5px;
  cursor: pointer; }

.circleButtonPlay {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  margin-top: -150px;
  padding-left: 5px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }

/* ------------------------------------------------------------------------
---------------------------------------------------------------------------
------------------------------- MEDIA QUERIES -----------------------------
---------------------------------------------------------------------------
--------------------------------------------------------------------------- */
@media (max-width: 860px) {
  .blog-info h1 {
    font-size: 2.8em; } }

@media (max-width: 767px) {
  body {
    font-size: 15px; }
  .blog-info {
    position: static;
    padding: 1em 0;
    width: auto; }
  .jam-panel h3, .uninsipired-panel h3 {
    margin-bottom: -1em; }
  .hero-main-text, h2.large {
    font-size: 3em; }
  .app-icon {
    margin: 0 auto; }
  .logo {
    display: block;
    text-align: center; }
  .logo img {
    width: 120px;
    margin-bottom: 0.5em; }
  .main-nav {
    padding: 0;
    text-align: center;
    float: none !important; }
  .main-header {
    padding-bottom: 0.5em; }
  .app-icon {
    width: 200px; }
  .home-section {
    padding-top: 2.5em; }
  .blog-small-info {
    padding: 30px;
    padding-bottom: 2em; }
  .blog-info .blog-category {
    margin-top: 20px; } }

@media (max-width: 600px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px; } }




.bg-footer {
    background-color: #33383c;
    padding: 50px 0 30px;
}
.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #acacac;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #1bbc9b;
}

.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #424041;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("/images/hero.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 130px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 20px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: 'Dosis', sans-serif;
}

#hero h2 {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero p {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 16px;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #FF8800;
  border: 2px solid #25ddd6;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 24px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
#hero .announcement {
  padding-top: 20px;
}

/*-PARSLEY-----------------------------------*/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-required {
  color: red;
  font-style: italic;
}





.modal-backdrop.show {
    background-color: rgba(255, 255, 255, 1);
}


.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; /* Override Bootstrap's max-width for the dialog */
}

.modal.modal-fullscreen .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  background-color: #fff;
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; /* Allow the body content to scroll if needed */
  background-color: #fff;
}

.modal.modal-fullscreen .modal-footer {
  background-color: #fff;
}
