@charset "UTF-8";
/*!
 * @author:	Divio AG
 * @copyright:	http://www.divio.ch
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'webfloicons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'webfloicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-slider-right:before {
  content: "\e600"; }

.icon-slider-left:before {
  content: "\e601"; }

.icon-nav-menu:before {
  content: "\e602"; }

.icon-arrodown:before,
.icon-dropdown-toggle:before {
  content: "\e603"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

html.mod-touch * {
  background-attachment: scroll !important; }

a:focus {
  outline: 0; }

.block {
  display: block; }

.inline-block {
  max-width: 100%;
  display: inline-block; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hidden {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

p {
  margin: 0; }

blockquote {
  margin: 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.embed:before,
.embed:after {
  content: " ";
  display: table; }

.embed:after {
  clear: both; }

.video {
  width: 100%;
  position: relative;
  padding: 0; }

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

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

.form-actions {
  text-align: right;
  display: block;
  position: relative;
  clear: both; }
  .form-actions input.submit {
    width: 20%;
    display: block;
    position: relative;
    float: right; }

form {
  margin: 0 0 15px; }

.form-done {
  display: none;
  padding: 10px;
  background-color: #dddddd; }

.form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

p input, .input, .form input,
p select, .select, .form select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.form textarea, p textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  height: 120px; }

.form .form-group {
  padding: 10px 0;
  width: 49%;
  display: inline-block; }
  .form .form-group label {
    width: 20%;
    position: relative;
    display: inline-block; }
  .form .form-group div {
    width: 65%;
    position: relative;
    display: inline-block;
    vertical-align: top; }

.form .form-set {
  vertical-align: top; }

.form .form-set .step, .add-row {
  width: 31.8%;
  margin: 0 1% 0 0;
  display: inline-block;
  height: 240px;
  vertical-align: top; }

.add-row {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
  font-size: 30px;
  height: 170px;
  margin: 22px 0 20px 0;
  position: relative;
  padding: 75px 0;
  text-align: center;
  border-radius: 4px; }

.add-row:hover {
  background: #B72612; }

.delete-row {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  text-indent: -999em;
  background: rgba(0, 0, 0, 0.4) url(../img/delete.png) center no-repeat;
  float: right; }

.delete-row:hover {
  background-color: #B72612; }

div.upload {
  height: 43px;
  background: url(../img/upload.png) no-repeat top left;
  float: left;
  overflow: hidden;
  position: relative;
  display: block !important;
  cursor: pointer; }

div.upload:hover {
  background: url(../img/upload.png) no-repeat bottom left; }

div.upload.hasfile {
  background: url(../img/upload-has.png) no-repeat top left; }

.form div.upload input {
  display: block !important;
  width: 180px !important;
  height: 50px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  z-index: 100;
  position: relative;
  cursor: pointer; }

.prime div.upload {
  width: 128px;
  height: 128px;
  background: url(../img/h-upload.png) no-repeat top left;
  float: left;
  margin: 10px 10px 10px 0;
  overflow: hidden;
  position: relative;
  display: inline-block !important;
  cursor: pointer; }

.prime div.upload:hover {
  background: url(../img/h-upload.png) no-repeat bottom left; }

.prime div.upload.hasfile {
  background: url(../img/h-upload-has.png) no-repeat top left; }

.form .prime div.upload input {
  display: block !important;
  width: 128px !important;
  height: 128px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  z-index: 100;
  position: relative;
  cursor: pointer; }

.input:-moz-placeholder,
.select:-moz-placeholder {
  color: #999999; }

.input::-moz-placeholder,
.select::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.input:-ms-input-placeholder,
.select:-ms-input-placeholder {
  color: #999999; }

.input::-webkit-input-placeholder,
.select::-webkit-input-placeholder {
  color: #999999; }

.input:focus,
.select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0; }

.input[disabled],
.select[disabled],
.input[readonly],
.select[readonly],
fieldset[disabled] .input,
fieldset[disabled] .select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.input,
textarea.select {
  height: auto; }

.select[multiple] {
  height: auto; }

.button, button {
  display: inline-block;
  padding: 12px;
  background-color: black;
  color: white;
  border: 0;
  line-height: inherit; }

.form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.checkbox,
.radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.checkbox:before,
.radio:before,
.checkbox:after,
.radio:after {
  content: " ";
  display: table; }

.checkbox:after,
.radio:after {
  clear: both; }

.checkbox-input,
.radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.radio-input {
  margin-top: 3px; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.container:before,
.container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.container .row {
  margin-left: -10px;
  margin-right: -10px; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row .row {
  margin-left: 0;
  margin-right: 0; }

.col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col .col {
  padding-left: 0;
  padding-right: 0; }

.col-1 {
  width: 8.33333333%; }

.col-2 {
  width: 16.66666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333333%; }

.col-5 {
  width: 41.66666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333333%; }

.col-8 {
  width: 66.66666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333333%; }

.col-11 {
  width: 91.66666667%; }

.col-12 {
  width: 100%; }

.col-push-1 {
  left: 8.33333333%; }

.col-push-2 {
  left: 16.66666667%; }

.col-push-3 {
  left: 25%; }

.col-push-4 {
  left: 33.33333333%; }

.col-push-5 {
  left: 41.66666667%; }

.col-push-6 {
  left: 50%; }

.col-push-7 {
  left: 58.33333333%; }

.col-push-8 {
  left: 66.66666667%; }

.col-push-9 {
  left: 75%; }

.col-push-10 {
  left: 83.33333333%; }

.col-push-11 {
  left: 91.66666667%; }

.col-pull-1 {
  right: 8.33333333%; }

.col-pull-2 {
  right: 16.66666667%; }

.col-pull-3 {
  right: 25%; }

.col-pull-4 {
  right: 33.33333333%; }

.col-pull-5 {
  right: 41.66666667%; }

.col-pull-6 {
  right: 50%; }

.col-pull-7 {
  right: 58.33333333%; }

.col-pull-8 {
  right: 66.66666667%; }

.col-pull-9 {
  right: 75%; }

.col-pull-10 {
  right: 83.33333333%; }

.col-pull-11 {
  right: 91.66666667%; }

.col-offset-1 {
  margin-left: 8.33333333%; }

.col-offset-2 {
  margin-left: 16.66666667%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-4 {
  margin-left: 33.33333333%; }

.col-offset-5 {
  margin-left: 41.66666667%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-7 {
  margin-left: 58.33333333%; }

.col-offset-8 {
  margin-left: 66.66666667%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-10 {
  margin-left: 83.33333333%; }

.col-offset-11 {
  margin-left: 91.66666667%; }

.hidden-main {
  display: none !important; }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px; } }
@media screen and (max-width: 991px) {
  .container {
    max-width: 728px; }

  .hidden-main {
    display: inherit !important; }

  .hidden-medium {
    display: none !important; }

  .col-medium-1 {
    width: 8.33333333%; }

  .col-medium-2 {
    width: 16.66666667%; }

  .col-medium-3 {
    width: 25%; }

  .col-medium-4 {
    width: 33.33333333%; }

  .col-medium-5 {
    width: 41.66666667%; }

  .col-medium-6 {
    width: 50%; }

  .col-medium-7 {
    width: 58.33333333%; }

  .col-medium-8 {
    width: 66.66666667%; }

  .col-medium-9 {
    width: 75%; }

  .col-medium-10 {
    width: 83.33333333%; }

  .col-medium-11 {
    width: 91.66666667%; }

  .col-medium-12 {
    width: 100%; }

  .col-medium-push-1 {
    left: 8.33333333%; }

  .col-medium-push-2 {
    left: 16.66666667%; }

  .col-medium-push-3 {
    left: 25%; }

  .col-medium-push-4 {
    left: 33.33333333%; }

  .col-medium-push-5 {
    left: 41.66666667%; }

  .col-medium-push-6 {
    left: 50%; }

  .col-medium-push-7 {
    left: 58.33333333%; }

  .col-medium-push-8 {
    left: 66.66666667%; }

  .col-medium-push-9 {
    left: 75%; }

  .col-medium-push-10 {
    left: 83.33333333%; }

  .col-medium-push-11 {
    left: 91.66666667%; }

  .col-medium-pull-1 {
    right: 8.33333333%; }

  .col-medium-pull-2 {
    right: 16.66666667%; }

  .col-medium-pull-3 {
    right: 25%; }

  .col-medium-pull-4 {
    right: 33.33333333%; }

  .col-medium-pull-5 {
    right: 41.66666667%; }

  .col-medium-pull-6 {
    right: 50%; }

  .col-medium-pull-7 {
    right: 58.33333333%; }

  .col-medium-pull-8 {
    right: 66.66666667%; }

  .col-medium-pull-9 {
    right: 75%; }

  .col-medium-pull-10 {
    right: 83.33333333%; }

  .col-medium-pull-11 {
    right: 91.66666667%; }

  .col-medium-offset-1 {
    margin-left: 8.33333333%; }

  .col-medium-offset-2 {
    margin-left: 16.66666667%; }

  .col-medium-offset-3 {
    margin-left: 25%; }

  .col-medium-offset-4 {
    margin-left: 33.33333333%; }

  .col-medium-offset-5 {
    margin-left: 41.66666667%; }

  .col-medium-offset-6 {
    margin-left: 50%; }

  .col-medium-offset-7 {
    margin-left: 58.33333333%; }

  .col-medium-offset-8 {
    margin-left: 66.66666667%; }

  .col-medium-offset-9 {
    margin-left: 75%; }

  .col-medium-offset-10 {
    margin-left: 83.33333333%; }

  .col-medium-offset-11 {
    margin-left: 91.66666667%; }

  .col-stack {
    width: 100%;
    left: auto;
    right: auto; } }
@media screen and (max-width: 767px) {
  .hidden-main {
    display: inherit !important; }

  .hidden-medium {
    display: inherit !important; }

  .hidden-small {
    display: none !important; }

  .row,
  .container .row {
    margin-left: 0;
    margin-right: 0; }

  .col {
    width: 100%;
    left: auto;
    right: auto; }

  .col-small-1 {
    width: 8.33333333%; }

  .col-small-2 {
    width: 16.66666667%; }

  .col-small-3 {
    width: 25%; }

  .col-small-4 {
    width: 33.33333333%; }

  .col-small-5 {
    width: 41.66666667%; }

  .col-small-6 {
    width: 50%; }

  .col-small-7 {
    width: 58.33333333%; }

  .col-small-8 {
    width: 66.66666667%; }

  .col-small-9 {
    width: 75%; }

  .col-small-10 {
    width: 83.33333333%; }

  .col-small-11 {
    width: 91.66666667%; }

  .col-small-12 {
    width: 100%; }

  .col-small-push-1 {
    left: 8.33333333%; }

  .col-small-push-2 {
    left: 16.66666667%; }

  .col-small-push-3 {
    left: 25%; }

  .col-small-push-4 {
    left: 33.33333333%; }

  .col-small-push-5 {
    left: 41.66666667%; }

  .col-small-push-6 {
    left: 50%; }

  .col-small-push-7 {
    left: 58.33333333%; }

  .col-small-push-8 {
    left: 66.66666667%; }

  .col-small-push-9 {
    left: 75%; }

  .col-small-push-10 {
    left: 83.33333333%; }

  .col-small-push-11 {
    left: 91.66666667%; }

  .col-small-pull-1 {
    right: 8.33333333%; }

  .col-small-pull-2 {
    right: 16.66666667%; }

  .col-small-pull-3 {
    right: 25%; }

  .col-small-pull-4 {
    right: 33.33333333%; }

  .col-small-pull-5 {
    right: 41.66666667%; }

  .col-small-pull-6 {
    right: 50%; }

  .col-small-pull-7 {
    right: 58.33333333%; }

  .col-small-pull-8 {
    right: 66.66666667%; }

  .col-small-pull-9 {
    right: 75%; }

  .col-small-pull-10 {
    right: 83.33333333%; }

  .col-small-pull-11 {
    right: 91.66666667%; }

  .col-small-offset-1 {
    margin-left: 8.33333333%; }

  .col-small-offset-2 {
    margin-left: 16.66666667%; }

  .col-small-offset-3 {
    margin-left: 25%; }

  .col-small-offset-4 {
    margin-left: 33.33333333%; }

  .col-small-offset-5 {
    margin-left: 41.66666667%; }

  .col-small-offset-6 {
    margin-left: 50%; }

  .col-small-offset-7 {
    margin-left: 58.33333333%; }

  .col-small-offset-8 {
    margin-left: 66.66666667%; }

  .col-small-offset-9 {
    margin-left: 75%; }

  .col-small-offset-10 {
    margin-left: 83.33333333%; }

  .col-small-offset-11 {
    margin-left: 91.66666667%; } }
@media screen and (max-width: 479px) {
  .container {
    max-width: none; }

  .hidden-main {
    display: inherit !important; }

  .hidden-medium {
    display: inherit !important; }

  .hidden-small {
    display: inherit !important; }

  .hidden-tiny {
    display: none !important; }

  .col {
    width: 100%; }

  .col-tiny-1 {
    width: 8.33333333%; }

  .col-tiny-2 {
    width: 16.66666667%; }

  .col-tiny-3 {
    width: 25%; }

  .col-tiny-4 {
    width: 33.33333333%; }

  .col-tiny-5 {
    width: 41.66666667%; }

  .col-tiny-6 {
    width: 50%; }

  .col-tiny-7 {
    width: 58.33333333%; }

  .col-tiny-8 {
    width: 66.66666667%; }

  .col-tiny-9 {
    width: 75%; }

  .col-tiny-10 {
    width: 83.33333333%; }

  .col-tiny-11 {
    width: 91.66666667%; }

  .col-tiny-12 {
    width: 100%; }

  .col-tiny-push-1 {
    left: 8.33333333%; }

  .col-tiny-push-2 {
    left: 16.66666667%; }

  .col-tiny-push-3 {
    left: 25%; }

  .col-tiny-push-4 {
    left: 33.33333333%; }

  .col-tiny-push-5 {
    left: 41.66666667%; }

  .col-tiny-push-6 {
    left: 50%; }

  .col-tiny-push-7 {
    left: 58.33333333%; }

  .col-tiny-push-8 {
    left: 66.66666667%; }

  .col-tiny-push-9 {
    left: 75%; }

  .col-tiny-push-10 {
    left: 83.33333333%; }

  .col-tiny-push-11 {
    left: 91.66666667%; }

  .col-tiny-pull-1 {
    right: 8.33333333%; }

  .col-tiny-pull-2 {
    right: 16.66666667%; }

  .col-tiny-pull-3 {
    right: 25%; }

  .col-tiny-pull-4 {
    right: 33.33333333%; }

  .col-tiny-pull-5 {
    right: 41.66666667%; }

  .col-tiny-pull-6 {
    right: 50%; }

  .col-tiny-pull-7 {
    right: 58.33333333%; }

  .col-tiny-pull-8 {
    right: 66.66666667%; }

  .col-tiny-pull-9 {
    right: 75%; }

  .col-tiny-pull-10 {
    right: 83.33333333%; }

  .col-tiny-pull-11 {
    right: 91.66666667%; }

  .col-tiny-offset-1 {
    margin-left: 8.33333333%; }

  .col-tiny-offset-2 {
    margin-left: 16.66666667%; }

  .col-tiny-offset-3 {
    margin-left: 25%; }

  .col-tiny-offset-4 {
    margin-left: 33.33333333%; }

  .col-tiny-offset-5 {
    margin-left: 41.66666667%; }

  .col-tiny-offset-6 {
    margin-left: 50%; }

  .col-tiny-offset-7 {
    margin-left: 58.33333333%; }

  .col-tiny-offset-8 {
    margin-left: 66.66666667%; }

  .col-tiny-offset-9 {
    margin-left: 75%; }

  .col-tiny-offset-10 {
    margin-left: 83.33333333%; }

  .col-tiny-offset-11 {
    margin-left: 91.66666667%; } }
.widget {
  position: relative; }

.widget-map {
  width: 100%;
  height: 400px; }

.widget-map label {
  width: auto;
  display: inline; }

.widget-map img {
  max-width: inherit; }

.widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden; }

.widget-map .gm-style-iw + div {
  display: none; }

.widget-twitter {
  overflow: hidden; }

.widget-gplus {
  overflow: hidden; }

.slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: rgba(153, 153, 153, 0.5);
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.slider-nav.round > div {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box; }

.slider-nav.num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.slider-nav.shadow > div {
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.slider-nav-invert {
  color: #fff; }

.slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.slider-nav-invert > div.active {
  background-color: #222; }

.slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: background-color 100ms, color 100ms;
  -moz-transition: background-color 100ms, color 100ms;
  -o-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms; }

.slider-dot.active {
  background-color: #fff; }

.slider-arroleft,
.slider-arroright {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.slider-arroleft [class^="icon-"],
.slider-arroright [class^="icon-"],
.slider-arroleft [class*=" icon-"],
.slider-arroright [class*=" icon-"] {
  position: absolute; }

.slider-arroleft {
  z-index: 3;
  right: auto; }

.slider-arroright {
  z-index: 4;
  left: auto; }

.icon-slider-left,
.icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.dropdown-btn,
.dropdown-toggle,
.dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.dropdown-toggle:focus {
  outline: 0; }

.icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.dropdown-list {
  position: absolute;
  background: #f2f2f2;
  display: none;
  min-width: 100%; }

.dropdown-list.-open {
  display: block; }

.dropdown-link {
  padding: 10px 20px;
  display: block; }

.dropdown-link.-current {
  color: #339ce1; }

.nav[data-collapse="all"] .dropdown,
.nav[data-collapse="all"] .dropdown-toggle {
  display: block; }

.nav[data-collapse="all"] .dropdown-list {
  position: static; }

@media screen and (max-width: 991px) {
  .nav[data-collapse="medium"] .dropdown,
  .nav[data-collapse="medium"] .dropdown-toggle {
    display: block; }

  .nav[data-collapse="medium"] .dropdown-list {
    position: static; } }
@media screen and (max-width: 767px) {
  .nav[data-collapse="small"] .dropdown,
  .nav[data-collapse="small"] .dropdown-toggle {
    display: block; }

  .nav[data-collapse="small"] .dropdown-list {
    position: static; }

  .nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .nav[data-collapse="tiny"] .dropdown,
  .nav[data-collapse="tiny"] .dropdown-toggle {
    display: block; }

  .nav[data-collapse="tiny"] .dropdown-list {
    position: static; } }
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.lightbox-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.lightbox-backdrop,
.lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overfloscrolling: touch; }

.lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.lightbox-view:before {
  content: "";
  height: 100vh; }

/* .lightbox-content */
.lightbox-group,
.lightbox-group .lightbox-view,
.lightbox-group .lightbox-view:before {
  height: 86vh; }

