@charset "UTF-8";
/*
   TABLE OF CONTENTS
      
      0. FOUNDATION
      1. GENERAL STYLES
         1.1 MISCELLANEOUS
         1.2 LINKS
         1.3 SCREEN READERS
         1.4 POST META
         1.5 ICONS
         1.6 JSCROLLPANE
         1.7 FORM
         1.end HELPER CLASSES
      2. HEADER
      3. NAVIGATION
         3.1 SITE NAVIGATION
         3.2 PRIMARY NAVIGATION
         3.3 PAGINATION
            3.3.1 POST NAVIGATION
            3.3.2 GRID NAVIGATION
            3.3.3 GALLERY NAVIGATION
      4. GRIG VIEW
         4.end GRID HELPER CLASSES
      5. PAGES
         5.1 ABOUT
         5.2 SINGLE POST
         5.3 404 PAGE
         5.4 SEARCH PAGE
         5.5 HOME PAGE
      6. SLIDERS
         6.1 SLIDER WITH DESCRIPTION
         6.2 FULL WIDTH SLIDER
         6.3 MAIN SLIDESHOW
         6.4 HOMEPAGE SLIDER
         6.end SLIDERS HELPER CLASSES
      7. MOSAIC
      8. COMMENTS
      9. WIDGETS
      10. CONTACTS
      11. SHORTCODES
      12. CROWD LAYOUT
      LAST. FOOTER
------------------------------------------- */
/*
   0. FOUNDATION
------------------------------------------- */
/*
	ADDITIONAL VARIABLES
------------------------------------------- */


.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 5px 10px 5px;
    color: #fff;
    font-size: 15px;
    background:#1a1a1a;
    opacity: 0.6;

}

/* line 316, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.3.3/";
}

/* line 320, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 325, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 330, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.063em)/";
  width: 48.063em;
}

/* line 335, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 340, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 345, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 352, ../bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 355, ../bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 361, ../bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 365, ../bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

/* line 378, ../bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 381, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 383, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 387, ../bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 394, ../bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 395, ../bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 397, ../bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 403, ../bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 406, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 416, ../bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 419, ../bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Clearing Styles */
/* line 44, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 50, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
/* line 55, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 69, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 80, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em;
}

/* line 88, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 92, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 102, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 116, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none;
}
/* line 125, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 129, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 130, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 134, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 136, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 143, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 149, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  /* line 156, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 161, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }

  /* line 167, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 169, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }

  /* line 175, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  /* line 180, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 186, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 193, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  /* line 207, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 213, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 219, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 224, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 225, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 230, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  /* line 237, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* line 213, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: white;
  border-color: white;
  color: #333333;
  transition: background-color 300ms ease-out;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: white;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #333333;
}
/* line 220, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 221, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: inherit;
}
/* line 222, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: inherit;
}
/* line 224, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
/* line 225, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
/* line 226, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
/* line 227, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 229, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 230, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 232, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 233, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 235, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: white;
  border-color: white;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: white;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #333333;
}
/* line 174, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: white;
}
/* line 236, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
/* line 174, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
/* line 237, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: inherit;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: inherit;
}
/* line 174, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43ac6a;
}
/* line 238, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: inherit;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: inherit;
}
/* line 174, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

/* line 243, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 246, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 366, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1.25rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 86, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.625rem;
}
/* line 88, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.625rem;
}
/* line 92, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 94, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 96, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 102, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.625rem;
}

/* Label Styles */
/* line 372, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 373, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 374, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1.25rem 0;
  padding: 0.6875rem 0;
}
/* line 376, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 382, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}

/* Attach elements to the beginning or end of an input */
/* line 387, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 391, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 392, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 394, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 395, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 396, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 397, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 400, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}
/* line 401, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 403, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}
/* line 404, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* We use this to get basic styling on all basic form elements */
/* line 408, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  border: 1px solid #dfdfdf;
  box-shadow: none;
  color: #3f3f3f;
  display: block;
  font-size: 0.625rem;
  margin: 0 0 1.25rem 0;
  padding: 0.625rem;
  height: 2.4375rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
/* line 128, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: white;
  border-color: #dfdfdf;
  outline: none;
}
/* line 134, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
textarea:disabled {
  background-color: #dddddd;
  cursor: default;
}
/* line 140, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly], fieldset[disabled]
input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly], fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly], fieldset[disabled]
input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly], fieldset[disabled]
input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly], fieldset[disabled]
input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly], fieldset[disabled]
input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly], fieldset[disabled]
input[type="url"],
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea {
  background-color: #dddddd;
  cursor: default;
}
/* line 428, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
  border-radius: 3px;
}

/* line 433, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
/* line 439, ../bower_components/foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */
/* line 444, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #dfdfdf;
  padding: 0.625rem;
  font-size: 0.625rem;
  color: #3f3f3f;
  line-height: normal;
  border-radius: 0;
  height: 2.4375rem;
}
/* line 339, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 340, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #dfdfdf;
}
/* line 345, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select:disabled {
  background-color: #dddddd;
  cursor: default;
}

/* Adjust margin for form elements below */
/* line 450, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.25rem 0;
}

/* line 457, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 1.25rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 467, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 481, ../bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 269, ../bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 488, ../bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 491, ../bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 494, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 499, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 505, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.25rem;
}
/* line 510, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 515, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 520, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 532, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 537, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 542, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70.625rem;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 220, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 223, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 226, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 227, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 231, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 234, ../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 235, ../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 203, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 208, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 203, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 208, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 245, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 248, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 48.063em) {
  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 160, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 170, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 178, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 186, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 189, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 197, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 203, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 208, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 256, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 104, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 110, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 118, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 125, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 131, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 137, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 144, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
/* line 153, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 158, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 160, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 1.8rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
/* line 176, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 181, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
/* line 186, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
/* line 190, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 75%;
  display: block;
  padding: 0 15px;
}
/* line 201, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 206, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 219, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
/* line 223, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: white;
  position: relative;
}
/* line 125, ../bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 16px;
}
/* line 158, ../bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
}
/* line 252, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 256, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}
/* line 259, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 260, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a::after {
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 272, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
/* line 278, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
/* line 287, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 295, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #333333;
}
/* line 297, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
/* line 309, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008cba;
  border-color: #007095;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #007095;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: inherit;
}
/* line 315, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
/* line 316, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: inherit;
}
/* line 317, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: inherit;
}
/* line 320, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008cba;
  border-color: #007095;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: inherit;
}
/* line 326, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
/* line 327, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: inherit;
}
/* line 328, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
/* line 163, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: inherit;
}
/* line 332, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #272727;
  color: white;
}
/* line 342, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008cba;
  color: white;
}
/* line 345, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: white;
}
/* line 353, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 356, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 360, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 372, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 373, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
/* line 377, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
/* line 384, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 392, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 396, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 399, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 404, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 407, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: white;
  line-height: 22.5px;
  display: block;
}
/* line 411, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
/* line 414, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}
/* line 415, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
/* line 418, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 429, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 434, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  /* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 439, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 441, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 442, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 444, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  /* line 452, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 455, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 70.625rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 461, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 465, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 470, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 472, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 478, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #272727;
    color: white;
  }
  /* line 487, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  /* line 491, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #272727;
  }
  /* line 500, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: white;
    background: #008cba;
  }
  /* line 505, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: white;
  }
  /* line 517, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 519, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 528, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 529, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 535, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 542, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 555, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 562, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  /* line 570, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: white;
    background: #333333;
  }
  /* line 574, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
    color: white;
    background-color: #555555;
    background: #272727;
  }
  /* line 582, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 588, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 595, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 605, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  /* line 613, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 617, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 621, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 625, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 635, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: white;
  }
  /* line 644, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white;
  }
  /* line 652, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 48.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 999999999999) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 193, ../bower_components/foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, ../bower_components/foundation/scss/foundation/components/_type.scss */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}
/* line 222, ../bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #0078a0;
}
/* line 230, ../bower_components/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, ../bower_components/foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 242, ../bower_components/foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 244, ../bower_components/foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 252, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "TrajanPro-Regular", Georgia, serif;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 262, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #595959;
  line-height: 0;
}

/* line 269, ../bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
  font-family: "brandon-medium", Georgia, serif;
}

/* line 273, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 274, ../bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 275, ../bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 276, ../bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 277, ../bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 278, ../bower_components/foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 280, ../bower_components/foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #595959;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 282, ../bower_components/foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 291, ../bower_components/foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 297, ../bower_components/foundation/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 303, ../bower_components/foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 308, ../bower_components/foundation/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 320, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 330, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 332, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 335, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 348, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 357, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 360, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 361, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 362, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 363, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 367, ../bower_components/foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 370, ../bower_components/foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 380, ../bower_components/foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 384, ../bower_components/foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 388, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #3f3f3f;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 396, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 401, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0;
  border-left: none;
}
/* line 406, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: inherit;
}
/* line 410, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 414, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: inherit;
}

/* line 420, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: inherit;
}

/* Microformats */
/* line 427, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
/* line 433, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 437, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 444, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 446, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 457, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 458, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 459, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 460, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 461, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 462, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 463, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 474, ../bower_components/foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 476, ../bower_components/foundation/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 483, ../bower_components/foundation/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 485, ../bower_components/foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 487, ../bower_components/foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 490, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 494, ../bower_components/foundation/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 500, ../bower_components/foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 502, ../bower_components/foundation/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 505, ../bower_components/foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 509, ../bower_components/foundation/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 516, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 519, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 520, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 521, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 522, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* small displays */
@media only screen {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 48.063em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 64.063em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 244, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table;
  }

  /* line 262, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 285, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 296, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 314, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 325, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 344, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 355, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 374, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 381, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 382, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  /* line 396, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 397, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 399, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table;
  }

  /* line 400, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 401, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 402, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 403, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 404, ../bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
/*Default Wordpress styles*/
/* Images */
/* line 4, _default-wp-elements.scss */
.entry-content img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

/* line 7, _default-wp-elements.scss */
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  max-height: 100%;
}

/* line 12, _default-wp-elements.scss */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* line 18, _default-wp-elements.scss */
pre, code {
  clear: both;
  overflow: auto;
  margin: 1.5em 0em;
  white-space: pre;
  color: inherit;
  line-height: 24px;
}

/* line 27, _default-wp-elements.scss */
img.size-full,
img.size-large {
  max-width: 100%;
  width: auto;
  /* Prevent sPtretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* line 33, _default-wp-elements.scss */
.entry-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 39, _default-wp-elements.scss */
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1em;
}

/* line 44, _default-wp-elements.scss */
p img,
.wp-caption {
  margin: 0;
}

/* line 48, _default-wp-elements.scss */
.wp-caption {
  margin-bottom: 1em;
  padding: 5px;
  max-width: 100%;
  border-top: 1px solid black;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 59, _default-wp-elements.scss */
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* line 65, _default-wp-elements.scss */
.wp-caption .wp-caption-text,
.gallery-caption {
  color: inherit;
  font-size: 12px;
}

/* line 70, _default-wp-elements.scss */
.wp-caption .wp-caption-text {
  position: relative;
  margin-bottom: 0;
  padding: 10px 0 5px 40px;
}

/* line 75, _default-wp-elements.scss */
.wp-caption .wp-caption-text:before {
  position: absolute;
  top: 10px;
  left: 5px;
  margin-right: 5px;
  content: '\2014';
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}

/* line 85, _default-wp-elements.scss */
.gallery {
  margin: 0;
}

/* line 88, _default-wp-elements.scss */
.gallery a img {
  border: none;
}

/* line 91, _default-wp-elements.scss */
img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}

/* line 95, _default-wp-elements.scss */
#content .gallery-columns-4 .gallery-item {
  padding-right: 2%;
  width: 23%;
}

/* line 99, _default-wp-elements.scss */
#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}

/* line 104, _default-wp-elements.scss */
.error404 article {
  margin: 60px 0;
  text-align: center;
}

/* line 108, _default-wp-elements.scss */
.error404 .content-title.search {
  font-size: 70px;
  margin-bottom: 15px;
}

/* line 112, _default-wp-elements.scss */
span.error-404 {
  display: block;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
}

/* line 119, _default-wp-elements.scss */
.search-back-button {
  background: none repeat scroll 0 0 #e84c3d;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #FFFFFF;
  margin-top: 30px;
}

/*================ Search ================*/
/* line 130, _default-wp-elements.scss */
#searchform {
  margin: 0;
  position: relative;
}
/* line 134, _default-wp-elements.scss */
#searchform .search-container.hidden {
  display: block;
}
/* line 138, _default-wp-elements.scss */
#searchform button {
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  color: #CFCFCF;
}
/* line 148, _default-wp-elements.scss */
#searchform input[type="text"] {
  height: 36px;
  line-height: 28px;
  border: 1px solid #c7c7c4;
  font-size: 14px;
  margin: 0;
}
/* line 155, _default-wp-elements.scss */
#searchform .search-container {
  width: 30px;
  line-height: 28px;
  height: 30px;
  text-align: right;
  overflow: hidden;
}

/* line 168, _default-wp-elements.scss */
.main-header #searchform input {
  border: 1px solid #ddd !important;
}

/* line 171, _default-wp-elements.scss */
header.main-header {
  position: relative;
}

/* line 175, _default-wp-elements.scss */
.category #searchform .search-container {
  margin-top: -55px;
}

/* line 179, _default-wp-elements.scss */
#searchform .search-container i {
  font-size: 18px;
  z-index: 2;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}

/* line 187, _default-wp-elements.scss */
#searchform .search-container .input-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -35px;
  padding: 5px 5px;
  width: 200px;
  height: 39px;
  z-index: 1;
}

/* line 198, _default-wp-elements.scss */
#searchform .search-container .input-wrapper input {
  margin: -1px 0 0;
  display: block;
  padding: 0 5px;
  width: 190px;
  height: 20px;
  background-color: #FFF;
  box-shadow: 0 0;
  border-radius: 0;
  border: 0 none;
  font-size: 11px;
  line-height: 20px;
  color: #888;
}

/* Image borders */
/* line 215, _default-wp-elements.scss */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  padding: 0;
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border: none;
}

/* line 221, _default-wp-elements.scss */
.wp-caption img {
  border-color: transparent;
}

/* line 224, _default-wp-elements.scss */
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img,
.gallery .gallery-icon a:active img {
  border-color: #bbb;
  /* Add some useful style to those fancy borders for linked images ... */
  background: transparent;
}

/* line 236, _default-wp-elements.scss */
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
  border-color: transparent;
  /* ... including captioned images! */
  background: transparent;
}

/* Make sure embeds and iframes fit their containers */
/* line 244, _default-wp-elements.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*body .row{
    width: 870px;
}*/
/* Floated content doesn't work well at this size */
/* line 255, _default-wp-elements.scss */
.alignleft,
.alignright {
  display: block;
  float: none;
  margin-right: 0;
  margin-left: 0;
}

/* Alignment */
/* line 264, _default-wp-elements.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

/* line 269, _default-wp-elements.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}

/* line 274, _default-wp-elements.scss */
.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

/* line 280, _default-wp-elements.scss */
dl.gallery-item {
  margin: 0;
}

/* line 283, _default-wp-elements.scss */
.align-left {
  text-align: left;
}

/* line 286, _default-wp-elements.scss */
.align-right {
  text-align: right;
}

/* line 289, _default-wp-elements.scss */
.align-center {
  text-align: center;
}

/*----------------------------*/
/* line 299, _default-wp-elements.scss */
body div.post-content .flo-img-text .text-wrapper,
body div.entry-content .flo-img-text .text-wrapper {
  line-height: 1.8em;
}
/* line 300, _default-wp-elements.scss */
body div.post-content .flo-img-text img, body div.post-content .flo-img-text a img,
body div.entry-content .flo-img-text img,
body div.entry-content .flo-img-text a img {
  margin-bottom: 0px;
  display: block;
}
/* line 301, _default-wp-elements.scss */
body div.post-content .flo-img-text a,
body div.entry-content .flo-img-text a {
  position: relative;
  display: block;
  margin-bottom: -2px;
}

/* line 305, _default-wp-elements.scss */
p:empty {
  margin: 0px;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/font/fontello.eot?75430125");
  src: url("../fonts/fontello/font/fontello.eot?75430125#iefix") format("embedded-opentype"), url("../fonts/fontello/font/fontello.woff?75430125") format("woff"), url("../fonts/fontello/font/fontello.ttf?75430125") format("truetype"), url("../fonts/fontello/font/fontello.svg?75430125#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/font/fontello.svg?75430125#fontello') format('svg');
  }
}
*/
/* line 24, ../fonts/fontello/css/_fontello.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 59, ../fonts/fontello/css/_fontello.scss */
.icon-close:before {
  content: '\2715';
}

/* '' */
/* line 60, ../fonts/fontello/css/_fontello.scss */
.icon-delicious:before {
  content: '\e800';
}

/* '' */
/* line 61, ../fonts/fontello/css/_fontello.scss */
.icon-gplus:before {
  content: '\e801';
}

/* '' */
/* line 62, ../fonts/fontello/css/_fontello.scss */
.icon-pinterest:before {
  content: '\e802';
}

/* '' */
/* line 63, ../fonts/fontello/css/_fontello.scss */
.icon-dribbble:before {
  content: '\e803';
}

/* '' */
/* line 64, ../fonts/fontello/css/_fontello.scss */
.icon-left-open:before {
  content: '\e804';
}

/* '' */
/* line 65, ../fonts/fontello/css/_fontello.scss */
.icon-right-open:before {
  content: '\e805';
}

/* '' */
/* line 66, ../fonts/fontello/css/_fontello.scss */
.icon-skype:before {
  content: '\e806';
}

/* '' */
/* line 67, ../fonts/fontello/css/_fontello.scss */
.icon-twitter:before {
  content: '\e807';
}

/* '' */
/* line 68, ../fonts/fontello/css/_fontello.scss */
.icon-youtube:before {
  content: '\e808';
}

/* '' */
/* line 69, ../fonts/fontello/css/_fontello.scss */
.icon-vimeo:before {
  content: '\e809';
}

/* '	' */
/* line 70, ../fonts/fontello/css/_fontello.scss */
.icon-yahoo:before {
  content: '\e80a';
}

/* '
' */
/* line 71, ../fonts/fontello/css/_fontello.scss */
.icon-tumblr:before {
  content: '\e80b';
}

/* '' */
/* line 72, ../fonts/fontello/css/_fontello.scss */
.icon-googleplay:before {
  content: '\e80c';
}

/* '' */
/* line 73, ../fonts/fontello/css/_fontello.scss */
.icon-star:before {
  content: '\e80d';
}

/* '
' */
/* line 74, ../fonts/fontello/css/_fontello.scss */
.icon-like:before {
  content: '\e80e';
}

/* '' */
/* line 75, ../fonts/fontello/css/_fontello.scss */
.icon-root:before {
  content: '\e80f';
}

/* '' */
/* line 76, ../fonts/fontello/css/_fontello.scss */
.icon-menu:before {
  content: '\e810';
}

/* '' */
/* line 77, ../fonts/fontello/css/_fontello.scss */
.icon-email:before {
  content: '\e811';
}

/* '' */
/* line 78, ../fonts/fontello/css/_fontello.scss */
.icon-quote:before {
  content: '\e812';
}

/* '' */
/* line 79, ../fonts/fontello/css/_fontello.scss */
.icon-video:before {
  content: '\e813';
}

/* '' */
/* line 80, ../fonts/fontello/css/_fontello.scss */
.icon-image:before {
  content: '\e814';
}

/* '' */
/* line 81, ../fonts/fontello/css/_fontello.scss */
.icon-gallery:before {
  content: '\e815';
}

/* '' */
/* line 82, ../fonts/fontello/css/_fontello.scss */
.icon-audio:before {
  content: '\e816';
}

/* '' */
/* line 83, ../fonts/fontello/css/_fontello.scss */
.icon-tag:before {
  content: '\e817';
}

/* '' */
/* line 84, ../fonts/fontello/css/_fontello.scss */
.icon-delete:before {
  content: '\e818';
}

/* '' */
/* line 85, ../fonts/fontello/css/_fontello.scss */
.icon-fullscreen:before {
  content: '\e819';
}

/* '' */
/* line 86, ../fonts/fontello/css/_fontello.scss */
.icon-rss:before {
  content: '\e81a';
}

/* '' */
/* line 87, ../fonts/fontello/css/_fontello.scss */
.icon-flickr:before {
  content: '\e81b';
}

/* '' */
/* line 88, ../fonts/fontello/css/_fontello.scss */
.icon-linkedin:before {
  content: '\e81c';
}

/* '' */
/* line 89, ../fonts/fontello/css/_fontello.scss */
.icon-bottom:before {
  content: '\e81d';
}

/* '' */
/* line 90, ../fonts/fontello/css/_fontello.scss */
.icon-up-open:before {
  content: '\e81e';
}

/* '' */
/* line 91, ../fonts/fontello/css/_fontello.scss */
.icon-facebook:before {
  content: '\e81f';
}

/* '' */
/* line 92, ../fonts/fontello/css/_fontello.scss */
.icon-thumb:before {
  content: '\e820';
}

/* ' ' */
/* line 93, ../fonts/fontello/css/_fontello.scss */
.icon-instagram:before {
  content: '\e821';
}

/* '!' */
/* line 94, ../fonts/fontello/css/_fontello.scss */
.icon-thumbs-down:before {
  content: '\e822';
}

/* '"' */
/* line 95, ../fonts/fontello/css/_fontello.scss */
.icon-doc-text:before {
  content: '\e823';
}

/* '#' */
/* line 96, ../fonts/fontello/css/_fontello.scss */
.icon-search:before {
  content: '\e824';
}

