* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.7em;
  color: #7f8c8d;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: #34495e;
  font-family: 'Josefin Sans', sans-serif; }

a {
  text-decoration: none; }

.home-menu {
  position: relative;
  min-height: 55px; }

.underLine {
  border-bottom: 4px solid #000;
  padding: 60px 0px 10px 0px;
  margin: 0 40%; }

.pure-img-responsive {
  max-width: 100%;
  height: auto; }

.whiteText {
  color: #fff; }

.white {
  background: #fff; }

.spacer {
  min-height: 280px; }

.pure-menu-heading {
  position: absolute; }

#logo img {
  width: 60px; }

.holder {
  position: relative;
  overflow: hidden;
  height: 380px; }

.teamHolder {
  position: relative;
  overflow: hidden; }

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
  padding: 1em; }

.l-box-lrg {
  padding: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

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

.pure-form label {
  margin: 1em 0 0;
  font-weight: bold;
  font-size: 100%; }

.pure-form input[type] {
  border: 2px solid #ddd;
  box-shadow: none;
  font-size: 100%;
  width: 100%;
  margin-bottom: 1em; }

/*
 * -- PURE BUTTON STYLES --
*/
.pure-button {
  background-color: #1f8dd6;
  color: white;
  padding: 0.5em 2em;
  border-radius: 5px; }

a.pure-button-primary {
  background: white;
  color: #1f8dd6;
  border-radius: 5px;
  font-size: 120%; }

/* HomePAge styles*/
.splash-head,
.splash-subhead,
.getQuote {
  display: none; }

.home-menu {
  padding: 0.5em;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.home-menu.pure-menu-open {
  background: #2d3e50; }

.pure-menu.pure-menu-open.pure-menu-fixed {
  /* Fixed menus normally have a border at the bottom. */
  border-bottom: none;
  /* I need a higher z-index here because of the scroll-over effect. */
  z-index: 4; }

.home-menu .pure-menu-heading {
  color: white;
  font-weight: 400;
  font-size: 120%; }

.home-menu .pure-menu-selected a {
  color: white; }

.home-menu a {
  color: #6FBEF3; }

.home-menu li a:hover,
.home-menu li a:focus {
  background: none;
  border: none;
  color: #AECFE5; }

/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */
#home .splash-subhead {
  padding: 10px;
  border-radius: 10px; }

#home .splash-head,
#home .splash-subhead {
  background: rgba(52, 73, 94, 0.8); }

#indexContact {
  background: #3498DB;
  color: #fff;
  text-align: center;
  min-height: 400px;
  padding-top: 10%; }

#indexContact h2 {
  color: #fff; }

.splash-container {
  /* The following styles are required for the "scroll-over" effect */
  width: 100%;
  height: 88%;
  top: 0;
  left: 0;
  position: fixed; }

#home .splash-container,
#team .splash-container {
  position: relative;
  top: 170px; }

.content-wrapper.sm {
  top: 30%;
  background: none; }

#glovesOn {
  position: absolute;
  top: 50px;
  width: 100%;
  height: 100%;
  background: url("../../img/glovesOnReal.png");
  background-size: cover;
  background-attachment: scroll; }

#glovesOn.teamPage {
  background: url("../../img/annelie.png") no-repeat;
  top: -30px;
  background-size: 70%;
  background-attachment: fixed; }

.bubblesBack {
  position: fixed;
  z-index: -1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 900px;
  background: url("../../img/bubble-background.gif");
  background-size: cover;
  overflow: hidden;
  -webkit-animation: bubbleUp 18s ease-in-out 0s infinite alternate;
  -o-animation: bubbleUp 18s ease-in-out 0s infinite alternate;
  animation: bubbleUp 18s ease-in-out 0s infinite alternate; }

.splash {
  /* absolute center .splash within .splash-container */
  width: 80%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: -70px;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase; }

/* This is the main heading that appears on the blue section */
.splash-head,
.splash-headNoPop {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  border: 3px solid #fff;
  padding: 0em 1em;
  font-weight: 100;
  border-radius: 5px;
  line-height: 1em;
  -webkit-transition: background 2s;
  -o-transition: background 2s;
  transition: background 2s; }

.splash-head:hover,
.splash-headNoPop:hover {
  background: rgba(255, 255, 255, 0.5); }

#indexContact .splash-head {
  cursor: pointer; }

/* SERVICES PAGE*/
.service {
  position: relative;
  left: 2.5px;
  top: 2.5px;
  border-radius: 1000px;
  background: #fff;
  height: 300px;
  width: 300px;
  margin: 10% auto;
  text-align: center;
  padding: 10% 10%;
  overflow: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border: 3px solid #3498DB; }
  .service h3 {
    white-space: nowrap; }
  .service p {
    display: none; }
  .service h3 {
    border-bottom: 2px solid #000;
    margin: 0 2em; }

.service.pop p {
  display: inline-block; }

.service p {
  display: none; }

.service:hover {
  left: 0px;
  top: 0px;
  height: 305px;
  width: 305px;
  -webkit-animation-name: 'spaceboots';
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; }

.service.pop:hover {
  -webkit-animation-name: none; }

.pop,
.pop:hover {
  border-radius: 10px;
  height: 500px; }

.service i {
  font-size: 250%;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  margin: 5%;
  color: #000; }

.service i:hover {
  background: #34495E;
  -webkit-animation-name: 'spaceboots';
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear; }

@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, -2px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -2px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, -1px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg); } }
.moreInfo {
  padding: 10px;
  margin: 20px 60px;
  background: #c3c3c3;
  color: #fff;
  border-radius: 6px;
  pointer: cursor; }

