/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../sass/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/_reset.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../sass/_reset.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 74, ../sass/_reset.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../sass/_reset.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, ../sass/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 125, ../sass/_reset.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../sass/_reset.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../sass/_reset.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, ../sass/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 161, ../sass/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../sass/_reset.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 181, ../sass/_reset.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../sass/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 205, ../sass/_reset.scss */
sup {
  top: -0.5em;
}

/* line 209, ../sass/_reset.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../sass/_reset.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../sass/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../sass/_reset.scss */
figure {
  margin: 0;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, ../sass/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 275, ../sass/_reset.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 289, ../sass/_reset.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 301, ../sass/_reset.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 314, ../sass/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 336, ../sass/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 369, ../sass/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, ../sass/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* line 1, ../sass/_base.scss */
body {
  font-size: 100%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

/* line 6, ../sass/_base.scss */
.site {
  width: 90%;
  margin: auto;
}

/* line 12, ../sass/_base.scss */
ul {
  list-style: none;
  list-style-position: outside;
  list-style-image: url(../img/green_bullet.png);
  padding: 0;
  margin: 0;
}

/* line 20, ../sass/_base.scss */
.list {
  color: #595959;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.025em;
  padding-left: 20px;
}

/* line 28, ../sass/_base.scss */
li {
  margin-bottom: 10px;
}

/* line 32, ../sass/_base.scss */
a {
  text-decoration: none;
  color: black;
}

/* line 37, ../sass/_base.scss */
b {
  font: inherit;
  margin-top: 1em;
}

/* line 42, ../sass/_base.scss */
p {
  color: #595959;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.025em;
}

/* line 49, ../sass/_base.scss */
h1 {
  font-family: Futura;
  margin: 0 0 10px 0;
  padding: 0;
}

/* line 55, ../sass/_base.scss */
h2 {
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0.05em;
  color: #90ad42;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}

/* line 66, ../sass/_base.scss */
h3 {
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 100;
  color: #90ad42;
  padding: 0 0 1px 20px;
  margin: 0;
}

/* line 75, ../sass/_base.scss */
strong {
  font-weight: 500;
}

/* line 79, ../sass/_base.scss */
.image {
  background-color: white;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 86, ../sass/_base.scss */
.image img {
  width: 100%;
}

/* line 90, ../sass/_base.scss */
.image:first-child {
  margin-top: 1em;
}

/* line 94, ../sass/_base.scss */
.image:last-child {
  margin-bottom: 4%;
}

/* line 98, ../sass/_base.scss */
.thumbnail {
  background-color: #ddd;
  height: 200px;
  width: 200px;
  margin: 0 2% 2% 0;
}

/* line 105, ../sass/_base.scss */
.body-text {
  font-size: 16px;
  line-height: 1.6em;
}

/* line 110, ../sass/_base.scss */
.small-only {
  display: block;
}

/* line 114, ../sass/_base.scss */
.btcf:after {
  content: "";
  display: table;
  clear: both;
}

/* line 120, ../sass/_base.scss */
.selected {
  color: #90ad42;
  /*text-decoration: underline;*/
}

/* line 125, ../sass/_base.scss */
.active {
  color: #000;
}

/* line 129, ../sass/_base.scss */
.hidden {
  display: none;
}

/* line 133, ../sass/_base.scss */
.green {
  color: #90ad42;
  font-size: 20px;
}

/* line 138, ../sass/_base.scss */
.ds {
  display: none;
}

/* line 142, ../sass/_base.scss */
.bx-controls {
  display: none;
}

@media (min-width: 768px) {
  /* line 3, ../sass/_header.scss */
  header, footer {
    margin: 2em 0 0 0;
  }
}
/* line 9, ../sass/_header.scss */
header:after {
  content: "";
  display: table;
  clear: both;
}

/* line 16, ../sass/_header.scss */
footer {
  clear: both;
  border-top: 1px solid black;
  padding-bottom: 2em;
}

/* line 22, ../sass/_header.scss */
#logo {
  float: left;
  margin-top: 23px;
}

/* line 27, ../sass/_header.scss */
#logo img {
  width: 235px;
  height: auto;
}

/* line 32, ../sass/_header.scss */
#bali {
  float: right;
  margin-left: 1em;
}

/* line 37, ../sass/_header.scss */
#bali-footer {
  display: none;
}

