@import url("https://fonts.googleapis.com/css?family=Cabin:700|PT+Sans&subset=latin-ext");
/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_reset.sass */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4, ../sass/_reset.sass */
input,
button,
textarea {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 16, ../sass/_reset.sass */
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

/* line 18, ../sass/_reset.sass */
textarea {
  overflow: auto;
}

/* line 21, ../sass/_reset.sass */
input:invalid {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 23, ../sass/_reset.sass */
input[type="number"] {
  -moz-appearance: textfield;
}
/* line 24, ../sass/_reset.sass */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 0.5;
}
/* line 29, ../sass/_reset.sass */
input[type=search] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 32, ../sass/_reset.sass */
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}
/* line 34, ../sass/_reset.sass */
input::-ms-clear {
  display: none;
}

/* line 36, ../sass/_reset.sass */
select {
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
/* line 47, ../sass/_reset.sass */
select::-ms-expand {
  display: none;
}

/* line 49, ../sass/_reset.sass */
a {
  color: inherit;
  text-decoration: none;
}

/* line 52, ../sass/_reset.sass */
img {
  width: auto;
  height: auto;
}

/* line 55, ../sass/_reset.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 57, ../sass/_reset.sass */
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 1, ../sass/_base.sass */
body, .wrap, a, input, button {
  font-family: "PT Sans", Arial, sans-serif;
  color: #171717;
  font-size: 16px;
  line-height: 28px;
}

/* line 6, ../sass/_base.sass */
html, body {
  height: 100%;
}

/* line 8, ../sass/_base.sass */
body {
  background: #171717;
  content: "full";
}
@media only screen and (max-width: 1024px) {
  /* line 8, ../sass/_base.sass */
  body {
    content: "tab";
  }
}
@media only screen and (max-width: 767px) {
  /* line 8, ../sass/_base.sass */
  body {
    content: "mob";
    background-color: #171717;
  }
}
/* line 16, ../sass/_base.sass */
body #wpadminbar {
  background-color: #334b55;
}

/* line 18, ../sass/_base.sass */
.wrap {
  min-width: 320px;
  position: relative;
  height: 100%;
}

