/*rgb(110,134,156);*/
.color-picker {
  color: rgba(120, 97, 58, 0.85);
  color: #845817;
  color: #bfbfbf; }

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #6e869c;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  top: 110px !important;
  left: 50%;
  margin-left: -240px;
  width: 480px;
  background: #FFF;
  position: fixed;
  z-index: 101;
  padding: 0;
  /*
          @media only screen and (max-width: $break-desktop) {
  		    width: 768px;
  		    margin-left: -384px;
  		}
  		
  		
  
          @media only screen and (max-width: $break-phone) {
  		    width: 300px;
  		    margin-left: -150px;
  		}
  */
  /*
  		h3, p {
      		color: #000;
      		font-family: $body-font;
  		}
  */ }
  @media only screen and (max-width: 767px) {
    .reveal-modal {
      top: 56px !important; } }
  .reveal-modal.modal-fullscreen {
    width: 100%;
    margin: 0;
    left: 0; }

.reveal-modal .close-reveal-modal {
  font-size: 24px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #fff;
  -moz-text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: normal;
  cursor: pointer;
  z-index: 102; }

/*
	
NOTES

Close button entity is &#215;

Example markup

<div id="myModal" class="reveal-modal">
	<h2>Awesome. I have it.</h2>
	<p class="lead">Your couch.  I it's mine.</p>
	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
	<a class="close-reveal-modal">&#215;</a>
</div>

*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

/* .carousel li {margin-right: 5px} */
/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.flex-direction-nav .flex-prev {
  left: -36px; }

/*
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
*/
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 3px; }

.flex-direction-nav .flex-next {
  opacity: 1;
  right: 3px; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 767px) {
  .flex-direction-nav .flex-prev {
    opacity: 0;
    left: 3px; }

  .flex-direction-nav .flex-next {
    opacity: 0;
    right: 3px; } }
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0; }

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px; }

.row {
  margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0; }

.column.omega, .columns.omega {
  margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 40px; }

.container .two.columns {
  width: 100px; }

.container .three.columns {
  width: 160px; }

.container .four.columns {
  width: 220px; }

.container .five.columns {
  width: 280px; }

.container .six.columns {
  width: 340px; }

.container .seven.columns {
  width: 400px; }

.container .eight.columns {
  width: 460px; }

.container .nine.columns {
  width: 520px; }

.container .ten.columns {
  width: 580px; }

.container .eleven.columns {
  width: 640px; }

.container .twelve.columns {
  width: 700px; }

.container .thirteen.columns {
  width: 760px; }

.container .fourteen.columns {
  width: 820px; }

.container .fifteen.columns {
  width: 880px; }

.container .sixteen.columns {
  width: 940px; }

.container .one-third.column {
  width: 300px; }

.container .two-thirds.column {
  width: 620px; }

/* Offsets */
.container .offset-by-one {
  padding-left: 60px; }

.container .offset-by-two {
  padding-left: 120px; }

.container .offset-by-three {
  padding-left: 180px; }

.container .offset-by-four {
  padding-left: 240px; }

.container .offset-by-five {
  padding-left: 300px; }

.container .offset-by-six {
  padding-left: 360px; }

.container .offset-by-seven {
  padding-left: 420px; }

.container .offset-by-eight {
  padding-left: 480px; }

.container .offset-by-nine {
  padding-left: 540px; }

.container .offset-by-ten {
  padding-left: 600px; }

.container .offset-by-eleven {
  padding-left: 660px; }

.container .offset-by-twelve {
  padding-left: 720px; }

.container .offset-by-thirteen {
  padding-left: 780px; }

.container .offset-by-fourteen {
  padding-left: 840px; }

.container .offset-by-fifteen {
  padding-left: 900px; }