/* line 41, ../sass/_header.scss */
#bali {
  float: right;
  margin-left: 1em;
}

@media (max-width: 768px) {
  /* line 48, ../sass/_header.scss */
  #logo {
    width: 100%;
    text-align: center;
    margin-bottom: 23px;
  }
  /* line 53, ../sass/_header.scss */
  #logo h1 {
    margin-bottom: 0;
  }

  /* line 58, ../sass/_header.scss */
  #bali {
    display: none;
  }

  /* line 62, ../sass/_header.scss */
  #bali-footer {
    display: block;
    text-align: center;
    margin-top: 1em;
  }
}
/* line 69, ../sass/_header.scss */
.contact {
  display: none;
  float: right;
  padding-top: 15px;
}
/* line 74, ../sass/_header.scss */
.contact i {
  width: 19px;
  display: inline-block;
}

/* line 80, ../sass/_header.scss */
#contact {
  position: relative;
  float: left;
}

/* line 85, ../sass/_header.scss */
#contact-img {
  float: right;
  margin: 10px 0 0 0;
}

/* line 90, ../sass/_header.scss */
#fb {
  position: absolute;
}

/* line 94, ../sass/_header.scss */
#fb-txt {
  margin-left: 20px;
  color: #595959;
}
/* line 98, ../sass/_header.scss */
#fb-txt a {
  color: inherit;
}

/* line 103, ../sass/_header.scss */
.contact, .contact-small {
  color: #bebebe;
}
/* line 107, ../sass/_header.scss */
.contact p, .contact-small p {
  margin: .5em 0;
}
/* line 111, ../sass/_header.scss */
.contact a, .contact-small a {
  color: inherit;
}
/* line 115, ../sass/_header.scss */
.contact i, .contact-small i {
  margin-right: .5em;
}

/* line 120, ../sass/_header.scss */
#main-nav {
  clear: both;
  border-top: 1px solid #969696;
  border-bottom: none;
  margin-bottom: 60px;
}
/* line 126, ../sass/_header.scss */
#main-nav ul {
  /*@include clearfix;*/
  padding: 1em 0;
  text-align: center;
}
/* line 132, ../sass/_header.scss */
#main-nav li {
  margin: .4em 0;
  display: block;
  float: left;
  width: 50%;
  text-transform: uppercase;
}
/* line 140, ../sass/_header.scss */
#main-nav li a:hover {
  color: #90ad42;
}
/* line 144, ../sass/_header.scss */
#main-nav li:first-child {
  display: none;
}

/* line 149, ../sass/_header.scss */
.dropdown {
  position: relative;
}

/* line 153, ../sass/_header.scss */
.dropdown:hover .fly {
  display: block;
}

/* line 157, ../sass/_header.scss */
header .fly {
  display: none;
  position: absolute;
  background: white;
  margin: 0;
  padding-top: 8px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  top: 18px;
  left: -5px;
}
/* line 168, ../sass/_header.scss */
header .fly li {
  display: inline-block !important;
  height: 25px;
  width: 85px !important;
  margin: 0 !important;
  padding-left: 8px;
}

/* line 177, ../sass/_header.scss */
.copyright {
  display: none;
  color: #CFCFCF;
}

