/* Solved Theme (Basic) */
/*
 * @title: Solved
 * @authors : Steven Ngo, Nick Swider
 */
/* new clearfix */
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE */
/*
 * @title : Default App Styles
 * @author : Nick Swider
 * @requires : @theme, @title_color, @text_color
 */
/************ Standard Padding For All Pages, temporarily put here so all themes get it ************/
.webs-container {
  padding: 10px;
}
.webs-text p {
  padding: 0;
}
/**************************************************************************************************/
/* Fixing sign-in form font problems */
input[type=text],
input[type=email],
input[type=password],
textarea {
  color: #333333;
}
.webs-content .fw-message,
.webs-content .fw-flash {
  border-color: #f8d8a0;
  background-color: #fdf1de;
  color: #212121;
}
.webs-content .fw-message h2,
.webs-content .fw-flash h2 {
  color: #6e4808;
}
.webs-content .fw-message a,
.webs-content .fw-flash a {
  color: #efa72a;
}
.webs-content .fw-message a:hover,
.webs-content .fw-flash a:hover {
  color: #f3ba59;
}
.webs-content table.fw-fixed td {
  vertical-align: top;
}
.webs-content .fw-even {
  border-color: #f8d8a0;
}
.webs-content .webs-body .fw-tabs {
  height: 35px;
}
.webs-content .webs-body .fw-tabs .fw-tab-item {
  background: #6e4808;
  border-color: #000000;
}
.webs-content .webs-body .fw-tabs .fw-tab-item a {
  color: #333333;
}
.webs-content .webs-title .pageTitle {
  margin-bottom: 10px !important;
  margin-right: 10px;
}
.webs-content #fw-menubar_aux {
  border: none !important;
}
.webs-content .fw-button {
  background: #6e4808 !important;
  border: 1px solid #2b1c03 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: .5em .9em !important;
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.2), inset 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.4);
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
}
.webs-content .fw-button:hover {
  background: #482f05 !important;
}
.webs-content .w-button-sb2_default a.w-button {
  background: #6e4808;
  border: 1px solid #2b1c03;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: .5em .9em;
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.2), inset 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.4);
}
.webs-content .w-button-sb2_default a.w-button:hover {
  background: #482f05;
}
.webs-content .w-button-sb2_default a.w-button .w-button-text {
  color: #fff;
}
.webs-content .fw-editor-label {
  padding: 5px !important;
}
.webs-content .fw-searchContainer {
  width: 225px;
  position: relative;
  border: 0;
  background: none;
  padding: 4px 0;
  /* clearfix */

  zoom: 1;
}
.webs-content .fw-searchContainer .fw-searchbox {
  width: 100%;
  float: left;
}
.webs-content .fw-searchContainer .fw-searchSubmit {
  position: absolute;
  right: -4px;
  top: 50%;
  margin-top: -12px !important;
  z-index: 1;
  border: none;
  background-image: url('http://static.websimages.com/static/projects/finch/themes/app_search_ie.png');
  background-image: url('data:image/svg+xml;charset=iso-8859-1, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20enable-background%3D%22new%200%200%2016%2016%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%236e4808%22%20stroke-width%3D%222%22%20cx%3D%226.099%22%20cy%3D%226.1%22%20r%3D%224.999%22/%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22%236e4808%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20x1%3D%229.828%22%20y1%3D%229.828%22%20x2%3D%2214.9%22%20y2%3D%2214.9%22/%3E%3C/g%3E%3C/svg%3E');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  cursor: pointer;
}
.webs-content .fw-searchContainer:before,
.webs-content .fw-searchContainer:after {
  content: "";
  display: table;
}
.webs-content .fw-searchContainer:after {
  clear: both;
}
.webs-content #blogFields td {
  padding: 1px 0;
}
.webs-content .fwcalendar {
  border-collapse: collapse;
}
.webs-content .weekdayHeader {
  border-color: #333333;
}
.webs-content .weekdayHeader:first-child {
  border-color: #333333;
}
.webs-content .weekdayHeader:last-child {
  border-color: #333333;
}
.webs-content .albumTitle {
  display: inline;
}
.webs-content .webs-text .fw-album_meta {
  list-style: none;
}
.webs-content .fw-button-paypal {
  position: relative;
}
.webs-content .fw-button-paypal:after {
  content: "";
  margin: 2px 0;
  position: absolute;
  top: 50%;
  right: 4px;
  display: inline-block;
  background: transparent url("http://static.websimages.com/rails-static/webstore/images/paypal_24.png") no-repeat left top;
  width: 77px;
  padding: 0;
  height: 20px;
  margin-top: -9px;
}
.webs-content .categoryLinks .link {
  list-style-type: none;
}
.webs-content .webs-module-undefined,
.webs-content .webs-module-null {
  color: #333333;
  font-weight: normal;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.webs-content .webs-module-undefined a,
.webs-content .webs-module-null a {
  color: #333333;
}
.webs-content .webs-module-undefined a:hover,
.webs-content .webs-module-null a:hover {
  color: #333333;
}
.webs-content .webs-module-undefined .fw-list-grid,
.webs-content .webs-module-null .fw-list-grid {
  width: 100%;
}
.webs-content .webs-module-undefined .icon-link,
.webs-content .webs-module-null .icon-link {
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-top: 2px;
}
.webs-content .webs-module-undefined #item-manage-website a.icon-link,
.webs-content .webs-module-null #item-manage-website a.icon-link {
  background-image: url('http://images.webs.com/static/global/icons/silk/page_edit.png');
}
.webs-content .webs-module-undefined img.fw-photo,
.webs-content .webs-module-null img.fw-photo {
  border: 1px solid #ccc;
  padding: 2px;
  background-color: #fff;
}
.webs-content .webs-module-undefined .fw-list-grid,
.webs-content .webs-module-null .fw-list-grid {
  width: 100%;
}
.webs-content .webs-module-undefined .fw-list-grid img.fw-profile-pic,
.webs-content .webs-module-null .fw-list-grid img.fw-profile-pic {
  border: 1px solid #ccc;
  padding: 2px;
  background-color: #fff;
  width: 60px !important;
  height: 60px !important;
}
.webs-content .webs-module-undefined .fw-list-list,
.webs-content .webs-module-null .fw-list-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.webs-content .webs-module-undefined .fw-list-list li,
.webs-content .webs-module-null .fw-list-list li {
  clear: both;
}
.webs-content form .whiteBox {
  color: #6e4808;
  background: none;
}
.webs-content .theme-color-text {
  color: #6e4808;
}
/*
 * This is the correct way to calculate which color to use ... but we can't do this because
 * luma isn't supported in our version of less.js.  When we move to node and are using the latest
 * less.js, we can use this methods directly over calculating the correct luma values in javascript
.determineColorLegibleFromTextColor (@input_color) when (abs(luma(@text_color) - luma(@input_color)) > 43%) {
	color: @text_color;
}
.determineColorLegibleFromTextColor (@input_color) when (abs(luma(@text_color) - luma(@input_color)) <= 43%) {
	color: @input_color;
}
*/
.webs-outer.fw-persistent-cart-header {
  margin: -8px -8px 0;
  padding: 16px 0 8px;
  background: #000;
  position: relative;
  z-index: 100;
}
.webs-outer.fw-persistent-cart-header .fw-pcart-container {
  width: 960px;
  margin: 0 auto;
}
.webs-outer.fw-persistent-cart-header .fw-pcart-container .fw-pcart-button-container {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.webs-outer.fw-persistent-cart-header .fw-pcart-container .fw-pcart-button-container .fw-pcart-button {
  color: #fff;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: .5em .9em;
  background-color: #6e4808;
  text-decoration: none;
  font-family: "Helvetica", Arial, Sans-Serif;
  font-weight: 300;
  transition: background-color 0.3s ease;
  font-size: 14px;
  line-height: 14px;
}
.webs-outer.fw-persistent-cart-header .fw-pcart-container .fw-pcart-button-container .fw-pcart-button:hover {
  background-color: #9e670b;
}
.ie7 .webs-content .fw-searchContainer .fw-searchSubmit,
.ie8 .webs-content .fw-searchContainer .fw-searchSubmit,
.ie9 .webs-content .fw-searchContainer .fw-searchSubmit {
  background-image: url('http://static.websimages.com/static/projects/finch/themes/app_search_ie.png');
}
@charset "utf-8";
/* CSS Document */
/*Template Layout*/
body {
  background: url("/bg_R2.png") #456f1b top repeat scroll;
  margin: 0px;
  padding: 0px;
  color: #333333;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
body.noCarousel {
  background-position: 0px -414px;
}
a,
a:link,
a:visited {
  color: #333333;
  outline: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
input[type=text],
input[type=email],
input[type=password] {
  width: 180px;
}
/*webs fonts */
.webs-title {
  color: #6e4808;
  font-weight: normal;
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 24px;
}
.webs-title a {
  color: #6e4808;
}
.webs-title a:hover {
  color: #6e4808;
}
.w-header-text-container .w-header-title {
  font-family: 'Freehand', sans-serif;
}
.w-header-text-container .w-header-subtitle {
  font-family: 'Freehand', sans-serif;
}
.webs-text,
.w-header-text,
input[type=text],
input[type=email],
input[type=password],
textarea {
  color: #333333;
  font-weight: normal;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.webs-text a,
.w-header-text a,
input[type=text] a,
input[type=email] a,
input[type=password] a,
textarea a {
  color: #333333;
}
.webs-text a:hover,
.w-header-text a:hover,
input[type=text] a:hover,
input[type=email] a:hover,
input[type=password] a:hover,
textarea a:hover {
  color: #333333;
}
.w-header-text {
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
}
#footer,
#footer .webs-text,
#footer input[type=text],
#footer input[type=email],
#footer input[type=password],
#footer textarea,
#footer .w-contact_form label {
  color: #333333;
  font-weight: normal;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
#footer a,
#footer .webs-text a,
#footer input[type=text] a,
#footer input[type=email] a,
#footer input[type=password] a,
#footer textarea a,
#footer .w-contact_form label a {
  color: #333333;
}
#footer a:hover,
#footer .webs-text a:hover,
#footer input[type=text] a:hover,
#footer input[type=email] a:hover,
#footer input[type=password] a:hover,
#footer textarea a:hover,
#footer .w-contact_form label a:hover {
  color: #333333;
}
#footer thead .webs-table-content {
  color: #333333;
}
#footer .webs-title {
  color: #ffffff;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  line-height: 24px;
}
#footer .webs-title a {
  color: #ffffff;
}
#footer .webs-title a:hover {
  color: #ffffff;
}
/*main*/
#wrapper {
  width: 980px;
  margin: 0px auto;
  /*centers your design on the page*/

}
#header {
  height: 150px;
  width: 980px;
  margin: 0 20px 0 0;
  /* you may need to change these margins if your contact info is larger, order is top, right, bottom, left*/

}
.w-header-title {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2em;
}
.w-header-subtitle {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
}
.w-header-area {
  height: 150px;
  width: 980px;
}
/*menu*/
#menu {
  /*the container that holds the main menu*/

  height: 60px;
  margin: 0px;
  clear: both;
  background: #6e4808;
  background: rgba(110, 72, 8, 0.7);
}
#filler {
  display: inline-block;
  border-top: 6px solid #eed2a0;
  width: 100%;
  height: inherit;
}
/*NAV FIRST LEVEL*/
#webs-nav-wrap ul {
  margin: 0px;
  /*indent to line up with the logo*/

  padding: 0px;
  width: 700px;
  height: 39px;
  float: left;
  position: absolute;
  /*makes dropdown sit on top of flash & map*/

  z-index: 2;
  /*makes dropdown sit on top of flash & map*/

}
#webs-nav-wrap ul li {
  float: left;
  list-style: none;
  display: inline;
  padding: 0px;
  margin: 0px;
}
#webs-nav-wrap ul a {
  border-top: 6px solid #eed2a0;
  float: left;
  color: #ffffff;
  /*menu color normal*/

  padding: 20px 13px 10px 13px;
  text-decoration: none;
  /*no underline*/

  text-transform: uppercase;
  /*all in capitals*/

  font-size: 16px;
  font-family: 'Muli', sans-serif;
  /*menu text size and font*/

  letter-spacing: 1px;
  height: 24px;
}
#webs-nav-wrap ul li.active a,
#webs-nav-wrap ul a:hover,
#webs-nav-wrap ul li:hover a,
#webs-nav-wrap ul li.child-active a {
  color: #ffffff;
  border-top: 6px solid #ffffff;
}
/* NAV SECOND LEVEL --*/
#webs-nav-wrap ul li.hover,
#webs-nav-wrap ul li:hover {
  position: relative;
}
#webs-nav-wrap ul li:hover ul,
#webs-nav-wrap ul li ul li:hover ul {
  display: block;
}
#webs-nav-wrap ul li.hover ul ul,
#webs-nav-wrap ul li:hover ul ul {
  display: none;
}
#webs-nav-wrap ul ul {
  position: absolute;
  top: 60px;
  left: 0;
  margin: 0;
  padding: 5px 0px;
  height: auto;
  width: auto;
  display: none;
  background-color: #6e4808;
  background: rgba(110, 72, 8, 0.85);
}
#webs-nav-wrap ul ul li:hover a,
#webs-nav-wrap ul ul a:hover #webs-nav-wrap ul ul ul a:hover {
  background-color: #a26a0c;
}
#webs-nav-wrap ul ul li {
  width: inherit !important;
  margin: 0;
  padding: 0px 5px;
  height: auto;
}
#webs-nav-wrap ul ul li a {
  border-top: none !important;
}
#webs-nav-wrap ul ul li:hover a {
  border-top: none;
}
#webs-nav-wrap ul ul li a {
  display: block;
  float: none;
  word-wrap: break-word;
  width: 180px !important;
  border: none;
  height: auto !important;
  padding: 6px 10px 6px 10px;
  background: none;
  font-size: 13.76px;
  line-height: 24px;
  font-family: 'Muli', sans-serif;
  border-bottom: 1px solid #cd860f;
  text-transform: none;
}
/* Third Level Nav */
#webs-nav-wrap ul ul li:hover ul {
  top: -5px;
  left: 210px;
}
#webs-nav-wrap ul ul li:hover ul li {
  padding: 0px;
}
#webs-nav-wrap ul ul li:hover ul li a {
  background: none;
}
#webs-nav-wrap ul ul li:hover ul li a:hover {
  background-color: #a26a0c;
}
/* END NAV */
#content_wrapper {
  background: #ffffff url("/Body.jpg") repeat scroll;
}
#content_wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#content {
  width: 980px;
  margin: 0px auto;
  padding: 50px 0 20px 0;
}
#sidebar {
  width: 255px;
  font-size: 16px;
  color: #333333;
}
#sidebar.left_sidebar {
  float: left;
}
#sidebar.right_sidebar {
  float: right;
}
#main {
  width: 685px;
}
#main.left_sidebar {
  float: right;
}
#main.right_sidebar {
  float: left;
}
#main.no_sidebar {
  width: 940px;
}
.webs-body,
.webs-sidebar {
  min-height: 360px;
}
/*general content*/
.clear {
  clear: both;
}
/*footer*/
#footer {
  margin: 0px;
  clear: both;
  background-color: #efd6d4;
  background-image: -moz-linear-gradient(top, #efd6d4, #d38f8a);
  background-image: -o-linear-gradient(top, #efd6d4, #d38f8a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efd6d4), color-stop(1, #d38f8a));
  background-image: -webkit-linear-gradient(#efd6d4, #d38f8a);
  background-image: linear-gradient(top, #efd6d4, #d38f8a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#efd6d4', endColorStr='#d38f8a');
}
#footer .wrapper {
  min-height: 46px;
  padding: 5px 0;
  background: transparent url("/ft.png") repeat scroll;
}
#footer .wrapper .webs-content {
  width: 980px;
  margin: 0 auto;
}
/* --- webs apps-specific style fixes --- */
.fw-editor td input {
  padding: 2px;
}



/* Frames */
/* new clearfix */
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
div.webs-align-center {
  margin: 0 auto;
  display: block;
}
div.webs-align-left {
  float: left;
}
div.webs-align-right {
  float: right;
}
div.webs-frame {
  display: table;
}
div.webs-frame .webs-hasframe {
  margin: 0;
  float: none;
}
.webs-bin-active .webs-frame:hover .covering {
  display: none;
}
div.webs-frame-default {
  background-color: #fff;
  border: 1px solid #ccc;
}
div.webs-frame-default .webs-frame-container {
  position: relative;
  margin: 4px;
}
div.webs-frame-thickborder {
  background-color: #e1e1e1;
}
div.webs-frame-thickborder .webs-frame-container {
  position: relative;
  margin: 6px;
}
div.webs-frame-u_shadow {
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
}
div.webs-frame-u_shadow .webs-frame-container {
  margin: 4px;
  position: relative;
}
div.webs-frame-u_shadow div.webs-frame-shadow {
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.webs-frame-u_shadow div.webs-frame-shadow > span.webs-frame-shadow-tile {
  display: block;
  margin: 0 50px;
  height: 100%;
  background: transparent url('../images/frames/u_shadow.png') repeat-x 0 -6px;
}
div.webs-frame-u_shadow div.webs-frame-shadow:before,
div.webs-frame-u_shadow div.webs-frame-shadow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 3px;
  width: 50px;
  background: transparent url('../images/frames/u_shadow.png') 0 0;
}
div.webs-frame-u_shadow div.webs-frame-shadow:before {
  left: 0;
}
div.webs-frame-u_shadow div.webs-frame-shadow:after {
  right: 0;
  background-position: 0 -3px;
}
div.webs-frame-inner_opacity {
  position: relative;
}
div.webs-frame-inner_opacity .webs-frame-top,
div.webs-frame-inner_opacity .webs-frame-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
}
div.webs-frame-inner_opacity .webs-frame-top:after,
div.webs-frame-inner_opacity .webs-frame-bottom:after {
  content: "";
  display: block;
  margin: 0 7px;
  height: 7px;
}
div.webs-frame-inner_opacity .webs-frame-top {
  top: 0;
}
div.webs-frame-inner_opacity .webs-frame-bottom {
  bottom: 0;
}
div.webs-frame-inner_opacity .webs-frame-left,
div.webs-frame-inner_opacity .webs-frame-right {
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
}
div.webs-frame-inner_opacity .webs-frame-left {
  left: 0;
}
div.webs-frame-inner_opacity .webs-frame-right {
  right: 0;
}
div.webs-frame-inner_opacity-light .webs-frame-top:after,
div.webs-frame-inner_opacity-light .webs-frame-bottom:after,
div.webs-frame-inner_opacity-light .webs-frame-left,
div.webs-frame-inner_opacity-light .webs-frame-right {
  background: rgba(255, 255, 255, 0.3);
}
div.webs-frame-inner_opacity-dark .webs-frame-top:after,
div.webs-frame-inner_opacity-dark .webs-frame-bottom:after,
div.webs-frame-inner_opacity-dark .webs-frame-left,
div.webs-frame-inner_opacity-dark .webs-frame-right {
  background: rgba(0, 0, 0, 0.4);
}
div.webs-frame-double_contrast {
  background-color: #333;
}
div.webs-frame-double_contrast .webs-frame-container1 {
  position: relative;
  margin: 7px;
  background: #fff;
  border: 1px solid #1f1f1f;
}
div.webs-frame-double_contrast .webs-frame-container2 {
  margin: 4px;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}
