/* SCSS Framework for OOUI	
*	Version: 1.1
*	Mobile-first approach, use backtick (`) to navigate to major section comments eg. `header | `main | `footer and so
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@keyframes fade-in {
  /* line 7, main.scss */
  from {
    opacity: 0;
  }

  /* line 7, main.scss */
  to {
    opacity: 1;
  }
}
/* line 965, lib\_mixins.scss */
.faded-line {
  position: relative;
}
/* line 944, lib\_mixins.scss */
.faded-line:before, .faded-line:after {
  content: '';
  display: inline-block;
  border: 0;
  height: 1px;
  display: block;
  width: 40%;
  position: absolute;
  top: 50%;
}
/* line 955, lib\_mixins.scss */
.faded-line:before {
  left: 0;
  background-image: linear-gradient(to right, rgba(178, 178, 178, 0), rgba(178, 178, 178, 0.75));
}
/* line 959, lib\_mixins.scss */
.faded-line:after {
  right: 0;
  background-image: linear-gradient(to right, rgba(178, 178, 178, 0.75), rgba(178, 178, 178, 0));
}

/* line 9, lib\_helpers.scss */
._txt-center {
  text-align: center;
}

/* line 12, lib\_helpers.scss */
._txt-left {
  text-align: left;
}

/* line 15, lib\_helpers.scss */
._txt-right {
  text-align: right;
}

/* line 18, lib\_helpers.scss */
._txt-justify {
  text-align: justify;
}

/* line 22, lib\_helpers.scss */
.txt-invisible {
  color: transparent;
}
/* line 24, lib\_helpers.scss */
.txt-invisible::selection {
  color: transparent;
  background: transparent;
  text-shadow: none;
}
/* line 29, lib\_helpers.scss */
.txt-invisible::-moz-selection {
  color: transparent;
  background: transparent;
  text-shadow: none;
}

