
/*-----------------------------------------------------/
/                                                        /
/   screen.scss                                          /
/                                                        /
/   www.mein-gartenpavillon.de                           /
/                                                        /
/   06.05.2014                                           /
/                                                        /
/-------------------------------------------------------*/
/*-------------------------------------------------------/
/                                                        /
/   VARIABLES                                            /
/                                                        /
/-------------------------------------------------------*/
/*-------------------------------------------------------/
/                                                        /
/   MIXINS                                               /
/                                                        /
/-------------------------------------------------------*/
/*-------------------------------------------------------/
/                                                        /
/   IMPORT MODULES                                       /
/                                                        /
/-------------------------------------------------------*/
/*-------------------------------------------------------/
/                                                        /
/   _imports.scss                                        /
/                                                        /
/   www.mein-gartenpavillon.de                           /
/                                                        /
/   08.06.2014                                           /
/                                                        /
/-------------------------------------------------------*/
/*-------------------------------------------------------/
/                                                        /
/   IMPORT NORMALIZATION                                  /
/                                                        /
/-------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*-------------------------------------------------------/
/                                                        /
/   IMPORT FOUNDATION                                    /
/                                                        /
/-------------------------------------------------------*/
meta.foundation-version {
  font-family: "/5.2.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60rem;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

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

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

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

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

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

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

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

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

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

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

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

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/*-------------------------------------------------------/
/                                                        /
/   IMPORT COMPASS                                       /
/                                                        /
/-------------------------------------------------------*/
/*-------------------------------------------------------/
/                                                        /
/   _fonts.scss                                          /
/                                                        /
/   www.mein-gartenpavillon.de                           /
/                                                        /
/   08.06.2014                                           /
/                                                        /
/-------------------------------------------------------*/
/*-------------------------------------------------------/
/                                                        /
/   FONTS                                                /
/                                                        /
/-------------------------------------------------------*/
/*
@font-face {
	
	font-family: "CinzelRegular";
	
	src: url('/fonts/Cinzel-Regular-webfont.ttf') format('truetype'),
	     url('/fonts/Cinzel-Regular-webfont.svg') format('svg'),
	     url('/fonts/Cinzel-Regular-webfont.eot') format('embedded-opentype'),
	     url('/fonts/Cinzel-Regular-webfont.woff') format('woff');
	
}
*/
@font-face {
  font-family: "OverpassRegular";
  src: url("/fonts/Overpass_Regular-webfont.ttf") format("truetype"), url("/fonts/Overpass_Regular-webfont.svg") format("svg"), url("/fonts/Overpass_Regular-webfont.eot") format("embedded-opentype"), url("/fonts/Overpass_Regular-webfont.woff") format("woff");
}

/*-------------------------------------------------------/
/                                                        /
/   ICON FONTS                                           /
/                                                        /
/-------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?ukez4x");
  src: url("/fonts/icomoon.eot?#iefixukez4x") format("embedded-opentype"), url("/fonts/icomoon.woff?ukez4x") format("woff"), url("/fonts/icomoon.ttf?ukez4x") format("truetype"), url("/fonts/icomoon.svg?ukez4x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-snowy:before {
  content: "\e60a";
}

.icon-rain:before {
  content: "\e60b";
}

.icon-umbrella:before {
  content: "\e60c";
}

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

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

.icon-paint-format:before {
  content: "\e618";
}

.icon-file:before {
  content: "\e61a";
}

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

.icon-bubbles:before {
  content: "\e614";
}

.icon-bubbles2:before {
  content: "\e615";
}

.icon-user:before {
  content: "\e616";
}

.icon-users:before {
  content: "\e617";
}

.icon-expand:before {
  content: "\e603";
}

.icon-wrench:before {
  content: "\e611";
}

.icon-cog:before {
  content: "\e604";
}

.icon-wand:before {
  content: "\e619";
}

.icon-leaf:before {
  content: "\e605";
}

.icon-truck:before {
  content: "\e612";
}

.icon-cloud:before {
  content: "\e60d";
}

.icon-brightness-contrast:before {
  content: "\e60e";
}

.icon-star:before {
  content: "\e613";
}

.icon-checkmark:before {
  content: "\e610";
}

.icon-googleplus:before {
  content: "\e606";
}

.icon-facebook:before {
  content: "\e607";
}

.icon-twitter:before {
  content: "\e608";
}

.icon-youtube:before {
  content: "\e609";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-umbrella2:before {
  content: "\f0e9";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-leaf2:before {
  content: "\e60f";
}

/*-------------------------------------------------------/
/                                                        /
/   _headings.scss                                       /
/                                                        /
/   www.mein-gartenpavillon.de                           /
/                                                        /
/   08.06.2014                                           /
/                                                        /
/-------------------------------------------------------*/
/*-------------------------------------------------------/
/                                                        /
/   HEADINGS                                             /
/                                                        /
/-------------------------------------------------------*/
h1 {
  text-align: center;
  margin: 1em 0 2em 0;
  font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 1px 0px 1px #dddddd;
}
h1 span {
  display: inline-block;
  margin: 0.8em 0;
  border-top: 1px solid #b7d1be;
  border-bottom: 1px solid #b7d1be;
  padding: 0.5em 0.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.55em;
  font-style: italic;
  font-weight: normal;
  color: #b7d1be;
  text-shadow: none;
}
@media only screen and (min-width: 40.063em) {
  h1 {
    margin: 1.7em 0 1.5em 0;
    font-size: 2.7em;
  }
  h1 span {
    font-size: 0.55em;
  }
}

h2 {
  text-align: center;
  margin: 1.8em 0 0.5em 0;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  color: #666;
}
h2 a {
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  color: #666;
  text-decoration: none;
}
h2 a:visited {
  color: #666;
}
h2 a:hover, h2 a:focus {
  color: #999;
  border: none;
}
h2 a:active {
  color: #999;
}
@media only screen and (min-width: 40.063em) {
  h2 {
    font-size: 2em;
  }
}

footer h2 {
  margin: 1em 0;
  font-size: 1.1em;
  color: #fff;
}

h3 {
  margin: 1.3em 0 0.5em 0;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 150%;
  color: #666;
  text-transform: uppercase;
}

h4 {
  margin: 1em 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #666;
}

/*-------------------------------------------------------/
/                                                        /
/   COPY                                                 /
/                                                        /
/-------------------------------------------------------*/
p {
  margin: 1em 0;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.8em;
  color: #666666;
}
@media only screen and (min-width: 40.063em) {
  p {
    font-size: 1.2em;
  }
}

p a {
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #6ea37c;
  text-decoration: none;
}
p a:visited {
  color: #6ea37c;
}
p a:hover, p a:focus {
  color: #999;
  border: none;
}
p a:active {
  color: #999;
}

strong {
  font-weight: normal;
  color: #333;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*-------------------------------------------------------/
/                                                        /
/   _navigation.scss                                     /
/                                                        /
/   www.mein-gartenpavillon.de                           /
/                                                        /
/   08.06.2014                                           /
/                                                        /
/-------------------------------------------------------*/
ul#navigation-01 {
  float: left;
}
ul#navigation-01 li {
  float: left;
}
ul#navigation-01 li a {
  display: inline-block;
  padding: 1.4em 0.8em;
  border-right: 1px solid #65906e !important;
  letter-spacing: 0.05em;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 100%;
  text-transform: uppercase;
  color: #dce5de;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 1px 1px 1px #666666;
}
ul#navigation-01 li a:visited {
  color: #dce5de;
}
ul#navigation-01 li a:hover, ul#navigation-01 li a:focus {
  color: white;
  background: #6f9c77;
  color: #fff;
}
ul#navigation-01 li a:active {
  color: white;
  background: #6f9c77;
}
ul#navigation-01 li a.selected {
  color: white;
  background: #6f9c77;
}
ul#navigation-01 li a .icon-home {
  display: inline-block;
  padding: 0.2em 0 0.3em 0;
  font-size: 1.5em;
  color: #dce5de;
}
ul#navigation-01 li:first-child a {
  padding-top: 0.8em;
  padding-bottom: 0.7em;
}
ul#navigation-01 li:last-child a {
  border-right: none !important;
  background: none;
}
ul#navigation-01 li:last-child a:hover {
  border-right: none !important;
  background: #6f9c77;
}
@media only screen and (min-width: 40.063em) {
  ul#navigation-01 li a {
    font-size: 1em;
    padding: 0.9em;
  }
  ul#navigation-01 li a .icon-home {
    padding: 0.1em 0 0 0;
    font-size: 1em;
    color: #dce5de;
  }
}