.container .offset-by-one-third {
  padding-left: 320px; }

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px; }

  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px; }

  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px; }

  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px; }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0; }

  .container .one.column,
  .container .one.columns {
    width: 28px; }

  .container .two.columns {
    width: 76px; }

  .container .three.columns {
    width: 124px; }

  .container .four.columns {
    width: 172px; }

  .container .five.columns {
    width: 220px; }

  .container .six.columns {
    width: 268px; }

  .container .seven.columns {
    width: 316px; }

  .container .eight.columns {
    width: 364px; }

  .container .nine.columns {
    width: 412px; }

  .container .ten.columns {
    width: 460px; }

  .container .eleven.columns {
    width: 508px; }

  .container .twelve.columns {
    width: 556px; }

  .container .thirteen.columns {
    width: 604px; }

  .container .fourteen.columns {
    width: 652px; }

  .container .fifteen.columns {
    width: 700px; }

  .container .sixteen.columns {
    width: 748px; }

  .container .one-third.column {
    width: 236px; }

  .container .two-thirds.column {
    width: 492px; }

  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px; }

  .container .offset-by-two {
    padding-left: 96px; }

  .container .offset-by-three {
    padding-left: 144px; }

  .container .offset-by-four {
    padding-left: 192px; }

  .container .offset-by-five {
    padding-left: 240px; }

  .container .offset-by-six {
    padding-left: 288px; }

  .container .offset-by-seven {
    padding-left: 336px; }

  .container .offset-by-eight {
    padding-left: 384px; }

  .container .offset-by-nine {
    padding-left: 432px; }

  .container .offset-by-ten {
    padding-left: 480px; }

  .container .offset-by-eleven {
    padding-left: 528px; }

  .container .offset-by-twelve {
    padding-left: 576px; }

  .container .offset-by-thirteen {
    padding-left: 624px; }

  .container .offset-by-fourteen {
    padding-left: 672px; }

  .container .offset-by-fifteen {
    padding-left: 720px; }

  .container .offset-by-one-third {
    padding-left: 256px; } }
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px; }

  .container .columns,
  .container .column {
    margin: 0; }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px; }

  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen,
  .container .offset-by-one-third {
    padding-left: 0; } }
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px; }

  .container .columns,
  .container .column {
    margin: 0; }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px; } }
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

body {
  font: 15px/24px "Trade Gothic W01 Roman", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.03em; }

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #FFF;
  font-family: "TradeGothicW01-Extended", Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 0.02em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #bfbfbf; }

h2 {
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding-top: 10px; }

h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  color: #bfbfbf; }

h4 {
  font-size: 14px;
  margin-bottom: 8px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 14px; }

.subheader {
  color: #777; }

p {
  margin: 0 0 10px 0; }

p img {
  margin: 0; }

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777; }

em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.4em; }

strong {
  font-weight: normal;
  color: #FFF;
  font-family: "Trade Gothic W01 Bold", Helvetica, Arial, sans-serif; }

small {
  font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic; }

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 15px 0;
  height: 0; }

/* #Links
================================================== */
a, a:visited {
  color: #bfbfbf;
  text-decoration: none;
  outline: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em; }

p a, p a:visited {
  line-height: inherit;
  border-bottom: 1px dotted #bfbfbf;
  color: #bfbfbf; }

p a:hover, p a:focus {
  color: #bfbfbf;
  border-bottom: 1px dotted #bfbfbf; }

a:hover dd {
  color: #bfbfbf; }

/* #Lists
================================================== */
ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

dl dt {
  margin: 0 0 5px 0;
  font-weight: bold;
  width: 30%;
  display: block;
  float: left;
  clear: left; }

dl dd {
  margin: 0 0 5px 32%; }

/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #EEE;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to top,rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px;
  font-family: "TradeGothicW01-Extended", Helvetica, Arial, sans-serif; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #222;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to top,rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.3));
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa; }

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #666;
  background-color: #ccc;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
  background-image: linear-gradient(to top,rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4)); }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* #Forms
================================================== */
form {
  margin-bottom: 20px; }

fieldset {
  margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #6e869c;
  padding: 6px 0 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "Trade Gothic W01 Roman", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff; }

