@charset "UTF-8";
.padding,
.col-padding,
.content,
.content-full,
.content-middle,
.sidebar {
  padding: 10px;
}

.padding-lg,
.col-padding-lg,
.mosaic-images .image-caption,
.decoration-section .col-image {
  padding: 20px;
}

.padding-sm,
.col-padding-sm {
  padding: 6.66667px;
}

.padding-xs,
.col-padding-xs {
  padding: 5px;
}

.nested {
  margin: -10px;
}

.nested-lg {
  margin: -20px;
}

.nested-sm {
  margin: -6.66667px;
}

.nested-xs {
  margin: -5px;
}

.h-nested {
  margin-right: -10px;
  margin-left: -10px;
}

.h-nested-lg {
  margin-right: -20px;
  margin-left: -20px;
}

.h-nested-sm {
  margin-right: -6.66667px;
  margin-left: -6.66667px;
}

.h-nested-xs {
  margin-right: -5px;
  margin-left: -5px;
}

.col-md-5, .col-md-10, .col-md-12, .col-md-15, .col-md-16, .col-md-20, .col-md-25, .col-md-30, .col-md-33, .sidebar, .col-md-35, .col-md-40, .col-md-45, .col-md-50, ul.gallery li, .content, .col-md-55, .col-md-60, .col-md-65, .col-md-66, .col-md-70, .col-md-75, .col-md-80, .col-md-85, .col-md-90, .col-md-95, .col-md-100,
.col-lg-5, .col-lg-10, .col-lg-12, .col-lg-15, .col-lg-16, .col-lg-20, .col-lg-25, .col-lg-30, .col-lg-33, ul.gallery li, .col-lg-35, .col-lg-40, .col-lg-45, .col-lg-50, .google_maps_info, .col-lg-55, .col-lg-60, .col-lg-65, .col-lg-66, .col-lg-70, .col-lg-75, .col-lg-80, .col-lg-85, .col-lg-90, .col-lg-95, .col-lg-100 {
  width: 100%;
  float: left;
}

@media all {
  .col-sm-5 {
    float: left;
    width: 5%;
  }
  .col-sm-10 {
    float: left;
    width: 10%;
  }
  .col-sm-12 {
    float: left;
    width: 12.5%;
  }
  .col-sm-15 {
    float: left;
    width: 15%;
  }
  .col-sm-16 {
    float: left;
    width: 16.66667%;
  }
  .col-sm-20 {
    float: left;
    width: 20%;
  }
  .col-sm-25 {
    float: left;
    width: 25%;
  }
  .col-sm-30 {
    float: left;
    width: 30%;
  }
  .col-sm-33 {
    float: left;
    width: 33.33333%;
  }
  .col-sm-35 {
    float: left;
    width: 35%;
  }
  .col-sm-40 {
    float: left;
    width: 40%;
  }
  .col-sm-45 {
    float: left;
    width: 45%;
  }
  .col-sm-50 {
    float: left;
    width: 50%;
  }
  .col-sm-55 {
    float: left;
    width: 55%;
  }
  .col-sm-60 {
    float: left;
    width: 60%;
  }
  .col-sm-65 {
    float: left;
    width: 65%;
  }
  .col-sm-66 {
    float: left;
    width: 66.66%;
  }
  .col-sm-70 {
    float: left;
    width: 70%;
  }
  .col-sm-75 {
    float: left;
    width: 75%;
  }
  .col-sm-80 {
    float: left;
    width: 80%;
  }
  .col-sm-85 {
    float: left;
    width: 85%;
  }
  .col-sm-90 {
    float: left;
    width: 90%;
  }
  .col-sm-95 {
    float: left;
    width: 95%;
  }
  .col-sm-100, .google_maps_info, ul.gallery li, ul.videos li, .content-full {
    float: left;
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: inherit !important;
  }
  .show-md, .show-lg, .show-xl {
    display: none;
  }
}

@media all and (min-width: 480px) {
  .col-md-5 {
    float: left;
    width: 5%;
  }
  .col-md-10 {
    float: left;
    width: 10%;
  }
  .col-md-12 {
    float: left;
    width: 12.5%;
  }
  .col-md-15 {
    float: left;
    width: 15%;
  }
  .col-md-16 {
    float: left;
    width: 16.66667%;
  }
  .col-md-20 {
    float: left;
    width: 20%;
  }
  .col-md-25 {
    float: left;
    width: 25%;
  }
  .col-md-30 {
    float: left;
    width: 30%;
  }
  .col-md-33, .sidebar {
    float: left;
    width: 33.33333%;
  }
  .col-md-35 {
    float: left;
    width: 35%;
  }
  .col-md-40 {
    float: left;
    width: 40%;
  }
  .col-md-45 {
    float: left;
    width: 45%;
  }
  .col-md-50, ul.gallery li, .content {
    float: left;
    width: 50%;
  }
  .col-md-55 {
    float: left;
    width: 55%;
  }
  .col-md-60 {
    float: left;
    width: 60%;
  }
  .col-md-65 {
    float: left;
    width: 65%;
  }
  .col-md-66 {
    float: left;
    width: 66.66%;
  }
  .col-md-70 {
    float: left;
    width: 70%;
  }
  .col-md-75 {
    float: left;
    width: 75%;
  }
  .col-md-80 {
    float: left;
    width: 80%;
  }
  .col-md-85 {
    float: left;
    width: 85%;
  }
  .col-md-90 {
    float: left;
    width: 90%;
  }
  .col-md-95 {
    float: left;
    width: 95%;
  }
  .col-md-100 {
    float: left;
    width: 100%;
  }
}

@media all and (min-width: 480px) and (max-width: 960px) {
  .hide-md {
    display: none;
  }
  .show-md {
    display: inherit !important;
  }
  .show-sm, .show-lg, .show-xl {
    display: none;
  }
}

@media all and (min-width: 960px) {
  .col-lg-5 {
    float: left;
    width: 5%;
  }
  .col-lg-10 {
    float: left;
    width: 10%;
  }
  .col-lg-12 {
    float: left;
    width: 12.5%;
  }
  .col-lg-15 {
    float: left;
    width: 15%;
  }
  .col-lg-16 {
    float: left;
    width: 16.66667%;
  }
  .col-lg-20 {
    float: left;
    width: 20%;
  }
  .col-lg-25 {
    float: left;
    width: 25%;
  }
  .col-lg-30 {
    float: left;
    width: 30%;
  }
  .col-lg-33, ul.gallery li {
    float: left;
    width: 33.33333%;
  }
  .col-lg-35 {
    float: left;
    width: 35%;
  }
  .col-lg-40 {
    float: left;
    width: 40%;
  }
  .col-lg-45 {
    float: left;
    width: 45%;
  }
  .col-lg-50, .google_maps_info {
    float: left;
    width: 50%;
  }
  .col-lg-55 {
    float: left;
    width: 55%;
  }
  .col-lg-60 {
    float: left;
    width: 60%;
  }
  .col-lg-65 {
    float: left;
    width: 65%;
  }
  .col-lg-66 {
    float: left;
    width: 66.66%;
  }
  .col-lg-70 {
    float: left;
    width: 70%;
  }
  .col-lg-75 {
    float: left;
    width: 75%;
  }
  .col-lg-80 {
    float: left;
    width: 80%;
  }
  .col-lg-85 {
    float: left;
    width: 85%;
  }
  .col-lg-90 {
    float: left;
    width: 90%;
  }
  .col-lg-95 {
    float: left;
    width: 95%;
  }
  .col-lg-100 {
    float: left;
    width: 100%;
  }
}

@media all and (min-width: 960px) and (max-width: 1440px) {
  .hide-lg {
    display: none;
  }
  .show-lg {
    display: inherit !important;
  }
  .show-sm, .show-md, .show-xl {
    display: none;
  }
}

@media all and (min-width: 1440px) {
  .col-xl-5 {
    float: left;
    width: 5%;
  }
  .col-xl-10 {
    float: left;
    width: 10%;
  }
  .col-xl-12 {
    float: left;
    width: 12.5%;
  }
  .col-xl-15 {
    float: left;
    width: 15%;
  }
  .col-xl-16 {
    float: left;
    width: 16.66667%;
  }
  .col-xl-20 {
    float: left;
    width: 20%;
  }
  .col-xl-25 {
    float: left;
    width: 25%;
  }
  .col-xl-30 {
    float: left;
    width: 30%;
  }
  .col-xl-33 {
    float: left;
    width: 33.33333%;
  }
  .col-xl-35 {
    float: left;
    width: 35%;
  }
  .col-xl-40 {
    float: left;
    width: 40%;
  }
  .col-xl-45 {
    float: left;
    width: 45%;
  }
  .col-xl-50 {
    float: left;
    width: 50%;
  }
  .col-xl-55 {
    float: left;
    width: 55%;
  }
  .col-xl-60 {
    float: left;
    width: 60%;
  }
  .col-xl-65 {
    float: left;
    width: 65%;
  }
  .col-xl-66 {
    float: left;
    width: 66.66%;
  }
  .col-xl-70 {
    float: left;
    width: 70%;
  }
  .col-xl-75 {
    float: left;
    width: 75%;
  }
  .col-xl-80 {
    float: left;
    width: 80%;
  }
  .col-xl-85 {
    float: left;
    width: 85%;
  }
  .col-xl-90 {
    float: left;
    width: 90%;
  }
  .col-xl-95 {
    float: left;
    width: 95%;
  }
  .col-xl-100 {
    float: left;
    width: 100%;
  }
}