/* line 182, ../sass/_header.scss */
.social {
  padding-top: 15px;
  font-size: 36px;
}
/* line 186, ../sass/_header.scss */
.social ul {
  text-align: right;
}
/* line 190, ../sass/_header.scss */
.social li {
  display: inline;
  padding-left: 12px;
}
@media (max-width: 768px) {
  /* line 182, ../sass/_header.scss */
  .social {
    margin-bottom: 20px;
  }
  /* line 199, ../sass/_header.scss */
  .social ul {
    text-align: center;
  }
  /* line 202, ../sass/_header.scss */
  .social ul li {
    padding: 0 6px;
  }
}

/* line 1, ../sass/_meanmenu.scss */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
/* line 6, ../sass/_meanmenu.scss */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

/* line 16, ../sass/_meanmenu.scss */
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

/* line 35, ../sass/_meanmenu.scss */
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

/* line 42, ../sass/_meanmenu.scss */
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 44px;
}

/* line 49, ../sass/_meanmenu.scss */
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  list-style-image: none;
}

/* line 57, ../sass/_meanmenu.scss */
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 64, ../sass/_meanmenu.scss */
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

/* line 78, ../sass/_meanmenu.scss */
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

/* line 89, ../sass/_meanmenu.scss */
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 94, ../sass/_meanmenu.scss */
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

/* line 99, ../sass/_meanmenu.scss */
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

/* line 104, ../sass/_meanmenu.scss */
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

/* line 109, ../sass/_meanmenu.scss */
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

/* line 114, ../sass/_meanmenu.scss */
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 27px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* line 131, ../sass/_meanmenu.scss */
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* line 135, ../sass/_meanmenu.scss */
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

/* line 143, ../sass/_meanmenu.scss */
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
/* line 150, ../sass/_meanmenu.scss */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 157, ../sass/_meanmenu.scss */
.mean-remove {
  display: none !important;
}

/* line 1, ../sass/_home.scss */
#img-home {
  max-height: 370px;
  margin-left: 0;
  margin-top: 50px;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 10, ../sass/_home.scss */
  #img-home {
    margin-top: 0;
  }
}
/* line 1, ../sass/_philosophy.scss */
#img-philosophy {
  margin-bottom: 2%;
}

/* line 5, ../sass/_philosophy.scss */
#bios {
  clear: both;
  padding-top: 2em;
}

/* line 10, ../sass/_philosophy.scss */
.thumbnail {
  overflow: hidden;
  border: 1px solid #C2BABA;
}

/* line 1, ../sass/_services.scss */
#services {
  width: 100%;
  margin-top: 22px;
}

/* line 6, ../sass/_services.scss */
.col {
  display: inline-block;
  margin-right: 80px;
}

/* line 1, ../sass/_gallery.scss */
#gallery {
  margin-left: -1%;
  margin-top: 22px;
}

/* line 6, ../sass/_gallery.scss */
.p-item {
  overflow: hidden;
}
/* line 9, ../sass/_gallery.scss */
.p-item img {
  width: 100%;
  height: 100%;
}

/* line 15, ../sass/_gallery.scss */
.p-item {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #bebebe;
  margin: 0;
  margin-left: 1%;
  margin-bottom: 23px;
  overflow: hidden;
}

/* line 26, ../sass/_gallery.scss */
.p-item:last-child {
  border-bottom: none;
}

/* line 30, ../sass/_gallery.scss */
.p-img {
  width: 50%;
  float: left;
  max-height: 388px;
  overflow: hidden;
}

/* line 37, ../sass/_gallery.scss */
.p-text {
  display: inline;
  float: left;
  position: absolute;
  bottom: 12px;
}

