@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800|Coustard:900");
/*
    - Layout
*/
.um {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  color: #666;
  font-size: 1em;
  margin-bottom: 1em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  opacity: 0; }

.um-s1,
.um-s2 {
  display: none; }

.um *,
.um *:before,
.um *:after {
  box-sizing: content-box; }

.um-header a,
.um-cover a,
.um-member-photo a,
.um-member-name a,
.um-member-more a,
.um-member-less a,
.um-members a,
.um-account-side li a,
.um-members-pagi span,
.um-members-pagi a,
.um-field-value a {
  border-bottom: 0 !important; }

.um a:focus,
.um-modal a:focus {
  outline: 0 !important; }

.um a .image-overlay,
.um a:hover .image-overlay,
.um a:hover .image-overlay * {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  position: static !important; }

/* only in admin mode */
.um.um-in-admin {
  padding-top: 0; }

.um.um-in-admin .um-tip {
  display: none !important; }

.um input,
.um select,
.um textarea {
  font-size: 1em; }

.um * {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

.um-left {
  float: left; }

.um-right {
  float: right; }

.um-clear {
  clear: both; }

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

.um-center .um-button {
  display: inline-block !important;
  width: auto !important;
  min-width: 250px !important; }

.um-half {
  width: 48%; }

.um-field-half {
  width: 48%;
  float: left; }

.um-field-half.right {
  float: right; }

.um-field-tri {
  width: 30%;
  float: left;
  margin-right: 3%; }

.um img {
  box-shadow: none !important; }

.um-col {
  padding-bottom: 1.2em; }

.um-col-alt {
  margin: 0 0 5px 0; }

.um-col-alt-s {
  padding-top: .5em; }

.um-col-alt-b {
  padding-top: .5em; }

.um-col-121 {
  float: left;
  width: 48%; }

.um-col-122 {
  float: right;
  width: 48%; }

.um-col-131 {
  float: left;
  width: 30%; }

.um-col-132 {
  float: left;
  width: 30%;
  margin: 0 5%; }

.um-col-133 {
  float: left;
  width: 30%; }

/*
    - Font Icons
*/
.um-raty i {
  font-size: 1.2em; }

.um-field-half .um-raty i {
  font-size: 1.2em; }

.um-field-tri .um-raty i {
  font-size: 1.2em; }

.um-button i {
  font-size: 1.3em;
  width: 22px;
  height: 12px !important;
  display: inline-block;
  line-height: 12px !important;
  vertical-align: middle !important;
  position: relative;
  top: -6px;
  margin-right: 8px; }

/*
    - Row general css
*/
.um-row-heading {
  padding: 5px 0;
  font-size: 1em; }

.um-row-heading i {
  font-size: 1.4em;
  height: 24px;
  line-height: 1.1em;
  margin: 0 12px 0 0;
  display: inline-block;
  width: 30px;
  text-align: center; }

.um-row-heading i:before {
  vertical-align: middle !important; }

/*
    - Notices
*/
p.um-notice {
  width: auto;
  color: #fff;
  box-sizing: border-box;
  font-size: 1em;
  padding: 12px !important;
  margin: 12px 0 0 0 !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative; }

p.um-notice i {
  position: absolute;
  right: 14px;
  font-size: 2em;
  cursor: pointer;
  top: 7px;
  display: block;
  height: 30px;
  line-height: 30px; }

p.um-notice.success {
  background: #7ACF58; }

p.um-notice.err {
  background: #C74A4A; }

p.um-notice.warning {
  background: #f9f9d1;
  color: #666;
  border: 1px solid #efe4a2;
  padding: 8px 15px !important; }

/*
    - Errors
*/
.um-field-error {
  width: auto;
  max-width: 100%;
  background: #C74A4A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  padding: 12px;
  font-size: 14px;
  line-height: 20px !important;
  margin: 12px 0 0 0; }

.um-field-error a {
  color: #fff !important;
  text-decoration: underline !important; }

.um-field-arrow {
  top: -17px;
  left: 10px;
  position: absolute;
  z-index: 900;
  color: #C74A4A;
  font-size: 28px;
  line-height: 1em !important; }

.um-error-block {
  width: auto;
  max-width: 100%;
  background: #C74A4A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  padding: 12px;
  font-size: 14px;
  line-height: 1em !important;
  margin: 12px 0 0 0; }

/*
    - Help tooltips
*/
.um-tip {
  margin: 0 0 0 8px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 3px; }

.um-tip i {
  font-size: 22px;
  height: 22px;
  line-height: 22px;
  display: block;
  position: relative; }

.um-tip-text {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #999; }

/*
    - Forms & Fields
*/
.um-form button::-moz-focus-inner,
.um-form input::-moz-focus-inner {
  border: 0 !important;
  padding: 0 !important; }

.um-field {
  position: relative;
  padding: 15px 0 0 0; }

.um-field-b, .um-field-c {
  padding-top: 0 !important; }

.um-field.um-is-conditional {
  display: none; }

.um-field-label {
  display: block;
  margin: 0 0 8px 0; }

.um-field-label .um-field-label-icon {
  float: left;
  margin: 0 8px 0 0;
  height: 22px;
  line-height: 18px;
  display: inline-block;
  width: 24px;
  text-align: center; }

.um-field-label .um-field-label-icon i {
  font-size: 22px;
  position: relative;
  top: 1px; }

.um-field-label label {
  font-size: 15px !important;
  line-height: 22px !important;
  font-weight: bold;
  font-weight: 600; }

.um-field-area {
  position: relative;
  word-wrap: break-word; }

.um-field-value p {
  margin: 0 0 6px 0 !important;
  padding: 0; }

.um-field-block {
  color: #777;
  font-size: 17px; }

.um-field-spacing {
  width: 100%; }

.um-field-divider {
  width: 100%;
  margin: 0 0 12px 0;
  height: 24px;
  position: relative; }

.um-field-divider-text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -24px;
  left: 0;
  font-size: 16px;
  padding: 10px 0; }

.um-field-divider-text span {
  background: #fff;
  color: #555;
  display: inline-block;
  padding: 0 15px; }

.um-field-icon {
  position: absolute;
  cursor: default;
  text-align: center !important;
  top: 2px;
  left: 0;
  width: 44px;
  font-size: 22px;
  line-height: 1.7em; }

.um-form input[type=text],
.um-form input[type=tel],
.um-form input[type=number],
.um-form input[type=password] {
  padding: 0 12px !important;
  width: 100%;
  display: block !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none !important;
  cursor: text !important;
  font-size: 15px !important;
  height: 40px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  margin: 0 !important;
  position: static;
  outline: none !important; }

.um-form input[type=number] {
  width: auto;
  padding: 0 0 0 5px !important;
  height: 30px !important; }

.um-form input[type=text]:focus,
.um-form input[type=tel]:focus,
.um-form input[type=number]:focus,
.um-form input[type=password]:focus,
.um-form textarea:focus {
  box-shadow: none !important;
  outline: none !important; }

.um-form input[type=text].um-iconed,
.um-form input[type=tel].um-iconed,
.um-form input[type=password].um-iconed {
  padding-left: 44px !important; }

.um-form input[type=text].um-error,
.um-form input[type=tel].um-error,
.um-form input[type=password].um-error {
  border-color: #C74A4A !important; }

.um-form textarea {
  width: 100%;
  padding: 8px 12px !important;
  display: block;
  font-size: 15px !important;
  line-height: 22px !important;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  min-height: 80px !important;
  box-shadow: none;
  outline: none !important; }

.um-form .wp-editor-container {
  border: 1px solid #ddd; }

.um-form .wp-editor-container textarea {
  background: #ddd !important;
  color: #222 !important;
  border-radius: 0; }

/*
    - Radio & Checkboxes
*/
.um-field-c .um-field-checkbox {
  margin: 0 !important;
  position: relative;
  top: -14px; }

.um-field-checkbox,
.um-field-radio {
  display: block;
  margin: 8px 0;
  position: relative; }

.um-profile.um-editing .um-field-checkbox,
.um-profile.um-editing .um-field-radio {
  cursor: pointer !important; }

.um-field-checkbox:hover i, .um-field-radio:hover i {
  color: #666; }

.um-field-checkbox input,
.um-field-radio input {
  opacity: 0 !important;
  display: inline !important;
  width: 0 !important;
  float: left; }

.um-field-checkbox-state,
.um-field-radio-state {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  height: 24px; }

.um-field-checkbox-state i,
.um-field-radio-state i {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  color: #aaa;
  transition: all .2s linear; }

.um-field-checkbox-option,
.um-field-radio-option {
  margin: 0px 0px 0px 36px;
  line-height: 24px;
  color: #888 !important;
  display: block; }

/*
    - Group of Fields
*/
.um-field-group {
  margin-top: 20px; }

.um-field-group-head {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 20px;
  transition: 0.25s;
  box-sizing: border-box;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  border-top: 1px solid transparent !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important; }

.um-field-group-head i {
  font-size: 20px;
  margin: 0 8px 0 0; }

.um-field-group-head i:before {
  vertical-align: middle !important; }

.um-field-group-body {
  display: none;
  margin: 15px 0 0 0;
  padding: 15px 20px 5px 20px;
  background: #f9f9f9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  box-sizing: border-box;
  width: 100%; }

.um-field-group-body div.um-field {
  padding: 0 0 15px 0; }

.um-field-group-cancel {
  font-size: 18px;
  position: absolute;
  z-index: 800;
  right: 8px;
  top: 8px;
  color: #ccc !important;
  text-decoration: none !important; }

.um-field-group-cancel:hover {
  color: #777 !important; }

/*
    - Buttons
*/
.um div.disabled,
.um-disabled,
.um input[type=submit]:disabled,
.um input[type=text]:disabled,
.um input[type=number]:disabled {
  opacity: 0.6 !important;
  cursor: no-drop !important; }

input[type=submit].um-button,
input[type=submit].um-button:focus {
  vertical-align: middle !important;
  height: auto !important;
  font-size: 15px;
  cursor: pointer !important;
  width: 100%;
  box-shadow: none;
  text-shadow: none;
  font-family: inherit;
  outline: none !important;
  margin: 0;
  opacity: 1;
  -webkit-appearance: none; }

input[type=submit].um-button:hover {
  opacity: 1; }

.um-button {
  font-size: 15px;
  border: none !important;
  display: block;
  width: 100%;
  line-height: 1em !important;
  padding: 16px 20px !important;
  text-decoration: none !important;
  text-align: center;
  text-transform: none !important;
  font-weight: normal !important;
  overflow: hidden;
  position: relative;
  transition: 0.25s;
  box-sizing: border-box;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  border-top: 1px solid transparent !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
  opacity: 1; }

.um-button.um-btn-auto-width {
  width: auto;
  display: inline-block;
  padding: 14px 20px !important;
  min-width: 200px;
  max-width: 450px; }

a.um-link-alt {
  line-height: 22px;
  color: #888 !important;
  display: block !important;
  text-decoration: none !important;
  font-weight: normal;
  text-align: center;
  border-bottom: none !important; }

a.um-link-alt:hover {
  text-decoration: underline !important; }

/*
    - Dropdown menu
*/
.um-dropdown {
  position: absolute;
  height: auto;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 10;
  display: none;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.um-dropdown ul,
.um-dropdown li {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important; }

.um-dropdown li a {
  display: block;
  padding: 8px 12px;
  color: #666;
  font-size: 14px;
  line-height: 18px; }

.um-dropdown li:last-child a {
  border-top: 1px solid #e5e5e5;
  padding: 12px; }

.um-dropdown-b {
  position: relative; }

.um-dropdown-arr {
  position: absolute;
  color: #fff;
  font-size: 24px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  z-index: 15;
  color: #eee; }

.um-dropdown-arr * {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  vertical-align: bottom !important;
  overflow: hidden !important;
  line-height: 24px !important; }

/*
    - Misc.
*/
div.um-photo {
  margin: 20px auto 0 auto;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%; }

div.um-photo,
div.um-photo a,
div.um-photo img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

div.um-photo a {
  border: 1px solid #e5e5e5;
  padding: 5px;
  box-sizing: border-box;
  display: inline-block;
  box-shadow: 0 1px 1px #eee;
  margin: 0 auto;
  max-width: 100%; }

div.um-photo img {
  max-height: 300px;
  max-width: 100%; }

/*
    - other form styles
*/
span.um-req {
  margin: 0 0 0 8px;
  font-size: 14px;
  display: inline-block; }

small.um-max-filesize {
  display: block;
  color: #999999;
  padding-top: 5px; }

small.um-max-filesize span {
  font-size: 12px; }

.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,
.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,
.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,
.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus {
  border-color: #DB2929 !important; }

.um-form .um-field .um-field-area input.um-searching-username {
  background-image: url("../img/loading.gif");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px 24px; }

.um-search-area {
  position: relative;
  max-width: 300px; }

.um-search-area .um-search-field {
  width: 100%; }

.um-search-area .um-search-icon {
  position: absolute;
  top: 7px;
  right: 10px; }

/* Select2 4.0*/
.select2-container.select2-container--open {
  z-index: 9999999; }

.select2.select2-container .select2-selection {
  display: block !important;
  height: 40px;
  padding: 0 0 0 12px !important;
  overflow: hidden !important;
  position: relative !important;
  white-space: nowrap !important;
  line-height: 35px !important;
  color: #666 !important;
  font-size: 15px !important;
  text-align: left !important;
  text-decoration: none !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  background-clip: padding-box !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none !important;
  background-color: #fff !important;
  border: 2px solid #ddd !important; }

.select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation] {
  display: none; }

.select2.select2-container .select2-selection .select2-selection__arrow:before {
  content: "\f3d0" !important;
  font-size: 27px !important;
  font-family: "Ionicons" !important;
  width: 100% !important;
  display: block;
  height: 100%;
  line-height: 35px;
  color: #aaaaaa; }

.select2.select2-container .select2-selection .select2-selection__arrow {
  display: inline-block !important;
  width: 34px !important;
  height: 100% !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  -moz-border-radius: 0 2px 2px 0 !important;
  -webkit-border-radius: 0 2px 2px 0 !important;
  border-radius: 0 2px 2px 0 !important;
  background-clip: padding-box !important;
  text-align: center !important;
  background: transparent !important;
  border-left: 0 !important; }

.select2-container.select2-container--open .select2-dropdown {
  border: 2px solid #ddd !important; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  font-size: 15px;
  margin: 5px !important;
  padding: 3px 0 !important;
  color: #666 !important; }

.select2-results li {
  padding: 3px 7px 4px !important;
  cursor: pointer;
  min-height: 1em !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px; }

.select2-results li.select2-results__option.select2-results__option--highlighted {
  background: none !important;
  background: #f4f4f4 !important;
  color: #666 !important; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-selection__clear {
  right: 10px;
  font-size: 30px;
  color: #aaaaaa !important; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0px;
  width: 100%;
  line-height: 20px;
  font-size: 13px; }

.select2.select2-container .select2-selection.select2-selection--multiple {
  height: auto !important; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  top: -6px;
  margin-right: -9px;
  font-size: 15px;
  position: absolute; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 3px 3px 3px 5px; }

.select2-container .select2-search--inline {
  line-height: 38px; }

.um-field-select .um-field-area .um-field-icon,
.um-field-multiselect .um-field-area .um-field-icon {
  z-index: 99999999; }

.um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered {
  text-indent: 20px; }

.um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child {
  margin-left: 30px !important; }

.um-account-meta {
  display: none !important; }

.login_box {
  max-width: 435px;
  margin: 2em auto; }
  .login_box h1, .login_box p {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: .5em; }
  .login_box .um {
    color: #FFFFFF; }
    .login_box .um .um-form 435px
input[type=text] {
      border: 0px !important; }
    .login_box .um .um-form input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px white inset !important; }
    .login_box .um .um-form .um-button.um-alt, .login_box .um .um-form .um-1033.um input[type=submit].um-button.um-alt {
      background: #007BB7 !important; }
    .login_box .um .um-form .um-button.um-alt:hover, .login_box .um .um-form .um-1033.um input[type=submit].um-button.um-alt :hover {
      background: #293364 !important; }
    .login_box .um .um-form .um-1033.um input[type=submit], .login_box .um .um-form .um-button {
      background: #19763A !important; }
    .login_box .um .um-form .um-1033.um input[type=submit] :hover, .login_box .um .um-form .um-button:hover {
      background: #0E4A22 !important; }
    .login_box .um .um-form input {
      background-color: #FFFFFF !important; }
    .login_box .um .um-form .um-field-block, .login_box .um .um-form .um-field-checkbox-state i, .login_box .um .um-form .um-field-radio-state i, .login_box .um .um-form label, .login_box .um .um-form .um-1033.um, .login_box .um .um-form span, .login_box .um .um-form .um-req, .login_box .um .um-form .um-field-checkbox-option, .login_box .um .um-form .um-field-radio-option, .login_box .um .um-form a.um-link-alt, .login_box .um .um-form .um-1033.um, .login_box .um .um-form .um-field-checkbox.active:not(.um-field-radio-state-disabled) i {
      color: #FFFFFF !important; }
  .login_box .um-1033.um .um-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
    -webkit-text-fill-color: #000000 !important; }

.registration_box {
  max-width: inherit;
  width: 100%; }

/*
    - Radio & Checkboxes
*/
.um-field-c .um-field-checkbox {
  margin: 0 !important;
  position: relative;
  top: -10px; }

.um-field-checkbox,
.um-field-radio {
  display: block;
  margin: 12px 0;
  position: relative; }

.um-profile.um-editing .um-field-checkbox,
.um-profile.um-editing .um-field-radio {
  cursor: pointer !important; }

.um-field-checkbox:hover i, .um-field-radio:hover i {
  color: #fff; }

.um-field-checkbox input,
.um-field-radio input {
  opacity: 1 !important;
  display: block !important;
  width: auto !important;
  float: left;
  left: -1px;
  top: 3px;
  border: 1px solid #fff;
  position: absolute;
  cursor: pointer; }

.um-field-checkbox-state,
.um-field-radio-state {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px; }

.um-field-checkbox-state i,
.um-field-radio-state i {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  color: #aaa;
  transition: all .2s linear; }

.um-field-checkbox-option,
.um-field-radio-option {
  margin: 0px 0px 0px 36px;
  line-height: 20px;
  color: #888 !important;
  display: block; }

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
  color: #fff !important; }

/*BOOTSTRAP ESSENTIALS*/
*, ::after, ::before {
  box-sizing: border-box; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-1, .col-auto {
  -webkit-box-flex: 0; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2, .col-3 {
  -webkit-box-flex: 0; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4, .col-5 {
  -webkit-box-flex: 0; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6, .col-7 {
  -webkit-box-flex: 0; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8, .col-9 {
  -webkit-box-flex: 0; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10, .col-11 {
  -webkit-box-flex: 0; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

@media (max-width: 575px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px; } }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  html body {
    background: #FFFFFF;
    position: relative;
    padding: 0;
    margin: 0;
    left: 0px;
    color: #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    /* Global Classes */ }
    @media (max-width: 1028px) {
      html body body {
        overflow-x: hidden; } }
    html body h1 {
      margin: 5px 0 40px;
      font-size: 2.2em;
      font-weight: bold;
      line-height: 1.1em; }
      @media (max-width: 1028px) {
        html body h1 {
          font-size: 3.2em; } }
      @media (max-width: 500px) {
        html body h1 {
          font-size: 1.6em;
          line-height: 1.1em; } }
    html body h2 {
      margin: 5px 0 1em;
      font-size: 1.8em;
      text-decoration: none;
      font-weight: bold;
      line-height: 1.1em; }
      @media (max-width: 1268px) {
        html body h2 {
          font-size: 1.6em; } }
      @media (max-width: 768px) {
        html body h2 {
          font-size: 2.2em; } }
      @media (max-width: 500px) {
        html body h2 {
          font-size: 2em; } }
      @media (max-width: 400px) {
        html body h2 {
          font-size: 1.8em; } }
    html body h3 {
      margin: 5px 0 1.5em;
      font-size: 1.8em;
      line-height: 1.1em; }
      @media (max-width: 1028px) {
        html body h3 {
          font-size: 1.7em;
          line-height: 1.1em; } }
      @media (max-width: 500px) {
        html body h3 {
          font-size: 1.2em;
          line-height: 1.17em; } }
    html body h4 {
      margin: 5px 0 20px;
      font-size: 1.4em;
      font-weight: bold;
      line-height: 1.1em; }
      @media (max-width: 1028px) {
        html body h4 {
          font-size: 1.2em;
          line-height: 1.1em; } }
      @media (max-width: 500px) {
        html body h4 {
          font-size: 1.4em;
          line-height: 1.1em; } }
    html body h5 {
      margin: 5px 0 15px;
      font-size: 1.4em;
      font-weight: 300;
      line-height: 1.1em; }
      @media (max-width: 1028px) {
        html body h5 {
          font-size: 1.2em;
          line-height: 1.1em; } }
      @media (max-width: 500px) {
        html body h5 {
          font-size: 1em;
          line-height: 1.1em; } }
    html body a {
      text-decoration: none;
      color: inherit; }
    html body a:link {
      text-decoration: none;
      color: inherit; }
    html body a:visited {
      text-decoration: none;
      color: inherit;
      outline: 0px; }
    html body a:hover {
      text-decoration: underline;
      color: inherit; }
    html body a:active {
      text-decoration: none;
      color: inherit;
      outline: 0px; }
    html body a:focus {
      text-decoration: none;
      color: inherit; }
    html body button, html body input, html body select, html body textarea {
      background: transparent; }
    html body p {
      margin: 5px 0 25px;
      color: inherit;
      font-size: 1em;
      font-weight: 300;
      line-height: 1.5em; }
      html body p a, html body p a:link, html body p a:visited, html body p a:hover, html body p a:active {
        text-decoration: underline; }
    html body blockquote {
      margin: 0 0 30px 0;
      padding: 0 0 0 30px;
      font-size: 1.2em; }
      html body blockquote p {
        font-weight: 700;
        hanging-punctuation: first; }
    html body cite {
      margin: 5px 0 25px;
      color: inherit;
      font-size: .8em;
      font-weight: 300;
      line-height: 1.5em;
      font-style: italic; }
    html body ul {
      font-size: 1em;
      line-height: 1.4em;
      padding: 0px;
      list-style-type: initial;
      margin-left: 1.5rem;
      padding-left: .5rem;
      margin-bottom: 2rem; }
      html body ul li {
        font-size: 1em;
        line-height: 1.3em;
        margin-bottom: .6rem;
        font-weight: 300; }
    html body #to_the_top a {
      display: none;
      opacity: 0.93;
      padding: 1em;
      bottom: 0;
      color: #FFFFFF;
      position: fixed;
      right: 0;
      padding: 0;
      z-index: 100;
      background: #303741;
      color: transparent; }
      html body #to_the_top a span {
        display: none; }
      html body #to_the_top a svg {
        color: #FFFFFF;
        display: block;
        position: relative;
        margin: 1em; }
    html body .container {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      clear: both;
      max-width: 1350px;
      padding: 3em; }
      @media (max-width: 1400px) {
        html body .container {
          padding: 2em 2em;
          max-width: 1000px; } }
      @media (max-width: 1084px) {
        html body .container {
          padding: 4em 2em;
          max-width: none; } }
      @media (max-width: 768px) {
        html body .container {
          padding: 3em 2em; } }
      @media (max-width: 400px) {
        html body .container {
          padding: 3em 1em; } }
    html body .inde {
      color: #007BB7; }
    html body .well {
      color: #19763A; }
    html body .appear {
      display: block !important; }
    html body .bar-height {
      height: auto !important; }
    html body .clear {
      clear: both; }
    html body .clear {
      clear: both;
      width: 100%;
      margin: 0em; }
    html body .loads {
      display: none; }
    html body hr {
      border-top: 1px solid #839195;
      border-bottom: 0px solid #FFFFFF;
      margin: 4em 0; }
    html body section {
      display: inline-block;
      width: 100%;
      margin-top: 2em;
      margin-bottom: 2em;
      clear: both; }
    html body .wrapper {
      background: #fff;
      position: relative; }
      html body .wrapper .full-container {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 0px;
        clear: both;
        width: 100%; }
        html body .wrapper .full-container .container {
          width: 100%;
          padding: 4rem 80px 8em;
          margin-right: auto;
          margin-left: auto;
          clear: both;
          max-width: 1350px; }
          @media (max-width: 1084px) {
            html body .wrapper .full-container .container {
              padding: 4rem 80px 8em; } }
          @media (max-width: 768px) {
            html body .wrapper .full-container .container {
              padding: 4rem 40px 7em; } }
          @media (max-width: 400px) {
            html body .wrapper .full-container .container {
              padding: 4rem 20px 6em; } }
          @media (max-width: 320px) {
            html body .wrapper .full-container .container {
              padding: 4rem 15px 6em; } }
      html body .wrapper .container {
        position: relative;
        padding: 4em 3em; }
        @media (min-width: 1300px) {
          html body .wrapper .container {
            padding: 5em 3em; } }
        @media (max-width: 1084px) {
          html body .wrapper .container {
            padding: 4.5em 3em; } }
        @media (max-width: 768px) {
          html body .wrapper .container {
            padding: 3em 2em; } }
        @media (max-width: 400px) {
          html body .wrapper .container {
            padding: 2em 1em; } }
        html body .wrapper .container article, html body .wrapper .container .article {
          width: calc(33.333% - 2rem);
          margin-bottom: 3rem;
          float: left;
          margin: 1rem;
          background: #FFFFFF;
          overflow: hidden;
          box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.05); }
          @media (max-width: 1084px) {
            html body .wrapper .container article, html body .wrapper .container .article {
              width: 100%;
              max-width: 530px;
              margin: 1em auto 3em;
              float: none; } }
          @media (max-width: 768px) {
            html body .wrapper .container article, html body .wrapper .container .article {
              max-width: none;
              margin: 1em 0; } }
          html body .wrapper .container article .featured, html body .wrapper .container .article .featured {
            position: relative;
            display: block;
            float: left;
            width: 100%;
            overflow: hidden; }
            html body .wrapper .container article .featured img, html body .wrapper .container .article .featured img {
              display: block;
              height: auto;
              width: 100%;
              position: relative;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              left: 50%; }
            html body .wrapper .container article .featured .layer, html body .wrapper .container .article .featured .layer {
              position: absolute;
              top: 0px;
              right: 0px;
              bottom: 0px;
              left: 0px;
              transition: all 0.6s ease-in-out;
              -webkit-transition: all 0.6s ease-in-out;
              -moz-transition: all 0.6s ease-in-out;
              -ms-transition: all 0.6s ease-in-out;
              -o-transition: all 0.6s ease-in-out; }
            html body .wrapper .container article .featured .button-container, html body .wrapper .container .article .featured .button-container {
              position: absolute;
              bottom: 0;
              width: 100%;
              padding: .5rem;
              display: flex;
              flex-wrap: wrap; }
              html body .wrapper .container article .featured .button-container a, html body .wrapper .container .article .featured .button-container a {
                position: relative;
                background: #007BB7;
                color: #FFFFFF;
                padding: 7px 10px;
                text-transform: uppercase;
                font-weight: bold;
                border: 0px;
                border-radius: 3px;
                margin: 2px; }
              html body .wrapper .container article .featured .button-container a:hover, html body .wrapper .container article .featured .button-container a:focus, html body .wrapper .container .article .featured .button-container a:hover, html body .wrapper .container .article .featured .button-container a:focus {
                background: #3395C5;
                text-decoration: none;
                outline: 0px; }
              html body .wrapper .container article .featured .button-container a:first-of-type, html body .wrapper .container .article .featured .button-container a:first-of-type {
                display: none; }
            html body .wrapper .container article .featured .inde-bg a, html body .wrapper .container .article .featured .inde-bg a {
              background: #007BB7; }
            html body .wrapper .container article .featured .well-bg a, html body .wrapper .container .article .featured .well-bg a {
              background: #19763A; }
          html body .wrapper .container article .featured a:focus .layer, html body .wrapper .container article .featured:hover .layer, html body .wrapper .container .article .featured a:focus .layer, html body .wrapper .container .article .featured:hover .layer {
            box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
            -moz-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
            -webkit-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
            transition: all 0.6s ease-in-out;
            -webkit-transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            -ms-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out; }
          html body .wrapper .container article .details, html body .wrapper .container .article .details {
            display: block;
            float: left;
            width: 100%;
            padding: 1rem 1.5rem; }
            html body .wrapper .container article .details h3 a:focus, html body .wrapper .container .article .details h3 a:focus {
              text-decoration: underline;
              outline: 0px; }
            html body .wrapper .container article .details .user, html body .wrapper .container .article .details .user {
              float: left;
              width: 100%;
              text-align: left;
              margin: 0px;
              font-weight: bold; }
              html body .wrapper .container article .details .user a, html body .wrapper .container .article .details .user a {
                color: #64767B;
                text-decoration: none; }
              html body .wrapper .container article .details .user a:after, html body .wrapper .container .article .details .user a:after {
                display: inline-block;
                content: ' '; }
            html body .wrapper .container article .details .user:before, html body .wrapper .container .article .details .user:before {
              content: '';
              background: url("http://localhost/Enfield/wp-content/themes/Enfield/assets/img/users.png");
              background-position: 100% 0%;
              background-repeat: no-repeat;
              background-size: 20px;
              position: relative;
              display: inline-block;
              width: 20px;
              height: 20px;
              margin-right: 10px;
              -webkit-transition: all 200ms ease-out;
              -moz-transition: all 200ms ease-out;
              -o-transition: all 200ms ease-out;
              transition: all 200ms ease-out; }
            html body .wrapper .container article .details .centre, html body .wrapper .container .article .details .centre {
              float: left;
              width: 100%;
              text-align: left;
              margin: 0px;
              font-weight: bold;
              margin-bottom: 25px; }
              html body .wrapper .container article .details .centre a, html body .wrapper .container .article .details .centre a {
                color: #64767B;
                text-decoration: none; }
            html body .wrapper .container article .details .centre:before, html body .wrapper .container .article .details .centre:before {
              content: '';
              background: url("http://localhost/Enfield/wp-content/themes/Enfield/assets/img/location.png");
              background-position: 100% 0%;
              background-repeat: no-repeat;
              background-size: 20px;
              position: relative;
              display: inline-block;
              width: 20px;
              height: 25px;
              top: 6px;
              margin-right: 10px;
              -webkit-transition: all 200ms ease-out;
              -moz-transition: all 200ms ease-out;
              -o-transition: all 200ms ease-out;
              transition: all 200ms ease-out; }
            html body .wrapper .container article .details .read_more, html body .wrapper .container .article .details .read_more {
              font-size: 1.2em;
              font-weight: bold;
              -webkit-transition: all 200ms ease-in;
              -moz-transition: all 200ms ease-in;
              -o-transition: all 200ms ease-in;
              transition: all 200ms ease-in; }
              html body .wrapper .container article .details .read_more a, html body .wrapper .container .article .details .read_more a {
                text-decoration: none; }
            html body .wrapper .container article .details .read_more:after, html body .wrapper .container .article .details .read_more:after {
              content: '\f061';
              font-family: FontAwesome;
              font-weight: normal;
              font-style: normal;
              margin-left: 10px;
              -webkit-transition: all 200ms ease-out;
              -moz-transition: all 200ms ease-out;
              -o-transition: all 200ms ease-out;
              transition: all 200ms ease-out; }
            html body .wrapper .container article .details .read_more:hover, html body .wrapper .container .article .details .read_more:hover {
              margin-left: 5px; }
            html body .wrapper .container article .details .read_more:hover a, html body .wrapper .container .article .details .read_more:hover a {
              text-decoration: underline; }
            html body .wrapper .container article .details .read_more a:focus, html body .wrapper .container .article .details .read_more a:focus {
              text-decoration: underline;
              outline: 0px; }
        html body .wrapper .container article:nth-of-type(3n + 1) {
          clear: both; }
        html body .wrapper .container .sitemap {
          margin: 2em 0 3em; }
          html body .wrapper .container .sitemap .row h2 {
            margin-bottom: 3rem; }
          html body .wrapper .container .sitemap .row .column ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            margin-bottom: 5em; }
            html body .wrapper .container .sitemap .row .column ul li {
              margin: 0;
              padding: 0px;
              border-radius: 2px; }
              html body .wrapper .container .sitemap .row .column ul li a {
                display: block;
                text-decoration: none;
                padding: 9px 9px;
                line-height: 1.2em; }
              html body .wrapper .container .sitemap .row .column ul li a:link {
                text-decoration: none; }
              html body .wrapper .container .sitemap .row .column ul li a:visited {
                color: #303741; }
              html body .wrapper .container .sitemap .row .column ul li a:hover {
                outline: 0px;
                background: #007BB7;
                color: #FFFFFF; }
              html body .wrapper .container .sitemap .row .column ul li a:active {
                color: #0E4A22; }
              html body .wrapper .container .sitemap .row .column ul li a:focus {
                outline: 0px;
                background: #3395C5;
                color: #FFFFFF; }
            html body .wrapper .container .sitemap .row .column ul li:nth-child(even) {
              background: rgba(0, 0, 0, 0.03); }
        html body .wrapper .container .blog .item {
          padding: 60px 30px 50px;
          border-bottom: 1px solid #64767B; }
          html body .wrapper .container .blog .item .post-cont h2 {
            font-size: 2.8em;
            line-height: 1.1em; }
        html body .wrapper .container .work-heading {
          clear: both;
          margin: 0px auto;
          background: none; }
          html body .wrapper .container .work-heading .lead {
            font-size: 36px;
            line-height: 46px;
            padding: 2em 12%;
            text-align: center; }
        html body .wrapper .container .add-padding {
          position: relative;
          padding: 7rem 40px; }
        html body .wrapper .container .no-padding {
          position: relative;
          padding: 0rem 40px; }
        html body .wrapper .container .container-full {
          display: block;
          clear: both;
          width: calc(100% - 30px);
          left: 15px;
          position: relative;
          margin-bottom: 0px; }
        html body .wrapper .container .full_img {
          width: 100%; }
    html body a.button, html body #submit {
      padding: 1rem 3rem;
      text-align: center;
      line-height: 30px;
      background-color: #64767B;
      margin: 2em auto;
      width: auto;
      color: #FFFFFF !important;
      font-size: 1.2em;
      line-height: 1.2em;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 30px;
      cursor: pointer;
      display: table;
      clear: both;
      transition: all 100ms ease-in-out;
      -webkit-transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out; }
      @media (max-width: 400px) {
        html body a.button, html body #submit {
          font-size: .9em;
          padding: 1rem 2rem; } }
    html body a.button:after, html body #submit:after {
      content: '\f061';
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      margin-left: 10px;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
    html body a.button:hover, html body #submit:hover {
      background: #303741;
      text-decoration: none;
      padding: 1rem 2.5rem 1rem 3.5rem; }
      @media (max-width: 400px) {
        html body a.button:hover, html body #submit:hover {
          padding: .7rem 2.5rem .7rem 3.5rem;
          outline: 0px; } }
    html body a.button:focus, html body #submit:focus {
      background: #3395C5;
      text-decoration: none;
      padding: 1rem 2.5rem 1rem 3.5rem;
      outline: 0px; }
      @media (max-width: 400px) {
        html body a.button:focus, html body #submit:focus {
          padding: .7rem 2.5rem .7rem 3.5rem;
          outline: 0px; } }

#container {
  padding-bottom: 0;
  margin-bottom: 24em; }
  @media (max-width: 1068px) {
    #container {
      margin-bottom: 27em; } }
  @media (max-width: 768px) {
    #container {
      margin-bottom: 33em; } }

.about-wrapper {
  margin: 3em 0; }
  .about-wrapper .about-box {
    background: #007BB7;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #007BB7 27%, #19763A 65%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #007BB7 27%, #19763A 65%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #007BB7 27%, #19763A 65%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$lochmara', endColorstr='$jewel',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    height: auto;
    display: inline-block !important;
    margin-bottom: -6px !important;
    overflow: hidden; }
    @media (max-width: 400px) {
      .about-wrapper .about-box {
        margin-bottom: 0px !important; } }
    .about-wrapper .about-box .container {
      padding-top: 8em !important;
      padding-bottom: 10em !important; }
      @media (max-width: 400px) {
        .about-wrapper .about-box .container {
          padding-top: 4em !important;
          padding-bottom: 4em !important; } }
      .about-wrapper .about-box .container .crumbs {
        background: transparent !important;
        color: #FFFFFF;
        text-align: left; }
      .about-wrapper .about-box .container .title_box {
        text-align: center;
        width: 100%;
        position: relative;
        z-index: 1; }
        .about-wrapper .about-box .container .title_box h1 {
          text-align: center;
          color: #FFFFFF;
          line-height: 35px;
          margin-bottom: 1em; }
        .about-wrapper .about-box .container .title_box h2 {
          color: #FFFFFF;
          font-size: 2em;
          line-height: 1.2em;
          margin-bottom: 1em; }
          @media (max-width: 1028px) {
            .about-wrapper .about-box .container .title_box h2 {
              font-size: 1.7em;
              line-height: 1.1em; } }
          @media (max-width: 500px) {
            .about-wrapper .about-box .container .title_box h2 {
              font-size: 1.2em;
              line-height: 1.2em;
              font-weight: 400; } }
    .about-wrapper .about-box .ethereal {
      width: 150%;
      height: 70%;
      top: 100%;
      left: 50%;
      position: absolute;
      background: #293364;
      border-radius: 100%;
      transform: translate(-50%, -50%);
      opacity: 0.2;
      filter: blur(8rem);
      -webkit-animation: cloudburst 11s ease-in 0s infinite;
      -moz-animation: cloudburst 11s ease-in 0s infinite;
      -o-animation: cloudburst 11s ease-in 0s infinite;
      animation: cloudburst 11s ease-in 0s infinite; }
      @media (max-width: 1086px) {
        .about-wrapper .about-box .ethereal {
          display: none; } }
  .about-wrapper .container {
    position: relative; }
    @media (max-width: 400px) {
      .about-wrapper .container {
        top: inherit; } }
    .about-wrapper .container .about-statement {
      margin-top: -10em; }
      @media (max-width: 1064px) {
        .about-wrapper .container .about-statement {
          margin-top: -4em; } }
      .about-wrapper .container .about-statement .row {
        *zoom: 1; }
        .about-wrapper .container .about-statement .row .share_column {
          position: -webkit-sticky;
          position: sticky;
          top: 5em;
          height: 360px; }
          @media (max-width: 768px) {
            .about-wrapper .container .about-statement .row .share_column {
              display: none; } }
          .about-wrapper .container .about-statement .row .share_column .social_sidebar {
            display: block;
            padding: 1em 0em;
            width: auto;
            max-width: 100px;
            background: #f0f0f0;
            border-radius: 5px; }
            .about-wrapper .container .about-statement .row .share_column .social_sidebar figure {
              margin: 0;
              width: 100%;
              display: block;
              border: 0px;
              padding: .3em 0em; }
              @media (max-width: 400px) {
                .about-wrapper .container .about-statement .row .share_column .social_sidebar figure {
                  width: 20%;
                  display: block;
                  float: left; } }
              .about-wrapper .container .about-statement .row .share_column .social_sidebar figure img {
                display: block;
                margin: 0px auto; }
                @media (max-width: 400px) {
                  .about-wrapper .container .about-statement .row .share_column .social_sidebar figure img {
                    padding: 5%;
                    width: 90%;
                    height: auto; } }
              .about-wrapper .container .about-statement .row .share_column .social_sidebar figure h5 {
                text-align: center;
                color: #63787c; }
                @media (max-width: 400px) {
                  .about-wrapper .container .about-statement .row .share_column .social_sidebar figure h5 {
                    line-height: 36px; } }
            .about-wrapper .container .about-statement .row .share_column .social_sidebar figure:first-of-type {
              padding-bottom: 0em; }
              @media (max-width: 400px) {
                .about-wrapper .container .about-statement .row .share_column .social_sidebar figure:first-of-type {
                  width: 25%;
                  border-right: 1px solid #303741;
                  margin-right: 7.5%; } }
        .about-wrapper .container .about-statement .row .feature_column {
          justify-content: space-between;
          display: flex;
          flex-wrap: wrap; }
          @media (max-width: 1068px) {
            .about-wrapper .container .about-statement .row .feature_column {
              justify-content: inherit;
              display: block;
              flex-wrap: no-wrap; } }
          .about-wrapper .container .about-statement .row .feature_column .feature {
            width: calc(50% - 1em);
            margin: .5em;
            float: left;
            overflow: hidden;
            border-radius: 5px;
            box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.05);
            background: #FFFFFF; }
            @media (max-width: 1068px) {
              .about-wrapper .container .about-statement .row .feature_column .feature {
                width: calc(100% + 80px);
                margin: 0px;
                margin-left: -40px;
                border-radius: 0px;
                box-shadow: none; } }
            @media (max-width: 400px) {
              .about-wrapper .container .about-statement .row .feature_column .feature {
                width: calc(100% + 40px);
                margin: 0px;
                margin-left: -20px; } }
            .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block {
              background-size: cover !important;
              background-position: 50% 50% !important;
              background-repeat: no-repeat !important;
              background: #19763A;
              padding: 3em;
              height: 100%;
              width: 100%;
              position: relative; }
              @media (max-width: 1250px) {
                .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block {
                  padding: 2em; } }
              @media (max-width: 1064px) {
                .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block {
                  padding: 1.5em; } }
              @media (max-width: 768px) {
                .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block {
                  padding: 2em; } }
              @media (max-width: 400px) {
                .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block {
                  padding: 2em; } }
              .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block h2, .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block h3, .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block h4, .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block h5, .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block p {
                color: #FFFFFF;
                z-index: 1;
                position: relative; }
              .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block h3 {
                color: #FFFFFF;
                font-size: 2em;
                line-height: 1.2em;
                margin-bottom: 1em; }
                @media (max-width: 1028px) {
                  .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block h3 {
                    font-size: 1.7em;
                    line-height: 1.1em; } }
                @media (max-width: 500px) {
                  .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block h3 {
                    font-size: 1.2em;
                    line-height: 1.2em;
                    font-weight: 400; } }
              .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block img {
                position: absolute;
                width: auto;
                height: 100%;
                top: 50%;
                left: 50%;
                z-index: 0;
                -webkit-transform: translate(-50%, -50%) scale(1.5);
                -moz-transform: translate(-50%, -50%) scale(1.5);
                -o-transform: translate(-50%, -50%) scale(1.5);
                transform: translate(-50%, -50%) scale(1.5);
                -webkit-transition: all ease-out 100ms;
                -moz-transition: all ease-out 100ms;
                -o-transition: all ease-out 100ms;
                transition: all ease-out 100ms; }
            .about-wrapper .container .about-statement .row .feature_column .feature .testimonial-block:hover img {
              -webkit-transform: translate(-50%, -50%) scale(1.6);
              -moz-transform: translate(-50%, -50%) scale(1.6);
              -o-transform: translate(-50%, -50%) scale(1.6);
              transform: translate(-50%, -50%) scale(1.6); }
            .about-wrapper .container .about-statement .row .feature_column .feature .text-block {
              padding: 3em;
              margin-bottom: 2em;
              height: auto; }
              @media (max-width: 1250px) {
                .about-wrapper .container .about-statement .row .feature_column .feature .text-block {
                  padding: 2em; } }
              @media (max-width: 1064px) {
                .about-wrapper .container .about-statement .row .feature_column .feature .text-block {
                  padding: 1.5em; } }
              @media (max-width: 768px) {
                .about-wrapper .container .about-statement .row .feature_column .feature .text-block {
                  padding: 2em; } }
              @media (max-width: 400px) {
                .about-wrapper .container .about-statement .row .feature_column .feature .text-block {
                  padding: 2em; } }
          .about-wrapper .container .about-statement .row .feature_column .trio {
            width: calc(33.333% - 1em);
            margin: .5em;
            background: #FFFFFF; }
            @media (max-width: 1068px) {
              .about-wrapper .container .about-statement .row .feature_column .trio {
                width: calc(100% + 80px);
                margin: 0px;
                margin-left: -40px;
                border-radius: 0px;
                box-shadow: none; } }
            @media (max-width: 400px) {
              .about-wrapper .container .about-statement .row .feature_column .trio {
                width: calc(100% + 40px);
                margin: 0px;
                margin-left: -20px; } }
            .about-wrapper .container .about-statement .row .feature_column .trio .text-block {
              padding: 3em 2em;
              color: #FFFFFF !important; }
              .about-wrapper .container .about-statement .row .feature_column .trio .text-block h3 {
                color: #FFFFFF;
                font-size: 2em;
                line-height: 1.2em;
                margin-bottom: 1em; }
                @media (max-width: 1028px) {
                  .about-wrapper .container .about-statement .row .feature_column .trio .text-block h3 {
                    font-size: 1.7em;
                    line-height: 1.1em; } }
                @media (max-width: 500px) {
                  .about-wrapper .container .about-statement .row .feature_column .trio .text-block h3 {
                    font-size: 1.2em;
                    line-height: 1.2em;
                    font-weight: 400; } }
              .about-wrapper .container .about-statement .row .feature_column .trio .text-block p {
                margin: 0;
                line-height: 1.28em; }
          .about-wrapper .container .about-statement .row .feature_column .quality-feature {
            background-color: #007BB7; }
          .about-wrapper .container .about-statement .row .feature_column .sustain-feature {
            background-color: #19763A; }
          .about-wrapper .container .about-statement .row .feature_column .growth-feature {
            background-color: #64767B; }
    .about-wrapper .container .team-carousel {
      padding: 2em 0em 1em; }
      @media (max-width: 1084px) {
        .about-wrapper .container .team-carousel {
          padding: 7em 0em 4em; } }
      @media (max-width: 768px) {
        .about-wrapper .container .team-carousel {
          padding: 5em 0em 3em; } }
      @media (max-width: 400px) {
        .about-wrapper .container .team-carousel {
          padding: 0em 0 2em; } }
      .about-wrapper .container .team-carousel .full-container .container {
        margin-top: 0em;
        padding: 3rem 80px 0em;
        text-align: center; }
        .about-wrapper .container .team-carousel .full-container .container h2 {
          text-align: center; }
        .about-wrapper .container .team-carousel .full-container .container #carousel {
          background: transparent;
          left: 0;
          overflow: visible; }
          .about-wrapper .container .team-carousel .full-container .container #carousel .flex-viewport {
            overflow: visible !important; }
          .about-wrapper .container .team-carousel .full-container .container #carousel .slides {
            overflow: visible; }
            .about-wrapper .container .team-carousel .full-container .container #carousel .slides li article {
              width: 100%; }
              .about-wrapper .container .team-carousel .full-container .container #carousel .slides li article .details {
                font-size: .9em; }
                .about-wrapper .container .team-carousel .full-container .container #carousel .slides li article .details h4 {
                  line-height: 1.25em;
                  margin-bottom: .3em; }
                .about-wrapper .container .team-carousel .full-container .container #carousel .slides li article .details h5 {
                  line-height: 1.25em;
                  margin-bottom: .3em; }
                .about-wrapper .container .team-carousel .full-container .container #carousel .slides li article .details p {
                  line-height: 1.25em; }

.wpcf7 .screen-reader-response {
  display: none; }

.wpcf7 input::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 1px; }

.wpcf7 input::-moz-placeholder {
  color: #fff;
  letter-spacing: 1px; }

.wpcf7 input:-ms-input-placeholder {
  color: #fff;
  letter-spacing: 1px; }

.wpcf7 input:-moz-placeholder {
  color: #fff;
  letter-spacing: 1px; }

.wpcf7 textarea::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 1px; }

.wpcf7 textarea::-moz-placeholder {
  color: #fff;
  letter-spacing: 1px; }

.wpcf7 textarea:-ms-input-placeholder {
  color: #fff;
  letter-spacing: 1px; }

.wpcf7 textarea:-moz-placeholder {
  color: #fff;
  letter-spacing: 1px; }

.wpcf7 .sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap; }

.wpcf7 .sod_select, .wpcf7 .sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 input[type=button],
.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 textarea {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2em;
  text-align: left;
  color: #fff;
  border-color: #fff;
  border: 0px solid;
  background-color: transparent;
  outline: 0px !important;
  margin-bottom: 0px;
  position: relative; }

.wpcf7 input {
  display: block;
  width: 100%;
  margin: 0px;
  border: 0px solid;
  margin-bottom: 0px;
  padding: 8px; }

.wpcf7 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 29px #2474b7 inset;
  -webkit-text-fill-color: #fff !important;
  border-left: 0px solid;
  border-color: inherit; }

.wpcf7 label {
  text-align: left;
  margin: 0px 0px 10px;
  background: transparent; }
  .wpcf7 label span {
    display: inline-block;
    float: left;
    width: 100%; }

.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type=email], .wpcf7 .submit {
  -webkit-appearance: none;
  display: block;
  text-align: left;
  width: calc(100% - 5px);
  border: 1px solid #fff;
  padding: 8px;
  margin: 2.5px 5px;
  margin-bottom: .3em; }

.wpcf7 textarea:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=select] {
  border-bottom: 3px solid #fff; }

.wpcf7 input[type=submit],
.wpcf7 input[type=button] {
  font-size: .8em;
  margin: 0px;
  border: 1px solid #fff;
  padding: 8px;
  width: 100%;
  text-align: center;
  margin: 1em auto 0;
  max-width: 250px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out; }

.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus,
.wpcf7 input[type=button]:hover, .wpcf7 input[type=submit]:focus {
  cursor: pointer;
  text-decoration: underline; }

.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=button]:focus {
  color: #fff;
  background: transparent; }

.wpcf7 select {
  -moz-placeholder-webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-placeholder-moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url("/wp-content/themes/hsproperty/assets/img/dropdownarrow.png") no-repeat;
  /*Adds background-image*/
  background-size: 12px;
  background-position: 97% 50%;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/ }
  .wpcf7 select option {
    color: #000; }
  .wpcf7 select option:first-of-type {
    color: #ccc; }

.wpcf7 .your-consent {
  width: 30px;
  margin: .5em auto;
  display: block;
  padding: 1em 0 1em 1em;
  float: left; }
  @media (max-width: 600px) {
    .wpcf7 .your-consent .wpcf7-form-control {
      padding: 1em; } }
  .wpcf7 .your-consent input[type=checkbox] {
    width: auto;
    color: #fff;
    float: left;
    margin-right: 1em; }

.wpcf7 .confirmation {
  width: calc(100% - 45px);
  margin: .5em auto;
  display: block;
  padding: 1em;
  float: left;
  font-size: 1em;
  color: #fff;
  margin-bottom: 1.3em; }

.wpcf7-not-valid-tip {
  position: relative !important;
  height: 0 !important;
  padding: .3em .5em;
  top: -4px;
  line-height: 0;
  font-size: 0.7em;
  font-weight: 100;
  font-style: italic;
  color: #ccc; }

.wpcf7-response-output {
  position: relative;
  height: 0px;
  font-size: .8em;
  clear: both;
  text-align: center;
  color: #ccc;
  font-style: italic;
  margin: 0; }

.contact {
  display: inline-block;
  width: calc(100% + 4em);
  left: -2em;
  position: relative;
  padding: 2em;
  margin-bottom: -4em; }
  @media (max-width: 1086px) {
    .contact {
      margin-bottom: 0em; } }
  .contact .row {
    padding: 0px;
    margin: 40px 0px; }
    .contact .row h2.title {
      width: 100%;
      text-align: center;
      color: #fff; }
    .contact .row h3, .contact .row p {
      font-size: 1.2em;
      line-height: 1.4em; }
    .contact .row .contact_form {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      display: block; }
      .contact .row .contact_form fieldset {
        width: 100%;
        padding: .2em;
        border: 0; }
        @media (max-width: 600px) {
          .contact .row .contact_form fieldset {
            padding: 0; } }
      .contact .row .contact_form form {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: relative; }
        .contact .row .contact_form form label {
          font-weight: bold;
          width: 100%;
          display: inline-block;
          padding: 7px 15px;
          margin: 0 0 10px;
          line-height: 40px; }
        .contact .row .contact_form form label span {
          width: calc(100% - 160px);
          float: right;
          position: relative; }
          @media (max-width: 1200px) {
            .contact .row .contact_form form label span {
              width: 100%;
              clear: both;
              float: none;
              margin-bottom: 1em;
              position: relative; } }
          @media (max-width: 400px) {
            .contact .row .contact_form form label span {
              margin-bottom: .5em;
              display: inline-block; } }
          @media (max-width: 320px) {
            .contact .row .contact_form form label span {
              margin-bottom: .5em;
              display: inline-block; } }
      .contact .row .contact_form .c-1 {
        width: 100%; }
        @media (max-width: 600px) {
          .contact .row .contact_form .c-1 {
            width: 100%; } }
      .contact .row .contact_form .c-2 {
        width: 50%;
        float: left; }
        @media (max-width: 600px) {
          .contact .row .contact_form .c-2 {
            width: 100%; } }
  .contact .scroll_up {
    position: absolute;
    right: 1em;
    bottom: 1em;
    color: #fff;
    text-align: center;
    margin: 1em 0 -1em;
    display: inline-block; }
  .contact .scroll_up:hover, .contact .scroll_up:focus {
    cursor: pointer;
    text-decoration: none;
    font-weight: bolder; }
  .contact .arrow {
    top: -3px;
    -webkit-animation: bounce .7s ease-in-out 0s infinite;
    -ms-animation: bounce .7s ease-in-out 0s infinite;
    -moz-animation: bounce .7s ease-in-out 0s infinite;
    animation: bounce .7s ease-in-out 0s infinite; }
    @media (max-width: 768px) {
      .contact .arrow {
        background: rgba(23, 80, 125, 0.8);
        position: fixed;
        top: inherit;
        bottom: 0;
        right: inherit;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9999;
        -webkit-animation: none;
        -ms-animation: none;
        -moz-animation: none;
        animation: none;
        padding: 0.2em .2em .3em;
        font-size: .8em;
        color: transparent; } }
  .contact .arrow:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url("/wp-content/themes/hsproperty/assets/img/scrollup.png") no-repeat center;
    margin: 0 auto;
    background-size: 20px; }

/* Heading_Box */
.heading_box {
  background: #d0dd3c;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }
  .heading_box .heading {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.2em;
    position: relative;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px;
    margin: 0px auto;
    padding: 7em 2em 5em;
    max-width: 965px; }
    @media (max-width: 1400px) {
      .heading_box .heading {
        max-width: 850px; } }
    @media (max-width: 1084px) {
      .heading_box .heading {
        max-width: 650px; } }
    .heading_box .heading h1 {
      font-size: 4em; }
      @media (max-width: 1400px) {
        .heading_box .heading h1 {
          font-size: 3.4em; } }
      @media (max-width: 1084px) {
        .heading_box .heading h1 {
          font-size: 2.3em; } }
      @media (max-width: 768px) {
        .heading_box .heading h1 {
          font-size: 2.3em; } }
      @media (max-width: 400px) {
        .heading_box .heading h1 {
          font-size: 1.8em; } }
      @media (max-width: 320px) {
        .heading_box .heading h1 {
          font-size: 1.5em; } }
    .heading_box .heading .button {
      padding: 1rem 2rem;
      text-align: center;
      line-height: 1.1em;
      width: auto;
      background-color: transparent;
      border: 4px solid #FFFFFF;
      margin: 10px auto;
      color: #fff;
      font-weight: bold;
      font-size: 1.3em;
      border-radius: 0px;
      cursor: pointer;
      display: inline-block;
      clear: both;
      transition: all 100ms ease-in-out;
      -webkit-transition: background 100ms ease-in-out;
      -moz-transition: background 100ms ease-in-out;
      -o-transition: background 100ms ease-in-out; }
      @media (max-width: 768px) {
        .heading_box .heading .button {
          font-size: 1.2em; } }
      @media (max-width: 400px) {
        .heading_box .heading .button {
          font-size: 1.1em;
          padding: .9rem 1.3rem;
          border: 3px solid #FFFFFF; } }
      @media (max-width: 320px) {
        .heading_box .heading .button {
          font-size: 1em;
          padding: .7rem 1rem; } }
      .heading_box .heading .button a {
        color: inherit !important;
        text-decoration: none !important; }
    .heading_box .heading .button:hover {
      background: #FFFFFF;
      border: 4px solid #FFFFFF;
      color: #64767B; }
      @media (max-width: 400px) {
        .heading_box .heading .button:hover {
          border: 3px solid #FFFFFF; } }

.quote_box {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: inline-block;
  height: 60vh;
  min-height: 600px;
  margin-bottom: 0em; }
  .quote_box .quote {
    position: absolute;
    right: -15px;
    bottom: -15px;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0;
    background: rgba(60, 137, 201, 0.8);
    border: 15px solid #fff; }
    @media (max-width: 500px) {
      .quote_box .quote {
        position: absolute;
        width: 100%;
        height: auto;
        right: inherit;
        left: 0;
        bottom: 0;
        border: 0em solid #fff;
        border-top: 1em solid #fff;
        padding: 1em; } }
    .quote_box .quote h3 {
      text-align: right;
      padding: 2em 2em 2em;
      font-weight: 500;
      color: #fff;
      letter-spacing: 0px; }
      @media (max-width: 600px) {
        .quote_box .quote h3 {
          text-align: center;
          padding: 2em 2em 3em; } }
  .quote_box .quote:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 110px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("/wp-content/themes/hsproperty/assets/img/quote.png") no-repeat center;
    background-size: contain; }
  .quote_box .instruction {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.25em;
    padding: .3em .8em;
    color: #fff;
    font-weight: 500; }
  .quote_box .caption {
    position: absolute;
    left: 1em;
    bottom: 0;
    background: rgba(60, 137, 201, 0.6);
    line-height: 1.25em;
    padding: .3em .8em;
    margin: 0;
    font-size: 1.2em;
    color: #fff; }

.services_home {
  padding: 2rem 0; }
  .services_home hr {
    margin: 3em 0; }
  .services_home .row .title-col {
    font-size: inherit; }
    .services_home .row .title-col h2 {
      font-size: 1.8em;
      text-align: center; }
  @media (max-width: 768px) {
    .services_home .row .column-blocks {
      padding: 0em; } }
  @media (max-width: 400px) {
    .services_home .row .column-blocks {
      padding: 0em; } }
  @media (max-width: 320px) {
    .services_home .row .column-blocks {
      padding: 0em; } }
  .services_home .row .column-blocks h3 {
    font-size: 3em;
    font-weight: bold;
    text-align: center; }
    .services_home .row .column-blocks h3 a:hover {
      text-decoration: underline; }
    .services_home .row .column-blocks h3 a:focus {
      outline: none;
      text-decoration: underline; }
    @media (max-width: 400px) {
      .services_home .row .column-blocks h3 {
        text-align: center; } }
  @media (max-width: 400px) {
    .services_home .row .column-blocks p {
      text-align: center; } }
  .services_home .row .column-blocks a figure {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 5px 0 5px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .services_home .row .column-blocks a figure {
        margin: 0; } }
    @media (max-width: 400px) {
      .services_home .row .column-blocks a figure {
        width: 100%;
        height: auto; } }
    .services_home .row .column-blocks a figure img {
      width: 70px;
      height: auto;
      float: left; }
    .services_home .row .column-blocks a figure .services_btn {
      position: relative;
      width: 70px;
      height: 70px;
      border-radius: 35px;
      float: left;
      background-color: #e5e5e5;
      -webkit-transition: all 100ms ease-in;
      -moz-transition: all 100ms ease-in;
      -o-transition: all 100ms ease-in;
      transition: all 100ms ease-in; }
      @media (max-width: 1250px) {
        .services_home .row .column-blocks a figure .services_btn {
          width: 70px;
          height: 70px; } }
      @media (max-width: 850px) {
        .services_home .row .column-blocks a figure .services_btn {
          width: 65px;
          height: 65px; } }
      @media (max-width: 768px) {
        .services_home .row .column-blocks a figure .services_btn {
          width: 70px;
          height: 70px; } }
      @media (max-width: 400px) {
        .services_home .row .column-blocks a figure .services_btn {
          width: 50px;
          height: 50px; } }
      @media (max-width: 320px) {
        .services_home .row .column-blocks a figure .services_btn {
          width: 40px;
          height: 40px; } }
      .services_home .row .column-blocks a figure .services_btn img {
        position: absolute;
        display: block;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in; }
    .services_home .row .column-blocks a figure h4 {
      position: relative;
      width: auto;
      float: left;
      line-height: 70px;
      padding: 0em;
      padding-left: .7em;
      margin: 0px;
      font-weight: bold;
      font-size: 1.6em;
      left: 0;
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in; }
      @media (max-width: 1468px) {
        .services_home .row .column-blocks a figure h4 {
          font-size: 1.4em; } }
      @media (max-width: 1268px) {
        .services_home .row .column-blocks a figure h4 {
          font-size: 1.2em; } }
      @media (max-width: 1068px) {
        .services_home .row .column-blocks a figure h4 {
          padding-left: .5em;
          font-size: 1.1em;
          line-height: 70px; } }
      @media (max-width: 850px) {
        .services_home .row .column-blocks a figure h4 {
          line-height: 65px; } }
      @media (max-width: 768px) {
        .services_home .row .column-blocks a figure h4 {
          padding-left: .7em;
          font-size: 1.5em;
          line-height: 70px; } }
      @media (max-width: 500px) {
        .services_home .row .column-blocks a figure h4 {
          font-size: 1.1em;
          line-height: 50px; } }
      @media (max-width: 320px) {
        .services_home .row .column-blocks a figure h4 {
          font-size: 1em; } }
    .services_home .row .column-blocks a figure h4:after {
      content: '\f061';
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      margin-left: 10px;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
  .services_home .row .column-blocks a figure:hover .inde_btn {
    background: #293364;
    outline: 0px; }
  .services_home .row .column-blocks a figure:hover .well_btn {
    background: #0E4A22;
    outline: 0px; }
  .services_home .row .column-blocks a figure:hover .service_btn img {
    width: 80%;
    outline: 0px; }
  .services_home .row .column-blocks a figure:hover h4 {
    left: 5px;
    text-decoration: underline;
    outline: 0px; }
  .services_home .row .column-blocks .column-blocks:first-of-type {
    margin-top: .5em; }
  .services_home .row .column-blocks a:focus {
    outline: 0px; }
  .services_home .row .column-blocks a:focus figure .service_btn img {
    width: 80%; }
  .services_home .row .column-blocks a:focus figure h4 {
    left: 5px;
    text-decoration: underline; }
  .services_home .row .button {
    margin: 5em auto 3em; }

.services {
  padding: 2rem 0; }

.accordion {
  *zoom: 1; }
  .accordion .share_column {
    position: -webkit-sticky;
    position: sticky;
    top: 3em;
    height: 50px; }
    @media (max-width: 400px) {
      .accordion .share_column {
        position: relative;
        top: inherit;
        height: auto; } }
    .accordion .share_column .social_sidebar {
      display: block;
      width: 100%;
      background: #FBFCFC; }
      .accordion .share_column .social_sidebar figure {
        margin: 0;
        width: 100%;
        display: inline-block;
        border: 0px;
        padding: 1.5em 0em .3em;
        cursor: pointer; }
        @media (max-width: 400px) {
          .accordion .share_column .social_sidebar figure {
            width: auto;
            float: left;
            display: block;
            margin-bottom: 1em; } }
        .accordion .share_column .social_sidebar figure img {
          display: block;
          margin: 0px auto; }
        .accordion .share_column .social_sidebar figure h5 {
          text-align: center;
          color: #64767B; }
  .accordion .accessible_column {
    display: inline-block; }
    .accordion .accessible_column a {
      color: #293364 !important; }
    .accordion .accessible_column .accordion {
      margin: 2em 0em; }
      .accordion .accessible_column .accordion .accord_section {
        position: relative;
        margin-bottom: 1px;
        width: 100%;
        color: #000000;
        overflow: hidden; }
        .accordion .accessible_column .accordion .accord_section label {
          position: relative;
          display: block;
          padding: 0 0 0 1em;
          background: #FBFCFC;
          font-weight: bold;
          line-height: 3;
          cursor: pointer; }
        .accordion .accessible_column .accordion .accord_section .accord_content {
          display: none; }
        .accordion .accessible_column .accordion .accord_section label::after {
          position: absolute;
          right: 0;
          top: 0;
          display: block;
          width: 1.8em;
          height: 1.8em;
          line-height: 1.8em;
          text-align: center;
          -webkit-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms; }
        .accordion .accessible_column .accordion .accord_section input {
          position: absolute;
          opacity: 1;
          cursor: pointer;
          z-index: 1;
          padding: 0em 1em 0em;
          width: 100%;
          height: 100%; }
        .accordion .accessible_column .accordion .accord_section .tabs {
          background: #FFFFFF;
          background-color: transparent;
          content: '';
          width: 0px; }
        .accordion .accessible_column .accordion .accord_section input:hover, .accordion .accessible_column .accordion .accord_section input:focus {
          outline: 2px solid #3395C5; }
        .accordion .accessible_column .accordion .accord_section input:checked ~ .accord_content {
          max-height: 40em;
          padding: 2em 2em 1.5em;
          display: block; }
        .accordion .accessible_column .accordion .accord_section input[type=checkbox] + label::after {
          content: "+";
          font-weight: bold;
          font-size: 1.8em; }
        .accordion .accessible_column .accordion .accord_section input[type=radio] + label::after {
          content: "\25BC"; }
        .accordion .accessible_column .accordion .accord_section input[type=checkbox]:checked + label::after {
          transform: rotate(315deg); }
        .accordion .accessible_column .accordion .accord_section input[type=radio]:checked + label::after {
          transform: rotateX(180deg); }
        .accordion .accessible_column .accordion .accord_section .accord_content {
          background: #FFFFFF;
          max-height: 0;
          overflow: hidden;
          -webkit-transition: padding 0ms;
          -o-transition: padding 0ms;
          transition: padding 0ms;
          -webkit-transition: max-height 0ms;
          -o-transition: max-height 0ms;
          transition: max-height 0ms; }
          .accordion .accessible_column .accordion .accord_section .accord_content h5 {
            line-height: 1.5em;
            color: #007BB7; }
          .accordion .accessible_column .accordion .accord_section .accord_content strong {
            color: #007BB7; }
          .accordion .accessible_column .accordion .accord_section .accord_content ul {
            list-style-type: none; }
            .accordion .accessible_column .accordion .accord_section .accord_content ul li {
              color: #293364;
              margin-bottom: 0.2em;
              font-style: italic;
              font-weight: bold; }

.service_box {
  background: #007BB7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #007BB7 27%, #19763A 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #007BB7 27%, #19763A 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #007BB7 27%, #19763A 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$lochmara', endColorstr='$jewel',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  height: auto;
  display: inline-block !important;
  margin-bottom: -6px !important;
  padding-top: 70px !important; }
  .service_box .container .title_box {
    width: 50%;
    position: relative;
    float: left; }
    @media (max-width: 767px) {
      .service_box .container .title_box {
        width: 100%;
        display: inline-block; } }
    .service_box .container .title_box h1 {
      color: #FFFFFF;
      margin: 0px;
      line-height: 60px; }
      @media (max-width: 767px) {
        .service_box .container .title_box h1 {
          margin-bottom: .5em;
          display: inline-block; } }
  .service_box .container .search-block {
    width: 50%;
    max-width: 450px;
    position: relative;
    float: right; }
    @media (max-width: 767px) {
      .service_box .container .search-block {
        display: inline-block;
        width: 100%;
        float: left;
        margin-bottom: 2em; } }
    .service_box .container .search-block form {
      margin: 0px;
      width: 100%;
      max-width: 440px;
      display: inline-block;
      outline: 2px solid #3395C5; }
      .service_box .container .search-block form .search-wrap {
        padding: 0px;
        color: transparent; }
        .service_box .container .search-block form .search-wrap label {
          display: none; }
        .service_box .container .search-block form .search-wrap input::-webkit-input-placeholder {
          color: #303741; }
        .service_box .container .search-block form .search-wrap input::-moz-placeholder {
          color: #303741; }
        .service_box .container .search-block form .search-wrap input:-ms-input-placeholder {
          color: #303741; }
        .service_box .container .search-block form .search-wrap input:-moz-placeholder {
          color: #303741; }
        .service_box .container .search-block form .search-wrap textarea::-webkit-input-placeholder {
          color: #303741; }
        .service_box .container .search-block form .search-wrap textarea::-moz-placeholder {
          color: #303741; }
        .service_box .container .search-block form .search-wrap textarea:-ms-input-placeholder {
          color: #303741; }
        .service_box .container .search-block form .search-wrap textarea:-moz-placeholder {
          color: #303741; }
        .service_box .container .search-block form .search-wrap input {
          background-color: #FFFFFF;
          display: block;
          float: left;
          width: calc(100% - 60px);
          margin: 0;
          border: 2px solid #217E3A;
          margin-bottom: 0px;
          height: 60px;
          line-height: 60px;
          padding: 0px 15px;
          font-size: 1.4em;
          font-weight: bold;
          letter-spacing: -0.5px; }
        .service_box .container .search-block form .search-wrap input:hover, .service_box .container .search-block form .search-wrap input:focus {
          border-color: #3395C5;
          background-color: #FBFCFC;
          color: #000000; }
        .service_box .container .search-block form .search-wrap input[type="submit"] {
          width: 60px;
          margin: 0;
          background-color: #217E3A;
          border: 2px solid #217E3A;
          margin-bottom: 0px;
          height: 60px;
          line-height: 60px;
          background-repeat: no-repeat;
          background-size: 70%;
          background-position: 47% 50%;
          cursor: pointer;
          color: transparent; }
        .service_box .container .search-block form .search-wrap input[type="submit"]:hover, .service_box .container .search-block form .search-wrap input[type="submit"]:focus {
          background-color: #3395C5;
          border: 2px solid #3395C5; }

.single_service .search-box {
  z-index: -1;
  background-position: 50% 0% !important; }
  .single_service .search-box .container {
    z-index: 0; }

.single_service .container .row .post_column .related {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 0px solid #64767B;
  width: 100%;
  display: inline-block; }
  @media (max-width: 768px) {
    .single_service .container .row .post_column .related {
      padding-top: 1rem;
      margin-top: 1rem; } }

.single_service .container .row .post_column .sendus {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid #64767B;
  width: 100%;
  display: inline-block; }
  @media (max-width: 768px) {
    .single_service .container .row .post_column .sendus {
      padding-top: 2rem;
      margin-top: 3rem; } }

.single_service .container .row .post_column a.relative {
  position: relative;
  color: #FFFFFF;
  padding: 7px 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border: 0px;
  border-radius: 3px;
  margin: 4px 2px;
  display: inline-block; }

.single_service .container .row .post_column a.relative:hover, .single_service .container .row .post_column a.relative:focus {
  background: #3395C5 !important;
  outline: 0;
  text-decoration: none; }

.single_service .container .row .contact_column {
  background: #f0f0f0;
  padding: 1.5rem;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .single_service .container .row .contact_column {
      text-align: right; } }
  @media (max-width: 575px) {
    .single_service .container .row .contact_column {
      padding-top: 2rem;
      margin-top: 3rem;
      border-top: 1px solid #64767B;
      width: 100%;
      display: inline-block;
      text-align: left; } }
  .single_service .container .row .contact_column img {
    width: 100%;
    height: auto;
    display: block;
    margin: 1em auto; }
  .single_service .container .row .contact_column h3 {
    color: #64767B;
    margin: 0 0 35px; }
  .single_service .container .row .contact_column h5 {
    margin: 0 0 15px;
    font-weight: normal; }
  .single_service .container .row .contact_column h4 {
    font-weight: bold;
    margin: 0;
    line-height: 1.3em; }

.single_service .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.9;
  left: 0;
  top: 0;
  z-index: -1; }

.single_service .well {
  background: #19763A; }

.single_service .inde {
  background: #007BB7; }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results {
    display: inline-block; } }

html body .wrapper .container .search_results .pagetitle {
  text-align: center; }
  @media (min-width: 1084px) {
    html body .wrapper .container .search_results .pagetitle {
      text-align: left; } }
  @media (max-width: 400px) {
    html body .wrapper .container .search_results .pagetitle {
      text-align: left;
      font-size: 2.1em; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article {
    width: 100% !important;
    margin-bottom: 1rem;
    clear: both;
    display: inline-block;
    padding: 0px;
    overflow: hidden;
    position: relative;
    max-width: none; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .featured {
    position: absolute;
    float: left;
    width: 33%;
    height: 100%;
    padding: 0px;
    border: 0px;
    overflow: hidden; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .featured img {
    display: block;
    height: 100%;
    width: auto; } }

html body .wrapper .container .search_results article .featured a:focus .layer, html body .wrapper .container .search_results article .featured:hover .layer {
  box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out; }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details {
    display: block;
    float: right;
    width: 66%;
    padding: 2em; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .relevancy {
    position: absolute;
    right: 40px;
    bottom: 40px; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .user {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px;
    font-weight: bold; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .user a {
    color: #64767B;
    text-decoration: none; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .user:before {
    content: '';
    background: url("http://localhost/Enfield/wp-content/themes/Enfield/assets/img/users.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .centre {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px;
    font-weight: bold;
    margin-bottom: 25px; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .centre a {
    color: #64767B;
    text-decoration: none; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .centre:before {
    content: '';
    background: url("http://localhost/Enfield/wp-content/themes/Enfield/assets/img/location.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 25px;
    top: 6px;
    margin-right: 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; } }

.category_page .container .row .column .category_text {
  width: calc(100% - 200px);
  float: right; }
  @media (max-width: 1084px) {
    .category_page .container .row .column .category_text {
      width: 100%;
      clear: both; } }
  .category_page .container .row .column .category_text h2 {
    line-height: 200px; }

.category_page .container .row .column .category_image {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 23px;
  float: right;
  margin: 50px; }
  @media (max-width: 1084px) {
    .category_page .container .row .column .category_image {
      clear: both;
      margin: 0 0 2em 0;
      float: left; } }
  .category_page .container .row .column .category_image img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.category_page .container hr {
  margin: 2rem 0; }

.category_page .container .flex-row {
  display: flex;
  flex-wrap: wrap; }

@font-face {
  font-family: 'flexslider-icon';
  src: url("/wp-content/themes/hsproperty/assets/fonts/flexslider-icon.eot");
  src: url("/wp-content/themes/hsproperty/assets/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/hsproperty/assets/fonts/flexslider-icon.woff") format("woff"), url("/wp-content/themes/hsproperty/assets/fonts/flexslider-icon.ttf") format("truetype"), url("/wp-content/themes/hsproperty/assets/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 70px;
  height: 57px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 50px;
  position: relative;
  display: inline-block;
  content: '\f001';
  color: rgba(200, 200, 200, 0.8);
  top: 29%; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.flex-prev,
.flex-next {
  font-size: 0; }

.blog_section {
  padding: 0rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .blog_section article {
    width: calc(33.333% - 2rem);
    margin-bottom: 3rem;
    float: left;
    margin: 1rem;
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.05); }
    .blog_section article .featured {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      overflow: hidden; }
      .blog_section article .featured img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 0rem; }
      .blog_section article .featured .button-container {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: .5rem;
        display: flex;
        flex-wrap: wrap; }
        .blog_section article .featured .button-container button {
          position: relative;
          background: #0d3e67;
          color: #FFFFFF;
          padding: 7px 10px;
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 1px;
          border: 0px;
          border-radius: 3px;
          margin: 2px; }
      .blog_section article .featured .inde-bg button {
        background: #007BB7; }
      .blog_section article .featured .well-bg button {
        background: #19763A; }
    .blog_section article .details {
      display: block;
      float: left;
      width: 100%;
      padding: 1rem 1.5rem; }
      .blog_section article .details h3 {
        font-size: 1.8em;
        line-height: 1.2em; }
      .blog_section article .details .read_more {
        font-size: 1.2em;
        font-weight: bold;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in; }
        .blog_section article .details .read_more a {
          text-decoration: none; }
      .blog_section article .details .read_more:after {
        content: '';
        background: url("http://localhost/Enfield/wp-content/themes/Enfield/assets/img/arrow-sml.png");
        background-position: 100% 0%;
        background-repeat: no-repeat;
        background-size: 20px;
        position: relative;
        display: inline-block;
        width: 25px;
        height: 20px;
        top: 2px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
      .blog_section article .details .read_more:hover {
        margin-left: 5px; }
      .blog_section article .details .read_more:hover a {
        text-decoration: underline; }
  .blog_section article:first-of-type {
    width: 100%; }
    .blog_section article:first-of-type .featured {
      width: 65.666%; }
    .blog_section article:first-of-type .details {
      width: 34.333%;
      padding: 2rem 1.5rem 0rem; }
      .blog_section article:first-of-type .details h3 {
        font-size: 2.2em;
        line-height: 1.2em; }
  .blog_section article:nth-of-type(3n + 1) {
    clear: both; }
  .blog_section .loads {
    display: none; }

.txt-block {
  margin: 0px;
  padding-bottom: 3em;
  padding-top: 3em; }
  .txt-block .full {
    padding-left: 0%;
    padding-right: 0%; }
  .txt-block .nearly {
    padding-left: 5%;
    padding-right: 5%; }
  .txt-block .three_quarter {
    padding-left: 12.5%;
    padding-right: 12.5%; }
  .txt-block .three-fifth {
    padding-left: 20%;
    padding-right: 20%; }

.text-block {
  margin-bottom: 30px; }

.column_title, .column_footnote {
  -webkit-columns: 20px 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 1;
  /* Firefox */
  columns: 20px 1; }

.one_col {
  -webkit-columns: 20px 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 1;
  /* Firefox */
  columns: 20px 1; }

.two_col {
  -webkit-columns: 20px 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 2;
  /* Firefox */
  columns: 20px 2; }
  @media (max-width: 768px) {
    .two_col {
      -webkit-columns: 20px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 1;
      /* Firefox */
      columns: 20px 1; } }

.three_col {
  -webkit-columns: 20px 3;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 3;
  /* Firefox */
  columns: 20px 3; }
  @media (max-width: 1024px) {
    .three_col {
      -webkit-columns: 20px 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 2;
      /* Firefox */
      columns: 20px 2; } }
  @media (max-width: 768px) {
    .three_col {
      -webkit-columns: 20px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 1;
      /* Firefox */
      columns: 20px 1; } }

.four_col {
  -webkit-columns: 20px 4;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 4;
  /* Firefox */
  columns: 20px 4; }
  @media (max-width: 768px) {
    .four_col {
      -webkit-columns: 20px 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 2;
      /* Firefox */
      columns: 20px 2; } }

.five_col {
  -webkit-columns: 20px 5;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 5;
  /* Firefox */
  columns: 20px 5; }
  @media (max-width: 1024px) {
    .five_col {
      -webkit-columns: 20px 3;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 3;
      /* Firefox */
      columns: 20px 3; } }
  @media (max-width: 768px) {
    .five_col {
      -webkit-columns: 20px 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 2;
      /* Firefox */
      columns: 20px 2; } }
  @media (max-width: 575px) {
    .five_col {
      -webkit-columns: 20px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 1;
      /* Firefox */
      columns: 20px 1; } }

.six_col {
  -webkit-columns: 20px 6;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 6;
  /* Firefox */
  columns: 20px 6; }
  @media (max-width: 1024px) {
    .six_col {
      -webkit-columns: 20px 3;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 3;
      /* Firefox */
      columns: 20px 3; } }
  @media (max-width: 768px) {
    .six_col {
      -webkit-columns: 20px 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 2;
      /* Firefox */
      columns: 20px 2; } }
  @media (max-width: 575px) {
    .six_col {
      -webkit-columns: 20px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 1;
      /* Firefox */
      columns: 20px 1; } }

.no_border_bottom {
  border-bottom: 0px; }

.border_bottom {
  border-bottom: 1px solid #ccc; }

.team {
  display: flex;
  position: relative;
  flex-direction: row;
  margin-top: -.2em;
  padding: 3em 0 2em; }
  .team .container {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    margin-top: -.2em;
    padding: 3em 0 2em; }
    @media (max-width: 1068px) {
      .team .container {
        display: block; } }
    .team .container .member {
      display: inline-block;
      width: 50%;
      position: relative;
      padding: 2em; }
      @media (max-width: 1068px) {
        .team .container .member {
          width: 100%; } }
      .team .container .member img {
        display: block;
        position: absolute;
        left: 2em;
        width: 100px;
        height: 100px;
        border-radius: 50px; }
        @media (max-width: 600px) {
          .team .container .member img {
            position: relative;
            clear: both;
            float: none;
            margin: .5em 0 1em; } }
      .team .container .member .content {
        display: block;
        position: relative;
        float: right;
        width: calc(100% - 125px); }
        @media (max-width: 600px) {
          .team .container .member .content {
            clear: both;
            float: none;
            width: 100%; } }
        .team .container .member .content p span {
          display: block;
          color: #3c89c9;
          font-weight: bold; }
        .team .container .member .content p a {
          color: #3c89c9;
          font-weight: bold; }

.full_img {
  position: relative;
  width: 100%; }

.half_img {
  position: relative;
  width: 50%;
  float: left; }
  @media (max-width: 500px) {
    .half_img {
      width: 100%; } }

.third_img {
  position: relative;
  width: 33.333333%;
  float: left; }
  @media (max-width: 500px) {
    .third_img {
      width: 100%; } }

.fourth_img {
  position: relative;
  width: 25%;
  float: left; }
  @media (max-width: 768px) {
    .fourth_img {
      width: 50%; } }
  @media (max-width: 500px) {
    .fourth_img {
      width: 100%; } }

.fifth_img {
  position: relative;
  width: 20%;
  float: left; }
  @media (max-width: 500px) {
    .fifth_img {
      width: 100%; } }

.sixth_img {
  position: relative;
  width: 16.6666666%;
  float: left; }
  @media (max-width: 500px) {
    .sixth_img {
      width: 100%; } }

.two_third_img {
  position: relative;
  width: 66.666666%;
  float: left; }
  @media (max-width: 500px) {
    .two_third_img {
      width: 100%; } }

.full_img img, .half_img img, .third_img img, .fourth_img img, .fifth_img img, .sixth_img img, .two_third_img img {
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  display: block; }

.small_img {
  position: relative;
  width: 100%; }
  .small_img img {
    display: block;
    width: 70%;
    height: auto;
    margin: 100px auto; }

.img-txt .cont {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row;
  padding: 3em 0; }
  @media (max-width: 1068px) {
    .img-txt .cont {
      padding: 0em; } }
  @media (max-width: 1068px) {
    .img-txt .cont {
      display: block; } }
  .img-txt .cont .text {
    display: flex;
    position: relative;
    float: left;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    resize: vertical; }
    @media (max-width: 1068px) {
      .img-txt .cont .text {
        text-align: center;
        width: 100%;
        max-width: 530px;
        margin: 2em auto 1em;
        float: none;
        clear: both; } }
    .img-txt .cont .text .text-block {
      display: block;
      padding: 1em 2em 1em 1em;
      resize: vertical;
      margin: 0; }
      @media (max-width: 1068px) {
        .img-txt .cont .text .text-block {
          padding: 1em; } }
  .img-txt .cont .text > * {
    vertical-align: middle; }
  .img-txt .cont .img {
    display: flex;
    position: relative;
    float: left;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    resize: vertical; }
    @media (max-width: 1068px) {
      .img-txt .cont .img {
        width: 100%;
        max-width: 530px;
        margin: 1em auto 2em;
        float: none;
        clear: both; } }
    .img-txt .cont .img img {
      width: 100%;
      height: auto;
      display: block;
      padding: 1em;
      resize: vertical;
      overflow: auto;
      margin: 0; }
  .img-txt .cont .img > * {
    vertical-align: middle; }
  .img-txt .cont .half {
    width: 50%; }
    @media (max-width: 1068px) {
      .img-txt .cont .half {
        width: 100%; } }
  .img-txt .cont .two_fifth {
    width: 40%; }
    @media (max-width: 1068px) {
      .img-txt .cont .two_fifth {
        width: 100%; } }
  .img-txt .cont .third {
    width: 33.3333%; }
    @media (max-width: 1068px) {
      .img-txt .cont .third {
        width: 100%; } }
  .img-txt .cont .quarter {
    width: 25%; }
    @media (max-width: 1068px) {
      .img-txt .cont .quarter {
        width: 100%; } }
  .img-txt .cont .three_quarter {
    width: 75%; }
    @media (max-width: 1068px) {
      .img-txt .cont .three_quarter {
        width: 100%; } }
  .img-txt .cont .two_third {
    width: 66.6666%; }
    @media (max-width: 1068px) {
      .img-txt .cont .two_third {
        width: 100%; } }
  .img-txt .cont .three_fifth {
    width: 60%; }
    @media (max-width: 1068px) {
      .img-txt .cont .three_fifth {
        width: 100%; } }

.img-txt .cont > * {
  vertical-align: middle; }

.img-txt .row-reverse {
  flex-direction: row-reverse; }

#imgslider {
  display: flex;
  position: relative;
  float: left;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  resize: vertical; }
  @media (max-width: 1068px) {
    #imgslider {
      width: 100%;
      max-width: 530px;
      margin: 1em auto 2em;
      clear: both;
      float: none; } }
  #imgslider .slides {
    overflow: visible; }
    #imgslider .slides li article {
      position: relative;
      width: 100%;
      margin: 0;
      color: #fff; }
      #imgslider .slides li article h5 {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1.25em;
        padding: .3em .8em;
        font-weight: 500; }
      #imgslider .slides li article h4 {
        position: absolute;
        right: 0;
        bottom: 0;
        background: rgba(60, 137, 201, 0.6);
        line-height: 1.25em;
        padding: .3em .8em;
        margin: 0;
        font-size: 1em; }

.testimonial .text {
  display: flex;
  position: relative;
  float: left;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
  padding: 2em 0; }
  .testimonial .text span {
    margin: .2em auto .2em;
    font-family: 'Coustard', serif;
    font-size: 8em;
    font-weight: bolder;
    line-height: 0em;
    width: 73px;
    height: 0;
    clear: both; }
  .testimonial .text .testi-block {
    display: block;
    clear: both;
    text-align: center;
    margin: 0; }
  .testimonial .text img {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50px;
    height: auto;
    display: block; }
  .testimonial .text cite {
    text-align: center; }

.testimonial .full {
  padding-left: 0%;
  padding-right: 0%; }

.testimonial .nearly {
  padding-left: 5%;
  padding-right: 5%; }

.testimonial .three_quarter {
  padding-left: 12.5%;
  padding-right: 12.5%; }

.testimonial .three_fifth {
  padding-left: 20%;
  padding-right: 20%; }

.seven-col-img {
  display: inline-block;
  margin: 3em 0 1em;
  padding: 1em 3em;
  background: transparent;
  border-top: 1px solid #64767B; }
  @media (max-width: 992px) {
    .seven-col-img {
      margin: 2.5em 0 2em;
      padding: 1em 2.5em; } }
  @media (max-width: 768px) {
    .seven-col-img {
      margin: 2em 0 1em;
      padding: 1em 1em; } }
  @media (max-width: 575px) {
    .seven-col-img {
      margin: 2em 0 1em;
      padding: 1em 0em; } }
  .seven-col-img .row .column-title h3 {
    font-size: 1.6em;
    margin: 2em 0 45px; }
    @media (max-width: 992px) {
      .seven-col-img .row .column-title h3 {
        text-align: center;
        width: 100%; } }
  .seven-col-img .row .seven-col-block {
    width: 14%;
    max-width: 14%;
    float: left;
    padding: .5em;
    margin: .1%; }
    @media (max-width: 992px) {
      .seven-col-img .row .seven-col-block {
        width: 25%;
        max-width: 25%;
        margin: 0; } }
    @media (max-width: 575px) {
      .seven-col-img .row .seven-col-block {
        width: 50%;
        max-width: 50%; } }
    .seven-col-img .row .seven-col-block a img {
      width: 100%;
      height: auto; }
    .seven-col-img .row .seven-col-block a p {
      text-align: center;
      line-height: 1.2em; }
  @media (max-width: 992px) {
    .seven-col-img .row .seven-col-block:nth-of-type(5) {
      margin-left: 12.5%; } }
  @media (max-width: 575px) {
    .seven-col-img .row .seven-col-block:nth-of-type(5) {
      margin-left: inherit; } }
  @media (max-width: 575px) {
    .seven-col-img .row .seven-col-block:nth-of-type(7) {
      margin-left: 25%; } }

.gallery {
  padding: 2em 0 4em; }
  .gallery h1 {
    text-align: center; }
  .gallery p {
    text-align: center; }
  .gallery #style {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 40px;
    margin-bottom: 36px; }
    @media (max-width: 1060px) {
      .gallery #style {
        width: calc(100% - 40px);
        left: 20px;
        bottom: -67px; } }
    .gallery #style select {
      font-size: 20px; }
      @media (max-width: 1060px) {
        .gallery #style select {
          width: calc(100% - 80px); } }

.image-grid {
  width: 100%;
  clear: both;
  margin: 5em auto;
  opacity: 0;
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
  -webkit-column-gap: 0.3em;
  -moz-column-gap: 0.3em;
  column-gap: 0.3em;
  transition: all 600ms ease-in-out 200ms;
  -webkit-transition: all 600ms ease-in-out 200ms;
  -moz-transition: all 600ms ease-in-out 200ms;
  -o-transition: all 600ms ease-in-out 200ms; }
  @media (min-width: 1228x) {
    .image-grid {
      -webkit-columns: 3 200px;
      -moz-columns: 3 200px;
      columns: 3 200px; } }
  .image-grid .project_block {
    position: relative;
    background: #fefefe;
    margin: 0px;
    transition: opacity .4s ease-in-out;
    display: block;
    opacity: 0;
    -webkit-animation: fadeIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards;
    -moz-animation: fadeIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards;
    -ms-animation: fadeIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards;
    animation: fadeIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards;
    margin-bottom: 0.3em; }
    .image-grid .project_block img {
      width: 100%;
      height: auto;
      display: block; }
    .image-grid .project_block .project_details {
      background: rgba(74, 86, 92, 0.9);
      padding: 20px 30px;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      top: 0;
      left: 0;
      -webkit-transition: opacity 300ms ease-in 0s;
      -moz-transition: opacity 300ms ease-in 0s;
      -ms-transition: opacity 300ms ease-in 0s;
      transition: opacity 300ms ease-in 0s; }
      @media (max-width: 1028px) {
        .image-grid .project_block .project_details {
          opacity: 1;
          height: auto;
          bottom: 0;
          top: inherit;
          padding: 10px;
          background: rgba(0, 0, 0, 0.6); } }
      .image-grid .project_block .project_details div {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (max-width: 1028px) {
          .image-grid .project_block .project_details div {
            left: inherit;
            top: inherit;
            position: relative;
            display: inline-block;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            transform: none; } }
        .image-grid .project_block .project_details div h3 {
          margin-bottom: 10px;
          position: relative;
          display: block;
          font-weight: 400;
          padding: 0px;
          margin: 0px;
          text-transform: uppercase;
          color: #fff;
          width: 100%;
          text-align: center; }
          @media (max-width: 1028px) {
            .image-grid .project_block .project_details div h3 {
              display: none; } }
        .image-grid .project_block .project_details div h3:after {
          content: '';
          border-bottom: 2px solid white;
          position: absolute;
          left: 25%;
          width: 50%;
          line-height: 0em;
          height: 100%;
          top: 8px;
          right: 0;
          font-weight: bold;
          margin-bottom: 10px; }
        .image-grid .project_block .project_details div a {
          text-decoration: none;
          position: relative; }
        .image-grid .project_block .project_details div a:hover {
          text-decoration: underline;
          color: #be8833; }
        .image-grid .project_block .project_details div a:active {
          text-decoration: underline;
          color: #be8833; }
        .image-grid .project_block .project_details div a:first-of-type::before {
          content: '';
          background-image: url(/wp-content/themes/kemphaus/assets/img/new-window-wht.gif.);
          height: 15px;
          width: 15px;
          background-size: cover;
          position: absolute;
          left: -23px;
          margin: 3px; }
        .image-grid .project_block .project_details div a:hover:first-of-type::before {
          content: '';
          background-image: url(/wp-content/themes/kemphaus/assets/img/new-window.gif.);
          height: 15px;
          width: 15px;
          background-size: cover;
          position: absolute;
          left: -23px;
          margin: 3px; }
    .image-grid .project_block .project_details:hover {
      opacity: 1; }
  .image-grid .small {
    padding-bottom: 80%; }
  .image-grid .medium {
    padding-bottom: 100%; }
  .image-grid .large {
    padding-bottom: 120%; }
  .image-grid .loads {
    display: none; }
  .image-grid .loadss {
    display: none; }
  .image-grid .loadsss {
    display: none; }
  .image-grid .loadssss {
    display: none; }
  .image-grid .loadsssss {
    display: none; }

.opaque {
  opacity: 1 !important; }

.divider {
  clear: both;
  margin: 30px auto; }

.center-link {
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  clear: both;
  padding: 7em 0em; }
  .center-link h4 {
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 10px;
    margin: 0px; }

.foursquare .four-grid {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative; }
  @media (max-width: 728px) {
    .foursquare .four-grid {
      width: 100%; } }
  .foursquare .four-grid .grid {
    display: block;
    position: relative;
    padding: 0;
    width: calc(50% - .3em);
    padding-bottom: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
    -webkit-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    transition: all 1s ease-in; }
    @media (max-width: 992px) {
      .foursquare .four-grid .grid {
        margin-bottom: 0px; } }
    .foursquare .four-grid .grid .overlay {
      position: absolute;
      background: rgba(74, 86, 92, 0.9);
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 300ms ease-in 0s;
      -moz-transition: opacity 300ms ease-in 0s;
      -ms-transition: opacity 300ms ease-in 0s;
      transition: opacity 300ms ease-in 0s; }
      @media (max-width: 1028px) {
        .foursquare .four-grid .grid .overlay {
          opacity: 1;
          height: 30%;
          min-height: 100px;
          bottom: 0;
          margin-top: -10px; } }
      @media (max-width: 460px) {
        .foursquare .four-grid .grid .overlay {
          height: 50%; } }
      .foursquare .four-grid .grid .overlay .project_details {
        padding: 20px 30px;
        display: block;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .foursquare .four-grid .grid .overlay .project_details h3 {
          margin-bottom: 10px;
          position: relative;
          display: block;
          font-weight: 400;
          padding: 0px;
          margin: 0px;
          text-transform: uppercase;
          color: #fff;
          width: 100%;
          text-align: center; }
        .foursquare .four-grid .grid .overlay .project_details h3:after {
          content: '';
          border-bottom: 2px solid white;
          position: absolute;
          left: 25%;
          width: 50%;
          line-height: 0em;
          height: 100%;
          top: 8px;
          right: 0;
          font-weight: bold;
          margin-bottom: 30px; }
        .foursquare .four-grid .grid .overlay .project_details p {
          margin-top: 15px;
          color: #ccc;
          font-weight: 400;
          text-align: center;
          position: relative; }
          @media (max-width: 460px) {
            .foursquare .four-grid .grid .overlay .project_details p {
              display: none; } }
        .foursquare .four-grid .grid .overlay .project_details a {
          text-decoration: none !important; }
          .foursquare .four-grid .grid .overlay .project_details a :hover {
            text-decoration: none !important; }
          .foursquare .four-grid .grid .overlay .project_details a :hover {
            text-decoration: underline !important; }
    .foursquare .four-grid .grid .overlay:hover, .foursquare .four-grid .grid .overlay:focus {
      opacity: 1;
      cursor: pointer; }
  .foursquare .four-grid .grid:nth-of-type(2n - 1) {
    margin-right: .15em;
    margin-bottom: .3em; }
  .foursquare .four-grid .grid:nth-of-type(2n) {
    margin-left: .15em;
    margin-bottom: .3em; }
  .foursquare .four-grid .project_box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit; }
  .foursquare .four-grid .project_box:hover::before {
    transform: scale(1.2); }
  .foursquare .four-grid .project_box a:focus .overlay {
    opacity: 1;
    cursor: pointer; }
  .foursquare .four-grid .small {
    padding-bottom: 80%; }
    @media (max-width: 600px) {
      .foursquare .four-grid .small {
        padding-bottom: 100%; } }
  .foursquare .four-grid .medium {
    padding-bottom: 100%; }
    @media (max-width: 600px) {
      .foursquare .four-grid .medium {
        padding-bottom: 100%; } }
  .foursquare .four-grid .large {
    padding-bottom: 120%; }
    @media (max-width: 600px) {
      .foursquare .four-grid .large {
        padding-bottom: 100%; } }

.fourmag {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative; }
  .fourmag .segment {
    display: block;
    position: relative;
    width: 25%;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 50px; }
    @media (max-width: 1084px) {
      .fourmag .segment {
        width: 50%; } }
    @media (max-width: 575px) {
      .fourmag .segment {
        width: 100%; } }
    .fourmag .segment .text_box {
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      height: 210px; }
      .fourmag .segment .text_box .text_description {
        color: #fff;
        margin: 0px auto;
        overflow: hidden;
        height: auto;
        flex: 0;
        -webkit-transition: flex .5s ease-in-out;
        -moz-transition: flex .5s ease-in-out;
        -o-transition: flex .5s ease-in-out;
        transition: flex .5s ease-in-out; }
      .fourmag .segment .text_box .underlink {
        font-weight: bold; }
    .fourmag .segment img {
      display: block;
      position: absolute;
      bottom: -4em;
      left: 50%;
      width: auto;
      height: calc(100% - 300px);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all .5s linear;
      -moz-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear;
      min-width: 300px; }
    .fourmag .segment .text_box:hover .text_description {
      flex: 1; }
    .fourmag .segment .text_box:hover + img {
      bottom: 0em; }

header {
  background: #FFFFFF;
  display: block;
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 600px;
  left: 0px;
  z-index: 2; }
  header a.to_content:link {
    position: relative;
    display: block;
    padding: .5em 2em;
    background: transparent;
    color: rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0em;
    z-index: 9999;
    text-align: center; }
    @media (max-width: 1024px) {
      header a.to_content:link {
        width: 100%; } }
  header a.to_content:focus {
    font-size: 1em;
    background: #3395C5;
    color: rgba(255, 255, 255, 0.9) !important; }
  header nav.top-navigation {
    display: block;
    height: 140px;
    width: 100%; }
    header nav.top-navigation .nav-container {
      margin: 0 auto;
      padding-top: 0em;
      padding-bottom: 0em;
      width: 100%;
      position: relative; }
      header nav.top-navigation .nav-container a .logo {
        display: block;
        position: relative;
        width: 150px;
        height: 115px;
        padding: 0;
        margin: 0 auto;
        background-position: 50% 50% !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        outline: 1em solid #fff; }
        header nav.top-navigation .nav-container a .logo img {
          display: block;
          width: 100%;
          height: auto;
          line-height: 100%; }
        header nav.top-navigation .nav-container a .logo span {
          display: none; }
      header nav.top-navigation .nav-container a:visited .logo {
        outline: 1em solid #fff; }
      header nav.top-navigation .nav-container a:hover .logo {
        outline: 1em solid #fff; }
      header nav.top-navigation .nav-container a:active .logo {
        outline: 1em solid #fff; }
      header nav.top-navigation .nav-container a:focus .logo {
        outline: 1em solid #fff; }
  header .strap {
    position: absolute;
    width: 600px;
    padding: 1em;
    bottom: -1em;
    left: 50%;
    background: rgba(60, 137, 201, 0.8);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1em solid #fff; }
    @media (max-width: 600px) {
      header .strap {
        position: absolute;
        width: 100%;
        height: auto;
        left: inherit;
        bottom: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
        border: 0em solid #fff;
        border-top: 1em solid #fff;
        padding: .5em; } }
    header .strap .text {
      text-align: center;
      padding: 2em 3em;
      color: #FFF; }
      @media (max-width: 600px) {
        header .strap .text {
          padding: 1em 1.5em; } }
      @media (max-width: 450px) {
        header .strap .text {
          padding: 1em 1.5em; } }
      header .strap .text h1 {
        margin: 5px 0 40px;
        font-size: 3.2em;
        font-weight: bold;
        line-height: 1.1em; }
        @media (max-width: 600px) {
          header .strap .text h1 {
            font-size: 2.4em;
            line-height: 1.1em; } }
        @media (max-width: 400px) {
          header .strap .text h1 {
            font-size: 1.8em;
            line-height: 1.1em; } }
      header .strap .text .scroll_dwn {
        position: relative;
        color: #fff;
        text-align: center;
        margin: 1em 0 -1em;
        display: inline-block;
        font-weight: 500; }
      header .strap .text .scroll_dwn:hover, header .strap .text .scroll_dwn:focus {
        cursor: pointer;
        text-decoration: none;
        font-weight: bolder; }
      header .strap .text .arrow {
        top: -3px;
        -webkit-animation: bounce .7s ease-in-out 0s infinite;
        -ms-animation: bounce .7s ease-in-out 0s infinite;
        -moz-animation: bounce .7s ease-in-out 0s infinite;
        animation: bounce .7s ease-in-out 0s infinite; }
      header .strap .text .arrow:after {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        background: url("/wp-content/themes/hsproperty/assets/img/scroll.png") no-repeat center;
        margin: 0 auto;
        background-size: 20px; }
  header nav.main-navigation {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
    header nav.main-navigation .nav-container {
      margin: 0 auto;
      padding: 0%;
      width: 100%;
      position: relative; }
      header nav.main-navigation .nav-container .main-nav-bar {
        background: #303741;
        width: 100%;
        height: 70px;
        padding-top: 0;
        padding-bottom: 0; }
        @media (max-width: 1068px) {
          header nav.main-navigation .nav-container .main-nav-bar {
            width: 100%;
            left: 0;
            bottom: inherit;
            top: 0; } }
        header nav.main-navigation .nav-container .main-nav-bar .menu-main-container {
          width: 100%;
          text-align: center; }
          header nav.main-navigation .nav-container .main-nav-bar .menu-main-container ul {
            position: relative;
            display: inline-block;
            width: auto;
            margin: 0 auto;
            padding: 0; }
            @media (max-width: 1084px) {
              header nav.main-navigation .nav-container .main-nav-bar .menu-main-container ul {
                display: none;
                padding: 100px 40px 60px; } }
            header nav.main-navigation .nav-container .main-nav-bar .menu-main-container ul li {
              position: relative;
              display: inline-block;
              float: left; }
              @media (max-width: 1084px) {
                header nav.main-navigation .nav-container .main-nav-bar .menu-main-container ul li {
                  display: block;
                  clear: both;
                  padding: 0px;
                  margin: 0px; } }
              header nav.main-navigation .nav-container .main-nav-bar .menu-main-container ul li a {
                color: #FFFFFF;
                -webkit-transition: all 400ms;
                -moz-transition: all 400ms;
                -o-transition: all 400ms;
                transition: all 400ms;
                padding: 0px 10px;
                font-weight: 400;
                line-height: 70px;
                font-size: 1.1em;
                text-align: left;
                display: block;
                position: relative; }
                @media (max-width: 1084px) {
                  header nav.main-navigation .nav-container .main-nav-bar .menu-main-container ul li a {
                    padding: 0px;
                    padding-bottom: 10px;
                    margin: 0px;
                    font-size: 1.8em;
                    line-height: 1.6em;
                    letter-spacing: 1px; } }
              header nav.main-navigation .nav-container .main-nav-bar .menu-main-container ul li a:hover {
                color: #FFFFFF;
                text-decoration: none; }
              header nav.main-navigation .nav-container .main-nav-bar .menu-main-container ul li a:active, header nav.main-navigation .nav-container .main-nav-bar .menu-main-container ul li a:focus {
                color: #FFFFFF;
                text-decoration: none; }
            header nav.main-navigation .nav-container .main-nav-bar .menu-main-container ul li a:hover {
              background-color: #64767B;
              border: 0px;
              outline: 0px;
              cursor: pointer; }
            header nav.main-navigation .nav-container .main-nav-bar .menu-main-container ul li a:focus {
              background-color: #3395C5;
              border: 0px;
              outline: 0px;
              cursor: pointer; }
      header nav.main-navigation .nav-container .main-nav-tel {
        display: none;
        background: #3395C5;
        padding: .7em;
        font-size: 1.2em;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 70px; }
        header nav.main-navigation .nav-container .main-nav-tel p {
          margin: 0;
          padding: 0;
          color: #FFFFFF; }
      header nav.main-navigation .nav-container .fixed_nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0; }
      header nav.main-navigation .nav-container .menuBtn {
        display: none;
        width: 45px;
        height: 40px;
        left: 40px;
        top: 23px;
        position: absolute;
        z-index: 2;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer; }
        @media (max-width: 1084px) {
          header nav.main-navigation .nav-container .menuBtn {
            display: block; } }
        @media (max-width: 768px) {
          header nav.main-navigation .nav-container .menuBtn {
            left: 30px; } }
        @media (max-width: 400px) {
          header nav.main-navigation .nav-container .menuBtn {
            left: 25px; } }
        @media (max-width: 320) {
          header nav.main-navigation .nav-container .menuBtn {
            left: 20px; } }
      header nav.main-navigation .nav-container .menuBtn span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #FFFFFF;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
      header nav.main-navigation .nav-container .menuBtn span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      header nav.main-navigation .nav-container .menuBtn span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      header nav.main-navigation .nav-container .menuBtn span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      header nav.main-navigation .nav-container .menuBtn.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px; }
      header nav.main-navigation .nav-container .menuBtn.open span {
        background: #FFFFFF; }
      header nav.main-navigation .nav-container .menuBtn.open span:nth-child(2) {
        width: 0%;
        opacity: 0; }
      header nav.main-navigation .nav-container .menuBtn.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 30px;
        left: 8px; }

.single_post .container .row {
  *zoom: 1; }
  .single_post .container .row .share_column {
    position: -webkit-sticky;
    position: sticky;
    top: 3em;
    height: 360px;
    padding: 0px; }
    @media (max-width: 575px) {
      .single_post .container .row .share_column {
        display: none;
        position: relative;
        top: 3em;
        height: auto;
        width: 100%; } }
    .single_post .container .row .share_column .social_sidebar {
      display: block;
      width: 100%;
      background: #FBFCFC; }
      @media (max-width: 400px) {
        .single_post .container .row .share_column .social_sidebar {
          height: auto;
          display: inline-block;
          width: calc(100% - 2em);
          margin: 0 1em;
          padding: 0 1em; } }
      .single_post .container .row .share_column .social_sidebar figure {
        margin: 0;
        display: block;
        border: 0px;
        padding: .3em 0em;
        cursor: pointer; }
        @media (max-width: 400px) {
          .single_post .container .row .share_column .social_sidebar figure {
            width: 20%;
            display: block;
            float: left; } }
        .single_post .container .row .share_column .social_sidebar figure img {
          display: block;
          margin: 0px auto;
          height: auto;
          max-width: 50px; }
          @media (max-width: 400px) {
            .single_post .container .row .share_column .social_sidebar figure img {
              padding: 5%;
              width: 90%;
              height: auto; } }
        .single_post .container .row .share_column .social_sidebar figure h5 {
          text-align: center;
          color: #64767B; }
          @media (max-width: 400px) {
            .single_post .container .row .share_column .social_sidebar figure h5 {
              line-height: 36px; } }
      .single_post .container .row .share_column .social_sidebar figure:last-of-type {
        border-top: 1px solid #64767B;
        margin-top: 1em;
        padding-top: 1em; }
        @media (max-width: 400px) {
          .single_post .container .row .share_column .social_sidebar figure:last-of-type {
            position: relative; } }
      .single_post .container .row .share_column .social_sidebar figure:first-of-type {
        padding-bottom: 0em; }
        @media (max-width: 400px) {
          .single_post .container .row .share_column .social_sidebar figure:first-of-type {
            width: 25%;
            border-right: 1px solid #303741;
            margin-right: 7.5%; } }
  .single_post .container .row .post_column {
    padding: 1em 2em; }
    @media (max-width: 575px) {
      .single_post .container .row .post_column {
        padding: 1em 0 0; } }
    .single_post .container .row .post_column h2:first-of-type {
      margin-top: .5em; }
    .single_post .container .row .post_column a img {
      margin: 1em 0em 3em;
      width: 100%;
      height: auto;
      display: block; }
    .single_post .container .row .post_column .nav-posts {
      margin: 4em 0em 2em;
      width: 100%;
      display: inline-block; }
      .single_post .container .row .post_column .nav-posts .prev {
        float: left;
        position: relative; }
        .single_post .container .row .post_column .nav-posts .prev a {
          text-decoration: none; }
        .single_post .container .row .post_column .nav-posts .prev span {
          display: inline-block; }
      .single_post .container .row .post_column .nav-posts .prev img {
        position: relative;
        display: inline-block;
        width: 20px;
        height: auto;
        top: 2px;
        margin: 0 5px 0 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
      .single_post .container .row .post_column .nav-posts .prev:hover {
        margin-left: -5px; }
      .single_post .container .row .post_column .nav-posts .prev:hover span {
        text-decoration: underline; }
      .single_post .container .row .post_column .nav-posts .next {
        float: right;
        position: relative; }
        .single_post .container .row .post_column .nav-posts .next a {
          text-decoration: none; }
        .single_post .container .row .post_column .nav-posts .next span {
          display: inline-block; }
      .single_post .container .row .post_column .nav-posts .next img {
        position: relative;
        display: inline-block;
        width: 20px;
        height: auto;
        top: 2px;
        margin: 0 0 0 5px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
      .single_post .container .row .post_column .nav-posts .next:hover {
        left: 5px; }
      .single_post .container .row .post_column .nav-posts .next:hover span {
        text-decoration: underline; }
    .single_post .container .row .post_column ol.commentlist {
      list-style: none;
      margin: 0 0 1em;
      padding: 0;
      text-indent: 0; }
      .single_post .container .row .post_column ol.commentlist li.comment {
        border-bottom: 1px solid #64767B;
        padding: 1em; }
        .single_post .container .row .post_column ol.commentlist li.comment div.vcard {
          font-weight: 14px; }
          .single_post .container .row .post_column ol.commentlist li.comment div.vcard img.avatar {
            border: 5px solid #64767B;
            float: right;
            margin: 0 0 20px 20px; }
        .single_post .container .row .post_column ol.commentlist li.comment div.comment-meta {
          font-size: 11px; }
          .single_post .container .row .post_column ol.commentlist li.comment div.comment-meta a {
            color: #64767B; }
        .single_post .container .row .post_column ol.commentlist li.comment p {
          font-size: 12px; }
        .single_post .container .row .post_column ol.commentlist li.comment ul {
          font-size: 12px;
          list-style: none;
          margin: 0 0 0 20px; }
        .single_post .container .row .post_column ol.commentlist li.comment div.reply {
          font-size: 11px; }
          .single_post .container .row .post_column ol.commentlist li.comment div.reply a {
            font-weight: bold; }
        .single_post .container .row .post_column ol.commentlist li.comment ul.children {
          list-style: none;
          margin: 12px;
          text-indent: 0; }
          .single_post .container .row .post_column ol.commentlist li.comment ul.children li.depth-2 {
            border-left: 5px solid #64767B;
            margin: 0 0 10px 10px; }
          .single_post .container .row .post_column ol.commentlist li.comment ul.children li.depth-3 {
            border-left: 5px solid #64767B;
            margin: 0 0 10px 10px; }
          .single_post .container .row .post_column ol.commentlist li.comment ul.children li.depth-4 {
            border-left: 5px solid #64767B;
            margin: 0 0 10px 10px; }
      .single_post .container .row .post_column ol.commentlist li.even {
        background: #FFFFFF; }
      .single_post .container .row .post_column ol.commentlist li.odd {
        background: #FBFCFC; }
      .single_post .container .row .post_column ol.commentlist li.parent {
        border-left: 5px solid #64767B; }
    .single_post .container .row .post_column #respond input[type=text], .single_post .container .row .post_column #respond textarea {
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
      outline: none;
      padding: 3px 0px 3px 3px;
      margin: 5px 1px 3px 0px;
      border: 1px solid #64767B; }
    .single_post .container .row .post_column #respond input[type=text]:focus, .single_post .container .row .post_column #respond textarea:focus {
      box-shadow: 0 0 5px #51cbee;
      margin: 5px 1px 3px 0px;
      border: 1px solid #3395C5; }
    .single_post .container .row .post_column #comment {
      width: 100%; }
    .single_post .container .row .post_column #submit {
      margin: 0px;
      border: 0px;
      font-size: 1em;
      padding: 0.5rem 2rem; }
    .single_post .container .row .post_column #url {
      color: inherit; }

.single_post .container .row:before, .single_post .container .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.single_post .container .row:after {
  clear: both; }

.feedback_box {
  width: calc(100% - 80px) !important;
  display: block;
  background: #007BB7;
  padding: 0px !important;
  top: -60px;
  position: relative;
  z-index: 0;
  margin-bottom: -70px; }
  @media (max-width: 768px) {
    .feedback_box {
      display: none; } }
  .feedback_box .feedback_tab {
    position: relative;
    display: inline-block;
    width: 100%; }
    .feedback_box .feedback_tab h5 {
      position: relative;
      color: #FFFFFF;
      width: auto;
      display: inline-block; }
    .feedback_box .feedback_tab .useful {
      float: left;
      margin: 20px; }
    .feedback_box .feedback_tab .improve {
      cursor: pointer;
      display: inline-block;
      float: right;
      margin: 20px;
      color: #FFFFFF;
      border: 0px;
      font-size: 1em;
      font-weight: bold; }
    .feedback_box .feedback_tab .improve:hover {
      text-decoration: underline; }
  .feedback_box .feedback_contact {
    display: block;
    width: 100%;
    height: 0px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in; }
    .feedback_box .feedback_contact .feedback_contact_block {
      width: 100%;
      padding: 6rem auto 0rem;
      margin: 0 auto;
      display: none;
      clear: both;
      background: #007BB7; }
      .feedback_box .feedback_contact .feedback_contact_block h3 {
        color: #FFFFFF;
        text-align: center; }
      .feedback_box .feedback_contact .feedback_contact_block form {
        padding: 30px;
        display: block;
        width: calc(100% - 20rem);
        margin: 0 auto; }
        @media (max-width: 1086px) {
          .feedback_box .feedback_contact .feedback_contact_block form {
            min-width: 600px; } }
        .feedback_box .feedback_contact .feedback_contact_block form .submit svg {
          color: #FFFFFF; }
        .feedback_box .feedback_contact .feedback_contact_block form .contact-help-point {
          float: right;
          display: block;
          color: #FFFFFF;
          width: auto;
          font-size: 1.2em;
          font-weight: bold;
          padding: 10px 30px;
          cursor: pointer; }
          .feedback_box .feedback_contact .feedback_contact_block form .contact-help-point svg {
            position: relative; }
        .feedback_box .feedback_contact .feedback_contact_block form p {
          margin: 0px;
          padding: 0px; }
        .feedback_box .feedback_contact .feedback_contact_block form label {
          font-weight: bold;
          width: 100%;
          display: inline-block;
          padding: 7px 15px;
          margin: 0 0 10px;
          line-height: 40px; }
        .feedback_box .feedback_contact .feedback_contact_block form span {
          width: calc(100% - 160px);
          float: right;
          position: relative; }

.feedback_height {
  height: 640px !important; }

.feedback_appear {
  display: block !important; }

.register_box {
  background: #007BB7; }
  .register_box .container {
    padding: 40px !important; }
    .register_box .container .register_block {
      width: 100%;
      max-width: 800px;
      margin: 7rem auto; }
      .register_box .container .register_block h1 {
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 1.3rem; }
      .register_box .container .register_block p {
        text-align: center;
        color: #FFFFFF; }
      .register_box .container .register_block a.button {
        background: #19763A; }
      .register_box .container .register_block a.button:hover {
        background: #0E4A22; }
      .register_box .container .register_block a.button:focus {
        background: #3395C5; }

.portfolio_grid figure.portfolio_box {
  position: relative;
  width: 50%;
  padding-bottom: 35%;
  float: left;
  height: auto;
  overflow: hidden;
  margin: 0;
  background: #000; }
  @media (max-width: 768px) {
    .portfolio_grid figure.portfolio_box {
      width: 100% !important;
      padding-bottom: 100% !important;
      margin: 0 !important; } }
  .portfolio_grid figure.portfolio_box a {
    position: absolute;
    width: 100%;
    height: 100%; }
  .portfolio_grid figure.portfolio_box img {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    width: 110%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transformtransform: translate(-50%, -50%);
    -ms-transformtransform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .portfolio_grid figure.portfolio_box img {
        -webkit-filter: grayscale(100%) !important;
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%) !important;
        width: 115%; } }
    @media (max-width: 400px) {
      .portfolio_grid figure.portfolio_box img {
        width: 130%; } }
  .portfolio_grid figure.portfolio_box figcaption {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: 6;
    -webkit-transform: scale3d(1, 1, 1) translate(-50%, -50%);
    -moz-transform: scale3d(1, 1, 1) translate(-50%, -50%);
    -ms-transform: scale3d(1, 1, 1) translate(-50%, -50%);
    transform: scale3d(1, 1, 1) translate(-50%, -50%); }
    .portfolio_grid figure.portfolio_box figcaption h2 {
      position: relative;
      opacity: 0;
      text-align: center;
      color: #fff;
      z-index: 1;
      margin: .5em 1em;
      line-height: 1.1em;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      @media (max-width: 768px) {
        .portfolio_grid figure.portfolio_box figcaption h2 {
          opacity: 1;
          position: absolute;
          text-align: left;
          text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
          line-height: 1.1em;
          -webkit-transform: translateY(-100%);
          -moz-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
          transform: translateY(-100%); } }
    .portfolio_grid figure.portfolio_box figcaption p {
      color: #fff;
      text-align: center;
      position: relative;
      padding: 0.5em 2em;
      text-transform: none;
      font-size: 0.85em;
      opacity: 0;
      z-index: 1;
      -webkit-transform: scale3d(0.8, 0.8, 1);
      transform: scale3d(0.8, 0.8, 1); }
      @media (max-width: 768px) {
        .portfolio_grid figure.portfolio_box figcaption p {
          display: none; } }
  .portfolio_grid figure.portfolio_box figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 21deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 21deg) scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    @media (max-width: 768px) {
      .portfolio_grid figure.portfolio_box figcaption::after {
        display: none; } }
  .portfolio_grid figure.portfolio_box figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -21deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, -21deg) scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    @media (max-width: 768px) {
      .portfolio_grid figure.portfolio_box figcaption::before {
        display: none; } }
  .portfolio_grid figure.portfolio_box .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media (max-width: 768px) {
      .portfolio_grid figure.portfolio_box .overlay {
        opacity: .8; } }

.portfolio_grid figure.portfolio_box figcaption, .portfolio_grid figure.portfolio_box figcaption::after,
.portfolio_grid figure.portfolio_box img,
.portfolio_grid figure.portfolio_box p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.portfolio_grid figure.portfolio_box:hover img {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1);
  -moz-transformtransform: translate(-50%, -50%) scale3d(1.05, 1.05, 1);
  -ms-transformtransform: translate(-50%, -50%) scale3d(1.05, 1.05, 1);
  transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1); }

.portfolio_grid figure.portfolio_box:hover .overlay {
  opacity: 0.7; }

.portfolio_grid figure.portfolio_box:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 21deg) scale3d(1.6, 1.6, 1.6);
  transform: rotate3d(0, 0, 1, 21deg) scale3d(1.6, 1.6, 1.6); }

.portfolio_grid figure.portfolio_box:hover figcaption::before {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, -21deg) scale3d(2.2, 2.2, 2.2);
  transform: rotate3d(0, 0, 1, -21deg) scale3d(2.2, 2.2, 2.2); }

.portfolio_grid figure.portfolio_box:hover h2, .portfolio_grid figure.portfolio_box:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.portfolio_grid .portfolio_box:nth-of-type(3n + 1) {
  clear: both; }
  @media (max-width: 768px) {
    .portfolio_grid .portfolio_box:nth-of-type(3n + 1) {
      clear: none; } }

.portfolio_grid .portfolio_box:nth-of-type(6n - 5), .portfolio_grid .portfolio_box:nth-of-type(6n) {
  padding-bottom: 70%; }

.portfolio_grid .portfolio_box:nth-of-type(6n - 1) {
  float: left;
  padding-bottom: 70%; }

.portfolio_grid .portfolio_box:nth-of-type(6n) {
  float: left;
  margin-top: -35%;
  padding-bottom: 35%; }

.portfolio_grid .portfolio_box:hover .underlay {
  opacity: .8; }

.portfolio_grid .portfolio_box:hover h2 {
  opacity: 1; }

.portfolio_trio {
  clear: both;
  display: inline-block;
  width: 100%; }
  .portfolio_trio h2 {
    text-align: center;
    margin: 2em 0; }
  .portfolio_trio figure.portfolio_box {
    position: relative;
    width: 33.333%;
    padding-bottom: 35% !important; }
    @media (max-width: 768px) {
      .portfolio_trio figure.portfolio_box {
        width: 100% !important;
        padding-bottom: 75% !important;
        margin: 0 !important; } }

.map_container .map iframe {
  display: block;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  border: 0; }

.full_container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

/* Recent Projects */
.recent_projects {
  display: inline-block;
  width: 100%;
  margin: 0.5em 0; }
  .recent_projects h2 {
    margin: 2em 0;
    text-align: center; }
    @media (min-width: 1400px) {
      .recent_projects h2 {
        font-size: 2.5em;
        margin: 1.5em 0; } }
  .recent_projects .footer-bar {
    margin: 25px 0px 25px; }
    .recent_projects .footer-bar .footer-box {
      position: relative;
      display: block;
      float: left;
      width: 25%;
      overflow: hidden; }
      @media (max-width: 1068px) {
        .recent_projects .footer-bar .footer-box {
          width: 50%; } }
      @media (max-width: 575px) {
        .recent_projects .footer-bar .footer-box {
          width: 100%; } }
      .recent_projects .footer-bar .footer-box a {
        position: absolute;
        width: 100%;
        height: 100%; }
      .recent_projects .footer-bar .footer-box img {
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transformtransform: translate(-50%, -50%);
        -ms-transformtransform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .recent_projects .footer-bar .footer-box figcaption {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        z-index: 6;
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1) translate(-50%, -50%);
        -moz-transform: scale3d(1, 1, 1) translate(-50%, -50%);
        -ms-transform: scale3d(1, 1, 1) translate(-50%, -50%);
        transform: scale3d(1, 1, 1) translate(-50%, -50%); }
        .recent_projects .footer-bar .footer-box figcaption h3 {
          position: relative;
          text-align: center;
          color: #fff;
          z-index: 1;
          font-weight: 500;
          margin: .5em 1em;
          line-height: 1.1em;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      .recent_projects .footer-bar .footer-box .underlay {
        width: 100%;
        height: 100%;
        background: #d0dd3c;
        position: absolute;
        z-index: 3;
        opacity: 0;
        top: 0;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    .recent_projects .footer-bar .footer-box:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .recent_projects .footer-bar .footer-box figcaption, .recent_projects .footer-bar figure.footer-box img {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .recent_projects .footer-bar .footer-box :hover img {
      opacity: .4;
      -webkit-transform: translate(-50%, -50%) scale3d(1.3, 1.3, 1.3);
      -moz-transformtransform: translate(-50%, -50%) scale3d(1.3, 1.3, 1.3);
      -ms-transformtransform: translate(-50%, -50%) scale3d(1.3, 1.3, 1.3);
      transform: translate(-50%, -50%) scale3d(1.3, 1.3, 1.3); }
    .recent_projects .footer-bar .footer-box :hover .underlay {
      opacity: 0.85; }
    .recent_projects .footer-bar .footer-box :hover figcaption {
      opacity: 1; }

.request-footer {
  display: inline-block;
  margin: 2em 0;
  width: 100%;
  padding: 0 2em; }
  .request-footer h4 {
    font-size: 1.6em;
    line-height: 2em;
    float: left;
    width: auto;
    display: block; }
    @media (max-width: 1064px) {
      .request-footer h4 {
        float: none;
        clear: both;
        text-align: center;
        line-height: 1.2em; } }
  .request-footer .button {
    float: right;
    clear: none;
    border: 3px solid #000;
    color: #000;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: all 600ms ease-in-out; }
    @media (max-width: 1064px) {
      .request-footer .button {
        float: none;
        clear: both;
        margin: 2em auto;
        display: block;
        width: 100%;
        max-width: 250px; } }
    @media (max-width: 400px) {
      .request-footer .button {
        max-width: 175px; } }
    .request-footer .button a {
      color: inherit; }
  .request-footer .button:hover {
    border: 3px solid #000;
    background: #000;
    color: #fff; }

.recent_projects_ryg {
  display: inline-block;
  width: 100%;
  margin: 0 0 3em 0; }
  .recent_projects_ryg .footer-bar {
    margin: 0; }

.video_box {
  position: relative;
  z-index: 1; }
  .video_box .video_wrapper {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: -6px;
    position: relative; }
    @media (max-width: 768px) {
      .video_box .video_wrapper {
        width: calc(100% + 80px);
        left: -40px;
        margin: 2em auto 1em; } }
    @media (max-width: 400px) {
      .video_box .video_wrapper {
        width: calc(100% + 40px);
        left: -20px;
        margin: 1em auto 2em; } }
    @media (max-width: 320px) {
      .video_box .video_wrapper {
        margin: 1em auto 2em; } }
    .video_box .video_wrapper .video_container {
      position: relative;
      padding-bottom: 73.1%;
      display: block;
      width: 100%;
      margin: 0 auto; }
      .video_box .video_wrapper .video_container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0px; }

.help-slides, .contact-help-slides {
  position: absolute;
  z-index: 9999;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.7); }
  .help-slides #help-slide, .help-slides #contact-help-slide, .contact-help-slides #help-slide, .contact-help-slides #contact-help-slide {
    position: fixed;
    bottom: 3em;
    right: 0;
    width: 320px;
    height: auto;
    background: #FFFFFF; }
    .help-slides #help-slide #close-help, .help-slides #help-slide #close-contact-help, .help-slides #contact-help-slide #close-help, .help-slides #contact-help-slide #close-contact-help, .contact-help-slides #help-slide #close-help, .contact-help-slides #help-slide #close-contact-help, .contact-help-slides #contact-help-slide #close-help, .contact-help-slides #contact-help-slide #close-contact-help {
      content: '\2715';
      position: absolute;
      height: 30px;
      width: 30px;
      display: block;
      z-index: 9999;
      top: .5em;
      right: .5em;
      color: #FFFFFF;
      cursor: pointer;
      font-size: 1.4em;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }
    .help-slides #help-slide ul, .help-slides #contact-help-slide ul, .contact-help-slides #help-slide ul, .contact-help-slides #contact-help-slide ul {
      list-style-type: none; }
      .help-slides #help-slide ul li .slide .featured, .help-slides #contact-help-slide ul li .slide .featured, .contact-help-slides #help-slide ul li .slide .featured, .contact-help-slides #contact-help-slide ul li .slide .featured {
        position: relative;
        background: #64767B; }
        .help-slides #help-slide ul li .slide .featured img, .help-slides #contact-help-slide ul li .slide .featured img, .contact-help-slides #help-slide ul li .slide .featured img, .contact-help-slides #contact-help-slide ul li .slide .featured img {
          position: relative;
          width: 100%;
          padding: 3.5em 2em 2em; }
      .help-slides #help-slide ul li .slide .details, .help-slides #contact-help-slide ul li .slide .details, .contact-help-slides #help-slide ul li .slide .details, .contact-help-slides #contact-help-slide ul li .slide .details {
        height: auto;
        padding: 2em; }
        .help-slides #help-slide ul li .slide .details p, .help-slides #contact-help-slide ul li .slide .details p, .contact-help-slides #help-slide ul li .slide .details p, .contact-help-slides #contact-help-slide ul li .slide .details p {
          margin-bottom: 0px; }
  .help-slides .flex-control-nav, .contact-help-slides .flex-control-nav {
    width: 100%;
    position: absolute;
    top: calc(50% - 10px);
    text-align: center; }

.contact-help-slides #contact-help-slide ul li .slide .featured {
  background: #007BB7; }

html body footer {
  position: fixed;
  bottom: 0;
  z-index: -1;
  clear: both;
  width: calc(100% + 100px);
  left: -50px;
  display: inline-block;
  background: #e7e6e6;
  padding: 10em 0 0;
  box-shadow: inset 0px 100px 188px rgba(0, 0, 0, 0.3); }
  @media (max-width: 1086px) {
    html body footer {
      width: 100%;
      left: inherit;
      padding: 5em 0 0; } }
  html body footer .container {
    padding-top: 0em; }
    @media (max-width: 992px) {
      html body footer .container {
        padding-top: 2em; } }
    @media (max-width: 768px) {
      html body footer .container {
        padding-top: 1em; } }
    html body footer .container .row {
      flex-wrap: wrap; }
      html body footer .container .row .copyright {
        font-size: 1em;
        margin: 2em 0 0; }
        html body footer .container .row .copyright p {
          margin-bottom: 15px;
          text-align: center;
          color: #999; }
      html body footer .container .row .c-2 {
        width: 50%;
        float: left;
        font-size: 1em; }
        @media (max-width: 1086px) {
          html body footer .container .row .c-2 {
            width: 100%;
            text-align: center; } }
        html body footer .container .row .c-2 a {
          color: #3c89c9;
          font-weight: bold; }
        html body footer .container .row .c-2 span {
          display: block;
          margin-bottom: .5em; }
        html body footer .container .row .c-2 p span {
          clear: both; }
        html body footer .container .row .c-2 ul.menu {
          list-style-type: none;
          padding: 0px;
          margin: 0px; }
          @media (max-width: 768px) {
            html body footer .container .row .c-2 ul.menu {
              margin: 1em 0; } }
          html body footer .container .row .c-2 ul.menu li {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 5px; }
            @media (max-width: 992px) {
              html body footer .container .row .c-2 ul.menu li {
                text-align: center; } }
            html body footer .container .row .c-2 ul.menu li a {
              color: #676767; }
      html body footer .container .row .c-2:nth-of-type(2n) {
        text-align: right; }
        @media (max-width: 1086px) {
          html body footer .container .row .c-2:nth-of-type(2n) {
            text-align: center; } }

@-webkit-keyframes cloudburst {
  0% {
    height: 70%;
    left: 50%;
    opacity: 0.2;
    top: 100%;
    filter: blur(8rem); }
  33% {
    height: 50%;
    left: 40%;
    opacity: 0.6;
    top: 105%;
    filter: blur(4rem); }
  66% {
    height: 90%;
    left: 60%;
    opacity: 0.4;
    top: 95%;
    filter: blur(5rem); }
  100% {
    height: 70%;
    left: 50%;
    opacity: 0.2;
    top: 100%;
    filter: blur(8rem); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes cloudburst {
  0% {
    height: 70%;
    left: 50%;
    opacity: 0.2;
    top: 100%;
    filter: blur(8rem); }
  33% {
    height: 50%;
    left: 40%;
    opacity: 0.6;
    top: 105%;
    filter: blur(4rem); }
  66% {
    height: 90%;
    left: 60%;
    opacity: 0.4;
    top: 95%;
    filter: blur(5rem); }
  100% {
    height: 70%;
    left: 50%;
    opacity: 0.2;
    top: 100%;
    filter: blur(8rem); } }

@-o-keyframes cloudburst {
  0% {
    height: 70%;
    left: 50%;
    opacity: 0.2;
    top: 100%;
    filter: blur(8rem); }
  33% {
    height: 50%;
    left: 40%;
    opacity: 0.6;
    top: 105%;
    filter: blur(4rem); }
  66% {
    height: 90%;
    left: 60%;
    opacity: 0.4;
    top: 95%;
    filter: blur(5rem); }
  100% {
    height: 70%;
    left: 50%;
    opacity: 0.2;
    top: 100%;
    filter: blur(8rem); } }

@keyframes cloudburst {
  0% {
    height: 70%;
    left: 50%;
    opacity: 0.2;
    top: 100%;
    filter: blur(8rem); }
  33% {
    height: 50%;
    left: 40%;
    opacity: 0.6;
    top: 105%;
    filter: blur(4rem); }
  66% {
    height: 90%;
    left: 60%;
    opacity: 0.4;
    top: 95%;
    filter: blur(5rem); }
  100% {
    height: 70%;
    left: 50%;
    opacity: 0.2;
    top: 100%;
    filter: blur(8rem); } }

@-ms-keyframes bounce {
  0% {
    top: 0px; }
  60% {
    top: -3px; }
  100% {
    top: 0px; } }

@-moz-keyframes bounce {
  0% {
    top: 0px; }
  60% {
    top: -3px; }
  100% {
    top: 0px; } }

@-webkit-keyframes bounce {
  0% {
    top: 0px; }
  60% {
    top: -3px; }
  100% {
    top: 0px; } }

@keyframes bounce {
  0% {
    top: 0px; }
  60% {
    top: -3px; }
  100% {
    top: 0px; } }