@media all and (min-width: 1440px) {
  .hide-xl {
    display: none;
  }
  .show-xl {
    display: inherit !important;
  }
  .show-sm, .show-md, .show-lg {
    display: none;
  }
}

.col-inline {
  display: inline-block;
  float: none;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

html, body {
  -webkit-text-size-adjust: none;
  position: relative;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.dev {
  border: 1px dashed red;
}

.nomargin > *:first-child, blockquote > *:first-child, ul.list li > *:first-child, ul.list-toggle li > *:first-child, ul.list-toggle li .label > *:first-child, .panel .panel-header > *:first-child, .panel2 .panel-header > *:first-child, .panel .image-caption > *:first-child, .panel2 .image-caption > *:first-child, .panel .panel-body > *:first-child, .panel2 .panel-body > *:first-child, .alert > *:first-child, .google_maps_info > *:first-child, .error-header .error-message .error-title > *:first-child, .error-content > *:first-child, .craftmanship-section .col-caption-white > *:first-child {
  margin-top: 0;
}

.nomargin > *:last-child, blockquote > *:last-child, ul.list li > *:last-child, ul.list-toggle li > *:last-child, ul.list-toggle li .label > *:last-child, .panel .panel-header > *:last-child, .panel2 .panel-header > *:last-child, .panel .image-caption > *:last-child, .panel2 .image-caption > *:last-child, .panel .panel-body > *:last-child, .panel2 .panel-body > *:last-child, .alert > *:last-child, .google_maps_info > *:last-child, .error-header .error-message .error-title > *:last-child, .error-content > *:last-child, .craftmanship-section .col-caption-white > *:last-child {
  margin-bottom: 0;
}

.row:before, .nested:before, .nested-lg:before, .nested-sm:before, .nested-xs:before, .h-nested:before, .h-nested-lg:before, .h-nested-sm:before, .h-nested-xs:before, ul.list li:before, ul.list-toggle li:before, .form:before, ul.menu-horizontal:before,
ul.menu-horizontal li:before, .gallery:before, ul.videos:before, ul.breadcrumb:before, #google_maps_wrapper:before, .wrapper:before, .info-left:before,
.info-right:before, .row:after, .nested:after, .nested-lg:after, .nested-sm:after, .nested-xs:after, .h-nested:after, .h-nested-lg:after, .h-nested-sm:after, .h-nested-xs:after, ul.list li:after, ul.list-toggle li:after, .form:after, ul.menu-horizontal:after,
ul.menu-horizontal li:after, .gallery:after, ul.videos:after, ul.breadcrumb:after, #google_maps_wrapper:after, .wrapper:after, .info-left:after,
.info-right:after {
  content: " ";
  display: table;
}

.row:after, .nested:after, .nested-lg:after, .nested-sm:after, .nested-xs:after, .h-nested:after, .h-nested-lg:after, .h-nested-sm:after, .h-nested-xs:after, ul.list li:after, ul.list-toggle li:after, .form:after, ul.menu-horizontal:after,
ul.menu-horizontal li:after, .gallery:after, ul.videos:after, ul.breadcrumb:after, #google_maps_wrapper:after, .wrapper:after, .info-left:after,
.info-right:after {
  clear: both;
}

.clear {
  display: table;
  clear: both;
  padding: 0;
}

p {
  margin: 0 0 19.5px;
}

.text-large {
  line-height: 1.5em;
  font-size: 1.2em;
}

.text-small {
  line-height: 1.6em;
  font-size: 0.8em;
}

cite {
  color: #888;
}

mark,
span.marked {
  padding: 0.15em 0.25em 0.15em 0.35em;
  background: #feff61;
  color: inherit;
}

code {
  background: #f5f5f5;
  padding: 2px 5px;
}

a {
  text-decoration: underline;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a.hidden-link,
a.phone_link {
  text-decoration: none;
  cursor: default;
  color: inherit;
}

a.inverted, ul.list li a, ul.list-toggle li a, .panel .panel-header a, .panel2 .panel-header a, .attachments li a, .footer-section a {
  text-decoration: none;
}

a.inverted:hover, ul.list li a:hover, ul.list-toggle li a:hover, .panel .panel-header a:hover, .panel2 .panel-header a:hover, .attachments li a:hover, .footer-section a:hover {
  text-decoration: underline;
}

a.block, .header-menu ul li.logo a {
  text-decoration: none;
  display: block;
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0 0 19.5px;
}

hr.strong {
  border-top: 2px solid #ddd;
}

img,
video {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
}

img.block,
video.block {
  display: block;
}

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

img.img-left {
  margin: 0.2em 1em 0.8em 0;
  float: left;
}

img.img-right {
  margin: 0.2em 0 0.8em 1em;
  float: right;
}

i.icon {
  vertical-align: middle;
  display: inline-block;
  line-height: 0.85em;
  cursor: default;
  margin: 0;
}

a i.icon,
.btn i.icon,
.clickable i.icon {
  cursor: pointer;
}

/* transitions */
.transition, ul.list-toggle li .label::after, ul.list-toggle li.active .label::after, .mobile-menu, body.open-menu .mobile-menu, ul.videos li img, ul.videos li a:hover img, div.video .icon,
ul.videos li .icon, div.video a:hover .icon,
ul.videos li a:hover .icon, .searchbar-section, .searchbar-section.active, .btn-primary.btn-border, .btn-primary.btn-border2, .btn-secondary.btn-border, .btn-secondary.btn-border2, .menu-section .logo-mobile img,
.menu-section .header-menu .logo img, .container-section, .container-section .logo, .col-pillow .btn-white.btn-border, .col-pillow .btn-white.btn-border2 {
  transition: 0.3s all ease-in-out;
}

.transition:hover, ul.list-toggle li .label:hover::after, .mobile-menu:hover, body.open-menu .mobile-menu:hover, ul.videos li img:hover, ul.videos li a:hover img:hover, div.video .icon:hover,
ul.videos li .icon:hover, div.video a:hover .icon:hover,
ul.videos li a:hover .icon:hover, .searchbar-section:hover, .btn-primary.btn-border:hover, .btn-primary.btn-border2:hover, .btn-secondary.btn-border:hover, .btn-secondary.btn-border2:hover, .menu-section .logo-mobile img:hover,
.menu-section .header-menu .logo img:hover, .container-section:hover, .container-section .logo:hover, .col-pillow .btn-white.btn-border:hover, .col-pillow .btn-white.btn-border2:hover {
  transition: 0.3s all ease-in-out;
}

.transition-slow {
  transition: 0.6s all ease-in-out;
}

.transition-slow:hover {
  transition: 0.6s all ease-in-out;
}

/* wrappers */
.wrapper {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

/* positioning */
.left {
  float: left;
}

.center {
  float: none !important;
  display: inline-block;
  margin: auto;
}

.right {
  float: right;
}

/* text */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/* inline */
.badge {
  padding: 0.25em 0.7em 0.15em;
  text-transform: uppercase;
  vertical-align: middle;
  margin: -0.2em 0.1em 0;
  display: inline-block;
  border-radius: 0.3em;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
  background: #bbb;
  font-size: 12px;
  color: #fff;
}

.badge.badge-primary {
  background: #c59f65;
}

.badge.badge-secondary {
  background: #050b48;
}

.badge.badge-error {
  background: #d95c5c;
}

.badge.badge-warning {
  background: #ebb141;
}

.badge.badge-success {
  background: #5bbd72;
}

.badge.badge-info {
  background: #3b83c0;
}

.badge.left,
.badge.right {
  margin-top: 0;
}

.badge-rounded {
  border-radius: 1em;
}

.hide {
  display: none;
}

.clickable {
  cursor: pointer;
}

/* quote */
blockquote {
  font-family: "Libre Baskerville", serif, sans-serif;
  border-left: 5px solid #ddd;
  padding-left: 20px;
  margin-left: 0;
}

blockquote p {
  font-size: 16.9px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
}

blockquote p:first-of-type::before {
  content: '"';
}

blockquote p:last-of-type::after {
  content: '"';
}

blockquote footer {
  font-family: "Libre Baskerville", serif;
  font-size: 10.4px;
  font-style: italic;
}

/* table */
table {
  border-collapse: collapse;
  margin: 0 0 19.5px;
}

table th {
  font-weight: bold;
  text-align: left;
}

table.list {
  width: 100%;
}

table.list tr:first-child th {
  border-bottom: 2px solid #ddd;
}

table.list tr td,
table.list tr th {
  border-bottom: 1px solid #ddd;
  padding: 5.2px;
}

table.border {
  border: 1px solid #ddd;
  width: 100%;
}

table.border tr:first-child th {
  border-bottom: 2px solid #ddd;
  background: #f5f5f5;
}

table.border tr td,
table.border tr th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 5.2px;
}

.responsive-table {
  position: relative;
  margin: 13px 0;
}

.responsive-table table.fixed-column {
  display: none;
}

@media all and (max-width: 480px) {
  .responsive-table {
    overflow-y: scroll;
  }
  .responsive-table table {
    min-width: 480px;
  }
  .responsive-table table.fixed-column {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

/* ul */
ul,
ol {
  margin: 0 0 19.5px 19.5px;
  padding: 0;
}

ul li,
ol li {
  padding: 0;
  margin: 0;
}

ul ol,
ul ul,
ol ul,
ol ol {
  margin: 2px 0 2px 19.5px;
}

/* list */
ul.list, ul.list-toggle {
  margin: 0 0 19.5px;
  padding: 0;
}

ul.list li, ul.list-toggle li {
  border-bottom: 1px solid #ddd;
  padding: 5.2px 0;
  list-style: none;
}

ul.list li:first-child, ul.list-toggle li:first-child {
  border-top: 1px solid #ddd;
}

ul.list li .item-title, ul.list-toggle li .item-title {
  margin-bottom: -6.5px;
}

ul.border {
  border: 1px solid #ddd;
  border-top: 0;
  margin: 0 0 19.5px;
  padding: 0;
}

ul.border li {
  border-top: 1px solid #ddd;
  padding: 5.2px;
  list-style: none;
}

ul.list-icon {
  margin: 0 0 19.5px;
}

ul.list-icon li {
  padding-left: 25px;
  position: relative;
  list-style: none;
}

ul.list-icon li::before {
  margin: -3px 0 0 0;
  margin-left: -25px;
  vertical-align: middle;
  display: inline-block;
  font-family: 'base';
  width: 25px;
  text-align: center;
  content: '\e008';
}

ul.list-toggle li .label {
  padding-right: 25px;
  position: relative;
  cursor: pointer;
  margin: 0;
}

ul.list-toggle li .label::after {
  font-family: 'base';
  position: absolute;
  top: 0;
  right: 0;
  content: '\e006';
}

ul.list-toggle li.active .label::after {
  transform: rotate(180deg);
}

ul.list-toggle li .target {
  padding: 5px 0 0;
  display: none;
}

ul.list-toggle li.active .target {
  display: block;
}

ul.list-inline, ul.socialmedia, .footer-section ul.company-info, ul.footer-menu,
ul.list-inline-lg,
.header-menu ul {
  display: inline-block;
  word-spacing: -0.26em;
  padding: 0;
  margin: 0;
}

ul.list-inline li, ul.socialmedia li, .footer-section ul.company-info li, ul.footer-menu li {
  display: inline-block;
  padding: 0 0.3em;
  word-spacing: 0;
  margin: 0;
}

ul.list-inline li:first-child, ul.socialmedia li:first-child, .footer-section ul.company-info li:first-child, ul.footer-menu li:first-child {
  padding-left: 0;
}

ul.list-inline li:last-child, ul.socialmedia li:last-child, .footer-section ul.company-info li:last-child, ul.footer-menu li:last-child {
  padding-right: 0;
}

ul.list-inline-lg li, .header-menu ul li {
  display: inline-block;
  padding: 0 0.6em;
  word-spacing: 0;
  margin: 0;
}

ul.list-inline-lg li:first-child, .header-menu ul li:first-child {
  padding-left: 0;
}

ul.list-inline-lg li:last-child, .header-menu ul li:last-child {
  padding-right: 0;
}

ul.seperate-dash li:before,
ul.seperate-pipe li:before, ul.footer-menu li:before {
  padding-right: 0.6em;
}

ul.seperate-dash li img,
ul.seperate-pipe li img, ul.footer-menu li img {
  margin-left: 0.15em;
}

ul.list-inline-lg.seperate-pipe li:before, .header-menu ul.seperate-pipe li:before, .header-menu ul.footer-menu li:before, ul.list-inline-lg.footer-menu li:before,
ul.list-inline-lg.seperate-dash li:before, .header-menu ul.seperate-dash li:before {
  padding-right: 1.2em;
}

ul.list-inline-lg.seperate-dash li img, .header-menu ul.seperate-dash li img,
ul.list-inline-lg.seperate-pipe li img, .header-menu ul.seperate-pipe li img, .header-menu ul.footer-menu li img, ul.list-inline-lg.footer-menu li img {
  margin-left: 0.3em;
}

ul.seperate-dash li:before {
  content: '-';
}

ul.seperate-pipe li:before, ul.footer-menu li:before {
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.3em;
  font-weight: 300;
  font-size: 0.8em;
  content: '|';
}

ul.seperate-dash li:first-child:before,
ul.seperate-pipe li:first-child:before, ul.footer-menu li:first-child:before {
  display: none;
  content: none;
  padding: 0;
}

ul.grid {
  padding: 0;
  margin: 0;
}

ul.grid > li {
  list-style: none;
}

ul.grid ul,
ul.grid ol {
  padding: 0 0 0 19.5px;
}

ul.nested {
  margin: -10px;
  padding: 0;
}

ul.nested li {
  list-style: none;
}

/* panel */
.panel, .panel2 {
  margin: 0 0 19.5px;
  position: relative;
  background: #fff;
  width: 100%;
}

.panel > div, .panel2 > div {
  border: 1px solid #ddd;
  border-top: 0;
}

.panel > *:first-child, .panel2 > *:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top: 1px solid #ddd;
}

.panel > img:first-child, .panel2 > img:first-child,
.panel > .panel-image:first-child, .panel2 > .panel-image:first-child,
.panel > .btn:first-child, .panel2 > .btn:first-child {
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

.panel > *:last-child, .panel2 > *:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > *.noborder, .panel2 > *.noborder {
  border: 0;
}

.panel .panel-header, .panel2 .panel-header {
  padding: 13.33333px 20px;
  background: #f5f5f5;
}

.panel .panel-image, .panel2 .panel-image {
  background: #f5f5f5;
  display: block;
  margin: 0;
}

.panel .panel-image img, .panel2 .panel-image img {
  display: block;
}

.panel .image-caption, .panel2 .image-caption {
  bottom: 20px;
  left: 20px;
  position: absolute;
  border: 0;
}

.panel .panel-body, .panel2 .panel-body {
  padding: 20px;
}

.panel2 > div {
  border: 2px solid #ddd;
  border-top: 0;
}

.panel2 > *:first-child {
  border-top: 2px solid #ddd;
}

.flash-message {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999;
}

/* MIXINS */
/* PLACEHOLDER */
input[placeholder], textarea[placeholder], [placeholder], *[placeholder] {
  color: #fff;
}

/* FORM ELEMENTS */
form {
  padding: 0;
  margin: 0;
}

.form {
  margin-bottom: 19.5px;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
}

.form.form-inline {
  margin: 0 0 19.5px;
}

.form.box {
  margin: 0 0 19.5px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 10px;
}

.form .row, .form .nested, .form .nested-lg, .form .nested-sm, .form .nested-xs, .form .h-nested, .form .h-nested-lg, .form .h-nested-sm, .form .h-nested-xs, .form ul.list li, ul.list .form li, .form ul.list-toggle li, ul.list-toggle .form li, .form .form, .form ul.menu-horizontal, .form
ul.menu-horizontal li,
ul.menu-horizontal .form li, .form .gallery, .form ul.videos, .form ul.breadcrumb, .form #google_maps_wrapper, .form .wrapper, .form .info-left, .form
.info-right {
  padding: 0 !important;
}

.form.box.white {
  background: #fff;
}

.form.form-inline.box {
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 20px;
  margin: 0;
}

.form.form-inline.box.white {
  background: #fff;
}

/* ALERTS */
.alert {
  border: 1px solid transparent;
  padding: 5px 10px;
  margin: 0 0 19.5px;
  border-radius: 3px;
  position: relative;
}

.alert:last-child {
  margin: 0;
}

.alert-success {
  background-color: #5bbd72;
  color: #fff;
}

.alert-info {
  background-color: #3b83c0;
  color: #fff;
}

.alert-warning {
  background-color: #ebb141;
  color: #fff;
}

.alert-error,
.alert-danger {
  background-color: #d95c5c;
  color: #fff;
}

.alert .icon {
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}

.alert .icon:hover {
  opacity: 0.5;
}

label {
  cursor: pointer;
}

.req {
  color: #d95c5c;
}

/* input elementen */
.form-group {
  min-width: 120px;
  overflow: hidden;
  display: table;
  width: 100%;
}

.form-group.form-outline {
  border: 1px solid #ccc;
}

.form-group.form-border {
  border: 1px solid #ccc;
}

.form-group.form-border > * {
  border-right: 1px solid #ccc;
}

.form-group.form-border > *:last-child {
  border-right: 0;
}

.group-column {
  vertical-align: middle;
  display: table-cell;
  width: auto;
}

.form-group .group-column > input {
  background: none;
  border-radius: 0;
  border: 0;
  margin: 0;
}

.group-append {
  vertical-align: middle;
  display: table-cell;
  white-space: nowrap;
  width: 0.5%;
}

.form-group .group-append > * {
  margin: 0;
}

.group-column.form-border,
.group-append.form-border {
  border-right: 1px solid #ccc;
}

.group-append .placeholder {
  padding: 0 10px;
}

input.form-control {
  line-height: 1.8em;
  font-size: 13px;
  height: 2em;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: none;
  font-family: "Libre Baskerville", serif;
  vertical-align: middle;
  padding: 0 6.5px;
  margin: 0 10px;
  width: 200px;
}

input.form-control:first-child,
input.form-control + .form-control {
  margin-left: 0;
}

input.form-control:last-child {
  margin-right: 0;
}

input.form-block, .form-group .group-column > input {
  display: block;
  width: 100%;
  margin: 0;
}

input.form-inline {
  display: inline-block;
  margin: 2px;
}

input.form-xl {
  line-height: 2.8em;
  font-size: 13px;
  height: 3em;
}

input.form-lg {
  line-height: 2.2em;
  font-size: 13px;
  height: 2.4em;
}

input.form-md {
  line-height: 1.8em;
  font-size: 13px;
  height: 2em;
}

input.form-sm {
  font-size: 11.7px;
  line-height: 1.8em;
  height: 1.95em;
}

input.form-noborder {
  border: 1px solid transparent;
}

/* select */
select.form-control {
  line-height: calc(1.8em);
  height: calc(2em);
  font-size: 13px;
  line-height: 1.8em;
  font-size: 13px;
  height: 2em;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: none;
  font-family: "Libre Baskerville", serif;
  padding: 0 0 0 3.25px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
  width: 200px;
}

select.form-control:first-child,
select.form-control + .form-control {
  margin-left: 0;
}

select.form-control:last-child {
  margin-right: 0;
}

select.form-block {
  display: block;
  width: 100%;
  margin: 0;
}

select.form-inline {
  display: inline-block;
  margin: 2px;
}

select.form-lg {
  line-height: calc(2.2em + 2px);
  height: calc(2.4em + 2px);
  font-size: 13px;
  line-height: 2.2em;
  font-size: 13px;
  height: 2.4em;
}

select.form-md {
  line-height: calc(1.8em);
  height: calc(2em);
  font-size: 13px;
  line-height: 1.8em;
  font-size: 13px;
  height: 2em;
}

select.form-sm {
  line-height: calc(1.8em + 2px);
  height: calc(1.95em + 2px);
  font-size: 11.7px;
  font-size: 11.7px;
  line-height: 1.8em;
  height: 1.95em;
}

/* textarea */
textarea.form-control,
textarea.form-control:focus {
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: none;
  font-family: "Libre Baskerville", serif;
  line-height: 21.45px;
  border-radius: 0.15em;
  min-height: 104px;
  font-size: 13px;
  resize: vertical;
  padding: 5px 7px;
  display: block;
  width: 100%;
  margin: 0;
}

/* checkbox */
.checkbox {
  line-height: 21.45px;
  font-size: 13px;
}

/* radio */
.radio {
  line-height: 21.45px;
  font-size: 13px;
}

/* submit */
input::-moz-focus-inner,
button::-moz-focus-inner {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
  border: 0;
}

.btn {
  line-height: 1.8em;
  font-size: 13px;
  height: 2em;
  border: 1px solid transparent;
  font-family: "Libre Baskerville", serif;
  -webkit-appearance: none;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  background: #aaa;
  padding: 0 10px;
  cursor: pointer;
  outline: none;
  color: #fff;
  height: auto;
}

.btn:hover {
  background: #9d9d9d;
}

.btn:focus {
  background: #919191;
}

.btn.btn-link {
  text-decoration: underline;
  text-transform: inherit;
  display: inline-block;
  font-weight: inherit;
  background: none;
  height: auto;
  padding: 0;
  border: 0;
}

.btn.btn-block {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
}

.btn.btn-xl {
  line-height: calc(2.8em - 2px);
  font-size: 13px;
  padding: 0 1.4em;
}

.btn.btn-lg {
  line-height: calc(2.4em - 2px);
  font-size: 13px;
  padding: 0 1.2em;
}

.btn.btn-md {
  line-height: calc(2em - 2px);
  font-size: 13px;
}

.btn.btn-sm {
  line-height: calc(1.95em - 2px);
  font-size: 11.7px;
}

.btn-default {
  background: #aaa;
}

.btn-default:hover {
  background: #9d9d9d;
}

.btn-default:focus {
  background: #919191;
}

.btn-default.btn-border, .btn-default.btn-border2 {
  border-color: #aaa;
  color: #aaa;
}

.btn-white {
  background: #fff;
  color: #444;
}

.btn-white:hover {
  background: #f2f2f2;
}

.btn-white:focus {
  background: #e6e6e6;
}

.btn-white.btn-border, .btn-white.btn-border2 {
  border-color: #fff;
  color: inherit;
}

.btn-primary {
  background: #c59f65;
}

.btn-primary:hover {
  background: #be9352;
}

.btn-primary:focus {
  background: #b38744;
}

.btn-primary.btn-border, .btn-primary.btn-border2 {
  border-color: #c59f65;
  color: #c59f65;
}

.btn-secondary {
  background: #050b48;
}

.btn-secondary:hover {
  background: #030730;
}

.btn-secondary:focus {
  background: #020418;
}

.btn-secondary.btn-border, .btn-secondary.btn-border2 {
  border-color: #050b48;
  color: #050b48;
}

.btn-border, .btn-border2 {
  border-style: solid;
  border-width: 1px;
  background: none;
  color: #888;
}

.btn-border:hover, .btn-border2:hover,
.btn-border:focus,
.btn-border2:focus,
.btn-border:active,
.btn-border2:active {
  background: none;
}

.btn-border2 {
  border-width: 2px;
  font-weight: bold;
}

ul.menu-horizontal,
ul.menu-horizontal li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.menu-horizontal > li {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}

.menu-horizontal li a {
  padding: 10px 13.33333px;
  text-decoration: none;
  display: block;
  margin: 0;
}

.menu-horizontal > li.active > a,
.menu-horizontal > li.active > div > a {
  font-weight: bold;
}

.menu-horizontal li div.submenu {
  overflow: hidden;
}

.menu-horizontal li div.submenu > i {
  top: 50%;
  right: 15px;
  position: absolute;
  margin-top: -5px;
}

.menu-horizontal li div.submenu ul {
  position: absolute;
  left: 0;
  display: none;
  z-index: 2;
  padding: 0;
  margin: 0;
}

.menu-horizontal li .submenu:hover {
  background: #fff;
}

.menu-horizontal li .submenu:hover ul {
  display: block;
}

.menu-horizontal li .submenu:hover ul li {
  position: relative;
  min-width: 200px;
  float: none;
  padding: 0;
  margin: 0;
}

.menu-horizontal li .submenu:hover ul li a {
  padding: 5px 13.33333px;
}

.menu-horizontal li .submenu > ul > li:first-child > a {
  padding-top: 10px;
}

.menu-horizontal li .submenu > ul > li:last-child > a {
  padding-bottom: 10px;
}

.menu-horizontal li .submenu:hover ul li ul {
  position: absolute;
  top: 0;
  display: none;
  padding: 0;
  margin: 0;
}

.menu-horizontal li .submenu:hover ul li:hover ul {
  display: block;
}

.menu-vertical {
  border-bottom: 1px solid #ededed;
  padding: 0;
  margin: 0;
}

.menu-vertical li {
  border-top: 1px solid #ededed;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-vertical li a {
  padding: 7px 0;
  display: block;
}

.menu-vertical li.active > a,
.menu-vertical li.active > div > a {
  text-decoration: none;
  font-weight: bold;
  color: #111;
}

.menu-vertical li ul {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

.menu-vertical li ul li a {
  padding-left: 20px;
}

.menu-vertical li ul li ul li a {
  padding-left: 30px;
}

.btn-mobile-menu {
  padding: 10px;
  cursor: pointer;
  display: block;
  display: none;
}

.btn-mobile-menu .icon {
  cursor: pointer;
}

body.open-menu {
  overflow: hidden;
}

.mobile-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s all ease-in-out;
  position: fixed;
  z-index: -1;
  opacity: 0;
}

body.open-menu .mobile-overlay {
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  z-index: 998;
  opacity: 1;
}

.mobile-overlay::before {
  top: 25px;
  left: 25px;
  font-family: 'base';
  position: absolute;
  content: '\e022';
  font-size: 24px;
  color: #fff;
  z-index: -1;
  opacity: 0;
}

body.open-menu .mobile-overlay::before {
  left: 280px;
  opacity: 1;
  z-index: 9;
}

.mobile-menu {
  top: 0;
  left: -260px;
  bottom: 0;
  background: #f5f5f5;
  padding: 20px;
  position: fixed;
  overflow: auto;
  height: 100%;
  width: 260px;
  z-index: 999;
  margin: 0;
}

body.open-menu .mobile-menu {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  left: 0;
}

.mobile-menu a {
  color: #333;
}

.mobile-menu ul {
  border-top: 1px solid #eee;
  font-size: 16px;
  display: block;
  margin: 0;
}

.mobile-menu ul li {
  border-bottom: 1px solid #eee;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
}

.mobile-menu ul li a {
  text-decoration: none;
  display: block;
  padding: 5px;
}

.mobile-menu ul li a:hover {
  color: #c59f65;
}

.mobile-menu ul li.active > a,
.mobile-menu ul li.active > .submenu > a {
  color: #c59f65;
  font-weight: bold;
}

.mobile-menu ul ul {
  font-size: 0.9em;
}

.mobile-menu ul ul li {
  padding-left: 10px;
}

.socialmedia li a {
  text-decoration: none;
  color: inherit;
}

.socialmedia li a.facebook:hover {
  color: #3b5999;
}

.socialmedia li a.twitter:hover {
  color: #55acef;
}

.socialmedia li a.linkedin:hover {
  color: #0a76b4;
}

.socialmedia li a.google:hover {
  color: #dc4a38;
}

.socialmedia li a.pinterest:hover {
  color: #ca1e2c;
}

.gallery {
  margin: -10px;
  margin-top: -5px;
  margin-bottom: 19.5px;
  padding: 0;
}

.gallery li {
  position: relative;
  padding: 10px;
  display: block;
  height: auto;
  margin: 0;
}

.gallery li img {
  display: block;
  width: 100%;
}

.attachments {
  margin: 0 0 19.5px;
  border-bottom: 1px solid #ddd;
  padding: 0;
}

.attachments li {
  border-top: 1px solid #ddd;
  padding: 0.4em 0;
  overflow: hidden;
  float: none;
  margin: 0;
}

.attachments li .icon {
  margin-right: 0.2em;
}

.attachments li a {
  margin: 0;
}

ul.videos {
  margin: -10px;
  margin-bottom: 19.5px;
  padding: 0;
}

ul.videos li {
  position: relative;
  padding: 10px;
  display: block;
  height: auto;
  margin: 0;
}

ul.videos li a {
  background: #000;
  overflow: hidden;
  display: block;
}

ul.videos li img {
  display: block;
  width: 100%;
  opacity: 1;
}

ul.videos li a:hover img {
  opacity: 0.7;
}

div.video {
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 1em 0;
  clear: both;
}

ul.videos li div.video {
  margin: 0;
}

div.video embed,
div.video object,
div.video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

div.video .icon,
ul.videos li .icon {
  margin-top: -33px;
  margin-left: -30px;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  position: absolute;
  line-height: 1em;
  font-size: 60px;
  color: #fff;
  z-index: 8;
}

div.video a:hover .icon,
ul.videos li a:hover .icon {
  transform: scale(1.2) !important;
}

.tabby {
  position: relative;
  margin: 0 0 1.5em;
  width: 100%;
}

.tabby .tabs-wrapper {
  border-bottom: 1px solid #ddd;
  height: 40px;
}

ul.tabs {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  clear: both;
  padding: 0;
  z-index: 2;
  margin: 0;
}

ul.tabs li {
  margin: 0 5px 0 0;
  line-height: 20px;
  padding: 1px 1px 0;
  height: 40px;
  list-style: none;
  float: left;
}

.tabby ul.tabs li.active {
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background: #fff;
  margin-top: 0;
  padding: 0;
}

ul.tabs li a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #333;
}

ul.tabs li a span {
  overflow: hidden;
  display: block;
  height: 1.2em;
}

.tabby.compact ul.tabs {
  border-top: 1px solid #ddd !important;
  height: 41px;
  position: relative;
  width: 100%;
  z-index: 2;
  border: 0;
}

.tabby.compact.open ul.tabs {
  overflow: visible;
  height: auto;
}

.tabby.compact ul.tabs:before {
  font-family: 'base';
  position: absolute;
  line-height: 10px;
  content: '\e006';
  font-size: 16px;
  right: 15px;
  z-index: 2;
  top: 15px;
}

.tabby.compact ul.tabs li {
  position: absolute;
  opacity: 0;
  z-index: -1;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
  float: none;
  padding: 0;
  margin: 0;
}

.tabby.compact ul.tabs li.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  border: 1px solid #ddd;
  border-top: 0;
  background: #f5f5f5;
  font-weight: bold;
  cursor: pointer;
  display: block;
}

.tabby.compact.open ul.tabe li:first-child {
  background: none;
}

.tabby.compact.open ul.tabs li {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.tabby.compact.open ul.tabs li.placeholder span {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #888;
}

.tabby.compact.open ul.tabs li a {
  display: block;
}

.tabs-content {
  padding: 1.5em 0 0;
  clear: both;
}

.tabs-pane {
  display: none;
}

.tabs-pane.active {
  display: block;
}

ul.breadcrumb {
  display: inline-block;
  color: #aaa;
  padding: 0;
  margin: 0;
}

ul.breadcrumb li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.breadcrumb li:before {
  padding: 0 4px;
  content: "»";
}

ul.breadcrumb li:first-child:before {
  content: none;
  display: none;
  padding: 0;
}

ul.breadcrumb li a {
  color: #666;
}

.language-picker {
  display: inline-block;
  position: relative;
  background: #eee;
  z-index: 2;
}

.language-picker > .language-active {
  padding: 0 10px;
  position: relative;
  line-height: 35px;
  height: 35px;
  z-index: 99;
  margin: 0;
}

.language-picker > div > img {
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.05em;
}

.language-picker:hover > div {
  background: #eee;
  color: #333;
}

.language-picker ul {
  top: 35px;
  right: 0;
  position: absolute;
  background: #eee;
  display: none;
  width: 200px;
  float: right;
  padding: 0;
  z-index: 8;
}

.language-picker:hover ul,
.language-picker ul:hover,
.language-picker ul li:hover {
  display: block;
}

.language-picker ul li {
  padding: 0;
  margin: 0;
}

.language-picker ul li a {
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 28px;
  display: block;
  color: #333;
}

.language-picker ul li img {
  vertical-align: middle;
  display: inline-block;
  margin: -2px 5px 0 0;
}

.language-picker ul li:last-child a {
  border: 0;
}

#google_maps_wrapper {
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  background: #eee;
  height: 100%;
  width: 100%;
  margin: 0;
}

#google_maps {
  height: 300px;
}

#google_maps img {
  max-width: none;
}

.google_maps_info {
  background: #fff;
  padding: 20px;
}

@media all and (min-width: 960px) {
  .google_maps_info {
    top: 20px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    max-width: 325px;
  }
  .google_maps_info p {
    float: none;
    width: auto;
  }
}

@media all and (max-width: 960px) {
  #google_maps {
    border: 1px solid #ddd;
  }
  .google_maps_info {
    border: 1px solid #ddd;
    border-top: 0;
    max-width: none;
  }
}