.lightbox-frame,
.lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.lightbox-group .lightbox-figure {
  cursor: pointer; }

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }

.lightbox-image {
  display: block;
  max-width: 100vw;
  max-height: 100vh; }

.lightbox-group .lightbox-image {
  max-height: 86vh; }

.lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

.lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflox: auto;
  overfloy: hidden; }

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.lightbox-active {
  opacity: .3; }

.lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.lightbox-thumbnail .lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.lightbox-thumbnail .lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear; }

.lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }

/*
 * Utility classes
 */
.lightbox-hide {
  display: none; }

.lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .lightbox-content {
    height: 96vh;
    margin-top: 2vh; }

  .lightbox-view,
  .lightbox-view:before {
    height: 96vh; }

  /* .lightbox-content */
  .lightbox-group,
  .lightbox-group .lightbox-view,
  .lightbox-group .lightbox-view:before {
    height: 84vh; }

  .lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }

  .lightbox-group .lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }

  .lightbox-left,
  .lightbox-right {
    display: block;
    opacity: .5; }

  .lightbox-close {
    opacity: .8; }

  .lightbox-control:hover {
    opacity: 1; } }
.lightbox-inactive,
.lightbox-inactive:hover {
  opacity: 0; }

.nav {
  position: relative;
  background: #BBB;
  z-index: 1000; }

