*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 768px) {
  html {
    font-size: 8.5px; } }
@media only screen and (min-width: 769px) {
  html {
    font-size: 9px; } }
@media only screen and (min-width: 992px) {
  html {
    font-size: 9.5px; } }
@media only screen and (min-width: 1280px) {
  html {
    font-size: 10px; } }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06rem;
  line-height: 3rem;
  margin: 0;
  padding: 0;
  color: #111;
  background: url(../img/bg.jpg) no-repeat center center/cover;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden !important; }

main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: initial;
  line-height: initial;
  color: inherit; }

h1, .h1 {
  font-size: 9rem; }

h2, .h2 {
  font-size: 4.5rem; }

h3, .h3 {
  font-size: 3rem; }

h4, .h4 {
  font-size: 2.25rem; }

h5, .h5 {
  font-size: 1.8rem; }

h6, .h6 {
  font-size: 1.5rem; }

p {
  margin: 0 0 1rem; }

ul {
  margin: 0 0 1rem; }

.small {
  font-size: 75%; }

.large {
  font-size: 125%; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

b, strong {
  font-weight: 600; }

i, em {
  font-style: italic; }

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

.img-center {
  text-align: center; }
  .img-center img {
    display: inline-block; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

a, a:hover, a:active {
  color: inherit;
  text-decoration: none; }

button {
  border: 0;
  margin: 0;
  background: none;
  padding: 1rem 3rem; }

@media (min-width: 768px) {
  .noPadd {
    padding: 0; } }

.hidden {
  display: none;
  visibility: hidden; }

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
    visibility: hidden; } }
@media only screen and (min-width: 992px) {
  .hidden-xs {
    display: initial; } }

@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none;
    visibility: hidden; } }
@media only screen and (max-width: 768px) {
  .hidden-sm {
    display: initial; } }
@media only screen and (min-width: 992px) {
  .hidden-sm {
    display: initial; } }

@media only screen and (max-width: 1279px) {
  .hidden-md {
    display: none;
    visibility: hidden; } }
@media only screen and (max-width: 991px) {
  .hidden-md {
    display: initial; } }
@media only screen and (min-width: 1280px) {
  .hidden-md {
    display: initial; } }

@media only screen and (max-width: 1599px) {
  .hidden-lg {
    display: none;
    visibility: hidden; } }
@media only screen and (min-width: 1600px) {
  .hidden-lg {
    display: initial; } }
@media only screen and (max-width: 1279px) {
  .hidden-lg {
    display: initial; } }

@media only screen and (min-width: 1600px) {
  .hidden-max {
    display: none;
    visibility: hidden; } }
@media only screen and (max-width: 1279px) {
  .hidden-max {
    display: initial; } }

@media only screen and (max-width: 768px) {
  .visible-xs {
    display: initial; } }
@media only screen and (min-width: 992px) {
  .visible-xs {
    display: none;
    visibility: hidden; } }

@media only screen and (max-width: 991px) {
  .visible-sm {
    display: initial; } }
@media only screen and (max-width: 768px) {
  .visible-sm {
    display: none;
    visibility: hidden; } }
@media only screen and (min-width: 992px) {
  .visible-sm {
    display: none;
    visibility: hidden; } }

@media only screen and (max-width: 1279px) {
  .visible-md {
    display: initial; } }
@media only screen and (max-width: 991px) {
  .visible-md {
    display: none;
    visibility: hidden; } }
@media only screen and (min-width: 1280px) {
  .visible-md {
    display: none;
    visibility: hidden; } }

@media only screen and (max-width: 1599px) {
  .visible-lg {
    display: initial; } }
@media only screen and (min-width: 1600px) {
  .visible-lg {
    display: none;
    visibility: hidden; } }
@media only screen and (max-width: 1279px) {
  .visible-lg {
    display: none;
    visibility: hidden; } }

@media only screen and (min-width: 1600px) {
  .visible-max {
    display: initial; } }
@media only screen and (max-width: 1279px) {
  .visible-max {
    display: none;
    visibility: hidden; } }