@media all and (min-width: 480px) and (max-width: 960px) {
  .google_maps_info p {
    float: left;
    width: 50%;
    margin: 0;
  }
}

.slick-slider,
.slick-slider.slick-dotted {
  margin: 0;
}

.slick-slide {
  position: relative;
  cursor: grab;
}

.slick-prev,
.slick-next {
  margin-top: -0.5em;
  font-size: 40px;
  z-index: 99;
  height: 1em;
  width: 1em;
}

.slick-prev {
  left: 0.5em;
}

.slick-next {
  right: 0.5em;
}

.slick-prev::before,
.slick-next::before {
  display: block;
  font-size: 1em;
  color: #888;
}

.slick-prev::before {
  content: "\e007";
}

.slick-next::before {
  content: "\e008";
}

.slick-dots {
  margin: 20px 0 0;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  bottom: 0;
}

.slick-dots.inside-dots {
  margin: 0 0 10px;
  position: absolute;
}

.slick-dots li button::before {
  font-size: 10px;
}

.parallax {
  background: transparent;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  width: 100%;
}

.parallax-layer {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100vh;
  right: 0;
  left: 0;
  top: 0;
}

#error-404 {
  background: #f5f5f5;
}

.error-header {
  border-bottom: 5px solid #bb8f4b;
  background: #c59f65;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  height: 50%;
}

