/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Grid Layout */
/* Compass CSS3 Mixins */
/*------------------------------------*\
  COLORS VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  FONTS VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  LAYOUT VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  GRID VARIABLES
\*------------------------------------*/
/* 64px*/
/* 16px*/
/*------------------------------------*\
   TRANSITIONS MIXINS
\*------------------------------------*/
/*------------------------------------*\
   IE MIXINS
\*------------------------------------*/
/*------------------------------------*\
   COMMONS
\*------------------------------------*/
/* line 5, ../sass/_base.scss */
html, body {
  height: 100%;
}

/* line 9, ../sass/_base.scss */
body {
  font-family: "Open Sans", sans-serif;
  line-height: 160%;
  position: relative;
  background: url(../images/body.gif);
}

/* line 15, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 20, ../sass/_base.scss */
h1, h2, h3, h4 {
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 115%;
  margin-bottom: 10px;
}

/* line 25, ../sass/_base.scss */
h1 {
  font-size: 24px;
  color: #bf6c31;
}

/* line 29, ../sass/_base.scss */
h2 {
  font-size: 18px;
  color: #b0a5a4;
}

/* line 33, ../sass/_base.scss */
h3 {
  font-size: 18px;
  color: #b0a5a4;
}

/* line 37, ../sass/_base.scss */
h4 {
  font-size: 16px;
  color: #b0a5a4;
}

/* line 41, ../sass/_base.scss */
p {
  margin: 10px 0;
  line-height: 160%;
}

/* line 45, ../sass/_base.scss */
b, strong {
  font-weight: 700;
}