select {
  padding: 0; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

textarea {
  min-height: 60px; }

label,
legend {
  display: block;
  font-family: "TradeGothicW01-Extended", Helvetica, Arial, sans-serif;
  font-size: 13px; }

select {
  width: 220px; }

input[type="checkbox"] {
  display: inline; }

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

label {
  color: #6e869c; }
  label.error {
    color: #bfbfbf; }

/* #Misc
================================================== */
.remove-bottom {
  margin-bottom: 0 !important; }

.half-bottom {
  margin-bottom: 10px !important; }

.add-bottom {
  margin-bottom: 20px !important; }

img.scale-with-grid {
  max-width: 100%;
  height: auto;
  display: block; }

figure img,
.content img {
  width: 100%;
  height: auto;
  display: block; }

.site-nav ul {
  margin: 24px 0 0 0; }
  .site-nav ul li {
    float: left;
    margin-right: 28px;
    margin-bottom: 0; }
    .site-nav ul li a {
      font-weight: normal;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 0.05em;
      font-size: 20px;
      line-height: 35px; }
    @media only screen and (max-width: 959px) {
      .site-nav ul li {
        margin-right: 24px; }
        .site-nav ul li a {
          font-size: 16px; } }
@media only screen and (max-width: 767px) {
  .site-nav {
    display: none; }
    .site-nav ul {
      margin: 10px 0 0 0; }
      .site-nav ul li {
        float: none;
        width: 100%;
        background: #6e869c; }
        .site-nav ul li a {
          display: block;
          text-align: center;
          padding: 4px 0;
          font-size: 18px; } }

.site-nav-menu {
  display: none; }
  @media only screen and (max-width: 767px) {
    .site-nav-menu {
      border-bottom: 0.15em solid #444;
      border-top: 0.375em double #444;
      display: block;
      font-size: 32px;
      height: 0.125em;
      width: 1em;
      cursor: pointer;
      position: absolute;
      top: 4px;
      right: 0px; } }

.site-header {
  position: fixed;
  top: 0;
  height: 100px;
  padding-top: 10px;
  width: 100%;
  background: #6e869c;
  z-index: 110; }
  @media only screen and (max-width: 767px) {
    .site-header {
      height: auto;
      padding: 15px 0 5px 0; } }

.header-logo {
  width: 100%;
  height: 28px;
  background: url(../images/reversum.png) no-repeat; }
  .svg .header-logo {
    background: url(../images/reversum.svg) no-repeat;
    background-size: 100% 100%; }
  @media only screen and (max-width: 767px) {
    .header-logo {
      width: 300px; } }
  @media only screen and (max-width: 767px) {
    .header-logo {
      width: 250px; } }

body {
  background: #475661;
  color: #FFF; }

.main {
  background: #475661;
  background: rgba(71, 86, 97, 0.85); }

.video {
  padding-top: 10px; }

.wrapper {
  margin-top: 130px; }
  @media only screen and (max-width: 767px) {
    .wrapper {
      margin-top: 75px; } }

.content {
  border-bottom: 1px solid #FFF;
  padding-bottom: 20px; }

.modal-gallery figure img {
  margin-bottom: 20px; }

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 0;
  position: relative;
  width: 100%; }
  .video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.site-footer {
  margin-top: 20px;
  height: 35px;
  background: #6e869c;
  width: 100%;
  position: relative;
  z-index: 20;
  font-size: 80%;
  padding-top: 10px; }

#modal-impressum {
  margin-top: 20px;
  padding: 20px; }
  #modal-impressum h2 {
    color: #6e869c; }
  #modal-impressum p {
    color: #444; }
  #modal-impressum .close-reveal-modal {
    color: #6e869c; }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #superbgimage {
    display: none; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
.download-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  float: left; }

.download-icon img {
  width: 100%;
  height: auto; }

.download a {
  color: #bfbfbf; }

.download {
  margin: 8px 0; }