.error-header .error-message {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto -5px;
  position: absolute;
  max-width: 450px;
  z-index: 3;
}

.error-header .error-message .error-logo {
  padding: 30px;
}

.error-header .error-message .error-logo img {
  max-height: 50px;
}

.error-header .error-message .error-title {
  border: 1px solid #bb8f4b;
  border-bottom: 0;
  padding: 15px 30px 0;
  position: relative;
  background: #fff;
}

.error-header .error-message .error-title h1 {
  color: #c59f65;
  padding-right: 60px;
  margin-bottom: 15px;
  font-size: 1.5em;
}

.error-header .error-message .error-title span {
  top: 15px;
  right: 30px;
  color: #c59f65;
  position: absolute;
  font-size: 1.5em;
  margin: 0;
}

.error-content {
  border: 1px solid #ddd;
  border-top: 0;
  top: 50%;
  left: 0;
  right: 0;
  padding: 25px 30px 30px;
  background: #fff;
  max-width: 450px;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  z-index: 4;
}

@media all and (max-height: 540px) {
  .error-header {
    position: relative;
  }
  .error-header .error-message {
    position: relative;
  }
  .error-header .error-message .error-logo {
    padding: 20px 30px 15px;
  }
  .error-header .error-message .error-logo img {
    max-height: 50px;
  }
  .error-content {
    position: relative;
    top: 0;
  }
}