div.webs-frame-paper div.webs-frame-container {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px;
  position: relative;
}
div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade {
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade > span.webs-frame-paper-tile {
  display: block;
  margin: 0 34px;
  height: 100%;
  background: transparent url('../images/frames/papershade.png') repeat-x 0 -8px;
}
div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade:before,
div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 8px;
  width: 34px;
  background: transparent url('../images/frames/papershade.png') 0 0;
}
div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade:before {
  left: 0;
}
div.webs-frame-paper div.webs-frame-container > div.webs-frame-paper-shade:after {
  right: 0;
  background-position: 0 100%;
}
div.webs-frame-tape {
  position: relative;
  padding: 6px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
div.webs-frame-tape div.webs-frame-tape-left,
div.webs-frame-tape div.webs-frame-tape-right {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -35px;
  z-index: 1;
  background: transparent url('../images/frames/tape.png') no-repeat 0 0;
}
div.webs-frame-tape div.webs-frame-tape-left-container {
  position: absolute;
}
div.webs-frame-tape div.webs-frame-tape-right-container {
  position: relative;
}
div.webs-frame-tape div.webs-frame-tape-left {
  left: -35px;
}
div.webs-frame-tape div.webs-frame-tape-right {
  right: -35px;
  background-position: 100% 0;
}
div.webs-frame-album {
  position: relative;
  padding: 20px 15px 20px 43px;
  background: #71789f url('../images/frames/album-noise.png') 0 0;
  box-shadow: inset 30px 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 0 rgba(0, 0, 0, 0.1), 4px 4px 0 rgba(0, 0, 0, 0.5), 3px 3px 0 rgba(0, 0, 0, 0.15), 2px 2px 0 rgba(0, 0, 0, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
div.webs-frame-album div.webs-frame-album-bind {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #222222 url('../images/frames/album-binder.png') repeat-y 0 0;
}
div.webs-frame-album div.webs-frame-album-container {
  border: 1px solid #aaa;
  outline: 1px solid #333;
  box-shadow: 0 0 4px #000;
}
div.webs-frame-thumbtack {
  position: relative;
  padding: 15px;
  background: #fff;
  border: 1px solid #aaa;
}
div.webs-frame-thumbtack div.webs-frame-thumbtack-pin {
  position: absolute;
  left: 50%;
  top: -29px;
  width: 31px;
  height: 40px;
  margin-left: -10px;
  background: url('../images/frames/thumbtack.png') no-repeat 0 0;
}
div.webs-frame-thumbtack div.webs-frame-thumbtack-container {
  border: 1px solid #aaa;
  outline: 1px solid #888;
}
div.webs-frame-photocorners {
  position: relative;
  padding: 6px;
  background: #fff;
  border: 1px solid #273531;
}
div.webs-frame-photocorners div.webs-frame-pc-all {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: url('../images/frames/photo-corners.png') no-repeat 0 0;
}
div.webs-frame-photocorners div.webs-frame-pc-tl {
  background-position: 0 0;
  left: -4px;
  top: -4px;
}
div.webs-frame-photocorners div.webs-frame-pc-tr {
  background-position: 100% 0;
  right: -4px;
  top: -4px;
}
div.webs-frame-photocorners div.webs-frame-pc-bl {
  background-position: 0 100%;
  left: -4px;
  bottom: -4px;
}
div.webs-frame-photocorners div.webs-frame-pc-br {
  background-position: 100% 100%;
  right: -4px;
  bottom: -4px;
}



/* Module Styles */


/* Module: header_editor, Style: default */
.w-header-layer {
  position: absolute;
}
.webs-frame .w-header-layer {
  position: static;
}
.w-header-text {
  white-space: nowrap;
  width: auto;
}
.w-header-layer-delete,
.w-header-layer-overlap {
  display: none;
}
.w-header-layer-align-left .w-header-text {
  text-align: left;
}
.w-header-layer-align-right .w-header-text {
  text-align: right;
}
.w-header-layer-centered {
  right: auto;
  left: 50%;
}
.w-header-layer-centered .w-header-layer-container {
  position: relative;
  left: -50%;
}
.w-header-layer-align-center .w-header-text {
  text-align: center;
}
.w-header-layer-image .w-header-image {
  width: 100%;
  height: 100%;
}
#webs-header .webs-container,
.webs-content-header .webs-container {
  padding: 0;
}


/* Module: image, Style: default */
.webs-image-wrapper-1 {
  display: inline-block;
  position: relative;
}
.webs-image-crop {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.webs-image-crop img {
  width: 100%;
}
.webs-module-image .webs-align-left,
.webs-module-image .webs-align-center,
.webs-module-image .webs-align-right {
  font-size: 0;
}
/* alignment */
.webs-image-left {
  float: left;
  display: block;
  width: auto;
}
.webs-image-right {
  float: right;
  display: block;
  width: auto;
}
.webs-image-center {
  float: none;
  margin: 0 auto;
  display: block;
}
.w-image-default--height_broken-SITEBUILDER-1938 .lightbox-link {
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.w-image-default--height_broken-SITEBUILDER-1938 .lightbox-link:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -33px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font: 900 60px/1em sans-serif;
  color: white;
  z-index: 2;
  opacity: 0;
}
.w-image-default--height_broken-SITEBUILDER-1938 .lightbox-link:after {
  content: "+";
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font: 900 30px/1em sans-serif;
  color: white;
  z-index: 1;
  opacity: 0;
}
.w-image-default--height_broken-SITEBUILDER-1938 .lightbox-link:hover {
  text-decoration: none;
  width: 500%;
}
.w-image-default--height_broken-SITEBUILDER-1938 .lightbox-link:hover:before {
  opacity: .8;
}
.w-image-default--height_broken-SITEBUILDER-1938 .lightbox-link:hover:after {
  opacity: .3;
}


/* Module: spacer, Style: default */
.webs-container.w-spacer-default {
  padding: 0;
}


/* Module: html, Style: base */
.w-custom-html b,
.w-custom-html strong {
  font-weight: bolder;
}
.w-custom-html u {
  text-decoration: underline;
}
.w-custom-html i,
.w-custom-html em {
  font-style: italic;
}
.w-custom-html strike,
.w-custom-html del {
  font-style: strikethrough;
}
.w-custom-html big {
  font-size: bigger;
}
.w-custom-html small {
  font-size: smaller;
}
.w-custom-html p {
  margin: 1em 0;
}
.w-custom-html blockquote {
  margin: 1em 40px;
}
.w-custom-html h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0;
}
.w-custom-html h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.83em 0;
}
.w-custom-html h3 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}
.w-custom-html h4 {
  font-weight: bold;
  margin: 1.33em 0;
}
.w-custom-html h5 {
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}
.w-custom-html h6 {
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}
.w-custom-html pre {
  white-space: pre;
  margin: 1em 0;
}
.w-custom-html table {
  border-spacing: 2px;
  border-collapse: separate;
  margin-top: 0;
  margin-bottom: 0;
}
.w-custom-html table[align="center"] > caption {
  margin-left: auto;
  margin-right: auto;
}
.w-custom-html tr {
  vertical-align: inherit;
}
.w-custom-html tbody,
.w-custom-html thead,
.w-custom-html tfoot,
.w-custom-html table > tr {
  vertical-align: middle;
}
.w-custom-html td {
  vertical-align: inherit;
  padding: 1px;
}
.w-custom-html th {
  vertical-align: inherit;
  font-weight: bold;
  padding: 1px;
}
.w-custom-html sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal;
}
.w-custom-html sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}
.w-custom-html ul,
.w-custom-html menu,
.w-custom-html dir {
  list-style-type: disc;
  padding-left: 40px;
}
.w-custom-html ol {
  list-style-type: decimal;
  margin: 1em 0;
}
.w-custom-html ul ul,
.w-custom-html ul ol,
.w-custom-html ul dir,
.w-custom-html ul menu,
.w-custom-html ul dl,
.w-custom-html ol ul,
.w-custom-html ol ol,
.w-custom-html ol dir,
.w-custom-html ol menu,
.w-custom-html ol dl,
.w-custom-html dir ul,
.w-custom-html dir ol,
.w-custom-html dir dir,
.w-custom-html dir menu,
.w-custom-html dir dl,
.w-custom-html menu ul,
.w-custom-html menu ol,
.w-custom-html menu dir,
.w-custom-html menu menu,
.w-custom-html menu dl,
.w-custom-html dl ul,
.w-custom-html dl ol,
.w-custom-html dl dir,
.w-custom-html dl menu,
.w-custom-html dl dl {
  margin-top: 0;
  margin-bottom: 0;
}
.w-custom-html ol ul,
.w-custom-html ul ul,
.w-custom-html menu ul,
.w-custom-html dir ul,
.w-custom-html ol menu,
.w-custom-html ul menu,
.w-custom-html menu menu,
.w-custom-html dir menu,
.w-custom-html ol dir,
.w-custom-html ul dir,
.w-custom-html menu dir,
.w-custom-html dir dir {
  list-style-type: circle;
}
.w-custom-html ol ol ul,
.w-custom-html ol ul ul,
.w-custom-html ol menu ul,
.w-custom-html ol dir ul,
.w-custom-html ol ol menu,
.w-custom-html ol ul menu,
.w-custom-html ol menu menu,
.w-custom-html ol dir menu,
.w-custom-html ol ol dir,
.w-custom-html ol ul dir,
.w-custom-html ol menu dir,
.w-custom-html ol dir dir,
.w-custom-html ul ol ul,
.w-custom-html ul ul ul,
.w-custom-html ul menu ul,
.w-custom-html ul dir ul,
.w-custom-html ul ol menu,
.w-custom-html ul ul menu,
.w-custom-html ul menu menu,
.w-custom-html ul dir menu,
.w-custom-html ul ol dir,
.w-custom-html ul ul dir,
.w-custom-html ul menu dir,
.w-custom-html ul dir dir,
.w-custom-html menu ol ul,
.w-custom-html menu ul ul,
.w-custom-html menu menu ul,
.w-custom-html menu dir ul,
.w-custom-html menu ol menu,
.w-custom-html menu ul menu,
.w-custom-html menu menu menu,
.w-custom-html menu dir menu,
.w-custom-html menu ol dir,
.w-custom-html menu ul dir,
.w-custom-html menu menu dir,
.w-custom-html menu dir dir,
.w-custom-html dir ol ul,
.w-custom-html dir ul ul,
.w-custom-html dir menu ul,
.w-custom-html dir dir ul,
.w-custom-html dir ol menu,
.w-custom-html dir ul menu,
.w-custom-html dir menu menu,
.w-custom-html dir dir menu,
.w-custom-html dir ol dir,
.w-custom-html dir ul dir,
.w-custom-html dir menu dir,
.w-custom-html dir dir dir {
  list-style-type: square;
}