/* line 38, lib\_helpers.scss */
.break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 49, lib\_helpers.scss */
.ellipsis {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* `layout */
/* line 62, lib\_helpers.scss */
.left {
  float: left;
}

/* line 66, lib\_helpers.scss */
.right {
  float: right;
}

/* line 84, lib\_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 91, lib\_helpers.scss */
.hidden {
  display: none !important;
}

/* line 98, lib\_helpers.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 110, lib\_helpers.scss */
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 120, lib\_helpers.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 131, lib\_helpers.scss */
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 139, lib\_helpers.scss */
.nocallout {
  -webkit-touch-callout: none;
}

/* line 151, lib\_helpers.scss */
[role="button"] {
  cursor: pointer;
}

/* line 111, lib\_mixins.scss */
.group:before, .group:after {
  content: " ";
  display: table;
}
/* line 116, lib\_mixins.scss */
.group:after {
  clear: both;
}

/* line 159, lib\_helpers.scss */
._positioningContext {
  position: relative;
}

/* line 163, lib\_helpers.scss */
._no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 9, lib\_atom.scss */
._mb70 {
  margin-bottom: 70px;
}

/* line 13, lib\_atom.scss */
._mt70 {
  margin-top: 70px;
}

/* line 17, lib\_atom.scss */
._mt50 {
  margin-top: 50px !important;
}

/* line 6, lib\_foundation.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

/* line 13, lib\_foundation.scss */
body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  cursor: default;
  text-shadow: none;
}

/* line 19, lib\_foundation.scss */
iframe {
  border: 0;
}

/* line 22, lib\_foundation.scss */
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
blockquote,
figure,
button {
  margin: 0;
  padding: 0;
}

/* line 36, lib\_foundation.scss */
main,
li {
  display: block;
}

/* line 40, lib\_foundation.scss */
h1,
h2,
h3,
h4,
h5,
p {
  font-size: inherit;
}

/* line 48, lib\_foundation.scss */
strong {
  font-weight: bold;
}

/* line 51, lib\_foundation.scss */
sup {
  position: relative;
  top: -.5em;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 58, lib\_foundation.scss */
a,
button {
  color: inherit;
}

/* line 62, lib\_foundation.scss */
a {
  text-decoration: none;
}

/* line 65, lib\_foundation.scss */
button {
  overflow: visible;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
}
/* line 73, lib\_foundation.scss */
button:focus {
  outline: 0;
}

/* line 77, lib\_foundation.scss */
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 81, lib\_foundation.scss */
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* line 86, lib\_foundation.scss */
input[type=search] {
  box-shadow: none;
}

/* line 89, lib\_foundation.scss */
textarea {
  resize: none;
}




/* line 208, lib\_mixin-respondTo.scss */
html,
body {
  height: 100%;
  min-height: 100%;
}

/* line 214, lib\_mixin-respondTo.scss */
.respondToTest {
  position: relative;
  width: 100%;
  min-height: 100px;
  height: 33.3%;
  height: calc(100/3%);
}
/* line 220, lib\_mixin-respondTo.scss */
.respondToTest:before {
  background-color: #ccc;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 200%;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  text-align: center;
  content: 'This is default mobilefirst.';
}
@media only screen and (min-width: 768px) {
  /* line 214, lib\_mixin-respondTo.scss */
  .respondToTest {
    background-color: #fff;
  }
  /* line 234, lib\_mixin-respondTo.scss */
  .respondToTest:before {
    content: 'This is how it responds to tablets (and obove)';
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  /* line 214, lib\_mixin-respondTo.scss */
  .respondToTest {
    content: 'This is how it responds between mobile landscape and tablet portrait';
    background-color: #ccc;
  }
  /* line 242, lib\_mixin-respondTo.scss */
  .respondToTest:before {
    content: 'This is how it responds only on cell phones';
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 247, lib\_mixin-respondTo.scss */
  .respondToTest:before {
    content: 'This is how it responds ONLY IN Tablet.';
  }
}
@media only screen and (max-width: 480px) {
  /* line 214, lib\_mixin-respondTo.scss */
  .respondToTest {
    font-style: normal;
  }
  /* line 255, lib\_mixin-respondTo.scss */
  .respondToTest:before {
    content: 'This is how it responds ONLY IN phones (portrait).';
  }
}
@media only screen and (min-width: 992px) {
  /* line 214, lib\_mixin-respondTo.scss */
  .respondToTest {
    font-style: normal;
  }
  /* line 263, lib\_mixin-respondTo.scss */
  .respondToTest:before {
    content: 'This is how it responds on laptops and above.';
  }
}
@media only screen and (min-width: 1200px) {
  /* line 214, lib\_mixin-respondTo.scss */
  .respondToTest {
    font-style: normal;
  }
  /* line 271, lib\_mixin-respondTo.scss */
  .respondToTest:before {
    content: 'This is how it responds on large screens';
  }
}
@media print {
  /* line 214, lib\_mixin-respondTo.scss */
  .respondToTest {
    background: #fff;
    color: tomato;
    text-align: center;
  }
  /* line 279, lib\_mixin-respondTo.scss */
  .respondToTest:before {
    content: 'This is how it responds between ONLY IN print.';
  }
}
/* line 284, lib\_mixin-respondTo.scss */
.lt-ie9 .respondToTest:before {
  background: transparent;
  color: tomato;
  text-decoration: underline;
  content: 'This is default mobilefirst ONLY IN IE8.';
}
/* line 292, lib\_mixin-respondTo.scss */
.respondToTest #theme-dark:before, .lt-ie9 .respondToTest:before {
  background: #111;
  color: #fff;
  right: 0;
  text-decoration: underline;
  content: 'This is how it responds to dark theme and on less than ie9.';
  z-index: 100000;
}

/* line 2, lib\_atmomic.scss */
.float-left {
  float: left;
}

/* line 6, lib\_atmomic.scss */
.float-right {
  float: right;
}

/* line 10, lib\_atmomic.scss */
.align-left {
  text-align: left;
}

/* line 14, lib\_atmomic.scss */
.align-right {
  text-align: right;
}

/* line 18, lib\_atmomic.scss */
.align-center {
  text-align: center;
}

/* line 22, lib\_atmomic.scss */
.pad-top0 {
  padding-top: 0;
}

/* line 26, lib\_atmomic.scss */
.pad-top5 {
  padding-top: 5px;
}

/* line 30, lib\_atmomic.scss */
.pad-top10 {
  padding-top: 10px;
}

/* line 34, lib\_atmomic.scss */
.pad-top15 {
  padding-top: 15px;
}

/* line 38, lib\_atmomic.scss */
.pad-top20 {
  padding-top: 20px;
}

/* line 42, lib\_atmomic.scss */
.pad-top25 {
  padding-top: 25px;
}

/* line 46, lib\_atmomic.scss */
.pad-top30 {
  padding-top: 30px;
}

/* line 50, lib\_atmomic.scss */
.pad-top35 {
  padding-top: 35px;
}

/* line 54, lib\_atmomic.scss */
.pad-top40 {
  padding-top: 40px;
}

/* line 58, lib\_atmomic.scss */
.pad-bot0 {
  padding-bottom: 0;
}

/* line 62, lib\_atmomic.scss */
.pad-bot5 {
  padding-bottom: 5px;
}

/* line 66, lib\_atmomic.scss */
.pad-bot10 {
  padding-bottom: 10px;
}

/* line 70, lib\_atmomic.scss */
.pad-bot15 {
  padding-bottom: 15px;
}

/* line 74, lib\_atmomic.scss */
.pad-bot20 {
  padding-bottom: 20px;
}

/* line 78, lib\_atmomic.scss */
.pad-bot25 {
  padding-bottom: 25px;
}

/* line 82, lib\_atmomic.scss */
.pad-bot30 {
  padding-bottom: 30px;
}

/* line 86, lib\_atmomic.scss */
.pad-bot35 {
  padding-bottom: 35px;
}

/* line 90, lib\_atmomic.scss */
.pad-bot40 {
  padding-bottom: 40px;
}

/* line 94, lib\_atmomic.scss */
.mar-left5 {
  margin-left: 5px;
}

/* line 98, lib\_atmomic.scss */
.mar-left10 {
  margin-left: 10px;
}

/* line 102, lib\_atmomic.scss */
.mar-left15 {
  margin-left: 15px;
}

/* line 106, lib\_atmomic.scss */
.mar-left20 {
  margin-left: 20px;
}

/* line 110, lib\_atmomic.scss */
.mar-left25 {
  margin-left: 25px;
}

/* line 114, lib\_atmomic.scss */
.mar-left30 {
  margin-left: 30px;
}

/* line 118, lib\_atmomic.scss */
.mar-right5 {
  margin-right: 5px;
}

/* line 122, lib\_atmomic.scss */
.mar-right10 {
  margin-right: 10px;
}

/* line 126, lib\_atmomic.scss */
.mar-right15 {
  margin-right: 15px;
}

/* line 130, lib\_atmomic.scss */
.mar-right20 {
  margin-right: 20px;
}

/* line 134, lib\_atmomic.scss */
.mar-right25 {
  margin-right: 25px;
}

/* line 138, lib\_atmomic.scss */
.mar-right30 {
  margin-right: 30px;
}

/* line 142, lib\_atmomic.scss */
.mar-top0 {
  margin-top: 0;
}

/* line 146, lib\_atmomic.scss */
.mar-top5 {
  margin-top: 5px;
}

/* line 150, lib\_atmomic.scss */
.mar-top10 {
  margin-top: 10px;
}

/* line 154, lib\_atmomic.scss */
.mar-top15 {
  margin-top: 15px;
}

/* line 158, lib\_atmomic.scss */
.mar-top20 {
  margin-top: 20px;
}

/* line 162, lib\_atmomic.scss */
.mar-top25 {
  margin-top: 25px;
}

/* line 166, lib\_atmomic.scss */
.mar-top30 {
  margin-top: 30px;
}

/* line 170, lib\_atmomic.scss */
.mar-top35 {
  margin-top: 35px;
}

/* line 174, lib\_atmomic.scss */
.mar-top40 {
  margin-top: 40px;
}

/* line 178, lib\_atmomic.scss */
.mar-bot0 {
  margin-bottom: 0;
}

/* line 182, lib\_atmomic.scss */
.mar-bot5 {
  margin-bottom: 5px;
}

/* line 186, lib\_atmomic.scss */
.mar-bot10 {
  margin-bottom: 10px;
}

/* line 190, lib\_atmomic.scss */
.mar-bot15 {
  margin-bottom: 15px;
}

/* line 194, lib\_atmomic.scss */
.mar-bot20 {
  margin-bottom: 20px;
}

/* line 198, lib\_atmomic.scss */
.mar-bot25 {
  margin-bottom: 25px;
}

/* line 202, lib\_atmomic.scss */
.mar-bot30 {
  margin-bottom: 30px;
}

/* line 206, lib\_atmomic.scss */
.mar-bot35 {
  margin-bottom: 35px;
}

/* line 210, lib\_atmomic.scss */
.mar-bot40 {
  margin-bottom: 40px;
}

/* line 8, app\_app.scss */
.nav > li > a, a, .btn, section.footer .footer_address a, section.footer .footer_social li a {
  transition: all 0.5s ease;
}

/* line 60, app\_app.scss */
.contactForm textarea {
  width: 100%;
  background: #e3e7e4;
  font-family: Open Sans, sans serif;
  border: 0;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px;
}

/* line 73, app\_app.scss */
.contactForm textarea:focus {
  background: #656a64;
  color: #eeeeee;
  box-shadow: none;
  transition: background 0.25 ease-in;
}

/* line 82, app\_app.scss */
body {
  color: #333;
  background: #f7f7f7;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  text-shadow: none;
  font-family: "Open Sans", sans-serif;
}

/* line 93, app\_app.scss */
.clear {
  clear: both;
}

/* line 97, app\_app.scss */
.txt-light {
  font-weight: 300;
}

/* line 101, app\_app.scss */
.txt-regular {
  font-weight: 400;
}

/* line 105, app\_app.scss */
.txt-bold {
  font-weight: 700;
}

/* line 109, app\_app.scss */
.txt-uppercase {
  text-transform: uppercase;
}

/* line 113, app\_app.scss */
blockquote {
  font-family: lato, serif;
  border-left: none;
}
/* line 116, app\_app.scss */
blockquote.bigquote {
  border: none;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1em;
}

/* line 124, app\_app.scss */
.text-bold {
  font-weight: 900;
}

/* line 128, app\_app.scss */
nav {
  display: block;
}
/* line 130, app\_app.scss */
nav#filter {
  margin-bottom: 1.5em;
}
/* line 132, app\_app.scss */
nav#filter a {
  background-color: #eeeeee;
  color: #555555;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
}
/* line 138, app\_app.scss */
nav#filter a:hover {
  background-color: #44bcdd;
  color: white;
}
/* line 142, app\_app.scss */
nav#filter a.current {
  background-color: #44bcdd;
  color: white;
}
/* line 147, app\_app.scss */
nav#filter li {
  display: inline-block;
  margin: 0 0 0 5px;
}

/* line 154, app\_app.scss */
section {
  display: block;
  background-color: white;
}
/* line 157, app\_app.scss */
section.section {
  margin: 0;
  padding: 70px 0 40px;
}
/* line 161, app\_app.scss */
section.featured {
  padding: 200px 0 60px;
  color: #fdfdfd;
}
/* line 164, app\_app.scss */
section.featured.inner {
  background: #eeeeee;
  padding: 150px 0 50px;
}
/* line 168, app\_app.scss */
section.featured h2.slogan {
  color: white;
  font-size: 48px;
  font-weight: 900;
}
/* line 174, app\_app.scss */
section.section--about {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 178, app\_app.scss */
section.section--contact-sec {
  padding: 20px 0;
}
/* line 182, app\_app.scss */
section.section--vedere p {
  clear: left;
}
/* line 184, app\_app.scss */
section.section--vedere p strong {
  font-style: normal;
  font-weight: 700;
}
/* line 188, app\_app.scss */
section.section--vedere p.clear {
  clear: left;
}
/* line 192, app\_app.scss */
section.section--vedere figure {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  /* line 196, app\_app.scss */
  section.section--vedere p {
    clear: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 201, app\_app.scss */
  section.section--vedere figure {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
/* line 210, app\_app.scss */
section.section--vini {
  padding: 0;
}
/* line 212, app\_app.scss */
section.section--vini .container {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  /* line 217, app\_app.scss */
  section.section--vini .container {
    background: white url(../img/vini.jpg) top right no-repeat;
    background-size: auto 100%;
  }
  /* line 221, app\_app.scss */
  section.section--vini p {
    width: 60%;
  }
}
/* line 226, app\_app.scss */
section.section-rooms {
  text-align: center;
}
/* line 228, app\_app.scss */
section.section-rooms .section-headin {
  margin-bottom: 50px;
}
/* line 232, app\_app.scss */
section.section--services {
  padding-top: 40px;
}
/* line 235, app\_app.scss */
section.section--services p {
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}
/* line 241, app\_app.scss */
section.section--services ul li {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  /* line 246, app\_app.scss */
  section.section--services p,
  section.section--services ul {
    text-align: center;
  }
}
/* line 253, app\_app.scss */
section.section--eventi ul {
  font-size: 14px;
}
/* line 257, app\_app.scss */
section.section-testimonials {
  background: url(../img/parallax-bg-1.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0;
}
/* line 262, app\_app.scss */
section.section-book-now {
  background: url(../img/parallax-bg-2.jpg) no-repeat;
  background-size: cover;
  background-color: #fdac1f;
  padding: 40px 0;
}
/* line 268, app\_app.scss */
section.section-footer {
  background: #242424;
  margin: 0;
}
/* line 271, app\_app.scss */
section.section-footer .copyright {
  text-align: center;
}

/* line 277, app\_app.scss */
.section--bg {
    background-color: #f3f3f3;
    color: #000;
}
/* line 280, app\_app.scss */
.section--bg h2,
.section--bg .section-subtitle {
  color: #000;
}

/* line 286, app\_app.scss */
small {
  font-size: 70%;
  font-weight: 100;
}

/* line 292, app\_app.scss */
a:hover {
  text-decoration: none;
}
/* line 295, app\_app.scss */
a.scrollup {
  height: 32px;
  width: 32px;
  color: white;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  opacity: 0.5;
}
/* line 308, app\_app.scss */
a.scrollup:hover {
  opacity: 1;
  color: white;
}
/* line 313, app\_app.scss */
a.socialIcon:hover {
  color: #44bcdd;
}

/* line 318, app\_app.scss */
:focus {
  outline: none;
}

/* line 322, app\_app.scss */
.color-white {
  color: white;
}
/* line 324, app\_app.scss */
.color-white.txt-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 330, app\_app.scss */
.t-uppercase {
  text-transform: uppercase;
}

/* line 334, app\_app.scss */
.row {
  z-index: 9999;
}

/* line 338, app\_app.scss */
.big {
  font-size: 20pt;
  font-weight: 300;
}

/* line 343, app\_app.scss */
.half-offset {
  margin-bottom: 75px !important;
}

/* line 347, app\_app.scss */
.no-offset {
  margin: 0 !important;
  padding: 0;
}

/* line 352, app\_app.scss */
.content {
  overflow: hidden;
}

/* line 356, app\_app.scss */
.container {
  /*     overflow: hidden; */
}

/* line 360, app\_app.scss */
.trans {
  border: 0 !important;
  background: 0 !important;
  box-shadow: none !important;
}

/* line 367, app\_app.scss */
.nobg {
  background: 0;
  border: 0;
}

/* line 372, app\_app.scss */
.noborder {
  border: 0 !important;
}

/* line 376, app\_app.scss */
.theme-bg {
  background-color: #ff7701 !important;
}

/* line 380, app\_app.scss */
.normalize-font-top {
  padding-top: 25px;
}

/* line 384, app\_app.scss */
.bg-white {
  background-color: white;
}

/* line 388, app\_app.scss */
.section-header {
  text-align: center;
}
/* line 390, app\_app.scss */
.section-header h2.section-heading {
  font-weight: 300;
}

/* line 395, app\_app.scss */
.section-subtitle {
  padding-top: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400 !important;
  color: #fdac1f;
}

/* line 407, app\_app.scss */
.section-subtitle--border {
  position: relative;
  padding-bottom: 25px;
}
/* line 410, app\_app.scss */
.section-subtitle--border:before {
  content: '';
  display: inline-block;
  width: 50%;
  position: absolute;
  bottom: -2px;
  border-bottom: 2px solid white;
  left: 50%;
  transform: translateX(-50%);
}

/* line 422, app\_app.scss */
.navbar {
  line-height: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 431, app\_app.scss */
.navbar .navbar-collapse {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 435, app\_app.scss */
.navbar .navbar-nav > .active > a {
  color: white;
  padding-bottom: 22px;
}

/* line 442, app\_app.scss */
.nav li {
  height: 100%;
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 448, app\_app.scss */
.nav > li > a {
  display: table-cell;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
  color: white;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
/* line 459, app\_app.scss */
.nav > li > a:hover {
  color: #f5b702 !important;
}
@media only screen and (max-width: 768px) {
  /* line 465, app\_app.scss */
  .nav li a {
    display: block;
  }
}

/* line 475, app\_app.scss */
.navbar-nav {
  float: right;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 481, app\_app.scss */
.navbar-brand {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 90px;
}
/* line 486, app\_app.scss */
.navbar-brand img {
  vertical-align: middle;
}

/* line 491, app\_app.scss */
.navbar-toggle {
  padding: 0;
  margin: 0;
  width: 30px;
  position: relative;
  bottom: 10px;
}

/* line 499, app\_app.scss */
.flexslider {
  margin: 0;
  background: 0;
  border: 0;
  box-shadow: none;
}
/* line 505, app\_app.scss */
.flexslider .slides img {
  width: auto;
  display: inline;
}

/* line 511, app\_app.scss */
.flex-control-nav {
  bottom: -25px;
}

/* line 516, app\_app.scss */
.flex-direction-nav a {
  display: block;
  width: 50px;
  height: 98px;
  margin: -29px -20px 0;
  position: absolute;
  top: 30%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease;
}
/* line 532, app\_app.scss */
.flex-direction-nav a:before {
  content: none !important;
}
/* line 535, app\_app.scss */
.flex-direction-nav a.flex-next:before {
  content: none !important;
}
/* line 539, app\_app.scss */
.flex-direction-nav .flex-next {
  right: -70px;
  background: url(../img/arrow_large_right.png) no-repeat top left;
}
/* line 543, app\_app.scss */
.flex-direction-nav .flex-prev {
  left: -70px;
  background: url(../img/arrow_large_left.png) no-repeat top left;
}

/* line 550, app\_app.scss */
.tp-rightarrow.large {
  margin-left: 0;
}
/* line 553, app\_app.scss */
.tp-rightarrow.default {
  width: 49px !important;
  height: 98px !important;
  background: url(../img/arrow_small_right.png) no-Repeat top left;
}

/* line 560, app\_app.scss */
.fullwidthbanner-container {
  padding-top: 100px;
  width: 100% !important;
  position: relative;
  padding: 0;
  max-height: 650px !important;
  overflow: hidden;
}

/* line 569, app\_app.scss */
.fullwidthbanner {
  height: 650px;
}
/* line 571, app\_app.scss */
.fullwidthbanner a.btn {
  color: white;
}

/* line 577, app\_app.scss */
.tp-caption.large_bold_white {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: Open Sans;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0;
  padding: 1px 4px 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}
/* line 593, app\_app.scss */
.tp-caption.small_thin_white {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: Open Sans;
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0;
  text-shadow: none;
  margin: 0;
  border-width: 0;
  border-color: #ffd658;
  border-style: none;
}

/* line 611, app\_app.scss */
.section-testimonials {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 50px;
}

/* line 619, app\_app.scss */
.testimonial i {
  color: white;
}
/* line 622, app\_app.scss */
.testimonial h5 {
  color: white;
  font-size: 18px;
  font-family: lato, sans-serif;
  line-height: 1.5em;
}
/* line 628, app\_app.scss */
.testimonial span.author {
  color: white;
  font-weight: 700;
}

/* line 634, app\_app.scss */
.validation {
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/* line 641, app\_app.scss */
.show {
  display: block;
}

/* line 646, app\_app.scss */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
/* line 651, app\_app.scss */
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
/* line 656, app\_app.scss */
ul.footer-menu {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
/* line 661, app\_app.scss */
ul.footer-menu li {
  display: inline;
  margin: 0 5px;
}

/* line 668, app\_app.scss */
.socialHoverClass {
  color: #44bcdd;
}

/* line 674, app\_app.scss */
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
}
/* line 684, app\_app.scss */
.social-circle li a:hover i {
  transform: rotate(360deg);
  transition: all 0.2s;
}
/* line 691, app\_app.scss */
.social-circle li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
}
/* line 697, app\_app.scss */
.social-circle i {
  color: white;
  transition: all 0.8s;
}

/* line 704, app\_app.scss */
.triggeredHover {
  transform: rotate(360deg);
  transition: all 0.2s;
}

/* line 712, app\_app.scss */
.stats .icon {
  margin: 0 0 20px 0;
}
/* line 715, app\_app.scss */
.stats strong.number {
  font-size: 38px;
}
/* line 718, app\_app.scss */
.stats span.text {
  font-weight: 700;
  font-size: 24px;
}

/* line 724, app\_app.scss */
.btn {
  border: 0;
}
/* line 726, app\_app.scss */
.btn.bold {
  font-weight: 600;
}

/* line 731, app\_app.scss */
.btn-cta {
  color: white;
  border-bottom: 4px solid;
  border-bottom: 2px solid;
}
/* line 735, app\_app.scss */
.btn-cta:hover {
  color: white;
}
/* line 738, app\_app.scss */
.btn-cta.btn-lg {
  border-bottom: 4px solid;
}

@media (min-width: 959px) and (max-width: 1199px) {
  /* line 744, app\_app.scss */
  .navbar-nav {
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 979px) and (max-device-width: 1024px) {
  /* line 750, app\_app.scss */
  .navbar-nav {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 756, app\_app.scss */
  .navbar-nav {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  /* line 763, app\_app.scss */
  .navbar.navbar-fixed-top {
    background-color: #00636d;
  }
  /* line 766, app\_app.scss */
  .navbar .navbar-collapse ul.nav {
    background-color: #444444;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  /* line 772, app\_app.scss */
  .navbar .navbar-collapse ul.nav li {
    border-bottom: 1px solid #666666;
  }

  /* line 777, app\_app.scss */
  .team-member {
    margin-bottom: 30px;
  }

  /* line 780, app\_app.scss */
  .col-lg-4 {
    margin-bottom: 30px;
  }

  /* line 783, app\_app.scss */
  section.featured {
    padding-top: 80px;
  }

  /* line 786, app\_app.scss */
  .stats .col-md-3 {
    margin-bottom: 30px;
  }
}
/* line 791, app\_app.scss */
.blink:hover {
  opacity: 0.9;
}

@media only screen and (min-width: 1200px) {
  /* line 795, app\_app.scss */
  .navbar-collapse.in {
    margin-top: -5px !important;
  }
}

/* line 801, app\_app.scss */
.flex-control-paging li a {
  width: 8px;
  height: 8px;
}
/* line 804, app\_app.scss */
.flex-control-paging li a.flex-active {
  background: white;
}

/* line 809, app\_app.scss */
.featured .fullwidthbanner ul {
  list-style: none;
  padding: 0;
}

/* line 814, app\_app.scss */
.tp-leftarrow.default {
  width: 49px !important;
  height: 98px !important;
  background: url(../img/arrow_small_left.png) no-Repeat top left;
}

/* line 820, app\_app.scss */
.tp-bullets.simplebullets.round .bullet {
  background: url(../img/bullets-new.png) no-repeat top left;
}

/* line 824, app\_app.scss */
.team-detail h4 {
  font-weight: 700;
}

/* line 828, app\_app.scss */
.isotopeWrapper article {
  margin-bottom: 30px;
}

/* line 832, app\_app.scss */
.portfolio-items article img {
  width: 100%;
}

.portfolio-a    {
    text-decoration: underline;
    color:black;
}

/* line 843, app\_app.scss */
textarea.form-control {
  border-radius: 0;
}

/* line 848, app\_app.scss */
div.cform-response-output {
  max-width: 60%;
  text-align: center;
  margin-left: 40% !important;
  margin-top: 0.5em !important;
  padding: 0.5em !important;
  border-radius: 4px;
}

/* line 858, app\_app.scss */
#clients img {
  opacity: 0.7;
}
/* line 860, app\_app.scss */
#clients img:hover {
  opacity: 1;
}

/* line 866, app\_app.scss */
.social-network a.icoRss:hover {
  background-color: #f56505;
}
/* line 868, app\_app.scss */
.social-network a.icoRss:hover i {
  color: white;
}
/* line 872, app\_app.scss */
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
/* line 874, app\_app.scss */
.social-network a.icoFacebook:hover i {
  color: white;
}
/* line 878, app\_app.scss */
.social-network a.icoTwitter:hover {
  background-color: #44bcdd;
}
/* line 880, app\_app.scss */
.social-network a.icoTwitter:hover i {
  color: white;
}
/* line 884, app\_app.scss */
.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}
/* line 886, app\_app.scss */
.social-network a.icoGoogle:hover i {
  color: white;
}
/* line 890, app\_app.scss */
.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}
/* line 892, app\_app.scss */
.social-network a.icoVimeo:hover i {
  color: white;
}
/* line 896, app\_app.scss */
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
/* line 898, app\_app.scss */
.social-network a.icoLinkedin:hover i {
  color: white;
}

/* line 904, app\_app.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
  outline: none;
}

/* line 910, app\_app.scss */
figure {
  margin-right: 30px;
}
/* line 912, app\_app.scss */
figure img {
  width: 100%;
}
/* line 915, app\_app.scss */
figure figcaption {
  background-color: white;
  color: #fdac1f;
  padding: 15px 0 15px 30px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.2;
}

@-webkit-keyframes bounce {
  /* line 926, app\_app.scss */
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  /* line 933, app\_app.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 936, app\_app.scss */
  60% {
    transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  /* line 926, app\_app.scss */
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  /* line 933, app\_app.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 936, app\_app.scss */
  60% {
    transform: translateY(-15px);
  }
}
@-ms-keyframes bounce {
  /* line 926, app\_app.scss */
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  /* line 933, app\_app.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 936, app\_app.scss */
  60% {
    transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  /* line 926, app\_app.scss */
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  /* line 933, app\_app.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 936, app\_app.scss */
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  /* line 926, app\_app.scss */
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  /* line 933, app\_app.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 936, app\_app.scss */
  60% {
    transform: translateY(-15px);
  }
}
@media only screen and (min-width: 992px) {
  /* line 941, app\_app.scss */
  .bounce {
    animation: bounce 2s infinite;
  }
}

/* line 947, app\_app.scss */
.scroll-down {
  color: white;
  border-radius: 50%;
  border: 3px solid white;
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  text-align: center;
  font-size: 60px;
}
/* line 960, app\_app.scss */
.scroll-down:before {
  content: '';
  width: 0.3em;
  height: 0.3em;
  border: 2px solid white;
  transform: rotate(-45deg);
  border-right: none;
  border-top: none;
  display: inline-block;
}

/* line 972, app\_app.scss */
.fancybox-close {
  display: none;
}

/* line 976, app\_app.scss */
.navbar-collapse.in {
  padding-bottom: 20px;
}

/* line 979, app\_app.scss */
.fancybox-inner {
  min-width: 100%;
}

@media only screen and (max-width: 640px) {
  /* line 985, app\_app.scss */
  .fancybox-wrap .fancybox-skin {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 320px) {
  /* line 983, app\_app.scss */
  .fancybox-wrap {
    left: 0 !important;
  }
}

/* line 9, app\_typography.scss */
html {
  color: black;
  font-family: "Open Sans";
  font-size: 62.5%;
  font-weight: 400;
}

/* line 16, app\_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: lato;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}

/* line 27, app\_typography.scss */
section {
  font-size: 2rem;
}
/* line 29, app\_typography.scss */
section h2 {
  font-size: 2em;
  color: #fdac1f;
}
/* line 34, app\_typography.scss */
section p {
  font-size: 0.7em;
  line-height: 1.5;
  padding: 1em 0;
}

/* line 46, app\_typography.scss */
a {
  color: #fdc82d;
}
/* line 49, app\_typography.scss */
a:hover, a:focus {
  color: #f5b702;
  text-decoration: none;
  outline: none;
}

/* line 57, app\_typography.scss */
blockquote address {
  color: #fdc82d;
}

/* line 62, app\_typography.scss */
.bordered {
  border: 3px solid white;
  padding: 10px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans";
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
}
/* line 74, app\_typography.scss */
.bordered:hover {
  border-color: #f5b702;
}
@media only screen and (max-width: 480px) {
  /* line 62, app\_typography.scss */
  .bordered {
    font-size: 20px;
  }
}

/* line 1, app\_hamburger.scss */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

/* line 19, app\_hamburger.scss */
.c-hamburger:focus {
  outline: none;
}

/* line 23, app\_hamburger.scss */
.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: white;
}

/* line 33, app\_hamburger.scss */
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
  content: "";
}

/* line 44, app\_hamburger.scss */
.c-hamburger span::before {
  top: -20px;
}

/* line 48, app\_hamburger.scss */
.c-hamburger span::after {
  bottom: -20px;
}

/* line 52, app\_hamburger.scss */
.c-hamburger--htx {
  background-color: #ff3264;
}

/* line 56, app\_hamburger.scss */
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

/* line 60, app\_hamburger.scss */
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

/* line 66, app\_hamburger.scss */
.c-hamburger--htx span::before {
  transition-property: top, transform;
}

/* line 70, app\_hamburger.scss */
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
/* line 78, app\_hamburger.scss */
.c-hamburger--htx.is-active span {
  background: none;
}

/* line 82, app\_hamburger.scss */
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

/* line 87, app\_hamburger.scss */
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* line 92, app\_hamburger.scss */
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/* line 2, app\_layout.scss */
.navbar-brand img {
  height: 300%;
}

/* line 7, app\_layout.scss */
.navbar-header {
  float: none !important;
}

/* line 11, app\_layout.scss */
.fullscreen-header {
  background: url(../img/featured-image.jpg) center no-repeat;
  background-size: cover;
}

/* line 17, app\_layout.scss */
.blockquote {
  text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.75);
  font-size: 33px;
  line-height: 1.1;
  color: white;
  font-family: lato;
  font-style: normal;
}
/* line 24, app\_layout.scss */
.blockquote address {
  font-size: 18px;
  font-style: inherit;
  margin-top: 10px;
}
/* line 29, app\_layout.scss */
.blockquote.bigquote {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  /* line 33, app\_layout.scss */
  .blockquote.bigquote {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 17, app\_layout.scss */
  .blockquote {
    width: 850px;
    margin: 0 auto;
  }
  /* line 40, app\_layout.scss */
  .blockquote.bigquote {
    font-size: 48px;
  }
  /* line 43, app\_layout.scss */
  .blockquote address {
    text-align: right;
    margin-right: 30px;
  }
}

/* line 51, app\_layout.scss */
.gallery li {
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  /* line 50, app\_layout.scss */
  .gallery {
    text-align: center;
  }
}

/* line 59, app\_layout.scss */
.block {
  text-align: center;
}

/* line 63, app\_layout.scss */
.block:before {
  content: '\200B';
  /*   content: '';
margin-left: -0.25em; */
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 72, app\_layout.scss */
.vertically-centered {
  display: inline-block;
  vertical-align: middle;
}

/* line 77, app\_layout.scss */
.btn {
  color: white;
  background-color: #f29548;
  padding: 10px 20px;
  text-align: center;
  display: table;
  margin: 0 auto;
  border-radius: 0;
  margin: 30px auto;
  border: 1px solid transparent;
}
/* line 88, app\_layout.scss */
.btn:hover {
  background: none;
  border-color: #f29548;
  color: #f29548;
}

/* line 95, app\_layout.scss */
.navbar-header {
  background-color: #333333;
}
@media only screen and (min-width: 992px) {
  /* line 95, app\_layout.scss */
  .navbar-header {
    background-color: transparent;
  }
}

@media only screen and (max-width: 992px) {
  /* line 102, app\_layout.scss */
  .navbar {
    background-color: #333333 !important;
  }
}

/* line 108, app\_layout.scss */
.navbar .navbar-collapse {
  background-color: #333333;
  border-top: none;
  box-shadow: none;
}
/* line 112, app\_layout.scss */
.navbar .navbar-collapse ul.nav {
  background-color: inherit;
}
/* line 114, app\_layout.scss */
.navbar .navbar-collapse ul.nav li {
  border-color: transparent;
}
@media only screen and (min-width: 768px) {
  /* line 108, app\_layout.scss */
  .navbar .navbar-collapse {
    background-color: transparent;
  }
}

/* line 123, app\_layout.scss */
section.footer {
  background-color: #333333;
  padding: 20px 0;
}
/* line 126, app\_layout.scss */
section.footer .footer_logo {
  margin: 20px auto;
  width: 170px;
}
/* line 130, app\_layout.scss */
section.footer .footer_address {
  font-size: 16px;
  color: white;
}
/* line 133, app\_layout.scss */
section.footer .footer_address a {
  color: white;
}
/* line 136, app\_layout.scss */
section.footer .footer_address a:hover {
  color: #f5b702;
}
/* line 141, app\_layout.scss */
section.footer .footer_social {
  margin-top: 50px;
  font-size: 1.2em;
  margin-bottom: 20px;
  text-align: center;
}
/* line 146, app\_layout.scss */
section.footer .footer_social li {
  display: inline-block;
}
/* line 148, app\_layout.scss */
section.footer .footer_social li a {
  color: white;
}
/* line 151, app\_layout.scss */
section.footer .footer_social li a:hover {
  color: #f5b702;
}
/* line 157, app\_layout.scss */
section.footer .footer_copyright {
  color: white;
  font-size: 14px;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  /* line 111, lib\_mixins.scss */
  section.footer:before, section.footer:after {
    content: " ";
    display: table;
  }
  /* line 116, lib\_mixins.scss */
  section.footer:after {
    clear: both;
  }
  /* line 165, app\_layout.scss */
  section.footer .footer_logo,
  section.footer .footer_address {
    margin-left: 0;
    text-align: left;
  }
  /* line 170, app\_layout.scss */
  section.footer .footer_social {
    text-align: left;
    float: right;
  }
  /* line 174, app\_layout.scss */
  section.footer .footer_copyright {
    text-align: right;
    clear: both;
    margin-top: 70px;
  }
}

/* line 183, app\_layout.scss */
.contact li {
  position: relative;
  margin-bottom: 40px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* line 189, app\_layout.scss */
.contact li i {
  width: 80px;
  display: table-cell;
  vertical-align: middle;
  font-size: 44px;
  padding-right: 20px;
}
/* line 198, app\_layout.scss */
.contact li i.icon-car {
  font-size: 2em;
}
/* line 200, app\_layout.scss */
.contact li i.icon-car:before {
  content: '';
  width: 1.2em;
  height: 1em;
  background: transparent url(../img/car.png) center no-repeat;
  background-size: contain;
}
/* line 209, app\_layout.scss */
.contact li span {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid white;
  padding: 20px 0;
}

/* line 223, app\_layout.scss */
.contact-info {
  text-align: center;
}
/* line 225, app\_layout.scss */
.contact-info li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
/* line 233, app\_layout.scss */
.contact-info i {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 223, app\_layout.scss */
  .contact-info {
    text-align: center;
  }
  /* line 238, app\_layout.scss */
  .contact-info li {
    text-align: center;
    border-right: 1px solid black;
  }
  /* line 241, app\_layout.scss */
  .contact-info li:last-child {
    border-right-color: transparent;
  }
}

/* line 248, app\_layout.scss */
.featured_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

/*# sourceMappingURL=main.css.map */