@media all and (max-width: 540px) {
  .error-header {
    position: relative;
  }
  .error-header .error-message {
    position: relative;
  }
  .error-header .error-message .error-logo {
    padding: 15px 30px;
  }
  .error-header .error-message .error-logo img {
    max-height: 50px;
  }
  .error-content {
    position: relative;
    top: 0;
  }
}

@media all and (max-width: 480px) {
  .error-title h1,
  .error-title .h1 {
    font-size: 20px;
  }
}

.searchbar-toggle,
.searchbar-toggle .icon {
  cursor: pointer;
}

.searchbar-section {
  position: relative;
  height: 0;
}

.searchbar-section.active {
  height: 60px;
}

.searchbar-section > div {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

body {
  font-family: "Libre Baskerville", serif;
  line-height: 1.8em;
  font-size: 13px;
  background: #fff;
  color: #8b8b8b;
}

h1, .h1,
h2, .h2, .quote-section .quote-author, .inventor-section .image-caption .quote-author,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Libre Baskerville", serif;
  color: #c59f65;
  margin: 0 0 6.5px;
  line-height: 1.4em;
  font-weight: 300;
}

h1, .h1 {
  text-transform: uppercase;
  font-size: 49.4px;
  margin: 25px 0 -15px;
}

@media all and (max-width: 1440px) {
  h1, .h1 {
    font-size: 45.5px;
  }
}