ul#navigation02 {
  margin: 1.5em 1.5em;
}
ul#navigation02 li {
  padding: 1em 1em 1em 0;
}
ul#navigation02 li a {
  display: block;
  _padding: 1em 1em 1em 0;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 100%;
  color: #999999;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}
ul#navigation02 li a:visited {
  color: #999999;
}
ul#navigation02 li a:hover, ul#navigation02 li a:focus {
  color: #cad3c7;
  background: white;
}
ul#navigation02 li a:active {
  color: #cad3c7;
  background: white;
}
ul#navigation02 li a.selected {
  color: #cad3c7;
  background: white;
}
ul#navigation02 li:last-child a {
  margin-right: 0;
}
@media only screen and (min-width: 40.063em) {
  ul#navigation02 li {
    float: left;
  }
  ul#navigation02 li a {
    display: inline-block;
    font-size: 0.9em;
    border: none;
  }
}

footer nav ul li {
  border-bottom: 1px solid #222;
  padding: 0.8em 0;
}
footer nav ul li a {
  padding: 1em 0 1em 0;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #cccccc;
  text-decoration: none;
  white-space: nowrap;
}
footer nav ul li a:visited {
  color: #cccccc;
}
footer nav ul li a:hover, footer nav ul li a:focus {
  color: white;
}
footer nav ul li a:active {
  color: white;
}
@media only screen and (min-width: 40.063em) {
  footer nav ul li {
    padding: 0.5em 0;
  }
}

