/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
/* line 9, ../sass/styles.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
/* line 14, ../sass/styles.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
/* line 22, ../sass/styles.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support. */
/* line 29, ../sass/styles.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
Base
========================================================================== */
/* ==========================================================================
Links
========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */
/* line 44, ../sass/styles.scss */
a:focus {
  outline: thin dotted;
}

/* * Improves readability when focused and also mouse hovered in all browsers. */
/* line 49, ../sass/styles.scss */
a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */
/* ==========================================================================
Lists
========================================================================== */
/* ==========================================================================
Embedded content
========================================================================== */
/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7. */
/* line 69, ../sass/styles.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/* * Corrects overflow displayed oddly in IE 9. */
/* line 75, ../sass/styles.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
/* line 84, ../sass/styles.scss */
figure {
  margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/* * Corrects margin displayed oddly in IE 6/7. */
/* line 93, ../sass/styles.scss */
form {
  margin: 0;
}

/* * Define consistent border, margin, and padding. */
/* line 98, ../sass/styles.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* * 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7. */
/* line 107, ../sass/styles.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/* * 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers. */
/* line 117, ../sass/styles.scss */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/* * Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet. */
/* line 126, ../sass/styles.scss */
button, input {
  line-height: normal;
}

/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6. */
/* line 137, ../sass/styles.scss */
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/* * Re-set default cursor for disabled elements. */
/* line 145, ../sass/styles.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* * 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6. */
/* line 153, ../sass/styles.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof). */
/* line 163, ../sass/styles.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/* * Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X. */
/* line 172, ../sass/styles.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* * Removes inner padding and border in Firefox 3+. */
/* line 177, ../sass/styles.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* * 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers. */
/* line 184, ../sass/styles.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/* * Remove most spacing between table cells. */
/* line 193, ../sass/styles.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
Global Styles
========================================================================== */
/* ==========================================================================
Navigation
========================================================================== */
/* ==========================================================================
Hero
========================================================================== */
/* ==========================================================================
Intro
========================================================================== */
/* ==========================================================================
Features
========================================================================== */
/* line 217, ../sass/styles.scss */
.features-wrapper, .team-wrapper {
  margin: 70px 0 0;
}

/* line 221, ../sass/styles.scss */
.shadow {
  text-shadow: #37b5a1 1px 1px, #37b5a1 2px 2px, #37b5a1 3px 3px, #37b5a1 4px 4px, #37b5a1 5px 5px, #37b5a1 6px 6px, #37b5a1 7px 7px, #37b5a1 8px 8px, #37b5a1 9px 9px, #37b5a1 10px 10px, #37b5a1 11px 11px, #37b5a1 12px 12px, #37b6a2 13px 13px, #37b7a3 14px 14px, #38b8a4 15px 15px, #38b9a5 16px 16px, #38baa6 17px 17px, #39bba7 18px 18px, #39bca8 19px 19px, #39bda9 20px 20px, #3abfaa 21px 21px, #3ac0ab 22px 22px, #3ac1ac 23px 23px, #3bc2ad 24px 24px, #3bc3ae 25px 25px, #3bc4af 26px 26px, #3cc5b0 27px 27px, #3cc6b1 28px 28px, #3cc7b2 29px 29px, #3dc9b3 30px 30px;
}

/* line 225, ../sass/styles.scss */
.icon {
  height: 175px;
  width: 175px;
  line-height: 175px;
  max-width: 100%;
  background: #3dc9b3;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  color: #fff;
  font-size: 55px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 50px;
}

/* ==========================================================================
iPhone Section
========================================================================== */
/* line 247, ../sass/styles.scss */
.iphone {
  width: 50%;
  background: #f3f5f8;
  float: left;
  height: 100%;
  box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* line 258, ../sass/styles.scss */
.fluid-white {
  width: 50%;
  background: #fff;
  float: right;
  height: 100%;
  z-index: 2;
}

/* line 266, ../sass/styles.scss */
.responsive-services {
  position: relative;
}

/* ==========================================================================
Swag
========================================================================== */
/* ==========================================================================
Portfolio
========================================================================== */
/* line 277, ../sass/styles.scss */
.effects {
  padding-left: 15px;
}

/* line 281, ../sass/styles.scss */
.effects .img {
  position: relative;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 289, ../sass/styles.scss */
.effects .img:nth-child(n) {
  margin-right: 5px;
}

/* line 293, ../sass/styles.scss */
.effects .img:first-child {
  margin-left: -15px;
}

/* line 297, ../sass/styles.scss */
.effects .img:last-child {
  margin-right: 0;
}

/* line 301, ../sass/styles.scss */
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
}

/* line 308, ../sass/styles.scss */
.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(100, 194, 158, 0.8);
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* line 320, ../sass/styles.scss */
a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}

/* line 337, ../sass/styles.scss */
a.close-overlay.hidden {
  display: none;
}

/* line 341, ../sass/styles.scss */
a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
}