.nav:before,
.nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #222; }

.nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.nav-link.-current {
  color: #339ce1; }

.nav-menu {
  position: relative;
  float: right; }

.-nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #999;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.-nav-link-open {
  display: block;
  position: relative; }

.nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%; }

.nav-overlay .-nav-menu-open {
  top: 0; }

.nav[data-animation="over-left"] .nav-overlay {
  width: auto; }

.nav[data-animation="over-left"] .nav-overlay,
.nav[data-animation="over-left"] .-nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0; }

.nav[data-animation="over-right"] .nav-overlay {
  width: auto; }

.nav[data-animation="over-right"] .nav-overlay,
.nav[data-animation="over-right"] .-nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0; }

.nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.nav-button.-open {
  background-color: #999;
  color: white; }

.nav[data-collapse="all"] .nav-menu {
  display: none; }

.nav[data-collapse="all"] .nav-button {
  display: block; }

@media screen and (max-width: 991px) {
  .nav[data-collapse="medium"] .nav-menu {
    display: none; }

  .nav[data-collapse="medium"] .nav-button {
    display: block; } }
@media screen and (max-width: 767px) {
  .nav[data-collapse="small"] .nav-menu {
    display: none; }

  .nav[data-collapse="small"] .nav-button {
    display: block; }

  .nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .nav[data-collapse="tiny"] .nav-menu {
    display: none; }

  .nav[data-collapse="tiny"] .nav-button {
    display: block; } }
.tabs {
  position: relative; }

.tabs:before,
.tabs:after {
  content: " ";
  display: table; }

.tabs:after {
  clear: both; }

.tab-menu {
  position: relative; }

.tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 8px 30px;
  text-align: left;
  cursor: pointer;
  background-color: #E8E8E8; }

.tab-link.-current {
  background-color: #BCD3F3; }

.tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.tab-pane {
  position: relative;
  display: none; }

.-tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .tab-link {
    display: block; } }
.ix-emptyfix:after {
  content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }
.dyn-loading {
  display: block;
  padding: 10px; }

.dyn-items {
  display: none; }

.dyn-items.visible {
  display: block; }