footer nav #footer-socialmedia li {
  display: inline-block;
  margin: 1em 1em 1em 0;
  border-bottom: none;
  padding: 0.5em 0;
}
footer nav #footer-socialmedia li a {
  padding: 0;
  font-size: 2.5em;
  color: #cccccc;
}
footer nav #footer-socialmedia li a:visited {
  color: #cccccc;
}
footer nav #footer-socialmedia li a:hover, footer nav #footer-socialmedia li a:focus {
  color: white;
}
footer nav #footer-socialmedia li a:active {
  color: white;
}

ul#navigation_breadcrumb {
  margin: 1em 1em;
  _padding: 1em 1em;
}
ul#navigation_breadcrumb li {
  display: inline-block;
}
ul#navigation_breadcrumb li a {
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 100%;
  color: #999999;
  text-decoration: none;
  border-bottom: 1px dotted #999999;
}
ul#navigation_breadcrumb li a:visited {
  color: #999999;
}
ul#navigation_breadcrumb li a:hover, ul#navigation_breadcrumb li a:focus {
  color: #cad3c7;
  border-bottom: none;
}
ul#navigation_breadcrumb li a:active {
  color: #cad3c7;
}
ul#navigation_breadcrumb li:last-child a {
  border-bottom: none;
}
ul#navigation_breadcrumb li:last-child a:hover, ul#navigation_breadcrumb li:last-child a:focus {
  color: #999999;
}
ul#navigation_breadcrumb li:last-child a:active {
  color: #999999;
}