/* '$' */
/* line 97, ../fonts/fontello/css/_fontello.scss */
.icon-video-1:before {
  content: '\e825';
}

/* '%' */
/* line 98, ../fonts/fontello/css/_fontello.scss */
.icon-help-circled:before {
  content: '\e826';
}

/* '&' */
/* line 99, ../fonts/fontello/css/_fontello.scss */
.icon-youtube-play:before {
  content: '\e827';
}

/* ''' */
/* line 100, ../fonts/fontello/css/_fontello.scss */
.icon-th-thumb:before {
  content: '\e828';
}

/* '(' */
/* line 101, ../fonts/fontello/css/_fontello.scss */
.icon-circle:before {
  content: '\e829';
}

/* ')' */
/* line 102, ../fonts/fontello/css/_fontello.scss */
.icon-popup:before {
  content: '\e82a';
}

/* '*' */
/* line 103, ../fonts/fontello/css/_fontello.scss */
.icon-info-circled:before {
  content: '\e82b';
}

/* '+' */
/* line 104, ../fonts/fontello/css/_fontello.scss */
.icon-info:before {
  content: '\e82c';
}

/* ',' */
/* line 105, ../fonts/fontello/css/_fontello.scss */
.icon-flag-empty:before {
  content: '\e82d';
}

/* '-' */
/* line 106, ../fonts/fontello/css/_fontello.scss */
.icon-x-:before {
  content: '\e82e';
}

/* '.' */
/* line 107, ../fonts/fontello/css/_fontello.scss */
.icon-Thin88-left:before {
  content: '\e82f';
}

/* '/' */
/* line 108, ../fonts/fontello/css/_fontello.scss */
.icon-Thin88-right:before {
  content: '\e830';
}

/* '0' */
/* line 109, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-3:before {
  content: '\e831';
}

/* '1' */
/* line 110, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-4:before {
  content: '\e832';
}

/* '2' */
/* line 111, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-5:before {
  content: '\e833';
}

/* '3' */
/* line 112, ../fonts/fontello/css/_fontello.scss */
.icon-square99-left:before {
  content: '\e834';
}

/* '4' */
/* line 113, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-7:before {
  content: '\e835';
}

/* '5' */
/* line 114, ../fonts/fontello/css/_fontello.scss */
.icon-square99-right:before {
  content: '\e836';
}

/* '6' */
/* line 115, ../fonts/fontello/css/_fontello.scss */
.icon-glyph9-right:before {
  content: '\e837';
}

/* '7' */
/* line 116, ../fonts/fontello/css/_fontello.scss */
.icon-glyph9-left:before {
  content: '\e838';
}

/* '8' */
/* line 117, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-11:before {
  content: '\e839';
}

/* '9' */
/* line 118, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-12:before {
  content: '\e83a';
}

/* ':' */
/* line 119, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-13:before {
  content: '\e83b';
}

/* ';' */
/* line 120, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-14:before {
  content: '\e83c';
}

/* '<' */
/* line 121, ../fonts/fontello/css/_fontello.scss */
.icon-arrow99-right:before {
  content: '\e83d';
}

/* '=' */
/* line 122, ../fonts/fontello/css/_fontello.scss */
.icon-arrow99-left:before {
  content: '\e83e';
}

/* '>' */
/* line 123, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-17:before {
  content: '\e83f';
}

/* '?' */
/* line 124, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-18:before {
  content: '\e840';
}

/* '@' */
/* line 125, ../fonts/fontello/css/_fontello.scss */
.icon-smallbold-right:before {
  content: '\e841';
}

/* 'A' */
/* line 126, ../fonts/fontello/css/_fontello.scss */
.icon-smallbold-left:before {
  content: '\e842';
}

/* 'B' */
/* line 127, ../fonts/fontello/css/_fontello.scss */
.icon-arrthin-left:before {
  content: '\e843';
}

/* 'C' */
/* line 128, ../fonts/fontello/css/_fontello.scss */
.icon-bold-left:before {
  content: '\e844';
}

/* 'D' */
/* line 129, ../fonts/fontello/css/_fontello.scss */
.icon-bold-right:before {
  content: '\e845';
}

/* 'E' */
/* line 130, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-24:before {
  content: '\e846';
}

/* 'F' */
/* line 131, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-25:before {
  content: '\e847';
}

/* 'G' */
/* line 132, ../fonts/fontello/css/_fontello.scss */
.icon-glyph27-left:before {
  content: '\e848';
}

/* 'H' */
/* line 133, ../fonts/fontello/css/_fontello.scss */
.icon-glyph27-right:before {
  content: '\e849';
}

/* 'I' */
/* line 134, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-28:before {
  content: '\e84a';
}

/* 'J' */
/* line 135, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-29:before {
  content: '\e84b';
}

/* 'K' */
/* line 136, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-30:before {
  content: '\e84c';
}

/* 'L' */
/* line 137, ../fonts/fontello/css/_fontello.scss */
.icon-glyph-31:before {
  content: '\e84d';
}

/* 'M' */
/* line 138, ../fonts/fontello/css/_fontello.scss */
.icon-down-dir:before {
  content: '\e84e';
}

/* 'N' */
/* line 139, ../fonts/fontello/css/_fontello.scss */
.icon-left-dir:before {
  content: '\e84f';
}

/* 'O' */
/* line 140, ../fonts/fontello/css/_fontello.scss */
.icon-right-dir:before {
  content: '\e850';
}

/* 'P' */
/* line 141, ../fonts/fontello/css/_fontello.scss */
.icon-up-dir:before {
  content: '\e851';
}

/* 'Q' */
/* line 142, ../fonts/fontello/css/_fontello.scss */
.icon-arrthin-right:before {
  content: '\e852';
}

/* 'R' */
/* line 143, ../fonts/fontello/css/_fontello.scss */
.icon-circle-empty:before {
  content: '\e853';
}

/* 'S' */
/* line 144, ../fonts/fontello/css/_fontello.scss */
.icon-play:before {
  content: '\e854';
}

/* 'T' */
/* line 145, ../fonts/fontello/css/_fontello.scss */
.icon-basket:before {
  content: '\e855';
}