/* line 49, ../sass/_base.scss */
a, .fa-angle-right {
  color: #bf6c31;
  font-weight: 700;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.33s;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
/* line 53, ../sass/_base.scss */
a:hover, .fa-angle-right:hover {
  color: black;
}

/* line 57, ../sass/_base.scss */
hr {
  background-color: #dfdbdb;
  height: 1px;
  border: 0;
  margin: 20px 0;
  clear: both;
}

/* line 64, ../sass/_base.scss */
small {
  font-size: 80%;
  line-height: normal;
}

/* line 68, ../sass/_base.scss */
.center {
  text-align: center;
}
@media (min-width: 59em) {
  /* line 68, ../sass/_base.scss */
  .center {
    text-align: left;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .center {
  text-align: left;
}

/* line 75, ../sass/_base.scss */
.alignleft, .alignright {
  margin: 20px 0;
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 39em) {
  /* line 75, ../sass/_base.scss */
  .alignleft, .alignright {
    display: inline;
    width: auto !important;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .alignleft, .no-mediaqueries .alignright {
  display: inline;
  width: auto !important;
}

@media (min-width: 39em) {
  /* line 85, ../sass/_base.scss */
  .alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

@media (min-width: 39em) {
  /* line 92, ../sass/_base.scss */
  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* line 98, ../sass/_base.scss */
input, textarea, select {
  border: none;
  padding: 10px;
}

/* line 102, ../sass/_base.scss */
label {
  width: 120px;
  display: inline-block;
}

/* line 107, ../sass/_base.scss */
.the-content ul {
  list-style-type: disc;
  margin-left: 17px;
}

/* line 114, ../sass/_base.scss */
body input[type="submit"],
body a.button {
  background: #bf6c31;
  border: none;
  box-shadow: inset 0 -6px 1px #965527;
  color: white;
  font-size: 14px;
  padding-bottom: 18px;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.33s;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  transition-duration: 0.33s;
  padding: 10px 30px 15px;
  text-transform: uppercase;
}
/* line 125, ../sass/_base.scss */
body input[type="submit"]:hover,
body a.button:hover {
  background: #ab612c;
  box-shadow: inset 0 -6px 1px #824a21;
}
/* line 130, ../sass/_base.scss */
body a.button {
  padding: 10px 20px 15px;
  text-decoration: none;
  padding: 10px 25px 18px;
}

/* line 1, ../sass/_layout.scss */
.full {
  width: 100%;
}

/* line 4, ../sass/_layout.scss */
.grid {
  *zoom: 1;
  max-width: 464px;
  max-width: 29rem;
  _width: 464px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*@include susy-grid-background;*/
}
/* line 38, ../../../../gems/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.grid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 39em) {
  /* line 4, ../sass/_layout.scss */
  .grid {
    max-width: 624px;
    max-width: 39rem;
  }
}
@media (min-width: 59em) {
  /* line 4, ../sass/_layout.scss */
  .grid {
    max-width: 944px;
    max-width: 59rem;
  }
}
@media (min-width: 69em) {
  /* line 4, ../sass/_layout.scss */
  .grid {
    max-width: 1104px;
    max-width: 69rem;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .grid {
  max-width: 1104px;
  max-width: 69rem;
  _width: 1104px;
}
@media (min-width: 79em) {
  /* line 4, ../sass/_layout.scss */
  .grid {
    max-width: 1264px;
    max-width: 79rem;
  }
}

/* line 9, ../sass/_layout.scss */
.no-mediaqueries .grid {
  width: 1200px !important;
  max-width: 1200px !important;
}

/*------------------------------------*\
   CONTENT HOME
\*------------------------------------*/
@media (min-width: 59em) {
  /* line 17, ../sass/_layout.scss */
  .home .box, .error404 .box {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .home .box, .no-mediaqueries .error404 .box {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}
@media (min-width: 59em) {
  /* line 21, ../sass/_layout.scss */
  .home .box.three, .error404 .box.three {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .home .box.three, .no-mediaqueries .error404 .box.three {
  width: 32.20339%;
  float: right;
  margin-right: 0;
  *margin-left: -1rem;
  display: inline;
}
@media (min-width: 59em) {
  /* line 27, ../sass/_layout.scss */
  .home .box-offers, .error404 .box-offers {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .home .box-offers, .no-mediaqueries .error404 .box-offers {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}
@media (min-width: 59em) {
  /* line 32, ../sass/_layout.scss */
  .home .box-gallery, .error404 .box-gallery {
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .home .box-gallery, .no-mediaqueries .error404 .box-gallery {
  width: 66.10169%;
  float: right;
  margin-right: 0;
  *margin-left: -1rem;
  display: inline;
}

/*------------------------------------*\
   CONTENT 
\*------------------------------------*/
@media (min-width: 59em) {
  /* line 41, ../sass/_layout.scss */
  .inner-content {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .inner-content {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}
@media (min-width: 39em) {
  /* line 46, ../sass/_layout.scss */
  .inner-content .galleries .gallery-item {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .inner-content .galleries .gallery-item {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  *margin-left: -1rem;
  display: inline;
}
@media (min-width: 29em) {
  /* line 52, ../sass/_layout.scss */
  .inner-content .news-pic {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .inner-content .news-pic {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}
@media (min-width: 29em) {
  /* line 57, ../sass/_layout.scss */
  .inner-content .news-text {
    width: 74.57627%;
    float: right;
    margin-right: 0;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .inner-content .news-text {
  width: 74.57627%;
  float: right;
  margin-right: 0;
  *margin-left: -1rem;
  display: inline;
}

@media (min-width: 59em) {
  /* line 63, ../sass/_layout.scss */
  .sidebar {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .sidebar {
  width: 32.20339%;
  float: right;
  margin-right: 0;
  *margin-left: -1rem;
  display: inline;
}

/*------------------------------------*\
   HEADER
\*------------------------------------*/
/* line 4, ../sass/_theme-elements.scss */
header {
  background: black;
}
/* line 6, ../sass/_theme-elements.scss */
header .grid {
  position: relative;
}
/* line 8, ../sass/_theme-elements.scss */
header .grid #logo {
  width: 160px;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  position: relative;
}
@media (min-width: 59em) {
  /* line 8, ../sass/_theme-elements.scss */
  header .grid #logo {
    width: 25%;
    float: left;
    margin: 0;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries header .grid #logo {
  width: 25%;
  float: left;
  margin: 0;
}
/* line 19, ../sass/_theme-elements.scss */
header .grid #logo img {
  vertical-align: top;
  margin-top: 10px;
}
@media (min-width: 59em) {
  /* line 24, ../sass/_theme-elements.scss */
  header .grid #navigation {
    float: right;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries header .grid #navigation {
  float: right;
}
/* line 28, ../sass/_theme-elements.scss */
header .grid #navigation #contact {
  font-size: 13px;
  color: #dbd6c6;
  text-align: center;
  margin: 10px 0 20px;
}
@media (min-width: 59em) {
  /* line 28, ../sass/_theme-elements.scss */
  header .grid #navigation #contact {
    float: right;
    text-align: right;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries header .grid #navigation #contact {
  float: right;
  text-align: right;
}
/* line 37, ../sass/_theme-elements.scss */
header .grid #navigation #contact span {
  display: none;
}
@media (min-width: 39em) {
  /* line 37, ../sass/_theme-elements.scss */
  header .grid #navigation #contact span {
    display: inline-block;
    font-family: "La Belle Aurore", cursive;
    color: #bf6c31;
    font-size: 20px;
    margin-left: 20px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries header .grid #navigation #contact span {
  display: inline-block;
  font-family: "La Belle Aurore", cursive;
  color: #bf6c31;
  font-size: 20px;
  margin-left: 20px;
}
/* line 47, ../sass/_theme-elements.scss */
header .grid #navigation #contact img.social {
  margin-left: 10px;
}
/* line 50, ../sass/_theme-elements.scss */
header .grid #navigation #contact i {
  color: #bf6c31;
  margin: 0 5px 0 10px;
  font-size: 18px;
  vertical-align: middle;
}
/* line 55, ../sass/_theme-elements.scss */
header .grid #navigation #contact i.fa-mobile {
  font-size: 22px;
}
/* line 60, ../sass/_theme-elements.scss */
header .grid #navigation hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
@media (min-width: 39em) {
  /* line 60, ../sass/_theme-elements.scss */
  header .grid #navigation hr {
    margin: 10px 0;
  }
}
@media (min-width: 59em) {
  /* line 60, ../sass/_theme-elements.scss */
  header .grid #navigation hr {
    margin: 20px 0;
  }
}

/*------------------------------------*\
   MAIN NAVIGATION
\*------------------------------------*/
/* line 76, ../sass/_theme-elements.scss */
nav {
  text-align: center;
}
/* line 78, ../sass/_theme-elements.scss */
nav select {
  margin-bottom: 20px;
  font-size: 17px;
  border: none;
  background: #bf6c31;
  border-color: #bf6c31;
  color: white;
  padding: 10px;
}
/* line 86, ../sass/_theme-elements.scss */
nav select option {
  line-height: 20px;
}
@media (min-width: 39em) {
  /* line 78, ../sass/_theme-elements.scss */
  nav select {
    display: none;
  }
}
@media (min-width: 59em) {
  /* line 76, ../sass/_theme-elements.scss */
  nav {
    float: right;
  }
}
/* line 96, ../sass/_theme-elements.scss */
nav ul {
  display: none;
}
@media (min-width: 39em) {
  /* line 96, ../sass/_theme-elements.scss */
  nav ul {
    display: block;
  }
}
/* line 101, ../sass/_theme-elements.scss */
nav ul li {
  float: left;
  padding: 0 3px;
  margin: 10px 0 18px 35px;
  /* showing sub-menus */
}
@media (min-width: 39em) {
  /* line 101, ../sass/_theme-elements.scss */
  nav ul li {
    margin-left: 12px;
  }
}
@media (min-width: 59em) {
  /* line 101, ../sass/_theme-elements.scss */
  nav ul li {
    margin: 5px 0 10px 12px;
  }
}
@media (min-width: 69em) {
  /* line 101, ../sass/_theme-elements.scss */
  nav ul li {
    margin-left: 14px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries nav ul li {
  margin-left: 14px;
}
@media (min-width: 79em) {
  /* line 101, ../sass/_theme-elements.scss */
  nav ul li {
    margin-left: 45px;
  }
}
/* line 117, ../sass/_theme-elements.scss */
nav ul li:first-child {
  margin-left: 0;
}
/* line 120, ../sass/_theme-elements.scss */
nav ul li a {
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.33s;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
@media (min-width: 39em) {
  /* line 120, ../sass/_theme-elements.scss */
  nav ul li a {
    font-size: 16px;
  }
}
@media (min-width: 69em) {
  /* line 120, ../sass/_theme-elements.scss */
  nav ul li a {
    font-size: 19px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries nav ul li a {
  font-size: 19px;
}
/* line 133, ../sass/_theme-elements.scss */
nav ul li a:hover {
  color: #bf6c31;
}
/* line 139, ../sass/_theme-elements.scss */
nav ul li.current_page_item a, nav ul li.current-page-ancestor a {
  color: #bf6c31;
}
/* line 143, ../sass/_theme-elements.scss */
nav ul li.menu-item-has-children {
  padding-right: 10px;
}
/* line 146, ../sass/_theme-elements.scss */
nav ul li ul.sub-menu {
  background: white;
  margin-top: 0;
  border-top: 0;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  z-index: 8999;
  padding: 10px;
  line-height: 100%;
  text-align: left;
}
/* line 157, ../sass/_theme-elements.scss */
nav ul li ul.sub-menu li {
  margin: 0;
  float: none;
}
/* line 160, ../sass/_theme-elements.scss */
nav ul li ul.sub-menu li a {
  width: auto;
  border-bottom: 1px solid #b0a5a4;
  font-family: "Open Sans", sans-serif;
  font-size: 0.85em;
  color: black;
  font-weight: 400;
  display: block;
  padding: 10px 40px 10px 0;
}
/* line 170, ../sass/_theme-elements.scss */
nav ul li ul.sub-menu li a:hover, nav ul li ul.sub-menu li a:focus {
  color: black;
}
/* line 175, ../sass/_theme-elements.scss */
nav ul li ul.sub-menu li:last-child a {
  border-bottom: 0;
}
/* line 182, ../sass/_theme-elements.scss */
nav ul li:hover ul {
  top: auto;
  overflow: visible;
  visibility: visible;
}

/*------------------------------------*\
   SLIDESHOW & PAYOFF
\*------------------------------------*/
/* line 193, ../sass/_theme-elements.scss */
.slideshow {
  background: #dbd6c6;
}
/* line 195, ../sass/_theme-elements.scss */
.slideshow .grid {
  position: relative;
  overflow: hidden;
}
/* line 198, ../sass/_theme-elements.scss */
.slideshow .grid #sec-picture {
  display: none;
}
@media (min-width: 59em) {
  /* line 198, ../sass/_theme-elements.scss */
  .slideshow .grid #sec-picture {
    display: block;
    position: absolute;
    z-index: 2;
    right: 20px;
    background: url(../images/bg-sec-pic.png) right repeat-y;
    min-height: 450px;
    width: 100%;
    text-align: right;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .slideshow .grid #sec-picture {
  display: block;
  position: absolute;
  z-index: 2;
  right: 20px;
  background: url(../images/bg-sec-pic.png) right repeat-y;
  min-height: 450px;
  width: 100%;
  text-align: right;
}
/* line 211, ../sass/_theme-elements.scss */
.slideshow .grid #header-picture {
  position: relative;
  z-index: 1;
}

/* line 217, ../sass/_theme-elements.scss */
.payoff {
  background: url(../images/payoff.gif);
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 59em) {
  /* line 217, ../sass/_theme-elements.scss */
  .payoff {
    text-align: left;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .payoff {
  text-align: left;
}
/* line 224, ../sass/_theme-elements.scss */
.payoff h1, .payoff h2 {
  text-align: center;
}
@media (min-width: 59em) {
  /* line 224, ../sass/_theme-elements.scss */
  .payoff h1, .payoff h2 {
    text-align: left;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .payoff h1, .no-mediaqueries .payoff h2 {
  text-align: left;
}
/* line 230, ../sass/_theme-elements.scss */
.payoff h1 {
  font-size: 21px;
}
@media (min-width: 59em) {
  /* line 230, ../sass/_theme-elements.scss */
  .payoff h1 {
    font-size: 24px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .payoff h1 {
  font-size: 24px;
}
/* line 236, ../sass/_theme-elements.scss */
.payoff h2 {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 59em) {
  /* line 236, ../sass/_theme-elements.scss */
  .payoff h2 {
    font-size: 18px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .payoff h2 {
  font-size: 18px;
}
/* line 244, ../sass/_theme-elements.scss */
.payoff img {
  margin-bottom: 20px;
}
@media (min-width: 59em) {
  /* line 244, ../sass/_theme-elements.scss */
  .payoff img {
    float: right;
    margin: 0 0 20px 20px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .payoff img {
  float: right;
  margin: 0 0 20px 20px;
}

/* line 253, ../sass/_theme-elements.scss */
.home .payoff, .error404 .payoff {
  padding: 30px 0;
}
/* line 255, ../sass/_theme-elements.scss */
.home .payoff h1, .home .payoff h2, .error404 .payoff h1, .error404 .payoff h2 {
  margin-bottom: 25px;
}

/*------------------------------------*\
   CONTENT HOME
\*------------------------------------*/
/* line 264, ../sass/_theme-elements.scss */
.home .highlights, .error404 .highlights {
  padding: 30px 0;
}
/* line 266, ../sass/_theme-elements.scss */
.home .highlights .box, .error404 .highlights .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 30px;
}
@media (min-width: 69em) {
  /* line 266, ../sass/_theme-elements.scss */
  .home .highlights .box, .error404 .highlights .box {
    line-height: 25px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .home .highlights .box, .no-mediaqueries .error404 .highlights .box {
  line-height: 25px;
}
/* line 274, ../sass/_theme-elements.scss */
.home .highlights .box img, .error404 .highlights .box img {
  width: 100%;
}
/* line 277, ../sass/_theme-elements.scss */
.home .highlights .box a, .error404 .highlights .box a {
  text-decoration: none;
}
/* line 280, ../sass/_theme-elements.scss */
.home .highlights .box h3, .error404 .highlights .box h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #bf6c31;
}
/* line 285, ../sass/_theme-elements.scss */
.home .highlights .box .box-text, .error404 .highlights .box .box-text {
  font-size: 16px;
}
@media (min-width: 59em) {
  /* line 285, ../sass/_theme-elements.scss */
  .home .highlights .box .box-text, .error404 .highlights .box .box-text {
    font-size: 12px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .home .highlights .box .box-text, .no-mediaqueries .error404 .highlights .box .box-text {
  font-size: 12px;
}
@media (min-width: 69em) {
  /* line 285, ../sass/_theme-elements.scss */
  .home .highlights .box .box-text, .error404 .highlights .box .box-text {
    font-size: 15px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .home .highlights .box .box-text, .no-mediaqueries .error404 .highlights .box .box-text {
  font-size: 15px;
}
@media (min-width: 79em) {
  /* line 285, ../sass/_theme-elements.scss */
  .home .highlights .box .box-text, .error404 .highlights .box .box-text {
    font-size: 16px;
  }
}
/* line 297, ../sass/_theme-elements.scss */
.home .highlights .box.three, .error404 .highlights .box.three {
  border: none;
}
@media (min-width: 59em) {
  /* line 297, ../sass/_theme-elements.scss */
  .home .highlights .box.three, .error404 .highlights .box.three {
    float: left;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .home .highlights .box.three, .no-mediaqueries .error404 .highlights .box.three {
  float: left;
}
/* line 304, ../sass/_theme-elements.scss */
.home .highlights .box-offers, .home .highlights .box-gallery, .error404 .highlights .box-offers, .error404 .highlights .box-gallery {
  padding: 0;
}
/* line 306, ../sass/_theme-elements.scss */
.home .highlights .box-offers h4, .home .highlights .box-gallery h4, .error404 .highlights .box-offers h4, .error404 .highlights .box-gallery h4 {
  margin-top: 30px;
  font-size: 18px;
}
/* line 310, ../sass/_theme-elements.scss */
.home .highlights .box-offers h5, .home .highlights .box-gallery h5, .error404 .highlights .box-offers h5, .error404 .highlights .box-gallery h5 {
  margin-bottom: 15px;
}
/* line 312, ../sass/_theme-elements.scss */
.home .highlights .box-offers h5 a, .home .highlights .box-gallery h5 a, .error404 .highlights .box-offers h5 a, .error404 .highlights .box-gallery h5 a {
  text-decoration: none;
  color: black;
  font-weight: 700;
}
/* line 318, ../sass/_theme-elements.scss */
.home .highlights .box-offers p, .home .highlights .box-gallery p, .error404 .highlights .box-offers p, .error404 .highlights .box-gallery p {
  margin-bottom: 15px;
}
/* line 321, ../sass/_theme-elements.scss */
.home .highlights .box-offers .gallery-row, .home .highlights .box-gallery .gallery-row, .error404 .highlights .box-offers .gallery-row, .error404 .highlights .box-gallery .gallery-row {
  height: 65px;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 325, ../sass/_theme-elements.scss */
.home .highlights .box-offers .gallery-row .pic, .home .highlights .box-gallery .gallery-row .pic, .error404 .highlights .box-offers .gallery-row .pic, .error404 .highlights .box-gallery .gallery-row .pic {
  margin: 0 20px 20px 0;
  display: inline-block;
}

/*------------------------------------*\
   CONTENT 
\*------------------------------------*/
/* line 336, ../sass/_theme-elements.scss */
.inner-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  /* gallery styles */
}
/* line 341, ../sass/_theme-elements.scss */
.inner-content ul.mygallery.gallery-container {
  padding-left: 0;
  overflow: auto;
}
/* line 345, ../sass/_theme-elements.scss */
.inner-content ul.mygallery.gallery-container li {
  list-style: none;
}
/* line 349, ../sass/_theme-elements.scss */
.inner-content ul.mygallery.gallery-container a {
  text-decoration: none;
}
/* line 355, ../sass/_theme-elements.scss */
.inner-content .galleries.grid {
  padding: 0;
}
/* line 359, ../sass/_theme-elements.scss */
.inner-content .galleries .gallery-item img {
  width: 100%;
  height: auto;
}
/* line 363, ../sass/_theme-elements.scss */
.inner-content .galleries .gallery-item:first-child {
  float: left;
}
/* line 369, ../sass/_theme-elements.scss */
.inner-content ul.mygallery.gallery-container li {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}
/* line 375, ../sass/_theme-elements.scss */
.inner-content ul.mygallery.gallery-container li img {
  vertical-align: bottom;
}
@media (min-width: 39em) {
  /* line 369, ../sass/_theme-elements.scss */
  .inner-content ul.mygallery.gallery-container li {
    width: 33%;
  }
}
@media (min-width: 59em) {
  /* line 369, ../sass/_theme-elements.scss */
  .inner-content ul.mygallery.gallery-container li {
    width: 20%;
  }
  /* line 385, ../sass/_theme-elements.scss */
  .inner-content ul.mygallery.gallery-container li img {
    width: 90%;
    height: auto;
  }
}
@media (min-width: 69em) {
  /* line 392, ../sass/_theme-elements.scss */
  .inner-content ul.mygallery.gallery-container li img {
    width: auto;
  }
}
/* line 392, ../sass/_theme-elements.scss */
.no-mediaqueries .inner-content ul.mygallery.gallery-container li img {
  width: auto;
}
/* line 399, ../sass/_theme-elements.scss */
.inner-content .gallery img {
  border: none !important;
}
/* line 403, ../sass/_theme-elements.scss */
.inner-content .news-list {
  margin-top: 35px;
}

/*------------------------------------*\
   SIDEBAR 
\*------------------------------------*/
/* line 411, ../sass/_theme-elements.scss */
.sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
}
/* line 414, ../sass/_theme-elements.scss */
.sidebar .box-gallery {
  background: #e5e1d6;
  padding: 20px;
  margin-bottom: 40px;
}
/* line 418, ../sass/_theme-elements.scss */
.sidebar .box-gallery .pic {
  margin: 8px;
  display: inline-block;
}
@media (min-width: 39em) {
  /* line 418, ../sass/_theme-elements.scss */
  .sidebar .box-gallery .pic {
    margin: 10px;
  }
}
@media (min-width: 59em) {
  /* line 418, ../sass/_theme-elements.scss */
  .sidebar .box-gallery .pic {
    margin: 18px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .sidebar .box-gallery .pic {
  margin: 18px;
}
@media (min-width: 69em) {
  /* line 418, ../sass/_theme-elements.scss */
  .sidebar .box-gallery .pic {
    margin: 14px;
  }
}
/* line 91, ../../../../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/susy-1.0.9/sass/susy/_media.scss */
.no-mediaqueries .sidebar .box-gallery .pic {
  margin: 14px;
}
/* line 432, ../sass/_theme-elements.scss */
.sidebar .box-offers {
  background: #f3f1ec;
  padding: 20px;
}
/* line 436, ../sass/_theme-elements.scss */
.sidebar .box-offers h5 a {
  text-decoration: none;
  color: black;
  font-weight: 700;
}
/* line 443, ../sass/_theme-elements.scss */
.sidebar .box-gallery h4, .sidebar .box-offers h4 {
  font-size: 20px;
}

/*------------------------------------*\
   FOOTER
\*------------------------------------*/
/* line 450, ../sass/_theme-elements.scss */
footer {
  text-align: center;
  background: #cac8c6;
  padding: 35px 0;
}
/* line 454, ../sass/_theme-elements.scss */
footer h2 {
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 24px;
}
/* line 459, ../sass/_theme-elements.scss */
footer a {
  color: black;
}
/* line 462, ../sass/_theme-elements.scss */
footer small, footer small a {
  color: gray;
}

/* line 467, ../sass/_theme-elements.scss */
.contains-cookie-policy-disclosure h3 {
  margin-top: 20px;
}
/* line 470, ../sass/_theme-elements.scss */
.contains-cookie-policy-disclosure .contains-cookie-policy-services {
  list-style-type: none !important;
  margin-left: 0 !important;
}
/* line 473, ../sass/_theme-elements.scss */
.contains-cookie-policy-disclosure .contains-cookie-policy-services li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
/* line 476, ../sass/_theme-elements.scss */
.contains-cookie-policy-disclosure .contains-cookie-policy-services li h5 {
  font-weight: 700;
}
/* line 479, ../sass/_theme-elements.scss */
.contains-cookie-policy-disclosure .contains-cookie-policy-services li a {
  font-weight: 400;
}
/* line 482, ../sass/_theme-elements.scss */
.contains-cookie-policy-disclosure .contains-cookie-policy-services li ul {
  list-style-type: none !important;
  margin-left: 0 !important;
}
/* line 485, ../sass/_theme-elements.scss */
.contains-cookie-policy-disclosure .contains-cookie-policy-services li ul li {
  border-bottom: none;
}