@media screen and (max-width: 960px) {
  ul#navigation_breadcrumb {
    display: none;
  }
}
/*-------------------------------------------------------/
/                                                        /
/   _scaffold.scss                                       /
/                                                        /
/   www.mein-gartenpavillon.de                           /
/                                                        /
/   08.06.2014                                           /
/                                                        /
/-------------------------------------------------------*/
body {
  background: #fff;
}

#bgd-navigation-01 {
  background: #3f7a4a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5f8b68), color-stop(100%, #3f7a4a));
  background-image: -webkit-linear-gradient(#5f8b68, #3f7a4a);
  background-image: -moz-linear-gradient(#5f8b68, #3f7a4a);
  background-image: -o-linear-gradient(#5f8b68, #3f7a4a);
  background-image: linear-gradient(#5f8b68, #3f7a4a);
  -webkit-box-shadow: 0px 0px 12px 2px #42684d;
  -moz-box-shadow: 0px 0px 12px 2px #42684d;
  box-shadow: 0px 0px 12px 2px #42684d;
}

header {
  background: url("/images/bgd_01.gif") #6ea37c;
}

footer {
  margin-top: 3em;
  padding-bottom: 5em;
  background: #000;
}

#bgd-footer-01 {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3f3f3f), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#3f3f3f, #000000);
  background-image: -moz-linear-gradient(#3f3f3f, #000000);
  background-image: -o-linear-gradient(#3f3f3f, #000000);
  background-image: linear-gradient(#3f3f3f, #000000);
}

#twocolumns-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60rem;
  *zoom: 1;
  padding: 0.8em 0 1.5em 0;
  /* default: small */
}
#twocolumns-footer:before, #twocolumns-footer:after {
  content: " ";
  display: table;
}
#twocolumns-footer:after {
  clear: both;
}
#twocolumns-footer blockquote, #twocolumns-footer div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 64.063em) {
  #twocolumns-footer blockquote {
    width: 66.66667%;
  }
  #twocolumns-footer .credential {
    width: 33.33333%;
  }
}

.onecolumn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60rem;
  *zoom: 1;
}
.onecolumn:before, .onecolumn:after {
  content: " ";
  display: table;
}
.onecolumn:after {
  clear: both;
}
.onecolumn div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.twocolumns {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60rem;
  *zoom: 1;
}
.twocolumns:before, .twocolumns:after {
  content: " ";
  display: table;
}
.twocolumns:after {
  clear: both;
}
.twocolumns div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  .twocolumns div {
    width: 50%;
  }
}

.threecolumns {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60rem;
  *zoom: 1;
}
.threecolumns:before, .threecolumns:after {
  content: " ";
  display: table;
}
.threecolumns:after {
  clear: both;
}
.threecolumns div, .threecolumns nav {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 40.063em) {
  .threecolumns div, .threecolumns nav {
    width: 33.33333%;
  }
}

/*-------------------------------------------------------/
/                                                        /
/   _form.scss                                           /
/                                                        /
/   www.mein-gartenpavillon.de                           /
/                                                        /
/   08.06.2014                                           /
/                                                        /
/-------------------------------------------------------*/
form {
  margin: 1em 0;
  width: 100%;
}

fieldset {
  border: 1px solid #ccc;
  padding: 1em;
}

.form-info {
  font-size: 0.8em;
}

legend {
  margin: 0 0 0 -0.5em;
  padding: 0 0.5em;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #999;
}

label {
  display: block;
  margin: 1.5em 0 0 0;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #666;
}
label span {
  font-size: 0.7em;
  color: #aaa;
}

input {
  display: block;
  margin: 0 0 0.5em 0;
  width: 80%;
  font-size: 1.1em;
  border: #ccc 1px solid;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
}

textarea {
  width: 100%;
  height: 10em;
  border: #ccc 1px solid;
  font-size: 1.1em;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
}

input[type="submit"] {
  margin: 2em 0;
  padding: 0;
  width: 60%;
  height: 3em;
  font-size: 0.9em;
  color: #999;
}

.form_alert {
  color: #900;
}