.moreInfo:hover {
  background: #3c3c3c; }

.service.pop .moreInfo {
  display: none; }

/*CONTACT PAGE*/
#contact {
  background: #3498DB;
  color: #fff; }
  #contact h2 {
    color: #fff; }

label {
  color: #fff; }

#send {
  width: 90%;
  margin: 10px;
  padding: 15px;
  margin-bottom: 100px; }

#send:hover {
  color: #34495E; }

/* This is the subheading that appears on the blue section */
.splash-subhead {
  color: white;
  letter-spacing: 0.05em;
  opacity: 0.8;
  font-size: 200%; }

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
  /* These styles are required for the "scroll-over" effect */
  position: absolute;
  top: 87%;
  width: 100%;
  min-height: 12%; }

/* This is the class used for the main content headers (<h2>) */
.content-head {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0 1em; }

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
  color: white; }

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
  color: #1f8dd6; }

.content-subhead i {
  margin-right: 7px; }

/* This is the class used for the dark-background areas. */
.ribbon {
  background: #2d3e50;
  color: #aaa; }

/* This is the class used for the footer */
.footer {
  background: #111; }
  .footer a {
    text-decoration: none;
    color: #fff; }

#footer1 {
  display: none; }

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {
  /* We increase the body font size */
  body {
    font-size: 16px; }

  /* We want to give the content area some more padding */
  .content {
    padding: 1em;
    background: #fff; }

  /* We can align the menu header to the left, but float the
  menu items to the right. */
  .home-menu {
    text-align: left; }

  .home-menu ul {
    float: right; }

  /* We increase the height of the splash-container */
  /*    .splash-container {
          height: 500px;
      }*/
  /* We decrease the width of the .splash, since we have more width
  to work with */
  .splash {
    width: 50%;
    height: 50%; }

  .splash-head {
    font-size: 250%;
    text-transform: none;
    white-space: nowrap;
    padding: 1em 1.4em 1em 1.2em; }

  .splash-headNoPop {
    /*font-size: 100%;*/
    text-transform: none;
    white-space: nowrap;
    padding: 0; }

  .splash-subhead {
    text-transform: none; }

  /* We remove the border-separator assigned to .l-box-lrg */
  /*    .l-box-lrg {
          border: none;
      }
  */ }
/*testimonials*/
#testimonials {
  height: 380px;
  background: rgba(52, 73, 83, 0.8); }

#team {
  min-height: 680px;
  background: rgba(52, 73, 83, 0.8); }

/*Carousel fixes for testimonial*/
#carousel ul {
  list-style: none;
  position: relative; }

#carousel li {
  position: absolute;
  left: 30%;
  top: 100px;
  opacity: 0;
  display: none;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s; }

#carousel li:nth-child(2) {
  left: 56%; }

#carousel li:nth-child(3) {
  left: 20%; }

#carousel li:nth-child(4) {
  left: 68%; }

/*Contact styles*/
#contact {
  min-height: 800px; }

#responsiveIframe iframe {
  width: 100%;
  min-height: 600px; }

#responsiveIframeMap {
  height: 500px; }

#responsiveIframeMap div {
  position: relative;
  z-index: -99999; }

#responsiveIframeMap div iframe {
  position: fixed;
  top: -40px;
  width: 100%;
  min-width: 1020px;
  min-height: 900px; }

#formcontainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  max-width: 600px;
  width: 90%;
  display: flex;
  margin: 0 auto;
  padding: 00px; }

input {
  height: 50px; }

textarea {
  height: 300px; }

input, textarea {
  background: white;
  color: #000;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

input:hover, textarea:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000; }

input, label, textarea {
  display: inline-block;
  flex: 1;
  width: 90%;
  margin: 10px;
  line-height: 1.5em; }

#submit gf {
  decoration: none;
  text-decoration: none; }

button {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 2px solid  #fff;
  background: #fff; }

button i {
  background: #fff;
  color: #000; }

button:hover, button:hover i {
  background: 255,255,255;
  color: #fff; }

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@-webkit-keyframes bubbleUp {
  from {
    top: 0px; }
  to {
    top: -200px; } }
@-o-keyframes bubbleUp {
  from {
    top: 0px; }
  to {
    top: -200px; } }
@-moz-keyframes bubbleUp {
  from {
    top: 0px; }
  to {
    top: -200px; } }
@keyframes bubbleUp {
  from {
    top: 0px; }
  to {
    top: -200px; } }
/*Team page*/
.splash.teamPage {
  top: 10%;
  right: 10%;
  left: 40%; }

.teamMember {
  background: url("../../img/blankperson.png");
  background-position: center;
  margin: 0 auto;
  border-radius: 200px;
  width: 230px;
  height: 230px;
  overflow: hidden; }

/*# sourceMappingURL=marketing.css.map */