/* line 22, ../sass/_base.sass */
.container {
  margin: 0px auto;
  max-width: 1240px;
}
@media only screen and (max-width: 1280px) {
  /* line 22, ../sass/_base.sass */
  .container {
    padding-left: 20px;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@font-face {
  font-family: "font-icons";
  src: url('../fonts/micromedic.eot?1549276893');
  src: url('../fonts/micromedic.eot?&1549276893#iefix') format('embedded-opentype'), url('../fonts/micromedic.ttf?1549276893') format('truetype'), url('../fonts/micromedic.svg?1549276893') format('svg'), url('../fonts/micromedic.woff?1549276893') format('woff');
  font-weight: "micromedic.eot?#iefix";
}
/* line 4, ../sass/components/_fonts.sass */
body {
  text-rendering: optimizeLegibility;
}

/* line 2, ../sass/components/_wp-content.sass */
.wp-content h1, .container-small h1, .table h1, .double-column .column h1, .prod-single .topper h1, .prod-single-old .topper h1, .prod-single-old .section-light .container-middle h1, .wp-content h2, .container-small h2, .table h2, .double-column .column h2, .prod-single .topper h2, .prod-single-old .topper h2, .prod-single-old .section-light .container-middle h2, .wp-content h3, .container-small h3, .table h3, .double-column .column h3, .prod-single .topper h3, .prod-single-old .topper h3, .prod-single-old .section-light .container-middle h3, .wp-content h4, .container-small h4, .table h4, .double-column .column h4, .prod-single .topper h4, .prod-single-old .topper h4, .prod-single-old .section-light .container-middle h4, .wp-content h5, .container-small h5, .table h5, .double-column .column h5, .prod-single .topper h5, .prod-single-old .topper h5, .prod-single-old .section-light .container-middle h5, .wp-content h6, .container-small h6, .table h6, .double-column .column h6, .prod-single .topper h6, .prod-single-old .topper h6, .prod-single-old .section-light .container-middle h6 {
  font-weight: normal;
  font-family: "Cabin", Arial, sans-serif;
  text-transform: uppercase;
}
/* line 6, ../sass/components/_wp-content.sass */
.wp-content h1, .container-small h1, .table h1, .double-column .column h1, .prod-single .topper h1, .prod-single-old .topper h1, .prod-single-old .section-light .container-middle h1 {
  margin-bottom: 40px;
  margin-top: 45px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/components/_wp-content.sass */
  .wp-content h1, .container-small h1, .table h1, .double-column .column h1, .prod-single .topper h1, .prod-single-old .topper h1, .prod-single-old .section-light .container-middle h1 {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
/* line 14, ../sass/components/_wp-content.sass */
.wp-content h2, .container-small h2, .table h2, .double-column .column h2, .prod-single .topper h2, .prod-single-old .topper h2, .prod-single-old .section-light .container-middle h2 {
  margin-bottom: 35px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 14, ../sass/components/_wp-content.sass */
  .wp-content h2, .container-small h2, .table h2, .double-column .column h2, .prod-single .topper h2, .prod-single-old .topper h2, .prod-single-old .section-light .container-middle h2 {
    margin-bottom: 15px;
    margin-top: 5px;
  }
}
/* line 20, ../sass/components/_wp-content.sass */
.wp-content h3, .container-small h3, .table h3, .double-column .column h3, .prod-single .topper h3, .prod-single-old .topper h3, .prod-single-old .section-light .container-middle h3 {
  margin-bottom: 30px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  /* line 20, ../sass/components/_wp-content.sass */
  .wp-content h3, .container-small h3, .table h3, .double-column .column h3, .prod-single .topper h3, .prod-single-old .topper h3, .prod-single-old .section-light .container-middle h3 {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
/* line 26, ../sass/components/_wp-content.sass */
.wp-content h4, .container-small h4, .table h4, .double-column .column h4, .prod-single .topper h4, .prod-single-old .topper h4, .prod-single-old .section-light .container-middle h4 {
  margin-bottom: 25px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 26, ../sass/components/_wp-content.sass */
  .wp-content h4, .container-small h4, .table h4, .double-column .column h4, .prod-single .topper h4, .prod-single-old .topper h4, .prod-single-old .section-light .container-middle h4 {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
/* line 32, ../sass/components/_wp-content.sass */
.wp-content h5, .container-small h5, .table h5, .double-column .column h5, .prod-single .topper h5, .prod-single-old .topper h5, .prod-single-old .section-light .container-middle h5 {
  margin-bottom: 20px;
}
/* line 34, ../sass/components/_wp-content.sass */
.wp-content h6, .container-small h6, .table h6, .double-column .column h6, .prod-single .topper h6, .prod-single-old .topper h6, .prod-single-old .section-light .container-middle h6 {
  margin-bottom: 15px;
}
/* line 36, ../sass/components/_wp-content.sass */
.wp-content p, .container-small p, .table p, .double-column .column p, .prod-single .topper p, .prod-single-old .topper p, .prod-single-old .section-light .container-middle p {
  font-size: 18px;
  line-height: 28px;
  font-family: "PT Sans", Arial, sans-serif;
  color: #171717;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 36, ../sass/components/_wp-content.sass */
  .wp-content p, .container-small p, .table p, .double-column .column p, .prod-single .topper p, .prod-single-old .topper p, .prod-single-old .section-light .container-middle p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 46, ../sass/components/_wp-content.sass */
.wp-content a, .container-small a, .table a, .double-column .column a, .prod-single .topper a, .prod-single-old .topper a, .prod-single-old .section-light .container-middle a {
  color: #18b7d2;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 49, ../sass/components/_wp-content.sass */
.wp-content a:hover, .container-small a:hover, .table a:hover, .double-column .column a:hover, .prod-single .topper a:hover, .prod-single-old .topper a:hover, .prod-single-old .section-light .container-middle a:hover {
  color: #63d9ed;
}
/* line 52, ../sass/components/_wp-content.sass */
.wp-content strong, .container-small strong, .table strong, .double-column .column strong, .prod-single .topper strong, .prod-single-old .topper strong, .prod-single-old .section-light .container-middle strong {
  font-weight: bold;
}
/* line 54, ../sass/components/_wp-content.sass */
.wp-content .iframe-out, .container-small .iframe-out, .table .iframe-out, .double-column .column .iframe-out, .prod-single .topper .iframe-out, .prod-single-old .topper .iframe-out, .prod-single-old .section-light .container-middle .iframe-out {
  height: 0;
  padding-bottom: 56.2%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
/* line 60, ../sass/components/_wp-content.sass */
.wp-content .iframe-out iframe, .container-small .iframe-out iframe, .table .iframe-out iframe, .double-column .column .iframe-out iframe, .prod-single .topper .iframe-out iframe, .prod-single-old .topper .iframe-out iframe, .prod-single-old .section-light .container-middle .iframe-out iframe {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* line 68, ../sass/components/_wp-content.sass */
.wp-content blockquote, .container-small blockquote, .table blockquote, .double-column .column blockquote, .prod-single .topper blockquote, .prod-single-old .topper blockquote, .prod-single-old .section-light .container-middle blockquote {
  color: #18b7d2;
}
/* line 70, ../sass/components/_wp-content.sass */
.wp-content code, .container-small code, .table code, .double-column .column code, .prod-single .topper code, .prod-single-old .topper code, .prod-single-old .section-light .container-middle code, .wp-content cite, .container-small cite, .table cite, .double-column .column cite, .prod-single .topper cite, .prod-single-old .topper cite, .prod-single-old .section-light .container-middle cite, .wp-content abbr, .container-small abbr, .table abbr, .double-column .column abbr, .prod-single .topper abbr, .prod-single-old .topper abbr, .prod-single-old .section-light .container-middle abbr, .wp-content var, .container-small var, .table var, .double-column .column var, .prod-single .topper var, .prod-single-old .topper var, .prod-single-old .section-light .container-middle var, .wp-content q, .container-small q, .table q, .double-column .column q, .prod-single .topper q, .prod-single-old .topper q, .prod-single-old .section-light .container-middle q {
  font-weight: bold;
  color: #18b7d2;
}
/* line 73, ../sass/components/_wp-content.sass */
.wp-content i, .container-small i, .table i, .double-column .column i, .prod-single .topper i, .prod-single-old .topper i, .prod-single-old .section-light .container-middle i, .wp-content em, .container-small em, .table em, .double-column .column em, .prod-single .topper em, .prod-single-old .topper em, .prod-single-old .section-light .container-middle em {
  font-style: italic;
}
/* line 75, ../sass/components/_wp-content.sass */
.wp-content big, .container-small big, .table big, .double-column .column big, .prod-single .topper big, .prod-single-old .topper big, .prod-single-old .section-light .container-middle big {
  text-transform: uppercase;
}
/* line 77, ../sass/components/_wp-content.sass */
.wp-content small, .container-small small, .table small, .double-column .column small, .prod-single .topper small, .prod-single-old .topper small, .prod-single-old .section-light .container-middle small {
  font-size: 12.8px;
}
/* line 79, ../sass/components/_wp-content.sass */
.wp-content strong, .container-small strong, .table strong, .double-column .column strong, .prod-single .topper strong, .prod-single-old .topper strong, .prod-single-old .section-light .container-middle strong, .wp-content b, .container-small b, .table b, .double-column .column b, .prod-single .topper b, .prod-single-old .topper b, .prod-single-old .section-light .container-middle b {
  font-weight: bold;
}
/* line 81, ../sass/components/_wp-content.sass */
.wp-content table, .container-small table, .table table, .double-column .column table, .prod-single .topper table, .prod-single-old .topper table, .prod-single-old .section-light .container-middle table {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 81, ../sass/components/_wp-content.sass */
  .wp-content table, .container-small table, .table table, .double-column .column table, .prod-single .topper table, .prod-single-old .topper table, .prod-single-old .section-light .container-middle table {
    margin-bottom: 10px;
  }
}
/* line 86, ../sass/components/_wp-content.sass */
.wp-content table th, .container-small table th, .table table th, .double-column .column table th, .prod-single .topper table th, .prod-single-old .topper table th, .prod-single-old .section-light .container-middle table th, .wp-content table td, .container-small table td, .table table td, .double-column .column table td, .prod-single .topper table td, .prod-single-old .topper table td, .prod-single-old .section-light .container-middle table td {
  border-bottom: 1px solid #474745;
  padding-right: 10px;
  font-size: 21px;
  line-height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 92, ../sass/components/_wp-content.sass */
.wp-content table th:first-child, .container-small table th:first-child, .table table th:first-child, .double-column .column table th:first-child, .prod-single .topper table th:first-child, .prod-single-old .topper table th:first-child, .prod-single-old .section-light .container-middle table th:first-child, .wp-content table td:first-child, .container-small table td:first-child, .table table td:first-child, .double-column .column table td:first-child, .prod-single .topper table td:first-child, .prod-single-old .topper table td:first-child, .prod-single-old .section-light .container-middle table td:first-child {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 92, ../sass/components/_wp-content.sass */
  .wp-content table th:first-child, .container-small table th:first-child, .table table th:first-child, .double-column .column table th:first-child, .prod-single .topper table th:first-child, .prod-single-old .topper table th:first-child, .prod-single-old .section-light .container-middle table th:first-child, .wp-content table td:first-child, .container-small table td:first-child, .table table td:first-child, .double-column .column table td:first-child, .prod-single .topper table td:first-child, .prod-single-old .topper table td:first-child, .prod-single-old .section-light .container-middle table td:first-child {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 86, ../sass/components/_wp-content.sass */
  .wp-content table th, .container-small table th, .table table th, .double-column .column table th, .prod-single .topper table th, .prod-single-old .topper table th, .prod-single-old .section-light .container-middle table th, .wp-content table td, .container-small table td, .table table td, .double-column .column table td, .prod-single .topper table td, .prod-single-old .topper table td, .prod-single-old .section-light .container-middle table td {
    font-size: 14px;
    line-height: 20px;
  }
}
/* line 100, ../sass/components/_wp-content.sass */
.wp-content table thead th, .container-small table thead th, .table table thead th, .double-column .column table thead th, .prod-single .topper table thead th, .prod-single-old .topper table thead th, .prod-single-old .section-light .container-middle table thead th, .wp-content table thead td, .container-small table thead td, .table table thead td, .double-column .column table thead td, .prod-single .topper table thead td, .prod-single-old .topper table thead td, .prod-single-old .section-light .container-middle table thead td {
  color: #18b7d2;
}
/* line 102, ../sass/components/_wp-content.sass */
.wp-content ol, .container-small ol, .table ol, .double-column .column ol, .prod-single .topper ol, .prod-single-old .topper ol, .prod-single-old .section-light .container-middle ol, .wp-content ul, .container-small ul, .table ul, .double-column .column ul, .prod-single .topper ul, .prod-single-old .topper ul, .prod-single-old .section-light .container-middle ul {
  padding-left: 35px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 102, ../sass/components/_wp-content.sass */
  .wp-content ol, .container-small ol, .table ol, .double-column .column ol, .prod-single .topper ol, .prod-single-old .topper ol, .prod-single-old .section-light .container-middle ol, .wp-content ul, .container-small ul, .table ul, .double-column .column ul, .prod-single .topper ul, .prod-single-old .topper ul, .prod-single-old .section-light .container-middle ul {
    margin-bottom: 10px;
  }
}
/* line 107, ../sass/components/_wp-content.sass */
.wp-content ol, .container-small ol, .table ol, .double-column .column ol, .prod-single .topper ol, .prod-single-old .topper ol, .prod-single-old .section-light .container-middle ol {
  list-style-type: decimal;
}
/* line 109, ../sass/components/_wp-content.sass */
.wp-content ul, .container-small ul, .table ul, .double-column .column ul, .prod-single .topper ul, .prod-single-old .topper ul, .prod-single-old .section-light .container-middle ul {
  list-style-type: none;
}
/* line 111, ../sass/components/_wp-content.sass */
.wp-content ul li, .container-small ul li, .table ul li, .double-column .column ul li, .prod-single .topper ul li, .prod-single-old .topper ul li, .prod-single-old .section-light .container-middle ul li {
  position: relative;
}
/* line 113, ../sass/components/_wp-content.sass */
.wp-content ul li:before, .container-small ul li:before, .table ul li:before, .double-column .column ul li:before, .prod-single .topper ul li:before, .prod-single-old .topper ul li:before, .prod-single-old .section-light .container-middle ul li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: -20px;
  background-color: #18b7d2;
  height: 10px;
  width: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 122, ../sass/components/_wp-content.sass */
.wp-content img, .container-small img, .table img, .double-column .column img, .prod-single .topper img, .prod-single-old .topper img, .prod-single-old .section-light .container-middle img {
  max-width: 100%;
}
/* line 124, ../sass/components/_wp-content.sass */
.wp-content mark, .container-small mark, .table mark, .double-column .column mark, .prod-single .topper mark, .prod-single-old .topper mark, .prod-single-old .section-light .container-middle mark {
  background-color: #18b7d2;
}
/* line 128, ../sass/components/_wp-content.sass */
.wp-content .alignnone, .container-small .alignnone, .table .alignnone, .double-column .column .alignnone, .prod-single .topper .alignnone, .prod-single-old .topper .alignnone, .prod-single-old .section-light .container-middle .alignnone {
  margin: 5px 0px 20px 0;
}
@media only screen and (max-width: 767px) {
  /* line 128, ../sass/components/_wp-content.sass */
  .wp-content .alignnone, .container-small .alignnone, .table .alignnone, .double-column .column .alignnone, .prod-single .topper .alignnone, .prod-single-old .topper .alignnone, .prod-single-old .section-light .container-middle .alignnone {
    margin-bottom: 5px;
  }
}
/* line 133, ../sass/components/_wp-content.sass */
.wp-content .aligncenter, .container-small .aligncenter, .table .aligncenter, .double-column .column .aligncenter, .prod-single .topper .aligncenter, .prod-single-old .topper .aligncenter, .prod-single-old .section-light .container-middle .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
/* line 137, ../sass/components/_wp-content.sass */
.wp-content .alignright, .container-small .alignright, .table .alignright, .double-column .column .alignright, .prod-single .topper .alignright, .prod-single-old .topper .alignright, .prod-single-old .section-light .container-middle .alignright {
  float: right;
  margin: 10px 0 28px 28px;
}
@media only screen and (max-width: 1000px) {
  /* line 137, ../sass/components/_wp-content.sass */
  .wp-content .alignright, .container-small .alignright, .table .alignright, .double-column .column .alignright, .prod-single .topper .alignright, .prod-single-old .topper .alignright, .prod-single-old .section-light .container-middle .alignright {
    margin: 10px;
    margin-right: 0;
  }
}
/* line 146, ../sass/components/_wp-content.sass */
.wp-content .alignright.wp-caption img, .container-small .alignright.wp-caption img, .table .alignright.wp-caption img, .double-column .column .alignright.wp-caption img, .prod-single .topper .alignright.wp-caption img, .prod-single-old .topper .alignright.wp-caption img, .prod-single-old .section-light .container-middle .alignright.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 149, ../sass/components/_wp-content.sass */
.wp-content .wp-caption-text, .container-small .wp-caption-text, .table .wp-caption-text, .double-column .column .wp-caption-text, .prod-single .topper .wp-caption-text, .prod-single-old .topper .wp-caption-text, .prod-single-old .section-light .container-middle .wp-caption-text {
  margin-top: 15px;
  width: 100%;
}
/* line 153, ../sass/components/_wp-content.sass */
.wp-content .alignleft, .container-small .alignleft, .table .alignleft, .double-column .column .alignleft, .prod-single .topper .alignleft, .prod-single-old .topper .alignleft, .prod-single-old .section-light .container-middle .alignleft {
  float: left;
  margin: 10px 28px 28px 0;
}
@media only screen and (max-width: 1000px) {
  /* line 153, ../sass/components/_wp-content.sass */
  .wp-content .alignleft, .container-small .alignleft, .table .alignleft, .double-column .column .alignleft, .prod-single .topper .alignleft, .prod-single-old .topper .alignleft, .prod-single-old .section-light .container-middle .alignleft {
    margin: 10px;
    margin-left: 0;
  }
}
/* line 162, ../sass/components/_wp-content.sass */
.wp-content .alignleft.wp-caption img, .container-small .alignleft.wp-caption img, .table .alignleft.wp-caption img, .double-column .column .alignleft.wp-caption img, .prod-single .topper .alignleft.wp-caption img, .prod-single-old .topper .alignleft.wp-caption img, .prod-single-old .section-light .container-middle .alignleft.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 166, ../sass/components/_wp-content.sass */
.wp-content .aligncenter, .container-small .aligncenter, .table .aligncenter, .double-column .column .aligncenter, .prod-single .topper .aligncenter, .prod-single-old .topper .aligncenter, .prod-single-old .section-light .container-middle .aligncenter {
  display: block;
  clear: both;
  margin: 5px auto 5px auto;
}
/* line 170, ../sass/components/_wp-content.sass */
.wp-content a img.alignright, .container-small a img.alignright, .table a img.alignright, .double-column .column a img.alignright, .prod-single .topper a img.alignright, .prod-single-old .topper a img.alignright, .prod-single-old .section-light .container-middle a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media only screen and (max-width: 767px) {
  /* line 170, ../sass/components/_wp-content.sass */
  .wp-content a img.alignright, .container-small a img.alignright, .table a img.alignright, .double-column .column a img.alignright, .prod-single .topper a img.alignright, .prod-single-old .topper a img.alignright, .prod-single-old .section-light .container-middle a img.alignright {
    margin-bottom: 5px 0 5px 5px;
  }
}
/* line 175, ../sass/components/_wp-content.sass */
.wp-content a img.alignnone, .container-small a img.alignnone, .table a img.alignnone, .double-column .column a img.alignnone, .prod-single .topper a img.alignnone, .prod-single-old .topper a img.alignnone, .prod-single-old .section-light .container-middle a img.alignnone {
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  /* line 175, ../sass/components/_wp-content.sass */
  .wp-content a img.alignnone, .container-small a img.alignnone, .table a img.alignnone, .double-column .column a img.alignnone, .prod-single .topper a img.alignnone, .prod-single-old .topper a img.alignnone, .prod-single-old .section-light .container-middle a img.alignnone {
    margin-bottom: 5px 5px 5px 0px;
  }
}
/* line 179, ../sass/components/_wp-content.sass */
.wp-content a img.alignleft, .container-small a img.alignleft, .table a img.alignleft, .double-column .column a img.alignleft, .prod-single .topper a img.alignleft, .prod-single-old .topper a img.alignleft, .prod-single-old .section-light .container-middle a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  /* line 179, ../sass/components/_wp-content.sass */
  .wp-content a img.alignleft, .container-small a img.alignleft, .table a img.alignleft, .double-column .column a img.alignleft, .prod-single .topper a img.alignleft, .prod-single-old .topper a img.alignleft, .prod-single-old .section-light .container-middle a img.alignleft {
    margin-bottom: 5px 5px 5px 0px;
  }
}
/* line 185, ../sass/components/_wp-content.sass */
.wp-content a img.aligncenter, .container-small a img.aligncenter, .table a img.aligncenter, .double-column .column a img.aligncenter, .prod-single .topper a img.aligncenter, .prod-single-old .topper a img.aligncenter, .prod-single-old .section-light .container-middle a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 190, ../sass/components/_wp-content.sass */
.wp-content .wp-caption, .container-small .wp-caption, .table .wp-caption, .double-column .column .wp-caption, .prod-single .topper .wp-caption, .prod-single-old .topper .wp-caption, .prod-single-old .section-light .container-middle .wp-caption {
  max-width: 100%;
}
/* line 197, ../sass/components/_wp-content.sass */
.wp-content .wp-caption img, .container-small .wp-caption img, .table .wp-caption img, .double-column .column .wp-caption img, .prod-single .topper .wp-caption img, .prod-single-old .topper .wp-caption img, .prod-single-old .section-light .container-middle .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
/* line 205, ../sass/components/_wp-content.sass */
.wp-content .wp-caption p.wp-caption-text, .container-small .wp-caption p.wp-caption-text, .table .wp-caption p.wp-caption-text, .double-column .column .wp-caption p.wp-caption-text, .prod-single .topper .wp-caption p.wp-caption-text, .prod-single-old .topper .wp-caption p.wp-caption-text, .prod-single-old .section-light .container-middle .wp-caption p.wp-caption-text {
  margin: 0;
  padding: 15px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  /* line 205, ../sass/components/_wp-content.sass */
  .wp-content .wp-caption p.wp-caption-text, .container-small .wp-caption p.wp-caption-text, .table .wp-caption p.wp-caption-text, .double-column .column .wp-caption p.wp-caption-text, .prod-single .topper .wp-caption p.wp-caption-text, .prod-single-old .topper .wp-caption p.wp-caption-text, .prod-single-old .section-light .container-middle .wp-caption p.wp-caption-text {
    padding: 5px 0;
  }
}

/* line 1, ../sass/components/_title.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cabin", Arial, sans-serif;
  color: #18b7d2;
  font-weight: bold;
}

/* line 5, ../sass/components/_title.sass */
h6, .title-micro {
  font-size: 16px;
  line-height: 24px;
}

/* line 8, ../sass/components/_title.sass */
h5, .title-mini {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
  font-family: "Cabin", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../sass/components/_title.sass */
  h5, .title-mini {
    margin-bottom: 0px;
  }
}

/* line 15, ../sass/components/_title.sass */
h4, .title-small {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: "Cabin", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../sass/components/_title.sass */
  h4, .title-small {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

/* line 24, ../sass/components/_title.sass */
h3, .title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  font-family: "Cabin", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 24, ../sass/components/_title.sass */
  h3, .title {
    font-size: 19.2px;
    line-height: 27.2px;
    margin-bottom: 5px;
  }
}

/* line 33, ../sass/components/_title.sass */
h2, .title-big {
  font-size: 32px;
  margin: 40px 0;
  font-family: "Cabin", Arial, sans-serif;
  color: #171717;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  /* line 33, ../sass/components/_title.sass */
  h2, .title-big {
    font-size: 25.6px;
  }
}

/* line 42, ../sass/components/_title.sass */
h1, .title-mega {
  font-size: 32px;
  line-height: 32px;
  margin: 40px 0;
  text-transform: uppercase;
  font-family: "Cabin", Arial, sans-serif;
  color: #171717;
}
@media only screen and (max-width: 767px) {
  /* line 42, ../sass/components/_title.sass */
  h1, .title-mega {
    font-size: 22.4px;
    line-height: 22.4px;
    margin-bottom: 10px;
    text-align: center;
  }
}

@keyframes moveBottom {
  0% {
    -moz-transform: translate3d(-50%, 0px, 0px);
    -ms-transform: translate3d(-50%, 0px, 0px);
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px);
    animation-timing-function: ease-in;
  }
  50% {
    -moz-transform: translate3d(-50%, 10px, 0px);
    -ms-transform: translate3d(-50%, 10px, 0px);
    -webkit-transform: translate3d(-50%, 10px, 0px);
    transform: translate3d(-50%, 10px, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translate3d(-50%, 0px, 0px);
    -ms-transform: translate3d(-50%, 0px, 0px);
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes moveBottom {
  0% {
    -moz-transform: translate3d(-50%, 0px, 0px);
    -ms-transform: translate3d(-50%, 0px, 0px);
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px);
    animation-timing-function: ease-in;
  }
  50% {
    -moz-transform: translate3d(-50%, 10px, 0px);
    -ms-transform: translate3d(-50%, 10px, 0px);
    -webkit-transform: translate3d(-50%, 10px, 0px);
    transform: translate3d(-50%, 10px, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translate3d(-50%, 0px, 0px);
    -ms-transform: translate3d(-50%, 0px, 0px);
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
@-mozt-keyframes moveBottom {
  0% {
    -moz-transform: translate3d(-50%, 0px, 0px);
    -ms-transform: translate3d(-50%, 0px, 0px);
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px);
    animation-timing-function: ease-in;
  }
  50% {
    -moz-transform: translate3d(-50%, 10px, 0px);
    -ms-transform: translate3d(-50%, 10px, 0px);
    -webkit-transform: translate3d(-50%, 10px, 0px);
    transform: translate3d(-50%, 10px, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translate3d(-50%, 0px, 0px);
    -ms-transform: translate3d(-50%, 0px, 0px);
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
@keyframes moveTop {
  0% {
    -moz-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -ms-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -webkit-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    animation-timing-function: ease-in;
  }
  50% {
    -moz-transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    -ms-transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    -webkit-transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -ms-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -webkit-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes moveTop {
  0% {
    -moz-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -ms-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -webkit-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    animation-timing-function: ease-in;
  }
  50% {
    -moz-transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    -ms-transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    -webkit-transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -ms-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -webkit-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    animation-timing-function: ease-in;
  }
}
@-mozt-keyframes moveTop {
  0% {
    -moz-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -ms-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -webkit-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    animation-timing-function: ease-in;
  }
  50% {
    -moz-transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    -ms-transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    -webkit-transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    transform: translate3d(-50%, -10px, 0px) rotate(180deg);
    animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -ms-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    -webkit-transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    transform: translate3d(-50%, 0px, 0px) rotate(180deg);
    animation-timing-function: ease-in;
  }
}
/* line 1, ../sass/components/_widecolumn.sass */
.widecolumn {
  height: 100%;
  background-color: #eaeaeb;
  text-align: center;
  padding: 50px 50px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/components/_widecolumn.sass */
  .widecolumn {
    padding: 20px 20px 0;
    text-align: left;
  }
}
/* line 10, ../sass/components/_widecolumn.sass */
.widecolumn h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
/* line 14, ../sass/components/_widecolumn.sass */
.widecolumn #signup-welcome {
  margin-bottom: 10px;
}
/* line 16, ../sass/components/_widecolumn.sass */
.widecolumn #signup-welcome p {
  font-size: 18px;
  line-height: 24px;
}
/* line 19, ../sass/components/_widecolumn.sass */
.widecolumn #signup-welcome span.h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: "PT Sans", Arial, sans-serif;
}
/* line 24, ../sass/components/_widecolumn.sass */
.widecolumn .view a {
  font-size: 18px;
  line-height: 24px;
  color: #18b7d2;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 29, ../sass/components/_widecolumn.sass */
.widecolumn .view a:hover {
  color: #63d9ed;
}
/* line 31, ../sass/components/_widecolumn.sass */
.widecolumn h2, .widecolumn span.h3, .widecolumn p, .widecolumn a {
  font-family: "PT Sans", Arial, sans-serif;
  color: #171717;
}

/* line 2, ../sass/components/_gform.sass */
html body .gform_wrapper {
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 667px) {
  /* line 2, ../sass/components/_gform.sass */
  html body .gform_wrapper {
    margin-bottom: 30px;
  }
}
/* line 11, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_heading .gform_title {
  margin: 57px 0 55px;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
/* line 17, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_heading .gform_description {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
@media only screen and (max-width: 667px) {
  /* line 17, ../sass/components/_gform.sass */
  html body .gform_wrapper .gform_heading .gform_description {
    bottom: 56px;
  }
}
/* line 27, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_heading .gform_description em {
  color: #18b7d2;
}
/* line 29, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body {
  width: 100% !important;
}
/* line 31, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body ul {
  padding-left: 0 !important;
  margin-bottom: 0;
}
/* line 35, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body ul li:before {
  display: none;
}
/* line 37, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body input[type="text"], html body .gform_wrapper .gform_body input[type="url"], html body .gform_wrapper .gform_body input[type="email"], html body .gform_wrapper .gform_body input[type="tel"], html body .gform_wrapper .gform_body input[type="number"], html body .gform_wrapper .gform_body input[type="password"], html body .gform_wrapper .gform_body textarea, html body .gform_wrapper .gform_body select {
  width: 100% !important;
  background-color: #FFF;
  display: block;
  padding: 10px 40px !important;
  border: 2px solid #e5e5e5 !important;
  font-size: 18px;
  line-height: 24px;
  font-family: "PT Sans", Arial, sans-serif;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2, ../sass/mixins/_placeholder.sass */
html body .gform_wrapper .gform_body input[type="text"]:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="url"]:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="email"]:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="tel"]:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="number"]:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="password"]:-ms-input-placeholder, html body .gform_wrapper .gform_body textarea:-ms-input-placeholder, html body .gform_wrapper .gform_body select:-ms-input-placeholder {
  color: #999;
  padding-left: 0;
  -moz-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  -o-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  -webkit-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  transition: padding 0.3s, color 0.3s, opacity 0.3s;
}
/* line 4, ../sass/mixins/_placeholder.sass */
html body .gform_wrapper .gform_body input[type="text"]:-moz-placeholder, html body .gform_wrapper .gform_body input[type="url"]:-moz-placeholder, html body .gform_wrapper .gform_body input[type="email"]:-moz-placeholder, html body .gform_wrapper .gform_body input[type="tel"]:-moz-placeholder, html body .gform_wrapper .gform_body input[type="number"]:-moz-placeholder, html body .gform_wrapper .gform_body input[type="password"]:-moz-placeholder, html body .gform_wrapper .gform_body textarea:-moz-placeholder, html body .gform_wrapper .gform_body select:-moz-placeholder {
  color: #999;
  padding-left: 0;
  -moz-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  -o-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  -webkit-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  transition: padding 0.3s, color 0.3s, opacity 0.3s;
}
/* line 6, ../sass/mixins/_placeholder.sass */
html body .gform_wrapper .gform_body input[type="text"]::-moz-placeholder, html body .gform_wrapper .gform_body input[type="url"]::-moz-placeholder, html body .gform_wrapper .gform_body input[type="email"]::-moz-placeholder, html body .gform_wrapper .gform_body input[type="tel"]::-moz-placeholder, html body .gform_wrapper .gform_body input[type="number"]::-moz-placeholder, html body .gform_wrapper .gform_body input[type="password"]::-moz-placeholder, html body .gform_wrapper .gform_body textarea::-moz-placeholder, html body .gform_wrapper .gform_body select::-moz-placeholder {
  color: #999;
  padding-left: 0;
  -moz-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  -o-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  -webkit-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  transition: padding 0.3s, color 0.3s, opacity 0.3s;
}
/* line 8, ../sass/mixins/_placeholder.sass */
html body .gform_wrapper .gform_body input[type="text"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="url"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="email"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="tel"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="number"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="password"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body textarea::-webkit-input-placeholder, html body .gform_wrapper .gform_body select::-webkit-input-placeholder {
  color: #999;
  padding-left: 0;
  -moz-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  -o-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  -webkit-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  transition: padding 0.3s, color 0.3s, opacity 0.3s;
}
/* line 10, ../sass/mixins/_placeholder.sass */
html body .gform_wrapper .gform_body input[type="text"]::placeholder, html body .gform_wrapper .gform_body input[type="url"]::placeholder, html body .gform_wrapper .gform_body input[type="email"]::placeholder, html body .gform_wrapper .gform_body input[type="tel"]::placeholder, html body .gform_wrapper .gform_body input[type="number"]::placeholder, html body .gform_wrapper .gform_body input[type="password"]::placeholder, html body .gform_wrapper .gform_body textarea::placeholder, html body .gform_wrapper .gform_body select::placeholder {
  color: #999;
  padding-left: 0;
  -moz-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  -o-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  -webkit-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  transition: padding 0.3s, color 0.3s, opacity 0.3s;
}
/* line 52, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body select {
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 10px 90px 10px 40px !important;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
/* line 60, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body input[type="text"]:focus, html body .gform_wrapper .gform_body input[type="url"]:focus, html body .gform_wrapper .gform_body input[type="email"]:focus, html body .gform_wrapper .gform_body input[type="tel"]:focus, html body .gform_wrapper .gform_body input[type="number"]:focus, html body .gform_wrapper .gform_body input[type="password"]:focus, html body .gform_wrapper .gform_body textarea:focus {
  border-color: #18b7d2;
}
/* line 2, ../sass/mixins/_placeholder.sass */
html body .gform_wrapper .gform_body input[type="text"]:focus:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="url"]:focus:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="email"]:focus:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="tel"]:focus:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="number"]:focus:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="password"]:focus:-ms-input-placeholder, html body .gform_wrapper .gform_body textarea:focus:-ms-input-placeholder {
  color: #18b7d2;
  opacity: 0.5;
}
/* line 4, ../sass/mixins/_placeholder.sass */
html body .gform_wrapper .gform_body input[type="text"]:focus:-moz-placeholder, html body .gform_wrapper .gform_body input[type="url"]:focus:-moz-placeholder, html body .gform_wrapper .gform_body input[type="email"]:focus:-moz-placeholder, html body .gform_wrapper .gform_body input[type="tel"]:focus:-moz-placeholder, html body .gform_wrapper .gform_body input[type="number"]:focus:-moz-placeholder, html body .gform_wrapper .gform_body input[type="password"]:focus:-moz-placeholder, html body .gform_wrapper .gform_body textarea:focus:-moz-placeholder {
  color: #18b7d2;
  opacity: 0.5;
}
/* line 6, ../sass/mixins/_placeholder.sass */
html body .gform_wrapper .gform_body input[type="text"]:focus::-moz-placeholder, html body .gform_wrapper .gform_body input[type="url"]:focus::-moz-placeholder, html body .gform_wrapper .gform_body input[type="email"]:focus::-moz-placeholder, html body .gform_wrapper .gform_body input[type="tel"]:focus::-moz-placeholder, html body .gform_wrapper .gform_body input[type="number"]:focus::-moz-placeholder, html body .gform_wrapper .gform_body input[type="password"]:focus::-moz-placeholder, html body .gform_wrapper .gform_body textarea:focus::-moz-placeholder {
  color: #18b7d2;
  opacity: 0.5;
}
/* line 8, ../sass/mixins/_placeholder.sass */
html body .gform_wrapper .gform_body input[type="text"]:focus::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="url"]:focus::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="email"]:focus::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="tel"]:focus::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="number"]:focus::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="password"]:focus::-webkit-input-placeholder, html body .gform_wrapper .gform_body textarea:focus::-webkit-input-placeholder {
  color: #18b7d2;
  opacity: 0.5;
}
/* line 10, ../sass/mixins/_placeholder.sass */
html body .gform_wrapper .gform_body input[type="text"]:focus::placeholder, html body .gform_wrapper .gform_body input[type="url"]:focus::placeholder, html body .gform_wrapper .gform_body input[type="email"]:focus::placeholder, html body .gform_wrapper .gform_body input[type="tel"]:focus::placeholder, html body .gform_wrapper .gform_body input[type="number"]:focus::placeholder, html body .gform_wrapper .gform_body input[type="password"]:focus::placeholder, html body .gform_wrapper .gform_body textarea:focus::placeholder {
  color: #18b7d2;
  opacity: 0.5;
}
/* line 65, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body input[type="text"], html body .gform_wrapper .gform_body input[type="url"], html body .gform_wrapper .gform_body input[type="email"], html body .gform_wrapper .gform_body input[type="tel"], html body .gform_wrapper .gform_body input[type="number"], html body .gform_wrapper .gform_body input[type="password"], html body .gform_wrapper .gform_body select {
  height: 60px;
}
/* line 67, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body input[type="text"], html body .gform_wrapper .gform_body input[type="url"], html body .gform_wrapper .gform_body input[type="email"], html body .gform_wrapper .gform_body input[type="tel"], html body .gform_wrapper .gform_body input[type="number"], html body .gform_wrapper .gform_body input[type="password"] {
  line-height: 24px;
}
/* line 69, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body textarea {
  resize: vertical;
  min-height: 160px;
  padding-top: 15px;
}
/* line 73, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body select {
  color: #999;
  height: auto;
  min-height: 60px;
}
/* line 77, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body option {
  color: #171717;
}
/* line 79, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body option:checked {
  color: #999;
}
/* line 81, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .select-out {
  position: relative;
  background-color: #fff;
}
/* line 84, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .select-out:after {
  position: absolute;
  height: 100%;
  content: "";
  width: 2px;
  background-color: #e5e5e5;
  top: 0;
  bottom: 0;
  right: 60px;
}
/* line 93, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .select-out:after:hover {
  cursor: pointer;
}
/* line 95, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .select-out:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  right: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7.5px 0 7.5px;
  border-color: #18b7d2 transparent transparent transparent;
}
/* line 106, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .select-out:before:hover {
  cursor: pointer;
}
/* line 108, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .gfield_label {
  position: absolute;
  top: -31px;
  font-family: "PT Sans", Arial, sans-serif;
  right: 50%;
  font-size: 14px;
  color: #999;
  display: none;
  font-weight: normal;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media only screen and (max-width: 767px) {
  /* line 108, ../sass/components/_gform.sass */
  html body .gform_wrapper .gform_body .gfield_label {
    right: 5px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 121, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .gfield_label .gfield_required {
  display: none;
}
/* line 125, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .ginput_container {
  margin: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 770px) {
  /* line 127, ../sass/components/_gform.sass */
  html body .gform_wrapper .gform_body .ginput_container.select-out {
    margin-bottom: 40px !important;
  }
}
/* line 131, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .gform_title {
  display: none;
}
/* line 133, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .gfield {
  margin-bottom: 20px;
}
/* line 135, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body li.gfield.gfield_error {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  border-left: #000 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: none !important;
  background-color: transparent;
  width: 100% !important;
}
/* line 147, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="text"], html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="url"], html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="email"], html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="tel"], html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="number"], html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="password"], html body .gform_wrapper .gform_body li.gfield.gfield_error textarea, html body .gform_wrapper .gform_body li.gfield.gfield_error select {
  border-color: #ed4243 !important;
}
/* line 149, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="text"]:focus, html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="url"]:focus, html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="email"]:focus, html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="tel"]:focus, html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="number"]:focus, html body .gform_wrapper .gform_body li.gfield.gfield_error input[type="password"]:focus, html body .gform_wrapper .gform_body li.gfield.gfield_error textarea:focus, html body .gform_wrapper .gform_body li.gfield.gfield_error select:focus {
  border-color: #18b7d2;
}
/* line 151, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body li.gfield.gfield_error .validation_message {
  position: absolute;
  bottom: -23px;
  left: 5px;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 12px;
  color: #ed4243;
}
/* line 158, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body li.gfield.gfield_error .ginput_container {
  max-width: 100%;
}
/* line 160, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body li.gfield {
  padding-right: 0;
}
/* line 162, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body li.gfield.gfield_contains_required {
  position: relative;
}
/* line 164, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body li.gfield.gfield_contains_required:after {
  position: absolute;
  content: "*";
  top: 21px;
  left: 19px;
  color: #18b7d2;
  font-size: 20px;
}
/* line 173, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body li.gfield.gfield_contains_required#field_2_5:after {
  top: 14px;
}
/* line 176, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body li.gfield.gfield_contains_required .ginput_container input, html body .gform_wrapper .gform_body li.gfield.gfield_contains_required .ginput_container textarea, html body .gform_wrapper .gform_body li.gfield.gfield_contains_required .ginput_container select {
  background-image: none !important;
}
/* line 178, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .gfield_description, html body .gform_wrapper .gform_body .gfield_html {
  color: #171717;
  font-size: 16px;
  line-height: 28px;
  font-family: "PT Sans", Arial, sans-serif;
  width: 100%;
  padding: 0;
}
/* line 185, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .instruction, html body .gform_wrapper .gform_body .gfield_radio li label, html body .gform_wrapper .gform_body .gfield_checkbox li label {
  color: #171717;
  font-family: "PT Sans", Arial, sans-serif;
  display: inline-block;
  margin: 0;
}
/* line 190, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .radio {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 192, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .radio, html body .gform_wrapper .gform_body .checkbox {
  height: 15px;
  width: 15px;
  border: 1px solid #18b7d2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: transparent;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 201, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_body .radio-checked, html body .gform_wrapper .gform_body .checkbox-checked {
  background-color: #18b7d2;
}
/* line 204, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  width: auto;
  float: right;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
html body .gform_wrapper .gform_footer:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 667px) {
  /* line 204, ../sass/components/_gform.sass */
  html body .gform_wrapper .gform_footer {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
}
/* line 216, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  padding-left: 0 !important;
}
/* line 225, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_footer .gform_button {
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: "Cabin", Arial, sans-serif;
  font-size: 20px;
  background-color: #18b7d2;
  color: #fff;
  height: 60px;
  float: right;
  width: auto;
  min-width: 185px;
  margin-right: 0;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 240, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_footer .gform_button:hover {
  background-color: #63d9ed;
}
@media only screen and (max-width: 768px) {
  /* line 225, ../sass/components/_gform.sass */
  html body .gform_wrapper .gform_footer .gform_button {
    float: none;
    width: 100%;
  }
}
/* line 247, ../sass/components/_gform.sass */
html body .gform_wrapper .validation_error {
  display: none;
}
/* line 250, ../sass/components/_gform.sass */
html body .gform_wrapper .gform_button {
  margin-bottom: 0 !important;
}
/* line 254, ../sass/components/_gform.sass */
html body .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
  margin-left: 0;
  padding-top: 14px;
  padding-left: 15px;
  color: #bbb;
}

/* line 263, ../sass/components/_gform.sass */
.gform_confirmation_message {
  text-align: center;
  font-size: 30px;
  line-height: 46px;
  color: #171717;
  font-family: "PT Sans", Arial, sans-serif;
  margin-bottom: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 2, ../sass/mixins/_placeholder.sass */
  html body .gform_wrapper .gform_body input[type="text"]:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="url"]:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="email"]:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="tel"]:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="number"]:-ms-input-placeholder, html body .gform_wrapper .gform_body input[type="password"]:-ms-input-placeholder, html body .gform_wrapper .gform_body textarea:-ms-input-placeholder, html body .gform_wrapper .gform_body select:-ms-input-placeholder {
    padding-left: 20px;
  }
  /* line 4, ../sass/mixins/_placeholder.sass */
  html body .gform_wrapper .gform_body input[type="text"]:-moz-placeholder, html body .gform_wrapper .gform_body input[type="url"]:-moz-placeholder, html body .gform_wrapper .gform_body input[type="email"]:-moz-placeholder, html body .gform_wrapper .gform_body input[type="tel"]:-moz-placeholder, html body .gform_wrapper .gform_body input[type="number"]:-moz-placeholder, html body .gform_wrapper .gform_body input[type="password"]:-moz-placeholder, html body .gform_wrapper .gform_body textarea:-moz-placeholder, html body .gform_wrapper .gform_body select:-moz-placeholder {
    padding-left: 20px;
  }
  /* line 6, ../sass/mixins/_placeholder.sass */
  html body .gform_wrapper .gform_body input[type="text"]::-moz-placeholder, html body .gform_wrapper .gform_body input[type="url"]::-moz-placeholder, html body .gform_wrapper .gform_body input[type="email"]::-moz-placeholder, html body .gform_wrapper .gform_body input[type="tel"]::-moz-placeholder, html body .gform_wrapper .gform_body input[type="number"]::-moz-placeholder, html body .gform_wrapper .gform_body input[type="password"]::-moz-placeholder, html body .gform_wrapper .gform_body textarea::-moz-placeholder, html body .gform_wrapper .gform_body select::-moz-placeholder {
    padding-left: 20px;
  }
  /* line 8, ../sass/mixins/_placeholder.sass */
  html body .gform_wrapper .gform_body input[type="text"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="url"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="email"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="tel"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="number"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body input[type="password"]::-webkit-input-placeholder, html body .gform_wrapper .gform_body textarea::-webkit-input-placeholder, html body .gform_wrapper .gform_body select::-webkit-input-placeholder {
    padding-left: 20px;
  }
  /* line 10, ../sass/mixins/_placeholder.sass */
  html body .gform_wrapper .gform_body input[type="text"]::placeholder, html body .gform_wrapper .gform_body input[type="url"]::placeholder, html body .gform_wrapper .gform_body input[type="email"]::placeholder, html body .gform_wrapper .gform_body input[type="tel"]::placeholder, html body .gform_wrapper .gform_body input[type="number"]::placeholder, html body .gform_wrapper .gform_body input[type="password"]::placeholder, html body .gform_wrapper .gform_body textarea::placeholder, html body .gform_wrapper .gform_body select::placeholder {
    padding-left: 20px;
  }
}
/* line 2, ../sass/components/_ie11.sass */
.ie11 input[type="text"], .ie11 input[type="url"], .ie11 input[type="email"], .ie11 input[type="tel"], .ie11 input[type="number"], .ie11 input[type="password"], .ie11 textarea, .ie11 select {
  z-index: 333;
}
/* line 2, ../sass/mixins/_placeholder.sass */
.ie11 input[type="text"]:-ms-input-placeholder, .ie11 input[type="url"]:-ms-input-placeholder, .ie11 input[type="email"]:-ms-input-placeholder, .ie11 input[type="tel"]:-ms-input-placeholder, .ie11 input[type="number"]:-ms-input-placeholder, .ie11 input[type="password"]:-ms-input-placeholder, .ie11 textarea:-ms-input-placeholder, .ie11 select:-ms-input-placeholder {
  padding-left: 20px !important;
}
/* line 4, ../sass/mixins/_placeholder.sass */
.ie11 input[type="text"]:-moz-placeholder, .ie11 input[type="url"]:-moz-placeholder, .ie11 input[type="email"]:-moz-placeholder, .ie11 input[type="tel"]:-moz-placeholder, .ie11 input[type="number"]:-moz-placeholder, .ie11 input[type="password"]:-moz-placeholder, .ie11 textarea:-moz-placeholder, .ie11 select:-moz-placeholder {
  padding-left: 20px !important;
}
/* line 6, ../sass/mixins/_placeholder.sass */
.ie11 input[type="text"]::-moz-placeholder, .ie11 input[type="url"]::-moz-placeholder, .ie11 input[type="email"]::-moz-placeholder, .ie11 input[type="tel"]::-moz-placeholder, .ie11 input[type="number"]::-moz-placeholder, .ie11 input[type="password"]::-moz-placeholder, .ie11 textarea::-moz-placeholder, .ie11 select::-moz-placeholder {
  padding-left: 20px !important;
}
/* line 8, ../sass/mixins/_placeholder.sass */
.ie11 input[type="text"]::-webkit-input-placeholder, .ie11 input[type="url"]::-webkit-input-placeholder, .ie11 input[type="email"]::-webkit-input-placeholder, .ie11 input[type="tel"]::-webkit-input-placeholder, .ie11 input[type="number"]::-webkit-input-placeholder, .ie11 input[type="password"]::-webkit-input-placeholder, .ie11 textarea::-webkit-input-placeholder, .ie11 select::-webkit-input-placeholder {
  padding-left: 20px !important;
}
/* line 10, ../sass/mixins/_placeholder.sass */
.ie11 input[type="text"]::placeholder, .ie11 input[type="url"]::placeholder, .ie11 input[type="email"]::placeholder, .ie11 input[type="tel"]::placeholder, .ie11 input[type="number"]::placeholder, .ie11 input[type="password"]::placeholder, .ie11 textarea::placeholder, .ie11 select::placeholder {
  padding-left: 20px !important;
}