/* Module: horizontal_rule, Style: base */
.webs-module-horizontal_rule {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
*:first-child + html .webs-hr .webs-hr-rule .webs-hr-container {
  position: absolute;
}
*:first-child + html .webs-hr .webs-hr-rule .webs-hr-left-container {
  left: 0;
}
*:first-child + html .webs-hr .webs-hr-rule .webs-hr-left-spacer-container {
  left: 20%;
}
*:first-child + html .webs-hr .webs-hr-rule .webs-hr-center-container {
  left: 40%;
}
*:first-child + html .webs-hr .webs-hr-rule .webs-hr-right-spacer-container {
  right: 20%;
}
*:first-child + html .webs-hr .webs-hr-rule .webs-hr-right-container {
  right: 0;
}
* html .webs-hr .webs-hr-rule .webs-hr-container {
  position: absolute;
}
* html .webs-hr .webs-hr-rule .webs-hr-left-container {
  left: 0;
}
* html .webs-hr .webs-hr-rule .webs-hr-left-spacer-container {
  left: 20%;
}
* html .webs-hr .webs-hr-rule .webs-hr-center-container {
  left: 40%;
}
* html .webs-hr .webs-hr-rule .webs-hr-right-spacer-container {
  right: 20%;
}
* html .webs-hr .webs-hr-rule .webs-hr-right-container {
  right: 0;
}
.webs-hr .webs-hr-rule {
  position: relative;
  display: table;
  width: 100%;
}
.webs-hr .webs-hr-rule .webs-hr-container {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  position: relative;
  top: 0px;
}
.webs-hr .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-color: transparent;
}