@media only screen and (min-width: 768px) {
  /* line 3, ../sass/_queries.scss */
  header {
    margin-bottom: 1em;
  }

  /* line 7, ../sass/_queries.scss */
  .copyright {
    display: block;
    float: left;
  }

  /* line 12, ../sass/_queries.scss */
  #bali {
    float: right;
    margin-left: 1em;
  }

  /* line 17, ../sass/_queries.scss */
  #main-nav {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
  }
  /* line 22, ../sass/_queries.scss */
  #main-nav ul {
    text-align: left;
  }
  /* line 26, ../sass/_queries.scss */
  #main-nav li {
    display: inline;
    float: none;
    margin: 0 2em;
  }
  /* line 32, ../sass/_queries.scss */
  #main-nav li:first-child {
    display: inline;
    margin-left: 0;
  }

  /* line 38, ../sass/_queries.scss */
  .contact {
    display: block;
  }

  /* line 42, ../sass/_queries.scss */
  .contact-small {
    display: none;
  }
  /* line 45, ../sass/_queries.scss */
  .contact-small i {
    width: 19px;
    display: inline-block;
  }

  /* line 51, ../sass/_queries.scss */
  .left {
    float: left;
    width: 50%;
  }

  /* line 56, ../sass/_queries.scss */
  .right {
    float: right;
    width: 50%;
  }

  /* Philosophy */
  /* line 62, ../sass/_queries.scss */
  #img-philosophy {
    width: 96%;
    margin-left: 4%;
    margin-bottom: 2%;
  }

  /* line 68, ../sass/_queries.scss */
  .h-black {
    display: none;
  }

  /* line 72, ../sass/_queries.scss */
  .service {
    width: 70%;
  }

  /* line 76, ../sass/_queries.scss */
  #img-home {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 670px) {
  /* line 84, ../sass/_queries.scss */
  #iveta {
    float: left;
    width: 48%;
    margin-right: 2%;
  }

  /* line 90, ../sass/_queries.scss */
  #ben {
    float: right;
    width: 48%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 750px) {
  /* line 99, ../sass/_queries.scss */
  #contact {
    width: 100% !important;
    float: none !important;
  }

  /* line 104, ../sass/_queries.scss */
  #form {
    margin-top: 20px;
  }

  /* line 108, ../sass/_queries.scss */
  #contact_img {
    display: none;
  }

  /* line 112, ../sass/_queries.scss */
  #hide_footer .contact-small {
    display: none;
  }
}
@media only screen and (max-width: 1090px) {
  /* line 119, ../sass/_queries.scss */
  .col {
    margin-right: 40px !important;
  }
}
@media only screen and (max-width: 850px) {
  /* line 126, ../sass/_queries.scss */
  .col {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 133, ../sass/_queries.scss */
  .p-img {
    width: 100%;
  }

  /* line 137, ../sass/_queries.scss */
  .p-text {
    display: block;
    position: static;
  }
  /* line 141, ../sass/_queries.scss */
  .p-text h3 {
    padding: 10px 0;
    font-size: 16px;
  }
}
/* line 1, ../sass/_contact.scss */
#contact {
  width: 35%;
}

/* line 5, ../sass/_contact.scss */
#form {
  width: 65%;
  overflow: hidden;
  float: left;
  margin-bottom: 2em;
}

/* line 12, ../sass/_contact.scss */
#link-grey {
  color: #595959;
}

/* line 16, ../sass/_contact.scss */
.contact-small p {
  font-size: 16px;
}
@media (max-width: 768px) {
  /* line 16, ../sass/_contact.scss */
  .contact-small p {
    text-align: center;
  }
}

/* line 1, ../sass/_form.scss */
label, input, textarea {
  display: block;
  color: #595959;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.025em;
}

/* line 9, ../sass/_form.scss */
div.input {
  margin: 1em 0;
}
/* line 12, ../sass/_form.scss */
div.input.pt {
  display: none;
}

/* line 17, ../sass/_form.scss */
label {
  margin-bottom: 0.25em;
}

/* line 21, ../sass/_form.scss */
span.required {
  color: red;
  font-size: 12px;
}

/* line 26, ../sass/_form.scss */
input, textarea {
  width: 90%;
  max-width: 300px;
  border: 1px solid #A7A7A7;
  padding: 0.3em 0.5em;
}

/* line 33, ../sass/_form.scss */
.btn {
  background-color: #90ad42;
  color: #FFF;
  border: none;
  padding: 8px 30px;
}