/*-------------------------------------------------------/
/                                                        /
/   MISC.                                                /
/                                                        /
/-------------------------------------------------------*/
.align-center {
  text-align: center;
}

.position-relative {
  position: relative;
}

/* Firefox, IE8+, Opera, Safari, etc. */
.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  content: ".";
  visibility: hidden;
}

/* IE7 */
* + html .clearfix {
  display: inline-block;
}

/*-------------------------------------------------------/
/                                                        /
/   TABLE PRODUCT PROPERTIES                             /
/                                                        /
/-------------------------------------------------------*/
table.product-properties {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #eee;
}
table.product-properties td {
  padding: 0.6em;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #aaa;
}
table.product-properties td:last-child {
  text-transform: none;
}
table.product-properties tr:nth-child(even) {
  background: #eaeaea;
}
table.product-properties tr:nth-child(odd) {
  background: #f3f3f3;
}

/*-------------------------------------------------------/
/                                                        /
/   PRICE					                             /
/                                                        /
/-------------------------------------------------------*/
.price {
  text-align: center;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #333;
}
.price span span {
  font-size: 0.8em;
}
.price .priceinfo {
  display: block;
  font-size: 0.5em;
  color: #aaa;
}

/*-------------------------------------------------------/
/                                                        /
/   BLOG					                             /
/                                                        /
/-------------------------------------------------------*/
.blog {
  margin-top: 2em;
}
.blog span {
  display: inline-block;
  padding: 0.5em;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #fff;
  background: #6ea37c;
}
.blog h2 {
  text-align: left;
  margin-top: 0.5em;
}
.blog p a {
  display: block;
}
.blog p a:after {
  content: " \00BB";
}

/*-------------------------------------------------------/
/                                                        /
/   FEATURES: PRODUCT DEATAILS                           /
/                                                        /
/-------------------------------------------------------*/
.feature-product-details, .feature-product-details-reference {
  margin-top: 2em;
}
.feature-product-details img, .feature-product-details-reference img {
  margin: 1.5em 0;
}
.feature-product-details h3, .feature-product-details-reference h3 {
  text-align: center;
  margin: 1em 0;
}

.feature-product-details-reference div {
  text-align: center;
}
.feature-product-details-reference div div {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  border: none;
  padding: 0;
  background: none;
}
.feature-product-details-reference div div img {
  margin: 0 0 1em 0;
  width: 100%;
  border: 7px solid #fff;
  -webkit-box-shadow: 3px 3px 5px 0px #aaaaaa;
  -moz-box-shadow: 3px 3px 5px 0px #aaaaaa;
  box-shadow: 3px 3px 5px 0px #aaaaaa;
}

/*-------------------------------------------------------/
/                                                        /
/   FEATURES: PRODUCT                                    /
/                                                        /
/-------------------------------------------------------*/
.feature-product {
  margin-top: 1em;
  padding: 2em 0;
}
.feature-product div {
  text-align: center;
  border-right: 1px dotted #999;
  min-height: 15em;
}
.feature-product div:last-child {
  border: none;
}
.feature-product div:hover {
  background: url("/images/bgd_03.gif");
}
.feature-product div div {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  border: none;
  padding: 0;
  background: none;
}
.feature-product div div img {
  margin: 0 0 1em 0;
  width: 100%;
  border: 7px solid #fff;
  -webkit-box-shadow: 3px 3px 5px 0px #aaaaaa;
  -moz-box-shadow: 3px 3px 5px 0px #aaaaaa;
  box-shadow: 3px 3px 5px 0px #aaaaaa;
}
.feature-product p {
  margin-bottom: 0.5em;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: 1em;
  color: #666666;
}
.feature-product p a {
  display: block;
}
.feature-product p a:after {
  content: " \00BB";
}
.feature-product span {
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #fff;
  background: #ffcc00;
}
.feature-product h3 {
  text-align: center;
  margin: 1em 0;
}

.feature-product .overview {
  margin-bottom: 0;
  min-height: 1em;
}