/* line 353, ../sass/styles.scss */
.overlay-effect .img i {
  font-size: 30px;
}

/* line 357, ../sass/styles.scss */
.overlay-effect .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 366, ../sass/styles.scss */
.overlay-effect .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 47%;
  margin: 0 auto -30px auto;
}

/* line 373, ../sass/styles.scss */
.overlay-effect .img.hover .overlay {
  height: 100%;
  opacity: 1;
}

/* line 378, ../sass/styles.scss */
.img img {
  width: -webkit-calc(100% + 40px) !important;
  width: calc(100% + 40px) !important;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
}

/* line 390, ../sass/styles.scss */
.img:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
}

/* line 396, ../sass/styles.scss */
.designs {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50px;
}

/* ==========================================================================
Subscribe
========================================================================== */
/* line 408, ../sass/styles.scss */
.subscribe {
  background: url("../img/keyboard-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 140px;
}

/* line 418, ../sass/styles.scss */
.subscribe h1 {
  color: #fff;
  margin-bottom: 40px;
}

/* line 423, ../sass/styles.scss */
.subscribe h1 span {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1px;
}

/* line 432, ../sass/styles.scss */
.subscribe input[type=text] {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px #fff;
  padding: 20px;
  width: 30%;
  color: #fff;
}

/* line 440, ../sass/styles.scss */
.subscribe input[type=submit] {
  background: rgba(61, 201, 179, 0.5);
  border: solid 1px rgba(61, 201, 179, 0.5);
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

/* line 453, ../sass/styles.scss */
.subscribe input[type=submit]:hover {
  background: #3dc9b3;
  border: solid 1px #3dc9b3;
  color: #fff;
}

/* ==========================================================================
CTA
========================================================================== */
/* line 462, ../sass/styles.scss */
.ignite-cta {
  background-color: #242830;
  padding: 70px 0;
}

/* line 467, ../sass/styles.scss */
.ignite-btn {
  display: inline-block;
  padding: 25px 40px;
  color: #fff;
  border: solid 1px #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

/* line 477, ../sass/styles.scss */
.ignite-btn:hover, .ignite-btn:focus {
  color: #3dc9b3;
  border: solid 1px #3dc9b3;
}

/* ==========================================================================
Team
========================================================================== */
/* line 485, ../sass/styles.scss */
.team img {
  margin-bottom: 40px;
}

/* line 489, ../sass/styles.scss */
ul.social-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 495, ../sass/styles.scss */
ul.social-buttons li {
  display: inline-block;
  margin-right: 10px;
}

/* line 500, ../sass/styles.scss */
ul.social-buttons li:last-child {
  margin-right: 0;
}

/* line 504, ../sass/styles.scss */
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: #242830;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
}

/* line 519, ../sass/styles.scss */
.social-btn:hover, .social-btn:focus {
  background: #3dc9b3;
  color: #fff;
}

/* line 524, ../sass/styles.scss */
.social {
  margin-top: 25px;
}

/* ==========================================================================
Contact
========================================================================== */
/* line 531, ../sass/styles.scss */
.up-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(61, 201, 179, 0.5);
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 553, ../sass/styles.scss */
.up-btn:hover, up-btn:focus {
  color: #fff;
  background: #3dc9b3;
}

/* line 558, ../sass/styles.scss */
.contact-details {
  margin: 0 0 70px 0;
}

/* line 562, ../sass/styles.scss */
.contact-details h2 {
  font-size: 20px;
}

/* line 566, ../sass/styles.scss */
.contact-details h2 span {
  display: block;
  color: #3dc9b3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: 15px;
}

/* line 575, ../sass/styles.scss */
.contact-wrap {
  position: relative;
}

/* ==========================================================================
Footer
========================================================================== */
/* ==========================================================================
FlexSlider Custom CSS
========================================================================== */
/* ==========================================================================
Waypoints
========================================================================== */
/* line 590, ../sass/styles.scss */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
  visibility: hidden;
}

/* line 594, ../sass/styles.scss */
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight {
  visibility: visible;
}

/* line 598, ../sass/styles.scss */
.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

/* line 603, ../sass/styles.scss */
.delay-1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

/* line 608, ../sass/styles.scss */
.wp3 {
  background: url("../img/iphone-bg.png") no-repeat center center;
  background-position: 200px 10px;
  height: 100%;
}

/* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom. */
/* line 6, ../sass/partials/_base.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/* line 12, ../sass/partials/_base.scss */
html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* * Addresses `font-family` inconsistency between `textarea` and other form
* elements. */
/* line 19, ../sass/partials/_base.scss */
html, button, input, select, textarea {
  font-family: 'Varela Round', sans-serif;
}

/* * Addresses margins handled incorrectly in IE 6/7. */
/* line 24, ../sass/partials/_base.scss */
body {
  margin: 0;
  font-family: 'Varela Round', sans-serif;
}

/* line 1, ../sass/partials/_flex-slider.scss */
#servicesSlider {
  margin-top: 70px;
}