.dyn-empty {
  display: none;
  padding: 10px;
  background-color: #dddddd; }

.dyn-error {
  display: none;
  padding: 10px;
  background-color: #ffdede; }

@font-face {
  font-family: 'Avenir book webfont webfont';
  src: url("../fonts/avenir-book-webfont-webfont.eot") format("embedded-opentype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Avenir heavy webfont webfont';
  src: url("../fonts/avenir-heavy-webfont-webfont.eot") format("embedded-opentype"), url("../fonts/avenir-heavy-webfont-webfont.woff") format("woff"), url("../fonts/avenir-heavy-webfont-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'webfont';
  src: url("../fonts/regencielight-webfont.eot") format("embedded-opentype"), url("../fonts/regencielight-webfont.woff") format("woff"), url("../fonts/regencielight-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'webfont';
  src: url("../fonts/regencielightalt-webfont.eot") format("embedded-opentype"), url("../fonts/regencielightalt-webfont.woff") format("woff"), url("../fonts/regencielightalt-webfont.ttf") format("truetype"), url("../fonts/regencielight-webfont.svg") format("svg"), url("../fonts/regencielightalt-webfont.svg") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Avenir book webfont webfont';
  src: url("../fonts/avenir-book-webfont-webfont.woff") format("woff"), url("../fonts/avenir-book-webfont-webfont.ttf") format("truetype"), url("../fonts/avenir-book-webfont-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Avenir heavy webfont webfont';
  src: url("../fonts/avenir-heavy-webfont-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
body {
  font-family: 'Avenir book webfont webfont', sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px; }

h1 {
  margin-top: 20px;
  margin-bottom: .5em;
  font-family: 'Avenir book webfont webfont', sans-serif;
  font-size: 2.8em;
  line-height: 1.3em;
  font-weight: 400; }

#cms_toolbar .cms_structure .cms_structure-dimmer {
  background: rgba(255, 255, 255, 0.5) !important; }

h1#logo {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
  margin: 0;
  padding: 0; }
  h1#logo a {
    display: block;
    position: relative;
    background: url(../img/logo.png) no-repeat left;
    height: 100%;
    width: 100%;
    text-decoration: none;
    text-indent: -999em; }
  h1#logo img {
    display: none; }

img.right {
  float: right;
  margin: 0 0 20px 20px;
  padding: 10px;
  box-shadow: 0 10px 10 pxrgba(0, 0, 0, 0.4); }

img.left {
  float: left;
  margin: 5px 20px 20px 0;
  padding: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }

.slide img {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4) !important;
  margin: 0; }

h2 {
  margin-top: 10px;
  margin-bottom: .5em;
  clear: none;
  border-bottom: 1px none rgba(0, 0, 0, 0.18);
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 400; }

h3 {
  margin-top: 20px;
  margin-bottom: .5em;
  clear: none;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 400; }

h4 {
  margin-top: 10px;
  margin-bottom: .5em;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700; }

h5 {
  margin-top: 10px;
  margin-bottom: .5em;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700; }

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700; }

p {
  margin-bottom: 1em;
  line-height: 1.2em;
  font-size: 1.1em; }

.clear {
  clear: left; }

.button, button {
  display: inline-block;
  margin-top: 2em;
  padding: 5px 15px 4px 15px;
  border-radius: 2px;
  background-color: black;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white !important;
  text-align: center;
  text-decoration: none; }

.button:hover, button:hover {
  background-color: #bf311a; }

.button.green {
  margin-top: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.button.green:hover {
  background-color: #bf311a; }

nav.subnav h2 {
  padding: 8px 10px; }
nav.subnav ul, nav.subnav li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  nav.subnav ul a, nav.subnav li a {
    color: #333;
    text-decoration: none;
    padding: 8px 10px;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    position: relative;
    display: block; }
  nav.subnav ul li li a, nav.subnav li li li a {
    padding: 4px 25px; }
  nav.subnav ul a:hover, nav.subnav ul .active a, nav.subnav li a:hover, nav.subnav li .active a {
    color: #fff;
    background: #333; }

.mainnav {
  height: 180px;
  padding: 0em 10em 0em 0px;
  background-color: #0f1519;
  text-align: right; }
  .mainnav ul, .mainnav li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0; }
  .mainnav a {
    position: relative;
    display: inline-block;
    z-index: 10;
    margin-top: 7em;
    padding: 10px 8px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Avenir book webfont webfont', sans-serif;
    color: #d09c47;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none; }
  .mainnav a:hover {
    background-color: #030303;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 6px 0px;
    text-decoration: none; }
  .mainnav .active a, .mainnav .ancestor a {
    color: #bf311a; }

.howitsmade {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100; }

.slide {
  background-color: #624067;
  background-image: url("../img/bottom-tair.png"), url("../img/test-bg.png");
  background-position: 50% 100%, 50% 50%;
  background-size: cover;
  background-repeat: repeat-x, no-repeat; }

.slider.home {
  height: 50vh; }

.slider-nav {
  opacity: 0.11; }

.slider-nav:hover {
  opacity: 1; }

.pageination {
  right: auto;
  display: block;
  width: 50%;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-align: left; }

.teare {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/bottom-tair.png");
  background-repeat: repeat-x;
  background-position: bottom; }

.welcome {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
  height: 50vh;
  padding: 3vh 5% 0em 10em;
  background-image: url("../img/bottom-tair.png"), url("../img/purple.png");
  background-position: 50% 100%, 0% 0%;
  background-repeat: repeat-x, repeat; }
  .welcome h2 {
    position: relative;
    z-index: 3;
    margin-right: 20px;
    float: left;
    color: white;
    font-size: 8vh;
    line-height: 1.1em;
    text-align: left; }
  .welcome p {
    position: relative;
    z-index: 2;
    padding-right: 2vh;
    padding-left: 0em;
    float: none;
    font-family: 'Avenir heavy webfont webfont', sans-serif;
    color: white;
    line-height: 1.48em;
    font-weight: 400; }
  .welcome h3 {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    font-family: 'Avenir heavy webfont webfont', sans-serif;
    color: white;
    font-weight: 400; }
  .welcome h4 {
    color: white; }

.welcome.blue {
  padding-top: 4vh;
  padding-left: 10em;
  background-color: #127FAE;
  background-image: url("../img/bottom-tair.png");
  background-position: 50% 100%;
  background-repeat: repeat-x; }

.welcome.black {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../img/bottom-tair.png");
  background-position: 50% 100%;
  background-repeat: repeat-x; }
  .welcome.black h1, .welcome.black h2, .welcome.black h3, .welcome.black h4, .welcome.black h5, .welcome.black p {
    color: white; }

.image-right {
  background-position: right; }

.image-left {
  background-position: left; }

.image-top-left {
  background-position: left top; }

.image-top-right {
  background-position: right bottom; }

.image-bottom-left {
  background-position: left bottom; }

.image-bottom-right {
  background-position: right bottom; }

.product-images {
  position: absolute;
  right: 0px;
  bottom: 2em;
  width: 60px;
  float: right; }

.brand {
  height: 180px;
  padding: 2em 2em 2em 10em;
  background-color: #0f1519; }

.nav-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url("../img/pattern.png");
  opacity: 0.15; }

.features {
  padding-top: 1em;
  padding-bottom: 3em;
  width: 100%;
  vertical-align: top; }
  .features h1 {
    position: relative;
    display: block;
    margin-right: 2em;
    margin-bottom: 1em;
    margin-left: 20px;
    color: #6d6f72; }
  .features .item {
    display: inline-block;
    vertical-align: top;
    width: 19.7%;
    padding-right: 1em;
    padding-left: 1em;
    text-decoration: none; }
    .features .item h2 {
      margin-bottom: 0px;
      background-color: rgba(255, 255, 255, 0);
      color: #6d6f72;
      font-size: 1.2em;
      text-decoration: none; }
    .features .item p {
      color: #6d6f72;
      font-size: .9em; }

.hukubaku, .hakubaku, .content strong {
  font-family: 'Avenir book webfont webfont', sans-serif;
  color: #bf311a;
  font-weight: 700; }

.item-text {
  padding: 0.1em 1em 1em;
  background-color: #eee;
  min-height: 200px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.item-container {
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 3px 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

.item-container:hover {
  box-shadow: rgba(0, 0, 0, 0.54) 0px 0px 50px 0px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  transform: translate(0px, -5px); }

.logo {
  padding-right: 4em;
  float: left; }

.logo.flogo.email {
  padding-right: 0em;
  float: none;
  text-align: center; }

.footer {
  margin-top: -4em;
  padding: 10em 10em 3em;
  background-color: #0f1519; }
  .footer a {
    color: white;
    padding: 0 10px 0 0; }

.footer.email {
  margin-top: 0em;
  padding-top: 3em;
  text-align: center; }

.footer-p {
  padding-top: 90px;
  padding-right: 0em;
  font-family: webfont, sans-serif;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: 200;
  letter-spacing: 1px;
  display: inline-block; }

.body {
  margin-bottom: 0px; }

.slide-slide-2 {
  background-image: url("../img/bottom-tair.png"), url("../img/test-2.png");
  background-position: 50% 100%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat-x, repeat; }

.small-product {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 28%; }

.title-link {
  position: relative;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  float: none;
  font-size: 0.5em; }

input#id_remember {
  display: inline-block;
  width: 22px;
  top: 4px;
  position: relative; }

label.remeber-label {
  display: inline-block; }

.title-link.btn {
  position: relative;
  top: -5px;
  right: auto;
  bottom: auto;
  padding: 0.5em 0.8em;
  border-radius: 4px;
  background-color: rgba(90, 92, 95, 0.47);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  font-size: 0.4em;
  line-height: 1em;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px; }

.title-link.btn:hover {
  background-color: #bf311a; }

.products {
  margin-top: 2em;
  -webkit-transition: all 210ms ease;
  -o-transition: all 210ms ease;
  transition: all 210ms ease; }

.product-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding-right: 1em;
  padding-bottom: 0em;
  padding-left: 1em; }
  .product-item a {
    color: #333;
    text-decoration: none; }
  .product-item p {
    font-size: 0.9em;
    line-height: 1.3em; }
  .product-item li {
    position: relative;
    margin-bottom: 0.3em;
    font-size: 0.8em;
    line-height: 1.1em; }
  .product-item ol {
    left: 10px;
    display: block;
    margin-bottom: 0.3em;
    padding-left: .4em;
    list-style-type: none; }

.image-wrap {
  position: relative;
  display: block;
  background: #B8B746;
  overflow: hidden; }
  .image-wrap img.food-bg {
    max-width: none;
    width: 100%; }
  .image-wrap img.food {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }

.udon .image-wrap {
  background: #9FBFC5; }

.soba .image-wrap {
  background: #E6CBD1; }

.somen .image-wrap {
  background: #C1C6DE; }

.ramen .image-wrap {
  background: #1392CC; }

.product-item.rec {
  padding-bottom: 2em; }

.product-image {
  margin-right: -0.8em;
  float: left; }

.content {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 9em;
  padding-left: 9em; }
  .content ul {
    margin: 2em; }
  .content table {
    width: 100%; }
  .content tr {
    border-top: solid 1px #ddd; }
  .content td {
    padding: 5px; }
    .content td p {
      margin: 0; }
  .content td:nth-child(1) {
    width: 150px; }
  .content td:nth-child(even) {
    background: #eee; }
  .content td:nth-child(1n+2) {
    width: 50px; }

.pagetitle {
  position: relative;
  padding: 1.5em 10em 2em;
  border-bottom: 1px solid rgba(196, 138, 55, 0.29); }
  .pagetitle h2 {
    margin-bottom: 0px;
    font-family: 'Avenir heavy webfont webfont', sans-serif;
    color: #d09c47;
    font-weight: 400;
    font-size: 2.5em; }

.paddout {
  padding-right: 2em;
  padding-left: 2em; }

.paddout.left {
  display: block;
  width: 60%;
  float: left; }

.crumbs {
  color: #d09c47; }
  .crumbs a {
    color: #D49B44; }
  .crumbs a:hover {
    color: #C52C14; }

.cert {
  margin-top: 3px;
  float: right;
  clear: right; }

.cert.first {
  margin-top: 1.4em; }

.certs {
  position: relative;
  float: right;
  margin: 20px 0 10px 10px; }

.recipe-product {
  position: absolute;
  top: -25px;
  right: 5px;
  width: 30%;
  z-index: 10;
  margin: 0 .8em 0 0; }

.recipit-text {
  line-height: 1.2em; }

.check {
  display: inline-block;
  padding-right: 10px; }

.btn.submit {
  position: relative;
  display: block;
  clear: left;
  max-width: 250px;
  margin: 0 auto; }

.recipes {
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.paging {
  margin-top: 5em;
  margin-bottom: -5em;
  text-align: left;
  color: #eee; }
  .paging a, .paging .current {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    padding: 0.2em 0.5em;
    border-radius: 2px;
    background-color: #c4c4c4;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: black;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.24) -1px -1px 0px; }
  .paging a:hover {
    background-color: #bf311a; }
  .paging .current {
    background-color: #bf311a; }

.submit {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  clear: left;
  border-radius: 2px;
  background-color: #bf311a !important;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.submit:hover {
  background-color: black !important; }

.submit.newsletter {
  position: relative;
  display: inline-block;
  width: 18%;
  margin-top: 1em;
  padding-top: 10px;
  padding-bottom: 10px; }

.label {
  padding-top: 1em;
  padding-bottom: 0.4em;
  font-family: 'Avenir book webfont webfont', sans-serif;
  font-size: 1.4em;
  font-weight: 400; }

.currnet {
  color: #4a4948; }

.recipe-infocard {
  position: relative;
  width: 40%;
  margin-bottom: 2em;
  padding: 1em;
  float: left;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 30px 0px; }
  .recipe-infocard img.thum {
    width: 100%; }

.step {
  display: block;
  margin-top: 10px;
  font-family: 'Avenir heavy webfont webfont', sans-serif;
  font-size: 1.2em;
  font-weight: 400; }

.thumb {
  width: 24%;
  margin-top: 1%;
  margin-right: 1%;
  margin-bottom: 1%; }

.social {
  margin-top: 2em;
  float: right; }

.add-a-recipe {
  margin-top: 5em;
  padding: 2em;
  background-color: #0f1519;
  text-align: center; }
  .add-a-recipe h1 {
    margin-top: 0px;
    margin-bottom: .5emx;
    color: #bf311a;
    font-size: 1.8em;
    line-height: 1.2em; }
  .add-a-recipe h3 {
    margin-top: 0px;
    color: white;
    font-size: 1em;
    line-height: 1.2em; }

.newsletter-sign-up {
  margin-bottom: 5em;
  padding-right: 1.5em;
  padding-left: 0; }
  .newsletter-sign-up h2 {
    margin: 20px 0 -8px 0; }

.newsletter-input {
  display: inline-block !important;
  width: 39% !important;
  margin-top: 0.8em;
  margin-right: 1%; }

.region-link {
  margin-left: 0.5em;
  padding: 0.3em 0.5em;
  border-radius: 2px;
  background-color: black;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 6px 0px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none; }

.cur {
  text-transform: uppercase; }

.reagion {
  position: absolute;
  top: 2em;
  right: 10em;
  z-index: 20;
  color: white;
  text-align: right; }
  .reagion a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 3px 6px;
    margin: 0 2px 0 0;
    text-decoration: none;
    background: black; }
  .reagion a.current {
    color: white; }

.region-text {
  display: inline-block;
  color: rgba(255, 255, 255, 0.45); }

.imput {
  display: inline-block;
  width: 48%;
  margin-right: 2%; }

.addmore {
  display: inline-block;
  margin-bottom: 1em;
  padding-top: 1em;
  clear: left;
  font-family: 'Avenir heavy webfont webfont', sans-serif;
  color: #2e2e2e;
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none; }

.text-area {
  position: relative;
  display: block;
  height: 200px; }

.get-emails {
  display: inline-block;
  padding-right: 20px; }

.submit-row {
  position: relative;
  display: block;
  margin-top: 0em;
  padding-top: 1em;
  clear: both;
  text-align: right; }

.add-photo {
  position: relative;
  display: block;
  margin-right: 1em;
  margin-left: 0em;
  padding: 10px;
  float: left;
  box-shadow: rgba(0, 0, 0, 0.43) 0px 0px 1em 0px;
  color: black; }

.add {
  position: relative;
  top: 30px;
  display: block;
  width: 140px;
  height: 140px;
  color: rgba(0, 0, 0, 0.36);
  font-size: 100px;
  text-align: center;
  text-decoration: none; }

.hero {
  position: absolute;
  left: 1.4em;
  bottom: 1em; }

.email {
  text-align: center; }

.facebook {
  margin-top: 1em;
  margin-bottom: 2em; }

.form-h2 {
  border-bottom-style: solid; }

.face {
  display: block; }

.home-product {
  position: absolute;
  right: 0px;
  bottom: 5vh;
  height: 45vh; }

.slide .s3-image {
  height: 20%;
  max-width: 15% !important;
  height: auto !important;
  margin-right: -2%;
  margin-left: -2%;
  left: -20px;
  position: relative; }

.backbg {
  position: absolute;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 40vh;
  background-color: black; }

@media (max-width: 1210px) {
  .mainnav {
    padding-right: 0em;
    text-align: center; }
    .mainnav a {
      padding: 10px 6px;
      font-size: 14px; } }
@media (max-width: 991px) {
  .mainnav {
    padding-right: 0em;
    text-align: center; }

  .link {
    padding-right: 5px;
    padding-left: 5px; }

  .slide {
    background-position: 50% 100%, 190% 50%;
    background-size: auto, contain; }

  .slide.s3 {
    background-color: rgba(98, 64, 103, 0);
    background-position: 50% 100%, 50% 50%;
    background-size: auto, cover; }

  .slide.s-3 {
    background-position: 50% 100%, 50% 50%;
    background-size: auto, cover; }

  .features .item {
    width: 24.5%; }

  .welcome {
    width: 65%;
    padding-top: 3em;
    padding-left: 5em; }

  .welcome-title {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    font-size: 4.5em;
    line-height: 1em; }

  .welcome-p {
    padding: 0em 1em 10px 0em;
    font-size: 0.8em; }

  .welcome-h2 {
    margin-top: 0px;
    padding-right: 1em;
    font-size: 1.4em;
    line-height: 1.2em; }

  .brand {
    padding-left: 5em; }

  .nav-bg {
    padding-right: 0px; }

  .item {
    width: 50%;
    margin-bottom: 20px; }

  .item.first {
    width: 100%;
    margin-bottom: 2em; }

  .footer {
    padding: 7em 7em 4em 8em; }

  .footer-p {
    padding-top: 90px;
    padding-right: 0em; }

  .slide-slide-2 {
    background-position: 50% 100%, 143% 50%;
    background-size: auto, contain; }

  .product-item {
    width: 50%; }

  .content {
    padding-right: 3em;
    padding-left: 3em; }

  .pagetitle {
    padding: 1em 2em 1em 5em; }

  .paging {
    margin-top: 4em;
    margin-bottom: -2em; }

  .social {
    display: inline-block;
    width: 100%;
    float: none; }

  .add-a-recipe {
    padding: 1em; }

  .reagion {
    right: 1.5em; }

  .text-area {
    position: relative;
    display: block;
    overflox: auto;
    overfloy: auto;
    float: none; }

  .face {
    display: inline-blocka; } }
@media (max-width: 767px) {
  h1 {
    font-size: 1.5em; }

  .mainnav {
    height: 40px;
    padding-left: 4.3em;
    text-align: right; }
    .mainnav ul {
      margin: 0 1em; }
    .mainnav a {
      font-size: 15px;
      margin-top: 0;
      padding: 10px 5px; }

  .features .item {
    width: 49.5%; }

  .link {
    margin-top: 0.5em;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left; }

  .slide {
    background-position: 50% 100%, -41% 50%;
    background-size: cover; }

  .welcome.blue {
    padding-right: 10%;
    padding-left: 6em; }

  .welcome.s3 {
    padding-right: 1%; }

  .welcome-title.blue {
    right: 1em;
    float: left; }

  .welcome-p {
    padding-right: 0px; }

  .welcome-h2 {
    padding-right: 0px; }

  .product-images {
    top: 0px;
    bottom: 0em; }

  .brand {
    height: 150px;
    padding-top: 1em;
    padding-right: 0em;
    padding-left: 5em;
    background-color: #0f1519;
    text-align: left; }

  .nav-bg {
    height: 60px;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    text-align: left; }

  .item.first {
    margin-bottom: 2em;
    padding-right: 2em;
    padding-left: 2em; }

  .logo {
    width: 100px;
    padding-right: 0em;
    float: none;
    text-align: left; }

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

  .footer {
    padding-top: 6em;
    padding-right: 7em;
    padding-left: 7em; }

  .footer-p {
    padding-top: 10px;
    padding-right: 0em; }

  .slide-slide-2 {
    background-position: 50% 100%, 200% 50%; }

  .product-item {
    width: 100%; }

  .content {
    padding-right: 3em; }

  .paddout.left {
    width: 100%;
    padding-right: 0em;
    padding-left: 0em; }

  .paging {
    margin-top: 1em;
    margin-bottom: 2em; }

  .submit.newsletter {
    width: 99%; }

  .recipe-infocard {
    width: 100%; }

  .newsletter-sign-up {
    margin-top: 2em;
    margin-bottom: 3em;
    padding-right: 0em;
    padding-left: 0em; }

  .newsletter-input {
    width: 49%;
    margin-bottom: 0px; }

  .reagion {
    position: absolute;
    top: -10em;
    right: 2em;
    font-size: 10px;
    line-height: 1.2em; }

  .imput {
    width: 100%; }

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

  .s3-image {
    width: 23%; } }
@media (max-width: 479px) {
  .mainnav {
    height: 50px;
    padding-left: 1em;
    width: 100% !important;
    text-align: left; }
    .mainnav a {
      font-size: 13px;
      padding: 12px 3px; }

  .link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px; }

  .hme-slider {
    display: none; }

  .brand {
    padding-left: 1.3em; }

  .nav-bg {
    height: 50px; }

  .features {
    clear: both; }

  .item {
    width: 100%; }

  .item.first {
    width: auto;
    padding-right: 1em;
    padding-left: 1em; }

  .hukubaku {
    font-size: 1.3em; }

  .logo.flogo {
    display: block;
    margin-right: auto;
    margin-left: 1.3em;
    float: none;
    text-align: left; }

  .footer {
    padding-right: 0em;
    padding-left: 0em; }

  .footer-p {
    margin-left: 1.3em;
    padding-right: 0em;
    font-size: 10px;
    text-align: left; }

  .content {
    padding-right: 0em;
    padding-left: 0em; }

  .pagetitle {
    padding-left: 1.3em; }

  .paddout {
    padding-right: 1em;
    padding-left: 1.3em; }

  .paddout.left {
    width: 100%;
    padding-right: 0em;
    padding-left: 0em; }

  .p-title {
    font-size: 2em;
    line-height: 1.1em; }

  .cert {
    float: none;
    clear: none;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02); }

  .cert.first {
    display: inline-block;
    float: none;
    clear: none; }

  .certs {
    display: none;
    float: none;
    -webkit-transform: translate(0px, -5px) scale(1.02);
    -ms-transform: translate(0px, -5px) scale(1.02);
    -o-transform: translate(0px, -5px) scale(1.02);
    transform: translate(0px, -5px) scale(1.02); }

  .pageing-link {
    margin-bottom: 1em; }

  .submit.newsletter {
    width: 100%; }

  .recipe-infocard {
    width: 100%; }

  .social {
    float: none; }

  .newsletter-input {
    width: 100%;
    margin-bottom: 0px; }

  .reagion {
    right: 1em; }

  .ch {
    text-align: left; } }
#search-open {
  position: absolute;
  left: -38px;
  top: 0;
  display: block;
  height: 38px;
  width: 38px;
  background: url(../img/tools.png) center no-repeat black;
  text-indent: -999em;
  display: none; }

@media (max-width: 1024px) {
  .punch {
    font-size: 1em; }

  .feature img {
    width: 140px; }

  #column-3 {
    max-width: 400px; }

  .page-content {
    margin: 0 2em 0 0; }

  .bg-slide .copy {
    padding-right: 10%;
    padding-left: 20%; }
  .bg-slide h3 {
    font-size: 1.3em; }
  .bg-slide p {
    font-size: .9em; }

  .bg-slide.text-top-left .copy {
    padding-right: 10%;
    padding-left: 20%; }

  .landing {
    margin-top: 5%;
    margin-right: 15%;
    margin-left: 0%;
    padding: 3em; } }
@media (max-width: 768px) {
  #column-2 {
    padding: 0 0 0 120px; }

  .header-bg {
    margin-bottom: 2em; }

  .page-content {
    margin: 0; }

  .content {
    position: relative; }

  #flyout {
    position: absolute;
    top: -75px;
    left: 80%;
    background: #0E1519;
    padding: 30px;
    z-index: 100;
    margin: 0 0 0 20%;
    width: 80%;
    box-shadow: 0 0 0px #000;
    transition: .4s; }
    #flyout .add-a-recipe {
      background: #000; }
    #flyout h2 {
      color: #fff; }

  #flyout.show {
    left: 0;
    box-shadow: 0 0 20px #000; }

  #search-open {
    display: block; }

  #column-3 {
    position: relative;
    display: block;
    clear: both;
    height: 600px;
    max-width: 100%;
    width: 100%;
    z-index: 500;
    margin: 0 0; }

  .large-slides {
    height: 100%; }

  .footer.base {
    position: fixed;
    top: auto;
    right: auto;
    left: 0px;
    bottom: 0px;
    z-index: 1200;
    width: 100%;
    height: 55px;
    padding-top: 0.5em;
    padding-right: 0;
    padding-left: 0;
    background-color: #4db6dd;
    box-shadow: black 0px 0px 20px 0px;
    text-align: center;
    text-shadow: none; }
    .footer.base .footer-links {
      text-align: center; }

  .feature img {
    width: 100px; }

  .landing {
    margin: 3% 5%;
    padding: 3em; }

  .footer.footer-fixed {
    position: relative;
    padding: 0 5%; }
    .footer.footer-fixed .footer-links {
      text-align: left; }

  .placeholder.landing-page {
    position: relative !important; }

  .mainnav {
    text-align: left; }
    .mainnav a {
      font-size: 14px;
      left: -10px; } }
@media (max-width: 479px) {
  #column-2 {
    padding: 0 0 0 80px; }

  .header-bg {
    margin-bottom: 2em;
    margin-left: 1em; }

  img.right, img.left {
    margin: 0 0 .3em 0;
    width: 100%; }

  #column-1 {
    width: 80px; }

  .mainnav {
    font-size: .7em; }
    .mainnav a {
      font-size: 12px;
      left: 0; }

  .page-content {
    padding: 0 1em;
    font-size: .8em; }

  .button.more {
    float: none;
    box-shadow: none;
    text-shadow: none; }

  .button.more.landing-more {
    margin-right: 0em;
    margin-bottom: 1em;
    float: none; }

  .left, .right {
    width: 100%;
    margin: .3em 0em;
    float: none; }

  .feature img {
    width: 100%;
    float: none; }

  .pagetitle {
    padding: 1em; }
    .pagetitle h2 {
      font-size: 2em; }
    .pagetitle p {
      font-size: .8em; }

  .brand {
    float: none;
    margin: 0; } }
@media print {
  @font-face {
    font-family: 'webfloicons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; }
  [class^="icon-"],
  [class*=" icon-"] {
    font-family: 'webfloicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  .icon-slider-right:before {
    content: "\e600"; }

  .icon-slider-left:before {
    content: "\e601"; }

  .icon-nav-menu:before {
    content: "\e602"; }

  .icon-arrodown:before,
  .icon-dropdown-toggle:before {
    content: "\e603"; }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  html {
    height: 100%; }

  body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    color: #333; }

  img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }

  html.mod-touch * {
    background-attachment: scroll !important; }

  a:focus {
    outline: 0; }

  .block {
    display: block; }

  .inline-block {
    max-width: 100%;
    display: inline-block; }

  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }

  .clearfix:after {
    clear: both; }

  .hidden {
    display: none; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0; }

  p {
    margin: 0; }

  blockquote {
    margin: 0; }

  ul,
  ol {
    margin-top: 0;
    margin-bottom: 0; }

  .list-unstyled {
    padding-left: 0;
    list-style: none; }

  .embed:before,
  .embed:after {
    content: " ";
    display: table; }

  .embed:after {
    clear: both; }

  .video {
    width: 100%;
    position: relative;
    padding: 0; }

  .video iframe,
  .video object,
  .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  fieldset {
    padding: 0;
    margin: 0;
    border: 0; }

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

  .form {
    margin: 0 0 15px; }

  .form-done {
    display: none;
    padding: 10px;
    background-color: #dddddd; }

  .form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }

  label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }

  .input,
  .select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }

  .input:-moz-placeholder,
  .select:-moz-placeholder {
    color: #999999; }

  .input::-moz-placeholder,
  .select::-moz-placeholder {
    color: #999999;
    opacity: 1; }

  .input:-ms-input-placeholder,
  .select:-ms-input-placeholder {
    color: #999999; }

  .input::-webkit-input-placeholder,
  .select::-webkit-input-placeholder {
    color: #999999; }

  .input:focus,
  .select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0; }

  .input[disabled],
  .select[disabled],
  .input[readonly],
  .select[readonly],
  fieldset[disabled] .input,
  fieldset[disabled] .select {
    cursor: not-allowed;
    background-color: #eeeeee; }

  textarea.input,
  textarea.select {
    height: auto; }

  .select[multiple] {
    height: auto; }

  .button {
    display: inline-block;
    padding: 12px;
    background-color: black;
    color: white;
    border: 0;
    line-height: inherit; }

  .form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }

  .checkbox,
  .radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }

  .checkbox:before,
  .radio:before,
  .checkbox:after,
  .radio:after {
    content: " ";
    display: table; }

  .checkbox:after,
  .radio:after {
    clear: both; }

  .checkbox-input,
  .radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }

  .radio-input {
    margin-top: 3px; }

  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }

  .container:before,
  .container:after {
    content: " ";
    display: table; }

  .container:after {
    clear: both; }

  .container .row {
    margin-left: -10px;
    margin-right: -10px; }

  .row:before,
  .row:after {
    content: " ";
    display: table; }

  .row:after {
    clear: both; }

  .row .row {
    margin-left: 0;
    margin-right: 0; }

  .col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }

  .col .col {
    padding-left: 0;
    padding-right: 0; }

  .col-1 {
    width: 8.33333333%; }

  .col-2 {
    width: 16.66666667%; }

  .col-3 {
    width: 25%; }

  .col-4 {
    width: 33.33333333%; }

  .col-5 {
    width: 41.66666667%; }

  .col-6 {
    width: 50%; }

  .col-7 {
    width: 58.33333333%; }

  .col-8 {
    width: 66.66666667%; }

  .col-9 {
    width: 75%; }

  .col-10 {
    width: 83.33333333%; }

  .col-11 {
    width: 91.66666667%; }

  .col-12 {
    width: 100%; }

  .col-push-1 {
    left: 8.33333333%; }

  .col-push-2 {
    left: 16.66666667%; }

  .col-push-3 {
    left: 25%; }

  .col-push-4 {
    left: 33.33333333%; }

  .col-push-5 {
    left: 41.66666667%; }

  .col-push-6 {
    left: 50%; }

  .col-push-7 {
    left: 58.33333333%; }

  .col-push-8 {
    left: 66.66666667%; }

  .col-push-9 {
    left: 75%; }

  .col-push-10 {
    left: 83.33333333%; }

  .col-push-11 {
    left: 91.66666667%; }

  .col-pull-1 {
    right: 8.33333333%; }

  .col-pull-2 {
    right: 16.66666667%; }

  .col-pull-3 {
    right: 25%; }

  .col-pull-4 {
    right: 33.33333333%; }

  .col-pull-5 {
    right: 41.66666667%; }

  .col-pull-6 {
    right: 50%; }

  .col-pull-7 {
    right: 58.33333333%; }

  .col-pull-8 {
    right: 66.66666667%; }

  .col-pull-9 {
    right: 75%; }

  .col-pull-10 {
    right: 83.33333333%; }

  .col-pull-11 {
    right: 91.66666667%; }

  .col-offset-1 {
    margin-left: 8.33333333%; }

  .col-offset-2 {
    margin-left: 16.66666667%; }

  .col-offset-3 {
    margin-left: 25%; }

  .col-offset-4 {
    margin-left: 33.33333333%; }

  .col-offset-5 {
    margin-left: 41.66666667%; }

  .col-offset-6 {
    margin-left: 50%; }

  .col-offset-7 {
    margin-left: 58.33333333%; }

  .col-offset-8 {
    margin-left: 66.66666667%; }

  .col-offset-9 {
    margin-left: 75%; }

  .col-offset-10 {
    margin-left: 83.33333333%; }

  .col-offset-11 {
    margin-left: 91.66666667%; }

  .hidden-main {
    display: none !important; } }
@media print {
  .widget {
    position: relative; }

  .widget-map {
    width: 100%;
    height: 400px; }

  .widget-map label {
    width: auto;
    display: inline; }

  .widget-map img {
    max-width: inherit; }

  .widget-map .gm-style-iw {
    width: 90% !important;
    height: auto !important;
    top: 7px !important;
    left: 6% !important;
    display: inline;
    text-align: center;
    overflow: hidden; }

  .widget-map .gm-style-iw + div {
    display: none; }

  .widget-twitter {
    overflow: hidden; }

  .widget-gplus {
    overflow: hidden; }

  .slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: rgba(153, 153, 153, 0.5);
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }

  .slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }

  .slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }

  .slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }

  .slider-nav.round > div {
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box; }

  .slider-nav.num > div {
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
    font-size: inherit;
    line-height: inherit; }

  .slider-nav.shadow > div {
    -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
    -moz-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

  .slider-nav-invert {
    color: #fff; }

  .slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4); }

  .slider-nav-invert > div.active {
    background-color: #222; }

  .slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    -moz-transition: background-color 100ms, color 100ms;
    -o-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }

  .slider-dot.active {
    background-color: #fff; }

  .slider-arroleft,
  .slider-arroright {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .slider-arroleft [class^="icon-"],
  .slider-arroright [class^="icon-"],
  .slider-arroleft [class*=" icon-"],
  .slider-arroright [class*=" icon-"] {
    position: absolute; }

  .slider-arroleft {
    z-index: 3;
    right: auto; }

  .slider-arroright {
    z-index: 4;
    left: auto; }

  .icon-slider-left,
  .icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }

  .dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }

  .dropdown-btn,
  .dropdown-toggle,
  .dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }

  .dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }

  .dropdown-toggle:focus {
    outline: 0; }

  .icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }

  .dropdown-list {
    position: absolute;
    background: #f2f2f2;
    display: none;
    min-width: 100%; }

  .dropdown-list.-open {
    display: block; }

  .dropdown-link {
    padding: 10px 20px;
    display: block; }

  .dropdown-link.-current {
    color: #339ce1; }

  .nav[data-collapse="all"] .dropdown,
  .nav[data-collapse="all"] .dropdown-toggle {
    display: block; }

  .nav[data-collapse="all"] .dropdown-list {
    position: static; } }
@media print {
  /**
   * ## Note
   * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
   * For example percentage units do not work on descendants of elements that
   * have any dimensions expressed in viewport units. It also doesn’t handle them at
   * all in `calc()`.
   */
  /**
   * Wrapper around all lightbox elements
   *
   * 1. Since the lightbox can receive focus, IE also gives it an outline.
   * 2. Fixes flickering on Chrome when a transition is in progress
   *    underneath the lightbox.
   */
  .lightbox-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */ }

  /**
   * Neat trick to bind the rubberband effect to our canvas instead of the whole
   * document on iOS. It also prevents a bug that causes the document underneath to scroll.
   */
  .lightbox-backdrop,
  .lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overfloscrolling: touch; }

  .lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }

  .lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }

  .lightbox-view:before {
    content: "";
    height: 100vh; }

  /* .lightbox-content */
  .lightbox-group,
  .lightbox-group .lightbox-view,
  .lightbox-group .lightbox-view:before {
    height: 86vh; }

  .lightbox-frame,
  .lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }

  /*
   * 1. Remove default margin set by user-agent on the <figure> element.
   */
  .lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }

  .lightbox-group .lightbox-figure {
    cursor: pointer; }

  /**
   * IE adds image dimensions as width and height attributes on the IMG tag,
   * but we need both width and height to be set to auto to enable scaling.
   */
  .lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }

  .lightbox-image {
    display: block;
    max-width: 100vw;
    max-height: 100vh; }

  .lightbox-group .lightbox-image {
    max-height: 86vh; }

  .lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

  .lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }

  .lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

  .lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

  /*
   * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
   * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
   * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
   */
  .lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }

  /**
   * 1. All IE versions add extra space at the bottom without this.
   */
  .lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflox: auto;
    overfloy: hidden; }

  /*
   * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
   *    which doesn’t work in Safari anyway.
   * 2. Chrome renders images pixelated when switching to GPU. Making sure
   *    the parent is also rendered on the GPU (by setting translate3d for
   *    example) fixes this behavior.
   */
  .lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }

  .lightbox-active {
    opacity: .3; }

  .lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }

  .lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }

  .lightbox-thumbnail .lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

  .lightbox-thumbnail .lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

  /*
   * Spinner
   *
   * Absolute pixel values are used to avoid rounding errors that would cause
   * the white spinning element to be misaligned with the track.
   */
  .lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }

  .lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%; }

  /*
   * Utility classes
   */
  .lightbox-hide {
    display: none; }

  .lightbox-noscroll {
    overflow: hidden; } }