/* Module: horizontal_rule, Style: dark */
.w-horizontal_rule-dark-1 .webs-hr-rule {
  height: 25px;
}
.w-horizontal_rule-dark-1 .webs-hr-rule .webs-hr-container {
  height: 25px;
}
.w-horizontal_rule-dark-1 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/light-1-sprite.png");
}
.w-horizontal_rule-dark-1 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-dark-1 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-1 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-1 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
  position: relative;
  top: 8px;
}
.w-horizontal_rule-dark-1 .webs-hr-rule .webs-hr-center-container {
  min-width: 36px;
}
.w-horizontal_rule-dark-1 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 25px;
  background-position: center 0;
}
.w-horizontal_rule-dark-2 .webs-hr-rule {
  height: 44px;
}
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-container {
  height: 44px;
}
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/light-2-sprite.png");
}
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-left-container,
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-right-container {
  min-width: 48px;
}
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 6px;
  position: relative;
  top: 13px;
}
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 20px;
}
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 13px;
}
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
  position: relative;
  top: 15px;
}
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-center-container {
  min-width: 63px;
}
.w-horizontal_rule-dark-2 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 44px;
  background-position: center 0;
}
.w-horizontal_rule-dark-3 .webs-hr-rule {
  height: 12px;
}
.w-horizontal_rule-dark-3 .webs-hr-rule .webs-hr-container {
  height: 12px;
}
.w-horizontal_rule-dark-3 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/light-3-sprite.png");
}
.w-horizontal_rule-dark-3 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-dark-3 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-3 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-3 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
  position: relative;
  top: 5px;
}
.w-horizontal_rule-dark-3 .webs-hr-rule .webs-hr-center-container {
  min-width: 55px;
}
.w-horizontal_rule-dark-3 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 12px;
  background-position: center 0;
}
.w-horizontal_rule-dark-4 .webs-hr-rule {
  height: 29px;
}
.w-horizontal_rule-dark-4 .webs-hr-rule .webs-hr-container {
  height: 29px;
}
.w-horizontal_rule-dark-4 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/light-4-sprite.png");
}
.w-horizontal_rule-dark-4 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-dark-4 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-4 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-4 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
}
.w-horizontal_rule-dark-4 .webs-hr-rule .webs-hr-center-container {
  min-width: 128px;
}
.w-horizontal_rule-dark-4 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 29px;
  background-position: center 0;
}
.w-horizontal_rule-dark-5 .webs-hr-rule {
  height: 7px;
}
.w-horizontal_rule-dark-5 .webs-hr-rule .webs-hr-container {
  height: 7px;
}
.w-horizontal_rule-dark-5 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/light-5-sprite.png");
}
.w-horizontal_rule-dark-5 .webs-hr-rule .webs-hr-left-container,
.w-horizontal_rule-dark-5 .webs-hr-rule .webs-hr-right-container {
  min-width: 52px;
}
.w-horizontal_rule-dark-5 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-dark-5 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 7px;
}
.w-horizontal_rule-dark-5 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 0;
}
.w-horizontal_rule-dark-5 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-5 .webs-hr-rule .webs-hr-center-container .webs-hr-bg,
.w-horizontal_rule-dark-5 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
  position: relative;
  top: 3px;
}
.w-horizontal_rule-dark-5 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 15px;
}
.w-horizontal_rule-dark-6 .webs-hr-rule {
  height: 40px;
}
.w-horizontal_rule-dark-6 .webs-hr-rule .webs-hr-container {
  height: 40px;
}
.w-horizontal_rule-dark-6 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/light-6-sprite.png");
}
.w-horizontal_rule-dark-6 .webs-hr-rule .webs-hr-left-container,
.w-horizontal_rule-dark-6 .webs-hr-rule .webs-hr-right-container {
  min-width: 40px;
}
.w-horizontal_rule-dark-6 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-dark-6 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 40px;
}
.w-horizontal_rule-dark-6 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 71px;
}
.w-horizontal_rule-dark-6 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-6 .webs-hr-rule .webs-hr-center-container .webs-hr-bg,
.w-horizontal_rule-dark-6 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 2px;
  background-position: center 2px;
  position: relative;
  top: 19px;
}
.w-horizontal_rule-dark-6 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 0px;
}
.w-horizontal_rule-dark-7 .webs-hr-rule {
  height: 19px;
}
.w-horizontal_rule-dark-7 .webs-hr-rule .webs-hr-container {
  height: 19px;
}
.w-horizontal_rule-dark-7 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/light-7-sprite.png");
}
.w-horizontal_rule-dark-7 .webs-hr-rule .webs-hr-left-container,
.w-horizontal_rule-dark-7 .webs-hr-rule .webs-hr-right-container {
  min-width: 28px;
}
.w-horizontal_rule-dark-7 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-dark-7 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 19px;
}
.w-horizontal_rule-dark-7 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 24px;
}
.w-horizontal_rule-dark-7 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-7 .webs-hr-rule .webs-hr-center-container .webs-hr-bg,
.w-horizontal_rule-dark-7 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
  position: relative;
  top: 9px;
}
.w-horizontal_rule-dark-7 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 0px;
}
.w-horizontal_rule-dark-8 .webs-hr-rule {
  height: 17px;
}
.w-horizontal_rule-dark-8 .webs-hr-rule .webs-hr-container {
  height: 17px;
}
.w-horizontal_rule-dark-8 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/light-8-sprite.png");
}
.w-horizontal_rule-dark-8 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-dark-8 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-8 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-8 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 3px;
  background-position: center 3px;
  position: relative;
  top: 12px;
}
.w-horizontal_rule-dark-8 .webs-hr-rule .webs-hr-center-container {
  min-width: 55px;
}
.w-horizontal_rule-dark-8 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 17px;
  background-position: center 0;
}
.w-horizontal_rule-dark-9 .webs-hr-rule {
  height: 20px;
}
.w-horizontal_rule-dark-9 .webs-hr-rule .webs-hr-container {
  height: 20px;
}
.w-horizontal_rule-dark-9 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/light-9-sprite.png");
}
.w-horizontal_rule-dark-9 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-dark-9 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 4px;
  position: relative;
  top: 8px;
}
.w-horizontal_rule-dark-9 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 18px;
}
.w-horizontal_rule-dark-9 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 12px;
}
.w-horizontal_rule-dark-9 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-9 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 2px;
  background-position: center 2px;
  position: relative;
  top: 9px;
}
.w-horizontal_rule-dark-9 .webs-hr-rule .webs-hr-center-container {
  min-width: 63px;
}
.w-horizontal_rule-dark-9 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 20px;
  background-position: center 0;
}
.w-horizontal_rule-dark-10 .webs-hr-rule {
  height: 12px;
}
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-container {
  height: 12px;
}
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/light-10-sprite.png");
}
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-left-container,
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-right-container {
  min-width: 3px;
}
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 3px;
  position: relative;
  top: 2px;
}
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 16px;
}
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 10px;
}
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
  position: relative;
  top: 3px;
}
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-center-container {
  min-width: 63px;
}
.w-horizontal_rule-dark-10 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 12px;
  background-position: center 0;
}
.w-horizontal_rule-dark-11 .webs-hr-rule {
  height: 1px;
}
.w-horizontal_rule-dark-11 .webs-hr-rule > div {
  background: #fff;
  opacity: .15;
}
.w-horizontal_rule-dark-12 .webs-hr-rule {
  height: 2px;
}
.w-horizontal_rule-dark-12 .webs-hr-rule > div {
  background: #fff;
  opacity: .15;
}
.w-horizontal_rule-dark-13 .webs-hr-rule {
  height: 3px;
}
.w-horizontal_rule-dark-13 .webs-hr-rule > div {
  background: #fff;
  opacity: .15;
}


/* Module: horizontal_rule, Style: light */
.w-horizontal_rule-light-1 .webs-hr-rule {
  height: 25px;
}
.w-horizontal_rule-light-1 .webs-hr-rule .webs-hr-container {
  height: 25px;
}
.w-horizontal_rule-light-1 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/dark-1-sprite.png");
}
.w-horizontal_rule-light-1 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-light-1 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-1 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-1 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 1px;
  background-position: center 61px;
  position: relative;
  top: 8px;
}
.w-horizontal_rule-light-1 .webs-hr-rule .webs-hr-center-container {
  min-width: 36px;
}
.w-horizontal_rule-light-1 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 25px;
  background-position: center 0;
}
.w-horizontal_rule-light-2 .webs-hr-rule {
  height: 44px;
}
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-container {
  height: 44px;
}
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/dark-2-sprite.png");
}
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-left-container,
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-right-container {
  min-width: 48px;
}
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 6px;
  position: relative;
  top: 13px;
}
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 22px;
}
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 13px;
}
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
  position: relative;
  top: 15px;
}
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-center-container {
  min-width: 63px;
}
.w-horizontal_rule-light-2 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 44px;
  background-position: center 0;
}
.w-horizontal_rule-light-3 .webs-hr-rule {
  height: 12px;
}
.w-horizontal_rule-light-3 .webs-hr-rule .webs-hr-container {
  height: 12px;
}
.w-horizontal_rule-light-3 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/dark-3-sprite.png");
}
.w-horizontal_rule-light-3 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-light-3 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-3 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-3 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 1px;
  background-position: center 61px;
  position: relative;
  top: 5px;
}
.w-horizontal_rule-light-3 .webs-hr-rule .webs-hr-center-container {
  min-width: 55px;
}
.w-horizontal_rule-light-3 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 12px;
  background-position: center 0;
}
.w-horizontal_rule-light-4 .webs-hr-rule {
  height: 29px;
}
.w-horizontal_rule-light-4 .webs-hr-rule .webs-hr-container {
  height: 29px;
}
.w-horizontal_rule-light-4 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/dark-4-sprite.png");
}
.w-horizontal_rule-light-4 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-light-4 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-4 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-4 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
}
.w-horizontal_rule-light-4 .webs-hr-rule .webs-hr-center-container {
  min-width: 128px;
}
.w-horizontal_rule-light-4 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 29px;
  background-position: center 0;
}
.w-horizontal_rule-light-5 .webs-hr-rule {
  height: 7px;
}
.w-horizontal_rule-light-5 .webs-hr-rule .webs-hr-container {
  height: 7px;
}
.w-horizontal_rule-light-5 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/dark-5-sprite.png");
}
.w-horizontal_rule-light-5 .webs-hr-rule .webs-hr-left-container,
.w-horizontal_rule-light-5 .webs-hr-rule .webs-hr-right-container {
  min-width: 52px;
}
.w-horizontal_rule-light-5 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-light-5 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 7px;
}
.w-horizontal_rule-light-5 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 0;
}
.w-horizontal_rule-light-5 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-5 .webs-hr-rule .webs-hr-center-container .webs-hr-bg,
.w-horizontal_rule-light-5 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
  position: relative;
  top: 3px;
}
.w-horizontal_rule-light-5 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 12px;
}
.w-horizontal_rule-light-6 .webs-hr-rule {
  height: 40px;
}
.w-horizontal_rule-light-6 .webs-hr-rule .webs-hr-container {
  height: 40px;
}
.w-horizontal_rule-light-6 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/dark-6-sprite.png");
}
.w-horizontal_rule-light-6 .webs-hr-rule .webs-hr-left-container,
.w-horizontal_rule-light-6 .webs-hr-rule .webs-hr-right-container {
  min-width: 40px;
}
.w-horizontal_rule-light-6 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-light-6 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 40px;
}
.w-horizontal_rule-light-6 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 0;
}
.w-horizontal_rule-light-6 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-6 .webs-hr-rule .webs-hr-center-container .webs-hr-bg,
.w-horizontal_rule-light-6 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 2px;
  background-position: center 2px;
  position: relative;
  top: 19px;
}
.w-horizontal_rule-light-6 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 50px;
}
.w-horizontal_rule-light-7 .webs-hr-rule {
  height: 19px;
}
.w-horizontal_rule-light-7 .webs-hr-rule .webs-hr-container {
  height: 19px;
}
.w-horizontal_rule-light-7 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/dark-7-sprite.png");
}
.w-horizontal_rule-light-7 .webs-hr-rule .webs-hr-left-container,
.w-horizontal_rule-light-7 .webs-hr-rule .webs-hr-right-container {
  min-width: 28px;
}
.w-horizontal_rule-light-7 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-light-7 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 19px;
}
.w-horizontal_rule-light-7 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 0;
}
.w-horizontal_rule-light-7 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-7 .webs-hr-rule .webs-hr-center-container .webs-hr-bg,
.w-horizontal_rule-light-7 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
  position: relative;
  top: 9px;
}
.w-horizontal_rule-light-7 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 24px;
}
.w-horizontal_rule-light-8 .webs-hr-rule {
  height: 17px;
}
.w-horizontal_rule-light-8 .webs-hr-rule .webs-hr-container {
  height: 17px;
}
.w-horizontal_rule-light-8 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/dark-8-sprite.png");
}
.w-horizontal_rule-light-8 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-light-8 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-8 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-8 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 3px;
  background-position: center 3px;
  position: relative;
  top: 12px;
}
.w-horizontal_rule-light-8 .webs-hr-rule .webs-hr-center-container {
  min-width: 55px;
}
.w-horizontal_rule-light-8 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 17px;
  background-position: center 0;
}
.w-horizontal_rule-light-9 .webs-hr-rule {
  height: 20px;
}
.w-horizontal_rule-light-9 .webs-hr-rule .webs-hr-container {
  height: 20px;
}
.w-horizontal_rule-light-9 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/dark-9-sprite.png");
}
.w-horizontal_rule-light-9 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-light-9 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 4px;
  position: relative;
  top: 8px;
}
.w-horizontal_rule-light-9 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 18px;
}
.w-horizontal_rule-light-9 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 10px;
}
.w-horizontal_rule-light-9 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-9 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 2px;
  background-position: center 2px;
  position: relative;
  top: 9px;
}
.w-horizontal_rule-light-9 .webs-hr-rule .webs-hr-center-container {
  min-width: 63px;
}
.w-horizontal_rule-light-9 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 20px;
  background-position: center 0;
}
.w-horizontal_rule-light-10 .webs-hr-rule {
  height: 12px;
}
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-container {
  height: 12px;
}
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-container .webs-hr-bg {
  background-image: url("//members.webs.com/s/modules/horizontal_rule/v1.15/images/dark-10-sprite.png");
}
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-left-container,
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-right-container {
  min-width: 3px;
}
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-left-container .webs-hr-bg,
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  height: 3px;
  position: relative;
  top: 2px;
}
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-left-container .webs-hr-bg {
  background-position: left 15px;
}
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-right-container .webs-hr-bg {
  background-position: right 9px;
}
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-left-spacer-container .webs-hr-bg,
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-right-spacer-container .webs-hr-bg {
  height: 1px;
  background-position: center 1px;
  position: relative;
  top: 3px;
}
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-center-container {
  min-width: 63px;
}
.w-horizontal_rule-light-10 .webs-hr-rule .webs-hr-center-container .webs-hr-bg {
  height: 12px;
  background-position: center 0;
}
.w-horizontal_rule-light-11 .webs-hr-rule {
  height: 1px;
}
.w-horizontal_rule-light-11 .webs-hr-rule > div {
  background: #000;
  opacity: .15;
}
.w-horizontal_rule-light-12 .webs-hr-rule {
  height: 2px;
}
.w-horizontal_rule-light-12 .webs-hr-rule > div {
  background: #000;
  opacity: .15;
}
.w-horizontal_rule-light-13 .webs-hr-rule {
  height: 3px;
}
.w-horizontal_rule-light-13 .webs-hr-rule > div {
  background: #000;
  opacity: .15;
}