/* line 5, ../sass/partials/_flex-slider.scss */
ul.slides li {
  margin-bottom: 20px;
}

/* * Addresses margins set differently in IE 6/7. */
/* line 3, ../sass/partials/_lists.scss */
dl, menu, ol, ul {
  margin: 1em 0;
}

/* line 4, ../sass/partials/_lists.scss */
dd {
  margin: 0 0 0 40px;
}

/* * Addresses paddings set differently in IE 6/7. */
/* line 6, ../sass/partials/_lists.scss */
menu, ol, ul {
  padding: 0 0 0 40px;
}

/* * Corrects list images handled incorrectly in IE 7. */
/* line 8, ../sass/partials/_lists.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 6, ../sass/partials/_typography.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #fff;
}

/* line 12, ../sass/partials/_typography.scss */
.section-padding h1 {
  font-size: 2em;
  margin: 1em 0 2em 0;
  color: #fff;
}

/* line 19, ../sass/partials/_typography.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 24, ../sass/partials/_typography.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 29, ../sass/partials/_typography.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 34, ../sass/partials/_typography.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 39, ../sass/partials/_typography.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
/* line 45, ../sass/partials/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
/* line 50, ../sass/partials/_typography.scss */
b, strong {
  font-weight: bold;
}

/* line 54, ../sass/partials/_typography.scss */
blockquote {
  margin: 1em 40px;
}

/* * Addresses styling not present in Safari 5 and Chrome. */
/* line 59, ../sass/partials/_typography.scss */
dfn {
  font-style: italic;
}

/* * Addresses styling not present in IE 6/7/8/9. */
/* line 64, ../sass/partials/_typography.scss */
mark {
  background: #ff0;
  color: #000;
}

/* * Addresses margins set differently in IE 6/7. */
/* line 70, ../sass/partials/_typography.scss */
p, pre {
  margin: 1em 0;
}

/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
/* line 75, ../sass/partials/_typography.scss */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* * Improves readability of pre-formatted text in all browsers. */
/* line 82, ../sass/partials/_typography.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* * Addresses CSS quotes not supported in IE 6/7. */
/* line 89, ../sass/partials/_typography.scss */
q {
  quotes: none;
}

/* * Addresses `quotes` property not supported in Safari 4. */
/* line 94, ../sass/partials/_typography.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 99, ../sass/partials/_typography.scss */
small {
  font-size: 75%;
}

/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
/* line 104, ../sass/partials/_typography.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 111, ../sass/partials/_typography.scss */
sup {
  top: -0.5em;
}

/* line 115, ../sass/partials/_typography.scss */
sub {
  bottom: -0.25em;
}

