/* reset */
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, main, menu, nav, section, summary {
  display: block;
}

/* compass */
/* breakpoint */
/* rem conversion */
/* vars + mixins import */
/* colors */
/* mixins */
/* partials */
* {
  border: 0px;
  padding: 0px;
  margin: 0px;
  box-shadow: none;
  outline: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}

body {
  background-color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
}

/*#page {
  max-width: 2000px;
  margin: 0 auto;
}*/

ul,
ol {
  list-style-type: none;
}

a, a:hover, a:focus, a:active, a:visited {
  color: #ab8639;
  text-decoration: none;
}

img,
img.img-responsive {
  width: auto\9;
}

h1,
h1.entry-title,
.h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #ab8639;
  margin: 0 0 20px;
  margin: 0 0 2rem;
}

h2,
h2.entry-title,
.h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #ab8639;
  margin: 0 0 20px;
  margin: 0 0 2rem;
}

h3,
h3.entry-title,
.h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #ab8639;
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

mark {
  display: block;
  background: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: transparent;
  box-shadow: none;
}

#map_canvas {
  height: 400px;
  height: 40rem;
}
#map_canvas .infowindow {
  min-width: 200px;
  min-width: 20rem;
}
#map_canvas img {
  max-width: none;
}

input[type="checkbox"] {
  margin: 0 3px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.defaultForm a {
  color: #333;
}
.defaultForm .gform_fields {
  margin: 0;
}
.defaultForm .gfield {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  display: block;
  list-style: none;
}
.defaultForm .gfield.gfieldNoMargin {
  margin-bottom: 0px;
}
.defaultForm .gfield ul {
  list-style: none;
  margin: 0;
}
.defaultForm .gfield50 {
  float: left;
  width: 48%;
}
.defaultForm .gfield33 {
  float: left;
  width: 31%;
}
.defaultForm .gfield33.gfieldCenter {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.defaultForm .gfield25 {
  float: left;
  width: 23%;
}
.defaultForm .gfield25.gfieldCenter {
  margin-left: 1%;
  margin-right: 1%;
}
.defaultForm .gfieldLeft {
  margin-right: 2%;
}
.defaultForm .gfieldRight {
  margin-left: 2%;
}
.defaultForm .gfieldClear {
  clear: left;
}
@media (max-width: 767px) {
  .defaultForm .gfield {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .defaultForm .gfield.gfieldCenter {
    margin-left: 0;
    margin-right: 0;
  }
  .defaultForm .gfield50-mobile {
    float: left;
    width: 48%;
  }
  .defaultForm .gfield50-mobile.gfieldLeft {
    margin-right: 2%;
  }
  .defaultForm .gfield50-mobile.gfieldRight {
    margin-left: 2%;
  }
  .defaultForm .gfield50-mobile.gfieldCenter {
    margin-left: 2%;
    margin-right: 0;
  }
}
.defaultForm input[type="text"],
.defaultForm input[type="email"],
.defaultForm input[type="date"],
.defaultForm select,
.defaultForm textarea {
  width: 100%;
  padding: 10px;
  padding: 1rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  border: 1px solid #eee;
}
.defaultForm textarea {
  resize: none;
}
.defaultForm select {
  padding: 10px;
  padding: 1rem;
}
.defaultForm select option {
  padding-left: 7px;
  padding-left: 0.7rem;
}
.defaultForm button,
.defaultForm input.button,
.defaultForm input.button.gform_button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  line-height: 16px;
  background-color: #eee;
  padding: 10px 20px;
  padding: 1rem 2rem;
  border: 1px solid #a2a2a2;
}
.defaultForm .privacy {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 10px;
  margin-bottom: 5px;
}
.defaultForm .privacy .gfield_description {
  margin: 5px 0 0 15px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  line-height: 1.3rem;
}
.defaultForm .gform_footer {
  text-align: center;
}
.defaultForm .gsurvey-survey-comment {
  margin-bottom: 10px;
}
.defaultForm .gsurvey-survey-comment div {
  font-weight: normal;
  color: #333;
  font-size: 16px;
}
.defaultForm .gsurvey-survey-field {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
}

header {
  background: #eee;
}
header .menu-fixed-scroll {
  *zoom: 1;
}
header .menu-fixed-scroll:after {
  content: "";
  display: table;
  clear: both;
}
header .menu-fixed-scroll.scroll {
  background: #eee;
  position: fixed;
  z-index: 105;
  width: 100%;
  top: 0;
  left: 0;
}
header .address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: right;
}

.logo {
  display: block;
}
.logo .item-logo {
  margin: auto;
}
@media (min-width: 1200px) {
  .logo .item-logo {
    margin: 0;
  }
}

.navbar-toggle {
  margin: 8px 0 0;
  border: 0;
  padding: 8px;
  width: 40px;
  height: 40px;
  background-color: #ab8639;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
  margin: auto;
}
/*@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}*/

.main-navigation {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #d4d4d4;
  min-height: auto;
}
.main-navigation .menu {
  *zoom: 1;
  display: block;
}
.main-navigation .menu:after {
  content: "";
  display: table;
  clear: both;
}
.main-navigation .menu-item {
  float: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-family: 'Poppins';
}
/*@media (min-width: 1200px) {
  .main-navigation .menu-item {
    width: auto;
  }
}*/
.main-navigation a {
  padding: 12px;
  display: inline-block;
}
/*@media (min-width: 1200px) {
  .main-navigation a {
    padding: 8px;
  }
  .main-navigation a:hover {
    background-color: #ab8639;
    color: #fff;
  }
}*/
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-parent > a {
  border-bottom: 2px solid #ab8639;
}
/*@media (min-width: 1200px) {
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-parent > a {
    background-color: #ab8639;
    color: #fff;
    border: 0;
  }
}*/
.main-navigation .sub-menu {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  position: static;
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #c8c8c8;
  display: none;
}
/*@media (min-width: 1200px) {
  .main-navigation .sub-menu {
    width: 200px;
    top: 40px;
    top: 4rem;
    position: absolute;
  }
}*/
.main-navigation .sub-menu.open {
  /*display: block;*/
}
.main-navigation .sub-menu a {
  width: auto;
  padding: 8px;
}
/*@media (min-width: 1200px) {
  .main-navigation .sub-menu a {
    display: block;
  }
}*/
.main-navigation .menu-item:hover > .sub-menu {
  /*display: block;*/
}
.main-navigation .menu-item .sub-menu .menu-item {
  display: block;
  text-transform: initial;
}
.main-navigation .menu-item .sub-menu .menu-item .sub-menu {
  top: 0;
}

.menu-offcanvas {
  position: fixed;
  background-color: #d4d4d4;
  width: 100%;
  height: 100%;
  top: 0;
  right: -50%;
  z-index: 105;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -moz-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.menu-offcanvas.offcanvas-open {
  right: 0;
}
@media (max-width: 767px) {
  .menu-offcanvas {
    right: -100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-offcanvas {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-offcanvas {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .menu-offcanvas {
    width: 30%;
  }
}

.menu-command {
  *zoom: 1;
  margin: 0 0 8px;
}
.menu-command:after {
  content: "";
  display: table;
  clear: both;
}

.menu-offcanvas-button-close {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  border: 0;
  padding: 8px;
  width: 40px;
  height: 40px;
  background-color: #ab8639;
  color: #fff;
  float: right;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.menu-lang {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  text-transform: uppercase;
  text-align: center;
}
/*@media (min-width: 1200px) {
  .menu-lang {
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    margin: 0 -8px;
  }
}*/

.language-item {
  display: inline-block;
  margin: 0 8px;
  padding: 8px;
  width: 40px;
  height: 40px;
}
/*@media (min-width: 1200px) {
  .language-item {
    width: auto;
    height: auto;
    margin: 0;
  }
}*/
.language-item a {
  display: block;
}

.mobi-buttons {
  text-align: center;
  padding: 8px 0;
  float: left;
}
.mobi-buttons a {
  display: inline-block;
  margin-right: 8px;
  width: auto;
  color: #000 !important;
}
.mobi-buttons .svg {
  width: 46px;
  height: 46px;
}
.mobi-buttons .path {
  fill: #ab8639;
}
.mobi-buttons .tel {
  display: none;
}
@media (max-width: 767px) {
  .mobi-buttons .tel {
    display: inline-block;
  }
}

section.feedback-list article {
  background-color: #eee;
  padding: 30px 60px;
  padding: 3rem 6rem;
  position: relative;
}
section.feedback-list article:before {
  content: '“';
  position: absolute;
  top: 5px;
  top: 0.5rem;
  left: 15px;
  left: 1.5rem;
  font-size: 100px;
  font-size: 10rem;
  line-height: 102px;
  line-height: 10.2rem;
  color: #ab8639;
}
section.feedback-list article:after {
  content: '”';
  position: absolute;
  bottom: -55px;
  bottom: -5.5rem;
  right: 15px;
  right: 1.5rem;
  font-size: 100px;
  font-size: 10rem;
  line-height: 102px;
  line-height: 10.2rem;
  color: #ab8639;
}
section.feedback-list article .author {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #ab8639;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  font-style: italic;
}
section.feedback-list article mark {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
}
section.feedback-list article .date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: right;
  font-style: italic;
}
section.feedback-list article + article {
  margin-top: 20px;
  margin-top: 2rem;
}

footer {
  background: #eee;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 20px;
  padding: 2rem;
}
footer .credits {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
@media (max-width: 767px) {
  footer .credits {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

#primary main .entry-content {
  /*	WordPress Gallery
  ------------------------------------------ */
}
#primary main .entry-content .gallery {
  margin-bottom: 1.5rem;
}
#primary main .entry-content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 2.8% 0px 0px;
}
#primary main .entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
#primary main .entry-content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
#primary main .entry-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
#primary main .entry-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
#primary main .entry-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
#primary main .entry-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
#primary main .entry-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
#primary main .entry-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
#primary main .entry-content .gallery-caption {
  display: block;
}
#primary .table {
  margin: 0;
}
#primary .table-responsive {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#primary .angle-scroll-left {
  font-size: 24px;
  line-height: 1;
  padding-top: 4px;
  color: #202020;
  text-align: center;
  content: '\f105';
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  overflow: hidden;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(ellipse cover at center, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#primary .angle-scroll-left.fade-out {
  display: none;
}
#primary .angle-scroll-left__animation {
  -moz-animation-name: shake;
  -webkit-animation-name: shake;
  animation-name: shake;
  -moz-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@-moz-keyframes shake {
  from, to {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}