/* 'U' */
@font-face {
  font-family: 'im-fell-french-canon-pro-regular';
  src: url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Roman.svg#IM_FELL_French_Canon_PRO_Roman") format("svg"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Roman.otf") format("opentype"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Roman.woff") format("woff"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'im-fell-french-canon-pro-italic';
  src: url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Italic.svg#IM_FELL_French_Canon_PRO_Italic") format("svg"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Italic.otf") format("opentype"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Italic.woff") format("woff"), url("../fonts/im-fell-french-canon-pro/IM_FELL_French_Canon_PRO_Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TrajanPro-Regular';
  src: url("../fonts/trajan-pro/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/trajan-pro/TrajanPro-Regular.otf") format("opentype"), url("../fonts/trajan-pro/TrajanPro-Regular.svg#TrajanPro-Regular") format("svg"), url("../fonts/trajan-pro/TrajanPro-Regular.woff") format("woff"), url("../fonts/trajan-pro/TrajanPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TrajanPro-Bold';
  src: url("TrajanPro-Bold.eot?#iefix") format("embedded-opentype"), url("TrajanPro-Bold.ttf") format("truetype"), url("TrajanPro-Bold.svg#TrajanPro-Bold") format("svg"), url("TrajanPro-Bold.otf") format("opentype"), url("TrajanPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon-medium';
  src: url("../fonts/brandon/brandon_med_0.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon/brandon_med_0.otf") format("opentype"), url("../fonts/brandon/brandon_med_0.svg#Brandon-Medium") format("svg"), url("../fonts/brandon/brandon_med_0.woff") format("woff"), url("../fonts/brandon/brandon_med_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
   1. GENERAL STYLES
------------------------------------------- */
/* ---------- 1.1 MISCELLANEOUS ---------- */
/* line 105, style.scss */
html.fancybox-lock {
  height: auto;
}

/* line 108, style.scss */
body {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

/* line 114, style.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello" !important;
}

/* line 118, style.scss */
.site-header,
.main-content,
.site-footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 125, style.scss */
.page-title,
.page-header {
  text-align: center;
  margin-bottom: 50px;
}

/* line 132, style.scss */
[class*="column"] + [class*="column"]:last-child {
  float: left;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.flo-entry-content:before, .flo-entry-content:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.flo-entry-content:after {
  clear: both;
}

/* line 140, style.scss */
blockquote {
  padding-left: 0;
  padding-right: 0;
  border-left: none;
}
/* line 145, style.scss */
blockquote p {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  font-size: 14px;
}
/* line 150, style.scss */
blockquote cite {
  padding-left: 25%;
  text-align: right;
  margin-top: 5px;
  font-style: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
}

/* for passwrord protected galleries */
/* line 161, style.scss */
.post-password-form {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

/* ---------- 1.2 LINKS ---------- */
/* line 170, style.scss */
a {
  color: #9e9e9e;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/* line 176, style.scss */
a:hover, a:focus {
  color: #6b6b6b;
}
/* line 181, style.scss */
a:focus {
  background-color: none;
}

/* line 186, style.scss */
h1, h2, h3,
h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
/* line 190, style.scss */
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  font-family: inherit;
  color: inherit;
}
/* line 194, style.scss */
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
  color: inherit;
}

/* line 200, style.scss */
.button, button {
  font-family: "brandon-medium", Georgia, serif;
  border-radius: 0px !important;
}

/* ---------- 1.3 SCREEN READERS ---------- */
/* line 206, style.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: -9999px;
}

/* ---------- 1.4 POST META ---------- */
/* line 221, style.scss */
.post-tag span,
.post-tag a,
.share-link,
.comment-item,
.social-text {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "TrajanPro-Regular", Georgia, serif;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.post-meta:before, .post-meta:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.post-meta:after {
  clear: both;
}
/* line 237, style.scss */
.post-meta a,
.post-meta span {
  display: inline-block;
  line-height: normal;
}

/* line 245, style.scss */
.post-date time,
.post-category .category-item {
  font-size: 13px;
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
}

/* line 254, style.scss */
.post-tag a {
  margin-right: 5px;
}

/* line 259, style.scss */
.post-tag-entry {
  margin-right: 5px;
}

/* line 266, style.scss */
.socials .social-text,
.socials .icon-holder {
  display: none;
}
/* line 271, style.scss */
.socials .social-item {
  font-size: 100%;
  margin-left: 20px;
}
/* line 275, style.scss */
.socials .social-item:first-child {
  margin-left: 0;
}

/* line 281, style.scss */
.share-link {
  position: relative;
  display: inline-block;
}
/* line 285, style.scss */
.share-link .flo-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -6px;
  display: none;
}

/* ---------- 1.5 ICONS ---------- */
/* line 297, style.scss */
.flo-icon {
  display: inline-block;
}

/* line 301, style.scss */
.flo-icon-share {
  width: 11px;
  height: 11px;
  background: url("../images/flo-sprite.png") -50px -50px no-repeat;
}

/* line 307, style.scss */
.flo-icon-next {
  width: 44px;
  height: 44px;
  background: url("../images/flo-sprite.png") -50px 0 no-repeat;
}

/* line 313, style.scss */
.flo-icon-prev {
  width: 44px;
  height: 44px;
  background: url("../images/flo-sprite.png") 0 0 no-repeat;
}

/* line 319, style.scss */
.post-decoration {
  max-width: 150px;
}

/* line 323, style.scss */
.info {
  width: 27px;
  height: 27px;
  background: url("../images/flo-sprite.png") 0 -100px no-repeat;
  text-indent: -9999em;
}

/* line 330, style.scss */
.close {
  height: 9px;
  width: 9px;
  background: url("../images/flo-sprite.png") -50px -100px no-repeat;
  text-indent: -9999em;
}

/* line 337, style.scss */
.pin-button {
  display: inline-block;
  width: 12px;
  height: 25px;
  background: url("../images/flo-sprite.png") 0 -150px no-repeat;
}

/* ---------- 1.6 JSCROLLPANE ---------- */
/* line 346, style.scss */
.jspVerticalBar {
  width: 6px;
}

/* line 350, style.scss */
.jspTrack {
  background: #ccc;
}

/* line 354, style.scss */
.jspDrag {
  background: gray;
}

/* ---------- 1.7 FORM ---------- */
/* line 359, style.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
  height: 44px;
  font-family: "brandon-medium", Georgia, serif;
  letter-spacing: 0.05rem;
}

/* line 376, style.scss */
select {
  font-size: 0.9rem;
}

/* line 379, style.scss */
textarea {
  resize: none;
  font-family: "brandon-medium", Georgia, serif;
  letter-spacing: 0.05rem;
}

/* line 385, style.scss */
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border-width: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "brandon-medium", Georgia, serif;
  letter-spacing: 0.05rem;
}

/* line 403, style.scss */
select {
  font-family: "brandon-medium", Georgia, serif;
  letter-spacing: 0.05rem;
}

/*
   1.end HELPER CLASSES
------------------------------------------- */
/* line 418, style.scss */
.has-separator-colon:after {
  content: ",";
}

/*
   2. HEADER
------------------------------------------- */
/* line 427, style.scss */
.site-header {
  position: relative;
  background-color: white;
  z-index: 100;
}

/* line 435, style.scss */
.f-topbar-fixed .fixed .site-header {
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 440, style.scss */
.site-identity {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.site-identity:before, .site-identity:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.site-identity:after {
  clear: both;
}
/* line 446, style.scss */
.site-identity.site-logo {
  padding-top: 25px;
}

/* line 451, style.scss */
.site-logo {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 457, style.scss */
.site-logo .logo {
  padding: 0;
}
/* line 461, style.scss */
.site-logo .site-name {
  display: none;
}
/* line 465, style.scss */
.site-logo .site-title {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 471, style.scss */
.nav-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

/* line 478, style.scss */
.menu-toggle-wrap {
  text-align: center;
}
/* line 484, style.scss */
.menu-toggle-wrap .menu-toggle span,
.menu-toggle-wrap .menu-toggle .icon-menu {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
/* line 491, style.scss */
.menu-toggle-wrap .menu-toggle span {
  font-size: 16px;
}

/* line 497, style.scss */
.menu-toggle {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  cursor: pointer;
  height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: auto;
  border: 0;
}
/* line 509, style.scss */
.menu-toggle:hover, .menu-toggle:focus {
  background: transparent;
}
/* line 514, style.scss */
.menu-toggle:focus {
  outline: 0;
}
/* line 517, style.scss */
.menu-toggle span {
  font-size: 310%;
  color: #3f3f3f;
  margin-right: 10px;
}
/* line 522, style.scss */
.menu-toggle i:before {
  width: auto;
  line-height: normal;
  color: #3f3f3f;
  font-size: 310%;
  margin-left: 0;
  margin-right: 0;
}

/* ---------- Logo Inside Menu ---------- */
/* line 535, style.scss */
.logo-inside-menu .logo-inside {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/*
   3. NAVIGATION
------------------------------------------- */
/* ---------- 3.1 SITE NAVIGATION ---------- */
/* line 550, style.scss */
.nav-menu,
.nav-menu ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

/* line 561, style.scss */
.nav-menu li a {
  font-size: 14px;
  color: black;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  cursor: pointer;
}
/* line 569, style.scss */
.nav-menu li a > span {
  display: block;
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  font-size: 12px;
  text-transform: lowercase;
}
/* line 577, style.scss */
.nav-menu li ul {
  display: none;
}
/* line 582, style.scss */
.nav-menu li.menu-lang-switcher ul {
  display: block;
}
/* line 584, style.scss */
.nav-menu li.menu-lang-switcher ul.qtrans_language_chooser {
  background: transparent;
  left: 0px;
  position: relative;
}
/* line 589, style.scss */
.nav-menu li.menu-lang-switcher ul.qtrans_language_chooser li {
  display: inline-block;
  float: none;
  padding: 3px;
}
/* line 595, style.scss */
.nav-menu li.menu-lang-switcher ul.qtrans_language_chooser li a span {
  margin-left: 10px;
}
/* line 600, style.scss */
.nav-menu li.menu-lang-switcher select {
  margin-bottom: 0px;
}

/* ---------- 3.2 PRIMARY NAVIGATION ---------- */
/* line 609, style.scss */
.primary-navigation .nav-menu a, .menu-one-column.logo-left .primary-navigation li a, .menu-one-column.logo-right .primary-navigation li a {
  font-family: "brandon-medium", Georgia, serif;
}

/* line 612, style.scss */
.primary-navigation {
  text-align: center;
  background-color: white;
  position: relative;
  /* ---------- Menu Functionality ---------- */
  /* first level */
  /* second level */
}
/* line 618, style.scss */
.primary-navigation li {
  white-space: nowrap;
}
/* line 621, style.scss */
.primary-navigation li a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 631, style.scss */
.primary-navigation > ul {
  background-color: white;
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  left: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* line 642, style.scss */
.primary-navigation > ul > li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 663, style.scss */
.nav-menu .logo-inside span {
  display: block;
}
/* line 668, style.scss */
.nav-menu .menu-item-has-children {
  position: relative;
}
/* line 671, style.scss */
.nav-menu .menu-item-has-children > .submenu-toggle {
  padding: 20px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 16px;
  line-height: normal;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}
/* line 682, style.scss */
.nav-menu .menu-item-has-children > .submenu-toggle i {
  font-style: normal;
}
/* line 689, style.scss */
.nav-menu .menu-item-has-children.active > .submenu-toggle {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 696, style.scss */
.mobile-menu-is-open {
  padding-top: 40px;
}
/* line 699, style.scss */
.mobile-menu-is-open > ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 708, style.scss */
.mobile-menu-is-open > ul:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  border-top: 1px dotted #e8e5e4;
}

/* ---------- Mobile Menu ---------- */
/* line 720, style.scss */
.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: 200;
  padding-bottom: 40px;
}
/* line 735, style.scss */
.mobile-menu .mobile-menu-inner {
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 105%;
  height: 100%;
  padding-right: 5%;
  padding-top: 80px;
  padding-bottom: 40px;
}
/* line 746, style.scss */
.mobile-menu .nav-menu {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 30px;
}
/* line 758, style.scss */
.mobile-menu .nav-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 766, style.scss */
.mobile-menu .menu-item-has-children > .submenu-toggle {
  right: -30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 773, style.scss */
.mobile-menu .submenu-open {
  background: white;
  z-index: 5;
}
/* line 782, style.scss */
.mobile-menu .mobile-menu-toggle {
  position: absolute;
  top: 30px;
  right: 60px;
  cursor: pointer;
  font-size: 150%;
  color: #3f3f3f;
}

/* line 797, style.scss */
.mobile-menu-active .mobile-menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* line 806, style.scss */
.admin-bar .mobile-menu-inner {
  margin-top: 46px;
}

/*
   3.3 PAGINATION
------------------------------------------- */
/* line 819, style.scss */
.pagination {
  margin-bottom: 50px;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.pagination:after {
  clear: both;
}
/* line 823, style.scss */
.pagination a {
  color: #3f3f3f;
}

/* line 828, style.scss */
.page-item,
.grid-pagination .next,
.grid-pagination .prev,
.next-post-title,
.prev-post-title,
.less-than,
.greater-than {
  font-size: 13px;
  display: inline;
}

/* line 839, style.scss */
.page-item {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
}

/* ---------- 3.3.1 POST PAGINATION ---------- */
/* line 844, style.scss */
.post-pagination {
  position: relative;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.post-pagination .pagination-wrapper:before, .post-pagination .pagination-wrapper:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.post-pagination .pagination-wrapper:after {
  clear: both;
}
/* line 854, style.scss */
.post-pagination .next-post .inner,
.post-pagination .prev-post .inner {
  background: #fff;
}
/* line 859, style.scss */
.post-pagination .next-post {
  float: right;
}
/* line 863, style.scss */
.post-pagination .prev-post {
  float: left;
}
/* line 867, style.scss */
.post-pagination .next-post-inner,
.post-pagination .prev-post-inner {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
}
/* line 874, style.scss */
.post-pagination .next-post-inner img,
.post-pagination .prev-post-inner img {
  display: block;
}
/* line 879, style.scss */
.post-pagination .next-post-title,
.post-pagination .prev-post-title {
  display: block;
  max-width: 100px;
}
/* line 885, style.scss */
.post-pagination .next,
.post-pagination .prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 10px;
  z-index: 1;
  font-family: "TrajanPro-Regular", Georgia, serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 90px;
  text-transform: uppercase;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 904, style.scss */
.post-pagination .next:hover,
.post-pagination .prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* ---------- 3.3.2 GRID PAGINATION ---------- */
/* line 911, style.scss */
.grid-pagination {
  text-align: center;
}
/* line 914, style.scss */
.grid-pagination .next {
  margin-left: 79px;
}
/* line 918, style.scss */
.grid-pagination .prev {
  margin-right: 79px;
}

/* ---------- 3.3.3 GALLERY PAGINATION ---------- */
/* line 926, style.scss */
.gallery-pagination .prev-gallery,
.gallery-pagination .next-gallery {
  width: 40%;
  float: left;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.gallery-pagination .prev-gallery:before, .gallery-pagination .prev-gallery:after,
.gallery-pagination .next-gallery:before,
.gallery-pagination .next-gallery:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.gallery-pagination .prev-gallery:after,
.gallery-pagination .next-gallery:after {
  clear: both;
}
/* line 934, style.scss */
.gallery-pagination .prev-gallery {
  padding-right: 15px;
}
/* line 938, style.scss */
.gallery-pagination .next-gallery {
  padding-left: 15px;
  text-align: right;
}
/* line 943, style.scss */
.gallery-pagination .less-than {
  float: left;
  margin-right: 15px;
}
/* line 948, style.scss */
.gallery-pagination .greater-than {
  float: right;
  margin-left: 15px;
}
/* line 953, style.scss */
.gallery-pagination .prev-text,
.gallery-pagination .next-text {
  display: block;
  overflow: hidden;
}
/* line 959, style.scss */
.gallery-pagination .prev-post-title,
.gallery-pagination .next-post-title {
  display: none;
}
/* line 965, style.scss */
.gallery-pagination .back-to-galleries {
  width: 20%;
  float: left;
  text-align: center;
}
/* line 970, style.scss */
.gallery-pagination .back-to-galleries .back {
  padding-top: 15px;
  position: relative;
}
/* line 974, style.scss */
.gallery-pagination .back-to-galleries .back:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 50%;
  margin-left: -5px;
  background: url("../images/flo-sprite.png") 0 -50px no-repeat;
}

/*
   4.0 GRID VIEW
------------------------------------------- */
/* line 1001, style.scss */
.grid-view {
  margin-bottom: 20px;
}
/* line 1006, style.scss */
.grid-view .post-preview-image img {
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 1014, style.scss */
.grid-view .post-preview-image:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 1021, style.scss */
.post-preview {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 1028, style.scss */
.post-preview-inner {
  position: relative;
}

/* line 1032, style.scss */
.post-preview-hidden {
  position: relative;
  background-color: #fff;
}
/* line 1036, style.scss */
.post-preview-hidden .post-preview-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* line 1046, style.scss */
.post-preview-hidden-child {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 1057, style.scss */
.post-title a {
  display: block;
}
/* line 1061, style.scss */
.post-title .post-title-before,
.post-title .post-title-after {
  display: block;
}
/* line 1066, style.scss */
.post-title .post-title-before {
  text-transform: uppercase;
  /*font-size: 0.6em;*/
}
/* line 1071, style.scss */
.post-title .post-title-after {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  font-family: normal;
  font-size: 0.65em;
  text-transform: none;
  color: #666666;
}

/* line 1082, style.scss */
.list .post-article-inner {
  border-top: 1px solid #e8e5e4;
  padding-top: 60px;
}

/* ---------- 4.end GRID HELPER CLASSES ---------- */
/* line 1094, style.scss */
.type-video .post-preview-image {
  position: relative;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 1098, style.scss */
.type-video .post-preview-image:before {
  content: '\e854';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: perspective(0) translate(-50%, -50%);
  -ms-transform: perspective(0) translate(-50%, -50%);
  -webkit-transform: perspective(0) translate(-50%, -50%);
  transform: perspective(0) translate(-50%, -50%);
  font-family: fontello;
  font-size: 400%;
  color: #fff;
  z-index: 9;
}

/* line 1113, style.scss */
.gutter-0 {
  margin-bottom: 50px;
}
/* line 1116, style.scss */
.gutter-0 > .row {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 1121, style.scss */
.gutter-0 .post-preview {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

/* line 1129, style.scss */
.gutter-2 {
  margin-bottom: 48px;
}
/* line 1132, style.scss */
.gutter-2 > .row {
  margin-left: -1px;
  margin-right: -1px;
}
/* line 1137, style.scss */
.gutter-2 .post-preview {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 2px;
}

/* line 1145, style.scss */
.gutter-5 {
  margin-bottom: 45px;
}
/* line 1148, style.scss */
.gutter-5 > .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
/* line 1153, style.scss */
.gutter-5 .post-preview {
  padding-left: 2.5px;
  padding-right: 2.5px;
  margin-bottom: 5px;
}

/* line 1161, style.scss */
.gutter-10 {
  margin-bottom: 40px;
}
/* line 1164, style.scss */
.gutter-10 > .row {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 1169, style.scss */
.gutter-10 .post-preview {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

/* line 1177, style.scss */
.gutter-20 {
  margin-bottom: 30px;
}
/* line 1180, style.scss */
.gutter-20 > .row {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 1185, style.scss */
.gutter-20 .post-preview {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/* line 1209, style.scss */
.gutter-40 {
  margin-bottom: 10px;
}
/* line 1212, style.scss */
.gutter-40 > .row {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 1217, style.scss */
.gutter-40 .post-preview {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

/* line 1225, style.scss */
.gutter-50 {
  margin-bottom: 0;
}
/* line 1228, style.scss */
.gutter-50 > .row {
  margin-left: -25px;
  margin-right: -25px;
}
/* line 1233, style.scss */
.gutter-50 .post-preview {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}

/* line 1271, style.scss */
.title-bordered-bottom .post-preview-hidden {
  border: 1px solid #e8e5e4;
  border-top-color: transparent;
  margin-top: -1px;
}

/* line 1280, style.scss */
.title-bordered-right .post-preview-hidden {
  border: 1px solid #e8e5e4;
  border-left-color: transparent;
  margin-left: -1px;
}

/* line 1290, style.scss */
.title-next .post-preview-inner {
  background: #fafafa;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.title-next .post-preview-inner:before, .title-next .post-preview-inner:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.title-next .post-preview-inner:after {
  clear: both;
}
/* line 1295, style.scss */
.title-next .post-preview-image,
.title-next .post-preview-hidden {
  width: 50%;
  float: left;
}
/* line 1300, style.scss */
.title-next .post-preview-hidden {
  background: transparent;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 1310, style.scss */
.title-next .post-preview-hidden-child {
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
   5. PAGES
------------------------------------------- */
/* line 1322, style.scss */
.page-entry {
  margin-bottom: 55px;
}
/* line 1325, style.scss */
.page-entry .content-title {
  text-align: center;
}
/* line 1329, style.scss */
.page-entry .post-header {
  text-align: center;
  margin-bottom: 50px;
}

/* line 1337, style.scss */
.page .post-header {
  margin-bottom: 0;
}
/* line 1341, style.scss */
.page .page-header {
  margin-bottom: 50px;
}
/* line 1345, style.scss */
.page .post_content {
  margin-top: 50px;
}

/* line 1350, style.scss */
.posts-container {
  margin-bottom: 55px;
}
/* line 1353, style.scss */
.posts-container .entry-title {
  text-align: center;
}

/* line 1358, style.scss */
.layout-width,
.single-layout-width {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

/* line 1371, style.scss */
.post-header .post-meta > span {
  margin-right: 3px;
}
/* line 1375, style.scss */
.post-header .post-meta .post-decoration {
  margin-bottom: 15px;
  margin-right: 0;
}

/* line 1382, style.scss */
.post-title {
  letter-spacing: 0.45rem;
  margin-top: 40px;
}
/* line 1385, style.scss */
.post-title .post-title-before,
.post-title .post-title-after {
  display: block;
}
/* line 1390, style.scss */
.post-title .post-title-before {
  margin-bottom: 5px;
}
/* line 1394, style.scss */
.post-title .post-title-after {
  margin-top: 5px;
  letter-spacing: 0.1rem;
}

/* line 1402, style.scss */
.post-preview .post-title, .single-gallery .post-title {
  margin-top: 0px;
}

/* ---------- 5.1 ABOUT ---------- */
/* line 1411, style.scss */
.about-us .about-intro {
  text-align: center;
}
/* line 1415, style.scss */
.about-us .cosmo-one-half,
.about-us .cosmo-one-third,
.about-us .cosmo-two-third,
.about-us .cosmo-one-fourth,
.about-us .cosmo-three-fourth,
.about-us .cosmo-one-fifth,
.about-us .cosmo-two-fifth,
.about-us .cosmo-three-fifth,
.about-us .cosmo-four-fifth,
.about-us .cosmo-one-sixth,
.about-us .cosmo-five-sixth {
  width: 100%;
}
/* line 1432, style.scss */
.about-us .cosmo-team-member .featimg {
  margin-bottom: 25px;
}
/* line 1436, style.scss */
.about-us .cosmo-team-member .entry-content-job {
  margin-bottom: 27px;
}

/* ---------- 5.2 SINGLE POST ---------- */
/* line 1448, style.scss */
.single .flo-gallery-shortcode img {
  margin-bottom: 0px !important;
}

/* line 1456, style.scss */
.single-post .layout-width,
.single-post .single-layout-width {
  padding-top: 40px;
}
/* line 1460, style.scss */
.single-post .layout-width:before,
.single-post .single-layout-width:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  border-top: 1px solid #e8e5e4;
}

/* line 1471, style.scss */
.post-article {
  margin-bottom: 45px;
}
/* line 1474, style.scss */
.post-article .post-article-inner {
  /*max-width: 700px;*/
  margin-left: auto;
  margin-right: auto;
}
/* line 1480, style.scss */
.post-article .post-image {
  margin-bottom: 20px;
}
/* line 1484, style.scss */
.post-article .post-header {
  text-align: center;
  margin-bottom: 45px;
}
/* line 1489, style.scss */
.post-article .post-title {
  margin-bottom: 1px;
}
/* line 1492, style.scss */
.post-article .post-title .post-title-after {
  margin-bottom: 4px;
}
/* line 1497, style.scss */
.post-article footer {
  margin-top: 10px;
}
/* line 1500, style.scss */
.post-article footer .meta-wrap {
  margin-bottom: 43px;
}
/* line 1506, style.scss */
.post-article footer .post-meta .left,
.post-article footer .post-meta .right {
  width: 100%;
}
/* line 1513, style.scss */
.post-article footer .post-meta .right .meta-wrap {
  padding-left: 45px;
  position: relative;
}
/* line 1517, style.scss */
.post-article footer .post-meta .right .meta-wrap:before {
  position: absolute;
  content: "\e829";
  font-family: fontello;
  font-size: 14%;
  left: 20px;
  top: 55%;
}
/* line 1526, style.scss */
.post-article footer .post-meta .right .meta-wrap:first-of-type {
  padding-left: 0;
}
/* line 1529, style.scss */
.post-article footer .post-meta .right .meta-wrap:first-of-type:before {
  display: none;
}
/* line 1538, style.scss */
.post-article p {
  margin-bottom: 35px;
}

/* line 1545, style.scss */
.post-article-title-left .post-meta {
  margin-bottom: 40px;
}
/* line 1552, style.scss */
.post-article-title-left .socials .share-link {
  display: none;
}
/* line 1556, style.scss */
.post-article-title-left .socials .icon-holder {
  display: inline-block;
}
/* line 1560, style.scss */
.post-article-title-left .socials .social-item {
  margin-left: 0;
  margin-right: 25px;
}

/* line 1574, style.scss */
.single-video .main-slideshow {
  margin-bottom: 50px;
}

/* line 1579, style.scss */
.related-box {
  padding-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/* line 1585, style.scss */
.related-box .block-title {
  margin-bottom: 40px;
}
/* line 1589, style.scss */
.related-box article {
  padding-bottom: 20px;
}
/* line 1593, style.scss */
.related-box .entry-content {
  margin-top: 20px;
}

/* ---------- 5.3 404 PAGE ---------- */
/* line 1601, style.scss */
.error404 .content-title.search {
  margin-bottom: 55px;
  text-align: center;
  font-size: 70px !important;
}

/* ---------- 5.4 SEARCH PAGE ---------- */
/* line 1611, style.scss */
.search-results .content-title,
.search-no-results .content-title {
  text-align: center;
  margin-bottom: 55px;
}

/* ---------- 5.5 HOME PAGE ---------- */
/* line 1618, style.scss */
.has-slideshow .home-one,
.has-slideshow .home-two {
  position: relative;
  z-index: 100;
}
/* line 1623, style.scss */
.has-slideshow .home-one .header-main,
.has-slideshow .home-two .header-main {
  background: #e8e5e4;
}
/* line 1627, style.scss */
.has-slideshow .home-one .header-main-inner,
.has-slideshow .home-two .header-main-inner {
  position: relative;
}
/* line 1632, style.scss */
.has-slideshow .home-one .site-identity,
.has-slideshow .home-two .site-identity {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  width: 100%;
  top: 45%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1643, style.scss */
.has-slideshow .home-one .menu-toggle-wrap,
.has-slideshow .home-two .menu-toggle-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-bottom: 20px;
}
/* line 1651, style.scss */
.has-slideshow .home-one .nav-menu,
.has-slideshow .home-two .nav-menu {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0;
  margin-right: 0;
}

/* line 1661, style.scss */
.has-slideshow .home-one .nav-wrapper {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
}

/*
   6. SLIDERS
------------------------------------------- */
/* line 1678, style.scss */
.gallery-slider {
  position: relative;
  margin-bottom: 50px;
}

/* line 1683, style.scss */
.gallery-description {
  text-align: center;
  margin-bottom: 50px;
}
/* line 1689, style.scss */
.gallery-description .flo-icon {
  display: block;
  top: auto;
  bottom: -20px;
}

/* line 1698, style.scss */
.image-desc-container p {
  margin-bottom: 35px;
}
/* line 1702, style.scss */
.image-desc-container .image-desc-inner {
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e5e4;
}
/* line 1708, style.scss */
.image-desc-container .image-desc-title {
  margin-bottom: 30px;
}

/* line 1715, style.scss */
.main-slideshow .royalSlider, .gallery-slider .royalSlider {
  width: 100%;
  display: none;
}

/* line 1721, style.scss */
.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
  background: transparent;
}

/* line 1730, style.scss */
.rsDefaultInv {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 1734, style.scss */
.rsDefaultInv .rsArrow {
  width: auto;
}
/* line 1740, style.scss */
.rsDefaultInv .rsArrowLeft .rsArrowIcn {
  left: 0;
}
/* line 1747, style.scss */
.rsDefaultInv .rsArrowRight .rsArrowIcn {
  left: auto;
  right: -1px;
}
/* line 1754, style.scss */
.rsDefaultInv .rsArrowIcn {
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-top: auto;
  line-height: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1764, style.scss */
.rsDefaultInv .rsArrowIcn:hover {
  background: none;
}
/* line 1770, style.scss */
.rsDefaultInv .rsBtnCenterer {
  top: 70%;
}
/* line 1773, style.scss */
.rsDefaultInv .rsPlayBtnIcon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  font-family: 'fontello';
  border: 1px solid;
  font-size: 30px;
  position: relative;
}
/* line 1782, style.scss */
.rsDefaultInv .rsPlayBtnIcon:before {
  content: '\e83d';
  position: absolute;
  top: 50%;
  -moz-transform: translate(40%, -50%);
  -ms-transform: translate(40%, -50%);
  -webkit-transform: translate(40%, -50%);
  transform: translate(40%, -50%);
}
/* line 1790, style.scss */
.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: transparent;
}

/* line 1799, style.scss */
.arrow-border-glyph9 .rsArrowLeft .rsArrowIcn {
  left: 2px;
}
/* line 1806, style.scss */
.arrow-border-glyph9 .rsArrowRight .rsArrowIcn {
  right: 2px;
}

/* line 1816, style.scss */
.slide-border .rsArrowLeft .rsArrowIcn {
  left: -7px;
}
/* line 1823, style.scss */
.slide-border .rsArrowRight .rsArrowIcn {
  right: -5px;
}
/* line 1832, style.scss */
.slide-border.arrow-arrow99 .rsArrowLeft .rsArrowIcn {
  left: -5px;
}
/* line 1842, style.scss */
.slide-border.arrow-bold .rsArrowLeft .rsArrowIcn {
  left: -2px;
}
/* line 1849, style.scss */
.slide-border.arrow-bold .rsArrowRight .rsArrowIcn {
  right: -6px;
}
/* line 1859, style.scss */
.slide-border.arrow-smallbold .rsArrowLeft .rsArrowIcn {
  left: -5px;
}
/* line 1870, style.scss */
.slide-border.arrow-square99 .rsArrowLeft .rsArrowIcn, .slide-border.arrow-border-glyph9 .rsArrowLeft .rsArrowIcn {
  left: 11px;
}
/* line 1877, style.scss */
.slide-border.arrow-square99 .rsArrowRight .rsArrowIcn, .slide-border.arrow-border-glyph9 .rsArrowRight .rsArrowIcn {
  right: 11px;
}
/* line 1887, style.scss */
.slide-border.arrow-glyph27 .rsArrowLeft .rsArrowIcn {
  left: -6px;
}
/* line 1894, style.scss */
.slide-border.arrow-glyph27 .rsArrowRight .rsArrowIcn {
  right: -9px;
}

/* line 1906, style.scss */
.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1915, style.scss */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: none;
}

/* line 1923, style.scss */
.arrow-square99 .bx-prev {
  left: 0;
}
/* line 1927, style.scss */
.arrow-square99 .bx-next {
  right: 0;
}

/* ---------- 6.1 SLIDER WITH DESCRITPION ---------- */
/* line 1936, style.scss */
.simple-slider .rsSlide {
  text-align: center;
}
/* line 1940, style.scss */
.simple-slider .slide {
  display: inline-block;
}
/* line 1943, style.scss */
.simple-slider .slide img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* line 1949, style.scss */
.simple-slider .slide.gallery-entry {
  display: block;
}
@media only screen and (min-width: 40.063em) {
  /* line 1953, style.scss */
  .simple-slider .slide.gallery-entry img {
    margin-left: 0 !important;
  }
}
/* line 1960, style.scss */
.simple-slider .pin-button {
  width: 33px;
  height: 33px;
  position: absolute;
  left: 20px;
  bottom: 25px;
  z-index: 30;
  background-position: 10px -145px;
}

/* line 1971, style.scss */
.gallery-slider {
  /* Slides */
}
/* line 1974, style.scss */
.gallery-slider .slide {
  position: relative;
}

/* line 1980, style.scss */
.slide-title {
  letter-spacing: 0.4rem;
}

/* ---------- 6.2 FULL WIDTH SLIDER ---------- */
/* line 1984, style.scss */
.full-width-slider {
  display: none;
}
/* line 1988, style.scss */
.full-width-slider .bx-viewport {
  height: 390px !important;
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
}
/* line 1995, style.scss */
.full-width-slider .bx-viewport .slide {
  width: auto !important;
  height: 100%;
  overflow: hidden;
}
/* line 2001, style.scss */
.full-width-slider .bx-viewport img {
  max-height: 100%;
  width: auto;
  max-width: none;
}
/* line 2008, style.scss */
.full-width-slider .bxslider {
  min-width: 2000%;
  height: 100%;
}
/* line 2013, style.scss */
.full-width-slider .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 400px;
  max-width: 80%;
  height: 100%;
  background: #fff;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  padding: 20px 20px 30px 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* line 2028, style.scss */
.full-width-slider .slide-content .info {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: auto;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 2034, style.scss */
.full-width-slider .slide-content.slide-content-open {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 2037, style.scss */
.full-width-slider .slide-content.slide-content-open .info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* line 2044, style.scss */
.full-width-slider .slide-content-inner {
  overflow-y: auto;
  height: 95%;
  width: 105%;
  padding: 0;
  top: 0;
  left: 0;
}
/* line 2052, style.scss */
.full-width-slider .slide-content-inner .post-article {
  padding: 30px 40px 0 30px;
  margin-bottom: 0;
}

/* line 2059, style.scss */
.slide-content-inner .post-title {
  margin-top: 0px;
}

/* line 2065, style.scss */
.slide-content .info,
.slide-content .close {
  position: absolute;
  z-index: 1;
}
/* line 2071, style.scss */
.slide-content .info {
  top: 0;
  left: -27px;
}
/* line 2076, style.scss */
.slide-content .close {
  top: 20px;
  right: 20px;
}

/* line 2082, style.scss */
.gallery-image-description {
  margin-bottom: 50px;
}
/* line 2085, style.scss */
.gallery-image-description ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #e8e5e4;
}
/* line 2092, style.scss */
.gallery-image-description li {
  display: none;
}
/* line 2096, style.scss */
.gallery-image-description .post-article {
  margin-bottom: 50px;
}
/* line 2100, style.scss */
.gallery-image-description .post-header {
  text-align: left;
}

/* ---------- 6.3 MAIN SLIDESHOW ---------- */
/* line 2109, style.scss */
.main-content .main-slideshow {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 2115, style.scss */
.main-slideshow {
  margin-bottom: 60px;
}
/* line 2118, style.scss */
.main-slideshow .rsOverflow {
  width: 100% !important;
}
/* line 2122, style.scss */
.main-slideshow .rsBullets {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 35px;
  line-height: normal;
  padding-top: 0;
}
/* line 2131, style.scss */
.main-slideshow .rsBullet {
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
/* line 2137, style.scss */
.main-slideshow .rsBullet span {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 8px;
}
/* line 2149, style.scss */
.main-slideshow .rsBullet.rsNavSelected span {
  background-color: #fff;
}

/* line 2156, style.scss */
.slide-video {
  height: 100%;
  width: 100%;
}
/* line 2160, style.scss */
.slide-video .rsVideoFrameHolder {
  width: 100% !important;
  height: 100% !important;
}

/* ---------- 6.end SLIDER HELPER CLASSES ---------- */
/* line 2173, style.scss */
.gallery-entry .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  padding: 30px 44px 70px 30px;
  border-top: 1px solid #e8e5e4;
  border-bottom: 1px solid #e8e5e4;
  border-right: 1px solid #e8e5e4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* line 2188, style.scss */
.gallery-entry .slide-content article {
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  overflow: hidden;
}
/* line 2202, style.scss */
.gallery-entry .slide-content .gallery-article-inner {
  margin-right: -25px;
  padding-right: 25px;
  height: 100%;
  overflow-y: auto;
}
/* line 2209, style.scss */
.gallery-entry .slide-content .gallery-sharing {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 2217, style.scss */
.gallery-entry .slide-content .socials {
  margin-bottom: 0;
}
/* line 2222, style.scss */
.gallery-entry .share-link {
  position: relative;
  padding-bottom: 20px;
}
/* line 2226, style.scss */
.gallery-entry .share-link .flo-icon {
  display: inline-block;
  top: auto;
  bottom: 0;
}

/* line 2235, style.scss */
.slide-border {
  position: relative;
}
/* line 2238, style.scss */
.slide-border .slide:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background: transparent;
  border: 1px solid #fff;
}

/* line 2251, style.scss */
.rsBtnCenterer {
  z-index: 2;
}

/* line 2256, style.scss */
.has-image-title {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 15px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 2268, style.scss */
.slide-content-inner {
  position: absolute;
  padding: 20px;
  text-align: center;
}

/* line 2274, style.scss */
.bx-wrapper .bx-controls-direction a {
  z-index: 21;
}

/* line 2286, style.scss */
.arrow-glyph9 .bx-wrapper .bx-controls-direction a,
.arrow-glyph9 .rsArrowIcn,
.arrow-glyph9 .slick-next, .arrow-glyph9 .slick-prev,
.arrow-arrow99 .bx-wrapper .bx-controls-direction a,
.arrow-arrow99 .rsArrowIcn,
.arrow-arrow99 .slick-next,
.arrow-arrow99 .slick-prev,
.arrow-bold .bx-wrapper .bx-controls-direction a,
.arrow-bold .rsArrowIcn,
.arrow-bold .slick-next,
.arrow-bold .slick-prev,
.arrow-smallbold .bx-wrapper .bx-controls-direction a,
.arrow-smallbold .rsArrowIcn,
.arrow-smallbold .slick-next,
.arrow-smallbold .slick-prev,
.arrow-square99 .bx-wrapper .bx-controls-direction a,
.arrow-square99 .rsArrowIcn,
.arrow-square99 .slick-next,
.arrow-square99 .slick-prev,
.arrow-glyph27 .bx-wrapper .bx-controls-direction a,
.arrow-glyph27 .rsArrowIcn,
.arrow-glyph27 .slick-next,
.arrow-glyph27 .slick-prev,
.arrow-border-glyph9 .bx-wrapper .bx-controls-direction a,
.arrow-border-glyph9 .rsArrowIcn,
.arrow-border-glyph9 .slick-next,
.arrow-border-glyph9 .slick-prev {
  font-family: 'fontello';
  font-size: 400%;
  color: #fbfafa;
  width: 44px;
  height: 44px;
}

/* line 2299, style.scss */
.rsDefaultInv .rsArrow {
  top: 0;
}
/* line 2301, style.scss */
.rsDefaultInv .rsArrow.rsArrowRight {
  right: 0;
}

/* line 2305, style.scss */
.rsArrowIcn {
  z-index: 21;
}

/* line 2310, style.scss */
.arrow-glyph9 .rsArrowLeft .rsArrowIcn:before,
.arrow-glyph9 .bx-wrapper .bx-prev:before, .arrow-glyph9 .slick-prev:before {
  content: '\e838';
}
/* line 2315, style.scss */
.arrow-glyph9 .rsArrowRight .rsArrowIcn:before,
.arrow-glyph9 .bx-wrapper .bx-next:before, .arrow-glyph9 .slick-next:before {
  content: '\e837';
}

/* line 2323, style.scss */
.arrow-arrow99 .rsArrowLeft .rsArrowIcn:before,
.arrow-arrow99 .bx-wrapper .bx-prev:before, .arrow-arrow99 .slick-prev:before {
  content: '\e83e';
}
/* line 2328, style.scss */
.arrow-arrow99 .rsArrowRight .rsArrowIcn:before,
.arrow-arrow99 .bx-wrapper .bx-next:before, .arrow-arrow99 .slick-next:before {
  content: '\e83d';
}

/* line 2336, style.scss */
.arrow-bold .rsArrowLeft .rsArrowIcn:before,
.arrow-bold .bx-wrapper .bx-prev:before, .arrow-bold .slick-prev:before {
  content: '\e844';
}
/* line 2341, style.scss */
.arrow-bold .rsArrowRight .rsArrowIcn:before,
.arrow-bold .bx-wrapper .bx-next:before, .arrow-bold .slick-next:before {
  content: '\e845';
}

/* line 2349, style.scss */
.arrow-smallbold .rsArrowLeft .rsArrowIcn:before,
.arrow-smallbold .bx-wrapper .bx-prev:before, .arrow-smallbold .slick-prev:before {
  content: '\e842';
}
/* line 2354, style.scss */
.arrow-smallbold .rsArrowRight .rsArrowIcn:before,
.arrow-smallbold .bx-wrapper .bx-next:before, .arrow-smallbold .slick-next:before {
  content: '\e841';
}

/* line 2362, style.scss */
.arrow-square99 .rsArrowLeft .rsArrowIcn:before,
.arrow-square99 .bx-wrapper .bx-prev:before, .arrow-square99 .slick-prev:before {
  content: '\e834';
}
/* line 2367, style.scss */
.arrow-square99 .rsArrowRight .rsArrowIcn:before,
.arrow-square99 .bx-wrapper .bx-next:before, .arrow-square99 .slick-next:before {
  content: '\e836';
}

/* line 2375, style.scss */
.arrow-glyph27 .rsArrowLeft .rsArrowIcn:before,
.arrow-glyph27 .bx-wrapper .bx-prev:before, .arrow-glyph27 .slick-prev:before {
  content: '\e848';
}
/* line 2380, style.scss */
.arrow-glyph27 .rsArrowRight .rsArrowIcn:before,
.arrow-glyph27 .bx-wrapper .bx-next:before, .arrow-glyph27 .slick-next:before {
  content: '\e849';
}

/* line 2388, style.scss */
.arrow-border-glyph9 .bx-wrapper .bx-controls-direction a,
.arrow-border-glyph9 .rsArrowIcn, .arrow-border-glyph9 .slick-next, .arrow-border-glyph9 .slick-prev {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #fbfafa;
  color: #999;
  font-size: 300%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}
/* line 2400, style.scss */
.arrow-border-glyph9 .rsArrowLeft .rsArrowIcn:before,
.arrow-border-glyph9 .bx-wrapper .bx-prev:before, .arrow-border-glyph9 .slick-prev:before {
  content: '\e838';
}
/* line 2405, style.scss */
.arrow-border-glyph9 .rsArrowRight .rsArrowIcn:before,
.arrow-border-glyph9 .bx-wrapper .bx-next:before, .arrow-border-glyph9 .slick-next:before {
  content: '\e837';
}
/* line 2410, style.scss */
.arrow-border-glyph9 .rsArrowLeft .rsArrowIcn:before,
.arrow-border-glyph9 .rsArrowRight .rsArrowIcn:before,
.arrow-border-glyph9 .bx-wrapper .bx-prev:before,
.arrow-border-glyph9 .bx-wrapper .bx-next:before,
.arrow-border-glyph9 .slick-prev:before, .arrow-border-glyph9 .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-51%, -44%);
  -ms-transform: translate(-51%, -44%);
  -webkit-transform: translate(-51%, -44%);
  transform: translate(-51%, -44%);
}

/*
   7. MOSAIC
------------------------------------------- */
/* line 2426, style.scss */
.mosaic {
  max-width: 1100px;
  overflow: hidden;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.mosaic-wrap:before, .mosaic-wrap:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.mosaic-wrap:after {
  clear: both;
}

/* line 2435, style.scss */
.mosaic-column {
  float: left;
}

/* line 2439, style.scss */
.mosaic-item {
  position: relative;
  overflow: hidden;
}
/* line 2443, style.scss */
.mosaic-item .mosaic-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 1px;
}

/* line 2456, style.scss */
.mosaic-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 2463, style.scss */
.mosaic-content img {
  height: 100%;
}

/* line 2472, style.scss */
a.mosaic-content img {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 2483, style.scss */
a.mosaic-content:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 2491, style.scss */
.mosaic-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 2500, style.scss */
.mosaic-content-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
}

/* line 2509, style.scss */
.w25 {
  width: 25%;
}

/* line 2510, style.scss */
.w50 {
  width: 50%;
}

/* line 2516, style.scss */
.n-25x25 {
  padding-top: 50%;
}

/* line 2517, style.scss */
.n-25x75 {
  padding-top: 150%;
}

/* line 2518, style.scss */
.n-25x50 {
  padding-top: 100%;
}

/* line 2519, style.scss */
.n-25x100 {
  padding-top: 200%;
}

/* line 2521, style.scss */
.n-50x50 {
  padding-top: 50%;
}

/* line 2522, style.scss */
.n-50x100 {
  padding-top: 100%;
}

/*
   8. COMMENTS
------------------------------------------- */
/* line 2531, style.scss */
.cosmo-comments ul,
.cosmo-comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 2537, style.scss */
.cosmo-comments ul .children,
.cosmo-comments ol .children {
  margin-left: 20px;
}
/* line 2542, style.scss */
.cosmo-comments p {
  margin-bottom: 10px;
}
/* line 2546, style.scss */
.cosmo-comments .form-submit {
  margin-bottom: 0;
}
/* line 2550, style.scss */
.cosmo-comments textarea {
  height: 172px;
  resize: none;
  overflow: auto;
}

/* line 2557, style.scss */
.comment-body {
  margin-bottom: 45px;
}

/* line 2561, style.scss */
.comment-meta {
  margin-bottom: 0.5rem;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-meta:before, .comment-meta:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-meta:after {
  clear: both;
}

/* line 2566, style.scss */
.comment-author-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  text-transform: capitalize;
  float: left;
  clear: left;
  width: 80%;
}
/* line 2574, style.scss */
.comment-author-name span {
  text-transform: none;
}

/* line 2579, style.scss */
.comment-period {
  font-size: 11px;
}

/* line 2583, style.scss */
.reply-wrap {
  float: right;
  clear: right;
  width: 15%;
  margin-top: -4px;
  text-align: right;
}
/* line 2590, style.scss */
.reply-wrap span {
  line-height: normal;
  font-weight: normal;
}
/* line 2595, style.scss */
.reply-wrap a {
  font-weight: normal;
}

/* line 2602, style.scss */
.comment-content p {
  font-size: 12px;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-respond:before, .comment-respond:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-respond:after {
  clear: both;
}
/* line 2611, style.scss */
.comment-respond .button-wrap {
  text-align: center;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-respond .button-wrap:before, .comment-respond .button-wrap:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.comment-respond .button-wrap:after {
  clear: both;
}
/* line 2616, style.scss */
.comment-respond button {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: #000;
  margin-bottom: 0;
}

/*
   9. WIDGETS
------------------------------------------- */
/* line 2632, style.scss */
.content-sidebar .widget {
  margin-bottom: 45px;
}
/* line 2636, style.scss */
.content-sidebar .widget-title {
  text-align: center;
}

/* line 2641, style.scss */
.widget-title {
  letter-spacing: 0.3em;
  margin-bottom: 15px;
}

/* line 2646, style.scss */
.widget-delimiter {
  display: none;
}

/* line 2652, style.scss */
.widget ul, .widget ol {
  margin-bottom: 0;
  margin: 0;
  list-style: none;
}
/* line 2657, style.scss */
.widget ul li, .widget ol li {
  margin-bottom: 7px;
}

/* line 2663, style.scss */
.button-title-link {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
}

/* line 2667, style.scss */
#footer-sidebar-bottom {
  padding-top: 50px;
  border-top: 1px solid #e8e5e4;
}

/* line 2673, style.scss */
.footer-sidebar .widget {
  margin-bottom: 40px;
}
/* line 2678, style.scss */
.footer-sidebar .widget {
  position: relative;
  text-align: center;
}
/* line 2685, style.scss */
.footer-sidebar .widget-delimiter {
  display: block;
  width: 44px;
  height: 1px;
  background: #e8e5e4;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
}

/* line 2704, style.scss */
.footer-sidebar .flo-image-inner {
  position: relative;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 2710, style.scss */
.footer-sidebar .flo-image-text {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 100%;
}
/* line 2723, style.scss */
.footer-sidebar .flo-no-image .flo-image-text {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: static;
}

/* line 2730, style.scss */
.flo-widget-title-img {
  display: block;
  margin: 0 auto 15px;
}

/* line 2737, style.scss */
.widget_search fieldset {
  border: none;
  padding: 0;
}
/* line 2744, style.scss */
.widget_search #searchform button {
  height: 34px;
  line-height: normal;
  top: 1px;
  right: 1px;
  background: transparent;
  margin-bottom: 0;
}
/* line 2753, style.scss */
.widget_search #searchform input[type="text"] {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 64px;
  line-height: 20px;
}
/* line 2761, style.scss */
.widget_search button {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 2766, style.scss */
.widget_search .icon-search {
  font-size: 200%;
  color: #000;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  margin-right: 16px;
}

/* line 2780, style.scss */
.widget_archive ul {
  text-align: center;
}
/* line 2783, style.scss */
.widget_archive ul li {
  margin-bottom: 17px;
}
/* line 2787, style.scss */
.widget_archive ul a {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  font-size: 14px;
}

/* line 2796, style.scss */
.widget_calendar table {
  margin-left: auto;
  margin-right: auto;
}
/* line 2801, style.scss */
.widget_calendar th,
.widget_calendar td {
  padding: 3px;
}

/* line 2807, style.scss */
.widget_categories,
.widget_nav_menu,
.widget_meta,
.widget_pages,
.widget_about,
.widget_recent_entries {
  text-align: center;
}

/* line 2819, style.scss */
.widget_about .about-author-bg {
  margin-bottom: 30px;
}
/* line 2823, style.scss */
.widget_about header {
  margin-bottom: 34px;
}

/* line 2830, style.scss */
.widget_flickr_photos .flickr {
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
}
/* line 2837, style.scss */
.widget_flickr_photos .flickr_badge_image {
  float: left;
  margin: 4px;
}

/* line 2849, style.scss */
.content-sidebar .flo_images .widget-title {
  text-align: left;
  margin-top: 18px;
  margin-bottom: 21px;
}

/* line 2861, style.scss */
.widget_socialicons .social a {
  margin-right: 20px;
}
/* line 2864, style.scss */
.widget_socialicons .social a:last-of-type {
  margin-right: 0;
}

/* line 2876, style.scss */
.widget_rss ul li {
  margin-bottom: 17px;
}
/* line 2881, style.scss */
.widget_rss .rsswidget,
.widget_rss .rss-date {
  margin-bottom: 10px;
}
/* line 2886, style.scss */
.widget_rss .rsswidget {
  text-transform: uppercase;
  font-size: 12px;
}

/* line 2896, style.scss */
.widget_tag_cloud .tagcloud a {
  font-size: 13px !important;
  margin-right: 10px;
}

/* line 2905, style.scss */
.vfb_widget_class fieldset {
  background: transparent;
  border: none;
}
/* line 2910, style.scss */
.vfb_widget_class input.vfb-checkbox, .vfb_widget_class input[type="checkbox"].vfb-checkbox,
.vfb_widget_class input.vfb-radio, .vfb_widget_class input[type="radio"].vfb-radio {
  display: inline-block;
}
/* line 2915, style.scss */
.vfb_widget_class .visual-form-builder label.vfb-choice {
  width: auto;
  margin: 0 0 0 15px;
  padding: 0;
}
/* line 2921, style.scss */
.vfb_widget_class .vfb-section-div {
  background: transparent;
}
/* line 2925, style.scss */
.vfb_widget_class .vfb-submit,
.vfb_widget_class input[type="submit"].vfb-submit {
  background: #000;
  color: #fff;
  border-color: #000;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 10px !important;
  font-family: "TrajanPro-Regular", Georgia, serif;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 2943, style.scss */
.header-main-inner .inner {
  position: relative;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.site-header .flo-lang-switcher:before, .site-header .flo-lang-switcher:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.site-header .flo-lang-switcher:after {
  clear: both;
}
/* line 2952, style.scss */
.site-header .flo-lang-switcher .widget {
  float: right;
}
/* line 2956, style.scss */
.site-header .flo-lang-switcher select {
  min-width: 100px;
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 2962, style.scss */
.site-header .flo-lang-switcher option {
  font-size: 16px;
}
/* line 2969, style.scss */
.site-header .qtrans_language_chooser li {
  float: left;
  margin-left: 15px;
  margin-bottom: 0;
}
/* line 2974, style.scss */
.site-header .qtrans_language_chooser li:first-of-type {
  margin-left: 0;
}
/* line 2979, style.scss */
.site-header .qtrans_language_chooser a {
  color: #3f3f3f;
}
/* line 2983, style.scss */
.site-header .qtrans_language_chooser .qtrans_flag {
  margin-top: 10px;
}
/* line 2987, style.scss */
.site-header .qtrans_language_chooser .qtrans_flag_and_text {
  background-position: 0 50%;
}

/*
   10. CONTACTS
------------------------------------------- */
/* line 3000, style.scss */
.page-template-templatestemplate-contact-form-php .content {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}
/* line 3006, style.scss */
.page-template-templatestemplate-contact-form-php .flo-entry-content {
  margin-bottom: 40px;
}

/* line 3011, style.scss */
.contact-form {
  margin-bottom: 60px;
  /*input::-webkit-input-placeholder { line-height: 1.2em; }
  input:-moz-placeholder { line-height: 20px; }
  input::-moz-placeholder { line-height: 20px; }
  input:-ms-input-placeholder { line-height: 20px; }
  textarea::-webkit-input-placeholder { line-height: 20px; }
  textarea:-moz-placeholder { line-height: 20px; }
  textarea::-moz-placeholder { line-height: 20px; }
  textarea:-ms-input-placeholder { line-height: 20px; }*/
}
/* line 3014, style.scss */
.contact-form p {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
}
/* line 3018, style.scss */
.contact-form form,
.contact-form .button-holder input[type="button"] {
  margin-bottom: 0;
}
/* line 3023, style.scss */
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="date"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="month"],
.contact-form input[type="week"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="time"],
.contact-form input[type="url"] {
  height: 30px;
  padding-top: 6px;
  padding-bottom: 5px;
}
/* line 3041, style.scss */
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="date"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="month"],
.contact-form input[type="week"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="time"],
.contact-form input[type="url"],
.contact-form textarea {
  margin-bottom: 30px;
}
/* line 3057, style.scss */
.contact-form input[type="text"].invalid,
.contact-form input[type="password"].invalid,
.contact-form input[type="date"].invalid,
.contact-form input[type="datetime"].invalid,
.contact-form input[type="datetime-local"].invalid,
.contact-form input[type="month"].invalid,
.contact-form input[type="week"].invalid,
.contact-form input[type="email"].invalid,
.contact-form input[type="number"].invalid,
.contact-form input[type="search"].invalid,
.contact-form input[type="tel"].invalid,
.contact-form input[type="time"].invalid,
.contact-form input[type="url"].invalid,
.contact-form textarea.invalid {
  color: #da3b3b;
}
/* line 3071, style.scss */
.contact-form input[type="button"] {
  width: 100%;
  border: 2px solid #000;
}

/* line 3084, style.scss */
#cosmo_contact_response {
  margin-left: 0;
  margin-right: 0;
}
/* line 3088, style.scss */
#cosmo_contact_response p {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 3092, style.scss */
#cosmo_contact_response p:last-of-type {
  margin-bottom: 0;
}
/* line 3097, style.scss */
#cosmo_contact_response .text-error {
  color: #da3b3b;
}

/* line 3102, style.scss */
input::-webkit-input-placeholder {
  color: #000;
  display: block;
}

/* line 3106, style.scss */
input:-moz-placeholder {
  color: #000;
  display: block;
}

/* line 3111, style.scss */
input::-moz-placeholder {
  color: #000;
  display: block;
}

/* line 3115, style.scss */
input:-ms-input-placeholder {
  color: #000;
  display: block;
}

/* line 3120, style.scss */
textarea::-webkit-input-placeholder {
  color: #000;
}

/* line 3124, style.scss */
textarea:-moz-placeholder {
  color: #000;
  display: block;
}

/* line 3128, style.scss */
textarea::-moz-placeholder {
  color: #000;
  display: block;
}

/* line 3132, style.scss */
textarea:-ms-input-placeholder {
  color: #000;
  display: block;
}

/* line 3138, style.scss */
.contact-wrap {
  position: relative;
}

/* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
.contact-inner:before, .contact-inner:after {
  content: " ";
  display: table;
}
/* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
.contact-inner:after {
  clear: both;
}

/* line 3146, style.scss */
.contact-subtitle {
  margin-bottom: 0;
}

/* line 3152, style.scss */
.contact-phone p {
  font-family: "TrajanPro-Regular", Georgia, serif;
}

/* line 3159, style.scss */
.contact-social .widget-delimiter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 1px;
  background: #e8e5e4;
}
/* line 3168, style.scss */
.contact-social .share-link {
  display: none;
}
/* line 3172, style.scss */
.contact-social .icon-holder {
  display: block;
}
/* line 3176, style.scss */
.contact-social .social-item {
  margin-left: 50px;
}

/* line 3183, style.scss */
.contact-form textarea {
  height: 150px;
}

/* line 3191, style.scss */
.contact-form-one .contact-wrap {
  border: 1px solid #e8e5e4;
}
/* line 3195, style.scss */
.contact-form-one .contact-left,
.contact-form-one .contact-right {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 3206, style.scss */
.contact-form-one .contact-left .contact-title {
  display: none;
}
/* line 3211, style.scss */
.contact-form-one .contact-right {
  border-bottom: 1px solid #e8e5e4;
}
/* line 3215, style.scss */
.contact-form-one .contact-title {
  margin-bottom: 50px;
}
/* line 3219, style.scss */
.contact-form-one .contact-email {
  margin-bottom: 42px;
}
/* line 3222, style.scss */
.contact-form-one .contact-email .contact-subtitle {
  margin-bottom: 12px;
}
/* line 3227, style.scss */
.contact-form-one .contact-phone {
  margin-bottom: 50px;
}
/* line 3230, style.scss */
.contact-form-one .contact-phone .contact-subtitle {
  margin-bottom: 15px;
}
/* line 3237, style.scss */
.contact-form-one .contact-social p {
  margin-bottom: 33px;
}
/* line 3241, style.scss */
.contact-form-one .contact-social .widget-delimiter {
  margin-bottom: 37px;
}
/* line 3246, style.scss */
.contact-form-one .form-entry {
  margin-bottom: 53px;
}
/* line 3250, style.scss */
.contact-form-one .button-holder {
  margin-top: 55px;
}

/* line 3256, style.scss */
.contact-form-two {
  margin-bottom: 0;
}
/* line 3259, style.scss */
.contact-form-two .contact-wrap {
  padding-top: 30px;
}
/* line 3264, style.scss */
.contact-form-two .contact-title {
  margin-bottom: 42px;
  text-align: center;
}
/* line 3269, style.scss */
.contact-form-two .contact-right {
  margin-bottom: 50px;
}
/* line 3273, style.scss */
.contact-form-two .contact-text {
  margin-bottom: 40px;
}
/* line 3276, style.scss */
.contact-form-two .contact-text p {
  margin-bottom: 51px;
}
/* line 3283, style.scss */
.contact-form-two .contact-email p {
  margin-bottom: 33px;
}
/* line 3288, style.scss */
.contact-form-two .contact-phone {
  margin-bottom: 40px;
}
/* line 3292, style.scss */
.contact-form-two .contact-social {
  margin-bottom: 40px;
}
/* line 3296, style.scss */
.contact-form-two textarea {
  height: 150px;
}

/* line 3302, style.scss */
.contact-form-three {
  text-align: center;
}
/* line 3305, style.scss */
.contact-form-three .contact-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #e8e5e4;
}
/* line 3311, style.scss */
.contact-form-three .contact-top,
.contact-form-three .contact-bottom {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 3317, style.scss */
.contact-form-three .contact-bottom {
  border-top: 1px solid #e8e5e4;
  padding-top: 33px;
}
/* line 3322, style.scss */
.contact-form-three .contact-title {
  margin-bottom: 22px;
}
/* line 3326, style.scss */
.contact-form-three .form-entry {
  margin-bottom: 57px;
}
/* line 3330, style.scss */
.contact-form-three .contact-form {
  margin-bottom: 40px;
}
/* line 3334, style.scss */
.contact-form-three .contact-email {
  margin-bottom: 43px;
}
/* line 3337, style.scss */
.contact-form-three .contact-email .contact-subtitle {
  margin-bottom: 14px;
}
/* line 3342, style.scss */
.contact-form-three .contact-phone {
  margin-bottom: 38px;
}
/* line 3345, style.scss */
.contact-form-three .contact-phone .contact-subtitle {
  margin-bottom: 17px;
}
/* line 3352, style.scss */
.contact-form-three .contact-social .contact-subtitle {
  margin-bottom: 17px;
}
/* line 3357, style.scss */
.contact-form-three input::-webkit-input-placeholder {
  text-align: center;
}
/* line 3358, style.scss */
.contact-form-three input:-moz-placeholder {
  text-align: center;
}
/* line 3359, style.scss */
.contact-form-three input::-moz-placeholder {
  text-align: center;
}
/* line 3360, style.scss */
.contact-form-three input:-ms-input-placeholder {
  text-align: center;
}
/* line 3361, style.scss */
.contact-form-three textarea::-webkit-input-placeholder {
  text-align: center;
}
/* line 3362, style.scss */
.contact-form-three textarea:-moz-placeholder {
  text-align: center;
}
/* line 3363, style.scss */
.contact-form-three textarea::-moz-placeholder {
  text-align: center;
}
/* line 3364, style.scss */
.contact-form-three textarea:-ms-input-placeholder {
  text-align: center;
}

/*
   11. SHORTCODES
------------------------------------------- */
/* line 3371, style.scss */
.gallery-shortcode {
  width: 100%;
  margin-bottom: 0.75rem;
}

/* line 3376, style.scss */
.flo-custom-fancybox .fancybox-title {
  color: #030303;
}

/*
   LAST. FOOTER
------------------------------------------- */
/* line 3382, style.scss */
.footer-top-inner {
  border-top: 1px solid #e8e5e4;
  border-bottom: 1px solid #e8e5e4;
  padding-top: 40px;
}

/* line 3387, style.scss */
.footer-full-scren-width-area {
  padding-top: 30px;
}
/* line 3389, style.scss */
.footer-full-scren-width-area .flo-instagram_widget .widget-title {
  margin-bottom: 30px;
}
/* line 3391, style.scss */
.footer-full-scren-width-area .flo-instagram_widget .widget-title .below-title-inst {
  font-family: 'Verdana';
  text-transform: lowercase;
}

/* line 3398, style.scss */
.footer-full-width .widget-title, .footer-full-scren-width-area .widget-title {
  text-align: center;
}

/* line 3402, style.scss */
.footer-full-width,
.footer-sidebar {
  margin-bottom: 40px;
}

/* line 3411, style.scss */
.widget-bordered .widget-container:nth-child(2) .widget:first-of-type {
  border-top: 1px dashed #e8e5e4;
  padding-top: 40px;
}
/* line 3416, style.scss */
.widget-bordered .widget-container:nth-child(2) .widget:last-of-type {
  border-bottom: 1px dashed #e8e5e4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

/* line 3424, style.scss */
.site-info {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*
   12. CROWD LAYOUT
------------------------------------------- */
/* line 3433, style.scss */
.crowd-site-identity {
  position: absolute;
  z-index: 11;
}
/* line 3437, style.scss */
.crowd-site-identity .site-identity {
  position: relative;
  max-width: none;
  text-align: center;
  margin-right: 0;
  padding: 15px;
}

/* line 3448, style.scss */
.crowd-layout .crowd-site-identity {
  display: none;
}
/* line 3452, style.scss */
.crowd-layout .site-header {
  height: 94px;
  padding: 20px 0;
}
/* line 3465, style.scss */
.crowd-layout .site-header .site-identity {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 3477, style.scss */
.crowd-layout .mobile-menu .nav-menu {
  text-align: center;
}
/* line 3484, style.scss */
.crowd-layout.crowd-simple-menu .crowd-site-identity {
  display: block;
}
/* line 3493, style.scss */
.crowd-layout.crowd-double-menu .logo img {
  max-height: 94px;
}
/* line 3502, style.scss */
.crowd-layout.crowd-double-menu .crowd-site-identity .logo img {
  max-height: none;
}
/* line 3510, style.scss */
.crowd-layout .crowd-nearby-slider {
  margin: 0 auto;
}
/* line 3512, style.scss */
.crowd-layout .crowd-nearby-slider .rsOverflow {
  overflow: visible;
}

/* line 3521, style.scss */
.crowd-full-screen .crowd-push {
  display: none;
}

/* line 3526, style.scss */
.crowd-full {
  position: relative;
  height: 500px;
}
/* line 3530, style.scss */
.crowd-full .crowd-overlay,
.crowd-full .main-slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
/* line 3542, style.scss */
.crowd-full .crowd-overlay {
  z-index: 10;
}
/* line 3546, style.scss */
.crowd-full .main-slideshow {
  margin-bottom: 0;
  z-index: 0;
}
/* line 3550, style.scss */
.crowd-full .main-slideshow .royalSlider,
.crowd-full .main-slideshow .rsOverflow {
  height: 100%;
}

/* line 3560, style.scss */
.top-left {
  top: 15px;
  left: 15px;
}

/* line 3561, style.scss */
.top-center {
  top: 15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 3562, style.scss */
.top-right {
  top: 15px;
  right: 15px;
}

/* line 3564, style.scss */
.middle-left {
  top: 50%;
  left: 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 3565, style.scss */
.middle-center {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}

/* line 3566, style.scss */
.middle-right {
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 3568, style.scss */
.bottom-left {
  bottom: 50px;
  left: 15px;
}

/* line 3569, style.scss */
.bottom-center {
  bottom: 50px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 3570, style.scss */
.bottom-right {
  bottom: 50px;
  right: 15px;
}

/*
   RESPONSIVE STYLES
------------------------------------------- */
@media only screen and (min-width: 601px) and (max-width: 782px) {
  /* line 3586, style.scss */
  .admin-bar .sticky.fixed {
    margin-top: 46px;
  }
  /* line 3590, style.scss */
  .admin-bar .crowd-push {
    margin-bottom: -130px;
  }
}
@media only screen and (min-width: 783px) {
  /* line 3601, style.scss */
  .admin-bar .sticky.fixed {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 480px) {
  /*
     7. MOSAIC
  ------------------------------------------- */
  /* line 3614, style.scss */
  .w25 {
    width: 50%;
  }

  /* line 3615, style.scss */
  .w50 {
    width: 100%;
  }

  /*
     12. CROWD LAYOUT
  --------------------------------------- */
  /* line 3621, style.scss */
  .crowd-nearby-slider {
    width: 100% !important;
  }
  /* line 3624, style.scss */
  .crowd-nearby-slider .rsImg {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 481px) {
  /*
     7. MOSAIC
  ------------------------------------------- */
  /* line 3638, style.scss */
  .mosaic {
    max-height: 550px;
  }
}
/* Define mobile styles */
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  /*
     2. HEADER
  ------------------------------------------- */
  /* ---------- Mobile header One ---------- */
  /* line 3659, style.scss */
  .mobile-header-one .menu-toggle-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 3667, style.scss */
  .mobile-header-one.f-topbar-fixed .site-identity {
    display: none;
  }
  /* line 3671, style.scss */
  .mobile-header-one.f-topbar-fixed .menu-toggle-wrap {
    margin-top: 12px;
  }

  /* line 3682, style.scss */
  .mobile-header-two .sticky .site-identity,
  .mobile-header-three .sticky .site-identity {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* line 3691, style.scss */
  .mobile-header-two .header-main-inner .inner {
    position: relative;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* line 3706, style.scss */
  .mobile-header-two .site-identity {
    text-align: left;
    margin-left: 0;
    margin-right: 20%;
  }
  /* line 3717, style.scss */
  .mobile-header-two .menu-toggle-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
  }

  /* ---------- Mobile header Two ---------- */
  /* line 3731, style.scss */
  .mobile-header-three .header-main-inner .inner {
    position: relative;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* line 3746, style.scss */
  .mobile-header-three .site-identity {
    text-align: right;
    margin-right: 0;
    margin-left: 20%;
  }
  /* line 3757, style.scss */
  .mobile-header-three .site-identity.site-logo {
    margin-left: auto;
  }
  /* line 3762, style.scss */
  .mobile-header-three .menu-toggle-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
  }

  /*
     11. SHORTCODES
  ------------------------------------------- */
  /* line 3777, style.scss */
  .flo-gallery-shortcode.grid-masonry .post-preview {
    width: 100%;
  }

  /* line 3781, style.scss */
  .cosmo-one-half,
  .cosmo-one-third,
  .cosmo-two-third,
  .cosmo-one-fourth,
  .cosmo-three-fourth,
  .cosmo-one-fifth,
  .cosmo-two-fifth,
  .cosmo-three-fifth,
  .cosmo-four-fifth,
  .cosmo-one-sixth,
  .cosmo-five-sixth {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /*
     12. CROWD LAYOUT
  ------------------------------------------- */
  /* ---------- Crowd mobile header ---------- */
  /* line 3802, style.scss */
  .crowd-mobile-menu {
    margin-top: 94px;
  }
  /* line 3805, style.scss */
  .crowd-mobile-menu .sticky-holder {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 21;
  }
  /* line 3811, style.scss */
  .crowd-mobile-menu .sticky-holder.sticky {
    position: fixed;
  }
  /* line 3816, style.scss */
  .crowd-mobile-menu .site-main {
    padding-top: 45px;
  }
  /* line 3821, style.scss */
  .crowd-mobile-menu .main-slideshow .crowd-site-identity {
    display: none;
  }
  /* line 3826, style.scss */
  .crowd-mobile-menu.f-topbar-fixed {
    margin-top: 0 !important;
  }
  /* line 3830, style.scss */
  .crowd-mobile-menu.mobile-header-one {
    /*.site-identity {
       display: block;
    }*/
  }
  /* line 3831, style.scss */
  .crowd-mobile-menu.mobile-header-one .site-header {
    height: auto;
  }
  /* line 3843, style.scss */
  .crowd-mobile-menu.mobile-header-one .nav-wrapper .primary-navigation {
    padding-top: 0;
  }
  /* line 3849, style.scss */
  .crowd-mobile-menu.mobile-header-one .nav-menu:before {
    display: none;
  }
  /* line 3887, style.scss */
  .crowd-mobile-menu .flo-lang-switcher {
    position: absolute;
    z-index: 2;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 3892, style.scss */
  .crowd-mobile-menu .flo-lang-switcher .qtrans_language_chooser .qtrans_flag {
    margin-top: 0px;
  }
  /* line 3897, style.scss */
  .crowd-mobile-menu.mobile-header-three .flo-lang-switcher {
    left: 45px;
  }
  /* line 3902, style.scss */
  .crowd-mobile-menu.mobile-header-two .flo-lang-switcher {
    right: 45px;
  }

  /* line 3911, style.scss */
  .flo-custom-fancybox .fancybox-wrap {
    width: 99% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* line 3915, style.scss */
  .flo-custom-fancybox .fancybox-wrap .fancybox-inner {
    width: 100% !important;
    height: auto !important;
    margin-left: 0px !important;
  }

  /* line 3924, style.scss */
  .testimonials-container .testimonial-content {
    padding: 0 20px;
  }
}
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  /*
     1. GENERAL STYLES
  ------------------------------------------- */
  /* ---------- 1.1 MISCELLANEOUS ---------- */
  /* line 3938, style.scss */
  .site-header,
  .main-content,
  .site-footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  /*
     2. HEADER
  ------------------------------------------- */
  /* line 3948, style.scss */
  .site-header {
    margin-bottom: 0;
  }

  /* line 3952, style.scss */
  .nav-wrapper {
    position: static;
    width: auto;
    border-top-color: transparent;
  }

  /* line 3958, style.scss */
  .site-logo {
    max-width: 40%;
  }

  /* line 3962, style.scss */
  .menu-toggle-wrap {
    display: none;
  }

  /* line 3967, style.scss */
  .crowd-mobile-logo {
    display: none;
  }

  /* ---------- Logo Left ---------- */
  /* line 3976, style.scss */
  .logo-left .site-identity,
  .logo-left .nav-wrapper,
  .logo-right .site-identity,
  .logo-right .nav-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 3982, style.scss */
  .logo-left .site-identity,
  .logo-right .site-identity {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  /* line 3989, style.scss */
  .logo-left .nav-wrapper,
  .logo-right .nav-wrapper {
    width: 70%;
    border-bottom-color: transparent;
  }
  /* line 3994, style.scss */
  .logo-left .primary-navigation,
  .logo-right .primary-navigation {
    border-bottom-color: transparent;
  }
  /* line 3999, style.scss */
  .logo-left .primary-navigation > ul > li,
  .logo-right .primary-navigation > ul > li {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 30px;
  }
  /* line 4005, style.scss */
  .logo-left .primary-navigation > ul > li:last-of-type,
  .logo-right .primary-navigation > ul > li:last-of-type {
    margin-right: 30px;
  }
  /* line 4009, style.scss */
  .logo-left .primary-navigation > ul > li ul,
  .logo-right .primary-navigation > ul > li ul {
    margin-top: 0;
  }
  /* line 4017, style.scss */
  .logo-left .primary-navigation .nav-menu > li:last-of-type a,
  .logo-right .primary-navigation .nav-menu > li:last-of-type a {
    padding-right: 10px;
  }
  /* line 4020, style.scss */
  .logo-left .primary-navigation .nav-menu > li:first-of-type a,
  .logo-right .primary-navigation .nav-menu > li:first-of-type a {
    padding-left: 10px;
  }

  /* line 4028, style.scss */
  .logo-right .site-identity {
    text-align: right;
    margin-left: -4px;
  }
  /* line 4035, style.scss */
  .logo-right .primary-navigation > ul {
    text-align: left;
    margin-left: -10px;
  }

  /* line 4044, style.scss */
  .logo-left .site-identity {
    text-align: left;
    margin-right: -6px;
  }
  /* line 4051, style.scss */
  .logo-left .primary-navigation > ul {
    text-align: right;
    margin-right: -45px;
  }

  /* ---------- Menu One Column ---------- */
  /* line 4068, style.scss */
  .menu-one-column.logo-left .primary-navigation > ul > li, .menu-one-column.logo-right .primary-navigation > ul > li {
    float: none;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 4076, style.scss */
  .menu-one-column.logo-left .primary-navigation > ul > li:last-of-type, .menu-one-column.logo-right .primary-navigation > ul > li:last-of-type {
    margin-right: 0;
  }
  /* line 4080, style.scss */
  .menu-one-column.logo-left .primary-navigation > ul > li > a, .menu-one-column.logo-right .primary-navigation > ul > li > a {
    padding-bottom: 4px;
    padding-top: 4px;
  }
  /* line 4089, style.scss */
  .menu-one-column.logo-left .primary-navigation li ul,
  .menu-one-column.logo-left .primary-navigation li ul:first-of-type, .menu-one-column.logo-right .primary-navigation li ul,
  .menu-one-column.logo-right .primary-navigation li ul:first-of-type {
    top: 0;
  }
  /* line 4094, style.scss */
  .menu-one-column.logo-left .primary-navigation li a, .menu-one-column.logo-right .primary-navigation li a {
    font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  }
  /* line 4103, style.scss */
  .menu-one-column.logo-left .primary-navigation {
    float: right;
  }
  /* line 4106, style.scss */
  .menu-one-column.logo-left .primary-navigation > ul {
    margin-right: -10px;
  }
  /* line 4109, style.scss */
  .menu-one-column.logo-left .primary-navigation > ul > li {
    text-align: right;
  }
  /* line 4116, style.scss */
  .menu-one-column.logo-left .primary-navigation li ul,
  .menu-one-column.logo-left .primary-navigation li ul:first-of-type {
    top: 0;
    right: 100%;
    left: auto;
  }
  /* line 4128, style.scss */
  .menu-one-column.logo-right .primary-navigation {
    float: left;
  }
  /* line 4133, style.scss */
  .menu-one-column.logo-right .primary-navigation li ul,
  .menu-one-column.logo-right .primary-navigation li ul:first-of-type {
    left: 100%;
  }
  /* line 4138, style.scss */
  .menu-one-column.logo-right .primary-navigation li a {
    font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  }

  /* ---------- Logo Inside Menu ---------- */
  /* line 4150, style.scss */
  .logo-inside-menu .nav-wrapper {
    border-bottom-color: transparent;
  }
  /* line 4158, style.scss */
  .logo-inside-menu .primary-navigation li ul {
    margin-top: 0;
  }

  /*
     3. NAVIGATION
  ------------------------------------------- */
  /* ---------- PPRIMARY NAVIGATION ---------- */
  /* line 4172, style.scss */
  .primary-navigation {
    /*  border-bottom: 1px dotted $site-border-color;*/
    /* ---------- Menu Functionality ---------- */
    /* second level */
  }
  /* line 4176, style.scss */
  .primary-navigation li {
    position: relative;
    text-align: left;
  }
  /* line 4180, style.scss */
  .primary-navigation li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 4190, style.scss */
  .primary-navigation > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 10px;
  }
  /* line 4206, style.scss */
  .primary-navigation li ul {
    position: absolute;
    top: 0;
    left: 100%;
  }
  /* line 4211, style.scss */
  .primary-navigation li ul li {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 4219, style.scss */
  .primary-navigation > ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: auto;
    font-size: 0px;
  }
  /* line 4232, style.scss */
  .primary-navigation > ul > li {
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 4241, style.scss */
  .primary-navigation > ul > li:last-of-type {
    margin-right: 0;
  }
  /* line 4246, style.scss */
  .primary-navigation > ul > li ul {
    z-index: 1;
  }
  /* line 4256, style.scss */
  .primary-navigation > ul > li ul ul {
    border-top-color: transparent;
  }
  /* line 4271, style.scss */
  .primary-navigation .nav-menu > li:last-of-type > a {
    padding-right: 0px;
  }
  /* line 4274, style.scss */
  .primary-navigation .nav-menu > li:first-of-type > a {
    padding-left: 0px;
  }
  /* line 4281, style.scss */
  .primary-navigation li:hover > ul {
    display: block;
  }

  /* line 4291, style.scss */
  .menu-item-has-children > .submenu-toggle {
    display: none;
  }

  /* line 4301, style.scss */
  .double-menu .primary-navigation > ul > li {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* line 4304, style.scss */
  .double-menu .primary-navigation > ul > li > ul {
    left: 50%;
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -webkit-transform: translateX(-51%);
    transform: translateX(-51%);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /*
     3.3 PAGINATION
  ------------------------------------------- */
  /* ---------- 3.3.2 GRID PAGINATION ---------- */
  /* line 4322, style.scss */
  .grid-pagination .next {
    margin-left: 54px;
  }
  /* line 4326, style.scss */
  .grid-pagination .prev {
    margin-right: 54px;
  }

  /* ---------- 3.3.3 GALLERY PAGINATION ---------- */
  /* line 4334, style.scss */
  .gallery-pagination .prev-text,
  .gallery-pagination .next-text {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    clip: auto;
  }
  /* line 4343, style.scss */
  .gallery-pagination .prev-text {
    margin-left: 15px;
  }
  /* line 4347, style.scss */
  .gallery-pagination .next-text {
    margin-right: 15px;
  }
  /* line 4351, style.scss */
  .gallery-pagination .prev-post-title,
  .gallery-pagination .next-post-title {
    display: inline;
  }

  /*
     4. GRID VIEW
  ------------------------------------------- */
  /* ---------- 4.end GRID HELPER CLASSES ---------- */
  /*
     5. PAGES
  ------------------------------------------- */
  /* ---------- 5.1 ABOUT ---------- */
  /* line 4417, style.scss */
  .about-us .cosmo-one-half {
    width: 50%;
  }
  /* line 4418, style.scss */
  .about-us .cosmo-one-third {
    width: 33.33%;
  }
  /* line 4419, style.scss */
  .about-us .cosmo-two-third {
    width: 66.66%;
  }
  /* line 4420, style.scss */
  .about-us .cosmo-one-fourth {
    width: 25%;
  }
  /* line 4421, style.scss */
  .about-us .cosmo-three-fourth {
    width: 75%;
  }
  /* line 4422, style.scss */
  .about-us .cosmo-one-fifth {
    width: 20%;
  }
  /* line 4423, style.scss */
  .about-us .cosmo-two-fifth {
    width: 40%;
  }
  /* line 4424, style.scss */
  .about-us .cosmo-three-fifth {
    width: 60%;
  }
  /* line 4425, style.scss */
  .about-us .cosmo-four-fifth {
    width: 80%;
  }
  /* line 4426, style.scss */
  .about-us .cosmo-one-sixth {
    width: 16.66%;
  }
  /* line 4427, style.scss */
  .about-us .cosmo-five-sixth {
    width: 83.33%;
  }

  /* ---------- 5.2 SINGLE POST ---------- */
  /* line 4435, style.scss */
  .post-article footer .post-meta {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  /* line 4439, style.scss */
  .post-article footer .post-meta .left,
  .post-article footer .post-meta .right {
    width: auto;
  }

  /* line 4449, style.scss */
  .post-article-title-left .socials {
    text-align: left;
  }
  /* line 4453, style.scss */
  .post-article-title-left .socials .social-text {
    display: inline-block;
    margin-right: 25px;
  }
  /* line 4458, style.scss */
  .post-article-title-left .socials .social-item {
    margin-right: 50px;
  }

  /* line 4466, style.scss */
  .related-box article {
    padding-bottom: 0;
  }

  /* ---------- 5.5 HOME PAGE ---------- */
  /* line 4476, style.scss */
  .has-slideshow .home-one .site-identity,
  .has-slideshow .home-two .site-identity {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 4481, style.scss */
  .has-slideshow .home-one .nav-menu,
  .has-slideshow .home-two .nav-menu {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 4492, style.scss */
  .has-slideshow .home-one .primary-navigation,
  .has-slideshow .home-one .primary-navigation > ul {
    background: transparent;
  }

  /*
     6. SLIDERS
  ------------------------------------------- */
  /* line 4502, style.scss */
  .gallery-slider {
    position: relative;
  }
  /* line 4505, style.scss */
  .gallery-slider .gallery-description {
    display: none;
  }

  /* line 4510, style.scss */
  .gallery-description {
    display: none;
  }
  /* line 4513, style.scss */
  .gallery-description.gallery-description-bottom {
    display: block;
  }

  /* ---------- 6.2 FULL WIDTH SLIDER ---------- */
  /* line 4522, style.scss */
  .full-width-slider .bx-viewport {
    height: 445px !important;
  }

  /* ---------- 6.end SLIDER HELPER CLASSES ---------- */
  /* line 4533, style.scss */
  .gallery-entry .slide-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: auto;
  }
  /* line 4538, style.scss */
  .gallery-entry .slide-content article {
    width: 75%;
  }
  /* line 4543, style.scss */
  .gallery-entry .slide-content .post-article-inner {
    padding-right: 20px;
  }
  /* line 4548, style.scss */
  .gallery-entry img {
    margin-left: 0 !important;
  }

  /* line 4554, style.scss */
  .slide-border {
    position: relative;
  }
  /* line 4557, style.scss */
  .slide-border .slide:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  /* line 4566, style.scss */
  .slide-border .rsArrowLeft .rsArrowIcn {
    left: 13px;
  }
  /* line 4573, style.scss */
  .slide-border .rsArrowRight .rsArrowIcn {
    right: 15px;
  }
  /* line 4582, style.scss */
  .slide-border.arrow-arrow99 .rsArrowLeft .rsArrowIcn {
    left: 15px;
  }
  /* line 4592, style.scss */
  .slide-border.arrow-bold .rsArrowLeft .rsArrowIcn {
    left: 18px;
  }
  /* line 4599, style.scss */
  .slide-border.arrow-bold .rsArrowRight .rsArrowIcn {
    right: 14px;
  }
  /* line 4609, style.scss */
  .slide-border.arrow-smallbold .rsArrowLeft .rsArrowIcn {
    left: 15px;
  }
  /* line 4620, style.scss */
  .slide-border.arrow-square99 .rsArrowLeft .rsArrowIcn, .slide-border.arrow-border-glyph9 .rsArrowLeft .rsArrowIcn {
    left: 31px;
  }
  /* line 4627, style.scss */
  .slide-border.arrow-square99 .rsArrowRight .rsArrowIcn, .slide-border.arrow-border-glyph9 .rsArrowRight .rsArrowIcn {
    right: 31px;
  }
  /* line 4637, style.scss */
  .slide-border.arrow-glyph27 .rsArrowLeft .rsArrowIcn {
    left: 14px;
  }
  /* line 4644, style.scss */
  .slide-border.arrow-glyph27 .rsArrowRight .rsArrowIcn {
    right: 11px;
  }

  /* ---------- 6.3 MAIN SLIDESHOW ---------- */
  /*
     8. COMMENTS
  ------------------------------------------- */
  /* line 4679, style.scss */
  .comment-respond .button-wrap {
    text-align: left;
  }
  /* line 4682, style.scss */
  .comment-respond .button-wrap .post-comment {
    float: right;
  }

  /*
     9. WIDGETS
  ------------------------------------------- */
  /* line 4695, style.scss */
  .logo-left .flo-lang-switcher {
    margin-bottom: 15px;
  }

  /*
     10. CONTACTS
  ------------------------------------------- */
  /* line 4705, style.scss */
  .contact-form {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 4711, style.scss */
  .contact-form input[type="button"] {
    min-width: 200px;
    width: auto;
  }

  /* line 4720, style.scss */
  .contact-form-one .contact-wrap {
    position: relative;
  }
  /* line 4723, style.scss */
  .contact-form-one .contact-wrap:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e8e5e4;
    top: 0;
    left: 50%;
  }
  /* line 4734, style.scss */
  .contact-form-one .contact-left,
  .contact-form-one .contact-right {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 50%;
  }
  /* line 4741, style.scss */
  .contact-form-one .contact-left {
    float: left;
    clear: left;
  }
  /* line 4745, style.scss */
  .contact-form-one .contact-left .contact-title {
    display: block;
    margin-bottom: 110px;
  }
  /* line 4751, style.scss */
  .contact-form-one .contact-right {
    float: right;
    clear: right;
    border-bottom-width: 0;
  }
  /* line 4756, style.scss */
  .contact-form-one .contact-right .contact-title {
    display: none;
  }
  /* line 4761, style.scss */
  .contact-form-one .contact-phone {
    margin-bottom: 100px;
  }
  /* line 4765, style.scss */
  .contact-form-one input::-webkit-input-placeholder {
    text-align: center;
  }
  /* line 4766, style.scss */
  .contact-form-one input:-moz-placeholder {
    text-align: center;
  }
  /* line 4767, style.scss */
  .contact-form-one input::-moz-placeholder {
    text-align: center;
  }
  /* line 4768, style.scss */
  .contact-form-one input:-ms-input-placeholder {
    text-align: center;
  }
  /* line 4769, style.scss */
  .contact-form-one textarea::-webkit-input-placeholder {
    text-align: center;
  }
  /* line 4770, style.scss */
  .contact-form-one textarea:-moz-placeholder {
    text-align: center;
  }
  /* line 4771, style.scss */
  .contact-form-one textarea::-moz-placeholder {
    text-align: center;
  }
  /* line 4772, style.scss */
  .contact-form-one textarea:-ms-input-placeholder {
    text-align: center;
  }

  /* line 4778, style.scss */
  .contact-form-two .contact-title {
    margin-bottom: 88px;
  }
  /* line 4782, style.scss */
  .contact-form-two .contact-inner {
    display: table;
    width: 100%;
  }
  /* line 4788, style.scss */
  .contact-form-two .contact-left,
  .contact-form-two .contact-right {
    width: 50%;
    display: table-cell;
  }
  /* line 4794, style.scss */
  .contact-form-two .contact-left {
    padding-right: 20px;
    float: left;
    clear: left;
  }
  /* line 4801, style.scss */
  .contact-form-two .contact-right {
    padding-left: 20px;
    float: right;
    clear: right;
  }
  /* line 4808, style.scss */
  .contact-form-two .contact-text {
    margin-bottom: 71px;
  }
  /* line 4812, style.scss */
  .contact-form-two .contact-phone {
    margin-bottom: 68px;
  }
  /* line 4816, style.scss */
  .contact-form-two .contact-social {
    margin-bottom: 0;
  }
  /* line 4820, style.scss */
  .contact-form-two .button-holder {
    text-align: right;
    margin-top: 40px;
  }

  /* line 4829, style.scss */
  .contact-form-three .contact-wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  /* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .contact-form-three .contact-form:before, .contact-form-three .contact-form:after {
    content: " ";
    display: table;
  }
  /* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .contact-form-three .contact-form:after {
    clear: both;
  }
  /* line 4839, style.scss */
  .contact-form-three .contact-top,
  .contact-form-three .contact-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 4845, style.scss */
  .contact-form-three .contact-bottom {
    padding-top: 63px;
  }
  /* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .contact-form-three .contact-bottom:before, .contact-form-three .contact-bottom:after {
    content: " ";
    display: table;
  }
  /* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .contact-form-three .contact-bottom:after {
    clear: both;
  }
  /* line 4850, style.scss */
  .contact-form-three .contact-left,
  .contact-form-three .contact-right {
    width: 50%;
    float: left;
  }
  /* line 4856, style.scss */
  .contact-form-three .contact-left {
    padding-right: 20px;
  }
  /* line 4860, style.scss */
  .contact-form-three .contact-right {
    padding-left: 20px;
    border-left: 1px solid #e8e5e4;
  }
  /* line 4865, style.scss */
  .contact-form-three .contact-email,
  .contact-form-three .contact-phone,
  .contact-form-three .contact-social {
    float: left;
    width: 33.3333%;
    margin-bottom: 0;
  }

  /*
     11. SHORTCODES
  ------------------------------------------- */
  /* line 4879, style.scss */
  .gallery-2-columns .gallery-shortcode-wrap {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  /* line 4887, style.scss */
  .gallery-3-columns .gallery-shortcode-wrap {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  /* line 4895, style.scss */
  .gallery-4-columns .gallery-shortcode-wrap {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  /* line 4903, style.scss */
  .gallery-5-columns .gallery-shortcode-wrap {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }

  /* line 4911, style.scss */
  .gallery-6-columns .gallery-shortcode-wrap {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  /* line 4919, style.scss */
  .gallery-7-columns .gallery-shortcode-wrap {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
  }

  /* line 4927, style.scss */
  .gallery-8-columns .gallery-shortcode-wrap {
    margin-left: -0.3em;
    margin-right: -0.3rem;
  }

  /* line 4935, style.scss */
  .gallery-9-columns .gallery-shortcode-wrap {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  /* line 4943, style.scss */
  .gallery-shortcode.flo-1-columns {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  /* line 4944, style.scss */
  .gallery-shortcode.flo-2-columns {
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 1.25rem;
  }
  /* line 4950, style.scss */
  .gallery-shortcode.flo-3-columns {
    width: 33.33%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  /* line 4956, style.scss */
  .gallery-shortcode.flo-4-columns {
    width: 25%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 4963, style.scss */
  .gallery-shortcode.flo-5-columns {
    width: 20%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 4969, style.scss */
  .gallery-shortcode.flo-6-columns {
    width: 16.66%;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    margin-bottom: 0.7rem;
  }
  /* line 4975, style.scss */
  .gallery-shortcode.flo-7-columns {
    width: 14.28%;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    margin-bottom: 0.7rem;
  }
  /* line 4981, style.scss */
  .gallery-shortcode.flo-8-columns {
    width: 12.5%;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-bottom: 0.6rem;
  }
  /* line 4987, style.scss */
  .gallery-shortcode.flo-9-columns {
    width: 11.11%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 0.5rem;
  }

  /*
     12. CROWD LAYOUT
  ------------------------------------------- */
  /* line 5001, style.scss */
  .crowd-layout .crowd-push,
  .crowd-layout .crowd-full {
    z-index: -1;
  }
  /* line 5006, style.scss */
  .crowd-layout .site {
    height: 100%;
  }
  /* line 5010, style.scss */
  .crowd-layout .site,
  .crowd-layout .site-main,
  .crowd-layout .site-footer {
    position: relative;
    z-index: 5;
  }
  /* line 5017, style.scss */
  .crowd-layout .site-main,
  .crowd-layout .site-footer {
    background-color: white;
  }
  /* line 5025, style.scss */
  .crowd-layout .primary-navigation,
  .crowd-layout .primary-navigation > ul {
    background-color: transparent;
  }
  /* line 5030, style.scss */
  .crowd-layout .header-main,
  .crowd-layout .header-main > .row,
  .crowd-layout .header-main > .row > .columns,
  .crowd-layout .header-main-inner,
  .crowd-layout .header-main .inner {
    height: 100%;
    max-height: 100%;
  }
  /* line 5045, style.scss */
  .crowd-layout .header-main-inner .inner {
    display: table;
    width: 100%;
  }

  /* line 5064, style.scss */
  .crowd-nearby-slider {
    width: 600px;
  }
  /* line 5067, style.scss */
  .crowd-nearby-slider .rsOverflow {
    overflow: visible;
  }
  /* line 5071, style.scss */
  .crowd-nearby-slider .rsContent {
    text-align: center;
  }
  /* line 5075, style.scss */
  .crowd-nearby-slider .rsSlide {
    padding: 0 2px;
  }
  /* line 5078, style.scss */
  .crowd-nearby-slider .rsSlide img {
    margin: 0px !important;
    max-width: 100%;
    max-height: 100%;
  }

  /* ---------- Crowd simple menu ---------- */
  /* line 5095, style.scss */
  .crowd-simple-menu .header-main-inner .site-identity {
    display: none;
  }
  /* line 5100, style.scss */
  .crowd-simple-menu .nav-wrapper {
    width: 100%;
  }
  /* line 5104, style.scss */
  .crowd-simple-menu .logo-left .nav-menu,
  .crowd-simple-menu .logo-right .nav-menu {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 5110, style.scss */
  .crowd-simple-menu .logo-left .nav-menu > li,
  .crowd-simple-menu .logo-right .nav-menu > li {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 50px;
  }
  /* line 5115, style.scss */
  .crowd-simple-menu .logo-left .nav-menu > li:last-of-type,
  .crowd-simple-menu .logo-right .nav-menu > li:last-of-type {
    margin-right: 0;
  }

  /* line 5124, style.scss */
  .crowd-layout .flo-lang-switcher {
    display: none;
  }

  /* line 5130, style.scss */
  .crowd-full-screen,
  .crowd-full-width {
    /*full screen & no paralax*/
  }
  /* line 5133, style.scss */
  .crowd-full-screen .crowd-push,
  .crowd-full-width .crowd-push {
    display: block;
    position: relative;
    width: 100%;
  }
  /* line 5141, style.scss */
  .crowd-full-screen .crowd-full,
  .crowd-full-width .crowd-full {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  /* line 5152, style.scss */
  .crowd-full-screen .crowd-full.no-paralax,
  .crowd-full-width .crowd-full.no-paralax {
    position: absolute;
  }
  /* line 5156, style.scss */
  .crowd-full-screen.flo-no-paralax.f-topbar-fixed,
  .crowd-full-width.flo-no-paralax.f-topbar-fixed {
    padding-top: 0px !important;
  }
  /* line 5159, style.scss */
  .crowd-full-screen.flo-no-paralax .site,
  .crowd-full-width.flo-no-paralax .site {
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 641px) and (max-width: 1024px) {
  /*full wisth slideshow & no paralax*/
  /* line 5168, style.scss */
  .crowd-full-width .crowd-full.no-paralax {
    position: relative;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 5176, style.scss */
  .crowd-full-screen .crowd-push,
  .crowd-full-screen .crowd-full {
    height: 100%;
  }
  /* line 5181, style.scss */
  .crowd-full-screen .children {
    background: #fff;
  }

  /* ---------- Crowd header top ---------- */
  /* line 5204, style.scss */
  .crowd-header-top .crowd-full {
    top: 94px;
  }
  /* line 5208, style.scss */
  .crowd-header-top .site {
    padding-top: 94px;
  }
  /* line 5212, style.scss */
  .crowd-header-top .site-main,
  .crowd-header-top .site-footer {
    position: relative;
  }
  /* line 5217, style.scss */
  .crowd-header-top .site-main {
    padding-top: 30px;
  }
  /* line 5221, style.scss */
  .crowd-header-top .sticky-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  /* line 5227, style.scss */
  .crowd-header-top .sticky-holder.fixed {
    position: fixed;
    margin-top: 0px !important;
  }
  /* line 5233, style.scss */
  .crowd-header-top.f-topbar-fixed .site {
    padding-top: 0 !important;
  }

  /* ---------- Crowd header bottom ---------- */
  /* line 5242, style.scss */
  .crowd-header-bottom.crowd-full-screen .crowd-push,
  .crowd-header-over .crowd-push {
    margin-bottom: -94px;
  }

  /* line 5249, style.scss */
  .crowd-header-bottom.crowd-full-screen .crowd-full {
    bottom: 94px;
  }
  /* line 5254, style.scss */
  .crowd-header-bottom.crowd-full-screen.crowd-double-menu .crowd-full {
    bottom: 115px;
  }

  /* line 5262, style.scss */
  .crowd-header-over .site {
    background-color: transparent;
  }
  /* line 5266, style.scss */
  .crowd-header-over .site-main {
    padding-top: 30px;
  }
  /* line 5270, style.scss */
  .crowd-header-over .site-header {
    background-color: transparent;
  }
  /* line 5274, style.scss */
  .crowd-header-over .sticky.fixed {
    background-color: #fff;
  }

  /* ---------- Crowd double menu ---------- */
  /* line 5288, style.scss */
  .double-menu .site-header .nav-menu > li,
  .crowd-double-menu .site-header .nav-menu > li {
    text-align: center;
  }

  /* line 5297, style.scss */
  .crowd-double-menu .site-header {
    height: 115px;
  }
  /* line 5302, style.scss */
  .crowd-double-menu .site-header .nav-menu > li {
    vertical-align: top;
  }
  /* line 5311, style.scss */
  .crowd-double-menu .logo-inside-menu .nav-menu > li {
    vertical-align: middle;
  }
  /* line 5320, style.scss */
  .crowd-double-menu.crowd-header-over .crowd-push {
    margin-bottom: -115px;
  }
  /* line 5324, style.scss */
  .crowd-double-menu.crowd-header-over .crowd-full {
    bottom: 0;
  }
  /* line 5333, style.scss */
  .crowd-double-menu.crowd-header-top .site {
    padding-top: 115px;
  }
  /* line 5337, style.scss */
  .crowd-double-menu.crowd-header-top .crowd-full {
    top: 115px;
  }

  /* line 5348, style.scss */
  .crowd-full-screen.crowd-header-over.f-topbar-fixed .crowd-push,
  .crowd-full-screen.crowd-header-bottom.f-topbar-fixed .crowd-push {
    margin-bottom: 0 !important;
  }
}
/* min-width 641px and max-width 768px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
  /* line 5360, style.scss */
  .sticky-holder.fixed .site-identity {
    display: none;
  }
}
/* min-width 769px, Tablet */
@media only screen and (min-width: 48.063em) {
  /*
     1. GENERAL STYLES
  ------------------------------------------- */
  /* ---------- 1.1 MISCELLANEOUS ---------- */
  /* line 5378, style.scss */
  .site-header,
  .main-content,
  .site-footer {
    padding-left: 35px;
    padding-right: 35px;
  }

  /*
     2. HEADER
  ------------------------------------------- */
  /* ---------- Logo Inside Menu ---------- */
  /* line 5390, style.scss */
  .logo-inside-menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 5394, style.scss */
  .logo-inside-menu .primary-navigation {
    border-bottom-color: transparent;
  }
  /* line 5398, style.scss */
  .logo-inside-menu .logo-inside {
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-left: 1px dotted #e8e5e4;
    border-right: 1px dotted #e8e5e4;
  }
  /* line 5413, style.scss */
  .logo-inside-menu.no-logo-border .logo-inside {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
  }
  /* line 5423, style.scss */
  .logo-inside-menu .site-identity {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /*
     4. GRID VIEW
  ------------------------------------------- */
  /*
     4.end GRID HELPER CLASSES
  ------------------------------------------- */
  /*
     5. PAGES
  ------------------------------------------- */
  /* ---------- 5.2 SINGLE POST ---------- */
  /* line 5455, style.scss */
  .post-article-title-left .post-article-inner {
    max-width: none;
    position: relative;
    padding-left: 205px;
    margin-right: 0;
  }
  /* line 168, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .post-article-title-left .post-article-inner:before, .post-article-title-left .post-article-inner:after {
    content: " ";
    display: table;
  }
  /* line 169, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .post-article-title-left .post-article-inner:after {
    clear: both;
  }
  /* line 5465, style.scss */
  .post-article-title-left .post-header {
    width: 190px;
    text-align: left;
    float: left;
    margin-left: -205px;
    margin-bottom: 0;
  }
  /* line 5475, style.scss */
  .post-article-title-left .post-header .meta-wrap {
    display: block;
    margin-right: 0;
    margin-bottom: 17px;
  }
  /* line 5483, style.scss */
  .post-article-title-left .post-content-wrap {
    overflow: hidden;
  }
  /* line 5488, style.scss */
  .post-article-title-left .post-meta:last-of-type {
    margin-bottom: 0;
  }
  /* line 5494, style.scss */
  .post-article-title-left .socials .social-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 5500, style.scss */
  .post-article-title-left .socials .social-text {
    margin-right: 0;
    width: 80px;
    padding-right: 10px;
  }

  /* ---------- 5.5 HOME PAGE ---------- */
  /* line 5512, style.scss */
  .has-slideshow .home-one .site-identity,
  .has-slideshow .home-two .site-identity {
    padding-left: 35px;
    padding-right: 35px;
  }
  /* line 5517, style.scss */
  .has-slideshow .home-one .nav-menu,
  .has-slideshow .home-two .nav-menu {
    padding-left: 50px;
    padding-right: 50px;
  }

  /*
     6. SLIDERS
  ------------------------------------------- */
  /* line 5527, style.scss */
  .image-desc-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  /* ---------- 6.2 FULL WIDTH SLIDER ---------- */
  /* line 5537, style.scss */
  .full-width-slider .bx-viewport {
    height: 540px !important;
  }
  /* line 5541, style.scss */
  .full-width-slider .slide-content {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: auto;
  }

  /* line 5547, style.scss */
  .image-desc-container,
  .gallery-image-description {
    display: none;
  }

  /* ---------- 6.end SLIDER HELPER CLASSES ---------- */
  /* line 5557, style.scss */
  .gallery-entry .slide-content {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  /* line 5561, style.scss */
  .gallery-entry .slide-content .gallery-sharing {
    bottom: 30px;
  }

  /*
     9. WIDGETS
  ------------------------------------------- */
  /* line 5577, style.scss */
  .footer-sidebar .widget {
    margin-top: 35px;
  }

  /*
     10. CONTACTS
  ------------------------------------------- */
  /* line 5589, style.scss */
  .contact-form-one .contact-left,
  .contact-form-one .contact-right {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* line 5599, style.scss */
  .contact-form-two .contact-left {
    padding-right: 40px;
  }
  /* line 5603, style.scss */
  .contact-form-two .contact-right {
    padding-left: 40px;
  }

  /* line 5611, style.scss */
  .contact-form-three .contact-top,
  .contact-form-three .contact-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 5617, style.scss */
  .contact-form-three .contact-left {
    padding-right: 40px;
  }
  /* line 5621, style.scss */
  .contact-form-three .contact-right {
    padding-left: 40px;
  }

  /*
     LAST. FOOTER
  ------------------------------------------- */
  /* line 5633, style.scss */
  .widget-bordered .widget-container:nth-child(2) {
    border-left: 1px dashed #e8e5e4;
    border-right: 1px dashed #e8e5e4;
    padding-top: 0;
    margin-bottom: 0;
  }
  /* line 5639, style.scss */
  .widget-bordered .widget-container:nth-child(2) .widget:first-of-type {
    border-top: none;
    padding-top: 0;
  }
  /* line 5643, style.scss */
  .widget-bordered .widget-container:nth-child(2) .widget:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  /* line 5650, style.scss */
  .site-info {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
/* min-width 769px and max-width 1024px, use when QAing large screen-only issues */
/* min-width 1025px, xlarge screens */
@media only screen and (min-width: 64.063em) {
  /*
     1.4 POST META
  ------------------------------------------- */
  /* line 5674, style.scss */
  .socials .social-item {
    font-size: 80%;
    margin-left: 10px;
  }

  /*
     2. HEADER
  ------------------------------------------- */
  /* ---------- Logo inside menu ---------- */
  /*
     3. PAGINATION
  ------------------------------------------- */
  /* ---------- 3.3.1 POST PAGINATION ---------- */
  /* line 5697, style.scss */
  .post-pagination {
    z-index: 99;
    margin-bottom: 0;
  }
  /* line 5701, style.scss */
  .post-pagination .next-post,
  .post-pagination .prev-post {
    position: fixed;
    height: 100%;
    top: 0;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* line 5709, style.scss */
  .post-pagination .next-post .inner,
  .post-pagination .prev-post .inner {
    padding-top: 15px;
    padding-bottom: 8px;
    position: relative;
    top: 45%;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  /* line 5719, style.scss */
  .post-pagination .next-post:hover .inner,
  .post-pagination .prev-post:hover .inner {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 5725, style.scss */
  .post-pagination .next-post {
    padding-right: 15px;
    padding-left: 15px;
    right: 0;
  }
  /* line 5730, style.scss */
  .post-pagination .next-post .inner {
    padding-left: 15px;
    border-left: 1px solid #e8e5e4;
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  /* line 5737, style.scss */
  .post-pagination .prev-post {
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
  }
  /* line 5742, style.scss */
  .post-pagination .prev-post .inner {
    padding-right: 15px;
    border-right: 1px solid #e8e5e4;
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }

  /*
     3. NAVIGATION
  ------------------------------------------- */
  /* ---------- 3.1 SITE NAVIGATION ---------- */
  /* line 5759, style.scss */
  .nav-menu li a {
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  /* line 5762, style.scss */
  .nav-menu li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    visibility: visible;
  }
  /* line 5771, style.scss */
  .nav-menu .site-title a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /*
     4. GRID VIEW
  ------------------------------------------- */
  /*
     4.end GRID HELPER CLASSES
  ------------------------------------------- */
  /* line 5809, style.scss */
  .title-below-hidden .post-preview-inner {
    overflow: hidden;
  }
  /* line 5813, style.scss */
  .title-below-hidden .post-preview-hidden,
  .title-below-hidden .attachment-post-thumbnail {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 5818, style.scss */
  .title-below-hidden .post-preview-hidden {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  /* line 5829, style.scss */
  .title-over .post-preview-hidden {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 5840, style.scss */
  .title-over .post-preview-hidden-child {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 5848, style.scss */
  .title-over .post-preview-hidden:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /* line 5854, style.scss */
  .title-over.show-title .post-preview-hidden {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  /*
     5. PAGES
  ------------------------------------------- */
  /* ---------- 5.2 SINGLE POST ---------- */
  /* line 5868, style.scss */
  .post-article-title-left .post-article-inner {
    max-width: 1005px;
    margin-right: auto;
    padding-left: 305px;
  }
  /* line 5874, style.scss */
  .post-article-title-left .post-header {
    width: 290px;
    margin-left: -305px;
  }

  /*
     6. SLIDERS
  ------------------------------------------- */
  /* ---------- 6.2 FULL WIDTH SLIDER ---------- */
  /* line 5889, style.scss */
  .full-width-slider .bx-viewport {
    height: 650px !important;
  }

  /* ---------- 6.3 MAIN SLIDESHOW ---------- */
  /* line 5898, style.scss */
  .main-slideshow .rsBullets {
    bottom: 45px;
  }

  /* ---------- 6.end SLIDER HELPER CLASSES ---------- */
  /* line 5909, style.scss */
  .gallery-entry .slide-content {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  /* line 5913, style.scss */
  .gallery-entry .slide-content .gallery-sharing {
    bottom: 50px;
  }

  /*
     10. CONTACTS
  ------------------------------------------- */
  /* line 5927, style.scss */
  .contact-form-one .contact-left,
  .contact-form-one .contact-right {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 5937, style.scss */
  .contact-form-two .contact-left {
    padding-right: 60px;
  }
  /* line 5941, style.scss */
  .contact-form-two .contact-right {
    padding-left: 60px;
  }

  /* line 5949, style.scss */
  .contact-form-three .contact-top,
  .contact-form-three .contact-bottom {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 5955, style.scss */
  .contact-form-three .contact-left {
    padding-right: 60px;
  }
  /* line 5959, style.scss */
  .contact-form-three .contact-right {
    padding-left: 60px;
  }

  /* line 5964, style.scss */
  .footer-full-scren-width-area {
    margin-left: -30px;
    margin-right: -30px;
  }
}
/* min-width 1025px and max-width 1440px, use when QAing xlarge screen-only issues */
/* min-width 1441px, xxlarge screens */
@media only screen and (min-width: 90.063em) {
  /*
     3. PAGINATION
  ------------------------------------------- */
  /* ---------- 3.3.1 POST PAGINATION ---------- */
  /* line 5986, style.scss */
  .post-pagination .prev-post {
    padding-right: 150px;
  }
  /* line 5990, style.scss */
  .post-pagination .next-post {
    padding-left: 150px;
  }
}
/*
   RETINA MEDIA QUERY
   NOTE: Small screen, retina.
------------------------------------------- */
/* line 6005, style.scss */
.flo-modal {
  position: fixed;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}
/* line 6015, style.scss */
.flo-modal .thx-msg {
  width: 300px;
  height: 200px;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  margin: 0 auto;
  top: 50%;
  margin-top: -180px;
  position: absolute;
  left: 50%;
  margin-left: -170px;
  background-color: #fff;
  border: 2px solid #e5e5e5;
}
/* line 6031, style.scss */
.flo-modal .content {
  margin-top: 50px;
  font-size: 16px;
  line-height: 20px;
}
/* line 6037, style.scss */
.flo-modal .icon-close {
  position: absolute;
  top: 3px;
  right: 2px;
  font-size: 10px;
  cursor: pointer;
}

/* line 6045, style.scss */
.cosmo-team-member {
  text-align: left;
}

/* END STYLES BY SLIVA*/
/* line 6050, style.scss */
.mosaic-title {
  font-family: "TrajanPro-Regular", Georgia, serif;
  font-size: 20px;
  margin-bottom: 6px;
}

/* line 6055, style.scss */
.mosaic-description {
  font-family: "im-fell-french-canon-pro-italic", Georgia, serif;
  font-size: 13px;
}

/* line 6059, style.scss */
.clear {
  clear: both;
}

/* line 6062, style.scss */
.below-page-content {
  margin-bottom: 30px;
}

/* line 6067, style.scss */
.below-header-full-width .row {
  width: 100%;
  max-width: none;
  padding: 0px;
}
/* line 6073, style.scss */
.below-header-full-width section {
  margin-bottom: 0px;
}

/*Custom Fancy box styles*/
/* line 6085, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-nav span {
  background: transparent;
  line-height: 46px;
}
/* line 6089, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-nav span:before {
  font-family: 'fontello';
  font-size: 30px;
  color: #464646;
}
/* line 6095, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-nav.fancybox-prev span:before {
  content: '\e838';
}
/* line 6101, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-nav.fancybox-next span:before {
  content: '\e837';
}
/* line 6109, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-close {
  background: transparent;
  text-align: center;
  right: -38px;
}
/* line 6113, style.scss */
.flo-custom-fancybox .fancybox-default a.fancybox-close:before {
  content: '\e82e';
  font-family: 'fontello';
  font-size: 30px;
  font-weight: 100;
  color: #000;
}

/* line 6124, style.scss */
.fancybox-default-overlay.flo-fancy-overlay {
  background: #F1F1F1;
}

/*testimonials slider*/
/* line 6129, style.scss */
.testimonials-container {
  text-align: center;
  width: 100%;
  height: auto;
}
/* line 6135, style.scss */
.testimonials-container .rsDefault {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 6139, style.scss */
.testimonials-container .testimonial-title {
  margin-bottom: 20px;
}
/* line 6142, style.scss */
.testimonials-container .testimonial-content {
  padding: 0 50px;
}
/* line 6143, style.scss */
.testimonials-container .testimonial-delimiter {
  display: block;
  width: 30px;
  margin: 30px auto;
  border-bottom: 1px solid #000;
}
/* line 6149, style.scss */
.testimonials-container .testimonial-author {
  text-transform: uppercase;
  display: block;
}
/* line 6153, style.scss */
.testimonials-container .testimonial-author-title {
  font-style: italic;
  display: block;
  font-size: 11px;
}
/* line 6160, style.scss */
.testimonials-container .rsArrow {
  z-index: 9;
  position: absolute;
  top: 60px;
}
/* line 6165, style.scss */
.testimonials-container .rsArrow.rsArrowRight .rsArrowIcn:before, .testimonials-container .rsArrow.rsArrowLeft .rsArrowIcn:before {
  color: #c4c4c4;
  width: 30px;
  height: 30px;
  font-size: 30px;
}
/* line 6171, style.scss */
.testimonials-container .rsArrow.rsArrowLeft .rsArrowIcn:before {
  left: 0px;
}
/* line 6175, style.scss */
.testimonials-container .rsArrow.rsArrowRight {
  right: 0px;
}
/* line 6178, style.scss */
.testimonials-container .rsArrow.rsArrowRight .rsArrowIcn:before {
  right: 0px;
}

/* line 6185, style.scss */
.widget.full-width .widget-title {
  text-align: center;
}

/* line 6189, style.scss */
.rsVideoContainer video.flo_video {
  z-index: 0;
}
/* line 6194, style.scss */
.rsVideoContainer.active-me-player .rsBtnCenterer {
  display: none;
}
/* line 6197, style.scss */
.rsVideoContainer .mejs-container {
  width: 100% !important;
  height: 100% !important;
}
/* line 6200, style.scss */
.rsVideoContainer .mejs-container .mejs-controls {
  max-width: 1200px !important;
  margin-right: auto;
  margin-left: auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 6209, style.scss */
.rsVideoContainer .mejs-container .mejs-overlay {
  width: 100% !important;
  height: 100% !important;
}

/* line 6221, style.scss */
.crowd-full-screen-slider .slide-video.fullslider .flo_video, #main-slideshow .royalSlider .slide-video.fullslider .flo_video {
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 6226, style.scss */
.crowd-full-screen-slider .slide-video:not(.fullslider) .flo_video, #main-slideshow .royalSlider .slide-video:not(.fullslider) .flo_video {
  margin: auto;
}

/*Static Twitter widget*/
/* line 6236, style.scss */
.tweet_item {
  display: none;
  margin-bottom: 1px;
  opacity: 0;
}

/* line 6237, style.scss */
.static .flo_twitter .tweet_item {
  padding: 1px 0 5px 0;
  opacity: 1;
  display: block;
}

/* line 6238, style.scss */
.static .flo_twitter .tweet_item:first-child {
  padding-top: 0;
}

/* line 6239, style.scss */
.static .flo_twitter p {
  width: auto;
  max-width: none;
}

/* line 6240, style.scss */
.static .slides_container {
  padding: 0;
}

/* line 6241, style.scss */
.tweet_item .tweet-time {
  display: block;
}

/* instagram wdget */
/* line 6244, style.scss */
.insta-profile-btn {
  font-family: 'Georgia';
}

@media only screen and (max-width: 641px) {
  /* line 6250, style.scss */
  .crowd-descktop-logo {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* min-width 641px, medium screens */
  /* line 6259, style.scss */
  .crowd-full-screen .crowd-push, .crowd-full-width .crowd-push {
    display: none;
  }
  /* line 6263, style.scss */
  .crowd-full-screen .crowd-full, .crowd-full-width .crowd-full {
    position: relative;
  }
  /* line 6267, style.scss */
  .crowd-full-screen.crowd-header-top .crowd-push, .crowd-full-width.crowd-header-top .crowd-push {
    display: block;
  }

  /* line 6273, style.scss */
  .logo-inside-menu .site-identity {
    width: auto;
    height: auto;
    position: relative;
  }

  /* line 6280, style.scss */
  .crowd-full-screen.f-topbar-fixed {
    margin-top: 0px !important;
  }
  /* line 6284, style.scss */
  .crowd-full-screen.crowd-header-over .crowd-push {
    margin-bottom: 30px !important;
  }

  /* line 6291, style.scss */
  .crowd-full-screen.header_style4 .crowd-push {
    display: block;
  }
  /* line 6294, style.scss */
  .crowd-full-screen.header_style4 .crowd-full {
    position: fixed;
  }
  /* line 6298, style.scss */
  .crowd-full-screen.header_style4.flo-no-paralax .crowd-full {
    position: absolute;
  }
  /* line 6302, style.scss */
  .crowd-full-screen.header_style4.crowd-header-over.f-topbar-fixed .sticky-holder {
    margin-top: 0px !important;
  }

  /* line 6308, style.scss */
  .menu-item.logo-inside {
    display: none;
  }

  /* line 6312, style.scss */
  .f-topbar-fixed.mobile-header-two.crowd-mobile-menu.crowd-header-over .sticky-holder,
  .mobile-header-two.crowd-mobile-menu.crowd-header-top .sticky-holder,
  .f-topbar-fixed.crowd-header-bottom .sticky-holder {
    margin-top: 0px !important;
  }
}
/*phones - portrait*/
@media only screen and (max-device-width: 400px) and (orientation: portrait) {
  /* line 6325, style.scss */
  .crowd-full-screen .sticky-holder, .crowd-full-width .sticky-holder {
    margin-top: 0px !important;
  }
}
/* =======================Bof Slick slider  =======================*/
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 6344, style.scss */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 6366, style.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
}

/* line 6371, style.scss */
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

/* line 6375, style.scss */
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 6379, style.scss */
.slick-prev {
  left: 25px;
}

/* line 6383, style.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}

/* line 6390, style.scss */
.slick-next {
  right: 25px;
}

/* line 6394, style.scss */
[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}

/* Dots */
/* line 6400, style.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 6404, style.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 6420, style.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 6429, style.scss */
.slick-list:focus {
  outline: none;
}

/* line 6433, style.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 6438, style.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 6444, style.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

/* line 6452, style.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 6457, style.scss */
.slick-track:after {
  clear: both;
}

/* line 6461, style.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 6465, style.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 6472, style.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 6476, style.scss */
.slick-slide img {
  display: block;
}

/* line 6480, style.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 6484, style.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 6488, style.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 6492, style.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 6496, style.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 6502, style.scss */
.flo-slick-slider {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  height: 500px;
  /*change this hardcoded value*/
}

/* line 6510, style.scss */
.slider .slide {
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  height: inherit;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  text-align: center;
}

/* line 6520, style.scss */
.slider .slide img {
  display: inline-block;
  width: auto;
  max-height: 100%;
}

/* line 6526, style.scss */
.slick-slide .info {
  display: none;
}
@media only screen and (min-width: 1025px) {
  /* line 6531, style.scss */
  .slick-slide.slick-active.slick-center .info {
    display: block;
  }
}

/* line 6537, style.scss */
.slide-content-inner .post-content {
  word-wrap: break-word;
}

/* =======================  EOF Slick slider  =======================*/
/* TipTip CSS - Version 1.2 */
/* line 6546, style.scss */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* line 6554, style.scss */
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}

/* line 6558, style.scss */
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

/* line 6562, style.scss */
#tiptip_holder.tip_right {
  padding-left: 5px;
}

/* line 6566, style.scss */
#tiptip_holder.tip_left {
  padding-right: 5px;
}

/* line 6570, style.scss */
#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #191919;
  background-color: rgba(25, 25, 25, 0.92);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(black));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
}

/* line 6587, style.scss */
#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

/* line 6596, style.scss */
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.35);
}

/* line 6601, style.scss */
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

/* line 6606, style.scss */
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255, 255, 255, 0.35);
}

/* line 6611, style.scss */
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.35);
}

/* line 6616, style.scss */
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25, 25, 25, 0.92);
}

/* line 6623, style.scss */
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25, 25, 25, 0.92);
}

/* line 6630, style.scss */
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25, 25, 25, 0.92);
}

/* line 6637, style.scss */
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25, 25, 25, 0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 6646, style.scss */
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45, 45, 45, 0.88);
  }

  /* line 6650, style.scss */
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45, 45, 45, 0.88);
  }

  /* line 6653, style.scss */
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20, 20, 20, 0.92);
  }
}
/**
*
* Grid services
*
**/
/* line 6665, style.scss */
.grid-services .post-preview {
  margin-bottom: 80px;
}
/* line 6668, style.scss */
.grid-services .post-preview img {
  margin-bottom: 8px;
}
/* line 6671, style.scss */
.grid-services .post-preview .post-preview-hidden-child {
  padding-top: 0px;
  padding-bottom: 25px;
}
/* line 6675, style.scss */
.grid-services .post-preview header {
  margin-bottom: 0px;
}
/* line 6680, style.scss */
.grid-services .post-preview-inner {
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 48.063em) {
  /* line 6685, style.scss */
  .grid-services .post-preview {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* line 6694, style.scss */
.widget_floservices .sub-title {
  text-align: center;
}
/* line 6697, style.scss */
.widget_floservices .grid-services {
  margin-top: 60px;
}

/* line 6702, style.scss */
.widget .flo_about {
  margin-bottom: 50px;
  padding-top: 30px;
  display: flex;
}
/* line 6707, style.scss */
.widget .flo_about .about-text {
  padding: 35px 30px 35px 15px;
}
/* line 6710, style.scss */
.widget .flo_about .pre-title {
  margin-bottom: 25px;
  font-size: 28px;
}
/* line 6714, style.scss */
.widget .flo_about .about-title {
  margin-bottom: 80px;
  padding-left: 60px;
  font-size: 50px;
}
/* line 6719, style.scss */
.widget .flo_about .about-content-text {
  margin-bottom: 60px;
}
/* line 6722, style.scss */
.widget .flo_about .about-label {
  font-size: 16px;
}
/* line 6724, style.scss */
.widget .flo_about .about-label .button {
  padding-left: 0px;
}

/* line 6730, style.scss */
.cart_list_product_quantity, .quantity, .amount {
  font-family: 'Open Sans Condensed';
}

/* line 6733, style.scss */
.amount {
  letter-spacing: 0.05rem;
  font-weight: bold;
}

/* BOF Woocoommerce style */
/* line 6740, style.scss */
.woocommerce-page .post-meta {
  display: none;
}

/* line 6744, style.scss */
.woocommerce {
  /* min-width 641px and max-width 768px, use when QAing tablet-only issues */
  /* > 640*/
  /* min-width 769px, Tablet */
}
/* line 6745, style.scss */
.woocommerce input[type="button"],
.woocommerce input[type="submit"],
.woocommerce button, .woocommerce button.button {
  letter-spacing: 0.2rem;
  font-weight: 300;
}
/* line 6752, style.scss */
.woocommerce a.remove {
  color: black !important;
  font-weight: 300;
}
/* line 6757, style.scss */
.woocommerce .single-product .main-container {
  padding-top: 15px;
}
/* line 6760, style.scss */
.woocommerce .single-product .description {
  letter-spacing: 0.05rem;
}
/* line 6764, style.scss */
.woocommerce .product_meta {
  font-family: "brandon-medium", Georgia, serif;
}
/* line 6766, style.scss */
.woocommerce .product_meta span {
  font-family: "brandon-medium", Georgia, serif;
}
/* line 6770, style.scss */
.woocommerce .last-row-column:after {
  display: block;
  clear: both;
}
/* line 6775, style.scss */
.woocommerce .product-name {
  font-family: "brandon-medium", Georgia, serif;
}
/* line 6778, style.scss */
.woocommerce .wc-proceed-to-checkout {
  text-transform: uppercase;
}
/* line 6780, style.scss */
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  float: right;
  padding: 15px 26px;
}
/* line 6786, style.scss */
.woocommerce button.button {
  padding: 15px 26px;
}
/* line 6789, style.scss */
.woocommerce .shop_table.cart {
  border: 0px;
}
/* line 6791, style.scss */
.woocommerce .shop_table.cart td {
  border: 0px;
}
/* line 6794, style.scss */
.woocommerce .shop_table.cart .product-remove {
  width: 20px;
  padding-right: 0px;
}
/* line 6798, style.scss */
.woocommerce .shop_table.cart .product-thumbnail {
  max-width: 40px;
}
/* line 6801, style.scss */
.woocommerce .shop_table.cart .product-quantity {
  text-align: center;
}
/* line 6803, style.scss */
.woocommerce .shop_table.cart .product-quantity .qty {
  margin: 0 auto;
}
/* line 6805, style.scss */
.woocommerce .shop_table.cart .product-subtotal {
  text-align: right;
}
/* line 6809, style.scss */
.woocommerce .shop_table.cart a.remove {
  max-width: 20px;
}
/* line 6812, style.scss */
.woocommerce .shop_table.cart .actions {
  padding-top: 30px;
  padding-right: 0px;
}
/* line 6815, style.scss */
.woocommerce .shop_table.cart .actions .input-text {
  height: 44px !important;
  line-height: 1rem;
}
/* line 6819, style.scss */
.woocommerce .shop_table.cart .actions .button {
  padding: 15px 26px;
}
/* line 6824, style.scss */
.woocommerce .single-product .cart .qty,
.woocommerce .button, .woocommerce input.button, .woocommerce a.button, .woocommerce button.button {
  font-family: "brandon-medium", Georgia, serif;
}
/* line 6829, style.scss */
.woocommerce .star-rating span {
  font-family: 'star';
}
/* line 6833, style.scss */
.woocommerce .star-rating:before, .woocommerce .star-rating span:before {
  font-size: 11px;
}
/* line 6836, style.scss */
.woocommerce .quantity .qty {
  height: 43px;
  padding: 3px;
}
/* line 6841, style.scss */
.woocommerce.woocommerce-page {
  /*hide the 3RD child for the mobiles, because we want only 2 related products on mob devices*/
}
/* line 6844, style.scss */
.woocommerce.woocommerce-page .related ul.products li.product:nth-child(3) {
  display: none;
}
/* line 6849, style.scss */
.woocommerce table.cart td.actions .input-text#coupon_code {
  width: 150px;
  height: 30px;
}
/* line 6856, style.scss */
.woocommerce .cart_totals h2 {
  text-align: right;
}
/* line 6857, style.scss */
.woocommerce .cart_totals table {
  text-align: right;
  float: right;
}
/* line 6860, style.scss */
.woocommerce .cart_totals table tr, .woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
  border: 0px !important;
}
/* line 6864, style.scss */
.woocommerce .cart_totals h2, .woocommerce .cart_totals .cart-subtotal th, .woocommerce .cart_totals .order-total th, .woocommerce .cart_totals .shipping th, .woocommerce .cart_totals .amount {
  font-weight: 300 !important;
}
/* line 6869, style.scss */
.woocommerce .wc-proceed-to-checkout {
  clear: both;
}
/* line 6873, style.scss */
.woocommerce .flo-additional-event-info {
  margin-top: 25px;
}
/* line 6877, style.scss */
.woocommerce .flo-package-option {
  list-style: none;
  letter-spacing: 0.05rem;
}
/* line 6885, style.scss */
.woocommerce .list-packages .flo-package {
  background-size: cover;
  padding: 80px 15px 80px;
}
/* line 6890, style.scss */
.woocommerce .list-packages .flo-package .price {
  margin-bottom: 60px;
}
/* line 6893, style.scss */
.woocommerce .list-packages .flo-package .options-block {
  margin-bottom: 80px;
}
/* line 6896, style.scss */
.woocommerce .list-packages .flo-package .flo-package-option {
  list-style: none;
  line-height: 2.5;
}
/* line 6901, style.scss */
.woocommerce .list-packages .amount {
  font-weight: bold;
}
@media only screen and (min-width: 48.063em) {
  /* line 6907, style.scss */
  .woocommerce .list-packages .flo-package:nth-child(odd) .options-block {
    padding-right: 140px;
  }
  /* line 6913, style.scss */
  .woocommerce .list-packages .flo-package:nth-child(even) .options-block {
    padding-left: 140px;
  }
}
/* line 6923, style.scss */
.woocommerce.single-product .options-block {
  margin-bottom: 40px;
}
/* line 6928, style.scss */
.woocommerce .pckg-layout-list-packages {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 6931, style.scss */
.woocommerce .pckg-layout-list-packages #primary {
  padding: 0px;
}
/* line 6936, style.scss */
.woocommerce .grid-packages {
  text-align: center;
}
/* line 6939, style.scss */
.woocommerce .grid-packages .price {
  font-size: 25px;
  margin-bottom: 20px;
}
/* line 6943, style.scss */
.woocommerce .grid-packages .product-title {
  margin-bottom: 60px;
}
/* line 6947, style.scss */
.woocommerce .grid-packages .add_to_cart_button {
  background: #e8e5e4;
  color: #fff;
  border-radius: 0px;
  font-size: 12px;
  padding: 12px 21px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
/* line 6955, style.scss */
.woocommerce .grid-packages .add_to_cart_button.loading:after {
  top: 45%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 6960, style.scss */
.woocommerce .grid-packages .add_to_cart_button:hover, .woocommerce .grid-packages .add_to_cart_button:focus {
  background: #000;
  color: #fff;
}
/* line 6966, style.scss */
.woocommerce .grid-packages .flo-package {
  margin-bottom: 170px;
  position: relative;
  display: block;
}
/* line 6971, style.scss */
.woocommerce .grid-packages .flo-package .add_to_cart_button_block {
  position: absolute;
  bottom: -100px;
  width: 100%;
}
/* line 6979, style.scss */
.woocommerce .grid-packages .flo-package-option {
  line-height: 2.5;
  letter-spacing: 0.05rem;
}
/* line 6983, style.scss */
.woocommerce .grid-packages .flo-package-option.flo-tiptip:hover {
  cursor: pointer;
}
/* line 6994, style.scss */
.woocommerce .flo-grid-products .post-preview {
  text-align: left;
}
/* line 6997, style.scss */
.woocommerce .flo-grid-products img {
  display: block;
  margin-bottom: 40px;
}
/* line 7001, style.scss */
.woocommerce .flo-grid-products article {
  margin-bottom: 90px;
  overflow: visible;
  /** for the Products on sale icon */
}
/* line 7005, style.scss */
.woocommerce .flo-grid-products .star-rating {
  display: block;
}
/* line 7009, style.scss */
.woocommerce .flo-grid-products .price {
  float: left;
}
/* line 7012, style.scss */
.woocommerce .flo-grid-products .entry-title {
  clear: both;
  margin-bottom: 30px;
  padding-top: 20px;
}
/* line 7017, style.scss */
.woocommerce .flo-grid-products .post-preview-inner {
  padding-bottom: 100px;
}
/* line 7020, style.scss */
.woocommerce .flo-grid-products .add_to_cart_button_block {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: left;
}
/* line 7027, style.scss */
.woocommerce .flo-grid-products .add_to_cart_button {
  background: #e8e5e4;
  color: #fff;
  border-radius: 0px;
  font-size: 16px;
  padding: 15px 26px;
  text-transform: uppercase;
}
/* line 7034, style.scss */
.woocommerce .flo-grid-products .add_to_cart_button.loading:after {
  top: 45%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 7039, style.scss */
.woocommerce .flo-grid-products .add_to_cart_button:hover, .woocommerce .flo-grid-products .add_to_cart_button:focus {
  background: #000;
  color: #fff;
}
/* line 7044, style.scss */
.woocommerce .flo-grid-products .flo-border {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 1px;
}
/* line 7050, style.scss */
.woocommerce .flo-grid-products del {
  display: block;
}
@media only screen and (max-width: 40em) {
  /* line 7056, style.scss */
  .woocommerce form .form-row {
    padding: 0px;
  }
  /* line 7059, style.scss */
  .woocommerce table.shop_table.cart td.actions {
    text-align: right !important;
  }
  /* line 7062, style.scss */
  .woocommerce table.shop_table.cart td.actions .input-text#coupon_code {
    width: 126px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
  /* line 7072, style.scss */
  .woocommerce .flo-grid-products .medium-col-elem-1 {
    padding-right: 30px;
  }
  /* line 7074, style.scss */
  .woocommerce .flo-grid-products .medium-col-elem-1 .flo-border {
    border-right: 1px dotted;
    right: 0px;
  }
  /* line 7079, style.scss */
  .woocommerce .flo-grid-products .medium-col-elem-last {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 7086, style.scss */
  .woocommerce .grid-packages {
    border-color: #e8e5e4;
  }
  /* line 7089, style.scss */
  .woocommerce .grid-packages .flo-package {
    padding-top: 20px;
  }
  /* line 7093, style.scss */
  .woocommerce .grid-packages.grid-width-2 .flo-package:nth-child(odd) {
    border-right: 1px dashed;
    border-color: #e8e5e4;
  }
  /* line 7099, style.scss */
  .woocommerce .grid-packages.grid-width-3 .flo-package {
    border-right: 1px dashed;
    border-color: #e8e5e4;
  }
  /* line 7103, style.scss */
  .woocommerce .grid-packages.grid-width-3 .flo-package:nth-child(3n) {
    border-right: 0px;
  }
}
@media only screen and (min-width: 48.063em) {
  /* line 7113, style.scss */
  .woocommerce.woocommerce-page {
    /*custom width for related products for tablets and larger devices*/
  }
  /* line 7115, style.scss */
  .woocommerce.woocommerce-page .related ul.products li.product {
    width: 30.8%;
  }
  /* line 7117, style.scss */
  .woocommerce.woocommerce-page .related ul.products li.product:nth-child(3) {
    display: block;
  }
  /* line 7125, style.scss */
  .woocommerce .list-packages .package-content {
    /*width: 80%;*/
  }
  /* line 7128, style.scss */
  .woocommerce .list-packages .flo-package {
    padding-left: 35px;
    padding-right: 35px;
  }
  /* line 7132, style.scss */
  .woocommerce .list-packages .flo-package:nth-child(even) {
    text-align: right;
  }
  /* line 7139, style.scss */
  .woocommerce .flo-grid-products article {
    /*3 columns*/
  }
  /* line 7142, style.scss */
  .woocommerce .flo-grid-products article.large-4 .flo-border {
    color: #e8e5e4;
  }
  /* line 7145, style.scss */
  .woocommerce .flo-grid-products article.large-4.col-elem-1 {
    padding-right: 106.66px;
  }
  /* line 7147, style.scss */
  .woocommerce .flo-grid-products article.large-4.col-elem-1 .flo-border {
    border-left: 1px dashed;
    right: 26.66px;
  }
  /* line 7152, style.scss */
  .woocommerce .flo-grid-products article.large-4.col-elem-2 {
    padding-right: 53.33px;
    padding-left: 53.33px;
  }
  /* line 7156, style.scss */
  .woocommerce .flo-grid-products article.large-4.col-elem-last {
    padding-left: 106.66px;
  }
  /* line 7158, style.scss */
  .woocommerce .flo-grid-products article.large-4.col-elem-last .flo-border {
    border-left: 1px dashed;
    left: 26.66px;
  }
  /* line 7165, style.scss */
  .woocommerce .flo-grid-products article .amount {
    font-weight: bold;
  }
}

/*Hedear mini cart*/
/* Dynamic cart in header */
/*hide minicart items number for larger devices*/
@media only screen and (min-width: 40.063em) {
  /* line 7183, style.scss */
  .minicart_items {
    display: none !important;
  }
}
/* line 7185, style.scss */
.gbtr_dynamic_shopping_bag {
  position: relative;
  text-align: left;
}

/* line 7190, style.scss */
.nav-menu li ul.cart_list {
  display: block;
}

/* line 7193, style.scss */
.gbtr_minicart_wrapper {
  display: none;
  position: absolute;
  right: -16px;
  top: 0;
  width: 280px;
  z-index: 999;
}
/* line 7201, style.scss */
.gbtr_minicart_wrapper a.remove:hover {
  padding-left: 2px !important;
}
/* line 7204, style.scss */
.gbtr_minicart_wrapper .gbtr_minicart {
  background: #fff;
  color: #000;
  padding: 25px;
  border: 1px solid #e2e2e2;
  margin-top: 40px;
}
/* line 7214, style.scss */
.gbtr_minicart_wrapper .flo-box-arrow {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 35px;
  right: 30px;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  background: #fff;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
}

/* line 7231, style.scss */
.woocommerce .cart_list .clr {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 7235, style.scss */
.woocommerce .cart_list .flo-item-name {
  font-weight: normal;
}

/* line 7239, style.scss */
.cart_list_product_quantity {
  padding-left: 20px;
}

/* line 7242, style.scss */
.gbtr_little_shopping_bag {
  text-align: right;
}

/* line 7245, style.scss */
.gbtr_minicart .cart_list_product_title a {
  display: inline !important;
  color: inherit !important;
}

/* line 7249, style.scss */
.gbtr_minicart .cart_list_product_title a.remove {
  display: inline-block !important;
  margin-right: 10px !important;
  padding: 0px;
  line-height: 1;
  padding-right: 0px !important;
}

/* line 7257, style.scss */
.gbtr_minicart ul.cart_list {
  position: relative;
  float: none;
  top: 0px;
  left: 0px;
  background: #fff;
}

/* line 7265, style.scss */
.gbtr_minicart ul.cart_list li a {
  padding: 0px;
}

/*.gbtr_little_shopping_bag .overview {
    border: 1px solid;
}*/
/*.gbtr_little_shopping_bag .overview .minicart-label{ border-right: 1px solid;  } */
/* line 7275, style.scss */
.gbtr_little_shopping_bag .overview span {
  padding: 0px 10px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 7285, style.scss */
.gbtr_little_shopping_bag .overview .mobile-cart-link {
  display: none;
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  /* line 7293, style.scss */
  .gbtr_little_shopping_bag {
    text-align: left;
  }
  /* line 7296, style.scss */
  .gbtr_little_shopping_bag .overview span {
    padding-left: 0px;
  }
  /* line 7299, style.scss */
  .gbtr_little_shopping_bag .overview .mobile-cart-link {
    display: block;
    position: absolute;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }

  /* hide the dynamic shopping cart content for the mobiles*/
  /* line 7313, style.scss */
  .gbtr_minicart_wrapper {
    display: none !important;
  }
}
/* line 7318, style.scss */
.gbtr_little_shopping_bag .overview > i {
  font-size: 24px;
  margin-bottom: 10px;
}

/* line 7322, style.scss */
.gbtr_little_shopping_bag .overview .minicart_total {
  font-weight: bold;
  margin-left: -4px;
  font-size: 14px;
  height: 34px;
  line-height: 33px;
  letter-spacing: 0;
  padding: 0 10px;
  margin-bottom: -2px;
}

/* line 7332, style.scss */
.minicart_total_checkout {
  font-weight: 700;
}

/* line 7335, style.scss */
.minicart_total_checkout > div {
  display: inline;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 10px;
  padding-left: 20px;
}

/*.icon-bascket{
    font-family: 'fontello';
    &:before{
        content: '\e855';
    }
}*/
/* line 7348, style.scss */
.minicart_total_checkout > span {
  font-weight: bold;
}

/* line 7351, style.scss */
.gbtr_minicart_wrapper > h4 {
  border-bottom: 1px solid #FFF;
  border-bottom: 1px solid rgba(230, 230, 230, 0.3);
  margin-bottom: 15px;
  padding-bottom: 8px;
}

/* line 7357, style.scss */
.button.gbtr_minicart_cart_but {
  background: #000;
  color: #fff;
  border-radius: 0px;
  font-weight: normal;
  margin-top: 20px !important;
}

/* line 7364, style.scss */
.gbtr_minicart_wrapper .cart_list_product {
  margin-bottom: 15px !important;
}

/* line 7367, style.scss */
.gbtr_minicart_wrapper a.button {
  height: 35px !important;
  line-height: 35px !important;
  padding: 0 !important;
}

/* line 7373, style.scss */
.gbtr_minicart_wrapper .cart_list_product {
  list-style-type: none;
}

/*Grey color for the checkout payment box*/
/* line 7378, style.scss */
body.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #d3ced3;
}

/* line 7381, style.scss */
body.woocommerce-checkout #payment {
  background: #ebe9eb;
}

/* line 7385, style.scss */
body.woocommerce-checkout #payment div.payment_box {
  background-color: #dfdcdf;
  color: #515151;
}

/* line 7390, style.scss */
body.woocommerce-checkout #payment div.payment_box:after {
  border: 8px solid #dfdcdf;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

/* EOF Grey color for the checkout payment box*/
/* EOF Woocoommerce style */
/* BOF Ninja forms styles */
/* line 7401, style.scss */
body .ninja-forms-form-wrap {
  /*thank you message*/
}
/* line 7402, style.scss */
body .ninja-forms-form-wrap input[type="text"], body .ninja-forms-form-wrap input[type="email"], body .ninja-forms-form-wrap textarea {
  background-color: #fafafa;
  border: 0px;
}
/* line 7407, style.scss */
body .ninja-forms-form-wrap select {
  width: 100%;
  border: 0px;
}
/* line 7411, style.scss */
body .ninja-forms-form-wrap textarea {
  border: 0px;
}
/* line 7415, style.scss */
body .ninja-forms-form-wrap .submit-wrap input[type="submit"] {
  padding: 8px 20px;
}
/* line 7420, style.scss */
body .ninja-forms-form-wrap .field-wrap {
  margin-bottom: 0px;
}
/* line 7424, style.scss */
body .ninja-forms-form-wrap .center-wrap {
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  /* line 7430, style.scss */
  body .ninja-forms-form-wrap .left-wrap {
    float: left;
    padding-right: 0.625rem;
  }
  /* line 7434, style.scss */
  body .ninja-forms-form-wrap .right-wrap {
    float: right;
    padding-left: 0.625rem;
  }
  /* line 7438, style.scss */
  body .ninja-forms-form-wrap .flo-small-wrap {
    width: 50%;
  }
  /* line 7441, style.scss */
  body .ninja-forms-form-wrap .field-wrap:not(.flo-small-wrap) {
    clear: both;
  }
}
/* line 7448, style.scss */
body .ninja-forms-form-wrap .ninja-forms-response-msg .thank-you {
  font-size: 28px;
}
/* line 7452, style.scss */
body .ninja-forms-form-wrap .ninja-forms-response-msg .email {
  color: #cabc8e;
  margin-top: 40px;
  display: block;
}

/* EOF Ninja forms styles */
/* line 7463, style.scss */
.woocommerce .list-packages .button, .woocommerce .textwidget .button,
.woocommerce .widget_flo_button .button, .widget_flo_button .button {
  line-height: normal;
}

/* line 7468, style.scss */
.woocommerce .list-packages .button, .woocommerce .textwidget .button,
.widget_flo_button .button, .woocommerce .widget_flo_button .button,
.button, button.button {
  background: #e8e5e4;
  color: #fff;
  border-radius: 0px;
  font-size: 12px;
  padding: 12px 21px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-family: "brandon-medium", Georgia, serif;
}

/* line 7480, style.scss */
.button:hover {
  background: #000;
  color: #fff;
}

/* line 7484, style.scss */
.woocommerce .list-packages .button {
  background: #000;
}

/* line 7487, style.scss */
.woocommerce .list-packages a.button.add_to_cart_button.loading:after {
  top: 50%;
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

/* line 7492, style.scss */
body.woocommerce nav.woocommerce-pagination ul {
  border: 0px;
}
/* line 7494, style.scss */
body.woocommerce nav.woocommerce-pagination ul li {
  border: 0px;
}

/* line 7500, style.scss */
.widget_flo_button .flo-button-text {
  margin-bottom: 30px;
}

/* 2017-07-27 Digitales für Alle! */
.img_disc{
margin-top:15px;
}