/* line 1, ../sass/partials/_nav.scss */
nav {
  background-color: #242830;
  margin-top: -1px;
}

/* line 6, ../sass/partials/_nav.scss */
nav ul {
  list-style: none;
  padding: 0;
}

/* line 11, ../sass/partials/_nav.scss */
nav ul li {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding-left: 0;
  position: relative;
}

/* line 23, ../sass/partials/_nav.scss */
nav ul li:last-child {
  border: none;
}

/* line 27, ../sass/partials/_nav.scss */
nav ul li a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  padding: 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding-left: 0;
  position: relative;
}

/* line 39, ../sass/partials/_nav.scss */
nav ul li a:hover, nav ul li a:focus {
  text-decoration: none;
  color: white;
}

/* line 44, ../sass/partials/_nav.scss */
#nav-toggle {
  position: absolute;
  right: 15px;
  top: 0;
}

/* line 50, ../sass/partials/_nav.scss */
#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

/* line 55, ../sass/partials/_nav.scss */
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}

/* line 69, ../sass/partials/_nav.scss */
#nav-toggle span:before {
  top: -10px;
}

/* line 73, ../sass/partials/_nav.scss */
#nav-toggle span:after {
  bottom: -10px;
}

/* line 77, ../sass/partials/_nav.scss */
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

/* line 84, ../sass/partials/_nav.scss */
#nav-toggle.active span {
  background-color: transparent;
}

/* line 88, ../sass/partials/_nav.scss */
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

/* line 92, ../sass/partials/_nav.scss */
#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* line 98, ../sass/partials/_nav.scss */
#nav-toggle.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

/* line 105, ../sass/partials/_nav.scss */
.navicon {
  position: relative;
  height: 26px;
}

/* line 110, ../sass/partials/_nav.scss */
.indicator {
  position: absolute;
  right: 0 !important;
}

/* line 115, ../sass/partials/_nav.scss */
.pull {
  display: none;
}

/* line 1, ../sass/partials/_global_styles.scss */
body {
  background-color: #242830;
}

/* line 5, ../sass/partials/_global_styles.scss */
a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 13, ../sass/partials/_global_styles.scss */
a:hover, a:focus {
  color: #3dc9b3;
  text-decoration: none;
}

/* line 18, ../sass/partials/_global_styles.scss */
p {
  color: #8c9398;
  word-spacing: 1px;
  line-height: 32px;
  font-size: 18px;
}

/* line 25, ../sass/partials/_global_styles.scss */
h2 {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
}

/* line 33, ../sass/partials/_global_styles.scss */
h2::after {
  content: " ";
  border: solid 2px #3dc9b3;
  display: block;
  width: 35px;
  margin: 25px auto;
}

/* line 41, ../sass/partials/_global_styles.scss */
.section-padding {
  padding: 25px 0;
}

/* line 45, ../sass/partials/_global_styles.scss */
.dark-bg {
  background: #f3f5f8;
}

/* line 49, ../sass/partials/_global_styles.scss */
.light-bg {
  background-color: #fff;
}

/* line 53, ../sass/partials/_global_styles.scss */
.dark-box {
  background: #f3f5f8;
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
}

/* line 60, ../sass/partials/_global_styles.scss */
.light-box {
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
  padding: 20px 0;
}

/* line 68, ../sass/partials/_global_styles.scss */
.light-box:hover, .light-box:focus {
  -webkit-box-shadow: 0px 3px 0px 0px #3dc9b3;
  -moz-box-shadow: 0px 3px 0px 0px #3dc9b3;
  box-shadow: 0px 3px 0px 0px #3dc9b3;
}