/*-------------------------------------------------------/
/                                                        /
/   FEATURES: USP                                        /
/                                                        /
/-------------------------------------------------------*/
.feature-usp {
  margin-top: 1em;
  padding: 2em 0;
}
.feature-usp div {
  text-align: center;
  border-right: 1px dotted #999;
  padding-top: 0.5em;
}
.feature-usp div:last-child {
  border: none;
}
.feature-usp div:hover {
  background: url("/images/bgd_03.gif");
}
.feature-usp .alt-01:hover {
  background: url("/images/bgd_02.gif");
}
.feature-usp .alt-01 span {
  color: #ffcc00;
}
.feature-usp p {
  text-align: left;
  font-size: 0.8em;
  color: #666666;
}
.feature-usp span {
  color: #6ea37c;
}
.feature-usp .icon-expand {
  font-size: 2.5em;
}
.feature-usp .icon-checkmark {
  font-size: 2.5em;
}
.feature-usp .icon-cog {
  font-size: 2.5em;
}
.feature-usp .icon-wrench {
  font-size: 2.5em;
}
.feature-usp .icon-bubbles2 {
  font-size: 2.5em;
}
.feature-usp .icon-droplet {
  font-size: 2.5em;
}
.feature-usp .icon-magic {
  font-size: 2.5em;
}
.feature-usp .icon-file {
  font-size: 2.5em;
}
.feature-usp .icon-snowy {
  font-size: 2.6em;
}
@media only screen and (min-width: 40.063em) {
  .feature-usp {
    font-size: 1em;
    padding: 2em 0;
  }
  .feature-usp div {
    min-height: 15em;
  }
  .feature-usp p {
    font-size: 1em;
  }
}

/*-------------------------------------------------------/
/                                                        /
/   IMAGE CAPTION                                        /
/                                                        /
/-------------------------------------------------------*/
.img-caption {
  display: inline-block;
  position: absolute;
  bottom: 1.3em;
  right: 2em;
  border: 2px solid #fff;
  padding: 0.5em;
  background: #ffcc00;
  color: #fff;
  text-decoration: none;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}
.img-caption:after {
  content: " \00BB";
}
@media only screen and (min-width: 40.063em) {
  .img-caption {
    font-size: 0.9em;
    right: 0em;
  }
}

/*-------------------------------------------------------/
/                                                        /
/   WARRANTY                                             /
/                                                        /
/-------------------------------------------------------*/
#warranty {
  padding: 0em;
  color: #fff;
  background: #ffcc00;
}
#warranty p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0.7em;
}
#warranty a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 40.063em) {
  #warranty {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 1.5em;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0.7em 0.5em 0.7em 0.5em;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eabb00), color-stop(100%, #ffd22f));
    background-image: -webkit-linear-gradient(#eabb00, #ffd22f);
    background-image: -moz-linear-gradient(#eabb00, #ffd22f);
    background-image: -o-linear-gradient(#eabb00, #ffd22f);
    background-image: linear-gradient(#eabb00, #ffd22f);
  }
  #warranty p {
    text-align: left;
    border-bottom: 1px dotted #fff;
    border-top: 1px dotted #fff;
    padding: 0 0.3em 0.1em 0.3em;
    font-size: 0.6em;
    letter-spacing: 0.1em;
    text-transform: lowercase;
  }
  #warranty p .span-01 {
    display: inline-block;
    float: left;
    padding: 0.4em 0.1em 0.2em 0.1em;
    font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
    font-size: 5em;
  }
  #warranty p .span-02 {
    display: inline-block;
    padding-bottom: 0.5em;
  }
  #warranty p .span-03 {
    display: block;
    padding: 0.7em 0.5em 0 0;
    font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
    font-size: 1.8em;
    font-weight: bold;
  }
  #warranty p .span-04 {
    font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
    font-size: 1.25em;
  }
}