/* line 2, ../sass/components/_admin-bar.sass */
.admin-bar #wpadminbar {
  opacity: 0.7;
  width: 32px;
  height: 32px;
  overflow: hidden;
  min-width: 0;
  transition: width 0s 1s, opacity 0.3s;
}
@media only screen and (max-width: 960px) {
  /* line 2, ../sass/components/_admin-bar.sass */
  .admin-bar #wpadminbar {
    display: none;
  }
}
/* line 11, ../sass/components/_admin-bar.sass */
.admin-bar #wpadminbar:hover {
  opacity: 1;
  width: 100%;
  overflow: visible;
  transition: width 0s 0s, opacity 0.3s;
}

/* line 1, ../sass/partials/container/_container-small.sass */
.container-small {
  display: block;
  margin: 0 auto;
  max-width: 700px;
  *zoom: 1;
  padding: 95px 0 70px;
}
/* line 38, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.container-small:after {
  content: "";
  display: table;
  clear: both;
}
/* line 8, ../sass/partials/container/_container-small.sass */
.container-small h1, .container-small h2, .container-small h3, .container-small h4, .container-small h5, .container-small h6 {
  text-transform: none;
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/container/_container-small.sass */
  .container-small {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 740px) {
  /* line 1, ../sass/partials/container/_container-small.sass */
  .container-small {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 1, ../sass/partials/container/_container-middle.sass */
.container-middle {
  display: block;
  margin: 0 auto;
  max-width: 1010px;
  *zoom: 1;
  padding: 90px 0;
}
/* line 38, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.container-middle:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1050px) {
  /* line 1, ../sass/partials/container/_container-middle.sass */
  .container-middle {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/container/_container-middle.sass */
  .container-middle {
    padding: 20px;
  }
}

/* line 1, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs {
  background: #f2f2f2;
  padding: 20px 0;
  text-transform: uppercase;
}
/* line 5, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs-container {
  display: inline-block;
}
/* line 7, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs-item {
  display: inline-block;
  margin-left: 14px;
  font-size: 12px;
  position: relative;
}
/* line 12, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs-item:before {
  content: "/";
  display: block;
  position: absolute;
  left: -12px;
}
/* line 17, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs-item:first-child {
  margin-left: 0;
}
/* line 19, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs-item:first-child:before {
  content: "";
}
/* line 21, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs-item a {
  font-family: "Cabin", Arial, sans-serif;
  font-size: 12px;
}
/* line 24, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs-item a:hover {
  text-decoration: underline;
}
/* line 26, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs-item.active {
  display: inline-block;
  font-family: "Cabin", Arial, sans-serif;
  font-size: 12px;
  margin-right: 25px;
}
/* line 31, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs .back {
  position: relative;
  padding-left: 10px;
  float: right;
  font-family: "Cabin", Arial, sans-serif;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 31, ../sass/partials/container/_breadcrumbs.sass */
  .breadcrumbs .back {
    display: none;
  }
}
/* line 39, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs .back:hover {
  text-decoration: underline;
}
/* line 41, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs .back:before, .breadcrumbs .back:after {
  content: " ";
  position: absolute;
  right: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
}
/* line 50, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs .back:before {
  border-color: rgba(23, 23, 23, 0);
  border-right-color: #171717;
  border-width: 8px;
  margin-top: -8px;
}
/* line 55, ../sass/partials/container/_breadcrumbs.sass */
.breadcrumbs .back:after {
  border-color: rgba(242, 242, 242, 0);
  border-right-color: #f2f2f2;
  border-width: 4px;
  margin-top: -4px;
}

/* line 2, ../sass/partials/single-product/_single-product.sass */
.single-product .main {
  background: #fff;
}

/* line 1, ../sass/partials/single-product/_light-box.sass */
.light-box-container {
  display: inline-block;
  width: 35.48387%;
  padding-right: 3.22581%;
  margin-bottom: 40px;
  margin-right: -6px;
  box-sizing: border-box;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  /* line 1, ../sass/partials/single-product/_light-box.sass */
  .light-box-container {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/single-product/_light-box.sass */
  .light-box-container {
    padding-right: 0;
    width: 100%;
  }
}
/* line 14, ../sass/partials/single-product/_light-box.sass */
.light-box-container .thumbnail-container {
  position: relative;
}
/* line 16, ../sass/partials/single-product/_light-box.sass */
.light-box-container .thumbnail-container img {
  display: block;
  max-width: 100%;
}
/* line 19, ../sass/partials/single-product/_light-box.sass */
.light-box-container .thumbnail-container .plus {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass/partials/single-product/_light-box.sass */
  .light-box-container .thumbnail-container .plus {
    display: none;
  }
}

/* line 1, ../sass/partials/single-product/_decription-container.sass */
.description-container {
  display: inline-block;
  width: 64.51613%;
}
@media only screen and (max-width: 1023px) {
  /* line 1, ../sass/partials/single-product/_decription-container.sass */
  .description-container {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/single-product/_decription-container.sass */
  .description-container {
    width: 100%;
  }
}

/* line 1, ../sass/partials/single-product/_content.sass */
.content {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 18px;
  word-wrap: break-word;
}
/* line 5, ../sass/partials/single-product/_content.sass */
.content p {
  margin: 0 0 20px 0;
}
/* line 7, ../sass/partials/single-product/_content.sass */
.content h4 {
  font-size: 18px;
  font-weight: bold;
}
/* line 10, ../sass/partials/single-product/_content.sass */
.content i {
  font-style: italic;
}
/* line 12, ../sass/partials/single-product/_content.sass */
.content strong {
  font-weight: bold;
}
/* line 14, ../sass/partials/single-product/_content.sass */
.content li {
  line-height: 28px;
  position: relative;
  padding-left: 30px;
}
/* line 18, ../sass/partials/single-product/_content.sass */
.content li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #18b7d2;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 31, ../sass/partials/single-product/_content.sass */
.content .gallery img {
  width: 100%;
}
/* line 33, ../sass/partials/single-product/_content.sass */
.content .size-full {
  width: 100%;
}
/* line 35, ../sass/partials/single-product/_content.sass */
.content .size-large {
  width: 100%;
}
/* line 37, ../sass/partials/single-product/_content.sass */
.content .wp-caption {
  width: 100% !important;
}
/* line 39, ../sass/partials/single-product/_content.sass */
.content a {
  color: #18b7d2;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
/* line 44, ../sass/partials/single-product/_content.sass */
.content a:hover {
  border-bottom: 1px solid #18b7d2;
}

/* line 1, ../sass/partials/single-product/_managers.sass */
.managers {
  background: #171717;
  color: #fff;
  padding: 60px 0 70px;
}
/* line 5, ../sass/partials/single-product/_managers.sass */
.managers h2 {
  color: #18b7d2;
  text-align: center;
  margin: 0 0 60px 0;
}
/* line 9, ../sass/partials/single-product/_managers.sass */
.managers h3 {
  text-transform: uppercase;
  font-family: "Cabin", Arial, sans-serif;
  margin-bottom: 2px;
}
/* line 13, ../sass/partials/single-product/_managers.sass */
.managers .managers-wrapper {
  text-align: center;
}
/* line 15, ../sass/partials/single-product/_managers.sass */
.managers .manager-item {
  display: inline-block;
  width: 41.12903%;
  margin-right: 2.82258%;
  text-align: center;
  vertical-align: top;
}
/* line 21, ../sass/partials/single-product/_managers.sass */
.managers .manager-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 15, ../sass/partials/single-product/_managers.sass */
  .managers .manager-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 15, ../sass/partials/single-product/_managers.sass */
  .managers .manager-item {
    text-align: center;
    width: 100%;
  }
}
/* line 28, ../sass/partials/single-product/_managers.sass */
.managers .manager-item .thumbnail-container {
  display: inline-block;
  width: 45.09804%;
}
@media only screen and (max-width: 1023px) {
  /* line 28, ../sass/partials/single-product/_managers.sass */
  .managers .manager-item .thumbnail-container {
    margin-right: 0;
    max-width: 200px;
  }
}
/* line 34, ../sass/partials/single-product/_managers.sass */
.managers .manager-item .thumbnail-container img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 34, ../sass/partials/single-product/_managers.sass */
  .managers .manager-item .thumbnail-container img {
    margin: 0 auto;
  }
}
/* line 38, ../sass/partials/single-product/_managers.sass */
.managers .manager-item .text-container {
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  /* line 38, ../sass/partials/single-product/_managers.sass */
  .managers .manager-item .text-container {
    text-align: center;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 38, ../sass/partials/single-product/_managers.sass */
  .managers .manager-item .text-container {
    width: 100%;
    text-align: center;
  }
}
/* line 51, ../sass/partials/single-product/_managers.sass */
.managers .manager-item .text-container h3 {
  color: #fff;
  font-size: 20px;
}
/* line 54, ../sass/partials/single-product/_managers.sass */
.managers .manager-item .text-container p {
  font-size: 18px;
}
/* line 56, ../sass/partials/single-product/_managers.sass */
.managers .manager-item .text-container i {
  font-style: italic;
  display: block;
}
/* line 59, ../sass/partials/single-product/_managers.sass */
.managers .manager-item .text-container .phones {
  margin-top: 20px;
  line-height: 31px;
}
/* line 62, ../sass/partials/single-product/_managers.sass */
.managers .manager-item .text-container .phones span {
  display: block;
}
/* line 64, ../sass/partials/single-product/_managers.sass */
.managers .manager-item .text-container .email {
  color: #18b7d2;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
/* line 68, ../sass/partials/single-product/_managers.sass */
.managers .manager-item .text-container .email:hover {
  border-bottom: 1px solid #18b7d2;
}

/* line 1, ../sass/partials/single-product/_form.sass */
.form {
  background: #f2f2f2;
  padding-bottom: 70px;
  padding-top: 10px;
}

/* line 1, ../sass/partials/single-product/_related-products.sass */
.related-products {
  padding: 60px 0;
}
/* line 3, ../sass/partials/single-product/_related-products.sass */
.related-products h2 {
  color: #18b7d2;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}
/* line 8, ../sass/partials/single-product/_related-products.sass */
.related-products .products-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 12, ../sass/partials/single-product/_related-products.sass */
.related-products .product-item {
  border: 2px solid #f2f2f2;
  margin-right: 2.74194%;
}

/* line 1, ../sass/partials/category/_brands.sass */
.brands {
  padding-top: 110px;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  /* line 1, ../sass/partials/category/_brands.sass */
  .brands {
    padding-top: 40px;
    height: 100%;
  }
}
/* line 8, ../sass/partials/category/_brands.sass */
.brands .layout-container {
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 8, ../sass/partials/category/_brands.sass */
  .brands .layout-container {
    width: 67.70833%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 8, ../sass/partials/category/_brands.sass */
  .brands .layout-container {
    width: 100%;
  }
}
/* line 14, ../sass/partials/category/_brands.sass */
.brands .category-item {
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.35s ease;
  margin-bottom: 3.125%;
}
@media only screen and (max-width: 1023px) {
  /* line 14, ../sass/partials/category/_brands.sass */
  .brands .category-item {
    width: 45.83333%;
    margin-right: 8.33333%;
    margin-bottom: 8.33333%;
  }
  /* line 23, ../sass/partials/category/_brands.sass */
  .brands .category-item:nth-of-type(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 14, ../sass/partials/category/_brands.sass */
  .brands .category-item {
    width: 100%;
    margin-right: 0;
  }
}
/* line 28, ../sass/partials/category/_brands.sass */
.brands .category-item:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
/* line 30, ../sass/partials/category/_brands.sass */
.brands .category-item:hover h4 {
  text-decoration: none;
  transform: translate3d(0, -50%, 0) translate3d(0, -120px, 0);
}
/* line 33, ../sass/partials/category/_brands.sass */
.brands .category-item:hover .text-container,
.brands .category-item:hover .description {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}
/* line 37, ../sass/partials/category/_brands.sass */
.brands .category-item:hover .text-container h4,
.brands .category-item:hover .description h4 {
  transform: none;
}
/* line 39, ../sass/partials/category/_brands.sass */
.brands .category-item:hover .thumbnail-container {
  opacity: 1;
}
/* line 41, ../sass/partials/category/_brands.sass */
.brands .category-item:hover .thumbnail-container img {
  backface-visibility: hidden;
}
/* line 44, ../sass/partials/category/_brands.sass */
.brands .category-item:hover .text-container > h4 {
  opacity: 0;
}
/* line 46, ../sass/partials/category/_brands.sass */
.brands .category-item:hover .text-container:before {
  opacity: 1;
}
/* line 48, ../sass/partials/category/_brands.sass */
.brands .category-item h4 {
  position: absolute;
  bottom: 25px;
  margin-bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px;
  transition: transform 0.35s, color 0.35s, opacity 0.35s ease;
  transform: translate3d(0, 0%, 0);
  text-transform: uppercase;
  color: #171717;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  /* line 48, ../sass/partials/category/_brands.sass */
  .brands .category-item h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 48, ../sass/partials/category/_brands.sass */
  .brands .category-item h4 {
    font-size: 20px;
  }
}
/* line 67, ../sass/partials/category/_brands.sass */
.brands .category-item .brand-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
}
/* line 72, ../sass/partials/category/_brands.sass */
.brands .category-item .brand-wrapper:hover {
  opacity: 1;
}
/* line 74, ../sass/partials/category/_brands.sass */
.brands .category-item .brand-logo {
  position: absolute;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  z-index: 1;
}
/* line 80, ../sass/partials/category/_brands.sass */
.brands .category-item .brand-logo img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 86, ../sass/partials/category/_brands.sass */
.brands .category-item .brand-thumbnail img {
  max-width: 100%;
  width: 100%;
  display: block;
}
/* line 90, ../sass/partials/category/_brands.sass */
.brands .category-item .text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 30px;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  box-sizing: border-box;
  backface-visibility: hidden;
  transition: opacity 0.35s, transform 0.35s;
}
/* line 105, ../sass/partials/category/_brands.sass */
.brands .category-item .text-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 75%, #ffffff 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 90, ../sass/partials/category/_brands.sass */
  .brands .category-item .text-container {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 90, ../sass/partials/category/_brands.sass */
  .brands .category-item .text-container {
    padding: 25px 30px;
  }
}
/* line 121, ../sass/partials/category/_brands.sass */
.brands .category-item .text-container .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  font-size: 15px;
  line-height: 20px;
  padding: 30px 25px;
  box-sizing: border-box;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
/* line 133, ../sass/partials/category/_brands.sass */
.brands .category-item .text-container .description h4 {
  position: relative;
  top: 0;
  padding: 0;
  font-weight: bold;
}
/* line 138, ../sass/partials/category/_brands.sass */
.brands .category-item .text-container .description p {
  margin: 15px 0;
  font-weight: normal;
}

/* line 1, ../sass/partials/category/_category-item.sass */
.category-item {
  position: relative;
  display: inline-block;
  width: 22.58065%;
  margin-right: 3.22581%;
  box-sizing: border-box;
  background: #fff;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/category/_category-item.sass */
  .category-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
/* line 13, ../sass/partials/category/_category-item.sass */
.category-item:nth-of-type(4n) {
  margin-right: 0;
}
/* line 15, ../sass/partials/category/_category-item.sass */
.category-item .thumbnail-container {
  transition: opacity 0.3s ease;
}
/* line 17, ../sass/partials/category/_category-item.sass */
.category-item .thumbnail-container img {
  backface-visibility: hidden;
}
/* line 20, ../sass/partials/category/_category-item.sass */
.category-item:hover .thumbnail-container {
  opacity: 0.8;
}
/* line 22, ../sass/partials/category/_category-item.sass */
.category-item:hover h4 {
  text-decoration: underline;
}

/* line 2, ../sass/partials/category/_product-category.sass */
.product-category h2 {
  max-width: 74.19355%;
}

/* line 1, ../sass/partials/category/_sidebar.sass */
.side-bar {
  position: relative;
  top: -110px;
  width: 22.58065%;
  float: right;
  font-family: "Cabin", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/category/_sidebar.sass */
  .side-bar {
    top: 0;
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/* line 12, ../sass/partials/category/_sidebar.sass */
.side-bar h3 {
  text-transform: uppercase;
  color: #171717;
  font-size: 20px;
  line-height: 27px;
  margin: 40px 0;
}
@media only screen and (max-width: 1023px) {
  /* line 12, ../sass/partials/category/_sidebar.sass */
  .side-bar h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 12, ../sass/partials/category/_sidebar.sass */
  .side-bar h3 {
    text-align: center;
  }
}
/* line 23, ../sass/partials/category/_sidebar.sass */
.side-bar .category-list {
  position: relative;
}
/* line 25, ../sass/partials/category/_sidebar.sass */
.side-bar .category-list .list-item {
  border-top: 2px solid rgba(242, 242, 242, 0.4);
  position: relative;
  padding: 10px 0;
  word-break: break-word;
}
/* line 30, ../sass/partials/category/_sidebar.sass */
.side-bar .category-list .list-item:last-of-type {
  border-bottom: 2px solid rgba(242, 242, 242, 0.4);
}
/* line 34, ../sass/partials/category/_sidebar.sass */
.side-bar .category-list .list-item:hover:before, .side-bar .category-list .list-item:hover:after, .side-bar .category-list .list-item.active:before, .side-bar .category-list .list-item.active:after {
  opacity: 0;
}
/* line 37, ../sass/partials/category/_sidebar.sass */
.side-bar .category-list .list-item:hover .category-wrapper, .side-bar .category-list .list-item.active .category-wrapper {
  color: #18b7d2;
}
/* line 39, ../sass/partials/category/_sidebar.sass */
.side-bar .category-list .list-item:hover .category-wrapper span, .side-bar .category-list .list-item.active .category-wrapper span {
  background: rgba(242, 242, 242, 0.6);
}
/* line 41, ../sass/partials/category/_sidebar.sass */
.side-bar .category-list .list-item:before, .side-bar .category-list .list-item:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}
/* line 52, ../sass/partials/category/_sidebar.sass */
.side-bar .category-list .list-item:before {
  border-color: rgba(24, 183, 210, 0);
  border-left-color: #18b7d2;
  border-width: 8px;
  margin-top: -8px;
}
/* line 57, ../sass/partials/category/_sidebar.sass */
.side-bar .category-list .list-item:after {
  border-color: rgba(153, 212, 219, 0);
  border-left-color: #99d4db;
  border-width: 4px;
  margin-top: -4px;
  margin-right: 8px;
}
/* line 63, ../sass/partials/category/_sidebar.sass */
.side-bar .leader-list {
  position: relative;
}
/* line 65, ../sass/partials/category/_sidebar.sass */
.side-bar .leader-list .list-item {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -ms-flex-align: center;
  border-top: 2px solid rgba(242, 242, 242, 0.4);
  padding: 20px 0;
}
/* line 74, ../sass/partials/category/_sidebar.sass */
.side-bar .leader-list .list-item:last-of-type {
  border-bottom: 2px solid rgba(242, 242, 242, 0.4);
}
@media only screen and (max-width: 1023px) {
  /* line 65, ../sass/partials/category/_sidebar.sass */
  .side-bar .leader-list .list-item {
    flex-direction: column;
  }
}
/* line 78, ../sass/partials/category/_sidebar.sass */
.side-bar .leader-list .resp-img {
  min-width: 70px;
  min-height: 70px;
  width: 70px;
  height: 70px;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  /* line 78, ../sass/partials/category/_sidebar.sass */
  .side-bar .leader-list .resp-img {
    margin-bottom: 10px;
  }
}
/* line 86, ../sass/partials/category/_sidebar.sass */
.side-bar .leader-list .resp-img img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 86, ../sass/partials/category/_sidebar.sass */
  .side-bar .leader-list .resp-img img {
    margin: 0 auto;
  }
}
/* line 91, ../sass/partials/category/_sidebar.sass */
.side-bar .leader-list .resp-info {
  display: inline-block;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  /* line 91, ../sass/partials/category/_sidebar.sass */
  .side-bar .leader-list .resp-info {
    text-align: center;
  }
}
/* line 96, ../sass/partials/category/_sidebar.sass */
.side-bar .leader-list .resp-info .name {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
/* line 100, ../sass/partials/category/_sidebar.sass */
.side-bar .leader-list .resp-info .job {
  font-family: "PT Sans", Arial, sans-serif;
  font-style: italic;
  font-size: 15px;
  line-height: 18px;
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  /* line 100, ../sass/partials/category/_sidebar.sass */
  .side-bar .leader-list .resp-info .job {
    font-size: 14px;
  }
}
/* line 108, ../sass/partials/category/_sidebar.sass */
.side-bar .category-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-family: "Cabin", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  /* line 108, ../sass/partials/category/_sidebar.sass */
  .side-bar .category-wrapper {
    font-size: 12px;
  }
}
/* line 122, ../sass/partials/category/_sidebar.sass */
.side-bar .category-wrapper img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 40px;
  height: 40px;
}
/* line 128, ../sass/partials/category/_sidebar.sass */
.side-bar .category-wrapper span {
  display: inline-block;
  position: relative;
  flex-grow: 1;
  padding: 7px 30px 7px 4.28571%;
  transition: background 0.3s ease;
}

/* line 1, ../sass/partials/header/_header.sass */
.header {
  display: block;
  background: #171717;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1023px) {
  /* line 1, ../sass/partials/header/_header.sass */
  .header {
    padding: 0;
  }
}
/* line 7, ../sass/partials/header/_header.sass */
.header .header-wrapper {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  height: 90px;
  line-height: 80px;
  position: relative;
  box-sizing: border-box;
}
/* line 16, ../sass/partials/header/_header.sass */
.header .logo {
  z-index: 7;
  display: inline-block;
  vertical-align: middle;
}
/* line 20, ../sass/partials/header/_header.sass */
.header .logo-brand {
  height: auto;
  width: auto;
  margin-left: 2.41935%;
}
/* line 24, ../sass/partials/header/_header.sass */
.header .logo-brand img {
  width: auto;
}

/* line 2, ../sass/partials/header/_header-light.sass */
.header-light .menu {
  background-color: #171717;
}
/* line 5, ../sass/partials/header/_header-light.sass */
.header-light .menu:hover .menu-text {
  color: #bbb;
}
/* line 8, ../sass/partials/header/_header-light.sass */
.header-light .menu:hover .menu-icon span, .header-light .menu:hover .menu-icon span:after, .header-light .menu:hover .menu-icon span:before {
  background-color: #bbb;
}
/* line 10, ../sass/partials/header/_header-light.sass */
.header-light .menu-text {
  color: #fff;
}
/* line 13, ../sass/partials/header/_header-light.sass */
.header-light .menu-icon span, .header-light .menu-icon span:after, .header-light .menu-icon span:before {
  background-color: #fff;
}

/* line 1, ../sass/partials/nav/_nav.sass */
.nav {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  background-color: #171717;
  padding: 100px 40px 50px;
  -ms-overflow-y: auto;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/nav/_nav.sass */
  .nav {
    width: 235px;
    padding: 80px 20px 20px;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
/* line 19, ../sass/partials/nav/_nav.sass */
.nav .logo {
  margin: 0 auto 55px;
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass/partials/nav/_nav.sass */
  .nav .logo {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* line 1, ../sass/partials/nav/_nav-open.sass */
.nav-open {
  overflow: hidden;
}
/* line 4, ../sass/partials/nav/_nav-open.sass */
.nav-open.menu-mini .menu {
  right: 10px !important;
}
/* line 6, ../sass/partials/nav/_nav-open.sass */
.nav-open .main {
  right: 300px;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/partials/nav/_nav-open.sass */
  .nav-open .main {
    right: 235px;
  }
}
/* line 10, ../sass/partials/nav/_nav-open.sass */
.nav-open .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 15, ../sass/partials/nav/_nav-open.sass */
.nav-open .menu {
  right: 10px !important;
}
/* line 18, ../sass/partials/nav/_nav-open.sass */
.nav-open .menu-icon span {
  height: 0px;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
/* line 21, ../sass/partials/nav/_nav-open.sass */
.nav-open .menu-icon span:after {
  top: -1px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 25, ../sass/partials/nav/_nav-open.sass */
.nav-open .menu-icon span:before {
  bottom: -1px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 29, ../sass/partials/nav/_nav-open.sass */
.nav-open .nav {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  /* line 29, ../sass/partials/nav/_nav-open.sass */
  .nav-open .nav {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

/* line 1, ../sass/partials/nav/_nav-big.sass */
.nav-big {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.nav-big:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1300px) {
  /* line 1, ../sass/partials/nav/_nav-big.sass */
  .nav-big {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/nav/_nav-big.sass */
  .nav-big {
    bottom: 10px;
  }
}
/* line 15, ../sass/partials/nav/_nav-big.sass */
.nav-big .nav-big-item {
  text-align: center;
  display: inline-block;
  width: 22.58065%;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../sass/partials/nav/_nav-big.sass */
  .nav-big .nav-big-item {
    width: 40%;
    padding-bottom: 20px;
  }
}
/* line 25, ../sass/partials/nav/_nav-big.sass */
.nav-big .nav-big-link {
  display: block;
  font-family: "Cabin", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  color: #18b7d2;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 25, ../sass/partials/nav/_nav-big.sass */
  .nav-big .nav-big-link {
    font-size: 15px;
  }
}
/* line 35, ../sass/partials/nav/_nav-big.sass */
.nav-big .nav-big-link:before {
  position: relative;
  display: block;
  color: #fff;
  font-size: 118px;
  line-height: 170px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 35, ../sass/partials/nav/_nav-big.sass */
  .nav-big .nav-big-link:before {
    font-size: 100px;
    line-height: 100px;
  }
}
/* line 45, ../sass/partials/nav/_nav-big.sass */
.nav-big .nav-big-link:hover {
  color: #63d9ed;
}
/* line 48, ../sass/partials/nav/_nav-big.sass */
.nav-big .nav-big-link-prod:before {
  font-family: "font-icons";
  text-transform: none;
  content: "c";
}
/* line 51, ../sass/partials/nav/_nav-big.sass */
.nav-big .nav-big-link-serv:before {
  font-family: "font-icons";
  text-transform: none;
  content: "d";
  font-size: 100px;
}
@media only screen and (max-width: 767px) {
  /* line 51, ../sass/partials/nav/_nav-big.sass */
  .nav-big .nav-big-link-serv:before {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 20px;
  }
}
/* line 59, ../sass/partials/nav/_nav-big.sass */
.nav-big .nav-big-link-omoss:before {
  font-family: "font-icons";
  text-transform: none;
  content: "c";
}
/* line 62, ../sass/partials/nav/_nav-big.sass */
.nav-big .nav-big-link-leica:before {
  font-family: "font-icons";
  text-transform: none;
  content: "e";
  font-size: 90px;
}
@media only screen and (max-width: 767px) {
  /* line 62, ../sass/partials/nav/_nav-big.sass */
  .nav-big .nav-big-link-leica:before {
    margin-bottom: 20px;
    font-size: 90px;
  }
}

/* line 1, ../sass/partials/nav/_nav-big-out.sass */
.nav-big-out {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(100%);
  -moz-transition: bottom 0.3s, -moz-transform 0.3s;
  -o-transition: bottom 0.3s, -o-transform 0.3s;
  -webkit-transition: bottom 0.3s, -webkit-transform 0.3s;
  transition: bottom 0.3s, transform 0.3s;
}
@media only screen and (max-width: 1023px) {
  /* line 1, ../sass/partials/nav/_nav-big-out.sass */
  .nav-big-out {
    position: fixed;
  }
}
/* line 11, ../sass/partials/nav/_nav-big-out.sass */
.nav-big-out.open {
  transform: translateY(0%);
}
/* line 14, ../sass/partials/nav/_nav-big-out.sass */
.nav-big-out.open .btn-down-mod:before {
  transform: translateX(-50%) rotate(0deg);
}
/* line 17, ../sass/partials/nav/_nav-big-out.sass */
.nav-big-out.open .btn-down-mod:hover:before {
  -moz-animation: moveBottom 0.4s;
  -webkit-animation: moveBottom 0.4s;
  animation: moveBottom 0.4s;
}
/* line 19, ../sass/partials/nav/_nav-big-out.sass */
.nav-big-out .nav-big {
  position: static;
  background-color: rgba(24, 183, 210, 0.9);
  padding: 20px 0 30px;
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass/partials/nav/_nav-big-out.sass */
  .nav-big-out .nav-big {
    text-align: center;
    padding: 40px 0 0;
  }
}
/* line 26, ../sass/partials/nav/_nav-big-out.sass */
.nav-big-out .nav-big .nav-big-item {
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  /* line 26, ../sass/partials/nav/_nav-big-out.sass */
  .nav-big-out .nav-big .nav-big-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 30, ../sass/partials/nav/_nav-big-out.sass */
.nav-big-out .nav-big .nav-big-link {
  color: #fff;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 33, ../sass/partials/nav/_nav-big-out.sass */
.nav-big-out .nav-big .nav-big-link:hover {
  opacity: 0.8;
}
/* line 35, ../sass/partials/nav/_nav-big-out.sass */
.nav-big-out .nav-big .nav-big-link:hover:before {
  opacity: 0.8;
}
/* line 39, ../sass/partials/nav/_nav-big-out.sass */
.nav-big-out .btn-down-mod {
  margin: 0 auto;
}

/* line 2, ../sass/partials/nav/_nav-big-open.sass */
.nav-big-open .btn-down-mod {
  height: 50px;
}
/* line 4, ../sass/partials/nav/_nav-big-open.sass */
.nav-big-open .btn-down-mod:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 7, ../sass/partials/nav/_nav-big-open.sass */
.nav-big-open .btn-down-mod:hover:before {
  -moz-animation: moveBottom 0.5s;
  -webkit-animation: moveBottom 0.5s;
  animation: moveBottom 0.5s;
}

/* line 1, ../sass/partials/btn/_btn.sass */
.btn {
  display: inline-block;
  background: #18b7d2;
  padding: 3px 15px;
  text-transform: uppercase;
  font-family: "Cabin", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
/* line 11, ../sass/partials/btn/_btn.sass */
.btn:hover {
  opacity: 0.7;
}
/* line 13, ../sass/partials/btn/_btn.sass */
.btn.plus {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: 2px solid #18b7d2;
  border-radius: 50%;
}
/* line 22, ../sass/partials/btn/_btn.sass */
.btn.plus:before, .btn.plus:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #18b7d2;
}
/* line 35, ../sass/partials/btn/_btn.sass */
.btn.plus:after {
  transform: rotate(90deg);
}

/* line 1, ../sass/partials/btn/_btn-down.sass */
.btn-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -30px;
  height: 60px;
  width: 60px;
}
/* line 8, ../sass/partials/btn/_btn-down.sass */
.btn-down:after {
  content: "";
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #18b7d2;
  height: 60px;
  width: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 16, ../sass/partials/btn/_btn-down.sass */
.btn-down:before {
  position: absolute;
  font-family: "font-icons";
  text-transform: none;
  content: "b";
  top: 18px;
  left: 16px;
  font-size: 28px;
  color: #18b7d2;
}
/* line 24, ../sass/partials/btn/_btn-down.sass */
.btn-down:hover:before {
  -moz-animation: moveBottom 0.5s;
  -webkit-animation: moveBottom 0.5s;
  animation: moveBottom 0.5s;
}

/* line 1, ../sass/partials/btn/_btn-down-mod.sass */
.btn-down-mod {
  display: block;
  height: 50px;
  width: 100px;
  background-color: rgba(24, 183, 210, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  -moz-border-radius: 50px 50px 0 0;
  -webkit-border-radius: 50px;
  border-radius: 50px 50px 0 0;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../sass/partials/btn/_btn-down-mod.sass */
  .btn-down-mod:after {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    transform: translateX(-50%);
  }
}
/* line 20, ../sass/partials/btn/_btn-down-mod.sass */
.btn-down-mod:before {
  position: absolute;
  font-family: "font-icons";
  text-transform: none;
  content: "b";
  top: 18px;
  font-size: 28px;
  color: #fff;
  transition: transform 0.3s ease;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
/* line 30, ../sass/partials/btn/_btn-down-mod.sass */
.btn-down-mod:hover:before {
  -moz-animation: moveTop 0.5s;
  -webkit-animation: moveTop 0.5s;
  animation: moveTop 0.5s;
}

/* line 1, ../sass/partials/footer/_footer.sass */
.footer {
  border-top: 1px solid #18b7d2;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/footer/_footer.sass */
  .footer {
    padding-top: 10px;
  }
}
/* line 6, ../sass/partials/footer/_footer.sass */
.footer h4, .footer .title, .footer p, .footer .text {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-family: "PT Sans", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/partials/footer/_footer.sass */
  .footer h4, .footer .title, .footer p, .footer .text {
    font-size: 14px;
    line-height: 20px;
  }
}
/* line 15, ../sass/partials/footer/_footer.sass */
.footer p, .footer .text {
  color: #fff;
}
/* line 17, ../sass/partials/footer/_footer.sass */
.footer h4, .footer .title {
  color: #18b7d2;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 21, ../sass/partials/footer/_footer.sass */
.footer a {
  color: #fff;
  -ms-word-break: break-all;
  word-break: break-all;
  display: block;
}
/* line 26, ../sass/partials/footer/_footer.sass */
.footer a:hover {
  text-decoration: underline;
}
/* line 28, ../sass/partials/footer/_footer.sass */
.footer .leica {
  margin: 0 auto;
  margin-top: 10px;
}

/* line 1, ../sass/partials/section/_section-ligth.sass */
.section-light {
  background-color: #fff;
}
/* line 3, ../sass/partials/section/_section-ligth.sass */
.section-light .container-middle {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  /* line 3, ../sass/partials/section/_section-ligth.sass */
  .section-light .container-middle {
    padding-bottom: 20px;
  }
}

/* line 1, ../sass/partials/section/_section-dark.sass */
.section-dark {
  background-color: #171717;
}
/* line 3, ../sass/partials/section/_section-dark.sass */
.section-dark .text {
  font-family: "Cabin", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 50px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 3, ../sass/partials/section/_section-dark.sass */
  .section-dark .text {
    font-size: 18px;
    line-height: 26px;
  }
}
/* line 12, ../sass/partials/section/_section-dark.sass */
.section-dark .author-out {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 12, ../sass/partials/section/_section-dark.sass */
  .section-dark .author-out {
    margin-top: 5px;
  }
}
/* line 16, ../sass/partials/section/_section-dark.sass */
.section-dark .author {
  font-size: 18px;
  line-height: 28px;
  color: #18b7d2;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 16, ../sass/partials/section/_section-dark.sass */
  .section-dark .author {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 1, ../sass/partials/section/_section-gray.sass */
.section-gray {
  background-color: #f1f1f1;
}

/* line 1, ../sass/partials/section/_section-full.sass */
.section-full {
  height: 100%;
  min-height: 100%;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: 50% 50%;
}

/* line 1, ../sass/partials/section/_section-footer.sass */
.section-footer {
  margin-top: 40px;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/section/_section-footer.sass */
  .section-footer {
    text-align: center;
    margin-top: 10px;
  }
}
/* line 38, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.section-footer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 7, ../sass/partials/section/_section-footer.sass */
.section-footer .link {
  color: #18b7d2;
  font-size: 16px;
  color: #18b7d2;
  float: left;
  font-size: 18px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 14, ../sass/partials/section/_section-footer.sass */
.section-footer .link:hover {
  color: #63d9ed;
}
@media only screen and (max-width: 767px) {
  /* line 7, ../sass/partials/section/_section-footer.sass */
  .section-footer .link {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}
/* line 20, ../sass/partials/section/_section-footer.sass */
.section-footer .leica {
  float: right;
}
@media only screen and (max-width: 767px) {
  /* line 20, ../sass/partials/section/_section-footer.sass */
  .section-footer .leica {
    float: none;
  }
}

/* line 1, ../sass/partials/menu/_menu.sass */
.menu {
  position: fixed;
  top: 17px;
  text-transform: uppercase;
  color: #171717;
  font-family: "Cabin", Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  z-index: 99999999;
  background-color: #fff;
  padding: 10px 16px;
  opacity: 0;
  transition: right 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../sass/partials/menu/_menu.sass */
  .menu {
    padding: 5px 10px 10px;
    right: 30px;
    top: 25px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/menu/_menu.sass */
  .menu {
    top: 25px;
    margin-right: 10px;
  }
}
/* line 22, ../sass/partials/menu/_menu.sass */
.menu:hover {
  cursor: pointer;
}
/* line 24, ../sass/partials/menu/_menu.sass */
.menu:hover .menu-text {
  color: #4a4a4a;
}
/* line 27, ../sass/partials/menu/_menu.sass */
.menu:hover .menu-icon span {
  background: #4a4a4a;
}
/* line 29, ../sass/partials/menu/_menu.sass */
.menu:hover .menu-icon span:after, .menu:hover .menu-icon span:before {
  background: #4a4a4a;
}
/* line 31, ../sass/partials/menu/_menu.sass */
.menu .menu-text {
  vertical-align: text-top;
  margin-right: 20px;
  max-width: 100px;
  overflow: hidden;
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  /* line 31, ../sass/partials/menu/_menu.sass */
  .menu .menu-text {
    display: none;
  }
}

/* line 2, ../sass/partials/menu/_menu-mini.sass */
.menu-mini .menu {
  position: fixed;
}
/* line 6, ../sass/partials/menu/_menu-mini.sass */
.menu-mini .menu .menu-text {
  margin-right: 0;
  max-width: 0;
  color: transparent;
}

/* line 1, ../sass/partials/menu/_menu-icon.sass */
.menu-icon {
  z-index: 112;
  display: inline-block;
}
/* line 4, ../sass/partials/menu/_menu-icon.sass */
.menu-icon span {
  height: 2px;
  width: 25px;
  background: #171717;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -moz-transition: -moz-transform 0.9s, background-color 0.3s;
  -o-transition: -o-transform 0.9s, background-color 0.3s;
  -webkit-transition: -webkit-transform 0.9s, background-color 0.3s;
  transition: transform 0.9s, background-color 0.3s;
}
/* line 12, ../sass/partials/menu/_menu-icon.sass */
.menu-icon span:after {
  content: "";
  top: 9px;
  left: 0px;
  height: 2px;
  width: 100%;
  background: #171717;
  display: inline-block;
  position: absolute;
  -moz-transition: -moz-transform 0.6s, background-color 0.3s;
  -o-transition: -o-transform 0.6s, background-color 0.3s;
  -webkit-transition: -webkit-transform 0.6s, background-color 0.3s;
  transition: transform 0.6s, background-color 0.3s;
}
/* line 22, ../sass/partials/menu/_menu-icon.sass */
.menu-icon span:before {
  content: "";
  bottom: 9px;
  left: 0px;
  height: 2px;
  width: 100%;
  background: #171717;
  display: inline-block;
  position: absolute;
  -moz-transition: -moz-transform 0.6s, background-color 0.3s;
  -o-transition: -o-transform 0.6s, background-color 0.3s;
  -webkit-transition: -webkit-transform 0.6s, background-color 0.3s;
  transition: transform 0.6s, background-color 0.3s;
}

/* line 2, ../sass/partials/menu/_main-menu.sass */
.main-menu .menu-item {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/partials/menu/_main-menu.sass */
  .main-menu .menu-item {
    margin-bottom: 5px;
  }
}
/* line 6, ../sass/partials/menu/_main-menu.sass */
.main-menu .menu-item > a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Cabin", Arial, sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 15, ../sass/partials/menu/_main-menu.sass */
.main-menu .menu-item > a:hover {
  color: #18b7d2;
  cursor: pointer;
}
/* line 18, ../sass/partials/menu/_main-menu.sass */
.main-menu .current-menu-item > a {
  color: #18b7d2;
}

/* line 1, ../sass/partials/table/_table-out.sass */
.table-out {
  width: 100%;
  overflow: auto;
}
/* line 4, ../sass/partials/table/_table-out.sass */
.table-out table {
  min-width: 450px;
}

/* line 1, ../sass/partials/_main.sass */
.main {
  background: linear-gradient(rgba(0, 0, 0, 0), #7fc6ce 0.3%, #b4e2e8);
  min-height: 100%;
  position: relative;
  z-index: 2;
  right: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 10, ../sass/partials/_main.sass */
.main .main-in {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
/* line 16, ../sass/partials/_main.sass */
.main .front {
  overflow: hidden;
}
/* line 19, ../sass/partials/_main.sass */
.main .main-content .title-mega {
  font-family: "Cabin", Arial, sans-serif;
}
@media only screen and (max-width: 1024px) {
  /* line 19, ../sass/partials/_main.sass */
  .main .main-content .title-mega {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass/partials/_main.sass */
  .main .main-content .title-mega {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
}
/* line 29, ../sass/partials/_main.sass */
.main .main-content .text {
  color: #171717;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 29, ../sass/partials/_main.sass */
  .main .main-content .text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
}
/* line 39, ../sass/partials/_main.sass */
.main .main-content .link {
  color: #18b7d2;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  font-family: "Cabin", Arial, sans-serif;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 46, ../sass/partials/_main.sass */
.main .main-content .link:hover {
  color: #63d9ed;
}
@media only screen and (max-width: 767px) {
  /* line 39, ../sass/partials/_main.sass */
  .main .main-content .link {
    text-align: center;
    display: block;
  }
}

/* line 51, ../sass/partials/_main.sass */
.page-template-templatesprivacy-php .main {
  background: #f2f2f2;
  padding-bottom: 8.333%;
}
@media only screen and (max-width: 767px) {
  /* line 51, ../sass/partials/_main.sass */
  .page-template-templatesprivacy-php .main {
    padding-bottom: 80px;
  }
  /* line 56, ../sass/partials/_main.sass */
  .page-template-templatesprivacy-php .main h2 {
    font-size: 21px;
  }
  /* line 58, ../sass/partials/_main.sass */
  .page-template-templatesprivacy-php .main p {
    font-size: 15px;
  }
}

/* line 1, ../sass/partials/_logo.sass */
.logo {
  position: relative;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  color: transparent;
  width: 155px;
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/_logo.sass */
  .logo {
    margin: 0 auto;
  }
}
/* line 8, ../sass/partials/_logo.sass */
.logo img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 2px;
}

/* line 1, ../sass/partials/_overlay.sass */
.overlay {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: -300px;
  left: 100%;
  bottom: 100%;
  z-index: 100;
  -moz-transition: background-color 0.7s, right 0.7s;
  -o-transition: background-color 0.7s, right 0.7s;
  -webkit-transition: background-color 0.7s, right 0.7s;
  transition: background-color 0.7s, right 0.7s;
}

/* line 2, ../sass/partials/_products.sass */
.product-wrapper {
  display: flex;
  flex-wrap: wrap;
}
/* line 5, ../sass/partials/_products.sass */
.product-wrapper.w-side-bar {
  width: 74.19355%;
  margin-right: 3.22581%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/partials/_products.sass */
  .product-wrapper.w-side-bar {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
/* line 13, ../sass/partials/_products.sass */
.product-wrapper.w-side-bar .product-item {
  width: 30.43478%;
  margin-right: 4.34783%;
  margin-bottom: 4.34783%;
}
/* line 17, ../sass/partials/_products.sass */
.product-wrapper.w-side-bar .product-item:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 13, ../sass/partials/_products.sass */
  .product-wrapper.w-side-bar .product-item {
    width: 48.14815%;
    margin-right: 3.7037%;
    margin-bottom: 3.7037%;
  }
  /* line 23, ../sass/partials/_products.sass */
  .product-wrapper.w-side-bar .product-item:nth-of-type(odd) {
    margin-right: 3.7037%;
  }
  /* line 25, ../sass/partials/_products.sass */
  .product-wrapper.w-side-bar .product-item:nth-of-type(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 13, ../sass/partials/_products.sass */
  .product-wrapper.w-side-bar .product-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 31, ../sass/partials/_products.sass */
  .product-wrapper.w-side-bar .product-item:nth-of-type(odd) {
    margin-right: 0;
  }
  /* line 33, ../sass/partials/_products.sass */
  .product-wrapper.w-side-bar .product-item:nth-of-type(even) {
    margin-right: 0;
  }
}
/* line 35, ../sass/partials/_products.sass */
.product-item {
  position: relative;
  display: inline-block;
  width: 22.58065%;
  margin-right: 3.22581%;
  margin-bottom: 3.22581%;
  box-sizing: border-box;
  background: #fff;
  vertical-align: top;
  word-wrap: break-word;
  transition: box-shadow 0.35s ease;
}
/* line 46, ../sass/partials/_products.sass */
.product-item:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1023px) {
  /* line 35, ../sass/partials/_products.sass */
  .product-item {
    width: 48.62637%;
    margin-right: 2.74725%;
  }
  /* line 51, ../sass/partials/_products.sass */
  .product-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 35, ../sass/partials/_products.sass */
  .product-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* line 57, ../sass/partials/_products.sass */
.product-item:nth-of-type(4n) {
  margin-right: 0;
}
/* line 59, ../sass/partials/_products.sass */
.product-item .text-container {
  padding: 20px 30px 90px;
}
/* line 61, ../sass/partials/_products.sass */
.product-item .text-container h4 {
  text-transform: uppercase;
  color: #171717;
  margin: 0;
}
/* line 65, ../sass/partials/_products.sass */
.product-item .text-container h5 {
  text-transform: uppercase;
  color: #18b7d2;
  margin: 0;
}
/* line 69, ../sass/partials/_products.sass */
.product-item .text-container strong {
  margin: 0;
}
/* line 71, ../sass/partials/_products.sass */
.product-item .text-container p, .product-item .text-container strong {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
}
/* line 75, ../sass/partials/_products.sass */
.product-item .text-container p {
  margin: 5px 0 20px;
}
/* line 79, ../sass/partials/_products.sass */
.product-item .thumbnail-container a img {
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  /* line 79, ../sass/partials/_products.sass */
  .product-item .thumbnail-container a img {
    width: 100%;
  }
}
/* line 84, ../sass/partials/_products.sass */
.product-item .thumbnail-container:hover img {
  opacity: 0.7;
}
/* line 86, ../sass/partials/_products.sass */
.product-item .thumbnail-container img {
  display: block;
  max-width: 100%;
}
/* line 89, ../sass/partials/_products.sass */
.product-item .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

/* line 1, ../sass/partials/_leica.sass */
.leica {
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  color: transparent;
  width: 64px;
  height: 39px;
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/_leica.sass */
  .leica {
    margin: 0 auto;
  }
}
/* line 8, ../sass/partials/_leica.sass */
.leica img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1, ../sass/partials/_pictures.sass */
.pic-1 {
  background-image: url('../images/pic-1.jpg?1549281083');
}

/* line 3, ../sass/partials/_pictures.sass */
.pic-2 {
  background-image: url('../images/pic-2.jpg?1549281084');
}

/* line 5, ../sass/partials/_pictures.sass */
.pic-3 {
  background-image: url('../images/pic-3.jpg?1549281084');
}

/* line 7, ../sass/partials/_pictures.sass */
.pic-4 {
  background-image: url('../images/pic-4.jpg?1549281084');
}

/* line 1, ../sass/partials/_double-column.sass */
.double-column {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.double-column:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3, ../sass/partials/_double-column.sass */
.double-column .column {
  width: 48.5%;
  float: left;
  margin-left: 3%;
}
/* line 8, ../sass/partials/_double-column.sass */
.double-column .column:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  /* line 3, ../sass/partials/_double-column.sass */
  .double-column .column {
    width: 100%;
    margin-left: 0;
  }
}

/* line 1, ../sass/partials/_resp.sass */
.resp {
  margin-top: 35px;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.resp:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/partials/_resp.sass */
  .resp {
    margin-top: 20px;
  }
}
/* line 6, ../sass/partials/_resp.sass */
.resp .item {
  float: left;
  width: 66%;
  margin-right: 2%;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.resp .item:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/partials/_resp.sass */
  .resp .item {
    width: 100%;
    margin-right: 0;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 17, ../sass/partials/_resp.sass */
.resp .item:last-child {
  width: 32%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 17, ../sass/partials/_resp.sass */
  .resp .item:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
/* line 23, ../sass/partials/_resp.sass */
.resp .item:last-child .resp-info {
  width: 100%;
}
/* line 25, ../sass/partials/_resp.sass */
.resp .resp-img {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 25, ../sass/partials/_resp.sass */
  .resp .resp-img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
/* line 32, ../sass/partials/_resp.sass */
.resp .resp-img-out {
  overflow: hidden;
  height: 270px;
  width: 270px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 1000px) {
  /* line 32, ../sass/partials/_resp.sass */
  .resp .resp-img-out {
    height: 189px;
    width: 189px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 32, ../sass/partials/_resp.sass */
  .resp .resp-img-out {
    margin: 0 auto;
  }
}
/* line 42, ../sass/partials/_resp.sass */
.resp .resp-img-out img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 46, ../sass/partials/_resp.sass */
.resp .resp-info {
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 46, ../sass/partials/_resp.sass */
  .resp .resp-info {
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 57, ../sass/partials/_resp.sass */
.resp .rang {
  text-decoration: underline;
  margin-bottom: 25px;
}
/* line 60, ../sass/partials/_resp.sass */
.resp .name {
  color: #18b7d2;
  margin-bottom: 30px;
}
/* line 64, ../sass/partials/_resp.sass */
.resp .rang, .resp .name, .resp .job {
  text-transform: uppercase;
  font-family: "Cabin", Arial, sans-serif;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 64, ../sass/partials/_resp.sass */
  .resp .rang, .resp .name, .resp .job {
    margin-bottom: 10px;
  }
}
/* line 73, ../sass/partials/_resp.sass */
.resp .mail a {
  color: #18b7d2;
  font-size: 18px;
  line-height: 28px;
  display: block;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 80, ../sass/partials/_resp.sass */
.resp .mail a:hover {
  text-decoration: underline;
}

/* line 2, ../sass/layouts/_layout.sass */
.layout-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
/* line 2, ../sass/mixins/_clearfix.sass */
.layout-container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 2, ../sass/layouts/page-404/_page-404.sass */
.error404 .main-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
/* line 7, ../sass/layouts/page-404/_page-404.sass */
.error404 .breadcrumbs {
  display: none;
}
/* line 9, ../sass/layouts/page-404/_page-404.sass */
.error404 .title-max {
  color: #fff;
  font-size: 64px;
  line-height: 64px;
}
@media only screen and (max-width: 767px) {
  /* line 9, ../sass/layouts/page-404/_page-404.sass */
  .error404 .title-max {
    font-size: 32px;
    line-height: 32px;
  }
}

/* line 1, ../sass/layouts/prod/_prod.sass */
.prod {
  display: block;
}
/* line 3, ../sass/layouts/prod/_prod.sass */
.prod .header {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 3, ../sass/layouts/prod/_prod.sass */
  .prod .header {
    margin-bottom: 20px;
  }
}
/* line 7, ../sass/layouts/prod/_prod.sass */
.prod .main {
  padding-bottom: 20px;
  background-image: url('../images/bg.jpg?1549281082');
  background-size: cover;
  background-position: 50% 50%;
}
/* line 13, ../sass/layouts/prod/_prod.sass */
.prod .products {
  max-width: 930px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* line 13, ../sass/layouts/prod/_prod.sass */
  .prod .products {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 13, ../sass/layouts/prod/_prod.sass */
  .prod .products {
    max-width: 650px;
  }
}

/* line 1, ../sass/layouts/prod-single/_prod-single.sass */
.prod-single, .prod-single-old {
  display: block;
}
/* line 3, ../sass/layouts/prod-single/_prod-single.sass */
.prod-single .main-content, .prod-single-old .main-content {
  padding: 0 0 80px 0;
}
/* line 5, ../sass/layouts/prod-single/_prod-single.sass */
.prod-single .main-content h1, .prod-single-old .main-content h1, .prod-single .main-content .title-mega, .prod-single-old .main-content .title-mega {
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 20px 0;
  margin: 40px 0;
  border-bottom: 2px solid #f2f2f2;
}
/* line 11, ../sass/layouts/prod-single/_prod-single.sass */
.prod-single .main-content h1 .model, .prod-single-old .main-content h1 .model, .prod-single .main-content .title-mega .model, .prod-single-old .main-content .title-mega .model {
  color: #171717;
}
/* line 14, ../sass/layouts/prod-single/_prod-single.sass */
.prod-single .topper p, .prod-single-old .topper p {
  font-size: 24px;
  line-height: 34px;
  font-family: "PT Sans", Arial, sans-serif;
  color: #171717;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 14, ../sass/layouts/prod-single/_prod-single.sass */
  .prod-single .topper p, .prod-single-old .topper p {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 3, ../sass/layouts/prod-single-old/_prod-single-old.sass */
.prod-single-old .main {
  background-image: url('../images/pic-5.jpg?1549281084');
}
/* line 6, ../sass/layouts/prod-single-old/_prod-single-old.sass */
.prod-single-old .section-light .container-middle {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/layouts/prod-single-old/_prod-single-old.sass */
  .prod-single-old .section-light .container-middle {
    padding-top: 20px;
  }
}
/* line 11, ../sass/layouts/prod-single-old/_prod-single-old.sass */
.prod-single-old .section-light .container-middle h1 {
  margin-bottom: 25px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../sass/layouts/prod-single-old/_prod-single-old.sass */
  .prod-single-old .section-light .container-middle h1 {
    margin-bottom: 15px;
  }
}
/* line 16, ../sass/layouts/prod-single-old/_prod-single-old.sass */
.prod-single-old .section-light .container-middle h4, .prod-single-old .section-light .container-middle h5, .prod-single-old .section-light .container-middle h6 {
  font-family: "PT Sans", Arial, sans-serif;
  margin-bottom: 0;
}
/* line 19, ../sass/layouts/prod-single-old/_prod-single-old.sass */
.prod-single-old .section-light .container-middle ul, .prod-single-old .section-light .container-middle ol {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass/layouts/prod-single-old/_prod-single-old.sass */
  .prod-single-old .section-light .container-middle ul, .prod-single-old .section-light .container-middle ol {
    margin-bottom: 5px;
  }
}
/* line 23, ../sass/layouts/prod-single-old/_prod-single-old.sass */
.prod-single-old .section-light .container-middle a {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../sass/layouts/prod-single-old/_prod-single-old.sass */
  .prod-single-old .section-light .container-middle a {
    font-size: 16px;
  }
}
/* line 27, ../sass/layouts/prod-single-old/_prod-single-old.sass */
.prod-single-old .section-light .container {
  padding: 95px 0 40px;
  max-width: 930px;
}
@media only screen and (max-width: 767px) {
  /* line 27, ../sass/layouts/prod-single-old/_prod-single-old.sass */
  .prod-single-old .section-light .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 33, ../sass/layouts/prod-single-old/_prod-single-old.sass */
.prod-single-old .section-light .container h1, .prod-single-old .section-light .container .title-mega {
  margin-bottom: 40px;
}
/* line 36, ../sass/layouts/prod-single-old/_prod-single-old.sass */
.prod-single-old .section-gray .container-small {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  /* line 36, ../sass/layouts/prod-single-old/_prod-single-old.sass */
  .prod-single-old .section-gray .container-small {
    padding-bottom: 20px;
  }
}
/* line 40, ../sass/layouts/prod-single-old/_prod-single-old.sass */
.prod-single-old .section-gray .container-small h1, .prod-single-old .section-gray .container-small .title-mega {
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 40, ../sass/layouts/prod-single-old/_prod-single-old.sass */
  .prod-single-old .section-gray .container-small h1, .prod-single-old .section-gray .container-small .title-mega {
    margin-bottom: 10px;
  }
}
/* line 45, ../sass/layouts/prod-single-old/_prod-single-old.sass */
.prod-single-old h1, .prod-single-old .title-mega {
  text-align: center;
  text-transform: uppercase;
}

/* line 1, ../sass/layouts/contact/_contact.sass */
.contact {
  display: block;
}
/* line 3, ../sass/layouts/contact/_contact.sass */
.contact .main {
  background-color: #fff;
}
/* line 5, ../sass/layouts/contact/_contact.sass */
.contact .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  /* line 5, ../sass/layouts/contact/_contact.sass */
  .contact .container {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 5, ../sass/layouts/contact/_contact.sass */
  .contact .container {
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/layouts/contact/_contact.sass */
  .contact .container {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
/* line 15, ../sass/layouts/contact/_contact.sass */
.contact .container h1, .contact .container .title-max {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../sass/layouts/contact/_contact.sass */
  .contact .container h1, .contact .container .title-max {
    margin-bottom: 10px;
  }
}
/* line 20, ../sass/layouts/contact/_contact.sass */
.contact .container h3, .contact .container .title {
  text-align: center;
  color: #171717;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 24px;
  line-height: 28px;
}
/* line 32, ../sass/layouts/contact/_contact.sass */
.contact strong {
  font-weight: bold;
}
/* line 34, ../sass/layouts/contact/_contact.sass */
.contact .iframe-out {
  height: 0;
  padding-bottom: 56.2%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
/* line 40, ../sass/layouts/contact/_contact.sass */
.contact .iframe-out iframe {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* line 48, ../sass/layouts/contact/_contact.sass */
.contact blockquote {
  color: #18b7d2;
}
/* line 50, ../sass/layouts/contact/_contact.sass */
.contact code, .contact cite, .contact abbr, .contact var, .contact q {
  font-weight: bold;
  color: #18b7d2;
}
/* line 53, ../sass/layouts/contact/_contact.sass */
.contact i, .contact em {
  font-style: italic;
}
/* line 55, ../sass/layouts/contact/_contact.sass */
.contact big {
  text-transform: uppercase;
}
/* line 57, ../sass/layouts/contact/_contact.sass */
.contact small {
  font-size: 12.8px;
}
/* line 59, ../sass/layouts/contact/_contact.sass */
.contact strong, .contact b {
  font-weight: bold;
}
/* line 61, ../sass/layouts/contact/_contact.sass */
.contact table {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 61, ../sass/layouts/contact/_contact.sass */
  .contact table {
    margin-bottom: 10px;
  }
}
/* line 66, ../sass/layouts/contact/_contact.sass */
.contact table th, .contact table td {
  border-bottom: 1px solid #474745;
  padding-right: 10px;
  font-size: 21px;
  line-height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 72, ../sass/layouts/contact/_contact.sass */
.contact table th:first-child, .contact table td:first-child {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 72, ../sass/layouts/contact/_contact.sass */
  .contact table th:first-child, .contact table td:first-child {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 66, ../sass/layouts/contact/_contact.sass */
  .contact table th, .contact table td {
    font-size: 14px;
    line-height: 20px;
  }
}
/* line 80, ../sass/layouts/contact/_contact.sass */
.contact table thead th, .contact table thead td {
  color: #18b7d2;
}
/* line 82, ../sass/layouts/contact/_contact.sass */
.contact img {
  max-width: 100%;
}
/* line 84, ../sass/layouts/contact/_contact.sass */
.contact mark {
  background-color: #18b7d2;
}
/* line 88, ../sass/layouts/contact/_contact.sass */
.contact .alignnone {
  margin: 5px 0px 20px 0;
}
@media only screen and (max-width: 767px) {
  /* line 88, ../sass/layouts/contact/_contact.sass */
  .contact .alignnone {
    margin-bottom: 5px;
  }
}
/* line 93, ../sass/layouts/contact/_contact.sass */
.contact .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
/* line 97, ../sass/layouts/contact/_contact.sass */
.contact .alignright {
  float: right;
  margin: 10px 0 28px 28px;
}
@media only screen and (max-width: 1000px) {
  /* line 97, ../sass/layouts/contact/_contact.sass */
  .contact .alignright {
    margin: 10px;
    margin-right: 0;
  }
}
/* line 106, ../sass/layouts/contact/_contact.sass */
.contact .alignright.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 109, ../sass/layouts/contact/_contact.sass */
.contact .wp-caption-text {
  margin-top: 15px;
  width: 100%;
}
/* line 113, ../sass/layouts/contact/_contact.sass */
.contact .alignleft {
  float: left;
  margin: 10px 28px 28px 0;
}
@media only screen and (max-width: 1000px) {
  /* line 113, ../sass/layouts/contact/_contact.sass */
  .contact .alignleft {
    margin: 10px;
    margin-left: 0;
  }
}
/* line 122, ../sass/layouts/contact/_contact.sass */
.contact .alignleft.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 126, ../sass/layouts/contact/_contact.sass */
.contact .aligncenter {
  display: block;
  clear: both;
  margin: 5px auto 5px auto;
}
/* line 130, ../sass/layouts/contact/_contact.sass */
.contact a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media only screen and (max-width: 767px) {
  /* line 130, ../sass/layouts/contact/_contact.sass */
  .contact a img.alignright {
    margin-bottom: 5px 0 5px 5px;
  }
}
/* line 135, ../sass/layouts/contact/_contact.sass */
.contact a img.alignnone {
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  /* line 135, ../sass/layouts/contact/_contact.sass */
  .contact a img.alignnone {
    margin-bottom: 5px 5px 5px 0px;
  }
}
/* line 139, ../sass/layouts/contact/_contact.sass */
.contact a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  /* line 139, ../sass/layouts/contact/_contact.sass */
  .contact a img.alignleft {
    margin-bottom: 5px 5px 5px 0px;
  }
}
/* line 145, ../sass/layouts/contact/_contact.sass */
.contact a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 150, ../sass/layouts/contact/_contact.sass */
.contact .wp-caption {
  max-width: 100%;
}
/* line 157, ../sass/layouts/contact/_contact.sass */
.contact .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
/* line 165, ../sass/layouts/contact/_contact.sass */
.contact .wp-caption p.wp-caption-text {
  margin: 0;
  padding: 15px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  /* line 165, ../sass/layouts/contact/_contact.sass */
  .contact .wp-caption p.wp-caption-text {
    padding: 5px 0;
  }
}
/* line 173, ../sass/layouts/contact/_contact.sass */
.contact .gform_wrapper {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  /* line 173, ../sass/layouts/contact/_contact.sass */
  .contact .gform_wrapper {
    margin-bottom: 20px !important;
  }
}

/* line 2, ../sass/layouts/contact/_contacts.sass */
.page-template-contact .main {
  background: #fff;
}

/* line 5, ../sass/layouts/contact/_contacts.sass */
.contacts {
  font-size: 0;
  margin-top: 40px;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.contacts:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/layouts/contact/_contacts.sass */
  .contacts {
    margin-top: 20px;
  }
}
/* line 11, ../sass/layouts/contact/_contacts.sass */
.contacts li {
  width: 22.75%;
  display: inline-block;
  margin-left: 3%;
  margin-bottom: 50px;
  vertical-align: top;
}
/* line 17, ../sass/layouts/contact/_contacts.sass */
.contacts li:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 11, ../sass/layouts/contact/_contacts.sass */
  .contacts li {
    width: 31%;
    margin-left: 3%;
  }
  /* line 22, ../sass/layouts/contact/_contacts.sass */
  .contacts li:nth-child(4n+1) {
    margin-left: 3%;
  }
  /* line 24, ../sass/layouts/contact/_contacts.sass */
  .contacts li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 11, ../sass/layouts/contact/_contacts.sass */
  .contacts li {
    width: 100%;
    margin-left: 0%;
    float: none;
    margin-bottom: 10px;
  }
}
/* line 31, ../sass/layouts/contact/_contacts.sass */
.contacts .contacts-img {
  margin-bottom: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
  position: relative;
}
/* line 39, ../sass/layouts/contact/_contacts.sass */
.contacts .contacts-img:after {
  position: absolute;
  font-family: "font-icons";
  text-transform: none;
  content: "f";
  color: #c3c3c3;
  font-size: 150px;
  top: 50%;
  left: 50%;
  margin-left: -75px;
}
@media only screen and (max-width: 800px) {
  /* line 39, ../sass/layouts/contact/_contacts.sass */
  .contacts .contacts-img:after {
    font-size: 100px;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 31, ../sass/layouts/contact/_contacts.sass */
  .contacts .contacts-img {
    width: 80%;
    padding-bottom: 80%;
    margin: 0 auto 10px;
  }
}
/* line 54, ../sass/layouts/contact/_contacts.sass */
.contacts .contacts-img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
/* line 60, ../sass/layouts/contact/_contacts.sass */
.contacts .contacts-name {
  text-transform: uppercase;
  color: #18b7d2;
  font-family: "Cabin", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
}
/* line 66, ../sass/layouts/contact/_contacts.sass */
.contacts .contacts-job {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
/* line 71, ../sass/layouts/contact/_contacts.sass */
.contacts .contacts-mail {
  color: #18b7d2;
}
/* line 73, ../sass/layouts/contact/_contacts.sass */
.contacts .contacts-name, .contacts .contacts-job, .contacts .contacts-phone, .contacts .contacts-mail {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (max-width: 1000px) {
  /* line 73, ../sass/layouts/contact/_contacts.sass */
  .contacts .contacts-name, .contacts .contacts-job, .contacts .contacts-phone, .contacts .contacts-mail {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 20px;
  }
}
/* line 83, ../sass/layouts/contact/_contacts.sass */
.contacts .contacts-content a {
  color: #18b7d2;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  display: block;
}
/* line 94, ../sass/layouts/contact/_contacts.sass */
.contacts .contacts-content a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
  /* line 83, ../sass/layouts/contact/_contacts.sass */
  .contacts .contacts-content a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 2, ../sass/layouts/service/_service.sass */
.page-template-service .main {
  background: #fff;
  padding-bottom: 80px;
}
/* line 5, ../sass/layouts/service/_service.sass */
.page-template-service h1 {
  text-align: center;
  text-transform: uppercase;
  color: #171717;
  margin: 40px 0;
}
/* line 10, ../sass/layouts/service/_service.sass */
.page-template-service h6 {
  font-family: "Cabin", Arial, sans-serif;
  margin: 15px 0;
}
/* line 13, ../sass/layouts/service/_service.sass */
.page-template-service p {
  margin: 10px 0;
}
/* line 15, ../sass/layouts/service/_service.sass */
.page-template-service .text-container {
  width: 47.98387%;
  margin-right: 3.22581%;
  margin-bottom: 40px;
  margin-top: 40px;
  display: inline-block;
  vertical-align: top;
}
/* line 22, ../sass/layouts/service/_service.sass */
.page-template-service .text-container:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../sass/layouts/service/_service.sass */
  .page-template-service .text-container {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 3, ../sass/layouts/forside/_forside.sass */
  .forside .main-in {
    overflow: hidden;
  }
}
/* line 5, ../sass/layouts/forside/_forside.sass */
.forside .main-in {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 5, ../sass/layouts/forside/_forside.sass */
  .forside .main-in {
    position: relative;
  }
}
