/*
Theme Name: Le Tissier - Light 
Version: 1.0.0
Theme URI: http://mountainthemes.com/
Author: Luca Bertaiola
Author URI: http://luglio7.com/
Description: HTML5 Minimal Theme
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular
Tags: dark, light, custom-menu, featured-images, theme-options, translation-ready
*/
body {
  width: 100%;
}
body *zoom:1:before,
body *zoom:1:after {
  content: "";
  display: table;
}
body *zoom:1:after {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
}
::selection {
  background-color: #222;
  color: #fff;
}
::-moz-selection {
  background-color: #222;
  color: #fff;
}
html {
  background-color: #fff;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #222;
  letter-spacing: 0.5px;
}
body.screen-retina {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-family: 'Lora', serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1px;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 3px;
}
h3 {
  font-family: 'Lora', serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 2px;
}
h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1px;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
svg {
  display: block;
}
img {
  display: block;
}
img.image-responsive {
  max-width: 100%;
  height: auto;
}
img.image-block,
img.image-full-width {
  width: 100%;
  height: auto;
}
img.image-preload {
  visibility: hidden;
}
img.image-lightbox {
  position: relative;
  cursor: pointer;
}
.image-wrapper {
  display: block;
  position: relative;
  margin-bottom: 21px;
}
.image-wrapper::before {
  position: absolute;
  content: '';
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  z-index: 5;
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
}
.image-wrapper::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  border: 7px solid rgba(255,255,255,0.2);
}
a {
  font-weight: 500;
  color: #222;
}
a:hover {
  text-decoration: none;
}
a img {
  border-width: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead {
  border-bottom: 1px solid #eee;
}
table td,
table th {
  text-align: left;
  line-height: 21px;
  padding: 5px;
}
.sticky,
.gallery-caption,
.bypostauthor {
  display: block;
}
.space-bottom {
  margin-bottom: 21px;
}
.space-bottom-double {
  margin-bottom: 42px;
}
.space-top {
  margin-top: 21px;
}
.space-top-double {
  margin-top: 42px;
}
.grabbable {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.txt-center {
  text-align: center;
}
.ico-box {
  position: relative;
}
.ico-box svg {
  max-width: 100%;
  height: auto;
}
.ico-box.ico-position-center svg {
  margin: 0 auto;
}
.ico-box.ico-position-left svg {
  float: left;
}
.ico-box.ico-position-right svg {
  float: right;
}
.ico-button {
  cursor: pointer;
}
.ico-button:active {
  opacity: 0.25;
}
.button {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #222;
  line-height: 28px;
  padding: 0 21px;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-align: center;
  transition: all 0.2s linear;
  cursor: pointer;
}
.button.button-position-left {
  float: left;
}
.button.button-position-right {
  float: right;
}
.button.button-alt {
  border-color: #fff;
  color: #fff;
}
.button.button-alt:hover {
  background-color: #fff;
  color: #222;
}
.button:hover {
  background-color: #222;
  color: #fff;
}
.button:active {
  opacity: 0.25;
  transition: all 0.075s linear;
}
.button-b {
  display: inline-block;
  background-color: #383838;
  line-height: 28px;
  padding: 0 21px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  border-radius: 3px;
  font-size: 11px;
  letter-spacing: 2px;
  text-align: center;
  transition: all 0.2s linear;
  box-shadow: 0 1px 0 0 #434343 inset, 0 0 1px rgba(0,0,0,0.1);
}
.button-b:hover {
  background-color: #434343;
}
.button-b:active {
  transition: all 0.075s linear;
  opacity: 0.5;
}
.hidden {
  visibility: hidden !important;
}
.visible {
  visibility: visible !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.alignleft {
  float: left;
  margin: 0 21px 21px 0;
}
.alignright {
  float: right;
  margin: 0 0 21px 21px;
}
.aligncenter {
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.turbot {
  position: relative;
}
.turbot.turbot-bottom {
  margin-bottom: 105px;
}
.turbot.turbot-bottom::after {
  bottom: -52.5px;
  margin-top: -5px;
}
.turbot::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  left: 50%;
  margin-left: -5px;
  background-color: #eee;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.row-content {
  max-width: 960px;
}
.row-content-large {
  max-width: 1200px;
}
.row-center {
  margin: 0 auto;
}
#wrapper {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #fff;
  z-index: 1;
}
.admin-bar #wrapper {
  padding-top: 32px;
}
.admin-bar-mobile.admin-bar #wrapper {
  padding-top: 46px;
}
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  display: none;
}
.admin-bar #overlay {
  top: 32px;
}
.admin-bar-mobile.admin-bar #overlay {
  top: 46px;
}
#container {
  position: relative;
  height: 100%;
  max-width: 1980px;
  margin: 0 auto;
}
#content {
  height: 100%;
  box-sizing: border-box;
  padding: 70px 0 0 70px;
}
.breakpoint-h2 #content {
  padding: 0 14px;
}
#content-page {
  position: relative;
  background-color: #fff;
}
.region {
  position: relative;
}
.region-full-screen {
  overflow-x: hidden;
  overflow-y: auto;
}
#not-found {
  position: relative;
}
#not-found #not-found-container {
  position: absolute;
  width: 50%;
  height: 50%;
}
#not-found #not-found-container #not-found-content {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -67px;
  text-align: center;
}
#not-found #not-found-container #not-found-content h1 {
  line-height: 1em;
}
#not-found #not-found-container #not-found-content p {
  margin: 21px 0;
}
.panel-grid:last-child {
  padding-bottom: 42px;
}
#top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
  padding-left: 70px;
  padding-right: 21px;
  direction: rtl;
  background-color: #fff;
  z-index: 99;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#top .button {
  padding: 0 7px;
  margin: 19px 0 0;
}
.breakpoint-h2 #top {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding-right: 14px;
  padding-left: 14px;
}
#top-logo {
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
  direction: ltr;
}
#top-logo a {
  text-decoration: none;
  color: #222;
}
#top-logo a img {
  width: auto;
  max-height: 70px;
}
#top-logo:active {
  opacity: 0.5;
}
#top-nav {
  position: relative;
  z-index: 99;
}
#top-nav ul.menu > li.current-menu-item > a,
#top-nav ul.menu > li.current-menu-parent > a {
  color: #222;
}
#top-nav li {
  position: relative;
  float: left;
  list-style-type: none;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 21px;
}
#top-nav li:first-child {
  margin-left: 0;
}
#top-nav li.current_page_item a::before,
#top-nav li.current-menu-parent a::before {
  content: '';
  position: absolute;
  top: 1px;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #222;
}
#top-nav li a {
  position: relative;
  display: block;
  color: #919191;
  text-decoration: none;
  letter-spacing: 1px;
}
#top-nav li a:hover {
  color: #222;
}
#top-nav li a:active {
  color: rgba(34,34,34,0.3) !important;
}
#top-nav li ul {
  position: absolute;
  right: 0;
  top: 70px;
  min-width: 200px;
  margin: 1px -14px 0 0;
  display: none;
}
#top-nav li ul li {
  float: none;
  margin: 0 0 1px 0;
}
#top-nav li ul li a::before {
  display: none;
}
#top-nav li ul li a {
  padding: 14px 14px;
  line-height: 1.2em;
  background-color: #222;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#top-nav li ul li a:hover {
  background-color: #222;
  color: rgba(255,255,255,0.25);
}
#top-nav li ul li a:active {
  color: rgba(255,255,255,0.1) !important;
}
#top-sidebar {
  display: none;
  margin: 0 14px;
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #eee;
}
#top-sidebar .ico.ico-button {
  float: left;
  display: block;
  height: 70px;
  margin-right: 14px;
}
#top-sidebar .ico.ico-button svg * {
  fill: #222;
}
.breakpoint-h2 #top-sidebar {
  display: block;
}
#sidebar {
  position: fixed;
  width: 280px;
  top: 0;
  left: -210px;
  bottom: 0;
  text-align: center;
  background-color: #fff;
  z-index: 99;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sidebar #sidebar-content {
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 70px;
  width: 70px;
}
#sidebar .ico {
  display: block;
  margin-bottom: 14px;
}
#sidebar .ico svg {
  margin: 0 auto;
}
#sidebar .ico svg * {
  fill: #222;
}
#sidebar #sidebar-custom-icons {
  padding-top: 21px;
}
#sidebar #sidebar-custom-icons a {
  display: block;
  margin-bottom: 14px;
  opacity: 0.3;
  transition: opacity 0.2s;
}
#sidebar #sidebar-custom-icons a:hover {
  opacity: 1;
}
#sidebar #sidebar-custom-icons a:active {
  opacity: 0.25;
  transition: none;
}
#sidebar #sidebar-custom-icons a svg {
  width: 21px;
  height: auto;
  max-height: 21px;
  margin: 0 auto;
}
#sidebar #sidebar-custom-icons a svg * {
  fill: #222;
}
#sidebar #sidebar-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#sidebar #sidebar-bottom svg * {
  fill: #ccc;
}
#sidebar #sidebar-off-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  bottom: 0;
  background-color: #222;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sidebar #sidebar-off-screen .off-screen-menu {
  line-height: 28px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
}
#sidebar #sidebar-off-screen .off-screen-menu > ul {
  padding: 21px 0;
}
#sidebar #sidebar-off-screen .off-screen-menu ul {
  list-style-type: none;
}
#sidebar #sidebar-off-screen .off-screen-menu ul li {
  position: relative;
}
#sidebar #sidebar-off-screen .off-screen-menu ul li.menu-item-has-children::before {
  position: absolute;
  top: 0;
  left: 7px;
  line-height: 28px;
  content: '+';
  font-size: 12px;
  font-weight: 400;
  color: #4e4e4e;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
