@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  padding: 0;
  margin: 0; }

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: scroll; }

body {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #EFEFEF;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #2B3A42;
  font: 16px/1 sans-serif;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("../../images/body.jpg");
  background-size: cover;
  background-attachment: fixed; }

@media (min-width: 1400px) {
  body {
    font-size: 1.45em; } }
@media (min-width: 1800px) {
  body {
    font-size: 1.65em; } }
@media (min-width: 2000px) {
  body {
    font-size: 1.8em; } }
div,
section,
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Roboto", sans-serif; }

p {
  font-variant-numeric: oldstyle-nums; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  visibility: visible;
  text-decoration: underline;
  z-index: 9999; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #2B3A42;
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

::-moz-selection {
  background: #ED8C2B; }

::selection {
  background: #ED8C2B; }

::-moz-selection {
  background: #ED8C2B; }

.margins-90 {
  width: 90%; }

.margins-80 {
  width: 80%; }

.margins-70 {
  width: 70%; }

.margins-90,
.margins-80,
.margins-70 {
  margin: 0px auto;
  z-index: 5; }

.clearfix {
  clear: both; }

.tb {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px; }

.noline {
  text-decoration: none; }

#hi {
  display: flex; }

@font-face {
  font-family: 'Architects Daughter';
  src: url("../../fonts/ArchitectsDaughter.ttf"); }
/*  ----------------------------

		LANDING PAGE

----------------------------  */
#masthead {
  width: 100%;
  background-color: #0080c8;
  background-image: url("../../images/stripe.png"); }

#masthead-background {
  width: 100%;
  height: 100%;
  background-image: url("../../images/landing-intro.png");
  background-position: right bottom;
  background-size: auto 70%;
  background-repeat: no-repeat; }

#masthead-map {
  width: 100%;
  height: 600px;
  background-image: url("../../images/shoremap.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top; }

#masthead-map-overlay {
  width: 100%;
  height: 100%;
  position: relative; }

.subpage-footer {
  margin-bottom: 100px; }

#masthead-map-left {
  width: 50%;
  height: 100%;
  position: relative;
  float: left; }
  #masthead-map-left .masthead-miniheadline {
    display: none;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-left: 5%;
    font-size: 2.75rem;
    color: #EFEFEF;
    text-shadow: #2B3A42 1px 0 15px;
    font-weight: bolder; }
    #masthead-map-left .masthead-miniheadline span {
      display: inline-block;
      margin-top: 200px;
      background-color: rgba(23, 54, 72, 0.25);
      padding: 50px 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px; }
  #masthead-map-left .mapmarker {
    position: absolute;
    color: #EFEFEF; }
    #masthead-map-left .mapmarker i {
      background-color: rgba(237, 140, 43, 0.75);
      border-radius: 50%; }
  #masthead-map-left .maplabel {
    position: absolute;
    left: 0;
    color: #EFEFEF;
    display: inline;
    text-shadow: #2B3A42 1px 0 15px;
    text-align: right;
    font-family: 'Architects Daughter', sans-serif;
    font-size: 0.85em; }
    #masthead-map-left .maplabel a {
      text-decoration: none; }
      #masthead-map-left .maplabel a:hover {
        color: #ED8C2B;
        -khtml-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s; }
  #masthead-map-left .marker-01 {
    left: 400px; }
  #masthead-map-left .marker-02 {
    left: 375px; }
  #masthead-map-left .marker-03 {
    left: 300px; }
  #masthead-map-left .marker-04 {
    left: 175px; }
  #masthead-map-left .marker-05 {
    left: 175px; }
  #masthead-map-left .marker-06 {
    left: 275px; }
  #masthead-map-left .marker-07 {
    left: 165px; }
  #masthead-map-left .marker-08 {
    left: 165px; }
  #masthead-map-left .marker-09 {
    left: 140px; }
  #masthead-map-left .marker-10 {
    left: 140px; }
  #masthead-map-left .marker-11 {
    left: 95px; }
  #masthead-map-left .marker-12 {
    left: 65px; }
  #masthead-map-left .label-01 {
    width: 600px; }
  #masthead-map-left .label-02 {
    width: 600px; }
  #masthead-map-left .label-03 {
    width: 600px; }
  #masthead-map-left .label-04 {
    width: 500px; }
  #masthead-map-left .label-05 {
    width: 500px; }
  #masthead-map-left .label-06 {
    width: 550px; }
  #masthead-map-left .label-07 {
    width: 550px; }
  #masthead-map-left .label-08 {
    width: 500px; }
  #masthead-map-left .label-09 {
    width: 450px; }
  #masthead-map-left .label-10 {
    width: 400px; }
  #masthead-map-left .marker-01, #masthead-map-left .label-01 {
    top: 200px; }
  #masthead-map-left .marker-02, #masthead-map-left .label-02 {
    top: 242px; }
  #masthead-map-left .marker-03, #masthead-map-left .label-03 {
    top: 284px; }
  #masthead-map-left .marker-04, #masthead-map-left .label-04 {
    top: 326px; }
  #masthead-map-left .marker-05, #masthead-map-left .label-05 {
    top: 368px; }
  #masthead-map-left .marker-06, #masthead-map-left .label-06 {
    top: 410px; }
  #masthead-map-left .marker-07, #masthead-map-left .label-07 {
    top: 452px; }
  #masthead-map-left .marker-08, #masthead-map-left .label-08 {
    top: 494px; }
  #masthead-map-left .marker-09, #masthead-map-left .label-09 {
    top: 536px; }
  #masthead-map-left .marker-10, #masthead-map-left .label-10 {
    top: 578px; }
  #masthead-map-left #masthead-mobileselect {
    display: none;
    background-color: rgba(23, 54, 72, 0.35);
    padding: 25px;
    width: 90%;
    position: absolute;
    left: 5%;
    top: 160px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px; }
    #masthead-map-left #masthead-mobileselect span {
      display: inline-block;
      font-size: 2.25rem;
      font-weight: bolder;
      text-shadow: #2B3A42 1px 0 15px;
      color: #EFEFEF;
      margin-bottom: 50px; }
    #masthead-map-left #masthead-mobileselect .selekt {
      border: 1px solid #173648;
      width: 100%;
      border-radius: 5px;
      overflow: hidden;
      color: #0080c8;
      font-size: 1.2rem;
      text-align: center;
      font-weight: bolder;
      background: #EFEFEF url("../../images/icon-select.png") no-repeat 98% 50%; }
    #masthead-map-left #masthead-mobileselect .selekt select {
      padding: 15px 8px 15px 45px;
      width: 130%;
      border: none;
      box-shadow: none;
      background: transparent;
      background-image: none;
      -webkit-appearance: none;
      background-image: url("../../images/selekt.png");
      background-size: 25px auto;
      background-repeat: no-repeat;
      background-position: 10px center;
      text-align: center; }
    #masthead-map-left #masthead-mobileselect .selekt select:focus {
      outline: none; }
    #masthead-map-left #masthead-mobileselect .masthead-mobileselect-button {
      width: 100%;
      margin-top: 10px;
      text-align: center;
      padding: 15px 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      background-color: orange;
      background-color: #ED8C2B;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b272), to(#ED8C2B));
      background-image: -webkit-linear-gradient(top, #f3b272, #ED8C2B);
      background-image: -moz-linear-gradient(top, #f3b272, #ED8C2B);
      background-image: -ms-linear-gradient(top, #f3b272, #ED8C2B);
      background-image: -o-linear-gradient(top, #f3b272, #ED8C2B);
      background-image: linear-gradient(to bottom, #f3b272, #ED8C2B);
      font-weight: bold;
      color: #EFEFEF;
      text-shadow: #173648 1px 0 15px;
      text-transform: uppercase;
      transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 0.2s;
      box-shadow: 0 2px 5px 0 #173648; }

.masthead-logo {
  position: absolute;
  left: 10%;
  top: 25px; }
  .masthead-logo img {
    width: auto;
    height: 85px; }

#masthead-map-right {
  width: 50%;
  height: 100%;
  position: relative;
  float: left; }

.masthead-headline {
  width: 100%;
  height: 100%;
  padding: 0 10%;
  display: table;
  text-align: right; }
  .masthead-headline h1 {
    font-size: 3em;
    color: #EFEFEF;
    font-weight: bolder;
    text-shadow: #010101 1px 0 15px;
    margin-top: 150px; }

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

.hero-language-flag {
  width: 90px;
  position: absolute;
  right: 10%;
  top: 0;
  background-color: #ED8C2B; }

.hero-language-flag-inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 25px 0 10px 0; }
  .hero-language-flag-inner .middle-cell {
    margin: 5px 0; }
  .hero-language-flag-inner img {
    height: 15px; }

.hero-language-tail-left {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 45px 0 0;
  border-color: #ED8C2B transparent transparent transparent; }

.hero-language-tail-right {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 15px 0;
  border-color: transparent #ED8C2B transparent transparent; }

.hero-language-cell {
  width: 100%;
  font-family: monospace;
  text-transform: uppercase;
  color: #bc6610;
  text-align: center; }
  .hero-language-cell img {
    margin-right: 10px; }

#undermast {
  width: 90%;
  padding: 100px 0;
  margin-left: 5%; }
  #undermast div:nth-child(0) {
    margin-left: 0; }

.undermast-cell {
  width: 32%;
  height: 250px;
  height: 40vh;
  max-height: 350px;
  float: left;
  display: table;
  margin-bottom: 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-image: url("../../images/default-bg.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 #2B3A42;
  cursor: pointer; }

.undermast-center {
  margin: 0 2%; }

.undermast-cell-overlay {
  width: 100%;
  height: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(43, 58, 66, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #EFEFEF;
  font-weight: bold;
  text-shadow: #2B3A42 1px 0 15px; }
  .undermast-cell-overlay span {
    font-size: 0.9rem;
    display: inline-block;
    margin: 5px 0; }
  .undermast-cell-overlay:hover {
    background-color: transparent;
    -khtml-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

.undermast-novo-snipe {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #ED8C2B;
  padding: 5px;
  border: 1px solid #bc6610;
  font-size: .9rem;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-shadow: 0 0 0 transparent; }

.undermast-cell-1 {
  background-image: url("../../images/undermast-cell-1.jpg"); }

.undermast-cell-2 {
  background-image: url("../../images/undermast-cell-2.jpg"); }

.undermast-cell-3 {
  background-image: url("../../images/undermast-cell-3.jpg"); }

.undermast-cell-4 {
  background-image: url("../../images/undermast-cell-4.jpg"); }

.undermast-cell-5 {
  background-image: url("../../images/undermast-cell-5.jpg"); }

.undermast-cell-6 {
  background-image: url("../../images/undermast-cell-6.jpg"); }

#landing-options {
  width: 100%;
  padding: 100px 5%;
  background-color: #83d0f5;
  color: #173648; }
  #landing-options span:first-of-type {
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 50px; }

.landing-options-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .landing-options-items img {
    height: 150px; }

.landing-options-fields {
  width: 100%;
  margin: 50px 0; }
  .landing-options-fields .select-style {
    border: 1px solid #0080c8;
    width: 32%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    color: #0080c8;
    background: #EFEFEF url("../../images/icon-select.png") no-repeat 98% 50%; }
  .landing-options-fields .select-style select {
    padding: 15px 8px 15px 45px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    background-image: url("../../images/select-style-1.png");
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 10px center; }
  .landing-options-fields .select-style select:focus {
    outline: none; }
  .landing-options-fields .select-style-2 {
    border: 1px solid #0080c8;
    width: 32%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    /*color: $blue;*/
    background: #EFEFEF url("../../images/icon-select.png") no-repeat 98% 50%; }
  .landing-options-fields .select-style-2 select {
    padding: 15px 8px 15px 45px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    background-image: url("../../images/select-style-2.png");
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 10px center; }
  .landing-options-fields .select-style-2 select:focus {
    outline: none; }
  .landing-options-fields .select-style-3 {
    border: 1px solid #0080c8;
    width: 32%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    color: #0080c8;
    background: #EFEFEF url("../../images/icon-select.png") no-repeat 98% 50%; }
  .landing-options-fields .select-style-3 select {
    padding: 15px 8px 15px 45px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    background-image: url("../../images/select-style-3.png");
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 10px center; }
  .landing-options-fields .select-style-3 select:focus {
    outline: none; }
  .landing-options-fields .select-middle {
    margin: 0 2%; }

.landing-options-button {
  width: 32%;
  float: right;
  padding: 15px;
  text-align: center;
  color: #EFEFEF;
  background-color: #ED8C2B;
  background-color: #ED8C2B;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b272), to(#ED8C2B));
  background-image: -webkit-linear-gradient(top, #f3b272, #ED8C2B);
  background-image: -moz-linear-gradient(top, #f3b272, #ED8C2B);
  background-image: -ms-linear-gradient(top, #f3b272, #ED8C2B);
  background-image: -o-linear-gradient(top, #f3b272, #ED8C2B);
  background-image: linear-gradient(to bottom, #f3b272, #ED8C2B);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 #0080c8;
  font-weight: bolder;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-shadow: #ED8C2B 1px 0 15px;
  cursor: pointer;
  cursor: hand; }
  .landing-options-button:hover {
    background-color: #eb7f14;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1a65a), to(#eb7f14));
    background-image: -webkit-linear-gradient(top, #f1a65a, #eb7f14);
    background-image: -moz-linear-gradient(top, #f1a65a, #eb7f14);
    background-image: -ms-linear-gradient(top, #f1a65a, #eb7f14);
    background-image: -o-linear-gradient(top, #f1a65a, #eb7f14);
    background-image: linear-gradient(to bottom, #f1a65a, #eb7f14);
    -khtml-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

#landing-bigfeatures {
  width: 100%;
  padding-bottom: 100px;
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-image: url("../../images/stripe.png"); }

.landing-bigfeatures-left {
  width: 50%;
  min-height: 500px;
  position: relative;
  float: left;
  background-image: url("../../images/default-bg.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

.landing-bigfeatures-date {
  width: 75px;
  height: 75px;
  display: table;
  position: absolute;
  left: 10%;
  top: 25px;
  border: 2px solid #ED8C2B;
  color: #ED8C2B;
  text-align: center;
  border-radius: 50%; }

.landing-bigfeatures-date-align {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.25rem;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.landing-bigfeatures-left-1 {
  background-image: url("../../images/landing-bigfeatures-left-1.jpg"); }

.landing-bigfeatures-left-2 {
  background-image: url("../../images/landing-bigfeatures-left-2.jpg"); }

.landing-bigfeatures-left-3 {
  background-image: url("../../images/landing-bigfeatures-left-3.jpg"); }

.landing-bigfeatures-right {
  width: 50%;
  float: right;
  position: relative;
  padding: 100px 5% 100px 5%; }
  .landing-bigfeatures-right span {
    display: inline-block;
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 25px; }

.landing-bigfeatures-readmore {
  position: absolute;
  right: 10%;
  bottom: 25px;
  border: 2px solid #0080c8;
  color: #0080c8;
  font-weight: bolder;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 grey;
  padding: 10px 25px 10px 5%;
  cursor: pointer; }
  .landing-bigfeatures-readmore:hover {
    background-color: #0080c8;
    color: #EFEFEF;
    -khtml-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

/*  ----------------------------

		SUBPAGES

----------------------------  */
#subpage-masthead {
  width: 100%;
  height: 700px;
  background-color: #0080c8;
  background-size: cover;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 #FF530D; }

.subpage-masthead-lagoinha {
  background-image: url("../../images/subpage-masthead-lagoinha.jpg");
  background-position: right top; }

.subpage-masthead-toninhas {
  background-image: url("../../images/subpage-masthead-toninhas.jpg");
  background-position: bottom right; }

.subpage-masthead-felix {
  background-image: url("../../images/subpage-masthead-felix.jpg");
  background-position: right top; }

.subpage-masthead-itagua {
  background-image: url("../../images/subpage-masthead-itagua.jpg");
  background-position: right; }

.subpage-masthead-maranduba {
  background-image: url("../../images/subpage-masthead-maranduba.jpg");
  background-position: bottom; }

.subpage-masthead-acu {
  background-image: url("../../images/subpage-masthead-acu.jpg");
  background-position: bottom; }

.subpage-masthead-mirim {
  background-image: url("../../images/subpage-masthead-mirim.jpg");
  background-position: bottom; }

.subpage-masthead-grande {
  background-image: url("../../images/subpage-masthead-grande.jpg");
  background-position: right top; }

.subpage-masthead-itambuca {
  background-image: url("../../images/subpage-masthead-itamambuca.jpg");
  background-position: center; }

.subpage-masthead-vermelha {
  background-image: url("../../images/subpage-masthead-vermelha.jpg");
  background-position: right; }

#subpage-masthead-overlay {
  width: 100%;
  height: 100%;
  background-image: url("../../images/shoremap.png");
  background-size: auto calc(100% - 100px);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: rgba(0, 128, 200, 0.75);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 grey; }

#subpage-masthead-left,
#subpage-masthead-right {
  width: 50%;
  height: 100%;
  float: left;
  position: relative; }

@-webkit-keyframes backandforth {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  50% {
    -webkit-transform: translate(4px);
    transform: translate(4px); }
  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px); } }
@keyframes backandforth {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  50% {
    -webkit-transform: translate(4px);
    transform: translate(4px); }
  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px); } }
.subpage-bullseye {
  width: 75px;
  height: 75px;
  position: relative;
  background-image: url("../../images/subpage-bullseye.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation: backandforth .75s;
  -webkit-animation-iteration-count: infinite;
  animation: backandforth .75s;
  animation-iteration-count: infinite; }

.subpage-bullseye-lagoinha {
  left: 140px;
  top: 555px; }

.subpage-bullseye-toninhas {
  left: 165px;
  top: 442px; }

.subpage-bullseye-felix {
  left: 415px;
  top: 175px; }

.subpage-bullseye-itagua {
  left: 190px;
  top: 300px; }

.subpage-bullseye-maranduba {
  left: 152px;
  top: 512px; }

.subpage-bullseye-acu {
  left: 298px;
  top: 265px; }

.subpage-bullseye-mirim {
  left: 172px;
  top: 480px; }

.subpage-bullseye-grande {
  left: 286px;
  top: 385px; }

.subpage-bullseye-itambuca {
  left: 380px;
  top: 220px; }

.subpage-bullseye-vermelha {
  left: 175px;
  top: 350px; }

#subpage-masthead-headline {
  width: 50%;
  height: 100%;
  height: 700px;
  position: absolute;
  left: 25%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  #subpage-masthead-headline h1 {
    width: 100%;
    font-size: 3em;
    color: #EFEFEF;
    font-weight: bolder;
    text-shadow: #010101 1px 0 15px;
    margin-top: 150px; }

.subpage-masthead-button {
  width: 70%;
  margin-top: 25px;
  /*border: 2px solid $white;*/
  background-color: rgba(23, 54, 72, 0.15);
  padding: 15px;
  color: #EFEFEF;
  font-weight: bold;
  text-shadow: #2B3A42 1px 0 15px;
  font-size: 1.75rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .subpage-masthead-button span {
    color: #ED8C2B;
    background-color: #EFEFEF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 0 0 transparent; }

#subpage-listings {
  width: 100%;
  padding: 100px 5% 0 5%;
  background-color: #EFEFEF;
  background-image: url("../../images/stripe.png"); }

.subpage-listing-cell {
  width: 100%;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.subpage-listing-cell-left {
  width: 50%;
  min-height: 275px;
  position: relative;
  float: left;
  background-color: grey;
  cursor: pointer;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 grey;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-size: cover; }

.subpage-listing-price {
  position: absolute;
  left: 25px;
  top: -10px;
  padding: 20px 25px 20px 25px;
  background-color: #ED8C2B;
  color: #EFEFEF;
  text-shadow: #8d4c0c 1px 0 15px;
  font-size: 2rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: center; }
  .subpage-listing-price span {
    font-size: 1rem; }

.subpage-listing-cell-right {
  width: 50%;
  float: left;
  padding-left: 5%; }
  .subpage-listing-cell-right span {
    font-size: 2rem;
    color: #173648;
    display: inline-block;
    margin-bottom: 25px; }

.subpage-listing-attributes {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #173648;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #173648; }
  .subpage-listing-attributes i {
    margin-right: 10px; }
  .subpage-listing-attributes .a1 {
    color: grey;
    text-decoration: line-through; }
  .subpage-listing-attributes p {
    line-height: 1.5; }

.subpage-listing-rent-button {
  display: inline-block;
  float: right;
  margin-top: 25px;
  border: 2px solid #0080c8;
  color: #0080c8;
  font-weight: bolder;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 grey;
  padding: 10px 25px 10px 5%;
  cursor: pointer; }
  .subpage-listing-rent-button:hover {
    background-color: #0080c8;
    color: #EFEFEF;
    -khtml-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

/*  ----------------------------

		FOOTERS

----------------------------  */
#topfooter {
  width: 100%;
  background-color: #83d0f5;
  padding: 100px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: url("../../images/topfooter.png");
  background-repeat: no-repeat;
  background-position: right 25px;
  background-size: 75% auto; }

.topfooter-cell {
  width: 225px;
  height: 225px;
  position: relative;
  background-color: #EFEFEF;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .topfooter-cell ::-moz-selection {
    background: #0080c8; }
  .topfooter-cell ::selection {
    background: #0080c8; }
  .topfooter-cell ::-moz-selection {
    background: #0080c8; }

.topfooter-cell-snipe {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-image: url("../../images/topfooter-cell-snipe.png");
  background-size: 100% 100%; }
  .topfooter-cell-snipe i {
    font-size: 2rem;
    color: #0080c8; }

.topfooter-cell-text {
  width: 100%;
  position: absolute;
  bottom: 15px;
  right: 0;
  text-align: center;
  color: #0080c8;
  font-family: 'Architects Daughter', sans-serif;
  font-size: .85em;
  text-shadow: #EFEFEF 1px 0 15px; }

.topfooter-bignumber {
  font-size: 4rem;
  color: #ED8C2B; }
  .topfooter-bignumber span {
    font-size: 2rem; }

#middlefooter {
  width: 100%;
  background-color: #0080c8;
  padding: 100px 5%; }

.middlefooter-speechbubble {
  width: 100%;
  background-color: #83d0f5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-image: url("../../images/quotes-open.png");
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: 25px 25px; }

.middlefooter-speechbubble-overlay {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 10%;
  background-image: url("../../images/quotes-close.png");
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: bottom 25px right 25px;
  color: #005f95;
  font-size: 2rem;
  font-weight: bolder; }

.middlefooter-speechbubble-tail {
  position: absolute;
  right: 50px;
  bottom: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #83d0f5 transparent transparent transparent; }

.middlefooter-speechbubble-name {
  width: 100%;
  height: 50px;
  padding: 25px 150px 0 0;
  text-align: right;
  color: #EFEFEF;
  font-family: 'Architects Daughter', sans-serif;
  font-family: 0.85em; }

footer {
  width: 100%;
  background-color: #173648;
  padding: 50px 0;
  color: #5C8094;
  font-size: 1rem; }

#footer-cell-container {
  width: 90%;
  margin-left: 5%; }

.footer-cell {
  width: 32%;
  float: left; }
  .footer-cell img {
    width: auto;
    height: 75px; }
  .footer-cell .copyright {
    display: inline-block;
    margin-bottom: 10px; }

.footer-middle {
  margin: 0 2%; }
  .footer-middle a {
    color: #d37312;
    text-decoration: none; }

.footer-buttons {
  text-align: right; }
  .footer-buttons i {
    font-size: 2rem;
    margin-right: 10px; }
  .footer-buttons span {
    background-color: #ED8C2B;
    color: #EFEFEF;
    padding: 8px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }

#grave {
  width: 100%;
  height: 25px;
  background-color: #2B3A42; }

@media screen and (max-width: 1000px) {
  body {
    font-size: 1rem; }

  #masthead-background {
    background-size: auto 65%;
    background-position: left; }

  #masthead-map-left {
    /*overflow: auto;*/
    z-index: 9999; }
    #masthead-map-left .label-01 {
      width: 530px; }
    #masthead-map-left .label-02 {
      width: 530px; }
    #masthead-map-left .label-03 {
      width: 530px; }
    #masthead-map-left .label-04 {
      width: 430px; }
    #masthead-map-left .label-05 {
      width: 430px; }
    #masthead-map-left .label-06 {
      width: 480px; }
    #masthead-map-left .label-07 {
      width: 480px; }
    #masthead-map-left .label-08 {
      width: 430px; }
    #masthead-map-left .label-09 {
      width: 380px; }
    #masthead-map-left .label-10 {
      width: 330px; }

  .masthead-headline h1 {
    position: absolute;
    left: 25%;
    bottom: 0;
    padding: 0 10% 0 0;
    text-shadow: none;
    color: #173648; }

  .undermast-center {
    margin: 0; }

  .undermast-cell-1,
  .undermast-cell-4 {
    width: 49%;
    margin: 0 1% 25px 0; }

  .undermast-cell-2,
  .undermast-cell-5 {
    width: 49%;
    margin: 0 0 25px 1%; }

  .undermast-cell-3 {
    width: 100%;
    margin: 0 0 25px 0; }

  .undermast-cell-6 {
    display: none; }

  .landing-options-fields .select-style,
  .landing-options-fields .select-style-2,
  .landing-options-fields .select-style-3 {
    width: 100%; }
  .landing-options-fields .select-middle {
    margin: 25px 0; }

  .landing-options-button {
    width: 60%; }

  .landing-bigfeatures-left {
    width: 40%; }

  .landing-bigfeatures-right {
    width: 60%; } }
/*1000*/
@media screen and (max-width: 775px) {
  #masthead-map-left {
    width: 100%; }
    #masthead-map-left .masthead-miniheadline {
      display: inline; }
    #masthead-map-left .masthead-logo {
      left: 5%; }
    #masthead-map-left .maplabel {
      width: 100%;
      padding-right: 10%;
      font-family: "Roboto", sans-serif;
      font-weight: bolder; }
    #masthead-map-left .marker-01,
    #masthead-map-left .marker-02,
    #masthead-map-left .marker-03,
    #masthead-map-left .marker-04,
    #masthead-map-left .marker-05,
    #masthead-map-left .marker-06,
    #masthead-map-left .marker-07,
    #masthead-map-left .marker-08,
    #masthead-map-left .marker-09,
    #masthead-map-left .marker-10,
    #masthead-map-left .marker-11,
    #masthead-map-left .marker-12 {
      left: 94%; }

  #masthead-map-right {
    display: none; }

  .undermast-cell {
    height: 225px; }

  .subpage-listing-cell {
    display: inline-block; }

  .subpage-listing-cell-left {
    margin-bottom: 25px; }

  .subpage-listing-cell-right {
    padding: 0; }
    .subpage-listing-cell-right span {
      font-size: 1.75rem; }

  .subpage-listing-cell-left,
  .subpage-listing-cell-right {
    width: 100%; }

  #topfooter {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: left bottom;
    background-size: auto 95%; }

  .topfooter-cell-middle {
    margin: 50px 0; }

  .middlefooter-speechbubble-overlay {
    font-size: 1.5rem; }

  footer {
    padding-bottom: 0; }

  .footer-cell {
    width: 100%;
    margin-bottom: 50px; }

  .footer-middle {
    margin-left: 0;
    margin-right: 0; }

  .footer-buttons {
    text-align: center; }
    .footer-buttons i {
      margin: 0 15px; }
    .footer-buttons span {
      display: inline-block;
      text-align: center;
      margin-top: 25px;
      width: 90%; }

  .subpage-masthead-button {
    width: 100%; } }
/* 775*/
@media screen and (max-width: 550px) {
  #masthead-map-left #masthead-mobileselect {
    display: inline; }
  #masthead-map-left .masthead-miniheadline,
  #masthead-map-left .mapmarker,
  #masthead-map-left .maplabel {
    display: none; }
  #masthead-map-left .masthead-logo {
    width: 100%;
    left: 0;
    text-align: center; }

  .undermast-cell-1,
  .undermast-cell-2,
  .undermast-cell-3,
  .undermast-cell-4,
  .undermast-cell-5 {
    width: 100%;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px; }

  .undermast-cell-5 {
    margin-top: 25px; }

  .undermast-cell-overlay {
    font-size: 1.2rem; }

  #landing-options {
    padding-top: 75px; }

  .landing-options-button {
    width: 100%; }

  #landing-bigfeatures {
    display: inline;
    padding-bottom: 0; }

  .landing-bigfeatures-left {
    width: 100%;
    min-height: 0;
    height: 300px;
    background-position: top; }

  .landing-bigfeatures-right {
    width: 100%;
    padding: 50px 5%; }
    .landing-bigfeatures-right span {
      font-size: 1.5rem; }

  .landing-bigfeatures-date {
    left: 5%; }

  .landing-bigfeatures-readmore {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 25px; }

  #subpage-masthead-overlay {
    background-image: none; }

  .subpage-bullseye {
    display: none; }

  #subpage-masthead-headline {
    width: 90%;
    height: 500px;
    left: 5%;
    top: 125px; }
    #subpage-masthead-headline h1 {
      margin-top: 50px; }

  #subpage-masthead-overlay {
    background-color: rgba(0, 128, 200, 0.5); }

  #topfooter {
    margin-top: 50px; }

  .middlefooter-speechbubble,
  .middlefooter-speechbubble-overlay {
    background-size: auto 25%; }

  .middlefooter-speechbubble-overlay {
    text-align: center; } }
/* 550*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font-awesome-4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../font-awesome-4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../font-awesome-4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../font-awesome-4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../font-awesome-4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../font-awesome-4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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