/* line 74, ../sass/partials/_global_styles.scss */
.box-hover {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

/* line 81, ../sass/partials/_global_styles.scss */
.box-hover:hover, .box-hover:focus {
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
}

/* line 87, ../sass/partials/_global_styles.scss */
.wrapper {
  height: 650px;
}

/* line 91, ../sass/partials/_global_styles.scss */
.nopadding {
  padding: 0;
}

/* line 95, ../sass/partials/_global_styles.scss */
.inner {
  padding-top: 120px;
}

/* line 1, ../sass/partials/_swag.scss */
.swag {
  background: url("../img/swag_bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}

/* line 11, ../sass/partials/_swag.scss */
.swag h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* line 18, ../sass/partials/_swag.scss */
.swag h1 span {
  display: block;
  font-size: 25px;
  margin-top: 20px;
}

/* line 24, ../sass/partials/_swag.scss */
.down-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(61, 201, 179, 0.8);
  display: inline-block;
  margin: 10px auto 20px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

/* line 40, ../sass/partials/_swag.scss */
.down-arrow-btn:hover, .down-arrow-btn:focus {
  color: #fff;
  background: #3dc9b3;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 300px) {
  /* line 7, ../sass/sections/_hero.scss */
  .hero {
    background: url("../img/hero-bg.jpg") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 35px 0 50px 0;
    height: auto;
  }

  /* line 19, ../sass/sections/_hero.scss */
  .hero-text {
    padding: 100px 0 0 0;
  }
}
/* Medium Tablets */
@media only screen and (min-width: 700px) {
  /* line 30, ../sass/sections/_hero.scss */
  .hero {
    background: url("../img/hero-bg.jpg") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 35px 0 50px 0;
    height: auto;
  }

  /* line 42, ../sass/sections/_hero.scss */
  .hero-text {
    padding: 200px 0 0 0;
  }
}
/* Desktops */
@media only screen and (min-width: 1500px) {
  /* line 52, ../sass/sections/_hero.scss */
  .hero {
    background: url("../img/hero-bg.jpg") no-repeat top center;
    background-size: 100%;
    padding: 35px 0 50px 0;
    height: auto;
  }
}
/* line 69, ../sass/sections/_hero.scss */
.social-icons a {
  color: #999;
  font-size: 45px;
  padding: 15px;
  margin: 15px;
}

/* line 78, ../sass/sections/_hero.scss */
.hero h1 {
  font-size: 50px;
  letter-spacing: 12px;
  margin: 5px 10px 10px 10px;
  font-weight: bold;
  color: white;
}

/* line 87, ../sass/sections/_hero.scss */
.hero h1 span {
  color: #fff;
  display: inline-block;
}

/* line 92, ../sass/sections/_hero.scss */
.hero p {
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  font-size: 22px;
  color: #fff;
}

/* line 100, ../sass/sections/_hero.scss */
.hero p em {
  font-size: 30px;
}

/* line 106, ../sass/sections/_hero.scss */
.learn-more-btn {
  background: #3dc9b3;
  padding: 20px 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 0px 0px #309383;
  -moz-box-shadow: 0px 3px 0px 0px #309383;
  box-shadow: 0px 3px 0px 0px #309383;
  margin: 60px 0 0;
  font-weight: bold;
}

/* line 124, ../sass/sections/_hero.scss */
.learn-more-btn:hover, .learn-more-btn:focus {
  background: rgba(61, 201, 179, 0.6);
  color: #fff;
}

/* line 1, ../sass/sections/_gallery.scss */
#gallery {
  background: #2b3038;
}

/* line 2, ../sass/sections/_audio.scss */
#music {
  background: #2b3038;
}

/* line 4, ../sass/sections/_contact.scss */
#contact .fa-mobile, #contact .fa-paper-plane {
  font-size: 110px;
}

/* line 1, ../sass/sections/_footer.scss */
footer a {
  color: #a1a9b0;
}

/* line 2, ../sass/sections/_footer.scss */
footer {
  background-color: #242830;
  padding: 40px 0 30px;
}

/* line 3, ../sass/sections/_footer.scss */
footer p {
  color: #fff;
}

/* line 4, ../sass/sections/_footer.scss */
ul.legals {
  list-style: none;
  color: #fff;
  line-height: 25px;
}

/* line 5, ../sass/sections/_footer.scss */
ul.legals li {
  display: inline-block;
}

/* line 6, ../sass/sections/_footer.scss */
ul.legals li::after {
  content: " |";
}

/* line 7, ../sass/sections/_footer.scss */
ul.legals li:last-child::after {
  content: "";
}

/* line 8, ../sass/sections/_footer.scss */
.legals {
  text-align: left;
}

/* line 9, ../sass/sections/_footer.scss */
.credit {
  text-align: right;
}