@media all and (max-width: 960px) {
  h1, .h1 {
    font-size: 35.1px;
  }
}

@media all and (max-width: 480px) {
  h1, .h1 {
    font-size: 28.6px;
  }
}

h2, .h2, .quote-section .quote-author, .inventor-section .image-caption .quote-author {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 33.8px;
  font-weight: 300;
}

@media all and (max-width: 1440px) {
  h2, .h2, .quote-section .quote-author, .inventor-section .image-caption .quote-author {
    font-size: 28.6px;
  }
}

@media all and (max-width: 960px) {
  h2, .h2, .quote-section .quote-author, .inventor-section .image-caption .quote-author {
    font-size: 26px;
  }
}

@media all and (max-width: 480px) {
  h2, .h2, .quote-section .quote-author, .inventor-section .image-caption .quote-author {
    font-size: 18.2px;
  }
}

h3, .h3 {
  font-size: 23.4px;
}

@media all and (max-width: 1440px) {
  h3, .h3 {
    font-size: 22.1px;
  }
}

@media all and (max-width: 960px) {
  h3, .h3 {
    font-size: 20.8px;
  }
}

@media all and (max-width: 480px) {
  h3, .h3 {
    font-size: 19.5px;
  }
}

h4, .h4 {
  font-size: 18.2px;
}

@media all and (max-width: 960px) {
  h4, .h4 {
    font-size: 16.9px;
  }
}

h5, .h5 {
  font-size: 15.6px;
  margin-bottom: 0;
}

h6, .h6 {
  font-size: 10.4px;
  margin-bottom: 0;
}

h1 span, .h1 span,
h2 span, .h2 span, .quote-section .quote-author span, .inventor-section .image-caption .quote-author span,
h3 span, .h3 span,
h4 span, .h4 span,
h5 span, .h5 span,
h6 span, .h6 span {
  color: #888;
}

.btn {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
}

.btn.btn-lg {
  font-size: 1.2em;
}

.btn.btn-xl {
  font-size: 1.4em;
}

.btn-primary.btn-border:hover, .btn-primary.btn-border2:hover {
  background: #c59f65;
  color: #fff;
}

.btn-secondary.btn-border:hover, .btn-secondary.btn-border2:hover {
  background: #050b48;
  color: #fff;
}

.wrapper {
  padding: 10px;
  max-width: 1430px;
}

.margin-top {
  margin-top: -80px;
}

@media all and (max-width: 960px) {
  .margin-top {
    margin-top: -40px;
  }
}

@media all and (max-width: 480px) {
  .margin-top {
    margin-top: 0;
  }
}

.dropcaps > p:first-of-type::first-letter {
  padding: 0.15em 0.2em 0 0;
  color: #c59f65;
  line-height: 0.8em;
  font-size: 5.3em;
  float: left;
}

.mosaic-images .image-caption {
  background: #c59f65;
  float: left;
  color: #fff;
}

.col-caption-white {
  background: #fff;
}

.col-caption-primary {
  background: #c59f65;
  color: #fff;
}

.col-caption-primary .pre-title {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
}

.col-caption-primary .title {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
}

.col-caption-secondary {
  background: #050b48;
  color: #fff;
}

.content-middle {
  max-width: 800px;
  margin: auto;
}

.site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  clear: both;
}

.mobile-menu .logo {
  display: none;
}

.menu-section {
  clear: both;
  float: left;
  width: 100%;
  font-family: "Open Sans Condensed", sans-serif;
  top: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4em;
  background: none;
  position: fixed;
  z-index: 98;
  width: 100%;
  color: #fff;
}

.menu-section.fixed {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #c59f65;
  background: #fff;
}

.menu-section .wrapper {
  padding: 20px;
}

.btn-mobile-menu {
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
}

.btn-mobile-menu .icon {
  margin-right: 0.2em;
  font-size: 1.1em;
}

.logo-mobile {
  transform: translateX(-50%);
  top: 20px;
  left: 50%;
  position: absolute;
  display: none;
}

.logo-mobile.show {
  display: block;
}

.header-menu {
  text-align: center;
}

.header-menu ul li.logo {
  padding: 0 20px;
}

.header-menu ul li.logo a {
  text-decoration: none;
}

.header-menu ul li a {
  text-decoration: none;
  position: relative;
}

.header-menu ul li.active a:after,
.header-menu ul li.active a::after {
  border-bottom: 1px solid #c59f65;
  bottom: -6.66667px;
  left: 0;
  right: 0;
  position: absolute;
  content: '';
}

.header-menu ul li.logo.active a:after,
.header-menu ul li.logo.active a::after {
  display: none;
  border: 0;
}

.menu-section .logo-mobile img,
.menu-section .header-menu .logo img {
  vertical-align: middle;
  max-height: 50px;
}

.menu-section.fixed .logo-mobile img,
.menu-section.fixed .header-menu .logo img {
  max-height: 30px;
}

.header-section {
  clear: both;
  float: left;
  width: 100%;
  font-family: "Libre Baskerville", serif;
  background-size: cover;
  padding-top: 50px;
  background: #000;
  color: #fff;
}

.header-section .wrapper {
  padding: 10px 20px;
  position: relative;
  height: 625px;
}

.header-info {
  text-shadow: 0 0 10px black, 0 0 20px black, 0 0 30px black;
  bottom: 230px;
  right: 30px;
  position: absolute;
  text-align: right;
  z-index: 2;
}

.header-info .title {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.6em;
  display: block;
}

@media all and (max-width: 640px) {
  .header-info .title {
    font-size: 1.4em;
  }
}

@media all and (max-width: 480px) {
  .header-info .title {
    font-size: 1.2em;
  }
}

.header-info .name {
  font-family: "Libre Baskerville", serif;
  color: #c59f65;
  line-height: 1.5em;
  font-size: 2.2em;
  display: block;
}

@media all and (max-width: 640px) {
  .header-info .name {
    font-size: 1.9em;
  }
}

@media all and (max-width: 480px) {
  .header-info .name {
    font-size: 1.6em;
  }
}

.header-section .wrapper img {
  top: 5px;
  right: -30px;
  position: absolute;
  max-width: 80%;
  width: 1000px;
}

@media all and (max-width: 1600px) {
  .header-section .wrapper img {
    right: 0;
  }
}

@media all and (max-width: 1200px) {
  .header-section .wrapper img {
    max-width: 90%;
  }
}

@media all and (max-width: 1000px) {
  .header-section .wrapper img {
    max-width: 100%;
  }
}

@media all and (max-width: 1400px) {
  .header-section .wrapper {
    height: 650px;
  }
}

@media all and (max-width: 960px) {
  .header-section .wrapper {
    height: 550px;
  }
}

@media all and (max-width: 800px) {
  .header-section .wrapper {
    height: 500px;
  }
}

@media all and (max-width: 640px) {
  .header-section .wrapper {
    height: auto;
  }
  .header-section .wrapper img {
    bottom: auto;
    right: auto;
    margin-bottom: 60px;
    position: relative;
    float: right;
  }
  .header-info {
    bottom: 38%;
  }
}