/*-------------------------------------------------------/
/                                                        /
/   IMAGES                                               /
/                                                        /
/-------------------------------------------------------*/
.img-title {
  margin-top: -3em;
  border: 7px solid #fff;
  -webkit-box-shadow: 3px 3px 5px 0px #aaaaaa;
  -moz-box-shadow: 3px 3px 5px 0px #aaaaaa;
  box-shadow: 3px 3px 5px 0px #aaaaaa;
  width: 100%;
}

.img-large {
  width: 100%;
}

.img-border {
  border: 7px solid #fff;
  -webkit-box-shadow: 3px 3px 5px 0px #aaaaaa;
  -moz-box-shadow: 3px 3px 5px 0px #aaaaaa;
  box-shadow: 3px 3px 5px 0px #aaaaaa;
}

.credential img {
  width: 100%;
  border: 7px solid #fff;
}
.credential a {
  text-decoration: none;
}

/*-------------------------------------------------------/
/                                                        /
/   QUOTE                                                /
/                                                        /
/-------------------------------------------------------*/
blockquote {
  padding-bottom: 2em;
}
blockquote p {
  font-family: "Cinzel", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  color: #fff;
}
blockquote p:before {
  content: "\00bb";
}
blockquote p:after {
  content: "\00ab";
}
blockquote cite {
  display: block;
  text-align: right;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: none;
  color: #bbb;
}
blockquote cite:before {
  content: "\2014  ";
}
@media only screen and (min-width: 40.063em) {
  blockquote {
    padding-bottom: 0;
  }
}

blockquote.reference {
  text-align: center;
  margin: 2em 0;
}
blockquote.reference p {
  color: #333;
  font-size: 1.4em;
}
blockquote.reference cite {
  color: #999;
  text-align: center;
}

/*-------------------------------------------------------/
/                                                        /
/   ADDRESS                                              /
/                                                        /
/-------------------------------------------------------*/
address {
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 180%;
  color: #ccc;
}

/*-------------------------------------------------------/
/                                                        /
/   BUTTONS                                              /
/                                                        /
/-------------------------------------------------------*/
a.button-01 {
  display: inline-block;
  margin: 0;
  border: none;
  border-radius: 4px;
  padding: 1em 2em;
  font-family: "OverpassRegular", Verdana, Helvetica, Arial, sans-serif;
  font-size: 2em;
  color: #fff;
  text-decoration: none;
  background-color: #6ea37c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ea37c), color-stop(100%, #649972));
  background-image: -webkit-linear-gradient(#6ea37c, #649972);
  background-image: -moz-linear-gradient(#6ea37c, #649972);
  background-image: -o-linear-gradient(#6ea37c, #649972);
  background-image: linear-gradient(#6ea37c, #649972);
  -webkit-box-shadow: #aaaaaa 1px 1px 3px;
  -moz-box-shadow: #aaaaaa 1px 1px 3px;
  box-shadow: #aaaaaa 1px 1px 3px;
}
a.button-01:after {
  content: " \00BB";
}
a.button-01:visited {
  color: #fff;
}
a.button-01:hover, a.button-01:focus {
  color: #fff;
  background-color: #76a883;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9cc0a6), color-stop(100%, #9cc0a6));
  background-image: -webkit-linear-gradient(#9cc0a6, #9cc0a6);
  background-image: -moz-linear-gradient(#9cc0a6, #9cc0a6);
  background-image: -o-linear-gradient(#9cc0a6, #9cc0a6);
  background-image: linear-gradient(#9cc0a6, #9cc0a6);
}
a.button-01:active {
  color: #fff;
}
@media only screen and (min-width: 40.063em) {
  a.button-01 {
    margin: 1.5em 0 1.5em 0;
    font-size: 1em;
    padding: 10px 30px;
  }
}

/*-------------------------------------------------------/
/                                                        /
/   HORIZONTAL RULE                                      /
/                                                        /
/-------------------------------------------------------*/
hr {
  border: none;
  background: transparent;
  border-bottom: 1px dotted #ccc;
  margin: 3em 0;
}