/* Module: horizontal_rule, Style: dark-1 */


/* Module: horizontal_rule, Style: dark-2 */


/* Module: horizontal_rule, Style: dark-3 */


/* Module: horizontal_rule, Style: dark-4 */


/* Module: horizontal_rule, Style: dark-5 */


/* Module: horizontal_rule, Style: dark-6 */


/* Module: horizontal_rule, Style: dark-7 */


/* Module: horizontal_rule, Style: dark-8 */


/* Module: horizontal_rule, Style: dark-9 */


/* Module: horizontal_rule, Style: dark-10 */


/* Module: horizontal_rule, Style: dark-11 */


/* Module: horizontal_rule, Style: dark-12 */


/* Module: horizontal_rule, Style: dark-13 */


/* Module: horizontal_rule, Style: light-1 */


/* Module: horizontal_rule, Style: light-2 */


/* Module: horizontal_rule, Style: light-3 */


/* Module: horizontal_rule, Style: light-4 */


/* Module: horizontal_rule, Style: light-5 */


/* Module: horizontal_rule, Style: light-6 */


/* Module: horizontal_rule, Style: light-7 */


/* Module: horizontal_rule, Style: light-8 */


/* Module: horizontal_rule, Style: light-9 */


/* Module: horizontal_rule, Style: light-10 */


/* Module: horizontal_rule, Style: light-11 */


/* Module: horizontal_rule, Style: light-12 */


/* Module: horizontal_rule, Style: light-13 */


/* Module: seo_footer, Style: default */
.webs-module-seo_footer.webs-container {
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.webs-module-seo_footer #seo-footer {
  overflow: hidden;
  margin: 0 auto;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.webs-module-seo_footer #seo-footer .site-info {
  float: left;
  width: 48%;
  text-align: left;
}
.webs-module-seo_footer #seo-footer .site-info address {
  margin: 0;
}
.webs-module-seo_footer #seo-footer .site-info address p {
  margin: 0;
}
.webs-module-seo_footer #seo-footer .site-info .copyright {
  margin-top: 1em;
}
.webs-module-seo_footer #seo-footer .seo-links {
  float: right;
  width: 48%;
  text-align: right;
}
.webs-module-seo_footer #seo-footer .seo-links ul {
  float: right;
  list-style: none;
  margin: 0 0 0 24px;
  padding: 0;
}
.webs-module-seo_footer #seo-footer .seo-links ul li a {
  cursor: default;
}


/* Module: title, Style: default */
.webs-title {
  line-height: normal;
}
.webs-title.webs-title-align-left {
  text-align: left;
}
.webs-title.webs-title-align-right {
  text-align: right;
}
.webs-title.webs-title-align-center {
  text-align: center;
}
.webs-title.webs-title-align-justify {
  text-align: justify;
}
.webs-title .w-text {
  display: block;
  word-wrap: break-word;
  max-width: 100%;
}
.webs-title.webs-title-has_icon .w-text {
  display: inline;
}
.webs-title p {
  margin: 0;
  padding: 0;
}