#sidebar #sidebar-off-screen .off-screen-menu ul li a {
  display: block;
  padding-left: 28px;
  color: #fff;
  text-decoration: none;
}
#sidebar #sidebar-off-screen .off-screen-menu ul li a:hover {
  transition: color 0.2s;
  color: #fff;
}
#sidebar #sidebar-off-screen .off-screen-menu ul li a:active {
  opacity: 0.5;
}
#sidebar #sidebar-off-screen .off-screen-menu ul li.sub-menu-open ul {
  display: block;
}
#sidebar #sidebar-off-screen .off-screen-menu ul li ul {
  display: none;
  overflow: hidden;
}
#sidebar #sidebar-off-screen .off-screen-menu ul li ul li a {
  color: #999;
}
#sidebar #sidebar-off-screen .off-screen-menu ul li ul li a:hover {
  color: #fff;
}
#sidebar #sidebar-off-screen .widget {
  padding: 7px 21px;
  font-size: 14px;
  margin-bottom: 21px;
}
#sidebar #sidebar-off-screen .widget h5 {
  margin-bottom: 7px;
}
#sidebar #sidebar-off-screen .widget select {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
#sidebar #sidebar-off-screen .widget img {
  max-width: 100%;
  height: auto;
}
#sidebar #sidebar-off-screen .widget p {
  margin-bottom: 21px;
}
#sidebar #sidebar-off-screen .widget a {
  color: #fff;
}
#sidebar #sidebar-off-screen .widget ul,
#sidebar #sidebar-off-screen .widget ol {
  margin-left: 0;
}
#sidebar #sidebar-off-screen .widget ul li,
#sidebar #sidebar-off-screen .widget ol li {
  list-style-type: none;
  line-height: 21px;
}
#sidebar #sidebar-off-screen .widget ul li a,
#sidebar #sidebar-off-screen .widget ol li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
#sidebar #sidebar-off-screen .widget ul li a:hover,
#sidebar #sidebar-off-screen .widget ol li a:hover {
  text-decoration: underline;
}
#sidebar #sidebar-off-screen .widget ul li a:active,
#sidebar #sidebar-off-screen .widget ol li a:active {
  opacity: 0.25;
}
#sidebar #sidebar-off-screen .widget ul li ul,
#sidebar #sidebar-off-screen .widget ol li ul {
  margin-left: 7px;
}
#sidebar #sidebar-off-screen .widget #calendar_wrap th,
#sidebar #sidebar-off-screen .widget #calendar_wrap td {
  padding: 0;
}
.admin-bar #sidebar #sidebar-content {
  top: 102px;
}
.admin-bar #sidebar #sidebar-off-screen {
  top: 32px;
}
.admin-bar-mobile.admin-bar #sidebar #sidebar-content {
  top: 116px;
}
.admin-bar-mobile.admin-bar #sidebar #sidebar-off-screen {
  top: 46px;
}
.breakpoint-h2 #sidebar {
  width: 210px;
}
.breakpoint-h2 #sidebar #sidebar-content {
  display: none;
}
#footer {
  position: relative;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  direction: rtl;
  padding: 0 21px 0 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: #666;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#footer span {
  float: right;
}
#footer span#footer-scroll-to-top {
  display: block;
  height: 70px;
  cursor: pointer;
}
#footer span#footer-scroll-to-top:active svg {
  opacity: 0.25;
}
#footer span#footer-scroll-to-top svg {
  display: block;
  margin: 27px 0 0 21px;
}
#footer span#footer-scroll-to-top svg * {
  fill: #999;
}
.page-template-page-default #footer,
.page-template-page-one #footer,
.page-template-page-two #footer,
.page-template-page-three #footer,
.single-post #footer {
  border-top: 1px solid #eee;
}
.breakpoint-h2 #footer {
  padding: 0;
}
.breakpoint-h2 #footer span#footer-text {
  display: block;
  float: none;
  text-align: left;
  line-height: 35px;
}
#background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#background #background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 3;
}
#background .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
#background .background-image.background-image-over {
  z-index: 2;
  opacity: 0;
}
.region-home-full-screen {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-home-full-screen .arrows-control {
  position: absolute;
  border: 2px solid #fff;
  z-index: 10;
  padding: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.region-home-full-screen .arrows-control.position-top-right {
  top: 21px;
  right: 21px;
}
.region-home-full-screen .arrows-control.position-bottom-right {
  bottom: 21px;
  right: 21px;
}
.region-home-full-screen .arrows-control.position-bottom-left {
  bottom: 21px;
  left: 21px;
}
.region-home-full-screen .arrows-control.position-top-left {
  top: 21px;
  left: 21px;
}
.region-home-full-screen .arrows-control li {
  list-style-type: none;
  float: left;
  height: 30px;
  overflow: hidden;
}
.region-home-full-screen .arrows-control li div,
.region-home-full-screen .arrows-control li span {
  transition: all 0.1s ease-out;
}
.region-home-full-screen .arrows-control li:hover div,
.region-home-full-screen .arrows-control li:hover span {
  transform: translateY(-30px);
}
.region-home-full-screen .arrows-control li:first-child {
  margin-right: 2px;
}
.region-home-full-screen .arrows-control li.arrow-right {
  direction: rtl;
}
.region-home-full-screen .arrows-control li.arrow-left span {
  float: left;
}
.region-home-full-screen .arrows-control li.arrow-right span {
  float: right;
}
.region-home-full-screen .arrows-control li svg * {
  fill: #fff;
}
.region-home-full-screen .arrows-control li div {
  width: 47px;
  padding: 10px;
  display: block;
}
.region-home-full-screen .info-big-box {
  position: absolute;
  color: #fff;
  z-index: 10;
  width: 420px;
  height: 280px;
  overflow: hidden;
}
.region-home-full-screen .info-big-box.info-box-background {
  background-color: rgba(0,0,0,0.8);
}
.region-home-full-screen .info-big-box.position-top-right {
  top: 21px;
  right: 21px;
}
.region-home-full-screen .info-big-box.position-bottom-right {
  bottom: 21px;
  right: 21px;
}
.region-home-full-screen .info-big-box.position-bottom-left {
  bottom: 21px;
  left: 21px;
}
.region-home-full-screen .info-big-box.position-top-left {
  top: 21px;
  left: 21px;
}
.region-home-full-screen .info-big-box.position-center {
  top: 50%;
  left: 50%;
  margin-left: -210px;
  margin-top: -140px;
  text-align: center;
}
.region-home-full-screen .info-big-box.position-center .info-box .info-box-button {
  position: relative;
  left: auto;
  bottom: auto;
  margin: 21px auto 0;
}
.region-home-full-screen .info-big-box.position-center h2 {
  padding-left: 0;
}
.region-home-full-screen .info-big-box.position-center h3 {
  color: #fff;
}
.region-home-full-screen .info-big-box.position-center h3::before {
  display: none;
}
.region-home-full-screen .info-big-box .info-box {
  position: relative;
  height: 100%;
  padding: 21px;
  box-sizing: border-box;
}
.region-home-full-screen .info-big-box .info-box .info-box-button {
  position: absolute;
  left: 21px;
  bottom: 21px;
}
.region-home-full-screen .info-big-box h3 {
  position: relative;
  color: rgba(255,255,255,0.5);
  margin-bottom: 7px;
}
.region-home-full-screen .info-big-box h3::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -21px;
  width: 14px;
  height: 2px;
  background-color: rgba(255,255,255,0.25);
}
.region-home-full-screen .info-big-box h2 {
  text-transform: uppercase;
  padding-left: 21px;
  max-height: 168px;
  overflow: hidden;
}
.breakpoint-h2 .region-home-full-screen .info-big-box.position-top-right,
.breakpoint-h2 .region-home-full-screen .info-big-box.position-bottom-right,
.breakpoint-h2 .region-home-full-screen .info-big-box.position-bottom-left,
.breakpoint-h2 .region-home-full-screen .info-big-box.position-top-left,
.breakpoint-h2 .region-home-full-screen .info-big-box.position-center {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.page-layout-one {
  padding-bottom: 42px;
  border: 1px solid #eee;
  border-width: 1px 0 1px 1px;
  padding: 21px;
}
.page-layout-one.page-position-center {
  border-left: 1px solid #eee;
}
.page-layout-one.page-position-center .page-container {
  margin: 0 auto;
}
.page-layout-one.page-position-left .page-container {
  margin-left: 0;
}
.page-layout-one.page-position-right .page-container {
  float: right;
  margin-right: 0;
}
.page-layout-one .page-top img {
  width: 100%;
  height: auto;
  max-width: 1680px;
  max-height: 500px;
}
.page-layout-one .page-meta {
  position: relative;
  background-color: #fff;
  height: 70px;
  margin-top: -70px;
  line-height: 70px;
  text-align: center;
}
.page-layout-one .page-meta::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 6%;
  bottom: 0;
  left: 47%;
  background-color: #eee;
}
.page-layout-one .page-meta.page-meta-post {
  height: auto;
}
.page-layout-one .page-meta.page-meta-post h6 {
  line-height: 21px;
  padding: 14px 0;
}
.page-layout-one .page-meta h6 {
  line-height: 70px;
  color: #ccc;
}
.page-layout-one .page-no-title {
  height: 42px;
}
.page-layout-one .page-container {
  width: 960px;
}
.page-layout-one .page-container.page-content-no-subtitle h1 {
  margin-bottom: 42px;
}
.page-layout-one .page-container h1 {
  text-align: center;
  margin: 42px 0 21px;
}
.page-layout-one .page-container h5 {
  position: relative;
  text-align: center;
  color: #adadad;
}
.page-layout-one .page-container .typo h5 {
  text-align: inherit;
}
.page-layout-one .page-container .comments-area {
  padding: 42px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 0 0 #f4f4f4;
  margin-bottom: 42px;
}
.page-layout-one .page-container .comments-area h3 {
  margin-bottom: 42px;
}
.page-layout-one .page-container .comments-area .commentlist {
  margin-left: 0;
}
.page-layout-one .page-container .comments-area .commentlist li {
  list-style-type: none;
}
.page-layout-one .page-container .comments-area .commentlist li .children {
  margin-left: 28px;
}
.page-layout-one .page-container .comments-area .commentlist li .comment-body {
  padding: 21px 0;
  border-bottom: 1px solid rgba(204,204,204,0.5);
}
.page-layout-one .page-container .comments-area .commentlist li .comment-body img {
  float: left;
  margin-right: 21px;
}
.page-layout-one .page-container .comments-area .commentlist li .comment-body .comment-metadata,
.page-layout-one .page-container .comments-area .commentlist li .comment-body .comment-content,
.page-layout-one .page-container .comments-area .commentlist li .comment-body .reply {
  margin-left: 91px;
}
.page-layout-one .page-container .comments-area .commentlist li .comment-body .comment-metadata,
.page-layout-one .page-container .comments-area .commentlist li .comment-body .comment-content {
  margin-bottom: 14px;
}
.page-layout-one .page-container .comments-area .commentlist li .comment-body .comment-metadata .edit-link,
.page-layout-one .page-container .comments-area .commentlist li .comment-body .comment-content .edit-link {
  margin-left: 21px;
}
.page-layout-one .page-container .comments-area .comment-respond h3 {
  margin: 21px 0;
}
.page-layout-one .page-container .comments-area .comment-respond form p {
  margin-bottom: 21px;
  border-bottom: 1px dotted #ccc;
}
.page-layout-one .page-container .comments-area .comment-respond form p.comment-notes,
.page-layout-one .page-container .comments-area .comment-respond form p.form-allowed-tags,
.page-layout-one .page-container .comments-area .comment-respond form p.logged-in-as {
  border-width: 0;
}
.page-layout-one .page-container .comments-area .comment-respond form p.form-submit {
  border-width: 0;
  margin-bottom: 0;
}
.page-layout-one .page-container .comments-area .comment-respond form p label {
  display: block;
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 500;
}
.page-layout-one .page-container .comments-area .comment-respond form p input,
.page-layout-one .page-container .comments-area .comment-respond form p textarea {
  display: block;
  border-width: 0;
  width: 100%;
  outline: 0 none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #222;
  min-width: 100%;
  max-width: 100%;
  letter-spacing: 1px;
  background-color: transparent;
  padding: 7px 0;
}
.page-layout-one .page-container .comments-area .comment-respond form p .submit {
  cursor: pointer;
  border: 1px solid #ccc;
}
.page-layout-one .page-container .comments-area .comment-respond form p .submit:hover {
  border-color: #e6e6e6;
}
.page-layout-one .page-container .comments-area .comment-respond form p .submit:active {
  opacity: 0.5;
}
@media screen and (max-width: 1310px) {
  .page-layout-one .page-top .page-container {
    width: 100%;
  }
  .page-layout-one .page-top .page-meta {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
  }
  .page-layout-one .page-container {
    width: 90%;
    margin: 0 auto;
  }
}
.breakpoint-h1 .page-layout-one.page-position-center,
.breakpoint-h2 .page-layout-one.page-position-center {
  border-left-width: 0;
}
.breakpoint-h1 .page-layout-one .page-top .page-container,
.breakpoint-h2 .page-layout-one .page-top .page-container {
  width: 100%;
}
.breakpoint-h1 .page-layout-one .page-top .page-meta,
.breakpoint-h2 .page-layout-one .page-top .page-meta {
  width: 100%;
  left: auto;
  right: auto;
}
.breakpoint-h1 .page-layout-one .page-container,
.breakpoint-h2 .page-layout-one .page-container {
  width: 90%;
  margin: 0 auto;
}
.breakpoint-h1 .page-layout-one .page-container .comments-area,
.breakpoint-h2 .page-layout-one .page-container .comments-area {
  padding: 7px;
}
.page-layout-two {
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.page-layout-two .page-no-title {
  height: 21px;
}
.page-layout-two .page-container {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 960px;
  min-height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #eee;
  border-width: 1px 0 0 1px;
}
.page-layout-two .page-container h1 {
  text-align: center;
  margin: 42px 0 21px;
}
.page-layout-two .page-container h5 {
  position: relative;
  text-align: center;
  color: #adadad;
}
.page-layout-two .page-container .page-featured-image {
  margin: 42px 42px 0;
}
.page-layout-two .page-container .page-featured-image img {
  width: 100%;
  height: auto;
}
.page-layout-two .page-container .page-content {
  padding: 0 42px 0;
}
.page-layout-two .page-container .page-meta {
  position: relative;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0 42px;
}
.page-layout-two .page-container .page-meta::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 6%;
  bottom: 0;
  left: 47%;
  background-color: #eee;
}
.page-layout-two .page-container .page-meta h6 {
  line-height: 70px;
  color: #ccc;
}
.page-layout-three {
  display: block;
}
.page-layout-three .page-featured-image {
  margin-bottom: 42px;
}
.breakpoint-h2 .page-layout-three {
  width: 100% !important;
}
.widget {
  display: block;
  margin-bottom: 42px;
}
.widget h3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 21px;
}
.widget ul,
.widget ol {
  margin-left: 21px;
}
.widget #calendar_wrap table {
  max-width: 100%;
}
.widget #calendar_wrap caption {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 21px;
}
.widget #calendar_wrap th,
.widget #calendar_wrap td {
  text-align: center;
}
.widget .search-form label span {
  display: none;
}
.widget .search-form label input {
  display: block;
  padding: 7px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #525252;
  background-color: transparent;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
}
.widget .search-form label input:focus {
  outline: none;
}
.widget .search-form .search-submit {
  display: none;
}
.typo {
  font-weight: 300;
  line-height: 21px;
  color: #222;
}
.typo img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
  text-align: left;
  text-transform: none;
  margin: 0 0 21px;
  letter-spacing: 1px;
  font-weight: 400 !important;
  color: #222 !important;
}
.typo h1 {
  font-family: 'Lora', serif;
  font-size: 42px;
  line-height: 1em;
}
.typo h2 {
  font-family: 'Lora', serif;
  font-size: 31.5px;
  line-height: 42px;
}
.typo h3 {
  font-family: 'Lora', serif;
  font-size: 21px;
  line-height: 1em;
}
.typo h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 1em;
}
.typo h5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.typo h6 {
  position: relative;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 42px !important;
}
.typo h6::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -21px;
  height: 3px;
  background-color: #eee;
  width: 100px;
}
.typo p.big {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}
.typo p,
.typo ul,
.typo ol,
.typo table,
.typo dt,
.typo dd,
.typo address,
.typo pre {
  margin-bottom: 21px;
}
.typo ul,
.typo ol {
  margin-left: 21px;
}
.typo ul ul,
.typo ol ul,
.typo ul ol,
.typo ol ol {
  margin-bottom: 0;
}
.typo ul li {
  list-style-type: square;
}
.typo blockquote {
  position: relative;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 21px;
  padding-left: 21px;
}
.typo blockquote::before {
  content: '"';
  position: absolute;
  top: 7px;
  left: -14px;
  font-size: 60px;
  color: #ccc;
}
.typo cite {
  margin-left: 21px;
  color: #666;
}
.typo .wp-caption {
  width: auto !important;
  max-width: 100%;
}
.typo .wp-caption .wp-caption-text {
  line-height: 42px;
  color: #666;
}
.typo .wp-caption .wp-caption-text a {
  color: #666;
}
.region-page-title .title-content {
  float: left;
}
.region-page-title .title-content.title-border {
  padding: 21px;
  border: 2px solid #dedede;
}
.region-page-title .title-content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 1em;
  margin: 0 !important;
}
.region-page-title .title-content h6 {
  color: #adadad;
}
.breakpoint-h2 .region-page-title .title-content {
  float: none;
}
.region-posts-grid {
  position: relative;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-posts-grid ul {
  margin-left: 0;
}
.region-posts-grid li {
  position: relative;
  background-color: #222;
  overflow: hidden;
  margin-bottom: 14px;
  height: 420px;
  color: #fff;
}
.region-posts-grid li.box-pagination {
  background-color: #fff;
  cursor: pointer;
}
.region-posts-grid li.box-pagination:hover .box-content {
  border-color: #222;
}
.region-posts-grid li.box-pagination:active .box-content {
  opacity: 0.5;
}
.region-posts-grid li.box-pagination .box-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #222;
  transition: border-color 0.2s linear;
  height: auto;
}
.region-posts-grid li.box-pagination .box-content span {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 42px;
  margin-top: -21px;
  right: 0;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
  color: #222;
}
.region-posts-grid li.box-sticky::before {
  content: 'sticky';
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 0 7px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 99;
  background-color: rgba(34,34,34,0.5);
}
.region-posts-grid li img {
  width: 100%;
  height: auto;
}
.region-posts-grid li .box-image {
  height: 50%;
  background-position: center center;
  background-size: cover;
  border-bottom: 5px solid #383838;
  box-sizing: border-box;
}
.region-posts-grid li .box-content {
  padding: 21px;
  box-sizing: border-box;
  height: 50%;
}
.region-posts-grid li .box-content a {
  position: absolute;
  bottom: 21px;
  left: 21px;
}
.region-posts-grid li .box-content h6 {
  margin-bottom: 7px;
  opacity: 0.5;
}
.breakpoint-h2 .region-posts-grid li.box-size-1,
.breakpoint-h2 .region-posts-grid li.box-size-2,
.breakpoint-h2 .region-posts-grid li.box-size-3,
.breakpoint-h2 .region-posts-grid li.box-size-4 {
  width: 100%;
}
.region-posts-list.post-list-template {
  margin-right: 21px;
  max-width: 1200px;
}
.region-posts-list ul {
  list-style-type: none;
}
.region-posts-list ul li {
  clear: left;
  padding-bottom: 42px;
  border-bottom: 1px solid #eee;
  margin-bottom: 42px;
}
.region-posts-list ul li:last-child {
  margin-bottom: 0;
}
.region-posts-list ul li.post-thumbnail .post-content {
  margin-left: 287px;
}
.region-posts-list ul li .image-wrapper {
  float: left;
  width: 245px;
}
.region-posts-list ul li .image-wrapper img {
  width: 100%;
  height: auto;
}
.region-posts-list ul li .post-content {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 42px;
}
.region-posts-list ul li .post-content h6 {
  margin-bottom: 14px;
  line-height: 1em;
  color: #999;
}
.region-posts-list ul li .post-content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 14px;
}
.region-posts-list ul li .post-content p {
  color: #666;
}
.region-posts-list ul li .post-content .button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.region-posts-list ul li.pagination .button {
  border-color: #eee;
}
.region-posts-list ul li.pagination .button:hover {
  border-color: #222;
}
.breakpoint-h2 .region-posts-list.post-list-template {
  margin-right: 0;
}
.breakpoint-h2 .region-posts-list ul li.post-thumbnail .post-content {
  padding-top: 21px;
  margin-left: 0;
}
.breakpoint-h2 .region-posts-list ul li img {
  float: none;
  width: 100%;
}
.region-accordion {
  list-style-type: none;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 3px 3px 0 0 #f4f4f4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.region-accordion li {
  height: 63px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.region-accordion li:last-child {
  border-bottom-width: 0;
}
.region-accordion li:hover h4 {
  color: #919191;
}
.region-accordion li:active h4 {
  color: #c8c8c8;
}
.region-accordion li .accordion-title {
  line-height: 21px;
  padding: 21px;
}
.region-accordion li .accordion-content {
  padding: 0 21px 21px;
}
.region-profiles {
  position: relative;
  height: 462px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-profiles .profiles-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 420px;
  overflow: hidden;
}
.region-profiles .profiles-bar .profile {
  position: relative;
  display: block;
  width: 294px;
  height: 100%;
  float: left;
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.region-profiles .profiles-bar .profile a {
  text-decoration: none;
}
.region-profiles .profiles-bar .profile::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.region-profiles .profiles-bar .profile.active {
  opacity: 1;
  cursor: pointer;
}
.region-profiles .profiles-bar .profile.active:active {
  transition: none;
  opacity: 0.25;
}
.region-profiles .profiles-bar .profile.no-overlay::after {
  display: none;
}
.region-profiles .profiles-bar .profile .profile-image {
  height: 336px;
  background-size: cover;
  background-position: center center;
}
.region-profiles .profiles-bar .profile .profile-content {
  height: 83px;
  margin-top: 1px;
  background-color: #222;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-profiles .profiles-bar .profile .profile-content .profile-title {
  text-align: center;
  line-height: 20px;
  padding-top: 14px;
  letter-spacing: 1px;
  opacity: 0.5;
}
.region-profiles .profiles-bar .profile .profile-content h5 {
  text-align: center;
  line-height: 21px;
  margin-top: 7px;
}
.region-profiles .profiles-indexes {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.region-profiles .profiles-indexes li {
  list-style-type: none;
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  margin-right: 5px;
  background-color: rgba(34,34,34,0.25);
  cursor: pointer;
}
.region-profiles .profiles-indexes li:hover {
  background-color: #919191;
}
.region-profiles .profiles-indexes li.active {
  background-color: #222;
}
.region-profiles .profiles-indexes li:last-child {
  margin-right: 0;
}
.region-button-bar {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-button-bar .button-bar-container {
  padding: 42px;
  text-align: center;
}
.region-button-bar .button-bar-container span {
  display: inline-block;
  line-height: 32px;
  font-size: 21px;
}
.region-button-bar .button-bar-container .button {
  position: relative;
  margin-left: 42px;
  top: -2px;
}
.breakpoint-h2 .region-button-bar .button-bar-container span {
  margin-bottom: 21px;
}
.breakpoint-h2 .region-button-bar .button-bar-container .button {
  margin-left: 0;
}
.region-tabs {
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 3px 3px 0 0 #f4f4f4;
}
.region-tabs.region-side-tabs.tabs-position-right .tabs-labels {
  float: right;
}
.region-tabs.region-side-tabs.tabs-position-right .tabs-labels li {
  border-right-width: 0;
}
.region-tabs.region-side-tabs.tabs-position-right .tabs-labels li.active::after {
  right: auto;
  left: 0px;
}
.region-tabs.region-side-tabs.tabs-position-right .tabs-content {
  margin-left: 0;
  margin-right: 25%;
}
.region-tabs.region-side-tabs.tabs-position-right .tabs-content::before {
  left: auto;
  right: -1px;
}
.region-tabs.region-side-tabs .tabs-labels {
  float: left;
  width: 25%;
  border-width: 0;
  margin-bottom: 21px;
}
.region-tabs.region-side-tabs .tabs-labels li {
  float: none;
  border-bottom: 1px solid #ccc;
}
.region-tabs.region-side-tabs .tabs-labels li.active::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
  left: auto;
  height: auto;
  background-color: #fff;
  z-index: 99;
}
.region-tabs.region-side-tabs .tabs-content {
  position: relative;
  margin-left: 25%;
}
.region-tabs.region-side-tabs .tabs-content::before {
  content: '';
  position: absolute;
  width: 1px;
  top: 0;
  left: -1px;
  bottom: 0;
  background-color: #ccc;
}
.region-tabs .tabs-labels {
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.region-tabs .tabs-labels li {
  position: relative;
  list-style-type: none;
  float: left;
  padding: 21px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  background-color: #fff;
}
.region-tabs .tabs-labels li:hover {
  color: #919191;
}
.region-tabs .tabs-labels li:active {
  color: #c8c8c8;
}
.region-tabs .tabs-labels li.active::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.region-tabs .tabs-content {
  padding: 21px;
}
.region-tabs .tabs-content p:last-child {
  margin-bottom: 0;
}
.region-tabs .tabs-content .tab-content {
  display: none;
  overflow: hidden;
}
.region-tabs .tabs-content .tab-content.active {
  display: block;
}
.breakpoint-h2 .region-tabs.region-side-tabs.tabs-position-right .tabs-content {
  margin-left: 0;
  margin-right: 30%;
}
.breakpoint-h2 .region-tabs.region-side-tabs .tabs-labels {
  width: 30%;
}
.breakpoint-h2 .region-tabs.region-side-tabs .tabs-labels li {
  padding: 7px;
}
.breakpoint-h2 .region-tabs.region-side-tabs .tabs-content {
  margin-left: 30%;
}
.breakpoint-h2 .region-tabs .tabs-labels {
  border-bottom-width: 0;
}
.breakpoint-h2 .region-tabs .tabs-labels li {
  float: none;
  border-bottom: 1px solid #ccc;
  border-right-width: 0;
}
.breakpoint-h2 .region-tabs .tabs-labels li.active {
  color: #c8c8c8;
}
.breakpoint-h2 .region-tabs .tabs-labels li.active::after {
  display: none;
}
.region-references {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.region-references .references-bar {
  position: relative;
  list-style-type: none;
  margin-bottom: 21px;
}
.region-references .references-bar li {
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.region-references .references-bar li .reference-content {
  padding: 21px;
}
.region-references .references-bar li .reference-content p.reference-author {
  position: relative;
  text-align: center;
  margin-top: 21px;
  color: #666;
  font-family: 'Lora', serif;
}
.region-references .references-indexes {
  position: relative;
  left: 50%;
  float: left;
}
.region-references .references-indexes li {
  list-style-type: none;
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  margin-right: 5px;
  background-color: rgba(34,34,34,0.25);
  cursor: pointer;
}
.region-references .references-indexes li:hover {
  background-color: #919191;
}
.region-references .references-indexes li.active {
  background-color: #222;
}
.region-references .references-indexes li:last-child {
  margin-right: 0;
}
.region-price-tables ul li {
  position: relative;
  float: left;
  list-style-type: none;
  border: 1px solid #ccc;
  border-width: 1px 1px 0 1px;
  margin-left: -1px;
  box-shadow: 3px 3px 0 0 #f4f4f4;
  background-color: #fff;
  box-sizing: border-box;
}
.region-price-tables ul li table thead th {
  text-align: center;
  line-height: 42px;
  border-bottom: 1px solid #ccc;
}
.region-price-tables ul li table tbody .table-price {
  padding: 21px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.region-price-tables ul li table tbody .table-price .price {
  display: inline-block;
  font-size: 42px;
  font-family: 'Lora', serif;
  line-height: 1em;
}
.region-price-tables ul li table tbody .table-price .currency {
  display: inline-block;
  font-size: 21px;
  line-height: 42px;
}
.region-price-tables ul li table tbody .table-price .price-info {
  color: #a3a3a3;
}
.region-price-tables ul li table tbody .table-feature {
  text-align: center;
  line-height: 1em;
  padding: 14px;
  border-bottom: 1px solid #ccc;
}
.region-contact-form {
  border: 1px solid #ccc;
  box-shadow: 3px 3px 0 0 #f4f4f4;
  border-width: 1px 1px 0 1px;
}
.region-contact-form form > div {
  position: relative;
  clear: left;
  border-bottom: 1px solid #ccc;
}
.region-contact-form form > div.wpcf7-response-output {
  margin: 0;
  border-width: 0 0 1px 0;
  line-height: 42px;
}
.region-contact-form form > div.wpcf7-response-output.wpcf7-validation-errors {
  color: #b33;
}
.region-contact-form form > div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #28a;
}
.region-contact-form form > div label {
  display: block;
  line-height: 21px;
  padding: 21px 21px 0;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 500;
}
.region-contact-form form > div .wpcf7-form-control-wrap {
  display: block;
  padding: 0 21px 21px;
}
.region-contact-form form > div .wpcf7-form-control-wrap input,
.region-contact-form form > div .wpcf7-form-control-wrap textarea {
  display: block;
  border-width: 0;
  width: 100%;
  outline: 0 none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #222;
  min-width: 100%;
  max-width: 100%;
  letter-spacing: 1px;
  background-color: transparent;
}
.region-contact-form form > div .wpcf7-form-control-wrap span {
  line-height: 21px;
  padding-top: 21px;
}
.region-contact-form form > div .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  color: #b33;
}
.region-contact-form form > div .ajax-loader {
  position: absolute;
  top: 7px;
  left: 21px;
}
.region-contact-form form > div input.wpcf7-submit {
  display: block;
  width: 100%;
  border-width: 0;
  background-color: transparent;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #222;
  padding: 7px;
  cursor: pointer;
  outline: 0 none;
}
.region-contact-form form > div input.wpcf7-submit:hover {
  background-color: #f2f2f2;
}
.region-contact-form form > div input.wpcf7-submit:active {
  opacity: 0.25;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.grabbing {
  cursor: url("../img/grabbing.png") 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(50); /*IE7 fix*/
  opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(100); /*IE7 fix*/
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url("../img/AjaxLoader.gif") no-repeat center center;
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
.owl-item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #222;
  opacity: 0.25 !important;
}
.owl-theme .owl-controls .owl-page:hover span {
  opacity: 0.5 !important;
}
.owl-theme .owl-controls .owl-page.active span {
  opacity: 1 !important;
}
.owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
  border: 1px solid #222;
  color: #222;
  font-size: 16px;
  border-radius: 3px;
  padding: 0 21px;
  line-height: 21px;
  letter-spacing: 1px;
}
.owl-theme .owl-controls .owl-buttons div:active {
  opacity: 0.25 !important;
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-o-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-o-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-o-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-o-keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-moz-keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-o-keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-o-keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-o-keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.region-social-share {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.region-social-share a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  margin-bottom: 7px;
}
.region-social-share a:first-child {
  border-left-width: 1px;
}
.region-social-share a:hover span {
  transition: all 0.15s;
  background-color: #ccc;
}
.region-social-share a:active span {
  opacity: 0.25;
}
.region-social-share a span {
  display: block;
  margin: 1px;
  line-height: 28px;
  padding: 0 14px;
}
.region-collection {
  margin-right: -21px;
}
.region-collection .filters {
  list-style-type: none;
  margin-bottom: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-collection .filters li {
  float: left;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  cursor: pointer;
}
.region-collection .filters li:first-child {
  border-left-width: 1px;
}
.region-collection .filters li:hover span {
  transition: all 0.2s;
  background-color: #ccc;
  color: #fff;
}
.region-collection .filters li.active span {
  background-color: #ccc;
  color: #fff;
}
.region-collection .filters li:active span {
  opacity: 0.25;
}
.region-collection .filters li span {
  display: block;
  margin: 1px;
  padding: 0 21px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
}
.region-collection .items {
  list-style-type: none;
}
.region-collection .items .item {
  float: left;
  margin-bottom: 21px;
  color: #fff;
}
.region-collection .items .item .item-image {
  background-size: cover;
  background-position: center center;
  height: 300px;
}
.region-collection .items .item .item-container {
  background-color: #222;
}
.region-collection .items .item img {
  display: block;
  width: 100%;
  height: auto;
}
.region-collection .items .item .item-content {
  padding: 21px;
  border-top: 1px solid #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-collection .items .item .item-content h4 {
  font-size: 16px;
}
.region-collection .items .item .item-content .button-b {
  display: block;
  margin-top: 21px;
}
.breakpoint-h2 .region-collection {
  margin-right: 0;
}
.breakpoint-h2 .region-collection .filters li {
  float: none;
  border-width: 1px 1px 0 1px;
}
.breakpoint-h2 .region-collection .filters li:last-child {
  border-bottom-width: 1px;
}
.breakpoint-h2 .region-collection .filters li span {
  margin: 0;
  line-height: 28px;
}
.breakpoint-h2 .region-collection .items .item:last-child {
  margin-bottom: 0;
}
.region-gallery ul {
  list-style-type: none;
  margin-right: -21px;
}
.region-gallery ul li {
  position: relative;
  margin-bottom: 21px;
  overflow: hidden;
}
.region-gallery ul li img {
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
}
.breakpoint-h2 .region-gallery ul {
  margin-right: 0;
}
.breakpoint-h2 .region-gallery ul li:last-child {
  margin-bottom: 0;
}
.admin-bar .pswp {
  z-index: 999999;
}
/* PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
/* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
/* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
/* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
/* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
/* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
/* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
/* PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("../img/default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("../img/default-skin.svg");
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0,0,0,0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
/* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0,0,0,0);
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
  text-align: center;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
/* We use .gif in browsers that don't support CSS animation */
  background: url("../img/preloader.gif") 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
/* 
      The idea of animating inner circle is based on Polymer ("material") loading indicator 
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0,0,0,0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0,0,0,0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
/* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
@-moz-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-o-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.region-image-text-box {
  position: relative;
  background-position: center center;
  padding: 21px;
  background-size: cover;
  box-sizing: border-box;
  overflow: hidden;
}
.region-image-text-box.content-on-hover:hover .box-content.box-hidden {
  opacity: 1;
  transform: translateY(0);
}
.region-image-text-box .box-content {
  position: relative;
  padding: 21px;
  height: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-image-text-box .box-content.box-hidden {
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  opacity: 0;
  transform: translateY(20px) translateZ(0);
}
.region-image-text-box .box-content *:last-child {
  margin-bottom: 0;
}
.region-image-text-box .box-content h1,
.region-image-text-box .box-content h2,
.region-image-text-box .box-content h3,
.region-image-text-box .box-content h4,
.region-image-text-box .box-content h5,
.region-image-text-box .box-content h6 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 21px;
}
.region-image-text-box .box-content h1 {
  font-size: 28px;
  line-height: 1.25em;
}
.region-image-text-box .box-content h2 {
  font-size: 21px;
  line-height: 28px;
}
.region-image-text-box .box-content h3 {
  font-size: 21px;
  line-height: 28px;
  text-transform: uppercase;
}
.region-image-text-box .box-content h4 {
  font-size: 21px;
  line-height: 28px;
}
.region-image-text-box .box-content p {
  margin-bottom: 21px;
}
.breakpoint-h1 .region-image-text-box,
.breakpoint-h2 .region-image-text-box {
  padding: 0;
}
.region-collection-page-switch {
  position: relative;
}
.region-collection-page-switch a {
  width: 105px;
}
.region-collection-page-switch a.left:hover svg *,
.region-collection-page-switch a.right:hover svg * {
  fill: #fff;
}
.region-collection-page-switch a.center {
  width: 22px;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  border: 2px solid #222;
  padding: 6px;
  transition: all 0.2s linear;
}
.region-collection-page-switch a.center:hover {
  background-color: #222;
}
.region-collection-page-switch a.center:hover svg * {
  fill: #fff;
}
.region-collection-page-switch a.center:active {
  transition: none;
  opacity: 0.25;
}
.region-collection-page-switch a svg * {
  fill: #222;
  transition: all 0.2s linear;
}
.region-collection-page-switch a.left svg {
  float: left;
  margin: 9px 0;
}
.region-collection-page-switch a.right svg {
  float: right;
  margin: 9px 0;
}
.breakpoint-h2 .region-collection-page-switch a.button {
  padding: 0 7px;
  width: auto;
}
.breakpoint-h2 .region-collection-page-switch a.button.left svg {
  margin-right: 7px;
}
.breakpoint-h2 .region-collection-page-switch a.button.right svg {
  margin-left: 7px;
}
.region-coming-soon {
  position: relative;
}
.region-coming-soon .coming-soon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  z-index: 99;
}
.region-coming-soon .coming-soon-container .coming-soon-content {
  position: absolute;
  width: 803px;
  right: -402px;
  height: 200px;
  bottom: -100px;
  text-align: center;
  color: #fff;
}
.region-coming-soon .coming-soon-container .coming-soon-content ul {
  margin: 0 auto -200px auto;
}
.region-coming-soon .coming-soon-container .coming-soon-content ul li {
  float: left;
  list-style-type: none;
  background-color: rgba(0,0,0,0.8);
  margin-right: 1px;
  width: 200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-coming-soon .coming-soon-container .coming-soon-content ul li:last-child {
  margin-right: 0;
}
.region-coming-soon .coming-soon-container .coming-soon-content ul li:last-child {
  margin-bottom: 0;
}
.region-coming-soon .coming-soon-container .coming-soon-content ul li span {
  display: block;
  font-size: 63px;
  font-weight: 100;
  line-height: 2em;
}
.region-coming-soon .coming-soon-container .coming-soon-content ul li h5 {
  line-height: 2em;
  opacity: 0.5;
}
.region-coming-soon .coming-soon-description {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.8);
  padding: 21px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-coming-soon .coming-soon-description h3 {
  margin-bottom: 7px;
}
.breakpoint-h1 .region-coming-soon .coming-soon-container,
.breakpoint-h2 .region-coming-soon .coming-soon-container {
  position: relative;
  width: auto;
  height: auto;
}
.breakpoint-h1 .region-coming-soon .coming-soon-container .coming-soon-content,
.breakpoint-h2 .region-coming-soon .coming-soon-container .coming-soon-content {
  position: relative;
  width: auto;
  right: auto;
  height: auto;
  bottom: auto;
  margin: 1px;
}
.breakpoint-h1 .region-coming-soon .coming-soon-container .coming-soon-content ul,
.breakpoint-h2 .region-coming-soon .coming-soon-container .coming-soon-content ul {
  margin: 0;
}
.breakpoint-h1 .region-coming-soon .coming-soon-container .coming-soon-content ul li,
.breakpoint-h2 .region-coming-soon .coming-soon-container .coming-soon-content ul li {
  margin-right: 0;
  width: 25%;
}
.breakpoint-h1 .region-coming-soon .coming-soon-container .coming-soon-content ul li span,
.breakpoint-h2 .region-coming-soon .coming-soon-container .coming-soon-content ul li span {
  font-size: 42px;
}
.breakpoint-h2 .region-coming-soon .coming-soon-container .coming-soon-content ul li {
  margin-right: 0;
  margin-bottom: 1px;
  width: 100%;
}
.breakpoint-h2 .region-coming-soon .coming-soon-container .coming-soon-content ul li span {
  font-size: 42px;
}
.spinner {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  z-index: 999;
}
.spinner img {
  display: block;
  width: 100%;
  height: 100%;
}
.region-full-screen-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,0.9);
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.region-full-screen-menu .full-screen-close {
  position: absolute;
  top: 21px;
  right: 21px;
  cursor: pointer;
}
.region-full-screen-menu .full-screen-close svg * {
  fill: #fff;
}
.region-full-screen-menu ul.menu {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 80%;
  text-align: center;
  list-style-type: none;
  padding: 21px 0;
}
.region-full-screen-menu ul.menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 10px;
}
.region-full-screen-menu ul.menu a:active {
  opacity: 0.25;
}
.region-full-screen-menu ul.menu ul {
  display: none;
  overflow: hidden;
}
.region-full-screen-menu ul.menu ul a {
  font-size: 16px;
  letter-spacing: 5px;
  color: rgba(255,255,255,0.5);
}
.admin-bar .region-full-screen-menu {
  top: 32px;
}
.admin-bar.admin-bar-mobile .region-full-screen-menu {
  top: 46px;
}
.region-full-screen-section {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #222;
  display: none;
  color: #fff;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.region-full-screen-section .full-screen-close {
  position: absolute;
  top: 21px;
  right: 21px;
  cursor: pointer;
  z-index: 99;
}
.region-full-screen-section .full-screen-close svg * {
  fill: #fff;
}
.region-full-screen-section .full-screen-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  list-style-type: none;
}
.region-full-screen-section .full-screen-bar li {
  float: left;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0.25;
  transition: opacity 0.2s;
}
.region-full-screen-section .full-screen-bar li.active {
  opacity: 1;
}
.region-full-screen-section .full-screen-bar li .item-image {
  width: 70%;
  height: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 21px;
}
.region-full-screen-section .full-screen-bar li h3 {
  margin-bottom: 21px;
}
.region-full-screen-section .full-screen-bar li a.button {
  border-color: #fff;
  color: #fff;
}
.region-full-screen-section .full-screen-bar li a.button:hover {
  background-color: #fff;
  color: #222;
}
.admin-bar .region-full-screen-section {
  top: 32px;
}
.admin-bar.admin-bar-mobile .region-full-screen-section {
  top: 46px;
}
.breakpoint-h2 .region-full-screen-section .full-screen-bar li .item-image {
  width: 100%;
}