@media all and (max-width: 480px) {
  .header-section {
    padding-top: 55px;
    background: #000;
  }
}

.container-section {
  background: url("../img/bg_container.png") top center no-repeat;
  position: relative;
  margin-top: -450px;
  padding-top: 50px;
  width: 100%;
  float: left;
  z-index: 3;
}

@media all and (max-width: 1160px) {
  .container-section {
    margin-top: -400px;
    padding-top: 80px;
  }
}

@media all and (max-width: 960px) {
  .container-section {
    margin-top: -350px;
    padding-top: 130px;
  }
}

@media all and (max-width: 640px) {
  .container-section {
    margin-top: -250px;
  }
}

@media all and (max-width: 480px) {
  .container-section {
    margin-top: -230px;
  }
}

@media all and (min-width: 1200px) {
  #home + .container-section {
    padding-top: 25px;
  }
}

.container-section .wrapper {
  background: inherit;
  padding: 20px;
}

@media all and (max-width: 1399px) {
  .container-section .logo {
    width: 350px;
  }
}

@media all and (max-width: 959px) {
  .container-section .logo {
    width: 300px;
  }
}

@media all and (max-width: 639px) {
  .container-section .logo {
    width: 250px;
  }
}

.col-intro .h1 {
  text-transform: lowercase;
  font-style: italic;
  margin-top: 0.2em;
}

.intro-text .h3 {
  margin-bottom: 1em;
  font-style: italic;
  font-size: 2.5em;
}

.intro-text .btn::after {
  content: ' »';
}

.craftmanship-section {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}

@media all and (max-width: 960px) {
  .craftmanship-section .wrapper > .col-padding-lg, .craftmanship-section .mosaic-images .wrapper > .image-caption, .mosaic-images .craftmanship-section .wrapper > .image-caption, .craftmanship-section .decoration-section .wrapper > .col-image, .decoration-section .craftmanship-section .wrapper > .col-image {
    padding: 0;
  }
}

.craftmanship-section .col-image {
  background-position: center;
  background-size: cover;
  min-height: 195px;
}

.col-height > .col-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.craftmanship-section .col-caption {
  position: relative;
  z-index: 2;
}

.craftmanship-section .col-caption.caption-1 {
  border-bottom: 10px solid #fff;
}

.craftmanship-section .col-caption-white {
  max-width: 250px;
  padding: 20px;
  float: left;
}

.craftmanship-mosaic {
  margin-bottom: 30px;
}

.craftmanship-mosaic .col-1,
.craftmanship-mosaic .col-2 {
  height: 100%;
}

.craftmanship-mosaic .col-1 > div > div,
.craftmanship-mosaic .col-2 > div > div {
  position: relative;
  height: 100%;
}

.craftmanship-mosaic .col-1 > div {
  height: 100%;
}

.craftmanship-mosaic .col-2 > div {
  height: 50%;
}

.craftmanship-mosaic .col-2 > div > .col-caption-secondary {
  padding: 10px 20px;
  position: relative;
  font-style: italic;
  line-height: 1.5em;
  font-size: 2.5em;
  height: 200px;
}

.craftmanship-mosaic .col-2 > div > .col-caption-secondary .font-height {
  top: 50%;
  left: 30px;
  right: 30px;
  transform: translateY(-50%);
  position: absolute;
}

.col-caption-content {
  padding: 10px 0;
}

.technology-section {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}

.technology-section .wrapper {
  padding: 20px 20px 60px;
}

.technology-text {
  float: right;
}

.technology-image {
  position: relative;
}

.technology-image .h2, .technology-image .quote-section .quote-author, .quote-section .technology-image .quote-author, .technology-image .inventor-section .image-caption .quote-author, .inventor-section .image-caption .technology-image .quote-author {
  text-shadow: 0 2px 4px white;
  top: 20px;
  right: 20px;
  position: absolute;
}

.technology-text .h2, .technology-text .quote-section .quote-author, .quote-section .technology-text .quote-author, .technology-text .inventor-section .image-caption .quote-author, .inventor-section .image-caption .technology-text .quote-author {
  display: none;
}

@media all and (max-width: 1059px) {
  .technology-image img {
    margin-top: 50px;
  }
}

@media all and (max-width: 799px) {
  .technology-text,
  .technology-image {
    width: 100%;
    float: left;
  }
  .technology-image .h2, .technology-image .quote-section .quote-author, .quote-section .technology-image .quote-author, .technology-image .inventor-section .image-caption .quote-author, .inventor-section .image-caption .technology-image .quote-author {
    display: none;
  }
  .technology-image img {
    margin: 0 auto;
    width: 300px;
  }
  .technology-text .h2, .technology-text .quote-section .quote-author, .quote-section .technology-text .quote-author, .technology-text .inventor-section .image-caption .quote-author, .inventor-section .image-caption .technology-text .quote-author {
    display: block;
  }
}

.decoration-section {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
}

.mosaic-images > div:first-child > div {
  height: 100%;
}

.mosaic-images > div:last-child > div {
  height: 50%;
}

.decoration-section .col-image {
  background-position: center;
  background-size: cover;
  background-color: #ddd;
  min-height: 200px;
  height: 100%;
}

.decoration-section .col-caption-primary {
  text-align: right;
  float: left;
}

.quote-section {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
}

.quote-section .wrapper {
  padding: 60px 20px;
}

.quote-section .quote {
  font-family: "Libre Baskerville", serif;
  line-height: 1.34em;
  font-style: italic;
  font-size: 3em;
  color: #a2a1a1;
}

@media all and (max-width: 960px) {
  .quote-section .quote {
    font-size: 2em;
  }
}

.quote-section .quote::after {
  content: '”';
}

.quote-section .quote::before {
  content: '“';
}

.quote-section .quote-author {
  font-size: 1.8em;
}