/* Module: quote, Style: default */
.w-quote-wrapper p {
  line-height: normal;
}
.w-quote-wrapper .blockquoteWrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.w-quote-wrapper .blockquoteWrapper blockquote {
  margin: 1em auto;
}
.w-quote-wrapper .blockquoteWrapper blockquote:before,
.w-quote-wrapper .blockquoteWrapper blockquote:after {
  font-family: serif;
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  height: 80px;
  line-height: 80px;
  color: #6e4808;
}
.w-quote-wrapper .blockquoteWrapper blockquote:before {
  content: "\201C";
  right: 87%;
  top: -0.25em;
}
.w-quote-wrapper .blockquoteWrapper blockquote:after {
  content: "\201D";
  left: 87%;
  bottom: -0.6em;
}
.w-quote-wrapper .blockquoteWrapper blockquote .w-quote-content {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.w-quote-wrapper .w-quote-author .webs-submodule {
  display: none;
}
.w-quote-wrapper .w-quote-author .webs-submodule.enabled {
  display: block;
  margin-top: 2em;
}
.w-quote-wrapper.w-quote-wrapper-adjusted .blockquoteWrapper blockquote:before {
  right: auto;
  left: 0%;
}
.w-quote-wrapper.w-quote-wrapper-adjusted .blockquoteWrapper blockquote:after {
  left: auto;
  right: 0%;
}
.w-quote-wrapper.w-quote-wrapper-adjusted .blockquoteWrapper blockquote .w-quote-content {
  padding-top: 2em;
  padding-bottom: 2em;
}


/* Module: button, Style: default */
.w-button-container {
  display: block;
  position: relative;
  max-width: 100%;
}
.w-button-container.hidden {
  display: none;
}
.w-button-container.webs-align-left {
  text-align: left;
  float: none;
}
.w-button-container.webs-align-center {
  text-align: center;
}
.w-button-container.webs-align-right {
  text-align: right;
  float: none;
}
.w-button-container .w-button-align {
  display: inline-block;
  max-width: 100%;
}
.w-button-container .w-button-align.webs-align-center {
  margin: auto auto;
}
.w-button-container .w-button {
  position: relative;
  padding: 5px;
  display: block;
  border: 1px solid black;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #fff;
  font: 700 14px sans-serif;
  text-shadow: 0px 1px 2px #565656;
  text-decoration: none;
  text-transform: none;
}
.w-button-container .w-button .w-button-inner {
  position: relative;
}
.w-button-container .w-button .w-button-inner .w-button-text-wrapper {
  position: relative;
}
.w-button-container .w-button .w-button-inner .w-button-text-wrapper .w-button-text {
  text-align: center;
  word-wrap: break-word;
  position: relative;
}
.w-button-container .w-button.w-button-icon .w-button-inner .w-button-icon-wrapper {
  left: 0;
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
}
.w-button-container .w-button.w-button-icon .w-button-inner .w-button-icon-wrapper .w-button-icon-icon {
  position: absolute;
  top: -8px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-boolean {
  min-height: 16px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-boolean .w-button-icon-wrapper .w-button-icon-icon {
  width: 16px;
  height: 16px;
  top: -8px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-boolean .w-button-text-wrapper .w-button-text {
  padding-top: 0px;
  padding-bottom: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-boolean.w-button-icon-pos-left .w-button-inner .w-button-text-wrapper .w-button-text {
  margin-left: 24px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-boolean.w-button-icon-pos-left .w-button-inner .w-button-icon-wrapper .w-button-icon-icon {
  left: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-boolean.w-button-icon-pos-right .w-button-inner .w-button-text-wrapper .w-button-text {
  margin-right: 24px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-boolean.w-button-icon-pos-right .w-button-inner .w-button-icon-wrapper .w-button-icon-icon {
  right: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-classy {
  min-height: 24px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-classy .w-button-icon-wrapper .w-button-icon-icon {
  width: 24px;
  height: 24px;
  top: -12px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-classy .w-button-text-wrapper .w-button-text {
  padding-top: 0px;
  padding-bottom: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-classy.w-button-icon-pos-left .w-button-inner .w-button-text-wrapper .w-button-text {
  margin-left: 32px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-classy.w-button-icon-pos-left .w-button-inner .w-button-icon-wrapper .w-button-icon-icon {
  left: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-classy.w-button-icon-pos-right .w-button-inner .w-button-text-wrapper .w-button-text {
  margin-right: 32px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-classy.w-button-icon-pos-right .w-button-inner .w-button-icon-wrapper .w-button-icon-icon {
  right: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fatcow {
  min-height: 32px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fatcow .w-button-icon-wrapper .w-button-icon-icon {
  width: 32px;
  height: 32px;
  top: -16px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fatcow .w-button-text-wrapper .w-button-text {
  padding-top: 8px;
  padding-bottom: 8px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fatcow.w-button-icon-pos-left .w-button-inner .w-button-text-wrapper .w-button-text {
  margin-left: 40px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fatcow.w-button-icon-pos-left .w-button-inner .w-button-icon-wrapper .w-button-icon-icon {
  left: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fatcow.w-button-icon-pos-right .w-button-inner .w-button-text-wrapper .w-button-text {
  margin-right: 40px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fatcow.w-button-icon-pos-right .w-button-inner .w-button-icon-wrapper .w-button-icon-icon {
  right: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fugue {
  min-height: 16px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fugue .w-button-icon-wrapper .w-button-icon-icon {
  width: 16px;
  height: 16px;
  top: -8px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fugue .w-button-text-wrapper .w-button-text {
  padding-top: 0px;
  padding-bottom: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fugue.w-button-icon-pos-left .w-button-inner .w-button-text-wrapper .w-button-text {
  margin-left: 24px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fugue.w-button-icon-pos-left .w-button-inner .w-button-icon-wrapper .w-button-icon-icon {
  left: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fugue.w-button-icon-pos-right .w-button-inner .w-button-text-wrapper .w-button-text {
  margin-right: 24px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-fugue.w-button-icon-pos-right .w-button-inner .w-button-icon-wrapper .w-button-icon-icon {
  right: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-rocky {
  min-height: 16px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-rocky .w-button-icon-wrapper .w-button-icon-icon {
  width: 16px;
  height: 16px;
  top: -8px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-rocky .w-button-text-wrapper .w-button-text {
  padding-top: 0px;
  padding-bottom: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-rocky.w-button-icon-pos-left .w-button-inner .w-button-text-wrapper .w-button-text {
  margin-left: 24px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-rocky.w-button-icon-pos-left .w-button-inner .w-button-icon-wrapper .w-button-icon-icon {
  left: 0px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-rocky.w-button-icon-pos-right .w-button-inner .w-button-text-wrapper .w-button-text {
  margin-right: 24px;
}
.w-button-container .w-button.w-button-icon.w-button-icon-set-rocky.w-button-icon-pos-right .w-button-inner .w-button-icon-wrapper .w-button-icon-icon {
  right: 0px;
}


/* Module: google_map, Style: plain */
.map_canvas {
  overflow: hidden;
  width: 80%;
  height: 200px;
}
.map_canvas.webs-hasframe {
  float: none;
}
.map_canvas .w-get-directions {
  z-index: 20;
  background-color: #498af3;
  color: white;
  position: absolute;
  top: 20px;
  right: 10px;
  display: inline-block;
  padding: 5px 10px;
  font: bold 12px/1 "Helvetica Neue", helvetica, arial;
  border: 1px solid #3079ed;
  border-radius: 2px;
  cursor: pointer;
}


/* Module: carousel, Style: default */
.w-carousel .bldr-carousel-placeholder .bldr-image-zoomer {
  display: none;
}
.w-carousel .bldr-carousel-placeholder img {
  display: block;
  height: 2000px;
  visibility: hidden;
}
.w-carousel .bldr-placeholder-element {
  width: 100%;
  height: 100%;
}
.w-carousel .bldr-placeholder-element:before {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background-image: url("//members.webs.com/s/modules/carousel/v1.38/images/placeholder.png");
}
.w-carousel .bldr-placeholder-element:after {
  margin-top: 12px;
  content: attr(data-placeholder-text);
}
.w-carousel-default .w-carousel-indices {
  display: none;
}
.w-carousel-default .hide_description .w-carousel-description,
.w-carousel-default .hide_title .w-carousel-title,
.w-carousel-default .hide_text .w-carousel-text,
.w-carousel-default .hide_button .w-carousel-button {
  display: none;
}
.w-carousel-default .single_slide .w-carousel-next,
.w-carousel-default .single_slide .w-carousel-prev,
.w-carousel-default .single_slide .w-carousel-indices {
  display: none;
}
.w-carousel-default .w-carousel {
  position: relative;
  height: 188px;
}
.w-carousel-default .w-carousel .w-carousel-list-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.w-carousel-default .w-carousel.w-carousel-transitioning .w-carousel-list-wrapper {
  overflow: hidden;
}
.w-carousel-default .w-carousel .w-carousel-list {
  margin: 0;
  padding: 0;
  height: 100%;
}
.w-carousel-default .w-carousel .w-carousel-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
}
.w-carousel-default .w-carousel .w-carousel-list li.active {
  display: block;
}
.w-carousel-default .w-carousel .w-carousel-list li.incoming,
.w-carousel-default .w-carousel .w-carousel-list li.outgoing {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.w-carousel-default .w-carousel .w-carousel-list li .webs-image-crop {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.w-carousel-default .w-carousel-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.w-carousel-default .w-carousel-description {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fff;
  width: 300px;
  padding: 10px;
  -moz-box-shadow: 0 2px 4px #000000;
  -webkit-box-shadow: 0 2px 4px #000000;
  box-shadow: 0 2px 4px #000000;
}
.w-carousel-default .w-carousel-image {
  position: relative;
  height: 100%;
}
.w-carousel-default .w-carousel-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.w-carousel-default .w-carousel-title {
  color: #064560;
  font: 500 21px 'myriad pro', 'helvetica';
  margin-bottom: 5px;
}
.w-carousel-default .w-carousel-text {
  padding: 0;
}
.w-carousel-default .w-carousel-prev {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 23px;
  height: 22px;
  text-indent: -9999px;
  background: transparent url('//static.websimages.com/static/projects/finch/images/carousel_back_forward.png') no-repeat 0 0;
}
.w-carousel-default .w-carousel-prev:focus {
  outline: none;
}
.w-carousel-default .w-carousel-next {
  position: absolute;
  bottom: 20px;
  left: 50px;
  width: 23px;
  height: 22px;
  text-indent: -9999px;
  background: transparent url('//static.websimages.com/static/projects/finch/images/carousel_back_forward.png') no-repeat 0 bottom;
}
.w-carousel-default .w-carousel-next:focus {
  outline: none;
}


/* Module: photo_gallery, Style: base */
/* CSS Transition Mixin */
.webs-module-photo_gallery.w-photo_gallery-base {
  padding: 0;
  /* CSS Transition Mixin */

}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid {
  display: table;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.padding-large {
  padding: 8px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.padding-large .cell-wrapper {
  padding: 8px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.padding-medium {
  padding: 5px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.padding-medium .cell-wrapper {
  padding: 5px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.padding-small {
  padding: 2px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.padding-small .cell-wrapper {
  padding: 2px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.w-photo_gallery-mobile {
  padding-left: 10px;
  padding-right: 10px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.crop-style-square .webs-image-crop {
  padding: 0 0 100%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.crop-style-rectangle .webs-image-crop {
  padding: 0 0 75%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.crop-style-portrait .webs-image-crop {
  padding: 0 0 125%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row {
  display: table-row;
  width: 100%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell {
  display: table-cell;
  vertical-align: top;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper {
  max-width: 100%;
  position: relative;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .deck-inspectah-link {
  cursor: pointer;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .w-photo-gallery-lightbox-wrap {
  display: block;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper {
  width: 100%;
  position: relative;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper .webs-image-wrapper-1 {
  display: block;
  position: relative;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper .webs-image-wrapper-1 .bldr-crop-handle,
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper .webs-image-wrapper-1 .bldr-resize-handle {
  height: 0px;
  width: 0px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper .details {
  display: none;
  position: absolute;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper:hover .details {
  display: block;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-color-black .details {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% 20%;
  background-color: #414141;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-color-black .details.crop-style-rectangle {
  background-size: 15% 20%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-color-black .details.crop-style-portrait {
  background-size: 20% 15%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-color-white .details {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-size: 20% 20%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-color-white .details.crop-style-rectangle {
  background-size: 15% 20%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-color-white .details.crop-style-portrait {
  background-size: 20% 15%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-zoomSign.hover-effect-color-black .details {
  background-image: url("//static.websimages.com/static/projects/finch/images/magnify_icon_white.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-zoomSign.hover-effect-color-white .details {
  background-image: url("//static.websimages.com/static/projects/finch/images/magnify_icon_dark.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-plusSign.hover-effect-color-black .details {
  background-image: url('//static.websimages.com/static/projects/finch/images/plus_icon_white.png');
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-plusSign.hover-effect-color-white .details {
  background-image: url('//static.websimages.com/static/projects/finch/images/plus_icon_dark.png');
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-viewSign.hover-effect-color-black .details div {
  opacity: 0.8;
  padding: 6% 10%;
  background-color: #ffffff;
  width: 100%;
  display: inline;
  border-radius: 4px;
  color: #000000;
  font-family: lato, arial, sans-serif;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-viewSign.hover-effect-color-white .details div {
  opacity: 0.65;
  padding: 6% 10%;
  background-color: #000000;
  width: 100%;
  display: inline;
  border-radius: 4px;
  color: #ffffff;
  font-family: lato, arial, sans-serif;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-titleSign .details div {
  font-size: 24px;
  font-weight: 500;
  font-family: lato, arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-titleSign.hover-effect-color-black .details {
  background-image: url('//static.websimages.com/static/projects/finch/images/plus_icon_white.png');
  background-position-y: 5%;
  background-position-x: 95%;
  background-size: 10%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-titleSign.hover-effect-color-black .details div {
  color: #ffffff;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-titleSign.hover-effect-color-white .details {
  background-image: url('//static.websimages.com/static/projects/finch/images/plus_icon_dark.png');
  background-position-y: 5%;
  background-position-x: 95%;
  background-size: 10%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .image-edit-wrapper.hover-effect-titleSign.hover-effect-color-white .details div {
  color: #333;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .w-photo-gallery-img {
  display: block;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .webs-gallery-grid-title-caption-social-box {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .webs-gallery-grid-title-caption-social-box > div {
  margin-top: 10px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .webs-gallery-grid-title-caption-social-box > div:first-child {
  margin-top: 0;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-title {
  width: 100%;
  height: 16px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-title p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #6e4808;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-title .ellipsis > a {
  font-size: 12px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-caption {
  width: 100%;
  height: 45px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-caption p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #333333;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid .row .cell .cell-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-caption .ellipsis > a {
  font-size: 14px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.mobile img {
  width: 100%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.mobile.padding-large .image-edit-wrapper {
  margin: 8px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.mobile.padding-medium .image-edit-wrapper {
  margin: 5px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.grid.mobile.padding-small .image-edit-wrapper {
  margin: 3px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow {
  display: table;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  position: relative;
  line-height: 0px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.crop-style-square .webs-image-crop,
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.crop-style-square .slide-container-1 {
  padding: 0 0 100%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.crop-style-rectangle .webs-image-crop,
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.crop-style-rectangle .slide-container-1 {
  padding: 0 0 75%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.crop-style-widescreen .webs-image-crop,
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.crop-style-widescreen .slide-container-1 {
  padding: 0 0 56.25%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.crop-style-portrait .webs-image-crop,
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.crop-style-portrait .slide-container-1 {
  padding: 0 0 125%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container {
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container.thumbnail-top {
  padding-top: 66px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container.thumbnail-bottom {
  padding-bottom: 66px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container.thumbnail-left {
  padding-left: 66px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container.thumbnail-right {
  padding-right: 66px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper {
  position: relative;
  height: 86px;
  display: none;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper.grid {
  display: block;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper.both {
  display: block;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper .webs-gallery-grid-title-caption-social-box {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper .webs-gallery-grid-title-caption-social-box.slide-selected {
  visibility: visible;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper .webs-gallery-grid-title-caption-social-box > div {
  margin-top: 10px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper .webs-gallery-grid-title-caption-social-box > div:first-child {
  margin-top: 0;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-title {
  width: 100%;
  height: 16px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-title p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #6e4808;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-title .ellipsis > a {
  font-size: 12px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-caption {
  width: 100%;
  height: 45px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-caption p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #333333;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .title-wrapper .webs-gallery-grid-title-caption-social-box .webs-gallery-grid-caption .ellipsis > a {
  font-size: 14px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 {
  position: relative;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 50;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style1 {
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000000;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style1:hover {
  opacity: 1;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style1.right-button {
  right: 0px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/right_1x.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style1.left-button {
  left: 0px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/left_1x.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style1.right-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/right_2x.png");
  }
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style1.left-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/left_2x.png");
  }
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style2 {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style2:hover {
  opacity: 1;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style2.right-button {
  right: 30px;
  bottom: 30px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/black_right_1x.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style2.left-button {
  right: 65px;
  bottom: 30px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/black_left_1x.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style2.right-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/black_right_2x.png");
  }
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style2.left-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/black_left_2x.png");
  }
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style3 {
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000000;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style3:hover {
  opacity: 1;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style3.right-button {
  right: 20px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/right_1x.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style3.left-button {
  left: 20px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/left_1x.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style3.right-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/right_2x.png");
  }
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style3.left-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/left_2x.png");
  }
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style4 {
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style4:hover {
  opacity: 1;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style4.right-button {
  right: 20px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/white_right_1x.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style4.left-button {
  left: 20px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/white_left_1x.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style4.right-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/white_right_2x.png");
  }
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style4.left-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/white_left_2x.png");
  }
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style5 {
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style5:hover {
  opacity: 1;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style5.right-button {
  right: 0px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/large_trans_white_right_1x.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style5.left-button {
  left: 0px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/large_trans_white_left_1x.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style5.right-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/large_trans_white_right_2x.png");
  }
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style5.left-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/large_trans_white_left_2x.png");
  }
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style6 {
  width: 50px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000000;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style6:hover {
  opacity: 1;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style6.right-button {
  right: 0px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/thin_white_right_1x.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style6.left-button {
  left: 0px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/thin_white_left_1x.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style6.right-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/thin_white_right_2x.png");
  }
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .button.style6.left-button {
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/thin_white_left_2x.png");
  }
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide {
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container {
  overflow: hidden;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper {
  position: absolute;
  max-width: 100%;
  position: relative;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.none {
  opacity: 0;
  visibility: hidden;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.none.slide-selected {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.fade {
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.fade.slide-selected {
  display: block;
  opacity: 1;
  z-index: 2;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.carouselHorizontal {
  opacity: 1;
  z-index: 1;
  visibility: hidden;
}
@-webkit-keyframes incomingright {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes incomingright {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
@-webkit-keyframes incomingleft {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes incomingleft {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
@-webkit-keyframes outgoingright {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}
@keyframes outgoingright {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}
@-webkit-keyframes outgoingleft {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}
@keyframes outgoingleft {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.carouselHorizontal.incomingright {
  visibility: visible;
  z-index: 2;
  -webkit-animation: incomingright 0.4s;
  animation: incomingright 0.4s;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.carouselHorizontal.incomingleft {
  visibility: visible;
  z-index: 2;
  -webkit-animation: incomingleft 0.4s;
  animation: incomingleft 0.4s;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.carouselHorizontal.outgoingright {
  visibility: visible;
  z-index: 2;
  -webkit-animation: outgoingright 0.4s;
  animation: outgoingright 0.4s;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.carouselHorizontal.outgoingleft {
  visibility: visible;
  z-index: 2;
  -webkit-animation: outgoingleft 0.4s;
  animation: outgoingleft 0.4s;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.carouselHorizontal.slide-selected {
  visibility: visible;
  z-index: 3;
  right: 0%;
  display: block;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.vertical {
  opacity: 0;
  z-index: 1;
  visibility: hidden;
}
@-webkit-keyframes incomingtop {
  0% {
    transform: translatey(-50%);
  }
  100% {
    transform: translatey(0%);
  }
}
@keyframes incomingtop {
  0% {
    transform: translatey(-50%);
  }
  100% {
    transform: translatey(0%);
  }
}
@-webkit-keyframes incomingbottom {
  0% {
    transform: translatey(100%);
  }
  100% {
    transform: translatey(0%);
  }
}
@keyframes incomingbottom {
  0% {
    transform: translatey(100%);
  }
  100% {
    transform: translatey(0%);
  }
}
@-webkit-keyframes outgoingtop {
  0% {
    transform: translatey(0%);
    opacity: 1;
  }
  100% {
    transform: translatey(-50%);
    opacity: 0;
  }
}
@keyframes outgoingtop {
  0% {
    transform: translatey(0%);
    opacity: 1;
  }
  100% {
    transform: translatey(-50%);
    opacity: 0;
  }
}
@-webkit-keyframes outgoingbottom {
  0% {
    transform: translatey(0%);
    opacity: 1;
  }
  100% {
    transform: translatey(100%);
    opaity: 0;
  }
}
@keyframes outgoingbottom {
  0% {
    transform: translatey(0%);
    opacity: 1;
  }
  100% {
    transform: translatey(100%);
    opacity: 0;
  }
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.vertical.incomingright {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -webkit-animation: incomingtop 0.8s;
  animation: incomingtop 0.8s;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.vertical.incomingleft {
  visibility: visible;
  opacity: 1;
  z-index: 3;
  -webkit-animation: incomingbottom 0.8s;
  animation: incomingbottom 0.8s;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.vertical.outgoingright {
  visibility: visible;
  z-index: 2;
  -webkit-animation: outgoingtop 0.8s;
  animation: outgoingtop 0.8s;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.vertical.outgoingleft {
  visibility: visible;
  z-index: 3;
  -webkit-animation: outgoingbottom 0.8s;
  animation: outgoingbottom 0.8s;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.vertical.slide-selected {
  visibility: visible;
  opacity: 1;
  right: 0%;
  display: block;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.scale {
  opacity: 0;
  z-index: 1;
  visibility: hidden;
}
@-webkit-keyframes scalein {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleout {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.scale.scalein {
  visibility: visible;
  z-index: 2;
  -webkit-animation: scalein 0.8s;
  animation: scalein 0.8s;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.scale.scaleout {
  visibility: visible;
  z-index: 3;
  -webkit-animation: scaleout 0.8s;
  animation: scaleout 0.8s;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper.scale.slide-selected {
  visibility: visible;
  opacity: 1;
  right: 0%;
  display: block;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .w-photo-gallery-lightbox-wrap {
  display: block;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper {
  width: 100%;
  position: relative;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper .webs-image-wrapper-1 {
  display: block;
  position: relative;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper .webs-image-wrapper-1 .bldr-crop-handle,
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper .webs-image-wrapper-1 .bldr-resize-handle {
  height: 0px;
  width: 0px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper .details {
  display: none;
  position: absolute;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper:hover .details {
  display: block;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-color-black .details {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% 20%;
  background-color: #414141;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-color-black .details.crop-style-rectangle {
  background-size: 15% 20%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-color-black .details.crop-style-portrait {
  background-size: 20% 15%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-color-white .details {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-size: 20% 20%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-color-white .details.crop-style-rectangle {
  background-size: 15% 20%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-color-white .details.crop-style-portrait {
  background-size: 20% 15%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-zoomSign.hover-effect-color-black .details {
  background-image: url("//static.websimages.com/static/projects/finch/images/magnify_icon_white.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-zoomSign.hover-effect-color-white .details {
  background-image: url("//static.websimages.com/static/projects/finch/images/magnify_icon_dark.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-plusSign.hover-effect-color-black .details {
  background-image: url('//static.websimages.com/static/projects/finch/images/plus_icon_white.png');
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-plusSign.hover-effect-color-white .details {
  background-image: url('//static.websimages.com/static/projects/finch/images/plus_icon_dark.png');
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-viewSign.hover-effect-color-black .details div {
  opacity: 0.8;
  padding: 6% 10%;
  background-color: #ffffff;
  width: 100%;
  display: inline;
  border-radius: 4px;
  color: #000000;
  font-family: lato, arial, sans-serif;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-viewSign.hover-effect-color-white .details div {
  opacity: 0.65;
  padding: 6% 10%;
  background-color: #000000;
  width: 100%;
  display: inline;
  border-radius: 4px;
  color: #ffffff;
  font-family: lato, arial, sans-serif;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-titleSign .details div {
  font-size: 24px;
  font-weight: 500;
  font-family: lato, arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-titleSign.hover-effect-color-black .details {
  background-image: url('//static.websimages.com/static/projects/finch/images/plus_icon_white.png');
  background-position-y: 5%;
  background-position-x: 95%;
  background-size: 10%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-titleSign.hover-effect-color-black .details div {
  color: #ffffff;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-titleSign.hover-effect-color-white .details {
  background-image: url('//static.websimages.com/static/projects/finch/images/plus_icon_dark.png');
  background-position-y: 5%;
  background-position-x: 95%;
  background-size: 10%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .image-edit-wrapper.hover-effect-titleSign.hover-effect-color-white .details div {
  color: #333;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1 .slide .wrap-container .slide-wrapper .w-photo-gallery-img {
  display: block;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .slide-container .slide-container-1:hover .button {
  opacity: 0.5;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area {
  position: absolute;
  z-index: 2;
  background: transparent;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area.thumbnail-horizontal {
  width: 100%;
  height: 66px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area.thumbnail-horizontal.thumbnail-top {
  top: 0px;
  left: 0px;
  right: 0px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area.thumbnail-horizontal.thumbnail-bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area.thumbnail-none {
  display: none;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area.thumbnail-vertical {
  height: 100%;
  width: 66px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area.thumbnail-vertical.thumbnail-left {
  left: 0px;
  top: 0px;
  bottom: 0px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area.thumbnail-vertical.thumbnail-right {
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .w-slideshow-thumbnails-ul {
  position: absolute;
  overflow: hidden;
  font-size: 0;
  z-index: 5;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .w-slideshow-thumbnails-ul.thumbnail-horizontal {
  height: 100%;
  white-space: nowrap;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .w-slideshow-thumbnails-ul.thumbnail-vertical {
  width: 100%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .thumbnail {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: inline-block;
  list-style-type: none;
  background: rgba(255, 255, 255, 0.4);
  width: 62px;
  height: 62px;
  border: 0px;
  opacity: 0.5;
  cursor: pointer;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .thumbnail:hover {
  opacity: 1;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .thumbnail.thumbnail-horizontal {
  margin: 0 2px 0;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .thumbnail.thumbnail-vertical {
  margin: 2px 2px 2px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .thumbnail .w-slideshow-image {
  box-sizing: border-box;
  max-width: 100%;
  height: 62px;
  width: 62px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .thumbnail.slide-selected {
  width: 62px;
  height: 62px;
  position: relative;
  opacity: 1;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .thumbnail.slide-selected .w-slideshow-image {
  box-sizing: border-box;
  max-width: 100%;
  height: 62px;
  width: 62px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .w-slideshow-figure {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-container .w-slideshow-caption {
  display: none;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-nav {
  height: 100%;
  position: absolute;
  width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-nav.w-slideshow-thumbnail-button-next .thumbnail-vertical {
    background-size: 200%;
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/bottom_2x.png");
  }
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-nav.w-slideshow-thumbnail-button-prev .thumbnail-vertical {
    background-size: 200%;
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/top_2x.png");
  }
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-nav.w-slideshow-thumbnail-button-next .thumbnail-horizontal {
    background-size: 200%;
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/right_2x.png");
  }
  .webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-nav.w-slideshow-thumbnail-button-prev .thumbnail-horizontal {
    background-size: 200%;
    background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/left_2x.png");
  }
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-nav .w-slideshow-thumbnail-button {
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  position: absolute;
  background-color: #000000;
  cursor: pointer;
  opacity: 0;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-nav .w-slideshow-thumbnail-button:hover {
  opacity: 1;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-nav .w-slideshow-thumbnail-button.w-slideshow-thumbnail-button-next.thumbnail-vertical {
  bottom: 0px;
  height: 15px;
  width: 100%;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/bottom_1x.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-nav .w-slideshow-thumbnail-button.w-slideshow-thumbnail-button-prev.thumbnail-vertical {
  top: 0px;
  height: 15px;
  width: 100%;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/top_1x.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-nav .w-slideshow-thumbnail-button.w-slideshow-thumbnail-button-next.thumbnail-horizontal {
  right: 0px;
  height: 100%;
  width: 15px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/right_1x.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails .w-slideshow-thumbnails-nav .w-slideshow-thumbnail-button.w-slideshow-thumbnail-button-prev.thumbnail-horizontal {
  left: 0px;
  height: 100%;
  width: 15px;
  background-image: url("//members.webs.com/s/modules/photo_gallery/v1.72/images/left_1x.png");
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow .w-slideshow-thumbnail-area .w-slideshow-thumbnails:hover .w-slideshow-thumbnail-button {
  opacity: 0.5;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.mobile img {
  width: 100%;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.mobile .slide-container {
  height: 300px;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.mobile .progress-timer {
  height: 10px;
  width: 0%;
  position: absolute;
  background-color: black;
  z-index: 3;
  opacity: 0.4;
}
.webs-module-photo_gallery.w-photo_gallery-base .w-photo_gallery.slideshow.mobile .progress-timer.move {
  width: 100%;
  -webkit-transition: width 2900ms linear;
  -moz-transition: width 2900ms linear;
  -o-transition: width 2900ms linear;
  transition: width 2900ms linear;
}
.webs-module-photo_gallery.w-photo_gallery-base .ellip-container {
  overflow: hidden;
}
.webs-module-photo_gallery.w-photo_gallery-base .ellip-container:before {
  content: "";
  float: left;
  width: 1px;
  height: 100%;
}
.webs-module-photo_gallery.w-photo_gallery-base .ellip-container .ellip-wrap {
  float: right;
  width: 100%;
  margin-left: -1px;
}
.webs-module-photo_gallery.w-photo_gallery-base .ellip-container .ellip-wrap .ellip-content {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
}
.webs-module-photo_gallery.w-photo_gallery-base .ellip-container .ellipsis {
  float: right;
  position: relative;
  margin-right: 1px;
  text-align: right;
  /* set width of ellipsis.  width must equal margin-left */

  width: 60px;
  height: 16px;
  margin-left: -60px;
  /* set ellipsis position */

  bottom: 16px;
  left: 100%;
  background: none;
  /* add a gradient background */

}
.webs-module-photo_gallery.w-photo_gallery-base .ellip-container .ellipsis > a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  height: 16px;
  background-color: none;
  margin-right: 3px;
  padding: 3px;
  line-height: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


/* Module: contact_form, Style: default */
.w-contact_form {
  /* ---  validation errors --- */

}
.w-contact_form .w-contact_form-container {
  position: relative;
}
.w-contact_form .w-contact_form-container .error-message,
.w-contact_form .w-contact_form-container .success-message {
  background: white;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  visibility: hidden;
  font: 14px sans-serif;
  color: #575757;
}
.w-contact_form .w-contact_form-container .error-message a {
  color: inherit;
  text-decoration: underline;
}
.w-contact_form .w-contact_form-container .error-message .error-icon {
  width: 47px;
  height: 42px;
  margin: auto;
  margin-bottom: 10px;
  background-image: url('//members.webs.com/s/modules/contact_form/v1.35/images/error_icon.png');
}
.w-contact_form .w-contact_form-container .success-message .success-icon {
  width: 43px;
  height: 48px;
  margin: auto;
  margin-bottom: 10px;
  background-image: url('//members.webs.com/s/modules/contact_form/v1.35/images/form_success_check.png');
}
.w-contact_form .w-contact_form-container.success form {
  visibility: hidden;
}
.w-contact_form .w-contact_form-container.success .success-message {
  visibility: visible;
}
.w-contact_form .w-contact_form-container.failure form {
  visibility: hidden;
}
.w-contact_form .w-contact_form-container.failure .error-message {
  visibility: visible;
}
.w-contact_form .w-contact_form-li {
  margin-bottom: 10px;
}
.w-contact_form .w-contact_form-li label {
  font-weight: bold;
}
.w-contact_form .w-contact_form-li label.required::after {
  content: ' *';
}
.w-contact_form .w-contact_form-li label.required:after {
  content: ' *';
}
.w-contact_form .w-contact_form-li .w-contact_form-input .w-contact_form-field {
  border: 1px solid #dbdbdb;
  padding: 3px 6px;
  width: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.25);
  width: 90%;
  max-width: 400px;
}
.w-contact_form .w-contact_form-li .w-contact_form-input textarea.w-contact_form-field {
  height: 84px;
}
.w-contact_form .w-contact_form-li .w-contact_form-input input.w-contact_form-field {
  max-width: 300px;
}
.w-contact_form .w-contact_form-li .w-contact_form-input ul.w-contact_form-options {
  /* margin-left: 25px; */

}
.w-contact_form .w-contact_form-li .w-button {
  margin: 0;
}
.w-contact_form .w-contact_form-submit {
  position: absolute;
  left: -20000px;
}
.w-contact_form .w-button {
  cursor: pointer;
}
.w-contact_form ul.w-contact_form-ul {
  line-height: 22px;
}
.w-contact_form table.w-contact_form-label-left {
  width: 100%;
}
.w-contact_form table.w-contact_form-label-left tr.w-contact_form-li td.w-contact_form-label {
  vertical-align: top;
  padding-bottom: 8px;
  padding-right: 17px;
  max-width: 20%;
  min-width: 80px;
  word-wrap: break-word;
}
.w-contact_form table.w-contact_form-label-left tr.w-contact_form-li td.w-contact_form-input {
  padding-bottom: 15px;
  width: 80%;
}
.w-contact_form table.w-contact_form-label-left tr.w-contact_form-li td.w-contact_form-input > input,
.w-contact_form table.w-contact_form-label-left tr.w-contact_form-li td.w-contact_form-input textarea {
  width: 85%;
}
.w-contact_form table.w-contact_form-label-left tr.w-contact_form-li td.w-contact_form-input > textarea {
  max-width: 400px;
}
.w-contact_form table.w-contact_form-label-left tr.w-contact_form-li td.w-contact_form-input > input {
  max-width: 300px;
}
.w-contact_form .error .w-contact_form-ul .error-item > label,
.w-contact_form .error .w-contact_form-ul .error-item > .w-contact_form-label > label,
.w-contact_form .error .w-contact_form-ul .error-item input,
.w-contact_form .error .w-contact_form-ul .error-item textarea {
  color: red;
  border-color: red;
}



/* Theme Module Styles */
/* new clearfix */
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE */
.w-email_list-solved_default .w-email_list label {
  color: #333333;
  font-weight: bold;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.w-email_list-solved_default .w-email_list-li .w-email_list-field {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: inset 0 0 4px #e5e5e5;
  -webkit-box-shadow: inset 0 0 4px #e5e5e5;
  box-shadow: inset 0 0 4px #e5e5e5;
  font-size: 16px;
  color: #333333;
  border-color: #b3b3b3;
}
.w-email_list-solved_default .w-email_list-textarea > .w-email_list-input .w-email_list-field {
  min-height: 100px;
}
/* new clearfix */
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE */
#carousel-wrapper {
  background: #eed2a0;
  width: 980px;
  padding: 0px;
}
.w-carousel-solved_default .w-carousel {
  width: auto;
  z-index: 1;
}
.w-carousel-solved_default .w-carousel .w-carousel-list-wrapper {
  z-index: 0;
}
.w-carousel-solved_default .w-carousel .w-carousel-list {
  float: left;
}
.w-carousel-solved_default .w-carousel .webs-image-crop {
  width: 100%;
  height: 100%;
  position: absolute;
}
.w-carousel-solved_default .w-carousel .w-carousel-description {
  position: absolute;
  right: 0px;
  top: auto;
  bottom: 0px;
  width: 940px;
  background: #e6be75;
  background: rgba(230, 190, 117, 0.75);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w-carousel-solved_default .w-carousel .w-carousel-title {
  font-weight: normal;
  font-family: 'Merriweather', serif;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  text-shadow: 0 1px 1px #a5741d;
}
.w-carousel-solved_default .w-carousel .w-carousel-text {
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
}
.w-carousel-solved_default .w-carousel-next,
.w-carousel-solved_default .w-carousel-prev {
  top: 50%;
  margin-bottom: -14px;
  left: 14px;
  width: 28px;
  height: 28px;
  z-index: 2;
  text-indent: 0;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background: #eed2a0;
  background: rgba(238, 210, 160, 0.8);
}
.w-carousel-solved_default .w-carousel-next span,
.w-carousel-solved_default .w-carousel-prev span {
  text-indent: -9999px;
  display: block;
  width: 9px;
  height: 15px;
  background: transparent url("//dynamic.websimages.com/s/themes/solved/v1.59/images/slider_arrows.png") 0 0 no-repeat;
  position: absolute;
  left: 8px;
  top: 6px;
}
.w-carousel-solved_default .w-carousel-next {
  right: 14px;
  left: auto;
}
.w-carousel-solved_default .w-carousel-next span {
  left: 10px;
  background: url("//dynamic.websimages.com/s/themes/solved/v1.59/images/slider_arrows.png") 0 -15px no-repeat;
}
/* new clearfix */
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE */
.w-button-solved_default .w-button {
  padding: 8px 16px;
  font-size: 15px;
  font-family: 'Merriweather', serif;
  font-weight: normal;
  color: #fff;
  background-color: #6e4808;
  border-width: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* new clearfix */
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE */
.w-contact_form-solved_default .w-contact_form label {
  color: #333333;
  font-weight: bold;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.w-contact_form-solved_default .w-contact_form-li > .w-contact_form-input .w-contact_form-field {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: inset 0 0 4px #e5e5e5;
  -webkit-box-shadow: inset 0 0 4px #e5e5e5;
  box-shadow: inset 0 0 4px #e5e5e5;
  font-size: 16px;
  color: #333333;
  border-color: #b3b3b3;
}
.w-contact_form-solved_default .w-contact_form-textarea > .w-contact_form-input .w-contact_form-field {
  min-height: 100px;
}
