html, body {
  min-width: 320px;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

*{
	-webkit-touch-callout: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body {
  margin: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a, a:link, a:visited {
  text-decoration: none;
  cursor: pointer;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.block-inliner {
  display: inline-block;
}

.white-txt {
  color: #fff;
}

.black-txt {
  color: #000;
}

.blue-txt {
  color: #0b4176;
}

.gray-txt {
  color: #aaa3a3;
}

.dark-gray-txt {
  color: #413a3a;
}

.yellow-txt {
  color: #ffcb20;
}

.main-rose-txt {
  color: #ff4545;
}

.main-green-txt {
  color: #1DB954;
}

.bold {
  font-weight: bold;
}

.gray-bg {
  background-color: #F1F1F1;
}

.main-green-bg {
  background-color: #1DB954;
}

.main-rose-bg {
  background-color: #ff4545;
}

.green-tops-bg {
  background-color: #4da954;
}

.green-bg {
  background-color: #7ac53d;
}

.white-bg {
  background-color: #FFF;
}

.yellow-bg {
  background-color: #ffcb20;
}

.site-width {
  display: block;
  max-width: 60rem;
}

@media (min-width: 48em) {
  .site-width {
    padding: 0 0.9375rem;
  }
}

.full-width {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.clearfix::before, .clearfix::after, .grid::before, .grid::after {
  content: "";
  display: table;
}

.clearfix::after, .grid::after {
  clear: both;
}

html, body {
  background: #FFF;
  color: #000;
}

body, input, select, textarea, button {
  font-family: sans-serif;
  font-size: 100%;
}

@font-face {
  font-family: ARLRNDBD;
  src: url("fonts/ARLRDBD_0.TTF");
  font-weight: 400;
  font-style: normal;
}

.arialRND-bold {
  font-family: ARLRNDBD, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: ARLMT;
  src: url("fonts/arial-mt-std-light-586c341645fe0.otf");
  font-weight: 400;
  font-style: normal;
}

.arialMT {
  font-family: ARLMT, sans-serif;
  font-style: normal;
}

@font-face {
  font-family: MONT;
  src: url("fonts/Montserrat-Light.otf");
  font-weight: 300;
  font-style: normal;
}

.montserrat-light {
  font-family: MONT, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: MONT;
  src: url("fonts/Montserrat-ExtraBold.otf");
  font-weight: 700;
  font-style: normal;
}

.montserrat-black {
  font-family: MONT, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.yellow-btn {
  background-color: #ffcb20;
  padding: 0.875rem 1rem 0.625rem;
  border: solid 1px #fff;
  border-radius: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  max-height: 100%;
}

.yellow-btn--mid {
  padding: 0.375rem 2.8125rem;
  font-size: 1.125rem;
}

@media (min-width: 48em) {
  .yellow-btn--mid {
    padding: 0.625rem 5.625rem;
    font-size: 1.75rem;
  }
}

.yellow-btn--large {
  padding: 0.375rem 4.375rem;
  font-size: 1.375rem;
}

@media (min-width: 48em) {
  .yellow-btn--large {
    padding: 0.75rem 6.875rem;
    font-size: 1.75rem;
  }
}

.btn {
  letter-spacing: 0.05rem;
  max-height: 100%;
  line-height: 100%;
  vertical-align: middle;
  transition: all .3s ease-out;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn:hover.main-green-bg {
  background-color: #fff;
  color: #1DB954;
}

.btn:hover.main-rose-bg.white-txt {
  background-color: #FFA301;
  color: #fff;
}

.btn:hover.main-green-bg.white-txt {
  background-color: #FFA301;
  color: #fff;
}


.btn:hover.white-bg.main-green-txt {
  background-color: #FFA301;
  color: #fff;
}

.btn:hover.white-bg.main-rose-txt {
  background-color: #FFA301;
  color: #fff;
}

.btn--default {
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  border-radius: 35px;
}

.btn--mid {
  padding: 0.5rem 1.875rem;
  font-size: 1rem;
  border-radius: 2.1875rem;
}

@media (min-width: 48em) {
  .btn--mid {
    padding: 0.75rem 3.125rem;
    font-size: 1.25rem;
  }
}

.btn--large {
  border-radius: 2.1875rem;
  padding: 0.625rem 2.5rem;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .btn--large {
    padding: 1rem 3.75rem;
    font-size: 1.25rem;
  }
}

.body-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  z-index: 10;
}

/*!
 * Adapted from Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Adapted by Dustin Sparks (pixelmixer@gmail.com)
 *
 * Usage: Add or remove bootstrap components that you would like to use in your project
 * by commenting, uncommenting or manually adding imports.
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}


.login-menu {
  display: none;
  position: fixed;
  top: 3.9375rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2000;
  width: 17.5rem;
  border-radius: 10px;
  padding: 1.25rem;
  text-align: center;
  line-height: 2;
  box-shadow: 0 25px 120px black;
}

@media (min-width: 48em) {
  .login-menu {
    position: absolute;
    right: 10px;
    left: auto;
    top: 3.9375rem;
    width: 15rem;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.112);
  }
}

.login-menu::after {
  display: none;
  position: absolute;
  left: auto;
  right: 51px;
  top: -20px;
  content: "";
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-bottom: solid 10px #fff;
}

@media (min-width: 48em) {
  .login-menu::after {
    display: block;
  }
}

.login-menu__visible {
  display: block;
}

.login-menu__cont {
  margin: 0;
  padding: 0;
}

.login-menu__items {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.login-menu__title {
  display: block;
  margin-bottom: 0.3125rem;
}

.login-menu__fb-btn, .login-menu__submit-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  padding: 5px 0;
  border-radius: 35px;
}

.login-menu__fb-btn {
  background-color: #3B5998;
  margin-bottom: 1.875rem;
}

.login-menu__submit-btn {
  background-color: #1DB954;
  border: none;
  width: 100%;
  margin-bottom: 0.625rem;
  cursor: pointer;
}

.login-menu__fields {
  display: block;
  width: 100%;
  border: solid 2px #ebebeb;
  border-radius: 5px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: left;
  vertical-align: middle;
  color: #413a3a;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  padding: 5px 10px;
  margin-bottom: 0.625rem;
}

.login-menu__fields::-webkit-input-placeholder {
  font-size: 0.9375rem;
}

.login-menu__fields:-ms-input-placeholder {
  font-size: 0.9375rem;
}

.login-menu__fields::placeholder {
  font-size: 0.9375rem;
}

.login-menu__close {
  position: absolute;
  top: 0;
  right: 10px;
  left: auto;
  color: #aaa3a3;
}

.welcome {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../images/miprimeracorde-guitarrista-m.jpg");
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  padding: 1rem;
}

@media (min-width: 48em) {
  .welcome {
    padding: 0;
  }
}

.welcome__title-cont {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.welcome__content {
  display: block;
  position: absolute;
  left: 0;
  bottom: 8.125rem;
  top: auto;
  width: 100%;
}

@media (min-width: 30em) {
  .welcome__content {
    bottom: 4.375rem;
  }
}

.welcome__title {
  margin: 0 auto;
  padding: 0.625rem 0;
  max-width: 18.125rem;
  font-size: 1rem;
  line-height: 1.1;
}

@media (min-width: 30em) {
  .welcome__title {
    max-width: 90%;
    font-size: 1.375rem;
  }
}

@media (min-width: 60em) {
  .welcome__title {
    padding: 1.25rem 0;
    font-size: 1.75rem;
  }
}

.welcome__btn-container {
  margin-top: 1.25rem;
}

.aboutus {
  padding-top: 2rem;
}

.aboutus > div {
  text-align: center;
}

@media (min-width: 48em) {
  .aboutus > div {
    text-align: left;
  }
}

.aboutus__title-cont {
  display: inline-block;
  max-width: 20rem;
  font-size: 1.375rem;
}

@media (min-width: 48em) {
  .aboutus__title-cont {
    max-width: 36.25rem;
    font-size: 1.75rem;
  }
}

.aboutus__title {
  font-weight: 400;
}

.aboutus__subtitle {
  margin-bottom: 2.375rem;
  font-size: 1.5rem;
}

.aboutus__content {
  max-width: 75%;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .aboutus__content {
    max-width: 30rem;
    font-size: 1.125rem;
  }
}

.aboutus__img-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.aboutus__img-cont--m-top-till-tablet {
  margin-top: 2em;
}

@media (min-width: 75em) {
  .aboutus__img-cont--m-top-till-tablet {
    margin-top: 0;
  }
}

.aboutus__img-cont--m-bottom-till-tablet {
  margin-bottom: 2em;
}

@media (min-width: 75em) {
  .aboutus__img-cont--m-bottom-till-tablet {
    margin-bottom: 0;
  }
}

.footer-cta {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-cta__title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-cta__btn-cont {
  margin-bottom: 3.125rem;
}

.site-header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  min-width: 320px;
  height: 3.125rem;
  background-color: rgba(255, 69, 69, 0.7);
  transition: all .3s ease-in;
}

@media (min-width: 48em) {
  .site-header {
    height: 3.75rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.site-header__nav {
  display: block;
}

.site-header__logo-cont {
  height: 100%;
  line-height: 3.125rem;
  text-align: center;
}

@media (min-width: 48em) {
  .site-header__logo-cont {
    line-height: 3.75rem;
    text-align: left;
  }
}

.site-header__logo {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: 2rem;
  transition: all .2s ease-in;
}

@media (min-width: 48em) {
  .site-header__logo {
    height: 2.375rem;
  }
}

.site-header--whiten-logo {
  filter: brightness(0) invert(1);
}

.site-header--d-shadow {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.112));
}

.site-header__mobile-menu {
  display: block;
}

@media (min-width: 48em) {
  .site-header__mobile-menu {
    display: none;
  }
}

.site-header__mobile-menu--visible {
  visibility: visible !important;
  animation: fade-in .2s ease-in forwards;
}

.site-header__menu-links-cont {
  display: block;
  width: 90%;
  max-width: 21.25rem;
  visibility: hidden;
}

.site-header__menu-links {
  line-height: 2.375rem;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.112);
}

.site-header__menu-links:first-child {
  border-bottom: solid 2px #ff4545;
}

.site-header__menu-links:last-child {
  border-bottom: solid 2px #fff;
  border-radius: 0 0 10px 10px;
}

.site-header__menu-icon {
  position: fixed;
  top: 0.9375rem;
  right: 0.9375rem;
}

.site-header__icon-btn {
  border: none;
  background-color: transparent;
  transition: all .3s ease-in;
}

.site-header__icon-btn > i {
  transition: all .3s ease-in;
}

.site-header__icon-btn::before {
  display: none;
  outline: 0;
}

.site-header__icon-btn:link:visited:hover:active {
  outline: 0;
}

.site-header__opt-cont .visitor-opt {
  position: relative;
  display: none;
}

@media (min-width: 48em) {
  .site-header__opt-cont .visitor-opt {
    display: block;
  }
}

.visitor-opt {
  height: 100%;
  width: 100%;
  line-height: 3.75rem;
}

.visitor-opt__cont {
  text-align: center;
  margin-right: -0.625rem;
}

@media (min-width: 30em) {
  .visitor-opt__cont {
    text-align: right;
  }
}

.visitor-opt__items {
  display: inline-block;
  margin-right: 0.625rem;
  height: 2.125rem;
}

.visitor-opt__btn-ingresar {
  background-color: #fff;
  padding: 0.875rem 1rem 0.625rem;
  border: solid 1px #0b4176;
  border-radius: 20px;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  max-height: 100%;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  50% {
    opacity: .5;
    transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.sections {
  padding: 1.875rem 0;
}

@media (min-width: 48em) {
  .sections {
    padding: 4.0625rem 0;
  }
}

.site-footer {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  top: auto;
  line-height: 2.5rem;
  box-shadow: 0 -3px 10px 1px rgba(0, 0, 0, 0.112);
}

.site-footer__msg {
  font-size: 0.625rem;
  padding-top: 10px;
  margin: 0 -1.5625rem 0 -0.3125rem;
  line-height: 100%;
}

@media (min-width: 30em) {
  .site-footer__msg {
    font-size: 0.75rem;
    padding-top: 5px;
    margin: 0 -35px 0 0;
    line-height: 100%;
  }
}

@media (min-width: 48em) {
  .site-footer__msg {
    font-size: 1rem;
    padding-top: 0;
    margin: 0;
    line-height: 2.5rem;
  }
}

.site-footer__rrss-items {
  float: right;
  display: block;
  padding: 0;
  margin-right: 0.625rem;
}

.site-footer__rrss-links {
  display: inline-block;
  vertical-align: middle;
  transition: all .3s ease-out;
}

.site-footer__rrss-links:hover {
  filter: opacity(75%);
}

::-moz-selection {
  background: #1DB954;
  color:white;
}

::selection {
  background: #1DB954;
  color:white;
}
/*# sourceMappingURL=maps/styles.css.map */