@media only screen and (min-width: 769px) {
  .flex, .flex .flex-row > *, .flex .flex-col > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .flex .flex-row {
      -ms-flex-flow: row;
      flex-flow: row; }
    .flex .flex-col {
      -ms-flex-flow: column;
      flex-flow: column; }
    .flex .flex-row-center, .flex .flex-col-middle {
      -ms-flex-pack: center;
      justify-content: center; }
    .flex .flex-row-middle, .flex .flex-col-center {
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center; }
    .flex .flex-row-space, .flex .flex-col-space {
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .flex .flex-full {
      -ms-flex: 1;
      flex: 1; } }

.table, .table tr, .table thead, .table tbody, .table tfoot {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .table tr th, .table tr td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-flow: column;
    flex-flow: column; }
  .table td th {
    font-weight: 500; }
  .table td td {
    font-weight: initial; }
  .table.table-bordered, .table tr.table-bordered, .table thead.table-bordered, .table tbody.table-bordered, .table tfoot.table-bordered {
    border-left: 1px solid;
    border-top: 1px solid;
    border-color: #ccc; }
    .table.table-bordered th, .table tr.table-bordered th, .table thead.table-bordered th, .table tbody.table-bordered th, .table tfoot.table-bordered th, .table.table-bordered td, .table tr.table-bordered td, .table thead.table-bordered td, .table tbody.table-bordered td, .table tfoot.table-bordered td {
      border-right: 1px solid;
      border-bottom: 1px solid;
      border-color: #ccc; }
  .table.table-hover tr:hover, .table tr.table-hover tr:hover, .table thead.table-hover tr:hover, .table tbody.table-hover tr:hover, .table tfoot.table-hover tr:hover {
    background-color: rgba(0, 0, 0, 0.2); }
  .table.table-hover.table-striped tr:nth-child(odd):hover, .table tr.table-hover.table-striped tr:nth-child(odd):hover, .table thead.table-hover.table-striped tr:nth-child(odd):hover, .table tbody.table-hover.table-striped tr:nth-child(odd):hover, .table tfoot.table-hover.table-striped tr:nth-child(odd):hover {
    background-color: rgba(0, 0, 0, 0.3); }
  .table.table-striped tr:nth-child(odd), .table tr.table-striped tr:nth-child(odd), .table thead.table-striped tr:nth-child(odd), .table tbody.table-striped tr:nth-child(odd), .table tfoot.table-striped tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1); }

.col {
  float: left;
  padding: 0 15px 0 15px;
  min-height: 1px; }

.xs-1 {
  width: calc(100% / (12 / 1)); }

.xs-2 {
  width: calc(100% / (12 / 2)); }

.xs-3 {
  width: calc(100% / (12 / 3)); }

.xs-4 {
  width: calc(100% / (12 / 4)); }

.xs-5 {
  width: calc(100% / (12 / 5)); }

.xs-6 {
  width: calc(100% / (12 / 6)); }

.xs-7 {
  width: calc(100% / (12 / 7)); }

.xs-8 {
  width: calc(100% / (12 / 8)); }

.xs-9 {
  width: calc(100% / (12 / 9)); }

.xs-10 {
  width: calc(100% / (12 / 10)); }

.xs-11 {
  width: calc(100% / (12 / 11)); }

.xs-12 {
  width: calc(100% / (12 / 12)); }

@media only screen and (min-width: 769px) {
  .sm-1 {
    width: calc(100% / (12 / 1)); }

  .sm-2 {
    width: calc(100% / (12 / 2)); }

  .sm-3 {
    width: calc(100% / (12 / 3)); }

  .sm-4 {
    width: calc(100% / (12 / 4)); }

  .sm-5 {
    width: calc(100% / (12 / 5)); }

  .sm-6 {
    width: calc(100% / (12 / 6)); }

  .sm-7 {
    width: calc(100% / (12 / 7)); }

  .sm-8 {
    width: calc(100% / (12 / 8)); }

  .sm-9 {
    width: calc(100% / (12 / 9)); }

  .sm-10 {
    width: calc(100% / (12 / 10)); }

  .sm-11 {
    width: calc(100% / (12 / 11)); }

  .sm-12 {
    width: calc(100% / (12 / 12)); } }
@media only screen and (min-width: 992px) {
  .md-1 {
    width: calc(100% / (12 / 1)); }

  .md-2 {
    width: calc(100% / (12 / 2)); }

  .md-3 {
    width: calc(100% / (12 / 3)); }

  .md-4 {
    width: calc(100% / (12 / 4)); }

  .md-5 {
    width: calc(100% / (12 / 5)); }

  .md-6 {
    width: calc(100% / (12 / 6)); }

  .md-7 {
    width: calc(100% / (12 / 7)); }

  .md-8 {
    width: calc(100% / (12 / 8)); }

  .md-9 {
    width: calc(100% / (12 / 9)); }

  .md-10 {
    width: calc(100% / (12 / 10)); }

  .md-11 {
    width: calc(100% / (12 / 11)); }

  .md-12 {
    width: calc(100% / (12 / 12)); } }
@media only screen and (min-width: 1280px) {
  .lg-1 {
    width: calc(100% / (12 / 1)); }

  .lg-2 {
    width: calc(100% / (12 / 2)); }

  .lg-3 {
    width: calc(100% / (12 / 3)); }

  .lg-4 {
    width: calc(100% / (12 / 4)); }

  .lg-5 {
    width: calc(100% / (12 / 5)); }

  .lg-6 {
    width: calc(100% / (12 / 6)); }

  .lg-7 {
    width: calc(100% / (12 / 7)); }

  .lg-8 {
    width: calc(100% / (12 / 8)); }

  .lg-9 {
    width: calc(100% / (12 / 9)); }

  .lg-10 {
    width: calc(100% / (12 / 10)); }

  .lg-11 {
    width: calc(100% / (12 / 11)); }

  .lg-12 {
    width: calc(100% / (12 / 12)); } }
.container {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .container {
      width: auto; } }
  @media only screen and (min-width: 769px) {
    .container {
      width: calc(769px - 3rem); } }
  @media only screen and (min-width: 992px) {
    .container {
      width: calc(992px - 3rem); } }
  @media only screen and (min-width: 1280px) {
    .container {
      width: calc(1280px - 3rem); } }

.container-full {
  width: auto; }

.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.form {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 1.5rem;
  border: 1px solid #ccc;
  overflow: hidden;
  z-index: 0; }
  .form:focus {
    outline: none; }
  .form fieldset {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0; }
  .form label {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
    transition-duration: 0.5s;
    z-index: 0; }
    .form label.focus {
      margin-top: 1rem; }
      .form label.focus:before {
        left: -0.6rem;
        top: -1rem;
        font-size: 100%;
        text-shadow: 0 0 0px #000;
        color: #000; }
    .form label:before {
      content: attr(data-placeholder);
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      padding: 0.3rem 0.5rem;
      font-family: inherit;
      font-size: 75%;
      font-weight: inherit;
      text-transform: none;
      color: #ccc;
      transition-duration: 0.5s;
      z-index: -1; }
    .form label:after {
      position: absolute;
      right: 0.7rem;
      top: 50%;
      transform: translateY(-50%);
      width: 26px;
      height: 26px;
      padding: 0rem 0.5rem;
      color: #fff;
      text-align: center;
      font-family: FontAwesome;
      border-radius: 50%;
      transition-duration: 0.5s;
      z-index: -1; }
    .form label.required-bad input, .form label.required-bad textarea {
      border-color: #f00; }
    .form label.required-bad:after {
      content: '\f00d';
      background-color: #f00; }
    .form label.required-good input, .form label.required-good textarea {
      border-color: #0f0; }
    .form label.required-good:after {
      content: '\f00c';
      background-color: #0f0; }
    .form label input, .form label textarea {
      float: left;
      width: 100%;
      padding: 0.6rem 0.5rem;
      font-family: inherit;
      font-size: initial;
      font-weight: initial;
      text-transform: none;
      border: 1px solid;
      border-color: #ccc;
      border-radius: 0;
      background-color: transparent;
      outline-color: transparent;
      transition-duration: 0.5s; }
      .form label input:focus, .form label textarea:focus {
        outline-color: #000; }
  .form input {
    height: 4rem; }
  .form textarea {
    width: 100%;
    height: 10rem; }
  .form .btn {
    cursor: pointer; }
    .form .btn:active, .form .btn:focus {
      outline-color: inherit; }
    .form .btn[disabled] {
      opacity: 0.5;
      background-color: #ccc; }

.form-display-waiting, .form-display-success, .form-display-error {
  position: absolute;
  left: 0;
  top: -42px;
  width: 100%;
  height: 42px;
  padding: 1rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid;
  overflow: hidden;
  transition-duration: 0.5s;
  z-index: 10; }

.form-display-waiting {
  top: 0;
  height: 100%;
  border-color: #aaa;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  z-index: -1; }
  .form-display-waiting i {
    position: absolute;
    left: 48%;
    top: 40%;
    transform: translate(-50%, -50%); }

.form-display-success {
  color: #146700;
  border-color: #23c100;
  background-color: rgba(113, 255, 36, 0.9); }

.form-display-error {
  color: #671400;
  border-color: #c12300;
  background-color: rgba(255, 36, 36, 0.9); }

.form-waiting .form-display-waiting {
  opacity: 1;
  z-index: 10; }

.form-success .form-display-success {
  top: 0; }

.form-error .form-display-error {
  top: 0; }

#preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  z-index: 99999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.btn {
  display: inline-block;
  margin: 10px 0 20px;
  padding: 13px 30px;
  border: 1px solid #EAF103;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition-duration: 0.5s;
  z-index: 0; }
  .btn.btn-hover-default:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1); }
  .btn.btn-hover-slide-right:before {
    left: 0; }
  .btn.btn-hover-slide-left:before {
    right: 0; }
  .btn.btn-hover-slide-right:before, .btn.btn-hover-slide-left:before {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #EAF103;
    transition-duration: 0.5s;
    z-index: -1; }
  .btn.btn-hover-slide-right:hover:before, .btn.btn-hover-slide-left:hover:before {
    width: 100%; }

#map {
  float: left;
  width: 100%;
  height: 500px; }

.navigation {
  background-color: #0681AB;
  z-index: 50; }
  @media only screen and (min-width: 769px) {
    .navigation {
      position: absolute;
      top: 50px;
      height: 54px; } }
  @media only screen and (max-width: 768px) {
    .navigation {
      position: relative;
      top: 0; } }

.navigation-header {
  float: left;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .navigation-header {
      height: 50px; } }
  @media only screen and (max-width: 768px) {
    .navigation-header {
      min-height: 50px;
      width: 100%; } }

.navigation-logo {
  float: left;
  padding: 4px 1.5rem 0;
  position: relative;
  z-index: 100; }
  @media only screen and (min-width: 769px) {
    .navigation-logo {
      top: -30px; } }
  .navigation-logo img {
    max-width: 100%; }

.navigation-nav {
  float: right;
  overflow: hidden;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  transition-duration: 0.5s; }
  @media only screen and (max-width: 768px) {
    .navigation-nav {
      height: 0;
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .navigation-nav.expand {
    height: 282.5px; }

.navigation-toggle {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  padding: 0.5rem 0.75rem;
  min-width: 36px;
  border-radius: 0.3rem;
  transform: translateY(-50%);
  display: flex;
  flex: 1 1 auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .navigation-toggle span {
    float: left;
    width: 25px;
    height: 3px;
    margin: 0.3rem 0;
    background-color: #fff; }
  .navigation-toggle:focus {
    outline: none; }
  @media only screen and (min-width: 769px) {
    .navigation-toggle {
      display: none; } }

.navigation-navbar {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }
  .navigation-navbar.navigation-navbar-right {
    float: right !important; }
    @media only screen and (min-width: 769px) {
      .navigation-navbar.navigation-navbar-right {
        margin-right: -2.5rem; } }
  @media only screen and (min-width: 769px) {
    .navigation-navbar.navigation-navbar-left {
      margin-left: -2.5rem; } }
  @media only screen and (max-width: 768px) {
    .navigation-navbar {
      width: 100%;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      border-top: 1px solid #ccc; } }
  .navigation-navbar > li {
    float: left;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .navigation-navbar > li {
        width: 100%; } }
    .navigation-navbar > li > a {
      float: left;
      padding: 1.2rem 2.5rem;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.4rem;
      font-weight: 600; }
      @media only screen and (max-width: 768px) {
        .navigation-navbar > li > a {
          width: 100%;
          padding: 1.5rem 2.5rem; } }
      .navigation-navbar > li > a:hover {
        color: #F8FF01; }

.navigation-top {
  float: left;
  width: 100%; }

.caption {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 100; }
  @media only screen and (max-width: 768px) {
    .caption {
      display: none; } }
  .caption h1 {
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 5rem;
    margin: 0 0 15px;
    color: #fff; }

.section, .gallery, .masonry {
  float: left;
  width: 100%;
  position: relative; }

.section-half {
  float: left;
  width: 50%;
  position: relative; }

#section-top {
  padding: 50px 0 70px; }

#section-bottom {
  background: url(../img/bg-bottom.jpg) no-repeat center center/cover;
  height: 570px; }

.main-red {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #f00;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0; }
  .main-red span {
    margin-right: 15px; }

h2 {
  font-size: 3rem;
  font-weight: 100;
  margin-bottom: 40px; }

.margTop {
  margin-top: 30px; }

.main-text {
  float: left;
  width: 100%;
  margin: 20px 0 15px;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding: 8px 0;
  z-index: 0; }

.bg-blue {
  background-color: #0681AB; }
  .bg-blue:before {
    right: 100%;
    width: 70px;
    background-color: #0681AB; }

.bg-red {
  background-color: #D20107; }
  .bg-red:before {
    left: -25px;
    width: calc(100% + 140px);
    background-color: #D20107; }

.bg-blue:before, .bg-red:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1; }

.red-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  background-color: #D20107;
  padding: 20px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: end;
  align-items: flex-end; }
  .red-box i {
    float: left;
    font-size: 3.6rem;
    position: relative;
    bottom: 5px; }
  .red-box div {
    float: right;
    text-align: right;
    margin-left: 15px;
    font-size: 1.6rem;
    font-weight: 100;
    text-transform: uppercase; }
    .red-box div span {
      font-size: 3rem;
      font-weight: 600; }

main .btn {
  color: #000; }
  main .btn:hover {
    color: #000; }

.gallery {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap; }
  .gallery a {
    float: left;
    width: 160px;
    height: 120px;
    margin: 5px;
    position: relative;
    z-index: 0; }
    .gallery a.before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 0px solid rgba(255, 255, 255, 0);
      background-color: transparent;
      transition-duration: 0.3s;
      z-index: 1; }
    .gallery a:hover:before {
      border: 10px solid rgba(255, 255, 255, 0.5);
      background-color: rgba(0, 0, 0, 0.3); }

@media only screen and (min-width: 992px) {
  .masonry .grid-sizer, .masonry .grid-item {
    width: 20%; } }
@media only screen and (max-width: 991px) {
  .masonry .grid-sizer, .masonry .grid-item {
    width: calc(100% / 3); } }
@media only screen and (max-width: 768px) {
  .masonry .grid-sizer, .masonry .grid-item {
    width: 50%; } }
@media only screen and (min-width: 992px) {
  .masonry .grid-item-2 {
    width: 40%; } }
@media only screen and (max-width: 991px) {
  .masonry .grid-item-2 {
    width: calc((100% / 3) * 2); } }
@media only screen and (max-width: 768px) {
  .masonry .grid-item-2 {
    width: 100%; } }

#contact {
  padding: 50px 0;
  color: #eee;
  background-color: #0681AB; }

#copyright {
  padding: 15px 0;
  color: #222; }
  #copyright p {
    margin: 0; }

/*# sourceMappingURL=styles.min.css.map */