.inventor-section {
  clear: both;
  float: left;
  width: 100%;
  background: #f2f2f2;
  background: linear-gradient(to right, #f2f2f2, #dcdcdc);
}

.inventor-section .wrapper {
  padding: 60px 20px 0;
  position: relative;
}

.inventor-section .col-text {
  padding-bottom: 0;
}

.inventor-section .col-image {
  position: relative;
  padding-bottom: 0;
}

.inventor-section .col-image > img {
  display: block;
}

@media all and (min-width: 960px) {
  .inventor-section .col-image > img {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
}

@media all and (max-width: 479px) {
  .inventor-section .col-image > img {
    margin: 20px -15% 0;
    max-width: 130%;
  }
}

.inventor-section .image-caption {
  top: 20px;
  right: 20px;
  text-align: center;
  position: absolute;
  max-width: 360px;
  width: 100%;
  z-index: 2;
}

@media all and (min-width: 960px) {
  .inventor-section .image-caption {
    top: auto;
    right: auto;
    padding-bottom: 180px;
    position: relative;
    float: right;
  }
}

.inventor-section .image-caption .quote {
  font-family: "Libre Baskerville", serif;
  color: #c59f65;
  line-height: 1.4em;
  font-style: italic;
  font-size: 2.2em;
}

.inventor-section .image-caption img {
  display: block;
  margin: auto;
}

.inventor-section .image-caption .quote-author {
  font-size: 1.5em;
  color: #333;
}

@media all and (max-width: 959px) {
  .inventor-section .image-caption {
    max-width: 280px;
    right: 0;
    top: 0;
  }
  .inventor-section .image-caption .quote {
    font-size: 1.6em;
  }
  .inventor-section .image-caption .quote-author {
    font-size: 1.2em;
  }
}

@media all and (max-width: 639px) {
  .inventor-section .image-caption {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    margin: auto;
  }
}

@media all and (max-width: 639px) {
  .inventor-section .inventor-img {
    margin-top: 40px;
    margin-left: 100px;
  }
}

@media all and (max-width: 479px) {
  .inventor-section .inventor-img {
    margin-top: 40px !important;
    margin-left: 50px !important;
  }
}

.pillow-section {
  clear: both;
  float: left;
  width: 100%;
  background: #050b48;
  color: #fff;
}

.pillow-section * {
  color: #fff;
}

.pillow-section .wrapper {
  position: relative;
  text-align: center;
  padding: 20px;
}

.col-pillow {
  padding: 60px 20px;
}

@media all and (max-width: 1200px) {
  .col-pillow {
    padding: 30px 20px 30px;
  }
}

.col-pillow .h1 {
  font-size: 3em;
  margin: 0;
}

@media all and (min-width: 960px) and (max-width: 1200px) {
  .col-pillow .h1 {
    margin-bottom: 60px;
  }
}

.col-pillow .h2, .col-pillow .quote-section .quote-author, .quote-section .col-pillow .quote-author, .col-pillow .inventor-section .image-caption .quote-author, .inventor-section .image-caption .col-pillow .quote-author {
  margin: 0;
}

.col-pillow img {
  margin: 20px 0 10px;
  max-width: 100%;
  width: 620px;
}

@media all and (max-width: 1199px) {
  .col-pillow img {
    margin-top: 0;
    width: 580px;
  }
}

@media all and (max-width: 1059px) {
  .col-pillow img {
    width: 520px;
  }
}

@media all and (max-width: 959px) {
  .col-pillow img {
    margin-top: 20px;
    width: 600px;
  }
}

.col-pillow .btn-white.btn-border:hover, .col-pillow .btn-white.btn-border2:hover {
  color: #050b48;
  background: #fff;
}

.pillow-detail img {
  border: 1px solid #fff;
  width: 196px;
}

.pillow-detail .h2, .pillow-detail .quote-section .quote-author, .quote-section .pillow-detail .quote-author, .pillow-detail .inventor-section .image-caption .quote-author, .inventor-section .image-caption .pillow-detail .quote-author {
  line-height: 1em;
  font-size: 1.5em;
}

@media all and (min-width: 960px) {
  .col-pillow {
    top: 30px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  .info-left,
  .info-right {
    margin-bottom: -40px;
  }
  .info-left {
    float: left;
  }
  .info-right {
    float: right;
  }
  .info-left .pillow-detail,
  .info-right .pillow-detail {
    position: relative;
    margin-top: 30px;
    clear: both;
  }
  .info-left .pillow-detail {
    margin-right: 5%;
    float: right;
  }
  .info-right .pillow-detail {
    margin-left: 5%;
    float: left;
  }
  .info-left .pillow-detail:first-child,
  .info-right .pillow-detail:first-child {
    margin-top: 80px;
  }
  .pillow-detail img {
    float: right;
    width: 100%;
  }
  .pillow-detail .info {
    position: absolute;
  }
  .info-left .pillow-detail .info {
    left: 100%;
  }
  .info-right .pillow-detail .info {
    right: 100%;
  }
  .pillow-detail1 .info,
  .pillow-detail4 .info {
    border-top: 1px solid #fff;
    height: 25%;
    width: 70%;
    top: 75%;
  }
  .pillow-detail1 .info {
    border-right: 1px solid #fff;
  }
  .pillow-detail4 .info {
    border-left: 1px solid #fff;
  }
  .pillow-detail2 .info,
  .pillow-detail5 .info {
    border-bottom: 1px solid #fff;
    bottom: 30%;
    width: 80%;
  }
  .pillow-detail3 .info,
  .pillow-detail6 .info {
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 60%;
    bottom: 50%;
  }
  .pillow-detail3 .info {
    border-right: 1px solid #fff;
  }
  .pillow-detail6 .info {
    border-left: 1px solid #fff;
  }
  /* h2 */
  .pillow-detail .h2, .pillow-detail .quote-section .quote-author, .quote-section .pillow-detail .quote-author, .pillow-detail .inventor-section .image-caption .quote-author, .inventor-section .image-caption .pillow-detail .quote-author {
    position: absolute;
  }
  .info-left .h2, .info-left .quote-section .quote-author, .quote-section .info-left .quote-author, .info-left .inventor-section .image-caption .quote-author, .inventor-section .image-caption .info-left .quote-author {
    left: 0.8em;
  }
  .pillow-detail1 .h2, .pillow-detail1 .quote-section .quote-author, .quote-section .pillow-detail1 .quote-author, .pillow-detail1 .inventor-section .image-caption .quote-author, .inventor-section .image-caption .pillow-detail1 .quote-author {
    margin-bottom: 0.4em;
    line-height: 1.4em;
    bottom: 100%;
  }
  .pillow-detail2 .h2, .pillow-detail2 .quote-section .quote-author, .quote-section .pillow-detail2 .quote-author, .pillow-detail2 .inventor-section .image-caption .quote-author, .inventor-section .image-caption .pillow-detail2 .quote-author,
  .pillow-detail3 .h2,
  .pillow-detail3 .quote-section .quote-author, .quote-section
  .pillow-detail3 .quote-author,
  .pillow-detail3 .inventor-section .image-caption .quote-author, .inventor-section .image-caption
  .pillow-detail3 .quote-author {
    line-height: 1.4em;
    margin-top: 0.4em;
    top: 100%;
  }
  .info-right .h2, .info-right .quote-section .quote-author, .quote-section .info-right .quote-author, .info-right .inventor-section .image-caption .quote-author, .inventor-section .image-caption .info-right .quote-author {
    right: 0.8em;
  }
  .pillow-detail4 .h2, .pillow-detail4 .quote-section .quote-author, .quote-section .pillow-detail4 .quote-author, .pillow-detail4 .inventor-section .image-caption .quote-author, .inventor-section .image-caption .pillow-detail4 .quote-author {
    margin-bottom: 0.4em;
    line-height: 1.4em;
    bottom: 100%;
  }
  .pillow-detail5 .h2, .pillow-detail5 .quote-section .quote-author, .quote-section .pillow-detail5 .quote-author, .pillow-detail5 .inventor-section .image-caption .quote-author, .inventor-section .image-caption .pillow-detail5 .quote-author,
  .pillow-detail6 .h2,
  .pillow-detail6 .quote-section .quote-author, .quote-section
  .pillow-detail6 .quote-author,
  .pillow-detail6 .inventor-section .image-caption .quote-author, .inventor-section .image-caption
  .pillow-detail6 .quote-author {
    line-height: 1.4em;
    margin-top: 0.4em;
    top: 100%;
  }
  /* dot */
  .pillow-detail .dot {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    height: 9px;
    width: 9px;
  }
  .info-left .dot {
    right: -5px;
  }
  .info-right .dot {
    left: -5px;
  }
  .pillow-detail1 .dot,
  .pillow-detail2 .dot,
  .pillow-detail4 .dot,
  .pillow-detail5 .dot {
    bottom: -5px;
  }
  .pillow-detail3 .dot,
  .pillow-detail6 .dot {
    top: -5px;
  }
}

@media all and (max-width: 959px) {
  .col-pillow {
    max-width: 640px;
    margin: auto;
    width: 100%;
  }
  .pillow-detail {
    display: block;
    width: 33.33%;
    padding: 20px;
    float: left;
    margin: 0;
  }
}

@media all and (min-width: 640px) and (max-width: 959px) {
  .info-left,
  .info-right {
    width: 50%;
  }
}

@media all and (max-width: 639px) {
  .info-left,
  .info-right {
    width: 100%;
  }
}

@media all and (max-width: 479px) {
  .pillow-detail {
    padding: 10px;
  }
}

.order-section {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}

.order-section .wrapper {
  padding: 0 20px 20px;
}

.order-section textarea,
.order-section input[type="text"] {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: none;
  background: #c4c4c4;
  font-size: 1.3em;
  color: #fff;
}

.order-section ::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #eee;
  opacity: 1;
}

.order-section :-moz-placeholder,
.order-section ::-moz-placeholder {
  text-transform: uppercase;
  color: #eee;
  opacity: 1;
}

.order-section :-ms-input-placeholder {
  text-transform: uppercase;
  color: #eee;
  opacity: 1;
}

.contact-section {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}

.contact-section .wrapper {
  padding-bottom: 40px;
  padding-top: 60px;
}

.contact-section textarea,
.contact-section input[type="text"] {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: none;
  background: #c4c4c4;
  font-size: 1.3em;
  color: #fff;
}

.contact-section ::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #eee;
  opacity: 1;
}

.contact-section :-moz-placeholder,
.contact-section ::-moz-placeholder {
  text-transform: uppercase;
  color: #eee;
  opacity: 1;
}

.contact-section :-ms-input-placeholder {
  text-transform: uppercase;
  color: #eee;
  opacity: 1;
}

.footer-section {
  clear: both;
  float: left;
  width: 100%;
  background: url("../img/bg_footer.png") top center no-repeat;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.footer-section .wrapper {
  padding: 80px 20px 60px;
}

@media all and (max-width: 960px) {
  .footer-section ul.company-info {
    margin-bottom: 20px;
  }
}

.footer-section ul.company-info li {
  padding: 0 10px;
}

@media all and (max-width: 960px) {
  .footer-section ul.company-info li {
    display: block;
  }
}

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

.footer-section strong {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  color: #c59f65;
}

ul.footer-menu {
  font-size: 0.85em;
}

ul.footer-menu li:before {
  color: #c59f65;
}

.footer-section .socialmedia {
  padding-top: 10px;
  font-size: 1.2em;
}

.video_player {
  position: relative;
}

.video_player::after {
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0 20px 5px;
  font-family: 'base';
  top: 50%;
  left: 50%;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  content: "\e04b";
  line-height: 1em;
  font-size: 40px;
  height: 40px;
  color: #ddd;
  width: 75px;
  z-index: 99;
}

.video_player.active::after {
  display: none;
  content: '';
  z-index: -1;
}

@-moz-document url-prefix() {
  .video_player::after {
    display: none;
    content: '';
    z-index: -1;
  }
}

video::-webkit-media-controls {
  overflow: hidden !important;
}

video::-webkit-media-controls-enclosure {
  width: calc(100% + 32px);
  margin-left: auto;
}