@media print and (min-width: 768px) {
  .lightbox-content {
    height: 96vh;
    margin-top: 2vh; }

  .lightbox-view,
  .lightbox-view:before {
    height: 96vh; }

  /* .lightbox-content */
  .lightbox-group,
  .lightbox-group .lightbox-view,
  .lightbox-group .lightbox-view:before {
    height: 84vh; }

  .lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }

  .lightbox-group .lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }

  .lightbox-left,
  .lightbox-right {
    display: block;
    opacity: .5; }

  .lightbox-close {
    opacity: .8; }

  .lightbox-control:hover {
    opacity: 1; } }
@media print {
  .lightbox-inactive,
  .lightbox-inactive:hover {
    opacity: 0; }

  .nav {
    position: relative;
    background: #BBB;
    z-index: 1000; }

  .nav:before,
  .nav:after {
    content: " ";
    display: table; }

  .nav:after {
    clear: both; }

  .nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #222; }

  .nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }

  .nav-link.-current {
    color: #339ce1; }

  .nav-menu {
    position: relative;
    float: right; }

  .-nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #999;
    text-align: center;
    overflow: visible;
    min-width: 200px; }

  .-nav-link-open {
    display: block;
    position: relative; }

  .nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }

  .nav-overlay .-nav-menu-open {
    top: 0; }

  .nav[data-animation="over-left"] .nav-overlay {
    width: auto; }

  .nav[data-animation="over-left"] .nav-overlay,
  .nav[data-animation="over-left"] .-nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }

  .nav[data-animation="over-right"] .nav-overlay {
    width: auto; }

  .nav[data-animation="over-right"] .nav-overlay,
  .nav[data-animation="over-right"] .-nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }

  .nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .nav-button.-open {
    background-color: #999;
    color: white; }

  .nav[data-collapse="all"] .nav-menu {
    display: none; }

  .nav[data-collapse="all"] .nav-button {
    display: block; } }
@media print {
  .tabs {
    position: relative; }

  .tabs:before,
  .tabs:after {
    content: " ";
    display: table; }

  .tabs:after {
    clear: both; }

  .tab-menu {
    position: relative; }

  .tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 8px 30px;
    text-align: left;
    cursor: pointer;
    background-color: #E8E8E8; }

  .tab-link.-current {
    background-color: #BCD3F3; }

  .tab-content {
    position: relative;
    display: block;
    overflow: hidden; }

  .tab-pane {
    position: relative;
    display: none; }

  .-tab-active {
    display: block; } }
@media print {
  .ix-emptyfix:after {
    content: ""; }

  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg); }

    100% {
      -webkit-transform: rotate(360deg); } }
  @keyframes spin {
    0% {
      transform: rotate(0deg); }

    100% {
      transform: rotate(360deg); } }
  .dyn-loading {
    display: block;
    padding: 10px; }

  .dyn-items {
    display: none; }

  .dyn-items.visible {
    display: block; }

  .dyn-empty {
    display: none;
    padding: 10px;
    background-color: #dddddd; }

  .dyn-error {
    display: none;
    padding: 10px;
    background-color: #ffdede; }

  aside {
    display: none; }

  .logo {
    display: block; } }
